@import "animate.css";
@import url(//fonts.googleapis.com/css?family=Play:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
    background: #fafafa;
    color: #6d6c6c;
    font: 400 18px/24px 'Play', sans-serif;
    -webkit-text-size-adjust: none;
}

img {
    max-width: 100%;
    height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Play', sans-serif;
    font-weight: 700;
    color: #434343;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
    line-height: 30px;
}

h2 {
    font-size: 30px;
    line-height: 32px;
}

h3 {
    font-size: 24px;
    line-height: 28px;
}

h4 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
}

h5 {
    font-size: 17px;
    line-height: 18px;
}

h6 {
    font-size: 16px;
    line-height: 17px;
}

p,
ul {
    color: #6d6c6c;
    font-weight: 400;
}

    p a:hover,
    ul a:hover {
        text-decoration: underline;
    }

    p .fa,
    ul .fa {
        text-decoration: none;
    }

time {
    display: block;
}

a {
    font: inherit;
    color: inherit;
    text-decoration: none;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    a:focus {
        outline: none;
    }

    a:hover {
        color: #457582;
    }

    a:active {
        color: #006957;
    }

    a[href^="tel:"] {
        color: inherit;
        text-decoration: none;
    }

strong {
    font-weight: 700;
}

hr {
    max-width: 470px;
    background: #929292;
    border: none;
    height: 1px;
}

span.overlay {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.39);
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: 'FontAwesome';
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}
/*=======================================================
                       Main Layout
=========================================================*/
* + p {
    margin-top: 15px;
}

* + .btn {
    margin-top: 28px;
}

* + hr {
    margin-top: 25px;
}

p + .more {
    margin-top: 21px;
}

hr + .row {
    margin-top: 40px;
}

    hr + .row .grid_3 img {
        margin-top: -10px;
    }

    hr + .row .grid_4 img {
        margin-top: 24px;
    }

    hr + .row .grid_3 .header-box1 {
        margin-top: 106px;
    }

    hr + .row .grid_3 .list-box {
        margin-top: -12px;
    }

    hr + .row.inset3 {
        margin-top: 0;
    }

    hr + .row.inset5 {
        margin-top: 22px;
    }

    hr + .row .terms-list {
        margin-top: -16px;
    }

hr + .index-list {
    margin-top: 139px;
}

    hr + .index-list.inset6 {
        margin-top: 145px;
    }

img + h4 {
    margin-top: 48px;
}

img + h3.regular {
    margin-top: 44px;
}

h4 + p {
    margin-top: 23px;
}

h3.regular + p {
    margin-top: 40px;
}

    h3.regular + p.paragraph1 {
        margin-top: 30px;
    }

        h3.regular + p.paragraph1 + img {
            margin-top: 40px;
        }

h4 + p.inset1 {
    margin-top: 29px;
}

hr + img {
    margin-top: 26px;
}

hr + h4 {
    margin-top: 26px;
}

ul + .address-box {
    margin-top: 29px;
}

.row + .row {
    margin-top: 31px;
}

    .row + .row .grid_4 img {
        margin-top: 16px;
    }

    .row + .row .marked-list.inset2 {
        margin-top: -6px;
    }
/*=======================================================
                        Components
=========================================================*/
/*=============    Contact Inline list    ===============*/
.contact-inline-list {
    float: right;
    margin-top: 15px;
    color: #ffffff;
}

    .contact-inline-list li {
        display: inline-block;
        text-align: center;
    }

        .contact-inline-list li + li {
            margin-left: 2px;
        }

        .contact-inline-list li a {
            display: inline-block;
            width: 37px;
            height: 37px;
            border-radius: 50%;
            border: 1px solid #ffffff;
        }

            .contact-inline-list li a:hover {
                background: #a9c3ca;
                color: #ffffff;
                text-decoration: none;
            }

            .contact-inline-list li a:before {
                font-size: 14px;
                line-height: 36px;
            }
