﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i');

body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.4em;
    background-color: #efefef;
}

.ontop {
    position: fixed;
    margin: 0 auto;
    width: 100%;
    top: 0;
    z-index: 100;
    border-top: 0;
    background-color: #0f6cb2;
}

#page {
    -webkit-box-shadow: 2px 2px 5px 2px rgba(209,209,209,1);
    -moz-box-shadow: 2px 2px 5px 2px rgba(209,209,209,1);
    box-shadow: 2px 2px 5px 2px rgba(209,209,209,1);
}

#h_nav .vs-hidden {
    display: none;
}

.ontop .vs-top {
    display: none !important;
}

.ontop .vs-hidden {
    display: block !important;
}

    .ontop .vs-hidden a {
        color: #fff !important;
    }

    .ontop .vs-hidden .button-dropdown {
        width: 100%;
    }

    .ontop .vs-hidden #cssmenu a {
        color: #666 !important;
        font-weight: 500;
        text-transform: initial;
    }

#cssmenu .has-sub .i_name {
    padding-left: 5px;
    text-transform: initial;
    font: normal 13px Arial;
}

a:focus, a:hover {
    text-decoration: none;
    outline: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

header {
    background-color: #157ed2;
}

.bg-gray {
    background-color: #efefef;
}

.bg-white {
    background-color: #fff;
}

.header-top {
    border-bottom: 1px solid rgba(255,255,255,.1);
    color: #fff;
    font-size: 13px;
    height: 50px;
}

.logo {
    padding-top: 10px;
    padding-bottom: 10px;
}

.main-content h2, .main-content h3, .main-content h4 {
    font-size: 16px;
}

.font-17 {
    font-size: 16px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-26 {
    font-size: 26px !important;
}

.pad-10 .title-bar {
    text-indent: 5px;
}

.pad-10 {
    padding: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.ptb-10 {
    padding: 10px;
}

.pb-20 {
    padding: 20px;
}

.mt-03 {
    margin-top: 0px !important;
    margin-bottom: 30px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-10 {
    margin-bottom: 10px;
}

.i_name.list-menu {
    position: relative;
    padding-left: 15px;
}

#menu-v .has-menu,
#cssmenu .has-menu {
    float: right;
    position: relative;
    padding-right: 15px;
    content: '';
    top: calc(50% - 4px);
}

.i_name.list-menu:before {
    width: 5px;
    height: 5px;
    left: 0;
    position: absolute;
    background-color: #666;
    content: '';
    top: calc(50% - 4px);
}
.plr-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.item-brand {
    padding:10px;
    margin-bottom:10px;
    width: 100%;
    position: relative;
    height: 60px;
    text-align: center;
    border: solid 1px #efefef;
}
    .item-brand
    {
        height:100%;
    }

    h3.item-name {
        font-weight: 500;
    }
.readmore
{
    padding-top:30px;
    clear:both;
    text-align:right;
}
    .readmore a {
        padding: 10px 25px;
        border-radius: 5px;
        background-color: #0f6cb2;
        color: #fff;
        transition: all .5s;
    }
        .readmore a:hover {
            background-color: #cc0001;
            transition: all .5s;
        }
    .box-product {
        border: solid 1px #efefef;
        position: relative;
        display: table;
        padding: 10px;
        overflow: hidden;
    }

    .box-product .date_name {
        line-height: 30px;
    }

.welcome-msg {
    color: #fff;
    font-size: 13px;
    line-height: 50px;
    clear: both;
}

.header-top-right {
    line-height: 50px;
    text-align: right;
}

.style-search {
    padding-top: 25px;
    padding-left: 30px;
}

.txt_search {
    width: calc( 100% - 80px );
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    color: #515151;
    border: none;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    float: left;
}

    .txt_search:focus, .bt_search {
        outline: none;
    }

.bt_search {
    width: 80px;
    height: 40px;
    border: none;
    float: left;
    background: url(../upload/icon/search.png) center center no-repeat #065590;
}

.icon-c {
    padding-top: 3px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    float: left;
    text-align: center;
    line-height: 35px;
    background-color: #065590;
}

.shopcart-inner {
    float: left;
    color: #fff;
    margin-left: 15px;
    margin-top: 8px;
    width: calc(100% - 50px);
    align-items: center;
}

.icon-c i {
    font-size: 18px;
    color: #fff;
}

.items_cart {
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    position: absolute;
    top: 0;
    left: 50px;
    font-size: 12px;
    color: #157ed2;
    background-color: #fff;
}

.shopcart {
    margin-top: 20px;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 50px;
    padding-left: 25px;
}

.header-bottom {
    background-color: #0f6cb2;
}

.main {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 20px;
}

.pagination > li > a, .pagination > li > span {
    color: #cc0001;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination {
    border-radius: 0;
}

.pagination-bx {
    text-align: center;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #cc0001;
    border-color: #cc0001;
}

.pagination > li > a, .pagination > li > span {
    padding: 10px 15px;
    margin-right: 10px;
}

.stellarnav ul .title-main ul ul {
    left: 260px;
}

.title-main {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 44px;
    padding: 0 0 0 20px !important;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    display: block;
    background-color: #065590;
}

.has-sub .i_name {
    padding-left: 30px;
}

.sub-price {
    padding-bottom: 10px;
    border-bottom: dashed 1px #efefef;
    margin-bottom: 20px;
}

h2.item-price a {
    color: #666;
    font-size: 14px;
    font-weight: 500;
}

    h2.item-price a i {
        color: #cc0001;
    }

.g-map iframe {
    width: 100%
}

.stellarnav .title-main li {
    border-bottom: none;
}

.title-main .sub li {
    padding-left: 0;
}

.stellarnav .title-main li img {
    max-height: 20px;
}

.contact-info {
    padding-top: 20px;
}

    .contact-info ul {
        margin: 0;
        padding: 0;
    }

.title-name {
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
}

.title-main a {
    color: #fff;
    text-decoration: none;
    width: 260px;
}

.stellarnav ul .title-main ul {
    background-color: #fff;
    border-top: none;
}

    .stellarnav ul .title-main ul a {
        color: #666;
        text-transform: initial;
        line-height: 35px;
        font: normal 13px Arial;
        border-bottom: 1px dashed #efefef;
        padding: 13px 15px;
    }

.stellarnav .title-main img {
    position: absolute;
    left: 15px;
    top: 10px;
}

.stellarnav .title-main {
    padding-left: 0 !important;
}

    .stellarnav .title-main.has-sub > a:after {
        content: '';
    }

.banner-bar {
    margin-top: 20px;
}

.item-left {
    position: relative;
    overflow: hidden;
}

.banners-effect-1 {
    position: relative;
    overflow: hidden;
}

    .banners-effect-1:hover img {
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

    .banners-effect-1 img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

.banners-effect a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    cursor: pointer;
}

.banners-effect:hover a {
    background: #000;
}

.banners-effect a:before {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -ms-transform: scale(0,1);
    -o-transform: scale(0,1);
    transform: scale(0,1);
}

.banners-effect a:after {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -ms-transform: scale(1,0);
    -o-transform: scale(1,0);
    transform: scale(1,0);
}

.banners-effect a:before, .banners-effect a:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    position: absolute;
    right: 20px;
    top: 20px;
    -webkit-transition: opacity 0.35s ease 0s,transform 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s,transform 0.35s ease 0s;
    transition: opacity 0.35s ease 0s,transform 0.35s ease 0s;
    z-index: 1;
}

.banners-effect a:hover:after, .banners-effect a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.banners-effect a:hover img {
    opacity: .5;
    filter: alpha(opacity=50);
}

.banners-effect img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.35s ease 0s;
    -o-transition: opacity 0.35s ease 0s;
    transition: opacity 0.35s ease 0s;
}

.title-bar {
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
    color: #666;
    text-transform: uppercase;
    text-indent: 10px;
    border-bottom: solid 2px #efefef;
}

.block {
    display: table;
    width: 100%;
}

.item-pro {
    width: calc( 100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    display: table;
    padding-bottom: 5px;
    margin-bottom: 5px;
    padding-top: 10px;
    border-bottom: dashed 1px #efefef;
}

h3.item-name {
    margin-top: 0;
    margin-bottom: 0;
}

.item-name {
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 18px;
    height:50px;
}

    .item-name a {
        color: #222;
        text-decoration: none;
    }

        .item-name a:hover {
            color: #cc0001;
            text-decoration: none;
        }

.rating {
    line-height: 25px;
    font-size: 12px;
    color: #666;
}

.item-price {
    margin: 0 0 5px 0;
    line-height: 24px;
    color: #ff3c20;
    font-size: 16px;
    font-weight: 600;
}

.price-new {
    color: #ff3c20;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
}

.price-old {
    line-height: 20px;
    padding: 0 5px;
    display: inline-block;
    text-decoration: line-through;
    color: #999;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: normal;
}

.col-80 {
    width: 80px;
    float: left;
    display: table;
    margin-right: 10px;
}

.col-100 {
    width: calc(100% - 90px);
    float: left;
    display: table;
}

.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    height: 8px;
    width: 12px;
    font: inherit;
    border: none !important;
    background-color: #666 !important;
    margin-right: 5px;
    border-radius: 4px;
}

.new-item .owl-dots {
    top: -30px;
    right: 0;
    position: absolute;
}

.item-product .owl-dots {
    top: -50px;
}

.new-item .owl-dots .active {
    background-color: #065590 !important;
    width: 25px;
    outline: none !important;
}

    .new-item .owl-dots .active:focus {
        outline: none !important;
    }

.content-product-left .product-sale {
    right: 25px;
    top: 15px;
}

.info-product {
    padding-top: 10px;
}

    .info-product ul {
        margin: 0;
        padding: 0;
        padding-left: 18px;
        list-style-type: square;
        line-height: 25px;
        color: #666;
    }

.w-200 {
    width: 200px;
    float: left;
}

.w-l200 {
    width: calc(100% - 200px);
    float: left;
}

.color-gray {
    color: #666 !important;
}

.title-same {
    font-weight: bold;
    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: dashed 1px #ebebeb;
    margin-bottom: 20px;
}

.page-title {
    width: 100%;
    float: left;
    position: relative;
    background-color: #efefef;
}
.top-brand {
    background-color: #0f6cb2;
    color: #fff;
    border-radius: 50%;
    display: table;
    position: absolute;
    top: 10px;
    left: 10px;
    font-weight: bold;
    font-size: 11px;
    padding: 5px 10px;
    border-radius: 3px;
    z-index:9;
}
.product-sale {
    background-color: #cc0001;
    color: #fff;
    line-height: 40px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: table;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: bold;
    font-size: 13px;
}

.price-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

.item-name {
    padding-top: 15px;
    padding-bottom: 7px;
    font-weight: 500;
}

.date_name {
    font-size: 12px;
    color: #666;
    background-color: #fff;
    border-right: solid 1px #fff;
}

.page-title {
    width: 100%;
    float: left;
    position: relative;
    background-color: #fff;
    border-bottom: solid 1px #efefef;
}

    .page-title a:hover {
        text-decoration: none;
    }

    .page-title h1, .page-title h2 {
        display: inline-block;
        position: relative;
        font-family: "Roboto",sans-serif;
        font-weight: 700;
        margin: 0;
        font-size: 15px;
        text-transform: uppercase;
        border-bottom: 0px solid #ebebeb;
        margin-bottom: 0px;
        background: #065590;
        padding: 0 30px 0 20px;
        line-height: 40px;
        color: #fff;
    }

        .page-title h1 a, .page-title h2 a {
            color: #fff;
        }

        .page-title h1:before, .page-title h2:before {
            content: "";
            width: 100%;
            height: 8px;
            background: #004b84;
            position: absolute;
            left: 0px;
            top: -8px;
        }

        .page-title h1:after, .page-title h2:after {
            content: "";
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 8px 0 0 8px;
            border-color: transparent transparent transparent #002c4e;
            position: absolute;
            top: -8px;
            right: -7px;
        }

    .page-title ul, .page-title li {
        display: inline-block;
        padding-left: 10px;
    }

        .page-title li a {
            color: #333;
        }

            .page-title li a:hover {
                color: #cc0001;
            }

.pro-table {
    display: table;
}

.item-product {
    clear: both;
    width: 100%;
    background-color: #fff;
    padding: 20px;
    position: relative;
}

.cart a {
    margin-top: 10px;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    text-decoration: none;
    display: inline-block;
    background: #cc0001;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-right: 20px;
    padding-left: 50px;
}

    .cart a:before {
        content: '';
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        top: 0;
        position: absolute;
        background: url(../upload/icon/cart.png) center center no-repeat #b3292f;
        left: 0;
    }

    .cart a:hover {
        color: #fec42d;
    }

        .cart a:hover:before {
            background: url(../upload/icon/cart.png) center center no-repeat #981017;
        }

.col-25 .cart {
    text-align: center;
    padding-bottom: 20px;
}

.col-25 .item-name {
    height: 50px;
    overflow: hidden;
    padding-bottom: 0;
    font-size: 14px;
}

.content-product-right h1 {
    margin-top: 0;
    font-size: 20px;
}

.breadcrumb {
    background-color: #fff;
    line-height: 35px;
    margin-bottom: 0;
    padding: 5px 15px;
    font-size: 15px;
    border-bottom: dashed 1px #efefef;
}

    .breadcrumb ul {
        margin-bottom: 0;
    }

    .breadcrumb a {
        color: #cc0001;
    }

.list-inline h1 {
    display: inline-block;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
}

.list-inline > li:after {
    content: '/';
    width: 10px;
    padding-left: 10px;
}

.list-inline > li:last-child:after {
    content: '';
    padding: 0;
    width: 0;
}

.item-same {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
}

.main-content {
    padding: 20px 15px;
}

    .main-content img,
    .main-content iframe {
        max-width: 100%;
    }

    .main-content img {
        height: auto !important;
    }

.info-news {
    text-align: justify;
}

.ft-contact {
    margin-top: 20px;
    background-color: #0f6cb2;
    color: #fff;
    padding: 37px 0;
}

.center-block {
    float: left
}

.ft-link {
    border-radius: 3px;
    background-color: #065590;
    padding: 10px 40px;
    color: #fff;
    float: right;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 12px;
}

    .ft-link:hover {
        text-decoration: none;
        background-color: #cc0001;
        color:#fff;
    }

.page-heading {
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
    text-transform: capitalize;
}

.socials {
    float: right;
    margin-top: 25px;
}

    .socials li {
        position: relative;
        display: inline-block;
        padding-left: 18px;
        margin-left: 18px;
    }

        .socials li a {
            color: #fff;
            font-size: 14px;
            text-transform: capitalize;
        }

            .socials li a:hover {
                color: #cc0001;
                text-decoration: none;
            }

            .socials li a i {
                display: inline-block;
                font-size: 16px;
                margin-right: 8px;
            }

.payment-center {
    padding-top: 20px;
    padding-bottom: 20px;
    clear: both;
    border-top: solid 1px #efefef;
}

    .payment-center img {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

footer {
    clear: both;
    padding-top: 20px;
    color: #a7a7a7;
    background-color: #000;
}

    footer ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

.infos-footer li.adres {
    background-position: left 14px;
}

.infos-footer li.phone {
    background-position: left -55px;
}

.infos-footer li.mail {
    background-position: left -100px;
}

.infos-footer li.timer {
    background-position: left -144px;
}

.infos-footer li {
    font-size: 14px;
    line-height: 20px;
    text-transform: capitalize;
    background: url(../upload/icon/ft-icon.png) left top no-repeat;
    list-style: none outside none;
    padding: 10px 10px 10px 40px;
}
footer li,
.contact-list li{
    margin-bottom: 10px;
}
.contact-list li
{
    list-style:none;
}
.contact-list .fa {
    width: 20px;
}
footer li .fa {
    width: 20px;
    color: #fff;
}
.module .modtitle,
.ft-name {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 6px;
    margin-top: 20px !important;
    margin-bottom: 15px;
}

    .module .modtitle::after {
        position: absolute;
        content: "";
        width: 60px;
        height: 2px;
        left: 0px;
        bottom: 0px;
        background-color: #157ed2;
    }

.modcontent ul li a {
    border: 0 none;
    font-size: 14px;
    padding: 0;
    font-weight: 400;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    display: inline-block;
    color: #a7a7a7;
}

    .modcontent ul li a:before {
        font-family: 'FontAwesome';
        content: "\f192";
        font-size: 8px;
        position: absolute;
        top: 0;
        left: 0;
    }

.modcontent iframe {
    width: 100%;
}

.copyright-w {
    background-color: #151515;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}

@media (min-width: 1400px) {
    .col-25 {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1540px;
        padding: 0;
        width: 95%;
    }

    .col-w-30 {
        width: 310px;
        float: left;
        margin-left: 10px;
        padding-right: 5px;
    }

    .col-w-70 {
        width: calc( 100% - 320px);
    }

    .col-w-20 {
        width: 300px;
    }

    .col-w-80 {
        width: calc( 100% - 300px);
    }

    .content-product-right {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .col-w-20 {
        width: 300px;
    }

    .col-w-80 {
        width: calc( 100% - 300px);
    }

    .col-w-30 {
        width: 250px;
        width: 45px;
        margin-left: 5px;
        padding-right: 5px;
    }

    .col-w-70 {
        width: calc( 100% - 250px);
    }

    .content-product-right {
        padding-left: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .col-sm-6:nth-child(2n+1) {
        clear: both;
    }

    .col-sm-4:nth-child(3n+1) {
        clear: both;
    }

    .col-sm-3:nth-child(4n+1) {
        clear: both;
    }
    .style-search {
        padding-top: 30px;
        padding-left: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .col-md-6:nth-child(2n+1) {
        clear: both;
    }

    .col-md-4:nth-child(3n+1) {
        clear: both;
    }

    .col-md-3:nth-child(4n+1) {
        clear: both;
    }
}


@media only screen and (min-width: 480px) and (max-width: 768px) {
    .col-xs-4 {
        width: 33.3333333%;
    }

    .col-xs-8 {
        width: 66.6666666%;
    }
}
@media only screen and (max-width: 767px) {
    .style-search {
        padding-top: 5px;
        padding-left: 0;
        padding-bottom:10px;
    }
    
}
@media only screen (min-width: 480px) and (max-width: 767px) {
    .col-xs-6 {
        width: 50%;
    }
}
@media only screen and (max-width: 991px) {
    .ontop
    {
        position:relative;
    }
    .vs-hidden {
        display: block !important;
        height: 45px;
        height: 45px;
        line-height: 50px;
        margin-top: 0;
    }

    .dropdown-toggle {
        display: block;
        width: 100% !important;
    }

    #cssmenu a {
        display: block;
        width: 100% !important;
        color: #666 !important;
    }

    #cssmenu > ul li {
        font-weight: 500;
        text-transform: initial;
        font: normal 13px Arial;
    }

    #cssmenu .has-sub .i_name {
        padding-left: 0;
    }
}

@media only screen and (max-width: 479px) {
    .col-xs-6 {
        width: 100%;
    }

    .col-xs-4 {
        width: 100%;
    }

    .col-xs-8 {
        width: 100%;
    }

    .logo img {
        margin-left: auto;
        margin-right: auto;
    }

    .promotext {
        margin-bottom: 20px;
    }

    .ft-link {
        background-color: #cc0001;
        padding: 10px 40px;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        margin-top: 12px;
        clear: both;
        text-align: center;
        display: block;
        margin-top: 52px;
        float: none;
    }

    .col-style .socials {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
        float: none;
    }

    .socials li {
        margin-left: 0;
    }
}

.button-dropdown .dropdown-menu {
    border: none;
}

.dropdown-menu {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    min-width: 285px;
    padding: 0;
}

    .dropdown-menu .sub {
        left: 250px !important;
    }

        .dropdown-menu .sub i {
            width: 20px;
        }

    .dropdown-menu #menu-v li a {
        padding-left: 7px;
    }

.button-dropdown a:hover, .button-dropdown a:focus {
    color: #fff !important;
}

#menu-v {
    -webkit-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
    box-shadow: 0px 2px 5px -1px rgba(0,0,0,0.4);
}

    #menu-v li, #menu-v a {
        zoom: 1;
    }
    /* Hacks for IE6, IE7 */
    #menu-v, #menu-v ul { /* Main Menu Item widths */
        border-top: none;
        position: relative;
        font-size: 0;
        list-style: none;
        margin: 0;
        padding: 0;
        display: block;
        z-index: 9;
        background-color: #fff;
    }

        /* Top level menu links style
---------------------------------------*/

        #menu-v li {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #menu-v img {
            height: 20px;
            margin-right: 5px;
            margin-top: -4px;
        }

        #menu-v li a {
            font: normal 13px Arial;
            border-bottom: 1px dashed #efefef;
            display: block;
            text-decoration: none;
            line-height: 35px;
            padding-left: 20px;
            color: #666;
        }

        #menu-v ul li a {
            line-height: 30px;
        }

        #menu-v li a.arrow:hover {
            background-image: url(arrowon.gif);
            background-repeat: no-repeat;
            background-position: 97% 50%;
        }

        /*Sub level menu items
---------------------------------------*/
        #menu-v li ul {
            position: absolute;
            min-width: 250px; /*Sub Menu Items width */
            visibility: hidden;
            background-color: #fff;
            z-index: 9999999999;
            -webkit-box-shadow: 3px 3px 11px -2px rgba(0,0,0,0.4);
            -moz-box-shadow: 3px 3px 11px -2px rgba(0,0,0,0.4);
            box-shadow: 3px 3px 11px -2px rgba(0,0,0,0.4);
        }

        #menu-v a.arrow {
            background-image: url(arrow.gif);
            background-repeat: no-repeat;
            background-position: 97% 50%;
        }

        #menu-v li:hover, #menu-v li.onhover {
            background-position: 0 -62px;
        }

        #menu-v ul li {
            background-image: none;
        }

            #menu-v ul li:hover, #menu-v ul li.onhover {
                background-image: none;
            }

        #menu-v a {
            padding-top: 5px;
        }

