/* make sidebar nav vertical */ 
@media (min-width: 768px) {
  .sidebar-nav .navbar .navbar-collapse {
    padding: 0;
    max-height: none;
  }
  .sidebar-nav .navbar ul {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li {
    float: none;
    display: block;
  }
  .sidebar-nav .navbar li a {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
/* side bar */
.menu-container {
    width:100%;
    margin: 0 auto;
    padding: 20px 0;
}
.menu {
   font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    padding: 0 0 0 4px;
    margin: 0;
    background-color: #f7f8f9;
	height:539.59px;
}
.menu a, .menu a:link, .menu a:visited, .menu a:focus, span {
    color: #555;
    text-decoration: none;
}
.menu a:hover {
    color: #555;
    text-decoration: none;
}
.menu > li {
    display: block;
    margin-left: -4px;
    border-left: 1px solid rgba(255, 255, 255, 0.11);
    box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1);
}
.menu > li > a {
    padding:12px 18px;
    display: block;
	font-weight:400;
}
.menu > li:hover > a {
    color: #555;
}
.menu > li:hover {
    background-color: #fff;
}
/* Megadrop width dropdown */
 .menu > li > .megadrop {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    list-style: none;
    top: 0px;
    left: 100%;
    width: 1100px;
    min-height: 100%;
    text-align: left;
    margin-top:30px;
    padding: 0;
    z-index: 99;
    overflow: hidden;
	background-color: #fff;
}
.menu > li:hover .megadrop {
    opacity: 1;
    visibility: visible;
    margin-top: 0px;
}
.menu ul li:hover:after {
    color: #227087;
}
.menu .col {
    width: 18.1%;
    float: left;
    color:white;
  /*  margin: 0 0 0 2.2%;*/
   padding:10px;
}
.menu .col ul {
    padding: 0;
    margin: 0;
}
.menu .col ul li {
    padding: 0;
    list-style: none;
    font-size: 13px;
}
.menu .col h3 {
    font-size: 14px;
    padding: 10px 0;
    font-weight: bold;
    margin: 5px 0 5px 0;
    color: #555;
}
.menu .col ul li a {
    display: block;
    padding: 0 0 8px 0;
    color: #555;
	cursor:pointer;
}
.menu .col ul li a:hover {
    color: #111;
    text-decoration: underline !important;
}
.menu > li > ul li ul, .menu li >ul li, .menu > li > .megadrop, .menu > li > ul, .menu > li {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-outs;
}
hr{
    border-top: -0.5px solid #8c8b8b !important;}
	
/* product boxes */	
#wrap{
	width: 90%;
	max-width: 1100px;
	margin: 50px auto;
}
.columns_2 figure{
   width:49%;
   margin-right:1%;
}
.columns_2 figure:nth-child(2){
	margin-right: 0;
}
.columns_3 figure{
   width:32%;
   margin-right:1%;
}
.columns_3 figure:nth-child(3){
	margin-right: 0;
}
.columns_4 figure{
   width:23%;
   margin-right:1%;
}
.columns_4 figure:nth-child(4){
	margin-right: 0;
}
.columns_5 figure{
   width:19%;
   margin-right:1%;
}
.columns_5 figure:nth-child(5){
	margin-right: 0;
}
div#columns figure img {
	width: 100%;
	margin-bottom: 5px;
}

a.button{
  padding:10px;
  background:#33CC66;
  margin:10px;
  display:block;
  text-align:center;
  color:#fff;
  transition:all 1s linear;
  text-decoration:none;
  text-shadow:1px 1px 3px rgba(0,0,0,0.3);
  border-radius:3px;
  border-bottom:3px solid #33CC66;
  box-shadow:1px 1px 3px rgba(0,0,0,0.3);
}
a.button:hover{
  background:#33CC66;
  border-bottom:3px solid salmon;
  color:#f1f2f3;
}
@media screen and (max-width: 960px) { 
  #columns figure { width: 24%; }
}
@media screen and (max-width: 767px) {
  #columns figure { width:32%;}
}
@media screen and (max-width: 600px) {
  #columns figure { width: 49%;}
}
@media screen and (max-width: 500px) {
  #columns figure { width: 100%;}
}

@media (max-width: 1440px)
.product_list_box {
    width: 290px;
    padding-bottom: 30px;
    height: auto;
}
.product_list_box  {
    float: left;
    height: 400px;
    /*margin-right: 20px;*/
    background-color: #fff;
    margin-top: 20px;
    transition: all .3s;
}
.product_list_box:hover {
    box-shadow: 0 15px 15px -10px rgba(0,0,0,.15);
}
@media (min-width: 768px)
.custom-col-3 {
    width: 22%;
}
.cat-box{
	margin-top:20px;
	background-color: #fff;
	transition: all .3s;
}
.cat-box h3{
	font-size:22px;
}
.pro_code_head{
	text-align: center;
    font-size: 18px;
	font-weight: 300;
    color: #333;
	padding: 0 20px;
 }
.pro_des{
    font-size: 13px;
    color: #706a6a;
	margin-top: 3px;
	text-align:center;
}
.banner-box{
	background:#fff;
	width:700px;
	height:203px;
	padding: 0px 5px;
	margin-top:9.3%;
	margin-left:20px;
}
.mob-banner-box{
	background:#fff;
	height:350px;
	padding: 0px 5px;
	margin-top:9.3%;
	
}
.banner-box:hover{
	 box-shadow: 0 15px 15px -10px rgba(0,0,0,.15);
}
.product-series{
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
}
.custom-col-3:hover{
     box-shadow: 0 15px 15px -10px rgba(0,0,0,.15);
  }

  .wsmenu-list>li>a {
  display: block;
  color: #fff;
  padding: 0px 30px 0px 18px;
  line-height: 47px;
  text-decoration: none;
  position: relative;
  font-size: 14px;
}
.wsmain{
background-color: #4b4b4d !important;
}
body{
  background-color: #f7f8f9;
}
.footer h3{
  color:#373737;
}  