#map-wrapper {
	position: relative;	
}
#map {
	width: auto;
	height: 700px;
	
}
@media (min-width: 992px) {
	#map {
		margin-right: -300px;
	}
}
@media (min-width: 1200px) {
	#map {
		margin-right: -370px;
	}
}

#map table {
	margin: 0;
}
#map img { max-width:none; }
.map-control {
	border: 1px solid transparent !important;
	border-radius: 2px 0 0 2px !important;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	height: 32px;
	outline: none;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3) !important;
}
ul.blocks-2 li:before {
	content:none !important;
}
ul.blocks-2 {
	margin: 0px !important;
	border: 0 !important;
}
ul.blocks-2 li {
	padding: 0 !important;
}
/* editor styles*/ 

html.editor, .editor body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.countries-table {
	position: fixed;
	top: 20px;
	right: 20px;
	background: white;
	padding: 30px;
	width: 200px;
}

.editor #map-wrapper, .editor #map {
	height: 100%;
}

.editor #map-add-item {
	margin: 10px 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	padding-right: 5px;
	padding-bottom: 0px;
}
.editor .hide {
	display: none;
}

.gm-style-iw table td {
	padding: 2px 10px;
}
.gm-style-iw table input[type=text], .gm-style-iw table textarea {
	width: 300px;
}
.gm-style-iw table select {
	width: 303px;
}
.gm-style-iw h3 {
	margin-top: 0px;
}
.gm-style-iw table td.buttons {
	text-align: center;
}
.gm-style-iw table td .geocode{
	padding: 1px 4px;}

.gm-style-iw table td.buttons .right{
	float: right;
	margin-right: 26px;
}
