﻿@charset "UTF-8";
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Dancing+Script:700,400);
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,700,900);
/*========================================================
                      Main Styles
=========================================================*/
body {
    color: #666666;
    font: 400 16px/20px "Roboto", sans-serif;
    -webkit-text-size-adjust: none;
    background: #a91312;
}

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

h1, h2, h3, h4, .h4, h5, h6 {
    color: #333333;
}

h1 {
    font-family: "Dancing Script", cursive;
    font-size: 60px;
    line-height: 60px;
    font-weight: 700;
    color: #1F1F1F;
}

h2 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 100;
}

h3 {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

h4, .h4 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

h5 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

h6 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

p small {
    font-size: 14px;
}

p a:hover, .marked-list a:hover, .list a:hover {
    text-decoration: underline;
}

p .fa, .marked-list .fa, .list .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:active {
        background-color: transparent;
    }

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

        a[href^="tel:"]:hover,
        a[href^="callto:"]:hover {
            text-decoration: underline;
        }

    a[href^="mailto:"] {
        display: inline-block;
        color: #e95525;
    }

        a[href^="mailto:"]:hover {
            color: #d51816;
        }

strong {
    font-weight: 700;
}

.light {
    font-weight: 300;
}

.uppercase {
    text-transform: uppercase;
}

.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;
}

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

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

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

hr {
    border: none;
    height: 1px;
    background: #FFFFFF;
    padding: 0;
    margin: 0 auto;
}

.ins1 {
    padding-top: 55px;
}

.ins2 {
    padding-top: 10px;
}

