a,
.btn {
    transition: all 0.2s linear;
}

body {
    /*font-size: 16px;
	font-family: 'Open Sans';
	overflow-x: hidden;*/
}

.modal {
    font-size: 14px;
}

.modal-content {
    border-radius: 4px;
}

.modal .btn {
    font-size: 14px;
    margin-top: 25px;
}

.btn {
    text-align: inherit;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0;
}

.btn-rounded {
    border-radius: 50px;
}

@media (max-width: 575px) {
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
    .col-xxs-push-12 {
        left: 100%;
    }
    .col-xxs-push-11 {
        left: 91.66666667%;
    }
    .col-xxs-push-10 {
        left: 83.33333333%;
    }
    .col-xxs-push-9 {
        left: 75%;
    }
    .col-xxs-push-8 {
        left: 66.66666667%;
    }
    .col-xxs-push-7 {
        left: 58.33333333%;
    }
    .col-xxs-push-6 {
        left: 50%;
    }
    .col-xxs-push-5 {
        left: 41.66666667%;
    }
    .col-xxs-push-4 {
        left: 33.33333333%;
    }
    .col-xxs-push-3 {
        left: 25%;
    }
    .col-xxs-push-2 {
        left: 16.66666667%;
    }
    .col-xxs-push-1 {
        left: 8.33333333%;
    }
    .col-xxs-push-0 {
        left: auto;
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
}

.break {
    flex-basis: 100%;
    height: 0;
}

.wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 767px) {
    .wrapper {
        overflow: hidden;
    }
}

.root-block {
    position: relative;
}

.root-block .overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45);
    width: 100%;
    height: 100%;
    top: 0;
}

.block_center .row {
    align-content: center;
    justify-content: center;
}

.block_right .row {
    align-content: flex-end;
    justify-content: flex-end;
}


/* PARALLAX */

.parallax-block {
    overflow: hidden;
    position: relative;
    background-position: center 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

body.editor-open .parallax-block {
    overflow: visible;
}

.parallax-block .parallax-background {
    position: fixed;
    z-index: -1;
}

.parallax-block .parallax-caption {
    position: relative;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.parallax-block .parallax-caption .h1,
.parallax-block .parallax-caption .h4 {
    text-transform: uppercase;
}

.parallax-block .parallax-caption .h1 {
    margin-bottom: 15px;
}


/* Spinner preloader */

.sk-spinner-circle.sk-spinner {
    margin: 0 auto;
    width: 22px;
    height: 22px;
    position: relative;
}

.sk-spinner-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-spinner-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 20%;
    height: 20%;
    background-color: #1ab394;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.sk-spinner-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-spinner-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-spinner-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-spinner-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-spinner-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-spinner-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-spinner-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-spinner-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-spinner-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-spinner-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-spinner-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-spinner-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-spinner-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-spinner-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-spinner-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-spinner-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-spinner-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-spinner-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-spinner-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}


/* Loader background with spinner */

.loader {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
}

.loader .sk-spinner-circle {
    width: 50px;
    height: 50px;
    right: 50px;
    bottom: 50px;
    margin: 0;
    position: absolute;
}

.loader .sk-spinner-circle .sk-circle:before {
    background-color: #fff;
}


/* Block and columns paddings */

.p-b-0 {
    padding-bottom: 0px !important;
}

.p-b-15 {
    padding-bottom: 15px !important;
}

.p-b-30 {
    padding-bottom: 30px !important;
}

.p-b-45 {
    padding-bottom: 45px !important;
}

.p-b-60 {
    padding-bottom: 60px !important;
}

.p-b-75 {
    padding-bottom: 75px !important;
}

.p-b-90 {
    padding-bottom: 90px !important;
}

.p-b-105 {
    padding-bottom: 105px !important;
}

.p-b-120 {
    padding-bottom: 120px !important;
}

.p-b-135 {
    padding-bottom: 135px !important;
}

.p-b-150 {
    padding-bottom: 150px !important;
}

.p-t-0 {
    padding-top: 0px !important;
}

.p-t-15 {
    padding-top: 15px !important;
}

.p-t-30 {
    padding-top: 30px !important;
}

.p-t-45 {
    padding-top: 45px !important;
}

.p-t-60 {
    padding-top: 60px !important;
}

.p-t-75 {
    padding-top: 75px !important;
}

.p-t-90 {
    padding-top: 90px !important;
}

.p-t-105 {
    padding-top: 105px !important;
}

.p-t-120 {
    padding-top: 120px !important;
}

.p-t-135 {
    padding-top: 135px !important;
}

.p-t-150 {
    padding-top: 150px !important;
}

@media (max-width: 767px) {
    .p-t-60 {
        padding-top: 30px !important;
    }

    .p-b-60 {
        padding-bottom: 30px !important;
    }
    
}

/* Responsive Youtube video */

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

label {
    font-weight: 400;
}