/* ######################################  MAKANI CATAMARAN ONES AND ZEROS */
:-moz-any-link:focus {
  outline: none;
}

a:active {
  outline: none;
}

#top-sail {
  background-color: #ccc;
  height: 350px;
  border-top: solid 10px #F7FB01; 
  background-image: url('images/bg.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
}

.home #top-sail {
  width: 100%;
  min-height: 734px;
  min-width: 960px;
}

.logo {
  height: 85px;
  width: 250px;
  float: left;
  padding: 10px 15px;
/*  background-color: rgba(255, 255, 255, 0.74902); */
}

.nav-sail {
  width: 400px;
  height: 122px;
  background-color: #fff;
  float: right;
  overflow: visible;
  font-family: Georgia serif;
  font-style: italic;
  font-size: 17px;
  margin-right: 45px;
}

.nav-sail-item {
  width: 199px;
  height:  40px;
  border-bottom: #ccc 1px solid;
  border-right: #ccc 1px solid;
  float: left;
  color: #113A63;
  cursor: pointer;
  line-height: 45px;
}

.nav-sail-item a {
  color: #113A63;
  margin: 0 0 0 25px;
  text-decoration: none;
}

.nav-sail-item:hover {
  background-color: #ccc;
  color: #fff;  
}

/*.barberpole {
  background-image: url('images/bpattern.png');
  background-repeat: repeat-x;
  height: 10px; 
  cursor: default;
  border: 0;
  position: absolute;
}

.barberpole.nav-sail-item {
  margin-left: 200px;
  width: 255px;
  margin-top: 123px;
}


.barberpole:hover {
  background-color: transparent;
} */

#groupon {
  background-color: #003962;
  border-right: 1px solid #003962;
  border-bottom: 1px solid #003962;
  border-radius: 0 0 10px 10px;
  font-style: normal;
  font-family: Arial;
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  width: 399px;
  
}

#groupon a {
  font-weight: 600;
  color: #FFF;
  text-transform: uppercase;
}

#social {
  position: absolute;
  margin-left: 400px;
  background-color: #003962;
}

#social div {
  height: 41px;
  width: 55px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

#social img {
  height: 20px;
}

#discount-banner {
  border-radius: 10px 10px 0 0;
  background-color: #003962;
  font-size: 18px;
  color: #FFF;
  font-family: Arial;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  height: 30px;
  width: 480px;
  margin: -30px 0 0 230px;
  line-height: 32px;
  display: none;
}

.top-rowboat {
  background-color: #EAE9E6;
  margin: 105px 0 0 0;
  width: 940px;
}

.home .top-rowboat
{
  position: absolute;
  margin: 0;
  display: none;
  z-index: 99999;
}

.reservation-form .options {
    position: absolute;
    display: none;
    z-index: 999;
}

.top-rowboat.reservation-form .options {
  margin-top: 47px;
}

.bot-rowboat.reservation-form .sails .options {
  margin-top: -232px;
}

.bot-rowboat.reservation-form .quantity .options {
  margin-top: -130px;
}

.reservation-form .sails .options div, .reservation-form .quantity .options div {
    margin: 0;
    height: 34px;
}

.reservation-form .sails .options span, .reservation-form .quantity .options span {
    background-color: #505050;
    border-top: 1px solid #EAE9E6;
    color: #FFF;
    padding: 5px 25px 6px 10px;
    font-size: 18px;
    font-family: Times;
    font-style: Times;
}

.bot-rowboat.reservation-form .sails .options span, .bot-rowboat.reservation-form .quantity .options span {
  border-bottom: 1px solid #EAE9E6;
  border-top: 0;
}

.reservation-form .sails .options span, .quantity .decrease, .quantity .increase {
  cursor: pointer;
}

.reservation-form .quantity .options .control  {
  padding-left: 5px;
  padding-right: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reservation-form .quantity .options .count {
  padding-left: 25px;
  padding-right: 0px;
}

.reservation-form .quantity .options .increase,
.reservation-form .quantity .options .decrease  {
  padding-right: 5px;
  padding-left: 5px;
}

.reservation-form .sails .options span:hover {
    background-color: #FFF;
    color: #505050;
}

#top-date-picker, #bot-date-picker {
  /*opacity: 0;*/
  position: absolute;
  /*width: 0;
  height: 0;*/
  border: none;
  background: none;
  font-size: 18px;
  color: #444444;
  font-family: Georgia serif;
  padding-top: 11px;
  margin-left: -197px;
  width: 135px;
}

