@font-face{
	font-family:"gothem";
	src: url('../fonts/Gotham-Medium.otf') format('truetype');
}
.carousel {
	overflow:hidden;
	width:580px;
	margin:0 auto;
	margin-left:-2px;
	
}
.carousel-container {
	margin:0 auto;
	margin-top:23px;
}

.carousel .prev, 
.carousel .next {
	display:block;
	width:30px;
	height:24px;
	background:#fcb842;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	float:left;
	padding-top:3px;
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.carousel .prev:hover, 
.carousel .next:hover{
	cursor:pointer;
	background:#646464;
}
.carousel .next{
	margin-left:6px;
}
.carousel-list li {
	width:183px;
	height:209px;
	margin-right:5px;
	margin-left:5px;
}

.carousel a{
	padding:0;
	/*padding-top:3px;
	padding-bottom:-3px;*/
	text-align:center;

}
.carousel .arrow{
	margin-right:6px;
	position:absolute;
	margin-top:-40px;
	margin-left:507px;
}
.carousel a span{
	position:absolute;
	color:#FFF;
	width:175px;
	height:201px;
	border:4px solid rgba(252, 184, 66, 0);
	
	/*border-bottom:62px solid #fcb842;*/
	 -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
	
}
.carousel a span img{
	position:absolute;
	margin-top:160px;
	margin-left:50px;
	width:28px;
	height:27px;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.carousel a .title{
	position:absolute;
	font-family:'gothem',Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
	margin-top:166px;
	margin-left:10px;
	width:125px;
	text-align:left;
	line-height:12px;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.carousel a span:hover{
	width:175px;
	height:201px;
	border:4px solid #fcb842;
	
}
.carousel a span:hover img{	
	width:38px;
	height:37px;
	margin-top:82px;
	margin-left:-15px;
}

.carousel a span .patch{
	position:absolute;
	background:#fcb842;
	width:183px;
	height:70px;
	margin-left:-4px;
	margin-top:140px;
	opacity:0.9;
	-webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.carousel a span:hover .patch{
	margin-top:201px;
	height:4px;
}
.sidebar-submenu{display:none;}
.sidebar-submenu.active{display: block;}

