@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


/*HEADER*/



header .topSection{
    padding: 35px 0;
}
header .mainNav ul{
    list-style: none;
    padding: 0;
    padding-top:10px;
    margin: 0;
    text-align: center;
}

header .mainNav ul li{
    display: inline-block;
     position: relative;
}

header .mainNav ul li img{
   position: absolute;
   max-width: 30px;
   position: absolute;
   top: -20px;
   left: 50%;
   z-index: 1;
   opacity: 0.1;
    -ms-transform: translateX(-50%); /* IE 9 */
    -webkit-transform: translateX(-50%); /* Chrome, Safari, Opera */
    transform: translateX(-50%);
    -moz-transition: 0.4s;
   transition: 0.8s;
}

header .mainNav ul li:hover img{
    opacity: 0.4;
    -ms-transform: translate(-50%,50px) rotateY(180deg); /* IE 9 */
    -webkit-transform: translate(-50%,50px) rotateY(180deg); /* Chrome, Safari, Opera */
    transform: translate(-50%,50px) rotateY(180deg);
}
header .mainNav ul li:hover a{
    color: #f0530f;
}

header .mainNav ul li a{
    position: relative;
    z-index: 2;
    display: block;
    padding: 8px 8px;
    font-size: 1em;
    color: #212121;
    font-weight: 900;
    text-transform: uppercase;
}


header .mainNav ul li .submenuul{
    position: absolute;
    z-index: 999;
     background: #f0530f;

}

header .mainNav ul li .submenuul a{
    font-size: 1em;
    color: white;


}


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

.social-menu ul li{
    display: inline-block;
}


.language-menu ul{
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;

}
.language-menu ul li{
    display: inline-block;
}
.language-menu ul li a{
    font-weight: bold;
    display: block;
    padding: 3px;
    color: white;
    text-transform: uppercase;
}


.language-menu ul li a.active{
    color: #f0530f;
}

.topBar{
    background: #1d1d1d;
    padding: 8px 0;
}

.social-menu ul li a{
    color: #f0530f;
    display: block;
    padding: 3px;
}

.contentContainer{
    background: #f8f8f8;
    padding: 50px 0;
}

.home{
    text-align: center;
}

.homecontenttitle{
    font-size: 3em;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px 0;
}

.sliderTitle{
    font-weight: bold;
    text-transform: uppercase;
    font-size:3.6em;
    line-height: 1em;
    font-weight: 900;
}
.sliderContent{
padding: 25px 0 0 0;
}

.singlepromotionnum{
    width: 80px;
    height: 80px;
    display: block;
    background-color: #fff;
    position: relative;
    z-index: 2;
    color: #36c94d;
    margin: 0 auto;
    padding-top: 30px;
    margin-top: -40px;
    border-radius: 50%;
    text-align: center;
    font-size: 1.6em;
    font-weight: 900;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(186,184,186,1);
-moz-box-shadow: 0px 1px 5px 0px rgba(186,184,186,1);
box-shadow: 0px 1px 5px 0px rgba(186,184,186,1);
}



.singlepromotion:nth-of-type(3n+1) .singlepromotionnum{
     color:#279cc2;
}

.logo{
    padding: 10px 15px;
}

.singlepromotion:nth-of-type(3n+2) .singlepromotionnum{
     color:#f0530f;
}


.innerslidercontent{
    background: white;
    background: rgba(255,255,255,.6);
    padding: 10px;
}

.sliderLink{
    display: block;
    padding: 25px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #279cc2;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.6em;
    padding-top: 25px;
    line-height: 1em;
    margin: 0 auto;
    overflow:hidden;
}

.sliderLink span{
    font-size: 18px;
    text-decoration: underline;
    display: block;
    margin-top: 10px;
}


.sp-slide:nth-of-type(3n+1) .sliderLink{
    background: #f0530f;
}

.singlepromotion{
    width: 270px;
    padding: 15px;
    margin-bottom: 20px;
    cursor: pointer;
    background: white;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(186,184,186,1);
-moz-box-shadow: 0px 1px 5px 0px rgba(186,184,186,1);
box-shadow: 0px 1px 5px 0px rgba(186,184,186,1);
-moz-transition: 0.2s;
transition: 0.2s;

}

