/* General */

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    padding-top: 129px;
}

a,
.btn-link {
    transition: all 0.2s ease-in-out;
    color: #0bc1b8; /*#0bc1b8;*/
}

a:hover,
.btn-link:hover {
    text-decoration: underline;
    color: #0bc1b8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
}

main {
    padding: 30px 0;
}

.body-home main {
    padding: 0;
}

.nopadding {
    padding-left: 0;
    padding-right: 0;
}

.container-main {
    max-width: 1140px;
    padding: 20px;
}

.optional {
    font-size: 10px;
    vertical-align: text-top;
}

h1 {
    margin-bottom: 30px;
}

.cart {
    position: relative;
}

.overlay-loading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    z-index: 2;
}

.overlay-loading i {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
}

.form-control {
    border-radius: 3px;
}

.form-control:focus {
    border: 1px solid #2b579a;
    box-shadow: none;
}

.btn-success,
.btn-primary {
    color: #fff;
    background-color: #0bc1b8;
    border: none;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px 8px 20px;
    cursor: pointer;
}

.btn-success:hover,
.btn-primary:hover {
    background-color: #00b4ab;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-success:not([disabled]):not(.disabled).active,
.btn-success:not([disabled]):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #00b4ab;
    border: none;
    box-shadow: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-success.focus,
.btn-success:focus {
    box-shadow: none;
    background-color: #00b4ab;
}

/* Cookie consent */

.cookie-consent {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 300px;
    box-sizing: border-box;
    padding: 20px;
    background: rgba(0, 0, 0, 0.8);
    font-family: inherit;
    z-index: 99999;
}

.cookie-consent__message {
    font-size: 16px;
    color: #fff;
}

.cookie-consent__agree {
    width: 100%;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 14px;
    background: #fff;
    border: 0;
    cursor: pointer;
    padding: 6px;
}

/* Shop */

.product {
    margin-bottom: 2%;
    background: #ebedf0;
    width: 23.5%;
    margin-right: 2%;
    float: left;
}

.product:nth-child(4n) {
    margin-right: 0;
}

.product .product-image {
    width: 100%;
    padding-bottom: 75%;
    background: #ccc;
    background-size: cover;
    background-position: center center;
    position: relative;
    display: block;
}

.product-image-label {
    position: absolute;
    top: 4px;
    left: 4px;
    padding: 2px 8px;
    font-weight: bold;
    font-size: 12px;
    background: #0bc1b8;
    color: #fff;
    text-transform: uppercase;
}

.product-info {
    padding: 20px;
    text-align: center;
}

.product-name {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    height: 80px;
    color: #000;
}

.product-price {
    font-size: 16px;
    background: #4f5c6e;
    color: #FFF;
    padding: 8px;
    display: inline-block;
    margin: 0 auto 5px auto;
    line-height: 16px;
}

.product-original-price {
    vertical-align: text-top;
    font-size: 12px;
    color: #ccc;
}

.product-info .btn {
    display: block;
}

.product-addtocart {
    display: block;
}

.product .fa-cart-plus,
.single-product .fa-cart-plus {
    margin-left: 5px;
}

.product-info .btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.single-product .form-control {
    border-radius: 3px;
    text-align: center;
    padding: 8px;
}

#order .mb-4 {
    margin: 40px 0 32px 0 !important;
}

.checkout-cart-div {
    margin-bottom: -6px;
}

.empty-cart {
    text-align: center;
}

#currencySwitcher {
    width: 90px;
    margin-top: 10px;
    height: 30px;
    margin-left: 10px;
}

/* Top Header */

#top-header {
    background: #ebedf0;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.05rem;
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    z-index: 999;
}

.top-flags {
    vertical-align: top;
}

.top-flags img {
    margin-right: 5px;
    margin-top: 17px;
    width: 27px;
}

.top-buttons,
.top-cart {
    display: inline-block;
    vertical-align: middle;
}

.top-buttons a {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
}

.top-buttons a:first-child {
    border-right: 1px solid #a6adb3;
    padding-right: 20px;
    margin-right: 20px;
}

.top-buttons a:last-child {
    margin-right: 20px;
}

.top-buttons a:hover {
    text-decoration: none;
    color: #0bc1b8;
}

.top-cart {
    height: 50px;
    background: #204378;
    padding: 13px 17px 0 17px;
    position: relative;
}

.top-cart a {
    color: #FFFFFF;
}

.top-cart #cart-quantity {
    border-radius: 50%;
    background: #0bc1b8;
    color: #FFFFFF;
    position: absolute;
    top: 5px;
    right: 36px;
}

.top-cart img {
    margin-left: 20px;
    width: 24px;
}

/* Header */

header {
    background: #2b579a;
    position: relative;
    padding: 12px 0;
    position: fixed;
    top: 50px;
    width: 100%;
    z-index: 99;
    transition: all 0.2s ease-in-out;
}

