/*!===================================================================================*/
/*!===================================================================================*/
/*!============================== X A Z E K - RESET CSS ==============================*/
/*!===================================================================================*/
/*!===================================================================================*/

/* ===== GLOBAL ===== */

html {
    overflow-x: hidden;
}

body {
    font-size: 16px;
    color: #031D22;
    font-weight: 400;
    line-height: 34px;
    font-family: "roc-grotesk",sans-serif;
    max-width: 1920px;
    overflow-x: hidden;
    letter-spacing: 0px;
    font-display: fallback
}

html body.page {
    margin: 0px auto !important;
}

img {
    max-width: 100%;
}

p {
    text-align: left;
    margin-bottom: 30px;
}

a {
    text-decoration: none !important;
    transition: 0.5s all;
    color: #5AC2C8;
}

a:visited {
    color: inherit;
}

a:hover {
    text-decoration: none !important;
}

section {
    margin-top: 140px;
}

.section {
    padding-top: 150px;
}

h1, h2, h3, h4, h5 {
    margin-top: 0px;
    font-weight: 400;
}

h1 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 40px;
}

h2 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 40px;
}

h3 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
}

h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
}

h5 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}

.btn, .wpcf7-submit, .single_add_to_cart_button, button.button {
    font-size: 16px;
    text-align: center;
    padding: 16px 60px 12px 60px !important;
    border-radius: 0px;
    transition: 0.5s all;
    line-height: 16px;
    display: inline-block !important;
    border: none;
    color: #222;
    font-weight: 400 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    letter-spacing: 0px !important;
}

.btn:hover, .wpcf7-submit:hover {
    text-decoration: none !important;
}

.btn img {
    margin-left: 0px;
}

.btn-primary, .btn-primary:visited, .wpcf7-submit, .single_add_to_cart_button, button.button {
    color: #fff;
    border: solid 1px #5AC2C8 !important;
    background: #5AC2C8 !important;
}

.btn-primary:hover, .wpcf7-submit:hover, .single_add_to_cart_button:hover, button.button:hover {
    color: #5AC2C8 !important;
    border: solid 1px #5AC2C8 !important;
    background: #fff !important;
}

.btn-secondary, .btn-secondary:visited {
    color: #031D22;
    border: solid 1px #5AC2C8 !important;
    background: #fff !important;
}

.btn-secondary:hover {
    color: #ffff !important;
    border: solid 1px #5AC2C8 !important;
    background: #5AC2C8 !important;
}

.btn-tertiary, .btn-tertiary:visited {
    color: #031D22 !important;
    border: none  !important;
    background: transparent !important;
    padding: 5px 40px 15px 5px !important;
    position: relative;
    text-transform: none !important;
    border-bottom: solid 1px #5AC2C8 !important;
    transition: 0.3s all !important;
}

.btn-tertiary:after {
    content: "";
    width: 16px;
    height: 9px;
    position: absolute;
    display: block;
    right: 0px;
    top: 50%;
    margin-top: -11px;
    background: url( "../assets/arrow.svg" ) center center no-repeat;
    transition: 0.3s all;
}

.btn-tertiary:hover {
    color: #031D22 !important;
    border: none !important;
    background: transparent !important;
    padding: 5px 5px 15px 40px !important;
    border-bottom: solid 1px #5AC2C8 !important;
}

.btn-tertiary:hover:after {
    right: calc( 100% - 16px );
}

.btn-white, .btn-white:visited {
    color: #fff !important;
    border: solid 1px #fff !important;
    background: transparent !important;
}

.btn-white:hover {
    opacity: 0.66;
}

.btn-block {
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center !important;
}

.desktop-display-none {
    display: none !important;
}

#content ul, #content ol {
    margin: 0px 0px 30px 0px;
    padding: 0px 0px 0px 30px;
}

#content ul li, #content ol li {
    margin: 0px 0px 10px 0px;
}

.animation, .animation-home, .animation-home-2, .animation-home-3, .animation-home-4 {
    opacity: 0;
}

.animation-delay-25 {
    animation-delay: 0.25s;
}

.animation-delay-50 {
    animation-delay: 0.50s;
}

.animation-delay-75 {
    animation-delay: 0.75s;
}

.animation-delay-100 {
    animation-delay: 1s;
}

.animation-delay-125 {
    animation-delay: 1.25s;
}

.animation-delay-150 {
    animation-delay: 1.50s;
}

.animation-delay-175 {
    animation-delay: 1.75s;
}

.animation-delay-200 {
    animation-delay: 2s;
}

.container-fluid {
    padding-right: 100px;
    padding-left: 100px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1600px;
}

.xaz-image {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    position: relative;
    height: 400px;
}

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

.text-align-center p {
    text-align: center;
}

.width-100 {
    width: 100%;
}

.display-table {
    width: 100%;
    display: table;
    height: 100%;
    table-layout: fixed;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.row-space > .col-xs-1, .row-space > .col-sm-1, .row-space > .col-md-1, .row-space > .col-lg-1, .row-space > .col-xs-2, .row-space > .col-sm-2, .row-space > .col-md-2, .row-space > .col-lg-2, .row-space > .col-xs-3, .row-space > .col-sm-3, .row-space > .col-md-3, .row-space > .col-lg-3, .row-space > .col-xs-4, .row-space > .col-sm-4, .row-space > .col-md-4, .row-space > .col-lg-4, .row-space > .col-xs-5, .row-space > .col-sm-5, .row-space > .col-md-5, .row-space > .col-lg-5, .row-space > .col-xs-6, .row-space > .col-sm-6, .row-space > .col-md-6, .row-space > .col-lg-6, .row-space > .col-xs-7, .row-space > .col-sm-7, .row-space > .col-md-7, .row-space > .col-lg-7, .row-space > .col-xs-8, .row-space > .col-sm-8, .row-space > .col-md-8, .row-space > .col-lg-8, .row-space > .col-xs-9, .row-space > .col-sm-9, .row-space > .col-md-9, .row-space > .col-lg-9, .row-space > .col-xs-10, .row-space > .col-sm-10, .row-space > .col-md-10, .row-space > .col-lg-10, .row-space > .col-xs-11, .row-space > .col-sm-11, .row-space > .col-md-11, .row-space > .col-lg-11, .row-space > .col-xs-12, .row-space > .col-sm-12, .row-space > .col-md-12, .row-space > .col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
}

