/*
Theme Name: Futurismo Theme
Theme URI: http://futurismo.pt
Description: Futurismo Website
Author: Sean Stiller / Hendrik Daldrup
Author URI: http://armadadesign.ca
Version: 2.0
*/

.sidemenu-lang {
    padding-left: 4px;
    font-size: 12px;
    margin-top: 10px;
}
.sidemenu-lang a {
    color: #555;
}
.sidemenu-lang a:hover {
    color: #019eb0;
}
.sidemenu-lang a.cur-lang {
    text-decoration: underline;
}

.header-language-switcher {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 28px;
    color: #fff;
}
.header-language-switcher a {
    color: #fff;
}
.header-language-switcher a.cur-lang {
    text-decoration: underline;
}

.actoggle h4:after {
    content: "\25bc";
    float: right;
}
.actoggle.active h4:after {
    content: "\25b2";
    float: right;
}

.wpcf7 .wpcf7-form span.menu-144 select option {
    background: #fff;
    color: #000;
}

.row.half-block-full {
    overflow: hidden;
}

.halfblock-wrapper .row.halfblockrowtwo .halfblock-hover {
  margin-bottom: -2px;
}


.twoblock-season {
    position: absolute;
    background: #019eb0;
    padding: 5px 15px;
    color: #fff;
    top: -20px;
    left: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: bold;
}


.wu-forecast-wrapper .wu-day-title {
    color:#fff !important;
        font-family: 'Lato', sans-serif !important;
}
.wu-copyright {
    display: none !important;
}
.social-overlay {
    position: fixed;
    top: 40vh;
    left: 0;
    background: #019eb0;
    text-align: center;
    z-index: 10000;
    padding: 5px 0;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}
.social-overlay div {
    padding: 5px;
}

.social-overlay .so-tripadvisor a {
    background: url(assets/icon-social-tripadvisor.png) center center no-repeat;
    width:48px;
    height: 34px;
    background-size: 48px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-overlay .so-facebook a {
    background: url(assets/icon-social-facebook.png) center center no-repeat;
    width:18px;
    height: 34px;
    background-size: 18px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-overlay .so-instagram a {
    background: url(assets/icon-social-instagram.png) center center no-repeat;
    width:33px;
    height: 34px;
    background-size: 33px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-overlay .so-blog a {
    background: url(assets/icon-social-blog.png) center center no-repeat;
    width:33px;
    height: 34px;
    background-size: 33px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-overlay .so-twitter a {
    background: url(assets/icon-social-twitter.png) center center no-repeat;
    width:34px;
    height: 34px;
    background-size: 34px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}



.yt-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.yt-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#home-video {
    max-height: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
    overflow-y: hidden;
    width: 100%;
    position: absolute;
}


.instagramfeed .column.column-block {
    padding: 0;
}
.instagramfeed .column img {
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}

.team-carousel-item {
    height: 300px;
    cursor: pointer;
}
.team-profile-bio {
    display: none;
}

.halfblock-hover {
    padding: 0;
}
.accontent.achidden {
    display: none;
}


.threecol-carousel .item {
    height: 320px;
}


.testimonial-col {
    padding: 100px 0 80px 0;
    min-height: 380px;
}


.owl-carousel .owl-item .testimonial-carousel-item img {
    display: inline-block;
    width:auto !important;
    height: auto !important;
}

.largetext {
    font-family: 'Lato', sans-serif;
    font-size: 30px;
    line-height: 38px;
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

.item.testimonial-carousel-item p strong {
     font-family: 'Oswald', sans-serif;
}



.center-table {
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.center-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.invisible-content {
    display: none;
}
.row.full-width-row {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}


.twoblock-row .column-block {
    padding-right: 0.05rem;
    padding-left: 0.05rem;
    margin-bottom: 0.15rem;
}


.twoblock-container {
    height: 425px;
    position: relative;
}
.twoblock-popular {
    position: absolute;
    left: 0;
    top: 0;
        padding: 5px 30px 5px 160px;
    color: #fff;
    border-style: solid;
    border-width: 40px 30px 0 0;
    border-color: #019eb0 transparent transparent transparent;
}
.twoblock-popular span {
    color:#fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:13px;
    font-family: 'Lato', sans-serif;
    display: inline-block;
    background:url(assets/grid-mostpopular-star.png) left center no-repeat;
    background-size:9px 9px;
    padding-left: 20px;
    font-weight:bold;
    position: absolute;
    width: 150px;
    top: -28px;
    left: 25px;
}

.twoblock-content,
.twoblock-nontour-content {
    position: relative;
    width:100%;
    height:425px;
    overflow: hidden;
}
.twoblock-content .visible-content {
    width:100%;
    padding: 25px 10px 0 10px;
    background:url(assets/grid-hover-visible.png) top center repeat-x;
    position: absolute;
    bottom:0;
    left:0;
}
.twoblock-nontour-content .visible-content {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom:0;
    left:0;
    padding: 0 35px;
}
.twoblock-content .visible-content h3,
.twoblock-content .visible-content h4,
.twoblock-content .invisible-content h3,
.twoblock-content .invisible-content h4 {
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-family: "flood-std",sans-serif;
    margin: 0 0 4px 0;
    padding: 0;
}
.twoblock-nontour-content .visible-content h3,
.twoblock-nontour-content .visible-content h4,
.twoblock-nontour-content .invisible-content h3,
.twoblock-nontour-content .invisible-content h4 {
    color: #fff;
    font-size: 34px;
    line-height: 38px;
    font-family: "flood-std",sans-serif;
    margin: 0 0 4px 0;
    padding: 0;
}
.twoblock-content .invisible-content h3,
.twoblock-content .invisible-content h4 {
    margin-bottom:10px;
}
.twoblock-content .visible-content p {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:16px;
    color: #019eb0;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}
.twoblock-content .invisible-content p strong {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:16px;
    color: #019eb0;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}
.twoblock-content .invisible-content p {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: normal;
}
.twoblock-content .invisible-content a {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size:16px;
    color: #019eb0;
    font-weight: bold;
    text-decoration: underline;
    font-family: 'Oswald', sans-serif;
}
.twoblock-content .invisible-content a:hover {
    color:#fff;
}
.twoblock-content .invisible-content {
    width: 100%;
    padding: 30px 15px 15px 15px;
    background: url(assets/grid-hover-invisible.png) top center repeat-x;
    position: absolute;
    bottom: 0;
    left: 0;
}
.twoblock-nontour-content .invisible-content {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 0 25px;
}
.twoblock-nontour-content .invisible-content h3,
.twoblock-nontour-content .invisible-content h4 {
    font-size: 30px;
    line-height: 34px;
}
.twoblock-nontour-content .invisible-content p {
    font-size: 17px;
    line-height: 24px;
    color: #fff;
}

.center-table.halfblock-table .invisible-content {
    position: absolute;
    width:100%;
    height:100%;
    bottom:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px;
}
.twoblock-header-content {
    margin-bottom: 50px;
}
.tallblock {
    height: 800px;
}
.smallerblock {
    height:400px;
}
.full-width-row h1, .full-width-row h2, .full-width-row h3, .full-width-row h4 {
    font-family: "flood-std",sans-serif;
    font-size: 50px;
    line-height: 45px;
}





.instagramfooter {
    clear:both;
    margin-top:35px;
}
.instagramfooter p,
.instagramfooter p a {
    font-size: 20px;
    text-transform: uppercase;
    color:#000;
    font-family: "flood-std",sans-serif;
}
.instagramfooter p strong {
    font-size: 36px;
    color: #019eb0;
    font-weight: normal;
}
.instagramentry {
    padding:60px 0;
}



.threecol-social-container {
    height: 450px;
}
.threecol-social-container h4 {
    font-size: 34px;
    line-height: 40px;
}
.entry .row.full-width-social-row .columns {
    padding-left: 0;
    padding-right: 0;
}
.entry .row.full-width-social-row .columns:first-child {
    padding-right: 3px;
}
.entry .row.full-width-social-row .columns:nth-child(2) {
    padding-right: 3px;
}
.threecol-social-container-middle {
}
.social-inner-row .columns {
    height: 450px;
}
.social-inner-row h4, .social-links-row h4 {
    font-size: 34px;
    line-height: 40px;
}
.social-links-row .tripadvisor,
.social-links-row .facebook,
.social-links-row .instagram,
.social-links-row .twitter,
.social-links-row .youtube,
.social-links-row .pinterest,
.social-links-row .blog {
    float:none;
    display: inline-block;
    float: none;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 1px solid #fff;
    padding-top: 16px;
    margin: 10px 20px;
}
.social-links-row-footer .tripadvisor,
.social-links-row-footer .facebook,
.social-links-row-footer .instagram,
.social-links-row-footer .twitter,
.social-links-row-footer .youtube,
.social-links-row-footer .pinterest {
    float:none;
    display: inline-block;
    float: none;
    border-radius: 0;
    border: none;
    padding: 0 8px 0 0 ;
    margin: 0;
}

.social-links-row .tripadvisor a,
.social-links-row-footer .tripadvisor a {
    background: url(assets/icon-social-tripadvisor.png) center center no-repeat;
    width:48px;
    height: 34px;
    background-size: 48px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-links-row .facebook a,
.social-links-row-footer .facebook a {
    background: url(assets/icon-social-facebook.png) center center no-repeat;
    width:18px;
    height: 34px;
    background-size: 18px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-links-row .instagram a,
.social-links-row-footer .instagram a {
    background: url(assets/icon-social-instagram.png) center center no-repeat;
    width:33px;
    height: 34px;
    background-size: 33px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-links-row .blog a,
.social-links-row-footer .blog a {
    background: url(assets/icon-social-blog.png) center center no-repeat;
    width:33px;
    height: 34px;
    background-size: 33px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-links-row .twitter a,
.social-links-row-footer .twitter a {
    background: url(assets/icon-social-twitter.png) center center no-repeat;
    width:34px;
    height: 34px;
    background-size: 34px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-links-row .youtube a,
.social-links-row-footer .youtube a {
    background: url(assets/icon-social-youtube.png) center center no-repeat;
    width:34px;
    height: 34px;
    background-size: 34px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-links-row .pinterest a,
.social-links-row-footer .pinterest a {
    background: url(assets/icon-social-pinterest.png) center center no-repeat;
    width:34px;
    height: 34px;
    background-size: 34px 34px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}
.social-links-row.social-links-footer a {
    height: 45px;
}


.wpcf7-form {
    width: 75%;
    margin: 25px auto 0 auto;
    display: inline-block;
}
#wpcf7-f624-o1 .wpcf7-form {
    width: 100%;
    margin: 0;
    display: inline-block;
}
.wpcf7-form .wpcf7-text {
    background: none;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 0 20px;
    color: #fff;
}
#wpcf7-f624-o1 .wpcf7-form .wpcf7-text {
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    padding: 0 20px;
    color: #000;
        font-size: 16px;
}
#wpcf7-f58-o1 .wpcf7-form select,
#wpcf7-f58-o2 .wpcf7-form select {
    background: none;
    border: 1px solid #fff;
    border-radius: 16px;
    padding: 0 20px;
    color: #fff;
        font-size: 16px;
}
.wpcf7-form .wpcf7-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    opacity: 1; /* Firefox */
        font-size: 16px;
}

.wpcf7-form .wpcf7-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
        font-size: 16px;
}

.wpcf7-form .wpcf7-text::-ms-input-placeholder { /* Microsoft Edge */
        font-size: 16px;
}
.wpcf7-form .wpcf7-submit {
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    text-indent: -9999px;
    background: url(assets/icon-newsletter-submit.png) center center no-repeat;
    height:21px;
    background-size: 82px 21px;
    width:100%;
    cursor: pointer;
}

#wpcf7-f624-o1 .wpcf7-form .wpcf7-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
}

#wpcf7-f624-o1 .wpcf7-form .wpcf7-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}

#wpcf7-f624-o1 .wpcf7-form .wpcf7-text::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
}
#wpcf7-f624-o1 .wpcf7-form .wpcf7-submit {
    background: #019eb0;
    padding: 15px 60px 35px 60px;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 20px;
    font-style: normal;
    background-image: none;
    text-indent: 0;
    width: auto;
}





.wpcf7-form .row.generalinquiry .wpcf7-text {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 0 20px;
    color: #000;
    margin-bottom: 0px;
    height: 60px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.wpcf7-form .row.generalinquiry textarea {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 20px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.wpcf7-form .row.generalinquiry .wpcf7-text::placeholder,
.wpcf7-form .row.generalinquiry textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
    font-size: 18px;
}
.wpcf7-form .row.generalinquiry .wpcf7-text:-ms-input-placeholder
.wpcf7-form .row.generalinquiry textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    font-size: 18px;
}
.wpcf7-form .row.generalinquiry .wpcf7-text::-ms-input-placeholder
.wpcf7-form .row.generalinquiry textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    font-size: 18px;
}
.wpcf7-form .row.generalinquiry .wpcf7-submit {
    background: #019eb0;
    padding: 15px 60px 35px 60px;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 20px;
    font-style: normal;
    background-image: none;
    text-indent: 0;
    width: auto;
}



.wpcf7-form .row.booknowindividual label {
    font-size: 18px;
    margin-bottom: 8px;
}
.wpcf7-form .row.booknowindividual .wpcf7-text {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 0 20px;
    color: #000;
    margin-bottom: 0px;
    height: 60px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.wpcf7-form .row.booknowindividual textarea {
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 20px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}
.wpcf7-form .row.booknowindividual .wpcf7-text::placeholder,
.wpcf7-form .row.booknowindividual textarea::placeholder{ /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    opacity: 1; /* Firefox */
    font-size: 18px;
}
.wpcf7-form .row.booknowindividual .wpcf7-text:-ms-input-placeholder
.wpcf7-form .row.booknowindividual textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
    font-size: 18px;
}
.wpcf7-form .row.booknowindividual .wpcf7-text::-ms-input-placeholder
.wpcf7-form .row.booknowindividual textarea::-ms-input-placeholder { /* Microsoft Edge */
    color: #000;
    font-size: 18px;
}
.wpcf7-form .row.booknowindividual .wpcf7-submit {
    background: #019eb0;
    padding: 15px 60px 35px 60px;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 20px;
    font-style: normal;
    background-image: none;
    text-indent: 0;
    width: auto;
}

div.wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.8em 1em;
    border-radius: 6px;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    background: #333;
    border: 2px solid #333;
}
div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    background: #398f14;
}


#footer-topmenu {
    background: url(assets/dividerline.png) bottom center repeat-x;
    padding: 40px 0;
}
#footer-topmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
#footer-topmenu ul li {
    display: inline-block;
    margin: 0;
    padding: 0;
}
#footer-topmenu ul li a {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 900;
    color: #fff;
    margin: 0 20px;
    padding: 0;
    display: block;
}
#footer-topmenu ul li a:hover {
    color:#000 !important;
}
#footer-maincontent {
    padding: 80px 0;
}
#footer-maincontent .whitebtn a {
    margin-top: 0;
}
#footer-maincontent h4 {
    font-size: 22px;
    line-height: 56px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 1px solid #b0a59e;
    margin-bottom: 20px;
}
#footer-maincontent p {
    font-size:15px;
}
#footer-maincontent a:hover {
    color:#000 !important;
}
#footer-btmcontent {
    background: url(assets/dividerline.png) top center repeat-x;
    padding: 20px 0 10px 0;
    text-align: center;
}
#footer-btmcontent p {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}
#menu-shortcut-menu {
    list-style: none;
}
#menu-shortcut-menu li a {
    display: block;
    font-size: 15px;
}

