@charset "UTF-8";

/*==================  GOOGLE MAP  ======================*/
.map {
  position: relative;
}
.map_model {
  height: 475px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 600px;
  }
}
.map_locations {
  display: none;
}
/*==================     Map    ======================*/
.contacts .fa-map-marker,
.contacts .fa-mobile-phone,
.contacts .fa-phone,
.contacts .fa-envelope {
	font-size: 60px;
	line-height: 60px;
	display: block;
	color: #FFF;
}

.contacts .fa-envelope {
  font-size: 50px;
}
.contacts {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1;
	opacity: 1;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	margin-top: 30px;
	margin-bottom: 30px;
}
#contact-info.active-form {
  opacity: 0;
  visibility: hidden;
}
.wrap2 {
	display: block;
	margin-top: 18px;
	font-size: 22px;
	color: #fff;
}
.wrap2 a:hover {
  color: #f00;
}
/*================    Map Trigger Form     =================*/
.trig {
	width: 55px;
	height: 55px;
	display: inline-block;
	position: absolute;
	z-index: 2;
	right: 36px;
	top: 56px;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f00;
}
.trig:before {
  position: absolute;
  font-size: 19px;
  color: #fff;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.trig:hover {
  background: #000;
}
@media (max-width: 400px) {
  .trig {
    right: 9px;
    width: 45px;
    height: 45px;
  }
}

a.active-form {
  background: #000;
}
a.active-form:before {
  content: '\f0e0';
}
a.active-form:hover {
  background: #f00;
}