/*
font-family: 'Montserrat', sans-serif;
font-family: 'Open Sans', sans-serif
 */

/******************************************
GLOBALS
******************************************/

/*coffee cup*/

.preloader {
    background: #87A5C1;
    background-color: #87A5C1;
}

.coffee_cup {
    border: 2px #00314F solid;
}
.coffee_cup:after {
    border: 2px #00314F solid;
}

.coffee_cup:before {
    background-color: #00314F;
    box-shadow: 5px 0 0 0 #00314F,
    5px -5px 0 0 #00314F,
    10px 0 0 0 #00314F;
}

body {
    /*font: 1.4em/1.71428571 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    font: 1.4em/1.71428571 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
}
h1, h2, h3, .h3, h4 {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: 600;
    letter-spacing: normal;
}

h2.intro-heading, h3.intro-heading {
    font-weight: 600;
    letter-spacing: normal;
}

.recent-block h3 {
    color: #000;
}
.article h3 a {
    color: #000;
}
.main-heading {
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #00314F;
}
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.bg-rounded-blue table.table tbody tr td,
.demo-wrapper table.table tbody tr td {
    padding: 15px 0;
    line-height: 30px;
}
.img-rounded {
    border-radius: 20px;
}

.content-heading blockquote {
    padding: 16px 20px 0 20px;
    margin: 40px 0 20px 0;
    background-image: url("/entrada/img/icons/quote-open.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 23px 23px;
    text-indent: 16px;
    font-style: italic;
    font-weight: 300;
    font-size: 1.8em;
    display: inline-block;
    color: #00314F;
}
.content-heading blockquote span {
    display: inline-block;
    padding-bottom: 16px;
    padding-right: 40px;
    background-image: url("/entrada/img/icons/quote-close.png");
    background-size: 23px 23px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.has-shade-block > div.container {
    position: relative;
}
.has-shade-block div.blue-shade-right-up {
    background: #00314F;
    width: 400px;
    height: 300px;
    position: absolute;
    right: -62px;
    top: -15px;
    border-radius: 35px;
}
.has-shade-block div.blue-shade-left-down {
    background: #00314F;
    width: 400px;
    height: 300px;
    position: absolute;
    left: -62px;
    bottom: -18px;
    border-radius: 35px;
}
.has-shade-block .iconblock-container {
    padding-top: 40px;
}

@media only screen and (max-width: 1120px) {
    .has-shade-block div.blue-shade-left-down {
        left: -2px;
    }
}
.membership .has-shade-block div.blue-shade-left-down {
    bottom: 83px;
}
.membership .jobservice.has-shade-block div.blue-shade-left-down {
    bottom: -18px;
}
div.paragraph-icon-left {
    padding: 0 20px 40px 20px;
    display: inline-block;
    position: relative;
}
div.paragraph-icon-left > i.icon {
    position: absolute;
    left: -30px;
    top: 2px;
    width: 35px;
    height: 35px;
    font-size: 2.4em;
    color: #87A5C1 !important;
}

.has-shade-block .video-row {
    margin-top:60px;
    margin-bottom: -140px;
}
.has-shade-block .video-row .video-container {
    position: relative;
}

@media only screen and (max-width: 1120px) {
    .has-shade-block div.blue-shade-right-up {
        background: #00314F;
        width: 400px;
        height: 300px;
        position: absolute;
        right: 5px;
        top: -15px;
        border-radius: 35px;
    }
}
@media only screen and (max-width: 768px) {
    .has-shade-block div.blue-shade-right-up {
        width: 250px;
        height: 300px;
    }
    #wrapper .video-container div.blue-shade-left-down {
        display: none;
    }
    .has-shade-block .video-row {
        margin-top:20px;
        margin-bottom: -40px;
    }
    #wrapper .bg-rounded-blue > .row {
        margin-left: -50px;
    }
}
@media only screen and (max-width: 500px) {
    .content-block.article-boxed.bg-white.product-cards.has-shade-block > .container {
        padding-left: 0;
        padding-right: 0;
    }
    #main.jobservice article.product-cards div.bg-rounded-blue,
    #main.membership article.product-cards div.bg-rounded-blue {
        margin-left: 0 !important;
        margin-right: 0 !important;
        margin-top: 40px;
    }
    #wrapper .bg-rounded-blue > .row {
        margin-left: 0;
    }
    div.paragraph-icon-left {
        padding: 0 0 20px 10px;
        display: inline-block;
        position: relative;
    }
    div.paragraph-icon-left > i.icon {
        left: -35px;
    }
    #wrapper article.product-cards div.bg-rounded-blue {
        padding: 20px 10px 20px 45px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
    .has-shade-block div.blue-shade-right-up,
    .has-shade-block div.blue-shade-left-down {
        /*width: 180px;*/
        /*height: 240px;*/
        display: none;
    }
    #wrapper article.product-cards img.sa-mountain {
        position: absolute;
        width: 150px;
        top: -45px;
        left: -5px;
    }
    #wrapper article.product-cards .row.display-flex .product-card {
        border-radius: 20px;
        margin-left: 10px;
        margin-right: 10px;
    }
}


#main.jobservice > .content-block.bg-white,
#main.membership > .content-block.bg-white {
    padding: 80px 0 60px 0;
}
#main.jobservice .product-cards.has-shade-block {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
#main.membership .product-cards.has-shade-block {
    padding-top: 350px;
    padding-bottom: 20px;
}
#main.jobservice .product-cards .bg-rounded-blue,
#main.membership .product-cards .bg-rounded-blue {
    padding-bottom: 150px;
}
#main.jobservice .product-cards .video-row,
#main.membership .product-cards .video-row {
    margin-top: -350px;
}
#main.jobservice .product-cards .advantage-block,
#main.membership .product-cards .advantage-block {
    padding-top: 80px;
}
#main.jobservice .product-cards .arrow-row,
#main.membership .product-cards .arrow-row {
    margin-bottom: -250px;
}
#main.jobservice .product-cards .arrow-row #btnShowDiscount,
#main.membership .product-cards .arrow-row #btnShowDiscount {
    padding-top: 40px;
    text-align: center;
    z-index: 12;
}
#main.jobservice .product-cards .arrow-row #discountArrowContainer,
#main.membership .product-cards .arrow-row #discountArrowContainer {
    text-align: center;
    padding-top: 30px;
}
#main.jobservice .product-cards .arrow-row #discountArrow,
#main.membership .product-cards .arrow-row #discountArrow {
    width: 150px;
}
#membership-nodes {
    background-image: url('/entrada/img/bg-sa-mountains.jpg');
    background-size: cover
}
#membership-nodes-overlay {
    background-color: rgba(0, 49, 79, 0.75);
}
#membership-nodes .vert-spacer {
    padding-top: 40px;
}
#membership-nodes #memberDiscount {
    padding-top: 40px;
}
#membership-nodes header.content-heading {
    margin-bottom: 40px;
}
#membership-nodes header.content-heading h2.main-heading {
    color: #fff;
}
#membership-nodes header.content-heading .seperator {
    opacity: 0.3;
}

@media only screen and (max-width: 1230px) {
    #main.jobservice .product-cards .video-row,
    #main.membership .product-cards .video-row {
        margin-top: -250px;
    }
}
@media only screen and (max-width: 992px) {
    #main.jobservice > .content-block.bg-white,
    #main.membership > .content-block.bg-white {
        padding: 0 0 20px 0;
    }
    #main.jobservice .product-cards .video-row,
    #main.membership .product-cards .video-row {
        margin-top: 40px;
    }
    #main.jobservice .product-cards .advantage-block,
    #main.membership .product-cards .advantage-block {
        padding-top: 40px;
    }
    #main.jobservice .has-shade-block div.blue-shade-right-up,
    #main.membership .has-shade-block div.blue-shade-right-up {
        background: #00314F;
        width: 300px;
        height: 200px;
        position: absolute;
        right: -15px;
        top: -15px;
        border-radius: 40px;
    }
    #main.jobservice article.product-cards div.bg-rounded-blue,
    #main.membership article.product-cards div.bg-rounded-blue {
        padding: 20px 30px 145px 30px;
    }
    #main.jobservice .has-shade-block div.blue-shade-left-down,
    #main.membership .has-shade-block div.blue-shade-left-down {
        width: 300px;
        height: 250px;
    }
}
@media only screen and (min-width: 769px) {
    .banner.banner-inner > div.text-container-mid-mid > div.text h1 img {
        height: 120px;
    }
    #main.jobservice .content-heading blockquote {
        display: none;
    }
}
@media only screen and (max-width: 768px) {
    #main.jobservice article.product-cards div.bg-rounded-blue {
        margin-left: 5px;
        margin-right: 5px;
        padding: 0px 30px 0 30px;
    }
    .banner.banner-inner > div.text-container-mid-mid > div.text h1 img {
        height: 80px;
        margin-bottom: 30px;
    }
    .banner.banner-inner > div.text-container-mid-mid > div.text .pretitle.desktop {
        display: none;
    }
    #main.jobservice .content-heading blockquote {
        margin-top: 0;
        font-size: 1.2em;
        margin-bottom: 30px;
    }
    #main.membership article.product-cards div.bg-rounded-blue {
        margin-left: 5px;
        margin-right: 5px;
        padding: 20px 30px 190px 30px;
    }
    #main.jobservice {
        margin-top: 20px;
    }
    #main.membership {
        margin-top: 40px;
    }
    #main.jobservice article.product-cards div.bg-rounded-blue,
    #main.membership article.product-cards div.bg-rounded-blue {
    }
    #main.jobservice > .content-block.bg-white,
    #main.membership > .content-block.bg-white {
        padding: 0 0 60px 0;
    }
    #main.jobservice .has-shade-block div.blue-shade-left-down,
    #main.membership .has-shade-block div.blue-shade-left-down {
        width: 160px;
        height: 250px;
        left: 5px;
        bottom: -15px;
    }
}



