/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.2
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	outline: 0;
	text-align: center;
	display: block;
	font-size:3.5em;
	top: -74px;
	font-family: 'FontAwesome';
	margin-top: 0px;
	color: #0e78ff;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-buttons .owl-prev{right:30px;left:auto;}
.owl-theme .owl-controls .owl-buttons .owl-next{right:0px;}
.owl-theme .owl-controls .owl-buttons div.disabled {color: #C6C6C6;}
/* 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 .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #869791;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* 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(../images/AjaxLoader.gif) no-repeat center center
}
.brand .owl-item.loading{
	min-height: 28px;
}

/*Banner Content*/
.flex-container .container {
	position: absolute;
	top: 0;
	display: block;
	text-align: center;
	overflow: hidden;
	height: 100%;
	width: 1200px;
	max-width: 94%;
	right: 0;
	left: 0;
	margin: auto;
}
.flex-container .container .summer_box{
	margin: 0 auto;
	max-width: 606px;
	position: relative;
	height: 100%;
}
.flex-container .summer_box .contenttextbox{
	display: table;
	/*top: -50px;*/
	position: relative;
	height: 100%;
}
.flex-container .summer_box .contenttextbox .text_box{
	display: table-cell;
	vertical-align: middle;
}
.flex-container .container h2{
	font-size: 72px;
	color: #FFF;
	margin-bottom: 0px;
}
.flex-container .container p{
	font-size: 17px;
	color: #FFF;
	line-height: 1.8;
}
.flex-container .container a{
	text-decoration: none;
	border: 2px solid;
	color: #FFF;
	border-radius: 50px;
	width: 169px;
	display: inline-block;
	padding: 11px 0px;
	font-size: 17px;
	margin-top: 10px;	
}
.banner li{
        position: relative;
}

/*banner control*/

.banner .owl-theme .owl-controls .owl-buttons div {
        background-image: url(../images/banner-icon.png);
        top: 0px;
        width: 75px;
        background-repeat: no-repeat;
        bottom: 0;
        margin: auto 0;
        height: 100%;
}

.banner .owl-theme .owl-controls .owl-buttons div:before{display: none;}

.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
        background-position: 25px center;
	left: -75px;
	visibility: hidden;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next {
        background-position: -30px center;
        right: -75px;
	visibility: hidden;
}
.banner:hover .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 0px;
	visibility: visible;
}
.banner:hover .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 0px;
	visibility: visible;
}

/*Brand Slider*/
.brand{margin-bottom: 0px;}
.brand .page-title{display: none;}
.brand li {display:table-cell !important;vertical-align:middle;float:none !important;}
.brand li a img{max-width: 220px;margin: 0 auto;}
.brand .owl-carousel .owl-wrapper-outer{margin: 0 auto;overflow: hidden;}
.brand .owl-carousel .owl-item{text-align: center;display: table;}
.brand .owl-theme .owl-controls .owl-buttons div{top: 50%;margin-top: -29px;}
.brand .owl-theme .owl-controls .owl-buttons .owl-prev{left: 0;right: auto;}

/*Detail Control*/
.product-view .product-img-box .more-views{position: relative;}
.product-view .product-img-box .more-views h2{display: none;}
.product-view .product-img-box .more-views .owl-theme .owl-item li{text-align: center;}
.product-view .product-img-box .more-views .owl-theme .owl-item li a{display: inline-block;margin-bottom: 0px;}
.product-view .product-img-box .more-views .owl-theme .owl-controls .owl-buttons div{top: 50%;margin-top: -10px;font-size: 1.5em;width: 20px;}
.product-view .product-img-box .more-views .owl-theme .owl-controls .owl-buttons .owl-prev{right: auto;left: -25px;}
.product-view .product-img-box .more-views .owl-theme .owl-controls .owl-buttons .owl-next{right: -25px;}
