/*
* 	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{
	color: #FFF;
	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: #869791;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.5;
}
/* 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
}



/*edk*/
span.inner {
	padding:3px;
	display:block;	
	border:1px solid #333;
}
.owl-carousel {
	background:#fff;
	padding:10px 0px;
	border-left:30px solid #fff;
	border-right:30px solid #fff;
	position:relative;
	
}
.owl-carousel .owl-wrapper-outer {
	height:183px;
}
.owl-carousel div.item {
	margin-right: 4px;
	padding: 3px 0 3px 7px;
	text-align: center;
	height:180px;
	border-left: 1px solid #c5b78b;
	margin-left:0px;
}
.owl-carousel div.owl-item:nth-of-type(1) div.item{
	border:0;
}
.owl-carousel div.item a {
	text-align: center;
}
#promo-prods span.price {
	font-weight: bold;
	font-size: 18px;
	color: #000;
	float: left;
	text-align: left;
	line-height: 120%;
}
#promo-prods span.title {
	clear: both;
	float: left;
	text-align: left;
}
body #promo-prods span.title a {
	font-size: 11px;
	text-decoration: none;
	letter-spacing: -.05em;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	display:inline;
	height:auto;
	line-height:1!important;
}


.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: -7px;
	height: 207px;
	border-radius:0;
	opacity: 1;
	border: 2px solid #c5b78b;
	padding:3px 11px;
	width:32px;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
	opacity:.8;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
	left: -37px;
	background: #e4dece url(prev-horizontal.jpg	) no-repeat 2px 50%;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
	right: -37px;
	background: #e4dece url(next-horizontal.jpg) no-repeat 7px 50%;

}
.owl-theme .owl-controls {
	margin:0;
}

#slider.owl-theme.owl-carousel {
	padding:0;
	border:0;
}
#slider.owl-carousel .owl-wrapper-outer,
#slider.owl-carousel div.item {
	height:auto;
	padding:0;
}
#slider.owl-carousel div.item {
	position:relative;
	margin:0;
}
#slider.owl-carousel div.item a.men-2 { border:0px solid #f00;
	position:absolute;
	bottom:1.5%;
	left:14%;
	height:30px;
	width:60px;
}
#slider.owl-carousel div.item a.women-3 { border:0px solid #f00;
	position:absolute;
	bottom:1.5%;
	left:14%;
	height:30px;
	width:85px;
}
#slider.owl-carousel div.item a.men-4 { border:0px solid #f00;
	position:absolute;
	bottom:10%;
	left:15%;
	height:30px;
	width:50px;
}
#slider.owl-carousel div.item a.women-4 { border:0px solid #f00;
	position:absolute;
	bottom:10%;
	left:27%;
	height:30px;
	width:70px;
}

	
	
/*MOBILE MEDIA QUERY*/

@media (max-width: 600px) {
.owl-theme .owl-controls .owl-buttons div {
	height: 227px;
}
.owl-carousel .owl-wrapper-outer {
	height:203px;
}
.owl-carousel div.item {
	height:200px;
}

.flash {
	text-align:center;
	max-width:490px;
	margin: 0 auto;
}
#slider.owl-carousel {
	background:transparent;
}
#slider.owl-carousel .owl-item {
	max-width:490px;
	margin:0 auto;
	border:5px solid #fff;
	border-bottom:0;
	
}	
#slider.owl-carousel .owl-item img {
	width:100%;
}


@media (max-width: 420px) {

#slider.owl-carousel div.item a.men-4 {
	left:12%;
	bottom:9%;
}
#slider.owl-carousel div.item a.women-4 {
	bottom:9%;
}
}
@media (max-width: 340px) {

#slider.owl-carousel div.item a.men-4 {
	left:11%;
}
}