header .logo {
    height: 55px;
    position: relative;
    bottom: 0px;
}

.navbar {
    padding-top: 17px !important;
}

header nav ul li a {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
    margin-left: 25px;
    font-weight: 700;
}

header nav ul li a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

header nav ul li.current a {
    color: #0bc1b8;
    text-decoration: underline;
}

#navbarResponsive {
    justify-content: flex-end;
}

header.small-header {
    padding: 7px 0;
    transition: all 0.2s ease-in-out;
}

header.small-header .logo {
    height: 40px;
    margin-top: 5px;
    transition: all 0.2s ease-in-out;
}

.small-header .navbar {
    padding-top: 12px !important;
}

/* Frontpage */

#hero {
    background: transparent url(/media/hero.jpg) no-repeat center top;
    background-size: cover;
    min-height: 475px;
    position: relative;
}

.blue-box {
    background: rgba(43, 87, 154, 0.9);
    padding: 40px 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #FFFFFF;
    font-family: 'Roboto Slab', serif;
}

.hero-arrow {
    position: absolute;
    left: 50%;
    bottom: -26px;
    transform: translate(-50%, 0);
    cursor: pointer;
}

.hero-arrow img {
    height: 54px;
}

.hero-thin {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 25px;
}

.hero-medium {
    font-size: 46px;
    font-weight: 400;
    margin-bottom: 20px;
}

.hero-bold {
    font-size: 55px;
    font-weight: 700;
}

.blue-box .divider:first-of-type {
    margin: 0 0 15px 0;
}

#services {
    background: #ebedf0;
    padding: 80px 0;
}

#services img {
    height: 120px;
}

#services h2 {
    margin: 20px 0 30px 0;
    font-size: 20px;
}

#services .blue-btn {
    background: #0bc1b8;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 9px 25px 8px 25px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s ease-in-out;
}

#services .blue-btn:hover {
    text-decoration: none;
    background: #00b4ab;
}

.read-more-link {
    color: #666 !important;
    padding-top: 6px;
    display: inline-block;
}

#prices {
    padding: 80px 0;
}

#prices h2 {
    margin-bottom: 25px;
}

#prices .section-divider {
    margin-top: 5px;
}

#prices .table-responsive {
    margin-top: 70px;
}

#prices table {
    table-layout: fixed;
}

#prices .table-striped tbody tr {
    background: #ced2d5;
}

#prices .table-striped tbody tr:nth-of-type(odd) {
    background-color: #ebedf0;
}

#prices .table th,
#prices .table td {
    border-right: 2px solid #FFFFFF;
}

#prices .table th {
    background: #a6adb3;
    color: #FFFFFF;
    border-top: none;
    border-bottom: 2px solid #FFFFFF;
    padding: 30px;
    vertical-align: top;
}

#prices .table td {
    vertical-align: middle;
}

#prices .table tr td:first-child {
    text-align: left;
}

#prices h3 {
    font-size: 24px;
    font-weight: 300;
}

#prices h3 strong {
    font-weight: 700;
}

#prices .table-btn {
    background: #f89c43;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding: 9px 25px 7px 25px;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.2s ease-in-out;
    margin-top: 15px;
}

#prices .table-btn:hover {
    background: #e08935;
    text-decoration: none;
}

#prices .fa {
    color: #0bc1b8;
}

#testimonials {
    padding: 80px;
    background: #ebedf0;
}

#testimonials h2 {
    margin-bottom: 25px;
}

#testimonials .section-divider {
    margin-top: 5px;
}

#testimonials .owl-carousel {
    margin-top: 80px;
}

#testimonials .owl-carousel img {
    max-width: 100%;
    max-height: 60px;
    width: auto;
    margin: 0 auto;
}

#testimonials .owl-dots {
    margin-top: 30px;
}

#testimonials .owl-theme .owl-dots .owl-dot.active span,
#testimonials .owl-theme .owl-dots .owl-dot:hover span {
    background: #0bc1b8;
}

button:focus {
    outline: none;
    outline: none;
}

/* Register */

.page-top-section {
    text-align: center;
    margin-bottom: 35px;
}

.register-container {
    background: #ebedf0;
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
}

/* Types */

.types li {
    background: #ced2d5;
}

.types li:nth-of-type(odd) {
    background-color: #ebedf0;
}

.types li a {
    color: #000000;
}

.types li a:hover {
    color: #0bc1b8;
}

#types-show-hide {
    display: block;
}

#types-show-hide-link {
    display: none;
}

/* Top Footer */

.top-footer {
    background: #204378;
    padding: 21px 0;
    color: #FFFFFF;
}

.top-footer .col-lg-3 div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.top-footer img {
    height: 63px;
    display: inline-block;
    vertical-align: middle;
}

.top-footer a {
    color: #0bc1b8;
}

/* Footer */

footer {
    background: #2b579a;
    color: #FFFFFF;
}

footer .container {
    background: transparent url(/media/map.png) no-repeat right center;
}

