
/* external font */

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

/* reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, /*blockquote,*/ pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, /*ol, ul, li,*/
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
/*ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}*/
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* global */

div {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

div, p, span, h2, h3, li, button {
	font-family: 'Roboto', sans-serif;
}

i, em {
	font-style: italic;
}

.clear {
	clear: both;
}

.mobile {
	display: none;
}

.lightgray-block {
	background-color: #f7f7f7;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.central {
	position: relative;
	max-width: 960px;
	margin: 0 auto;
}

.right {
	text-align: right;
}

.full h1 {
	font-size: 48px;
}

img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a img.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

a img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
	color: #e21313;
	text-decoration: underline;
}

/* content area headings defaults */

.full h1 {
    display: block;
    font-size: 2.5em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.full h2 {
    display: block;
    font-size: 1.5em;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.full h3 {
    display: block;
    font-size: 1.17em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.full h4 {
    display: block;
    font-size: 1em;
    margin-top: 1.33em;
    margin-bottom: 1.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.full h5 {
    display: block;
    font-size: 0.83em;
    margin-top: 1.67em;
    margin-bottom: 1.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

.full h6 {
    display: block;
    font-size: 0.67em;
    margin-top: 2.33em;
    margin-bottom: 2.33em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
}

/* body */

body {
	background-color: #fff;
	font-family: 'Roboto', sans-serif;
}

/* line */

.fw-line {
	width: 100%;
	height: 1px;
	opacity: 0.25;
	background-color: #d0d2d1;
}

/* header */

header .normal {
	display: block;
	height: 175px;
	background-color: #fff;	
}

header .sticky {
	display: none;	
	height: 70px;
	background-color: #fff;	
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    /*transform: translateY(-100%);*/
    transition: 0.2s transform cubic-bezier(0.3, 0.73, 0.3, 0.74);
    z-index: 999;	
}

.first-nav-bar {
	margin: 0 auto;
	max-width: 960px;
}

.normal .header-logo {
	margin-top: 30px;
	text-align: center;
}

.normal .header-logo img {
	height: 117px;
	width: auto;
}

.sticky .header-logo {
	margin-top: 10px;
	text-align: center;
}

.sticky .header-logo img {
	height: 49px;
	width: auto;
}

/* social sticky side block */

#social-sticky {
	position: fixed;
	right: 0;	
	top: 203px;
	width: 42px;
	height: 119px;
	background-color: #e21313;
	z-index: 1000;
}

#social-sticky a {
	outline: none;
	text-decoration: none;
}

#social-sticky ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

#social-sticky li {
	text-align: center;
}

#social-sticky li:not(:last-child) {
	margin-bottom: 15px;
}

/* footer */

footer .primary {
	width: 100%;
	background-color: #222;
	color: #fff;
	padding: 102px 0;
}

footer .primary .address {
	font-family: 'Roboto', sans-serif;
	line-height: 1.88;
	font-size: 16px;
}

footer .secondary {
	font-family: 'Roboto', sans-serif;	
  	font-size: 12px;
	color: #7e848c;
	width: 100%;
	height: 81px;
	background-color: #fff;
	line-height: 81px;
}

footer .secondary ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

footer .secondary a {
	text-decoration: none;
	color: #7e848c;
	white-space: nowrap;
}

footer .secondary a:hover {
	text-decoration: underline;
}

footer .social {
	margin-top: 50px;
}

footer .social img {
	display: inline-block;
	margin: 27px 28px 0 5px;
}

/* 1st level navigation */

.level-1-navigation {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

header .normal .level-1-navigation {
	margin-top: -65px;
	text-align: center;
}

header .sticky .level-1-navigation {
	margin-top: -30px;
	text-align: center;
}

header .level-1-navigation .menu-item {
	display: inline;
	/*margin-right: 5%;*/
}

header .level-1-navigation li:nth-child(1), 
header .level-1-navigation li:nth-child(2),
header .level-1-navigation li:nth-child(3) {
	float: left;
	margin-right: 8%; 
}

header .level-1-navigation li:nth-child(4),
header .level-1-navigation li:nth-child(5),
header .level-1-navigation li:nth-child(6) {
	float: right;
	margin-right: 0;
	margin-left: 8%;
}

header .level-1-navigation .menu-item a {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;	
	font-size: 15px;
	text-decoration: none;
	color: #9c9c9c;	
}

header .level-1-navigation li:nth-child(1) a:hover {
	color: #ee6902;
	padding-bottom: 5px;
	border-bottom: 3px solid #ee6902;
}

header .level-1-navigation li:nth-child(1).current-menu-item a {
	color: #ee6902;	
	text-shadow: 1px 0px 0px #ee6902;
}

header .level-1-navigation li:nth-child(3) a:hover,
header .level-1-navigation li:nth-child(4) a:hover {
	color: #e21313;
	padding-bottom: 5px;
	border-bottom: 3px solid #e21313;
}

header .level-1-navigation li:nth-child(3).current-menu-item a,
header .level-1-navigation li:nth-child(4).current-menu-item a {
	color: #e21313;	
	text-shadow: 1px 0px 0px #e21313;
}

header .level-1-navigation li:nth-child(2) a:hover,
header .level-1-navigation li:nth-child(5) a:hover {
	color: #ffce00;
	padding-bottom: 5px;
	border-bottom: 3px solid #ffce00;	
}

header .level-1-navigation li:nth-child(2).current-menu-item a,
header .level-1-navigation li:nth-child(5).current-menu-item a {
	color: #ffce00;	
	text-shadow: 1px 0px 0px #ffce00;	
}

header .level-1-navigation li:nth-child(6) a:hover {
	color: #ff6700;
	/*font-weight: bold;*/
/*	text-shadow: 1px 0px 0px #ff6700;*/
	padding-bottom: 5px;
	border-bottom: 3px solid #ff6700;		
}

header .level-1-navigation li:nth-child(6).current-menu-item a {
	color: #ff6700;	
	text-shadow: 1px 0px 0px #ff6700;	
}

footer .level-1-navigation .menu-item {
	font-size: 18px;
	margin-bottom: 33px;
}

footer .level-1-navigation li:last-child {
	margin-bottom: 0;
}

footer .level-1-navigation .menu-item a {
	text-decoration: none;
	color: #fff;	
}

footer .level-1-navigation .menu-item a:hover {
	text-decoration: underline;
}


/* mobile navigation */

.level-1-mobile-nav-block {
	position: relative;
	min-height: 50px;
    margin: 0;
    border-top: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(226, 226, 226);
    color: #9C9C9C;
    font-size: 15px;
    padding: 12px 21px 12px 19px;
    background-color: #ffffff;
}

.level-1-mobile-nav-block .current {
	line-height: 20px;
}

.level-1-mobile-nav-block .hamburger,
.level-1-mobile-nav-block .close {
	position: absolute;
	top: 14px;
	right: 21px;
	cursor: pointer;
}

.level-1-mobile-nav-block .opened {
	display: none;
/*	-webkit-transition: all 1s;*/
}

.level-1-mobile-nav {
    list-style-type: none;
    margin: 3px 0 0 0;
    padding: 0;
/*    transition-property: height;
    transition-duration: 2s;
    transition-timing-function: linear;
    transition-delay: 1s;   */     
}

.level-1-mobile-nav .menu-item {
	/*display: none;*/
	margin-bottom: 30px; 
}

.level-1-mobile-nav li.menu-item:last-child {
	margin-bottom: 15px;
}

.level-1-mobile-nav .menu-item a {
	font-family: 'Roboto', sans-serif;
	font-weight: normal;	
	font-size: 15px;
	text-decoration: none;
	color: #9c9c9c;	
}

.level-1-mobile-nav li:nth-child(1) a:hover {
	color: #ee6902;
	padding-bottom: 5px;
	border-bottom: 3px solid #ee6902;
}

.level-1-mobile-nav li:nth-child(1).current-menu-item a {
	color: #ee6902;	
	text-shadow: 1px 0px 0px #ee6902;
}

.level-1-mobile-nav li:nth-child(3) a:hover,
.level-1-mobile-nav li:nth-child(4) a:hover {
	color: #e21313;
	padding-bottom: 5px;
	border-bottom: 3px solid #e21313;
}

.level-1-mobile-nav li:nth-child(3).current-menu-item a,
.level-1-mobile-nav li:nth-child(4).current-menu-item a {
	color: #e21313;	
	text-shadow: 1px 0px 0px #e21313;
}

.level-1-mobile-nav li:nth-child(2) a:hover,
.level-1-mobile-nav li:nth-child(5) a:hover {
	color: #ffce00;
	padding-bottom: 5px;
	border-bottom: 3px solid #ffce00;	
}

.level-1-mobile-nav li:nth-child(2).current-menu-item a,
.level-1-mobile-nav li:nth-child(5).current-menu-item a {
	color: #ffce00;	
	text-shadow: 1px 0px 0px #ffce00;	
}

.level-1-mobile-nav li:nth-child(6) a:hover {
	color: #ff6700;
	/*font-weight: bold;*/
/*	text-shadow: 1px 0px 0px #ff6700;*/
	padding-bottom: 5px;
	border-bottom: 3px solid #ff6700;		
}

.level-1-mobile-nav li:nth-child(6).current-menu-item a {
	color: #ff6700;	
	text-shadow: 1px 0px 0px #ff6700;	
}

/* form elements */

::-webkit-input-placeholder { color: #ee6902; }
::-moz-placeholder          { color: #ee6902; }
:-moz-placeholder           { color: #ee6902; }
:-ms-input-placeholder      { color: #ee6902; }

button {
	box-shadow: none;
	-webkit-appearance: none;
	border: 0;
}

.button {
	display: inline-block;
	border-radius: 2px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2);
	font-family: 'Roboto', sans-serif;	
	font-size: 18px;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	line-height: 1;
}

.button.orange {
	background-color: #ee6902;
	padding: 14px 26px;	
}

.button.red {
	background-color: #e24115;
	padding: 14px 13px;
}

.button.orange.signup {
	padding: 14px 52px;
}

/* Grow */
.button.orange,
.button.red {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.button.orange:hover, .button.orange:focus, .button.orange:active,
.button.red:hover, .button.red:focus, .button.red:active {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

div.labelinput {
	background: transparent;
	min-height: 62px;
	width: 100%;
	position: relative;
	text-align: left;
}

div.labelinput input,
div.labelinput textarea {
	width: calc(100% - 28px);
	border-radius: 2px;
	border: 1px solid #ee6902;
	outline: 0;
	font-size: 18px;
	color: #474a4f;  
	display: block;
	padding: 4px 16px 0 10px;
	resize: none;
}

div.labelinput input {
	height: 58px;
}

div.labelinput textarea {
	height: 227px;
	padding-top: 32px;
}

div.labelinput label {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 4px 0 0 17px;
	width: 100%;
	height: calc(100% - 22px);
	pointer-events: none;
	transition: .25s;
	color: #ee6902;
	font-size: 18px;
}

div.labelinput input:focus + label,
div.labelinput input.hasvalue + label {
	padding: 0px 17px;  
	transform-origin: 0% 25%;
	transform: translateY(-18px) scale(0.65, 0.65);
	-webkit-transform: translateY(-18px) scale(0.65, 0.65);
	-o-transform: translateY(-18px) scale(0.65, 0.65);
	-moz-transform: translateY(-18px) scale(0.65, 0.65);
}

div.labelinput textarea:focus + label,
div.labelinput textarea.hasvalue + label {
	padding: 0px 17px;  
	transform-origin: 0% 14%;
	transform: translateY(-18px) scale(0.65, 0.65);
	-webkit-transform: translateY(-18px) scale(0.65, 0.65);
	-o-transform: translateY(-18px) scale(0.65, 0.65);
	-moz-transform: translateY(-18px) scale(0.65, 0.65);
}

/* checkbox */

label {
	display: inline;
}

input[type="checkbox"] {
	display: none;
}

input[type="checkbox"] + label {
	vertical-align: middle;
	margin-right: 12px;
	background-color: #ffffff;
	border: 1px solid #ee6902;
	outline: 0;
	padding: 8px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
}

input[type="checkbox"]:checked + label {
	background-color: #ffffff;
	border: 1px solid #ee6902;
	outline: 0;
	color: #ee6902;
}

input[type="checkbox"]:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #ee6902;
}

.field-error {
	border-radius: 2px !important;
	border: solid 2px #ff0020 !important;
}

/*.validation {
	position: absolute;
	top: 22px;
	right: 20px;
	font-size: 18px;
	letter-spacing: 0.6px;
	color: #ff001f;
	background-color: rgba(255, 255, 255, 0.4);
}

.validation img {
	margin-right: 10px;
	vertical-align: middle;
}*/

.validation-text {
	display: none;
	position: absolute;
	/*top: 65px;*/
	bottom: -29px;
	right: -2px;
	font-size: 12px;
/*	line-height: 3;*/
	letter-spacing: 0.4px;
	color: #ffffff;
	background-color: #ff0020;
/*	height: 30px;*/
	padding: 9px 12px;
}

.validation {
	position: absolute;
	top: 22px;
	right: 20px;
	background-color: rgba(255, 255, 255, 0.4);
}

.validation img {
	/*margin-right: 10px;*/
	vertical-align: middle;
}

/* back buttons */

div.back a {
	outline: none;
	border: none;
	text-decoration: none;
}

div.back {
	max-width: 180px;
}

div.back .arrow {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

div.back .arrow .hover {
	display: none;
}

div.back .text {
	display: inline-block;
	vertical-align: middle;
	color: #e24115;	
}

div.back .text .first {
	font-size: 12px;
	margin-bottom: 2px;
}

div.back .text .second {
	font-size: 24px;
}

div.back a:hover > div.arrow img.normal {
	display: none;
}

div.back a:hover > div.arrow img.hover {
	display: inline;
}

div.back a:hover .text {
	color: #6fb744;	
}


/* google maps */

#smallmap {
/*	position: relative;
	width: 100%;
	height: 335px;*/
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 100px;
	height: auto;
}

#smallmap:before {
	content: "";
	display: block;
	padding-top: 90%; 
}

/* pages */

.fw-block {
	position: relative;
	width: 100%;
	min-height: 452px;
	/*object-fit: cover; */
	overflow: hidden;
}

.fw-block.height-limited {
	height: 452px;
}

.half-block {
	position: relative;
	overflow: hidden;	
}

.image-bg {
	width: auto;
	min-width: 100vw;
	min-height: 452px;
	display: block;
}

.image-bg-half {
	width: auto;
	min-width: 50vw;
	min-height: 480px;
	display: block;
}

.text-block-left {		/* text over image block left side */
/*	position: absolute;
	top: 10px;
	left: 160px;*/
/*	margin: 80px 0px;*/
}

.text-block-right {		/* text over image block right side */
	position: absolute;
	top: 0;
	right: 0;
}

.content-overlay {		/* text over image block left side */
	position: absolute;
	top: 0px;
	padding: 60px 0 80px 0;
	width: 100%;
	/*min-height: 452px;	*/
}

.content-block-right {		/* text over image block right side */
	position: absolute;
	top: 10px;
	margin: 80px 0px;
}

.semitrans-b {
	background-color: rgba(0, 0, 0, 0.68);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
	padding: 23px 20px;
}

.height-limited .text-block-left .desc, 
.height-limited .text-block-right .desc,
.height-limited .text-block-left h2,
.height-limited .text-block-right h2 {
	max-width: 623px;
}

.text-block-left h2,
.text-block-right h2 {
	position: relative;
	display: inline-block;
	width: auto;
	font-size: 36px;
	font-weight: bold;
	color: #ffffff;	
	background-color: rgba(0, 0, 0, 0.68);
	padding: 20px;	
	margin: 0;
	/*max-width: 577px; */
}

.text-block-right h2 {
	float: right;
	text-align: right;
/*	padding-right: 50px;
	padding-left: 72px;*/
}

.text-block-left .desc,
.text-block-right .desc {
	position: relative;	
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.6px;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.68);
	/*box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2); */
	padding: 10px 20px 20px 20px;
	/*max-width: 623px;*/
}

.text-block-left h2,
.text-block-left .desc {
	text-align: left;
}

.text-block-left h2 {
	/*padding-top: 32px;*/
}

.welcome .text-block-left .desc {
	letter-spacing: 0.7px;
}

.text-block-right .desc {
	float: right;
	text-align: right;
/*	padding-top: 18px;
	padding-right: 50px;	*/
	max-width: 100%;
}

.text-block-left .button-block,
.text-block-right .button-block {
	position: relative;	
	display: inline-block;
	background-color: rgba(0, 0, 0, 0.68);
	padding: 10px 20px 20px 20px;
}

.newsletter-block {
	width: 100%;
	height: 500px;
}

.newsletter-block .pure-g {
	margin-top: 71px;
}

.newsletter-block p,
.newsletter-block .subscribe-text {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 1.57;
	letter-spacing: 0.5px;
	text-align: center;
	color: #474a4f;
}

.newsletter-block .subscribe-text {
	margin-top: 24px;
}

.header_wb {	/* header on white background */
	font-family: 'Roboto', sans-serif;
	font-size: 28px;
	font-weight: bold;
	color: #474a4f;
	margin: 20px 0;
	padding: 0;
}


.newsletter-block .signup:not(.button) {
	width: 100%;
	/*height: 62px;*/
	margin: 50px 0;
}

.newsletter-global-form .button.orange, 
.newsletter-block .button.orange {
	width: 171px;
}

/* newsletter sign-up modal dialog */

.overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	background-color: #bbbfc4;	
}

.modal {
	display: none;
	position: absolute;
	top: 200px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 684px;
	background-color: #f7f7f7;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
	z-index: 1002;
}

.modal .close {
	position: absolute;
	top: -23px;
	right: -12px;
	cursor: pointer;
}

.modal .content {
	padding: 12% 17%;
	width: 100%;
}

.modal .header_wb {
	text-align: center;
	margin: 0 !important;
}

.modal p {
	font-family: 'Roboto', sans-serif;	
	font-size: 18px;
	font-weight: normal;
	line-height: 1.78;
	letter-spacing: 0.6px;
	text-align: center;
	color: #474a4f;
	margin: 24px 0 50px 0;
}

.checkbox-area,
.checkbox-area a {
	font-family: 'Roboto', sans-serif;	
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 0.6px;
	color: #474a4f;	
}

.modal .mc4wp-checkbox,
.modal .mc4wp-checkbox-contact-form-7 {
	visibility: hidden;
}

.modal .newsletter-global-loading {
	display: none;
	height: 450px;
	overflow: hidden;
}

.modal .newsletter-global-result {
	display: none;
}

.modal .social {
	text-align: center;
	padding: 30px 0;
}

.modal .social a {
	outline: none;
	text-decoration: none;
}

.modal .social img {
	display: inline-block;
	margin: 0 12px;
}

/* loading animation */

.loader,
.loader:before,
.loader:after {
	background: #f36800;
	-webkit-animation: load1 1s infinite ease-in-out;
	animation: load1 1s infinite ease-in-out;
	width: 10px;
	/*height: 4em;*/
	height: 26px;
}

.loader {
	color: #f36800;
	text-indent: -9999em;
	margin: 40% auto;
	position: relative;
	font-size: 11px;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	position: absolute;
	top: 0;
	content: '';
}

.loader:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 1.5em;
}

@-webkit-keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 26px;
	}
	40% {
		box-shadow: 0 -2em;
		height: 32px;
	}
}

