@charset "utf-8";
/* CSS Document */

@media (max-width: 1200px) {
}
/* I-pad Landscape */
@media (max-width: 1024px) {
	.container{width:900px}
	#header .header .top-email {	  display:block;	  float: none;	  margin: 10px 0;	  text-align:right	}
	#nav {  display: block;  float: right;  left: 0;  margin:  10px 0;  position: relative;}
	.testi-carousel .owl-carousel .owl-item .item{width:100%; padding:0 40px}
	
}
/* Google Nexus 7 Landscape */
@media (max-width: 992px) {
	.container{width:768px}
	a.menu-icon { display:block; margin:0 auto;}
	a.menu-text { display:block;}
	#nav { float:none; margin:0 auto; text-align:center;}
	#nav ul { display:none; background:#04A64A; overflow:hidden; margin:0;}
	#nav ul li { width:100%; margin:0; padding:0; border:none; }
	#nav ul li a { padding:10px 0; color:#fff; text-align:center}
	#nav ul li a:hover { background:#FAFB8F; color:#333}
	
	/* Drop Down */
	#nav ul li ul { position:relative; top:0; width:100%; background:#04A64A;  }
	#nav ul li ul li{ width:100%; background:#666; border-radius:0 }
	/* Drop Down */
	
	#header .header .logo-top { display: block;  float: none;  left: auto;  margin: 0 auto;   position: relative;  width: 210px;}
	#header .header .top-email {  text-align: center;}
	
	.contact-page .contact-form{padding:0 !important}
}
/* I-pad Portrait */
@media (max-width: 768px) {
	 .container{width:100%}
}
/* HTC One Landscape */
@media (max-width: 640px) {
}
/* Google Nexus 7 Portrait */
@media (max-width: 603px) {
}
/* Google Nexus 4 Landscape */
@media (max-width: 600px) {
}
/* I-phone Landscape */
@media (max-width: 568px) {
}
/* I-phone Landscape */
@media (max-width: 480px) {
	#footer .foot-copy .copyright-text{ display:block; margin-bottom:5px; text-align:center}
	#footer .foot-copy .bot-foot-links{ display:block; margin-bottom:5px; text-align:center}
	 .social-links{float:none; display:block; text-align:center; margin-top:10px;}

}
/* Nokia Lumia Portrait */
@media (max-width: 460px) {
}
/* HTC One Portrait */
@media (max-width: 360px) {
}
/* I-phone Portrait */
@media (max-width: 320px) {
}
/* Small mobile */
@media (max-width: 240px) {
}