/******************************************
HEADER / NAVBAR
******************************************/

.navbar-default {
    font-size: 16px;
    letter-spacing: normal;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: none;
}
.navbar-default .navbar-nav > li > a {
    text-transform: none;
}
.btn-header-signup {
    background-color: #00314F;
    display: block;
    border-radius: 10px;
    padding: 5px 15px;
    color: #fff;
}
.btn-header-signup:hover {
    background-color:#1db954;
    transition: all .3s linear;
}

.btn-header-testtraining {
    background-color: #87A5C1;
    display: block;
    border-radius: 10px;
    padding: 5px 15px;
    color: #fff;
}
.btn-header-testtraining:hover {
    color: #00314F !important;
    background-color: #fff;
    transition: all .3s linear;
}

.navbar-default .navbar-nav > li > a:hover {
    color: #00314F !important;
}

.default-page #header.white-header.fixed-position .navbar-default .navbar-nav > li > a:hover,
#header.white-header.fixed-position .navbar-default .navbar-nav > li > a:hover {
    color: #00314F !important;
}
.header-v2 .navbar-default .navbar-right {
    margin-top: -5px;
}

@media only screen and (min-width: 1230px) {
    .navbar-default .navbar-nav .v-divider {
        border-left: none;
    }
    .logo {
        padding: 18px 15px 38px 0;
    }
    .logo img.normal {
        width: 140%;
        max-width: 140%;
    }
    .navbar-default .navbar-nav > li .dropdown-menu {
        margin-top: 4px;
    }
    .navbar-default .navbar-nav.nav-center > li {
        padding: 40px 3px 0 3px;
    }
    .header-v2 .navbar-default .nav-center {
        margin-left: 0;
        width: calc(100% - 660px);
    }
    .header-v2 .navbar-default .navbar-right {
        margin-top: -5px;
    }
    .header-v2 .navbar-default .navbar-right > li {
        padding: 40px 6px 0;
    }
}
@media (min-width: 992px) and (max-width: 1229px) {
    .header-v2 .navbar-default .navbar-right {
        margin-top: 6px;
    }
}
@media only screen and (min-width: 992px) {
    #header {
        border-bottom: none;
        background-color: rgba(23,112,156,0.8);
    }
    .logo {
        border-right: none;
    }
    body.no-banner #header {
        background-color: rgba(23,112,156,1);
    }
}
@media only screen and (max-width: 992px) {
    #header {
        position: fixed;
        top:0;
        left:0;
        right: 0;
        z-index: 9999;
        background-color: #fff;
        border-bottom: 1px solid #000;
    }
    #wrapper {
        padding-top: 80px;
    }
    .navbar-collapse {
        background: #fff;
        border-top: none;
        border-bottom: 1px solid #000;
    }
    .navbar-default .navbar-toggle .icon-bar {
        width: 28px;
        height: 1px;
        background-color: #000;
        border-radius: 0;
        border: 1px solid #000;
    }
    .navbar-default .navbar-nav > li > a {
        text-transform: none;
        color: #000;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus {
        background-color: #17709C;
        color: #fff !important;
    }

    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-color: #fff;
        color: #000 !important;
    }

    .default-page #header.white-header.fixed-position .navbar-default .navbar-nav > li > a:hover,
    #header.white-header.fixed-position .navbar-default .navbar-nav > li > a:hover {
        color: #fff !important;
    }
    #header.white-header.fixed-position .navbar-default .navbar-nav > li.open > a,
    #header.white-header.fixed-position .navbar-default .navbar-nav > li.open > a:hover {
        color: #000 !important;
    }
}

/******************************************
HEADER -> DROPDOWN MENU
******************************************/

.dropdown-menu {
    background-color: #fff;
    box-shadow: none;
    min-width: 280px;
}

/* sub menu */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    display: none;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-submenu>a:after {
    margin-right: -5px;
    border-left-color: #888;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #222;
}

.dropdown-menu > ul > li > a {
    text-transform: none;
    color: #888;
    padding: 10px 10px 10px 30px;
    font-size: 15px;
}

@media only screen and (max-height: 770px) {
    .navbar-default .navbar-nav > li > .dropdown-menu {
        margin-top: -25px;
    }
    .navbar-default .navbar-nav > li > .dropdown-menu .dropdown-menu {
        margin-top: -5px;
    }
    .dropdown-menu > ul > li > a {
        padding: 3px 10px 3px 15px;
        font-size: 14px;
    }
    .dropdown-menu > ul > li > a:hover {
        padding-left: 25px;
    }
}

.dropdown-menu a:hover {
    color: #222;
}

@media only screen and (min-width: 992px) {
    #header.fixed-position .logo {
        padding-top: 16px;
        padding-bottom: 0;
    }
    .navbar-default .navbar-nav.nav-center > li {
        padding: 40px 8px 0 8px;
    }
    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }
    .dropdown > .dropdown-menu {
        -webkit-transition: .5s all .5s;
        -moz-transition: .5s all .5s;
        -ms-transition: .5s all .5s;
        -o-transition: .5s all .5s;
        transition: .5s all .5s;
    }
    .dropdown:hover > .dropdown-menu  {
        -webkit-transition: .5s all 0s;
        -moz-transition: .5s all 0s;
        -ms-transition: .5s all 0s;
        -o-transition: .5s all 0s;
        transition: .5s all 0s;
    }
}

@media only screen and (max-width: 991px) {
    /*.navbar-default .navbar-nav > li > a:hover {*/
    /*    color: #000 !important;*/
    /*}*/
    /*.dropdown-menu a:hover {*/
    /*    color: #000;*/
    /*}*/
    .dropdown-submenu > .dropdown-menu {
        padding-left: 20px;
    }
}




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

#footer {
    background-image: none;
    background-color: #17709C;
}
.footer-nav i,
.footer-nav a,
.footer-nav ul li,
.footer-nav h3 {
    color: #FFF;
}
.footer-nav .fa-foot-icon {
    float: left;
    width: 30px;
    margin-top: 4px;
}
.footer-bottom {
    background: #17709C;
    color: #fff;
}
#scroll-to-top {
    bottom: 80px;
    background: rgba(0, 49, 79, .7);
}
#scroll-to-top:hover {
    background: rgba(0, 49, 79, .9);
}
#scroll-to-top i {
    color: #fff;
}

/******************************************
BANNER
*****************************************/
.banner-image {
    position: relative !important;
}
/*
.banner-white-border {
    width: 100%;
    height: 30px;
    background-color: #FFF;
    position: absolute;
    left: 0;
    bottom: 0;
}
*/


.banner.banner-inner > div.text-container-mid-mid {
    height: 100%;
    width: 100%;
    display: table;
}
.banner.banner-inner {
    height: 100vh;
    min-height: 320px;
    max-height: 650px;
    padding-top: 0;
    color: #fff;
}
.banner.banner-inner > div.text-container-mid-mid > div.text {
    text-align: center;
    vertical-align: bottom;
    display: table-cell;
    padding-bottom: 130px;
}
.banner.banner-inner > div.text-container-mid-mid > div.text h1 {
    margin-bottom:5px;
    font-size: 2.5em;
}
.banner.banner-inner > div.text-container-mid-mid > div.text h3 {
    margin-bottom:5px;
    font-size: 1.9em;
    color: #fff;
}
.banner.banner-inner > div.text-container-mid-mid > div.text .subtitle {
    margin-bottom: 0;
    line-height: 1.6em
}
.banner.banner-inner > div.text-container-mid-mid > div.text .pretitle {
    display: block;
    font-size: 1.6em;
    line-height: 1.6em;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0;
}
.banner-pay-off {
    position: relative;
    height: 100%;
}
.banner-pay-off > .center-text {
    margin-top: 450px;
}
.banner-pay-off .center-text {
    text-align: center !important;
}

.banner-text {
    position: relative;
    height: 100%;
}
.banner-text > .center-text {
    position: absolute;
    bottom: 50px;
    left: 220px;
}

.banner-pay-off .center-text,
.banner-caption-s1 .center-text,
.banner-home .banner-caption-s1 .center-text {
    max-width: 100%;
    text-align: left;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 0 5px rgb(0,0,0,0.4);
}
.banner-pay-off .center-text h1,
.banner-caption-s1 .center-text h1,
.banner-home .banner-caption-s1 .center-text h1 {
    color: #fff;
    font-style: normal;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-shadow: 0 0 5px rgb(0,0,0,0.4);
}
.banner-inner .btn-banner {
    background: #00314F;
    color: #fff;
    border: 2px solid #00314F;
    text-transform: none;
    border-radius: 25px;
    font-size: 18px;
    line-height: 18px;
    padding: 8px 30px;
    letter-spacing: 1px;
}
.banner-home .btn-banner {
    background: #00314F;
    color: #fff;
    border: 2px solid #00314F;
    text-transform: none;
    border-radius: 25px;
    font-size: 24px;
    line-height: 22px;
    padding: 12px 38px;
    letter-spacing: 1px;
}
.btn-banner:hover {
    background-color: #1db954;
    border-color: #1db954;
    color: #fff;
    text-shadow: none;
}
#slider-wrapper-mobile {
    display: none;
}

@media only screen and (min-width: 992px) {
    .banner.banner-inner {
        height: 650px;
    }
    .banner-home .banner-text h1 {
        font-size: 3.8em;
        line-height: 1.2em;
    }
}

@media only screen and (max-height: 800px) and (orientation: landscape) {
    .banner.banner-inner {
        height: 450px;
        background-position: 50% -100px !important;
    }
}