#ui-datepicker-div.top {
  margin-top: 30px;
}

#ui-datepicker-div.bot {
  margin-top: 0px;
}

.book-tickets.item {
  cursor: pointer;
}

.reservation-form .items {
  height: 40px;
  overflow: hidden;
  margin: auto;
  padding: 15px 0;
  width: 840px;
}

.reservation-form .item:first-child {
  margin-left: 0;
}

.reservation-form .item {
  float: left;
  margin-left: 20px;
}

.cruise-type {
  width: 220px;
}

.cruise-type .value {
  width: 165px;
}

.activity-date {
  width: 220px;
}

.activity-date .value {
  width: 145px;
  text-align: center;
}

.activity-date .drop {
  width: 75px !important;
}

.activity-date .calendar {
  height: 28px !important;
  margin-right: 5px;
}

.quantity .value {
  width: 100px;
  text-align: center;
}

.book-tickets {
  width: 185px;
}

.book-tickets .value {
  width: 130px;
  background-color: #003962 !important;
  color: #FFF !important;
}

.book-tickets .drop img {
  height: 12px;
  margin-top: 3px;
}

.reservation-form .value {
  color: #444;
  font-style: times;
  font-family: Times;
  font-family: inherit\9;
  height: 40px;
  float: left;
  background: #FFF;
  line-height: 45px;
  font-size: 18px;
}

.reservation-form .value span {
  margin-left: 15px;
}

.quantity .value span, .activity-date .value span {
  margin-left: 0;
}

.reservation-form .drop {
  float: left;
  background-color: #003962;
  height: 40px;
  width: 55px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

.reservation-form .drop img {
  height: 18px;
}

.body-contact {
  height: 50px;
  color: #113A63;
  font-family: Georgia serif;
  font-style: italic;
  font-size: 14px;
  line-height: 4; 
}

.contact-span { 
  text-align: center;
  float: left;
}

.contact-span a, .contact-span a:visited {
  color: #113A63;
}

.body-blurb {
  min-height: 160px;
  background-color: #113A63;
  color: #ffffff;
  text-align: center;
  font-family: Georgia serif;
  font-style: italic;
  font-size: 26px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.blurb {
  padding: 50px 50px;
}

.site-body {
  background-color: #fff;
  padding: 0 0 20px 0;
  margin-bottom: 60px;
}

.site-body #content {
  min-height: 800px;
}

#content {
  margin: 50px auto;
  width: 840px;
  line-height: 1.6em;
}

#content h1 {
  font-size: 28px !important;
  color: #113A63 !important;
}

#content li {
  line-height: 1.6em;
}

#content .entry-content {
  padding-top: 25px;
}

.anchor {
  height: 5px;
  width: 900px;
  margin: 20px auto;
  border-bottom: solid 1px #939393;
  border-top: solid 1px #939393;
}

.anchor .anchor-holder {
  position: absolute;
  padding: 5px 10px;
  background-color: #FFF;
  margin: -15px 0 0 428px;
}

.anchor .anchor-holder .image {
    width: 20px;
}

.insta-sail {
  width: 900px;
  overflow: hidden;
  margin-left: 40px;
}

.pinst-container {
    margin: auto !important;
}

.hashtag {
  height: 50px;
  width: 900px;
  margin-left: 40px;
  margin-bottom: 20px;
  padding: 10px 0 0 0;
  border-bottom: solid 1px #939393;
  border-top: solid 1px #939393;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 15px;
}

.hashtag a {
  color: #113A63;
  text-decoration: underline;
}

.goahu {
  height: auto;
  margin-left: 40px;
}

.goahu h4 {
  font-family: Times serif;
  text-align: left;
  font-weight: lighter;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  letter-spacing: 2px\9;
  color: #939393;
}

.goahuad {
  height: 300px;
  margin: 10px 0 0 0;
}

.goahuad img {
    width: 300px;
}

.row.button-row {
    margin: 20px 0 0 20px;
    width: 900px;
    overflow: hidden;
}

.row.button-row a, .row.button-row a:visited {
    color: #FFF;
    padding: 15px;
}

.row.button-row a:hover {
    color: #FFF;
    text-decoration: none;
}

.button-row p {
    margin-bottom: 0;
}

.crewbtn {
  height: 40px;
  background-color: #113A63;
  color: #EAE9E6;
  font-family: Times serif;
  text-align: center;
  font-size: 18px;
  font-weight: lighter;
  font-style: italic;
  padding: 15px 0 0 0;
  float: left;
  width: 300px;
}

