/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
#header_slider{
    height: 530px;
    width: 100%;	
	overflow:hidden;
	margin:auto;
}

#header_slider_content{
	height:380px;
	position:relative;
	width:100%;
	margin:auto;
	margin-top:0px;
}

#header_slider_content h1{
	font-size:32px;
	font-family:"PT Sans Narrow", sans-serif;
	font-weight:300;
	background-color:rgba(37,37,37,0.8);
	-webkit-clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
	display:inline-block;
	padding:15px 150px 10px 15px;
	color:#fff;
	margin:0px;
}

#header_slider_content h1 .props{
	font-size:16px;
	font-weight:400;
	position:absolute;
	bottom:0px;
	padding:15px;
	left:0px;
	background-color:rgba(37,37,37,0.3) !important;
	width:380px;
	box-sizing:border-box;
}

#header_slider_content .header_title{
	padding-top: 20px;
	width:100%;
	width:1170px;
	position:absolute;
	left:50%;
	margin-left:-585px;
	bottom:0px;
	
}


.royalSlider {
	width: 100%;
	height:100%;
	position: relative;
	direction: ltr;
}
.royalSlider > * {
	float: left;
}

.rsWebkit3d .rsSlide {
	-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);
}

.rsArrow,
.rsThumbsArrow {
	cursor: pointer;
}

.rsThumb {
	float: left;
	position: relative;
}


.rsArrow,
.rsNav,
.rsThumbsArrow {
	opacity: 1;
	-webkit-transition:opacity 0.3s linear;
	-moz-transition:opacity 0.3s linear;
	-o-transition:opacity 0.3s linear;
	transition:opacity 0.3s linear;
}
.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;
}

.rsLink {
    left:0;
    top:0;
    position:absolute;
    width:100%;
    height:100%;
    display:block;  
    z-index: 20;
    background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
    -webkit-backface-visibility: hidden;
}

.rsGCaption {
	width: 100%;
}

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
	position: fixed !important;
	height: auto !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	z-index: 2147483647 !important;
	top: 0 !important;
	left: 0 !important;
	bottom: 0 !important;
	right: 0 !important;
}

.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);
}

.rsThumbs {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 22;
}
.rsTabs {
	float: left;
	background: none !important;
}
.rsTabs,
.rsThumbs {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}


.rsVideoContainer {
	/*left: 0;
	top: 0;
	position: absolute;*/
	/*width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	float: left;*/
	width: auto;
	height: auto;
	line-height: 0;
	position: relative;
}
.rsVideoFrameHolder {
	position: absolute;
	left: 0;
	top: 0;
	background: #141414;
	opacity: 0;
	-webkit-transition: .3s;
}
.rsVideoFrameHolder.rsVideoActive {
	opacity: 1;
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
	position: absolute;
	z-index: 50;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 44px;
}

.rsABlock {
	left: 0;
	top: 0;
	position: absolute;
	z-index: 15;
	
}

img.rsImg {
	max-width: none;
}

.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);
}

/* EXTRA STYLES */


.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    background: none repeat scroll 0 0 rgba(0,0,0,0);
    color: #fff;
}
.rsMinW .rsArrow {
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    width: 32px;
    z-index: 21;
}
.rsMinW .rsArrowLeft {
    top: 50%;
	margin-top:-57px;
    left:0px;
}
.rsMinW .rsArrowRight {
    top: 50%;
	margin-top:-57px;
    right: 3px;
}
.rsMinW .rsArrowIcn {
    background: url(/images/arrows_royal.png) repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 115px;
    position: absolute;
    width: 35px;
}
.rsMinW .rsArrowLeft .rsArrowIcn:hover {	
	background-position: 105px 0px !important;
}

.rsMinW .rsArrowRight .rsArrowIcn:hover {
	background-position: 35px 0px !important;
}

