html, body {
    min-height: 100%;
    position: relative;
    color: #111;
    font-family: "Manrope";
}

a {
    transition: all .3s;
}

.wrapper {
    padding-top: 80px;
    padding-bottom: 80px;
}

:root {
    --main: #92d7e4;
	--blue: #001b54;
	--font: "Funnel Display";
}

/* TOP BAR */

#bar {
	position: sticky;
	top: 0;
	padding: 20px 60px;
	background-color: var(--blue);
	z-index: 1020;
}
#bar .contact a {
	display: flex;
	align-items: center;
	color: rgba(255, 255, 255, .8);
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.28px;
	padding: 0;
	margin: 0;
}
#bar .contact a:not(:last-of-type) {
	margin-right: 40px;
}
#bar .contact a:hover {
	color: #FFF;
	text-decoration: none;
}
#bar .contact a img {
	max-height: 16px;
	padding-right: 15px;
}

#bar .languages p {
	display: none;
}
#bar .languages ul li {
	line-height: 100%;
	padding-bottom: 2px;
	border: 2px solid transparent;
	margin-right: 0;
}
#bar .languages ul li.lang-active {
	background-color: transparent;
	border-bottom-color: var(--main);
}
#bar .languages ul li a {
	padding: 0;
}

/* HEADER */

#header {
    position: sticky;
    top: 56px;
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 60px;
    padding-right: 60px;
    background-color: #FFF;
    transition: all .3s;
    z-index: 1020;
}
#header.sticky {
	padding-top: 30px;
	padding-bottom: 25px;
	box-shadow: 0 10px 30px #00000008;
}

#header .logo img {
	position: relative;
	max-height: 83px;
	transition: all .3s;
}
#header.sticky .logo img {
    max-height: 70px;
}

/* NAV */

#header .navbar {
    padding: 0;
    margin: 0;
}
#header .navbar ul.mod-menu > li {
	position: relative;
	margin: 0 16px;
}
#header .navbar ul.mod-menu > li:last-of-type {
	margin-right: 0;
}
#header .navbar ul.mod-menu > li > a,
#header .navbar ul.mod-menu > li > span {
    display: inline-block;
    color: #1d284b;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.36px;
    padding: 0;
    margin: 0;
	cursor: pointer;
}
#header .navbar ul.mod-menu > li:hover > a,
#header .navbar ul.mod-menu > li.active > a,
#header .navbar ul.mod-menu > li:hover > span,
#header .navbar ul.mod-menu > li.active > span {
	color: var(--main);
	text-decoration: none;
}

#header .navbar ul.mod-menu > li > ul.mod-menu__sub {
	display: block;
    width: 240px;
    top: 35px;
    left: -20px;
    padding: 10px 0;
    margin: 0;
	background-color: #FFF;
    border: 0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
	position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: -1111;
}
#header .navbar ul.mod-menu > li > ul.mod-menu__sub::before {
    content: "";
    display: block;
    width: 100%;
    height: 10px;
    position: absolute;
    top: -10px;
    left: 0;
}
#header .navbar ul.mod-menu > li:hover > ul.mod-menu__sub {
	visibility: visible;
    opacity: 1;
    z-index: 1000;
}
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li {
	position: relative;
}
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > a,
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > span,
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > ul.mod-menu__sub > li > a {
	width: 100%;
	display: block;
    color: #1d284b;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: none;
    padding: 10px 20px;
    margin: 0;
    white-space: unset;
	cursor: pointer;
}
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li:hover > a,
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li:hover > span,
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li.active > a,
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li.active > span,
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > ul.mod-menu__sub > li:hover > a,
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > ul.mod-menu__sub > li.active > a {
	color: var(--main);
	text-decoration: none;
}

#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li > ul.mod-menu__sub {
	display: block;
	width: 240px;
	top: 0;
	left: 90%;
	padding: 10px 0;
	margin: 0;
	background-color: #FFF;
	border: 0;
	box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
	position: absolute;
	visibility: hidden;
	opacity: 0;
	transition: all .3s;
	z-index: -1111;
}
#header .navbar ul.mod-menu > li > ul.mod-menu__sub > li:hover > ul.mod-menu__sub {
	visibility: visible;
    opacity: 1;
    z-index: 1000;
}

#header .repair a {
	display: inline-block;
	height: 60px;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.34px;
	padding: 0 30px;
	margin: 0;
	background-color: var(--blue);
	border: 2px solid var(--blue);
	border-radius: 4px;
}
#header .repair a::before {
	content: "";
	display: inline-block;
	height: 58px;
	vertical-align: middle;
}
#header .repair a:hover {
	color: var(--blue);
	text-decoration: none;
	background-color: transparent;
}
#header .repair a span {
	position: relative;
}
#header .repair a span::after {
	content: "→";
	font-family: "Arial";
	padding-left: 8px;
}

