﻿body {
    font-family: 'Roboto', sans-serif;
}

a:focus, button:focus {
    outline: none;
}

.teaser-container .image-container img {
    height: auto;
}

.text-center {
    text-align: center !important;
}

a, a:hover {
    text-decoration: none;
}

.mfp-hide {
    display: none;
}

ul, ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

section {
    width: 100%;
    background: #fff;
    padding: 50px 0 40px 0;
}

nav.section-menu ul {
    margin-top: 10px;
    display: inline-block;
}

.home-content .col-md-12.column {
    padding: 0;
}

.full_height .item-box {
    height: 100%;
}

.full_height .text-image-container {
    display: table;
    height: 100%;
    min-height: calc(100vh - 100px);
    width: 100%;
}

    .full_height .text-image-container .text-box, .full_height .text-image-container .image-box {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
        padding: 0;
    }

.full_height .text-box-content {
    max-width: 70%;
    padding-left: 15px;
    padding-right: 15px;
}

.rewardhold section .text-box-content {
    padding-bottom: 70px;
}

.full_height section {
    min-height: calc(100vh - 100px);
    padding: 60px 0;
}

.pre_competition, .new_com {
    padding: 20px 0 60px 0;
}

.text-image-container .text-box h1, .text-image-container .text-box p {
    padding-bottom: 8px;
}

.text-image-container .text-box h1, .full-width-text h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 0;
    margin-bottom: .5rem;
    line-height: 140%;
}

.full-width-text h1 {
    padding-bottom: 0;
}

.owl-dots .owl-dot {
    background: transparent !important;
    border: 0;
    outline: none;
    padding: 0;
    margin: 0;
}

.owl-dot span {
    width: 12px !important;
    height: 12px !important;
    display: block;
    background: #cbcbcb;
    border-radius: 50%;
}

.owl-dot.active span {
    background: #de1683 !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}

.text-circle-content {
    background: #fff;
    border-radius: 50%;
    max-width: 500px;
    height: 500px;
    text-align: center;
    display: table;
    margin: 60px auto;
}

    .text-circle-content .wraphold {
        display: table-cell;
        vertical-align: middle;
        padding: 0 40px;
    }

/* width */
.slim_scroll::-webkit-scrollbar {
    width: 8px;
}
/* Track */
.slim_scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.slim_scroll::-webkit-scrollbar-thumb {
    background: #888;
}
    /* Handle on hover */
    .slim_scroll::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.row {
    margin-left: 0;
    margin-right: 0;
}

    .row.actual {
        margin-right: -15px !important;
        margin-left: -15px !important;
        display: flex;
        float: none;
        width: auto;
    }

/* Social media*/
.row_hold.social-media-hold .socialhold li a {
    filter: grayscale(1);
}

    .row_hold.social-media-hold .socialhold li a:hover {
        filter: none;
    }
/* Social media*/
@media only screen and (max-width: 768px) {
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }

    .main-navigation .container {
        max-width: none;
        padding: 0 30px;
    }
}

@media only screen and (max-width: 768px) {
    .full_height .text-image-container .text-box, .full_height .text-image-container .image-box {
        width: 100%;
        margin-bottom: 20px;
        display:block;
    }
}
/*bootstrap start*/
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.d-none {
    display: none !important;
}

.col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

@media only screen and (min-width: 576px) {
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .d-sm-block {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) {
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .d-md-block {
        display: block !important;
    }
}

@media only screen and (min-width: 992px) {
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .d-lg-block {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) {
}

@media only screen and (max-width: 575.98px) {
}

@media only screen and (max-width: 768px) {
    .full_height.height_768_left .text-box-content {
        max-width: 55%;
    }

    .full_height.height_768_left {
        height: auto !important;
        min-height: auto !important;
    }

        .full_height.height_768_left section, .full_height.height_768_center section {
            padding: 30px 0;
            min-height: auto;
        }

    .height_768_left.full_height .text-image-container, .height_768_center.full_height .text-image-container {
        min-height: auto !important;
    }

    .full_height.height_768_center .text-box-content {
        margin-left: auto;
        max-width: 100%;
        margin-right: auto;
        text-align: center;
    }

    .full_height.height_768_center .text-image-container .image-box {
        display: none;
    }
}

@media only screen and (max-width: 991.98px) {
}

@media only screen and (max-width: 640px) {
    .text-circle-content {
        max-width: 70vw;
        height: 70vw;
    }

    .full_height.height_768_left .text-image-container .text-box {
        text-align: center;
    }

    .full_height.height_768_left .text-box-content {
        max-width: 100%;
    }

    .height_768_left.full_height .text-image-container, .height_768_center.full_height .text-image-container {
        min-height: 350px !important;
    }

    .full_height.light_mbolie section {
        background-color: #eaeaeb8f !important;
    }
}

@media only screen and (max-width: 500px) {
    .text-circle-content {
        max-width: 90vw;
        height: 90vw;
    }
}

@media only screen and (max-width: 1199.98px) {
}
/*bootstrap end*/

.checkout-img-container img {
    height: 40px;
    margin-right: 10px;
}


button.mt-4.mb-4.checkBtn.checkout-btn {
    float: none;
    margin: 0 auto;
    width: 250px;
    display: block;
    border-radius: 40px;
    font-weight: 400;
    padding: 8px 25px;
    font-size: 17px;
    line-height: 1.6em;
}

.mt-4.checkBtn1 {
    background-color: rgb(223, 22, 131);
    width: 100%;
    border-radius: 40px;
    font-weight: 400;
    padding: 8px 25px;
    font-size: 17px;
    line-height: 1.6em;
    margin-top: 13px !important;
}

@media only screen and (max-width:768px) {
    button.mt-4.mb-4.checkBtn {
        float: none;
        margin: 0 auto;
        display: block;
    }
}
