﻿@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,100italic,300italic,400italic,500,500italic,700,700italic,900,900italic);
/*@import url(animate.css);*/
@import url(../../../maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);

body {
    color: #747474;
    background-color: #fcfcfc;
    font: 400 16px "Roboto";
    line-height: 1.28571;
    -webkit-text-size-adjust: none;
}

@media (min-width: 768px) {
    body {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2;
    color: #242424;
}

h1 {
    font-size: 40px;
    font-weight: 500;
    color: #3e3e3e;
    letter-spacing: -0.025em;
}

@media (min-width: 768px) {
    h1 {
        font-size: 50px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 60px;
    }
}

h2 {
    font-size: 36px;
    font-weight: 300;
    color: #444444;
}

h3 {
    font-size: 32px;
}

@media (min-width: 992px) {
    h3 {
        font-size: 24px;
    }
}

h4 {
    font-size: 26px;
    line-height: 1.05;
}

@media (min-width: 992px) {
    h4 {
        font-size: 20px;
    }
}

h5, .heading-5 {
    font-size: 20px;
    line-height: 1.16667;
    font-weight: 700;
    text-transform: uppercase;
    color: #444444;
}

@media (min-width: 768px) {
    h5, .heading-5 {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    h5, .heading-5 {
        font-size: 18px;
    }
}

h6 {
    font-size: 18px;
}

@media (min-width: 768px) {
    h6 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    h6 {
        font-size: 16px;
    }
}

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:hover {
        color: #ff6839;
    }

    a[href^="tel:"], a[href^="callto:"] {
        color: inherit;
        text-decoration: none;
    }

strong {
    font-weight: 700;
}

.fa {
    line-height: inherit;
}

[class*='fa-']:before {
    font-weight: 400;
    font-family: "FontAwesome";
}

.big {
    font-size: 40px;
    line-height: 1.2;
}

@media (min-width: 992px) {
    .big {
        font-size: 82px;
    }
}

.thin {
    font-weight: 100;
}

.bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.page {
    overflow: hidden;
    min-height: 500px;
}

.lt-ie9 .page {
    min-width: 1200px;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

@media (min-width: 480px) {
    .text-xs-left {
        text-align: left;
    }

    .text-xs-center {
        text-align: center;
    }

    .text-xs-right {
        text-align: right;
    }
}

@media (min-width: 768px) {
    .text-sm-left {
        text-align: left;
    }

    .text-sm-center {
        text-align: center;
    }

    .text-sm-right {
        text-align: right;
    }
}

@media (min-width: 992px) {
    .text-md-left {
        text-align: left;
    }

    .text-md-center {
        text-align: center;
    }

    .text-md-right {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .text-lg-left {
        text-align: left;
    }

    .text-lg-center {
        text-align: center;
    }

    .text-lg-right {
        text-align: right;
    }
}

* + p {
    margin-top: 44px;
}

* + h5 {
    margin-top: 28px;
}

h5 + p, .heading-5 + p {
    margin-top: 10px;
}

h4 + p {
    margin-top: 18px;
}

h3 + p {
    margin-top: 23px;
}

p + p {
    margin-top: 17px;
}

h3 + .contact-info-2 {
    margin-top: 27px;
}

img + h5 {
    margin-top: 41px;
}

h5 + .marked-list {
    margin-top: 7px;
}

* + .quote {
    margin-top: 41px;
}

* + .row {
    margin-top: 40px;
}

@media (min-width: 992px) {
    * + .row {
        margin-top: 102px;
    }
}

* + .btn {
    margin-top: 0px;
}

* + .heading-5 {
    margin-top: 10px;
}

* + .banner {
    margin-top: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    * + .banner {
        margin-left: 20px;
    }
}

* + .inline-list {
    margin-top: 25px;
}

* + .marked-list {
    margin-top: 40px;
}

* + .link {
    margin-top: 24px;
}

* + .container {
    margin-top: 20px;
}

@media (min-width: 992px) {
    * + .container {
        margin-top: 91px;
    }
}

.row + .btn {
    margin-top: 45px;
}

@media (min-width: 992px) {
    .row + .btn {
        margin-top: 110px;
    }
}

.box + .box {
    margin-top: 39px;
}

* + .map {
    margin-top: 40px;
}

@media (min-width: 992px) {
    * + .map {
        margin-top: 81px;
    }
}

* + .contact-info-2 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    * + .contact-info-2 {
        margin-top: 90px;
    }
}

* + .mailform {
    margin-top: 40px;
}

@media (min-width: 992px) {
    * + .mailform {
        margin-top: 94px;
    }
}

* + .terms-list {
    margin-top: 50px;
}

@media (min-width: 992px) {
    * + .terms-list {
        margin-top: 100px;
    }
}

* + .offset-1 {
    margin-top: 50px;
}

@media (min-width: 992px) {
    * + .offset-1 {
        margin-top: 158px;
    }
}

* + .offset-2 {
    margin-top: 35px;
}

@media (min-width: 992px) {
    * + .offset-2 {
        margin-top: 67px;
    }
}

* + .offset-3 {
    margin-top: 35px;
}

@media (min-width: 992px) {
    * + .offset-3 {
        margin-top: 72px;
    }
}

* + .offset-4, * + .box.offset-4 {
    margin-top: 45px;
}

@media (min-width: 992px) {
    * + .offset-4, * + .box.offset-4 {
        margin-top: 94px;
    }
}

* + .offset-5 {
    margin-top: 45px;
}

@media (min-width: 992px) {
    * + .offset-5 {
        margin-top: 90px;
    }
}

* + .offset-6 {
    margin-top: 19px;
}

* + .offset-7 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    * + .offset-7 {
        margin-top: 58px;
    }
}

* + .search-result {
    margin-top: 70px;
}

.brand {
    position: relative;
    padding-left: 40px;
    padding-top: 3px;
    display: inline-block;
    text-transform: uppercase;
    color: #ff6839;
}

.brand__name {
    overflow: hidden;
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: -0.025em;
}


.brand a:hover {
    color: inherit;
}

.brand__slogan {
    display: block;
    /*position: absolute;
    bottom: -17px;*/
    left: 64px;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: -0.03em;
}

.brand__icon {
    position: absolute;
    left: -35px;
    top: -25px;
    width: 72px;
}

/*@media (min-width: 480px) {
    .brand__name {
        font-size: 35px;
    }

    .brand__icon {
        left: -5px;
        top: 0px;
        width: 50px;
    }
}*/

.contact-info {
    font-size: 12px;
    color: #999999;
    line-height: 1.2;
}

    .contact-info dl {
        display: inline-block;
        position: relative;
        padding-left: 30px;
        padding-bottom: 7px;
        text-align: left;
        vertical-align: bottom;
    }

        .contact-info dl dt:after {
            content: ':';
        }

        .contact-info dl:first-child:before, .contact-info dl:last-child:before {
            position: absolute;
            font-size: 40px;
            line-height: 1;
            left: 0;
            top: 0;
        }

        .contact-info dl:first-child:before {
            font-size: 29px;
            left: 0;
            top: 4px;
        }

        .contact-info dl + dl {
            margin-left: 55px;
        }

    .contact-info a:hover {
        color: #ff6839;
    }

.contact-info-2 {
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
}

.contact-info-22 {
    /*display: inline-block;*/
    font-size: 18px;
    line-height: 1.2;
}

.contact-info-33 {
    /*display: inline-block;*/
    font-size: 18px;
    line-height: 40px;
    /*height: 40px;*/
    text-align: center;
}

.contact-info-2 dl {
    text-align: left;
    max-width: 240px;
}

    .contact-info-2 dl dt, .contact-info-2 dl dd {
        display: inline-block;
    }

        .contact-info-2 dl dt:after {
            content: ':';
        }

    .contact-info-2 dl:nth-child(2) dt {
        width: 39%;
        min-width: 74px;
    }

.contact-info-2 .heading-5 + dl {
    margin-top: 10px;
}

.contact-info-2 dl + dl {
    margin-top: 16px;
}

.contact-info-2 a:hover {
    color: #ff6839;
}

.color-secondary {
    color: #007dae;
}

.color-secondary-1 {
    color: #444444;
}

.bg-primary {
    background: #3e3e3e;
}

.bg-secondary {
    background: #e9e6e2;
}

.icon {
    display: inline-block;
    text-align: center;
}

.icon-xs {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 22px;
}

.icon-sm {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 36px;
    font-weight: 500;
}

.icon-md {
    width: 96px;
    height: 96px;
    line-height: 96px;
    font-size: 36px;
    font-weight: 500;
}

.icon-default {
    color: #3e3e3e;
    background-color: #e9e6e2;
}

    .icon-default:hover {
        color: #e9e6e2;
        background-color: #ff6839;
    }

.icon-primary {
    color: #fcfcfc;
    background-color: #007dae;
}

.circle {
    border-radius: 50%;
}

.btn {
    display: inline-block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

* + .btn--offset1 {
    margin-top: 35px;
}

.btn-md, .btn-lg {
    font-size: 16px;
    line-height: 21px;
    padding: 17.5px 10px;
    border-width: 2px;
}

.btn-md {
    min-width: 170px;
}

.btn-lg {
    min-width: 200px;
}

.btn-secondary {
    color: #ffffff;
    border-style: solid;
    border-color: #007dae;
    background-color: #007dae;
}

    .btn-secondary:hover {
        background-color: transparent;
        color: #007dae;
    }

    .btn-secondary:active {
        background-color: #003448;
    }

.btn-primary {
    color: #ffffff;
    border-style: solid;
    border-color: #ff6839;
    background-color: #ff6839;
}

    .btn-primary:hover {
        background-color: transparent;
        color: #ff6839;
    }

    .btn-primary:active {
        background-color: #d23200;
    }

.link {
    display: inline-block;
    font-size: 16px;
    line-height: 1.375;
    color: #ff6839;
    text-transform: uppercase;
}

    .link:hover {
        color: #007dae;
    }

.banner {
    display: inline-block;
    width: 280px;
    padding: 32px 5px 33px 100px;
    font-size: 40px;
    line-height: 1.02083;
    font-weight: 700;
    font-family: "Arial",sans-serif;
    text-align: left;
    position: relative;
    border: 3px solid;
}

@media (min-width: 768px) and (max-width: 1199px) {
    .banner {
        margin-top: 30px;
    }
}

.banner:before {
    position: absolute;
    left: 30px;
    top: 33px;
    font-size: 60px;
}

.banner-default {
    color: #3CA746;
    border-color: #3CA746;
}

.banner-primary {
    color: #ffffff;
    background-color: #ff3939;
    border-color: #ff3939;
}

    .banner-default:hover, .banner-primary:hover {
        color: #007dae;
        border-color: #007dae;
        background-color: transparent;
    }

@media (min-width: 480px) {
    .banner {
        width: 370px;
        font-size: 48px;
        padding-left: 150px;
    }

        .banner:before {
            font-size: 94px;
        }
}

.flex-list li + li {
    margin-top: 15px;
}

.flex-list a:hover img {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -moz-transform: scale(0.9,0.9);
    -ms-transform: scale(0.9,0.9);
    -o-transform: scale(0.9,0.9);
    -webkit-transform: scale(0.9,0.9);
    transform: scale(0.9,0.9);
}

@media (min-width: 768px) {
    .flex-list {
        display: table;
        table-layout: fixed;
        width: 100%;
    }

        .flex-list li {
            display: table-cell;
            padding: 0 15px;
            vertical-align: middle;
            text-align: center;
        }
}

.inline-list {
    word-spacing: 4px;
}

    .inline-list > li {
        display: inline-block;
        word-spacing: normal;
    }

.marked-list li {
    position: relative;
    padding-left: 26px;
}

    .marked-list li:before {
        content: '\f101';
        position: absolute;
        left: 0;
        top: 0;
        font: 400 14px 'FontAwesome';
        line-height: inherit;
    }

    .marked-list li a {
        text-transform: uppercase;
    }

        .marked-list li a:hover {
            color: #007dae;
            text-decoration: none;
        }

    .marked-list li + li {
        margin-top: 13px;
    }

.index-list {
    counter-reset: li;
}

    .index-list li {
        margin-top: 41px;
    }

        .index-list li > div {
            position: relative;
            padding-left: 100px;
        }

            .index-list li > div .icon {
                display: block;
                position: absolute;
                left: 0;
                top: 4px;
            }

                .index-list li > div .icon:before {
                    content: counter(li,decimal-leading-zero);
                    counter-increment: li;
                }

.index-list-2 li {
    margin-top: 14px;
}

    .index-list-2 li > div {
        padding-left: 116px;
    }

        .index-list-2 li > div .icon {
            top: -5px;
        }

    .index-list-2 li:nth-child(5n-4) .icon {
        background-color: #3ca746;
    }

    .index-list-2 li:nth-child(5n-3) .icon {
        background-color: #a0317f;
    }

    .index-list-2 li:nth-child(5n-2) .icon {
        background-color: #ff3939;
    }

    .index-list-2 li:nth-child(5n-1) .icon {
        background-color: #3d4c8a;
    }

    .index-list-2 li:nth-child(5n) .icon {
        background-color: #007dae;
    }

.copyright {
    color: #e6e6e6;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
}

.copyright_info {
    color: #787878;
}

.post-meta {
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}

    .post-meta span {
        font-size: 18px;
    }

.quote {
    position: relative;
    padding-left: 65px;
}

    .quote:before {
        position: absolute;
        left: 0;
        top: -7px;
        content: '"';
        font-weight: 700;
        font-style: italic;
        font-size: 120px;
        line-height: 1;
        color: #007dae;
    }

.terms-list * + dd {
    margin-top: 12px;
}

.terms-list * + dt {
    margin-top: 46px;
}

.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle, .box-1 .box__middle {
    vertical-align: middle;
}

.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom, .box-1 .box__bottom {
    vertical-align: bottom;
}

.box .box_left img, .box-xs .box_left img, .box-sm .box_left img, .box-md .box_left img, .box-lg .box_left img, .box-1 .box_left img {
    position: relative;
    top: -6px;
}

.box .box_left *, .box-xs .box_left *, .box-sm .box_left *, .box-md .box_left *, .box-lg .box_left *, .box-1 .box_left * {
    margin-left: auto;
    margin-right: auto;
}

.box {
    margin-top: 30px;
}

    .box .box_left img, .box .box_right img {
        max-width: none;
    }

    .box .box_left, .box .box_right, .box .box_cnt {
        padding: 0;
        display: table-cell;
        vertical-align: top;
    }

    .box .box_left {
        padding-right: 21px;
    }

        .box .box_left.inset-1 {
            padding-right: 36px;
        }

    .box .box_right {
        padding-left: 21px;
    }

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left, .box-1 .box_left {
    padding-bottom: 21px;
}

.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right, .box-1 .box_right {
    padding-top: 21px;
}

@media (min-width: 480px) {
    .box-xs .box_left img, .box-xs .box_right img {
        max-width: none;
    }

    .box-xs .box_left, .box-xs .box_right, .box-xs .box_cnt {
        display: table-cell;
        vertical-align: top;
    }

    .box-xs .box_left {
        padding-right: 21px;
    }

    .box-xs .box_right {
        padding-left: 21px;
    }

    .box-xs-clear .box_left img, .box-xs-clear .box_right img {
        max-width: 100%;
    }

    .box-xs-clear .box_left, .box-xs-clear .box_right, .box-xs-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }

    .box-xs-clear .box_left {
        padding-bottom: 21px;
    }

    .box-xs-clear .box_right {
        padding-top: 21px;
    }
}

@media (min-width: 768px) {
    .box-sm .box_left img, .box-sm .box_right img {
        max-width: none;
    }

    .box-sm .box_left, .box-sm .box_right, .box-sm .box_cnt {
        display: table-cell;
        vertical-align: top;
    }

    .box-sm .box_left {
        padding-right: 21px;
    }

    .box-sm .box_right {
        padding-left: 21px;
    }

    .box-sm-clear .box_left img, .box-sm-clear .box_right img {
        max-width: 100%;
    }

    .box-sm-clear .box_left, .box-sm-clear .box_right, .box-sm-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }

    .box-sm-clear .box_left {
        padding-bottom: 21px;
    }

    .box-sm-clear .box_right {
        padding-top: 21px;
    }
}

@media (min-width: 992px) {
    .box-md .box_left img, .box-md .box_right img {
        max-width: none;
    }

    .box-md .box_left, .box-md .box_right, .box-md .box_cnt {
        display: table-cell;
        vertical-align: top;
    }

    .box-md .box_left {
        padding-right: 21px;
    }

    .box-md .box_right {
        padding-left: 21px;
    }

    .box-md-clear .box_left img, .box-md-clear .box_right img {
        max-width: 100%;
    }

    .box-md-clear .box_left, .box-md-clear .box_right, .box-md-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }

    .box-md-clear .box_left {
        padding-bottom: 21px;
    }

    .box-md-clear .box_right {
        padding-top: 21px;
    }
}