.threecolcarousel {
    padding: 60px 0 80px 0;
    background-image: url(assets/background-greycontour.png);
    background-position: 0% 250%;
    background-repeat: repeat-x;
    background-color:#fff;
}
.threecolcarousel.threecolcarouselfootersize {
    background-position: 0% 130%;
}

.threecolcarousel-footer {
    margin-top:50px;
}

.threecolcarousel .columns {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    padding-bottom: 0.1rem;
}

.threecol-carousel-item {

}
.entry .threecol-carousel-item h4, .entry .threecol-carousel-item h3 {
    font-family: "flood-std",sans-serif;
    font-size: 32px;
    line-height: 38px;
    color: #fff;
}
.threecolcarousel h3 {
    margin-bottom: 10px;
}
.threecolcarouselheader {
    margin-bottom: 50px;
}
.threecolcarouselheader .row:nth-child(3) {
    margin-top: 30px;
    clear: both;
}

.entry .threecol-carousel-item p {
    color:#fff;
    font-size: 0.9em;
}
.entry .threecol-carousel-item .visible-content {
    padding: 0 20px;
}
.entry .threecol-carousel-item .invisible-content {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 20px 10px 20px;
}
.entry .threecol-carousel-item .invisible-content p {
    line-height: 1.4em;
}
.entry .threecol-carousel-item .invisible-content h3,
.entry .threecol-carousel-item .invisible-content h4 {
    font-size: 26px;
        line-height: 30px;
}
.entry .threecol-carousel-item .invisible-content a {
    color:#019eb0 !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #019eb0;
}


.asfeaturedin {
    padding: 30px 0 70px 0;
    background-image: url(assets/background-asfeaturedin-grey.png);
    background-position: top center;
    background-repeat: repeat-x;
    background-color:#fff;
    padding: 60px 0 30px 0;
}
.asfeaturedinheader h1,
.asfeaturedinheader h2,
.asfeaturedinheader h3,
.asfeaturedinheader h4 {
    font-family: "flood-std",sans-serif;
    font-size: 32px;
    line-height: 38px;
    margin: 30px 0 20px 0;
}



h1,h2,h3 {
    font-family: 'Oswald', sans-serif;
}
h4,h5,h6,p.script {
    font-family: "flood-std",sans-serif;
}
h1 {
    font-size: 77px;
    line-height: 87px;
    text-transform: uppercase;
    letter-spacing: -1px;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 20px;
}
h2, h3 {
    font-size:56px;
    line-height: 70px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: relative;
    margin-bottom:30px;
}
h4, h5, h6 {
    font-size:46px;
    line-height: 48px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
p.script {
    font-size:28px;
    line-height: 38px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom:15px;
}
p, ul li {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    line-height: 28px;
}
h1:after {
    position: absolute;
    content:"";
    bottom:0;
    left:50%;
    width:120px;
    height:1px;
    background:#ee8f34;
    margin-left:-60px;
}

h3 span.subheadertop {
    text-shadow: none;
    color:#019eb0;
    font-family: "flood-std",sans-serif;
    font-size: 30px;
    line-height: 40px;
}
.bordertitlewhite h1:after, .bordertitlewhite h2:after, .bordertitlewhite h3:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 143px;
    height: 13px;
    background-size: 143px 13px !important;
    background: url(assets/graphic-whiteline.png) center left no-repeat;
    left: 50%;
    margin-left: -71px;
}
.bordertitlewhite h1, .bordertitlewhite h2, .bordertitlewhite h3 {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 15px;
}




.blue {
    color:#075f95;
}
.teal {
    color:#019eb0;
}
.grey {
    color:#f2f2f2;
}




