/*
================================
Imports!
===============================*/
/*
========================================
Variables	
========================================*/
/*TYPOGRAPHIC MIXINS 
====================*/
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
* {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.1s ease-in-out all;
  transition: 0.1s ease-in-out all; }

html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased !important; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }
/* ==========================================================================
   Custom Globals
   ========================================================================== */
body {
  background-color: black;
  font-family: Georgia, serif; }

h1,
h2,
h3,
h4 {
  font-family: sans-serif; }

.section-h2 {
  text-transform: uppercase;
  text-align: center;
}

a {
  color: #e39214;
  outline: 0; }
  a:visited {
    color: #e39214; }
  a:hover {
    color: #fefcf8; }
  a:active {
    color: #e39214; }
  a:focus {
    outline: 0; }

hr {
  margin: 9px 0px;
  width: inherit;
  border-color: #222;
  max-width: 600px;
  text-align: center !important;
  margin: 0px auto; }

#nav {
   padding: 0px 15px;
  height: 50px;
  overflow: hidden;
  max-height: 50px;
  background-color: black;
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  text-align: left;
  -webkit-transition: 0.1s ease-out all;
  transition: 0.1s ease-out all;
  -webkit-backface-visibility: hidden; }
  @media (min-width: 700px) {
    #nav {
      text-align: left;
      padding: 0px 15px; } }
  #nav h2 {
    color: white;
    margin: 15px 10px 0px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 1em;
    letter-spacing: 2px;
    text-decoration: none;
    transition: 0.4s ease-out color; }
    #nav h2:hover {
      color: #e39214; }
  #nav ul {
    float:left;
    display: block;
    width: 100%;
    padding: 0px;
    text-transform: uppercase;
    font-size: 0.89em;
 }
    @media (min-width: 700px) {
      #nav ul {
        width: auto;
        display: inline-block;
        float: right; 
} }
  #nav li {
    display: inherit;
    padding: 20px 0px;
    border-bottom: 1px solid #171717;
    letter-spacing: 2px; }
    #nav li a {
      margin: 0px 10px;
      color: white;
      text-decoration: none;
      transition: 0.4s ease-out color; }
      @media (min-width: 700px) {
        #nav li { 
           display: inline; 
           padding: 0px;
           border: none;
        }
         #nav li a {
          margin: 0px 15px; } }
      #nav li a:hover {
        color: #e39214; }

.nav-shadow {
  box-shadow: 0px 2px 9px 0px rgba(5, 5, 5, 0.8); }

button#menuBtn {
  float: right;
  background-color: #000;
  color: #FFF;
  border-radius: 2px;
  font-family: 'futura-pt';
  text-transform: uppercase;
  margin-top: 14px;
  border: none;
}

@media (min-width: 700px){ button#menuBtn { display:none;}}

.mobile {
  min-height: 100%;
  opacity: 0.9;
  overflow: visible !important;
}

footer {
  position: relative;
  padding: 2.8em;
  font-family: sans-serif;
  background-color: #000;
  color: #969696;
  text-align: center;
  font-size: 1.2em;
  border-top: 1px solid #131313; }
  footer small {
    font-size: 70%; }
  footer img {
    display: none; }
    @media (min-width: 500px) {
      footer img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0px auto; } }

/* Hero Slider Styles
===========================*/
.hero, .slide-hero, .hero-trip {
  margin-top: 50px;
  width: 100%;
  height: 400px;
  background-size: cover;
  position: fixed;
  z-index: -100;
  transition: 0.6s ease-in all;
  -webkit-transition: 0.6s ease-in all;
  -moz-transition: 0.6s ease-in all;
  -o-transition: 0.6s ease-in all; }
  @media (min-width: 750px) {
    .hero, .slide-hero, .hero-trip {
      height: 600px; } }
  @media (min-width: 1200px) {
    .hero, .slide-hero, .hero-trip {
      height: 700px; } }
  @media (min-width: 1450px) {
    .hero, .slide-hero, .hero-trip {
      height: 800px; } }
  .hero:before, .slide-hero:before, .hero-trip:before {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0.4;
    height: inherit;
    width: 100%; }

.slide-hero {
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.6s ease-in all;
  -webkit-transition: 0.6s ease-in all;
  -moz-transition: 0.6s ease-in all;
  -o-transition: 0.6s ease-in all; }

.active {
  opacity: 1; }

/* ==========================================================================
   Custom Styles
   ========================================================================== */
/* ==========================================================================
   About
   ========================================================================== */
#about {
  margin-top: 450px; }
  @media (min-width: 750px) {
    #about {
      margin-top: 650px; } }
  @media (min-width: 1200px) {
    #about {
      margin-top: 750px; } }
  @media (min-width: 1450px) {
    #about {
      margin-top: 850px; } }

