/* Add here all your CSS customizations */

.teklifal{
   display: block;
   width: 100%;
   height: 30px;
   text-align: center;
   background-color: #D3202E;
   color: #fff;
   text-decoration: none;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
}

.teklifal:hover{
   display: block;
   width: 100%;
   height: 30px;
   text-align: center;
   background-color: #D3202E;
   color: #fff;
   text-decoration: none;
    padding: 5px;
    font-weight: bold;
    font-size: 13px;
}

.teklif_b{
   background: transparent;
   border-color: #D3202E;
   color: #D3202E;
   text-shadow: none;
}

.teklif_b:hover{
   background: transparent;
   border-color: #0081C6;
   color: #0081C6;
   text-shadow: none;
}

.oteklif_b{   
    color: #FFFFFF;
    background: -moz-linear-gradient(left, rgba(245,152,42,1) 0%, rgba(246,91,6,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,152,42,1)), color-stop(100%, rgba(246,91,6,1)));
    background: -webkit-linear-gradient(left, rgba(245,152,42,1) 0%, rgba(246,91,6,1) 100%);
    background: -o-linear-gradient(left, rgba(245,152,42,1) 0%, rgba(246,91,6,1) 100%);
    background: -ms-linear-gradient(left, rgba(245,152,42,1) 0%, rgba(246,91,6,1) 100%);
    background: linear-gradient(to right, rgba(245,152,42,1) 0%, rgba(246,91,6,1) 100%);
}

.oteklif_b:hover{
    color: #fff;
}


.newfooter h5{
   margin: 8px 0 0 0;
}

.newfooter a img.brand{
   width:6.9%; margin-right:0.4%; height:auto;
}

.sub-nav-footer{
   display: block;
   margin-left: 7px;
}

.productbox{
   width: 10%;
   height:90px;
   padding: 10px 0;
   float:left;
   color: #fff;
   font-weight: bold;
}

.productbox h5{
   font-size: 12px;
   font-weight:bolder;
}

@media screen and (max-width: 990px) and (min-width: 750px) {
   .productbox{
      width: 20%;
      float: left;
   }
   .productbox h5{
      font-size: 11px;
      font-weight:bolder;
   }
   .header-right-c{
      display: none !important;
   }
}

@media screen and (max-width: 750px) and (min-width: 200px) {
   .productbox{
      width: 20%;
      float: left;
   }
   .productbox h5{
      font-size: 10px;
      font-weight:bolder;
   }
   .header-right-c{
      display: none !important;
   }
   .newfooter a img.brand{
      width:18.1%; margin:1.5%; height:auto;
   }
}
