a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline
}

.contact-form p {
    float: left;
    width: 100%;
    padding: 23px 0 22px 0;
    font-size: 20px;
    line-height: 30px
}

.custom-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.custom-col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
}

@media(max-width: 767px) {
    .m-mr-5 {
        margin-right: 0px !important;
    }
    .mobile-hidden {
        display: none !important;
    }

    .mobile-margin-top-70 {
        margin-top: 150%;
    }

    .mobile-margin-top-30 {
        margin-top: 10%;
    }
    .mmb-20{
        margin-bottom:20% !important;
    }
}

@media(min-width: 768px) {
    .m-mr-5 {
        margin-right: 5% !important;
    }
    .m-d-flex {
        display: flex;
    }
    .desktop-hidden {
        display: none !important;
    }

    .mobile-margin-top-70 {
        margin-top: 90%;
    }
}

@media(min-width: 1023px) {
    .mobile-margin-top-70 {
        margin-top: 10%;
    }
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

li,
ul {
    float: left;
    display: inline
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 400
}

em,
i {
    font-style: normal
}

button,
select {
    border: none;
    margin: 0;
    padding: 0;
    background: 0 0
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

body {
    margin: 0;
    color: #333;
    font-size: 14px;
    font-family: Poppins, Arial;
    line-height: 20px;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

::-moz-selection {
    background: rgba(0, 0, 0, .2)
}

::selection {
    background: rgba(0, 0, 0, .2)
}

a {
    color: #1973ba;
    text-decoration: none
}

    a:hover {
        color: #39c4e2;
        text-decoration: none
    }

input,
select,
textarea {
    float: left;
    font-size: 14px;
    margin: 0;
    font-family: Poppins, Arial;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    -webkit-appearance: none
}

button {
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    border-radius: 0;
    font-family: Poppins, Arial;
    font-weight: 600;
    font-size: 15px
}

.input {
    width: 100%;
    height: 45px;
    padding: 0 14px;
    border: 1px solid #ccc;
    transition: ease .3s;
    background-color: #fff;
    border-radius: 3px;
    color: #99daf5;
}

    .input:focus {
        border-color: #39c4e2;
        box-shadow: 0 0 30px rgba(57, 196, 226, .3)
    }

.select {
    /*background: #fff url(../images/arrow-select.png) no-repeat right center;*/
    background-size: auto 5px;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

textarea.input {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}

.button {
    float: none;
    height: 50px;
    display: inline-block;
    padding: 0 40px;
    cursor: pointer;
    border: none;
    color: #fff;
    background: #46bcec;
    background: linear-gradient(25deg,#349aca,#46bcec 70%);
    transition: all .3s;
    border-radius: 10px
}

    .button:hover {
        background: #349aca
    }

.brc {
    width: 100%;
    display: inline-block;
    position: relative
}

.wrap {
    margin: 0 auto;
    width: 1440px;
    min-height: 10px
}

.tac {
    text-align: center
}

.fl {
    float: left !important
}

.fr {
    float: right !important
}

.fn {
    float: none !important
}

.w100 {
    float: left;
    width: 100% !important;
    position: relative
}

.w50 {
    float: left;
    width: 50%
}

.mt30 {
    margin-top: 30px
}

.header {
    position: fixed;
    top: 0;
    left: 60px;
    right: 60px;
    height: 60px;
    background-color: #fff;
    z-index: 1000;
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    border-radius: 0 0 5px 5px;
    transition: all .4s
}

#logo {
    position: absolute;
    left: 50%;
    top: 0;
    width: 120px;
    margin-left: -60px;
    z-index: 100;
    text-align: center
}

    #logo img {
        display: inline-block;
        height: 86px
    }

        #logo img:hover {
            opacity: .7
        }

.search-icon {
    float: right;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 250;
    transition: all .3s;
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .05), inset -1px 0 0 rgba(0, 0, 0, .05)
}

    .search-icon::after {
        content: "";
        float: left;
        width: 100%;
        height: 100%;
        background: url(../images/icon-search.png) no-repeat center;
        background-size: 20px;
        transition: all .3s
    }

.search-icon-close {
    background-color: #045699 !important
}

    .search-icon-close::after {
        background-image: url(../images/icon-close.png);
        background-size: 30px
    }

.top-search {
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
    display: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1);
    z-index: 4;
    border-radius: 5px;
    overflow: hidden
}

    .top-search input {
        width: 100%;
        height: 70px;
        padding: 0 80px 0 30px;
        border: none;
        background-color: rgba(4, 86, 153, .9);
        font-size: 18px;
        font-weight: 300;
        line-height: 70px;
        color: #fff
    }

        .top-search input::-webkit-input-placeholder {
            color: #80a7cf
        }

        .top-search input::-moz-placeholder {
            color: #80a7cf
        }

        .top-search input:-moz-placeholder {
            color: #80a7cf
        }

        .top-search input:-ms-input-placeholder {
            color: #80a7cf
        }

    .top-search button {
        position: absolute;
        right: 15px;
        top: 15px;
        width: 60px;
        height: 40px;
        background: #fff url(../images/icon-search.png) no-repeat center;
        background-size: 16px;
        border: none;
        text-indent: -9999px;
        border-radius: 3px
    }

        .top-search button:hover {
            background-size: 18px
        }

.top-lang {
    float: left;
    text-align: center
}

.top-lang2 {
    float: right;
    text-align: center
}


    .top-lang2 li a {
        float: left;
        width: 120px;
        color: #999;
        position: relative;
        font-weight: 500;
        color: #999;
        line-height: 60px;
        box-shadow: inset -1px 0 0 rgba(0, 0, 0, .05)
    }

        .top-lang2 li a.current,
        .top-lang2 li a:hover {
            color: #1b75bc
        }

            .top-lang2 li a.current::after {
                content: "";
                width: 20px;
                height: 2px;
                position: absolute;
                left: 50%;
                bottom: 0;
                margin-left: -10px;
                background-color: #1b75bc
            }




.top-lang li a {
    float: left;
    width: 120px;
    color: #999;
    position: relative;
    font-weight: 500;
    color: #999;
    line-height: 60px;
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .05)
}

    .top-lang li a.current,
    .top-lang li a:hover {
        color: #1b75bc
    }

        .top-lang li a.current::after {
            content: "";
            width: 20px;
            height: 2px;
            position: absolute;
            left: 50%;
            bottom: 0;
            margin-left: -10px;
            background-color: #1b75bc
        }

.nav-icon {
    float: right;
    width: 60px;
    height: 60px;
    margin-right: 35px;
    position: relative;
    cursor: pointer;
    display: block
}

    .nav-icon::after {
        content: "MENU";
        float: right;
        margin-right: -20px;
        font-size: 11px;
        font-weight: 600;
        line-height: 60px;
        color: #999;
        position: relative;
        z-index: 10
    }

.nav-icon-close {
    margin-right: 0
}

    .nav-icon-close::after {
        display: none
    }

    .nav-icon-close:hover {
        opacity: .7
    }

.nav-icon span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    margin: -1px 0 0 -10px;
    background-color: #1b75bc;
    transition: all .3s
}

    .nav-icon span::before {
        content: "";
        position: absolute;
        top: -7px;
        left: 3px;
        right: 0;
        height: 2px;
        background-color: #1b75bc;
        transition: all .3s
    }

    .nav-icon span::after {
        content: "";
        position: absolute;
        bottom: -7px;
        left: 6px;
        right: 0;
        height: 2px;
        background-color: #1b75bc;
        transition: all .3s
    }

.nav-icon:hover span::before {
    left: 0;
    right: 3px
}

.nav-icon:hover span::after {
    left: 0;
    right: 6px
}

.nav-icon-close span {
    background-color: transparent
}

    .nav-icon-close span::before {
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        transform: rotate(-135deg);
        top: 0;
        left: 0;
        right: 0 !important;
        background-color: #ed1c24
    }

    .nav-icon-close span::after {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        bottom: 0;
        left: 0;
        right: 0 !important;
        background-color: #ed1c24
    }

#nav-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: -17px;
    background: #fff url(../images/bg-highway.jpg) no-repeat left bottom;
    background-size: 50% auto;
    z-index: 9999;
    display: none
}

    #nav-wrap .nav-icon {
        height: 80px;
        top: 0;
        right: 20px;
        position: absolute
    }

.nav-logo {
    position: absolute;
    top: 40px;
    left: 40px;
    border-radius: 6px 6px 0 0;
    overflow: hidden
}

.nav-content {
    float: right;
    width: 50%;
    height: 100%;
    padding: 0 100px;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, .07)
}

#nav {
    float: left;
    width: 100%;
    padding-top: 12%
}

    #nav ul {
        width: 100%
    }

    #nav li {
        width: 50%;
        padding: 5px 0;
        position: relative
    }

        #nav li.nav-multi {
            width: 100%;
            position: relative
        }

        #nav li > a {
            float: left;
            width: 100%;
            font-weight: 500;
            font-size: 22px;
            line-height: 50px;
            position: relative
        }

        #nav li.nav-multi > a {
            margin-bottom: -3px
        }

        #nav li > a::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 49%;
            right: 49%;
            height: 2px;
            background-color: #fff;
            opacity: 0;
            transition: all .2s
        }

        #nav li > a.active::after,
        #nav li > a:hover::after {
            left: 20px;
            right: 20px;
            opacity: 1
        }

        #nav li span {
            float: left;
            width: 100%;
            padding-bottom: 8px
        }

            #nav li span a {
                float: left;
                width: 50%;
                padding: 5px 0 5px 10px;
                font-size: 16px;
                color: #044b83;
                position: relative
            }

                #nav li span a:hover {
                    color: #39c4e2
                }

                #nav li span a::before {
                    content: "";
                    position: absolute;
                    top: 9px;
                    left: 0;
                    width: 2px;
                    height: 11px;
                    background-color: #39c4e2;
                    transition: all .1s
                }

                #nav li span a:hover::before {
                    width: 4px
                }