/* SLIDER */

.slider {
	position: relative;
	height: 585px;
	background-color: #f9f9f9;
}
.view-article .slider,
.view-category .slider {
	height: 360px;
}

.slider .slides {
	padding-bottom: 80px;
}
.slider .slide {
	max-width: 50%;
}
.slider .slide h4 {
	color: var(--main);
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.4px;
	padding: 0 0 24px 0;
	margin: 0;
}
.slider .slide h1 {
	color: #111;
	font-family: var(--font);
	font-size: 55px;
	font-weight: 700;
	line-height: 105%;
	letter-spacing: -1.4px;
	padding: 0 0 23px 0;
	margin: 0;
}
.slider .slide p {
	color: #666666;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.36px;
	padding: 0 0 56px 0;
	margin: 0;
}
.slider .slide a,
.about .content a {
	display: inline-block;
	height: 60px;
	color: #FFF;
	font-size: 17px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.34px;
	padding: 0 30px;
	margin: 0;
	background-color: var(--blue);
	border: 2px solid var(--blue);
	border-radius: 4px;
}
.slider .slide a::before,
.about .content a::before {
	content: "";
	display: inline-block;
	height: 58px;
	vertical-align: middle;
}
.slider .slide a:hover,
.about .content a:hover {
	color: var(--blue);
	text-decoration: none;
	background-color: transparent;
}
.slider .slide a span,
.about .content a span {
	position: relative;
}
.slider .slide a span::after,
.about .content a span::after {
	content: "→";
	font-family: "Arial";
	padding-left: 8px;
}

.slider .photo {
	position: absolute;
	top: 0; right: 0;
	display: block;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
}

/* ABOUT */

.about, .services, .center {
	padding-top: 100px;
	padding-bottom: 100px;
}

.about .content h4,
.services .headline h4 {
	color: var(--main);
	font-size: 20px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: -0.4px;
	padding: 0 0 23px 0;
	margin: 0;
}
.about .content h2,
.services .headline h2 {
	color: #111;
	font-family: var(--font);
	font-size: 50px;
	font-weight: 700;
	line-height: 50px;
	letter-spacing: -1.2px;
	padding: 0;
	margin: 0;
}
.about .content p {
	color: #666;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	letter-spacing: -0.36px;
	padding: 28px 0;
	margin: 0;
}

/* SERVICES */

.services {
	position: relative;
	background-color: #f9f9f9;
}

.services .headline {
	padding-bottom: 40px;
}

.services .box {
	padding-top: 25px;
}
.services .box a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.services .box a:hover {
	text-decoration: none;
	transform: translateY(-10px);
}
.services .box .photo {
	display: block;
	width: 100%;
	height: 355px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
}
.services .box .content {
	display: flex;
	flex-direction: column;
	flex: 1;
	width: calc(100% - 80px);
	margin: 25px auto 0;
	padding: 0;
}
.services .box .content .text {
	flex: 1;
}
.services .box .content .text h3 {
	color: #111;
	font-size: 24px;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.56px;
	padding: 0 0 13px 0;
	margin: 0;
}

/* FOOTER */

#footer {
	position: relative;
	background-color: #f9f9f9;
}
.view-featured #footer {
	background-color: #fff;
}
#footer .row.row-1 {
	padding-top: 80px;
	padding-bottom: 80px;
}
#footer .row.row-2 {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}
#footer .row.row-2::before {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background-color: rgba(0, 0, 0, .2);
	position: absolute;
	top: 0; left: 15px;
}

#footer .logo img {
	max-height: 70px;
}

#footer .links h5,
#footer .contact h5 {
	color: #111;
	font-family: var(--font);
	font-size: 26px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
}
#footer .links h5::after,
#footer .contact h5::after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	margin: 8px 0 15px 0;
	background-color: var(--main);
}

#footer .links p,
#footer .contact a {
	color: rgba(0, 0, 0, .7);
	font-size: 17px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: -0.34px;
	padding: 0;
	margin: 0;
}
#footer .contact a:hover {
	color: #000;
	text-underline-offset: 4px;
}

#footer .contact p {
	color: rgba(0, 0, 0, .7);
	font-size: 15px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.3px;
	text-transform: uppercase;
	padding: 8px 0 9px 0;
	margin: 0;
}
#footer .contact p:last-of-type {
	padding-top: 18px;
}

#footer .copyright p {
	color: rgba(0, 0, 0, .4);
	font-size: 15px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -0.3px;
	padding: 0;
	margin: 0;
}
#footer .powerdby img {
	max-height: 13px;
}