.bluebg {
    background:#075f95;
}
.greybg {
    background:#f2f2f2;
}
.tealbg {
    background:#019eb0;
}
.whitebg {
    background:#fff;
}




.white-text p, .white-text ul li, .white-header h1, .white-header h2, .white-header h3, .white-header h4, .white-header h5, .white-header h6, .white-link a, .white-link p a, .white-text .owl-item .item p {
	color:#fff !important;
}
.white-link h1 a, .white-link h2 a, .white-link h3 a, .white-link h4 a, .white-link h5 a {
    color:#fff !important;
}

.black-text p, .black-text ul li, .black-header h1, .black-header h2, .black-header h3, .black-header h4, .black-header h5, .black-header h6, .black-link a, .black-link p a, .black-text .owl-item .item p {
	color:#000000 !important;
}
.black-link h1 a, .black-link h2 a, .black-link h3 a, .black-link h4 a, .black-link h5 a {
    color:#000000 !important;
}

.blue-text p, .blue-text ul li, .blue-header h1, .blue-header h2, .blue-header h3, .blue-header h4, .blue-header h5, .blue-header h6, .blue-link a, .blue-link p a, .blue-text .owl-item .item p {
	color:#075f95 !important;
}
.blue-link h1 a, .blue-link h2 a, .blue-link h3 a, .blue-link h4 a, .blue-link h5 a {
    color:#075f95 !important;
}

.teal-text p, .teal-text ul li, .teal-header h1, .teal-header h2, .teal-header h3, .teal-header h4, .teal-header h5, .teal-header h6, .teal-link a, .teal-link p a, .teal-text .owl-item .item p {
	color:#019eb0 !important;
}

.drkgrey-text p, .drkgrey-text ul li, .drkgrey-header h1, .drkgrey-header h2, .drkgrey-header h3, .drkgrey-header h4, .drkgrey-header h5, .drkgrey-header h6, .drkgrey-link a, .drkgrey-link p a, .drkgrey-text .owl-item .item p {
	color:#231f20 !important;
}
.whitestroke h1:after, .whitestroke h2:after, .whitestroke h3:after {
    background:#fff;
}






.centered-text {
	text-align:center;
}
.left-text {
	text-align:left;
}
.right-text {
	text-align:right;
}
.centered-text ul, .centered-text ol {
	list-style-position: inside !important;
    margin: 0 0 15px 0;
}

.entry.bkg-cover {
    background-size:cover !important;
}

ul {
    margin-left: 0;
}








/***************** BUTTON STYLES ****************/


.tealbtn, .whitebtn {
    display: block;
}
.tealbtn a, .drkgrey-link .tealbtn a {
    background:#019eb0;
    padding:8px 40px;
    color:#fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align:center;
    display: inline-block;
    margin-top:30px;
    margin-bottom:15px;
    border-radius: 20px;
    font-style: normal;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.whitebtn a {
    padding:8px 40px;
    color:#fff;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align:center;
    display: inline-block;
    margin-top:30px;
    margin-bottom:15px;
    border-radius: 20px;
    font-style: normal;
    border:2px solid #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.whitebtn a:hover, #toparea-menu ul li:last-child a:hover {
    background:#019eb0;
    border: 2px solid #019eb0;
    color:#fff;
    text-shadow: none;
}
.tourinformationblock .whitebtn a:hover {
    background: #fff;
    border: 2px solid #fff;
    color:#000 !important;
}









/***************** MAIN CONTENT STYLES ****************/


#maincontent {
    width:100%;
    clear:both;
}

#toparea {
    height:125px;
    width:100%;
    position:fixed;
    top:0;
    left:0;
    background: url(assets/dividerline.png) bottom center repeat-x;
    z-index: 5000;
    transition:100ms all ease-in;
}
#toparea.toparea-whitebg {
    background: #fff !important;
    height: 100px;
}
#toparea.toparea-whitebg #menu-toparea-menu li a,
#toparea.toparea-whitebg #menu-topmeta-menu li a {
    color: #000;
    text-shadow: none;
}
#toparea.toparea-whitebg #menu-toparea-menu li a:hover {
    color:#019eb0;
}
ul.sub-menu li a {
    color: #fff !important;
    text-shadow: none;
}
ul.sub-menu li a {
    padding: 4px 10px 32px 10px;
}
#menu-topmeta-menu,
#menu-topmeta-menu li {
    display: inline-block;
}
#menu-topmeta-menu li a {
    color: #fff;
    padding: 10px;
    font-size: 15px;
}
#toparea.toparea-whitebg #topmeta {
    display: none;
}
#toparea.toparea-whitebg #toparea-menu {
    top: 15px;
}




/*************** TOP AREA STYLES *******************/



#toparea-logo a {
    position: absolute;
    top: 40px;
    left: 30px;
    background: url(assets/logo-futurismo-top.png) center center no-repeat;
    width: 245px;
    height: 58px;
    background-size: 245px 58px;
    text-indent: -9999px;
    display: block;
}
#toparea.toparea-whitebg #toparea-logo a {
    position: absolute;
    top: 20px;
    left: 30px;
    background: url(assets/logo-futurismo-top-sticky.png) center center no-repeat;
    width: 245px;
    height: 58px;
    background-size: 245px 58px;
    text-indent: -9999px;
    display: block;
}

#toparea-menu {
    position:absolute;
    top:45px;
    right:30px;
    height:80px;
}

#toparea-menu ul {
    padding:0;
    margin: 15px 0 0 0;
    text-decoration:none;
}

#toparea-menu ul li {
    padding:0;
    margin:0;
    display:inline-block;
}

#toparea-menu ul li a {
    padding: 4px 10px 27px 10px;
    margin: 0;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    letter-spacing: 1px;
    font-size: 20px;
    transition: 100ms all ease-in;
    color: #fff;
}
#toparea-menu ul li a:hover {
    color:#fff;
}
#toparea-menu ul li:last-child a {
    border: 2px solid #fff;
    border-radius: 20px;
    padding: 4px 30px;
}

#topmeta {
    position:absolute;
    top:12px;
    right:30px;
    height:50px;
}
#menu-topmeta-menu li.topmeta-phone a {
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 14px;
    color:#fff;
    background: url(assets/icon-footer-contact-phone.png) center left no-repeat;
    background-size:23px 22px;
    padding-left:30px;
}


#toparea-menu ul.sub-menu {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.75);
    margin-top:4px;
    padding: 10px;
}


#toparea.toparea-whitebg #menu-toparea-menu li .sub-menu {
    display: none;
    position: absolute;
    background: rgba(0,0,0,0.75);
    margin-top:4px;
    padding: 10px;
}
#toparea.toparea-whitebg ul li a {
    padding: 4px 10px 32px 10px;
}
#toparea.toparea-whitebg ul li:last-child a {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 4px 30px;
}
#toparea.toparea-whitebg ul li:last-child a:hover {
    border: 2px solid #019eb0 !important;
    color:#fff !important;
}


#toparea-menu ul.sub-menu li {
    display: block;
}
#menu-toparea-menu > li:hover {
    border-bottom: 4px solid #2c9bb7;
}
#menu-toparea-menu > li:last-child:hover {
    border-bottom: none;
}
#toparea-menu ul li .sub-menu li a {
    padding: 6px 16px;
    color: #fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
    letter-spacing: 2px;
    font-size: 12px;
    font-family: 'Lato', sans-serif;
}
#toparea-menu ul li a:hover {
    color:#fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}

#toparea-menu ul li .sub-menu li:last-child a {
    border: none;
    border-radius: 0;
    padding: 6px 16px;
    background: none;
}
#toparea-menu ul li .sub-menu li:last-child a:hover {
    border: none !important;
    border-radius: 0;
    padding: 6px 16px;
    background: none;
    color: #019eb0;
}








/************** PROMO AREA ****************/


#promo {
    width:100%;
    clear:both;
    position:relative;
    background:#f2f2f2;
    height:100vh;
    overflow: hidden;
}
#promo.home {
    width:100%;
    background:#eee;
    height: 100vh;
}
#promo.subpagepromo {
    height: 70vh;
}
#promo .returntoparent {
    position: absolute;
    bottom: 0;
    left:0;
    width:100%;
    z-index: 3000;
    background: url(assets/background-returntoparent.png) top center no-repeat;
    height:100px;
    text-align: center;
    padding: 48px 0;
    background-size: cover;
}
#promo .returntoparent a {
    color:#fff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
