/*	--------------------------------------	*\
	SLIDER DEFAULT STYLING
\*	--------------------------------------	*/
.royalSlider {
  width: 100%;
  height: 400px;
  position: relative;
  direction: ltr;
  z-index: 10;
  overflow: hidden;
  border-top: 4px solid #fff;
}

#body_landing .royalSlider {
  border-top-width: 0px;
}

.royalSlider > * {
  float: left;
}

.rsWebkit3d .rsSlide, .rsWebkit3d .rsContainer, .rsWebkit3d .rsThumbs, .rsWebkit3d .rsPreloader, .rsWebkit3d img, .rsWebkit3d .rsOverflow, .rsWebkit3d .rsBtnCenterer, .rsWebkit3d .rsAbsoluteEl, .rsWebkit3d .rsABlock, .rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden;
}

.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);
  z-index: 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 {
  cursor: pointer;
}

.rsArrow, .rsNav {
  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%;
  float: left;
  text-align: left;
}

/* 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;
  position: relative;
}

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
  padding: 9px;
  border-radius: 12px;
  display: inline-block;
  background-color: #054f79;
  margin-right: 5px;
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  cursor: pointer;
}

.rsNavSelected {
  color: #fff;
  background-color: black;
}

.royalSlider Img {
  max-width: none;
}

.grab-cursor {
  cursor: url(../js/img-slider/grab.png) 8 8, move;
}

.grabbing-cursor {
  cursor: url(../js/img-slider/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);
}

.toggleAutoPlayBtn {
  position: absolute;
  right: 0;
  bottom: 34px;
  right: 70px;
  z-index: 100;
}

.toggleAutoPlayBtn a {
  background: url(../js/img-slider/sprite.png) transparent;
  background-position: 0 56px;
  pointer-events: auto;
  display: block;
  width: 29px;
  height: 28px;
  text-indent: -9999px;
}

.toggleAutoPlayBtn a.active {
  background-position: 29px 56px;
}

#full-width-slider {
  width: 100%;
  max-height: 295px;
  color: #000;
}

.coloredBlock {
  padding: 12px;
  background: rgba(255, 0, 0, 0.6);
  color: #FFF;
  width: 200px;
  left: 20%;
  top: 5%;
}

.infoBlock {
  position: relative;
  top: 30px;
  right: 30px;
  max-width: 30%;
  left: 0;
  padding-bottom: 0;
  background: #006ec6;
  overflow: hidden;
  padding: 20px;
  z-index: 20;
}

.rsCaption p {
  font-size: 0.9em;
  margin-bottom: 7px;
}

.rsCaption h4, .item h4 {
  font-size: 1.2em;
}

.all-slide-captions .item p {
  min-height: 0em;
}

.rsCaption a {
  color: #fff !important;
}

.infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}

.infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}

.infoBlock a {
  color: #FFF;
  text-decoration: underline;
}

.photosBy {
  position: absolute;
  line-height: 24px;
  font-size: 12px;
  background: #FFF;
  color: #000;
  padding: 0px 10px;
  position: absolute;
  left: 12px;
  bottom: 12px;
  top: auto;
  border-radius: 2px;
  z-index: 25;
}

.photosBy a {
  color: #000;
}

.fullWidth {
  max-width: 1920px;
  margin: 0 auto 0px;
}

.block-holder {
  top: 30px;
  position: absolute;
  right: 30px;
  max-width: 30em;
  left: 0;
  padding-bottom: 0;
  background: #006ec6;
  overflow: hidden;
  padding: 20px;
  z-index: 20;
  color: #fff;
  text-align: left;
  overflow-y: auto;
}
.block-holder #btn-global-more {
  display: block !important;
}

#page-navigation {
  display: none;
}

#slider {
  position: relative;
}

/*	--------------------------------------	*\
	SLIDER SKIN MINIMAL
\*	--------------------------------------	*/
/* Background */
.rsMinW, .rsMinW .rsOverflow, .rsMinW .rsSlide, .rsMinW .rsVideoFrameHolder, .rsMinW .rsThumbs {
  background: #000;
  color: #FFF;
}

/* Arrows */
.rsArrow {
  height: 32px;
  width: 32px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
}

.rsArrowLeft {
  right: 37px;
  bottom: 33px;
}

.rsArrowRight {
  right: 7px;
  bottom: 33px;
}

