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

/* Itemslider %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% */

.itemslider {}

/* Items */
.itemslider .item {margin: 20px 10px;}


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

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons{
	position: absolute;
	top: -35px;
	right: 0;
	
}
.owl-theme .owl-controls .owl-buttons div{
	outline: 0;
	text-align: center;
	display: block;
	width: 30px;
	height: 30px;
	font-size: 1.5em;
	border-radius: 3px;
	font-family: 'FontAwesome';
	text-decoration: none;
	font-weight: bold;
	background-color: #ECF0F1;
	text-align: center;
	line-height: 30px;
	float: left;
	
	transition: background-color 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out;
	-moz-transition: background-color 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out;
	-webkit-transition: background-color 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out;
	-o-transition: background-color 300ms ease-in-out, color 300ms ease-in-out, opacity 300ms ease-in-out;	
}

.owl-theme .owl-controls .owl-buttons .owl-prev{margin-right: 5px;}
.owl-theme .owl-controls .owl-buttons div:hover,
.banner .owl-theme .owl-controls .owl-buttons div:hover{background-color: #e74c3c;color: #FFF;}
.owl-theme .owl-controls .owl-buttons div.disabled {opacity: 0.60;filter: Alpha(Opacity=60);/*IE7 fix*/}

/*Sidebar Control*/
.sidebar .itemslider .item{margin: 0px;text-align: center;}
.sidebar .owl-theme .owl-controls .owl-buttons{top: -59px;}
.sidebar .owl-theme .owl-controls .owl-buttons div{background-color: transparent;margin: 0px;color: #FFF;}

/* 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: #FFF;
}

.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;
	background: #e74c3c;
}

/* 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{
	background: url(../../images/opc-ajax-loader.gif) center center no-repeat;
	z-index: 9999;
	opacity: 0.9;
	height: 10px;
	margin: 20px auto 0 auto;
}

/*Banner Content*/
.flex-container .container {
	position: absolute;
	top: 0;
	display: block;
	text-align: center;
	overflow: hidden;
	height: 100%;
	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: 43px;
	margin-bottom: 0px;
	font-weight: 700;
	color: #e74c3c;
	position: relative;
	z-index: 1;	
}
.flex-container .container p{
	font-size: 16px;
	color: #292f38;
	font-weight: 300;
	line-height: 1.8;
	position: relative;
	z-index: 1;
}
.banner li{
        position: relative;
}
.banner li a{
	position: relative;
	z-index: 1;
}

/*banner control*/
.banner .owl-theme .owl-controls .owl-buttons{
	position: inherit;
}

.banner .owl-theme .owl-controls .owl-buttons div {
	top: 44%;
	position: absolute;
        width: 50px;
	height: 50px;
        background-repeat: no-repeat;
        margin: auto 0;
	background: #292f38;
	opacity: 0.5;
	font-size: 2em;
	line-height: 50px;
	color: #FFF;
	z-index: 1;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-prev {
	left: 30px;
	margin-right: 0px;
}
.banner .owl-theme .owl-controls .owl-buttons .owl-next {
        right: 30px;
}

/*Banner pagination*/
.banner .owl-pagination{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
}

/*Product View Direction*/
.itemslider-thumbnails .owl-controls .owl-buttons{position: inherit;}
.itemslider-thumbnails .owl-controls .owl-buttons div{position: absolute;margin: 0px;top: 50%;margin-top: -15px;}
.itemslider-thumbnails .owl-controls .owl-buttons .owl-prev{left: 10px;}
.itemslider-thumbnails .owl-controls .owl-buttons .owl-next{right: 10px;}

/*Brand Slder Align Center Image*/
#brand.itemslider .item{text-align: center;} 