.singlepromotion:hover{
   -webkit-box-shadow: 0px 0px 5px 1px rgba(186,184,186,1);
-moz-box-shadow: 0px 0px 5px 1px rgba(186,184,186,1);
box-shadow: 0px 0px 5px 1px rgba(186,184,186,1);
}


.pageTitle h1{
        font-size: 3em;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px 0;
}

.unstyledlist{
    list-style: none;
    padding: 0;
    margin: 0;

}

.unstyledlist li{
    padding: 20px 0;
}

.unstyledlist li i{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #f0530f;
    color: white;
    padding-top: 8px;
    font-size: 1.6em;
    text-align: center;
}

.unstyledlist li a{
    color: #212121;
}

.breadcrumbs {
    padding: 8px 0;
}
.breadcrumbs ul{
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li{
    display: inline-block;
}

.breadcrumbs ul li a{
    color: #212121;
    font-size: 0.8em;
    text-transform: uppercase;
}

.contactlink, .btn{
    background: #f0530f;
}


.product-category{
    position: relative;
    display: block;
}

.product-category img{
    width: 100% !important;
}

.product-category-title{
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    background: rgba(0,0,0,.6);
    text-transform: uppercase;
    text-align: center;
    color: white;
    padding: 8px 0;
    font-weight: bold;
}


.product-categories{
    text-align: center;
}
.singleCat{
    display: inline-block;
    float: none !important;
    margin-bottom: 30px;
}




.productlisting{
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}

.singleprodTitle{
    background: white;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0;
    margin: 0 !important;
    padding: 0;
    cursor: pointer;
}

.new{
    color: green;
    display: block; float: left;
    padding: 0 8px;
}
.product-price{
    float: right;
    padding: 0 8px;
}

.prodpromo{
    float: left;
    background: #f0530f;
    color: white;
    padding: 0 8px;
}

.singleproddesc{
    background: white;
    border-top: 1px solid rgba(0,0,0,.2);
    padding: 15px 0;
}

.singleproddesc ul{
    list-style: none;
    padding: 0px 15px;
    margin: 0;
}

.singleprodTitle i{
    display: inline-block;
    padding: 0 5px;
}

.productBtn{
    display: inline-block;
    background: #f0530f;
    color: white;
    padding: 5px 8px;
    margin-left: 15px;
    margin-top: 8px;
}

.singleProduct{
    margin-bottom: 10px !important;
}



#filter{
    width: 100%;
    padding: 8px 12px;
    font-size: 1.2em;
    margin-bottom: 15px;
    border: 1px solid rgba(0,0,0,.2);
}


.contactlink:hover, .btn:hover{
    background: #f26d35;
}


.copyrighted{
    color: white;
    text-align: center;
    font-size: 0.8em;
}


.link:hover{
    color: #212121;
}

.newsbtn{
    float: left !important;
}


footer{
    background: #212121;
    color: white;
    padding: 25px 0;
}


.flashMessage-footer a{
    color: #212121;
}


footer h4{
    color: white;
    text-transform: uppercase;
    font-weight: 900;
}

footer a{
    color: white;
}

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

.singlefooter ul li i{
    display: inline-block;
    padding: 0 5px 0 0;
}

.singlefooter span{
    font-weight: bold;
    text-transform: uppercase;
}


.product-detail .product-price{
    background: #212121;
    width: 100%;
    float: none;
    padding: 0;
    color: white;
}

.slicknav_nav ul li img{
    display: none;
}


.product-detail .product-price .product-price-value{
    float: right;
    font-size: 1.6em;
    border-left: 4px solid white;
    padding: 8px;
}

.product-detail .product-price .new{
    padding: 8px;
    font-size: 1.4em;
    background:#f8f8f8;
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}


.productdescript{
    padding: 25px 0;
}

.product-question{
    padding-top: 40px;

}

