/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ==========================================================================
   CUSTOM ICONS FONT
   ========================================================================== */

@font-face {
 font-family: 'turc';
 src:  url('../fonts/turc.eot?ppidyw');
 src:  url('../fonts/turc.eot?ppidyw#iefix') format('embedded-opentype'),
   url('../fonts/turc.ttf?ppidyw') format('truetype'),
   url('../fonts/turc.woff?ppidyw') format('woff'),
   url('../fonts/turc.svg?ppidyw#turc') format('svg');
 font-weight: normal;
 font-style: normal;
}

/* ==========================================================================
   GENERAL STYLES
   ========================================================================== */

b.muli-font,
span.muli-font{
    font-family: 'Muli', sans-serif;
}

img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.main-box{
    width: 95%;
    margin: 0 auto;
    padding: 0; 
    -webkit-box-shadow: 0 0 20px -5px #000;
    -moz-box-shadow: 0 0 20px -5px #000;    
    box-shadow: 0 0 20px -5px #000;
}

ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

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

.flex-container-header{
    display: flex;
    align-items: center;
    line-height: 30px;
}

b{
    font-weight: 700;
    line-height: 30px;
}

i.fa{
    font-size: 22px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */

.site-nav{
    background: #555555;
    color: #ffffff;
    position: relative;
    z-index: 1000;
}

.site-nav .container{    
    padding: 0 5px 0 0; 
}

h1.logo{
    width: 210px;
    margin-top: 12px;
}

h1.logo-home {
    width: 65%;
}

.logo{
    padding: 12px 0;
    margin-bottom: 0;
}

.main-menu li a{
    display: inline-block;

}

ul.main-menu{
    line-height:30px;
}

.header-top{
    padding: 0 15px;
}
.email-social{
    margin-left: 15px;
}

.email-social a{
    color: #000;
    margin: 0 10px;
}

.header-top-right a{
    color: #000;
    text-decoration: none;
    display: inline-block;
    padding: 9px 0 9px;
    font-weight: 400;
    font: 400 15px/1.5em 'Raleway', sans-serif;
}

.good-to-talk,
.email-social,
.phone{
    margin-left: 15px;
}

.header-top-right img{
    display: inline-block;
    width: 16px;
    height: inherit;
    margin-right: 5px;
    vertical-align: baseline;
}

.right-info a{
    line-height:30px;
}

.header-bottom-menu li{
    white-space: nowrap;
    text-align: center;
}

.header-bottom-menu li a{
    text-decoration: none;
    color: #000;
    display: block;
    background: #ebebeb;
    padding: 10px;
    font-weight: bold;
}

ul.header-bottom-menu{
    color: rgb(255, 255, 255);font: 400 15px/1.5em 'Raleway', sans-serif;
    font-variant-caps: normal
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    height: 50px;
    line-height: 30px;
}

/* change for quick deals */
.header-bottom-menu li .quickdeal{
    background: #CB0000 !important;
    color: #fff !important;
}

.header-bottom-menu li a:hover{
    color: #fff;
   background: #CB0000;
}

.header-bottom-menu li .quickdeal:hover{
   background: #ebebeb !important;
   color: #000 !important;
}

.header-notice a{
    background: #000000;
    color: #ffffff;
    padding: 10px;
    font-weight: 300;
    text-decoration: none;        
    display: block;
    text-align: center;
}

.header-notice{
    font: 400 20px/1.5em 'Raleway', sans-serif;
    color: rgb(0,0,0);
    -webkit-font-smoothing: antialiased;
}

form#search-form{
    background: #b6b5b5;
    border-radius: 30px;
    width: 100%;
    height: 44px;
}

#search-form input[type="text"]{
    background: transparent;
    outline: none;
    border: none;
    height: 100%;    
    padding: 15px 1px 15px 20px;
    width: 83%;
    float: left;
    border-radius: 30px 0 0 30px;
}

form input[type="text"]:focus{
    background: transparent;
    outline: none;
    border: none;
}