@keyframes load1 {
	0%,
	80%,
	100% {
		box-shadow: 0 0;
		height: 26px;
	}
	40% {
		box-shadow: 0 -2em;
		height: 32px;
	}
}


/* cookie notification */

#cookie-law a {
	color: #ffffff;
	text-decoration: underline;
}

#cookie-law a.close-cookie-banner {
  position: absolute;
  top: 20%;
  right: 12.5%;
  margin: 10px;
  display: block;
  width: 25px;
  height: 24px;
  background: url('../images/1x/close_cookie.png') no-repeat !important;
  background-size: 25px 24px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
	only screen and (   min--moz-device-pixel-ratio: 2),
	only screen and (     -o-min-device-pixel-ratio: 2/1),
	only screen and (        min-device-pixel-ratio: 2),
	only screen and (                min-resolution: 192dpi),
	only screen and (                min-resolution: 2dppx) { 

	#cookie-law a.close-cookie-banner {
	  background: url('../images/2x/close_cookie.png') no-repeat !important;
	  background-size: 25px 24px !important;
	}
	
}


@media only screen and (max-width: 768px) {

	body {
		max-width: 100%;
		width: 100vw;
		/*overflow-x: hidden;*/
	}

	.mobile {
		display: block;
	}

	.empty {
		display: none !important;
	}

	header .normal {
		height: auto;
	}

	header .sticky {
		height: auto;
		-webkit-backface-visibility: hidden;
    	-webkit-transform: translateZ(0);
	}

	header .sticky .pure-g {
		margin-bottom: 13px;
	}

	.sticky .header-logo {
		margin: 19px 0 5px 0;
	}

	header .normal .level-1-navigation,
	header .sticky .level-1-navigation {
		display: none;
	}

	.first-nav-bar .menu-header-navigation-container {
		display: none;
	}

	.normal .header-logo {
		margin: 20px auto;
	}

	.fw-block {
	    min-height: 275px;
	}

	.fw-block.height-limited {
	    height: 275px;
	}

	.fw-block.height-limited .button {
	    font-size: 14px;
	}

	.content-overlay {		/* text over image block left side */
		padding-top: 53px;
	}

	.text-block-left h2,
	.text-block-right h2 {
		font-size: 16px;
		margin: 0 20px;
		padding: 16px 20px 4px 20px;		
	}

	.text-block-left .desc,
	.text-block-right .desc {
		font-size: 12px;
		margin: 0 20px;
		padding: 4px 20px 16px 20px;
		line-height: 1.4;
	}

	.text-block-left .button-block,
	.text-block-right .button-block {
		margin: 0 20px;
	}

	.text-block-right {
		right: 0;
	}

	.text-block-right .desc {
		max-width: 100%;
	}

	#social-sticky {
		display: none;
	}

	div.back {
		margin: 0 0 55px 20px;
	}

	.header_wb {	/* header on white background */
		font-size: 22px;
		margin: 0;
	}

	.newsletter-block {
		height: auto;
		padding: 91px 20px 102px 20px;
	}

	.newsletter-block .pure-g {
		margin: 0;
	}

	.newsletter-block .header_wb {
		margin-bottom: 15px;
	}

	.newsletter-block .signup:not(.button) {
		width: 100%;
		margin: 30px 0;
		/*height: 50pt;*/
	}

	.newsletter-block div.labelinput input {
		width: calc(100% - 28px);
		height: 51px;
	}

	.newsletter-block .button.orange {
		width: 170px;
	}

	.contacts-area {
		order: 2;
		-webkit-order: 2;
		margin: 60px 20px 40px 20px;
	}

	.smallmap-area {
				order: 1;
		-webkit-order: 1;
	}

	footer .primary {
	    padding: 0;
	}

	footer .primary .address {
		margin-top: -8px;
	}

	footer .secondary {
		text-align: center;
		line-height: 38pt;
		height: auto;
		padding: 4pt 0;
	}

	.mobile-18px {
		font-size: 18px;
	}

	.modal {
		top: 100px;
		width: calc(100% - 40px);
	}

	.modal .close {
		top: -16px;
		right: -16px;
	}

	.modal .close img {
		width: 32px;
		height: 32px;
	}

	.modal .content {
		padding: 57px 20px 60px 20px;
		width: 100%;
	}

	.modal p {
		font-size: 14px;
		line-height: 1.4;
		letter-spacing: 0.5px;
		margin: 15px 0 35px 0;
	}

	.checkbox-area,
	.checkbox-area a {
		font-size: 14px;
		letter-spacing: 0.5px;
	}

	.modal input {
		margin-bottom: 12px;
		width: 100%;
	}

	.newsletter-global-form .button.orange {
		margin-top: 0;
	}

	div.labelinput {
		min-height: 55px;
	}

	div.labelinput input {
		height: 51px;
	}

	.validation-text {
		bottom: -26px;		
	    font-size: 11px;
	    padding: 8px 12px;
	}

	a.close-cookie-banner {
		top: 40px !important;
		right: -3px !important;
	}

}

