/* INDEX */

.tmplAboutUs .aboutUsContent {
    position: relative;
}

.tmplAboutUs .aboutUsContent .tmplAboutUsBg {
    width: 100%;
    height: auto;
    z-index: -1;
    position: absolute;
    bottom: -75px;
    left: 0;
}

.tmplAboutUs .tmplMolokiniBG {
    width: 100%;
    height: auto;
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tmplAboutUs .submenu {
    background-color: #2fb4d3;
    height: 56px;
}

.tmplAboutUs .submenu ul {
    list-style-type: none;
    width: 100%;
    text-align: center
}

.tmplAboutUs .submenu ul li {
    display: inline-block
}

.tmplAboutUs .submenu a {
    height: 56px;
    line-height: 56px;
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #2fb4d3;
    position: relative;
    font-size: 16px;
}

.tmplAboutUs .submenu li.current a,
.tmplAboutUs .submenu a:hover {
    background-color: #219fbd;
}

.tmplAboutUs .submenu li.current a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -13px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 14px 13px 0 13px;
    border-color: #219ebd transparent transparent transparent;
}

.tmplAboutUs .auTitle {
    color: #404040;
    font-size: 35px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 19px;
    text-align: center;
    margin-top: 37px;
}

.tmplAboutUs .auLead {
    color: #2fb4d3;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 60px;
    text-align: center;
}

.tmplAboutUs .aboutUs.idx1 {
    margin-bottom: 57px;
}

.tmplAboutUs .aboutUs .left {
    width: 48.6%;
    position: relative;
    z-index: 2;
}