form button[type="submit"]{
    background: transparent;
    outline: none;
    border: none;
    width: 17%;
    float: left;
    height: 100%;    
    padding: 15px;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 0;
    border-radius: 0 30px 30px 0;
}

.searchkeyword{
   font-family: "Raleway"!important;
    font-size: 20px; 
}

.main-menu li{   
    padding: 10px 0;
}

.main-menu a{
    font-size: 16px!important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    border-bottom: 2px solid transparent;
}

.sf-menu-sm{
    margin-bottom: 0;
}

.sf-menu-sm li {
    background: transparent;
}

.sf-menu-sm ul li {
    float: none;
    margin-left: 10px;
}

.sf-menu-sm li ul li:hover,
.sf-menu-sm li ul li.active{
    background: #cb0000;  
    color: #fff;
}

.sf-menu-sm li ul li.active a{
    color: #fff;
}

.sf-menu-sm li ul li:hover a{    
    color: #fff;
}

.sf-menu-sm a {
    color: #fff;
    border: none;
    background: transparent;
    padding: 0;    
}

.sf-menu-sm li:hover {
    background: transparent;
}

/*HAMBURGER-ICON*/

.hamburger-icon{
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; 
    display: inline-block;
    width: 43px;
    height: 43px;
    padding-top: 9px;
    padding-right: 5px;
    background: #cb0000; 
    border-radius: 100%;
    border: 1px solid #cb0000;
}

.line{
    width: 28px;
    height: 23px;
    position: relative;   
    float: right;
    z-index: 99999;
}

.middle-icon{
    display: block;
    width: 25px;
    height: 3px;  
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;    
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; 
    border-radius: 35px;
}

.line:before,
.line:after{
    content: "";
    width: 25px;
    height: 3px;  
    background: #fff;
    position: absolute;
    left: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    -webkit-transition: transform .3s ease-out;
    transition: transform .3s ease-out; 
    border-radius: 30px;
}

.line:before{
    top: 2px;
    transform-origin: 0 0;
}

.line:after{    
    bottom: 2px;
    transform-origin: 0 100%;
}

.toggle-menu{
    display: none;    
    background: #cb0000;
    padding: 20px;  
}

.toggle-menu a{
    display: block;
    color: #fff;
    -webkit-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out; 
}

.toggle-menu a:hover{
    color: #ccc7c2; 
}

.line-active{
    background: #fff;
    border: 1px solid #cb0000;

    padding-right: 6.5px;
}

.line-active .middle-icon{
    opacity: 0;
}

.line-active .line:before{
    top: 0;
    transform: rotate(47deg) scaleX(1.44) translateY(-4px);
    background: #cb0000;
}

.line-active .line:after{
    bottom: 0;
    transform: rotate(-47deg) scaleX(1.44) translateY(4px);
    background: #cb0000;
}

.nav-expended{
    display: block;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */

.flex-container{
    line-height: 30px;
}

.container{
    font: 400 20px/1.5em 'Raleway', sans-serif;
}

.footer-top{
    background: #505050;
    color: #fff;
    padding: 60px 20px;
}

.footer-top a{
    display: inline-block;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
}

.footer-top a:hover{
    text-decoration: underline;
}

.footer-top h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.footer-top h4,
.footer-top p{
   margin: 0;
}

.social-links-footer li{
    display: inline-block;
}

.social-links-footer li a{
    display: block;
    padding: 10px;
    color: #fff;
}

.social-links-footer li a:hover{
    color: #ccc;
}

.footer-bottom{
    background: #cb0000;
    color: #fff; 
    padding: 10px 20px; 
}

.footer-bottom a{ 
    display: inline-block;
    color: #fff; 
    padding: 0 10px;
    text-decoration: none;
}

.footer-menu,
.products-links,
.footer-text{
    padding-bottom: 30px;
}

.footer-bottom .social-links-footer{
    margin-left:auto;
    margin-right:auto;
}

ul.footer-menu{
    background-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: Raleway, sans-serif;
    font-size: 20px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 300;
    height: 30px;
    line-height: 30px;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    text-align: left;
    -webkit-match-parent li;
    text-decoration-color: rgb(255, 255, 255);
    text-decoration-line: none;
    text-decoration-style: solid;
    text-decoration-thickness: auto;
    text-size-adjust: 100%;
    text-transform: capitalize;
    width: 56.3438px;
}

.footer-top p{
    font: 400 15px/1.5em 'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.footer-bottom a {
    display: inline-block;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
    font-size:20px;
    font-family:'Raleway', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.footer-top h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 20px;
    color: rgb(255,255,255);
    line-height:30px;
}

/*Scrollup*/

#scrollUp {
    position: fixed;
    right: 15px;
    bottom: 15px;
    width: 40px;
    height: 40px;
    line-height: 41px;
    text-align: center;
    background: #cb0000;
    transition: .3s;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0,0,0,.5);
}

