
/*
font-family: 'Oswald', sans-serif;

font-family: 'Catamaran', sans-serif;

font-family: 'Dancing Script', cursive;
*/

/*  blue:         #0067d0;
    orange:       #faa21b; 
    light blue:   #b5d3f1; 
    red:          #f04e30;

      */

* { box-sizing: border-box; }




* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.cf:after {
  content:"";
  display:table;
  clear:both;
}

html {
  background: #fff;
  color: #424242;
  font:16px/1.5 'Catamaran', sans-serif;
}

body {
  background: #fff;
  font-size: 100%;
}




img {
  height: auto;
  max-width: 100%;
}

.container {
  margin: 0 auto;
}

.row {
  overflow: hidden;

}




.header-home{
  background-image: url(../images/home/home-header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
}



img.logo{
  max-width: 15%;
  margin: 0;
}

img.back {
    max-width: 20px;
    padding: 0;
    margin: 0;
}

nav[role=navigation] li a:hover {
  color:#000;
}

nav {
  margin-bottom: 40px;
}

.pattern{
  float: right;
}

a.menu-link {
  float: right;
  display: block;
  padding:  0.5em 2.4em;
  text-decoration: none;
  color: #fff;
  background-color:  #faa21b; 
    }
    nav[role=navigation] {
    clear: both;
    -webkit-transition: all 0.3s ease-out;  
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    }
  .js nav[role=navigation] {
    overflow: hidden;
    max-height: 0;
  }
  nav[role=navigation].active {
    max-height: 15em;
  }
  nav[role=navigation] ul {
    margin: 0;
    padding: 0;
    border-top: 1px solid #fff;
    background:  #faa21b; 
  }
  nav[role=navigation] li a {
    display: block;
    padding: 0.6em;
    border-bottom: 1px solid #808080;
    text-decoration: none;
    color: #fff;
  }

@media screen and (min-width: 48.25em) {
      a.menu-link {
         display: none;
      }
      .js nav[role=navigation] {
        max-height: none;
      }
      nav[role=navigation] ul {
        margin: 0 0 0 -0.25em;
        border: 0;
      }
      
      nav[role=navigation]  li {
        display: inline-block;
        margin: 0 0.25em;
      }
      nav[role=navigation] li a {
        border: 0;
      }
    }








 .head1  {
  color: #fff;
  margin: 0 auto;
  font: 400 2em/2em 'Oswald', sans-serif;
  margin: 0 0 0 30px;
}


.head2 {
  color: #faa21b;
  font: 300 50px/105px 'Oswald', sans-serif;
  margin: -26px 0 0 30px;
}

h2 {
    color: #fff;
    font: 300 1.5em/90px 'Oswald', sans-serif;
    margin: 49px 0;
    text-align: center;
}

#orange-headline{
  color:  #faa21b; 
  background: none;
  font:  300 48px/68px 'Oswald', sans-serif;
  padding-left: 0;
  text-align: center;
}

