@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-size: 15px;
  color: gray;
  font-family: 'Open Sans', sans-serif;
}
body.page-child {
  background: rgba(243,243,243,1);
  background: -moz-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,243,243,1)), color-stop(35%, rgba(243,243,243,1)), color-stop(35%, rgba(255,255,255,1)), color-stop(71%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
  background: -webkit-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
  background: -o-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
  background: -ms-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
  background: linear-gradient(to right, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 35%, rgba(255,255,255,1) 35%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1 );
}
/*********************
LINK STYLES
*********************/
a:link, a:visited, a:hover, a:active {
  color: gray;
}
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }
.so-widget-sow-hero h3 {
  font-size: 36px;
}
h1 {
  font-size: 50px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
}
h2 {
  font-size: 35px !important;
  line-height: 1 !important
}
h3 {
  font-size: 23px;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  font-weight: 300;
  color: gray;
}
h5, .h5, h6, .h6 {
  color: #000;
}
.sow-slider-image-wrapper h3 br {
  display: none;
}
label {
  color: gray;
}
/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
  list-style: none; }

.so-widget-sow-button-wire-9a79a30bf5f9 .ow-button-base a {
  font-size: inherit !important
}
.sidebarlogo {
  text-align: center;
}
.sidebarlogo img {
  max-width: 500px;
}
/*********************
NAVIGATION STYLES
*********************/
i.fa.fa-bars.fa-2x {
    font-size: 22px !important;
}

.top-bar, .top-bar ul {
  background: none;
}
.top-bar .title-area {
  z-index: 1; }
.top-bar .top-bar-inner {
  max-width: 1100px;
  margin: 0 auto;
}
.off-canvas {
  background-color: #c5c5c5;
}
ul#menu-header_menu {
  margin-left: 0;
}
ul#menu-header_menu:focus,
ul#menu-header_menu li:focus,
ul#menu-header_menu li:focus a,
ul#menu-header_menu li a:focus {
  outline: none !important;
}
ul#menu-header_menu li a {
  border-bottom: 0px;
  padding: 10px 10px 10px 20px;
  font-weight: 300;
}
ul#menu-header_menu .submenu {
  margin-left: 20px;
  font-size: .95rem;
  list-style: none;
}
.admin-bar .off-canvas {
    top: 46px;
}
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  padding-bottom: 60px;
}
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content aside {
  overflow: hidden;
}
.entry-content aside img {
  transition: all .3s ease-in-out;
}
.entry-content aside img:hover {
  transform: scale(1.2);
}

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }
input[type=text], textarea, input[type=email] {
  color: #000;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000;
}
input::placeholder {
  color: #000;
}
/*input[type=submit] {
  background: none;
  border: 5px solid #fff;
  color: #fff;
  padding: .7rem 1rem;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  transition: all .3s ease-in-out;
}*/
input[type=submit]:hover {
  background: #fff;
  color: #000;
}
article.post {
  margin-bottom: 35px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}
.single-post article.post {
  border-bottom: 0;
}
header.article-header h2 {
  line-height: 1rem !important;
  margin-bottom: 0;
}
header.article-header .byline {
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 12px;
}
.article-header h2 a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.5rem;
}
.details p {
    font-size: 12px;
    line-height: 1;
    margin: 0 0 .6rem;
}
/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    margin-left: 3rem; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background-size: cover;
  background: #cecece;
  font-size: 12px;
  line-height: 1;
  color: gray;
}

div#inner-footer {
  max-width: 62rem;
  padding: 40px 0 20px;
  position: relative;
  text-align: center;
}

.hf-custom div#inner-footer {
  padding: 0;
  max-width:  100%;
}

div#inner-footer p {
  margin: 10px 0;
}
div#inner-footer p.comname,
div#inner-footer .phnaddress {
    font-size: 16px;
}
/*********************
FOUNDATION STYLES
*********************/

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

div[class*="button-wire"] a {
    border-width: 5px !important;
    font-weight: bold;
    transition: all .3s ease-in-out;
}
#inner-content .sow-slider-images div[class*="button-wire"] a.ow-button-hover:hover {
  color: #000 !important;
}
#inner-content div[class*="button-wire"] a.ow-button-hover:hover {
  color: #fff !important;
}
div[class*="button-wire"] a span {
}
.contact-item {
  margin-bottom: 15px;
}
.contact-item p {
  line-height: 45px;
  margin: 0;
  padding: 0;
}

.hexagon {
  position: relative;
  width: 45px;
  height: 25.98px;
  background-color: #fedf60;
  margin: 12.99px 10px 0 0;
  float: left;
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 22.5px solid transparent;
  border-right: 22.5px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 12.99px solid #fedf60;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 12.99px solid #fedf60;
}