.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
    background-position: 0px 0px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
    background-position: 70px 0px;
}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
    background-position: -100px -36px;
}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
    background-position: -100px -68px;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
    opacity: 0.3 !important;
}
.rsMinW .rsBullets {
    bottom: 50px;
    height: auto;
    line-height: 6px;
    overflow: hidden;
    padding-top: 4px;
    position: absolute;
    width:100%;
    text-align: center;
    z-index: 35;
}
.rsMinW .rsBullet {
    display: inline-block;
    height: 10px;
    padding: 6px 6px 6px 6px;
    width: 10px;
	cursor:pointer;
}
.rsMinW .rsBullet span {
    border: 1px solid #f57955;
    border-radius: 8px;
    display: block;
    font-size: 11px;
    height: 10px;
    text-decoration: none;
    width: 10px;
	background-color:none;
}

.rsMinW .rsBullet.rsNavSelected span, .rsMinW .rsBullet:hover > span {
    width:10px;
	height:10px;
	border:none;
	border-radius:8px;
	background-color:#f57955;
	border: 1px solid #f57955;
}

#header_slider .rsBullet span {
	border: 1px solid #fff !important;
}

#header_slider .rsBullet.rsNavSelected span, #header_slider .rsBullet:hover > span{
	background-color:#fff !important;
	border: 1px solid #fff !important;
}