.readmorebtn {
  height: 40px;
  background-color: #113A63;
  color: #EAE9E6;
  font-family: Times serif;
  text-align: center;
  font-size: 18px;
  font-weight: lighter;
  font-style: italic;
  padding: 15px 0 0 0;
  float: right;
  width: 315px;
}
  

.thrill-copy {
  height: auto;
  margin-left: 40px;
  width: 560px;
}

.thrill-copy h4 {
  font-family: Times serif;
  text-align: left;
  font-weight: lighter;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 20px;
  color: #939393;
}

.thrill-copy p {
  font-family: Times serif;
  font-size: 18px;
  font-style: italic;
  line-height: 30px;
  color: #4F4F4F;

}

.bottom-form {
  height: 100px;
  width: 900px;
  margin: 20px auto 20px auto;
  background-color: #939393;
}

.bot-rowboat {
  background-color: #EAE9E6;
  margin: 10px auto 0 auto;
  overflow: hidden;
  width: 900px;
}

#footer {

}

#footer .barberpole {
    width: 900px;
    margin: 20px auto;
    position: inherit;
    display: block;
}

#footer .break {
  height: 1px;
  width: 900px;
  margin: auto;
  background-color: #939393;
}

#footer .break.top {
    margin-top: 20px;
}

#footer .break.bottom {
    margin-bottom: 10px;
}

#menu-footer-nav {
    margin: 0 0 0 20px;
    float: left;
}

#menu-footer-nav li {
    display: inline;
    list-style: none;
    border-left: 1px solid #939393;
    padding: 0 8px;
    font-size: 11px;
}

#menu-footer-nav li:first-child {
    border-left: 0;
    padding-left: 0;
}

#menu-footer-nav li a {
    color: #4F4F4F;
}

#menu-footer-nav li a:hover {
    text-decoration: underline;
}

#menu-footer-nav .menu-item-39 {
    padding: 0 1px;
}

#menu-footer-nav .menu-item-39 a {
    display: none;
}

#the-agency {
    float: right;
    font-size: 11px;
    margin-right: 20px;
}

#the-agency a {
    color: #4F4F4F;
    margin-right: 10px;
}

#the-agency img {
    width: 25px;
    position: relative;
}

.footer ul {
  list-style: none;
  float: left;
}

.footer li {
  display: inline;
  list-style-type: none;
  padding-right: 5px;
  font-family: Times serif;
  font-size: 14px;
  color: #4F4F4F;
}

/* contact form */
#wpcf7-f152-p15-o1 p {
  margin-bottom: 10px;
}

#wpcf7-f152-p15-o1 input, #wpcf7-f152-p15-o1 textarea {
  width: 325px;
}

/* Makani Crew Page */
.page-id-17 #content h1 {
  text-align: center;
  text-transform: lowercase;
}

.page-id-17 .entry-content {
  font-style: italic;
}

.page-id-17 #content .first {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 40px;
}

.page-id-17 .crew {
  width: 840px;
  margin: 25px auto 0 auto;
  overflow: hidden;
}

.page-id-17 .profile {
  width: 400px;
  overflow: hidden;
  margin-top: 40px;
}

.page-id-17 .profile.left {
  float: left;
}

.page-id-17 .profile.right {
  float: left;
  margin-left: 40px;
}

.page-id-17 .image {
  float: left;
}

.page-id-17 .image img {
  width: 125px;
  margin-top: 5px;
}

.page-id-17 .content {
  float: left;
  width: 260px;
  margin-left: 15px;
  font-size: 14px;
  line-height: 20px;
}


/* firefox hacks */
@-moz-document url-prefix() {
    .sails .options div, .quantity .options div {
        margin-top: -3px !important;
    }

    .bot-rowboat.reservation-form .sails .options {
      margin-top: -211px !important;
    }

    .bot-rowboat.reservation-form .quantity .options {
      margin-top: -118px !important;
    }

    #ui-datepicker-div.top {
      margin-top: 30px;
    }
}

/* adds transbg on top of page */

.tranbg {
	height: 123px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.74902);
	position: absolute;
} 

.header.row {
	position: relative;
	z-index: 10;
}

.post a:hover {
  color: #003962;
}

.blog .site-body {
  padding-top: 25px;
}

.blog .post {
  margin-left: 25px;
}