﻿



/* Small devices (phones) */
@media (max-width: 768px) {

 .navbar-brand > img {
  width: 133.5px;
  height: 33px;
 }

 .date strong{
  font-size:14px !important;
 }

 .footer-bottom .farmer{
  min-height:100px !important;
 }

 .footer-bottom div > .phone{
  margin:10px 0;
 }

.product-list ul.nav li {
  width:100% !important;
 }

header .container{
 padding:0;
}

.pull-xs-left{
 float:left;
}

.pull-xs-right{
 float:right;
}

.mail-box,.social-box{
 margin-top:30px;
}

}


/* Small devices (tablets) */
@media (min-width: 768px) and (max-width: 992px)  {
        .navbar-brand > img {
  width: 178px;
  height: 44px;
 }
}


/* Medium devices (desktops) */
@media (min-width: 768px) {

 .navbar-right {
  /*margin-top: 30px;*/
 }

 .navbar-default{
     border:none;
     background-color:#fff;
 }

 .navbar-default .navbar-nav > li > a {
      padding-bottom: 60px;
      position:relative;
      top:24px;

 }

 .navbar-default .navbar-nav > li:last-child > a {
  border: 0;
 }

 .dropdown-menu-edit{
  min-width:0;
  border:0;
  border-top:solid 1px #46685a;
  border-radius:0;
  box-shadow:none;
  left:0 !important;
  background-color:#F0F0F0;
 }

 .drop-arrow {
  position:relative;
  display:none;
 }
 .drop-arrow i{
  background: transparent url("../images/drop-arrow.html") no-repeat scroll 0% 0%;
  width: 16px;
  height: 10px;
  position: absolute;
  left: 47%;
  top: -9px;
  z-index: 1001;
 }

.product-menu li{
    display:inline-block;
    width:159.7px;
    height:158px;
    text-align:center;
    overflow:hidden;
    border-bottom:solid 1px #dfdfdf;
    border-right:solid 1px #dfdfdf;
}

.product-menu li:nth-of-type(7n+7){
    border-right:none;
}

.full-width.dropdown {
    position: static;
    padding-top:1px;
    
}
.full-width.dropdown > .dropdown-menu {
    left: 0;
    right: 0;
    position: absolute;
    
}
.full-width.dropdown > .dropdown-menu > li > a {
   white-space: normal; 
}

/* Product.aspx*/
.product-list ul.nav li {
  width:33.3% !important;
 }


.accessories-h{
    min-height: 400px;
    overflow: hidden;
}

.phone{
 margin-top:70px;
}


.mail-box,.social-box{
 padding-top:50px;
 min-height:162px;
}


#ninja-slider{
 margin-left:85px !important;
}

}

/* Large devices (large desktops) */
@media (min-width: 1200px) {
}
