﻿#full-width-slider {
	width: 100%;
	color: #000;
}
.coloredBlock {
	padding: 12px;
	background: rgba(255,0,0,0.6);
	color: #FFF;
	width: 100%;
	left: 20%;
	top: 5%;
}
.infoBlock {
	position: absolute;
	top: 30px;
	right: 30px;
	left: auto;
	width:100%;
    height:50px;
	background: #FFF;
	background: rgba(255, 255, 255, 0.8);
	overflow: hidden;
	padding-top:12px;
    padding-bottom:15px;
	text-indent:15px;
}
.infoBlockLeftBlack {
	color: #FFF;
	background: #000;
	background: rgba(0,0,0,0.75);
	left: 30px;
	right: auto;
	margin-top:252px;
}
.infoBlock h4 {
	font-size: 20px;
	line-height: 1.2;
	margin: 0;
	padding-bottom: 3px;
}
.infoBlock p {
	font-size: 16px;
	margin: 4px 0 0;
}
.infoBlock a {
	color: #FFF;
	text-decoration: underline;
}
.fullWidth {
	max-width: 700px;
	max-height:370px;
	margin: 0 auto 24px;
}
@media (min-width:1420px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height: 370px !important;
	}
	.infoBlockLeftBlack {margin-top:315px;}

	}
@media (max-width:1390px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height: 307px !important;
	}
	.infoBlockLeftBlack {margin-top:257px;}
	}
@media (max-width:1060px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height: 248px !important;
	}
	}
	
@media (max-width:990px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height: 248px !important;
	}
           .infoBlockLeftBlack {margin-top:198px;}


	}
	
@media (max-width:768px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height: 370px !important;
	}
           .infoBlockLeftBlack {margin-top:320px;}
		   .infoBlock p { width:80%;font-size: 15px!important;
		   overflow: hidden;text-overflow: ellipsis;white-space: nowrap; }
	}
	
@media (max-width:480px) {
	.heroSlider .rsOverflow,  .royalSlider.heroSlider {
		height: 180px !important;
	}
          .infoBlockLeftBlack {margin-top:130px;}

	}


h1{font-size:24px;line-height:30px;margin-bottom:12px;}
h2{font-size:18px;margin-bottom:4px;}
small{font-size:0.75em;}
h1, h2, h3, h4, h5, h6{font-weight:bold;font-family:inherit;}
h1{font-size:36px;line-height:42px;}
h2{font-size:24px;margin:28px 0 12px;line-height:26px;}
h3{font-weight:normal;font-size:20px;margin:22px 0 12px;line-height:24px;}
h4,h5,h6{font-size:15px;margin:10px 0 8px;}
p{margin-bottom:10px;font-size:16px;}