.rsArrowIcn {
  width: 29px;
  height: 28px;
  margin-top: 3px;
  margin-left: 3px;
  position: absolute;
  cursor: pointer;
  background: url(../js/img-slider/sprite.png) transparent;
  border-radius: 2px;
}

.rsArrowLeft .rsArrowIcn {
  background-position: 0px 0px;
}

.rsArrowRight .rsArrowIcn {
  background-position: 29px 0px;
}

.rsArrowDisabled .rsArrowIcn {
  opacity: .3 !important;
  filter: alpha(opacity=30);
  *display: none;
}

/* Bullets */
.rsBullets {
  position: relative;
  z-index: 35;
  padding-top: 4px;
  float: right;
  height: 25px;
  text-align: center;
  line-height: 6px;
  overflow: hidden;
}

.rsBullet {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.rsBullet.rsNavSelected span {
  background: #FFF;
}

.caption-holder {
  position: absolute;
  top: 0;
  width: 1200px;
  left: 50%;
  z-index: 10;
  margin-left: -600px;
  min-height: 295px;
  text-align: left;
  z-index: 10;
  pointer-events: none;
  visibility: hidden;
}

.block-holder, .rsArrow {
  pointer-events: auto;
}

/* Preloader */
.rsMinW .rsPreloader {
  width: 20px;
  height: 20px;
  background: url(../js/img-slider/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

a.btn-read-more {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  display: block;
  position: relative;
  background-color: #054f79;
  padding: 0.4em;
  float: left;
  text-decoration: none;
  float: left;
  font-size: 0.9em;
  margin-top: 5px;
  display: none;
}

#btn-global-more {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  position: relative;
  background-color: #054f79;
  padding: 0.4em;
  float: left;
  text-decoration: none;
  float: left;
  font-size: 0.9em;
  margin-top: 5px;
  color: #fff;
  display: none;
}


#btn-global-generic {
  -webkit-transition: background .3s;
  -moz-transition: background .3s;
  -o-transition: background .3s;
  -ms-transition: background .3s;
  transition: background .3s;
  position: relative;
  background-color: #054f79;
  padding: 0.4em;
  float: left;
  text-decoration: none;
  float: left;
  font-size: 0.9em;
  margin-top: 5px;
  color: #fff;
  display: block;

}



a:hover.btn-read-more, a:hover#btn-global-more {
  background-color: #083955;
}


a:hover#btn-global-generic {
  background-color: #083955;

}




a.btn-read-more .arrow, a#btn-global-more .arrow {
  margin-left: 5px;
  font-weight: bold;
}

/* properties for slider in body of page */
.body-slider .royalSlider.heroSlider, .body-slider .royalSlider.heroSlider .rsOverflow {
  height: 200px !important;
}

.body-slider .royalSlider .heroSlider img {
  height: 200px !important;
}

.body-slider .rsNav {
  display: none;
}

.body-slider .infoBlock h3 {
  font-size: 14px;
  line-height: 17px;
}

.body-slider .caption-holder {
  height: auto;
  min-height: 0;
  bottom: 0;
  width: 100%;
  position: relative;
  margin-left: 0;
  left: 0;
}

.lt-ie8 .body-slider .caption-holder {
  height: auto;
  min-height: auto;
  bottom: 0;
  width: 100%;
  position: relative;
  margin-left: 0;
  left: 0;
  margin-top: 0px;
}

.body-slider .rsArrow {
  bottom: 20;
}

.body-slider .rsArrowLeft .rsArrowIcn {
  background-position: 0px 84px;
  bottom: -5px;
}

.body-slider .rsArrowRight .rsArrowIcn {
  background-position: 29px 84px;
  bottom: -5px;
}

.body-slider .toggleAutoPlayBtn {
  bottom: 27px;
}

.body-slider .toggleAutoPlayBtn a {
  background-position: 0 28px;
}

.body-slider .toggleAutoPlayBtn a.active {
  background-position: 29px 28px;
}

.body-slider .caption-holder figure {
  margin-bottom: 0px !important;
}

.body-slider .infoBlock {
  position: relative;
  top: 0;
  clear: both;
  bottom: 0;
  padding: 10px;
  overflow: auto;
  margin-top: 0px;
  height: auto;
  width: 100%;
  max-width: 100%;
  font-size: 12px;
  border-top: 1px solid #fff;
}

.body-slider .caption-holder {
  background: #006ec6;
}

