/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	padding: 0 100px;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
}
.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;
	margin: 0 0px 0 0;
	border-right: solid 1px #fff;
	max-height: 225px;
	position:relative;
}
.owl-carousel .owl-item .item .owl-description{
-webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}





.owl-carousel .owl-item .item:hover .owl-description {
	visibility: visible;
	background: rgba(0,0,0,0.5);
	padding: 0 20px;
	position: absolute;
	height: 100%;
	font-family: 'Agenda-Medium';
	font-size: 17px;
	margin: auto;
	top: 0;
	left: 0;
	bottom:0px;
	right: 0;
	width: 100%;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	max-height: 225px;
}
.owl-carousel .owl-item .item:hover .owl-description .content-container{
    position: relative; }


.owl-carousel .owl-item .item:hover .owl-description .center-area {
    /* let it fill the whole container */
    position: absolute;
    top:20px;
    bottom: 0;
    left: 0;
    right: 0;
	margin:auto;
  }
 .owl-carousel .owl-item .item:hover .owl-description .center-area:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
  }
.owl-carousel .owl-item .item:hover .owl-description .centered {
    display: inline-block;
    vertical-align: middle;
  }
  
  
.owl-carousel .owl-item .item:hover .owl-description .icon-plus{   
	bottom: 0;
    font-family: arial;
    font-size: 60px;
    font-weight: normal;
    position: absolute;
    right: 10px;}


.owl-carousel .owl-item .item:hover .owl-heading {
	visibility: hidden;
}
.owl-heading {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: #009999;
	color: #fff;
	font-size: 16px;
	line-height: 25px;
	padding: 5px 20px;
	height: 57px;
}
.owl-description {
	visibility: hidden;
}
.owl-heading h3 {
	color: #fff !important;
	font-size: 16px;
	text-decoration: none;
	line-height: 22px;
	margin: 0px;
	padding: 0px;
}
.owl-pagination {
	display: none
}
.owl-item .item img {
	width: 100%;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.thumb-slider-main {
	position: relative;
}
.thumb-slider-main .prev {
	position: absolute;
	left: 0px;
	top:49%;
	width: 62px;
	background: #2a2929;
	color: #fff;
	font-size: 35px;
	text-align: center;
	padding:8px 3px 5px 0;
	cursor:pointer
}
.thumb-slider-main .next {
	position: absolute;
	right: 0px;
	top: 49%;
	width:62px;
	background: #2a2929;
	color: #fff;
	font-size: 35px;
	text-align: center;
	padding:8px 0 5px 3px;
	cursor:pointer
}
.thumb-slider-main .prev:hover, .thumb-slider-main .next:hover {
	background: #33ccff;
	color: #fff;
	opacity: 0.9;
	filter: alpha(opacity=90);
}
.thumb-slider-main .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);
	display: none !important;
}
/* mouse grab icon */
.grabbing {
	cursor: url(grabbing.png) 8 8, move;
}
/* fix */
.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);
}