/*=============    Social Inline list    ===============*/
.social-inline-list {
    float: right;
    font-size: 24px;
}

    .social-inline-list li {
        display: inline-block;
    }

        .social-inline-list li a:hover {
            text-decoration: none;
            color: #f9c700;
        }

        .social-inline-list li + li {
            margin-left: 12px;
        }

.social-inline-list2 {
    color: #ffffff;
    display: block;
    margin-left: 2px;
}

    .social-inline-list2 li {
        display: inline-block;
        text-align: center;
    }

        .social-inline-list2 li + li {
            margin-left: 19px;
        }

        .social-inline-list2 li a {
            display: inline-block;
            width: 71px;
            height: 71px;
            border-radius: 50%;
            border: 1px solid #fff;
        }

            .social-inline-list2 li a:hover {
                background: #009c82;
                border-color: #009c82;
                color: #ffffff;
                text-decoration: none;
            }

            .social-inline-list2 li a:before {
                font-size: 40px;
                line-height: 68px;
            }
/*===============    Flex list    =================*/
.flex-list {
    display: block;
    width: 100%;
}

    .flex-list:before,
    .flex-list:after {
        content: " ";
        display: table;
    }

    .flex-list:after {
        clear: both;
    }

    .flex-list li {
        float: left;
        width: 16.66666666666667%;
    }

@media (max-width: 979px) {
    .flex-list li {
        width: 33.33333333333334%;
    }
}

@media (max-width: 767px) {
    .flex-list {
        text-align: center;
    }

        .flex-list li {
            display: block;
        }
}

@media (max-width: 479px) {
    .flex-list li {
        width: 100%;
    }
}
/*================    Marked list    =================*/
.marked-list {
    text-align: left;
    padding-left: 57px;
}

    .marked-list li {
        position: relative;
        color: #424244;
        font-size: 16px;
    }

        .marked-list li + li {
            margin-top: 0px;
        }

        .marked-list li:before {
            content: '';
            background: #a9c3ca;
            position: absolute;
            left: -24px;
            top: 10px;
            width: 7px;
            height: 7px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

    .marked-list.inset4 {
        margin-top: 25px;
        padding-left: 21px;
    }

@media (max-width: 979px) {
    .marked-list {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .marked-list {
        display: inline-block;
    }
}
/*==================   Index List  ========================*/
.index-list {
    counter-reset: li;
}

    .index-list li {
        position: relative;
    }

        .index-list li:before {
            color: #434343;
            width: 74px;
            height: 74px;
            background: #f1f1f1;
            border: 1px solid #fff;
            font-size: 25px;
            font-weight: 700;
            border-radius: 50%;
            position: absolute;
            left: 50%;
            line-height: 72px;
            margin-left: -37px;
            top: -111px;
            content: counter(li, decimal);
            counter-increment: li;
            box-sizing: border-box;
        }

        .index-list li h3 + p {
            margin-top: 31px;
        }

@media (max-width: 767px) {
    .index-list li:nth-child(n+1) {
        margin-top: 150px;
    }

    .index-list li:first-child {
        margin-top: 0px;
    }
}
/*==================   Index List  ========================*/
.span-list {
    text-align: left;
    margin-top: 38px;
}

    .span-list li {
        position: relative;
        color: #7c8083;
        font-size: 13px;
        padding-right: 15%;
    }

        .span-list li span {
            position: absolute;
            color: #009c82;
            right: 0;
            bottom: 0;
        }

@media (max-width: 767px) {
    .span-list li {
        width: 73%;
        padding-left: 24px;
    }
}

@media (max-width: 479px) {
    .span-list li {
        width: 85%;
        padding-left: 0;
    }
}
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
    position: relative;
}

.brand_name {
    overflow: hidden;
    display: inline-block;
    margin-left: 11px;
}

    .brand_name a:hover {
        color: inherit;
    }

.brand_slogan {
    position: absolute;
    bottom: 8px;
    right: -9px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    text-transform: uppercase;
    color: #9e9e9e;
}

.brand:before {
    content: url(../images/logo.png);
    display: inline-block;
    text-align: center;
    width: 70px;
    margin-top: -4px;
    height: 70px;
    background-color: #009c82;
    border-radius: 7px;
    line-height: 95px;
}
/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #009c82;
}

