.row {
    margin-right: -10px;
    margin-left: -10px;
}
.row:after,
.clearfix:after {
    clear: both;
    display: table;
    content: "";
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
}

@media screen and (min-width: 767px){
    .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
}

body {
  background: #000 url("img/bg-repeat.png") center top;
  color: #000;
  font-family: Arial;
}
a {
  text-decoration: none;
  color: #00400a;
}
a:hover {
  color: #2f3293;
}
img{
    height: auto;
}
img,
iframe{
    max-width: 100%;
}
h4 {
  margin-bottom: 3px;
}
h5 {
  margin-bottom: 3px;
}
.left {
  float: left;
}
.right {
  float: right;
}
/* Wrapper */
#wrapper {
  background: url("img/bg.png") no-repeat;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
.home #wrapper {
  overflow: visible;
}
/* Page Wrap */
#page-wrap {
  overflow: hidden;
  border-top: 1px solid #686868;
}
.home #page-wrap {
  overflow: visible;
  border-top: 0px solid #fff;
}
/* Header */
#header {
  clear: both;
}
.home #header,
.single #header,
.blog #header {
  margin-bottom: 0px;
}
#header .inheader {
  max-width: 1000px;
  width: 100%;
  margin: auto;
  padding-top: 18px;
  min-height: 115px;
}
#header .col-sm-4{
    width: 28%;
}
#header .col-sm-8{
    width: 72%;
}
#logo {
  display: block;
  margin-left: 40px;
}

.phonenumbers {
  float: right;
}
/* Search */
#searchform {
}
#searchform #s {
    float: left;
    padding: 2px !important;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    height: 17px;
    margin-right: 10px;
}
#searchform #s:focus {
  outline: none;
}
/* Top Menu */
.topmenu {
  float: right;
}
.topmenu li a {
  color: #fff;
  padding: 0 0 0 10px;
  font-size: 12px;
}
.topmenu ul.dropdown li:after {
  content: '|';
  color: #fff;
  padding-left: 10px;
}
.topmenu ul.dropdown li:last-child:after {
  content: '';
}
/* Menu */
ul.dropdown {
  display: block;
  float: right;
  clear: both;
}
ul.dropdown li,
ul.dropdown li a {
  float: left;
}
ul.dropdown a {
  text-decoration: none;
}
/* Dropdown */
/* LEVEL ONE */
ul.dropdown {
  position: relative;
}
ul.dropdown li {
  float: left;
  zoom: 1;
}
ul.dropdown li a {
  display: block;
}
ul.dropdown li.hover,
ul.dropdown li:hover {
  color: #000;
  position: relative;
}
ul.dropdown li a:hover {
  color: #F3B83B;
}
.mainmenu ul.dropdown li:after {
  content: '•';
  color: #fff;
  padding-left: 13px;
}
.mainmenu ul.dropdown li:last-child:after {
  content: none;
}
.mainmenu ul.dropdown li li:after {
  content: none;
}
/* LEVEL TWO */
ul.dropdown ul {
  width: 140px; 
  visibility: hidden;
  position: absolute;
  top: 28px;
  left: 13px;
  z-index: 200;
  background: #fdf7e5;
  border: 1px solid #ccc;
  padding: 6px;
}
ul.dropdown ul li {
  font-weight: normal;
  color: #00400e;
  padding: 0;
  width: 100%;
  margin: 0;
}
ul.dropdown ul li a {
  border-right: none;
  width: 100%;
  display: inline-block;
  margin: 0 !important;
  padding: 4px 0;
  font-size: 11px !important;
  color: #00400e;

}
ul.dropdown ul li a:hover {
  color: #0000ff;
}
.mainmenu {
  float: right;
  margin-top: 30px;
  margin-right: 10px;
  padding: 0 0 10px 60px;
  position: relative;
}
.mainmenu li {
  padding: 0 0 0 13px;
}
.mainmenu li,
.mainmenu li a {
  float: left;
}
.mainmenu li a {
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.mainmenu li a:hover {
  color: #fff;
}
.mainmenu .current-menu-item a,
.mainmenu .current-menu-ancestor a {
  border-bottom: 2px solid #fff;
  padding-bottom: 4px;
}
.mainmenu .current-menu-item li a,
.mainmenu li .current-menu-item  a,
.mainmenu .current-menu-ancestor li a {
  border-bottom: none;
}
.mainmenu li li a {
  -webkit-transition: all 0 ease-in-out;
  -khtml-transition: all 0 ease-in-out;
  -moz-transition: all 0 ease-in-out;
  -o-transition: all 0 ease-in-out;
  transition: all 0 ease-in-out;
}
.mainmenu .current-page-ancestor a {
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
}
/* Slider */
.clear {
  clear: both;
}
#wrap-slider {
  width: 100%;
  margin: 0 0 0;
  position: relative;
}
#direction-nav {
  position: relative;
}
#slides {
  overflow: hidden;