.sub {
    margin-top: 0px !important;
}

    .sub i {
        width: 10px;
    }
/* Holly Hack for IE \
* html #menu-v1  li
{
    float:left;
    height: 1%;
}
* html #menu-v1  li a
{
    height: 1%;
}*/
/* End */

@charset "UTF-8";
/* Base Styles */
#cssmenu > ul,
#cssmenu > ul li,
#cssmenu > ul ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

#cssmenu img {
    width: 20px;
}

#cssmenu > ul {
    position: relative;
    z-index: 597;
}

    #cssmenu > ul li {
        min-height: 1px;
        line-height: 1.3em;
        vertical-align: middle;
    }

        #cssmenu > ul li.hover,
        #cssmenu > ul li:hover {
            position: relative;
            z-index: 599;
            cursor: default;
        }

    #cssmenu > ul ul {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 598;
        width: 100%;
    }

        #cssmenu > ul ul li {
            float: none;
        }

        #cssmenu > ul ul ul {
            top: 1px;
            left: 100%;
        }

    #cssmenu > ul li:hover > ul {
        visibility: visible;
    }
    /* Align last drop down RTL */
    #cssmenu > ul > li.last ul ul {
        left: auto !important;
        right: 99%;
    }

    #cssmenu > ul > li.last ul {
        left: auto;
        right: 0;
    }

    #cssmenu > ul > li.last {
        text-align: right;
    }
