.navbar-brand {
    font-family: "PT Sans Narrow", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    color: #92C7A3;
}
.navbar-brand span{
    color:#3CA2A2;
}
/* Sticky styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    font-family: 'Open Sans', sans-serif;
    color: #5a5a5a;
}

blockquote, button, h1, h2, h3, h4, h5, h6, iframe, ol {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    margin: 0px;
    padding: 0px;
    list-style: none;
    border: none;
}
ol {
    display: block;
    list-style-type: decimal;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
a:hover {
    transition: all 0.1s ease-in-out !important;
    -o-transition: all 0.1s ease-in-out !important;
    -ms-transition: all 0.1s ease-in-out !important;
    -moz-transition: all 0.1s ease-in-out !important;
    -webkit-transition: all 0.1s ease-in-out !important;
}

/* Pre-Header
-------------------------------------------------- */
.header {
    border-top: 10px solid #474349;
    background: #f7f8fb url("../img/pre-header-bg.jpg") no-repeat 50% 100%;
    min-height: 132px;
    color: #474349;
}
.header .additional-nav {
    padding-top: 40px;
}
.header .additional-nav a {
    color: #474349;
}
.header .additional-nav a:hover {
    color: #a1afa2;
}
.header .dropdown-language {
    background: #e5e6ea;
    border-radius: 8px;
    padding: 12px 24px;
}
.header .dropdown-language a{
    text-transform: capitalize;
}
.header .dropdown-language .fa {
    font-size: 18px;
}
.header .dropdown-language .dropdown-toggle {
    background: #e5e6ea;
    color: #8b838f;
}
.header .header-brand img{
    margin-top: 20px;
}