/*position:relative*/
  height: 290px;
}
#slides .slide {
  height: 290px;
  width: 960px;
  margin-left: 1px;
}
.item-description-caption {
  position: absolute;
  top: 60px;
  left: 400px;
  padding: 15px 20px 10px;
  width: 600px;
  color: #fff;
  background: transparent;
  zoom: 1;
  background: rgba(0,0,0,0.70);
}
.item-description-caption h3 {
  width: 400px;
  text-transform: uppercase;
  font-size: 23px;
  font-family: "Arial Black", Arial, Sans-Serif;
}
#carousel_s{
    padding: 10px 0;
}
#carousel_s .flex-viewport{
    margin: 0 30px;
}
#carousel_s .flex-viewport a{
    margin: 0 3px;
    display: block;
} 
#carousel_s .slides img{
    display: block;
    margin: 0 auto;
    width: auto;
    opacity: 0.3;
}
#carousel_s .slides li:hover img,
#carousel_s .slides li.flex-active-slide img {
    opacity: 1;
}

.slider-caption{
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    color: #ffffff;
}
.slider-caption h2{
	font-size: 32px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.slider-caption span, 
.slider-caption a{
	font-size: 22px;
    color: #ffffff;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.slider-caption a{
    text-decoration: underline;
}
.slider-caption p {
	margin: 0;
}

/* Home */
#homemain {
  background: #fdf7e5;
  padding-top: 30px;
  overflow: hidden;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 30px;
}
#homemain h3 {
  color: #333;
  text-transform: uppercase;
  font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 15px;
  border-bottom: 1px solid #f7de99;
  padding-bottom: 4px;
  margin-bottom: 10px;
}
#homemain #introtext {
  text-align: right;
  font-size: 15px;
}
#homemain #introtext p {
  margin-bottom: 10px;
}
#homemain #tourupdates {
  
  margin-bottom: 20px;
}
#homemain #tourupdates .buttonsubmitsmall {
  background: url("img/small-submit-button.png") 0 -28px;
  display: inline-block;
  height: 28px;
  width: 58px;
  border: 0px solid #fff;
  color: #fff;
  font-size: 10px;
}
#homemain #tourupdates .buttonsubmitsmall:hover {
  background-position: 0 0;
}
#homemain #featuredtour {
  
}
#homemain #featuredtour .thumbsid {
  width: 90px;
  float: left;
  margin-right: 12px;
}
#homemain #featuredtour h2,
#homemain #featuredtour h5 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
#homemain #featuredtour h4 {
  font-size: 20px;
  color: #000;
}
#homemain #featuredtour .small-button {
  float: right;
}
.home-right{
    float: right;
    width: 65.7%;
}
.home-left{
    float: left;
    width: 24%;
}
/* Blog */
#blogarticles {
  float: left;
  width: 680px;
  padding-right: 20px;
  margin-top: 20px;
  border-right: 1px solid #dedede;
}
#blogarticles h2 {
  color: #e21e5c;
  font-size: 18px;
  margin-bottom: 0;
}
#blogarticles h2 a {
  color: #00400e;
}
#blogarticles p {
  line-height: 18px;
}
#blogarticles .post {
  margin-bottom: 20px;
}
#blogarticles .single-blog-thumb img {
  border: 1px solid #cac9c7;
  padding: 7px;
  background: #fff;
  margin: 15px auto;
}
#blogarticles .single p {
  margin-bottom: 10px;
  line-height: 18px;
}
/* Page */
#articles {
  width: 73.6%;
  float: right;
  background: #FDF7E5;
  padding: 0;
}
#articles-full {
  background: #FDF7E5;
  padding: 0;
  background: #FDF7E5;
  padding: 0; 
}
#sidebar {
  width: 25.4%;
  float: left;
}
#sidebar h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#articles h2, 
#articles-full h2 {
  color: #00400e;
  font-size: 18px;
  margin-bottom: 8px;
}
#articles h3, 
#articles-full h3 {
  color: #00400E;
  font-size: 16px;
  margin-bottom: 8px;
  padding-top:5px;
}
#articles p,
#articles-full p {
  margin-bottom: 8px;
  line-height: 18px;
}
/* Pages, Posts */
.alignright {
  display: block;
  float: right;
  margin: 0 0 10px 20px;
}
.alignleft {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto 10px;
  text-align: center;
}
.floatleft {
  float:left;
  padding-right:25px;
}
/* TABS */
.tabsbox {
  padding: 15px 20px 20px 25px;
}
.tabsbox .tabs {
  overflow: hidden;
  margin: 0 0 30px;
}
.tabsbox .tabs li,
.tabsbox #tabs li a {
  float: left;
}
.tabsbox .tabs li a {
  display: block;
  color: #fff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: bold;
  border-bottom: 2px solid #f7de99;
}
.tabsbox .tabs li a.red {
  background: #fff;
  color: #00400e;
  border-top: 1px solid #f7de99;
  border-right: 1px solid #f7de99;
}
.tabsbox .tabs li a.red:hover {
  background: #f7de99;
}
.tabsbox .tabs li a.red.current {
  background: #00400e;
  color: #fff;
  border-top: 1px solid #00400e;
  border-right: 1px solid #00400e;
  border-left: 1px solid #00400e;
  border-bottom: 2px solid #00400e;
}
.tabsbox #tabcontent {
  margin: 10px 0;
}
/* Tables */
table {
  width: 100%;
}
tr th,
tfoot td {
  font-size: 13px;
  font-weight: normal;
  padding: 8px;
  color: #000;
}
tr.headings th {
  background: #f7de99;
  border-bottom: 1px solid #fff;
}
tr.addOn th,
tr.addOn td {
  background: #afceea;
  text-align: left;
  vertical-align: top;
  border-bottom:1px solid #8fb1d1;
}
td {
  font-size: 13px;
  padding: 4px;
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #535353;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #f7de99;
}
tr:hover td {
  /*background: #f9eabc;*/
}
thead th {
  text-align: left;
  vertical-align: middle;
}
tr.even {
  background: #f9ebc0;
}
tr.even td {
  background: #f9ebc0;
}
.pricingtable th {
  font-weight: bold;
  background: #F7DE99;
  vertical-align: top;
}
.pricingtable th span {
  display: block;
  font-weight: normal;
  font-size: 11px;
}
.tbl1 {
  width:75px;
}
.tbl2 {
  width:100px;
}
.tbl4 {
  width:100px;
}
/* Titles */
h2.bigblack {
  color: #000 !important;
  font-size: 38px !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2.bggreen {
  background: #00400e;
  color: #fff !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 22px !important;
  font-weight: normal;
  padding: 6px 12px;
  margin: 24px 0 0 0;
}
h4.content {
  padding-top:15px;
}
/* General */
.innerarticles {
  padding: 0 20px 20px 20px;
}
.tinytext { font-size:11px; }
/* Itinerary */
table.itineraryTable a {
  color: #0000ff;
}
table.itineraryTable a:hover {
  color: #00400E;
}
.single-tours .top,
.single-tours .addontop {
  border-bottom: 1px solid #00400e;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 40px;
}
.single-tours .addontop {
	 border-bottom: 1px solid #1d4594;
}
.single-tours .top .day,
.single-tours .addontop .day {
  background: #00400e;
  color: #fff;
  padding: 4px 6px;
  float: left;
}
.single-tours .addontop .day {
 background: #1d4594;
}
.single-tours .top .meals,
.single-tours .addontop .meals {
  color: #000;
  float: right;
}
.single-tours .latlong {
  color: #00400e;
  font-weight: bold;
  margin-bottom: 4px;
}
.single-tours h3,
.entry h3 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #00400e !important;
  font-size: 20px !important;
  font-weight: normal !important;
  text-transform: uppercase;
}
.contentpage h3 {
  text-transform: none !important;
}
h2.bgyellow {
  background: #ecac00;
  color: #fff !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 22px !important;
  font-weight: normal;
  padding: 6px 12px;
}
.single-tours h2.bgyellow,
#articles h2.bgyellow {
  background: #ecac00;
  color: #fff !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: 22px !important;
  font-weight: normal;
  padding: 6px 12px;
  margin-bottom: 0;
}
.perperson {
  padding: 9px 9px 1px 9px;
}
.bigbutton {
  background: url("img/bigbutton.png") no-repeat;
  display: block;
  width: 352px;
  height: 78px;
  text-align: center;
  color: #fff;
  padding-top: 8px;
}
.bigbutton h2 {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff !important;
  font-weight: normal;
  line-height: 20px;
}
.bigbutton a {
  color: #ecac00;
  text-transform: uppercase;
  text-decoration: underline;
}
.bigbutton p {
  margin-bottom: 6px !important;
}
.bigbutton.alignleft {
  margin-right: 0 !important;
}
.bigbutton.alignright {
  margin-left: 0 !important;
}
/* Team */
.team-item {
  margin-bottom: 20px;
  overflow: hidden;
}
.team-item h3 {
  background: #00400e;
  color: #fff !important;
  font-size: 24px !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  line-height: 40px;
  margin-bottom: 15px !important;
  padding-left: 10px;
  text-transform: none;
}
.team-item h3 span {
  font-size: 16px !important;
  text-transform: uppercase;
}
.team-item .team-img {
    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 18%;
}
.team-item .team-desc {
    float: right;
    line-height: 18px;
    width: 82%;
}
.press-item{
    background: #fff none repeat scroll 0 0;
    border-bottom: 1px solid #f7de99;
    padding: 10px;
}
.press-item img{
    float: none !important;
    margin: 0 !important;
}
/* Sidebar Tours */
#sidebar #mainbox {
  margin-bottom: 10px;
}
#sidebar #mainbox .thumbsid {
  height: 50px;
}
#sidebar #mainbox .innerbox {
  background: #FDF7E5;
  padding: 15px 20px;
}
#sidebar #mainbox .innerbox h3 {
  font-size: 18px !important;
  text-transform: none !important;
  line-height: 22px !important;
  font-weight: bold !important;
}
#sidebar #mainbox .innerbox li a {
  color: #00400e;
  font-weight: bold;
  background: url("img/arrow.png") left center no-repeat;
  border-bottom: 1px solid #f8d87e;
  padding: 4px;
  padding-left: 14px;
  display: block;
}
#sidebar #mainbox .innerbox li a.current {
  color: #00400e;
  background: url("img/arrowcurrent.png") left center no-repeat;
}
#sidebar #mainbox .innerbox li a:hover {
  color: #e4c672;
}
.tourssidebar {
  background: #333;
  border: 2px solid #666;
  padding: 15px;
  margin-bottom: 10px;
}
.tourssidebar h3 {
  color: #fff !important;
  font-size: 18px !important;
}
.tourssidebar .list {
  overflow: hidden;
  margin-bottom: 10px;
}
.tourssidebar .list .thumbsid {
  float: left;
  margin-right: 10px;
}
.tourssidebar .list a {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}
#videobox {
  height: 150px;
}
.downloadpdf{
  width: 250px; 
  margin: 0 auto; 
  height: 42px
}
.downloadpdf span a {
  background: url("img/pdf.png") no-repeat 0 0;
  height: 42px;
  display: block;
  width: 40px;
  margin: 0 10px;
  float: left;
}
.downloadpdf a.small-button {
  margin-top: 7px;
}
.downloadpdf div {
  clear: both;
}
/* Pricing */
.pricecat {
  width: 38px;
  height: 15px;
  text-align: center;
  border: 1px solid #000;
}
.borderorangetop {
  border-top: 1px solid #ecac00;
  border-left: 1px solid #ecac00;
  border-right: 1px solid #ecac00;
  border-bottom: 1px solid #ecac00;
}
.borderorange p {
  margin-left: 15px;
}
.download-cruise-ship {
  background: url("img/download-ship.png") no-repeat 0 -42px;
  height: 42px;
  display: block;
  width: 259px;
  text-indent: -9999px;
  margin: 10px auto;
}
.download-cruise-ship:hover {
  background-position: 0 0;
}
.download-corinthian {
  background: url("img/download-corinthian.png") no-repeat 0 -42px;
  height: 42px;
  display: block;
  width: 296px;
  text-indent: -9999px;
  margin: 10px auto;
}
.download-corinthian:hover {
  background-position: 0 0;
}
.diagramshiptop {
   border-left: 1px solid #ecac00;
  border-right: 1px solid #ecac00;
  border-bottom: 1px solid #ecac00;
}
.diagramshiptop .white {
  background: #fff;
  padding: 10px 0;
}
.diagramshiptop .white img {
  margin-left: 40px;
  text-align: center;
}
.diagramshiptop .white h3 {
  margin-left: 20px;
  margin-top: 20px;
}
.diagramshipbottom p.yellowborder {
  font-size: 10px;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 6px solid #ecac00;
}
.borderorangetop p {
  font-size: 12px;

}
/* Contentpage */
.contentpage a {
  color: #00400e;
  text-decoration: underline;
}
.contentpage ul {
  margin-bottom: 10px;
}
.contentpage li,
article li {
  list-style: disc;
  margin-left: 30px;
  line-height: 18px;
}

