/*-------------------------------------------    
  GLOBAL
-------------------------------------------*/
body {
  background: url(../gfx/dark-pattern.gif) repeat 0 0;
}
.paypal-button button.large {
  display: block;
  width: 262px;
  height: 59px;
  background: url(../gfx/checkout-paypal.png) no-repeat 0 0;
  text-indent: -999em;
  border: 0;
  cursor: pointer;
}
/*-------------------------------------------    
  HEADER & WRAPPER
-------------------------------------------*/
#top,
#wrapper,
footer,
.prefooter .row,
.logos ul,
.navbar ul {
  width: 1100px;
  margin: 0 auto;
}
#top {
  height: 187px;
  background: url(../gfx/head-tip.png) no-repeat 45% 100%;
  position: relative;
}
body.inside #top {
  padding-top: 25px;
}
#wrapper {
  background: url(../gfx/primary-pattern.png) repeat-y 0 0;
  border: 1px solid #B45518;
}
.inside #wrapper {
  background: url(../gfx/inside-pattern.png) repeat-y 0 0;
  border: 1px solid #B45518;
}
/* --- HEADER --- */
.logo {
  display: block;
  background: url(../gfx/logo.png) no-repeat 0 0;
  width: 370px;
  height: 140px;
  text-indent: -999em;
  position: absolute;
  bottom: 15px;
  left: 0;
}
.toll {
  line-height: 25px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  width: 330px;
  text-align: center;
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -165px;
}
.toll strong {
  display: block;
  font-weight: 600;
  font-size: 30px;
  color: #FFDD85;
}
.certify {
  display: block;
  width: 152px;
  height: 133px;
  background: url(../gfx/certificate.png) no-repeat 0 0;
  z-index: 999;
  position: absolute;
  top: 85px;
  right: 0;
  text-indent: -999em;
}
/* -- SOCIAL TOP -- */
#top .social {
  width: 100px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 135px;
}
#top .social li {
  float: left;
  margin: 0 8px;
}
#top .social li a {
  color: #fff;
  text-shadow: none;
  font-size: 16px;
  margin: 0;
}
#top .social li a:hover {
  color: #E68E2C;
}
/* --- CONTAINERS --- */
.primary {
  width: 73.6363636%;
}
.sidebar {
  width: 26.3636364%;
}
/* -- FULL WIDE -- */
body.inside #wrapper.full {
  background: url(../gfx/dark-pattern.gif) repeat 0 0;
  text-align: left;
}
body.inside #wrapper.full .primary {
  width: 100%;
  float: none;
}
body.inside #wrapper.full .split-thin figure {
  float: none;
  margin: 0 auto 20px auto;
  width: 100%;
}
/*-------------------------------------------    
  LAYOUT
-------------------------------------------*/
body.home .primary {
  float: left;
}
body.home .sidebar {
  float: right;
}
body.inside .primary {
  float: right;
}
body.inside .sidebar {
  float: left;
}
.split {
  width: 50%;
  float: left;
}
.split-even {
  width: 48%;
  float: left;
}
.split-even:last-child {
  float: right;
}
.split-wide {
  width: 55%;
  float: left;
}
.split-thin {
  width: 38%;
  float: right;
}
.flo-A .split-wide {
  float: right;
}
.flo-A .split-thin {
  float: left;
}
.flo-B .split-wide {
  float: left;
}
.flo-B .split-thin {
  float: right;
}
.split-1 {
  width: 30%;
  float: left;
}
.split-2 {
  width: 30%;
  float: left;
  margin: 0 5%;
}
.split-3 {
  width: 30%;
  float: left;
}
/*-------------------------------------------    
  SLIDER
-------------------------------------------*/
.slider {
  padding: 6px 6px 0;
  position: relative;
  border-bottom: 1px solid #333;
  background: #000000;
}
/*.rslides li {height: 300px; overflow: hidden;}*/
.caption:hover .panbox {
  right: 0;
}
.panbox header {
  padding: 50px 0 0 0;
}
.panbox h2 {
  color: #fff;
}
.panbox p {
  color: #B0ABAB;
  margin: 0 0 20px;
}
.rslides_nav {
  display: block;
  z-index: 999;
  width: 67px;
  height: 65px;
  text-indent: -999em;
  background: url(../gfx/slider-arrows-invert.png) no-repeat 0 0;
  position: absolute;
  top: 110px;
}
.prev {
  background-position: 0 0;
  left: 0;
}
.next {
  background-position: -67px 0;
  right: 0;
}
.prev:hover {
  background-position: 0 -65px;
}
.next:hover {
  background-position: -67px -65px;
}
@media screen and (min-width: 1235px) {
  .rslides_nav {
    background: url(../gfx/slider-arrows.png) no-repeat 0 0;
  }
  .prev {
    left: -67px;
    background-position: 0 0;
  }
  .next {
    right: -67px;
    background-position: -67px 0;
  }
}
.rslides_tabs {
  position: absolute;
  top: -28px;
  left: 275px;
}
.rslides_tabs li {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 12px 0 0;
}
.rslides_tabs li a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -999em;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.18);
  -moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
  box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
}
.rslides_tabs li.rslides_here a {
  background: #FAB027;
}
/*-------------------------------------------    
  FEATURED PANELS
-------------------------------------------*/
.featbox a {
  display: block;
  width: 100%;
  height: 100%;
}
.featbox figure {
  height: 95px;
  position: relative;
  margin: 0 0 20px;
}
.featbox figure:after {
  content: "";
  display: block;
  width: 82px;
  height: 47px;
  right: 15px;
  top: 25px;
  position: absolute;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.featbox .green-box:after {
  background: url(../gfx/featbox-green-arrow.png) no-repeat 0 0;
}
.featbox .orange-box:after {
  background: url(../gfx/featbox-orange-arrow.png) no-repeat 0 0;
}
.featbox a:hover figure:after {
  right: 30px;
}
.featbox figure img {
  position: absolute;
  z-index: 999;
  border: none;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.featbox h2 {
  padding: 0 20px;
  font-size: 16px;
  font-weight: 400;
  color: #FFDD85;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.featbox a:hover h2 {
  color: #fff;
}
.featbox p {
  padding: 0 20px;
  font-size: 15px;
  color: #999;
  padding-bottom: 40px;
  line-height: 25px;
}
.serv-1 img {
  top: -10px;
  left: 20px;
}
.serv-2 img {
  top: -20px;
  left: 20px;
}
.serv-3 img {
  top: -15px;
  left: 20px;
}
.serv-4 img {
  top: -5px;
  left: 20px;
}
.serv-1:hover img {
  left: 35px;
}
.serv-2:hover img {
  left: 35px;
}
.serv-3:hover img {
  left: 35px;
}
.serv-4:hover img {
  left: 35px;
}
/*-------------------------------------------    
  STYLES
-------------------------------------------*/
body.inside .content {
  padding-bottom: 50px;
  position: relative;
}
.paddify {
  padding: 20px 30px;
}
/* -- HEADLINES --- */
header h1,
header.featcol h2,
body.inside header.featcol h2 {
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
  font-style: normal;
  letter-spacing: -2px;
  margin: 0;
}
header h2,
.featcol h3,
body.inside .featcol h3 {
  font-size: 25px;
  font-weight: 400;
  font-style: italic;
  margin: 0 0 20px;
  line-height: 25px;
}
.content h1,
.content .featcol h2,
body.inside .featcol h2 {
  color: #fff;
}
body.inside .prefooter .featcol h2 {
  color: #000;
}
.content h2,
.content .featcol h3,
body.inside .featcol h3 {
  color: #777;
}
.content header strong,
.content header b {
  color: #FAB027;
}
/* -- INSIDE -- */
body.inside .content h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 65px;
}
body.inside .content h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}
body.inside .content header h2 {
  color: #666;
  font-weight: 400;
  font-size: 25px;
}
body.inside .content h3 {
  color: #D78027;
  font-weight: 600;
  font-size: 20px;
}
body.inside .content h4 {
  font-style: italic;
  color: #fff;
  font-size: 14px;
  margin: 0 0 10px;
}
body.inside .content h5 {
  color: #467E32;
  text-transform: uppercase;
  font-size: 14px;
}
body.inside .content h6 {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
body.inside .content blockquote {
  text-align: center;
}
body.inside .content blockquote p {
  font-size: 30px;
  line-height: 35px;
  font-weight: 200;
  color: #fff;
}
/* -- PARAGRAPHS -- */
.content p {
  font-size: 16px;
  margin: 0 0 25px;
  line-height: 28px;
  color: #ccc;
}
body.inside .content p {
  font-size: 16px;
  margin: 0 0 30px;
  line-height: 28px;
  font-weight: 300;
  color: #ccc;
}
/* -- BLOCKQUOTE -- */
blockquote {
  text-indent: none;
  margin: 0 0 15px;
  padding: 0;
}
body.inside .content .full-quote {
  margin: 0;
}
body.inside .content .full-quote p {
  text-align: center;
  margin: 0;
  color: #ccc;
  font-size: 35px;
  font-weight: 200;
  line-height: 45px;
  padding: 0 40px 0 40px;
}
body.inside .content article blockquote p {
  font-size: 21px;
  font-style: italic;
  color: #fff;
  margin: 0;
  line-height: 30px;
}
/* --- LISTS ---- */
.content ul,
ol {
  padding: 15px 0;
  display: block;
}
.content ul li {
  color: #fff;
  font-weight: 300;
  margin: 0 0 15px;
  background: url(../gfx/checkmark.png) no-repeat 0 0;
  padding: 0 0 0 30px;
  font-size: 15px;
}
.content ul li .icon-checkmark {
  margin: 0 10px 0 0;
  color: #FAB027;
  font-size: 18px;
}
.content ul li strong,
.content ul li b {
  color: #D78027;
}
.content ol li {
  color: #fff;
  font-weight: 300;
  margin: 0 0 15px;
  padding: 0 0 0 30px;
  font-size: 15px;
  list-style: lower-alpha;
}
/* --- FLOATS --- */
.f-right {
  float: right;
  margin: 0 0 20px 25px;
}
.f-left {
  float: left;
  margin: 0 25px 20px 0;
}
.fig {
  background: #0C0C0C;
  border: 1px solid #777;
  max-width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 25px;
}
/* --- FIGURE CONTAINERS --- */
.content figure {
  background: #0C0C0C;
  border: 1px solid #252525;
  padding: 10px;
  max-width: 265px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 25px;
}
.content figcaption {
  font-size: 40px;
  font-weight: 200;
  line-height: 40px;
  padding: 10px 0 15px 0;
}
.content figcaption strong {
  color: #fff;
  font-weight: 400;
}
.content figure img {
  border: 1px solid #444;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.content figure img:hover {
  border: 1px solid #fff;
}
/* --- VIDEO THUMB ---- */
/*.content figure.vid:after {content: ""; display: block; width: 80px; height: 80px; background: url(../gfx/icon-play.png) no-repeat 0 0; position: absolute; top: 40px; left: 50%; margin-left: -40px; opacity: .5;}*/
.content figure .cta {
  margin-top: 15px;
}
/*-------------------------------------------    
  ASIDE STYLES
-------------------------------------------*/
aside article {
  margin: 0 0 30px 0;
}
aside h2 {
  font-size: 22px;
  color: #fff;
  font-weight: 600;
}
aside h2 strong,
aside h2 b {
  color: #FCAD13;
  font-weight: normal;
}
aside h3 {
  font-size: 18px;
  font-style: italic;
  color: #D78027;
}
aside h4 {
  font-style: italic;
  color: #fff;
  font-size: 15px;
  margin: 0 0 10px;
}
aside h5 {
  font-style: italic;
  color: #fff;
  margin: 0 0 5px;
  border-bottom: 1px solid #333;
  padding: 0 0 5px;
}
aside p {
  font-size: 13px;
  font-weight: 300;
}
aside ol,
aside ul {
  padding: 15px 0;
}
aside ul li {
  margin: 0 0 8px;
  color: #999;
  background: url(../gfx/checkmark-white.png) no-repeat 0 0;
  padding: 0 0 0 30px;
}
aside ol {
  margin: 0 0 10px 18px;
}
aside ol li {
  list-style: disc;
  margin: 0 0 10px;
  background: none;
  color: #999;
  padding: 0 0 0 10px;
}
aside ol li span,
aside ul li span {
  margin: 0 8px 0 0;
  color: #fff;
}
aside ol li strong,
aside ul li strong {
  color: #FAB027;
  font-weight: normal;
}
aside figure img {
  border: 2px solid rgba(0, 0, 0, 0.8);
  margin: 0 0 5px;
  border-radius: 10px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */
}
aside figure a:hover img {
  border: 2px solid #fff;
}
.media {
  padding: 0;
  margin: 0;
}
.media li {
  float: left;
  margin: 10px 17px 10px 0;
  background: none;
  padding: 0;
}
.media li img {
  border: 1px solid #888;
  background: #000;
  padding: 3px;
  width: 50px;
  height: 50px;
}
.media li a:hover img {
  border: 1px solid #fcad13;
}
.widbox {
  margin: 0 0 60px;
}
.widbox h4 {
  color: #777;
}
.widbox h5 {
  margin: 0;
  padding: 0;
  color: #fff;
  border: none;
}
.widbox .big-quote p {
  font-size: 18px;
  font-style: italic;
}
.widbox .big-quote .author {
  font-size: 13px;
  color: #D78027;
  font-weight: 400;
}
/*-------------------------------------------    
  BOOKING
-------------------------------------------*/
.book-controls {
  margin: 15px 0 0 0;
}
.book-controls .cta {
  font-size: 12px;
  font-weight: 600;
  margin: 0 0 0 15px;
}
/* -- Rmemove Item --- */
.add-cart .book-remove-item {
  display: inline-block;
  width: auto;
  cursor: pointer;
}
.book-remove-item {
  border: 1px solid #b81507;
  margin: 15px 0 0 0;
  color: #888;
  background: #1A1A1A;
  cursor: pointer;
  display: inline-block;
  width: auto;
  padding: 0;
  line-height: 35px;
  text-align: left;
}
.book-remove-item input {
  float: none;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  margin: 0 15px;
}
.book-remove-item:hover,
.book-remove-item.on {
  color: #fff;
  background: #b81507;
}
.book-remove-item span {
  margin: 0 20px 0 0;
  padding: 0;
}
.content .booking-list .repobox {
  border: 1px solid #333;
  background: #000;
  float: none;
  margin: 0 0 25px;
}
.content .booking-list .repobox figure {
  width: 100%;
  max-width: inherit;
  padding: 0;
  margin: 0 0 20px;
}
body.inside .content .booking-list h2 {
  color: #FAB027;
}
.content .booking-list .split {
  float: none;
  width: auto;
  padding: 0 15px;
}
.content .booking-list .paddify {
  padding: 0;
}
/* --- PRICE DETAILS --- */
aside .lead-price,
body.inside .content .lead-price {
  font-size: 55px;
  font-style: italic;
  margin: 0;
}
aside .price-label,
body.inside .content .price-label {
  font-style: italic;
  margin: 0;
  font-size: 17px;
  color: #999;
  border-bottom: 1px solid #666;
  padding-bottom: 10px;
}
.feebox .lead-price {
  color: #fff;
}
/*-------------------------------------------    
  ADD CART
-------------------------------------------*/
.cart-panel {
  display: none;
}
.add-cart {
  position: relative;
}
.add-cart label {
  display: block;
  width: 100%;
  float: none;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: text;
  line-height: 30px;
}
.add-cart select {
  width: 100%;
  float: none;
  font-size: 13px;
}
.add-cart label[for='arrival'] {
  display: none;
}
.add-cart .controls .quantity,
.add-cart .quantity {
  padding: 5px;
  width: 20%;
  float: none;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.add-cart .controls input {
  float: left;
  margin-right: 0;
  width: 90%;
}
.add-cart button.cta {
  font-family: 'Source Sans Pro', helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 15px;
  margin: 0;
}
/*-------------------------------------------    
  TRANSPORT FORM
-------------------------------------------*/
#transport-form {
  margin: 0 0 50px;
}
#transport-form fieldset {
  margin: 0 0 10px;
}
#transport-form input {
  width: 90%;
  float: none;
  margin-right: 0;
}
/*-------------------------------------------    
  LIVE CART
-------------------------------------------*/
.live-cart {
  border: 1px solid #444;
  background: #000;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px auto;
}
.live-cart dl {
  display: block;
  padding: 10px 15px;
  text-align: right;
}
.live-cart dl:first-child {
  border-right: 1px solid #444;
}
.live-cart dt {
  line-height: 30px;
  margin: 0;
}
.live-cart dd {
  font-size: 35px;
  line-height: 30px;
}
.cart-total-tours {
  width: 30%;
  float: left;
}
.cart-total-price {
  width: 45%;
  float: right;
}
/*-------------------------------------------    
  SUBNAV
-------------------------------------------*/
#nav-sub ul,
#nav-sub {
  margin: 0;
  padding: 0;
}
#nav-sub li {
  background: none;
  margin: 0;
  padding: 0;
}
#nav-sub li a {
  display: none;
}
#nav-sub .active ul li a,
#nav-sub .parent-active ul .parent-active ul li a {
  display: block;
  line-height: 45px;
  padding: 0 0 0 50px;
  background: url(../gfx/nav-white-arrow.png) no-repeat 15px 50%;
}
#nav-sub .active ul li a:hover,
#nav-sub ul ul li.active a,
#nav-sub .parent-active ul .parent-active ul li a:hover,
#nav-sub .parent-active ul .parent-active ul li.active a {
  color: #fff;
  background: url(../gfx/nav-white-arrow.png) no-repeat 15px 50% #181818;
}
#nav-sub .parent-active ul .parent-active ul li.parent-active a {
  background: url(../gfx/nav-white-arrow.png) no-repeat 15px 50% #181818;
}
#nav-sub .parent-active ul .parent-active ul li.active ul li a,
#nav-sub .parent-active ul .parent-active ul li.parent-active ul li a {
  background: url(../gfx/nav-open-arrow.png) no-repeat 50px 50%;
  padding: 0 0 0 70px;
  color: #666;
}
#nav-sub .parent-active ul .parent-active ul li.parent-active ul li.active a {
  color: #fff;
}
#nav-sub .parent-active ul .parent-active ul li.parent-active ul li a:hover {
  color: #fff;
}
#nav-sub .parent-active ul .parent-active ul li.parent-active ul li {
  border-bottom: 1px solid #181818;
}
#nav-sub .active ul li,
#nav-sub .parent-active ul .parent-active ul li {
  display: block;
  border-bottom: 1px solid #333;
}
/*-------------------------------------------    
  REPORTS
-------------------------------------------*/
#reports:before {
  display: block;
  width: 128px;
  height: 150px;
  background: url(../gfx/fish-bg.png) no-repeat 0 0;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: 210px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */
}
#reports:after {
  display: block;
  width: 128px;
  height: 150px;
  background: url(../gfx/fish-bg.png) no-repeat 0 0;
  position: absolute;
  top: 40px;
  left: 50%;
  margin-left: -330px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */
}
#reports.fish:before {
  margin-left: 210px;
  -moz-transform: scaleX(1);
  -o-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#reports.fish:after {
  margin-left: -350px;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#reports {
  padding: 30px 0 0 0;
}
#reports h1 {
  text-align: center;
  font-size: 60px;
  margin: 0 0 45px;
}
#reports h1 a {
  color: #333;
}
#reports h1 a:hover {
  color: #000;
}
.repobox {
  float: left;
  width: 25%;
}
.prefooter .repobox a {
  display: block;
  padding: 20px 20px 0 20px;
  position: relative;
  top: 0;
  border-top: 5px solid transparent;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.prefooter .repobox a:hover {
  top: 15px;
  border-top: 5px solid #ccc;
}
.repobox time {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  text-transform: uppercase;
}
.repobox h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 300;
  margin: 0 0 20px;
}
.content .repobox {
  float: left;
  width: 30%;
  margin: 0 1.5%;
}
.content .repobox h2 {
  font-size: 30px;
}
.content .repobox time {
  font-size: 17px;
  display: block;
  font-weight: 300;
  color: #FAB027;
  margin: 0 0 20px;
}
.content .repobox h2 a {
  color: #fff;
  line-height: 25px;
}
.content .repobox h2 a:hover {
  text-decoration: underline;
}
.content .post {
  margin: 0 0 25px;
  padding: 0 0 20px;
  border-bottom: 1px solid #333;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #777;
}
.content .post time b {
  font-weight: 300;
  color: #F9AD22;
}
/*-------------------------------------------    
  PREFOOTER
-------------------------------------------*/
.prefooter {
  background: url(../gfx/light-pattern.gif) repeat 0 0;
  padding: 55px 0;
  position: relative;
}
.prefooter .col-A {
  float: left;
  width: 34.5454545%;
}
.prefooter .col-B {
  float: right;
  width: 31.8181818%;
  text-align: right;
}
.prefooter h1 {
  text-shadow: 1px 1px 2px #fff;
}
.prefooter h2 {
  font-size: 55px;
}
.prefooter p {
  font-weight: 400;
  color: #666;
  font-size: 15px;
  margin: 0 0 25px;
}
.prefooter p a {
  color: #000;
}
.prefooter p a:hover {
  text-decoration: underline;
}
.prefooter .repobox time {
  font-size: 14px;
}
.prefooter .repobox h3 {
  font-size: 25px;
  text-transform: none;
}
.prefooter .repobox a {
  color: #000;
}
.prefooter .repobox p {
  font-size: 14px;
  color: #777;
}
/*-------------------------------------------    
  CIRCLE
-------------------------------------------*/
.circlepin {
  cursor: pointer;
  width: 335px;
  height: 385px;
  position: absolute;
  left: 50%;
  bottom: 50px;
  margin-left: -150px;
  background: url(../gfx/circle-shadow.png) no-repeat 50% 100%;
}
.outer-circle {
  width: 336px;
  height: 336px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: url(../gfx/pin-texture.png) no-repeat 0 0;
}
.inner-circle {
  width: 306px;
  height: 306px;
  overflow: hidden;
  margin: 0 auto;
  top: 15px;
  position: relative;
}
.circlepin .overlay {
  width: 100%;
  height: 100%;
  background: #477D33;
  opacity: .80;
  position: absolute;
  top: 0;
  left: 0;
  -moz-box-shadow: inset 23px 23px 27px rgba(0, 0, 0, 0.65);
  -webkit-box-shadow: inset 23px 23px 27px rgba(0, 0, 0, 0.65);
  box-shadow: inset 23px 23px 27px rgba(0, 0, 0, 0.65);
}
.overlay p {
  position: relative;
  top: -200px;
  font-size: 50px;
  color: #FFDD85;
  text-align: center;
  font-weight: 200;
  line-height: 280px;
  letter-spacing: -2px;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.circlepin img {
  display: block;
}
.circlepin span {
  font-size: 200px;
  position: absolute;
  color: #1E3616;
  top: 50%;
  left: 50%;
  margin-left: -100px;
  margin-top: -100px;
  text-shadow: 1px 1px 1px #5BAA40;
  transition: all .5s;
  -moz-transition: all .5s;
  /* Firefox 4 */
  -webkit-transition: all .5s;
  /* Safari and Chrome */
  -o-transition: all .5s;
  /* Opera */
}
.circlepin:hover .overlay p {
  top: -60px;
}
.circlepin:hover span {
  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  top: 200px;
}
/*-------------------------------------------    
  LOGOS
-------------------------------------------*/
.logos {
  background: #fff;
  border-top: 1px solid #ccc;
}
.logos ul {
  background: url(../gfx/foot-logos.png) no-repeat 50% 50%;
  padding: 10px 0;
}
.logos ul li {
  float: left;
  height: 63px;
}
.logos ul li a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -999em;
}
.log-1 {
  width: 174px;
}
.log-2 {
  width: 154px;
}
.log-3 {
  width: 256px;
}
.log-4 {
  width: 154px;
}
.log-5 {
  width: 153px;
}
.log-6 {
  width: 209px;
}
/*-------------------------------------------    
  FOOTER
-------------------------------------------*/
footer {
  padding: 30px 0 0 0;
  min-height: 250px;
  font-size: 13px;
}
footer .col-A {
  float: left;
  width: 19.5454545%;
}
footer .col-B {
  float: left;
  width: 23.1818182%;
}
footer .col-C {
  float: left;
  width: 21.6363636%;
}
footer .col-D {
  float: left;
  width: 27.2727273%;
}
footer .col-E {
  float: left;
  width: 8.3636364%;
}
footer .gapify {
  margin-left: 45px;
}
/* -- LIST -- */
dl dt,
footer h3 {
  color: #FF9900;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 15px;
}
dl dd {
  margin: 0 0 8px;
}
dl dd a {
  color: #AFAFAF;
}
/* -- CONTACT -- */
.phone {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.email {
  margin: 0 0 25px;
}
.copy {
  font-size: 11px;
  font-weight: 400;
}
.copy a {
  color: #fff;
  margin: 0 10px;
}
.copy .first {
  margin-left: 0;
}
/* -- SOCIAL -- */
footer .social li {
  margin: 0 auto 10px auto;
  -moz-box-shadow: inset 1px 1px 0px rgba(246, 164, 36, 0.65);
  -webkit-box-shadow: inset 1px 1px 0px rgba(246, 164, 36, 0.65);
  box-shadow: inset 1px 1px 0px rgba(246, 164, 36, 0.65);
  -moz-border-radius: 7px ;
  -webkit-border-radius: 7px ;
  border-radius: 7px ;
  height: 29px;
  width: 30px;
  background-image: -moz-linear-gradient(37% 4% -90deg, #e58d2c 0%, #974512 100%);
  background-image: -webkit-gradient(linear, 37% 4%, 37% 117%, color-stop(0, #e58d2c), color-stop(1, #974512));
  background-image: -webkit-linear-gradient(-90deg, #e58d2c 0%, #974512 100%);
  background-image: -o-linear-gradient(-90deg, #e58d2c 0%, #974512 100%);
  background-image: -ms-linear-gradient(-90deg, #e58d2c 0%, #974512 100%);
  background-image: linear-gradient(-90deg, #e58d2c 0%, #974512 100%);
}
.social a {
  width: 100%;
  display: block;
  height: 100%;
  text-align: center;
  font-size: 20px;
  color: #723B11;
  text-shadow: 1px 1px 0px #E18A25;
  line-height: 33px;
}
.social a:hover {
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
/*-------------------------------------------    
  BREADCRUMBS
-------------------------------------------*/
.bcrumbs {
  padding: 0 30px 5px 30px;
  line-height: 30px;
  border-bottom: 1px solid #333;
  background-color: #333333;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#060606));
  background-image: -webkit-linear-gradient(top, #333333, #060606);
  background-image: -moz-linear-gradient(top, #333333, #060606);
  background-image: -o-linear-gradient(top, #333333, #060606);
  background-image: -ms-linear-gradient(top, #333333, #060606);
  background-image: linear-gradient(top, #333333, #060606);
}
.bcrumbs a,
.bcrumbs .last {
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  opacity: .5;
  font-size: 14px;
  line-height: 30px;
}
.bcrumbs a:hover {
  color: #FAB027;
  opacity: 1;
}
.bcrumbs a:first-child {
  padding-left: 0;
}
.bcrumbs a.active {
  opacity: 1;
}
.bcrumbs span {
  color: #fff;
  position: relative;
  top: 3px;
  opacity: 0.5;
}
.bcrumbs .last {
  position: relative;
  top: 0;
  color: #fff;
  opacity: 1;
}
/*-------------------------------------------    
  BUTTON RESERVE
-------------------------------------------*/
.btn-reserve {
  display: block;
  padding: 0;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  width: 130px;
  line-height: 35px;
  position: absolute;
  left: 50%;
  top: 10px;
  margin-left: 400px;
  color: #fff;
  background-color: #fba525;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fba525), to(#bb5616));
  background-image: -webkit-linear-gradient(top, #fba525, #bb5616);
  background-image: -moz-linear-gradient(top, #fba525, #bb5616);
  background-image: -o-linear-gradient(top, #fba525, #bb5616);
  background-image: -ms-linear-gradient(top, #fba525, #bb5616);
  background-image: linear-gradient(top, #fba525, #bb5616);
  text-shadow: 2px 2px 2px #000;
  box-shadow: 1px 1px 1px #000;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -o-transition: all .8s;
}
.btn-reserve:hover {
  transition: all 1s;
  -moz-transition: all 1s;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  background-color: #457f2f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#457f2f), to(#274a1a));
  background-image: -webkit-linear-gradient(top, #457f2f, #274a1a);
  background-image: -moz-linear-gradient(top, #457f2f, #274a1a);
  background-image: -o-linear-gradient(top, #457f2f, #274a1a);
  background-image: -ms-linear-gradient(top, #457f2f, #274a1a);
  background-image: linear-gradient(top, #457f2f, #274a1a);
}
/*-------------------------------------------    
  PRETTIFY
-------------------------------------------*/
.full-circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.round {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (min-width: 68.5em) {
  .round-top {
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }
}
.round-bottom {
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.shadow-txt {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.47);
}
.green-box {
  border-bottom: 1px solid #5BAA40;
  background-color: #457f2f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#457f2f), to(#274a1a));
  background-image: -webkit-linear-gradient(top, #457f2f, #274a1a);
  background-image: -moz-linear-gradient(top, #457f2f, #274a1a);
  background-image: -o-linear-gradient(top, #457f2f, #274a1a);
  background-image: -ms-linear-gradient(top, #457f2f, #274a1a);
  background-image: linear-gradient(top, #457f2f, #274a1a);
}
.orange-box {
  border-bottom: 1px solid #FAB027;
  background-color: #e58d2c;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e58d2c), to(#a04d15));
  background-image: -webkit-linear-gradient(top, #e58d2c, #a04d15);
  background-image: -moz-linear-gradient(top, #e58d2c, #a04d15);
  background-image: -o-linear-gradient(top, #e58d2c, #a04d15);
  background-image: -ms-linear-gradient(top, #e58d2c, #a04d15);
  background-image: linear-gradient(top, #e58d2c, #a04d15);
}
/*-------------------------------------------    
  IE HACKS & FIXES
-------------------------------------------*/
.lt-ie9 .navbar {
  background: #000000;
}
.lt-ie9 #menu ul {
  background: #000000;
}
.lt-ie9 #menu .level-1 > a {
  padding: 0 20px;
}
/*-------------------------------------------    
  FORMS
-------------------------------------------*/
form label {
  display: block;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 45px;
}
form input,
form textarea {
  font-family: 'Source Sans Pro', helvetica, sans-serif;
  font-weight: 300;
  width: 90%;
  padding: 10px 5%;
  background: #000;
  border: 1px solid #555;
  color: #777;
  font-size: 18px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
form .asterisk {
  font-weight: 600;
  color: red;
  font-size: 15px;
  padding: 0 3px;
}
form button {
  border: none;
  cursor: pointer;
}
form button.cta {
  font-size: 15px;
  padding: 10px 20px;
  font-weight: 300;
}
/* -- ERROR -- */
form .error {
  clear: both;
  zoom: 1;
  display: block;
  text-align: right;
  color: #f7552c;
  padding: 20px 0 0 0;
}
.alert {
  border: 1px solid red;
  background: #000;
  padding: 8px 10px;
  display: inline-block;
  margin: 0 10px 10px 0;
}
/* -- BUTTONS --- */
/*-------------------------------------------    
  FORM EXPANDED
-------------------------------------------*/
form.expand label {
  width: 100%;
  float: none;
}
form.expand input,
form.expand textarea {
  width: 90%;
  float: none;
}
/*-------------------------------------------    
  GOOGLE MAPS
-------------------------------------------*/
#gmap {
  height: 200px;
  width: 100%;
  margin: 0 0 25px;
}
/*-------------------------------------------    
  SIDE REPORTS
-------------------------------------------*/
.side-reports {
  list-style: none;
  margin: 0;
  padding: 15px 0;
}
.side-reports li {
  background: none;
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.side-reports time {
  display: block;
}
body.inside .content .repobox.data {
  width: auto;
  border: 1px solid #222;
  padding: 20px;
  margin: 0 0 25px;
  height: auto;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
body.inside .content .repobox.data h4 {
  font-size: 16px;
  margin: 0;
}
body.inside .content .repobox.data p {
  font-size: 14px;
  color: #888;
  margin: 0 0 15px;
}
body.inside .content .repobox.data ul,
body.inside .content .repobox.data ol {
  list-style: none;
  margin: 0 0 0 10px;
  padding: 0;
}
body.inside .content .repobox.data li {
  list-style: none;
  background: url(../gfx/nav-white-arrow.png) no-repeat 0 5px;
  margin: 0 0 5px;
  color: #888;
  font-size: 14px;
}
/*-------------------------------------------    
  CHART FILTER
-------------------------------------------*/
#chart {
  max-width: 800px;
  padding: 0 25px;
  margin: 0 auto;
  font-weight: 400;
}
.trans {
  opacity: 0;
}
.break {
  width: 100%;
  height: 0;
  margin: 0;
}
.wf {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
}
.ns {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.just {
  text-align: justify;
}
.just::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.anim150 {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.anim250 {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
/* ------ DEMO #2. NATIONAL PARKS ------ */
#Parks {
  margin-bottom: 30px;
}
/* IMAGES */
.img_wrapper {
  position: relative;
  background: #f0ebe5;
  overflow: hidden;
}
.img_wrapper img {
  position: absolute;
  width: 100%;
  height: auto;
  opacity: 0;
  top: 0;
  -webkit-transition: opacity 150ms;
  -moz-transition: opacity 150ms;
  -ms-transition: opacity 150ms;
  transition: opacity 150ms;
}
.img_wrapper.loaded img {
  opacity: 1;
}
/* CONTROLS STYLES */
.group {
  display: inline-block;
}
.button,
.drop_down {
  display: inline-block;
  width: 107px;
  height: 31px;
  line-height: 30px;
  padding: 0 8px;
  background: #000;
  border: 1px solid #333;
  vertical-align: middle;
  margin-right: 10px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.drop_down {
  width: auto;
  margin: 0 0 0 20px;
  background: #000;
  color: #888;
  position: relative;
  letter-spacing: 2px;
  z-index: 999;
}
.drop_down span {
  position: relative;
  padding-right: 20px;
}
.drop_down span::after,
.drop_down span::before {
  position: absolute;
  top: 8px;
  right: 3px;
  display: block;
  content: '';
  border: 6px solid transparent;
  border-top: 7px solid #000;
}
.drop_down span::before {
  top: 6px;
  border-top-color: #666;
  z-index: 10;
}
.drop_down:hover span::after {
  border-top-color: #333;
}
.drop_down ul {
  position: absolute;
  opacity: 0;
  max-height: 0;
  right: 0;
  background: #000;
  margin-top: 2px;
  border: 1px solid #333;
  padding: 10px;
  min-width: 180px;
  text-align: right;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.drop_down:hover ul {
  opacity: 1;
  max-height: 300px;
}
.drop_down:hover span {
  color: #333;
}
.drop_down li {
  display: block;
  text-transform: none;
  color: #999;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 10px;
  -webkit-transition: all 150ms;
  -moz-transition: all 150ms;
  -ms-transition: all 150ms;
  transition: all 150ms;
}
.drop_down li:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 1px;
  margin-left: 6px;
  border: 1px solid #444;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.drop_down li:last-of-type {
  margin: 0;
}
.drop_down li:hover {
  color: #fff;
}
.drop_down li.active {
  color: #D67F27;
  font-weight: 400;
}
.drop_down li.active:after {
  background: #D67F27;
  border-color: #D67F27;
}
.button.active {
  background: #D67F27;
}
.button i {
  position: relative;
  display: inline-block;
  background: #fff;
  width: 17px;
  height: 17px;
  margin-right: 8px;
  top: 3px;
}
.button i:before,
.button i:after {
  content: '';
  position: absolute;
  display: block;
  background: #000;
}
#ToGrid i:before,
#ToGrid i:after {
  width: 100%;
  height: 3px;
  top: 7px;
}
#ToGrid i:after {
  width: 3px;
  height: 100%;
  top: 0;
  left: 7px;
}
#ToList i:before,
#ToList i:after {
  width: 100%;
  height: 4px;
  top: 3px;
}
#ToList i:after {
  top: 10px;
}
.button.active i:before,
.button.active i:after {
  background: #D67F27;
}
/* FAIL ELEMENT */
#Parks {
  position: relative;
}
.fail_element {
  position: absolute;
  opacity: 0;
  top: 100px;
  text-align: center;
  width: 50%;
  left: 25%;
  line-height: 1.4;
  font-size: 30px;
  font-weight: 300;
}
.fail .fail_element {
  opacity: 1;
}
/* LIST VIEW STYLES */
#Parks.list .list_header {
  height: 38px;
  line-height: 38px;
  background: #000;
  text-align: right;
  color: #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#Parks.list .meta {
  display: inline-block;
  width: 17.1428571%;
  text-align: center;
  line-height: 99px;
  border-left: 1px solid #333;
  height: 100%;
}
#Parks.list .meta.value {
  font-size: 18px;
  color: #fff;
}
#Parks.list .list_header .meta {
  line-height: 38px;
  border: 0;
}
#Parks.list .meta.name {
  float: left;
  text-align: left;
  width: 50%;
  border-left: 0 none;
}
#Parks.list .list_header .meta.name {
  padding-left: 15px;
}
#Parks.list .list_header .meta span {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0;
  top: 7px;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#Parks.list .list_header .meta span:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 7px;
  border: 5px solid transparent;
}
#Parks.list .list_header .meta span.asc:after {
  border-top: 7px solid #c3bdb8;
}
#Parks.list .list_header .meta span.desc:after {
  top: 4px;
  border-bottom: 7px solid #c3bdb8;
}
#Parks.list .list_header .meta span:hover {
  background: #D67F27;
}
#Parks.list .list_header .meta span.asc:hover:after {
  border-top-color: #f0ebe5;
}
#Parks.list .list_header .meta span.desc:hover:after {
  border-bottom-color: #f0ebe5;
}
#Parks.list .list_header .meta span.active.asc:after {
  border-top-color: #e96d51;
}
#Parks.list .list_header .meta span.active.desc:after {
  border-bottom-color: #e96d51;
}
#Parks.list .mix {
  display: none;
  opacity: 0;
  padding: 18px 0 14px;
  border-bottom: 1px solid #333;
  text-align: right;
  height: 99px;
  width: 100%;
  line-height: 99px;
  background: none;
  vertical-align: top;
  font-weight: 300;
}
#Parks.list .mix .meta * {
  line-height: 1;
}
#Parks.list .mix .meta p,
#Parks.list .mix .meta ul {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
}
#Parks.list .mix .meta li {
  margin-bottom: 5px;
}
#Parks.list .img_wrapper {
  display: inline-block;
  width: 100px;
  height: 95px;
  border: 3px solid #000;
  vertical-align: top;
  margin-right: 30px;
  border-radius: 10px;
}
#Parks.list .titles {
  display: inline-block;
  vertical-align: middle;
}
#Parks.list .titles h2 {
  font-weight: 600;
  font-size: 20px;
  color: #D67F27;
  margin-bottom: 3px;
  line-height: 1.2 !important;
}
#Parks.list .titles p {
  text-indent: -2px;
}
/* GRID VIEW STYLES */
#Parks.grid {
  text-align: justify;
}
#Parks.grid .list_header,
#Parks.grid .meta {
  display: none;
}
#Parks.grid .meta.name {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: block;
}
#Parks.grid .mix {
  display: none;
  opacity: 0;
  position: relative;
  width: 48.5%;
  padding-top: 26%;
  margin-bottom: 3%;
}
#Parks.grid .img_wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  border: 5px solid #000;
  border-radius: 10px;
}
#Parks.grid .titles {
  position: relative;
  width: 90%;
  max-width: 400px;
  height: auto;
  margin-top: 75%;
  margin: 53.5% auto 0;
  top: -80px;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
}
#Parks.grid .titles h2 {
  font-weight: 400;
  font-size: 22px;
  color: #D67F27;
  margin-bottom: 3px;
}
#Parks.grid .titles p {
  font-weight: 300;
  text-indent: -2px;
}
@media (max-width: 500px) {
  #Parks.grid .mix {
    width: 100%;
    padding-top: 53%;
  }
  .drop_down {
    display: none;
  }
}
@media (max-width: 1000px) {
  #Parks.list .meta {
    width: 150px;
  }
  #Parks.list .titles {
    width: 150px;
  }
}
@media (max-width: 840px) {
  #Parks.list .meta.reg,
  #Parks.list .meta.rec {
    display: none;
  }
}
@media (max-width: 540px) {
  #Parks.list .meta.area {
    display: none;
  }
}
@media (max-width: 580px) {
  #Parks.list .img_wrapper {
    display: none;
  }
}
/*-------------------------------------------    
   MEDIA QUERIES
-------------------------------------------*/
/* MOBILE AND UP */
@media only screen and (min-width: 0) and (max-width: 68.75em) {
  #top,
  #wrapper,
  footer,
  .prefooter .row,
  .logos ul,
  .navbar ul {
    max-width: 1100px;
    width: 100%;
  }
  body.inside #top,
  #top {
    padding: 50px 0 0 0;
  }
  /* -- HIDE -- */
  .certify,
  .rslides_tabs,
  #top .social,
  .circlepin,
  .logos,
  footer .col-A,
  footer .col-B,
  footer .col-C,
  .prefooter,
  #feat-panels {
    display: none;
  }
  .toll {
    width: 100%;
    padding: 0;
  }
  .toll a {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #333;
    background: #000000;
  }
  .toll strong {
    display: inline-block;
    font-size: 20px;
  }
  /* -- CONTAINERS -- */
  .inner {
    background: url(../gfx/dark-pattern.gif) repeat 0 0;
  }
  body.inside #wrapper,
  #wrapper {
    background: none;
    border: none;
  }
  .primary,
  .sidebar,
  .prefooter .col-A,
  .prefooter .col-B {
    float: none;
    width: 100%;
  }
  .split {
    width: 50%;
    float: left;
  }
  .split-even,
  .split-wide,
  .split-thin,
  .split-1,
  .split-2,
  .split-3 {
    width: 100%;
    float: none;
    margin: 0 0 25px;
  }
  /* -- PREFOOTER -- */
  .prefooter .col-A {
    margin: 0 0 25px;
  }
  .prefooter .col-B .cta {
    float: left;
  }
  /* -- MENU -- */
  .navbar {
    position: relative;
  }
  #menu {
    width: 100%;
  }
  #nav-sub {
    display: none;
  }
  /* -- BOOK PANEL -- */
  .total-price {
    font-size: 13px;
    color: white;
    font-weight: normal;
    line-height: inherit;
    padding-right: 10px;
  }
  .mobile-dash {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #000;
    width: 100%;
    border-bottom: 1px solid #444;
  }
  .mobile-dash .btn-reserve {
    display: inline-block;
    width: 64.5%;
    position: relative;
    top: 0;
    left: 0;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    color: #FBB028;
    text-shadow: 1px 1px 1px #000;
    font-weight: 800;
    font-style: normal;
    text-align: right;
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#060606));
    background-image: -webkit-linear-gradient(top, #333333, #060606);
    background-image: -moz-linear-gradient(top, #333333, #060606);
    background-image: -o-linear-gradient(top, #333333, #060606);
    background-image: -ms-linear-gradient(top, #333333, #060606);
    background-image: linear-gradient(top, #333333, #060606);
  }
  .mobile-dash .btn-reserve i {
    padding-right: 15px;
  }
  nav .btn-reserve {
    display: none;
  }
  /* --- LODGING ---- */
  #acc-nav > a b {
    display: block;
    font-weight: 400;
  }
  #acc-nav > a .ac-label {
    display: none;
  }
  .mo-menu {
    width: 35%;
    float: left;
    display: inline-block;
    border-right: 1px solid #333;
    padding: 14px 0;
    text-transform: uppercase;
    color: #fff;
  }
  .mo-menu b {
    font-weight: normal;
    padding: 0 0 0 45px;
    font-weight: 300;
  }
  .mo-menu span {
    font-size: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #888;
  }
  /* -- HEAD -- */
  #top {
    height: auto;
    background: none;
  }
  .logo {
    width: 100%;
    background: url(../gfx/logo_mobile.png) no-repeat 0 0;
    height: 100px;
  }
  .logo,
  .toll,
  .certify,
  #top .social {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
  }
  /* -- CONTENT STYLES -- */
  .content .f-right,
  .content .f-left {
    float: none;
    margin: 0 0 20px;
  }
  .paddify {
    padding: 35px 15px;
  }
  .content p {
    font-size: 16px;
    line-height: 30px;
  }
  .col-D h3 {
    font-size: 18px;
  }
  .col-D p {
    font-size: 16px;
  }
  /* -- SLIDER -- */
  .slider {
    padding: 0;
    overflow: none;
    height: auto;
    border: none;
  }
  .slider .caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
  }
  .slider .caption p,
  .caption .cta {
    display: none;
  }
  .slider .caption h2 {
    font-size: 15px;
    text-align: center;
    margin: 0;
    line-height: 40px;
  }
  .panbox header {
    padding: 0;
    height: auto;
  }
  .rslides_tabs {
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 10px 0 0 0;
  }
  /* -- PRE-FOOTER -- */
  .prefooter {
    width: 100%;
  }
  .prefooter .row {
    width: 85%;
    margin: 0 auto;
  }
  .col-B header,
  .col-B p {
    text-align: left;
  }
  /* -- FOOTER -- */
  footer .col-D {
    width: 100%;
    float: none;
    margin: 0 auto 25px;
    text-align: center;
  }
  footer .col-E {
    width: 100%;
    margin: 0 auto 50px auto;
  }
  footer .social {
    text-align: center;
  }
  footer .social li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
  footer .gapify {
    padding: 0 25px;
    margin: 0;
  }
}
/* MOBILE PORTRAIT */
@media only screen and (min-width: 20em) and (max-width: 25em) {
  .rslides li {
    height: 300px;
    overflow: hidden;
  }
  .btn-call i {
    display: none;
  }
}
/* MOBILE LANDSCAPE */
@media only screen and (min-width: 26em) and (max-width: 48em) {
  .rslides li {
    height: 200px;
    overflow: hidden;
  }
}
/* MOBILE NAVIGATION */
@media only screen and (min-width: 0em) and (max-width: 800px) {
  .bcrumbs {
    display: none;
  }
  /*body.inside .paddify {padding: 10px 0}*/
  body.inside .content .full-quote p {
    font-size: 25px;
    line-height: 30px;
    padding: 0 15px;
    font-weight: 200;
  }
  body.inside .content h1 {
    font-size: 40px;
    line-height: 55px;
  }
  .repobox,
  .content .repobox {
    float: none;
    width: 100%;
  }
  nav ul {
    background: #000000;
  }
  #menu .level-1 > a {
    display: block;
    line-height: 45px;
    color: #fff;
    border-bottom: 1px solid #333;
    background-color: #434548;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#434548), to(#1d1e1e));
    background-image: -webkit-linear-gradient(top, #434548, #1d1e1e);
    background-image: -moz-linear-gradient(top, #434548, #1d1e1e);
    background-image: -o-linear-gradient(top, #434548, #1d1e1e);
    background-image: -ms-linear-gradient(top, #434548, #1d1e1e);
    background-image: linear-gradient(top, #434548, #1d1e1e);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#434548', EndColorStr='#1d1e1e');
  }
  #menu .level-1 > a span {
    display: block;
    padding: 0 0 0 25px;
    background: url(../gfx/nav-closed-arrow.png) no-repeat 90% 50%;
  }
  #menu .level-1 > a.on,
  #menu .level-1.here > a,
  #menu .level-1.parent-here > a {
    border-top: 1px solid #FAB027;
    background-color: #e58d2c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e58d2c), to(#a04d15));
    background-image: -webkit-linear-gradient(top, #e58d2c, #a04d15);
    background-image: -moz-linear-gradient(top, #e58d2c, #a04d15);
    background-image: -o-linear-gradient(top, #e58d2c, #a04d15);
    background-image: -ms-linear-gradient(top, #e58d2c, #a04d15);
    background-image: linear-gradient(top, #e58d2c, #a04d15);
  }
  #menu .level-1 > a.on span,
  #menu .level-1.here > a span,
  #menu .level-1.parent-here > a span {
    background: url(../gfx/nav-up-arrow.png) no-repeat 90% 50%;
    font-weight: 600;
  }
  #menu .level-1.has-children {
    cursor: pointer;
  }
  #menu ul li {
    line-height: 50px;
    border-bottom: 1px solid #444444;
  }
  #menu ul li a {
    padding: 0;
  }
  #menu ul li > a span {
    padding: 0 0 0 35px;
    display: block;
    background: url(../gfx/nav-open-arrow.png) no-repeat 15px 50%;
  }
  #menu ul ul li {
    background: #222;
    border-bottom: 1px solid #000;
    border-top: none;
    line-height: 40px;
  }
  #menu ul ul li a {
    color: #fff;
    font-size: 14px;
  }
  #menu ul ul li > a span {
    display: block;
    background: url(../gfx/nav-white-arrow.png) no-repeat 50px 50%;
    padding: 0 0 0 70px;
  }
  #menu ul ul ul li {
    background: url(../gfx/dark-pattern.gif) repeat 0 0;
    border-bottom: 1px solid #000;
    line-height: 40px;
  }
  #menu ul ul ul li a {
    color: #888;
  }
  #menu ul ul ul li > a span {
    display: block;
    background: url(../gfx/nav-light-arrow.png) no-repeat 85px 50%;
    padding: 0 0 0 105px;
  }
  footer .phone {
    font-size: 25px;
    line-height: 30px;
  }
  footer .copy {
    font-size: 13px;
  }
}
/* TABLET MODE // 768 to 1100 and up @ 16px!*/
@media only screen and (min-width: 50em) and (max-width: 68.75em) {
  /*.inner {background: url(../gfx/sunset.jpg) no-repeat 20% 0;}*/
  #wrapper {
    background: url(../gfx/dark-pattern.gif) repeat 0 0;
  }
  body.inside #top,
  #top {
    padding: 70px 0 0 0;
  }
  /*.certify {display: block; position: absolute; top: 70px; left: auto; right: 0;}*/
  .toll {
    width: 200px;
    position: absolute;
    top: 70px;
    left: 350px;
    background: none;
  }
  .toll a {
    background: none;
    border: none;
    font-size: 30px;
    line-height: 30px;
  }
  .toll a strong {
    font-size: inherit;
  }
  /* --- MENU -- */
  #menu .level-1 {
    width: 12.5%;
    float: left;
    padding: 0;
  }
  #menu .level-1 > a {
    width: 100%;
  }
  #menu .level-1 > a span {
    display: block;
    width: 100%;
    padding: 0;
    text-align: center;
    background: none;
  }
  #menu .level-1 > a:hover span {
    background: #000;
    color: #F9B027;
  }
  /* -- SLIDR --- */
  .rslides li {
    height: 200px;
    overflow: hidden;
  }
  /* -- HIDE --- */
  .mobile-dash {
    display: none;
  }
  /* -- SHOW -- */
  .prefooter {
    display: block;
  }
  /* -- CONTENT --- */
  .content .f-left {
    float: left;
    margin: 0 25px 15px 0;
  }
  .content .f-right {
    float: right;
    margin: 0 0 15px 25px;
  }
  /* -- FOOTER --- */
  footer .col-D {
    float: left;
    width: 50%;
  }
  .col-D p {
    font-size: inherit;
  }
  footer .col-E {
    float: right;
    width: 50%;
  }
  /* -- REPORTS --- */
  #reports:after,
  #reports:before {
    display: none;
  }
  #reports {
    width: 100%;
  }
  nav .btn-reserve {
    display: block;
    position: absolute;
    width: 120px;
    top: 100px;
    left: auto;
    right: 20px;
    z-index: 9999;
    height: 40px;
    line-height: 40px;
  }
  .total-price {
    display: none;
  }
  /* -- REPBOX -- */
  .content .booking-list .repobox {
    float: left;
    margin: 10px;
    min-height: 750px;
  }
}
/* TABLET 768px and up @ 16px!*/
@media only screen and (min-width: 50em) {
  .logo {
    width: 320px;
  }
  /*body.inside #top {padding: 0;}*/
  /*-------------------------------------------    
  NAVIGATION
-------------------------------------------*/
  #nav-sub {
    display: block;
  }
  .navbar {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 58px;
    z-index: 999;
    border-bottom: 1px solid #333;
    background-color: #333333;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#060606));
    background-image: -webkit-linear-gradient(top, #333333, #060606);
    background-image: -moz-linear-gradient(top, #333333, #060606);
    background-image: -o-linear-gradient(top, #333333, #060606);
    background-image: -ms-linear-gradient(top, #333333, #060606);
    background-image: linear-gradient(top, #333333, #060606);
  }
  #menu .level-1 {
    float: left;
    height: 100%;
    background: url(../gfx/navbar-line.png) repeat-y 100% 0;
    border: none;
    padding: 0;
  }
  #menu .level-1 > a {
    padding: 0;
  }
  #menu .level-1 > a span {
    font-size: 14px;
    display: block;
    height: 100%;
    line-height: 58px;
    text-transform: uppercase;
    font-weight: 400;
    color: #ccc;
    padding: 0;
  }
  #menu .level-1.active > a {
    color: #FAB027;
    background: #000000;
  }
  #menu .level-1 > a:hover span {
    color: #fff;
  }
  #menu .level-1 > a:hover {
    box-shadow: inset 0 3px 0 #FAB027;
  }
  #menu .level-1.here > a,
  #menu .level-1.parent-here > a {
    background: #000;
    box-shadow: inset 0 3px 0 #fab027;
  }
  #menu .level-1.here > a,
  #menu .level-1.parent-here > a span {
    color: #F9B029;
  }
  #menu,
  #menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #menu {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
  }
  #menu:before,
  #menu:after {
    content: "";
    display: table;
  }
  #menu:after {
    clear: both;
  }
  #menu {
    zoom: 1;
  }
  #menu li {
    float: left;
    border-right: 1px solid #222;
    -moz-box-shadow: 1px 0 0 #444;
    -webkit-box-shadow: 1px 0 0 #444;
    box-shadow: 1px 0 0 #444;
    position: relative;
  }
  #menu a {
    float: left;
    padding: 12px 30px;
    color: #999;
    text-transform: uppercase;
    text-decoration: none;
    text-shadow: 0 1px 0 #000;
  }
  #menu li:hover > a {
    color: #fafafa;
  }
  *html #menu li a:hover {
    /* IE6 only */
    color: #fafafa;
  }
  #menu ul {
    width: 220px;
    /* ---- EDIT SAME AS WIDTH ------ */
    margin: 0;
    _margin: 0;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 58px;
    left: 0;
    border: 1px solid #444;
    z-index: 1;
    background: #444;
    background: -moz-linear-gradient(#444444, #111111);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#111111));
    background: -webkit-linear-gradient(#444444, #111111);
    background: -o-linear-gradient(#444444, #111111);
    background: -ms-linear-gradient(#444444, #111111);
    background: linear-gradient(#444444, #111111);
    -moz-box-shadow: 0 -1px rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  #menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin: 0;
  }
  #menu ul ul {
    top: 0;
    left: 220px;
    /* ---- EDIT SAME AS WIDTH ------ */
    margin: 0 0 0 20px;
    _margin: 0;
    /*IE6 only*/
    -moz-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
    box-shadow: -1px 0 0 rgba(255, 255, 255, 0.3);
  }
  #menu ul li {
    float: none;
    display: block;
    border: 0;
    _line-height: 0;
    /*IE6 only*/
    -moz-box-shadow: 0 1px 0 #111, 0 2px 0 #555;
    -webkit-box-shadow: 0 1px 0 #111, 0 2px 0 #555;
    box-shadow: 0 1px 0 #111, 0 2px 0 #555;
  }
  #menu ul li:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #menu ul a {
    padding: 10px;
    width: 200px;
    /* ---- EDIT ------ */
    _height: 10px;
    /*IE6 only*/
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    font-weight: 300;
    color: #ccc;
  }
  #menu ul a span {
    display: block;
    background: url(../gfx/nav-open-arrow.png) no-repeat 0 50%;
    padding: 0 0 0 15px;
  }
  #menu ul a:hover {
    background-color: #e58d2c;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#e58d2c), to(#a04d15));
    background-image: -webkit-linear-gradient(top, #e58d2c, #a04d15);
    background-image: -moz-linear-gradient(top, #e58d2c, #a04d15);
    background-image: -o-linear-gradient(top, #e58d2c, #a04d15);
    background-image: -ms-linear-gradient(top, #e58d2c, #a04d15);
    background-image: linear-gradient(top, #e58d2c, #a04d15);
  }
  #menu ul li:first-child > a {
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  #menu ul li:first-child > a:after {
    content: '';
    position: absolute;
    left: 40px;
    top: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #444;
  }
  #menu ul ul li:first-child a:after {
    left: -6px;
    top: 50%;
    margin-top: -6px;
    border-left: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-right: 6px solid #3b3b3b;
  }
  #menu ul li:first-child a:hover:after {
    border-bottom-color: #e58d2c;
  }
  #menu ul ul li:first-child a:hover:after {
    border-right-color: #C46D18;
    border-bottom-color: transparent;
  }
  #menu ul li:last-child > a {
    -moz-border-radius: 0 0 3px 3px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  /* iPad */
  .no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    opacity: 1;
    visibility: visible;
    display: none;
  }
  #menu li:hover > .no-transition {
    display: block;
  }
  /* FLOW C // AMENITIES */
  .flo-C .split-wide {
    width: 65%;
    float: left;
  }
  .flo-C .split-thin {
    width: 25%;
    float: right;
  }
  /* RELATIONSHIPS */
  .relations .repobox {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    *zoom: 1;
  }
  .relations .repobox:before,
  .relations .repobox:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .relations .repobox:after {
    clear: both;
  }
  .relations figure {
    float: left;
    width: 30%;
  }
  .relations article {
    float: right;
    width: 65%;
  }
}
/* 960px and up @ 16px!*/
@media only screen and (min-width: 60em) and (max-width: 68.75em) {
  .content .f-right {
    float: right;
  }
  .content .f-left {
    float: left;
  }
  .content .split-wide {
    width: 50%;
    float: left;
  }
  .content .split-thin {
    width: 50%;
    float: right;
  }
  .content .flo-C .split-wide {
    width: 65%;
    float: left;
  }
  .content .flo-C .split-thin {
    width: 30%;
    float: right;
  }
}
/*  1000px and up @ 16px!*/
@media only screen and (min-width: 62.5em) {
  /* -- SHOW -- */
  .circlepin,
  footer .col-A,
  footer .col-B,
  footer .col-C,
  .prefooter,
  #feat-panels {
    display: block;
  }
  .toll a {
    color: #fff;
  }
  /* -- SLIDER --- */
  .slider .caption {
    width: 300px;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
  }
  .panbox {
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    padding: 25px 15px 0 15px;
  }
  .slider .caption p,
  .caption .cta {
    display: block;
  }
  .slider .caption h2 {
    font-size: 25px;
    text-align: left;
    line-height: 25px;
    margin: 0 0 25px;
  }
  .slider .caption .cta {
    display: inline-block;
  }
  /* --- CONTAINERS --- */
  .primary {
    width: 73.6363636%;
  }
  .sidebar {
    width: 26.3636364%;
  }
  /* --- LODGING ---- */
  #acc-nav > a b {
    display: none;
  }
  #acc-nav > a .ac-label {
    display: block;
    font-style: normal;
  }
  /* --- PREFOOTER --- */
  .prefooter .row {
    width: 95%;
  }
  .prefooter .col-A {
    float: left;
    width: 34.5454545%;
  }
  .prefooter .col-B {
    float: right;
    width: 35%;
    text-align: right;
  }
  .prefooter .col-B p {
    padding-left: 35px;
  }
  .prefooter .col-B header,
  .prefooter .col-B p {
    text-align: right;
  }
  /* --- FOOTER --- */
  footer .col-D {
    float: left;
    width: 27.2727273%;
  }
  footer .col-E {
    float: left;
    width: 8.3636364%;
  }
  footer .social li {
    display: block;
    float: none;
    margin: 0 0 10px;
  }
  /* --- FORMS --- */
  form label {
    float: left;
    width: 20%;
  }
  form input,
  form textarea {
    float: right;
    width: 70%;
    padding: 10px 3%;
  }
  form button.cta {
    float: right;
  }
  /* --- BOOKING ------ */
  .booking-list {
    padding: 25px 0 0 0;
  }
  .book-controls {
    position: absolute;
    top: 45px;
    right: 380px;
  }
  .live-cart {
    position: absolute;
    right: 50px;
    top: 30px;
    margin: 0;
  }
  /* --- LISTINGS --- */
  .booking-list .col-a {
    float: left;
    width: 30%;
  }
  .booking-list .col-b {
    float: right;
    width: 66%;
  }
  /* --- LISTINGS --- */
  .content .booking-list .repobox {
    min-height: inherit;
    border: 1px solid #333;
    background: #000;
    padding: 15px;
    width: 95%;
    float: none;
    height: auto;
  }
  .content .booking-list .split {
    float: left;
    padding: 0;
    width: 50%;
  }
  .content .booking-list .paddify {
    padding: 0;
    padding-right: 30px;
  }
  .content .repobox {
    width: 30%;
    margin: 0 1.5% 25px 1.5%;
    height: 600px;
  }
  body.inside .content .repobox.data {
    width: 80%;
    margin: 0 0 20px;
  }
  .content .flo-C .split-wide {
    width: 60%;
    float: left;
  }
  .content .flo-C .split-thin {
    width: 30%;
    float: right;
  }
  .relations .repobox {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    min-height: inherit;
    height: auto;
    *zoom: 1;
  }
  .relations .repobox:before,
  .relations .repobox:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .relations .repobox:after {
    clear: both;
  }
}
/*  1140px and up @ 16px  */
@media only screen and (min-width: 68.75em) {
  /* -- BG Images -- */
  .outer {
    background: url(../gfx/sunset.jpg) no-repeat 50% 0 #000000;
  }
  .inner {
    background: url(../gfx/light-pattern-div.png) repeat-x 0 100%;
  }
  /* -- HEAD -- */
  .logo {
    width: 375px;
  }
  .rslides li {
    height: 295px;
    overflow: hidden;
  }
  .slider .caption {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .panbox {
    height: 100%;
    position: absolute;
    top: 0;
    right: -290px;
    background: #000;
    background: rgba(0, 0, 0, 0.75);
    width: 21.8181818%;
    padding: 0 25px 0 25px;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -o-transition: all .8s;
  }
  /* --- CUSTOM DRP DOWNS --- */
  #menu .level-1 > a {
    padding: 0 28.2px;
  }
  body.inside #top {
    padding: 0;
  }
  .btn-reserve {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    line-height: inherit;
    padding: 6px 0;
  }
  .btn-reserve .total-price {
    display: block;
    position: absolute;
    bottom: -48px;
    left: 0;
    font-size: 15px;
    width: 100%;
    text-align: center;
    color: #FFDD85;
    height: 40px;
    line-height: 40px;
    background: url(../gfx/total-price-bg.png) no-repeat 50% 0;
  }
  .prefooter.l-gap {
    padding-bottom: 100px;
  }
  .face-like {
    display: block;
    width: 100px;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -30px;
  }
}
/* --- SOCIAL FEED ------ */
@media only screen and (max-width: 75em) {
  .vertical {
    display: none;
  }
}
@media only screen and (min-width: 75em) {
  .horz {
    display: none;
  }
  .vertical {
    display: block;
    position: fixed;
    top: 100px;
    left: 20px;
  }
  .addthis_floating_style {
    background: #000;
  }
}
