/* Locate Button */
.gk-locate-custom {
	border: 2px solid #fff;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 130px;
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: uppercase;
	top: 20px;
	width: 130px;
}
.gk-locate-custom:active,
.gk-locate-custom:focus,
.gk-locate-custom:hover {
	border-color: #000;
	color: #000;
}
.gk-locate-custom i {
	display: block;
	font-size: 54px;
	margin-bottom: 0;
	position: relative;
	top: 12px;
	width: 100%;
}

/* Frontpage - map */
.gk-map-custom {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 100%;
}
.gk-map-custom-close{
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	color: #666;
	cursor: pointer;
	display: block;
	height: 48px;
	line-height: 48px;
	position: fixed;
	right: 20px;
	text-align: center;
	top: -100px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 48px;
	z-index: 1000001;
}
.gk-map-custom-close:active,
.gk-map-custom-close:focus,
.gk-map-custom-close:hover {
	color: #000;
}
.gk-map-custom-close.active {
	top: 60px;
}
.gk-map-custom-close:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 50px;
	position: relative;
	top: -2px;
}
.gk-map-custom.static {
	height: 320px;
	position: static;
}