/*
* //Style CSS
*/

.gmap {margin-top: 50px;width:100%;text-align:center;}
.clear {clear:both;}
.bgmap {padding:15px;}
h1.title {font-size:30px;text-transform: uppercase;margin:0;padding:0;line-height: 12px;font-weight: bold;color:#313033;}
#add_marker {width:100%;background:#A8C611;color:white;border:0;text-transform: uppercase;font-weight: bold;border-radius:3px;padding:10px;margin-bottom:10px;}
button {cursor:pointer;}
@media (max-width:991px) {
	.gmap {width:100%;float:none;}
}
input {width: 50%;}
img.loading-image {height: 100px;}
.loading {position: fixed;display: block;width: 100%;height: 100%;top: 0;left: 0;text-align: center;opacity: 0.7;background-color: #fff;z-index: 99;}
.loading-image {position: absolute;top: 100px;left: 240px;z-index: 100;}
h2.desc p{font-size: 20px;margin-left: 100px;margin-right: 100px;line-height: 2.2rem;}