.rsMinW .rsThumbsHor {
    height: auto;
    width: 100%;
}
.rsMinW .rsThumbsVer {
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 96px;
}
.rsMinW.rsWithThumbsHor .rsThumbsContainer {
    height: 100%;
    position: relative;
}
.rsMinW.rsWithThumbsVer .rsThumbsContainer {
    position: relative;
    width: 100%;
}
.rsMinW .rsThumb {
    float: left;
    height: 72px;
    overflow: hidden;
    width: 96px;
}
.rsMinW .rsThumb img {
    height: 100%;
    width: 100%;
}
.rsMinW .rsThumb.rsNavSelected {
    background: none repeat scroll 0 0 #333;
}
.rsMinW .rsThumb.rsNavSelected img {
    opacity: 0.7;
}
.rsMinW .rsThumb.rsNavSelected span.thumbIco {
    border: 2px solid rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.rsMinW .rsTmb {
    display: block;
}
.rsMinW .rsThumbsArrow {
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    width: 20px;
    z-index: 21;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrow {
    height: 20px;
    width: 100%;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight {
    bottom: 0;
    left: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft {
    left: 0;
    top: 0;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight {
    right: 0;
    top: 0;
}
.rsMinW .rsThumbsArrowIcn {
    background: url("rs-minimal-white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 16px;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -128px -32px;
}
.rsMinW.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -128px -48px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-position: -144px -32px;
}
.rsMinW.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-position: -144px -48px;
}
.rsMinW .rsThumbsArrowDisabled {
    display: none !important;
}
@media screen and (min-width: 0px) and (max-width: 800px) {
.rsMinW .rsThumb {
    height: 44px;
    width: 59px;
}
.rsMinW .rsThumbsHor {
    height: 44px;
}
.rsMinW .rsThumbsVer {
    width: 59px;
}
}
.rsMinW .rsTabs {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 12px;
    position: relative;
    text-align: center;
    width: 100%;
}
.rsMinW .rsTab {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #000;
    background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
    border-color: #d9d9dd #f5f5f5 #d9d9dd #d9d9dd;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    height: auto;
    min-width: 72px;
    padding: 5px 13px 6px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.rsMinW .rsTab:first-child {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.rsMinW .rsTab:last-child {
    border-bottom-right-radius: 4px;
    border-right: 1px solid #cfcfcf;
    border-top-right-radius: 4px;
}
.rsMinW .rsTab:active {
    background-color: #f4f4f4;
    border: 1px solid #d9d9dd;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset;
}
.rsMinW .rsTab.rsNavSelected {
    background: linear-gradient(to bottom, #acacac, #bbb) repeat scroll 0 0 #acacac;
    border: 1px solid #999;
    box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
    color: #000;
    text-shadow: 1px 1px #838383;
}
.rsMinW .rsFullscreenBtn {
    cursor: pointer;
    display: block;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 22;
}
.rsMinW .rsFullscreenIcn {
    background: url("rs-minimal-white.png") repeat scroll 0 0 transparent;
    display: block;
    height: 32px;
    margin: 6px;
    width: 32px;
}
.rsMinW .rsFullscreenIcn:hover {
    opacity: 0.8;
}
.rsMinW.rsFullscreen .rsFullscreenIcn {
    background-position: -32px 0;
}
.rsMinW .rsPlayBtn {
    cursor: pointer;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    width: 64px;
}
.rsMinW .rsPlayBtnIcon {
    background: url("rs-minimal-white.png") no-repeat scroll 0 -32px rgba(0, 0, 0, 0.75);
    border-radius: 4px;
    display: block;
    height: 64px;
    transition: all 0.3s ease 0s;
    width: 64px;
}
.rsMinW .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.9);
}
.rsMinW .rsBtnCenterer {
    height: 20px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 20px;
}
.rsMinW .rsCloseVideoBtn {
    cursor: pointer;
    height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 500;
}
.rsMinW .rsCloseVideoBtn.rsiOSBtn {
    right: -6px;
    top: -38px;
}
.rsMinW .rsCloseVideoIcn {
    background: url("rs-minimal-white.png") repeat scroll -64px 0 rgba(0, 0, 0, 0.75);
    height: 32px;
    margin: 6px;
    width: 32px;
}
.rsMinW .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9);
}
.rsMinW .rsPreloader {
    background-image: url("../preloaders/preloader-white.gif");
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    top: 50%;
    width: 20px;
}

.rsMinW .rsGCaption{
    width:auto;
	position:absolute;
	left:50%;
	margin-left:-585px;
	font-size:22px;
	font-weight:normal;
	color:#fff;
	bottom:0px;
	padding:20px 100px 20px 35px;
	background-color:rgba(37,37,37,0.8);
	-webkit-clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 85% 0, 100% 100%, 0 100%);
}

.rsMinW .rsGCaption a{
	color:#fff;
	text-decoration:none;
}

.rsMinW .rsGCaption h1{
	font-weight:500;
	line-height:80px;
	font-size:80px;
	margin:0px;
}

.rsMinW .rsGCaption h2{
	font-weight:400;
	line-height:60px;
	font-size:60px;
	margin:0px;
}

.rsMinW .rsGCaption2{
    width:1200px;
	position:absolute;
	top:35px;
	left:50%;
	margin-left:-600px;
	font-size:18px;
	font-weight:normal;
	color:#fff;
}

.rsMinW .rsGCaption2 a{
	color:#fff;
	font-size:18px;
	display:inline-block;
	padding:16px 55px;
	background-color:#64c8c8;
	font-weight:bold;
	text-decoration:none;
	margin-top:30px;
	font-weight:500;
	border:2px solid #64c8c8;
	transition:all ease-in-out 0.3s;
}

.rsMinW .rsGCaption2 a:hover{
	background-color:#ffffff;
	color:#64c8c8;
}

.rsMinW .rsGCaption2 h1{
	font-weight:500;
	line-height:80px;
	font-size:80px;
	margin:0px;
}

.rsMinW .rsGCaption2 h2{
	font-weight:400;
	line-height:60px;
	font-size:60px;
	margin:0px;
}

.opinions_container{
	height:450px !important;
	position:relative;
}

.opinions_container .rsGCaption2{
	font-weight:300;
	font-style:italic;
	width:765px;
	position:absolute;
	top:180px;
	left:50%;
	margin-left:-382px;
	font-size:18px;
	font-weight:normal;
	color:#fff;
	text-align:center;
	line-height:30px;
	opacity:0;
	transition:all ease-in-out 0.5s;
}

.opinions_container .rsActiveSlide .rsGCaption,
.opinions_container .rsActiveSlide .rsGCaption2{
	opacity:1;
}