.info {
  height: auto;
  padding: 1.2em 0.8em 5em;
  text-align: center;
  background-color: rgba(205,128,4,0.9); /* solid color is #e39214*/
  background-repeat: repeat-x;
  border-top: 10px solid black; }
  .info h1 {
    font-size: 1.4em;
    color: black;
    margin: 20px 0px 10px;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 500px) {
      .info h1 {
        font-size: 1.5em; } }
    @media (min-width: 600px) {
      .info h1 {
        font-size: 2em; } }
    @media (min-width: 650px) {
      .info h1 {
        width: 600px;
        margin: 30px auto 10px; } }
  .info P {
    text-align: left;
    color: black;
    max-width: 600px;
    margin: 20px auto;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.55em; }
    @media (min-width: 500px) {
      .info P {
        font-size: 1.07em; } }

.logo {
  margin: 40px auto; }

.map {
  display: none;
  margin-bottom: -6px;
  border-top: 10px solid #f1f1f1; }
  @media (min-width: 725px) {
    .map {
      display: block; } }

.link-btn {
 margin-top: 30px;
 text-transform: uppercase;
}

.link-btn a {
 border: 2px solid black;
 color: black;
 text-decoration: none;
 padding: 10px 10px;
 font-size: 13px;
 
}
@media (min-width: 700px) {
    .link-btn a {
      font-size: 20px; } }

.link-btn a:hover {
 background-color: black;
 color: white;
}

/* ==========================================================================
   Trips
   ========================================================================== */
.trip-grid {
  margin: 50px 0px;
  text-align: center; }
  @media (min-width: 1050px) {
    .trip-grid {
      margin: 90px 0px; } }

.trip-index {
  color: white;
  padding: 1.2em 0.8em;
  border-top: 10px solid #f1f1f1; }
  @media (min-width: 750px) {
    .trip-index {
      padding: 4em; } }
  @media (min-width: 1050px) {
    .trip-index {
      padding: 4.8em; } }
  .trip-index h1 {
    font-size: 1.4em;
    color: #b6cfe2;
    margin: 20px 0px 10px;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase; }
    @media (min-width: 500px) {
      .trip-index h1 {
        font-size: 1.5em; } }
    @media (min-width: 600px) {
      .trip-index h1 {
        font-size: 2em; } }
    @media (min-width: 650px) {
      .trip-index h1 {
        width: 600px;
        margin: 30px auto 10px; } }
  .trip-index p {
    text-align: left;
    color: #f1f1f1;
    max-width: 600px;
    margin: 20px auto;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.55em; }
    @media (min-width: 500px) {
      .trip-index p {
        font-size: 1.07em; } }

html.rgba .trip-index {
  background-color: rgba(0, 0, 0, 0.84); }

html.no-rgba .trip-index {
  background-color: black; }

.trip {
  width: 100%;
  position: relative;
  margin: 5px 0px;
  height: 190px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  border: 5px solid black;
  -webkit-transition: 0.1s ease-out all;
  transition: 0.1s ease-out all; }
  @media (min-width: 750px) {
    .trip {
      height: 290px; } }
  @media (min-width: 1500px) {
    .trip {
      height: 390px; } }
  .trip:hover .trip-info {
    color: #e39214;
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px); }

/* <Conditional Grid Classes>
==========================================*/
@media (min-width: 1050px) {
  .single-trip {
    width: 70%;
    /*height: 650px !important; Make single Trip taller*/} }

.uneven-trip {
  width: 100%;
  margin: -6px 0px; }

@media (min-width: 1050px) {
  .grid {
    float: left;
    width: 50%;
    margin: 0px; } }

/* </Conditional Grid Classes>
==========================================*/
.trip-thumb {
  max-width: 100%;
  min-width: 100%;
  height: auto; }

.trip-info-wrap {
  padding: 2.5em;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  height: inherit;
  width: 100%;
  color: white;
  font-family: Georgia, serif; }
  @media (min-width: 480px) {
    .trip-info-wrap {
      padding: 3em; } }
  @media (min-width: 750px) {
    .trip-info-wrap {
      padding: 5em; } }
  @media (min-width: 1050px) {
    .trip-info-wrap {
      padding: 5em; } }
  @media (min-width: 1500px) {
    .trip-info-wrap {
      padding: 9em 7em; } }
  .trip-info-wrap h3 {
    margin: 10px 0px;
    font-size: 1.1em; }
    @media (min-width: 750px) {
      .trip-info-wrap h3 {
        font-size: 1.7em; } }
    @media (min-width: 1050px) {
      .trip-info-wrap h3 {
        font-size: 1.9em;
        max-width: 600px;
        margin: auto; } }
  .trip-info-wrap hr {
    border-color: #d6d6d6;
    width: 155px;
    margin: auto;
    display: none; }
    @media (min-width: 600px) {
      .trip-info-wrap hr {
        display: block; } }
    @media (min-width: 950px) {
      .trip-info-wrap hr {
        width: 260px; } }
  .trip-info-wrap p {
    margin: 10px !important;
    display: none;
    font-style: italic; }
    @media (min-width: 600px) {
      .trip-info-wrap p {
        display: inline-block; } }
    @media (min-width: 1050px) {
      .trip-info-wrap p {
        font-size: 2em; } }

.take-trip {
  display: block;
  height: auto;
  width: 150px;
  margin: 20px auto 0px;
  padding: 0.4em;
  border: 1px white solid;
  border-radius: 3px;
  font-family: sans-serif !important;
  font-size: 0.8em; }
  @media (min-width: 600px) {
    .take-trip {
      display: none; } }
  .take-trip:hover {
    color: black;
    background-color: white; }
.trip-info {
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all; }

/* Single Trip Template Styles
====================================*/
.hero-trip {
  position: relative !important;
  height: 300px; }
  @media (min-width: 725px) {
    .hero-trip {
      height: 500px; } }
  @media (min-width: 925px) {
    .hero-trip {
      height: 600px; } }

.trip-content {
  color: #f1f1f1;
  border-top: 2px solid #f1f1f1; }
  @media (min-width: 725px) {
    .trip-content {
      margin-top: 0px;
      border-width: 4px; } }
  .trip-content h1 {
    font-size: 1.4em;
    color: #f1f1f1;
    margin: 20px 0px 10px;
    text-align: left;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-transform: none !important;
    font-weight: bold;
    letter-spacing: 0px;
    margin: 30px auto 0px !important; }
    @media (min-width: 500px) {
      .trip-content h1 {
        font-size: 1.5em; } }
    @media (min-width: 600px) {
      .trip-content h1 {
        font-size: 2em; } }
    @media (min-width: 650px) {
      .trip-content h1 {
        width: 600px;
        margin: 30px auto 10px; } }
  .trip-content p {
    text-align: left;
    color: #f1f1f1;
    max-width: 600px;
    margin: 20px auto;
    font-size: 1em;
    font-weight: normal;
    line-height: 1.55em; }
    @media (min-width: 500px) {
      .trip-content p {
        font-size: 1.07em; } }

.trip-description {
  padding: 1em 1em; }
  @media (min-width: 1100px) {
    .trip-description {
      padding: 4em 0em; } }

.trip-meta {
  display: block;
  width: auto;
  max-width: 600px;
  margin: 0px auto;
  font-size: 0.82em; }
  @media (min-width: 600px) {
    .trip-meta {
      font-size: 0.93em; } }
  .trip-meta h2 {
    text-transform: uppercase;
    display: inline;
    font-size: 0.85em;
    color: #e39214; }

/* ==========================================
	Comments Styles
===========================================*/
#comments {
  padding: 50px 0px;
background-color: #d6d6d6;
 }
  #comments h2 {
    color: #222; }
  #comments .comments-wrapper {
    width: 90%;
    max-width: 850px;
    height: auto;
    margin: 0px auto; }
	@media (min-width: 950px) {

	#comments {
	padding: 100px 0px;	
}
	#comments .comments-wrapper {
		width: 60%;
	}
}

/* ==========================================
	Blueimp Gallery Custom Modifications
===========================================*/
div#links {
  font-size: 0; }
  div#links img {
    border: 1px solid black;
    width: 20%; }
    @media (min-width: 450px) {
      div#links img {
        width: 16.66666%; } }
    @media (min-width: 550px) {
      div#links img {
        width: 12.5%; } }
    @media (min-width: 725px) {
      div#links img {
        width: 10%; } }
    @media (min-width: 850px) {
      div#links img {
        width: 6.6666%; } }
    @media (min-width: 1340px) {
      div#links img {
        width: 4%; } }

.blueimp-gallery-controls > .indicator {
  display: none; }

.blueimp-gallery > .title {
  top: initial;
  bottom: 25px !important; }
  @media (min-width: 900px) {
    .blueimp-gallery > .title {
      left: 40%; 
      text-shadow: 1px 1px 1px black;
} }




/* Social Media Sharing overrides!!!
=====================================*/

.sharedaddy.sd-sharing-enabled {

	max-width: 600px;
	margin: 20px auto;
}

.share-count
{
	background-color: #e39214 !important;
}