.bg-section {
    /* background: url(../images/pattern-1.jpg); */
    background: #bfdde5;
}
/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
    display: inline-block;
    padding: 7px 26px;
    border: #457583 1px solid;
    font-size: 12px;
    line-height: 24px;
    color: #457583;
    text-transform: uppercase;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

    .btn:hover {
        color: #ffffff;
        background: #457582;
    }

    .btn.btn1 {
        padding-left: 10px;
        padding-right: 10px;
        background: #fff;
        color: #457582;
    }

        .btn.btn1:hover {
            color: #fff;
            background: #457582;
        }
/*==================      Box      ======================*/
.box:before,
.box:after {
    content: " ";
    display: table;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt__no-flow {
    overflow: hidden;
}

.header-box {
    display: block;
    position: relative;
}

    .header-box:before {
        content: '';
        /* width: 74px; */
        /* height: 74px; */
        /* border: 1px solid #ffffff; */
        border-radius: 50%;
        position: absolute;
        background: #bfdde5;
        left: 50%;
        /* line-height: 100px; */
        margin-left: -37px;
        /* top: -100px; */
    }

    .header-box.header-img1:before {
        /* content: url('../images/page-1_img1.png'); */
    }

    .header-box.header-img2:before {
        content: url('../images/page-1_img2.png');
    }

    .header-box.header-img3:before {
        content: url('../images/page-1_img3.png');
    }

.header-box1 {
    display: block;
    position: relative;
}

    .header-box1:before {
        color: #6d6c6c;
        width: 74px;
        height: 74px;
        background: #f5f5f5;
        font-size: 30px;
        font-weight: 400;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        line-height: 72px;
        margin-left: -37px;
        top: -115px;
    }

    .header-box1 + p {
        margin-top: 32px;
    }

@media (max-width: 767px) {
    .grid_4 + .grid_4 .header-box {
        margin-top: 150px;
    }

    .grid_3 + .grid_3 .header-box1 {
        display: inline-block;
    }
}

.transparent-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -476px;
    width: 953px;
    padding: 34px 10px 62px;
    background: rgba(255, 255, 255, 0.42);
    text-align: center;
}

    .transparent-box h2 {
        color: #fff;
        font-size: 90px;
        line-height: 81px;
        display: inline-block;
        text-transform: none;
    }

        .transparent-box h2 span {
            display: block;
            font-size: 60px;
            line-height: 60px;
            font-weight: 400;
            text-transform: uppercase;
        }

    .transparent-box.__box2,
    .transparent-box.__box3 {
        padding-top: 55px;
        padding-bottom: 70px;
    }

        .transparent-box.__box2 span,
        .transparent-box.__box3 span {
            text-transform: none;
        }

    .transparent-box.__box3 {
        margin-left: -585px;
        width: 1150px;
    }

@media (max-width: 1199px) {
    .transparent-box,
    .transparent-box.__box3 {
        width: 653px;
        margin-left: -326px;
    }

        .transparent-box h2,
        .transparent-box.__box3 h2 {
            font-size: 60px;
            line-height: 62px;
        }

            .transparent-box h2 span,
            .transparent-box.__box3 h2 span {
                font-size: 35px;
                line-height: 37px;
            }
}

@media (max-width: 767px) {
    .transparent-box,
    .transparent-box.__box3 {
        width: 340px;
        margin-left: -170px;
    }

        .transparent-box h2,
        .transparent-box.__box3 h2 {
            font-size: 42px;
            line-height: 44px;
        }

            .transparent-box h2 span,
            .transparent-box.__box3 h2 span {
                font-size: 27px;
                line-height: 29px;
            }
}

@media (max-width: 499px) {
    .transparent-box,
    .transparent-box.__box3 {
        width: 230px;
        margin-left: -120px;
        padding-left: 5px;
    }

        .transparent-box h2,
        .transparent-box.__box3 h2 {
            font-size: 32px;
            line-height: 34px;
        }

            .transparent-box h2 span,
            .transparent-box.__box3 h2 span {
                font-size: 20px;
                line-height: 22px;
            }
}

