@charset "UTF-8";
/* CSS Document */
/*set-margins and paddings*/

.no_margin {
    margin: 0px;
}

.no_padding {
    padding: 0px;
}

.padding_vertical_20px {
    padding-top: 20px;
    padding-bottom: 20px;
}

/*FONTS & TYPOGRAPHY*/

@font-face {
    font-family: 'newgotbold';
    src: url('../fonts/NEWGOTBC.eot');
    src: url('../fonts/NEWGOTBC.eot') format('embedded-opentype'),
    url('../fonts/NEWGOTBC.woff2') format('woff2'),
    url('../fonts/NEWGOTBC.woff') format('woff'),
    url('../fonts/NEWGOTBC.ttf') format('truetype'),
    url('../fonts/NEWGOTBC.svg#NEWGOTBC') format('svg');
}

@font-face {
    font-family: 'newgotbolditalic';
    src: url('../fonts/NEWGTBCI.eot');
    src: url('../fonts/NEWGTBCI.eot') format('embedded-opentype'),
    url('../fonts/NEWGTBCI.woff2') format('woff2'),
    url('../fonts/NEWGTBCI.woff') format('woff'),
    url('../fonts/NEWGTBCI.ttf') format('truetype'),
    url('../fonts/NEWGTBCI.svg#NEWGTBCI') format('svg');
}

@font-face {
    font-family: 'newgotreg';
    src: url('../fonts/NEWSGOTC.eot');
    src: url('../fonts/NEWSGOTC.eot') format('embedded-opentype'),
    url('../fonts/NEWSGOTC.woff2') format('woff2'),
    url('../fonts/NEWSGOTC.woff') format('woff'),
    url('../fonts/NEWSGOTC.ttf') format('truetype'),
    url('../fonts/NEWSGOTC.svg#NEWSGOTC') format('svg');
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'newgotbold';
    display: inline-block;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 19px;
}

h5 {
    font-size: 15px;
}

h6 {
    font-size: 14px;
}

a {
    font-size: 14px;
    font-family: 'newgotreg';
}

p {
    font-size: 14px;
    font-family: 'newgotreg';
}