/* SUBPAGE */

#main {
    min-height: 555px;
    background-color: #FFF;
}

#main .article {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-header,
.box-headline {
    margin-bottom: 35px;
}
.page-header h1,
.box-headline h1 {
    color: var(--main);
	font-family: var(--font);
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: -1.2px;
    padding: 0;
    margin: 0;
}

.item-page h1, 
.item-page h2,
.item-page h3,
.item-page h4,
.item-page h5 {
    padding: 20px 0;
}

.item-page h1, .item-page h2 {
    color: var(--main);
	font-family: var(--font);
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: -1px;
}
.item-page h3 {
    color: #111;
	font-family: var(--font);
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -0.8px;
}
.item-page h4 {
	color: #111;
	font-family: var(--font);
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.6px;
}
.item-page h5, .item-page h6 {
    color: #111;
	font-family: var(--font);
}

.item-page .article-info {
    display: none;
}

.item-page p,
.item-page ul li,
.item-page ol li {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.36px;
    padding: 0;
}
.item-page p:last-of-type {
    margin-bottom: 0;
}
.item-page p strong {
    font-weight: 700;
}

.item-page img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.gallery a[rel="gallery-images"] {
	margin-top: 15px;
}
.gallery img.gallery-image {
	width: 100%;
	height: 200px;
	object-fit: cover;
}
.gallery p.image-caption {
	font-size: 15px;
    font-weight: 500;
    padding-left: 11px;
    padding-top: 5px;
}

.item-page a {
    color: var(--main);
}

.blog > .row {
    margin-top: -25px;
}
.blog .post {
    margin-top: 25px;
}
.blog .item {
	height: 100%;
	transition: all .3s;
}
.blog .item a {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.blog .item:hover,
.blog .item a:hover {
    text-decoration: none;
	transform: translateY(-10px);
}

.blog .item .photo {
    display: block;
    width: 100%;
    height: 355px;
    background-color: #ddd;
    background-size: cover;
    background-position: center;
}

.blog .item .content {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: calc(100% - 80px);
    margin: 25px auto 0;
    padding: 0;
}
.blog .item .content time {
    display: block;
    color: rgba(102, 102, 102, .5);
    font-size: 14px;
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0;
    padding: 0 0 10px 0;
	margin: 0;
}
.blog .item .content h3 {
    color: #111;
    font-family: var(--font);
    font-size: 28px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.56px;
    padding: 0 0 13px 0;
    margin: 0;
}
.blog .item .content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.34px;
    padding: 0;
	margin: 0;
    overflow: hidden;
}

/* SYSTEM MESSAGE */

#system-message .alert, #system-message-container .alert {
	padding: 20px 25px;
	margin-bottom: 30px;
	border-width: 3px;
	border-color: #000;
	border-radius: 0;
}
#system-message-container .alert.alert-error {
	border-color: #721c24;
}
#system-message .alert h4, #system-message-container .alert h4:not(:empty) {
	color: #000;
	font-size: 18px;
	font-weight: 700;
	line-height: 100%;
	letter-spacing: 0;
	padding: 0 0 15px 0;
	margin: 0;
}

/* CONTACT FORM */

.form-group > label {
    position: relative;
    display: inline-block;
	width: calc(100% - 45px);
    color: #6c757d;
    font-size: 17px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0 0 10px 25px;
    margin: 0;
}
.form-group > label[for="disclaimer"] {
	font-size: 15px;
	line-height: 22px;
}
.form-group > label.error {
	color: red;
	font-size: 14px;
	padding-top: 5px;
	padding-bottom: 10px;
}
.form-control {
    height: 66px;
    color: #1d284b;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.18px;
    padding: 0 25px;
	background-color: #fafbfc;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    box-shadow: unset;
    outline: none;
    resize: none;
}
textarea.form-control {
	min-height: 180px;
	padding-top: 20px;
	padding-bottom: 20px;
}
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	top: 1px;
	margin-left: 25px;
}
input[type="checkbox"] {
	top: 4px;
}
.form-control:focus {
	border-color: var(--main);
	box-shadow: unset;
}
.form-submit {
    display: block;
    position: relative;
	width: 100%;
    height: 70px;
    color: #FFF;
    font-size: 19px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.18px;
    text-align: center;
    padding: 0 75px;
    margin: 0 auto;
    border: 2px solid var(--blue);
    background-color: var(--blue);
    border-radius: 2px;
    cursor: pointer;
    outline: none;
	transition: all .3s;
    z-index: 9;
}
.form-submit:hover,
.form-submit:focus {
	color: var(--blue);
	background-color: #FFF;
}