.img-box {
    position: relative;
}

.img-box_text {
    position: absolute;
    padding-left: 54px;
    padding-right: 54px;
    top: 70px;
}

.img-box h3 {
    font-weight: 400;
}

.img-box p {
    line-height: 18px;
}

    .img-box p + a {
        margin-top: 16px;
    }

.img-box a {
    font-weight: 700;
    position: relative;
}

    .img-box a:hover {
        color: #f9c700;
    }

        .img-box a:hover:before {
            color: #f9c700;
        }

    .img-box a:active {
        color: #ffd52d;
    }

    .img-box a:before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -24px;
        font-size: 18px;
        color: #ffffff;
    }

@media (max-width: 1199px) {
    .img-box_text {
        top: 30px;
    }
}

@media (max-width: 979px) {
    .img-box_text {
        padding-left: 20px;
        padding-right: 20px;
        top: 10px;
    }

    .img-box p + a {
        margin-top: 2px;
    }
}

@media (max-width: 767px) {
    .img-box_text {
        top: 30px;
    }
}

@media (max-width: 479px) {
    .img-box_text {
        padding-left: 5px;
        padding-right: 5px;
        top: 2px;
    }

    .img-box h3 {
        font-size: 18px;
    }

        .img-box h3 + p {
            font-size: 12px;
            line-height: 14px;
            margin-top: 0px;
        }

            .img-box h3 + p + a {
                font-size: 13px;
                margin-top: -5px;
            }

                .img-box h3 + p + a:before {
                    top: 15px;
                }
}

.list-box {
    position: relative;
    padding-bottom: 38px;
    width: auto;
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.2);
}

    .list-box .head-block {
        min-height: 109px;
        width: auto;
        padding: 15px 54px 0px;
        background: rgba(255, 255, 255, 0.55);
    }

        .list-box .head-block h3 {
            color: #adadad;
            line-height: 25px;
        }

    .list-box p {
        position: absolute;
        width: 122px;
        height: 122px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: #009c82;
        font-size: 36px;
        line-height: 128px;
        letter-spacing: 2px;
        color: #ffffff;
        top: 62px;
        left: 50%;
        margin-left: -61px;
    }

        .list-box p + ul {
            margin-top: 106px;
        }

    .list-box .btn {
        padding-left: 16px;
        padding-right: 16px;
        margin-left: 5px;
    }

    .list-box .marked-list {
        padding-right: 16px;
        padding-left: 59px;
    }

        .list-box .marked-list li {
            letter-spacing: 1px;
        }

@media (max-width: 1199px) {
    .list-box .head-block {
        padding-left: 30px;
        padding-right: 30px;
    }

    .list-box .marked-list {
        padding-left: 35px;
        padding-right: 6px;
    }
}

@media (max-width: 979px) {
    .list-box .head-block {
        padding-left: 15px;
        padding-right: 15px;
    }

        .list-box .head-block h3 {
            font-size: 20px;
        }
}

@media (max-width: 767px) {
    .list-box .head-block {
        padding-left: 54px;
        padding-right: 54px;
    }

        .list-box .head-block h3 {
            font-size: 24px;
        }

    .list-box .marked-list {
        padding-left: 135px;
        padding-right: 70px;
    }
}

@media (max-width: 479px) {
    .list-box .marked-list {
        padding-left: 59px;
        padding-right: 16px;
    }
}

.colorful-box {
    position: relative;
    background: #009c82;
    margin-top: 0;
    padding-bottom: 26px;
}

    .colorful-box img {
        margin-top: 0px !important;
    }

    .colorful-box h3,
    .colorful-box p {
        position: absolute;
        top: 202px;
        left: 0;
        right: 0;
    }

        .colorful-box h3 + p {
            margin-top: 49px;
            line-height: 18px;
            padding-left: 10px;
            padding-right: 10px;
        }

    .colorful-box span.overlay {
        bottom: 92px;
    }

    .colorful-box .btn:hover {
        background: #c69e00;
    }