.top-promo-content-inner {
    width:100%;
    height:100%;
    display:table;
    position: relative;
}
.subpage-topwhiteline {
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    background: url(assets/subpage-topwhiteline.png) center top no-repeat;
    height:34px;
    background-size: cover;
}
.top-promo-content {
    vertical-align:middle;
    text-align:center;
    display:table-cell;
}
.top-promo-content h1, .top-promo-content h2, .top-promo-content h3 {
    color:#fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
    margin-top: -95px;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 15px;
}
#promo.subpagepromo .top-promo-content h1,
#promo.subpagepromo .top-promo-content h2,
#promo.subpagepromo .top-promo-content h3 {
    margin-top: 60px;
}
.top-promo-content h1:after, .top-promo-content h2:after, .top-promo-content h3:after {
    content: "";
    position: absolute;
    bottom: -20px;
    width: 143px;
    height: 13px;
    background-size: 143px 13px !important;
    background: url(assets/graphic-whiteline.png) center left no-repeat;
    left: 50%;
    margin-left: -71px;
}
.top-promo-content h1 span.headertop {
    text-shadow: none;
    color:#fff;
    font-family: "flood-std",sans-serif;
    font-size: 36px;
    line-height: 48px;
}
.top-promo-content p {
    color:#fff;
}
.top-promo-content .largep p {
    font-family: 'Oswald', sans-serif;
    font-size:77px;
    line-height: 84px;
    text-transform: uppercase;
    letter-spacing: 6px;
    position: relative;
    margin-bottom:30px;
    padding-bottom:20px;
    color:#fff;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
}
.top-promo-home-watchvideo {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom:130px;
    left:0;
    width:100%;
        padding: 12px 0 8px 0;
    text-align: center;
    color: #fff;
}
.top-promo-home-watchvideo p,
.top-promo-home-watchvideo a {
    color:#fff;
    font-family: "flood-std",sans-serif;
    background: url(assets/home-promo-playvideo.png) left center no-repeat;
    background-size:30px 30px;
    padding: 6px 0 6px 45px;
    display: inline-block;
        margin-bottom: 10px;
}
.top-promo-home-threecol {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: url(assets/home-background-promo-threecol.png) top center no-repeat;
    background-size: cover;
    height: 153px;
    z-index: 3000;
    text-align: center;
}
.top-promo-home-threecol > .row > .columns {
    padding-top: 55px;
}
.top-promo-home-threecol h5 {
    font-size: 1.4em;
    line-height: 1.2em;
}
.top-promo-home-threecol h5 a {
    color:#000 !important;
}
.top-promo-home-threecol .row.white-frame {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.top-promo-home-threecol .columns.promo-left {
    text-align: left;
}
.top-promo-home-threecol .columns.promo-right {
    text-align: right;
}



/*************** ENTRY STYLES ****************/


.entry {
    width:100%;
    clear:both;
}
.no-padding {
  padding: 0;
}
.small-padding {
    padding:50px 0;
}
.medium-padding {
    padding:80px 0;
}
.small-top-medium-bottom-padding {
    padding:50px 0 80px 0;
}
.medium-top-large-bottom-padding {
    padding: 90px 0 170px 0;
}
.large-padding {
    padding:165px 0;
}
.xlarge-padding {
    padding:190px 0;
}
.bgimage-padding {
    padding:360px 0;
}
.bgimage-padding-xl {
    padding:400px 0;
}
.entry.bgimage-padding-xl.bgimage-padding-xl {
    background-size: 100% 100% !important;
}
.large-rollover-block {
    padding:290px 0;
    background-size: cover !important;
    overflow: hidden;
}
.large-rollover-block-margin {
    margin-bottom:0.6em;
}





.twocol-full {
    padding:0;
    margin-bottom: 0.6em;
    overflow: hidden;
}
.twocol-full .row .columns {
    height:450px;
    padding-left:0;
    padding-right:0;
}
.twocol-full .row .columns:first-child {
    padding-right:0.3em;
}
.twocol-full .row .columns:last-child {
    padding-left:0.3em;
}
.twocol-full .row .columns .twocol-full-container {
    width:100%;
    height:100%;
    display:table;
    position: relative;
    background-size: cover !important;
    overflow: hidden;
}
.twocol-full .row .columns .content-inner {
    vertical-align:middle;
    text-align:center;
    display:table-cell;
}

.threecol-full {
    padding:0;
    margin-bottom: 0.4em;
    overflow: hidden;
}
.threecol-full .row .columns {
    height:450px;
    padding-left:0;
    padding-right:0;
}
.threecol-full .row .columns:first-child {
    padding-right:0.3em;
}
.threecol-full .row .columns:last-child {
    padding-left:0.3em;
}
.threecol-full .row .columns .threecol-full-container {
    width:100%;
    height:100%;
    display:table;
    position: relative;
    background-size: cover !important;
    overflow: hidden;
}
.threecol-full .row .columns .content-inner {
    vertical-align:middle;
    text-align:center;
    display:table-cell;
}


.smallfour-full {
}
.smallfour-container {
    margin-top:30px;
}
.smallfour-full .row .columns .row .column-block {
    height:240px;
}
.smallfour-full .row .columns .row .column-block .smallfour-full-container {
    width:100%;
    height:100%;
    display:table;
    position: relative;
    background-size: cover !important;
    overflow: hidden;
}
.smallfour-full .row .columns .row .column-block .smallfour-full-container .content-inner {
    vertical-align:middle;
    text-align:center;
    display:table-cell;
}
.smallfour-full .rollover-invisible-content p {
    color:#fff !important;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 300;
    font-family: "brandon-grotesque",sans-serif;
}








.large-rollover-block {
    position: relative;
}
.rollover-visible-content {
    background-color:rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom:0;
    left:0;
    width:100%;
    padding:15px 0 5px 0;
    text-align: center;
}
.rollover-invisible-content {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center;
    padding: 50px 25px;
}
.large-rollover-block .rollover-invisible-content {
    padding: 50px;
}



.flightinfo {
    clear: both;
    margin-top: 35px;
    display: block;
}
.flightinfo h3, .flightinfo h4, .flightinfo h5 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}
.flightinfo ul {
    text-align: center;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    display: inline-block;
    width: 60%;
}
.flightinfo ul li {
    font-size: 18px;
    padding: 5px 0;
    color:#707070;
}
.flightinfo ul li strong {
    font-weight: bold;
    color: #019eb0;
}
.flightinfo ul li:nth-child(even) {

}
.flightinfo ul li:nth-child(odd) {
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}




.specsbox {
    width: 100%;
    clear:both;
    padding: 50px 50px 60px 50px;
    margin: 50px 0;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
}
.specsbox p, .specsbox ul li {
    font-size: 16px;
}
.specsbox p strong {
    font-size: 24px;
    color:#019eb0;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
}





/**************** FOOTER ******************/



#mobilemenu {
  background: url(assets/icon-mobilemenu.png) no-repeat scroll right center;
  cursor: pointer;
  display: none;
  height: 23px;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 38px;
  z-index: 1100;
  background-size:38px 23px;
}

.sb-menu-toggle {
    font-weight: 900;
    cursor: pointer;
    width: 30px;
    height: 30px;
    margin-top: 6px;
    position: absolute;
    right: 0;
    top: 0;
    font-family: "brandon-grotesque",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sb-slidebar {
  background-color: #fff;
}
#sbrightmenu {
	padding-left: 30px;
	padding-right: 40px;
}
ul#menu-slidebars-menu .sub-menu {
  display: none;
}
ul#menu-slidebars-menu li a {
  text-transform: uppercase;
}
ul#menu-slidebars-menu > li > a {
  font-weight: 900 !important;
  color: #000 !important;
}
ul#menu-slidebars-menu > li.menu-item-has-children > a::after {

}
ul#menu-slidebars-menu > li > ul.sub-menu li a {
  font-weight: 900;
  font-size:13px !important;
}
ul#menu-slidebars-menu > li > ul.sub-menu > li > ul.sub-menu li a {
  color: #000;
  text-transform: none;
  font-size: 13px !important;
  font-weight: normal !important;
}


#mobilemenu {
  background: url(assets/icon-mobilemenu.png) no-repeat scroll right center;
  cursor: pointer;
  display: none;
  height: 23px;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 38px;
  z-index: 1100;
  background-size:38px 23px;
}
.toparea-whitebg #mobilemenu {
  background: url(assets/icon-mobilemenu-black.png) no-repeat scroll right center;
    width: 30px;
    background-size: 30px 18px;
    height: 23px;
    right: 30px;
    top: 26px;
}
a#closemobile {
	padding: 8px 30px;
    margin-bottom: 10px;
    color: #fff !important;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    transition: 200ms all ease-in;
    text-align: center;
    background: #019eb0;
    font-weight: bold;
    font-family: 'Lato', sans-serif;
}
ul#menu-slidebars-menu {
	padding:0;
	margin:0;
}
ul#menu-slidebars-menu li {
	list-style: none;
	padding:0;
	margin:0;
    position: relative;
}
ul#menu-slidebars-menu li a {
	font-size: 12px;
	border-bottom: 1px solid #cce5e7;
	display: block;
	padding: 3px 0;
	color:#fff;
    font-family: 'Lato', sans-serif;
}

.sb-slidebar #sbrightmenu .menu ul {
    width:100%;
    margin:0;
    padding:0;
    list-style: none;
}
.sb-slidebar #sbrightmenu .menu ul li {
    width:100%;
    display: block;
    margin:0;
    padding: 0 4px 2px 4px;
}
.sb-slidebar #sbrightmenu .menu ul li a {
    color: #555555 !important;
    font-size: 11px !important;
}
.sb-slidebar #sbrightmenu .menu ul li a:hover {
    color:#019eb0 !important;
}
.sb-slidebar #sbrightmenu .menu ul li ul.sub-menu li {
    padding: 0 4px 2px 12px;
}
.sb-slidebar #sbrightmenu .menu ul li ul.sub-menu li:last-child {
    border-bottom: none;
}