#lightboxcontent {
  display: none;
  width:600px;
}
#lightboxcontent P {
  line-height:18px;
  padding-bottom:15px;
}
/* Cruise Info */
.cruiseinfo {
  background: #fff;
  border: 1px solid #ecac00;
  width: 210px;
  float: right;
  margin-left: 15px;
}
.cruiseinfo h3 {
  background: #ecac00;
  color: #fff !important;
  font-size: 16px !important;
  text-transform: none !important;
  padding: 5px 0 5px 10px;
}
.cruiseinfo ul {
  padding: 10px 8px;
}
.cruiseinfo ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
}
.welcomecontent h2 {
  font-size: 40px !important;
  text-transform: none !important;
  color: #000 !important;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  padding-top:15px;
}
.welcomecontent h3 {
  text-transform: none !important;
  line-height: 1.2;
  padding-top:5px;
}
.big-button {
  background: url("img/bg_button.png") repeat-x scroll 0 bottom #00741a;
  border: 1px solid #ffffff;
  display: block;
  color: #fff;
  max-width: 227px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 50px;
  clear: left;
}
.big-button:hover {
  background: url("img/bg_button_hv.png") repeat-x scroll 0 bottom #3538a6;
  color: #fff;
}
.small-button {
  background: url("img/small-button.png") no-repeat 0 -27px;
  height: 27px;
  display: block;
  color: #fff !important;
  width: 158px;
  text-align: center;
  line-height: 27px;
  font-size: 10px;
  margin: 75px 0 0 42px;
}
span.date-full {
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    padding-top: 10px;
    display: block;
}
.small-button:hover {
  color: #fff;
  background-position: 0 0;
}
.dateinfo {
  float: right;
  margin-left: 20px;
  background: url("img/countdown-img.png") no-repeat;
  width: 254px;
  height: 210px;
}
.dateinfo1 {
  float: right;
  margin-left: 20px;
  background: url("img/countdown-img.png") no-repeat;
  width: 254px;
  height: 210px;
}
.date-ago {
    font-size: 50px;
    font-family: Arial;
    font-weight: bold;
    padding: 50px 45px 0 0;
    text-align: right;
}
.dateinfo span {
  color: #000;
  font-size: 20px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.smallinfo {
  font-size: 10px;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 6px solid #ecac00;
}
.gallery-suma {
  padding-bottom: 20px;
  border-bottom: 1px solid #ecac00;
  margin-bottom: 10px;
}
.gallery-suma img {
  margin-bottom: 18px;
  margin-right: 18px;
}

.photogallerycontent img {
  margin-bottom: 17px;
  margin-right: 17px;
}
.gallery-suma h3 a {
  color: #00400e;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-weight: normal;
}
/* Magazine */
.suscribe {
  background: #fff;
  border: 1px solid #ecac00;
  padding: 15px;
  margin-bottom: 20px;
  overflow: hidden;
  width: 100%;
  position: relative;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.suscribe .connn {
  float: left;
  width: 57%;
}
#suscribe {
  border: 1px solid #ecac00;
  background: #fdf4d9;
  padding: 10px;
  width: 36%;
  float: right;
  
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
#suscribe 
.borderorange2 {
  border-left: 1px solid #ecac00;
  border-right: 1px solid #ecac00;
  border-bottom: 1px solid #ecac00;
  margin-bottom: 15px;
}
#suscribe .small-button {
  width: 75px;
  float: right;
}
#suscribe .privacy {
  line-height: 27px;
  text-decoration: underline;
  font-size: 10px;
}
#privacyContent {
  display: none;
  width:600px;
  padding:25px;
}
.signup {
  position: absolute;
  top: 200px;
  left: 475px;
}
table.issue th {
  background: #00400e;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  color: #fff;
  text-align: left;
  font-size: 24px;
}
/* All Tours */
.tour-wrap{
    margin: 0 -7px;
    width: 100%;
}
.tour-inner{
    width: 33.333%;
    padding: 0 7px;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.itemtour {
  background: #333;
  height: 90px;
  margin-bottom: 14px;
  margin-right: 0;
  position: relative;
}
.itemtour .thumbsid {
  float: left;
  width: 130px;
  margin-right: 8px;
}
.itemtour h4 {
  color: #fff;
  font-weight: normal;
}
.itemtour h5 {
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 11px;
  margin-bottom: 4px;
  margin-top: 0px;
  padding-top: 5px;
}
.itemtour .getdetails, 
.itemtour .brochure,
.itemtour .photolink {
  position: absolute;
  bottom: 6px;
  left: 140px;
  display: block;
  text-indent: -9999px;
  width: 78px;
  height: 12px;
}
.itemtour .getdetails {
  background: url("img/get-details.png") no-repeat;
}
.itemtour .brochure {
  background: url("img/brochure.jpg") no-repeat;
}
.itemtour .photolink {
  background: url("img/photo-gallery.jpg") no-repeat;
  width: 98px;
  left: 220px;
}
.bigwhite {
  font-size: 28px;
  color: #fff;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
}
/* Footer */
#footer {
  max-width: 1024px;
  width: 100%;
  margin: 10px auto 30px;
  text-align: center;
}
#footer .phrase {
  margin: 0 0 20px;
}
.footer-logos{
    margin: 0 0 20px;
}
.footer-logos p.big{
    margin: 0 0 10px !important;
}
.footer-logos img{
    margin: 0 10px;
}
#footer .authorize {
    padding-top: 6px;
    padding-bottom: 6px;
}
#footer .footinfo {
    clear: both;
    margin: 0 0 20px;
    width: 100%;
}
.footinfo p {
  color: #999999;
  text-align: center;
  font-size: 10px;
}
.innerfooter p.big {
  color: #d8e1e6;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
}
.socials span {
  vertical-align: top;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
#socialfooter {
    padding-top: 13px;
    padding-bottom: 13px;
}
#socialfooter a {
  display: inline-block;
  text-indent: -9999px;
  width: 33px;
  height: 33px;
  margin: 0 5px;
  background: url("img/social-footer.png");
}
#socialfooter a.facebook {
  background-position: -40px 0;
}