.body-slider .block-holder {
  top: 0px;
  position: relative;
  right: 30px;
  max-width: 100%;
  left: 0;
  padding-bottom: 0;
  background: #006ec6;
  overflow: hidden;
  overflow-y: auto;
  padding: 20px;
  z-index: 20;
  border-top: 1px solid #fff;
  text-align: left;
}

@media screen and (min-width: 960px) and (min-height: 660px) {
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
    height: 295px !important;
  }
}
@media screen and (max-width: 480px) {
  /* mobile */
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 200px !important;
  }

  .royalSlider .heroSlider img {
    height: 200px !important;
  }

  .rsNav {
    display: none;
  }

  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }

  .caption-holder {
    height: auto;
    min-height: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    background-color: #006ec6;
  }

  .rsArrow {
    bottom: 20;
  }

  .rsArrowLeft {
    right: 37px;
    bottom: 20px;
  }

  .rsArrowRight {
    right: 7px;
    bottom: 20px;
  }

  .toggleAutoPlayBtn {
    bottom: 20px;
  }

  .rsArrowLeft .rsArrowIcn {
    background-position: 0px 84px;
  }

  .rsArrowRight .rsArrowIcn {
    background-position: 29px 84px;
  }

  .toggleAutoPlayBtn a {
    background-position: 0 28px;
  }

  .toggleAutoPlayBtn a.active {
    background-position: 29px 28px;
  }

  .caption-holder figure {
    margin-bottom: 0px !important;
  }

  .infoBlock {
    position: relative;
    top: 0;
    clear: both;
    bottom: 0;
    padding: 10px;
    overflow: auto;
    margin-top: 0px;
    height: auto;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    border-top: 1px solid #fff;
  }

  .clear-mob {
    clear: both;
  }

  .block-holder {
    top: 0px;
    position: relative;
    right: 30px;
    max-width: 100%;
    left: 0;
    padding-bottom: 0;
    background: #006ec6;
    overflow: hidden;
    padding: 20px;
    z-index: 20;
    border-top: 1px solid #fff;
    text-align: left;
  }

  a.btn-read-more {
    position: absolute;
    bottom: 20px;
  }

  .toggleAutoPlayBtn {
    bottom: 21px;
  }

  .body-slider {
    /*&.small{
    	.block-holder { min-height:12em;}
    	.rsGCaption{ max-height: 10.1em;}
    }*/
  }
  .body-slider a.btn-read-more {
    position: absolute;
    bottom: 15px;
  }
  .body-slider .toggleAutoPlayBtn {
    bottom: 15px;
  }

  /*.home-slider{
  	.block-holder { min-height:15em;}
  	.rsGCaption{ max-height: 13em;}
  		
  	&.small{
  		.block-holder { min-height:12em;}
  		.rsGCaption{ max-height: 10.1em;}
  	}
  }*/
}
@media screen and (min-width: 481px) and (max-width: 959px) {
  /* tablet*/
  .royalSlider.heroSlider,
  .royalSlider.heroSlider .rsOverflow {
    height: 200px !important;
  }

  .royalSlider .heroSlider img {
    height: 200px !important;
  }

  .rsNav {
    display: none;
  }

  .infoBlock h3 {
    font-size: 14px;
    line-height: 17px;
  }

  .caption-holder {
    height: auto;
    min-height: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    margin-left: 0;
    left: 0;
    background-color: #006ec6;
  }

  .rsArrow {
    bottom: 20;
  }

  .rsArrowLeft .rsArrowIcn {
    background-position: 0px 84px;
  }

  .rsArrowRight .rsArrowIcn {
    background-position: 29px 84px;
  }

  .toggleAutoPlayBtn a {
    background-position: 0 28px;
  }

  .toggleAutoPlayBtn a.active {
    background-position: 29px 28px;
  }

  .caption-holder figure {
    margin-bottom: 0px !important;
  }

  .infoBlock {
    position: relative;
    top: 0;
    clear: both;
    bottom: 0;
    padding: 10px;
    overflow: auto;
    margin-top: 0px;
    height: auto;
    width: 100%;
    max-width: 100%;
    font-size: 12px;
    border-top: 1px solid #fff;
  }

  .clear-mob {
    clear: both;
  }

  .block-holder {
    top: 0px;
    position: relative;
    right: 30px;
    max-width: 100%;
    left: 0;
    padding-bottom: 0;
    background: #006ec6;
    overflow: hidden;
    padding: 20px;
    z-index: 20;
    border-top: 1px solid #fff;
    text-align: left;
  }

  a.btn-read-more {
    position: absolute;
    bottom: 15px;
  }

  .rsGCaption p {
    min-height: 0;
  }

  .toggleAutoPlayBtn {
    bottom: 15px;
  }

  .rsArrowLeft {
    right: 37px;
    bottom: 14px;
  }

  .rsArrowRight {
    right: 7px;
    bottom: 14px;
  }

  .body-slider {
    /*&.small{
    	.block-holder { min-height:8.5em;}
    	.rsGCaption{ max-height: 6em; }
    }*/
  }
  .body-slider .toggleAutoPlayBtn {
    bottom: 15px;
  }
  .body-slider .rsArrowLeft {
    bottom: 20px;
  }
  .body-slider .rsArrowRight {
    bottom: 20px;
  }

  /*.home-slider{
  	.block-holder { min-height:10em;}
  	.rsGCaption{ max-height: 8.5em;}
  		
  	&.small{
  		.block-holder { min-height:8em;}
  		.rsGCaption{ max-height: 6em;}
  	}
  }*/
}
@media screen and (min-width: 960px) and (max-width: 1100px) {
  .large-font .home-slider .caption-holder .toggleAutoPlayBtn {
    right: 150px;
  }
  .large-font .home-slider .caption-holder .rsArrowLeft {
    right: 115px;
  }
  .large-font .home-slider .caption-holder .rsArrowRight {
    right: 80px;
  }
}
@media screen and (min-width: 1101px) {
  .large-font .home-slider .caption-holder .toggleAutoPlayBtn {
    right: 240px;
  }
  .large-font .home-slider .caption-holder .rsArrowLeft {
    right: 205px;
  }
  .large-font .home-slider .caption-holder .rsArrowRight {
    right: 170px;
  }
}
@media screen and (min-width: 960px) {
  /* desktop */
  .caption-holder {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 10;
    margin-left: 0;
    min-height: 295px;
    text-align: left;
    z-index: 10;
  }

  .body-slider {
    /*.block-holder { min-height:11em;}
    &.small{
    	.block-holder { min-height:10em;}
    	.rsGCaption{ max-height: 8em;}
    }*/
    /*.rsGCaption{ 
    	max-height: 9em; overflow:auto;
    	.rsCaption p{ min-height: 0;}
    }*/
  }
  .body-slider a.btn-read-more {
    position: absolute;
    bottom: 20px;
  }
  .body-slider .toggleAutoPlayBtn {
    bottom: 22px;
  }
  .body-slider .rsArrow {
    bottom: 27px;
  }

  /*.home-slider{
  	.rsGCaption p { min-height: 6em;}
  	&.small{
  		.rsGCaption p { min-height: 3em;}
  	}
  }
  
  .fontAdjust-med{
  	.body-slider {
  		.block-holder { min-height:13em;}
  		.rsGCaption{ max-height: 10em;}
  		&.small{
  			.block-holder { min-height:9.5em;}
  			.rsGCaption{ max-height: 7em;}
  		}
  	}
  }*/
  	/*.fontAdjust-lg{
  	.home-slider{
  		/*.block-holder { min-height:10.5em;}
  		.rsGCaption{ 
  			/*max-height: 8.5em;
  			a.btn-read-more{
  				margin-top: -5px;
  			}
  		}
  		.rsBullets{
  				bottom: -15px;
  		}
  		&.small{
  			/* .block-holder {min-height: 9em;}
  			.rsGCaption{ 
  			/*	max-height: 8.5em; 
  				a.btn-read-more{
  					margin-top: 5px;
  				}
  			}
  			.rsBullets{
  				bottom: 15px;
  		}
  			
  		}
  		
  	}
  	/*.body-slider {
  	//	.block-holder { min-height:14em;}
  		//.rsGCaption{ max-height: 12em;}
  		&.small{
  			.block-holder { min-height:9.5em;}
  			.rsGCaption{ max-height: 7em;}
  		}
  	}
  }*/
  /*.fontAdjust-xlg{
  	.body-slider {
  		.block-holder { min-height:12em;}
  		.rsGCaption{ max-height: 9.5em;}
  		&.small{
  			.block-holder { min-height:9em;}
  			.rsGCaption{ max-height: 6.5em;}
  		}
  	}
  }
  
  //Handle body slider 2 classes with med , xlg and xxlg font
   .fontAdjust-xxlg {
  	.body-slider {
  		.block-holder { min-height:13em;}
  		.rsGCaption{ max-height: 10.5em;}
  		&.small{
  			.block-holder { min-height:9.5em;}
  			.rsGCaption{ max-height: 7em;}
  		}
  	}
  }*/
  .large-font {
    /*
    .lt-ie9 {
    	// set the position to relative, and make the height fixed to 295px so that the caption holder will sit underneath the slider
    	.home-slider .caption-holder { min-height: 295px;  height:auto; }
    	.home-slider .royalSlider { min-height: 295px; height:auto; }
    	.home-slider #slider { position: relative; min-height: 295px; width: 100%;  height:auto; }
    	.home-slider .sliderContainer { height:295px; }
    }
    */
  }
  .large-font .fontAdjust-xlg .home-slider {
    /*&.small{
    	.caption-holder{
    		.toggleAutoPlayBtn { bottom:70px; };
    		.rsArrowLeft { bottom:70px; }
    		.rsArrowRight { bottom:70px; }
    	}
    }*/
  }
  .large-font .fontAdjust-xlg .home-slider .caption-holder .toggleAutoPlayBtn {
    bottom: 8px;
  }
  .large-font .fontAdjust-xlg .home-slider .caption-holder .rsArrowLeft {
    bottom: 8px;
  }
  .large-font .fontAdjust-xlg .home-slider .caption-holder .rsArrowRight {
    bottom: 8px;
  }
  .large-font .fontAdjust-xxlg .home-slider {
    /*.rsGCaption{ p{min-height:7em;}} */
    /*&.small{
    	.rsGCaption{ p{min-height:4em;}}
    	.caption-holder{
    		.toggleAutoPlayBtn { bottom:20px; };
    		.rsArrowLeft { bottom:20px; }
    		.rsArrowRight { bottom:20px; }
    	}
    } */
  }
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .toggleAutoPlayBtn {
    bottom: 0px;
  }
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .rsArrowLeft {
    bottom: -1px;
  }
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .rsArrowRight {
    bottom: -1px;
  }
  .large-font .home-slider .caption-holder {
    position: relative !important;
    top: -30px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 1em;
    min-height: 0px;
  }
  .large-font .home-slider .caption-holder .block-holder {
    max-height: none;
    min-width: 920px;
    max-width: 920px;
    margin: 0 auto;
    right: 0;
    position: relative;
  }
  .large-font .home-slider .caption-holder .rsNav {
    display: none;
  }
  .large-font .home-slider .caption-holder .rsArrow {
    bottom: 20;
  }
  .large-font .home-slider .caption-holder .rsArrowLeft .rsArrowIcn {
    background-position: 0px 84px;
  }
  .large-font .home-slider .caption-holder .rsArrowRight .rsArrowIcn {
    background-position: 29px 84px;
  }
  .large-font .home-slider .caption-holder .toggleAutoPlayBtn a {
    background-position: 0 28px;
  }
  .large-font .home-slider .caption-holder .toggleAutoPlayBtn a.active {
    background-position: 29px 28px;
  }
  .large-font .fontAdjust-xlg .home-slider {
    /*&.small{
    	.caption-holder{
    		.toggleAutoPlayBtn { bottom:30px; };
    		.rsArrowLeft { bottom:30px; }
    		.rsArrowRight { bottom:30px; }
    	}
    }*/
  }
  .large-font .fontAdjust-xlg .home-slider .caption-holder .toggleAutoPlayBtn {
    bottom: -10px;
  }
  .large-font .fontAdjust-xlg .home-slider .caption-holder .rsArrowLeft {
    bottom: -11px;
  }
  .large-font .fontAdjust-xlg .home-slider .caption-holder .rsArrowRight {
    bottom: -11px;
  }
  .large-font .fontAdjust-xxlg .home-slider {
    /*.rsGCaption{ p{min-height:7em;}}
    
    &.small{
    	.rsGCaption{ p{min-height:4em;}}
    }*/
  }
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .toggleAutoPlayBtn {
    bottom: -10px;
  }
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .rsArrowLeft {
    bottom: -11px;
  }
  .large-font .fontAdjust-xxlg .home-slider .caption-holder .rsArrowRight {
    bottom: -11px;
  }
}
@media screen and (min-width: 1200px) {
  .caption-holder {
    position: absolute;
    top: 0;
    width: 1200px;
    left: 50%;
    z-index: 10;
    margin-left: -600px;
    min-height: 295px;
    text-align: left;
    z-index: 10;
  }

  .large-font .home-slider {
    /*.caption-holder{
    	position:relative;
    	top: -30px;
    	padding-left: 10px;
    	padding-right: 10px;
    	margin-bottom: 1em;
    	
    	.block-holder{
    		max-height: none;
    		min-width:$media-desktop - 40px;
    		max-width:$media-desktop - 40px;
    		margin: 0 auto;
    		right: 0;
    	}
    	
    	.toggleAutoPlayBtn{
    		bottom:300px;
    	}
    	.rsArrow{
    		bottom:300px;
    	}
    	.rsArrowIcn{
    		height:28.5px;
    	}
    }*/
  }
}
.ui-icon {
  display: none;
}

