
@import url('https://fonts.googleapis.com/css?family=Merriweather+Sans:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Limelight');


/* -------------- bootstrap 4 ------------------- */

.selector-for-some-widget {
  box-sizing: content-box;
}

/* -------------- MAIN footer ------------------- */

html,
body {
	margin:0;
	padding:0;
	height:100%;
}
/* -------------- MAIN ------------------- */

a
{
  color: #000 !important; 
}
a:hover, a:focus
{
  color: #666; 
  text-decoration:none !important;
}
#map 
{

	font-family: 'Merriweather Sans', sans-serif;

	font-size:17px; /* 17 */
	letter-spacing: 0px;
	background-size: 100%; 
	background-color:#084454;
	color:#fff;
}



#map div.container
{
  padding-right: 0px !important;
  padding-left: 0px !important;

}


h3
{
font-size: 24px !important;
	line-height: 32px !important;
}
h4
{
font-size: 22px !important;
}

/* ---------------------------------------- HOME LINE ----------------------------------------------------- */

.homeline div.custom
{
border-bottom: #666;
	border-top: #666;
	 background-image: url("../../../images/modules/line/20180308_wm_bar52_mv_30x30.png");
	padding: 0px !important;
	margin: 0px -15px 0px -15px !important;
    background-repeat: repeat-x;
}



/* ---------------------------------------- CLEAR ----------------------------------------------------- */
.clear{
	clear:both;
}


