/* THE CAROUSEL
-------------------------------------------------- */
.fullWidth {
    max-width: 100%;
    padding: 0px;
}

.royalSlider {
    width: auto;
    position: relative;
    direction: ltr;
    visibility: hidden;
}

.royalSlider > * {
    float: left;
}

.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0);
}

.rsFade.rsWebkit3d .rsSlide, .rsFade.rsWebkit3d img, .rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none;
}

.rsOverflow {
    overflow: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#connectSlider .rsVisibleNearbyWrap {
    min-height: 70px;
}

.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;
}

.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;
}

/* 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%;
    right: 0;
}

.royalSlider.rsAutoHeight, .rsAutoHeight .rsSlide {
    height: auto;
}

.rsContent {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgb(3, 32, 52);
}

.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);
}

.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative;
}

.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.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 {
    position: absolute;
    z-index: 15;
}


.grab-cursor {
    cursor: url(/SiteAssets/responsive/css/carousel2/img/grab.png) 8 8, move;
}

.grabbing-cursor {
    cursor: url(/SiteAssets/responsive/css/carousel2/img/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 White Controls Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: '/SiteAssets/responsive/css/carousel2/img/rs-minimal-white.png'
*  Feel free to edit anything
*  If you don't use some part - just delete it
*
******************************/
/* Background */
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
    background: #000;
    color: #fff;
}

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    color: #222;
}

/***************
*
*  1. Arrows
*
****************/
.rsMinW .rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  cursor: pointer;
  z-index: 21;
}
.rsMinW .rsArrowLeft {
  right: 37px;
  bottom: 7px;
}
.rsMinW .rsArrowRight {
  right: 7px;
  bottom: 7px;
}
@media (min-width: 1440px) {
  .rsMinW .rsArrowLeft {
    right: calc(37px + 15%);
  }
  .rsMinW .rsArrowRight {
    right: calc(7px + 15%);
  }
}
.rsMinW.rsHor .rsArrowMid .rsArrowIcn {
  background-position: -132px -68px;
}
.rsMinW .rsArrowIcn {
  width: 24px;
  height: 24px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  background: url('/SiteAssets/responsive/css/carousel2/img/rs-minimal-white.png') transparent;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-clip: padding-box;
}
.rsMinW.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -68px -36px;
}
.rsMinW.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -68px -68px;
}
.rsMinW.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -100px -36px;
}
.rsMinW.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -100px -68px;
}
.rsMinW .rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none;
}
.rsDefault .rsArrow {
  height: 100%;
  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: 0;
  top: 0;
}
.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0;
}
.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url('/SiteAssets/responsive/css/carousel2/img/rs-default.png');
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000;
  border-radius: 2px;
}
.rsDefault .rsArrowIcn:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.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: .2;
  filter: alpha(opacity=20);
  *display: none;
}

/***************
*
*  2. Bullets
*
****************/
.rsMinW .rsBullets {
    position: absolute;
    bottom: 15px;
    right: 73px;
    z-index: 35;
    padding: 6px 10px;
    height: auto;
    text-align: center;
    line-height: 6px;
    overflow: hidden;
}
@media (min-width: 1440px) {
  .rsMinW .rsBullets {
    right: calc(73px + 15%);
  }
}

.rsMinW .rsBullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    *display: inline;
    *zoom: 1; padding: 6px 5px 6px 4px;
    float: left;
}

.rsMinW .rsBullet span {
    display: block;
    width: 6px;
    height: 6px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background: #CCC;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}

.rsMinW .rsBullet.rsNavSelected span {
    background: #FFF;
}

.rsDefault .rsBullets {
    position: absolute;
    z-index: 35;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    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;
}

.rsDefault .rsBullet span {
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #777;
    background: none;
}

.rsDefault .rsBullet.rsNavSelected span {
    background-color: #FFF;
}

/***************
*
*  7. Preloader
*
****************/
.rsMinW .rsPreloader {
    width: 20px;
    height: 20px;
    background-image: url(/SiteAssets/responsive/css/carousel2/img/preloader.gif);
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

/***************
*
*  9. Custom
*
****************/
#full-width-slider {
    width: 100%;
    color: #000;
}

#full-width-slider * {
    -webkit-backface-visibility: inherit;
}

