@font-face {
    font-family: 'Domaine Disp Nar';
    src: url('../fonts/DomaineDispNar-Regular.eot');
    src: url('../fonts/DomaineDispNar-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DomaineDispNar-Regular.woff2') format('woff2'),
        url('../fonts/DomaineDispNar-Regular.woff') format('woff'),
        url('../fonts/DomaineDispNar-Regular.ttf') format('truetype'),
        url('../fonts/DomaineDispNar-Regular.svg#DomaineDispNar-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('../fonts/FoundersGrotesk-Regular.eot');
    src: url('../fonts/FoundersGrotesk-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FoundersGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/FoundersGrotesk-Regular.woff') format('woff'),
        url('../fonts/FoundersGrotesk-Regular.ttf') format('truetype'),
        url('../fonts/FoundersGrotesk-Regular.svg#FoundersGrotesk-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('../fonts/FoundersGrotesk-Light.eot');
    src: url('../fonts/FoundersGrotesk-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FoundersGrotesk-Light.woff2') format('woff2'),
        url('../fonts/FoundersGrotesk-Light.woff') format('woff'),
        url('../fonts/FoundersGrotesk-Light.ttf') format('truetype'),
        url('../fonts/FoundersGrotesk-Light.svg#FoundersGrotesk-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

* {
	box-sizing: border-box;
	outline: none !important;
}
a, a:hover {
	color: #ffffff;
}
a:hover {
	text-decoration: none;
}
img {
	max-width: 100%;
}
.mdl {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
}
.mdl_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
body, html {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-image: url(../images/bgmob.jpg);
}
body {
	font-family: 'Founders Grotesk';
	font-weight: 300;
	overflow-x: hidden;
	color: #ffffff;
}
h1, h2 {
	font-family: 'Domaine Disp Nar';
	font-weight: normal;
}
.uk-container {
	padding-left: 38px;
	padding-right: 38px;
}
.logoTxt p {
	font-size: 22px;
	margin-bottom: 0;
}
.logoBox {
	display: inline-block;
	margin: 52px 0 32px;
}
.logoBox img {
	width: 100%;
	max-width: 200px;
	float: left;
}
.logoBox span {
	display: none;
	float: left;
	width: 1px;
    height: 30px;
    background: #fff;
    margin: 0 20px;
}
.logoBox span + img {
	display: none;
    width: 152px;
}
.box {
	float: left;
	width: 100%;
	background-color: #CEE2E3;
	background-repeat: no-repeat;
	background-position: right top;
	background-image: url(../images/bgbox1.jpg);
	padding: 25px 30px;
	text-align: center;
}
.box h2 {
	color: #237E86;
	font-size: 30px;
}
.box p {
	color: #3D3D3D;
	font-size: 14px;
	
}
.box a {
	color: #fff;
	font-size: 14px;
	background: #02A7B5;
	border: solid 2px #02A7B5;
	display: inline-block;
	width: 100%;
	font-size: 10px;
	line-height: 18px;
	padding: 8px 20px 5px;
	text-transform: uppercase;
	font-weight: 400;
	max-width: 150px;
}
.box2 {
	float: left;
	width: 100%;
	background: #CEE2E399;
	padding: 20px;
	text-align: center;
	height: 66px;
	color: #013B40;
	transition: all .5s;
}
.box2 >span {
	display: inline-block;
	font-size: 20px;
}
.box2:hover {
	background: #02A7B5;
	color: #fff;
}
.box2 >span img {
	float: left;
}
.box2 >span svg {
	float: left;
}
.box2 >span span {
	margin-left: 10px;
	float: left;
    margin-top: -2px;
}
footer {
	background: #0000007A;
	float: left;
	width: 100%;
	margin-top: 70px;
	padding: 30px 0;
	position: relative;
    z-index: 1;
}
.esaglogo {
	width: 117px;
	float: left;
}
.karelogo {
	float: right;
	width: 47px;
	margin-left: 20px;
}
.mainlogo {
	float: right;
	width: 81px;
}
footer a img {
	width: 100%;
}
.contentWrap {
	float: left;
	width: 100%;
	position: relative;
	z-index: 1;
}
.vid {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.vid:after {
	background: rgba(0, 0, 0, .4);
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 639px) {
.logoBox img {
	float: none;
	display: inline-block;
}
.logoBox span + img {
	float: none;
	display: inline-block;
	margin-top: 20px;
	width: 120px;
}
.logoBox {
	max-width: 300px;
}
.box2 {
    padding: 18px 20px;
    height: 60px;
}
}
@media screen and (min-width: 640px) {
.contentWrap {
	height: 100vh;
	min-height: 600px;
	padding-bottom: 100px;
}
footer {
	position: fixed;
	left: 0;
	bottom: 0;
	margin: 0;
}
body, html {
	background-image: url(../images/bgdesk.jpg);
}
.logoBox {
	display: inline-block;
	margin: 52px 0 32px;
}
.logoBox img {
	width: 100%;
	max-width: 200px;
}
.logoBox span {
	display: block;
}
.logoBox span + img {
	display: block;
}
}
@media screen and (min-width: 1200px) {
.uk-grid-large>.uk-grid-margin {
	margin-top: 20px;
}
.logoBox {
	width: 537px;
	margin: 30px 0 0px;
}
.logoBox img {
    max-width: 320px;
}
.logoBox span {
	height: 46px;
	margin: 0 20px;
}
.logoBox span + img {
	width: 155px;
    margin: 8px 0;
}
.logoTxt p br {
    display: none;
}
.esaglogo {
	width: 175px;
}
.karelogo {
	width: 90px;
	margin-top: 12px;
}
.mainlogo {
	width: 156px;
	margin-top: 12px;
}
footer {
	padding: 15px 0;
}

.uk-container {
	max-width: 1100px;
}

.box a {
	max-width: 220px;
	font-size: 14px;
	padding: 13px 15px 10px;
}
.box a:hover {
	background: #fff;
	color: #02A7B5;
}
.box2 {
	padding: 15px 20px;
	height: 60px;
}
.box2 >span {
	margin-top: 6px;
}
}
@media screen and (min-width: 1400px) {
.box2 >span {
    font-size: 24px;
    margin-top: 3px;
}
.box2 >span svg {
	width: 24px;
	height: 24px;
}
.box h2 {
    font-size: 40px;
}
.box p {
    font-size: 19px;
}
.logoTxt p {
    font-size: 30px;
}
}
@media screen and (min-width: 1800px) {
.uk-grid-large>.uk-grid-margin {
	margin-top: 40px;
}
.logoBox {
    margin: 20px 0 20px;
}
.box2 >span {
    font-size: 28px;
    margin-top: 2px;
}
.box h2 {
    font-size: 50px;
}
.box p {
    font-size: 20px;
}
.logoTxt p {
    font-size: 30px;
}
footer {
	padding: 20px 0;
}
.box2 >span span {
    margin-top: -4px;
}
.box2 {
    padding: 20px 20px;
    height: 70px;
}
}

