@charset "UTF-8";
@import url("animate.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.3.0/css/font-awesome.min.css");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");

/*========================================================
                      Main Styles
=========================================================*/
body {
    color: #1C2126;
    font: 400 15px/26px "Lato", sans-serif;
    -webkit-text-size-adjust: none;
    background: #0e1013;
}

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

h1,
h2,
h3,
h4,
.h4 {
    text-transform: uppercase;
}

h1 {
    font: 900 80px/50px "Lato", sans-serif;
    color: #FFF;
    letter-spacing: -3.2px;
}

h1 span {
    font: 300 35px/35px "Lato", sans-serif;
    letter-spacing: -0.8px;
    margin-left: 4px;
}

h2 {
    font: 700 68px/68px "Lato", sans-serif;
}

h3 {
    font: 300 38px/42px "Lato", sans-serif;
    color: #1C2126;
}

h4,
.h4 {
    font: 700 18px/18px "Lato", sans-serif;
    color: #e9b426;
}

h4 a:hover,
.h4 a:hover {
    color: #1C2126;
}

h4.color-primary a:hover,
.h4.color-primary a:hover {
    color: #FFF;
}

h4.color-primary--md a:hover,
.h4.color-primary--md a:hover {
    color: #1C2126;
    cursor: default
}

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

strong {
    font-weight: 700;
}

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

blockquote .col-md-7 {
    padding-left: 5px;
}

address dl:before,
address dl:after {
    display: table;
    content: "";
    line-height: 0;
}

address dl:after {
    clear: both;
}

address dl dt,
address dl dd {
    float: left;
}

address dl dt {
    width: 22%;
}

address dl dd a:hover {
    color: #EE4212;
}

address dl *:nth-child(2n+3) {
    clear: left;
}

/*=======================================================
                       Main Layout
=========================================================*/
.row--offset {
    margin-top: 0;
}

h2 + h3,
h4 + .offset-1 {
    margin-top: 7px;
}

* + .marked-list,
.off,
.term-list-1 dt + dd,
.term-list dt + dd {
    margin-top: 10px;
}

.offset + p,
h3 + p,
h4 + .term-list-1,
h3 + .offset-3 {
    margin-top: 15px;
}

p + .btn-default,
h3 + .offset-1,
img + .offset,
h4 + .list,
.offset + h4,
h3 + .inline-list-primary,
h3 + .icon-box,
* + .row--offset-1,
h3 + .term-list,
h3 + address {
    margin-top: 20px;
}

h3 + .offset,
p + h4,
p + .btn-offset,
* + .owl-carousel,
p + p,
.marked-list + p,
.text-center + h4,
h3 + blockquote,
h3 + .index-list-secondary,
h3 + .map,
* + .mail,
h3 + .mailform {
    margin-top: 25px;
}

p + .btn-default--md {
    margin-top: 55px;
}

h3 + h4,
h4 + .inline-list,
.icon-box + .icon-box,
.term-list-1 + h4,
.term-list dd + dt {
    margin-top: 33px;
}

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

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

.brand_name {
    /*    display: inline-block;*/
    /*    background: #EE4212;*/
    /*    padding: 40px 39px 29px 32px;*/
}

.brand_name h1 > span {
    display: inline-block;
    margin-top: 10px;
}

.brand_name:active {
    background: #EE4212;
}

.col-xs-lg {
    margin-top: 0;
}

/*==================  Backgrounds  ======================*/
.bg-secondary {
    background: #1C2126;
}

.bg-secondary h3,
.bg-secondary h4 {
    color: #FFF;
}

.bg-secondary p {
    color: #9eacb9;
}

.bg-secondary .color-primary {
    color: #e9b426;
}

.bg-secondary-1 {
    position: relative;
    z-index: 0;
}

.bg-secondary-1:before {
    position: absolute;
    content: '';
    background: #e5e5e5;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10000px;
    height: 100%;
    z-index: -1;
    margin-left: 15px;
}

.bg-secondary-2 {
    background: #0e1013;
}

.bg-secondary-2 p {
    color: #9eacb9;
}

.bg-primary {
    position: relative;
    z-index: 0;
}

.bg-primary:before {
    position: absolute;
    content: '';
    background: #e9b426;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10000px;
    height: 100%;
    z-index: -1;
    margin-left: 15px;
}

.bg-primary p {
    color: #FFF;
}

.bg-img {
    background: url("../images/page-2_img01.jpg") no-repeat center center;
    background-size: cover;
}

/*==================   Color Primary   ======================*/
.color-primary {
    color: #e9b426;
}