@media only screen and (max-width: 768px) {
    .banner.banner-inner {
        height: 20vh;
        min-height: 320px;
        max-height: 20vh;
        padding-top: 0;
        color: #fff;
    }
    .banner.banner-inner > div.text-container-mid-mid > div.text {
        text-align: center;
        vertical-align: bottom;
        display: table-cell;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) and (orientation:portrait) {
    .banner.banner-home.banner-slider {
        display: none;
    }
    #slider-wrapper-mobile {
        display: block;
    }

    #slider-wrapper-mobile .banner-text {
        position: absolute;
        top: auto;
        bottom: 10px;
        height: 120px;
        left: 0;
    }
    #slider-wrapper-mobile .banner-text h1 {
        line-height: 1.2em;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 0;
        text-shadow: 0 0 5px rgb(0,0,0,0.6);
    }

    #slider-wrapper-mobile .btn-banner {
        border-radius: 25px;
        background: #00314F;
        color: #fff;
        border: 2px solid #00314F;
        text-transform: none;
        font-size: 20px;
        line-height: 22px;
        padding: 8px 26px;
        letter-spacing: 1px;
        margin-top: 12px;
    }

    .banner.banner-inner > div.text-container-mid-mid > div.text h1 {
        margin-bottom: 5px;
        font-size: 1.8em;
    }
    .banner.banner-inner > div.text-container-mid-mid > div.text .subtitle {
        margin-bottom: 0;
        line-height: 1.2em;
        font-size: 1.1em;
    }
    .banner.banner-inner > div.text-container-mid-mid > div.text {
        padding-bottom: 10px;
    }
}

/******************************************
FLIP CARD
*****************************************/

#cloud-spacer {
    background-image: url('/entrada/img/bg-sa-clouds.jpg');
    background-size: cover
}
#cloud-spacer div.overlay {
    background-color: rgba(0, 0, 0, 0.6);
}
#cloud-spacer #cloud-flip-card {
    height: 160px;
}
#cloud-spacer #cloud-flip-card .front {
    padding: 30px 0; text-align: center
}
#cloud-spacer #cloud-flip-card .front img {
    height: 100px;
}
#cloud-spacer #cloud-flip-card .back {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    line-height: 100px;
    font-weight: 700;
    font-size: 2.4em;
}
@media only screen and (max-width: 992px) {
    #cloud-spacer #cloud-flip-card .back {
        padding: 40px 60px 0 60px;
        text-align: center;
        color: #fff;
        line-height: 1.2em;
        font-weight: 700;
        font-size: 2.4em;
    }
}
@media only screen and (max-width: 525px) {
    #cloud-spacer #cloud-flip-card .back {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        padding: 0;
        text-align: center;
        color: #fff;
        line-height: 1.4em;
        font-weight: 700;
        font-size: 2em;
    }
}



/******************************************
USP's
*****************************************/

#usp-block {
    padding-bottom: 20px;
    margin-top: 0;
    background-image: url('/entrada/img/bg-usp-block.jpg');
    position: relative;
}
#usp-block .usp-blue-bar {
    width: 100%;
    height: 100px;
    background-color: #00314F;
    position: absolute;
    bottom: 0;
    left: 0;
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > article {
    display: flex;
    flex-direction: column;
    padding-right: 10px;
    padding-left: 10px;
}
.recent-block.recent-list .thumbnail {
    background: none;
    box-shadow: none;
}
.row.display-flex > article .img-wrap .fa {
    color: #FF0000FF;
}
.row.display-flex > article > .thumbnail {
    height: 100%;
}
.recent-block.recent-wide-thumbnail .thumbnail:hover {
    box-shadow: none; /*0 3px 7px rgba(0, 0, 0, .35);*/
}
.row.display-flex article .info-title {
    font-size: 1em;
    font-style: normal;
    font-weight: normal;
}
#section-usp {
    background-image: url('/entrada/img/bg-usps.jpg');
    background-size: cover;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
}

.video-container > img,
.video-container iframe {
    border-radius: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

article.has-shade-block .video-container div.blue-shade-right-up {
    right: -18px;
    height: 250px;
}
.video-container div.blue-shade-left-down {
    background: #00314F;
    width: 350px;
    height: 200px;
    position: absolute;
    left: -15px;
    bottom: -15px;
    border-radius: 40px;
}

.tab-content.trip-detail .video-container > img,
.tab-content.trip-detail .video-container iframe {
    border-radius: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/******************************************
PRODUCTS
*****************************************/

.featured-content.adventure-holder > .row {
    background-color: #00314F;
}
.featured-content.adventure-holder .content-heading {
    margin-top: 40px;
    margin-bottom: 60px;
}
.featured-content.adventure-holder h2.main-heading {
    color: #FFF;
}
.seperator {
    padding-bottom: 0 !important;
    opacity: 1;
    /*border-bottom: 1px solid #87A5C1;*/
    border-bottom: 1px solid #D6DAE6;
}
.seperator:before {
    /*background-color: #87A5C1;*/
    background-color: #D6DAE6;
}
.seperator.dark {
    border-bottom: 1px solid #87A5C1;
    opacity: 0.7;
}
.seperator.dark:before {
    background-color: #87A5C1;
}
.seperator.mb40,
section.content-block.bg-white .seperator,
section.content-block.contact-row .seperator {
    margin-bottom: 40px;
}

.parallax:before {
    background: rgba(255, 255, 255, .85);
}
.parallax.no-overlay:before {
    background: none !important;
}
.img-article .caption {
    background: rgb(132,134,138,1);
    color: #fff;
}
.content-block.guide-sub .holder:hover {
    cursor: pointer;
}
.content-block.guide-sub .holder:hover .caption {
    background: rgb(92,94,98,1);
    color: #fff;
}
.content-block.guide-sub .holder:hover .caption h3 {
    color: #fff;
}

.btn-round {
    margin-top: 60px;
    padding: 6px 40px;
    border-radius: 25px;
    background: #00314F;
    color: #fff;
    border: 2px solid #00314F;
    text-transform: none;
    font-style: normal;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-shadow: none;
    font-size: 18px;
    letter-spacing: 1px;
}
.btn-round:hover {
    background: #FF0000FF;
    border-color: #FF0000FF;
    color: #fff;
    text-shadow: none;
}

.btn-round-light {
    margin-top: 20px;
    padding: 5px 50px;
    border-radius: 25px;
    background: #87A5C1;
    color: #fff;
    border: 2px solid #87A5C1;
    text-transform: none;
    font-style: normal;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-shadow: none;
    font-size: 16px;
    letter-spacing: 1px;
}
.btn-round-light:hover {
    background: #FF0000FF;
    border-color: #FF0000FF;
    color: #fff;
    text-shadow: none;
}

/******************************************
PRODUCT CARDS
*****************************************/

#webshop-filter-container {
    width: 300px;
    position:absolute;
    right: 10px;
    top: 20px;
}
/*#D6DAE6*/
article.product-cards {
    padding-top: 25px;
    margin-top: -50px;
}
article.product-cards div.bg-rounded-blue {
    /*background-color: #E2E5ED;*/
    background-color: #EEF0F5;
    padding: 20px 60px 60px 60px;
    border-radius: 30px;
    margin-left: -60px;
    margin-right: -60px;
    position: relative;
}
article.product-cards img.sa-mountain {
    position: absolute;
    width: 150px;
    top: -45px;
    left: 10px;
}

@media only screen and (max-width: 1120px) {
    article.product-cards div.bg-rounded-blue {
        margin-left: 5px;
        margin-right: 5px;
        padding: 20px 10px 60px 45px;
    }
}

.row.display-flex .product-card {
    border-radius: 20px;
}
.row.display-flex .product-card h3 {
    padding-bottom: 10px;
}
.row.display-flex .product-card .thumbnail {
    position: relative;
    padding: 20px 20px 140px 20px;
    border-radius: 20px;
}
.row.display-flex .product-card .thumbnail .img-wrap {
    border-radius: 15px;
}
.row.display-flex .product-card.highlighted {
    position: relative;
}
.row.display-flex .product-card.highlighted .thumbnail {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.row.display-flex .product-card.highlighted .highlight-text {
    position: absolute;
    top: -35px;
    left: 10px;
    background-color: #D16666;
    width: calc(100% - 20px);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    color: #fff;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    line-height: 2.6em;
}
.article .thumbnail .meta {
    padding-bottom: 5px;
}
.article .thumbnail .meta .country,
.article .thumbnail .meta .activity {
    max-width: 100%;
}
.article .thumbnail .meta i {
    color: #17709C;
}

#webshopProductGrid {
    margin-top: 40px;
    min-height: 500px;
}
@media only screen and (max-width: 500px) {
    #webshop-filter-container {
        top: 60px;
        right: 15px;
    }
    #webshopProductGrid {
        margin-top: 80px;
        margin-left: -30px;
        margin-right: 0;
    }
    .bg-rounded-blue > .row {
        margin-left: -30px;
    }

}

#webshopProductGrid .article {
    margin: 45px 0 0 0;
}
#cart table.table,
#checkout table.table {
    border-collapse: unset;
    border-spacing: 0;
}
#cart .table thead > tr > th,
#cart .table tbody > tr > th,
#cart .table tfoot > tr > th,
#cart .table thead > tr > td,
#cart .table tbody > tr > td,
#cart .table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