.nav-social {
    position: absolute;
    left: 100px;
    right: 200px;
    bottom: 80px;
    border-radius: 5px;
    overflow: hidden
}

    .nav-social ul {
        width: 100%
    }

    .nav-social li {
        width: 33.33334%
    }

        .nav-social li a {
            float: left;
            width: 100%;
            text-align: center
        }

            .nav-social li a:hover {
                opacity: .8
            }

            .nav-social li a img {
                height: 50px;
                display: inline-block
            }

.bg-facebook {
    background-color: #6688cd
}

.bg-twitter {
    background-color: #29c5f5
}

.bg-instagram {
    background-color: #dd2b79
}

.nav-right {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 110px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .07)
}

    .nav-right::after {
        content: "";
        position: absolute;
        top: 120px;
        bottom: 120px;
        left: 0;
        right: 0;
        background: url(../images/navigation.png) no-repeat center;
        background-size: auto 100px
    }

.nav-copyright {
    position: absolute;
    bottom: 80px;
    right: 0;
    background-color: #fff;
    font-size: 12px;
    color: #999;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nav-opened {
    overflow: hidden;
    transition: all .3s
}

    .nav-opened #nav-wrap {
        right: 0
    }

.hero-fullscreen {
    position: relative
}

.controls {
    height: 100%
}

.slick-next,
.slick-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -20px;
    text-indent: -9999px;
    cursor: pointer;
    z-index: 1000;
    transition: all .2s ease;
    background: #fff url(../images/arrow-left.png) no-repeat center;
    background-size: auto 20px;
    border: 2px solid #fff;
    border-radius: 50%
}

    .slick-next:hover,
    .slick-prev:hover {
        background-color: rgba(255, 255, 255, .8)
    }

.slick-prev {
    left: 20px
}

.slick-next {
    right: 20px;
    background-image: url(../images/arrow-right.png)
}

.main-slider-wrap {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.main-slider {
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 700
}

    .main-slider::after {
        content: "";
        position: absolute;
        left: 10%;
        right: 10%;
        top: 0;
        bottom: 0;
        background: url(../images/cycle.png) no-repeat center;
        background-size: 100% auto;
        opacity: .3;
        z-index: 100
    }

    .main-slider .slick-list {
        overflow: hidden
    }

    .main-slider div section {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
        z-index: 10
    }

        .main-slider div section::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: #000;
            background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000);
            background: -o-linear-gradient(top, rgba(0, 0, 0, 0), #000);
            background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000);
            background: linear-gradient(top, rgba(0, 0, 0, 0), #000);
            opacity: .5
        }

ul.slick-dots {
    position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 25px 0;
    z-index: 1000;
    background: url(../images/gradient.png) repeat-x;
    background-size: auto 100%
}

    ul.slick-dots li {
        float: none;
        height: 4px;
        margin: 0 3px;
        display: inline-block
    }

        ul.slick-dots li button {
            width: 20px;
            height: 4px;
            border: none;
            cursor: pointer;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            background-color: rgba(255, 255, 255, .5);
            transition: all .3s;
            position: relative;
            text-indent: -9999px;
            border-radius: 2px
        }

            ul.slick-dots li button:hover {
                background-color: #fff
            }

        ul.slick-dots li.slick-active button {
            width: 40px;
            background-color: #fff
        }

.main-slider .slick-prev {
    left: 10%;
    margin-left: -25px
}

.main-slider .slick-next {
    right: 10%;
    margin-right: -25px
}

.slideshow {
    position: center;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

    .slideshow .slider {
        width: 100vw;
        z-index: 2
    }

        .slideshow .slider * {
            outline: 0
        }

        .slideshow .slider .item {
            height: 100vh;
            width: 100vw;
            position: relative;
            overflow: hidden;
            border: none
        }

            .slideshow .slider .item .text {
                display: none
            }

    .slideshow.slideshow-right {
        left: 0;
        z-index: 1;
        width: 50%;
        pointer-events: none
    }

        .slideshow.slideshow-right .slider {
            left: 0;
            position: absolute
        }

.slideshow-text {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 292px;
    z-index: 100;
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-shadow: 0 -2px 0 rgba(0, 0, 0, .5);
    text-align: center;
    pointer-events: none
}

    .slideshow-text::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: -55px;
        width: 100px;
        height: 2px;
        margin-left: -50px;
        background-color: rgba(255, 255, 255, .9)
    }

.main-slider {
    overflow: hidden
}

    .main-slider div.item {
        float: left;
        width: 100%;
        height: 100%;
        position: relative;
        text-align: center;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat
    }

.hero-info {
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
    color: #fff
}

    .hero-info ul {
        float: none;
        display: inline-block
    }

    .hero-info li {
        padding: 0 2px
    }

        .hero-info li section {
            float: left;
            width: 240px;
            height: 120px;
            padding-top: 31px;
            position: relative;
            background-color: rgba(57, 196, 226, .85);
            border-radius: 10px
        }

        .hero-info li:nth-child(2) section {
            background-color: rgba(65, 197, 101, .85)
        }

        .hero-info li:nth-child(3) section {
            background-color: rgba(255, 186, 8, .85)
        }

        .hero-info li i {
            position: absolute;
            top: -15px;
            left: 0;
            right: 0
        }

            .hero-info li i img {
                display: inline-block;
                height: 30px
            }

        .hero-info li strong {
            float: left;
            width: 100%;
            padding-bottom: 24px;
            position: relative;
            font-size: 28px;
            line-height: 30px
        }

            .hero-info li strong::after {
                content: "";
                position: absolute;
                left: 50%;
                bottom: 10px;
                width: 40px;
                height: 2px;
                margin-left: -20px;
                background-color: rgba(0, 0, 0, .3)
            }

        .hero-info li span {
            float: left;
            width: 100%
        }

.join-us-wrap {
    float: left;
    width: 100%;
    padding: 100px 20px;
    position: relative;
    background: #044b83 url(../images/join-us.jpg) no-repeat right top;
    background-size: auto 100%;
    text-align: center;
    color: #fff
}

.join-us {
    display: inline-block;
    width: 100%;
    max-width: 700px
}

    .join-us span {
        float: left;
        width: 100%;
        padding: 4px 0 26px 0;
        font-size: 33px;
        font-weight: 600;
        line-height: 50px;
        letter-spacing: -.5px
    }

    .join-us section {
        float: left;
        width: 100%;
        padding-right: 140px;
        position: relative
    }

    .join-us .input {
        height: 60px;
        padding: 0 20px;
        border-radius: 0;
        border: 0;
        border: 0;
        box-shadow: none;
        font-size: 18px;
        font-weight: 300;
        border-radius: 10px
    }

    .join-us .button {
        width: 120px;
        height: 60px;
        padding: 0;
        position: absolute;
        top: 0;
        right: 0;
        border-radius: 10px;
        box-shadow: none
    }

.footer {
    float: left;
    width: 100%;
    padding-top: 150px;
    background: #045699 url(../images/bg-footer.jpg) no-repeat center bottom;
    background-size: 100% auto;
    position: relative;
    z-index: 5;
    color: #fff;
    text-align: center;
    line-height: 25px
}

.footer-title {
    float: left;
    width: 100%;
    padding: 21px 0 34px 0;
    font-size: 20px
}

.footer-about {
    display: inline-block;
    width: 100%;
    max-width: 980px;
    margin: -13px auto 73px auto;
    position: relative;
    font-size: 15px;
    color: #b4cde1
}

    .footer-about section {
        float: left;
        width: 100%;
        padding: 20px 0 15px 0
    }

        .footer-about section img {
            height: 80px
        }

    .footer-about::after {
        content: "";
        position: absolute;
        bottom: -45px;
        left: 50%;
        width: 100px;
        height: 2px;
        margin-left: -50px;
        background-color: rgba(255, 255, 255, .1)
    }

.footer-share {
    float: left;
    width: 100%
}

    .footer-share ul {
        width: 100%
    }

    .footer-share li {
        float: none;
        display: inline-block;
        padding: 0 10px
    }

        .footer-share li a {
            float: left;
            border-radius: 10px;
            background-color: #000;
            overflow: hidden
        }

            .footer-share li a:hover {
                box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2)
            }

            .footer-share li a img {
                height: 50px
            }

            .footer-share li a:hover img {
                opacity: .6
            }

.copyright {
    float: left;
    width: 100%;
    padding: 75px 0;
    margin-top: 90px;
    color: #b4cde1;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06)
}

    .copyright a {
        color: #fff;
        font-weight: 600
    }

.page-title {
    float: left;
    width: 100%;
    padding: 91px 0 34px 50px;
    color: #1a74bb;
    font-size: 33px;
    font-weight: 600;
    line-height: 35px;
    position: relative;
    letter-spacing: -.5px;
    position: relative;
    z-index: 10
}

    .page-title::after {
        content: "";
        position: absolute;
        top: 107px;
        left: 0;
        width: 30px;
        height: 3px;
        background-color: #ed1c24
    }

.page-about {
    float: left;
    width: 100%;
    padding: 0 50px 50px 50px;
    margin-top: -15px;
    font-size: 16px;
    color: #555;
    line-height: 30px;
    position: relative;
    z-index: 10
}

.page-about-single {
    margin-top: 30px
}

.page-about b,
.page-about strong {
    color: #151515;
    font-weight: 600
}

.page-about b,
.page-about strong {
    color: #000;
    font-weight: 500
}

.page-about ol,
.page-about ul {
    margin-left: 3%
}

.page-share ul {
    margin-left: 0 !important
}

.section-content ol li,
.section-content ul li {
    display: list-item !important;
    list-style: disc !important;
    width: 100%
}

.text-white {
    color: #fff !important
}

.home-block {
    float: left;
    width: 100%;
    padding-right: 0px;
    margin-bottom: -50px;
    position: relative;
    z-index: 40
}

.link-more {
    float: left
}

    .link-more a {
        float: left;
        height: 40px;
        padding-left: 50px;
        position: relative;
        font-size: 16px;
        font-weight: 600;
        line-height: 40px
    }

        .link-more a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 19px;
            width: 30px;
            height: 2px;
            background-color: #1b75bc
        }

        .link-more a:hover::before {
            background-color: #39c4e2
        }

.link-more-white a {
    color: #fff
}

    .link-more-white a:hover {
        color: #39c4e2
    }

    .link-more-white a::before {
        background-color: #fff
    }