/* Theme Styles */
#cssmenu > ul {
    font-size: 14px;
    background: #1e1e1e;
    background: -moz-linear-gradient(top, #1e1e1e 0%, #040404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #1e1e1e 0%, #040404 100%);
    background: linear-gradient(top, #1e1e1e 0%, #040404 100%);
    width: auto;
    zoom: 1;
}

    #cssmenu > ul:before {
        content: '';
        display: block;
    }

    #cssmenu > ul:after {
        content: '';
        display: table;
        clear: both;
    }

    #cssmenu > ul li a {
        display: inline-block;
        padding: 10px 0;
    }

    #cssmenu > ul > li {
        border-bottom: 1px dashed #046eab;
    }

        #cssmenu > ul > li.active,
        #cssmenu > ul > li.active:hover {
            background-color: #007cc2;
        }

        #cssmenu > ul > li > a:link,
        #cssmenu > ul > li > a:active,
        #cssmenu > ul > li > a:visited {
            color: #ffffff;
        }

        #cssmenu > ul > li > a:hover {
            color: #ffffff;
        }

    #cssmenu > ul ul ul {
        top: 0;
    }

    #cssmenu > ul li li {
        background-color: #fff;
        border-bottom: 1px dashed #efefef;
        font-size: 12px;
        padding-left: 20px;
    }

        #cssmenu > ul li li a {
            padding-top: 13px;
            padding-bottom: 12px;
        }

    #cssmenu > ul a:link,
    #cssmenu > ul a:visited {
        color: #fff;
        text-decoration: none;
    }

    #cssmenu > ul a:hover {
        color: #9a9a9a;
    }

    #cssmenu > ul a:active {
        color: #9a9a9a;
    }

    #cssmenu > ul ul {
        border: 1px solid #CCC \9;
        -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
        width: 270px;
    }

    #cssmenu > ul,
    #cssmenu > ul li,
    #cssmenu > ul ul {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 13px;
    }