#cart .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}
/* Responsive Cart Table */
@media only screen and (max-width: 640px) {
    #frmCart .table > :not(:first-child) {
        border-top: 1px #ddd solid;
    }
    #frmCart .table thead {
        display: none;
    }
    #frmCart .table tr th,
    #frmCart .table tr td {
        display: block;
        text-align: right !important;
    }
    #frmCart .table tr th.has-image,
    #frmCart .table tr td.has-image {
        text-align: left !important;
    }
    #frmCart .table tr th.has-title::before,
    #frmCart .table tr td.has-title::before {
        content: attr(data-label) ": ";
        font-weight: 700;
        float: left;
    }
    #frmCart .table .hide-mobile {
        display: none;
    }
}

#checkout .table thead > tr > th,
#checkout .table tbody > tr > th,
#checkout .table tfoot > tr > th,
#checkout .table thead > tr > td,
#checkout .table tbody > tr > td,
#checkout .table tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

#checkout .table thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #dddddd;
}


.row.display-flex .product-card .thumbnail a.btn.btn-default {
    display: block;
    position: absolute;
    left: 10px;
    bottom: 90px;
    background: #00314F;
    color: #fff;
    border: 2px solid #00314F;
    text-transform: none;
    border-radius: 25px;
    padding: 8px 60px;
}
.row.display-flex .product-card .thumbnail .btn.btn-default:hover {
    background: #f00;
    border-radius: 25px;
    border-color: #f00;
}
.row.display-flex .product-card .thumbnail .btn.btn-default:before {
    display: none;
}
.article .thumbnail:hover h3 a,
.article .thumbnail:hover footer .price span {
    color: #000;
}

.row.display-flex .product-card .thumbnail footer {
    position: absolute;
    display: block;
    width: calc(100% - 20px);
    bottom: 15px;
    left: 10px;
    overflow: hidden;
    margin: 0;
    padding-top: 5px;
    border-top: 1px solid #dedede;
}

.product-card .content-list.tick-list li:before {
    position: absolute;
    left: 8px;
    top: 4px;
    color: #60943d;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
}

.article footer .price span,
.article .info-aside .price span {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    font-weight: 700;
}
.select-holder {
    margin-right: -20px;
}
.jcf-select.jcf-select-filter-select {
    background: none;
    box-shadow: none;
    height: 44px;
    width: 100%;
}
.jcf-select .jcf-select-text {
    text-transform: none;
}
.jcf-select.jcf-select-filter-select .jcf-select-text {
    border-radius: 20px 0 0 20px;
    background-color: #17709C;
}
.jcf-select.jcf-select-filter-select .jcf-select-opener {
    border-radius: 0 20px 20px 0;
    background-color: #17709C;
}

.jcf-select.jcf-select-filter-select.jcf-drop-active .jcf-select-text {
    border-radius: 20px 0 0 0;
}
.jcf-select.jcf-select-filter-select.jcf-drop-active .jcf-select-opener {
    border-radius: 0 20px 0 0;
}
.jcf-select-drop.jcf-select-filter-select .jcf-list {
    background: #17709CEE;
    border-radius: 0 0 0 20px;
}
.jcf-select-drop.jcf-select-filter-select .jcf-option.jcf-hover {
    background: #17709CEE;
}
.jcf-select.jcf-select-filter-select .jcf-select-opener:after {
    color: #fff;
    right: 15px;
    content: '\e906';
    font-size: 14px;
    rotate: -90deg;
}
.jcf-select.jcf-select-filter-select.jcf-drop-active .jcf-select-opener:after {
    rotate: 0deg;
}
.jcf-list .jcf-list-content {
    max-height: 250px !important;
}

#webshop-product {
    margin-top: 80px;
}
#webshop-product .bg-rounded-blue > div.row {
    padding: 40px;
}
#webshop-product .bg-rounded-blue .product-details {
    padding-left: 40px;
}
#webshop-product .bg-rounded-blue .product-details > p {
    padding-top: 0;
}
@media only screen and (max-width: 620px) {
    #webshop-product .bg-rounded-blue > div.row {
        padding: 40px 0;
        margin-left: -15px;
    }
    #wrapper article#webshop-product.product-cards div.bg-rounded-blue {
        padding: 20px 10px 20px 10px;
        margin-left: 0;
        margin-right: 0;
        border-radius: 0;
    }
    #webshop-product .bg-rounded-blue .product-details {
        padding-top: 40px;
        padding-left: 10px;
    }
}


/******************************************
PARTNERS
*****************************************/

.browse-block .column.browse-destination a {
    background-color: #17709C;
}
.browse-block .column.browse-destination a:hover {
    background-color: #17709CDD;
}
.browse-block  .column.browse-adventures a {
    background-color: #00314F;
}
.browse-block .column.browse-adventures a:hover {
    background-color: #00314FDD;
}
.browse-block  .column.browse-adventures a span,
.browse-block .column.browse-destination a span {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 1.4em;
    letter-spacing: normal;
}
/******************************************
PARTNERS
*****************************************/

.partner-block {
    background-color: #87A5C1;
}
.partner-block h2 {
    color: #FFF;
}
.partner-block a {
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

@media only screen and (min-width: 992px) {
    .partner-block {
        padding: 60px 0 60px;
    }
    .partner-block .partner {
        margin-top: 20px;
    }
}
.partner-block a {
    padding-bottom: 15px;
}

/******************************************
TAB PAGES
*****************************************/
/*
.nav-wrap {
    background: rgb(92,94,98,1);
}
.nav-tabs > li.active a,
.nav-tabs > li:focus a {
    color: rgb(255,255,255,1) !important;
}
.nav-tabs > li > a {
    color: rgb(255,255,255,0.4);
}
.nav-tabs > li > a:hover {
    color: rgb(255,255,255,1);
}
*/

.nav-wrap {
    background: #00314F;
}
.nav-tabs > li.active a,
.nav-tabs > li:focus a {
    color: #ff0000 !important;
}
.nav-tabs > li > a {
    color: #ffffff;
}
.nav-tabs > li > a:hover {
    color: #ff0000;
}

.trip-detail .text-box:before {
    display: none;
}
.nav-tabs,
.header-box {
    font-weight: 600;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    border-color: #00314F;
    border-radius: 20px;
    text-align: center;
    font-size: 1.3em;
}
.header-box:hover {
    color: inherit;
}
.text-box .title {
    font-weight: 500;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) {
    .trip-detail .text-box {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 991px) {
    #tabs-sub-nav-header {
        /*display: none;*/
    }
}

@media only screen and (max-width: 991px) {
    .nav-tabs > li {
        border: 0;
        float: none;
        display: inline-block;
        margin: 0;
        padding: 10px 5px;
        width: 32%;
        text-align: center !important;
    }
}
@media only screen and (max-width: 620px) {
    .nav-tabs > li {
        border: 0;
        float: none;
        display: inline-block;
        margin: 0;
        padding: 5px 5px;
        width: 49%;
        text-align: center !important;
    }
    .nav-tabs > li:nth-child(odd) {
        border-right: 1px #ccc solid;
    }
}

.trip-detail {
    padding-top: 45px !important;
    padding-bottom: 45px;
}

.trip-detail .text-box,
.trip-detail .detail {
    border-color: #EEF0F5;
    background-color: #EEF0F5;
    border-radius: 20px;
    box-shadow: none;
    margin-bottom: 20px !important;
}
.detail-accordion li,
.detail-accordion li.active {
    border: none;
    box-shadow: none;
    margin-bottom: 60px;
}
.detail-accordion li > a {
    background-color: #00314F;
    color: #fff;
    padding-left: 30px;
    border-radius: 20px 20px 20px 20px;
}
.detail-accordion li.active > a {
    border-radius: 20px 20px 0 0;
}
.detail-accordion .slide {
    margin-top: 0;
    padding: 0 20px;
    background-color: #E2E5ED;
    border-radius: 0 0 20px 20px;
}
.detail-accordion .slide-holder {
    padding: 30px 0 30px 0;
    border-top: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
}
.detail-accordion .title {
    font-weight: 500;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: 0;
}
.detail-accordion > li:before {
    display: none;
}
.detail-accordion > li:after {
    display: none;
}
.detail-accordion > li.active > a:after {
    color: #fff;
}

/*
FAQ Accordion
 */

.detail-accordion.faq li > a {
    background-color: #D6DAE6;
    color: #00314F;
    padding-right: 50px;
}
.detail-accordion.faq > li > a:after,
.detail-accordion.faq > li.active > a:after {
    color: #00314F;
}
.detail-accordion.faq .slide {
    background-color: #fff;
    border: 1px solid #D6DAE6;
    padding-bottom: 0;
}
.detail-accordion.faq .slide-holder {
    padding-bottom: 0;
}
.detail-accordion.faq li,
.detail-accordion.faq li.active {
    border: none;
    box-shadow: none;
    margin-bottom: 20px;
}
.btn-round.faq-filter {
    margin-top: 0;
    padding: 6px 0;
    text-align: center;
    border-radius: 25px;
    background: #17709C;
    color: #fff;
    border: 2px solid #17709C;
    text-transform: none;
    font-style: normal;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-shadow: none;
    font-size: 16px;
    letter-spacing: 1px;
}
#date-tabs li.active .btn-round.faq-filter,
#date-tabs li .btn-round.faq-filter:hover,
.btn-round.faq-filter.active,
.btn-round.faq-filter:hover {
    background: #FF001A;
    border: 2px solid #FF001A;
    color: #fff !important;
}

body.partners .btn-round.faq-filter,
body.faq .btn-round.faq-filter {
    width: calc(25% - 30px);
    margin-left:36px;
}
body.partners .btn-round.faq-filter:first-child,
body.faq .btn-round.faq-filter:first-child {
    margin-left:0;
}
@media only screen and (max-width: 992px) {
    body.partners .btn-round.faq-filter,
    body.faq .btn-round.faq-filter {
        width: auto;
        margin-left:6px;
        padding: 6px 12px;
    }
}
@media only screen and (max-width: 700px) {
    partners.faq .btn-round.faq-filter,
    body.faq .btn-round.faq-filter {
        width: auto;
        margin-left: 6px;
        padding: 6px 10px;
        font-weight: 700;
        text-shadow: none;
        font-size: 14px;
    }
}


/*
TABS
 */

.content-block .has-tick-list ul,
.tab-pane .has-tick-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-block .has-tick-list ul li,
.tab-pane .has-tick-list ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px
}

