@CHARSET "UTF-8";


#custom-map {
	max-width: 1350px;
	margin: 0px auto;
}
#custom-map .btn {
	font-weight: normal
}
#custom-map .content-box{
	color:#333;
}
#custom-map #map{

}
#custom-map .content-box h3{
	padding: 0;
} 

#custom-map .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
 left:-31px;
}




/* -------------- MOBILE ------------------------------------------------*/

@media screen and (min-width: 600px){   /* ------------------------------ 640 --------------------------------*/

#custom-map .content-box{
	margin:0 auto;
}
#custom-map #map{
	margin:25px auto;
}
   
}
@media screen and (min-width: 960px){   /* ------------------------------ 960 --------------------------------*/

#custom-map .content-box{
	width: 350px;
	float: left;
}
#custom-map #map{
	width: calc(100% - 360px);
	margin:0 0 0 10px;
	float: left;
}

}
@media screen and (min-width: 1200px){   /* ------------------------------ 1200 --------------------------------*/




}
@media screen and (min-width: 1560px){   /* ------------------------------ 1560 --------------------------------*/

  
}