@media (min-width: 1200px) {
    .box-lg .box_left img, .box-lg .box_right img {
        max-width: none;
    }

    .box-lg .box_left, .box-lg .box_right, .box-lg .box_cnt {
        display: table-cell;
        vertical-align: top;
    }

    .box-lg .box_left {
        padding-right: 21px;
    }

    .box-lg .box_right {
        padding-left: 21px;
    }

    .box-lg-clear .box_left img, .box-lg-clear .box_right img {
        max-width: 100%;
    }

    .box-lg-clear .box_left, .box-lg-clear .box_right, .box-lg-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }

    .box-lg-clear .box_left {
        padding-bottom: 21px;
    }

    .box-lg-clear .box_right {
        padding-top: 21px;
    }
}

@media (min-width: 480px) {
    .box-1 .box_left img, .box-1 .box_right img {
        max-width: none;
    }

    .box-1 .box_left, .box-1 .box_right, .box-1 .box_cnt {
        display: table-cell;
        vertical-align: top;
    }

    .box-1 .box_left {
        padding-right: 21px;
    }

    .box-1 .box_right {
        padding-left: 21px;
    }

    .box-1-clear .box_left img, .box-1-clear .box_right img {
        max-width: 100%;
    }

    .box-1-clear .box_left, .box-1-clear .box_right, .box-1-clear .box_cnt {
        padding: 0;
        display: block;
        vert-align: top;
    }

    .box-1-clear .box_left {
        padding-bottom: 21px;
    }

    .box-1-clear .box_right {
        padding-top: 21px;
    }
}

