@charset "utf-8";
/* Wire Tree - Responsive CSS */

@media all{ 
    #full-width-slider {
        margin: 0 auto;
        width: 100%;
    }
    .coloredBlock {
      padding: 12px;
      background: rgba(255,0,0,0.6);
      color: #FFF;
       width: 200px;
       left: 20%;
       top: 5%;
    }
    .infoBlock {
      position: absolute;
      top: 30px;
      right: 30px;
      left: auto;
      max-width: 25%;
      padding-bottom: 0;
      background: #FFF;
      background: rgba(255, 255, 255, 0.8);
      overflow: hidden;
      padding: 20px;
    }
    .infoBlockLeftBlack {
      color: #FFF;
      background: #000;
      background: rgba(0,0,0,0.75);
      left: 30px;
      right: auto;
    }
    
    .infoBlockRightBlack {
      color: #FFF;
      background: #000;
      background: rgba(0,0,0,0.5);
      left: auto;
      right: 30px;
    }
    
    .infoBlock h4 {
      font-size: 20px;
      line-height: 1.2;
      margin: 0;
      padding-bottom: 3px;
    }
    .infoBlock p {
      font-size: 16px;
      margin: 4px 0 0;
    }
    .infoBlock a {
      color: #FFF;
      text-decoration: underline;
    }
    .photosBy {
      position: absolute;
      line-height: 24px;
      font-size: 14px;/*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:1380px;
      margin: 0 auto;
    }
    
    
    /******* WT *******/
    html {background-color:#000;}
    body {
        background:url(../img/main_bg.jpg) left top no-repeat #fff;background-size:100% 350px;
        font-family:'Open Sans', Helvetica, Arial, Sans-serif;font-size:1rem;line-height:1.7em;}
    
    /* Global */
    .main {
        /*iphone notch adjustment - apply safe area
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);*/
    }
    .wrapper {max-width:1380px}
    
    h1, .h1 {
        font-size: 2.5em; /* general fallback */
        font-size: 14vm; /* IE9 fallback */
        font-size: 14vmin;
    }
    h2, .h2 {
        font-size: 2em;
        font-size: 10vm;
        font-size: 10vmin;
    }
    h3, .h3 {
        font-size:1.7em;
        font-size: 8vm;
        font-size: 8vmin;
    }
    h4, .h4 {
        font-size:1.4em;
        font-size: 6vm;
        font-size: 6vmin;
        /*Tidy up title align*/
        padding-left:0.5vmin; 
    }
    h5, .h5 {
        font-size:1.2em;
        font-size: 4vm;
        font-size: 4vmin;
    }
    h6, .h6 {
        font-size:1em;
        font-size: 2vm;
        font-size: 2vmin;
    }
    
    p {font-size:1.1em;margin-bottom:1em !important;}
    
    /* Header */
    #main-header {border-top:none;padding:0 5px;background:transparent}
    a.headerLogo {display:inline-block;margin:0 0 20px 0;padding:10px 0;}
    
    /* Content */
    #gallery-1 {/*margin: 0 25% 0;*/}
    .rsImg {}
    .rsGCaption/*, .topColumn*/{padding-top:10px;
    /*background:url(../img/bkgd_box_980.png) center top no-repeat transparent;*/
    }
    .row {background:url(../img/bkgd_containHeadings_content1Col.png) center top no-repeat transparent}
    #main-header .page .row, .topColumn .row {background:none;}
    
    .topColumn {margin-top:2rem;}
    /*.topColumn h1 {margin-top:0.35em;}*/
    span.colSpacer {display:inline-block;width:65px}
    
    .fadeImage {
        -webkit-animation: fadein 4s; /* Safari, Chrome and Opera > 12.1 */
           -moz-animation: fadein 4s; /* Firefox < 16 */
            -ms-animation: fadein 4s; /* Internet Explorer */
             -o-animation: fadein 4s; /* Opera < 12.1 */
                animation: fadein 4s;
        display: block;
        margin: 25px auto;
    }
    
    @keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Firefox < 16 */
    @-moz-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Safari, Chrome and Opera > 12.1 */
    @-webkit-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Internet Explorer */
    @-ms-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Opera < 12.1 */
    @-o-keyframes fadein {
        from { opacity: 0; }
        to   { opacity: 1; }
    }
    
    /* Footer */
    #main-footer {border-top:none;}
    p.copy {display:inline-block;float:right;font-size:1em !important}
    
    /******* WT Themes *******/
    /* Dark Tones */
    body {color:#5a6770}
    a:link {color:#357A00;text-decoration:underline}
    a:hover {/*color:#5bd000;*/text-decoration:none}
    a:visited {color:#357A00;text-decoration:underline}
    
    h1, h2, h3, h4, h5, h6 {display:block;font-family:'Titillium Web', Helvetica, Arial, sans-serif;font-weight:normal;
    margin:12px 0;
    text-shadow: none;
    color: #357A00;
    line-height:110%;
    }
    
    .text-nowrap {
        white-space: nowrap!important;
    }
    .text-dark {color:#5a6770}
    .bg-grey {background-color:#f1f1f1 !important;}
    .pt-8 {
        padding-top: 8em; /* general fallback */
        padding-top: 28vm; /* IE9 fallback */
        padding-top: 28vmin;
    }


}

@media screen and (min-width:1280px) {
    #full-width-slider {
        width: 100%;
    }
  .heroSlider .rsOverflow,
  .royalSlider.heroSlider {
      height: /*520px*/457px;
  }
}

@media screen and (min-width:980px) {
    /*and (min-height:800px) {*/
    #full-width-slider {
        width: 98%;
    }
    .heroSlider .rsOverflow,
    .royalSlider.heroSlider {
        height: /*660px*/350px;
    }
}

@media screen and (min-width: 0px) and (max-width: 600px) {
	/*body {background:none;}*/
	#main-header, .row {margin:0;padding:0 5px}
	/*.col {clear:both;float:none;}*/
	.busCard {display:none;}
	#full-width-slider {
        width: 95%;
    }
	.royalSlider.heroSlider,
	.royalSlider.heroSlider .rsOverflow {
    height: 300px !important /*160px*/;
  }
  .infoBlock {
    padding: 10px;
    height: 100%;
    max-height: 100%;
    min-width: 40%;
    left: 0;
    top: 0;
    right: auto;
    font-size: 12px;
  }
  .infoBlock h3 {
     font-size: 16px;
     line-height: 17px;
  }
}

@supports(padding:max(0px)) {
    /*iphone notch adjustment*/
    body, header, footer {
        padding-left: min(0vmin, env(safe-area-inset-left));
        padding-right: min(0vmin, env(safe-area-inset-right));
    }
}