#breadcrumb {
  background: #000;
  color: #999;
  padding: 10px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 24px;
  border-bottom: 1px solid #686868;
}
#breadcrumb a {
  color: #999;
  text-decoration: underline;
}
#breadcrumb .current {
  color: #fff;
}
#eclipsevideo {
  display: none;
}

/* FancyBox */
.fancybox-tmp iframe,
.fancybox-tmp object {
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1002;
}
.fancybox-outer {
  padding: 0;
  margin: 0;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 1003;
}
.fancybox-opened .fancybox-outer {
  -webkit-box-shadow: 0 10px 25px rgba(0,0,0,0.50);
  -moz-box-shadow: 0 10px 25px rgba(0,0,0,0.50);
  box-shadow: 0 10px 25px rgba(0,0,0,0.50);
  padding-right: 200px !important;
}
.fancybox-inner {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  outline: none;
  overflow: hidden;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 10px;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 0;
  margin: 0;
  vertical-align: top;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -21px;
  margin-left: -21px;
  width: 42px;
  height: 42px;
  background: url("img/fancybox_loading.gif");
  opacity: 0.8;
  cursor: pointer;
  z-index: 1010;
}
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("img/fancybox_sprite.png");
}
.fancybox-close {
  position: absolute;
  top: -34px;
  right: -34px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 1004;
}
.fancybox-prev,
.fancybox-next {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  background: transparent url("img/blank.gif");
/* helps IE */
  z-index: 1003;
  visibility: visible;
}
.fancybox-prev {
  left: -20px;
}
.fancybox-next {
  right: -20px;
}
.fancybox-prev span,
.fancybox-next span {
  position: absolute;
  top: 50%;
  left: -9999px;
  width: 20px;
  height: 36px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 1003;
}
.fancybox-prev span {
  background-position: -8px -36px;
  left: 0px;
}
.fancybox-next span {
  background-position: -8px -72px;
  right: 0px;
  left: auto;
}
.fancybox-prev:hover,
.fancybox-next:hover {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  padding: 0;
  overflow: visible;
  visibility: hidden;
}
/* Overlay helper */
#fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 1001;
  background: #000;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 1005;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 1003;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0,0,0,0.80);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  margin-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0,0,0,0.80);
}
.viewing-times {
  margin-right: 28px; 
  width: 432px;
}
.eclipse-video {
  position: relative; 
  width: 100%; 
  margin-top: 15px;
}
.eclipse-callout {
  position: absolute; 
  left: 480px; 
  top: 5px;
}
.photographers li {
  margin-top: .5em;
  font-weight: bold;
  font-size: 110%;
  color: #005513;
}
.photographers a {
  color: #005513;
}
.innerfooter{
    position: relative;
}
#google_translate_element {
    height: auto;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.show-mobile{
    display: none;
}
/* Toogle topbar */

