/* v1.0.3 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
	position: relative;
	direction: ltr;
	max-height: 420px;
}
.royalSlider > * {
	float: left;
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl {
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
	-webkit-transform: none;
}
.rsOverflow {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	float: left;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	left: 0;
	top: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsVisibleNearbyWrap .rsOverflow {
	position: absolute;
	left: 0;
	top: 0;
}
.rsContainer {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.rsHidden {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	-o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
	transition: visibility 0s linear 0.3s, opacity 0.3s linear;
}
.rsGCaption {
	width: 100%;
	float: left;
	text-align: center;
}
.royalSlider .rsSlide.rsFakePreloader {
	opacity: 1 !important;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
	display: none;
}
.rsSlide {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	height: 100%;
	width: 100%;
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
	height: auto;
}
.rsContent {
	width: 100%;
	height: 100%;
	position: relative;
}
.rsPreloader {
	position: absolute;
	z-index: 0;
}
.rsNav {
	-moz-user-select: -moz-none;
	-webkit-user-select: none;
	user-select: none;
}
.rsNavItem {
	-webkit-tap-highlight-color: rgba(0,0,0,0.25);
}
.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	-webkit-backface-visibility: hidden;
}
.grab-cursor {
	cursor: url(grab.png) 8 8, move;
}
.grabbing-cursor {
	cursor: url(grabbing.png) 8 8, move;
}
.rsNoDrag {
	cursor: auto;
}
.rsLink {
	left: 0;
	top: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 20;
	background: url(blank.gif);
	-webkit-backface-visibility: hidden;
}
.rsImg {

}

/***************
*
*  2. Bullets
*
****************/

.rsMinW .rsBullets {
	position: absolute;
	z-index: 35;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
	left: 50%;
	width: 100px;
	margin-left: -50px;
}
.rsMinW .rsBullet {
	width: 6px;
	height: 6px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	padding: 6px 5px 6px 4px;
}
.rsMinW .rsBullet span {
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #CCC;
	background: rgba(255,255,255,0.5);
	box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
.rsMinW .rsBullet span:hover {
	display: block;
	cursor: pointer;
}
.rsMinW .rsBullet.rsNavSelected span {
	background: #FFF;
}
/***************
*
*  7. Preloader
*
****************/

.rsMinW .rsPreloader {
	width: 20px;
	height: 20px;
	background-image: url(../img/preloaders/preloader-white.gif);
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
}



#full-width-slider {
	width: 100%;
}
.infoBlock {
	position: absolute;
	top: 35%;
	left: auto;
	max-width: 90%;
	padding-bottom: 0;
	overflow: hidden;
	padding: 5%;
}
.infoBlockLeftBlack {
	color: #FFFF99;
	left: 0;
	right: 0;
}
.infoBlock h4 {
	line-height: 1.2;
	margin: 0;
	padding-bottom: 3px;
	text-shadow: 0px 2px 2px #000;
	text-align: center;
	padding-top: 1.2%;
}
.infoBlock p {
	font-size: 14px;
	margin: 4px 0 0;
}
.infoBlock a {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin-top: 2%;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
	background-color: #7D0E37;
	background-image: -moz-linear-gradient(top, #E6004A, #7D0E37);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#7D0E37), to(#7D0E37));
	background-image: -webkit-linear-gradient(top, #E6004A, #7D0E37);
	background-image: -o-linear-gradient(top, #E6004A, #7D0E37);
	background-image: linear-gradient(to bottom, #E6004A, #7D0E37);
	background-repeat: repeat-x;

 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE6004A', endColorstr='#FF7D0E37', GradientType=0);

 *background-color: #7D0E37;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	text-transform: uppercase;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 9px;
	padding-right: 12px;
	padding-bottom: 9px;
	padding-left: 12px;
	width: 220px;
}
.infoBlock a:hover {
	text-decoration: none;
	/* Buttons in IE7 don't get borders, so darken on hover */
	background-position: 0 -15px;
	-webkit-transition: background-position 0.1s linear;
	-moz-transition: background-position 0.1s linear;
	-o-transition: background-position 0.1s linear;
	transition: background-position 0.1s linear;
	background-color: #7D0E37;
 *background-color: #7D0E37;
}
}
@media screen and (min-width: 0px) and (max-width: 800px) {
.infoBlock {
	padding: 10px;
	height: auto;
	max-height: 100%;
	min-width: 40%;
	left: 5px;
	top: 5px;
	right: auto;
}
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
.royalSlider {
	display: none !important;
}
}