.promotionimageholder img{
    width: 100%;
}

.product-specs{
    border: 2px solid #212121;
    padding: 15px;
}
.footersocial a{
    display: inline-block;
    font-size: 1.3em;
    text-align: center;
    border-radius: 50%;
    padding-top: 8px;
    width: 40px;
    height: 40px;
    color: white;
    background: #f0530f;
    margin: 8px 4px;
}

.promotiondetail{
    background: #f0530f;
}
.footerpages ul li a.active i{
    color: #f0530f;
}

#messageok{
    background: green;
    color: white;
    padding: 20px;
    margin-bottom: 20px;
}
#copyright{
    text-align: center;
    font-size: 0.8em;

}

.slicknav_menu{
  display: none;
}



.printlink{
    font-size: 2em;
    text-align: center;
    display: block;
    margin: 0 auto;
    width: 50px;
    height: 50px;
    color: white;
    background: #f0530f;
    padding-top: 11px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.printlink:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(128,125,128,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(128,125,128,1);
box-shadow: 0px 0px 5px 0px rgba(128,125,128,1);
}

.detailprint{
    color: white;
    display: inline-block;

    padding: 6px 15px;
    font-size: 1.6em;
}



.folderbtn{
    background: #f0530f;
    display: inline-block;
    width:400px;

    border-radius: 15px;

    color: white;
    padding: 8px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
}

.folderbtn img{
    display: inline-block;
    width: 40px;
    margin-right: 10px;
}



@media handheld, only screen and (max-width:1200px), only screen and (max-device-width: 1200px) and (orientation: portrait) {

    header .mainNav ul li{
        margin-bottom: 18px;
    }
    header .mainNav ul li a{
        padding: 8px 8px;
    }

    .sliderTitle{
        font-size: 2.2em;
        line-height: 1.4em;
        text-align:center;
    }
    .sliderContent{
        padding: 15px 0;
    }

    .sliderLink{
        width: 120px;
        height: 120px;
        padding: 12.5px;
        padding-top: 25px;
        font-size: 1.4em;
    }

    .sliderLink span{
        font-size: 14px;
    }
}

/* =Media query for 960 Screens - sets nested grids to 100%
-------------------------------------------------------------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* line 58, scss/base/_grid.scss */
  .row .row .c1, .row .row .c2, .row .row .c3, .row .row .c4, .row .row .c5, .row .row .c6, .row .row .c7, .row .row .c8, .row .row .c9, .row .row .c10, .row .row .c11, .row .row .c12 {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 59, scss/base/_grid.scss */
  .row .row > div:last-child {
    margin-bottom: 0 !important;
  }
  header .topSection {
    padding-bottom: 0;
  }
  .sliderTitle {
    font-size: 1.5em;
  }
  .sp-layer {
    left: auto !important;
    right: 0;
    top: 25px !important;
}
}
/* =Media query for iPad and tablets
-------------------------------------------------------------- */
@media handheld, only screen and (max-width:950px), only screen and (max-device-width: 950px) and (orientation: portrait) {
  /* line 65, scss/base/_grid.scss */
  body {
    font-size: 90%;
  }

  .slicknav_menu{
    display: block;
  }

  .mainNav{
    display: none;
  }

  .singleProduct{
    margin-bottom: 25px !important;
  }

  .social-menu, .language-menu{
    width: 50% !important;
  }

  .logo img{
    display: block;
    margin: 0 auto;
    max-width: 400px;
    width: 100%;
  }

  .unstyledlist{
    text-align: center;

  }

  .unstyledlist li i{
    margin: 0 auto !important;
  }

  /* line 66, scss/base/_grid.scss */
  .row {
    margin-bottom: 0 ;
  }

  /* line 67, scss/base/_grid.scss */
  .c1, .c2, .c3, .c4, .c5, .c6, .c7, .c8, .c9, .c10, .c11, .c12 {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    margin-bottom:0px;
  }

  .homecontenttitle{
    font-size: 2em;
    text-align: center;
  }

  .sliderContent{
    display: none;
  }
}