#cssmenu img {
    width: 20px;
}

#cssmenu > ul {
    position: relative;
    z-index: 597;
}

    #cssmenu > ul li {
        min-height: 1px;
        line-height: 1.3em;
        vertical-align: middle;
    }

        #cssmenu > ul li.hover,
        #cssmenu > ul li:hover {
            position: relative;
            z-index: 599;
            cursor: default;
        }

    #cssmenu > ul ul {
        visibility: hidden;
        position: absolute;
        top: 0;
        left: 100%;
        z-index: 598;
        width: 100%;
    }

        #cssmenu > ul ul li {
            float: none;
        }

        #cssmenu > ul ul ul {
            top: 1px;
            left: 100%;
        }

    #cssmenu > ul li:hover > ul {
        visibility: visible;
    }
    /* Align last drop down RTL */
    #cssmenu > ul > li.last ul ul {
        left: auto !important;
        right: 99%;
    }

    #cssmenu > ul > li.last ul {
        left: auto;
        right: 0;
    }

    #cssmenu > ul > li.last {
        text-align: right;
    }
/* Theme Styles */
#cssmenu > ul {
    font-size: 14px;
    background: #1e1e1e;
    background: -moz-linear-gradient(top, #1e1e1e 0%, #040404 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e1e1e), color-stop(100%, #040404));
    background: -webkit-linear-gradient(top, #1e1e1e 0%, #040404 100%);
    background: linear-gradient(top, #1e1e1e 0%, #040404 100%);
    width: auto;
    zoom: 1;
}

    #cssmenu > ul:before {
        content: '';
        display: block;
    }

    #cssmenu > ul:after {
        content: '';
        display: table;
        clear: both;
    }

    #cssmenu > ul li a {
        display: inline-block;
        padding: 10px 0;
    }

    #cssmenu > ul > li {
        border-bottom: 1px dashed #efefef;
    }

        #cssmenu > ul > li.active,
        #cssmenu > ul > li.active:hover {
            background-color: #fff;
            padding-left: 15px;
        }

        #cssmenu > ul > li > a:link,
        #cssmenu > ul > li > a:active,
        #cssmenu > ul > li > a:visited {
            color: #ffffff;
        }

        #cssmenu > ul > li > a:hover {
            color: #ffffff;
        }

    #cssmenu > ul ul ul {
        top: 0;
    }

    #cssmenu > ul li li {
        background-color: #fff;
        border-bottom: 1px dashed #efefef;
        font-size: 12px;
    }

        #cssmenu > ul li li a {
            padding-top: 13px;
            padding-bottom: 12px;
        }

    #cssmenu > ul a:link,
    #cssmenu > ul a:visited {
        color: #fff;
        text-decoration: none;
    }

    #cssmenu > ul a:hover {
        color: #9a9a9a;
    }

    #cssmenu > ul a:active {
        color: #9a9a9a;
    }

    #cssmenu > ul ul {
        border: 1px solid #CCC \9;
        -webkit-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
        box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.15);
        width: 270px;
    }

.ft_hotline {
    background-color: #cc0001;
    position: fixed;
    bottom: 50px;
    height: 40px;
    line-height: 37px;
    padding: 0 0px 0 0px;
    border-radius: 40px;
    color: #fff;
    left: 20px;
    z-index: 99999;
    border: solid 2px #fff;
}

    .ft_hotline a {
        display: block;
        color: #fff;
        font-size: 17px;
        text-decoration: none;
        padding-left: 18px;
    }

    .ft_hotline i {
        font-size: 20px;
        line-height: 32px;
        background: #ffffff;
        border-radius: 100%;
        width: 36px;
        height: 36px;
        text-align: center;
        float: right;
        border: solid 3px #b72b31;
        margin-left: 12px;
        color: #cc0001;
        -webkit-animation-name: opacity;
        -webkit-animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-name: opacity;
        animation-duration: 2s;
        animation-iteration-count: infinite;
    }

@keyframes opacity {
    0%, 100% {
        background-color: #fff;
    }

    50% {
        background-color: #ffd800;
    }
}

.img-responsive {
    max-width: 100%;
    height: auto;
    display: block;
}