/* Navbar
-------------------------------------------------- */
.navbar {
    border-radius: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default {
    background-color: #ea8a23;
    border: none;
    margin-bottom: 0;
}
.navbar-default .navbar-nav.navbar-center > li {
    /*float:left;position:relative;*/
    border-left: 1px solid #d17b1f;
}
.navbar-default .navbar-nav.navbar-center > li:last-child {
    border-right: 1px solid #d17b1f;
}
.navbar-default ul {
    /*float: none;*/
    text-align: center;
}
.navbar-default li {
    /*float: left;*/
    /*display:inline-block;*/
    text-align: center;
}
.navbar-default .navbar-nav > li > a {
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 15px 50px;
    display: block;
}
.navbar-default .navbar-nav > li:hover a {
    background: #474349;
    color: #FFF;

}

/* MAIN CAROUSEL
-------------------------------------------------- */
.container.container-relative {
    position: relative;
}
.main-carousel {
    height: 600px;
}
.main-carousel .bg {
    background-repeat: no-repeat, no-repeat;
    background-position: 50%, 50%;
    width: 100%;
    height: 600px;
    background-size: cover;
}
.main-carousel .caption {
    margin: 0 15px;
    position: absolute;
    bottom: 70px;
    left: 0px;
    color: #ecedf1;
    font-size: 15px;
    text-align: left;
}

.main-carousel .caption h1, .main-carousel .caption h2, .main-carousel .caption h3, .main-carousel .caption h4{
    font-weight: 200;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
}
/* Dots Controls */
.main-carousel .owl-controls {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
}

/* dublicate bootstrap sizes */
@media (min-width: 768px) {
    .main-carousel .owl-controls {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .main-carousel .owl-controls {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .main-carousel .owl-controls {
        width: 1170px;
    }
}

.main-carousel .owl-dots {
    position: absolute;
    bottom: 20px;
}
.main-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.main-carousel .owl-dots .owl-dot span {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 3px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.main-carousel .owl-dots .owl-dot.active span {
    background: #ea8a23 none repeat scroll 0 0;
}

/* CONTACT US Index
-------------------------------------------------- */
.contact-us {
    background: #94a195  url("../img/contact-us-bg.jpg") no-repeat 40% 0%;
    min-height: 112px;
}
.contact-us .text{
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    padding: 20px;
}

/* Chevron Icons*/
.contact-us .col-chevron {
    text-align: right;
}
.contact-us .col-chevron .fa {
    padding: 40px 0;
    color: #fff;
    font-size: 30px;
}
.contact-us .col-chevron .fa.fa-chevron-down {
    display:none;
}
.col-form {
    min-height: 112px;
    position: relative;
    padding: 0;
    margin: 0;
}
.contact-us-form {
    position: absolute;
    background: #474349;
    /*width: 370px;*/
    /*height: 420px;*/
    right: 0;
    bottom: 0;
    z-index: 20;
}
.contact-us-form .contact-us-header {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    padding: 0 30px;
    height: 48px;
    background: #3b383d;
    line-height: 48px;
    overflow: hidden;
}
.contact-us-content .icon-phone {
    padding: 13px 4px 13px 16px;
}
.contact-us-content .icon-phone .fa.fa-phone {
    color: #fff;
    font-size: 30px;
    padding: 8px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 5px;
    width: 50px;
    height: 50px;
}
.contact-us-form .contact-us-content{
    color: #cdcdcd;
    font-size: 15px;
    padding: 28px;
    font-weight: 300;
}
.contact-us-content .phones a {
    display: block;
    font-size: 26px;
    color: #fff;
    font-weight: 300;
}
.contact-us-content .phones span {
    margin-right: 6px;
    width: 20px;
    display: inline-block;
}

.contact .container{
    margin-top: 50px;
    margin-bottom: 50px;
    color: #474349;
}
.contact-icons {
    margin-bottom: 30px;
}
.contact-icons, .contact-icons a{
    color: #474349;
    font-size: 20px;
}
.contact-icons span{
    display: inline-block;
   width: 60px;
}
.contact-icons .fa {
   margin-right: 10px;
}
.contact-icons .fa.fa-phone, .contact-icons .fa.fa-envelope {
    display: inline-block;
    text-align: center;
    color: #474349;
    font-size: 24px;
    padding: 3px 0 0 1px;
    border: 2px solid #474349;
    border-radius: 4px;
    width: 35px;
    height: 35px;
}

.bottom-10 {
    margin-bottom: 10px;
}


.form-control:focus {
    border-color: #ea8a23;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(234, 138, 35, 0.6);
    outline: 0 none;
}

.contact-us-form .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 46px;
    line-height: 1.42857;
    padding: 14px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

/* WHITE BLOCK
-------------------------------------------------- */
.white-block {
    background-color: #fff;
}
.white-block .about_us {
    padding-top: 30px;
    padding-bottom: 50px;
}
.white-block h3{
    font-size: 24px;
    font-weight: 300;
    color: #474747;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 38px;
}
.white-block .products {
    border-right: 1px solid #ede9e9;
    padding-bottom: 50px;
}
.white-block .products h3, .white-block .quility h3{
    margin-top: 22px;
    /*position: relative;*/
}
.white-block .line{
    height: 1px;
    margin-top: 64px;
    width: 100%;
    position: absolute;
    border-bottom: 1px solid #ede9e9;
}

.white-block .muted{
    color: #9d9d9d;
    font-size: 18px;
    font-weight: 300;
}
.white-block p{
    color: #555555;
    font-size: 15px;
    font-weight: 400;
    margin: 0 0 14px;
}
.white-block .articles {
    padding: 30px 30px 10px 30px;
    background-color: #fafafa;
}
.white-block .articles-list li {
    list-style-type: none;
    border-left: 5px solid #9fada0;
    padding-left: 24px;
    margin-bottom: 40px;
}
.white-block .articles-list .date, .articles-page .date {
    color: #999999;
}
.white-block .articles-list a.head {
    display: inline-block;
    color: #ea8a23;
    font-size: 16px;
    margin: 0 0 14px;
}
.white-block .articles-list a.head:hover, .articles-page .item a.head:hover {
    color: #a1afa2;
    text-decoration: none;
}
.white-block .quility-list li {
    color: #555555;
    list-style-type: none;
    margin-left: -1em;
    text-indent: -1.4em;
    margin-bottom: 28px;
}
.white-block .quility-list li p, .articles-page p {
    color: #555555;
}
.white-block .quility-list li:before {
    margin-right: 0.4em;
    content: " ";
    border-radius: 50%;
    width: 10px;
    height: 10px;
    border: 2px solid #f4b546;
    display: inline-block;
}

/* ARTICLES LIST PAGE
-------------------------------------------------- */
.articles-page {
    margin: 50px 0;
}
.articles-page .item {
    padding: 20px 0;
    border-bottom: 1px solid #e6e7eb;
}
.articles-page .item img{
    width: 100%;
    height: auto;
}
.articles-page .item:first-child {
    padding-top: 0;
}
.articles-page .item:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.articles-page .item a.head {
    display: inline-block;
    color: #ea8a23;
    font-size: 19px;
    margin: 0 0 20px;
}

/* PRODUCTS CAROUSEL
-------------------------------------------------- */
.products-carousel .item {
    background-color: #fafafa;
    display: block;
    border-bottom: 5px solid #e9e9e9;
    min-height: 336px;
    text-decoration: none;
}
.products-carousel .item a img{
    text-align: center;
    width: 100%;
    height: auto;
}
.products-carousel .item a {
    display: block;
}
.products-carousel .item a:hover{
    text-decoration: none;
    opacity: 0.7;
}
.products-carousel .item a:hover h4{
    color: #a1afa2;
}
.products-carousel .item h4{
    margin: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #474349;
    height: 40px;
    overflow: hidden;
    line-height: 20px;
}
.products-carousel .text{
    height: 100px;
    margin: 0 18px 18px 18px;
    overflow: hidden;
    font-size: 15px;
    color: #999999;
}
/* Dots Controls */
.products-carousel .owl-controls {
    margin-top: 15px;
    text-align: left;
}
.products-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.products-carousel .owl-dots .owl-dot span {
    background: #474349 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 3px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.products-carousel .owl-dots .owl-dot.active span {
    background: #ea8a23 none repeat scroll 0 0;
}
.products-carousel .image{
    height: 155px;
    overflow: hidden;
}

/* PAGINATION
-------------------------------------------------- */
.container-pagination {
    margin-bottom: 45px;
}
.container-pagination .pagination{
    padding-top: 8px;
}
.pagination > li > a,
.pagination > li > span {
    color: #9d9d9d;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #474349;
    border-color: #474349;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #474349;
    background-color: #eee;
    border-color: #ddd;
}

/* PARTNERS CAROUSEL
-------------------------------------------------- */
.partners {
    padding: 40px 0;
    background: #fafafa;
}
.partner-carousel .item {
    text-align: center;
}
.partner-carousel .item .image {
    display: table-cell;
    height: 110px;
    vertical-align: middle;
}
.partner-carousel .item img {
    width: auto;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block;
}
.partner-carousel .item img:hover,  .quility-carousel .item:hover{
    opacity: 0.7;
}

.partners h3 {
    text-align: center;
    color: #474747;
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 18px;
    text-transform: uppercase;
}

/* QUILITY CAROUSEL
-------------------------------------------------- */
.quility {
    background: #94a195 url("../img/bg_services.jpg") no-repeat scroll 50% 0;
    padding: 50px 0 0px;
}

.quility-carousel .item {
    display: block;
    background-color: #fff;
    text-align: center;
    overflow: hidden;
}
.quility-carousel .item a{
    display: block;
    height: 376px;
    padding: 22px 15px;
}
/* Dots Controls */
.quility-carousel .owl-controls {
    margin: 16px 0 14px;
    text-align: center;
}
.quility-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.quility-carousel .owl-dots .owl-dot span {
    background: #474349 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 3px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.quility-carousel .owl-dots .owl-dot.active span {
    background: #ea8a23 none repeat scroll 0 0;
}

/* SERVICES
-------------------------------------------------- */
.services {
    background: #94a195  url("../img/bg_services.jpg") no-repeat 50% 0%;
    padding: 50px 0 30px 0;
}
.services.services-list{
    background: #f2f3f7;
    padding: 50px 0 30px 0;
}
.services .col-sm-6{
    margin-bottom: 20px;
}
.services .image{
    height: 170px;
    overflow: hidden;
}
.services .service-item {
    background: #fff;
    min-height: 380px;
}
.services .service-item h4{
    margin: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #474349;
    height: 32px;
    overflow: hidden;
    line-height: 40px;
}
.services .service-item .text{
    height: 88px;
    margin: 0 18px 18px 18px;
    overflow: hidden;
    font-size: 15px;
    color: #999999;
}
.services .service-item .button-block{
    margin: 0 18px;
    padding-bottom: 18px;
}
.services .service-item img {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    display: block;
}

/* PRODUCTS
-------------------------------------------------- */
.category-products {
    padding-top: 50px;
    background-color: #f2f3f7;
}
.category-products .title{
    text-align: right;
}
.category-products .title .title-parent{
    display: inline-block;
    color:#474349;
    text-transform: uppercase;
    font-size: 24px;
    text-align: right;
    padding-bottom:30px;
    font-weight: 600;
    position:relative;

}
.category-products span.arrow {
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ea8a23;
    border-left: 7px solid transparent;
    display: inline;
    height: 0;
    position: absolute;
    bottom:0;
    width: 0;
    left: 50%;
    margin-left: -7px;
}
.category-products .child .child-link {
    text-decoration: none;
    display: block;
    border-top: 8px solid #ea8a23;
    background-color: #e4e5e9;
    color: #474349;
    padding: 16px;
    margin-bottom:30px;
    font-size:16px;
    text-transform: uppercase;
    font-weight: 600;
}
.category-products .child .child-link:hover {
    background-color: #474349;
    color: #fafafa;
    transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

.category-products .product-item {
    background-color: #fafafa;
    min-height: 336px;
    border-bottom: 5px solid #e9e9e9;
    margin-bottom: 38px;
}
.category-products a.link-gallery {
    display: block;
}
.category-products a:hover, .category-products a:active, .category-products a:visited{
    text-decoration: none !important;
}
.category-products .product-item .image {
    height: 157px;
    overflow: hidden;
}
.category-products .product-item .image img{
    display: block;
    height: auto;
    margin: 0 auto;
    text-align: center;
    width: 100%;
}
.category-products .product-item h4{
    font-size:15px;
    color: #474349;
    text-transform: uppercase;
    font-weight: 600;
    margin: 15px;
    height: 33px;
    line-height: 18px;
    overflow: hidden;
}
.category-products .product-item .text{
    font-size:15px;
    color: #999999;
    font-weight: 400;
    padding: 0 15px 15px 15px;
    height: 140px;
    overflow: hidden;
}

.dropdown-menu {
    min-width: 40px;
}


/* BTN-Default
-------------------------------------------------- */
.btn-default {
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    background-color: #474349;
    border: none;
    margin-top: 20px;
    padding: 12px;
}
.btn-default:hover {
    color: #fff;
    background-color: #a1afa2;
    border-color: #a1afa2;
}
.btn-default:focus,
.btn-default.focus {
    /*color: #fff;*/
    background-color: #a1afa2;
    border-color: #a1afa2;
}
.btn-default:active,
.btn-default.active {
    /*color: #fff;*/
    background-color: #a1afa2;
    border-color: #a1afa2;
}
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus {
    /*color: #fff;*/
    background-color: #a1afa2;
    border-color: #a1afa2;
}
.btn-primary {
    border-radius: 4px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    background-color: #ea8a23;
    border: none;
    padding: 12px;
}
.btn-primary:hover{
    color: #fff;
    background-color: #a1afa2;
    border-color: #a1afa2;
}
.btn-primary:focus,
.btn-primary.focus {
    /*color: #fff;*/
    background-color: #a1afa2;
    border-color: #a1afa2;
}
.btn-primary:active,
.btn-primary.active {
    /*color: #fff;*/
    background-color: #a1afa2;
    border-color: #a1afa2;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus {
    /*color: #fff;*/
    background-color: #a1afa2;
    border-color: #a1afa2;
}
.btn-default.btn-lg, .btn-primary.btn-lg{
    padding: 16px 36px;
    font-size: 14px;
    border-radius: 4px;
}

/* VALIDATION ERROR
-------------------------------------------------- */
.has-error .help-block,
.has-error .help-inline,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #a94442;
    font-weight: 600;
}
.has-error .form-control {
    border-color: #ebccd1;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .form-control:focus {
    border-color: #a94442;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #ebccd1;
    background-color: #f2dede;
}
.has-error .input-group-addon > i {
    color: #a94442;
}
.has-error .form-control-feedback {
    color: #a94442;
}


/* PAGE
-------------------------------------------------- */
.page-header {
    background: #94a195  url("../img/page-bg.jpg") no-repeat 50% 0%;
    width: 100%;
    background-size: cover;
    min-height: 150px;
    border:none;
    margin: 0;
    padding: 0;
}
.page-header h2, .page-header h3, .page-header h4{
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
}
.page-header .phones {
    margin-top: 36px;
    position: relative;
}
.page-header .phones .fa {
    position: absolute;
    right: 320px;
    top:8px;
}
.page-header .phones .fa.fa-phone {
    color: #fff;
    font-size: 30px;
    padding: 8px;
    border: 2px solid #fff;
    text-align: center;
    border-radius: 5px;
    width: 50px;
    height: 50px;
    margin: 14px 10px 10px 10px;
}
.page-header .phones a {
    text-align: right;
    /*display: block;*/
    font-size: 26px;
    color: #fff;
    font-weight: 300;
}
.page-header .phones span {
    display: inline-block;
    text-align: left;
    font-size: 26px;
    color: #fff;
    font-weight: 300;
    width: 70px;
}
.page-header .phones p {
   text-align: right;
}

.page-content {
    padding: 50px 0;
}

.content {
    background: #f2f3f7;
}

.page-title {
    background: #94a195;
    padding: 14px 0;
    min-height: 50px;
}
.page-title h3 {
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
.page-title .fa.fa-chevron-right {
    margin-right: 10px;
    font-size: 24px;
    color: #fff;
}




/* PRE-FOOTER
-------------------------------------------------- */
.pre-footer {
    background: #474349;
    color: #f3f6f7;
}
.pre-footer .pre-footer-col {
    min-height: 218px;
    padding-top: 40px;
    padding-bottom: 20px;
    border-right: solid 1px #3b383d;
}
.pre-footer .pre-footer-col:last-child {
    border-right: none;
}
.pre-footer .pre-footer-col h4 {
    color: #ea8a23;
    font-weight: 300;
    margin-bottom: 26px;
    text-align: center;
}
.pre-footer .pre-footer-col, .pre-footer .pre-footer-col a {
    color: #f3f6f7;
    font-size: 13px;
    font-weight: 300;
}
.pre-footer .pre-footer-col a:hover {
    color: #a1afa2;
}
.pre-footer .pre-footer-col ul {
    padding: 0 !important;
    margin: 0 !important;
    outline: 0;
}
.pre-footer .pre-footer-col li {
    list-style-type: none;
    margin-left: 0;
    /*padding: 0 !important;*/
    cursor: default;
    outline: 0;
    padding: 2px 0;
    text-align: center;
}
.pre-footer .pre-footer-col .line-orange {
    line-height: 18px;
    border-bottom: 1px #ea8a23 solid;
    margin-bottom: 26px;
}

/* FOOTER
-------------------------------------------------- */
.footer {
    padding: 16px 0;
    min-height: 50px;
    background: #3b383d;
    color:  #a1afa2;
    font-size: 13px;
}
.footer a{
    color: #a1afa2;
    font-size: 12px;
}
.footer a:hover{
    color: #fff;
    text-decoration: none;
}
.footer .bravarb{
    text-align: right;
}
.footer .bravarb span{
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 0;
}













@media (max-width: 1199px) {
    .navbar-default .navbar-nav > li > a {
        padding: 15px 15px;
    }
}

@media (max-width: 991px) {
    .page-header {
        padding-bottom: 20px;
    }
    .list-inline {
        float: none !important;
        margin: 0 auto;
        text-align: center;

    }
    .header .additional-nav {
        padding-top: 15px;
        margin-bottom: 15px;
    }

    .header {
        background: #f7f8fb;
    }
    .header .header-brand {
        display: block;
        text-align: center;
    }
    .contact-us {
        background: #95a296;
    }
    .contact-us-form {
        position: inherit;
    }
    .contact-us .col-chevron .fa.fa-chevron-right {
        display:none;
    }
    .contact-us .col-chevron .fa.fa.fa-chevron-down {
        display:inline-block;
        font-size: 40px;
        padding: 0 0 10px 0;
    }
    .contact-us .col-chevron {
        text-align: center;
    }
    .footer .copyright {
        text-align: center;
    }
    .footer .bravarb {
        text-align: center;
    }

    .pre-footer .pre-footer-col {
        border-right: none;
        /*border-bottom: solid 1px #3b383d;*/
        min-height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


@media (max-width: 768px) {
    .navbar-default ul {
        display: block;
    }
    .navbar-default li {
        display:block;
    }
    .header .header-brand img {
        margin-top: 10px;
        width: 200px;
        height: auto;
        text-align: center;
    }
    .header .inline-language {
        text-align: center;
        float: none;
        padding: 20px 0 0 0;
        margin: 0;
    }
}
