@charset "UTF-8";


html, body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	overflow:hidden;
	background:none !important;
}
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs{
    background:url(img/bg_main.gif) repeat left top !important;
    color: #151515;
}

.rsABlock{
	background:rgba(255,255,255,0.9);
	border-top:5px solid #102957;
	width:300px;
	padding:29px 34px 34px 34px;
	top:30px;
	left:30px
}

.rsABlock.r30{
	right:30px !important;
	left:auto !important;
}
.rsABlock h1{
	margin:0;
	padding:0;
	
}
.rsABlock p{
	font-size:12px;
	line-height:1.7;
	margin:13px 0 0 0;
}

.rsABlock p .fr{
	padding:0 0 8px 16px;
}

.rsABlock a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}
dt{
	padding-bottom:5px;
}
h1{
	font-size:13px;
	font-weight:bold;
	color:#102957;
}
h2{
	font-size:34px;
	font-weight:bold;
	line-height:40px;
}

.royalSlider {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
}
#logo{
	position:absolute;
	left:20px;
	bottom:52px;
	z-index:2147483648;
}

#nav{
	position:absolute;
	left:20px;
	bottom:16px;
	z-index:2147483649;
}

#nav a img{
	opacity:0.4;
}

#nav a:hover img{
	opacity:1;
}



.rsDefault .rsThumbsArrow {
    background:rgba(16, 41, 87, 0.9);
}
.rsDefault .rsThumbsArrow:hover {
    background:rgba(255, 237, 39, 0.9);
}

.rsDefault .rsThumbsHor{
	width:55% !important;
	padding:20px 0;
}
.red {
	color: #990404;
	font-weight: bold;
}