html {
	overflow: auto;
}

#fsm-map__google {
	position: initial !important;
	height: 100%;
}

.fsm-draggable {
	width: 37%;
	height: auto;
	position: absolute;
	left: 34%;
	top: 10%;
}

.fsm-map__static {
	position: absolute;
	top: 71px;
	left: 0px;
	width: 100%;
	height: 120%;
	background: url(../images/map-with-countries-and-capitals-world.jpg) no-repeat;
	background-size: 100%;
}

.fsm-draggable__template {
	width: 100%;
	height: auto;
}

.fsm-scale-icons {
	position: fixed;
	width: 20px;
	top: 180px;
	left: 15px;
	background-color: #ffffff;
	padding: 10px;
}

.fsm-scale-icons__plus,
.fsm-scale-icons__minus {
	width: 100%;
	height: auto;
}

.fsm-scale-icons__plus {
	padding-bottom: 10px;
	margin-bottom: 7px;
	border-bottom: 1px solid #ccc;
}

.fsm-scale-icons__plus:hover,
.fsm-scale-icons__minus:hover {
	cursor: pointer;
}

#fsm-search {
	width: 400px !important;
    position: fixed !important;
    top: 70px !important;
    right: initial !important;
	left: 10px !important;
    z-index: 1 !important;
    background-color: #fff;
    text-overflow: ellipsis;
	padding-left: 10px;
}

#fsm__template-white {
	display: none;
}

.gmnoprint:last-child {
	top: initial !important;
	bottom: 50px !important;
}

/* Styles for '/feng-shui-maps page' */

#breadcrumbs,
#header-full,
#footer {
	display: none !important;
}

#forbottom {
	max-width: 100% !important;
}

#content .entry-content h3 {
	font-size: 18px !important;
	font-weight: bold;
}

.entry-content ul > li {
    list-style: none !important;
}

#content ul {
	margin-bottom: 0 !important;
}

.entry-content ul {
    margin-left: 0 !important;
}

@media screen and (max-width: 769px) {
	html {
		overflow-y: hidden !important;
	}
	
	.fsm-draggable {
		top: 40%;
		width: 30%;
	}
	
	.fsm-map__static {
		top: 120px;
	}
	
	#fsm-search {
		position: absolute !important;
		width: 300px !important;
		top: 125px !important;
		left: 10px !important;
		right: initial !important;
		will-change: transform;
	}
	
	#content .entry-content h3 {
		margin: 0 !important;
	}
	
	#topbar {
		height: 65px !important;
	}
	
}

@media screen and (max-width: 480px) {
	
	#fsm-search {
		width: 200px !important;
		top: 150px !important;
		right: initial !important;
		left: 10px !important;
	}
	
	#topbar {
		height: 100px !important;
		position: fixed !important;
	}
	
}

@media screen and (max-width: 420px) {
	
	.fsm-map__static {
		top: 143px;
	}
}