.color-default {
    color: #FFF;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
    display: inline-block;
    line-height: 18px;
    font-weight: 700;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-sm {
    font-size: 18px;
    padding: 18px 36px;
}

.btn-md {
    font-size: 18px;
    padding: 20px 15px 20px 29px;
}

.btn-default {
    color: #FFF;
    background: #e9b426;
    position: relative;
}

.btn-default:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 29px 0 29px 30px;
    border-color: transparent transparent transparent #e9b426;
    top: 0;
    bottom: 0;
    left: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.btn-default:hover {
    background: #474f57;
}

.btn-default:hover:before {
    border-color: transparent transparent transparent #474f57;
}

.btn-default:active {
    background: #30353b;
}

.btn-default:active:before {
    border-color: transparent transparent transparent #30353b;
}

.btn-default--md {
    color: #1C2126;
    background: #FFF;
}

.btn-default--md:before {
    border-color: transparent transparent transparent #FFF;
}

.btn-default--md:hover {
    color: #FFF;
}

.btn-primary {
    color: #FFF;
    background: #e9b426;
}

.btn-primary:hover {
    background: #474f57;
}

.btn-primary:active {
    background: #30353b;
}

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

/*========================   Menu   ==========================*/
.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 > li + li {
    margin-left: 28px;
}

.sf-menu a {
    display: block;
}

.sf-menu > li > a {
    font: 700 18px/18px "Lato", sans-serif;
    text-transform: uppercase;
    color: #FFF;
}

.sf-menu > li.sfHover > a,
.sf-menu > li > a:hover,
.sf-menu > li.active > a {
    color: #e9b426;
}

.sf-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 252px;
    margin-top: 43px;
    padding: 15px 0 15px;
    text-align: left;
    left: 0;
    margin-left: -17px;
    background: #474f57;
    z-index: 2;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sf-menu ul > li > a {
    font: 400 15px/15px "Lato", sans-serif;
    color: #FFF;
    padding: 13px 20px;
}

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

.sf-menu ul ul {
    position: absolute;
    top: 17.5%;
    width: 150px;
    margin-top: 0;
    left: 100%;
    margin-left: 2px;
    z-index: 4;
}

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

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

@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: #666;
    background: #FFF;
    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: #f5f5f5;
    color: #2d2d2d;
}

.rd-mobilemenu_ul a:hover {
    background: #EE4212;
    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: #FFF;
    color: #666;
}

.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: #FFF;
    color: #000;
    -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: #000;
    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: #000;
    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 {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    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  ======================*/
.header .stuck_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 85px;
    z-index: 4;
}

@media (max-width: 991px) {
    .header .stuck_container {
        bottom: 30px;
    }
}

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

.isStuck .inset-5,
.isStuck .inset-nav {
    padding: 25px 0 25px;
}

.isStuck .sf-menu ul {
    margin-top: 34px;
}

.isStuck .sf-menu ul ul {
    margin-top: 0;
}

.header .isStuck {
    bottom: auto;
}

@media only screen and (max-width: 979px) {
    .isStuck {
        display: none !important;
    }
}

/*==================     ToTop     ======================*/
.toTop {
    width: 50px;
    height: 50px;
    font-size: 24px;
    line-height: 46px;
    color: #fff;
    background: #e9b426;
    border-radius: 50%;
    -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: none;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    z-index: 20;
}

.toTop:hover {
    color: #fff;
    background: #EE4212;
    text-decoration: none;
}

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

/*==================  RD Parallax    ======================*/
.parallax {
    position: relative;
    overflow: hidden;
}

.parallax h2,
.parallax h3,
.parallax p {
    color: #FFF;
}

.parallax .marked-list > li a:hover {
    color: #e9b426;
}

.parallax .marked-list > li a:hover:before {
    color: #e9b426;
}

.parallax .mail:hover {
    color: #FFF;
}

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

/*========================================================
                     HEADER  Section
=========================================================*/
header {
    text-align: center;
}

header .brand {
    padding: 60px 0 30px;
}

.header {
    position: relative;
}

.header .brand {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

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

/*==================  Page Loader  ======================*/
.page-loader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1C2126;
    z-index: 1000;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}

.page-loader_overlay {
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1001;
}

.page-loader_overlay span {
    display: inline-block;
    height: 15px;
    width: 7px;
    background: #443610;
    -webkit-animation: loader 2s infinite linear;
    -moz-animation: loader 2s infinite linear;
    -ms-animation: loader 2s infinite linear;
    -o-animation: loader 2s infinite linear;
    animation: loader 2s infinite linear;
}

.page-loader_overlay span + span {
    margin-left: 6px;
}

.page-loader span:nth-child(1) {
    animation-delay: 0s;
}

.page-loader span:nth-child(2) {
    animation-delay: 0.2s;
}

.page-loader span:nth-child(3) {
    animation-delay: 0.4s;
}

.page-loader span:nth-child(4) {
    animation-delay: 0.6s;
}

.page-loader span:nth-child(5) {
    animation-delay: 0.8s;
}

