/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
#header_slider{
	transition:all ease-in-out 0.3;
	opacity:0;
	filter: alpha(opacity=0);
}

#header_slider{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 50px;
    height: 550px;
    width: 100% !important;
	overflow:hidden;
}

#header_slider_content{
	height:420px;
	position:relative;
	width:100%;
	margin-top:0px;
}

#header_slider_content h1{
	font-size:48px;
	color:#fff;
	font-weight:bold;
	margin:auto;
}

#header_slider_content .header_title{
	width:1200px;
	left:50%;
	margin-left:-600px;
	position: absolute;
	bottom:45px;
}

.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;
}


.rsGCaption {
	width: 100%;
	background-color:rgba(0,0,0,0.3);
}

.rsGCaption table{
	padding:20px;
}

.rsGCaption table tr td{
	padding:20px;
}

/* 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;
	width:100%;
	height:auto;
	display: block;
}

.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 #fff;
    color: #fff;
}
.rsMinW .rsArrow {
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    width: 32px;
    z-index: 21;
}
.rsMinW .rsArrowLeft {
    top: 50%;
	margin-top:-35px;
    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: 110px;
    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: 2px solid #fff;
    border-radius: 8px;
    display: block;
    font-size: 11px;
    height: 10px;
    text-decoration: none;
    width: 10px;
}

.rsMinW .rsBullet.rsNavSelected span, .rsMinW .rsBullet:hover > span {
    width:10px;
	height:10px;
	border:none;
	border-radius:8px;
	background-color:#fff;
	border: 2px solid #fff;
}


.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{
	position: absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.rsMinW .rsGCaption h1{
	font-size:48px;
	line-height:52px;
	font-family:'Exo', sans-serif;
}

.rsMinW .rsGCaption a{
	display:inline-block;
	padding:15px 30px 15px 40px;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	font-weight:400;
	transition: all ease-in-out 0.2s;
	background-color:#40C1AC;
	border:2px solid #40C1AC;
	position: relative;
	text-transform: uppercase;
	font-family:'Exo', sans-serif;
}

.rsMinW .rsGCaption a::after{
	content:'';
	display:inline-block;
	width:20px;
	height:12px;
	margin-left:10px;
	background:url(/images/arrow_more_w.png) no-repeat;
	background-position:left center;
	transition: background-position 0.5s ease;
}

.rsMinW .rsGCaption a:hover{
	background-color:#1C1C59;
	border-color:#1C1C59;
}

.rsMinW .rsGCaption a:hover::after{
	background-position:right center;
}

#header_container .rsMinW  .rsSlide img {
    -webkit-transition: all 11.5s linear;
    -moz-transition: all 11.5s linear;
    transition: all 11.5s linear;

    -webkit-transform: scale(1.4);  
    -moz-transform: scale(1.4); 
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
	
	transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
	
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}

#header_container .rsMinW .rsSlide.rsActiveSlide img {
    -webkit-transform: scale(1);  
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1) ;
	transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
	-webkit-transition-delay: 0.1s; /* Safari */
    transition-delay: 0.1s;
}