.ins3 {
    padding-top: 21px;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + h6 {
    margin-top: 30px;
}

* + p {
    margin-top: 20px;
}

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

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

* + .marked-list {
    margin-top: 25px;
}

* + .terms-list {
    margin-top: 40px;
}

* + a[href^="mailto:"] {
    margin-top: 20px;
}

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

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

h2 + h6 {
    margin-top: 15px;
}

h2 + p {
    margin-top: 15px;
}

h3 + p {
    margin-top: 5px;
}

h4 + p,
.h4 + p {
    margin-top: 6px;
}

h6 + p {
    margin-top: 10px;
}

img + h3 {
    margin-top: 33px;
}

img + .h4 {
    margin-top: 35px;
}

p + .btn__default {
    margin-top: 15px;
}

.row + .btn {
    margin-top: 55px;
}

p + .btn {
    margin-top: 20px;
}

.marked-list + .btn {
    margin-top: 30px;
}

h2 + .offs {
    margin-top: 41px;
}

h2 + .offs2 {
    margin-top: 5px;
}

p + .offs {
    margin-top: 35px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
    display: inline-block;
    text-align: right;
}

.brand_name {
    overflow: hidden;
}

.brand_slogan {
    font-size: 12px;
    line-height: 12px;
    color: #1f1f1f;
}

.brand_name + .brand_slogan {
    margin-top: -8px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
    background: #F26232;
}

.bg-default {
    background: #fff;
}

.bg-1 {
    background: #DEDEDE;
}

.bg-2 {
    background: #f68c1e;
}

/*==================  Colors  ======================*/
.white {
    color: #FFFFFF;
}

.clr-1 {
    color: #333333;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-pinterest {
    width: 43px;
    height: 43px;
    font: 400 22px/43px "FontAwesome";
    color: #f68c1e;
    text-align: center;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*==================    Buttons    ======================*/
.btn-group {
    word-spacing: 6px;
}

    .btn-group > * {
        word-spacing: normal;
    }

.btn {
    display: inline-block;
    width: 170px;
    height: 72px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 20px;
    padding: 26px 10px;
    text-align: center;
    position: relative;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .btn span {
        position: relative;
        z-index: 2;
    }

    .btn:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 6px;
        bottom: 0;
        left: 0;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

    .btn:hover:before {
        height: 100%;
    }

    .btn:active {
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    }

.btn__primary {
    background: #d51816;
    background: linear-gradient(to bottom, #f68c1e, #d51816);
}

    .btn__primary:before {
        background: #8b0d0b;
    }

.btn__secondary {
    background: #d51816;
    background: linear-gradient(to bottom, #f68c1e, #d51816);
}

    .btn__secondary:before {
        background: #8b0d0b;
    }

.btn__default {
    background: #fff;
    color: #f68c1e;
    height: 65px;
    padding: 22.5px 10px;
}

    .btn__default:before {
        height: 0;
        background: #d51816;
    }

    .btn__default:hover {
        color: #fff;
    }

.btn-2 {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #e95525;
    text-transform: uppercase;
    padding-right: 18px;
}

    .btn-2:hover {
        color: #d51816;
    }

/*==================      Box      ======================*/
.box:before, .box:after {
    display: table;
    content: "";
    line-height: 0;
}

.box:after {
    clear: both;
}

.box_aside {
    float: left;
}

.box_cnt__no-flow {
    overflow: hidden;
}

/*==================      Box icon      ======================*/
.box-icon {
    margin-bottom: 45px;
}

    .box-icon:before, .box-icon:after {
        display: table;
        content: "";
        line-height: 0;
    }

    .box-icon:after {
        clear: both;
    }

@media (max-width: 991px) {
    .box-icon {
        margin-bottom: 0px;
    }
}

.box-icon_aside {
    float: left;
    font: 400 72px/72px "FontAwesome";
    color: #e95525;
    margin-right: 35px;
    width: 72px;
    text-align: center;
}

.box-icon_cnt__no-flow {
    overflow: hidden;
}

.box-icon__mod .box-icon_aside {
    font: 400 36px/36px "FontAwesome";
    margin: 5px 25px 0 0;
    width: 31px;
}

/*==================      Contact info      ======================*/
.contact-info {
    vertical-align: baseline;
    padding-top: 10px;
}

    .contact-info dl {
        vertical-align: baseline;
        text-align: left;
        color: #555;
        font-size: 12px;
        padding-left: 35px;
        position: relative;
        display: inline-block;
        line-height: 14px;
    }

        .contact-info dl:before {
            position: absolute;
        }

        .contact-info dl.phone:before {
            content: url("../images/icon-1.png");
            top: 4px;
            left: 3px;
        }

        .contact-info dl.address:before {
            content: url("../images/icon-2.png");
            top: 2px;
            left: 0px;
        }

        .contact-info dl + dl {
            margin-left: 11px;
        }

.contact-info2 {
    display: inline-block;
}

    .contact-info2 dl dt, .contact-info2 dl dd {
        display: inline-block;
    }

    .contact-info2 * + dl.email {
        margin-top: 15px;
    }

    .contact-info2 .freephone * + dd {
        margin-left: 4px;
    }

    .contact-info2 .telephone * + dd {
        margin-left: 6px;
    }

    .contact-info2 .fax * + dd {
        margin-left: 38px;
    }

@media (max-width: 479px) {
    .contact-info2 br {
        display: none;
    }
}

.contact-info2 a[href^="mailto:"] {
    color: inherit;
}

    .contact-info2 a[href^="mailto:"]:hover {
        text-decoration: underline;
        color: #fff;
    }

/*==================      Counter Box      ======================*/
.counter-box {
    width: 200px;
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
}

    .counter-box span.fa {
        font: 400 72px/72px "FontAwesome";
    }

    .counter-box span.count {
        display: block;
        font-size: 70px;
        line-height: 70px;
        letter-spacing: 3.5px;
    }

.counter-box_heading {
    text-transform: uppercase;
    display: inline-block;
}

.counter-box * + .count {
    margin-top: 25px;
}

.counter-box * + hr {
    margin-top: 18px;
}

* + .counter-box_heading {
    margin-top: 15px;
}

/*==================  Marked List  ======================*/
.marked-list li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    line-height: 30px;
}

    .marked-list li:before {
        content: '\f061';
        position: absolute;
        left: 0;
        top: 0;
        font-weight: 400;
        font-size: 12px;
        font-family: "FontAwesome";
        line-height: 30px;
        color: #e95525;
    }

    .marked-list li + li {
        margin-top: 0px;
        border-top: 1px solid #C6C6C5;
    }

.marked-list__mod li + li {
    margin-top: 1px;
    border-top: none;
}

/*==================   Index List  ======================*/
.index-list {
    counter-reset: li;
}

    .index-list li {
        position: relative;
        padding-top: 105px;
    }

        .index-list li:before {
            position: absolute;
            top: 0;
            left: 12px;
            content: counter(li,decimal-leading-zero);
            counter-increment: li;
            font-size: 102px;
            line-height: 102px;
            color: #fff;
            font-weight: 100;
        }

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

        .index-list li:before {
            left: 50%;
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
        }
}

.index-list li * + .btn {
    margin-top: 35px;
}

/*==================  Inline List  ======================*/
.inline-list li {
    display: inline-block;
}

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

.inline-list a:hover {
    color: #F26232;
    background: #cccccc;
}

/*==================   Flex List   ======================*/
.flex-list {
    display: table;
    table-layout: fixed;
    width: 100%;
}

    .flex-list li {
        display: table-cell;
        text-align: center;
    }

        .flex-list li a:hover {
            opacity: 0.7;
        }

@media (max-width: 767px) {
    .flex-list, .flex-list li {
        display: block;
        width: 100%;
    }
}

/*==================   Article  ======================*/
article {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.12);
}

    article img {
        width: 100%;
        height: 224px;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

    article .overlay {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        -moz-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        -webkit-transition: 0.3s all ease;
        transition: 0.3s all ease;
        background: transparent;
    }

        article .overlay a {
            position: absolute;
            top: 50%;
            left: 50%;
            font: 400 70px/70px "FontAwesome";
            color: #fff;
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            article .overlay a:hover {
                color: #F26232;
            }

    article:hover .overlay {
        opacity: 1;
        background: rgba(0, 0, 0, 0.5);
    }

.lt-ie9 article:hover .overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
    zoom: 1;
}

article:hover img {
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.footer-menu li a:hover {
    color: #0a0a0a;
}

.footer-menu li + li {
    margin-top: 14px;
}

.footer-menu li.active {
    color: #0a0a0a;
}

.copyright a:hover {
    text-decoration: underline;
}

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

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

blockquote .fa {
    font: 400 102px/102px "FontAwesome";
    color: #d51816;
}

blockquote q, blockquote cite {
    display: block;
}

blockquote * + q {
    margin-top: 15px;
}

blockquote * + cite {
    margin-top: 25px;
}

/*========================   Menu   ==========================*/
.sf-menu {
    display: block;
    background: #F26232;
    background: linear-gradient(to top, #fa9b5b, #F26232);
}

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

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

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

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

    .sf-menu a {
        display: block;
    }

    .sf-menu > li > a {
        color: #FFF;
        font-size: 24px;
        line-height: 30px;
        padding: 25px 32px;
        letter-spacing: -0.6px;
    }

@media (max-width: 1199px) {
    .sf-menu > li > a {
        padding: 25px 20px;
    }
}

@media (max-width: 991px) {
    .sf-menu > li > a {
        padding: 20px 10px;
    }
}

.sf-menu > li.active > a {
    color: #F26232;
    background: #FFFFFF;
}

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

@media (min-width: 1200px) {
    ul.sf-menu > li:first-child a {
        padding-left: 40px;
    }
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 235px;
    margin-top: 0px;
    padding: 20px 0;
    background: #333;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

    .sf-menu ul > li > a {
        color: #FFF;
        padding: 0 30px;
        font-size: 14px;
        line-height: 38px;
        font-weight: 300;
    }

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

        .sf-menu ul > li .sub-menu:after {
            position: absolute;
            content: '\f054';
            top: 0;
            right: 10%;
            font: 400 14px/38px "FontAwesome";
            color: #FFFFFF;
        }

    .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
        color: #FFF;
        background: #F26232;
    }

    .sf-menu ul ul {
        position: absolute;
        top: 33%;
        left: 105%;
        width: 160px;
        margin-top: 0;
        padding: 20px 0;
        background: #333;
        z-index: 4;
    }

        .sf-menu ul ul > li > a {
            color: #FFF;
            padding: 0 30px;
            font-size: 14px;
            line-height: 38px;
            font-weight: 300;
        }

            .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
                color: #FFF;
                background: #F26232;
            }

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

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

@media (max-width: 991px) {
    .sf-menu > li > .sf-with-ul:before {
        right: 0%;
    }
}

@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: -56px;
    width: 240px;
    padding: 132px 0 76px;
    color: #A5BFD2;
    background: #2B3643;
    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 li.active > a {
    background: #313e4e;
    color: #fff;
}

.rd-mobilemenu_ul a {
    display: block;
    padding: 14px 25px 16px;
}

    .rd-mobilemenu_ul a:hover {
        background: #313e4e;
        color: #FFF;
    }

    .rd-mobilemenu_ul a .rd-submenu-toggle {
        position: absolute;
        top: 50%;
        right: 11px;
        margin-top: -17.5px;
        width: 32px;
        height: 32px;
        font: 400 10px "FontAwesome";
        line-height: 32px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
        z-index: 1;
        background: rgba(0, 0, 0, 0.1);
    }

        .rd-mobilemenu_ul a .rd-submenu-toggle:after {
            content: '\f078';
        }

        .rd-mobilemenu_ul a .rd-submenu-toggle:hover {
            background: #2B3643;
            color: #A5BFD2;
        }

    .rd-mobilemenu_ul a.rd-with-ul {
        position: relative;
    }

        .rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.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: #2B3643;
    color: #FFF;
    -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: #FFF;
    font-size: 24px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 0;
}

.rd-mobilepanel_toggle {
    position: fixed;
    top: 4px;
    left: 8px;
    width: 48px;
    height: 48px;
}

    .rd-mobilepanel_toggle span {
        position: relative;
        display: block;
        margin: auto;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
            content: "";
            position: absolute;
            left: 0;
            top: -8px;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .rd-mobilepanel_toggle span:after {
            top: 8px;
        }

        .rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
            width: 24px;
            height: 4px;
            background-color: #FFF;
            backface-visibility: hidden;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
                -webkit-transition-duration: 0.3s, 0.3s;
                transition-duration: 0.3s, 0.3s;
                -webkit-transition-delay: 0.3s, 0s;
                transition-delay: 0.3s, 0s;
                -webkit-transition-property: top, -webkit-transform;
                transition-property: top, transform;
            }

    .rd-mobilepanel_toggle.active span {
        transition: background .3s 0s ease;
        background: transparent;
    }

        .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
            top: 0;
            -webkit-transition-delay: 0s, 0.3s;
            transition-delay: 0s, 0.3s;
        }

        .rd-mobilepanel_toggle.active span:before {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
        }

        .rd-mobilepanel_toggle.active span:after {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }

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

    .rd-mobilemenu, .rd-mobilepanel {
        display: block;
    }
}

@media (max-width: 359px) {
    .rd-mobilepanel_title {
        font-size: 18px;
    }
}
/*==================  Stuck menu  ======================*/
.isStuck {
    background: #444;
    z-index: 999;
}

    .isStuck .sf-menu > li > a {
        padding: 23px 31px;
    }

@media only screen and (max-width: 991px) {
    .isStuck {
        display: none !important;
    }
}
/*==================     ToTop     ======================*/
.toTop {
    width: 33px;
    height: 33px;
    font-size: 25px;
    line-height: 30px;
    color: #FFFFFF;
    background: #333333;
    border-radius: 50%;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

    .toTop:hover {
        background: #d51816;
        color: #FFFFFF;
        text-decoration: none;
    }

.mobile .toTop,
.tablet .toTop {
    display: none !important;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes progress-bar-stripes {
    from {
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    to {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.progress {
    overflow: hidden;
    height: 42px;
    display: block;
    margin-bottom: 12px;
    background-color: #DBDBDB;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    position: relative;
}

    .progress:before {
        position: absolute;
        content: '';
        width: 100%;
        height: 2px;
        background: #B2B2B2;
        bottom: 0;
        left: 0;
    }

.progress-bar {
    color: #FFFFFF;
    line-height: 42px;
    font-size: 30px;
    font-weight: 700;
    float: left;
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 15px;
    border-bottom: 2px solid #8b0d0b;
    background: #d51816;
    background: linear-gradient(to bottom, #f68c1e, #d51816);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    animation: progress-bar-stripes 1.5s 1s forwards;
}

.progress-bar__primary {
    border-bottom: 2px solid #8b0d0b;
    background: #d51816;
    background: linear-gradient(to bottom, #f68c1e, #d51816);
}

.pr-bar span {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 16px;
    display: block;
}

html.lt-ie11 .progress-bar, .tablet .progress-bar, .mobile .progress-bar {
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

/*==================  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;
}

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

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    background: #EEEEEE url("../images/bg-1.jpg") no-repeat 94% top;
}

    header .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    header .header-top {
        padding: 36px 48px 36px 40px;
    }

        header .header-top:before, header .header-top:after {
            display: table;
            content: "";
            line-height: 0;
        }

        header .header-top:after {
            clear: both;
        }

        header .header-top .brand {
            float: left;
        }

        header .header-top .contact-info {
            float: right;
        }

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

        header .header-top .brand, header .header-top .contact-info {
            float: none;
        }

            header .header-top .brand + .contact-info {
                margin-top: 30px;
            }
}

@media (max-width: 479px) {
    header .header-top .contact-info {
        text-align: left;
    }

        header .header-top .contact-info dl {
            display: block;
        }

            header .header-top .contact-info dl + dl {
                margin-top: 20px;
                margin-left: 0;
            }
}

header .nav {
    clear: left;
    position: relative;
}

@media (max-width: 767px) {
    header .nav {
        position: static;
    }
}

@media (max-width: 767px) {
    header.subpage {
        border-bottom: 5px solid #F26232;
    }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
    display: block;
    background: #EEEEEE;
}

@media (max-width: 1199px) {
    main br {
        display: none;
    }
}

.img-style {
    width: 100%;
    -webkit-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.12);
}

/*==================      Media Query     ======================*/
@media (max-width: 767px) {
    .col-xs-12 + .col-xs-12 {
        margin-top: 40px;
    }

    .col-xs-6 {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    .col-sm-6 {
        margin-top: 40px;
    }
}
/*==================      Well     ======================*/
.well {
    padding: 90px 0 100px;
}

.well-1 {
    padding: 110px 0 105px;
}

.well-2 {
    padding: 110px 0 95px;
}

.well-3 {
    padding: 130px 0 135px;
}

.well-4 {
    padding: 105px 0 95px;
}

.well-5 {
    padding: 85px 0 75px;
}

.well-6 {
    padding: 100px 0 80px;
}

.well-7 {
    padding: 95px 0;
}

.well-8 {
    padding: 115px 0 100px;
}

.well-9 {
    padding: 100px 0 60px;
}

.well-10 {
    padding: 105px 0;
}

.well-11 {
    padding: 115px 0 110px;
}

.well-12 {
    padding: 105px 0 115px;
}

.well-13 {
    padding: 100px 0 105px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
    background: #a91312;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
}

    footer h4 {
        text-transform: none;
        font-weight: 900;
        color: #FFFFFF;
    }

        footer h4 + * {
            margin-top: 25px;
        }

@media (max-width: 479px) {
    footer {
        text-align: center;
    }
}


.box-02 {
    background: #ff9800;
    position: relative;
    display: block;
}

    .box-02:before,
    .box-02:after {
        content: " ";
        display: table;
    }

    .box-02:after {
        clear: both;
    }

    .box-02:hover .box-02_hover {
        opacity: .3;
    }

    .box-02:hover .box-02_cnt {
        display: block;
    }

.box-02_hover {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.lt-ie9 .box-02_hover {
    display: none;
}

.box-02_cnt {
    display: none;
    position: absolute;
    top: 0;
    left: 40%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
}

    .box-02_cnt h4,
    .box-02_cnt p,
    .box-02_cnt a {
        color: #fff;
        text-align: center;
    }

    .box-02_cnt p {
        position: relative;
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        padding: 0 30px;
    }

.box-02_cnt_nav {
    text-align: center;
}

    .box-02_cnt_nav a {
        font-size: 35px;
        line-height: 35px;
        margin-left: 9px;
        margin-right: 6px;
    }

        .box-02_cnt_nav a:hover {
            color: #03a9f4;
        }

.box-02_cnt h4 {
    margin-top: 107px;
}

    .box-02_cnt h4 + p {
        margin-top: 28px;
    }

p + .box-02_cnt_nav {
    margin-top: 35px;
}

@media only screen and (max-width: 1199px) {
    .box-02_cnt h4 {
        margin-top: 57px;
    }
}

@media only screen and (max-width: 979px) {
    .box-02_cnt h4 {
        margin-top: 27px;
    }

        .box-02_cnt h4 + p {
            margin-top: 18px;
        }

    p + .box-02_cnt_nav {
        margin-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .box-02_cnt h4 {
        margin-top: 107px;
    }

        .box-02_cnt h4 + p {
            margin-top: 28px;
        }

    p + .box-02_cnt_nav {
        margin-top: 35px;
    }
}

@media only screen and (max-width: 479px) {
    .box-02_cnt h4 {
        margin-top: 57px;
    }
}

@media only screen and (max-width: 767px) {
    .box-02 img {
        width: 100%;
    }
}

.fa-search-plus:before {
    content: "\f00e";
}
