/*
 * YogaMap CSS
 * Copyright 2016, Linnik Yura | liMasscode
 * Last Update: 18.10.2016
 */
 

.yogamap .gm-style {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
}
 
 /*This rull for decorate infowindow of marker */
.yogamap { 
	text-align:center;
	
}
.yogamap h2{
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}
.yogamap h2:after {
    content: '';
    border-top-width:3px;
	border-top-style:solid;
	border-top-color:#b99d6b;
	width: 40px;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -20px;
}
.gm-style-iw img {
	max-width:100%;
}