.content-block .has-tick-list ul li:before,
.tab-pane .has-tick-list ul li:before,
.tab-pane .content-list.tick-list li:before {
    position: absolute;
    left: 8px;
    top: 4px;
    color: #60943d;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
}
#date-tabs .nav-tabs {
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 0;
}
#date-tabs ul li {
    margin: 0;
    border-bottom: 4px solid #000;
    display: block;
    width: 33.3333%;
    float: left;
}

.tab-container .nav-tabs .btn-signup {
    background: #17709C;
    border-radius: 20px;
    padding: 5px 40px;
    margin-top: -4px;
}
.tab-container .nav-tabs .btn-signup:hover {
    background: #1db954;
    color: #fff;
    transition: all .3s linear;
}
.tab-pane .detail .img-container {
    margin: 20px 60px;
    text-align: center;
}
@media screen and (max-width: 500px) {
    .tab-pane .detail .img-container {
        margin: 20px 10px;
    }
}
.tab-pane .detail .img-container img {
    margin-bottom: 40px;
}
.accordion-group .panel,
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 20px;
}
.panel-default {
    border-color: #D6DAE6;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #D6DAE6;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.accordion-group h4.panel-title a,
.panel-group.date-selector h4 a {
    margin: -1px -1px 0 -1px;
    background-color: #17709C;
    border: 1px solid #17709C;
    display: block;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    padding: 0 0 0 40px;
    vertical-align: middle;
    border-radius: 20px 20px 0 0;
    position: relative;
    -webkit-transition: 20ms;
    transition: 20ms;
}
.sidebar .panel-heading a:after {
    display: none;
}
.accordion-group h4.panel-title a.collapsed,
.panel-group.date-selector h4 a.collapsed {
    border-radius: 20px 20px 20px 20px;
    -webkit-transition: 20ms;
    transition: 20ms;
}
.accordion-group h4.panel-title a .fa.fa-chevron-down,
.panel-group.date-selector h4 a .fa.fa-chevron-down {
    position: absolute;
    right: 20px;
    top: 14px;
    color: #87A5C1;
    -webkit-transition: 20ms;
    transition: 20ms;
}
.accordion-group h4.panel-title a.collapsed .fa.fa-chevron-down,
.panel-group.date-selector h4 a.collapsed .fa.fa-chevron-down {
    transform: rotate(-90deg);
    -webkit-transition: 20ms;
    transition: 20ms;
}
table.table {
    min-width: 600px;
}
.table-striped tbody tr:nth-child(even) {
    background: #D6DAE6;
}
.table-striped tbody tr:nth-child(odd) {
    background: #fff;
}
.demo-wrapper table.table-striped tbody tr.head td {
    font-weight: 700;
    padding-top: 0;
    padding-bottom: 0;
}
.demo-wrapper table.table-striped tbody tr.head td:nth-child(4) .btn.btn-default:active,
.demo-wrapper table.table-striped tbody tr.head td:nth-child(4) .btn.btn-default:before,
.demo-wrapper table.table-striped tbody tr.head td:nth-child(4) .btn.btn-default {
    background: none;
    color: #000;
    border: none;
    box-shadow: none;
}
.demo-wrapper table.table-striped tbody tr.head td:nth-child(4) .btn.btn-default:hover {
    background: none !important;
    border-radius: 0;
    border:none !important;
    cursor: text;
}
.table-striped tbody tr.data td:first-child {
    padding-left: 20px;
}
@media screen and (max-width: 767px) {
    body.account .demo-wrapper .data-table td:before {
        content: attr(data-label) ': ';
        width: 6em;
    }
}
@media screen and (min-width: 768px) {
    body.account .demo-wrapper .data-table td:before {
        content: '';
        width: auto;
    }
}
.panel-group table.table .btn.btn-default {
    background: #17709C;
    border-radius: 20px;
    padding: 5px 0;
    margin-right: 10px;
    text-transform: none;
    border: none;
    width: 155px;
    text-align: center;
}
.panel-group table.table .btn.btn-default.selected {
    background: #00314F;
}
.panel-group table.table .btn.btn-default:before {
    background: none;
}
.panel-group table.table .btn.btn-default:hover {
    background-color: #1db954;
    border: none;
}
@media only screen and (max-width: 992px) {
    div.row.education-date-container {
        margin-left: -50px;
    }
    div.row.education-date-container .demo-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    table.data-table.education-dates {
        min-width: 200px;
    }
    .table-striped tbody tr.data td:first-child {
        padding-left: 10px;
    }

}
@media only screen and (max-width: 768px) {
    .bg-rounded-blue table.table tbody tr td,
    .demo-wrapper table.table tbody tr td {
        padding: 10px;
        line-height: 1.2em;
    }
    .date-selector .table-striped tbody tr:nth-child(even),
    .bg-rounded-blue .table-striped tbody tr:nth-child(even) {
        background: #fff;
    }
    .date-selector .data-table td.btnHolder:before,
    .bg-rounded-blue .demo-wrapper .data-table td.btnHolder:before {
        content: attr(data-label) ' ';
    }
    .date-selector .table-striped tbody td.btnHolder .btn.pull-right,
    .bg-rounded-blue .table-striped tbody td.btnHolder .btn.pull-right {
        float: none !important;
    }
    .panel-group table.table .btn.btn-default {
        background: #17709C;
        border-radius: 20px;
        padding: 5px 25px;
        margin-right: 10px;
        width: auto;
        text-transform: none;
        border: none;
        text-align: center;
    }
    .panel-group table.table {
        font-size: .9em;
        min-width: 1px;
    }
}
body.educationExam #date-tabs ul.nav-tabs li a.faq-filter {
    width: 100%;
}
body.educationExam .table tr td:first-child {
    padding-left: 20px;
}
body.educationExam .table tr td a.btn.btn-default {
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 20px;
}
body.educationExam .table tr td a.btn.btn-default:hover {
    background-color: #1db954;
    border-color: #1db954;
}


@media only screen and (max-width: 640px) {
    body.educationExam .table > :not(:first-child) {
        border-top: 1px #ddd solid;
    }
    body.educationExam .table tr td:first-child {
        padding-left: 10px;
    }
    body.educationExam .table thead {
        display: none;
    }
    body.educationExam .table .hide-mobile {
        display: none;
    }
    body.educationExam .table tr td.no-label:before {
        content: '';
    }
    body.educationExam #date-tabs ul.nav-tabs li {
        display: block;
        float: none;
        width: 100%;
        border-right: none;
    }
}

#summary {
    background-color: #D6DAE6;
    border-radius: 20px;
    min-height: 300px;
}
#summary .header {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: normal;
    background-color: #00314F;
    color: #fff;
    text-align: center;
    border-radius: 20px 20px 0 0;
    height: 50px;
    line-height: 50px;
    font-weight: 600;
}
#summary table {
    margin: 20px 0 0 20px;
}
#summary table td {
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    letter-spacing: normal;
}
#summary table td.title {
    color: #00314F;
    font-weight: 600;
}
#summary table td.price {
    color: #00314F;
    font-weight: 600;
}
#summary .btn.btn-default {
    background: #24CD30;
    border-radius: 20px;
    padding: 5px 40px;
    margin: 20px auto;
    text-transform: none;
    border: none;
}
#summary .btn.btn-default:before {
    background: none;
}
#summary .btn.btn-default:hover {
    background-color: #ff0000;
    border: none;
}
/*
.btn.btn-h-slide:before,
.btn.btn-default:before {
    content: '';
    width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: none;
    transition: none;
}
*/
/******************************************
LISTING
*****************************************/

section.product-listing {
    padding: 80px 0 80px 0;
}
section.product-listing div.bg-rounded-blue {
    background-color: #D6DAE6;
    padding: 20px 60px 20px 60px;
    border-radius: 30px;
    margin-left: -60px;
    margin-right: -60px;
    position: relative;
}
section.product-listing img.sa-mountain {
    position: absolute;
    width: 150px;
    top: -45px;
    left: 10px;
}

section.product-listing .listing {
    padding: 40px 0 0 0;
}

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

    section.product-listing {
        padding: 0 0 20px 0;
    }
    section.product-listing div.bg-rounded-blue {
        background-color: #D6DAE6;
        padding: 20px 20px 20px 20px;
        border-radius: 30px;
        margin-left: 5px;
        margin-right: 5px;
        position: relative;
    }
    section.product-listing img.sa-mountain {
        position: absolute;
        width: 150px;
        top: -45px;
        left: 10px;
    }

    section.product-listing .listing {
        padding: 40px 0 0 0;
    }

}