.row-space-big > .col-xs-1, .row-space-big > .col-sm-1, .row-space-big > .col-md-1, .row-space-big > .col-lg-1, .row-space-big > .col-xs-2, .row-space-big > .col-sm-2, .row-space-big > .col-md-2, .row-space-big > .col-lg-2, .row-space-big > .col-xs-3, .row-space-big > .col-sm-3, .row-space-big > .col-md-3, .row-space-big > .col-lg-3, .row-space-big > .col-xs-4, .row-space-big > .col-sm-4, .row-space-big > .col-md-4, .row-space-big > .col-lg-4, .row-space-big > .col-xs-5, .row-space-big > .col-sm-5, .row-space-big > .col-md-5, .row-space-big > .col-lg-5, .row-space-big > .col-xs-6, .row-space-big > .col-sm-6, .row-space-big > .col-md-6, .row-space-big > .col-lg-6, .row-space-big > .col-xs-7, .row-space-big > .col-sm-7, .row-space-big > .col-md-7, .row-space-big > .col-lg-7, .row-space-big > .col-xs-8, .row-space-big > .col-sm-8, .row-space-big > .col-md-8, .row-space-big > .col-lg-8, .row-space-big > .col-xs-9, .row-space-big > .col-sm-9, .row-space-big > .col-md-9, .row-space-big > .col-lg-9, .row-space-big > .col-xs-10, .row-space-big > .col-sm-10, .row-space-big > .col-md-10, .row-space-big > .col-lg-10, .row-space-big > .col-xs-11, .row-space-big > .col-sm-11, .row-space-big > .col-md-11, .row-space-big > .col-lg-11, .row-space-big > .col-xs-12, .row-space-big > .col-sm-12, .row-space-big > .col-md-12, .row-space-big > .col-lg-12 {
    padding-left: 30px;
    padding-right: 30px;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

.row-space {
    margin-left: -15px;
    margin-right: -15px;
}

.row-space-big {
    margin-left: -30px;
    margin-right: -30px;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

.post, .page {
    margin: 0px !important;
}

.component-info {
    margin-top: 100px !important;
    font-weight: 700 !important;
    color: #e30613 !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin-bottom: 20px !important;
}

#components {
    margin-top: 100px !important;
}

#components-1 {
    padding-top: 0px !important;
}

/* ===== FORM ===== */

.xaz-contact .wpcf7-form, .woocommerce-checkout{
    padding: 0px;
}

.xaz-contact input, .xaz-contact textarea, .wpcf7-select,  .woocommerce-checkout input, .woocommerce-checkout textarea, .xaz-contact .form-control {
    color: #222 !important;
    border: solid 1px #ccc !important;
    border-radius: 0px !important;
    padding: 10px 15px 10px 15px !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    height: auto !important;
    transition: none !important;
    box-shadow: none !important;
}

.xaz-contact input[type="radio"], .xaz-contact input[type="checkbox"], .woocommerce-checkout input[type="radio"], .woocommerce-checkout input[type="checkbox"] {
    margin: 4px 5px 0 !important;
    margin-bottom: 0px !important;
    margin-top: 1px !important;
    line-height: normal !important;
    width: auto !important;
    font-weight: 300 !important;
}

.xaz-contact label, .woocommerce-checkout label {
    font-weight: 300;
}

.xaz-contact input[type="file"] {
    display: inline-block;
    width: 300px !important;
}

.xaz-contact .wpcf7-list-item {
    margin: 0px !important;
}

.xaz-contact .wpcf7-list-item-label .expanded {
    display: none;
}

.xaz-contact .wpcf7-list-item-label .expanded.active {
    display: inline-block;
}

.xaz-contact .wpcf7-list-item-label strong {
    cursor: pointer;
}

.wpcf7-list-item-label {
    font-size: 14px;
    color: #707070;
    display: inline-block;
    line-height: 20px;
    padding-left: 30px;
    position: relative;
}

.xaz-contact .wpcf7-submit {
    font-size: 16px;
    text-align: center;
    padding: 16px 60px 12px 60px !important;
    border-radius: 0px;
    transition: 0.5s all;
    line-height: 16px;
    display: inline-block !important;
    color: #fff !important;
    font-weight: 400 !important;
    box-shadow: none !important;
    text-decoration: none !important;
    text-transform: none !important;
    letter-spacing: 2px !important;
    border: solid 1px #5AC2C8 !important;
    background: #5AC2C8 !important;
}

.xaz-contact .wpcf7-submit:hover {
    color: #5AC2C8 !important;
    border: solid 1px #5AC2C8 !important;
    background: #fff !important;
}

.acceptance {
    font-size: 16px;
    display: inline-block;
    padding-left: 25px;
    position: relative;
    line-height: 22px;
    color: #031D22;
    margin-bottom: 20px;
}

.acceptance span {
    position: absolute;
    left: 0px;
    top: 0px;
}

/* ===== MOBILE ===== */

@media (max-width: 1360px) {
    .container-fluid {

    }
}

@media (max-width: 767px) {
    .desktop-display-none {
        display: block !important;
    }

    .mobile-display-none {
        display: none !important;
    }
}