.toggle-topbar {
    display: none;
}
.toggle-topbar a {
    color: #000000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px; 
    text-decoration: none;
}
.toggle-topbar.menu-icon {
    right: 15px;
    top: 0;
    margin-top: 0;
    padding-left: 0;
    text-align: right; 
}
.toggle-topbar.menu-icon a {
    height: 30px;
    line-height: 33px;
    padding: 0;
    padding-right: 25px;
    color: #ffffff;
    position: relative; 
}
.toggle-topbar.menu-icon a::after {
    content: "";
    position: absolute;
    right: 0;
    display: block;
    width: 16px;
    top: 0;
    height: 0;
    box-shadow: 0 10px 0 1px #ffffff, 0 16px 0 1px #ffffff, 0 22px 0 1px #ffffff; 
}

.top-forum form{
    width: auto !important;
}
.gform_fields li{
    margin-left: 0 !important;
}
.gform_wrapper .gform_footer input.button, 
.gform_wrapper .gform_footer input[type="submit"] {
    background-color: #000000;
    border: medium none;
    color: #ffffff;
    font-size: 1em;
    padding: 5px 10px;
    text-transform: uppercase;
}

.traveler-tabs{
    margin: 0 0 30px;
}
.traveler-item {
    margin: 0 0 30px;
}
.traveler-item .thumb{
    margin: 0 0 10px;
}

