

#gallery-1 {  width: 100%;  -webkit-user-select: none;  -moz-user-select: none;    user-select: none;}


/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {	width: 630px;	height: 440px !important;	position: relative;	direction: ltr;}
.royalSlider > * {	float: left;}
.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: 1; 
	-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;
}




/* 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%; text-align: center;}

.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);}

.rsABlock {	left: 0;	top: 0;	position: absolute;	z-index: 15;}

img.rsImg {	max-width: none;margin: 0 !important;}
.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);}



/***************************************************************************************************************************************************************************************************************************

*  RoyalSlider Default Skin 

******************************/


/* Background */
.rsDefault,.rsDefault .rsOverflow,.rsDefault .rsSlide,.rsDefault .rsVideoFrameHolder,.rsDefault .rsThumbs {	background: #fff;	color: #FFF;}


/***************
*
*  1. Arrows
*
****************/

.rsDefault .rsArrow {	height: 44px;	width: 44px;	position: absolute;	display: block;	cursor: pointer;	z-index: 21;}
.rsDefault.rsVer .rsArrow {	width: 100%;	height: 44px;}
.rsDefault.rsVer .rsArrowLeft { top: 0; left: 0; }
.rsDefault.rsVer .rsArrowRight { bottom: 0;  left: 0; }

.rsDefault.rsHor .rsArrowLeft { left: 3px; top: 50%; margin-top: -22px; }
.rsDefault.rsHor .rsArrowRight { right: 5px; top:50%; margin-top: -22px; }

.rsDefault .rsArrowIcn {			width: 34px;	height: 34px;	top: 50%;	left: 50%;	margin-top:-16px;		margin-left: -16px;	position: absolute;		cursor: pointer;		
    background: url('rs-default.png');	background-color: none;
    background-color: rgba(34, 167, 60, 0.65);	*background-color: none;	border-radius: 2px; border: #efefef 1px solid;}
.rsDefault .rsArrowIcn:hover {	background-color:#E77E13;}

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn { background-position: -64px -32px; }
.rsDefault.rsHor .rsArrowRight .rsArrowIcn { background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn { background-position: -96px -32px; }
.rsDefault.rsVer .rsArrowRight .rsArrowIcn { background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn { opacity: .1; filter: alpha(opacity=10);  *display: none; }
.rsDefault .rsArrowDisabled .rsArrowIcn:hover { 	background-color:#BEC3C7; }

/***************
*  2. Bullets
****************/

.rsDefault .rsBullets {	position: absolute;	z-index: 35;	left: 0;	top: 0;	width: 100%; padding: 0 0 10px;	height: auto;	margin: 0 auto; 	background:none; text-align: center;	line-height: 8px;	overflow: hidden;}
.rsDefault .rsBullet {	width: 8px;	height: 8px;	display: inline-block;	*display:inline; 	*zoom:1;	padding: 6px 5px 6px; cursor:pointer;}
.rsDefault .rsBullet span {	display: block;	width: 8px;	height: 8px;	border-radius: 50%;	background: #fff;  }
.rsDefault .rsBullet.rsNavSelected span {	background-color: #E77E13;}


/***************
*  5. Fullscreen button
****************/
.rsDefault .rsFullscreenBtn {	right: 5px;	top: 0;	width: 44px;	height: 44px;	z-index: 22;	display: block;	position: absolute;	cursor: pointer;}
.rsDefault .rsFullscreenIcn {	display: block;	margin: 6px;	width: 34px;	height: 34px;	background: url('rs-default.png') 0 0;	background-color: none; *background-color: none;	
border-radius: 3px; border: #efefef 1px solid;}
.rsDefault .rsFullscreenIcn:hover {	background-color: #E77E13;}
.rsDefault.rsFullscreen .rsFullscreenIcn {	background-position: -32px 0;}

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url(rs-default.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    *background-color: #000; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
    background-color: rgba(0, 0, 0, 0.7); }

.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%; }

.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
    top: -38px;
    right: -6px; }

.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url("rs-default.png") -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    *background-color: #000; }

.rsDefault .rsCloseVideoIcn:hover {
    background-color: rgba(0, 0, 0, 0.9); }

/***************
*  7. Preloader
****************/

.rsDefault .rsPreloader {	width:30px;	height:30px;	background:url('../icons/icon-loader-animated.gif') no-repeat center / contain;	left:50%;	top:50%;	margin-left:-15px;	margin-top:-15px;	}


 
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {  display: block;}
.wrapper-slider {  width:630px; margin: 0 auto;}
.span_4 {    width:100%; margin: 0 !important;}

.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: 0;
    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; }