#full-width-box .infoBlock {
    overflow: hidden;
    padding: 3px 0px 0px 15px;
    bottom: 0px;
    width: 100%;
    height: 50px;
}

#full-width-box .infoBlock h4 {
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 191px);
    overflow: hidden;
    float: left;
}

@media (max-width: 480px) {
    #full-width-box .infoBlock h4 {
    font-size: 14px;
    margin-top: 5px;
    width: 95%;
}

}

#full-width-slider .infoBlock {
    position: absolute;
    padding-bottom: 0;
    background: #042841;
    background: rgba(4, 40, 65, 0.8);
    overflow: hidden;
    padding: 3px 0px 0px 15px;
    top: 300px;
    width: 100%;
    height: 50px;
}

#full-width-slider .infoBlock h4 {
    font-size: 18px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 60%;
    overflow: hidden;
    float: left;
    margin-left: 19%;
}


@media (min-width: 768px) and (max-width: 1199px) {
    #full-width-slider .infoBlock h4 {
        margin-left: 9%;
    }
}

@media (min-width: 480px) and (max-width: 991px) {
    #full-width-slider .infoBlock h4 {
        margin-left: 5%;
    }
}
@media (max-width: 480px) and (min-width: 200px) {
    img.rsImg {
        top: 30px;
        width: 110% !important;
        height: auto !important;
        right: -5% !important;
    }
}
@media (min-width: 1440px) {
    img.rsImg {
        margin-top: -10px !important;
        width: 100% !important;
        max-width: 1439px;
        height: auto !important;
        max-height: 450px;
        box-shadow: 1px 4px 8px #2323232e;
    }
    .rsContent {
    max-width: 1439px;
    margin: 0 auto;
    }
}
@media (max-width: 1439px) and (min-width: 481px) {
    img.rsImg {
        width: 100% !important;
        height: auto !important;
        right: 0 !important;
    }
}

@media (max-width: 480px) {
    #full-width-slider .infoBlock, #full-width-box .infoBlock {
        height: 30px;
        top: 0;
    }

    #full-width-slider .infoBlock h4 {
        margin-left: 2%;
        padding: 0;
        margin: 0;
    }
}



.infoBlock a, .infoBlock h4 a {
    color: #fff !important;
}

.infoBlock a:hover, .infoBlock h4 a:hover {
    color: #fff !important;
}

.infoBlock a:visited, .infoBlock h4 a:visited {
    color: #fff !important;
}


@media (max-width: 1439px){
    .royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
        height: calc(100vw * .3125 + 50px) !important;
    }
}
@media (min-width: 1440px) {
    .royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
         max-height: 500px;
         height: calc(70vw * 0.3125 + 40px) !important;
    }
}
@media (max-width: 480px){
    .royalSlider.heroSlider, .royalSlider.heroSlider .rsOverflow {
        height: calc(110vw * .3125 + 70px) !important;
    }
   .rsBullets, .rsArrowLeft, .rsArrowRight, .rsPause {
        transform: scale(.9) translateY(5px);
    }
}
.rsBullets, .rsArrowLeft, .rsArrowRight, .rsPause {
     z-index: 1001 !important;
 }

@media (min-width: 376px) and (max-width: 425px) {
    .infoBlock h4 {
        font-size: 12px;
        width: 65%;
    }

    .infoBlock {
        height: 43px;
    }
}

img.inPageImg {
    height: auto !important;
    margin-left: 0px !important;
    width: 100% !important;
    min-height: 166px;
    margin-top: 0 !important;
}

#gallery-1 {
    width: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

img.rsImg {
    position: absolute;
}


/* Large Devices, Wide Screens */
@media only screen and (min-width: 1440px) {
    .rsContainer {
        position: relative;
        width: 70%;
        height: 100%;
        margin: 0 auto;
    }
}