.tourinformationblock {
    text-align: left;
    background: url(assets/background-tour-information.png) center center no-repeat;
    background-size:cover;
}
.tourinformationblock .column {
    background-size: 40px 40px !important;
    padding-left: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.tourinformationblock .column h5, .tourdetails h5 {
    font-size: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 0;
    line-height: 36px;
}
.tourdetails h5 {
    margin-bottom: 30px;
    margin-top: 50px;
}
.tourinformationblock .column p {
    font-size: 19px;
}
.tourinformationblock .column.tourinfo-location {
    background: url(assets/icon-tourinfo-01.png) center left no-repeat;
}
.tourinformationblock .column.tourinfo-duration {
    background: url(assets/icon-tourinfo-04.png) center left no-repeat;
}
.tourinformationblock .column.tourinfo-rates {
    background: url(assets/icon-tourinfo-07.png) center left no-repeat;
}
.tourinformationblock .column.tourinfo-departures {
    background: url(assets/icon-tourinfo-02.png) center left no-repeat;
}
.tourinformationblock .column.tourinfo-checkin {
    background: url(assets/icon-tourinfo-05.png) center left no-repeat;
}
.tourinformationblock .column.tourinfo-avail {
    background: url(assets/icon-tourinfo-08.png) center left no-repeat;
}
.tourinformationblock .column.tourinfo-difficulty {
    background: url(assets/icon-tourinfo-03.png) center left no-repeat;
}
.tourinformationblock .column.tourinfo-vessels {
    background: url(assets/icon-tourinfo-06.png) center left no-repeat;
}
.tourinformationblock .column.tourinfo-age {
    background: url(assets/icon-tourinfo-09.png) center left no-repeat;
}


.tabs {
    border-left: none;
    border-right: none;
    border-top: none;
}
.tabs-title:first-child {
    border-left: 1px solid #e6e6e6;
}
.tabs-title {
    float: left;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected='true'],
.tabs-title > a:hover {
    background: #e6e6e6 !important;
    color: #000 !important;
}
.tabs-title > a {
    display: block;
    padding: 1.25rem 1.3rem;
    font-size: 1rem;
    line-height: 1;
    color: #2792ad;
    font-weight: bold;
}
.tabs-content {
    border: none;
    padding: 10px 0;
}
.tabs-content p, .tabs-content ul li {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.tabs-content p a:hover {
    color:#000 !important;
}
.tabs-content ul {
    margin-left: 25px;
}
.owl-carousel.tour-gallery-carousel {
}
.owl-item .tour-species-carousel-item {
    border: 1px solid #e1e1e1;
}
.tour-species-carousel-item-content {
    text-align: center;
    padding: 20px 0 15px 0;
}
.tour-species-carousel-item-content h3,
.tour-species-carousel-item-content h4,
.tour-species-carousel-item-content h5 {
    font-size: 28px;
    margin: 0;
    padding: 0;
}
.tour-species-carousel-item-content h3 a,
.tour-species-carousel-item-content h4 a,
.tour-species-carousel-item-content h5 a,
.tour-species-carousel-item-content h3:visited a,
.tour-species-carousel-item-content h4:visited a,
.tour-species-carousel-item-content h5:visited a {
    color: #000;
}
.tour-species-carousel-item-content h3 a:hover,
.tour-species-carousel-item-content h4 a:hover,
.tour-species-carousel-item-content h5 a:hover {
    color: #019eb0 !important;
}
.entry.black-text .tour-species-carousel-item-content p {
    color:#019eb0 !important;
}



.three-col-with-text-btmcols .columns:hover {
    background:#f6f6f6;
}
.three-col-with-text-header {
    margin-bottom: 50px;
}
.threecol-text-container p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.threecol-text-image-container img {
    margin-bottom: 25px;
}
.threecol-text-content {
    padding: 0 20px;
    min-height: 215px;
}
.three-col-with-text-btmcols .column, .three-col-with-text-btmcols .columns {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
}



.species-guide-entry .row .column {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 0;
}
.species-guide-entry .row {
    padding-bottom: 50px;
}
.species-guide-col {
    height:350px;
    border: 1px solid #e1e1e1;
    border-collapse: collapse;
    overflow: hidden;
}
.entry .species-guide-col .visible-content {
    position: absolute;
    top: 250px;
    left:0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.entry .species-guide-col .invisible-content {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 20px 10px 20px;
}
.entry .species-guide-col .visible-content p {
    line-height: 1.4em;
    color:#019eb0 !important;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding: 0;
}
.entry .species-guide-col .invisible-content p {
    line-height: 1.4em;
     font-size: 18px;
}
.entry .species-guide-col .visible-content h3,
.entry .species-guide-col .visible-content h4 {
    font-size: 26px;
    line-height: 30px;
    color: #000 !important;
    margin-bottom: 0;
    padding: 0;
    font-family: "flood-std",sans-serif !important;
}
.entry .species-guide-col .invisible-content h3,
.entry .species-guide-col .invisible-content h4 {
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 15px;
    font-family: "flood-std",sans-serif !important;
}
.entry .species-guide-col .invisible-content a {
    color:#019eb0 !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    text-decoration: underline;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0;
}

.speciessubcontent {

}
.speciessubleft {
    padding: 50px 50px 50px 0;
}
.speciessubleft h3,
.speciessubleft h4 {
    font-size: 24px;
    margin-bottom: 0;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
.speciessubright {
    padding: 50px 0;
}
.speciessubright h3,
.speciessubright h4 {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 0;
    font-family: 'Oswald', sans-serif;
}
.speciessubleft p,
.speciessubright p {
    font-size: 18px;
}
.detailsrightbox {
    margin-top: 20px;
    width:100%;
    padding: 15px 20px;
    background:#f6f6f6;
    border:1px solid #e1e1e1;
}
.speciessubleft h3:nth-child(2),
.speciessubleft h4:nth-child(2) {
    margin-top: 20px;
}
.speciessubleft iframe {
    margin-top: 20px;
}




.tour-gallery-carousel {

}
.tour-species-carousel {

}
.owl-theme .owl-nav .owl-next {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 90px;
    right: 0;
    margin-right: -30px;
    display: block!IMPORTANT;
    border: 0;
    border-radius: 0;
    text-indent: -9999px;
    background: url(assets/toprated-carousel-next.png) left center no-repeat;
    background-size: 66px 66px;
    cursor: pointer;
}
.owl-theme .owl-nav .owl-next:hover {
    background: url(assets/toprated-carousel-next.png) left center no-repeat;
    background-size: 66px 66px;
    background-color: none;
}
.owl-theme .owl-nav .owl-prev {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 90px;
    margin-left: -30px;
    display: block!IMPORTANT;
    border: 0;
    border-radius: 0;
    text-indent: -9999px;
    background: url(assets/toprated-carousel-prev.png) left center no-repeat;
    background-size: 66px 66px;
    cursor: pointer;
}
.owl-theme .owl-nav .owl-prev:hover {
    background: url(assets/toprated-carousel-prev.png) left center no-repeat;
    background-size: 66px 66px;
    background-color: none;
}
.owl-nav .owl-next {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 90px;
    right: 0;
    margin-right: -30px;
    display: block!IMPORTANT;
    border: 0;
    border-radius: 0;
    text-indent: -9999px;
    background: url(assets/toprated-carousel-next.png) left center no-repeat;
    background-size: 66px 66px;
    cursor: pointer;
}
.owl-nav .owl-prev {
    width: 66px;
    height: 66px;
    position: absolute;
    top: 90px;
    margin-left: -30px;
    display: block!IMPORTANT;
    border: 0;
    border-radius: 0;
    text-indent: -9999px;
    background: url(assets/toprated-carousel-prev.png) left center no-repeat;
    background-size: 66px 66px;
    cursor: pointer;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: none !important;
    color: #FFF;
    text-decoration: none;
}
.tour-species-carousel .owl-nav .owl-next,
.tour-species-carousel .owl-nav .owl-prev {
    top:230px;
}
.tour-gallery-carousel .owl-nav .owl-next,
.tour-gallery-carousel .owl-nav .owl-prev {
    top:170px;
}
.tour-gallery-carousel .owl-nav .owl-next {
    right:60px;
}
.tour-gallery-carousel .owl-nav .owl-prev {
    left:60px;
}
.owl-theme.ocgallery-carousel {
    margin-bottom:30px;
}
.ocgallery-carousel .owl-nav .owl-next,
.ocgallery-carousel .owl-nav .owl-prev {
    top: 260px;
}
.tour-species-carousel .owl-nav .owl-next {
    right:60px;
}
.tour-species-carousel .owl-nav .owl-prev {
    left:60px;
}



.fullwidth-container {
    height: 500px;
}
.fullwidth-container h3 {
    font-family: "flood-std",sans-serif;
}
.fullwidth-container h3 span.sliderheadertop {
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 15px 0;
    padding: 0;
    display: inline-block;
}

.fullwidth-row .owl-theme .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 35px;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.fullwidth-row .owl-theme .owl-nav .owl-prev {
    background: url(assets/carousel-fullwidth-arrow-prev.png) center left no-repeat;
    width:70px;
    height: 70px;
    background-size:70px 70px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}
.fullwidth-row .owl-theme .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 35px;
    border-radius: 0;
    padding: 0;
    margin: 0;
}
.fullwidth-row .owl-theme .owl-nav .owl-next {
    background: url(assets/carousel-fullwidth-arrow-next.png) center left no-repeat;
    width:70px;
    height: 70px;
    background-size:70px 70px;
    text-indent: -9999px;
    display: inline-block;
    cursor: pointer;
}

.fullwidth-row .owl-theme .owl-dots {
    margin-top: -50px !important;
    position: relative;
    z-index: 2000;
}
.fullwidth-row .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: none;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 3px solid #fff;
}
.fullwidth-row .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}


.testimonial-row .owl-theme .owl-dots {
    margin-top: 20px !important;
    position: relative;
    z-index: 2000;
}
.testimonial-row .owl-theme .owl-dots .owl-dot span {
    width: 14px;
    height: 14px;
    margin: 5px 7px;
    background: none;
    transition: opacity .2s ease;
    border-radius: 30px;
    border: 3px solid #fff;
}
.testimonial-row .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}





