
.royalSlider {
    direction: ltr;
    height: 640px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.royalSlider > * {
    float: left;
}
.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
}
.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
}
.rsOverflow {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.rsVisibleNearbyWrap {
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 100%;
}
.rsVisibleNearbyWrap .rsOverflow {
    left: 0;
    position: absolute;
    top: 0;
}
.rsContainer {
    height: 100%;
    position: relative;
    width: 100%;
}
.rsArrow, .rsThumbsArrow {
    cursor: pointer;
}
.rsThumb {
    float: left;
    position: relative;
}
.rsArrow, .rsNav, .rsThumbsArrow {
    opacity: 1;
    transition: opacity 0.3s linear 0s;
}
.rsHidden {
    opacity: 0;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear 0s;
    visibility: hidden;
}
.rsGCaption {
    float: left;
    text-align: center;
    width: 100%;
}
.royalSlider.rsFullscreen {
    bottom: 0 !important;
    height: auto !important;
    left: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    position: fixed !important;
    right: 0 !important;
    top: 0 !important;
    width: auto !important;
    z-index: 2147483647 !important;
}
.royalSlider .rsSlide.rsFakePreloader {
    display: none;
    opacity: 1 !important;
    transition: all 0s ease 0s;
}
.rsSlide {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
}
.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
    height: auto;
}
.rsContent {
    height: 100%;
    position: relative;
    width: 100%;
}
.rsPreloader {
    position: absolute;
    z-index: 0;
}
.rsNav {
    -moz-user-select: none;
}
.rsNavItem {
}
.rsThumbs {
    cursor: pointer;
    float: left;
    overflow: hidden;
    position: relative;
    z-index: 22;
}
.rsTabs {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    float: left;
}
.rsTabs, .rsThumbs {
}
.rsVideoContainer {
    height: auto;
    line-height: 0;
    position: relative;
    width: auto;
}
.rsVideoFrameHolder {
    background: #141414 none repeat scroll 0 0;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
}
.rsVideoFrameHolder.rsVideoActive {
    opacity: 1;
}
.rsVideoContainer iframe, .rsVideoContainer video, .rsVideoContainer embed, .rsVideoContainer .rsVideoObj {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 50;
}
.rsVideoContainer.rsIOSVideo iframe, .rsVideoContainer.rsIOSVideo video, .rsVideoContainer.rsIOSVideo embed {
    box-sizing: border-box;
    padding-right: 44px;
}
.rsABlock {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 15;
}
img.rsImg {
    max-width: none;
    opacity: 0.8;
}
.grab-cursor {
    cursor: url("grab.png") 8 8, move;
}
.grabbing-cursor {
    cursor: url("grabbing.png") 8 8, move;
}
.rsNoDrag {
    cursor: auto;
}
.rsLink {
    background: rgba(0, 0, 0, 0) url("blank.gif") repeat scroll 0 0;
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
}
