
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.contact-label{
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -50px 0px 0px -150px;
    z-index: 1000;
	background: rgba(255, 255, 255, 0.77);
    padding: 13px;
    font-size: 20px;
	display:none;
}
@media (max-width: 1200px){
	#templatemo_logo h1 a {
    margin-left: 115px !important;
}
#templatemo_logo {
   
    background-position: 3px center !important;
}
}
@media (max-width: 995px){
	#templatemo_logo h1 a {
    margin-left: 115px !important;
}
#templatemo_logo {
   
    background-position: 10px center !important;
}
}