@font-face {
    font-family: Lato;
    src: url(../fonts/lato-thin.ttf);
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family:Lato;src:url(../fonts/lato-light.ttf);font-weight:200;font-style:normal
}

@font-face {
    font-family:Lato;src:url(../fonts/lato-regular.ttf);font-weight:300;font-style:normal
}

* {
    margin: 0;
    padding: 0;
    font-family: "Lato",Arial
}

*, ::after, ::before {
    box-sizing: initial;
}

body {
    background-color: #fff;
    padding-top: 100px
}

.cleaner {
    clear: both
}
.min-h-fix {
    min-height: 210px;
}
.bg-center-cover {
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.bg-hero-filter, .bg-hero-filter * {
    position: relative;
}
.bg-hero-filter * {
    z-index: 2;
}
.bg-hero-filter::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000002e;
    z-index: 1;
}
.carousel button {
    z-index: 4;
}
#loader,#navbar {
    width: 100%;
    position: fixed;
    top: 0
}

#loader {
    bottom: 0;
    height: 100vh;
    background: #fff url(../data/loader.gif);
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 150px;
    text-align: center;
    color: gray;
    z-index: 10
}

.content-box {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 50px;
    max-width: 1100px;
}

#navbar {
    background-color: #fff;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
    left: 0;
    z-index: 50
}

#logo h1,.content-box .content-box .eurobox:before {
    display: none
}

#logo {
    background: url(../data/logo/logo.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 70px;
    width: 98px;
    margin: 15px 20px 15px 0
}

#logo,#navbar .content-box ul,#navbar .content-box ul li,#subfooter .content-box span.left {
    float: left
}

#navbar .content-box ul {
    transition: all .2s;
    margin-bottom: 0;
}

#navbar .content-box .menu_button,#navbar .content-box ul li a {
    height: 100px;
    line-height: 100px;
    color: #01357e;
    padding: 0 30px
}

#logo,#navbar .content-box ul li a {
    display: block
}

#navbar .content-box .menu_button,#navbar .content-box ul li a,.button {
    font-weight: 700;
    text-decoration: none;
    transition: all .2s
}

#navbar .content-box .menu_button {
    float: left;
    font-size: 20px;
    display: inline-block
}

#navbar .content-box .menu_button:hover,#navbar .content-box ul li a:hover {
    background-color: hsla(0, 0%, 95%, 1);
}

#navbar .content-box .menu_button.right,#subfooter .content-box span.right {
    float: right
}

#navbar .content-box a#menu-show, #navbar .content-box a#menu-hide {
	visibility: hidden;
	opacity: 0;
	float: right;
	color: black;
	text-decoration: none;
	line-height: 100px;
	height: 100px;
	padding: 0 15px;
	font-weight: bold;
	position: absolute;
	top: 0;
	right: 30px;
	text-transform: uppercase;
	font-size: 30px;
}

.button {
    display: inline-block;
    background-color: #d3d3d3;
    color: #000!important;
    box-shadow: 0 .25em 0 0 #bfbfbf,0 0 2em 0 rgba(0,0,0,.3);
    font-size: 17px;
    padding: 15px 20px;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 4px;
    margin: 0 10px
}

.button:hover {
    background-color: #bfbfbf
}

.button-wide {
    padding: 15px 70px
}

.main-button {
    background-color: #01357e;
    color: #fff!important;
    box-shadow: 0 .25em 0 0 #012558,0 0 2em 0 rgba(0,0,0,.3)
}

.main-button:hover {
    background-color: #012558
}

.eurobox {
    padding: 15px 30px 30px;
    margin: 61px 10px 10px;
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.25);
    border-radius: 10px;
    background-color: white
}

.content-box .content-box .eurobox {
    margin: 61px 10px 10px -40px!important
}

.eurobox p {
    font-weight: 300;
    margin: 13px 0
}

.eurobox img {
    margin-top: 10px;
    max-width: 800px;
    height: auto
}

#footer {
    padding-top: 40px;
    background-color: #f2f2f2
}

#footer .content-box .section {
    display: inline-block;
    width: calc(25% - 34px);
    text-align: left;
    padding-bottom: 40px;
    margin: 0 15px;
    vertical-align: top
}

#footer .content-box .section *,.eurobox p {
    color: #404040;
    font-size: 17px
}

#footer .content-box .left {
    width: calc(100%/3*2 - 34px)
}

#footer .content-box .right {
    width: calc(100%/3*1 - 34px)
}

#footer .content-box .section h2 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #01357e;
    font-weight: 400;
    font-size: 25px;
    color: #01357e
}

#footer .content-box .section ul li,#navbar ul {
    list-style-type: none
}

#footer .content-box .section li a {
    line-height: 25px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: all .3s
}

#footer .content-box .section li a:hover {
    color: #000;
    border-color: #000
}

#footer .content-box .newsletter form .nl {
    margin: 10px 0
}

#footer .content-box .newsletter form .nl.policko {
    float: left;
    font-size: 17px;
    border: 0;
    overflow-x: scroll;
    padding: 0 20px;
    height: 51px;
    width: calc(100% - 210px);
    background-color: #fff;
    color: #666
}

#footer .content-box .newsletter form .nl.button {
    border: 0;
    margin: 10px 0 0 10px!important;
    float: left;
    background-color: #01357e;
    color: #fff!important
}

#footer .content-box .newsletter form .nl.button:hover {
    background-color: #024bb1
}

#footer .content-box .newsletter form label {
    margin-bottom: 10px;
    display: block
}

#subfooter {
    background-color: #f2f2f2;
    padding: 0 0 30px 0;
}

#subfooter .content-box span {
    color: #404040;
    margin-top: 30px;
}

#subfooter .content-box span a {
    text-decoration: underline;
    color: #404040
}
@media only screen and (max-width: 1100px) {
	#navbar .content-box ul li a {
		padding: 0 19px;
	}
}
@media only screen and (max-width: 950px) {
	.show {
		visibility:  visible !important;
		opacity: 1 !important;
	}
	.hide {
		visibility: hidden !important;
		opacity: 0 !important;
	}
	#navbar .content-box ul {
		float: none;
		width: 100%;
		padding: 0;
		position: absolute;
		top: 100px;
		left: 0;
		visibility: hidden;
		opacity: 0;
		border-bottom: 100vh solid rgba(0, 0, 0, 0.73);
	}
	#navbar .content-box ul li {
		float: none;
		display: block;
		width: 100%;
	}
	#navbar .content-box ul li a {
		padding: 0;
		display: block;
		text-align: center;
		background-color: white;
		height: 60px;
		line-height: 60px;
	}
    #footer .content-box .section {
        width: 100%;
        margin: 0;
    }
    #subfooter .content-box span {
        float: left !important;
        width: 100%;
    }
}
@media only screen and (max-width: 550px) {
    #footer .content-box .newsletter form .nl.policko {
        float: none !important;
        width: calc(100% - 34px);

    }
    #footer .content-box .newsletter form .nl.button {
        float: none !important;
        margin: 0 0 20px !important;
        width: 100%;
    }
}