.blue-headline{
 
  background-image: url(../images/home/banner-one.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0;
  position: relative;
}


.blue-headline-two{
 
  background-image: url(../images/home/banner-two.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
}
.blue-headline-three{
 
  background-image: url(../images/home/banner-three.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
}
.blue-headline-four{
 
  background-image: url(../images/home/banner-four.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
}

.blue-headline-five{
 
  background-image: url(../images/home/banner-five.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
}



p.top-paragraph {
    padding: 10px;
}

h3 {
  background: #0067d0;
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 22px;
}

#orange-h3{
  background:  #faa21b; 
}


.button {
  background-color: #0067D0;
  border-radius: 5px;
  text-align: center;
  font:  300 24px/64px 'Oswald', sans-serif;
  text-decoration: underline;
  margin: 0;
}

.button-color{
  background-color:  #faa21b; 
  border-radius: 5px;
  text-align: center;
  font:  300 24px/64px 'Oswald', sans-serif;
  text-decoration: underline;
  margin:0;
}

.article-section {
  width: 320px;
  margin: 20px auto;
}

.article-section  a{
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
  }

.article-section a:hover {
  color: #faa21b;
}
.article-section-2 a:hover {
  color:   #0067d0;
}



.article-section-2 {
  width: 320px;
  margin: 0 auto;
}

.article-section-2 a{
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
}

.button-color{
  background-color:  #faa21b; 
  border-radius: 5px;
  text-align: center;
  font:  300 24px/64px 'Oswald', sans-serif;
}

.orange-button{
  background-color:rgba(240,78,48,0.6);
  border-radius: 5px;
  text-align: center;
  font:  300 24px/44px 'Oswald', sans-serif;
  margin: 33px 0 0 0;
}

.blue-button{
  background-color:rgba(0,103,208,0.6);
  border-radius: 5px;
  text-align: center;
  font:  300 24px/44px 'Oswald', sans-serif;
  margin: 33px 0 0 0;
   }

.discover-articles p{
  padding: 0 9px;
  margin: 0
}

img.bird {
  max-width: 50%;
  margin-left: 86px;
  }

.sights{
  margin: 0 auto;
}


.sight-image{
  position: relative;
  width: 320px;
  margin: 0 auto;
}

.location-1 a{
  width: 100%;
  color: #fff;
  position: absolute;
  top: 139px;
}
.location-1 a:hover {
  color: #b5d3f1; 
}

.banner{
  background-image: url(../images/home/bird-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
      margin: 127px 0;
      height: 100%;
}

.banner-button {
    background-color: #faa21b;
    border-radius: 5px;
    text-align: center;
    font: 300 24px/43px 'Oswald', sans-serif;
    width: 200px;
    margin: 38px auto;
}

.banner a{
  color: #fff;
 
}
.banner a:hover{
  color: #f04e30;
}

.banner p {
    margin: 10px auto;
    width: 300px;
    text-align: center;
}




.transportation{
  margin: 0 auto;
}

.transportation img{
  display: block;
  margin: 0 auto;
}


.transportation-group{
  width: 320px;
  display: block;
  margin: 0 auto;
}
.infographic {
  text-align: center;
  font: 300 24px/44px 'Oswald', sans-serif;
  margin: 0;
  color: #FAA21B;
}

.hotel{
background-image: url(../images/home/hotel.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
}

.hotel-banner {
    padding-top: 160px;
}

.hotel p {
    background-color: rgba(0,103,208,0.6);
    color: #fff;
    text-align: center;
    margin: 0 auto;
    margin-top: -10px;
    padding: 10px;
}


.hotel a{
  text-decoration: none;
  color: #fff;
}

.hotel a:hover{
  color: #faa21b; 
}

.button-hotel {
  background-color: #0067D0;
  border-radius: 5px;
  text-align: center;
  font: 300 24px/64px 'Oswald', sans-serif;
  text-decoration: underline;
  width: 320px;
  margin: 28px auto;
}

iframe{
  display: none;
}


.socialmedia li {
  display: inline-block;
  margin: 10px 27px;
}
.socialmedia ul{
  padding-left: 0;
}

.join h4, .contact-us h4{
  text-align: center;
  font: 300 24px/44px 'Oswald', sans-serif;
  margin: 0;
  color: #FAA21B;
}

.contact-us a{
  text-decoration: none;
  color: #FAA21B;
}

.footer{
text-align: center;
}

footer{
  clear: both;
  text-align: center;
 
}
.footer-banner{
 background-image: url(../images/home/footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
  height:300px;
}


.attraction-1{
 background-image: url(../images/home/rafting.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
    min-height: 900px;
}


.attraction-2{
 background-image: url(../images/home/sight-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
    min-height: 900px;
}

.attraction-3{
 background-image: url(../images/home/food-banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center 0 ;
    min-height: 900px;
}

.callout {
    font: 75px/82px 'Dancing Script', cursive;
    color: #ffffff;
    margin: 0 auto;
    max-width: 800px;
    text-align: center;
    padding: 313px 0;
    text-shadow: 2px 2px #313131;
}


.callout-2 {
    font: 75px/82px 'Dancing Script', cursive;
    color: #f8f8f8;
    float: left;
    background: rgba(250, 162, 27, 0.64);
    padding: 30px;
}
.callout-headline {
    font: 99px/168px 'Oswald', sans-serif;
    display: block;
}

.rafter{
  overflow: hidden;
      background: #b6d3f1;
}

.rafter-p{
margin: 0 auto;
    text-align: center;
    padding: 20px;
    max-width: 400px;
}





.adventure-h1 {
  
    color: #f8f8f8;
    
}















.gallery2 {
  width: 100%;
  height: auto;
}

.gallery2 li {
  width: 25%;
  position: relative;
  float: left;
  overflow: hidden;
}

.transform {
  -webkit-transition: all .25s cubic-bezier(.2, .31, .36, 1);
       -moz-transition: all .25s cubic-bezier(.2, .31, .36, 1);
       -o-transition: all .25s cubic-bezier(.2, .31, .36, 1);
          transition: all .25s cubic-bezier(.2, .31, .36, 1);
}

.gallery2 a {
  width: 100%;
  height: 100%;
  display: block;
}

.gallery2 img {
  position: relative;
    width: auto\9;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.gallery2 .info {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background: rgb(181, 211, 241);
    text-align: center;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

.gallery2 .title {
  font-weight: bold;
  font-size: 1.3em;
    color: rgb(43, 43, 43);
    position: relative;
    top: 45%;
}




.home-content.cols {
    max-width:667px;
    overflow: hidden;
}

.home-content {
    max-width: 480px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
}








.quick-links {
   
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 36px;
}


.quick-links h4 {
   
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 12px;
    margin-bottom: 18px;
}

.quick-links .info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
    flex-flow: row;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 9px 13px 9px 0;
    border-bottom: 1px solid #c4c6c7;
}

.quick-links .info:first-of-type {
    border-top: 1px solid #c4c6c7;
}


.quick-links .number {
    font-size: 22px;
    width: 51px;
    height: 51px;
    color: #fff;
    background-color: #0eb3d6;
    border-radius: 50%;
    margin-right: 9px;
}


.quick-links span {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}


.quick-links .icon {
    margin-left: auto;
}


.quick-links svg {
    width: 40px;
    height: 40px;
    fill: #9b9b9b;
}

svg:not(:root) {
    overflow: hidden;
}


span.label {
    color: #fff;
  
}

.info a{
  text-decoration: none;
}


/*----------------------------------------------------End of Iphone 6 portrait 375px*/




/*----------------------------------------------------Iphone 6 landscape 667px*/

@media screen and (min-width: 667px){



h2 {
    
    font: 300 2em/90px 'Oswald', sans-serif;
    margin: 24px 0;
    padding: 30px 0;
}

img.bird {
    margin-left: 152px;
}


p.top-paragraph {
    padding: 0;
    max-width: 600px;
    margin: 0 auto;
}



.hotel p {
   
    padding: 6px 65px;
}



}
/*-----------------------------------------------End of Iphone 6 landscape 667px*/


/*----------------------------------------------------Ipad portrait 768px*/
@media screen and (min-width: 768px){

.header-home{
  background-size: cover;
  background-position:  center ;
}




.head1 {
 font: 400 70px/193px 'Oswald', sans-serif;
 margin: -63px 0 0 10px;
    }

.head2 {
    font: 300 100px/83px 'Oswald', sans-serif;
    float: right;
    margin-top: 68px;
    margin-right: 10px;
    padding-bottom: 39px;
}

a.menu-link {
  background-color: #106ACD;
}

#orange-headline { 
  font: 300 48px/54px 'Oswald', sans-serif;
  padding: 0 5px;
}

.top-paragraph{
  width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
}

h2 {
    font: 300 2.5em/97px 'Oswald', sans-serif;
}





.article-section {
  width: 320px;
  margin: 3px 30px;
  background: none;
  float: left;
}
.article-section-2 {
  width: 320px;
  margin: 3px auto;
  float: left;
}

img.bird{
  float: right;
  width: 348px;
  padding: 0;
  margin: 310px 0 0 0;
}

.banner p {
    font: 300 24px/51px 'Oswald', sans-serif;
    width: 368px;
   
}

.hotel-banner {
    padding-top: 360px;
}

.sight-image {
    position: relative;
    width: 354px;
    margin: 0 auto;
    display: inline-block;
    float: left;
    margin-left: 10px;
}


.location-1 a {
  top:160px;
}


.transportation {
    margin: 0 auto;
    max-width: 768px;
}

.transportation-group {
  width: 252px;
  display: inline-block;
  margin: 33px auto;
}



iframe{
  display: block;
  margin: 20px 0;
}

.map{
  display: none;
}

.contact-us{
  width: 300px;
  float: left;
}


.join{
  width: 300px;
  float: right;

}

.socialmedia {
  clear: both;
}
.contact-group {
    margin: 10px auto;
    max-width: 960px;
}

input {
  line-height: normal;
  margin-top: 13px;
}
.banner{
margin: 100px 0 0 0;
}



.rafter-img{
  float: right;
    display: none;
 
}

.rafter-p {
    float: left;
   
    max-width:50%;
}

.home-content {
    padding-left: 0;
    padding-right: 0;
}



.home-content .col {
    width: 53%;
    float: left;
    margin: 0 0 20px 10px;
}


.home-content .col:last-of-type {
    width: 40%;
    float: right;
}



.quick-facts {
    margin-top: 0;
}



























}
/*---------------------------------------------------end of-Ipad portrait 768px*/


/*----------------------------------------------------desktop 850px*/

@media screen and (min-width: 850px){



.hotel p {
   
    padding: 10px 116px;
   
}
h2 {
    font: 300 2.5em/130px 'Oswald', sans-serif;
}

}


/*----------------------------------------------------desktop 960px*/

@media screen and (min-width: 960px){


.container {
  margin: 0 auto;
  max-width: 960px;
}

.row {
  overflow: hidden;
  padding: 0;
}


img.logo{
  max-width: 120px;
  margin: 0;
}

 

.header-home{
  position: relative;
}

.logo {
  position: absolute;
}

.head1 {
    font: 400 89px/100px 'Oswald', sans-serif;
    margin: 0;
    padding-left: 25px;
    padding-top: 148px;
}

.head2 {
  font: 300 108px/88px 'Oswald', sans-serif;
  margin: 102px 0 54px 406px;
  padding-right: 20px;
}



.top-paragraph {
  width: 677px;
  margin: 0 0 33px 25px;
}



.article-section {
  margin: 0;
}


img.bird {
  float: none; 
  display: block;
  margin: 0 auto;
  padding-top: 55px;
}

.article-section-2 {
  background: #B5D3F1;
  margin: 0 auto;
  }


.sights {
  margin-left: 0;
}


.sight-image {
    position: relative;
    width: 480px;
    margin: 0 auto;
   
}

.location-1 a {
  position: absolute;
  top: 245px;
}

..banner p {
    font: 20px/50px 'Oswald', sans-serif;
    margin: 24px auto;
    width: 404px;
    text-align: center;
}

.banner-button {

  font: 300 24px/58px 'Oswald', sans-serif;
  width: 265px;
    
}


.banner {
    margin: 40px 0 0 0;
}



.join {
  margin-right: 50px;
}

.contact-us {
  margin-left: 50px;
}



h2 {
    font: 300 3em/138px 'Oswald', sans-serif;
}


.hotel p {
    padding: 10px 189px;
}


.rafter-img {

    display: block;
    max-width: 38%;
}




}

/*----------------------------------------------------End end of 960px*/

/*----------------------------------------------------desktop 1024px*/
@media screen and (min-width: 1024px){

.banner{
  height: 344px;
}


.hotel-banner {
    padding-top: 525px;
}


h2 {
    font: 300 4em/166px 'Oswald', sans-serif;
}




}
/*----------------------------------------------------desktop 1200px*/
@media screen and (min-width: 1200px){

h2 {
    font: 300 4em/200px 'Oswald', sans-serif;
}

.head2 {
    
    margin: 182px 0 54px 406px;

}

.home-content {
    
    margin-top: 60px;
   
}

}


/*----------------------------------------------------desktop 1400px*/
@media screen and (min-width: 1400px){

.banner{
  height: 404px;
}


.hotel p {
   
    padding: 10px 316px;
   
}

h2 {
    font: 300 4em/240px 'Oswald', sans-serif;
}


.head2 {
    
    margin: 276px 0 54px 406px;

}

.home-content.cols {
    max-width: 775px;
    
}


.home-content {
    margin-top: 84px;
}

}