section.product-listing .list-item-row {
    border-radius: 25px;
    background: #fff;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    padding: 20px;
    margin-bottom: 40px;
}
section.product-listing .list-item-row .img-container {
    float: left;
    width: 300px;
}
section.product-listing .list-item-row .info-container {
    float: left;
    padding: 0 40px 10px 20px;
    width: calc(100% - 480px);
    position: relative;
}
section.product-listing .list-item-row .info-container h3 {
    padding-top: 5px;
    padding-bottom: 0;
    font-weight: 700;
    font-size: 1.4em;
    color: #00314F;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
section.product-listing .list-item-row .info-container h3 .duration {
    float: right;
    border-left: solid 1px #70707066;
    margin-top: -5px;
    padding: 5px 0 5px 20px;
    color: #17709C;
}
section.product-listing .list-item-row .info-container .loc-container {
    position: absolute;
    bottom: 0;
    left: 20px;
}
section.product-listing .list-item-row .info-container .loc-container .country {
    float: left;
    margin-right: 20px;
}
section.product-listing .list-item-row .info-container .loc-container .marker {
    float: left;
}
section.product-listing .list-item-row .btn-container {
    float: left;
    text-align: center;
    border-left: solid 1px #70707066;
    padding: 10px 20px 0 20px;
    width: 180px;
    position: relative;
}
section.product-listing .list-item-row .btn-container .price-start {
    display: block;
    color: #17709C;
    margin-bottom: 20px;
    font-style: italic;
    font-weight: 700;
    font-size: 1.4em;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
section.product-listing .list-item-row .btn-container .price {
    display: block;
    color: #00314F;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.4em;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
section.product-listing .list-item-row .btn-container .btn {
    color:#fff;
    border: none;
    border-radius: 20px;
    padding: 5px 30px;
    background-color: #00314F;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 1.4em;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-transform: none;
    position: absolute;
    left: 20px;
    bottom: 0;
}
section.product-listing .list-item-row .btn-container .btn:hover {
    background-color: #ff0000;
    transition: all .3s linear;
}

section.product-listing .paging.bg-rounded-blue {
    margin-top: 40px;
    padding: 0;
}
section.product-listing .paging.bg-rounded-blue .pagination-wrap {
    padding: 25px 20px;
    text-align: center;
    background: none;
    box-shadow: none;
}

@media (min-width: 481px) and (max-width: 992px) {
    section.product-listing .list-item-row .img-container {
        width: 150px;
    }
    section.product-listing .list-item-row .info-container {
        float: left;
        padding: 0 40px 30px 20px;
        width: calc(100% - 150px);
        position: relative;
        margin-bottom: 10px;
    }
    section.product-listing .list-item-row .btn-container {
        float: none;
        width: 100%;
        border-left: none;
        padding: 10px 0 0 170px;
    }
    section.product-listing .list-item-row .btn-container .price-start {
        width: auto;
        float: left;
        margin-right: 20px;
    }
    section.product-listing .list-item-row .btn-container .price {
        width: auto;
        float: left;

    }
    section.product-listing .list-item-row .btn-container .btn {
        float: right;
        position: relative;
        margin-right: 20px;
    }
}
@media (max-width: 480px) {
    section.product-listing .list-item-row .img-container {
        width: 100%;
        float: none;
    }
    section.product-listing .list-item-row .img-container img.img-responsive {
        margin-left: auto;
        margin-right: auto;
        max-width: 70%;
    }
    section.product-listing .list-item-row .info-container {
        float: left;
        padding: 10px 0 0 0;
        width: 100%;
        position: relative;
        border-bottom: solid 1px #70707066;
    }
    section.product-listing .list-item-row .info-container h3 {
        padding-top: 5px;
        padding-bottom: 0;
        font-weight: 700;
        font-size: 1.4em;
        color: #00314F;
        font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
        display: block;
        position: relative;
        height: 3.2em;
        border-bottom: #70707066 solid 1px;
    }
    section.product-listing .list-item-row .info-container h3 .duration {
        position: absolute;
        left: 0;
        bottom: 0;
        border-left: none;
        margin-top: 5px;
        padding: 5px 0 10px 20px;
        color: #17709C;
    }
    section.product-listing .list-item-row .info-container .loc-container {
        position: relative;
        margin-top: 10px;
        margin-bottom: 15px;
        left: auto;
        bottom: auto;
    }
    section.product-listing .list-item-row .btn-container {
        float: none;
        width: 100%;
        border-left: none;
        padding: 10px 0 0 0;
    }
    section.product-listing .list-item-row .btn-container .price-start {
        width: auto;
        float: left;
        margin-right: 20px;
    }
    section.product-listing .list-item-row .btn-container .price {
        width: auto;
        float: left;

    }
    section.product-listing .list-item-row .btn-container .btn {
        float: right;
        position: relative;
        margin-right: 20px;
    }
}

.pagination-wrap li a {
    color: #fff;
    font-weight: 600;
}

.pagination-wrap li.active a {
    color: #00314F;
    border: none;
    background: none;
    font-weight: 800;
}
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #00314F;
    background: none;
    border: none;
    cursor: default;
}
.pagination-wrap li a {
    color: #00314F;
}
.pagination-wrap li.active a:hover,
.pagination-wrap li a:hover {
    background: #ff0000;
    color: #fff;
    border: 1px solid #f8f8f8;
}


/******************************************
REVIEWS
*****************************************/

.testimonial-holder.parallax:before {
    background: rgba(0, 0, 0, .7);
}
#testimonial-home-slide {
    background: none;
    padding-top: 30px;
    padding-bottom: 30px;
}
.testimonial-holder {
    color: #fff;
}
.testimonial-holder h3 {
    font-weight: 600;
    color: #fff;
}
.testimonial-holder blockquote cite {
    border-bottom: none; /*1px solid #000;*/
}
.testimonial-holder blockquote cite:after {
    background: none; /*#000*/;
}
.testimonial-holder .owl-pagination .owl-page span:before {
    border: 1px solid #fff;
}
.testimonial-holder .owl-pagination .owl-page span:after {
    background: #fff;
}
@media only screen and (min-width: 992px) {
    .testimonial-holder blockquote .text {
        padding-left: 0;
    }
    .testimonial-holder .owl-pagination {
        padding-left: 0;
    }
}

/******************************************
MEMBERSHIP
*****************************************/
/*
body.membership .banner-inner .btn-banner {
    background: #17709C;
    border: 2px solid #17709C;
}
body.membership .banner-inner .btn-banner:hover {
    background-color: #1db954;
    border-color: #1db954;
    color: #fff;
    text-shadow: none;
}
*/

.membership-brands {
    font-size: 1.3em;
}
.membership-brands > div {
    text-align: center;
}
.membership-brands .img-holder {
    padding: 15px;
    height: 120px;
    text-align: center;
    vertical-align: bottom;
}
.membership-brands .img-holder > img {
    max-height: 90%;
    display: inline;
}

.membership-nodes {
    font-size: 1.2em;
}
.membership-nodes > div {
    color: #fff;
    margin-bottom: 40px;
}
.membership-nodes .img-holder {
    padding: 0;
    height: 70px;
    text-align: left;
    vertical-align: bottom;
}
.membership-nodes .img-holder > a > img,
.membership-nodes .img-holder > img {
    display: inline;
    max-width: 60%;
    max-height: 60px;
}

.membership-info {
    margin-top: 40px;
}
.membership-info h3 {
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.8em;
    letter-spacing: 0;
}
.membership-info ul {
    text-align: center;
    list-style-position: inside;
    font-size: 1.3em;
}
.btn-membership-container {
    margin-top: 60px;
    margin-bottom: 40px;
    /*margin-left: -80px;*/
    /*margin-right: -80px;*/
}
.btn-membership {
    color: #fff;
    background: #17709C;
    border-radius: 10px;
    padding: 10px 60px;
    text-transform: none;
    border: none;
    font-weight: 800;
    font-size: 1.4em;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

body.membership .content-block h3 {
    font-size: 1.4em;
    margin-bottom: 20px;
}

.content-block .has-tick-list ul li{
    padding-left: 30px;
    font-size: 1.2em;
}

.content-block .has-tick-list ul li:before {
    left: 0;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: 18px;
}

@media (max-width: 440px) {
    .btn-membership {
        padding: 10px 20px;
        font-size: 1.2em;
    }
    .membership .jobservice.has-shade-block div.blue-shade-left-down {
        background: #00314F;
        width: 250px;
        height: 300px;
        position: absolute;
        left: 5px;
        bottom: -12px;
    }
}
.btn-membership:hover {
    background: #FF0000FF;
    border-color: #FF0000FF;
    color: #fff;
    text-shadow: none;

}

/******************************************
SNOWSPORTS CONNECT
*****************************************/

main.snowsports-connect ul.tick-list {
    margin-top: 20px;
    text-align: left;
}
main.snowsports-connect ul.tick-list li {
    margin-bottom: 20px;
}
main.snowsports-connect .content {
    font-size: 1.3em;
}
main.snowsports-connect .content p {
    text-align: center;
}
main.snowsports-connect .content h3 {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0;
    margin-top: 40px;
}

/******************************************
CONTACT FORM
*****************************************/

section.content-block.contact-row > div.container {
    position: relative;
}
section.content-block.contact-row .content-heading {
    margin-bottom: 50px;
}
section.content-block.contact-row .main-subtitle {
    font: 1.4em / 1.71428571 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #000;
    font-size: 1.2em;
}

/******************************************
TEAM
*****************************************/

section.guide-sub div.bg-rounded-blue {
    background-color: #EEF0F5;
    padding: 20px 60px 60px 60px;
    border-radius: 30px;
    margin-left: -60px;
    margin-right: -60px;
    position: relative;
}
section.guide-sub img.sa-mountain {
    position: absolute;
    width: 150px;
    top: -45px;
    left: 10px;
}
section.guide-sub div.holder div.img-wrap img {
    border-radius: 40px;
}
.content-block.guide-sub .holder:before {
    border-radius: 40px;
}
.content-block.guide-sub .img-article .caption {
    color: #fff;
    border-radius: 20px;
    background-color: #00314F;
}
.content-block.guide-sub .holder:hover .caption {
    background: #FF0000;
    color: #fff;
}

/******************************************
SIGNUP
*****************************************/
.signup-header h3 {
    padding-top: 9px;
    font-size: 24px;
    letter-spacing: normal;
}
.signup-progress .signup-progress-bar {
    border-radius: 20px 0 20px 20px;
    background-color: #00314f;
    width: 100%;
    height: 60px;
    margin-bottom: 40px;
}
.signup-progress .signup-progress-bar .progress-step-text {
    padding-top: 10px;
    display: block;
    float: left;
    width: auto;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-left: 15px;
    margin-right: 15px;
}
.signup-progress .signup-progress-bar .progress-step-text:first-child {
    margin-left: 120px;
}
.signup-progress .signup-progress-bar .progress-step-icon {
    display: block;
    float: left;
    color: #fff;
    font-size: 28px;
    margin-left: 15px;
    padding-top: 6px;
}
.signup-progress .signup-progress-bar .progress-step-icon.selected,
.signup-progress .signup-progress-bar .progress-step-text.selected {
    color: #f00;
}
.signup-progress .signup-progress-bar .progress-divider {
    display: block;
    float: left;
    border-bottom: 5px solid #87A5C1;
    width: 65px;
    height: 32px;
}
.signup-form-container label {
    text-transform: none;
}

.select-holder {
    background-color: #fff;
    border: 1px solid #000;
}
.jcf-select.jcf-select-signup-select {
    background: none;
    box-shadow: none;
    width: 100%;
    color: #000;
}
.jcf-select.jcf-select-signup-select .jcf-select-text {
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
    color: #000;
    letter-spacing: normal;
}
.jcf-select-signup-select .jcf-list .jcf-option {
    color: #777;
    letter-spacing: normal;
}
.jcf-select .jcf-select-text {
    text-transform: none;
}
.jcf-select.jcf-select-signup-select .jcf-select-text {
    background-color: #fff;
}
.jcf-select.jcf-select-signup-select .jcf-select-opener {
    background-color: #fff;
}
.jcf-select-signup-select .jcf-list {
    border: 1px solid #000;
    margin-left: -1px;
    margin-right: -3px;
    color: #000;
}

.jcf-select.jcf-select-signup-select.jcf-drop-active .jcf-select-text {

}
.jcf-select.jcf-select-signup-select.jcf-drop-active .jcf-select-opener {

}
.jcf-select-drop.jcf-select-signup-select .jcf-list {
    background: #FFFFFFEE;
}
.jcf-select-drop.jcf-select-signup-select .jcf-option.jcf-hover {
    background: #FFFFFFEE;
}
.jcf-select.jcf-select-signup-select .jcf-select-opener:after {
    color: #000;
    right: 15px;
    content: '\e906';
    font-size: 14px;
    rotate: -90deg;
}
.jcf-select.jcf-select-signup-select.jcf-drop-active .jcf-select-opener:after {
    rotate: 0deg;
}
.booking-form [type='submit'].btn.btn-signup-next {
    width: auto;
    padding: 5px 60px;
    text-transform: none;
    background-color: #1af35b;
    border: 1px solid #1af35b;
    color: #fff;
    font-weight: bold;
    margin-top: 20px;
}
.booking-form a.btn.btn-signup-prev {
    width: auto;
    padding: 5px 60px;
    text-transform: none;
    background-color: #fff;
    border: 1px solid #666;
    color: #666;
    font-weight: bold;
    margin-top: 20px;
}
.custom-checkbox .check-input {
    width: 15px;
    height: 15px;
    border: 2px solid #9d9d9d;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 10px;
}
.custom-checkbox .check-input:after {
    content: '\e962';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    font: 10px/13px 'icomoon';
    text-align: center;
    opacity: 0;
    font-weight: bold;
}
.booking-form .form-holder {
    box-shadow: none;
    background: none;
    padding: 20px 10px;
    margin-bottom: 45px;
}
section.signup .form-holder.preview {
    border-radius: 20px 20px 0 0;
    box-shadow: none;
    background-color: #e7e7e7;
}
.booking-form label,
.twocol-form label {
    margin-bottom: 0;
    text-transform: none;
}
#frmFinish span.error,
.booking-form span.cartError,
.modal span.cartError {
    display: none;
    color: #f00;
    margin: 5px 0 15px 0;
    padding-left: 2px;
    font-style: italic;
}
.custom-checkbox input,
.custom-radio input {
    display: inline;
    visibility: hidden;
}
.btn:focus,
.btn.focus,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
    outline: none;
    outline-offset: 0;
}
.has-validation.error {
    color: #474d4b;
    padding: 4px 10px;
}
.modal .form-control,
.booking-form .form-holder .form-control,
.twocol-form .form-holder .form-control {
    border-color: #dfdfdf;
    background: transparent;
    color: #5c5e62;
    height: 40px;
}
.modal .hold.btn-holder .btn.btn-round {
    margin: 0;
    display: inline-block;
    width: auto;
}

/* datetime picker */

.dropdown-menu.datepicker-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    position: absolute;
    background: #00314f; /*rgba(23,112,156,1);*/
    color: #fff;
    border-radius: 0;
    width: 250px;
    padding: 5px;
}

