@charset "UTF-8";
/* CSS Document */


#carousel-header-mask {
	background-color: #632448;
}
.supercaption {
    text-shadow: none;
    width: 100%;
	z-index: 100;
}
.supercaption p {
   font-family: "Bebas Neue Bold";
   font-size: 28px;
   text-align: center;
   text-transform: uppercase;
   color: #ffffff;
   font-weight: normal;
   width: 87%;
   padding: 0 0 10px 0 !important;
   box-sizing: border-box;
   line-height: 100%;
   margin: 0 auto;
   display: block;
}
.supercaption a:link, .supercaption a:active,  .supercaption a:visited {
    font-family: "Bebas Neue Bold";
    text-align: center;
	display: inline-block;
	background-color: #a49d6a;
	padding: 10px 20px 6px 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 22px !important;
	font-weight: normal !important;
}
.supercaption a:hover {
   background-color: #ffffff;
   color: #a49d6a;
}
.supercrsl a.prev {
    top: 35% !important;
	background: url(arrows-sprite.png) !important;
	background-size: 112px 56px !important;
	background-position: 0 0  !important;
	width: 56px !important;
	height: 56px !important;
	left: 2%;
}
.supercrsl a.next {
	top: 35% !important;
	background: url(arrows-sprite.png) !important;
	background-size: 112px 56px !important;
	background-position: -56px 0 !important; 
	width: 56px !important;
	height: 56px !important;
	right: 2%;
}
a.prev:hover {
    background-position: -4px 0 !important;
}
a.next:hover {
   background-position: -52px 0 !important; 	
}
@media only screen and (min-width: 481px) {
	
}

@media only screen and (min-width: 768px) {
.supercaption p {
   font-size: 38px;
}
.supercaption a:link, .supercaption a:active,  .supercaption a:visited {
    font-family: "Bebas Neue Bold";
    text-align: center;
	display: inline-block;
	background-color: #a49d6a;
	padding: 10px 20px 6px 20px;
	color: #ffffff;
	text-decoration: none;
	font-size: 22px !important;
	font-weight: normal !important;
}
.supercrsl a.prev {
    top: 35% !important;
	background: url(arrows-sprite.png) !important;
	background-size: 168px 84px !important;
	background-position: 0 0  !important;
	width: 84px !important;
	height: 84px !important;
	left: 2%;
}
.supercrsl a.next {
	top: 35% !important;
	background: url(arrows-sprite.png) !important;
	background-size: 168px 84px !important;
	background-position: -84px 0 !important; 
	width: 84px !important;
	height: 84px !important;
	right: 2%;
}
a.prev:hover {
    background-position: -4px 0 !important;
}
a.next:hover {
   background-position: -80px 0 !important; 	
}
}

@media only screen and (min-width: 964px) {
.supercaption {
    top: 0 !important;
    text-align: left;
    text-shadow: none;
    width: 964px;
	margin-left: -482px;
	left: 50%;
	z-index: 100;
	background: none !important;
}
.supercaption p {
   font-family: "Bebas Neue Bold";
   font-size: 52px;
   text-align: left;
   text-transform: uppercase;
   color: #ffffff;
   font-weight: normal;
   width: 50%;
   padding: 40px 20px 0 0 !important;
   box-sizing: border-box;
   line-height: 100%;
   margin: 0;
}
}

@media only screen and (min-width: 1220px) {
.supercaption {
    width: 1200px;
	margin-left: -600px;
	margin-bottom: 20px;
}
.supercaption p {
	font-size: 72px;
}
.supercrsl a.prev {
    top: 25% !important;
	background-size: 224px 112px !important;
	background-position: 0 0  !important;
	width: 112px !important;
	height: 112px !important;
	left: 2%;
}
.supercrsl a.next {
	top: 25% !important;
	background-size: 224px 112px !important;
	background-position: -112px 0 !important; 
	width: 112px !important;
	height: 112px !important;
	right: 2%;
}
a.prev:hover {
    background-position: -4px 0 !important;
}
a.next:hover {
   background-position: -108px 0 !important; 	
}
}