.box-1 {
    top: 11px;
}

    .box-1 .box_left {
        padding-right: 30px;
    }

        .box-1 .box_left img {
            position: relative;
            top: 11px;
        }

.box-xs {
    margin-top: 40px;
}

.thumb {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

    .thumb img {
        width: 100%;
        height: auto;
        -moz-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        -webkit-transition: 0.5s all ease;
        transition: 0.5s all ease;
    }

.thumb_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;
    color: #fff;
    background: transparent;
}

    .thumb_overlay:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        font: 400 30px "FontAwesome";
        line-height: 30px;
        margin-top: -15px;
        text-align: center;
    }

.lt-ie9 .thumb_overlay:before {
    display: none;
}

.thumb:hover .thumb_overlay {
    opacity: 1;
    background: rgba(0,0,0,0.5);
}

.lt-ie9 .thumb:hover .thumb_overlay {
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#80000000');
    zoom: 1;
}

    .lt-ie9 .thumb:hover .thumb_overlay:before {
        display: block;
    }

.thumb: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);
}

.sf-menu {
    display: inline-block;
}

    .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 a {
        display: block;
    }

    .sf-menu > li {
        height: 100%;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }

        .sf-menu > li > a {
            color: #FFF;
            font-size: 18px;
            font-weight: 300;
            line-height: 31px;
            text-transform: uppercase;
            padding: 25px 18px 18px;
            letter-spacing: 1.8px;
            height: 100%;
        }

        .sf-menu > li.sfHover, .sf-menu > li.active, .sf-menu > li:hover, .sf-menu > li:focus {
            background-color: #ff6839;
        }

    .sf-menu ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 235px;
        padding: 20px 0;
        background-color: #ff6839;
        z-index: 2;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .sf-menu ul a {
            padding: 10px 15px;
        }

        .sf-menu ul > li {
            position: relative;
        }

            .sf-menu ul > li > a {
                color: #FFF;
                background: inherit;
            }

                .sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
                    color: #333;
                    background: #fff;
                }

        .sf-menu ul ul {
            position: absolute;
            top: 0;
            left: 100%;
            width: 200px;
            margin-top: 0;
            padding: 0;
            z-index: 4;
        }

            .sf-menu ul ul > li > a {
                color: #FFF;
                background: inherit;
            }

                .sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
                    color: #333;
                    background: #fff;
                }

    .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: "";
            font: 400 12px/12px "FontAwesome";
        }