/* IE7 Conditional */
.eq-ie7 .home-slider .caption-holder, .eq-ie7 .body-slider .caption-holder {
  visibility: visible;
}

.lt-ie9 .home-slider .caption-holder {
  position: relative;
  left: 0;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
  min-height: 295px;
  text-align: left;
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  overflow: hidden;
  visibility: visible;
}

.lt-ie9 .home-slider .royalSlider {
  width: 100%;
  height: 295px;
  position: absolute;
  top: 0;
  direction: ltr;
  z-index: 10;
  overflow: hidden;
  min-width: 960px;
  max-width: 1920px;
}

.lt-ie9 figure {
  width: 100%;
}
.lt-ie9 .body-slider .toggleAutoPlayBtn {
  bottom: 22px;
}
.lt-ie9 .body-slider .rsArrow {
  bottom: 27px;
}
.lt-ie9 .block-holder {
  height: auto;
}
.lt-ie9.large-font .home-slider .royalSlider {
  position: relative;
}
.lt-ie9.large-font .home-slider .caption-holder {
  position: relative !important;
  top: -30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 1em;
  min-height: 0px;
  margin-left: -600px;
  left: 50%;
  overflow: visible;
}
.lt-ie9.large-font .home-slider .caption-holder .toggleAutoPlayBtn {
  right: 260px;
  bottom: -10px;
}
.lt-ie9.large-font .home-slider .caption-holder .rsArrowLeft {
  right: 225px;
}
.lt-ie9.large-font .home-slider .caption-holder .rsArrowRight {
  right: 190px;
}
.lt-ie9.large-font .home-slider .caption-holder .block-holder {
  max-height: none;
  min-width: 920px;
  max-width: 920px;
  margin: 0 auto;
  right: 0;
  position: relative;
}
.lt-ie9.large-font .home-slider .caption-holder .rsNav {
  display: none;
}
.lt-ie9.large-font .home-slider .caption-holder .rsArrow {
  bottom: -10px;
}
.lt-ie9.large-font .home-slider .caption-holder .rsArrowLeft .rsArrowIcn {
  background-position: 0px 84px;
}
.lt-ie9.large-font .home-slider .caption-holder .rsArrowRight .rsArrowIcn {
  background-position: 29px 84px;
}
.lt-ie9.large-font .home-slider .caption-holder .toggleAutoPlayBtn a {
  background-position: 0 28px;
}
.lt-ie9.large-font .home-slider .caption-holder .toggleAutoPlayBtn a.active {
  background-position: 29px 28px;
}
.lt-ie9.large-font .fontAdjust-xlg .home-slider .toggleAutoPlayBtn {
  bottom: 5px;
}
.lt-ie9.large-font .fontAdjust-xlg .home-slider .rsArrow {
  bottom: 5px;
}

/* -- Auto Height styling -- */
.home-slider .block-holder #all-slide-captions {
  position: absolute;
  padding-right: 20px;
  visibility: hidden;
  display: none;
}
.home-slider .block-holder #all-slide-captions .item {
  display: block;
  padding-right: 20px;
}
.home-slider .block-holder #all-slide-captions p {
  font-size: 0.9em;
}

.body-slider .block-holder #all-slide-captions {
  position: absolute;
  padding-right: 20px;
  visibility: hidden;
  display: none;
}
.body-slider .block-holder #all-slide-captions .item {
  display: block;
}
.body-slider .block-holder #all-slide-captions p {
  font-size: 0.9em;
}

/*	-------------------------------- *\
	EXTENSIONS
\*	-------------------------------- */
