.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}
 .navbar-nav {
    float: left !important;
    margin: 0;
}
@media (max-width: 1999px ){
  .homepage-hero-module {
    height: 700px !important;
}

}
@media (max-width: 1200px ){
   .logo_responsive{
        width: 100% !important;
   }
   .menu_responsive{
        width: 65% !important;
   }
  

   a.logo {
    display: block;
    width: 560px;
    display: block;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
}
.show992{
    display: block !important;
   }
   .hide992{
    display: none !important;
   }
}
@media (max-width: 991px ){
	
   .show991{
    display: block !important;
   }
   .hide991{
    display: none !important;
   }
   .tel {
    margin-top: 20px;
  }
}
@media (max-width: 768px ){
  .homepage-hero-module {
    height: 848px !important;
}
}
@media (max-width: 767px ){
   .show767{
   	display: block !important;
   }
   .hide767{
   	display: none !important;
   }
}

@media (max-width: 580px ){
  a.logo {
    width: 100%;
  }
}
@media (max-width: 479px ){
  .homepage-hero-module {
    height: 990px !important;
}
.video-container .title-container {
    z-index: 1000;
    position: absolute;
    top: 7%;
    width: 100%;
    text-align: center;
    color: #fff;
}
}
@media (max-width: 400px ){
	a.logo {
		width: 100%;
	}
}