@media (max-width: 767px) {
    .sf-menu {
        display: none;
    }
}

.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: #3e3e3e;
    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: 14px 25px 16px;
}

    .rd-mobilemenu_ul a.active {
        background: #313e4e;
        color: #fff;
    }

    .rd-mobilemenu_ul a:hover {
        background: #ff6839;
        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: #3e3e3e;
            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: #3e3e3e;
    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;
}

.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 {
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

        .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
            -moz-transform-origin: 1.71429px center;
            -ms-transform-origin: 1.71429px center;
            -o-transform-origin: 1.71429px center;
            -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
            -moz-transform-origin: 1.71429px center;
            -ms-transform-origin: 1.71429px center;
            -o-transform-origin: 1.71429px center;
            -webkit-transform-origin: 1.71429px center;
            transform-origin: 1.71429px center;
        }

[class^='col-'] {
    margin-top: 0px;
}

.rd-mobilepanel_title {
    position: fixed;
    top: 4px;
    left: 56px;
    right: 56px;
    color: #FFF;
    font-size: 16px;
    line-height: 48px;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.rd-mobilepanel_toggle.active span {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

    .rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
        top: 0;
        width: 15px;
    }

    .rd-mobilepanel_toggle.active span:before {
        -webkit-transform: rotate3d(0,0,1,-40deg);
        transform: rotate3d(0,0,1,-40deg);
    }

    .rd-mobilepanel_toggle.active span:after {
        -webkit-transform: rotate3d(0,0,1,40deg);
        transform: rotate3d(0,0,1,40deg);
    }

@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_container {
    background-color: #3e3e3e;
}

.isStuck {
    background: #444;
    z-index: 999;
    border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

.isStuck {
    background: #444;
    z-index: 999;
    border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

.toTop {
    width: 32px;
    height: 32px;
    font-size: 37px;
    line-height: 32px;
    color: #007dae;
    border-radius: 50%;
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

    .toTop:hover {
        color: #333333;
        text-decoration: none;
    }

.mobile .toTop, .tablet .toTop {
    display: none !important;
}

.parallax {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    letter-spacing: -2.05px;
}

.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: cover;
    background-size: cover;
}

.parallax_pattern {
    background-repeat: repeat;
}

.parallax_cnt {
    position: relative;
}

.resp-tabs {
    position: relative;
}

.resp-tabs-list {
    position: absolute;
    top: -62px;
    font-size: 0;
}

    .resp-tabs-list li {
        display: inline-block;
        cursor: pointer;
        font-size: 20px;
        line-height: 1.55;
        text-transform: uppercase;
        min-width: 213px;
        padding: 19px 10px 12px 10px;
        color: #3e3e3e;
        background-color: #c8c3c0;
        text-align: center;
        border: 1px solid #c8c3c0;
        border-bottom: none;
    }

        .resp-tabs-list li + li {
            margin-left: 1px;
        }

    .resp-tabs-list .resp-tab-active, .resp-tabs-list .resp-tab-item:hover {
        background-color: #ebe8e4;
    }

.resp-tabs-container {
    background-color: #ebe8e4;
    border: 1px solid #c8c3c0;
}

    .resp-tabs-container h1, .resp-tabs-container h2, .resp-tabs-container h3, .resp-tabs-container h4, .resp-tabs-container h5, .resp-tabs-container h6 {
        color: #3b3d44;
    }

    .resp-tabs-container p {
        line-height: 22px;
    }

@media (min-width: 768px) {
    .resp-tabs-container {
        padding: 29px 30px 59px 9px;
    }
}

.resp-accordion {
    display: none;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 10px;
    color: #3e3e3e;
    font-weight: 700;
    background-color: #a4a4a4;
}

* + .resp-accordion {
    margin-top: 2px;
}

.resp-tab-content {
    display: none;
    padding: 20px;
}

.resp-tab-content-active {
    display: block;
}

@media (max-width: 767px) {
    .resp-accordion {
        display: block;
    }

    .resp-tabs-list {
        display: none;
    }
}

header .well {
    padding-top: 32px;
    padding-bottom: 29px;
}

@media (min-width: 768px) {
    header .brand {
        float: left;
    }
}

header .contact-info {
    display: none;
}

@media (min-width: 768px) {
    header .contact-info {
        display: block;
        float: right;
    }
}

main {
    display: block;
}

.well-xs {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (min-width: 992px) {
    .well-xs {
        padding-top: 65px;
        padding-bottom: 54px;
    }
}

.well-sm {
    padding-top: 85px;
    padding-bottom: 105px;
}

.well-sm--inset-1 {
    padding-bottom: 110px;
}

.well-md {
    padding-top: 86px;
    padding-bottom: 98px;
}

.well-md--inset-1 {
    padding-bottom: 135px;
}

.well-lg {
    padding-top: 110px;
    padding-bottom: 110px;
}

.well-lg--inset-1 {
    padding-top: 95px;
    padding-bottom: 141px;
}

.well-xl {
    padding-top: 65px;
    padding-bottom: 65px;
}

@media (min-width: 992px) {
    .well-xl {
        padding-top: 133px;
        padding-bottom: 120px;
    }
}

@media (max-width: 992px) {
    .well-sm, .well-sm--inset-1, .well-md, .well-md--inset-1, .well-lg, .well-lg--inset-1 {
        padding-top: 30px;
        padding-bottom: 50px;
    }
}

footer {
    background-color: #242424;
    color: #b1b1b1;
}

    footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
        color: #ff6839;
    }

    footer .well {
        padding-top: 40px;
        padding-bottom: 60px;
    }

@media (min-width: 992px) {
    footer .well {
        padding-top: 101px;
        padding-bottom: 166px;
    }
}

footer .well-xs {
    padding-top: 66px;
    padding-bottom: 65px;
}

footer .contact-info-2 dl {
    max-width: 190px;
}

    footer .contact-info-2 dl:nth-child(2) dt {
        width: 24%;
    }

footer .nav a {
    text-transform: uppercase;
    color: inherit;
}

    footer .nav a:hover, footer .nav .active a {
        color: #ffffff;
    }

footer .nav li + li {
    margin-top: 13px;
}

footer * + .nav {
    margin-top: 27px;
}

footer * + .btn {
    margin-top: 21px;
}