.hexagon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  color: green;
  margin: -27% 0 0 -21%;
  font-size: 1.7rem;
}
.hexagon .fa-envelope-o {
  margin: -31% 0 0 -27%;
}
.hexagon .fa-globe {
  margin: -28% 0 0 -24%;
}
.elm-button {
  border: 5px solid #03783d;
  color: #03783d;
  font-family: Cabin;
  font-weight: bold;
  padding: .7rem 3rem;
  margin: 0 auto;
  display: inherit;
  text-transform: uppercase;
  font-size: 24px;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.elm-button:hover {
  background: #03783d;
  color: #fff;
}
.is-loading .elm-button-text,
.elm-loading-anim {
  display: none;
}
.is-loading .elm-loading-anim {
  display: block;
}
.elm-loading-icon {
  fill: #03783d;
  stroke: #03783d;
}
.elm-button:hover .elm-loading-icon {
  fill: #fff;
  stroke: #fff;
}
.elm-loading-icon {
  width: 4em;
  height: 1em;
}
.page-navi.navigation {
  line-height: 18px;
}
.page-navi span {
  font-size: 20px;
  transition: all .3s ease-in-out;
}
.page-navi span.next {
  float: right;
}
.page-navi span.prev i {
  margin-right: 8px;
}
.page-navi span.next i {
  margin-left: 8px;
}
.page-navi span:hover {
  font-size: 23px;
}
.sow-slider-base ul.sow-slider-images li.sow-slider-image.sow-slider-image-cover {
  background-position: top center !important;
}
.so-widget-sow-image .widget-title {
    text-align: center;
    margin: 1em 0;
    color: #000;
    color: rgba(0,0,0,.6);
    font-size: 1.25rem;
}
.so-widget-sow-hero h3 span {
    display: block;
}
.fl-col-small .airsearchform .tabsinn li {
  display: block;
  float: none;
  border: 1px solid #ccc !important;
  margin-bottom: 3px;
  box-shadow: inset 0 0 5px 0 #ccc;
}
.fl-col-small .airsearchform .tabsinn,
.fl-col-small .airsearchform .tabsinn ul {
  max-width: 100%;
}

.destination-type-radio {
  text-align: center;
}
.destination-type-radio label {
  display: inline-block;
}
textarea#_client_email_message_body {
  color: #000 !important;
}
#odysseus-default #OVExploreContainer .od-main-wrapper #air, #odysseus-default #OVExploreContainer .od-main-wrapper #cruise {
  z-index: 999;
}
span.mpg-h1 {
    text-align: center;
    font-size: 36px;
    font-family: Geo;
    margin-bottom: 10px;
}

/* .row-fluid [class*="span"]:first-child {
    text-align: center;
} */

.ptext {
    text-align: center;
}

#content p {
    font-size: 16px !important;
    line-height: 22px !important;
}
/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet.

Remember to add things that won't make sense to print at
the bottom. Things like nav, ads, and forms shouldbe set
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited 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; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
@media print, screen and (max-width: 1840px) {
  body.page-child {
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 33%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,243,243,1)), color-stop(33%, rgba(243,243,243,1)), color-stop(33%, rgba(255,255,255,1)), color-stop(71%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 33%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 33%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 33%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 33%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1 );
  }
}
@media print, screen and (max-width: 1640px) {
  body.page-child {
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,243,243,1)), color-stop(30%, rgba(243,243,243,1)), color-stop(30%, rgba(255,255,255,1)), color-stop(71%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 30%, rgba(255,255,255,1) 30%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1 );
  }
}

@media print, screen and (max-width: 1324px) {
  body.page-child {
    background: rgba(243,243,243,1);
    background: -moz-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,243,243,1)), color-stop(25%, rgba(243,243,243,1)), color-stop(25%, rgba(255,255,255,1)), color-stop(71%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(243,243,243,1) 0%, rgba(243,243,243,1) 25%, rgba(255,255,255,1) 25%, rgba(255,255,255,1) 71%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=1 );
  }
}
@media print, screen and (max-width: 1324px) {
  #content p {
    font-size: 14px !important;
    line-height: 19px !important;
  }
}

@media print, screen and (max-width: 768px) {
  body.page-child {
    background: none;
  }
}
@media print, screen and (max-width: 39.9375em) {
  body.page-child {
    background: #fff;
  }
  .header .top-bar {
    padding-top: .5rem;
  }
  .top-bar .top-bar-left, .top-bar .top-bar-right {
    text-align: center;
  }
  .top-bar .top-bar-right ul,
  .top-bar .top-bar-right ul li:first-child {
    margin-left: 0;
  }
  .top-bar .top-bar-right .menu {
    float: right;
  }
  .menu.horizontal>li, .menu>li {
    display: block;
  }
  #off-canvas-contact {
    padding: 2rem;
    max-width: 95%;
  }
  .innerdiv .container,
  #content {
    padding: 0 .5rem .5rem;
  }
  .sow-image-container img {
    margin-left: auto;
    margin-right: auto;
  }
  aside.entry-thumbnail {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 2rem;
  }
  aside + .entry-body {
    margin-left: 0;
  }
  .entry-content .alignright, .entry-content img.alignright,
  .entry-content .alignleft, .entry-content img.alignleft {
    float: none;
    clear: both;
    display: block;
    margin: 0 auto;
  }
  header.article-header h2 {
    line-height: 1;
  }
  .fl-module-content {
    margin-right: 0;
  }
}

#voyagerGuidesContainer .contaner-fluid > .row > div {
    margin: 0;
    width: 100%;
    padding: 0;
}
#voyagerGuides .navbar-fixed-top, #voyagerGuides .navbar-fixed-bottom {position: static;}