#scrollUp:hover {
    background: #fff;
}
 
.fa-angle-up{
    font-size: 24px;
    color: #fff;
}

#scrollUp:hover .fa-angle-up{ 
    color: #cb0000;
}

/* ==========================================================================
   RESPONSIVE STYLES
   ========================================================================== */

@media screen and (min-width: 510px) and (max-width: 768px){
    .hamburger-icon{
        right: 22px;
    }

    .header-notice{
        font: 400 15px/1.5em 'Raleway', sans-serif;
        color: rgb(0,0,0);
        -webkit-font-smoothing: antialiased;
    }

    .row{
        line-height: 0px;
    }

    .flex-container-header{
        line-height: 22.5px;
        font: 400 15px/1.5em 'Raleway', sans-serif;
    }

    .right-info a{
        line-height: 22.5px;
    }

    b{
        line-height: 22.5px;
    }

    .searchkeyword{
        font-family: "Raleway"!important;
        font-size: 15px!important;
    }

    ul.main-menu{
        line-height:initial!important;
    }
}

@media screen and (min-width: 768px){
    h1.logo{
        width: 300px;
        float: left;
    }

    body{
        font-size: 17px;
    }

    .hide-sm{
        display: none;
    }  

    .flex-container{
        display: flex;
    }

    .hide-xs{
        display: block;
    }

    .nav-expended{
        display: none;
    }

    .site-nav{
        padding: 10px 0;
    }

    .site-nav .container{    
        padding: 0 20px; 
    }

    .main-menu{
        width: 66%;
        float: left;
    }

    .sf-menu-sm li ul{
        position: absolute;
        background: #282828;
    }

    .sf-menu-sm ul li {
        margin-left: 0; 
    }

    .toggle-menu{
        display: block;
        background: transparent;
        padding: 0;  
    }

    .main-menu li{
        float: left;
        padding: 7px 20px;
    }

    form#search-form{
        width: 33%;
        height: 44px;
        margin-right: 5px;
        float: right;    
    }

    .footer-top p{
       font-size: 14px;
       line-height: 1.5em;
    }

    .social-links-footer{
        float: left;
    }

    .footer-text{
        flex: 2.5;
    }

    .footer-menu,
    .products-links{
        flex:  2;
    }

    .social-links-footer{
        flex: 1.5;
        text-align: center;
    }
    
    .footer-bottom p{
       margin: 0;
    }
}

@media screen and (min-width: 992px){
    h1.logo{
        width: 460px;
    }

    .header-top-right .phone{
        margin-top:-10px
    }

    img.fitimage{
        display: block;
        width: 100%;
    }

    body{
        font-size: 20px!important;
    }

    h1.logo{
        margin-left: 15px;
    }

    .main-menu li{   
        padding: 7px 20px;
    }

    .main-menu a{
        font-size: 16px;
    }

    .main-menu{
        width: 68%;
    } 

    form#search-form{
        width: 28%;
    }

    .footer-menu,
    .products-links,
    .footer-text{
        padding-bottom: 0;
    }
}

@media screen and (min-width: 1440px){
    h1.logo{
        width: 500px;
    }

    .main-box{
        max-width: 1300px;
    }
}

.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.row:after,
.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media screen and (min-width: 768px){
    .header-bottom-menu{
         display: grid;
         grid-template-columns: repeat(7, 1fr);
         align-items: center;
         justify-content: center;
         font-size: 0.9rem;  
     }
}

