:root {
    --dominant-color: #1769FF;
    --dominant-background: #FFFFFF;
    --page-background: #F5F5F5;
    --banner-font-color: #FFFFFF;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a {
    text-decoration: none;
    outline: none;
    color: #000000;
}

a img { border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }


body { 
    font-size: 16px; font-family: 'Montserrat', sans-serif; 
}

* { outline: none !important; }

em { font-family: 'Playfair Display', serif; font-style: italic; color: #999999; font-size: 13px; }

p { color: #333; line-height: 2; font-family: sans-serif; }
p.large { font-size: 16px; }

h3 { font-size: 24px; font-weight: bold; color: #333333; margin-bottom: 10px; text-transform: uppercase; }

h4 { font-size: 20px; font-weight: bold; margin-bottom: 30px; margin-top: 15px; line-height: 28px; }

h5 { color: #333333; font-size: 14px; text-transform: uppercase; margin-bottom: 10px; font-weight: bold; position: relative; }
h5.italic-title { font-size: 16px; color: #999999; margin-bottom: 10px; font-weight: normal; text-transform: none; font-family: 'Playfair Display', serif; font-style: italic; }
h5.italic-title:after { display: none; }
h5:after { content: ""; display: block; margin-top: 10px; width: 25px; height: 4px; background: #ff6400; }

ul.marker-list { margin-bottom: 15px; }
ul.marker-list li { color: #666666; font-size: 14px; font-family: Microsoft, serif; line-height: 24px; padding: 3px 0; font-weight: 500; }
ul.marker-list li:before { content: "\f00c"; font-family: FontAwesome; font-size: 12px; display: inline-block; vertical-align: middle; margin-right: 15px; color: #ff6400; }

.gmnoprint a, .gmnoprint span, .gm-style-cc { display: none; }

.gmnoprint div { background: none !important; }

.btn { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; font-size: 12px; text-transform: uppercase; padding: 15px 25px; line-height: 20px; }
.btn.btn-primary { background: #ff6400; border: 1px solid #ff6400; color: #fff; }
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active:focus { background: #cc5000; border-color: #cc5000; }
.btn.btn-primary-warning { border-radius: 0; background: #fff; color: #666; border: 1px solid #eee; }
.btn.btn-primary-warning:hover { background: #ff6400; color: #fff; border-color: #ff6400; }
.btn.btn-info { background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.4); color: #fff; }
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active:focus { /*color: #7f858f;*/ background: rgba(255, 255, 255, 0.3); border: 1px solid #fff; }

textarea { max-width: 100%; }

.form-control { background: none; box-shadow: none !important; outline: none; border: none; border-bottom: 1px solid #dddddd; border-radius: 0; border-radius: none; font-size: 12px; padding-left: 0; height: 50px; font-size: 11px; color: #999; }
.form-control:focus, .form-control:active { border-color: #dddddd; }

.form-control-feedback { top: 8px; }

.navbar-brand { line-height: 70px; padding: 0; }

.navbar-brand > img { display: inline-block; }

/************************/
/*        LAYOUT        */
/******** HEADER *********/
/*****************/
/***** HEADER ****/
/*****************/
body.fixed-header .scrolling-header .navbar { background: rgba(255, 255, 255, 0.9); padding-top: 15px; padding-bottom: 15px; }
body.fixed-header .scrolling-header .navbar .navbar-nav li a { color: #333; }
body.fixed-header .scrolling-header .navbar .navbar-nav li { color: #333; }
body.fixed-header .scrolling-header .navbar .normal-logo { display: none; }
body.fixed-header .scrolling-header .navbar .scroll-logo { display: inline-block; }
body.fixed-header .scrolling-header .navbar .navbar-search .input-group .form-control { height: 80px; color: #7f858f; }
body.fixed-header .scrolling-header .navbar .navbar-search .input-group .search-close { color: #7f858f; }

.header.search-open .navbar .relative-nav-container { opacity: 0; }
.header.search-open .navbar .navbar-search { opacity: 1; visibility: visible; }
.header .navbar { padding-top: 25px; padding-bottom: 25px; margin-bottom: 0; background: none; border: none; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.header .navbar .relative-nav-container { -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }
.header .navbar .toggle-button { line-height: 40px; color: #999; cursor: pointer; }
.header .navbar .scroll-logo { display: none; }
.header .navbar .navbar-nav > li.active { background: none; border: none; }
.header .navbar .navbar-nav > li.active > a { background: none; border: none; border-bottom: 1px solid #ff6400; }
.header .navbar .navbar-nav > li > a { font-size: 13px; text-transform: uppercase; color: #fff; border-bottom: 1px solid transparent; -webkit-transition: color 0.3s ease-out; -moz-transition: color 0.3s ease-out; -o-transition: color 0.3s ease-out; transition: color 0.3s ease-out; }
.header .navbar .navbar-nav > li {
    color: #FFFFFF;
}
.header .navbar .navbar-nav > li > a:hover { color: #fff; border-bottom: 1px solid #ff6400; }


.ad-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ad-section .ad-info {
    margin-top: 50%;
    transform: translateY(-50%);
}
.ad-section .ad-info .title {
    line-height: 50px;
    font-size: 40px;
    color: #000000;
    font-weight: bold;
}
.ad-section .ad-info .desc {
    line-height: 30px;
    margin-top: 30px;
    font-size: 22px;
}

.ad-dark-section {
    background-color: #000000!important;
    color: #FFFFFF!important;
}

.ad-dark-section .title, .ad-dark-section .desc {
    color: #FFFFFF!important;
}
/******************************/
/**** FOOTER SECTION ****/
/******************************/
.footer-section { padding: 80px 0 70px; background: #1a1a1a; }
.footer-section h5 { color: #cccccc; }
.footer-section p { color: #999999; font-size: 12px; }
.footer-section .footer-nav li { line-height: 24px; }
.footer-section .footer-nav li.active a { color: #ff6400; }
.footer-section .footer-nav li a { font-size: 12px; line-height: 2; font-family: sans-serif; color: #999999; text-decoration: none; }
.footer-section .footer-nav li a:hover { color: #ff6400; }
.footer-section .contacts-list i { min-width: 20px; margin-right: 10px; }
.footer-section .contacts-list p { margin-bottom: 0; }
.footer-section .contacts-list a { color: #999; text-decoration: none; }
.footer-section .form-control { border-color: #333333; }
.footer-section .form-control:focus, .footer-section .form-control:active { border-color: #999; }
.footer-section .form-control-feedback { color: #999; }

/******************************/
/**** COPYRIGHT SECTION ****/
/******************************/
.copyright-section { padding: 30px 0; text-align: center; background: #000000; }
.copyright-section p { margin-bottom: 0; font-size: 10px; text-transform: uppercase; color: #999; font-family: 'Montserrat', sans-serif; }
.copyright-section p span { color: #ccc; }


/*********  SECTIONS **********/
/*************************/
/**** HEADING SECTION ****/
/*************************/
.top-header { background-size: cover; min-height: 600px; }
.top-header.home-header { min-height: 800px; }
.top-header .header-container { position: relative; z-index: 2; }
.top-header .header-container .header-title { text-align: center; padding-top: 215px; padding-bottom: 30px; }
.top-header .header-container .header-title .header-icon { display: block; margin: 0 auto 15px; }
.top-header .header-container .header-title .header-icon .icon { font-size: 40px; color: #fff; }
.top-header .header-container .header-title .title { font-size: 38px; margin-bottom: 5px; color: #fff; text-transform: uppercase; }
.top-header .header-container .header-title em { font-size: 16px; color: #999999; }
.top-header .wrap-section-slider { min-height: 800px; max-width: none !important; }
.top-header .wrap-section-slider .sp-mask { height: 800px !important; width: 100% !important; background: #333; }
.top-header .wrap-section-slider .sp-slides-container { min-height: 800px; }
.top-header .wrap-section-slider .sp-layer { position: relative; }
.top-header .wrap-section-slider .slide-item { position: absolute; height: 800px !important; width: 100% !important; }
.top-header .wrap-section-slider .slide-item .slide-image { background: #000; height: 800px; overflow: hidden; }
.top-header .wrap-section-slider .slide-item .slide-image img { opacity: 0.5; height: 800px }
.top-header .wrap-section-slider .slide-item .slide-content { padding-top: 250px; }


/**** AREAS SECTION ****/
/******************************/
.areas-section { padding: 150px 0 80px; }
.areas-section.service-areas-section { padding-top: 40px; }
.areas-section .above-title { font-size: 18px; color: #666666; text-transform: uppercase; }
.areas-section h4 { color: #333333; margin-top: 10px; font-weight: bold; font-size: 32px; text-transform: uppercase; margin-bottom: 15px; }
.areas-section em { font-size: 16px; display: inline-block; margin-bottom: 15px; }
.areas-section .design-arrow { margin-bottom: 45px; }
.areas-section p.large { font-weight: 500; margin-bottom: 20px; }


/******************************/
/****    NEWS SECTION      ****/
/******************************/
.news-section { padding: 30px 0; }

.news-section .news-block {
    margin-bottom: 50px;
}
.news-section .news-categories {
    padding-bottom: 50px;
}
.news-section .news-categories a {
    line-height: 36px;
    height: 36px;
    min-width: 80px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ff6400;
    color: #ff6400;
    border-radius: 5px;
    margin: 5px;
    text-align-last:justify;
    text-decoration: none;
}
.news-section .news-categories a:hover, .news-section .news-categories a.selected {
    background-color: #ff6400;
    color: #FFFFFF;
}

/******************************/
/****    CONTACT US ASIDE  ****/
/******************************/
.contact-aside-block .type-info { 
    color: #2a2d32; font-size: 12px; line-height: 28px; text-transform: uppercase;
    min-width: 100px;
}
.contact-aside-block .type-info i { 
    min-width: 20px; font-size: 14px; color: #ff6400; display: inline-block; vertical-align: baseline;
}

.about-header { background: url(../img/sections/section-8.jpg) center no-repeat; background-size: cover; }
.term-header { background: url(../img/sections/section-8.jpg) center no-repeat; background-size: cover; }

/************************/
/*        MODULES       */
/****** LOADER ******/
#page-preloader { position: fixed; left: 0; top: 0; right: 0; bottom: 0; width: 100%; height: 100%; background: #f1f3f2; z-index: 100500; }

#page-preloader .spinner { display: block; position: absolute; left: 50%; top: 50%; width: 100px; height: 100px; margin-top: -50px; margin-left: -50px; border: 3px solid transparent; border-top-color: #ff6400; border-radius: 50%; z-index: 1001; -webkit-animation: spin 2.5s infinite linear; animation: spin 2.5s infinite linear; }

#page-preloader .spinner:before, #page-preloader .spinner:after { content: ''; position: absolute; border-radius: 50%; }

#page-preloader .spinner:before { top: 5px; left: 5px; right: 5px; bottom: 5px; border: 3px solid transparent; border-top-color: #088cdc; -webkit-animation: spin 2s infinite linear; animation: spin 2s infinite linear; }

#page-preloader .spinner:after { top: 15px; left: 15px; right: 15px; bottom: 15px; border: 3px solid transparent; border-top-color: #52bf81; -webkit-animation: spin 1s infinite linear; animation: spin 1s infinite linear; }

@-webkit-keyframes spin { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes spin { 0% { -webkit-transform: rotate(0); transform: rotate(0); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }


/****** CONTACT FORM ******/
#response .success { color: #02B701; }
#response .error { margin-bottom: 5px; color: #FF2020; }

/****** SECTION ICON ******/
.with-icon { position: relative; }
.with-icon .section-icon { position: absolute; top: -25px; left: 50%; margin-left: -25px; z-index: 11; width: 50px; height: 50px; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; background: #eff2f7; text-align: center; }
.with-icon .section-icon .icon, .with-icon .section-icon .fa { line-height: 50px; font-size: 16px; color: #666666; position: relative; z-index: 3; }
.with-icon .section-icon:after { content: ""; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; position: absolute; top: 4px; left: 4px; right: 4px; bottom: 4px; display: block; background: #fff; border: 1px solid #dcdfe4; }

/****** DARK EFFECT ******/
.dark { position: relative; }
.dark.dark-strong:after { opacity: 0.8; }
.dark:after { content: ""; display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: #000000; opacity: 0.6; z-index: 1; }

.dark-content { position: relative; z-index: 2; }

.with-top-effect { background-repeat: no-repeat; }
.with-top-effect .section-icon { top: 17px; }

/******  BOTTOM EFFECT  ******/
.with-bottom-effect { position: relative; overflow: hidden; }
.with-bottom-effect.transparent-effect .bottom-effect { position: absolute; z-index: 10; bottom: -150px; width: 4000px; height: 300px; left: -200px; background: rgba(255, 255, 255, 0.6); -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); transform: rotate(-3deg); padding-top: 10px; }
.with-bottom-effect.transparent-effect .bottom-effect:after { content: ''; display: block; background: rgba(255, 255, 255, 0.9); height: 300px; -webkit-box-shadow: inset 0px -12px 13px -2px white; -moz-box-shadow: inset 0px -12px 13px -2px white; box-shadow: inset 0px -12px 13px -2px white; }
.with-bottom-effect:before { content: ""; -webkit-box-shadow: inset 0px -12px 13px -2px white; -moz-box-shadow: inset 0px -12px 13px -2px white; box-shadow: inset 0px -12px 13px -2px white; display: block; width: 100%; position: absolute; z-index: 11; bottom: 0; height: 30px; }
.with-bottom-effect .bottom-effect { position: absolute; z-index: 10; bottom: -50px; width: 2500px; height: 148px; left: -100px; background: #fff; -webkit-transform: rotate(-3deg); -moz-transform: rotate(-3deg); -ms-transform: rotate(-3deg); -o-transform: rotate(-3deg); transform: rotate(-3deg); padding-top: 10px; }
.with-bottom-effect .bottom-effect:after { content: ''; display: block; background: #fff; height: 148px; }

/******  SECTION SLIDER ******/
.wrap-section-slider { color: #fff; /*overflow: hidden;*/ }
.wrap-section-slider .owl-controls .owl-pagination { position: absolute; top: 100%; width: 100%; z-index: 9; padding: 15px 0; text-align: center; }
.wrap-section-slider .owl-controls .owl-pagination .owl-page { display: inline-block; vertical-align: middle; width: 10px; height: 10px; border: 1px solid #8e9195; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; margin: 0 4px; cursor: pointer; }
.wrap-section-slider .owl-controls .owl-pagination .owl-page.active { background: #ff6400; border-color: #ff6400; }
.wrap-section-slider .owl-wrapper:after { content: ""; clear: both; display: table; height: 0; }
.wrap-section-slider .owl-wrapper:before { content: ""; clear: both; display: table; height: 0; }
.wrap-section-slider .slide-item { width: 100%; text-align: center; position: relative; z-index: 5; }
.wrap-section-slider .slide-item .slider-title { font-size: 12px; text-transform: uppercase; color: #dddddd; font-family: 'Microsoft', sans-serif; font-weight: bold; margin-bottom: 40px; }
.wrap-section-slider .slide-item .slider-title i { margin: 0 5px 0 8px; font-size: 24px; color: #ff6400; text-shadow: #393a39 2px 0px, #393a39 2px 2px,  #393a39 0px 2px, #393a39 -2px 2px, #393a39 -2px 0px,  #393a39 -2px -2px, #393a39 0px -2px, #393a39 2px -2px, #393a39 0 0 3px, #393a39 0 0 3px,  #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px, #393a39 0 0 3px,  #393a39 0 0 3px,  #393a39 0 0 3px; }
.wrap-section-slider .slide-item p { color: #fff; }
.wrap-section-slider .slide-item .slide-image img { width: auto; min-width: 100%; }
.wrap-section-slider .slide-item .time { color: #999999; font-size: 13px; font-family: 'Playfair Display', serif; font-style: italic; margin-bottom: 30px; display: inline-block; vertical-align: middle; }
.wrap-section-slider .slide-item .slide-content { padding: 0 15px; position: absolute; top: 0; left: 0; right: 0; }
.wrap-section-slider .slide-item .slide-content .top-title { text-transform: uppercase; color: #fff; font-size: 22px; margin-bottom: 10px; font-family: Monserat, sans-serif; }
.wrap-section-slider .slide-item .slide-content .title { text-transform: uppercase; color: #fff; font-size: 44px; font-weight: bold; margin-bottom: 10px; }
.wrap-section-slider .slide-item .slide-content .under-title { font-size: 22px; color: #fff; opacity: 0.5; font-family: 'Playfair Display', serif; font-style: italic; }
.wrap-section-slider .slide-item .slide-content .controls { padding: 30px 0; }
.wrap-section-slider .slide-item .slide-content .controls .btn { margin: 0 5px 15px; }

/******  SECTION TILE ******/
/*********/
/* SECTION TITLE */
/*********/
.design-arrow { width: 1px; height: 50px; background: #dddddd; position: relative; margin: 10px auto; }
.design-arrow.inline-arrow { display: inline-block; vertical-align: middle; float: none; }
.design-arrow:after { content: ""; display: block; position: absolute; width: 11px; height: 11px; border: 2px solid #ff6400; -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; border-radius: 50%; top: 100%; left: -5px; }

/******  NEWS ITEM ******/
.news-item {
    padding: 20px 0;
    box-shadow: inset -20px 0 0 #fff, inset 0 0 0 #fff, inset 0 -1px 0 #f3f3f3;
    display: flex;
}

.news-item .news-image {
    width: 150px;
    height: 100px;
    margin-right: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.news-item .news-image img {
     height: 100px;
}

.news-item .news-info {
    width: calc(100% - 170px);
    height: 100%;
}

.news-item .news-title {
    color: #262626;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-item .news-summary {
    margin-top: 4px;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}
.news-item .news-date {
    margin-top: 4px;
    color: #aaa;
    display: flex;
    justify-content: start;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-content .news-title {
    color: #262626;
    font-style: normal;
    font-size: 28px;
    font-weight: bold;
    line-height: 32px;
}
.news-content .news-date {
    margin-top: 20px;
    color: #aaa;
    text-align: center;
    display: flex;
    justify-content: start;
    font-size: 16px;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-content .news-desc {
    margin-top: 20px;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 24px;
}
/******  ABOUT SECTION ******/
.about-section {
    min-height: 420px;
}
.about-lists {
    padding-bottom: 30px;
}
.about-block {
    padding-bottom: 50px;
}
.about-item {
    padding: 20px 0;
    box-shadow: inset -20px 0 0 #fff, inset 0 0 0 #fff, inset 0 -1px 0 #f3f3f3;
}
.about-item .about-link {
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
}
.about-item .about-link.selected, .about-item .about-link:hover {
    color: #ff6400
}
.about-title {
    color: #262626;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.about-title:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #ff6400;
}
/******  TERM SECTION ******/
.term-section {
    min-height: 420px;
}
.term-item {
    padding: 20px;
    box-shadow: inset -20px 0 0 #fff, inset 20px 0 0 #fff, inset 0 -1px 0 #f3f3f3;
}
.term-item .term-link {
    display: flex;
    position: relative;
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
}
.term-item .term-link.selected, .term-item .term-link:hover {
    color: #ff6400
}
.term-title {
    color: #262626;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.term-title:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #ff6400;
}
.term-desc {
    margin-top: 4px;
    margin-bottom: 20px;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 24px;
}
/******  SUPPORT SECTION ******/
.support-section {
    min-height: 420px;
}
.support-section .support-categories {
    padding-bottom: 50px;
}
.support-section .support-categories a {
    line-height: 36px;
    height: 36px;
    min-width: 80px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #ff6400;
    color: #ff6400;
    border-radius: 5px;
    margin: 5px 5px 5px 0;
    text-align-last:justify;
    text-decoration: none
}
.support-section .support-categories a:hover, .support-section .support-categories a.selected {
    background-color: #ff6400;
    color: #FFFFFF;
}

.support-block {
    margin-bottom: 20px;
}
.support-item {
    padding: 15px 0;
    box-shadow: inset -20px 0 0 #fff, inset 0 0 0 #fff, inset 0 -1px 0 #f3f3f3;
    line-height: 180%;
}
.support-item .support-link {
    height: 100%;
    -webkit-box-align: center;
    align-items: center;
}
.support-item .support-link.selected, .support-item .support-link:hover {
    color: #ff6400
}
.support-title {
    color: #262626;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 20px;
}
.support-title:after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #ff6400;
}
.support-desc {
    margin-top: 4px;
    color: #7a7a7a;
    font-size: 16px;
    line-height: 24px;
}

/******  DOWNLOAD SECTION ******/
.download-section {
    text-align: center;
    padding-bottom: 100px;
    padding-top: 50px;
}
.download-block {
    margin-bottom: 50px;
}
.download-image img {
    width: 240px;
}


/*MEDIA*/
@media (max-width: 767px) { .header { position: static !important; }
  .header .navbar { position: static !important; }
  body.fixed-header .scrolling-header .navbar { background: #2b2e33; padding-top: 35px; padding-bottom: 35px; }
  body.fixed-header .scrolling-header .navbar { background: #2b2e33; }
  body.fixed-header .scrolling-header .navbar .navbar-nav li a { color: #fff; }
  .header .navbar { background: #2b2e33; }
  .header .navbar .navbar-collapse { border: none; margin-top: 70px; }
  .header .navbar .navbar-collapse .navbar-nav { border: none; }
  .header .navbar .relative-nav-container .toggle-button { float: left; }
  .header .navbar .navbar-brand { display: block; left: -25px; margin-left: auto; margin-right: auto; position: absolute; right: 0; width: 50px; }
  .header .navbar .navbar-brand img { margin: 0; }
  .header .navbar .navbar-nav.wrap-user-control { margin: 0; float: right; }
  .header .navbar .navbar-nav.wrap-user-control li { display: inline-block; vertical-align: middle; }
  .top-header {
      min-height: 400px;
  }
  .top-header .header-container .header-title { padding-top: 110px; }
  .footer-section { padding: 0 0 30px 0; }
  .footer-section h5 {
      margin-top: 30px;
  }
}