.home-about {
    float: left;
    width: 100%;
    height: 650px;
    padding: 0 60px;
    background: #082974 url(/Content/upload/map.png) no-repeat right bottom;
    background-size: 400px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

    .home-about strong {
        float: left;
        width: 100%;
        padding: 35px 0 25px 0;
        font-size: 50px;
        line-height: 55px;
        letter-spacing: -.5px
    }

    .home-about section {
        float: left;
        width: 100%;
        height: 385px;
        padding: 5px 28% 5px 50px;
        margin-bottom: 40px;
        box-shadow: inset 2px 0 0 rgba(255, 255, 255, .2);
        overflow: hidden
    }

.home-calculate {
    position: absolute;
    top: 0;
    right: 450px;
    width: 270px;
    height: 650px;
    padding: 0 30px;
    background: url(../images/bg-calculate.jpg) no-repeat center;
    background-size: cover;
    border-radius: 5px;
    color: #fff
}

    .home-calculate section {
        float: left;
        width: 100%;
        margin-bottom: 15px
    }

        .home-calculate section .input {
            height: 40px;
            border: 0;
            text-align: center
        }

        .home-calculate section .button {
            width: 100%;
            height: 40px;
            padding: 0;
            box-shadow: none;
            font-size: 14px
        }

    .home-calculate .results {
        float: left;
        width: 100%
    }

        .home-calculate .results span {
            display: block;
            padding-bottom: 10px
        }

            .home-calculate .results span strong {
                display: block
            }

.home-dealer {
    position: absolute;
    top: 0;
    right: 0;
    width: 270px;
    height: 275px;
    padding: 0 30px;
    margin-bottom: 30px;
    background: url(../images/bg-dealer.jpg) no-repeat center;
    background-size: cover;
    border-radius: 5px
}

    .home-dealer .link-more {
        margin: -5px 0 0 -30px
    }

.home-promo {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 270px;
    height: 580px;
    padding: 0 30px;
    background: url(../images/bg-promo.jpg) no-repeat center;
    background-size: cover;
    border-radius: 5px;
    overflow: hidden
}

    .home-promo a {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        text-indent: -9999px
    }

        .home-promo a:hover {
            background-color: rgba(0, 0, 0, .1)
        }

.box-title {
    float: left;
    width: 100%;
    padding: 26px 0 44px 0;
    position: relative;
    font-size: 27px;
    font-weight: 700;
    color: #044b83;
    line-height: 30px
}

    .box-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 24px;
        width: 40px;
        height: 2px;
        background-color: #fff
    }

.box-about {
    float: left;
    width: 100%;
    margin: -10px 0 15px 0;
    font-size: 16px;
    line-height: 30px
}

.trademarks {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100
}

    .trademarks ul {
        width: 100%;
        overflow: hidden
    }

    .trademarks li {
        width: 16.66667%;
        background-color: #fff
    }

        .trademarks li:nth-child(11),
        .trademarks li:nth-child(2),
        .trademarks li:nth-child(4),
        .trademarks li:nth-child(6),
        .trademarks li:nth-child(7),
        .trademarks li:nth-child(9) {
            background-color: rgba(240, 240, 240, .9)
        }

        .trademarks li img {
            float: left;
            width: 100%
        }

            .trademarks li img:hover {
                opacity: .7
            }

.mask-bottom,
.mask-top {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000
}

.mask-top-transform {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    transform: rotateX(180deg)
}

.mask-top {
    top: 0;
    bottom: auto
}

    .mask-bottom img,
    .mask-top img {
        float: left;
        width: 100%
    }

.block-grey {
    background-color: #f5f5f5
}

.block-blue {
    background-color: #004f9f
}

.bottom-150 {
    padding-bottom: 150px
}

.bottom-100 {
    padding-bottom: 100px
}

.bottom-50 {
    padding-bottom: 50px
}

.top-100 {
    padding-top: 100px
}

.top-80 {
    padding-top: 80px
}

.top-50 {
    padding-top: 50px
}

.bg-top-left {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50% auto
}

.bg-top-right {
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 50% auto
}

.bg-bottom-left {
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 50% auto
}

.bg-bottom-right {
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 50% auto
}

.why-brc-wrap {
    margin-bottom: 80px
}

.why-brc {
    float: left;
    width: 100%;
    padding-left: 50%;
    padding-bottom: 80px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 30px
}

.why-brc-photo {
    position: absolute;
    top: 0;
    left: 0;
    right: 56%;
    bottom: -80px;
    border-radius: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .1)
}

.slider-advantages {
    float: left;
    width: 100%;
    padding-bottom: 100px;
    position: relative;
    overflow: hidden
}

    .slider-advantages div {
        float: left;
        width: 100%;
        position: relative
    }

        .slider-advantages div h3 {
            float: left;
            width: 100%;
            padding: 55px 0 30px 0;
            font-size: 50px;
            line-height: 55px;
            letter-spacing: -.5px
        }

            .slider-advantages div h3 strong {
                font-weight: 700;
                color: #39c4e0
            }

        .slider-advantages div span {
            float: left;
            width: 100%
        }

    .slider-advantages .slick-next,
    .slider-advantages .slick-prev {
        left: 0;
        bottom: 0;
        top: auto;
        margin-top: 0
    }

    .slider-advantages .slick-next {
        left: 70px
    }

.news {
    float: left;
    width: 100%;
    line-height: 25px
}

.news-inner {
    margin: 0 -20px
}

.news ul {
    width: 100%
}

.news li {
    width: 25%;
    padding: 0 20px 40px 20px
}

    .news li a {
        float: left;
        width: 100%;
        overflow: hidden;
        font-weight: 500;
        background-color: #f7f7f7;
        transition: all .3s;
        border-radius: 5px
    }

        .news li a:hover {
            background-color: #fff;
            box-shadow: 0 10px 40px rgba(0, 0, 0, .1)
        }

        .news li a > i {
            float: left;
            width: 100%;
            overflow: hidden;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
            transform-origin: bottom;
            transition: all .3s
        }

        .news li a:hover > i {
            transform: scale(1.1, 1.1)
        }

        .news li a i img {
            float: left;
            width: 100%;
            max-height: 200px
        }

.news-item {
    float: left;
    width: 100%;
    padding-left: 40px;
    position: relative;
    z-index: 10
}

.news li a section {
    float: left;
    width: 100%;
    height: 260px;
    padding: 0 30px;
    margin-top: -40px;
    position: relative;
    background-color: #f7f7f7;
    border-radius: 5px 0 0 0;
    transition: all .3s
}

.news li a:hover section {
    background-color: #fff
}

.news li a section::before {
    content: "";
    position: absolute;
    top: 80px;
    bottom: 40px;
    left: 0;
    width: 2px;
    background-color: rgba(0, 0, 0, .07)
}

.news li a:hover section::before {
    background-color: #39c4e2;
    transition: all .3s
}

.news-title {
    float: left;
    width: 100%;
    height: 170px;
    margin-bottom: 23px;
    overflow: hidden
}

    .news-title strong {
        float: left;
        width: 100%;
        padding: 21px 0 22px 0;
        position: relative;
        font-weight: 600;
        font-size: 18px;
        overflow: hidden
    }

        .news-title strong::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 2px;
            background-color: #ed1c24
        }

    .news-title em {
        float: left;
        width: 100%;
        height: 75px;
        color: #666
    }

.news li a section span {
    float: left;
    width: 100%;
    padding-left: 30px;
    color: #999;
    font-size: 13px;
    font-weight: 600;
    background: url(../images/icon-clock.png) no-repeat 0 center;
    background-size: 16px
}

.news-detail {
    float: left;
    width: 45%;
    padding: 5px 50px 10px 0
}

    .news-detail > img {
        float: left;
        width: 100%;
        border-radius: 5px
    }

.slider-news {
    float: left;
    width: 100%;
    padding: 1px;
    position: relative;
    overflow: hidden;
    border-radius: 5px
}

    .slider-news::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border: 1px solid #000;
        border-radius: 5px;
        opacity: .1
    }

    .slider-news div {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 5px
    }

        .slider-news div a {
            float: left;
            width: 100%;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat
        }

            .slider-news div a img {
                float: left;
                width: 100%;
                max-height: 360px
            }

    .slider-news ul.slick-dots {
        border-radius: 5px
    }

.page-share {
    float: left;
    width: 100%;
    font-size: 14px
}

.page-share-title {
    float: left;
    width: 100%;
    padding: 0 15px;
    margin: 20px 0 10px 0;
    position: relative
}

    .page-share-title::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        height: 2px;
        margin-top: -1px;
        background-color: rgba(0, 0, 0, .06)
    }

    .page-share-title::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 15px;
        height: 2px;
        margin-top: -1px;
        background-color: #ed1c24
    }

    .page-share-title span {
        float: left;
        padding: 0 15px;
        background-color: #fff;
        position: relative;
        font-weight: 500;
        color: #999
    }

.page-share-inner {
    margin: 0 -5px
}

.page-share ul {
    width: 100%
}

.page-share li {
    width: 50%;
    padding: 0 5px
}

    .page-share li a {
        float: left;
        width: 100%;
        padding: 0 20px 0 50px;
        font-weight: 500;
        font-size: 14px;
        line-height: 50px;
        color: #fff;
        background-repeat: no-repeat;
        background-size: 50px;
        box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .1);
        transition: all .3s;
        border-radius: 5px
    }

        .page-share li a.facebook {
            background-color: #6688cd;
            background-image: url(../images/icon-facebook.png)
        }

        .page-share li a.twitter {
            background-color: #29c5f5;
            background-image: url(../images/icon-twitter.png)
        }

        .page-share li a:hover {
            background-color: #ed1c24;
            box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .2)
        }

.instagram-block {
    float: left;
    width: 100%;
    margin-bottom: 10%
}

    .instagram-block p {
        float: left;
        width: 100%;
        padding-bottom: 30px
    }

        .instagram-block p img {
            float: left;
            height: 60px
        }

        .instagram-block p strong {
            float: left;
            padding-left: 40px;
            margin-left: 40px;
            border-left: 1px solid #e8e8e8;
            font-size: 23px;
            font-weight: 600;
            color: #1a74bb;
            line-height: 50px
        }