.tmplAboutUs .aboutUs.idx1 .left iframe {
    -webkit-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.tmplAboutUs .aboutUs .right {
    width: 48.6%;
    text-align: center;
    position: relative;
    z-index: 2;
    top: -7px;
}

.tmplAboutUs .aboutUs .right p,
.tmplAboutUs .aboutUs .grid-50 p {
    color: #6a6a6a;
    font-size: 18px;
    text-align: justify;
    line-height: 28px;
    letter-spacing: -0.2px;
}

.tmplAboutUs .aboutUs.idx1 .right .intro {
    color: #393939;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 17px;
}

.tmplAboutUs .aboutUs.idx2 .left .imgHolder {
    width: 100%;
    min-height: 500px;
    background: #f7f7fc center center no-repeat;
    background-size: cover !important;
}

.tmplAboutUs .aboutUs.idx2 .left .imgHolder.attachLeft {
    background-position: left center;
}

.tmplAboutUs .aboutUs.idx2 .left img {
    width: 100%;
    height: auto;
}

.tmplAboutUs .aboutUs.idx2 {
    padding: 45px 0 38px;
}

.tmplAboutUs .aboutUs.idx2 .right h4,
.tmplAboutUs .aboutUs.idx2 .grid-50 h4,
.tmplAboutUs .aboutUs.idx2 .right h4 a {
    color: #404040;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 0;
    text-align: left;
    font-weight: 600;
    text-decoration: none;
}

.tmplAboutUs .aboutUs.idx2 .right h4 a:hover {
    text-decoration: underline;
}

.tmplAboutUs .aboutUs.idx2 .right p,
.tmplAboutUs .aboutUs.idx2 .grid-50 p {
    margin-top: 23px;
    line-height: 30px;
}

.tmplAboutUs .boatAmenities {
    padding: 38px 0 66px;
}

.tmplAboutUs .boatAmenities .baTitle {
    margin-bottom: 25px;
}


.tmplAboutUs .contactFormWrp {
    background: url(../../img/about-contact-bg.png) right top no-repeat;
    padding-top: 60px;
    min-height: 649px;
}

.tmplAboutUs .contactFormWrp .cntctTitle {
    color: #05242b;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 8px;
    text-align: center;
}

.tmplAboutUs .contactFormWrp .cntctLead {
    color: #6c6c6c;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 35px;
    text-align: center;
    font-style: italic;
}

.tmplAboutUs .contactForm .inputWrp>input,
.tmplAboutUs .contactForm .inputWrp>textarea {
    background-color: #fff;
}

.tmplAboutUs .contactFormWrp>.gutter>.left,
.tmplAboutUs .contactFormWrp>.gutter>.right {
    width: 555px;
    background-color: transparent;
    min-height: 348px;
}

.tmplAboutUs .contactFormWrp>.gutter>.right {
    padding: 20px 0;
    border: 0;
}

.tmplAboutUs .iconData {
    padding-left: 75px;
    margin-left: 40px;
}

.tmplAboutUs .iconData .iconDataContent {
    line-height: 30px;
}

.tmplAboutUs .iconData .sprite {
    top: 39px;
}

.tmplAboutUs .aboutUs.greyBg {
    background-color: #f6f6f6;
}

.tmplAboutUs.events .aboutUs.idx2 p a,
.tmplAboutUs.underwaterLife .aboutUs.idx2 p a {
    text-decoration: none;
    color: #2fb4d3;
}

.tmplAboutUs.events .aboutUs.idx2 p a:hover,
.tmplAboutUs.underwaterLife .aboutUs.idx2 p a:hover {
    color: #000;
}

.tmplAboutUs.underwaterLife .aboutUs.idx2 .left .imgHolder {
    min-height: 250px;
}

.tmplAboutUs .marquee {
    background-image: url(../../img/transportation-header.jpg);
}

.dataTables_wrapper table {
    font-size: 14px;
    color: #333333;
    border-width: 1px;
    border-color: #000;
    border-collapse: collapse;
    width: 100%;
}

.dataTables_wrapper table thead th {
    background-color: #2fb4d3;
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: #000;
    color: #fff;
    font-size: 18px;
    vertical-align: middle;
}

.dataTables_wrapper table thead th p {
    color: #fff;
    font-size: 18px;
}

.dataTables_wrapper table td {
    vertical-align: middle;
    font-size: 14px;
}

.dataTables_wrapper table p {
    margin: 0;
    font-size: 14px;
}

.dataTables_wrapper table tr {
    background-color: #fff;
}

.dataTables_wrapper table td {
    border-width: 1px;
    padding: 12px 8px;
    border-style: solid;
}

.tmplAboutUs.history .marquee {
    background-image: url(../../img/our-history-header.jpg);
}

.tmplAboutUs .wpContent p a {
    text-decoration: underline;
    color: #000;
}

.tmplAboutUs .wpContent a:hover {
    text-decoration: none;
}

.shadowBig {
    box-shadow: 0 0 43px rgba(3, 23, 9, 0.15);
}

.tmplAboutUs.mapsAndDirections .madTitle {
    text-align: center;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.15);
    color: #0cf;
    font-weight: 700;
    font-size: 50px;
    margin: 40px 0 10px;
}

.tmplAboutUs.mapsAndDirections .aboutUs .left {
    width: 25%;
}

.tmplAboutUs.mapsAndDirections .aboutUs .right {
    width: 70%;
}

.tmplAboutUs.mapsAndDirectionsNew #gMap {
    width: 100%;
    height: 666px;
    margin-bottom: 20px;
    border: 0 solid rgba(2, 3, 3, .1);
    box-shadow: 0 0 43px rgba(3, 23, 9, 0.15);
    border-radius: 3px;
    background: url(../../img/preloader.gif) no-repeat center center;
    background-size: 64px 64px;
}

.tmplAboutUs.mapsAndDirectionsNew .marquee {
    background-image: url(../../img/maps-header-new.jpg);
}

.tmplAboutUs.mapsAndDirectionsNew .madTitle {
    font-weight: 300;
    font-size: 36px;
    color: #404040;
    text-align: center;
    padding-top: 130px;
    margin-bottom: 70px;
    text-transform: none !important
}

.tmplAboutUs.mapsAndDirectionsNew .maps-section-bg {
    background-image: url(../../img/maps-section-bg.png);
    background-position: right -80px;
    background-repeat: no-repeat;
    margin-top: -50px;
    padding-top: 0;
}