@media (max-width: 979px) {
    .colorful-box h3 {
        font-size: 20px;
    }

    .colorful-box h3,
    .colorful-box p {
        top: 130px;
    }
}

@media (max-width: 767px) {
    .colorful-box h3 {
        font-size: 24px;
    }

    .colorful-box h3,
    .colorful-box p {
        top: 262px;
    }

    .colorful-box img {
        width: 100%;
    }
}

@media (max-width: 479px) {
    .colorful-box h3,
    .colorful-box p {
        top: 162px;
    }
}
/*========================   Menu   ==========================*/
.sf-menu {
    display: inline-block;
}

    .sf-menu:before,
    .sf-menu:after {
        content: " ";
        display: table;
    }

    .sf-menu:after {
        clear: both;
    }

    .sf-menu > li {
        position: relative;
        float: left;
    }

        .sf-menu > li + li {
            margin-left: -3px;
        }

    .sf-menu a {
        display: block;
    }

    .sf-menu > li > a {
        color: #ffffff;
        font-weight: 700;
        font-size: 14px;
        text-transform: uppercase;
        text-decoration: none;
        padding: 23px 36px 24px;
    }

        .sf-menu > li.sfHover > a,
        .sf-menu > li > a:hover {
            color: #484848;
            background: #ffffff;
        }

    .sf-menu > li.active > a {
        color: #484848;
        background: #ffffff;
    }

    .sf-menu ul {
        text-align: left;
        display: none;
        position: absolute;
        top: 71px;
        width: 140px;
        padding: 20px 0 20px 15px;
        background: #FFF;
        z-index: 2;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .sf-menu ul {
        background: #302d32;
    }

        .sf-menu ul > li {
            position: relative;
        }

            .sf-menu ul > li > a {
                color: #FFF;
                text-decoration: none;
                font-size: 12px;
                font-family: 'Arial', sans-serif;
                text-transform: uppercase;
            }

                .sf-menu ul > li.sfHover > a,
                .sf-menu ul > li > a:hover,
                .sf-menu ul > li > a:active {
                    color: #FFF;
                    font-weight: 700;
                }

        .sf-menu ul ul {
            background: #009c82;
            position: absolute;
            top: 0;
            left: 100%;
            width: 100px;
            margin-top: 0;
            padding: 10px 0 10px 10px;
            z-index: 4;
        }

            .sf-menu ul ul > li > a {
                color: #ffffff;
                text-decoration: none;
            }

                .sf-menu ul ul > li.sfHover > a,
                .sf-menu ul ul > li > a:hover {
                    color: #000000;
                    font-weight: 400;
                }

    .sf-menu > li > .sf-with-ul {
        position: relative;
    }

        .sf-menu > li > .sf-with-ul:before {
            position: absolute;
            left: 50%;
            top: 62%;
            margin-left: -6px;
            content: '\f0d7';
            font: 400 12px/12px 'FontAwesome';
        }

@media (max-width: 979px) {
    .sf-menu li a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .sf-menu ul {
        width: 115px;
        padding-left: 0px;
    }

        .sf-menu ul ul {
            top: 0;
            padding-left: 0px;
        }
}

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999999;
    text-align: left;
    -moz-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

    .rd-mobilemenu.active {
        right: 0;
    }

.rd-mobilemenu_ul {
    position: fixed;
    top: 56px;
    left: 0;
    bottom: 0;
    width: 240px;
    padding: 20px 0;
    color: #666666;
    background: #ffffff;
    font-size: 14px;
    line-height: 20px;
    overflow: auto;
    -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
    -moz-transform: translateX(-240px);
    -ms-transform: translateX(-240px);
    -o-transform: translateX(-240px);
    -webkit-transform: translateX(-240px);
    transform: translateX(-240px);
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}

.rd-mobilemenu.active .rd-mobilemenu_ul {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 9px 25px 11px;
}

    .rd-mobilemenu_ul a:hover {
        background: #ffffff;
        color: #467582;
    }

.rd-mobilemenu_ul ul a {
    padding-left: 40px;
}

.rd-mobilemenu_ul ul ul a {
    padding-left: 60px;
}

.rd-mobilemenu_ul:after {
    content: '';
    display: block;
    height: 20px;
}

.rd-mobilepanel {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 56px;
    background: #ffffff;
    color: #666666;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
    z-index: 99999991;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #000000;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rd-mobilepanel_toggle {
    background: none;
    border: none;
    display: inline-block;
    padding: 0;
    outline: none;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none;
    position: fixed;
    top: 4px;
    color: #000000;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
}

    .rd-mobilepanel_toggle::-moz-focus-inner {
        border: none;
        padding: 0;
    }

    .rd-mobilepanel_toggle:before {
        content: '\f0c9';
        font-family: 'FontAwesome';
    }

    .rd-mobilepanel_toggle.active:before {
        content: '\f00d';
    }

@media (max-width: 767px) {
    body {
        padding-top: 56px;
    }

    .rd-mobilemenu,
    .rd-mobilepanel {
        display: block;
    }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
    background: #a8c3ca;
}

.isStuck {
    background: #a9c3ca;
    z-index: 999;
    border-bottom: 1px solid #a9c3ca;
}

    .isStuck .sf-menu > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .isStuck .sf-menu ul {
        top: 54px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .isStuck .sf-menu ul ul {
            top: 0;
            padding-top: 5px;
            padding-bottom: 5px;
        }

    .isStuck .contact-inline-list {
        margin-top: 8px;
    }

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}
/*==================     ToTop     ======================*/
.toTop {
    width: 42px;
    height: 42px;
    font-size: 34px;
    line-height: 38px;
    color: #ffffff;
    background: #457582;
    border-radius: 50%;
    position: fixed;
    right: 66px;
    bottom: 180px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

    .toTop:hover {
        color: #fff;
        background: rgba(200, 200, 200, 0.68);
        border-color: #457582;
        text-decoration: none;
    }

@media only screen and (max-width: 1399px) {
    .toTop {
        display: none !important;
    }
}
/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
}

.parallax_image,
.parallax_pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-position: center center;
    will-change: transform;
}