.instagram-link {
    float: left;
    width: 100%;
    text-align: center
}

    .instagram-link a {
        display: inline-block;
        height: 50px;
        padding: 15px 30px;
        font-weight: 600;
        color: #fff;
        border-radius: 25px;
        background: #dd2b79;
        background: -webkit-linear-gradient(left, #dd2b79, #fc962a);
        background: -o-linear-gradient(left, #dd2b79, #fc962a);
        background: -moz-linear-gradient(left, #dd2b79, #fc962a);
        background: linear-gradient(left, #dd2b79, #fc962a);
        transition: all .3s
    }

        .instagram-link a:hover {
            background: #dd2b79
        }

        .instagram-link a::before {
            content: "";
            float: left;
            width: 50px;
            height: 50px;
            margin: -15px -5px 0 -15px;
            background: url(../images/icon-instagram.png) no-repeat;
            background-size: 100% 100%
        }

.instagram-inner {
    margin: 0 -5px
}

.instagram-block ul {
    width: 100%
}

.instagram-block li {
    width: 16.66667%;
    padding: 0 5px 10px 5px
}

    .instagram-block li section {
        float: left;
        width: 100%;
        border-radius: 5px;
        overflow: hidden
    }

    .instagram-block li a {
        float: left;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transform-origin: center;
        transition: all .3s;
        overflow: hidden
    }

        .instagram-block li a:hover {
            transform: scale(1.1, 1.1)
        }

        .instagram-block li a img {
            float: left;
            width: 100%
        }

.link-all {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 20px
}

    .link-all a {
        float: left;
        height: 45px;
        padding: 0 28px;
        border: 2px solid #e0e0e0;
        border-radius: 5px;
        font-weight: 600;
        line-height: 41px;
        transition: all .3s
    }

        .link-all a:hover {
            border-color: #39c4e2
        }

.greyscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%)
}

    .greyscale:hover {
        filter: none;
        -webkit-filter: none
    }

.sub-hero {
    float: left;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 10
}

    .sub-hero > img {
        float: left;
        width: 100%;
        max-height: 400px
    }

.apostrophe {
    float: left;
    width: 100%;
    padding: 0 0 10px 120px;
    margin: 7% 0;
    position: relative;
    font-size: 27px;
    font-weight: 300;
    line-height: 45px;
    letter-spacing: -.3px
}

    .apostrophe::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 55px;
        height: 40px;
        background: url(../images/icon-quote.png) no-repeat;
        background-size: 100% auto
    }

.stats {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100;
    font-size: 16px;
    font-weight: 500;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .7)
}

    .stats ul {
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-flow: row wrap
    }

    .stats li {
        position: relative;
        flex: 1;
        flex-basis: 25%
    }

        .stats li strong {
            float: left;
            width: 100%;
            padding-bottom: 31px;
            font-family: Oswald;
            font-size: 48px;
            font-weight: 400;
            line-height: 50px;
            color: #1a74bb;
            letter-spacing: -1px;
            position: relative
        }

            .stats li strong::after {
                content: "";
                position: absolute;
                bottom: 12px;
                left: 50%;
                width: 40px;
                height: 2px;
                margin-left: -20px;
                background-color: #1a74bb;
                opacity: .3
            }

        .stats li span {
            float: left;
            width: 100%;
            padding-bottom: 65px
        }

.video-brc {
    float: left;
    width: 100%;
    position: relative;
    text-align: center
}

    .video-brc a {
        float: left;
        width: 100%;
        padding: 100px 20px;
        font-size: 30px;
        font-weight: 700;
        color: #fff;
        line-height: 100px;
        position: relative;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat
    }

        .video-brc a::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-color: #ed1c24;
            opacity: .8;
            transition: all .3s
        }

        .video-brc a:hover::before {
            background-color: #000;
            opacity: .5
        }

        .video-brc a section {
            display: inline-block;
            position: relative;
            z-index: 5
        }

        .video-brc a img {
            float: left;
            height: 100px
        }

        .video-brc a span {
            float: left;
            padding-left: 25px;
            white-space: nowrap
        }

.video-list {
    float: left;
    width: 100%
}

.video-list-inner {
    margin: 0 -10px
}

.video-list ul {
    width: 100%
}

.video-list li {
    width: 33.33334%;
    padding: 0 10px 20px 10px
}

    .video-list li section {
        float: left;
        width: 100%;
        height: 240px;
        position: relative;
        overflow: hidden;
        border-radius: 5px;
        background-color: #000
    }

    .video-list li span {
        float: left;
        width: 100%;
        height: 40px;
        padding-left: 35px;
        margin-top: 10px;
        position: relative;
        overflow: hidden;
        font-weight: 500
    }

        .video-list li span::before {
            content: "";
            position: absolute;
            top: 9px;
            left: 0;
            width: 20px;
            height: 2px;
            background-color: #ed1c24
        }

.video-list-inner .iframe img {
    width: 100%
}

.gallery {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden
}

.inner-5 {
    margin: 0 -5px
}

.gallery ul {
    width: 100%
}

.gallery li {
    width: 25%;
    padding: 0 5px 10px 5px;
    position: relative
}

    .gallery li a {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        color: #fff;
        border-radius: 5px
    }

        .gallery li a::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background-image: linear-gradient(20deg, #373f48 20%, rgba(55, 63, 72, 0));
            z-index: 5;
            opacity: .8
        }

        .gallery li a::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            background: url(../images/icon-zoom.png) no-repeat center/40px;
            transition: all .3s;
            opacity: 0;
            z-index: 10
        }

        .gallery li a:hover::after {
            background-color: rgba(55, 63, 72, .5);
            opacity: 1
        }

        .gallery li a span {
            float: left;
            width: 100%;
            background-size: cover;
            background-position: center top;
            transform-origin: center bottom;
            transition: all .25s
        }

        .gallery li a img {
            float: left;
            width: 100%
        }

        .gallery li a:hover span {
            transform: scale(1.07, 1.07)
        }

        .gallery li a strong {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 20px 20px 14px 20px;
            font-size: 13px;
            font-weight: 500;
            z-index: 100
        }

            .gallery li a strong::after {
                content: "";
                position: absolute;
                left: 20px;
                bottom: 0;
                width: 30px;
                height: 3px;
                background-color: #fff;
                transition: all .3s
            }

        .gallery li a:hover strong::after {
            width: 80px;
            background-color: #ed1c24
        }

.gallery-fair li a::before {
    opacity: 0
}

.gallery li a::after {
    opacity: 1
}

.simple-list {
    display: block;
    padding-top: 15%
}

    .simple-list ul {
        width: 100%
    }

    .simple-list li {
        width: 100%;
        padding-bottom: 20px;
        position: relative
    }

        .simple-list li::before {
            content: "";
            position: absolute;
            top: 13px;
            left: -50px;
            width: 20px;
            height: 2px;
            background-color: #1973ba
        }

.parallax-wrap {
    margin-top:5%;
    float: left;
    width: 100%;
    position: relative;
    z-index: 200
}

.parallax-full {
    float: left;
    width: 100%;
    padding: 7% 0;
    position: relative;
    background: 0 0;
    background-size: 100% auto
}

.parallax-photo {
    position: absolute;
    left: 10%;
    right: 50%;
    bottom: 0;
    top: 0;
    background: 0 0;
    background-size: 100% auto
}

.parallax-text {
    float: right;
    width: 50%;
    padding: 0 0 40px 40px;
    margin-top: -20px;
    position: relative
}

.parallax-right .parallax-photo {
    right: 0;
    left: 60%
}

.parallax-right .parallax-text {
    float: left;
    padding: 0 40px 40px 0
}

.parallax-wrap section {
    float: left;
    width: 100%;
    position: relative
}

.threesome {
    float: left;
    width: 100%;
    position: relative
}

.threesome-images {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    z-index: 10
}

    .threesome-images ul {
        width: 100%
    }

    .threesome-images li {
        width: 100%;
        margin-bottom: 20px
    }

        .threesome-images li:nth-child(2) {
            width: 40%;
            margin-right: 20px
        }

        .threesome-images li:nth-child(3) {
            width: 25%;
            margin-right: 20px
        }

        .threesome-images li img {
            float: left;
            width: 100%
        }

.threesome-text {
    float: left;
    width: 50%;
    padding: 6% 40px 4% 0
}

.certificates {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 100;
    overflow: hidden
}

.certificates-inner {
    margin: 0 -10px
}

.certificates ul {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-flow: row wrap
}

.certificates li {
    position: relative;
    flex: 1;
    flex-basis: 16.66667%;
    padding: 0 10px 20px 10px
}

    .certificates li a {
        float: left;
        width: 100%;
        padding: 14px;
        border: 1px solid #e5e5e5;
        border-radius: 4px;
        background-color: #fff;
        transition: all .4s
    }

        .certificates li a:hover {
            background-color: #f9f9f9
        }

        .certificates li a section {
            float: left;
            width: 100%;
            position: relative
        }

            .certificates li a section img {
                float: left;
                width: 100%
            }

            .certificates li a section span {
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                padding: 50px 10px 10px 10px;
                background: url(../images/gradient.png) repeat-x;
                background-size: auto 100%;
                color: #fff;
                font-weight: 500
            }

        .certificates li a:hover section span {
            padding-top: 100px
        }

.accordion {
    float: left;
    width: 100%;
    font-size: 16px;
    border-bottom: 1px solid #f2f2f2
}

.accordion-section-title {
    float: left;
    width: 100%;
    padding: 25px 60px 25px 50px;
    border-top: 1px solid #f2f2f2;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #222;
    letter-spacing: -.4px
}

    .accordion-section-title:hover {
        color: #555
    }

    .accordion-section-title::after,
    .accordion-section-title::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 20px;
        width: 12px;
        height: 2px;
        margin-top: -1px;
        background-color: #9ce1f0;
        transition: all .25s;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
        border-radius: 2px
    }

    .accordion-section-title::after {
        right: 27px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .accordion-section-title.active {
        color: #ed1c24
    }

        .accordion-section-title.active::after,
        .accordion-section-title.active::before {
            background-color: #ed1c24;
            -webkit-transform: rotate(-135deg);
            -moz-transform: rotate(-135deg);
            -o-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
            transform: rotate(-135deg)
        }

        .accordion-section-title.active::after {
            background-color: #ed1c24;
            -webkit-transform: rotate(-45deg);
            -moz-transform: rotate(-45deg);
            -o-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg)
        }