.googlemapsentry {

}
.googlemapsentry .googlemapsbtm .columns {
    padding-left: 0;
    padding-right: 0;
    border: 1px solid #e1e1e1;
}
.googlemapsentry .googlemapsbtm .columns .mapscol-content {
    background: #f1f2f2;
    padding: 30px 25px;
    margin-top: -6px;
}
.googlemapsentry .googlemapsbtm .columns .mapscol-content h3,
.googlemapsentry .googlemapsbtm .columns .mapscol-content h4 {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    margin-bottom: 20px;
}
.googlemapsentry .googlemapsbtm .columns .mapscol-content p {
    font-size: 18px;
}
.googlemapsentry .googlemapsbtm .columns .mapscol-content p a:hover {
    color:#019eb0 !important;
}



.historyentry {

}
.historyentry .row {

}
.historyentry .column-block {
    margin: 0;
    padding: 0;
    height: 450px;
}
.historyentry .column-block.text-center {
    background:#fff;
    text-align: center;
    position: relative;
    padding: 0 40px;
}
.historyentry .column-block.text-center p {
    font-size: 18px;
    line-height: 24px;
}
.historyentry .column-block.text-center h3,
.historyentry .column-block.text-center h4 {
    font-family: "flood-std",sans-serif;
    font-size: 46px;
    line-height: 60px;
}




.actoggle {
    border-bottom: 1px solid #e1e1e1;
    cursor: pointer;
}
.actoggle h4 {
    color:#000;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
}
.accontent {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 15px;
}
.accontent p strong {
    color:#27a5b6;
}



.ourstory3col-row .column-block {
    padding-right: 0.1rem;
    padding-left: 0.1rem;
    padding-top: 0.1rem;
    margin-bottom: 0.1rem;
}
.ourstory3col-entry {
    height: 350px;
    overflow: hidden;
}
.ourstory3col {
    padding: 30px 0 70px 0;
    background-image: url(http://whalewatchingazores.com/en/wp-content/uploads/sites/2/2018/06/background-ourstory.jpg);
    background-position: 0% 250%;
    background-repeat: repeat-x;
    background-color:#fff;
}
.ourstory3col.ourstory3colfootersize {
    background-position: 0% -140%;
}

.ourstory3col-footer {
    margin-top:50px;
}
.ourstory3col-footer p {
    font-size: 18px;
}

.ourstory3col-entry h4,
.ourstory3col-entry h3 {
    font-family: "flood-std",sans-serif;
    font-size: 42px;
    line-height: 42px;
    color: #fff;
}
.ourstory3col h3 {
    margin-bottom: 10px;
}
.ourstory3col-entry p {
    color:#fff;
    font-size: 0.9em;
}
.ourstory3col-entry .visible-content {
    padding: 0 20px;
}
.ourstory3col-entry .invisible-content {
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px 20px 10px 20px;
}
.ourstory3col-entry .invisible-content p {
    line-height: 1.4em;
}
.ourstory3col-entry .invisible-content h3,
.ourstory3col-entry .invisible-content h4 {
    font-size: 26px;
        line-height: 30px;
}
.ourstory3col-entry .invisible-content a {
    color:#019eb0 !important;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 0 2px 0;
    border-bottom: 1px solid #019eb0;
}


.team-carousel-entry {
}
.team-carousel-header {
    margin-bottom: 30px;
}
.team-carousel-entries {

}
.owl-carousel.team-carousel .owl-dot {
    display: none;
}
.owl-carousel.team-carousel .team-carousel-item .invisible-content {
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}
.owl-carousel.team-carousel .team-carousel-item .invisible-content h3,
.owl-carousel.team-carousel .team-carousel-item .invisible-content h4 {
    font-family: "flood-std",sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #fff !important;
    margin-bottom: 0;
}
.owl-carousel.team-carousel .team-carousel-item .invisible-content p {
    color: #fff !important;
}
.team-profiles-bios {
    background: #fff;
    padding: 40px 50px;
    border: 1px solid #ebebeb;
    margin-top: -10px;
}
.team-profiles-bios p {
    font-size: 18px;
}
.instagramfeed .column-block {
    margin-bottom: 0;
    padding-bottom: 0;
}

.halfblock-wrapper .halfblockrow {
    padding-left: 2px;
    padding-bottom: 1px;
}

.halfblock-wrapper .halfblockrowtwo {
    padding-left: 2px;
    padding-top: 1px;
}



#cookie-notice .cn-set-cookie.btn-whale {
    border: none;
    background: #019eb0;
    padding: 5px 20px;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    font-style: normal;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-left: 20px;
}

#cookie-notice .cn-more-info.btn-whale {
    background: none;
    border: none;
    text-shadow: none;
    box-shadow: none;
    color: #231f20;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
    text-decoration: underline;
}

#cookie-notice #cn-notice-text {
    color: #231f20;
    font-family: 'Lato', sans-serif;
    font-size: 1rem;
}

.page-faqs .tabs-title > a:focus,
.page-faqs .tabs-title > a[aria-selected='true'],
.page-faqs .tabs-title > a:hover {
    background: #019eb0 !important;
    color: #ffffff !important;
}



.newsletter-form {
    width: 75%;
    margin: 25px auto 0 auto;
    display: inline-block;
}

.newsletter-form .row .wpcf7-text {

    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    padding: 0 20px;
    color: #000;
    margin-bottom: 0px;
    height: 60px;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
}

.newsletter-form .row label {
    font-size: 18px;
    margin-bottom: 8px;
}

.newsletter-form .title-topinterests, .newsletter-form .title-socialMedia {
    margin: 25px 0 15px;
    font-size: 18px;
}

.newsletter-form .topinterests, .newsletter-form .socialMedia {
    text-align: left;
    display: inline-block;
    min-width: 190px;
}

.newsletter-form .topinterests label, .newsletter-form .socialMedia label {
    font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.2;
    font-family: 'Lato', sans-serif;
}

.newsletter-form .submit-btn {
    background: #019eb0;
    padding: 15px 60px 35px 60px;
    color: #fff !important;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
    border-radius: 20px;
    font-style: normal;
    font-weight: bold;
    background-image: none;
    text-indent: 0;
    cursor: pointer;
    height: 21px;
    width: auto;
    border: none;
}

.newsletter-form .social-media-other {
    width: 200px;
    margin: 0 auto;
    display: none;
}

.newsletter-form .error-label {
    font-family: 'Lato', sans-serif;
    font-size: 17px;
}

.block-newsletter-submit {
    font-family: 'Oswald', sans-serif;
    color: #FFF;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: .9em;
    cursor: pointer;
}

















/*************** MEDIA QUERIES ****************/



@media only screen and (max-width: 1300px) {

.top-promo-content h1, .top-promo-content h2, .top-promo-content h3 {
    margin-top: -95px;
    margin-bottom: 50px;
    padding-bottom: 15px;
    font-size: 60px;
    line-height: 60px;
}

}

@media only screen and (max-width: 1080px) {
    #toparea-menu {
        display:none;
    }
    #mobilemenu {
      height: 23px;
      right: 30px;
      top: 62px;
      width: 30px;
      background-size:30px 18px;
      display: block;
    }
}

