﻿.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px;
    padding: 3px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px 7px;
    /*filter: Alpha(Opacity=50);
    opacity: .5;*/
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    /*background: transparent;*/
    background: #B091B0;
    border: 2px solid #fff !important;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
    /*filter: Alpha(Opacity=100);
    opacity: 1;*/
    background: #743A74;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-item.loading {
    min-height: 150px;
    background: url(../images/gif/ajax-loader.gif) no-repeat center center;
}
.owl-carousel div .textoverlay{
    position:absolute;
    color:#FFF;
    font-size:12px;
    display:block;
}
.owl-pagination {
    position: absolute;
    /*bottom: 20px;*/
    width: 100%;
    text-align: center;
}

/*.owl-item img {
width: 96%;
margin: 0 auto;
}*/

.owl-caption {
   position:absolute;
   bottom: 4px;
   left: 10px;
   right: 10px;
   margin: 0;
   height: 140px;
   
   color: #fff;
   /*width:100%;*/
   /*text-align:center;*/
   /*font-family: 'Roboto Medium';*/
   /*background: #743A74;
   -khtml-opacity:.80; 
   -moz-opacity:.80; 
   -ms-filter:”alpha(opacity=80)”;
   filter:alpha(opacity=80);
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.8);
   opacity:.8;*/
   background-color: rgba(116, 58, 116, .8);
}
.owl-caption a.link{
    display: inline-block;
    padding-bottom: 25px;
}
.owl-caption-title {
    padding-left: 25px;
    text-align:left;
    text-transform: uppercase;
    font-family:"Roboto Medium";
    font-size:25px;
    line-height: 25px;
}

.owl-caption-title a{
    color: #fff;
}

.owl-caption-desc {
    padding-left: 25px;
    text-align:left;
    font-family:"Roboto Regular";
    font-size:16px;
}

@media screen and (max-width: 768px) 
{
    .owl-caption-title  {font-size: 15px;}
    .owl-caption-desc  {font-size: 12px;}
}

/*@media screen and (max-width: 999px) {
  .owl-caption-desc {margin: 0 auto 10px;}
}

@media screen and (max-width: 860px) {
  .owl-caption-desc  { bottom: 50px; margin: 0 auto 5px;display:block;}
}

@media screen and (max-width: 768px) {
  .owl-caption-desc  {font-size: 25px;width: 255px;line-height: 30px;}
}*/