.accordion-section-content {
    float: left;
    width: 100%;
    padding: 15px 60px 30px 50px;
    margin-top: -5px;
    display: none;
    color: #666;
    line-height: 25px;
    position: relative
}

    .accordion-section-content::before {
        content: "";
        position: absolute;
        top: -2px;
        left: 50px;
        width: 30px;
        height: 2px;
        background-color: #ccc
    }

    .accordion-section-content b,
    .accordion-section-content strong {
        color: #151515;
        font-weight: 600
    }

    .accordion-section-content a {
        font-weight: 600
    }

.sub-map {
    height: 640px
}

.contact-out {
    float: left;
    width: 100%;
    min-height: 400px;
    margin-top: -80px;
    margin-bottom: -50px;
    background-color: #fff;
    border-radius: 5px;
    position: relative;
    box-shadow: 0 0 50px rgba(0, 0, 0, .05);
    z-index: 100;
    padding: 65px 0 120px 0;
    color: #fff;
    background: linear-gradient(25deg,#349aca 30%,#46bcec 80%);
}

.contact-form section .input option {
    color: black !important;
}

.contact-out2 {
    float: left;
    width: 100%;
    padding: 65px 0 120px 0;
    position: relative;
    color: #fff;
    background: #46bcec;
    background: linear-gradient(25deg,#349aca 30%,#46bcec 80%)
}

.contact-form section {
    float: left;
    width: 50%;
    padding: 0 20px 20px 20px;
    position: relative
}

    .contact-form section .button {
        background: 0 0;
        border: 2px solid rgba(255,255,255,.5)
    }

        .contact-form section .button:hover {
            border-color: #fff
        }

    .contact-form section .input {
        background-color: transparent;
        border: 0;
        border-bottom: 2px solid rgba(255,255,255,.2);
        border-radius: 0
    }

        .contact-form section .input:focus {
            border-color: #fff;
            box-shadow: none;
            color: #99daf5
        }

        .contact-form section .input::-webkit-input-placeholder, .contact-form section textarea::-webkit-input-placeholder {
            color: #99daf5
        }

        .contact-form section .input::-moz-placeholder, .contact-form section textarea::-moz-placeholder {
            color: #99daf5
        }

        .contact-form section .input:-moz-placeholder, .contact-form section textarea:-moz-placeholder {
            color: #99daf5
        }

        .contact-form section .input:-ms-input-placeholder, .contact-form section textarea:-ms-input-placeholder {
            color: #99daf5
        }

.contact-right {
    float: right;
    width: 30%
}

.contact-phone {
    float: left;
    width: 100%;
    padding: 0 20px 0 40px;
    position: relative;
    background-color: #ed1c24;
    color: #fff;
    font-size: 24px;
    font-family: Oswald;
    line-height: 80px;
    border-radius: 0 5px 0 0;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1)
}

    .contact-phone a {
        color: #fff
    }

.contact-info {
    float: left;
    width: 100%;
    padding: 40px;
    font-size: 15px;
    /*    background: #f5f5f5;
    background: -webkit-linear-gradient(top, #f5f5f5, #fff);
    background: -o-linear-gradient(top, #f5f5f5, #fff);
    background: -moz-linear-gradient(top, #f5f5f5, #fff);
    background: linear-gradient(top, #f5f5f5, #fff)*/
}

    .contact-info p {
        float: left;
        width: 100%;
        margin-bottom: 25px;
        position: relative
    }

        .contact-info p strong {
            display: block;
            margin: -6px 0 11px 0;
            font-size: 18px;
            font-weight: 600
        }

    .contact-info section {
        float: left;
        width: 100%;
        padding: 25px 0 25px 45px;
        position: relative;
        border-top: 1px solid rgba(0, 0, 0, .05)
    }

        .contact-info section img {
            position: absolute;
            top: 50%;
            left: 0;
            width: 30px;
            height: 30px;
            margin-top: -15px
        }

.contact-left {
    float: left;
    width: 70%
}

.contact-form {
    float: left;
    width: 70%;
    padding: 100px 40px 40px 40px;
    border-radius: 5px 0 0 0
}

.contact-form-title {
    float: left;
    width: 100%;
    padding: 0 40px;
    font-size: 24px;
    font-family: Oswald;
    line-height: 80px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .06)
}

.contact-form .page-about {
    padding-left: 0;
    padding-bottom: 30px
}

.contact-inner {
    margin: 0 -15px
}

.form-item {
    float: left;
    width: 50%;
    padding: 0 15px 30px 15px;
    position: relative
}

    .form-item:last-child {
        padding-bottom: 0
    }

    .form-item i {
        float: left;
        width: 35%;
        font-weight: 500;
        line-height: 40px;
        position: relative
    }

        .form-item i::after {
            position: absolute;
            top: 0;
            right: 30px;
            content: ":";
            color: #999
        }

    .form-item em {
        float: right;
        width: 65%
    }

        .form-item em > a {
            float: right;
            font-weight: 700;
            line-height: 40px
        }

        .form-item em label > a {
            font-weight: 600;
            text-decoration: underline
        }

.security-code img {
    float: left;
    width: 110px;
    height: 40px;
    margin-right: 10px;
    padding: 2px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 3px
}

.security-code a.refresh {
    float: left;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background: #fff url(../images/refresh.png) no-repeat center center;
    background-size: 24px;
    border: 1px solid #ccc;
    border-radius: 3px
}

.security-code a:hover.refresh {
    background-color: #eee
}

.pages {
    float: left;
    width: 100%;
    font-weight: 600;
    line-height: 45px;
    text-align: center
}

    .pages ul {
        width: 100%
    }

    .pages li {
        float: none;
        display: inline-block;
        padding: 0 5px;
        border-right: 1px solid #eee
    }

        .pages li:last-child {
            border-right: none
        }

        .pages li a,
        .pages li span {
            float: left;
            min-width: 40px;
            padding: 0 12px;
            transition: all .3s
        }

            .pages li a:hover {
                border-color: #999
            }

            .pages li a.current,
            .pages li.active span {
                color: #ed1c24;
                box-shadow: inset 0 -2px 0 #ed1c24
            }

            .pages li a i {
                float: left;
                padding: 0 10px;
                font-size: 12px;
                font-weight: 400
            }

.js-opener {
    display: none
}

.js-open {
    display: block
}

.sub-calculate {
    float: left;
    width: 100%;
    padding: 0 30px 30px 30px;
    margin: 50px 0 -40px 0;
    position: relative;
    background: url(../images/bg-calculate.jpg) no-repeat center;
    background-size: cover;
    border-radius: 5px;
    color: #fff
}

    .sub-calculate section {
        float: left;
        width: 50%
    }

        .sub-calculate section em {
            float: left;
            width: 50%;
            padding-right: 20px
        }

        .sub-calculate section .input {
            height: 40px;
            border: 0;
            text-align: center
        }

        .sub-calculate section .button {
            width: 100%;
            height: 40px;
            padding: 0;
            box-shadow: none;
            font-size: 14px
        }

    .sub-calculate .results {
        float: left;
        width: 50%
    }

        .sub-calculate .results span {
            float: left;
            width: 33.33334%;
            padding-left: 10px
        }

            .sub-calculate .results span strong {
                display: block
            }

                .sub-calculate .results span strong span {
                    width: auto;
                    padding: 0
                }

@media only screen and (max-width:1500px) {
    .wrap {
        width: 1200px
    }

    .threesome-images li:nth-child(2) {
        width: 50%
    }
}

@media only screen and (max-width:1400px) {
    #nav-wrap {
        background-image: none
    }

    .nav-logo {
        display: none
    }

    .nav-content {
        width: 100%;
        padding: 0 50px
    }

    #nav {
        padding-top: 25px
    }

    .nav-social {
        left: 50px;
        right: 150px;
        bottom: 50px
    }

    #nav li {
        padding: 0
    }

        #nav li > a {
            line-height: 40px
        }
}

@media only screen and (max-width:1280px) {
    .wrap {
        width: 1000px
    }

    .header {
        left: 20px;
        right: 20px
    }

    .main-slider .slick-prev,
    .main-slider::after {
        left: 5%
    }

    .main-slider .slick-next,
    .main-slider::after {
        right: 5%
    }

    .news-inner {
        margin: 0 -10px
    }

    .news li {
        padding: 0 10px 20px 10px
    }

    .news-item {
        padding-left: 25px
    }

    .news li a section {
        height: 240px;
        padding: 0 20px;
        margin-top: -25px
    }

        .news li a section::before {
            bottom: 20px
        }

    .home-block {
        padding-right: 0
    }

    .home-about {
        height: auto;
        padding-bottom: 50px;
        margin-bottom: 30px
    }

        .home-about section {
            height: auto
        }

    .home-calculate {
        float: left;
        width: 48.5%;
        position: static
    }

    .home-dealer {
        float: right;
        width: 48.5%;
        position: static
    }

    .home-promo {
        float: right;
        width: 48.5%;
        position: relative
    }

    .news-detail {
        width: 50%;
        padding-right: 30px
    }

    .sub-map {
        height: 540px
    }
}