.parallax_image {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: cover;
    background-position: center;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
    background: #ffffff;
    border-bottom: 1px solid #dcdcdc;
}

    header .brand {
        float: left;
    }

    header .nav {
        float: left;
    }

@media (max-width: 979px) {
    header {
        text-align: center;
    }

        header .nav,
        header .contact-inline-list {
            float: none;
        }

        header .contact-inline-list {
            margin-top: 25px;
            margin-bottom: 15px;
        }

        header .brand {
            text-align: left;
        }
}

@media (max-width: 979px) {
    header .brand,
    header .right-part {
        float: none;
    }

    header .right-part {
        text-align: center;
    }

        header .right-part .search-form,
        header .right-part .social-inline-list {
            float: none;
            margin: 10px auto;
        }
}

.right-part {
    float: right;
    padding-top: 12px;
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
    background: #ffffff;
}

.center {
    text-align: center;
}

.regular {
    font-weight: 400;
}

.primary-color {
    color: #ffffff;
}

    .primary-color h3,
    .primary-color p,
    .primary-color a {
        color: #ffffff;
    }

.section-color {
    color: #5e5e5e;
}

    .section-color h3,
    .section-color p {
        color: #5e5e5e;
    }

.section-color2 p {
    color: #424244;
}

.color3 {
    color: #424244;
}

.more {
    display: inline-block;
}

    .more:hover {
        color: #009c82;
    }

    .more:active {
        color: #006957;
    }

.form-header h2 {
    font-size: 36px;
}

    .form-header h2 + h4 {
        margin-top: 13px;
    }

.form-header h4 {
    text-transform: none;
    font-weight: 400;
}

.form-header + .row {
    margin-top: 52px;
}

.special-header {
    font-size: 36px;
}

.section1 {
    text-align: center;
    color: #5e5e5e;
}

    .section1 p {
        max-width: 335px;
        display: inline-block;
        font-size: 18px;
        color: #424244;
    }

    .section1.__small_cnt p {
        padding-left: 15%;
        padding-right: 15%;
    }

    .section1.__big-cnt p {
        max-width: 100%;
    }