@media screen and (max-width: 869px) {

	header .level-1-navigation .menu-item {
		display: inline;
		margin-right: 2%;
	}

	header .level-1-navigation li:nth-child(1), 
	header .level-1-navigation li:nth-child(2),
	header .level-1-navigation li:nth-child(3) {
		float: left;
		margin-right: 2%; 
	}

	header .level-1-navigation li:nth-child(4),
	header .level-1-navigation li:nth-child(5),
	header .level-1-navigation li:nth-child(6) {
		float: right;
		margin-right: 0;
		margin-left: 1.5%;
	}

	header .level-1-navigation .menu-item a {	
		font-size: 14px;
	}

	footer .social img {
		margin-right: 18px;
	}

}

@media screen and (min-width: 870px) and (max-width: 1140px) {

	header .level-1-navigation .menu-item {
		display: inline;
		margin-right: 2%;
	}

	header .level-1-navigation li:nth-child(1), 
	header .level-1-navigation li:nth-child(2),
	header .level-1-navigation li:nth-child(3) {
		float: left;
		margin-right: 3%; 
	}

	header .level-1-navigation li:nth-child(4),
	header .level-1-navigation li:nth-child(5),
	header .level-1-navigation li:nth-child(6) {
		float: right;
		margin-right: 0;
		margin-left: 3%;
	}

}