@media only screen and (max-width:1023px) {
    .wrap {
        float: left;
        width: 100%;
        padding: 0 20px
    }

    .header {
        float: left;
        width: 100%;
        left: 0;
        right: 0;
        position: relative;
        border-radius: 0
    }

    #nav-wrap {
        position: absolute;
        top: 60px;
        right: 0;
        bottom: auto;
        border-bottom: 2px solid #df0513;
        z-index: 990;
        box-shadow: 0 30px 50px rgba(0, 0, 0, .3)
    }

        #nav-wrap .nav-icon {
            height: 60px;
            right: 0
        }

    #nav li span a {
        padding-top: 10px;
        padding-bottom: 10px
    }

        #nav li span a::before {
            top: 14px
        }

    .nav-social {
        float: left;
        width: 100%;
        margin: 30px 0 50px 0;
        position: static
    }

    .nav-right {
        display: none
    }

    .nav-opened {
        overflow: initial
    }

    .top-search {
        border-radius: 0
    }

    .slideshow {
        float: left;
        position: relative;
        height: auto
    }

        .slideshow .slider .item {
            float: left;
            height: auto
        }

            .slideshow .slider .item img {
                float: left;
                width: 100%
            }

    .slideshow-text {
        bottom: 64px;
        font-size: 29px;
        line-height: 35px
    }

        .slideshow-text::after {
            display: none
        }

    .hero-info {
        float: left;
        width: 100%;
        margin: 20px 0 -30px 0;
        position: static;
        overflow: hidden
    }

    .hero-info-inner {
        margin: 0 -2px
    }

    .join-us-wrap {
        padding-top: 40px;
        padding-bottom: 50px
    }

    .join-us span {
        font-size: 23px;
        line-height: 30px
    }

    .footer {
        padding-top: 50px
    }

    .footer-title {
        padding-bottom: 19px
    }

    .footer-about {
        margin-bottom: 43px
    }

        .footer-about::after {
            bottom: -35px
        }

    .copyright {
        padding: 35px 0;
        margin-top: 40px
    }

    .bottom-150 {
        padding-bottom: 75px
    }

    .bottom-100 {
        padding-bottom: 50px
    }

    .bottom-50 {
        padding-bottom: 25px
    }

    .top-100 {
        padding-top: 50px
    }

    .top-80 {
        padding-top: 40px
    }

    .top-50 {
        padding-top: 25px
    }

    .home-block {
        margin-bottom: -30px
    }

    .home-about {
        padding: 0 30px 20px 30px
    }

        .home-about section {
            padding-right: 10%;
            padding-left: 30px;
            margin-bottom: 20px
        }

    .page-title {
        padding-top: 61px;
        padding-bottom: 29px
    }

        .page-title::after {
            top: 77px
        }

    .why-brc-wrap {
        margin-bottom: 0
    }

    .why-brc {
        padding-left: 0;
        padding-bottom: 30px
    }

    .why-brc-photo {
        float: left;
        width: 100%;
        height: 300px;
        position: relative;
        box-shadow: none
    }

    .slider-advantages {
        padding-bottom: 70px
    }

        .slider-advantages div h3 {
            padding: 25px 0 15px 0;
            font-size: 30px;
            line-height: 35px
        }

    .news li {
        width: 50%
    }

    .stats li {
        flex-basis: 50%
    }

    .apostrophe {
        padding-left: 65px;
        font-size: 20px;
        line-height: 30px
    }

        .apostrophe::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 40px
        }

    .parallax-photo {
        float: left;
        width: 100%;
        height: 340px;
        position: static
    }

    .parallax-text {
        width: 100%;
        padding: 0 0 10px 0 !important
    }

    .threesome-images {
        display: none
    }

    .threesome-text {
        width: 100%;
        padding: 0
    }

    .certificates li {
        flex-basis: 25%
    }

    .news-detail {
        width: 100%;
        padding-right: 0
    }

    .product-content {
        width: 100% !important
    }

    .contact-out {
        margin: 20px 0;
        box-shadow: none
    }

    .contact-right {
        width: 100%
    }

    .contact-phone {
        padding: 0 20px;
        border-radius: 5px;
        line-height: 60px
    }

        .contact-phone::after {
            top: -15px;
            right: 10px
        }

    .contact-info {
        padding: 25px 10px;
        background: 0 0
    }

    .contact-left {
        width: 100%
    }

    .contact-form-title {
        padding: 20px 10px;
        line-height: 30px;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .06), inset 0 1px 0 rgba(0, 0, 0, .06)
    }

    .contact-form {
        padding: 0 10px 10px 10px
    }

    .sub-calculate {
        margin: 20px 0 -30px 0
    }

        .sub-calculate section {
            width: 100%
        }

        .sub-calculate .results {
            width: 100%
        }

            .sub-calculate .results span {
                padding: 15px 15px 0 0
            }
}

.custom-display-desktop-mobil {
    display: flex;
}

@media only screen and (max-width:767px) {
    .custom-display-desktop-mobil {
        display: contents;
    }

    .nav-icon {
        margin-right: 0
    }

    .contact-form {
        width: 100%;
    }

    .nav-icon::after {
        display: none
    }

    .top-search input {
        height: 50px;
        padding: 0 65px 0 15px;
        font-size: 15px;
        font-weight: 400;
        line-height: 50px
    }

    .top-search button {
        right: 7px;
        top: 7px;
        width: 46px;
        height: 34px
    }

    .main-slider .slick-arrow {
        display: none !important
    }

    .main-slider::after {
        display: none
    }

    .slideshow-text {
        bottom: 44px
    }

        .slideshow-text .slick-slide {
            height: 70px
        }

    ul.slick-dots {
        padding: 18px 0
    }

    .hero-info {
        padding: 0 20px
    }

        .hero-info li,
        .hero-info li section,
        .hero-info ul {
            width: 100%
        }

        .hero-info li {
            padding-bottom: 4px
        }

            .hero-info li section {
                height: auto;
                padding-top: 16px;
                padding-bottom: 10px
            }

            .hero-info li i {
                display: none
            }

    .nav-content {
        padding: 0 25px
    }

    .nav-social {
        margin: 25px 0
    }

    .footer,
    .join-us-wrap {
        background-image: none
    }

    .join-us section {
        padding-right: 100px
    }

    .join-us .input {
        height: 45px;
        padding: 0 15px;
        font-size: 15px
    }

    .join-us .button {
        width: 90px;
        height: 45px;
        font-size: 15px
    }

    .home-about {
        margin-bottom: 20px;
        background-image: none
    }

        .home-about strong {
            padding: 25px 0 15px 0;
            font-size: 27px;
            line-height: 30px
        }

        .home-about section {
            padding: 0;
            margin-bottom: 5px;
            box-shadow: none
        }

    .trademarks li {
        width: 33.33334%
    }

    .page-title {
        padding-top: 30px;
        padding-bottom: 20px;
        padding-left: 30px;
        font-size: 25px;
        line-height: 30px
    }

        .page-title::after {
            top: 44px;
            width: 20px
        }

    .page-about {
        padding: 0 0 30px 30px
    }

    .instagram-block p {
        padding-bottom: 15px
    }

        .instagram-block p img {
            height: 36px
        }

        .instagram-block p strong {
            padding-left: 20px;
            margin-left: 20px;
            font-size: 15px;
            line-height: 30px
        }

    .parallax-text {
        margin-top: 0
    }

    .video-brc a {
        padding: 50px 10px;
        font-size: 18px;
        line-height: 50px
    }

        .video-brc a img {
            height: 50px
        }

        .video-brc a span {
            padding-left: 15px
        }

    .simple-list li::before {
        left: -30px;
        width: 15px
    }

    .accordion-section-title {
        padding: 20px 35px 20px 0;
        font-size: 16px
    }

        .accordion-section-title::before {
            right: 5px
        }

        .accordion-section-title::after {
            right: 12px
        }

    .accordion-section-content {
        padding: 10px 0 20px 0;
        font-size: 15px
    }

        .accordion-section-content::before {
            left: 0
        }

    .news-detail {
        padding-top: 10px
    }

    .sub-map {
        height: 400px
    }

    .sub-calculate {
        margin-bottom: 0
    }
}

@media only screen and (max-width:640px) {
    .instagram-block li {
        width: 33.33334%
    }

    .footer-share li {
        padding: 0 5px 5px 5px
    }

    .parallax-photo {
        height: 240px
    }

    .certificates li {
        flex-basis: 33.33334%
    }

    .form-item {
        width: 100%;
        padding: 0 15px 20px 15px
    }

    .product-list li {
        width: 100%;
        padding-bottom: 20px
    }

        .product-list li a {
            padding: 20px
        }

    .product-list li,
    .video-list li {
        width: 100%
    }

        .product-list li > a section img {
            height: 160px
        }

        .product-list li > a span {
            height: 40px;
            line-height: 36px;
            border-radius: 20px
        }

    .sub-calculate {
        margin-bottom: 0
    }
}

@media only screen and (max-width:540px) {
    #logo img {
        height: 67px
    }

    .slideshow-text {
        bottom: 34px;
        font-size: 24px;
        line-height: 26px
    }

        .slideshow-text .slick-slide {
            height: 55px
        }

    #nav {
        padding-top: 10px
    }

        #nav li,
        #nav li span a,
        .news li {
            width: 100%
        }

        #nav li {
            border-bottom: 1px solid #f2f2f2
        }

    .news li a section,
    .news-title,
    .news-title em {
        height: auto
    }

    .news-title {
        margin-bottom: 8px
    }

        .news-title strong {
            padding-bottom: 12px
        }

    .news li a section span {
        margin-bottom: 20px
    }

    .home-about {
        margin-bottom: 10px
    }

    .home-calculate,
    .home-dealer,
    .home-promo {
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        margin-bottom: 10px
    }

        .home-dealer .box-title br {
            display: none
        }

    .home-promo {
        height: 200px
    }

    .why-brc-photo {
        height: 200px
    }

    .copyright div {
        width: 100%
    }

    .stats li {
        flex-basis: 100%
    }

        .stats li span {
            padding-bottom: 35px
        }

    .apostrophe {
        padding-left: 45px
    }

        .apostrophe::before {
            width: 30px
        }

    .certificates li {
        flex-basis: 50%
    }

    .news-detail-wrap {
        padding-left: 0
    }

    .sub-calculate section em {
        width: 60%
    }

        .sub-calculate section em:last-child {
            width: 40%;
            padding-right: 0
        }

    .sub-calculate .results span {
        width: 100%;
        padding-right: 0
    }
}

@media only screen and (max-width:400px) {
    .certificates li a {
        padding: 5px
    }
}

.icheckbox_minimal-pink,
.iradio_minimal-pink {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: url(pink.png) no-repeat;
    border: none;
    cursor: pointer
}

