﻿/********************************  RoyalSlider Minimal White Skin (.rsMinW)*s*    1. Arrows *    2. Bullets*    3. Thumbnails*    4. Tabs*    5. Fullscreen button*    6. Play/close video button*    7. Preloader*    *  Sprite: 'rs-minimal-white.png'*  Feel free to edit anything*  If you don't some part - just delete it* ******************************//* Background */.rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
	background: transparent;
}
.royalSlider.contacts {
	width: 100%;
	height: 120px;
}/*****************  1. Arrows*****************/
.rsMinW .rsArrow {
	height: 100%;
	width: 44px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsMinW.rsHor .rsArrowLeft {
	left: 12px;
	top: 0;
}
.rsMinW.rsHor .rsArrowRight {
	right: 12px;
	top:0;
}
.rsMinW .rsArrowIcn {
	width: 16px;
	height: 30px;
	top: 50%;
	left: 50%;
	margin-top: -15px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url('../images/rs-minimal-white.png');
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.rsMinW .rsArrowIcn:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -68px -33px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -69px -75px;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
	background-color: rgba(0,0,0,0.4);
	opacity: .4;
*display: none;
}
.rsDefault .rsArrow {
	height: 100%;
	width: 10px;
	position: absolute;
	display: block;
	cursor: pointer;
	z-index: 21;
}
.rsDefault.rsHor .rsArrowLeft {
	left: -15px;
	top: 0;
}
.rsDefault.rsHor .rsArrowRight {
	right: -15px;
	top:0;
}
.rsDefault .rsArrowIcn {
	width: 10px;
	height: 16px;
	top: 45%;
	left: 50%;
	margin-top:-5px;
	margin-left: -8px;
	position: absolute;
	cursor: pointer;
	background: url(../images/rs-default.png);
	background-color: rgba(255,255,255,0.0);
*background-color: #fff;
}
.rsDefault .rsArrowIcn:hover {
	opacity: 0.8;
}
.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
	background-position: -72px -40px;
}
.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
	background-position: -75px -72px;
}
.rsDefault .rsArrowDisabled .rsArrowIcn {
	background-color: rgba(0,0,0,0.4);
	opacity: .4;
*display: none;
}/*****************  7. Preloader*****************/
.rsMinW .rsPreloader {
	width:20px;
	height:20px;
	background-image:url('../images/preload.gif');
	left:50%;
	top:50%;
	margin-left:-10px;
	margin-top:-10px;
}/*****************  Text block*****************//* slider panel */
.rsABlock {
	height: 466px;
	width: 430px;
	text-align: left;
	margin-left: 10px;
}
.rsABlock .outer {
	display: table !important;
	height: 466px;
	width: 100%;
}
.rsABlock .middle {
	display: table-cell !important;
	vertical-align: middle !important;
}
.rsABlock .inner {
	width: 430px;
	background: rgba(0,0,0,0.7);
	padding: 15px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
}	/*.rsABlock img {		width: 67px;		height: auto;		margin-bottom: 30px;	}*/
.rsABlock h1, .rsABlock h2 {
	font-family: 'DIN Next W02 Medium', Arial, sans-serif;
	font-size: 38px;
	line-height: 38px;
	margin-bottom: 6px;
	color: #fff;
	text-shadow: 0px 1px 4px rgba(0,0,0, 0.2);
	border-bottom: none;
	padding: 0;
	text-transform: uppercase;
}
.rsABlock p {
	font-family:"DIN Next W01 Light", Arial, sans-serif;
	font-size: 32px;
	line-height: 34px;
	text-transform: uppercase;
	color: #fff;
	overflow: hidden;
	margin-bottom: 0;
}
.rsABlock.home p {
	font-size: 36px;
	line-height: 38px;
}
.rsABlock p.more {
	line-height: 15px;
	margin-bottom: 0;
}
.rsABlock p.event {
	font-size: 18px !important;
	line-height: 26px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.rsABlock p.event span {
	color: #bcd000;
}
.rsABlock blockquote {
	padding: 0;
	border: none;
	margin-bottom: 10px;
}
.rsABlock blockquote p {
	font-size: 18px !important;
	line-height: 26px;
	text-transform: none;
	margin-bottom: 10px;
}
.rsABlock blockquote p::before {
	background: url(../images/i-quote.png) 0 0 no-repeat;
}
.rsABlock blockquote p.footer::before {
	display: none;
}
.rsABlock blockquote footer {
	font-size: 14px;
	line-height: 22px;
	color: #fff;
}
.rsABlock a {
	display: inline-block;
	font-size: 15px;
	line-height: 23px;
	text-transform: uppercase;
	color: #bcd000 !important;
}
.rsABlock.home a {
	font-size: 18px;
	line-height: 26px;
	margin-top: 10px;
}
.rsABlock a.button {
	background: #bcd000;
	color: #000 !important;
}
.rsABlock a.button:hover {
	background: #111;
	color: #fff !important;
}

/* #Media Queries================================================== */

/* Tablet Landscape size to wide monitor  */
@media only screen and (min-width: 960px) and (max-width: 1279px) {
	.royalSlider {
		max-width: 100%;
	}
	.rsABlock h2 {
		font-size: 27px;
		line-height: 35px;
	}
	.rsABlock p {
		font-size: 27px;
		line-height: 35px;
	}
	.rsABlock a {
		font-size: 16px;
		line-height: 32px;
	}
	.rsABlock.home p {
		font-size: 31px;
		line-height: 33px;
	}
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.royalSlider {
		max-width: 100%;
	}
	.rsABlock {
		width: 316px;
	}
	.rsABlock .inner {
		width: 316px;
	}
	.rsABlock h1, .rsABlock h2 {
		font-size: 27px;
		line-height: 35px;
	}
	.rsABlock p {
		font-size: 27px;
		line-height: 35px;
	}
	.rsABlock.home p {
		font-size: 31px;
		line-height: 33px;
	}
	.rsABlock a {
		font-size: 16px;
		line-height: 32px;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.rsMinW .rsArrow {
		width: 32px;
	}
	.rsMinW.rsHor .rsArrowLeft {
		left: 0;
		top: 0;
	}
	.rsMinW.rsHor .rsArrowRight {
		right: 0;
		top:0;
	}
	.royalSlider {
		max-width: 100%;
		height: 270px;
	}
	.royalSlider.narrow {
		height: 130px;
	}
	.rsABlock {
		width: 300px;
		height: 270px;
		margin-left: 0;
	}
	.rsABlock .outer {
		height: 270px;
	}
	.rsABlock .inner {
		width: 300px;
	}
	.rsABlock .inner {
		margin-left: auto;
		margin-right: auto;
	}
	.rsABlock h1, .rsABlock h2 {
		font-size: 24px;
		line-height: 28px;
	}
	.rsABlock p {
		font-size: 24px;
		line-height: 28px;
	}
	.rsABlock.home p {
		font-size: 28px;
		line-height: 30px;
	}
	.rsABlock blockquote {
		margin-bottom: 0;
	}
	.rsABlock blockquote p {
		font-size: 16px;
		line-height: 20px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.rsABlock {
		width: 420px !important;
		height: 270px;
	}
	.rsABlock .inner {
		width: 420px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	
}