@media only screen and (max-width: 1023px) {
    .halfblock-wrapper {
        height: auto !important;
    }
    h1 {
    }
    h2, h3 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    h4, h5, h6 {
        font-size: 40px;
        line-height: 48px;
    }
    h3 span.subheadertop {
        font-size: 20px;
        line-height: 30px;
    }
    .entry .threecol-carousel-item h4, .entry .threecol-carousel-item h3 {
        font-size: 24px;
        line-height: 28px;
    }
    p, ul li {
        font-size: 16px;
        line-height: 22px;
    }
    .ourstory3col-footer {
        padding-left:30px;
        padding-right:30px;
    }
    .ourstory3col-footer p {
        font-size: 16px;
        line-height: 22px;
    }
    .entry.left-text {
        text-align: center;
    }

    .tealbtn a {
        font-size: 12px;
    }

    .large-padding, .medium-padding, .instagramentry {
        padding: 50px 0;
    }

    .twocol-full .row .columns:first-child {
        padding-right:0em;
    }
    .twocol-full .row .columns:last-child {
        padding-left:0em;
    }
    .twocol-full .row .columns .twocol-full-container {
        border-bottom: 10px solid #fff;
    }
    .twocol-full {
        padding: 0;
        margin-bottom: 0;
    }
    .threecol-full .row .columns .threecol-full-container {
        border-bottom: 10px solid #fff;
    }
    .threecol-full .row .columns:first-child {
        padding-right:0;
    }
    .threecol-full .row .columns:last-child {
        padding-left:0;
    }

    .top-promo-content h1, .top-promo-content h2, .top-promo-content h3 {
        margin-top: 0;
        margin-bottom: 50px;
        padding-bottom: 15px;
        font-size: 42px;
        line-height: 44px;
    }
    .top-promo-content h1 span.headertop {
        font-size: 24px;
        line-height: 48px;
    }
    .top-promo-home-threecol {
        display: none;
    }
    .top-promo-home-watchvideo {
        bottom:0;
        padding: 12px 0 0 0;
    }

    .fullwidth-row .owl-theme .owl-nav .owl-prev,
    .fullwidth-row .owl-theme .owl-nav .owl-next {
        display: none;
    }

    .full-width-row .half-block-full {
        height: 350px;
    }
    .tallblock {
        height: 350px;
    }
    .smallerblock {
        height:350px;
    }

    #footer-topmenu ul li a {
        font-size: 12px;
        line-height: 20px;
        margin: 0 10px;
    }
    #footer-maincontent {
        padding: 40px 0;
    }
    #footer-maincontent .row .columns {
        text-align: center !important;
    }
    #footer-maincontent h4 {
        font-size: 16px;
    }
    .asfeaturedin {
        text-align: center;
    }
    .asfeaturedin img {
        width:75%;
        height: auto !important;
        display: inline-block;
        margin-left:auto;
        margin-right:auto;
    }
    .full-width-row .half-block-full {
        height: auto;
        padding:50px 25px;
    }
    .full-width-row h1, .full-width-row h2, .full-width-row h3, .full-width-row h4 {
        font-size: 40px;
        line-height: 35px;
    }
    .fullwidth-row .owl-theme .owl-nav .owl-prev,
    .fullwidth-row .owl-theme .owl-nav .owl-next {
        display: none !important;
    }
    #toparea-logo a {
        top: 40px;
        left: 30px;
        width: 200px;
        height: 47px;
        background-size: 200px 47px;
    }
    #toparea.toparea-whitebg #toparea-logo a {
        top: 20px;
        left: 30px;
        width: 200px;
        height: 47px;
        background-size: 200px 47px;
    }
    .testimonial-carousel-item {
        padding: 0 35px;
    }
    .testimonial-col {
        padding: 100px 0 20px 0;
            min-height: 280px;
        height: auto;
    }
    .twoblock-content .visible-content h3, .twoblock-content .visible-content h4, .twoblock-content .invisible-content h3, .twoblock-content .invisible-content h4 {
        font-size: 21px;
        line-height: 21px;
        margin: 0 0 4px 0;
    }
    .twoblock-content .invisible-content p {
        font-size: 14px;
        line-height: 20px;
    }
    .historyentry .row .column-block img {
        width: 100% !important;
        height: 100% !important;
    }
    .historyentry .column-block.text-center p {
        font-size: 16px;
        line-height: 22px;
    }
    .historyentry .column-block.text-center h3, .historyentry .column-block.text-center h4 {
        font-size: 42px;
        line-height: 56px;
    }
    .entry .species-guide-col .visible-content h3, .entry .species-guide-col .visible-content h4,
    .entry .species-guide-col .invisible-content h3, .entry .species-guide-col .invisible-content h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .entry .species-guide-col .visible-content p,
    .entry .species-guide-col .invisible-content p,
    .entry .species-guide-col .invisible-content a {
        font-size: 16px;
    }
    .flightinfo h3, .flightinfo h4, .flightinfo h5 {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .flightinfo ul li {
        font-size: 16px;
    }
    .twoblock-nontour-content .visible-content h3, .twoblock-nontour-content .visible-content h4, .twoblock-nontour-content .invisible-content h3, .twoblock-nontour-content .invisible-content h4 {
        font-size: 30px;
        line-height: 34px;
    }
    .twoblock-nontour-content .invisible-content p {
        font-size: 16px;
        line-height: 24px;
    }
    .googlemapsentry .googlemapsbtm .columns .mapscol-content h3, .googlemapsentry .googlemapsbtm .columns .mapscol-content h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .googlemapsentry .googlemapsbtm .columns .mapscol-content p {
        font-size: 16px;
    }
    .wpcf7-form .row.generalinquiry .wpcf7-text {
        padding: 0 16px;
        height: 50px;
    }
    .wpcf7-form .row.generalinquiry textarea {
        padding: 16px;
    }
    .wpcf7-form .row.generalinquiry .wpcf7-submit {
        background: #019eb0;
        padding: 15px 60px 35px 60px;
        font-size: 16px;
        margin-top: 30px;
    }
    .speciessubcontent {
        text-align: center !important;
        padding-left:30px;
        padding-right: 30px;
    }
    .speciessubleft p, .speciessubright p {
        font-size: 16px;
        line-height: 22px;
    }
    .speciessubleft {
        padding: 50px 0 50px 0;
    }
    .entry.tourdetails {
        padding:0 !important;
    }
    .tourdetails h5 {
        margin-bottom: 20px;
        margin-top: 30px;
    }
    .tour-gallery-carousel .owl-nav .owl-next, .tour-gallery-carousel .owl-nav .owl-prev {
        top: 250px;
    }
    .tour-species-carousel .owl-nav .owl-next, .tour-species-carousel .owl-nav .owl-prev {
        top: 300px;
    }
    .entry .row.full-width-social-row .columns:first-child {
        padding-right: 0;
    }
    .entry .row.full-width-social-row .columns:nth-child(2) {
        padding-right: 0;
    }
    .halfblock-wrapper .halfblockrow {
        padding-left: 0;
        padding-bottom: 0;
    }

    .halfblock-wrapper .halfblockrowtwo {
        padding-left: 0;
        padding-top: 0;
    }
    .ocgallery-image {
        height: 350px !important;
    }
    .ocgallery-carousel .owl-nav .owl-next, .ocgallery-carousel .owl-nav .owl-prev {
        display: none !important;
    }
    .bgimage-padding-xl {
        padding: 250px 0;
    }
}

@media only screen and (max-width: 860px) {
    #topmeta {
        display: none;
    }
    #toparea-logo a {
        top: 30px;
        left: 30px;
        width: 180px;
        height: 43px;
        background-size: 180px 43px;
    }
    #toparea.toparea-whitebg #toparea-logo a {
        top: 20px;
        left: 30px;
        width: 180px;
        height: 43px;
        background-size: 180px 43px;
    }
    #toparea {
        height: 95px;
        width: 100%;
        background: none;
    }
    #mobilemenu {
        top: 38px;
    }
    #toparea.toparea-whitebg {
        background: #fff !important;
        height: 80px;
    }
    .tour-gallery-carousel .owl-nav .owl-next, .tour-gallery-carousel .owl-nav .owl-prev {
        top: 210px;
    }
    .tour-species-carousel .owl-nav .owl-next, .tour-species-carousel .owl-nav .owl-prev {
        top: 270px;
    }
}