.icheckbox_minimal-pink {
    background-position: 0 0
}

    .icheckbox_minimal-pink.hover {
        background-position: -20px 0
    }

    .icheckbox_minimal-pink.checked {
        background-position: -40px 0
    }

    .icheckbox_minimal-pink.disabled {
        background-position: -60px 0;
        cursor: default
    }

    .icheckbox_minimal-pink.checked.disabled {
        background-position: -80px 0
    }

.iradio_minimal-pink {
    background-position: -100px 0
}

    .iradio_minimal-pink.hover {
        background-position: -120px 0
    }

    .iradio_minimal-pink.checked {
        background-position: -140px 0
    }

    .iradio_minimal-pink.disabled {
        background-position: -160px 0;
        cursor: default
    }

    .iradio_minimal-pink.checked.disabled {
        background-position: -180px 0
    }

@media (-o-min-device-pixel-ratio:5/4), (-webkit-min-device-pixel-ratio:1.25), (min-resolution:120dpi), (min-resolution:1.25dppx) {
    .icheckbox_minimal-pink,
    .iradio_minimal-pink {
        background-image: url(pink@2x.png);
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px
    }

    .video-list-inner .iframe img {
        width: 100%
    }
}

.instagram-page-block {
    padding: 30px
}

    .instagram-page-block section {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px
    }

    .instagram-page-block ul {
        width: 100%
    }

.instagram-page li {
    width: 50%
}

.instagram-page-block {
    float: left;
    width: 100%;
    padding: 40px;
    background-color: #151515
}

    .instagram-page-block section {
        float: left;
        width: 50%;
        padding-right: 40px
    }

.instagram-page-link {
    float: left;
    width: 100%;
    text-align: center
}

    .instagram-page-link a {
        display: inline-block;
        height: 50px;
        padding: 15px 30px;
        font-weight: 600;
        color: #fff;
        border-radius: 25px;
        background: #dd2b79;
        background: -webkit-linear-gradient(left, #dd2b79, #fc962a);
        background: -o-linear-gradient(left, #dd2b79, #fc962a);
        background: -moz-linear-gradient(left, #dd2b79, #fc962a);
        background: linear-gradient(left, #dd2b79, #fc962a);
        transition: all .3s
    }

        .instagram-page-link a:hover {
            background: #dd2b79
        }

        .instagram-page-link a::before {
            content: "";
            float: left;
            width: 50px;
            height: 50px;
            margin: -15px -5px 0 -15px;
            background: url(../images/icon-instagram.png) no-repeat;
            background-size: 100% 100%
        }

.instagram-page-block ul {
    width: 50%
}

.instagram-page-block li {
    width: 25%;
    overflow: hidden
}

    .instagram-page-block li a {
        float: left;
        width: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        transform-origin: center;
        transition: all .3s
    }

        .instagram-page-block li a:hover {
            opacity: .5;
            transform: scale(1.1, 1.1)
        }

        .instagram-page-block li a img {
            float: left;
            width: 100%
        }

.instagram-page {
    float: left;
    width: 100%;
    margin-bottom: 100px
}

.instagram-page-inner {
    margin: 0 -5px
}

.instagram-page ul {
    width: 100%
}

.instagram-page li {
    width: 33.33334%;
    padding: 0 5px 10px 5px
}

    .instagram-page li a {
        float: left;
        width: 100%;
        position: relative;
        overflow: hidden;
        border-radius: 10px
    }

        .instagram-page li a::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 40%;
            width: 60px;
            height: 60px;
            margin: -30px 0 0 -30px;
            background: #fff url(../images/arrow-right.png) no-repeat center;
            background-size: 20px;
            transition: all .3s;
            border-radius: 50%;
            opacity: 0
        }

        .instagram-page li a:hover::after {
            left: 50%;
            opacity: 1
        }

        .instagram-page li a img {
            float: left;
            width: 100%;
            transform-origin: center;
            transition: all .4s
        }

        .instagram-page li a:hover img {
            transform: scale(1.1, 1.1)
        }

        .instagram-page li a section {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            padding: 60px 25px 21px 25px;
            background: #004f9f;
            background: -webkit-linear-gradient(bottom, rgba(0, 79, 159, .9), rgba(0, 79, 159, 0));
            background: -o-linear-gradient(bottom, rgba(0, 79, 159, .85), rgba(0, 79, 159, 0));
            background: -mz-linear-gradient(bottom, rgba(0, 79, 159, .85), rgba(0, 79, 159, 0));
            background: linear-gradient(bottom, rgba(0, 79, 159, .85), rgba(0, 79, 159, 0));
            color: #fff;
            text-shadow: 1px 1px 2px rgba(0, 0, 0, .6);
            font-size: 16px;
            font-weight: 500;
            font-style: italic
        }

.product-specs {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 50px
}

    .product-specs ul {
        width: 100%
    }

    .product-specs li {
        float: none;
        width: 49.5%;
        padding: 0 20px 30px 35px;
        display: inline-block;
        vertical-align: top;
        background: url(../images/icon-ok.png) no-repeat;
        background-size: 20px;
        font-size: 15px
    }

@media only screen and (max-width:767px) {
    .instagram-page-block {
        padding: 45px 20px 20px 20px
    }

    .product-specs li {
        float: left;
        width: 100%;
        padding: 0 0 15px 35px
    }
}

@media only screen and (max-width:640px) {
    .instagram-page-inner {
        margin: 0 -2px
    }

    .instagram-page li {
        padding: 0 2px 4px 2px
    }

        .instagram-page li a {
            border-radius: 5px
        }

            .instagram-page li a section {
                display: none
            }
}

.product-list {
    float: left;
    width: 100%;
    text-align: center
}

.product-inner {
    margin: 0 -20px
}

.product-list ul {
    width: 100%
}

.product-list li {
    width: 33.33334%;
    padding: 0 20px 40px 20px
}

    .product-list li a {
        float: left;
        width: 100%;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 5px 15px rgba(0, 0, 0, .07);
        transition: all .3s;
        position: relative;
        min-height: 560px
    }

        .product-list li a:hover {
            box-shadow: 0 7px 30px rgba(0, 0, 0, .2)
        }

        .product-list li a::before {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            border: 1px solid #000;
            border-radius: 10px;
            opacity: .2;
            transition: all .3s
        }

        .product-list li a:hover::before {
            opacity: .5
        }

        .product-list li a img {
            float: left;
            width: 100%
        }

        .product-list li a strong {
            float: left;
            width: 100%;
            padding: 19px 0 16px 0;
            font-weight: 500;
            font-size: 16px
        }

        .product-list li a span {
            float: left;
            width: 100%;
            font-weight: 500;
            font-size: 12px;
            position: relative
        }

            .product-list li a span::before {
                content: "";
                position: absolute;
                top: 50%;
                left: 0;
                right: 0;
                height: 2px;
                margin-top: -1px;
                background-color: #eee
            }

            .product-list li a span i {
                display: inline-block;
                padding: 0 15px;
                background-color: #fff;
                position: relative
            }

                .product-list li a span i em {
                    float: left;
                    height: 30px;
                    padding: 0 35px 0 20px;
                    background-color: #e5e5e5;
                    line-height: 30px;
                    position: relative;
                    border-radius: 15px;
                    transition: all .3s
                }

        .product-list li a:hover span i em {
            background-color: #f3f3f3
        }

        .product-list li a span i em::after {
            content: "";
            float: right;
            width: 20px;
            height: 30px;
            margin-right: -25px;
            background: url(../images/arrow-right.png) no-repeat center/auto 16px;
            transition: all .2s
        }

        .product-list li a:hover span i em::after {
            margin: 0 -28px 0 5px
        }

@media only screen and (max-width:1200px) {
    .product-list li {
        width: 50%
    }

        .product-list li a {
            padding: 19px
        }
}

@media only screen and (max-width:1023px) {
    .product-list li {
        width: 50%
    }
}

@media only screen and (max-width:640px) {
    .product-list li {
        width: 100%
    }

        .product-list li > a section img {
            height: 160px
        }

        .product-list li > a span {
            height: 40px;
            line-height: 36px;
            border-radius: 20px
        }
}

.c_fuel_price,
.earning_price,
.lpg_price {
    display: inline-block !important
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.info-message {
    position: fixed;
    top: 87px;
    left: 0;
    right: 0;
    z-index: 1990;
    text-align: center;
    font-size: 14px;
    font-weight: 500
}

    .info-message .info-error,
    .info-message .info-status,
    .info-message .info-success,
    .info-message .info-warning,
    .info-messages .info-error {
        float: left;
        width: 100%;
        padding: 15px 35px;
        border-bottom: 2px solid #fff;
        position: relative
    }

    .info-message div:last-child {
        border-bottom: 0
    }

    .info-message .info-status {
        background-color: rgba(238, 255, 255, .9);
        color: #3975ab
    }

    .info-message .info-warning {
        background-color: rgba(255, 255, 238, .9);
        color: #f29702
    }

    .info-message .info-success {
        background-color: rgba(238, 255, 238, .9);
        color: #35a900
    }

    .info-message .info-error,
    .info-messages .info-error {
        background-color: rgba(249, 21, 56, .9);
        color: #fff
    }

    .info-message a.info-close {
        position: absolute;
        top: 50%;
        right: 10px;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        background: #fff url(../images/icon-close-2.png) no-repeat center;
        background-size: 10px;
        text-indent: -9999px;
        border-radius: 50%;
        transition: all .3s
    }

        .info-message a.info-close:hover {
            background-color: rgba(0, 0, 0, .7);
            background-image: url(../images/icon-close.png);
            border-radius: 20%
        }

.page-about .page-title {
    display: none
}

.distributor-text {
    min-height: 95px
}

.product-content {
    float: left;
    width: 50%
}

.h1title {
    padding: 0 0 34px 50px
}

    .h1title:after {
        top: 17px
    }

.js-cookie-consent.cookie-consent {
    position: fixed;
    bottom: 0;
    margin: 0;
    padding: 10px;
    text-align: center;
    width: 100%;
    background-color: #f0f2f1;
    z-index: 100
}

span.cookie-consent__message {
    color: #1f1f21
}

button.js-cookie-consent-agree {
    border: none;
    border-radius: 3px;
    background: #f4645f;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff
}

a.terms-link {
    text-decoration: underline
}

.intl-tel-input {
    width: 100%
}

    .intl-tel-input .country-list {
        z-index: 999 !important
    }

        .intl-tel-input .country-list .country,
        .intl-tel-input .country-list .divider {
            width: 100% !important
        }

ul.terms-links {
    float: right;
    margin-left: 1.5rem
}

    ul.terms-links > li {
        margin: 0 5px 0 5px
    }

.fancybox-image,
.fancybox-inner,
.fancybox-nav,
.fancybox-nav span,
.fancybox-outer,
.fancybox-skin,
.fancybox-tmp,
.fancybox-wrap,
.fancybox-wrap iframe,
.fancybox-wrap object {
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    vertical-align: top
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}

.fancybox-skin {
    position: relative;
    background: #fff;
    padding: 10px !important;
    box-shadow: 0 0 150px rgba(0, 0, 0, .3);
    border-radius: 3px
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-inner,
.fancybox-outer {
    position: relative
}

.fancybox-inner {
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color: #444;
    font: 14px/20px Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}

.fancybox-iframe,
.fancybox-image {
    display: block;
    width: 100%;
    height: 100%
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060
}

    #fancybox-loading div {
        width: 44px;
        height: 44px
    }

.fancybox-close {
    position: absolute;
    top: 20px;
    right: -30px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 8040;
    background: #ffba08 url(../images/icon-close.png) no-repeat center center;
    background-size: 100%;
    transition: all .3s
}

    .fancybox-close:hover {
        background-color: #39c4e2
    }

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url(blank.gif);
    -webkit-tap-highlight-color: transparent;
    z-index: 8040
}

.fancybox-prev {
    left: -10px
}

.fancybox-next {
    right: -10px
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 40px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
    background: #fff url(../images/arrow-left.png) no-repeat center center;
    background-size: auto 20px
}

.fancybox-prev span {
    left: 0
}

.fancybox-next span {
    right: 0;
    background: #fff url(../images/arrow-right.png) no-repeat center center;
    background-size: auto 20px
}

    .fancybox-next span:hover,
    .fancybox-prev span:hover {
        background-color: #000
    }

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width: auto
}

    .fancybox-lock body {
        overflow: hidden !important
    }

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(0, 0, 0, .85)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: 0 0;
        background: rgba(0, 0, 0, .8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: 700;
        line-height: 24px;
        white-space: nowrap
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}

.fancybox-title-inside-wrap {
    padding-top: 10px
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}

.iti {
    position: relative;
    display: inline-block
}

    .iti * {
        box-sizing: border-box;
        -moz-box-sizing: border-box
    }

.iti__hide {
    display: none
}

.iti__v-hide {
    visibility: hidden
}

.iti input,
.iti input[type=tel],
.iti input[type=text] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0
}

.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px
}