@media screen  and (min-width: 992px){
    .header-bottom-menu a{
        font-size: 1.2rem;
    }
}

@media screen  and (max-width: 767px){
    .header-bottom-menu{
        display: none;          
    }

    .header-notice{
        font: 400 15px/1.5em 'Raleway', sans-serif;
        color: rgb(0,0,0);
        -webkit-font-smoothing: antialiased;
    }

    .row{
        line-height: 0px;
    }

    .flex-container-header{
        line-height: 22.5px;
        font: 400 15px/1.5em 'Raleway', sans-serif;
    }

    .right-info a{
        line-height: 22.5px;
    }

    b{
        line-height: 22.5px;
    }

    .searchkeyword{
        font-family: "Raleway"!important;
        font-size: 15px!important;
    }

    ul.main-menu{
        line-height:initial!important;
    }

    ul.footer-menu {
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        display: block;
        font-family: Raleway, sans-serif;
        font-size: 15px;
        font-stretch: 100%;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        height: 165px;
        line-height: 22.5px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin-block-end: 0px;
        margin-block-start: 0px;
        margin: 0px;
        margin-inline-end: 0px;
        margin-inline-start: 0px;
        padding-bottom: 30px;
        padding-inline-start: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        text-size-adjust: 100%;
        width: 340.938px;
        -webkit-font-smoothing: antialiased;
    }

    .products-links{
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        display: block;
        font-family: Raleway, sans-serif;
        font-size: 15px;
        font-stretch: 100%;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 400;
        height: 210px;
        line-height: 22.5px;
        padding-bottom: 30px;
        text-size-adjust: 100%;
        width: 340.938px;
        -webkit-font-smoothing: antialiased;
    }

    .products-links h4{
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        display: block;
        font-family: Montserrat, sans-serif;
        font-size: 15px;
        font-stretch: 100%;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        font-weight: 700;
        height: 22.5px;
        line-height: 22.5px;
        margin-block-end: 0px;
        margin-block-start: 0px;
        margin: 0px;
        margin-inline-end: 0px;
        margin-inline-start: 0px;
        text-size-adjust: 100%;
        text-transform: uppercase;
        width: 340.938px;
    }

    .social-links-footer{
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        display: block;
        font-family: Raleway, sans-serif;
        font-size: 15px;
        font-stretch: 100%;
        font-weight: 400;
        height: 42.5px;
        line-height: 22.5px;
        list-style-image: none;
        list-style-position: outside;
        list-style-type: none;
        margin-block-end: 0px;
        margin-block-start: 0px;
        margin: 0px;
        margin-inline-end: 0px;
        margin-inline-start: 0px;
        padding: 0px;
        padding-inline-start: 0px;
        text-size-adjust: 100%;
        width: 340.938px;
        -webkit-font-smoothing: antialiased;
    }

    .container{
        box-sizing: border-box;
        color: rgb(255, 255, 255);
        display: block;
        font-size: 15px;
        line-height: 22.5px;
        text-size-adjust: 100%;
    }

    .container a{
        font-size:15px;
    }

    .main-menu li a{
        font-family: Montserrat, sans-serif;
        font-size: 14px!important;
        line-height: 22.5px;
    }

    ul.main-menu{
        line-height: 22.5px!important;
    }

    li ul{
        display:block!important;
    }
}

@media screen and (min-width: 768px) {
    h1.logo-home {
        width: 40%;
    }
    
    .footer-menu {
        margin-left: 5%;
    }

    .sf-arrows .sf-with-ul {
         padding-right: 15px; 
         position: relative;
    }

    .sf-arrows .sf-with-ul:after {
        position: absolute;
        right: 0;
    }
}

@media screen and (min-width: 992px) {
    h1.logo-home {
        width: 50%;
    }

    .sf-arrows .sf-with-ul {
         padding-right: 15px; 
         position: relative;
    }

    .sf-arrows .sf-with-ul:after {
        position: absolute;
        right: 0;
    }
}