.dropdown-menu.datepicker-dropdown table {
    width: 100%;
}

.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:before,
.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after {
    border-bottom-color: #252525;
}

.datepicker-dropdown.dropdown-menu.datepicker-orient-top:before,
.datepicker-dropdown.dropdown-menu.datepicker-orient-top:after {
    border-top-color: #252525;
}

.datepicker-dropdown.dropdown-menu.datepicker-orient-bottom:after {
    border-bottom-color: #252525;
}

.datepicker table tr td.day:hover,
.datepicker table tr td span:hover,
.datepicker table tr td.day.focused {
    /*background: #b0a377;*/
    /*background: #00314f;*/
    background: #EEF0F544; /*rgba(23,112,156,1)*/;
}

.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    /*background: #9a8c5a;*/
    /*background: #00314f99;*/
    background: #EEF0F566; /*rgba(23,112,156,0.8);*/
}

.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
    /*background: #b0a377;*/
    background: #00314f;
}

.datepicker table tr td.day.focused,
.datepicker table tr td span.focused {
    /*background: #c3b997;*/
    /*background: #00314f99;*/
    background: #EEF0F544; /*rgba(23,112,156,1)*/;
}

.datepicker table tr td.old:hover,
.datepicker table tr td span.new:hover,
.datepicker table tr td span.old:hover,
.datepicker table tr td.new:hover {
    background: none;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
    /*background: #474d4b;*/
    /*background: #00314f66;*/
    background: rgba(23,112,156,0.4);
    color: #fff;
}

@media only screen and (min-width: 992px) {
    main.signup {
        margin-top: 60px;
    }
    section.content-block.signup {
        padding: 80px 0 60px 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1300px) {
    main.signup {
        margin-top: 0;
    }
    section.content-block.signup {
        padding: 80px 0 60px 0;
    }
    main.signup .signup-header {
        margin-top: 40px;
    }
    .signup-progress .signup-progress-bar .progress-step-text:first-child {
        margin-left: 40px;
    }
    .signup-progress .signup-progress-bar .progress-divider {
        display: block;
        float: left;
        border-bottom: 5px solid #87A5C1;
        width: 35px;
        height: 32px;
    }
}
@media only screen and (max-width: 991px) {
    main.signup {
        margin-top: 20px;
    }
    section.content-block.signup {
        padding: 0 0 20px 0;
    }
    .signup-header h3 {
        padding: 0 10px;
    }
    .signup-progress .signup-progress-bar {
        border-radius: 20px 20px 20px 20px;
        margin-bottom: 10px;
    }
    .signup-progress .signup-progress-bar .progress-step-text {
        padding-top: 10px;
        display: block;
        float: left;
        width: 20%;
        margin-left: 0;
        margin-right: 0;
    }
    .signup-progress .signup-progress-bar .progress-step-icon {
        display: block;
        float: left;
        color: #fff;
        font-size: 28px;
        margin-left: 0;
        width: 20%;
    }
    .signup-progress .signup-progress-bar .progress-step-text:first-child {
        margin-left: 0;
    }
    main.signup .select-holder {
        margin-right: 0;
    }
    .booking-form a.btn.btn-signup-prev {
        width: auto;
        padding: 5px 20px;
        margin-top: 20px;
    }
    .booking-form [type='submit'].btn.btn-signup-next {
        width: auto;
        padding: 5px 20px;
        margin-top: 20px;
        float: right;
    }
    main.signup .signup-form-container.form-holder .wrap.text {
        padding: 20px 10px;
    }
    #signup-summary img {
        max-width: none;
        width: 100%;
        height: auto;
    }
}

/**************
NSI Account check => Cropper Tool
***************/

#accountcheckPhotoCropper .docs-preview {
    position: relative;
    width: 345px;
    height: 230px;
    margin: 0 0 10px -10px;
}
#accountcheckPhotoCropper .docs-preview .img-preview {
    position: absolute;
    top:42px;
    left: 183px;
    width: 120px;
    height: 147px;
}
#accountcheckPhotoCropper .docs-preview img {
    position: absolute;
    top: 0;
    left:0;
    width: 345px;
    height: 230px;
}
#accountcheckPhotoCropper #actions {
    margin-top: 5px;
    margin-bottom: 10px;
}
@media (max-width: 375px) {
    #accountcheckPhotoCropper .docs-preview,
    #accountcheckPhotoCropper .docs-preview img {
        width: 300px;
        height: 200px;
    }
    #accountcheckPhotoCropper .docs-preview .img-preview {
        top:37px;
        left: 159px;
        width: 104px;
        height: 128px;
    }
}
@media (max-width: 320px) {
    #accountcheckPhotoCropper .docs-preview,
    #accountcheckPhotoCropper .docs-preview img {
        width: 270px;
        height: 180px;
    }
    #accountcheckPhotoCropper .docs-preview .img-preview {
        top: 33px;
        left: 143px;
        width: 94px;
        height: 115px;
    }
}
/* Fix for pop-up pages, chat button covers close button */
div.pp_pic_holder.pp_default {
    z-index: 16000160 !important;
}