.traveler-carousel.flexslider{
    padding: 0 35px;
    margin-bottom: 30px;
}
.traveler-carousel.flexslider .slides > li{
    margin: 0;
}
.traveler-carousel.flexslider .slides img{
    padding: 0 5px;
    box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
}
.traveler-carousel .flex-direction-nav a{
    width: 26px;
    height: 35px;
    margin-top: -17px;
    background-position: 0 0;
}
.traveler-carousel .flex-direction-nav a.flex-prev{
    background-image: url("vendors/flexslider/images/prev.png");
}
.traveler-carousel .flex-direction-nav a.flex-next{
    background-image: url("vendors/flexslider/images/next.png");
}

.single-tralveler h2.bigblack{
    color: #00400e !important;
    font-size: 28px !important;
    line-height: 34px;
    margin: 0 0 30px !important;
}
.more-link{
    margin: 0 0 20px !important;
}
.more-link a{
    color: #00400e;
    font-weight: 700;
}
.more-link a:hover{
    color: #f3b83b;
}
.readmore-box{
    display: none;
    margin: 0 0 20px;
}

.social-buttons {
    text-align: right;
    margin: 0 0 20px;
}
.social-buttons img {
    margin: 0 0 5px 5px;
}
.social-buttons img:hover{
    opacity: 0.7;
}

