
@media (min-width:993px) { 



  .nav_images  {
     clear: both;
  }
  
  .nav-bg {
        height: 0px;
        width: 100%;
        position: absolute;
        top: 60px;
        background: #073159;
        transition: all .5s ease-in-out;
    }

    .menu-open .nav-bg { height: 110px; } /* change to your height of the child menu */

    .navbar-nav.nav > li { position: static; }

    .navbar-nav.nav .dropdown-menu {
        background: transparent;
        max-width: 1170px;
		border: none;
    }	
	
   .navbar-nav.nav .dropdown-menu  div  {
     float: right;
   }

   .navbar-nav.nav .dropdown-menu  div > li { 
	  float: left;
      width: 110px;
	  height: 110px;
	  text-align: center;
	  padding: 10px;
    } 


}

@media (min-width: 768px) and (max-width:992px){

.navbar-wrapper .navbar-default .navbar-nav > li > a {
	font-size: 16px !important;
}

.nav_images {
   height: 30px;
   padding: 5px;
}

.dropdown-menu {
   background-color: #073159;
   min-width:210px;
   border: 1px solid #04498D;
}

.navbar-nav.nav .dropdown-menu > div > li  {
	border-top: 1px solid #04498D;
	padding: 5px; 0; 5px; 0;
}


.navbar-nav.nav .dropdown-menu > div > li > a {
   text-align: left;
   padding: 5px;
   font-size: 15px;

}







}



/* lg */ 
@media (min-width: 1200px) {


   .hidelg{
     display:none;
   }


}





/* md */
@media (min-width: 992px) and (max-width: 1199px) {


   .hidemd {
    display: none;
   }

   .parallaxContent h1 {
	   font-size: 28px;
   }
   
   .parallaxContent p {
	   font-size: 18px;
   }
   
   .parallax-container {
      min-height: 500px;
	  background-attachment: scroll;
   }
   
   .row_spacer  h1, .product_feature h1,  #contactWrapper h1{
      font-size: 22px;
     }

   .row_spacer  p, .product_feature p {
     font-size: 18px;
    }
  
   .product_feature p {
     font-size: 16px;
    }
   
   .box_item_info h2 {
	  font-size: 20px;
    }  

    .box_item_info p {
	  font-size: 16px;
    }  
   
    #contactWrapper h2 {
      font-size: 18px;
     }

    #contactWrapper li {
	   font-size: 16px;
    }
   
   #socialfotter h2 {
    font-size: 20px;
}

 	#screen {
     width: 82%;
     left: 9.5%
	}
	
 	#screen_pro {
     width: 81%;
     top: 16%;

}

}



/* sm */
@media (min-width: 768px) and (max-width: 991px) {


   .hidesm {
     display:none;
   }


  .parallaxContent h1 {
	   font-size: 25px;
   }
   
   .parallaxContent p {
	   font-size: 18px;
   }
   
   .parallax-container {
      min-height: 400px;
	  background-attachment: scroll;
   }
   
   .row_spacer  h1, .product_feature h1, #contactWrapper h1 {
      font-size: 22px;
     }

   .row_spacer  p, .product_feature p {
     font-size: 18px;
    }
  
   .product_feature p {
     font-size: 16px;
    }
 
 
 	#screen {
		left:8.7%;
		top: 9.5%;
		width: 84%;
	}
 
 	#screen_pro {
     width: 82%;
     top: 13%;

}

}

/* xs */
@media (max-width: 767px) {

.navbar-collapse .nav_images {
   height: 30px;
   padding: 5px;
}

.navbar-default .navbar-collapse  {
   background-color: #04498D;
}

.navbar-default .navbar-collapse .navbar-nav > li > a   {
   	font-size: 15px;
	padding: 10px;
}

.navbar-nav.nav .dropdown-menu div > li {
		background-color: #073159;
}

.biglogo {
    display: block;
    height:40px;
	margin:0;
	padding:20px 10px 0 10px;
}

.navbar-toggle {
  margin-top:12px;
}

.navbar-toggle:hover, .navbar-toggle:focus {
    background-color: #073159 !important;
}

.icon-bar {
  background-color: #FFF !important;
}



    .godown {
      font-size: 20px;
    }

    #address, #phones, #distributor {
     float: none;
	 display: inline-block;
    }
 
    #contactfotter {
      text-align: center;
    }
  


   #socialfotter h2 {
    font-size: 18px;
}

   .hidexs {
    display: none;
   }

   .parallaxContent h1 {
	   font-size: 25px;
   }
   
   .parallaxContent p {
	   font-size: 18px;
   }
   
   .parallax-container {
      min-height: 400px;
	  background-attachment: scroll;
   }
   
   .row_spacer  h1, .product_feature h1, #contactWrapper h1 {
      font-size: 22px;
     }

   .row_spacer  p, .product_feature p {
     font-size: 18px;
    }
  
   .product_feature p {
     font-size: 16px;
    }
   
   .box_item_info h2 {
	  font-size: 20px;
    }  

    .box_item_info p {
	  font-size: 16px;
    }  
 
     #contactWrapper h2 {
      font-size: 18px;
     }

    #contactWrapper li {
	   font-size: 16px;
    }
 
 
 	#screen {
		left:9%;
		top: 9.5%;
		width: 83%;
	}

	.compare_spacer  h1 { 
	  font-size: 15px;
	}
	
	#screen_pro {
     width: 81%;
     top: 12%;

}

#main-slider .caption h1 {
	font-size: 25px;
}

#main-slider .caption p {
	font-size: 15px;
}

#news h1 {
   margin-top: 15px;
}
	
#news img {	
	width: 100%;
}
} 

 

/* XS Portrait */
@media (max-width: 479px) {
  
 	#screen {
		left:10.8%;
		top: 8.5%;
		width: 80%;
	}

	#screen_pro {
     width: 80%;
     top: 10%;

}

  
}