.formDatesOptions a[rel^='prettyPhoto'] {
    margin-top: -6px;
    font-size: 12px;
}

/**************
AUSWEIS / NSI
***************/

.signup-title {
    padding: 10px 15px;
    color: #fff;
    background-color: #00314F;
}
.signup-body {
    display: none;
    border: 1px #dddddd;
}
.signup-body.open {
    display: block;
}
.typeSwitchContainer {
    margin: 10px 10px 5px 10px;
    padding: 5px 0 15px 2px;
    border-bottom: 1px solid #ccc;
}
.signup-title.selected:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    float: right;
    color: #fff;
}
.signup-title.done {
    cursor: pointer;
}
.signup-title.done:after {
    font-family: 'Glyphicons Halflings';
    content: "\e080";
    float: right;
    color: #fff;
    cursor: pointer;
}

.customerFilesContainer .fileUploadContainer {
    margin: 10px 0;
}
.customerFilesContainer .fileUploadContainer input {
    display: inline;
}
.customerFilesContainer .fileUploadContainer .fa-times-circle {
    color: transparent;
    font-size: 20px;
}
.customerFilesContainer .fileUploadContainer .fa-times-circle.selected {
    color: #ed3d42;
}
.customerFilesContainer .fileUploadContainer .fa-times-circle.selected:hover {
    cursor: pointer;
}

.btn.btn-default {
    border-color: #00314F;
    background: #00314F;
    text-transform: none;
    border-radius: 25px;
    padding: 8px 60px;
}
.btn.btn-default:hover {
    background: #f00;
    border-radius: 25px;
    border-color: #f00;
}
.btn.btn-default:before {
    background: none;
}

#formContainer3 button.pull-right[type=submit] {
    margin-bottom: 20px;
}

button.btn.btn-primary[type=submit],
label.btn.btn-primary {
    border: 2px solid #00314F;
    background: #fff;
    color: #00314F;
    text-transform: none;
}

button.btn.btn-primary[type=submit]:hover,
label.btn.btn-primary:hover {
    border: 2px solid #00314F;
    background: #00314F;
    color: #fff;
}

#accountcheckPhotoCropper .docs-buttons button.btn.btn-primary:hover {
    border-color: #00314F;
    background: #00314F;
    color: #fff;
}
.cropper-container.bottom-20 {
    margin-bottom: 40px;
}

/******************
LEGACY PAGES
 ******************/

.post-intro table.table > tbody > tr > td {
    padding: 5px;
}
.post-intro table.agenda-table-desktop.table > tbody > tr > td,
.post-intro table.agenda-table-mobile.table > tbody > tr > td {
    font-size: 12px;
}
.post-intro table.table tbody tr td,
table.table thead tr td {
    vertical-align: top;
}
@media (max-width: 778px) {
    table.agenda-table-desktop {
        display: none;
    }
}
@media (min-width: 779px) {
    table.agenda-table-mobile {
        display: none;
    }
}

body.educationSingle #main ul,
body.landingPage343 #main ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

body.educationSingle #main ul li,
body.landingPage343 #main ul li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 5px
}

body.educationSingle #main ul li:before,
body.landingPage343 #main ul li:before {
    position: absolute;
    left: 8px;
    top: 4px;
    color: #60943d;
    display: inline-block;
    font: normal normal normal 16px/1 FontAwesome;
    font-size: 16px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f00c";
}

/******************
BLOG
 ******************/

.side-list.hovered-list a {
    color: #000;
}

.article.blog-article:hover .heading,
.article.blog-article:hover .heading h3 a,
.article.blog-article:hover .link-view a,
.side-list.hovered-list a:hover {
    color: #17709C;
}

@media only screen and (min-width: 768px) {
    .article .info-day {
        border-left: 1px solid #e2e2e2;
        max-width: 25%;
    }
}

/******************
Account V2
 ******************/
body.account #main {
    margin-top: 80px;
}
body.account .content-block {
    padding-top: 50px;
    padding-bottom: 20px;
}
body.account .content-block .post-intro{
    padding: 0 20px 20px 20px;
}
body.account div.content-block {
    background-color: #EEF0F5;
}
body.account #main div.top-block {
    padding: 80px 0 0 0;
}
@media only screen and (max-width: 990px) {
    body.account #main {
        margin-top: 0;
    }
    body.account #main section.top-block {
        padding: 20px 0 0 0;
    }
}
.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-linear-gradient(#87a5c1 20%, #87a5c1 90%);
    background-image: -moz-linear-gradient(#87a5c1 20%, #87a5c1 90%);
    background-image: -o-linear-gradient(#87a5c1 20%, #87a5c1 90%);
    background-image: linear-gradient(#87a5c1 20%, #87a5c1 90%);
    color: #fff;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
body.account div.customer-card-container {
    position: relative;
}
body.account div.customer-card-container div.photo-shade-right-up {
    background: #00314F;
    width: 220px;
    height: 180px;
    position: absolute;
    right: -15px;
    top: -15px;
    border-radius: 20px;
}
body.account div.customer-card {
    /* background-color: #E2E5ED; */
    position: relative;
    background-color: #FFF;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
body.account div.customer-card div.customer-data table {
    margin-left: 10px;
}
body.account div.customer-card div.customer-data {
    position: relative;
    width: calc(100% - 202px);
    float: left;
}
body.account div.customer-card div.customer-data table td {
    padding: 2px 6px 2px 0;
}
body.account div.customer-card div.customer-photo {
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
    width: 180px;
    float: left;
    border-left: 2px solid #ccc;
}
body.account div.customer-card div.customer-photo .photo-container {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-size: cover;
    background-position-y: -10px;
}
body.account div.account-btn-container {
    margin: 40px -20px 20px -20px;
}
body.account div.account-btn-container .btn-account-tab {
    display: block;
    width: calc(33% - 40px);
    margin: 0 20px 20px 20px;
    float: left;
    background-color: #87a5c1;
    border-radius: 15px;
    padding: 10px 12px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 4px 10px 0 rgba(0, 0, 0, 0.19);
    border: 4px solid #fff;
    color: #fff;
}
body.account div.account-btn-container .btn-account-tab:hover,
body.account div.account-btn-container .btn-account-tab.selected {
    font-weight: bold;
    background-color: #00314f;
    cursor:pointer;
}
body.account div.account-btn-container .btn-account-tab i.fa-solid {
    color: #000;
    margin: 0 8px 0 0;
}
#customer-card-edit,
#customer-photo-edit {
    position: absolute;
    top:0;
    right: 0;
}
body.account .account-table-container {
    background-color: #fff;
    border-radius: 15px;
    padding: 15px;
}
body.account .account-table-container table th,
body.account .account-table-container table td {
    vertical-align: top;
    text-align: left;
    padding: 0 5px 0 0;
}
body.account .table span.data-label {
    display: none;
}
@media only screen and (max-width: 550px) {
    body.account div.customer-card-container {
        height:340px;
    }
    body.account div.customer-card {
        box-shadow: none;
        border-radius: 0;
        background-color: transparent;
    }
    body.account div.customer-card div.customer-photo {
        position: absolute;
        top: 0;
        left: calc(50% - 90px);
        margin: 0;
        padding: 0;
        width: 180px;
        float: none;
        border-left: none;
    }
    body.account div.customer-card div.customer-data {
        position: absolute;
        width: calc(100% - 20px);
        float: none;
        margin: 0;
        top: 180px;
        left: 10px;
        background-color: #FFF;
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    body.account div.customer-card-container div.photo-shade-right-up {
        background: #00314F;
        width: 70px;
        height: 90px;
        position: absolute;
        right: 0;
        top: 172px;
        border-radius: 20px;
    }
    body.account div.account-btn-container .btn-account-tab {
        width: calc(50% - 20px);
        margin: 0 10px 10px 10px;
        padding: 10px 0 10px 12px;
        font-size: 0.9em;
    }
}
/* Responsive Cart Table */
@media only screen and (max-width: 768px) {
    body.account table.table {
        width: 100% !important;
        min-width: 1px;
    }
    body.account table.table tbody tr {
        border: none !important;
        margin-bottom: 15px;
        border-bottom: 1px solid #ddd !important;
    }
    body.account .table thead {
        display: none;
    }
    body.account .table tr th,
    body.account .table tr td {
        display: block;
        margin-bottom: 2px;
    }
    body.account .table tr td:first-child {
        margin-top: 10px;
    }
    body.account .table tr td:last-child {
        margin-bottom: 10px;
    }
    body.account .table tr th:after,
    body.account .table tr td:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
    }
    body.account .table span.data-content,
    body.account .table span.data-label {
        display: block;
        float: left;
        word-wrap: break-word;
    }
    body.account .table span.data-label {
        font-weight: bold;
        width: 70px;
    }
    body.account .table span.data-content {
        width: calc(100% - 70px);
    }
}
/******************
jQuery UI
 ******************/

.ui-widget-content {
    border: none;
    background-color: #00314F;
    background-image: none;
    color: #FFF;
    padding: 10px 20px !important;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-radius: 20px;
}

/* Move reCAPTCHA v3 badge to the left */

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 4px !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}

/******************
jQuery UI
 ******************/

article.product-cards div.bg-rounded-blue {
    /* background-color: #E2E5ED; */
    background-color: #EEF0F5;
    padding: 20px 60px 60px 60px;
    border-radius: 30px;
    margin-left: -60px;
    margin-right: -60px;
    position: relative;
}