.experience-nav{
    position: relative;
    margin: 40px 0;
}
.experience-nav .navigation{
    position: relative;
    z-index: 99;
    border-top: 4px solid #eaaa0c;
    border-bottom: 4px solid #eaaa0c;
    padding: 10px 0;
}
.experience-nav .screen-reader-text{
    display: none;
}
.experience-nav .nav-links:after{
    clear: both;
    content: "";
    display: table;
}
.experience-nav .nav-previous,
.experience-nav .nav-next{
    width: 50%;
    float: left;
    font-weight: 700;
}
.experience-nav .nav-next{
    text-align: right;
    float: right;
}
.experience-nav .nav-next a{
    background: url(img/next_small.png) no-repeat scroll right 1px;
    padding-right: 18px;
}
.experience-nav .nav-previous a{
    background: url(img/prev_small.png) no-repeat scroll 0 1px;
    padding-left: 18px;
}
.experience-nav .exp-back{
    font-weight: 700;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    text-align: center;
    top: 15px;
    width: auto;
    z-index: 999;
}

@media screen and (max-width: 1024px){
    #wrapper{
        background: url(img/bg_mobi.png) repeat scroll  0 0;
    }
    #header{
        padding: 0 10px;
    }
    .mainmenu{
        margin-right: 0;
        padding-left: 0;
        clear: both;
    }
    .mainmenu li a{
        font-size: 14px;
    }
    #page-wrap{
        box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
        padding: 0 10px;
    }
    .home #page-wrap{
        padding: 0;
    }
    .tourssidebar{
        padding: 10px;
    }
}

@media screen and (max-width: 960px){
    .itemtour .thumbsid{
        width: 110px;
    }
    .itemtour .getdetails, 
    .itemtour .brochure, 
    .itemtour .photolink{
        left: 120px;
    }
}

@media screen and (max-width: 767px){
    .show-mobile{
        display: block;
    }
    .show-desktop{
        display: none;
    }
    #header .col-sm-4,
    #header .col-sm-8{
        width: 100%;
    }
    #logo {
        margin: 0 0 10px;
        text-align: center;
    }
    .topmenu,
    .phonenumbers{
        float: none;
        text-align: center;
    }
    .toggle-topbar{
        display: block;
    }
    .main-nav{
        margin: 0 0 10px;
        position: relative;
    }
    .mainmenu{
        display: none;
        background-color: #000000;
        margin: 0;
        position: static;
        float: none;
    }
    
    ul.dropdown{
        float: none;
        margin: 0;
        
    }
    ul.dropdown li{
        float: none;
        display: inline-block;
    }
    .mainmenu ul.dropdown li{
        float: none;
        display: block;
    }
    .mainmenu ul.dropdown li:after{
        display: none;
    }
    .mainmenu li a {
        padding: 5px 0;
        float: none !important;
    }
    .mainmenu ul.dropdown ul{
        position: static;
        visibility: visible !important;
        background: none;
        clear: both;
        border: none;
        padding: 0 0 0 15px;
    }
    .mainmenu ul.dropdown ul li a{
        float: none;
        color: #ffffff;
    }
    .home-right,
    .home-left{
        float: none;
        width: 100%;
    }
    .home-right{
        margin: 0 0 30px;
    }
    #homemain{
        padding: 20px;
    }
    #homemain #featuredtour .thumbsid{
        float: none;
        width: auto;
        margin: 0 0 10px;
    }
    #footer{
        padding: 0 10px;
        width: auto;
    }
    #footer .phrase,
    #socialfooter{
        width: 100%;
        float: none;
        text-align: center;
        margin: 0 0 10px;
    }
    #footer .authorize {
        margin: 0 0 10px;
        text-align: center;
    }
    #socialfooter a{
        display: inline-block;
        float: none;
    }
    #google_translate_element {
        float: none !important;
        height: auto !important;
        margin: 10px 0 0 !important;
        text-align: center;
    }
    .tour-inner{
        width: 50%;
    }
    #articles,
    #sidebar{
        width: 100%;
        float: none;
    }
    .tabsbox {
        padding: 15px;
    }
    .suscribe .connn,
    #suscribe{
        width: 100%;
    }
    .innerarticles {
        padding: 10px 10px 20px;
    }
    .blog-articles .blog-thumb{
        padding: 10px;
    }
    #forum-row .forum-row-right,
    #forum-row .forum-row-left{
        width: 100% !important;
    }
    .forum-archive .bbp-forum-topic-count,
    .forum-archive .bbp-forum-reply-count,
    .forum-archive .bbp-forum-freshness{
        display: none;   
    }
    .bbp-forums .bbp-forum-topic-count,
    .bbp-forums .bbp-forum-reply-count,
    .bbp-forums .bbp-forum-freshness{
        display: none;   
    }
    .bbp-topics .bbp-topic-voice-count,
    .bbp-topics .bbp-topic-reply-count,
    .bbp-topics .bbp-topic-freshness{
        display: none;   
    }
    
    
    .forum-archive .bbp-forum-info,
    .bbp-forums .bbp-forum-info,
    .bbp-topics .bbp-forum-info {
        width: 100%;
    }
    
    .bbp-replies .bbp-reply-author{
        display: none;
    }
    .bbp-replies .bbp-reply-content{
        margin: 0 !important;
    }
    .bbp-replies .bbp-admin-links{
        display: block;
        margin: 10px 0 0;
    }
    #bbpress-forums fieldset.bbp-form{
        padding: 8px !important;
    }
    h2.bigblack{
        font-size: 24px !important;
        line-height: 30px;
    }
    #hero{
        height: auto;
    }
    .slider-caption{
        left: 10px;
        bottom: 10px;
    }
    .slider-caption h2{
        font-size: 14px;
        line-height: 20px;
    }
    .slider-caption span, 
    .slider-caption a{
        font-size: 12px;
        line-height: 18px;
    }
    #carousel_s .nivo-controlNav{
        margin-left: 0;
    }
    .welcomecontent h2{
        font-size: 24px !important;
    }
    .single-tours h3, 
    .entry h3{
        font-size: 16px !important;
    }
    #google_translate_element{
        position: static;
    }
    .row-traveler .col-sm-4 {
        width: 33.3333%;
        float: left;
    }
}

