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

/* ********************************************************************************************
	Itemslider
*********************************************************************************************** */

.products-grid.itemslider,
#brand-slider.itemslider{margin-left: -20px;width: auto;}

/* Items */
.products-grid.itemslider .item,
#brand-slider.itemslider .item{margin:0px 0px 30px 20px;}

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

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons{
	position: absolute;
	top: 0;
	right: 0px;
	top:-53px;
}
#related-slider.owl-theme .owl-controls .owl-buttons{
	top: -82px;
}
.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
	margin-left: 5px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	font-size: 22px;
	background: #444444;
	font-family: 'FontAwesome';
}
.owl-theme .owl-controls .owl-buttons div:hover{
	background: #FF4629;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:before{content: "\f104";}
.owl-theme .owl-controls .owl-buttons .owl-next:before{content: "\f105";}
/* 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(AjaxLoader.gif) no-repeat center center
}

/* Banner Slider */
.banner-slider.owl-theme .owl-buttons{left: 0;right: 0;height: 0px;top: 50%;margin-top: -29px;}
.banner-slider.owl-theme .owl-controls .owl-buttons div{width: 58px;height: 58px;line-height: 58px;font-size: 48px;margin: 0px;}
.banner-slider.owl-theme .owl-controls .owl-buttons .owl-prev{float: left;margin-left: 30px;}
.banner-slider.owl-theme .owl-controls .owl-buttons .owl-next{float: right;margin-right: 30px;}

/*.banner .flex-container {opacity:0;transition:opacity 300ms ease;-webkit-transition:opacity 300ms ease;-moz-transition:opacity 300ms ease;}*/
/*.banner .flex-container.active{opacity:1;}*/
/*.banner .flex-container.active .container{left:125px;}*/
.banner .container {
	display: block;
	margin: auto;
	overflow: auto;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	transition: all 300ms ease;
	width: 395px;
}

.contenttextbox {
    right: 150px;
    position: relative;
}

.banner .container h2{
	color: #000;
	margin-bottom: 10PX;
	font-family: 'oswaldbold';
	font-size: 35px;
}

.banner .container p{
	
	padding:0px 10px 0px 0px;
	margin:0px;
	line-height:19px;
}
.banner .container a{
	color: #FFF;
	text-decoration: none;
	padding: 0 30px;
	height: 30px;
	line-height: 36px;
	background: #FF4629;
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 5px;
	font-size: 12px;
	text-transform:uppercase;
	font-family:'oswaldregular';
}
.banner .container a:hover{
	background:#444444;
}
.banner .container a span{
	font-family: 'FontAwesome' !important;
	font-size: 24px;
	float: right;
	padding-left: 15px;
	margin-top: -5px;
}
.banner .container a:hover{

}
.banner .summer_box{
	bottom: 0;
	height: 169px;
	margin: auto;
	position: absolute;
	top: 0;
}