.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing { 
    cursor:url(/jQueryPlugins/owl-carousel/css/grabbing.png) 8 8, move;
}

.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*------------------------------------------------ start - carousel design ---------------------------------------------------------*/
.carousel-portlet-wrap h3.carousel-title,.carouselPortletWrap h3.carousel-title
{
    margin-bottom:-34px!Important;
}
h3.carousel-title:empty
{
    display:none;
}
.owl-wrapper-outer .owl-wrapper
{
    padding-top:40px;
}
h3.carousel-title:empty + .owl-carousel .owl-wrapper-outer .owl-wrapper
{
    padding-top:0px;
}
.margin-for-navigation h3.carousel-title:empty + .owl-carousel .owl-wrapper-outer .owl-wrapper,
h3.carousel-title:empty + .owl-carousel.margin-for-navigation .owl-wrapper-outer .owl-wrapper
{
    padding-top:40px;
}
.carousel-portlet-wrap .owl-carousel
{
    margin-left:-10px;
    margin-right:-10px;
}
.owl-carousel .owl-item
{
    
}
.owl-carousel .owl-item .items-holder
{
    margin-left:10px;
    position:relative;
    /*border:1px solid #F6F6F6;/*by-theme-color*/    
    height:auto;
}
.owl-carousel .owl-item a,.owl-carousel .owl-item a:hover
{
     text-decoration:none!Important;
}
.owl-carousel .owl-item .items-holder .item-image-wrap
{
    position:relative;    
    min-height:200px;
    width:100%; 
}
.owl-carousel .owl-item .items-holder .hovercover
{
     position:absolute; 
    left:0;
    top:0px;
    right:0px;
    bottom:0px;
    text-align:center; 
    opacity:0;
    filter: alpha(opacity = 0);
     -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.owl-carousel .owl-item:hover .items-holder .hovercover
{  
    position:absolute; 
    left:0;
    top:0px;
    right:0px;
    bottom:0px;    
    opacity:1;
    filter: alpha(opacity = 100);
          /* -o-transition: opacity 1.5s;
         -moz-transition: opacity 1.5s;
         -webkit-transition: opacity 1.5s;
         transition: opacity 1.5s;*/
            -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.simpleCarousel .owl-carousel .owl-item:hover .items-holder .hovercover
{
    opacity:0;
    filter: alpha(opacity = 0);
}
.owl-carousel .owl-item:hover .items-holder a[href="javascript:void(0)"] .hovercover
{
    cursor:default;
    
}
.owl-carousel .owl-item:hover .items-holder a .no-link-animation .hovercover .fa-link
{
    opacity:0;
    filter: alpha(opacity = 0);
}
.owl-carousel .owl-item .items-holder .hovercover .hovericon
{   
   left:0;
   top:0px;
   right:0px;
   bottom:0px;
   display:block;  
   position:absolute;
   text-align:center;  
}
.owl-carousel .owl-item .items-holder .hovercover .hovericon i
{
   top:37%;
   position:absolute;
   font-size:30px;
    width:90px; 
    height:90px;
    line-height:90px;
   color:#fff;
   display:block; 
   margin:auto;
   left:0px;
   right:0px;     
   border-radius:2px;
   -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
   
}
.owl-carousel .owl-item:hover .items-holder .hovercover .hovericon i
{
    width:60px; 
    height:60px;
    line-height:60px;     
       -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.simpleCarousel .owl-carousel .owl-item .items-holder .item-image-wrap
{
     height:100px;
     min-height:0px;
}
.owl-carousel .owl-item .items-holder img
{
    max-width:95%;
    max-height:95%;
    position:absolute;
    bottom:0px;
    top:0px;
    right:0px;
    left:0px;
    margin:auto;
    
}
.owl-carousel .item-description
{
    padding:10px 5px 5px 5px;
    background:#F6F6F6;
    height:68px;   
    bottom:0px;      
    left:0px;
    right:0px;    
}

.owl-carousel .owl-item:hover .item-description
{
    /*background:#666; by-theme-color*/   
    /*color:#fff;by-theme-color*/    
}
.simpleCarousel .owl-carousel .item-description
{    
    display:none;
}
.owl-carousel .item-description .title
{
    display:block;  
    font-size:16px;   
    font-weight:400;
    text-align:center;
    margin-bottom:3px;
    text-decoration:none;    
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.owl-carousel .item-description .description
{
    display:block; 
    font-size:13px;  
    line-height:1.3em;    
    text-align:center;  
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;

}
.owl-buttons
{
    position:absolute;
    top:-7px;
    right:0px;
}
.owl-buttons i
{
    display:block
}
/*------------------------------------------------ end - carousel design -----------------------------------------------------------*/

/*------------------------------------------------ start - testimonials design ---------------------------------------------------------*/
.xs-portlet-testimonials,.testimonialsPortletWrap
{
     text-align:left; 
}
.testimonials {
    /*background: none repeat scroll 0 0 #F8F8F8;/*by-theme-color*/   
    /*box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.06) inset;/*by-theme-color*/
    /*color: #555555;/*by-theme-color*/
    line-height: 23px;
    padding: 25px;  
    border-radius: 3px;    
}
.testimonials-bg {
    /*background: url("/Themes/Admin/Images/testimonials-bg.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);/*by-theme-color*/
    display: block;
    height: 30px;
    margin-left: 27px;
    margin-top: -1px;
    width: 200px;
}

.testimonials-author {
    /*color: #A0A0A0;/*by-theme-color*/
    display: block;    
    margin-left:70px;
    margin-bottom: 20px;
    margin-top: -23px;
}
.testimonial
{
    margin-right:10px;
    margin-bottom:40px;
    margin-left:1px;
}
/*------------------------------------------------ end - testimonials design -----------------------------------------------------------*/