* {
	margin: 0px;
}

body {
	font-family: 'Montserrat', sans-serif!important;
    font-weight: 300;
    color: #0a162b!important;
	overflow-x: hidden;
	font-size: 16px!important;
}

#page .container {
	max-width: 1400px;
}

@media (max-width: 1680px) {
	body {
		font-size: 14px!important;
	}

	#page .container {
		max-width: 1170px;
	}
}

.mobile {
	display: none;
}

@media (max-width: 992px) {
	.desktop {
		display: none;
	}
	
	.mobile {
		display: block;
	}
	
	#page .row {
		margin-left: 0px;
		margin-right: 0px;
	}
}

#content_page .no_margin {
	margin: 0px;
}

#primary a {
	color: #0068b3;
}

a:hover {
	text-decoration: none!important;
}

img {
	max-width: 100%;
	height: auto;
}

.ease, .button {
	transition: .5s all;
	-moz-transition: .5s all;
	-webkit-transition: .5s all;
	-o-transition: .5s all;
}

.center {
	text-align: center;
}

.bolder {
	font-weight: 700;
}

.bolder a {
	margin: 0px 10px;
}

@media (max-width: 992px) {
	.center {
		text-align: unset;
	}
	
	.mob_center {
		text-align: center;
	}
}

.right {
	text-align: right;
}

.vert_center {
	display: flex;
    align-items: center;
}

.justified {
    text-align: justify;
}

.center-justified {
    text-align: justify;
    text-align-last: center;
}

@media (max-width: 576px) {
	.justified {
		text-align: unset;
	}

	.center-justified {
		text-align: unset;
		text-align-last: unset;
	}
}

.title {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
	margin: 50px 0px;
}

.title h1, .title h2  {
	font-size: 1.5rem;
	font-weight: 700;
}

.title h1:before, .title h2:before {
	content: url('../img/sygnet.svg');
	display: inline-block;
	width: 30px;
	margin-left: -15px;
	margin-right: 15px;
}

@media (max-width: 992px) {
	.title h1, .title h2  {
		font-size: 1.25rem;
	}
}

.dark_blue {
	background-color: #0a162b;
}

.blue {
	background-color: #0068b3;
}
	
.light_blue {
	background-color: #16b9e8;
}
	
#breadcrumbs {
	background-color: #f7fafc;
	font-size: 0.875em;
	height: 60px;
	line-height: 60px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 0.1em;
}

@media (max-width: 992px) {
	#breadcrumbs {
		letter-spacing: 0px;
		margin-bottom: 30px;
		height: auto;
		line-height: 1.5em;
		padding: 10px 0px;
	}
}
	
#breadcrumbs a {
	color: #1d305a;
	font-weight: 500;
}
	
#breadcrumbs .fa {
	margin: 0px 15px;
}

#breadcrumbs .home:before {
	content: "\f015";
	font-family: "fontAwesome";
	margin-right: 10px;
}

.adress p {
	margin-bottom: 5px;
}