@media screen and (max-width: 540px){
    iframe{
        height: auto;
    }
    .tour-inner{
        width: 100%;
    }
    .itemtour{
        height: auto;
        min-height: 90px;    
    }
    .itemtour .thumbsid {
        width: 98px;
    }
    .itemtour .getdetails, .itemtour .brochure, .itemtour .photolink {
        margin: 5px 0 0 108px;
        position: static;
    }
    .cruiseinfo{
        float: none;
        width: auto;
        margin: 0 0 20px;
    }
    .top-forum .login-link a{
        display: inline-block;
        float: none !important;
        margin: 0 0 5px !important;
        width: auto;
    }
    .top-forum form{
        margin: 0 0 10px !important;
        float: none !important;
    }
    .top-forum .login-link{
        float: none !important;
        margin: 0 !important;
        text-align: right;
    }
    #gform_114 li{
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .row-traveler .col-sm-4 {
        width: 50%;
        float: left;
    }
}

@media screen and (max-width: 479px){
    
    #homemain #featuredtour .small-button {
        float: none;
        margin: 0 0 10px;
    }
    .tabsbox .tabs li, .tabsbox #tabs li a {
        float: none;
        margin: 0 0 4px;
    }
    .align.right,
    .alignright,
    .alignleft{
        float: none !important;
        margin: 0 0 10px !important;
    }
    .page-id-178 .small-button{
        width: 100%;
        margin: 10px auto 0;
        background-position: center -27px;
    }
    .page-id-178 .small-button:hover{
        background-position: center 0px;
    }
    .top-forum input[type="text"]{
        width: auto !important;
    }
    .top-forum .login-link a{
        display: block;
    }
    #bbpress-forums fieldset.bbp-form legend{
        font-size: 13px !important;
    }
    #bbpress-forums #bbp-single-user-details{
        float: none !important;
        width: 100% !important;
        margin: 0 0 20px !important;
    }
    #bbpress-forums #bbp-user-body{
        margin: 0 !important;
    }
    #bbpress-forums #bbp-your-profile fieldset label[for]{
        width: 100% !important;
        padding: 0 0 4px !important;
        text-align: left !important;
    }
    #bbpress-forums #bbp-your-profile fieldset input, #bbpress-forums #bbp-your-profile fieldset textarea{
        width: 100% !important;
        box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -o-box-sizing: border-box;
    }
    .team-item .team-img,
    .team-item .team-desc{
        float: none;
        width: 100%;
        padding: 0;
    }
    .team-item .team-img{
        margin: 0 0 20px;
    }
    .slider-caption {
        bottom: 5px;
        left: 10px;
    }
    .slider-caption h2{
        font-size: 12px;
        line-height: 15px;
    }
    .slider-caption span, 
    .slider-caption a{
        font-size: 10px;
        line-height: 10px;
    }
    .row-traveler .col-sm-4 {
        width: 100%;
        float: none;
    }
}

