 @media (min-width: 989px) {
tera {}
main {
    margin: 0px 0px 0px 240px;}
                   }
.owl-carousel{
    position: relative;
}
.owl-dots{
    position: absolute;
    bottom:10px;
    left:6%;
    //left:25%;
   //right:25%;
}
 
   .owl-carousel div .textslider{    
      position:absolute;
           margin-top:-640px; max-width:700px;
  }
   .owl-carousel div .textslider h1{    
     width:500px; padding-left:18px;
  }
    .owl-carousel div .textslider h1 a{    
     color:white;
  }
  .owl-carousel div .textslider p{    
     position:absolute; width:600px;
         padding-top:20px;padding-left:18px;
 }
//  .owl-carousel div .textoverlay h1{    
//      position:absolute;
 //       margin-top:-790px; 
 // }
  
  .owl-carousel div .textoverlay p
  { margin-bottom:0;margin-top:0;padding-top:0;padding-bottom:0;
    }
  
 .owl-carousel div h2, .owl-carousel div .textoverlay{
      max-height:100%;
        width:85%;
         
          border-top: 761px solid grey;
              border-top-color: rgba(0, 0, 0, 0.6);
      border-right: 500px solid transparent;
     
    padding:0px;
    position:absolute;
    color:#FFF;
   font-size:16px;
   display:block;
  //   border-left: 40px solid red;
 // border-right: 10px solid transparent;
//  border-bottom: 100px solid transparent;
//  
       /* Fallback for web browsers that don't support RGBa */
   // background-color: rgb(0, 0, 0);
    /* RGBa with 0.6 opacity */
  //  background-color: rgba(0, 0, 0, 0.6);
    /* For IE 5.5 - 7*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
       
 
} 
 

 .owl-carousel div .textoverlay img{
   width:20px;display:inline;
} 
   .owl-carousel div .btn {
   width:100px; margin-left:-180px; float:right;
} 
.max-carousel-size{
   max-height:700px;
}

.owl-theme .owl-dots .owl-dot span {
    width: 5px !important;
    height: 20px !important;
    border: 1px solid white;
    background: #d6d6d600 !important;
    border-radius: 0 !important;
}

.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d600;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: white !important;
}
