/**
* @subsection   google-map.css
*
* @description  Easy as hell Google Map Api Jquery plugin.
*
* @author       Evgeniy Gusarov (Stmechanus || Diversant)
*/
.map_model {
  height: 453px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 350px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 320px;
  }
}
.map_locations {
  display: none;
}

.map_locations .name
{
  text-transform: uppercase;
}

.iw-content
{
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	padding-left: 10px;
}
.iw-content a
{
	color: #1caffc;
}



