@charset "utf-8";

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #444;
}

.site {
    background-color: #fff;
}

.wrapper {
    width: 1460px;
    margin: auto;
}

a {
    transition: all .3s ease;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.btn.flat {
    border-radius: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#mobile-menu:not( .mm-menu ) {
    display: none;
}

#mobileMenuToggle {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #e6091a;
    color: #FFF;
    font-size: 22px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 99;
    border-radius: 100%;
}

/*Header*/
.header-top {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#47494c+1,000121+53,000111+100 */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    color: #fff;
    padding: 5px 0;
    background-color: #111;
}

.sub-logo {
    margin-left: 35px;
    display: inline-block;
}

.sub-logo img {
    margin-right: 15px;
}

.header-social a {
    color: #fff;
    font-size: 15px;
    margin-left: 10px;
}

.header-social a:hover {
    color: #e30312;
}

.lang a {
    color: #fff;
    padding: 0 8px;
    font-size: 13px;
    font-weight: 600;
    margin-top: 2px;
    display: inline-block;
}

.lang img {
    margin-right: 2px;
    position: relative;
    bottom: 2px;
    border-radius: 2px;
}

.header-middle {
    padding: 12px 0;
}

.logo {
    padding-left: 20px;
}

.top-contact a {
    display: inline-block;
    padding: 0 5px;
    color: #444;
    font-weight: 700;
    border-left: 1px solid #ddd;
}

.top-contact a:first-child {
    border: 0;
}

.top-contact a:hover .data {
    color: #e10814;
}

.top-contact a img {
    padding: 10px;
    float: left;
    margin-right: 5px;
}

.top-contact span {
    float: left;
}

.data {
    color: #666;
    font-weight: 400;
}

.info-box {
    float: left;
    padding: 4px 0;
}

