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

@media (max-width: 1200px) {
}
/* I-pad Landscape */
@media (max-width: 1024px) {
}
/* Google Nexus 7 Landscape */
@media (max-width: 992px) {
	.container{width:100%;}
	.row{margin:0 auto}
	
	
}
/* I-pad Portrait */
@media (max-width: 768px) {
	a.menu-icon { display:block; margin:0 auto;}
	a.menu-text { display:block;}
	.header{}
	.header .logo-center,.header .logo-left,.header .logo-right{ text-align:center}
	
	#nav { float:none; margin:0 auto; text-align:center;}
	#nav ul { display:none; background:#888; overflow:hidden; margin:10px 0 0 0;}
	#nav ul li { width:100%; margin:0; padding:0; border:none; border-bottom:1px dashed #fff !important;}
	#nav ul li a { padding:10px 0; color:#fff;}
	
	/* Drop Down */
	#nav ul li ul { position:relative; top:0; width:100%; background:#ccc;  }
	/* Drop Down */

}
/* HTC One Landscape */
@media (max-width: 640px) {
.nivoSlider {
  overflow: visible !important; 
}
.nivo-caption {
  color: #fff !important; 
  font-size: 18px;     
  top:auto !important;
  bottom:-30px !important;
  padding:0 10px !important;
  z-index:50 !important;
  background:#232323 !important;
  width:100% !important;;
  left:0 !important;
}
}
/* 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) {
}
/* 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) {
}