@media screen and (min-width: 460px) {
	.tmplAboutUs.mapsAndDirectionsNew .maps-section-bg {
		margin-top: -100px;
	}
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle {
    box-shadow: 0 0 43px rgba(3, 23, 9, 0.15);
    border-radius: 3px;
    margin: 0 0 20px;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.open .toggle-trigger {
    border-radius: 3px 3px 0 0;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.closed .toggle-trigger {
    border-radius: 3px;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle .toggle-content,
.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle .destLinks {
    border-radius: 0 0 3px 3px;
}

.tmplAboutUs.mapsAndDirectionsNew .left {
    width: 65.8%;
}

.tmplAboutUs.mapsAndDirectionsNew .left img {
    margin: 0 auto 20px;
    display: block;
}

.tmplAboutUs.mapsAndDirectionsNew .right {
    width: 31.4%;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle .toggle-content {
    border: none;
    border-top: 0;
    margin-top: 0;
    padding-bottom: 14px;
    padding-top: 0;
    background-color: #fff;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.noTopPadding.open .toggle-trigger {
    border-bottom: 0;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.noTopPadding .toggle-content {
    padding-top: 0;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.noTopPadding img {
    margin-bottom: 0;
    width: 100%;
    height: auto;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.noTopPadding p {
    padding: 10px 0;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle p {
    color: #7a7a7a;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.noTopPadding .dummyClear {
    display: none;
    clear: both;
    width: 100%;
    height: 0;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle .toggle-trigger {
    padding: 20px 12px 20px 19px;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle .toggle-trigger,
.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle .toggle-trigger a {
    text-decoration: none;
    font-size: 18px;
    text-transform: none;
    color: #404040;
    border: none;
    background-color: #FFF;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.open .toggle-trigger {
    background-color: #fff;
    border: none;
    color: #404040;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle .toggle-trigger a:before {
    font-size: 24px;
}

.tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle p {
    width: 90%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 26px;
}

.tmplAboutUs.mapsAndDirectionsNew .destLinks {
    padding: 15px 20px;
    background-color: #fff;
    border-top: 1px solid #f1f1f1;
    margin-top: 14px;
}

.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk {
    height: 40px;
    line-height: 40px;
    line-height: 1.2;
}

.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a {
    color: #2fb4d3;
    float: left;
    width: 50%;
    text-align: left;
    font-size: 16px;
    text-decoration: none;
}

.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a small {
    color: #fe8e17;
    font-size: 16px;
    display: inline;
}

.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a span {
    border-bottom: 1px solid #2fb4d3;
}

.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a:hover span {
    border: 0;
}

.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>span {
    color: #3eb11a;
    float: right;
    width: 50%;
    text-align: right;
    font-size: 16px;
    font-weight: 600;
}

.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>span>span {
    color: #6a6a6a;
    font-weight: 400;
}

.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk i {
    margin-right: 5px;
}

.tmplAboutUs.mapsAndDirectionsNew .downloadPDF {
    color: #2fb4d3;
    font-weight: 700;
}

.grid-fw-sep {
    height: 80px;
    width: 100%;
    clear: both;
}

.tmplAboutUs.mapsAndDirectionsNew .grid-fw {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #041022;
    margin-bottom: -324px;
}

.tmplAboutUs.mapsAndDirectionsNew .grid-fw--maps-01 {
    background-image: url(../../img/maps-section-01.jpg);
    background-position-x: 15%;
}

.tmplAboutUs.mapsAndDirectionsNew .grid-fw--maps-02 {
    background-image: url(../../img/maps-section-leilani.jpg);
    background-position-x: 65%;
}

@media screen and (max-width: 767px) {
    .tmplAboutUs.mapsAndDirectionsNew .grid-fw--maps-01 {
        margin-bottom: -450px;
        background-position-x: 25%;
        background-position-y: center;
    }
}

@media screen and (max-width: 767px) {
    .tmplAboutUs.mapsAndDirectionsNew .grid-fw--maps-02 {
        margin-bottom: -450px;
        background-position-x: 50%;
        background-position-y: center;
    }
}

.tmplAboutUs.compareTrips .pricing-table {
    margin: 40px auto;
    text-align: center;
}

.tmplAboutUs.compareTrips .pricing-table .heading {
    color: #9c9e9f;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin-bottom: 4rem;
}

.tmplAboutUs.compareTrips .block {
    width: 23%;
    margin: 0 1%;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 1px #ddd;
}

.tmplAboutUs.compareTrips .title,
.tmplAboutUs.compareTrips .pt-footer {
    color: #fefefe;
    text-transform: capitalize;
    line-height: 2.5;
    position: relative;
}

.tmplAboutUs.compareTrips .content {
    position: relative;
    color: #fefefe;
    padding: 20px 0 10px 0;
}

.tmplAboutUs.compareTrips .content:after,
.tmplAboutUs.compareTrips .content:before,
.tmplAboutUs.compareTrips .pt-footer:before,
.tmplAboutUs.compareTrips .pt-footer:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tmplAboutUs.compareTrips .pt-footer:after,
.tmplAboutUs.compareTrips .pt-footer:before {
    top: 0;
}

.tmplAboutUs.compareTrips .content:after,
.tmplAboutUs.compareTrips .pt-footer:after {
    border-color: rgba(136, 183, 213, 0);
    border-width: 5px;
    margin-left: -5px;
}

.tmplAboutUs.compareTrips .price {
    position: relative;
    display: inline-block;
    margin-bottom: 0.625rem;
    color: #fff !important;
    font-size: 40px !important;
    font-weight: 700;
    margin-bottom: 15px !important;
}

.tmplAboutUs.compareTrips .hint {
    font-style: italic;
    font-size: 0.9rem;
}

.tmplAboutUs.compareTrips .features {
    list-style-type: none;
    background: #ffffff;
    text-align: center;
    color: #9c9c9c;
    padding: 30px 5%;
    font-size: 0.9rem;
}

.tmplAboutUs.compareTrips .features li {
    padding: 2px 0;
    width: 100%;
}

.tmplAboutUs.compareTrips .features li.hasIcon {
    font-size: 30px;
    text-align: center;
    color: #777;
}

.tmplAboutUs.compareTrips .features li a {
    color: #53cfe9;
    text-decoration: none;
    font-weight: 700;
}

.tmplAboutUs.compareTrips .features li a:hover {
    text-decoration: underline;
}

.tmplAboutUs.compareTrips .features li span {
    padding-right: 0.4rem;
}

.tmplAboutUs.compareTrips .pt-footer {
    font-size: 0.95rem;
    text-transform: capitalize;
}

.tmplAboutUs.compareTrips .professional .title {
    font-size: 16px;
    background: #eee;
    color: #777;
    margin: 0;
}

.tmplAboutUs.compareTrips .professional .subtitle {
    font-size: 13px;
    background: #eee;
    margin: 0;
    padding-bottom: 10px;
    color: #aaa;
}

.tmplAboutUs.compareTrips .professional .content {
    background: #53cfe9;
}

.tmplAboutUs.compareTrips .professional .pt-footer {
    background: #eee;
    padding: 10px 0;
}

.tmplAboutUs.compareTrips .professional .content:after {
    border-top-color: #53cfe9;
}

.tmplAboutUs.compareTrips .professional .pt-footer:after {
    border-top-color: #ffffff;
}

.tmplAboutUs.compareTrips .btn {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 16px;
    padding: 5px 25px;
}

.tmplAboutUs.privacyPolicy .wpContent h2 {
    font-weight: 700;
    text-align: left;
}

.tmplAboutUs.privacyPolicy .wpContent ul {
    padding-left: 20px;
}

@media screen and (max-width: 1200px) {
    .tmplAboutUs .contactFormWrp>.gutter>.left,
	.tmplAboutUs .contactFormWrp>.gutter>.right {
        width: 49%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
    .tmplAboutUs .submenu a {
        font-size: 14px;
    }
    .tmplAboutUs .submenu a {
        padding-left: 14px;
        padding-right: 14px;
    }
}

@media screen and (min-width: 1101px) and (max-width: 1200px) {
    .tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a,
	.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a small,
	.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>span {
        font-size: 15px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a,
	.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a small,
	.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>span {
        font-size: 14px;
    }
}

@media screen and (max-width: 1000px) {
    .tmplAboutUs .contactFormWrp {
        background: none !important;
    }
    .tmplAboutUs .submenu {
        height: auto;
    }
    .tmplAboutUs .submenu li.current a:after {
        display: none;
    }
    /*	.tmplAboutUs .submenu a,
	.tmplAboutUs .submenu .wider a,
	.tmplAboutUs .submenu .narrower a { width: 100%; display: block; float: none; }*/
    .tmplAboutUs.compareTrips .block {
        width: 48%;
        margin: 0 1% 30px;
    }
    .tmplAboutUs.mapsAndDirectionsNew .left,
	.tmplAboutUs.mapsAndDirectionsNew .right {
        width: 100%;
        float: none;
    }
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
    .tmplAboutUs .submenu:after {
        content: "";
        display: block;
        clear: both;
    }
    .tmplAboutUs .submenu {
        text-align: center;
    }
    .tmplAboutUs .submenu li {
        /*width: 22.22%; display: inline-block; float: none;*/
    }
}

@media screen and (max-width: 768px) {
    .tmplAboutUs .contactFormWrp > .gutter > .left,
	.tmplAboutUs .contactFormWrp > .gutter > .right {
        width: 90%;
        float: none;
        clear: both;
        margin: 0 auto 20px;
    }
    .tmplAboutUs .submenu>.gutter {
        padding: 0;
    }
    .tmplAboutUs .submenu li {
        width: 100%;
        display: block;
        float: none;
    }
    .tmplAboutUs .auLead {
        margin-bottom: 30px;
    }
    .tmplAboutUs .aboutUs .left,
	.tmplAboutUs.mapsAndDirections .aboutUs .left,
	.tmplAboutUs .aboutUs .right,
	.tmplAboutUs.mapsAndDirections .aboutUs .right {
        float: none;
        width: 100%;
    }
    .tmplAboutUs .aboutUs .left {
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 767px) {
    .tmplAboutUs.compareTrips .block {
        width: 100%;
        float: none;
        margin: 0 auto 30px;
        max-width: 300px;
    }
}

@media screen and (max-width: 650px) {
    .tmplAboutUs .aboutUsContent .tmplAboutUsBg {
        display: none;
    }
}

@media screen and (min-width: 600px) and (max-width: 1000px) {
    .tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.noTopPadding img {
        margin-bottom: 0;
        float: left;
        margin-right: 20px;
    }
    .tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.noTopPadding .dummyClear {
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.noTopPadding img {
        width: 100%;
    }
    .tmplAboutUs.mapsAndDirectionsNew #gMap {
        width: 100%;
        height: 444px;
    }
}

@media screen and (max-width: 480px) {
    .tmplAboutUs .iconData {
        padding-left: 55px;
        margin-left: 15px;
    }
    .dataTables_wrapper table thead th,
	.dataTables_wrapper table thead th p {
        font-size: 14px;
    }
    .dataTables_wrapper table td,
	.dataTables_wrapper table p {
        font-size: 12px;
    }
    .dataTables_wrapper table td {
        padding: 4px;
    }
    .tmplAboutUs.mapsAndDirectionsNew .aboutUsContent {
        background: none;
    }
    .tmplAboutUs.mapsAndDirectionsNew .zxt-sc-toggle.open .toggle-trigger a {
        font-size: 16px;
    }
    .tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a,
	.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>a small,
	.tmplAboutUs.mapsAndDirectionsNew .destLinks .lnk>span {
        font-size: 14px;
    }
}