.nav {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7ca72b+0,2f8738+45,00703b+100 */
    background: rgb(124, 167, 43); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(124, 167, 43, 1) 0%, rgba(47, 135, 56, 1) 45%, rgba(0, 112, 59, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(124, 167, 43, 1) 0%, rgba(47, 135, 56, 1) 45%, rgba(0, 112, 59, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(124, 167, 43, 1) 0%, rgba(47, 135, 56, 1) 45%, rgba(0, 112, 59, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ca72b', endColorstr='#00703b', GradientType=0); /* IE6-9 */
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.nav-link:hover {
    color: #111;
}

.header-bottom {
    position: relative;
    z-index: 5;
    width: 100%;
    top: 28px;
    margin-top: -28px;
}

/*********************************************************/

/*Slider*/

/***************************/

/*Welcome*/
.welcome {
    background-color: #ee0000;
    padding: 25px 0;
}

.welcome row {
    color: #fff;
}

.welcome-inner {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    background-color: #fff;
}

.w-box {
    background-color: #fff;
    padding: 50px;
    height: 100%;
}

.w-header {
    color: #000;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 600;
}

.w-s-header {
    color: #666;
    letter-spacing: 1px;
    font-size: 15px;
    margin-bottom: 25px;
}

.w-header:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e31923+0,9c1006+100 */
    background: rgb(227, 25, 35); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(227, 25, 35, 1) 0%, rgba(156, 16, 6, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(227, 25, 35, 1) 0%, rgba(156, 16, 6, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(227, 25, 35, 1) 0%, rgba(156, 16, 6, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31923', endColorstr='#9c1006', GradientType=0); /* IE6-9 */
}

.w-img-box img {
}

.w-img-box span {
    position: absolute;
    top: 10%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e31923+0,9c1006+100 */
    background: rgb(227, 25, 35); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(227, 25, 35, 1) 0%, rgba(156, 16, 6, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(227, 25, 35, 1) 0%, rgba(156, 16, 6, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(227, 25, 35, 1) 0%, rgba(156, 16, 6, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31923', endColorstr='#9c1006', GradientType=0); /* IE6-9 */
    right: 0;
    color: #fff;
    z-index: 5;
    padding: 10px 20px 10px 10px;
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
}

.w-more {
    display: inline-block;
    color: #d6181e;
    margin-top: 15px;
    border: 1px solid #df1821;
    padding: 10px 15px;
    font-weight: 600;
    transition: all .5s ease;
}

.w-more:hover {
    background-color: #ee0000;
    color: #fff;
}

/***************************/

/*New*/
.news {
    padding: 10px 0;
    background-color: #ee0000;
}

.news-container {
    padding: 20px;
    background: rgb(69, 72, 77);
    background: -moz-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    background: linear-gradient(to bottom, rgba(69, 72, 77, 1) 0%, rgba(0, 0, 0, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#45484d', endColorstr='#000000', GradientType=0);
    color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.news-header {
    font-size: 15px;
    font-weight: 700;
    border-right: 2px solid #464950;
}

.news-header i {
    font-size: 21px;
    margin-right: 6px;
    color: #ffffff;
}

.news-item {
    color: #fff;
}

.news-item:hover {
    color: #fff;
}

.n-date i {
    font-size: 14px;
    margin-right: 5px;
}

.n-date:after {
    content: '-';
    display: inline-block;
    position: relative;
    margin: 0 10px;
}

/*******************************************************/

/*Brands*/
.brands {
    background-color: #ee0000;
    padding: 25px 0;
}

.brand-box {
    padding: 20px 15px;
    height: 100%;
    background-color: #f2f2f4;
    border: 5px solid #222325;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.brand-header {
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

.brand-header:before {
    content: "";
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 1px;
    border-radius: 2px;
    background: rgb(227, 25, 35);
    background: -moz-linear-gradient(top, rgba(227, 25, 35, 1) 0%, rgba(156, 16, 6, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(227, 25, 35, 1) 0%, rgba(156, 16, 6, 1) 100%);
    background: linear-gradient(to bottom, rgba(227, 25, 35, 1) 0%, rgba(156, 16, 6, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e31923', endColorstr='#9c1006', GradientType=0);
}

.brand-more {
    color: #d4171d;
    border: 1px solid #d70811;
    padding: 5px 10px;
    display: inline-block;
    font-weight: 600;
}

.brand-more:hover {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
    color: #fff;
    background-color: #d70811;
}

/*****************************************/

/*Products*/
.products {
    border-top: 5px solid #ddd;
}

/*****************************************/

/*Footer*/
.footer {
    background-color: #000;
    color: #fff;
    padding: 50px 0;
}

.footer-top {
    background-color: #000;
    padding: 50px 0;
    color: #fff;
}

.footer-top a {
    color: #fff;
    display: block;
}

.footer-top a:hover {
    color: #479121;
}

.footer-top a i {
    margin-right: 3px;
    font-size: 12px;
    color: #479121;
}

.fa-mobile {
    font-size: 18px !important;
}

.footer-header {
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-top p {
    margin-bottom: 3px;
}

.menu i {
    font-size: 8px !important;
    margin-right: 3px;
    position: relative;
    bottom: 3px;
}

.footer-note {
    background-color: #000;
    border-top: 1px solid #222;
    padding: 20px 0;
    color: #fff;
}

.magnet img {
    width: 90px;
}

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

.footer-social a {
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-right: 4px;
    background-color: #333;
    color: #ddd;
}

.footer-social a i {
    color: #fff;
    float: none !important;
    margin-right: 0 !important;
}

.place {
    color: #479133 !important;
    margin-top: 15px;
    font-weight: 600;
}

.place i {
    font-size: 18px !important;
    margin-right: 3px !important;
}

/*****************************************/

.scrollToTop {
    width: 100px;
    height: 130px;
    padding: 10px;
    text-align: center;
    background: whiteSmoke;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    margin: auto;
    position: fixed;
    top: 75px;
    right: 40px;
    bottom: 0;
    display: none;
    background: url('../img/up.png') no-repeat 30px 20px;
}

.scrollToTop:hover {
    text-decoration: none;
    color: #444;
}

/* Mobile First */

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/* Non-mobile First */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

    #mobileMenuToggle {
        display: block;
    }

    nav {
        display: none;
    }

    .header-bottom {
        display: none;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {
    .header-middle a.logo {
        display: block;
    }

    .header-middle a.logo img {
        display: block;
        margin: 0 auto 30px;
    }

}