.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px
}

.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555
}

.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555
}

.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch
}

.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px
}

@media (max-width:500px) {
    .iti__country-list {
        white-space: normal
    }
}

.iti__flag-box {
    display: inline-block;
    width: 20px
}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc
}

.iti__country {
    padding: 5px 10px;
    outline: 0
}

.iti__dial-code {
    color: #999
}

.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, .05)
}

.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle
}

.iti__country-name,
.iti__flag-box {
    margin-right: 6px
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0
}

    .iti--allow-dropdown .iti__flag-container:hover {
        cursor: pointer
    }

        .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
            background-color: rgba(0, 0, 0, .05)
        }

.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default
}

    .iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
    .iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
        background-color: transparent
    }

.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, .05)
}

.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px
}

.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px
}

    .iti--container:hover {
        cursor: pointer
    }

.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed
}

.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%
}

.iti-mobile .iti__country {
    padding: 10px 10px;
    line-height: 1.5em
}

.iti__flag {
    width: 20px
}

    .iti__flag.iti__be {
        width: 18px
    }

    .iti__flag.iti__ch {
        width: 15px
    }

    .iti__flag.iti__mc {
        width: 19px
    }

    .iti__flag.iti__ne {
        width: 18px
    }

    .iti__flag.iti__np {
        width: 13px
    }

    .iti__flag.iti__va {
        width: 15px
    }

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .iti__flag {
        background-size: 5652px 15px
    }
}

.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0
}

.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0
}

.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0
}

.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0
}

.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0
}

.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0
}

.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0
}

.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0
}

.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0
}

.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0
}

.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0
}

.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0
}

.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0
}

.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0
}

.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0
}

.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0
}

.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0
}

.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0
}

.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0
}

.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0
}

.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0
}

.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0
}

.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0
}

.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0
}

.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0
}

.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0
}

.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0
}

.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0
}

.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0
}

.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0
}

.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0
}

.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0
}

.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0
}

.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0
}

.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0
}

.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0
}

.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0
}

.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0
}

.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0
}

.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0
}

.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0
}

.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0
}

.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0
}

.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0
}

.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0
}

.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0
}

.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0
}

.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0
}

.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0
}

.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0
}

.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0
}

.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0
}

.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0
}

.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0
}

.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0
}

.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0
}

.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0
}

.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0
}

.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0
}

.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0
}

.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0
}

.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0
}

.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0
}

.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0
}

.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0
}

.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0
}

.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0
}

.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0
}

.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0
}

.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0
}

.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0
}

.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0
}

.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0
}

.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0
}

.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0
}

.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0
}

.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0
}

.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0
}

.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0
}

.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0
}

.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0
}

.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0
}

.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0
}

.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0
}

.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0
}

.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0
}

.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0
}

.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0
}

.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0
}

.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0
}

.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0
}

.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0
}

.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0
}

.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0
}

.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0
}

.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0
}

.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0
}

.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0
}

.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0
}

.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0
}

.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0
}

.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0
}

.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0
}

.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0
}

.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0
}

.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0
}

.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0
}

.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0
}

.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0
}

.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0
}

.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0
}

.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0
}

.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0
}

.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0
}

.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0
}

.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0
}

.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0
}

.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0
}

.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0
}

.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0
}

.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0
}

.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0
}

.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0
}

.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0
}

.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0
}

.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0
}

.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0
}

.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0
}

.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0
}

.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0
}

.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0
}

.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0
}

.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0
}

.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0
}

.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0
}

.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0
}

.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0
}

.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0
}

.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0
}

.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0
}

.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0
}

.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0
}

.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0
}

.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0
}

.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0
}

.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0
}

.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0
}

.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0
}

.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0
}

.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0
}

.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0
}

.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0
}

.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0
}

.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0
}

.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0
}

.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0
}

.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0
}

.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0
}

.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0
}

.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0
}

.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0
}

.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0
}

.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0
}

.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0
}

.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0
}

.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0
}

.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0
}

.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0
}

.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0
}

.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0
}

.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0
}

.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0
}

.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0
}

.iti__flag.iti__np {
    height: 15px;
    background-position: -3796px 0
}

.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0
}

.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0
}

.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0
}

.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0
}

.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0
}

.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0
}

.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0
}

.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0
}

.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0
}

.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0
}

.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0
}

.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0
}

.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0
}

.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0
}

.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0
}

.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0
}

.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0
}

.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0
}

.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0
}

.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0
}

.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0
}

.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0
}

.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0
}

.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0
}

.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0
}

.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0
}

.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0
}

.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0
}

.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0
}

.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0
}

.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0
}

.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0
}

.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0
}

.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0
}

.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0
}

.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0
}

.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0
}

.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0
}

.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0
}

.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0
}

.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0
}

.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0
}

.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0
}

.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0
}

.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0
}

.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0
}

.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0
}

.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0
}

.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0
}

.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0
}

.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0
}

.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0
}

.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0
}

.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0
}

.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0
}

.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0
}

.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0
}

.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0
}

.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0
}

.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0
}

.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0
}

.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0
}

.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0
}

.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0
}

.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0
}

.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0
}

.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0
}

.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0
}

.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0
}

.iti__flag.iti__va {
    height: 15px;
    background-position: -5329px 0
}

.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0
}

.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0
}

.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0
}

.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0
}

.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0
}

.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0
}

.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0
}

.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0
}

.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0
}

.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0
}

.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0
}

.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0
}

.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0
}

.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0
}

.iti__flag {
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(../img/flags.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0
}

@media (-webkit-min-device-pixel-ratio:2), (min-resolution:192dpi) {
    .iti__flag {
        background-image: url(../img/flags@2x.png)
    }
}

.iti__flag.iti__np {
    background-color: transparent
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    display: none;
    overflow: hidden;
    outline: 0
}

    .modal.fade .modal-dialog {
        transition: transform .3s ease-out;
        transform: translate(0, -25%)
    }

    .modal.show .modal-dialog {
        transform: translate(0, 0)
    }

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none;
    min-height: calc(100vh - 60px);
    display: flex;
    flex-direction: column;
    justify-content: center
}

@media(max-width:1366px) {
    .modal-dialog {
        min-height: calc(100vh - 50px)
    }
}

@media(max-width:768px) {
    .modal-dialog {
        min-height: calc(100vh - 20px)
    }
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    border-radius: 15px;
    box-shadow: 0 0 100px rgba(9, 86, 144, .5)
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

    .modal-backdrop.fade {
        opacity: 0
    }

    .modal-backdrop.show {
        opacity: .5
    }

.modal-header {
    float: left;
    width: 100%;
    padding: 0 20px;
    position: relative
}

    .modal-header .close {
        width: 20px;
        height: 20px;
        margin-top: 10px;
        background: url(../images/icon-close-2.png) no-repeat center;
        background-size: 14px;
        opacity: .7;
        cursor: pointer;
        float: right
    }

.modal-title {
    float: left;
    padding: 15px 0;
    box-shadow: inset 0 -2px 0 #56aced;
    color: #56aced;
    font-weight: 500;
    font-size: 17px
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    float: left;
    width: 100%;
    padding: 10px 20px
}

.modal-footer {
    float: left;
    width: 100%;
    padding: 15px 20px;
    box-shadow: inset 0 1px 0 #f0f1f1
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal.fade {
    opacity: 1
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        transform: translate(0)
    }

.responsive-modal-img {
    width: 100%
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 500px
    }
}