@media only screen and (max-width: 767px) {

    .wpcf7-form .row.generalinquiry .wpcf7-submit {
        background: #019eb0;
        padding: 13px 60px 30px 60px;
        font-size: 14px;
        margin-top: 20px;
    }
    .wpcf7-form .row.generalinquiry .wpcf7-text {
        padding: 0 12px;
        height: 40px;
        font-size: 14px;
    }
    .wpcf7-form .row.generalinquiry textarea {
        padding: 12px;
        font-size: 14px;
    }
    #home-video {
        display: none;
    }

    .fullwidth-container {
        height: 350px;
    }
    .threecol-social-container {
        height: 350px;
    }
    .social-inner-row .columns {
        height: 350px;
    }
    h3 span.subheadertop {
        font-size: 14px;
        line-height: 20px;
    }
    .whitebtn a {
        padding: 5px 30px;
        font-size: 12px;
    }
    h2, h3 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    h4, h5, h6 {
        font-size: 30px;
        line-height: 38px;
    }
    .social-inner-row h4, .social-links-row h4 {
        font-size: 30px;
        line-height: 40px;
    }
    p, ul li {
        font-size: 14px;
        line-height: 20px;
    }
    .ourstory3col-footer p {
        font-size: 14px;
        line-height: 20px;
    }
    .asfeaturedinheader h1, .asfeaturedinheader h2, .asfeaturedinheader h3, .asfeaturedinheader h4 {
        font-size: 24px;
        line-height: 30px;
    }

    #menu-shortcut-menu li a {
        display: block;
        font-size: 12px;
    }
    #footer-maincontent p {
        font-size: 12px;
    }

    #footer-btmcontent p {
        font-size: 10px;
    }

    .instagramfooter p {
        font-size: 14px;
    }

    .large-padding {
        padding: 90px 0 60px 0;
    }
    .medium-padding {
        padding: 60px 0;
    }

    .tealbtn a {
        font-size: 11px;
    }
    .large-rollover-block {
        padding: 160px 0;
    }
    .twocol-full .row .columns, .threecol-full .row .columns {
        min-height: 300px;
    }
    .rollover-invisible-content {
        padding: 30px 25px;
    }
    .large-rollover-block .rollover-invisible-content {
        padding: 30px 25px;
    }
    .large-rollover-block .rollover-invisible-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .rollover-invisible-content a {
        font-size: 11px;
        line-height: 16px;
        padding-bottom: 10px;
        margin-top: 10px;
    }
    .top-promo-content h1 span.headertop {
        font-size: 20px;
        line-height: 42px;
    }
    .top-promo-content h1, .top-promo-content h2, .top-promo-content h3 {
        margin-top: 0;
        margin-bottom: 50px;
        padding-bottom: 15px;
        font-size: 32px;
        line-height: 40px;
    }
    .tealbtn a, .drkgrey-link .tealbtn a {
        padding: 4px 40px;
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: 15px;
    }
    .threecol-text-content .tealbtn a,
    .threecol-text-content .drkgrey-link .tealbtn a {
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .full-width-row h1, .full-width-row h2, .full-width-row h3, .full-width-row h4 {
        font-size: 30px;
        line-height: 25px;
    }
    .bgimage-padding-xl {
        padding: 175px 0;
    }
    .twoblock-content .visible-content h3, .twoblock-content .visible-content h4, .twoblock-content .invisible-content h3, .twoblock-content .invisible-content h4 {
        font-size: 18px;
        line-height: 18px;
    }
    .twoblock-content .invisible-content p strong {
        font-size: 14px;
    }
    .twoblock-content .invisible-content a {
        font-size: 14px;
    }
    .twoblock-content .visible-content p {
        font-size: 14px;
    }
    .top-promo-home-watchvideo p, .top-promo-home-watchvideo a {
        background-size: 20px 20px;
        padding: 6px 0 6px 35px;
        margin-bottom: 10px;
        font-size: 12px;
    }
    .medium-top-large-bottom-padding {
        padding: 40px 0 80px 0;
    }
    .tallblock, .smallerblock {
        height: 300px;
    }
    .tallblock .whitebtn a,
    .smallerblock .whitebtn a {
        margin-top: 10px;
    }
    .testimonial-row .owl-theme .owl-dots .owl-dot span,
    .fullwidth-row .owl-theme .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 4px;
        border-radius: 20px;
        border: 2px solid #fff;
    }
    .fullwidth-container h3 span.sliderheadertop {
        font-family: 'Oswald', sans-serif;
        font-size: 13px;
        line-height: 18px;
        margin: 0 0 5px 0;
    }
    .fullwidth-container .row {
        padding: 0 30px;
    }
    .bgimage-padding {
        padding: 260px 0;
    }
    .threecol-text-container p {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        line-height: 22px;
    }
    .threecol-text-content {
        padding: 0 20px;
        min-height: auto;
    }
    .largetext {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .testimonial-col {
        padding: 50px 0 20px 0;
        min-height: 280px;
        height: auto;
    }
    .historyentry .column-block.text-center p {
        font-size: 14px;
        line-height: 20px;
    }
    .historyentry .column-block.text-center h3, .historyentry .column-block.text-center h4 {
        font-size: 36px;
        line-height: 50px;
    }
    .entry .species-guide-col .visible-content h3, .entry .species-guide-col .visible-content h4,
    .entry .species-guide-col .invisible-content h3, .entry .species-guide-col .invisible-content h4 {
        font-size: 18px;
        line-height: 22px;
    }
    .entry .species-guide-col .visible-content p,
    .entry .species-guide-col .invisible-content p,
    .entry .species-guide-col .invisible-content a {
        font-size: 14px;
    }
    .flightinfo h3, .flightinfo h4, .flightinfo h5 {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
    .flightinfo ul li {
        font-size: 14px;
    }
    .twoblock-nontour-content .visible-content h3, .twoblock-nontour-content .visible-content h4, .twoblock-nontour-content .invisible-content h3, .twoblock-nontour-content .invisible-content h4 {
        font-size: 26px;
        line-height: 30px;
    }
    .twoblock-nontour-content .invisible-content p {
        font-size: 14px;
        line-height: 22px;
    }
    .twoblock-container {
        height: 350px;
        position: relative;
    }
    .twoblock-content, .twoblock-nontour-content {
        height: 350px;
    }
    .googlemapsentry .googlemapsbtm .columns .mapscol-content h3, .googlemapsentry .googlemapsbtm .columns .mapscol-content h4 {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .googlemapsentry .googlemapsbtm .columns .mapscol-content p {
        font-size: 14px;
    }
    .speciessubleft p, .speciessubright p {
        font-size: 14px;
        line-height: 20px;
    }
    .tourinformationblock .column h5, .tourdetails h5 {
        font-size: 16px;
        line-height: 30px;
    }
    .tourinformationblock .column p {
        font-size: 16px;
    }
    .tourinformationblock .column-block {
        text-align: center;
        background: none !important;
    }
    .tourinformationblock .column {
        padding-left: 0;
        padding-bottom: 0;
    }
    .tabs-title > a {
        padding: 1rem 2rem;
        font-size: 0.8rem;
    }
    .tabs-content p, .tabs-content ul li {
        font-size: 14px;
        line-height: 24px;
    }
    .tour-gallery-carousel .owl-nav .owl-next, .tour-gallery-carousel .owl-nav .owl-prev {
        top: 180px;
    }
    .tour-species-carousel .owl-nav .owl-next, .tour-species-carousel .owl-nav .owl-prev {
        top: 230px;
    }
    .social-overlay {
        display: none;
    }
    .specsbox p, .specsbox ul li {
        font-size: 13px;
    }
}

@media only screen and (max-width: 690px) {
    .bgimage-padding {
        padding: 200px 0;
    }
}

@media only screen and (max-width: 639px) {
    .historyentry .column-block {
        margin: 0;
        padding: 0;
        height: 300px;
    }
    .tourinformationblock .column h5, .tourdetails h5 {
        font-size: 13px;
        line-height: 24px;
    }
    .tourinformationblock .column p {
        font-size: 13px;
    }
    .tabs-content p, .tabs-content ul li {
        font-size: 13px;
        line-height: 22px;
    }
    .ourstory3col {
        padding: 30px 0 0 0;
    }
    .ourstory3col-row .column-block {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 630px) {
    .twoblock-content, .twoblock-nontour-content {
        height: 325px;
    }
    .twoblock-container {
        height: 325px;
    }
    .ocgallery-image {
        height: 300px !important;
    }
}

@media only screen and (max-width:599px) {
    .owl-nav .owl-next,
    .owl-nav .owl-prev {
        width: 33px;
        height: 33px;
        background-size: 33px 33px;
    }
    .tour-gallery-carousel .owl-nav .owl-next, .tour-gallery-carousel .owl-nav .owl-prev {
        top: 150px;
    }
    .tour-species-carousel .owl-nav .owl-next, .tour-species-carousel .owl-nav .owl-prev {
        top: 200px;
    }
    .threecol-carousel .owl-nav .owl-next {
        top: 150px;
        right: 20px;
        margin-right: 0
    }
    .threecol-carousel .owl-nav .owl-prev {
        top: 150px;
        left: 20px;
        margin-left: 0
    }
}

@media only screen and (max-width:500px) {

    .specsbox p, .specsbox ul li {
        font-size: 12px;
    }
    .ocgallery-image {
        height: 200px !important;
    }
    .googlemapsentry .googlemapsbtm .columns .mapscol-content h3, .googlemapsentry .googlemapsbtm .columns .mapscol-content h4 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .googlemapsentry .googlemapsbtm .columns .mapscol-content p {
        font-size: 12px;
    }
    .twoblock-nontour-content .visible-content h3, .twoblock-nontour-content .visible-content h4, .twoblock-nontour-content .invisible-content h3, .twoblock-nontour-content .invisible-content h4 {
        font-size: 22px;
        line-height: 26px;
    }
    .twoblock-nontour-content .invisible-content p {
        font-size: 12px;
        line-height: 16px;
    }
    .flightinfo ul li {
        font-size: 12px;
    }
    .historyentry .column-block.text-center p {
        font-size: 12px;
        line-height: 16px;
    }
    .historyentry .column-block.text-center h3, .historyentry .column-block.text-center h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .largetext {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 5px;
    }
    .threecol-text-container p {
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        line-height: 20px;
    }
    .bgimage-padding {
        padding: 125px 0;
    }
    .twoblock-content, .twoblock-nontour-content {
        height: 300px;
    }
    .twoblock-container {
        height: 300px;
    }
    .bgimage-padding-xl {
        padding: 125px 0;
    }
    .medium-padding {
        padding: 40px 0 20px 0;
    }
    #footer-btmcontent p {
        font-size: 8px;
        font-weight: bold;
    }
    #footer-topmenu ul li a {
        font-size: 10px;
        line-height: 10px;
        margin: 0 10px;
    }
    #footer-topmenu {
        padding: 20px 0;
    }
    .asfeaturedinheader h1, .asfeaturedinheader h2, .asfeaturedinheader h3, .asfeaturedinheader h4 {
        font-size: 20px;
        line-height: 26px;
    }
    .fullwidth-container {
        height: 300px;
    }
    #toparea-logo a {
        top: 30px;
        left: 30px;
        width: 160px;
        height: 38px;
        background-size: 160px 38px;
    }
    #toparea.toparea-whitebg #toparea-logo a {
        top: 20px;
        left: 30px;
        width: 160px;
        height: 38px;
        background-size: 160px 38px;
    }
    #mobilemenu {
        top: 38px;
    }
    #toparea.toparea-whitebg {
        height: 80px;
    }

    .large-padding {
        padding: 60px 0 60px 0;
    }
    h2, h3 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    h4, h5, h6 {
        font-size: 22px;
        line-height: 28px;
    }
    .social-inner-row h4, .social-links-row h4,
    .full-width-row h1, .full-width-row h2, .full-width-row h3, .full-width-row h4 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    p, ul li {
        font-size: 12px;
        line-height: 18px;
    }
    .ourstory3col-footer p {
        font-size: 12px;
        line-height: 18px;
    }
    .top-promo-content h1, .top-promo-content h2, .top-promo-content h3 {
        margin-top: 0;
        margin-bottom: 30px;
        padding-bottom: 5px;
        font-size: 30px;
        line-height: 30px;
    }
    .top-promo-content h1 span.headertop {
        font-size: 16px;
        line-height: 22px;
    }
    .twoblock-content .visible-content h3, .twoblock-content .visible-content h4, .twoblock-content .invisible-content h3, .twoblock-content .invisible-content h4 {
        font-size: 16px;
        line-height: 16px;
    }
    .twoblock-content .invisible-content p strong {
        font-size: 12px;
    }
    .twoblock-content .invisible-content a {
        font-size: 12px;
    }
    .twoblock-content .visible-content p {
        font-size: 12px;
    }
    .tour-gallery-carousel .owl-nav .owl-next, .tour-gallery-carousel .owl-nav .owl-prev {
        top: 125px;
    }
    .tour-species-carousel .owl-nav .owl-next, .tour-species-carousel .owl-nav .owl-prev {
        top: 175px;
    }
}

@media only screen and (max-width: 400px) {
    .tour-gallery-carousel .owl-nav .owl-next, .tour-gallery-carousel .owl-nav .owl-prev {
        top: 95px;
    }
    .tour-species-carousel .owl-nav .owl-next, .tour-species-carousel .owl-nav .owl-prev {
        top: 145px;
    }
}

.header-language-switcher a,
#menu-topmeta-menu li a {
    font-weight: bold !important;
}