.paragraph1 {
    display: inline-block;
    max-width: 330px;
}

.empty-content {
    position: relative;
    min-height: 548px;
}

.terms-list dt {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    color: #434343;
    text-transform: uppercase;
}

.terms-list dd {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #424244;
}

    .terms-list dd a {
        font-size: 16px;
    }

.terms-list dt + dd {
    margin-top: 16px;
}

.terms-list dd + dt {
    margin-top: 55px;
}
/*==================      Well     ======================*/
.well1 {
    padding-top: 90px;
    padding-bottom: 100px;
}

.well2 {
    padding-top: 39px;
    padding-bottom: 50px;
}

.well3 {
    padding-top: 9px;
    padding-bottom: 32px;
}

.well4 {
    padding-top: 59px;
    padding-bottom: 58px;
}

.offset1 {
    padding-bottom: 60px;
}

.offset2 {
    padding-bottom: 100px;
}

.offset3 {
    padding-bottom: 65px;
}

.offset4 {
    padding-top: 57px;
}

.well5 {
    padding-top: 200px;
    padding-bottom: 200px;
}

.top-well {
    padding-top: 39px;
    padding-bottom: 20px;
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #314850;
    text-align: center;
    font-size: 16px;
}

    footer .address-box address,
    footer .address-box dl,
    footer .address-box dt,
    footer .address-box dd {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        display: inline-block;
    }

        footer .address-box dl.primary-color {
            display: block;
            margin-top: 6px;
        }

            footer .address-box dl.primary-color dt,
            footer .address-box dl.primary-color dd {
                color: #ffffff;
            }

                footer .address-box dl.primary-color dt a:hover,
                footer .address-box dl.primary-color dd a:hover {
                    color: #009c82;
                }

    footer .container p {
        max-width: 660px;
        margin: 8px auto 14px;
        color: #999999;
        font-size: 16px;
        line-height: 21px;
    }

    footer .comp-name {
        text-transform: uppercase;
        color: #009c82;
        font-weight: 700;
    }

    footer .priv-link {
        text-transform: uppercase;
    }

        footer .priv-link:hover {
            color: #009c82;
        }

@media (max-width: 479px) {
    footer .priv-link {
        display: block;
    }
}

.container .grid_4.home {
    float: none;
    margin: auto;
}

.gallery_hover_icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/zoom-icon.png');
    -ms-opacity: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: translateY(0) translateX(0) scale(1);
    transform: translateY(0) translateX(0) scale(1);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gallery .grid_4 {
    position: relative;
}

    .gallery .grid_4:hover .gallery_hover_icon {
        -ms-opacity: 1;
        opacity: 1;
        cursor: pointer;
    }

@media only screen and (max-width : 1100px) {
    .leistungen .parallax_image, .index .parallax_image {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
        height: 100% !important;
        background-size: cover !important;
    }
}


@media only screen and (max-width : 992px) {
    .parallax.leistungen  {
        height: 0;
        padding-bottom: 60%;
    }

   .leistungen .parallax_image {
        background-image: url('../images/index/768.jpg') !important;
    }
}

@media only screen and (min-width : 993px) and (max-width : 1200px) {
    .parallax.leistungen {
        height: 0;
        padding-bottom: 40%;
    }
}

@media only screen and (min-width : 1201px) {
   

   .parallax.leistungen {
     padding-bottom: 30%;
  
}
    .parallax_image {
       /* margin-top: -250px; */
    }
}
#btn.leistungen {
    width: 100px;
    margin:  20px auto;
    margin-top: 0;
}
#cookie-law {
    width: 100%;
    background: #f7f7f7;
    margin: 0;
    -moz-border-radius: 17px;
    overflow: hidden;
}
 
#cookie-law p {
    padding:10px;
    font-size: 14px;
    width: calc(100% - 60px);
    text-align:center;
    color: #5d5d5d;
    margin: auto;
    float:  left;
}

.close-cookie-banner{
    color: #000;
    float:  right;
    padding: 10px;
    font-size: 20px;
}