footer .col-lg-3 {
    padding: 70px 0 50px 0;
}

.footer-logo {
    width: 204px;
    margin-bottom: 20px;
}

footer .fa {
    color: #0bc1b8;
    margin-right: 8px;
}

footer .fa.fa-phone {
    margin-right: 11px;
}

footer .fa.fa-linkedin {
    margin-right: 15px;
}

footer h4 {
    margin-bottom: 18px;
}

footer a {
    color: #FFFFFF;
    text-decoration: none;
}

footer a:hover {
    color: #0bc1b8;
    text-decoration: none;
}

footer ul {
    margin: 0;
    padding-left: 17px;
}

footer ul li {
    margin-bottom: 10px;
}

/* Embedded video */

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.type-video {
    max-width: 360px;
    width: 100%;
    margin: 0 auto 30px auto;
}

/* Bottom Footer */

.bottom-footer {
    background: #204378;
    color: #FFFFFF;
    padding: 14px 0;
    font-size: 14px;
}

.lh-100 {
    line-height: 100%;
}

.original-price {
    vertical-align: text-top;
    font-size: 16px;
}

@media (max-width: 1140px) {

    .hero-thin {
        font-size: 20px;
    }

    .hero-medium {
        font-size: 36px;
    }

    .hero-bold {
        font-size: 55px;
    }

    #prices table {
        table-layout: inherit;
    }

    #prices .table th {
        padding: 20px;
    }

    #prices h3 {
        font-size: 16px;
    }

    #prices .table-btn {
        font-size: 16px;
        padding: 9px 15px 7px 15px;
        display: block;
        min-width: 125px;
    }

}

@media (max-width: 992px) {

    h1 {
        font-size: 30px;
    }

    .top-flags {
        display: none;
    }

    .top-buttons a:first-child {
        border-right: 1px solid #a6adb3;
        padding-right: 10px;
        margin-right: 10px;
    }

    .top-buttons a:last-child {
        margin-right: 10px;
    }

    .top-buttons a,
    .top-cart a {
        font-size: 12px;
    }

    .top-cart #cart-quantity {
        top: 9px;
    }

    .nopadding-mobile {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar,
    .navbar-collapse {
        padding-right: 0;
    }

    .navbar-collapse li {
        margin-bottom: 8px;
    }

    .navbar-toggler {
        display: block;
        border: none;
        cursor: pointer;
        font-size: 1.5rem;
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 13px;
        padding: 0
    }

    .small-header .navbar-toggler {
        top: 7px;
    }

    .navbar-toggler-icon {
        width: 1.7em;
        height: 1.7em;
    }

    .navbar-collapse {
        padding-top: 56px;
    }

    #hero {
        min-height: inherit;
    }

    .blue-box {
        position: inherit;
        bottom: inherit;
        left: inherit;
        transform: inherit;
        width: 100%;
        padding: 30px 15px;
    }

    .hero-thin {
        font-size: 15px;
    }

    .hero-medium {
        font-size: 30px;
    }

    .hero-bold {
        font-size: 40px;
    }

    #services .blue-btn {
        margin-bottom: 70px;
    }

    #services .row .col-md-6:nth-child(3) .blue-btn,
    #services .row .col-md-6:nth-child(4) .blue-btn {
        margin-bottom: 0;
    }

    .top-footer .col-lg-3 {
        margin-bottom: 20px;
    }

    .top-footer .col-lg-3:nth-child(3),
    .top-footer .col-lg-3:nth-child(4) {
        margin-bottom: 0;
    }

    footer .container {
        background: transparent;
    }

    footer .col-lg-3:nth-child(1) {
        padding: 70px 15px 30px 15px;
    }

    footer .col-lg-3:nth-child(2) {
        padding: 0 15px 30px 15px;
    }

    footer .col-lg-3:nth-child(3) {
        padding: 0 15px 70px 15px
    }

    footer .col-lg-3:nth-child(4) {
        padding: 0;
    }

    .product {
        float: none;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .single-product #slider {
        margin-bottom: 20px;
    }

    .single-product p,
    .single-product .form-control {
        margin-bottom: 20px;
    }

    .table-responsive.cart {
        margin-bottom: 20px;
    }

    .types-left-column {
        margin-bottom: 30px;
    }

    #types-show-hide-link {
        width: 100%;
        background: #0bc1b8;
        color: #FFFFFF;
        text-align: center;
        padding: 10px 0 8px 0;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 700;
        display: block;
    }

    #types-show-hide {
        display: none;
    }

}

@media (max-width: 768px) {

    #services .row .col-md-6:nth-child(3) .blue-btn {
        margin-bottom: 70px !important;
    }

    .top-footer .col-lg-3:nth-child(3) {
        margin-bottom: 20px;
    }

}

@media (max-width: 576px) {

    .navbar-toggler {
        right: 15px;
    }

    .navbar-collapse {
        padding-right: 15px;
    }

}