.home_text h4, .home_text p, .home_text h3 {
    font-family: 'newgotreg';
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.uppercase{
    text-transform: uppercase;
}

/*COLORS*/

.dark_grey {
    color: #2a2a2a;
}

.dark_grey_bg {
    background-color: #2a2a2a;
}

.head_grey {
    color: #424242;
}

.head_grey_bg {
    background-color: #424242;
}

.border_grey {
    color: #aeaeae;
}

.border_grey_bg {
    background-color: #aeaeae;
}

/*.border_grey{*/
    /*border:solid thin #aeaeae;*/
/*}*/

.light_grey {
    color: #c7c7c7;
}

.light_grey_bg {
    background-color: #c7c7c7;
}

.footer_light_grey_bg {
    background-color: #ededed;
}

.text_grey {
    color: #808080;
}

.red {
    color: #bc0b17;
}

.red_bg {
    background-color: #bc0b17;
}

.white {
    color: #ffffff;
}

.white_bg {
    background-color: #ffffff;
}

.page_bg {
    background-color: #dbdbdb;
}

.gradient_bg {
    background: #c7c7c7; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(90deg, #dbdbdb, #FFFFFF, #FFFFFF, #dbdbdb); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(90deg, #dbdbdb, #FFFFFF, #FFFFFF, #dbdbdb); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(90deg, #dbdbdb, #FFFFFF, #FFFFFF, #dbdbdb); /* For Firefox 3.6 to 15 */
    background: linear-gradient(90deg, #dbdbdb, #FFFFFF, #FFFFFF, #dbdbdb); /* Standard syntax */
}

.inline_block {
    display: inline-block !important;
}

.block {
    display: block;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.main_img_bg {
    background-image: url(../images/bg-main.png);
    background-repeat: no-repeat;
}

/***CUSTOM STYLES*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #bc0b17;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #bc0b17;
}

.navbar-nav > li > a {
    color: white;
    font-size: 15px;
    font-family: 'newgotreg';
}

.navbar-nav li a:after {
    margin-left: 20px;
    content: "/";
    color: white;
}

.navbar-nav li:last-child a:after {
    margin-left: 0;
    content: " ";
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.active > a {
    text-decoration: none;
    color: #bc0b17;
}

.head {
    min-height: 88px !important;
    border-bottom: 5px solid #aeaeae;
}

.head_active {
    min-height: 88px !important;
    background-image: url(../images/bg-head.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.home_slider_bg {
    max-height: 950px !important;
}

.home_title {
    border-top: 5px solid #bc0b17;
    padding: 0px;
    line-height: 1.5em;
    margin: 0px;
}

.home_brands_title {
    background-image: url(../images/bg-outline.png);
    height: 203px;
}

.home_brands_title h2 {
    padding: 15px;
}

.home_brands_margin {
    margin-top: -107px;

}

.home_brand_logo {
    /*background-image:url(../images/home-brand-bg.png);*/

    background-color: #F1F1F1;

}

.home_brand_logo h4 {
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.home_brand_image {

    padding-top: 77px;
    background-color: #CA211D;
    -webkit-box-shadow: 0px 6px 8px -2px rgba(0, 0, 0, 0.32);
    -moz-box-shadow: 0px 6px 8px -2px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 6px 8px -2px rgba(0, 0, 0, 0.32);
}

.home_brand_logo img {
    border: 10px solid #fff;
    margin: 0 auto;
    margin-bottom: 70px;
}

@media (max-width: 768px) {
    .home_brands_title {
        height: 100px;
    }

    .home_brands_margin {
        margin-top: 20px;
    }
}

/*
BRAND PAGE
*/

.brand_btn {
    margin: 15px 0px 15px 0px;
}

.brand_image {
    padding: 15px 0;
    height: 160px;
    background-color: #ffffff;
}

.brand_border {

    border: 1px solid #e1e1e1;
    margin: 15px 0px 15px 0px;

}

.brand_logo {
    max-height: 50px !important;
}

.product_image_container {
    overflow: hidden;
    height: 240px;
}

.product_image {

    height: 250px;
}

.product_sub_slider_parent_open{
    margin-bottom:230px;
}

.product_sub_slider_open{
}

.product_click{
    cursor: pointer;
}

.sub_product_slider {
    margin: 15px;
    height:200px;
    display:none;
}

.product_sub_slider_open  .sub_product_slider{
    display: block;
}

.sub_product_slider_first {
    left: 0;
    right: -200%;
}

.sub_product_slider_second {
    left: -100%;
    right: -100%;
}

.sub_product_slider_third {
    left: -200%;
    right: 0;
}




#bx-pager a img {
    transition: 0.2s;
}

#bx-pager a:hover img, #bx-pager a:active img {
    opacity: 0.7;
}

.image_gallery .bx-prev {
    left: -40px !important;
}

.image_gallery .bx-next {
    right: -40px !important;
}

.footer_main {
    color: #808080;
    min-height: 185px !important;
    padding-bottom: 30px;
}

.footer_main a {
    color: #808080;
    text-transform: uppercase;

}

.footer_main ul {
    padding-left: 15px;
}

.footer_main ul li {
    list-style: none;
}

.footer_email {
    height: 35px;
}


.brands_list{
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

.signature {
    line-height: 10px;
}

a#flip_link:hover,
a#flip_link:focus {
    color: #aeaeae;
}


@media(max-width:768px){


    .navbar-nav > li > a{
        color: #2a2a2a;
    }

    .sub_product_slider_third, .sub_product_slider_second, .sub_product_slider_first{
        left: 0;
        right: 0;
        top:100%;
    }

    .menu_container{
        background-color: rgba(255,255,255,0.8);
    }



    .navbar-nav li{
        text-align: right;
    }
    .navbar-nav li a:after {
        margin-left:0;
        content: "";
        color: white;
    }

    .product_sub_slider_parent_open{
        margin-bottom:0;
    }

    .product_sub_slider_open{
        margin-bottom:230px;
    }

}