.page-loader span:nth-child(6) {
    animation-delay: 1s;
}

.page-loader span:nth-child(7) {
    animation-delay: 1.2s;
}

.page-loader span:nth-child(8) {
    animation-delay: 1.4s;
}

.page-loader span:nth-child(9) {
    animation-delay: 1.6s;
}

.page-loader span:nth-child(10) {
    animation-delay: 1.8s;
}

@-ms-keyframes loader {
    0% {
        background: #5f231e;
        transform: none;
    }

    10% {
        background: #EE4212;
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    30% {
        background: #EE4212;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-o-keyframes loader {
    0% {
        background: #5f231e;
        transform: none;
    }

    10% {
        background: #EE4212;
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    30% {
        background: #EE4212;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes loader {
    0% {
        background: #5f231e;
        transform: none;
    }

    10% {
        background: #EE4212;
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    30% {
        background: #EE4212;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@-moz-keyframes loader {
    0% {
        background: #5f231e;
        transform: none;
    }

    10% {
        background: #EE4212;
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    30% {
        background: #EE4212;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes loader {
    0% {
        background: #5f231e;
        transform: none;
    }

    10% {
        background: #e9b426;
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        -webkit-transform: scale(1.25);
        transform: scale(1.25);
    }

    30% {
        background: #e9b426;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
    }
}

/*==================      Well     ======================*/
.well {
    padding: 130px 0 140px;
}

.well-1 {
    padding: 62px 0 66px;
}

.well-1__off {
    padding-bottom: 58px;
}

.well-1__off-1 {
    padding-top: 150px;
}

.well-1__off-2 {
    padding-top: 120px;
}

.well-2 {
    padding: 20px 0 20px;
}

.well-3 {
    padding: 27px 0 28px;
}

.well-4 {
    padding: 33px 0 53px;
}

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

.well-5__off {
    padding-top: 30px;
}

/*==================    Prefix  ======================*/
.prefix-1 {
    margin-left: 30px;
    margin-top: 30px;
}

.prefix-2 {
    margin-left: 28px;
}

/*==================    Inset  ======================*/
.inset-1 {
    padding-top: 40px;
    padding-bottom: 70px;
}

.inset-2 {
    padding-top: 30px;
    padding-bottom: 65px;
}

.inset-3 {
    padding-right: 3%;
}

.inset-4 {
    padding-right: 6%;
}

.inset-5 {
    padding: 25px 0 52px;
}

.inset-6 {
    padding-left: 9px;
}

.inset-7 {
    padding-right: 17%;
}

/*==================  Uppercase  ======================*/
.uppercase {
    text-transform: uppercase;
}

/*==================  Text Center  ======================*/
.text-center {
    text-align: center;
}

/*==================  Letter Spacing  ======================*/
.letter-spacing {
    letter-spacing: -1.1px;
}

.letter-spacing-1 {
    letter-spacing: -0.2px;
}

/*==================  Line Height  ======================*/
.line-height {
    line-height: 26px;
}

/*==================  Font Style  ======================*/
.font-style {
    font-style: italic;
}

/*==================  Small  ======================*/
.small {
    font-size: 12px;
    line-height: 15px;
}

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

.index-list-primary li {
    position: relative;
}

.index-list-primary li:before {
    position: absolute;
    content: counter(li, decimal-leading-zero);
    counter-increment: li;
    top: 15px;
    left: 15px;
    font: 700 104px/104px "Lato", sans-serif;
    color: #e5e5e5;
}

.index-list-primary li:after {
    position: absolute;
    content: '/';
    top: 15px;
    left: 136px;
    font: 100 104px/104px "Lato", sans-serif;
    color: #e5e5e5;
}

.index-list-primary li h3 {
    padding-left: 175px;
}

.index-list-secondary {
    counter-reset: li;
}

.index-list-secondary li {
    padding-left: 70px;
    position: relative;
}

.index-list-secondary li:before {
    position: absolute;
    content: counter(li, decimal);
    counter-increment: li;
    width: 54px;
    height: 54px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    color: #FFF;
    background: #1C2126;
    top: 3px;
    left: 0;
}

.index-list-secondary li + li {
    margin-top: 29px;
}

/*==================   List  ======================*/
.list > li a {
    color: #9eacb9;
}

.list > li a:hover {
    text-decoration: none;
    color: #e9b426;
}

.list > li a:active {
    text-decoration: underline;
}

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

.inline-list > li a {
    display: inline-block;
    width: 77px;
    height: 77px;
    line-height: 77px;
    font-size: 35px;
    color: #FFF;
    text-align: center;
    background: #2d343c;
}

.inline-list > li a:hover {
    background: #EE4212;
}

.inline-list > li a:active {
    background: #bf340e;
}

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

.inline-list-primary li + li {
    margin-top: 10px;
}

/*==================  Marked List  ======================*/
.marked-list li a {
    position: relative;
    padding-left: 21px;
    color: #FFF;
}

.marked-list li a:before {
    content: '\f0a9';
    position: absolute;
    left: 0;
    top: -3px;
    font-weight: 400;
    font-size: 15px;
    font-family: "FontAwesome";
    color: #FFF;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

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

.marked-list a:hover {
    color: #1C2126;
    text-decoration: none;
    cursor: default;
}

.marked-list a:hover:before {
    color: #1C2126;
}

.marked-list--md > li a {
    color: #9eacb9;
}

.marked-list--md > li a:hover {
    color: #FFF;
}

.marked-list--md > li a:hover:before {
    color: #FFF;
}

.marked-list-primary > li {
    position: relative;
    padding-left: 25px;
}

.marked-list-primary > li:before {
    position: absolute;
    content: '\f061';
    font-family: "FontAwesome";
    top: -5px;
    left: 0;
    color: #e9b426;
    font-size: 18px;
}

.marked-list-primary > li + li {
    margin-top: 28px;
}

/*==================  Icon Box  ======================*/
.icon-box {
    position: relative;
    padding-left: 75px;
}

.icon-box:before {
    position: absolute;
    width: 53px;
    height: 53px;
    line-height: 53px;
    font-size: 24px;
    background: #EE4212;
    color: #FFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    top: 3px;
    left: 0;
}

/*==================  Mail  ======================*/
.mail {
    display: inline-block;
    color: #e9b426;
    text-decoration: underline;
}

.mail:hover {
    color: #1C2126;
}

/*==================  Col Lg Offset  ======================*/
.col-lg-offset [class*='col-'] {
    margin-top: 20px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
/*==================  Privacy  ======================*/
.privacy:hover {
    text-decoration: none;
    color: #FFF;
}

.privacy:active {
    text-decoration: underline;
}

/*========================================================
                    RESPONSIVE
=========================================================*/
@media (max-width: 1199px) {
    .header .brand {
        top: 30%;
    }

    h2 {
        font-size: 50px;
        line-height: 58px;
    }

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

    .prefix-2 {
        margin-left: 10px;
        margin-right: 10px;
    }

    .col-off-md {
        margin-top: 0;
    }

    .col-offset-lg [class*='col-']:nth-child(3n+4) {
        clear: left;
    }

    address dl dt {
        width: 26%;
    }
}

@media (min-width: 992px) and (max-width: 1199px),
(min-width: 480px) and (max-width: 767px) {
    .inline-list > li a {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 30px;
    }
}

@media (max-width: 991px) {

    .bg-primary:before,
    .bg-secondary-1:before {
        width: 100%;
        margin-left: 0;
    }

    .prefix-1 {
        margin: 0;
    }

    .inset-wrap .inset-1,
    .inset-wrap .inset-2 {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .inset-wrap .inset-1:first-child,
    .inset-wrap .inset-2:first-child {
        padding-bottom: 0;
    }

    .inset-wrap .inset-1:nth-child(2),
    .inset-wrap .inset-2:nth-child(2) {
        padding-bottom: 60px;
    }

    .inset-wrap--md .inset-1:first-child,
    .inset-wrap--md .inset-2:first-child {
        padding-bottom: 30px;
    }

    .inset-4 {
        padding: 0;
    }

    .col-offset-sm [class*='col-']:nth-child(2n+3) {
        clear: left;
    }

    * + .row--offset-1 {
        margin-top: 0;
    }

    address dl dt {
        width: 12%;
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 70px;
        line-height: 40px;
    }

    h1 span {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 0;
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
    }

    [class*='well'] {
        padding: 50px 0;
    }

    .brand_name {
        /*        padding: 30px 30px 30px 30px;*/
    }

    .header .brand {
        top: 42%;
    }

    .col-offset-lg [class*='col-']:nth-child(3n+4) {
        clear: none;
    }

    .col-offset-lg [class*='col-']:nth-child(2n+3) {
        clear: none;
    }

    address dl dt {
        width: 80px;
    }
}

@media (max-width: 479px) {
    h1 {
        font-size: 40px;
        line-height: 10px;
        letter-spacing: 0.1px;
    }

    h1 span {
        font-size: 17px;
        line-height: 17px;
    }

    .brand_name {
        /*        padding: 30px 20px 20px 15px;*/
    }

    .col-lg-off {
        margin-top: 0;
    }
}


/*==================  Mail Msgs  ======================*/

.success-msg{
    font: 700 18px/18px "Lato", sans-serif;
    color: #2E7D32;
    text-transform: uppercase;
    margin-top: 5%;
}

.fail-msg{
    font: 700 18px/18px "Lato", sans-serif;
    color: #F44336;
    text-transform: uppercase;
    margin-top: 5%;
}
