/*-------------------+
| OWL CAROUSEL       |
+--------------------*/


/* Carousel SBOX */
#owl {
	margin: 50px auto 0;
}
#owl .owl-carousel{
	margin: 0;
	padding: 0;
}
#owl .item img{
    display: block;
    width: 100%;
    height: auto;
}

/* 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;
}
.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;
	position: relative;
}


.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);
}

/* 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);
}
.owl-carousel  .owl-item .content {
	position: absolute;
	bottom: 15%;
	display: block;
	text-align: center;
	width: 100%;
}
.owl-carousel  .owl-item .content h2 {
	font-size: 4.2em;
	font-family: "PT Sans Narrow", Helvetica, sans-serif;
	font-weight: 700;
	line-height: 1.0em;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 10px;
	padding: 0;
	-moz-text-shadow: 2px 2px 1px rgba(25, 25, 25, 0.65);
	-webkit-text-shadow: 2px 2px 1px rgba(25, 25, 25, 0.65);
	text-shadow: 2px 2px 1px rgba(25, 25, 25, 0.65);
	filter: progid:DXImageTransform.Microsoft.Shadow(color="#0000FF",direction="45");
}

.owl-carousel  .owl-item .content small {
	color: #FFFFFF;
	-moz-text-shadow: 0 0 4px rgba(25, 25, 25, 1);
	-webkit-text-shadow: 0 0 4px rgba(25, 25, 25, 1);
	text-shadow: 0 0 4px rgba(25, 25, 25, 1);
	text-transform: uppercase;
	font-size: 11px;
	margin-top: 10px;
}

.owl-carousel  .owl-item .content a.button {
	display: inline-block;
	padding: 10px 20px;
	border: 2px solid #ef5091;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
	transition: all 0.2s linear 0s;
	text-decoration: none;
	-moz-text-shadow: 2px 2px 1px rgba(25, 25, 25, 0.65);
	-webkit-text-shadow: 2px 2px 1px rgba(25, 25, 25, 0.65);
	text-shadow: 2px 2px 1px rgba(25, 25, 25, 0.65);
}
.owl-carousel  .owl-item .content a:hover.button {
	background: #fff;
	color: #ef5091;
	opacity: 1;
    filter: alpha(opacity=85); /* For IE8 and earlier */
}

.owl-carousel  .owl-item span {
	color: #ef5091;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #ef5091;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 10;
	font-size: 12px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border:2px solid #ef5091;
	width:40px;
	height:40px;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls{
    margin: 0;
    padding: 0;
    position: absolute;
    display: block;
    text-align: center;
    z-index: 5;
    bottom: 20px;
    left: 0;
    right: 0;
}

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 15px;
	height: 15px;
	margin: 0 7px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    border: 1px solid #ef5091;
    background: #ffffff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	background: #ef5091;
}

/* If PaginationNumbers is true */

.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;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url('../img/AjaxLoader.gif') no-repeat center center
}



/* Carousel FAQ */

#faq{
	background: #fff;
	padding: 60px 0 180px 0;
	height: 220px;
}
#faq h2{
	font-size: 42px;
	line-height: 44px;
	margin: 0;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #ef5091;
}
#owl-faq .item{
    margin: 30px 10px;
    display: block;
}
#owl-faq .item{
    display: block;
    height: auto;
    background: #f5f5f5;
    border:1px solid #eaeaea;
    padding: 15px;
    margin: 20px 10px;
    min-height:110px;
    text-align: center;
    position: relative;
}
#owl-faq .item h3{
    font-size: 20px;
    color: #575757;
    line-height:22px;
    text-align: center;
    margin: 5px 0 0;
}
#owl-faq .item a{
	height:10px;
	border: 2px solid #ef5091;
	background: #fff;
	padding: 10px 15px;
	display: block;
	color: #ef5091;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-size:16px;
	line-height:12px;
	font-weight: 700;
	transition: all 0.2s linear 0s;
	position: absolute;
	bottom: 15px;
	left: 20%;
	right: 20%;
}
#owl-faq .item a:hover{
	border: 2px solid #ef5091;
	background: #ef5091;
	color: #fff;
	text-decoration: none;
}
#owl-faq .owl-theme .owl-controls .owl-buttons div{
	color: #000;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin: 5px;
	padding: 3px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: #ef5091;
}
#owl-faq .owl-controls {
    margin: 0 auto 0;
    padding: 0;
    position: absolute;
    display: block;
    text-align: center;
    z-index: 5;
    width: 550px;
    height: 50px !important;
    top: -52px;
}
#owl-faq .owl-prev, #owl-faq .owl-next{
    background: #fff;
    border: 2px solid #ef5091;
    border-radius: 50%;
    color: #ef5091;
    display: inline-block;
    font-size: 28px;
    line-height: 18px;
    height: 20px;
    margin: 5px;
    padding: 10px;
    width: 20px;
}
#owl-faq .owl-prev{
    float: left;
}
#owl-faq .owl-next{
    float: right;
}

/* Carousel Testimonials */

#owl-testimonial{
	padding: 120px 0 60px;
	width: 100%; 
}
#owl-testimonial .item {
	display: block;
	margin: 0;
	padding: 0 180px 0 0;
}
#owl-testimonial .item h2{
	font-size: 42px;
	line-height: 44px;
	margin: 0;
	display: block;
	text-align: left;
	text-transform: uppercase;
	color: #ef5091;
	font-weight: 700;
}
#owl-testimonial .item h3{
	font-size: 18px;
	line-height: 20px;
	margin: 0;
	display: block;
	text-align: left;
	text-transform: uppercase;
	color: #878787;
}
#owl-testimonial .item a {
	font-weight: normal;
	font-family: "Arial", Helvetica, sans-serif;
}
#owl-testimonial .item img{
	margin: 0 3% 0 0;
	max-width:640px;
	width: 30%;
	float: left;
	display: inline-block;
}
#owl-testimonial .item .hold{
	float: right;
	width: 65%;
}
#owl-testimonial .item p{
}
#owl-testimonial .item a{
	margin:0;
	padding:15px 0;
	display: inline-block;
	color: #878787;
	text-decoration: none;
}
#owl-testimonial .item a:hover{
	text-decoration: none;
}

#owl-testimonial .owl-controls {
    padding: 0;
    margin: 0;
    text-align: center;
    z-index: 5;
    position: absolute;
    display: inline-block;
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}

#owl-testimonial .owl-prev, #owl-testimonial .owl-next{
    background: #fff;
    border: 2px solid #ef5091;
    border-radius: 50%;
    color: #ef5091;
    display: inline-block;
    font-size: 48px;
    line-height: 56px;
    height: 60px;
    width: 60px;
    padding: 10px;
}
#owl-testimonial .owl-prev{
	float: left;
	margin: 0 0 0 40px;
}
#owl-testimonial .owl-next{
	float: right;
	margin: 0 40px 0 0;
}

/* Carousel IMU */

#owl-imu span{
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 7px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
    border: 1px solid #ef5091;
    background: #ffffff;
}
#owl-imu .owl-page.active span,
#owl-imu .owl-page:hover span{
	background: #ef5091;
}

