﻿@font-face {
	font-family: "AvenirLight";
	src: url("/content/vamtech/Fonts/Avenir-Light.ttf");
}

@font-face {
	font-family: "AvenirBlack";
	src: url("/content/vamtech/Fonts/Avenir-Black.ttf");
}

@font-face {
	font-family: "AvenirHeavy";
	src: url("/content/vamtech/Fonts/Avenir-Heavy.ttf");
}

.font-avenirHeavy {
	font-family: "AvenirHeavy";
}

.font-avenirBlack {
	font-family: "AvenirBlack";
}

html, body *:not(i.fab) {
	font-family: Lato,sans-serif !important;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	overflow-x: hidden;
}

main {
	padding-top: 100px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: white;
}

::-ms-input-placeholder { /* Microsoft Edge */
	color: white;
}

.width-100-percent {
	width: 100% !important;
}

.position-relative {
	position: relative;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.hidden-input {
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

footer {
	background-color: #F4F4F4;
	display: block;
	padding: 0 4%;
	width: 100%;
	color: #9B9B9B;
}

	footer .footer-row {
		display: flex;
		margin: 0 4%;
		padding-bottom: 17px;
	}

	footer .footer-row-mobile {
		display: none;
	}

	footer .footer-row-1 {
		width: 100%;
		display: flex;
		padding: 15px 0;
		border-bottom: 1px solid rgba(155, 155, 155, .2);
		-webkit-background-clip: padding-box; /* for Safari */
		background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	}

	footer .footer-copyright, footer .footer-privacy {
		width: 50%;
		text-align: left;
		display: table-cell;
	}

	footer .footer-menu {
		width: 100%;
		padding: 5px 0;
		text-align: left;
		display: table-cell;
	}

	footer .footer-social {
		display: table-cell;
		width: 50%;
		text-align: right;
		padding: 5px 0;
	}

	footer .footer-copyright {
		text-align: left;
	}

	footer .footer-privacy {
		text-align: right;
	}

	footer a, footer a:link, footer a:visited, footer a:hover, footer a:active {
		padding: 10px 15px;
		text-decoration: none;
		color: #9B9B9B;
		cursor: pointer;
	}

		footer a:first-child {
			padding-left: 0;
		}

		footer a:last-child {
			padding-right: 5px;
		}

@media (max-width:768px) { /*sm*/
	footer {
		font-size: small;
	}

		footer .footer-menu {
			width: 50%;
		}

		footer .footer-social {
			display: flex;
			flex-direction: column-reverse;
		}

			footer .footer-menu a, footer .footer-social a {
				display: block;
				padding: 5px 0;
			}

		footer .footer-row-mobile {
			display: flex;
			flex-direction: column;
			width: 100%;
		}

			footer .footer-row-mobile a {
				padding: 5px 5px !important;
			}

			footer .footer-row-mobile .footer-copyright {
				width: 100% !important;
				margin-top: 5px !important;
				display: flex;
				justify-content: flex-end;
			}

			footer .footer-row-mobile .footer-privacy {
				display: flex;
				width: 100%;
				justify-content: space-between;
				align-items: center;
			}

		footer .footer-row {
			display: none;
		}
}


.nav-footer {
	position: fixed;
	bottom: 0;
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
}

	.nav-footer .footer-nav {
		display: flex;
	}

	.nav-footer .footer-nav-mobile {
		display: none;
	}

	footer-nav-mobile

	.nav-footer a, .nav-footer a:link, .nav-footer a:visited, .nav-footer a:hover, .nav-footer a:active {
		text-decoration: none;
		color: inherit;
		cursor: pointer;
	}

	.nav-footer .footer-nav, .nav-footer .nav-footer-social {
		width: -webkit-calc(100% - 140px);
		width: -moz-calc(100% - 140px);
		width: calc(100% - 140px);
	}

	.nav-footer .nav-footer-social {
		text-align: right;
		padding: 5px 0 15px;
		display: table-caption;
		border-bottom: 1px solid rgba(255, 255, 255, .5);
		-webkit-background-clip: padding-box;
		background-clip: padding-box;
		width: 90%;
	}

		.nav-footer .nav-footer-social i {
			margin: 0 10px;
		}

	.nav-footer .nav-footer-copyright, .nav-footer .nav-footer-privacy {
		width: 50%;
		padding: 5px 0;
		opacity: 0.5;
		display: flex;
	}

	.nav-footer .nav-footer-copyright {
		justify-content: flex-start;
	}

	.nav-footer .nav-footer-privacy {
		justify-content: flex-end;
	}

	.nav-footer .nav-footer-privacy {
		text-align: right;
	}

		.nav-footer .nav-footer-privacy a {
			margin-left: 20px;
		}

@media (max-width:500px) {
	.nav-footer .nav-footer-copyright, .nav-footer .nav-footer-privacy {
		font-size: 0.8em;
	}
}

@media screen and (min-width:500px) and (max-width:700px) {
	.nav-footer .nav-footer-copyright, .nav-footer .nav-footer-privacy {
		font-size: 0.9em;
	}
}

@media screen and (min-width:700px) and (max-width:900px) {
	.nav-footer .nav-footer-copyright, .nav-footer .nav-footer-privacy {
		font-size: 1em;
	}
}

/*
    CONTACT PAGE

*/

.contact-page-header {
	padding: 6vh 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow-x: hidden;
}

	.contact-page-header .section-content-1 {
		position: relative;
		display: flex;
		justify-content: center;
	}

		.contact-page-header .section-content-1 .fake-fade {
			top: 0;
		}

		.contact-page-header .section-content-1 .text {
			font-size: xx-large;
			display: unset;
			margin: 0;
		}



.contact-page-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #F0F0F0;
	width: 100%;
}

	.contact-page-form form {
		width: 100%;
		margin-top: -30px;
		margin-bottom: 100px;
		-webkit-animation: fade-in-contact 2s; /* Safari, Chrome and Opera > 12.1 */
		-moz-animation: fade-in-contact 2s; /* Firefox < 16 */
		-ms-animation: fade-in-contact 2s; /* Internet Explorer */
		-o-animation: fade-in-contact 2s; /* Opera < 12.1 */
		animation: fade-in-contact 2s;
		opacity: 1;
	}

		.contact-page-form form input, .contact-page-form form textarea {
			display: block;
			width: 700px;
			max-width: 90%;
			margin: 1em auto;
			padding: 1em 1.4em;
			border: none;
			border-radius: 5px;
			background-color: #F7F7F7;
			box-shadow: 1px 1px 5px 0px rgba(0,0,0,.15);
		}

		.contact-page-form form textarea {
			resize: none;
		}

		.contact-page-form form button {
			width: 150px;
			padding: 1.1em;
			background-color: #33A99D;
			border: none;
			border-radius: 25px;
			color: white;
			box-shadow: 0px 1px 2PX 2px rgba(0,0,0,.15);
		}

	.contact-page-form ::placeholder {
		color: #B5B5B5;
	}


	.contact-page-form :-ms-input-placeholder {
		color: #B5B5B5;
	}


	.contact-page-form ::-ms-input-placeholder {
		color: #B5B5B5;
	}

.map {
	position: relative;
}

.contacts {
	position: absolute;
	left: 5vw;
	top: 15%;
	width: 60vw;
	max-width: 600px;
	background-color: white;
	margin: auto;
	padding: 3vw;
	font-size: x-large;
}

	.contacts .contacts-social {
		margin-top: 1em;
	}

		.contacts .contacts-social i {
			margin-right: 1em;
		}

[id*='TerratypeGoogleMaps'] {
	height: 700px !important;
	max-height: 80vh;
}


@media (max-width:512px) { /*sm*/
	.contacts {
		font-size: 4vw;
	}

	.contact-page-header .section-content-1 .text {
		font-size: large;
	}
}

@media (max-width:768px) { /*md*/
	.contacts {
		font-size: 4vw;
	}

	.contact-page-header .section-content-1 .text {
		font-size: x-large;
	}

	.contact-page-header .section-content-1 {
		margin-top: calc( 130px - 6vh);
	}

	.nav-footer .footer-nav-mobile {
		display: flex;
		flex-direction: column;
		width: 90%;
	}

	.nav-footer .nav-footer-copyright {
		justify-content: flex-end;
		width: 100%;
		padding: 5px 5px !important;
	}

	.nav-footer .nav-footer-privacy {
		padding: 5px 5px !important;
		display: flex;
		justify-content: space-between;
		width: 100%;
	}

	.nav-footer .footer-nav {
		display: none;
	}
}


@keyframes fade-in-contact {
	from {
		opacity: 0;
		margin-top: 10px;
		margin-bottom: 60px;
	}

	to {
		opacity: 1;
		margin-top: -30px;
		margin-bottom: 100px;
	}
}


/*
    END CONTACT PAGE

*/

/*
    COOKIES PAGE

*/

.faq-list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
	text-align: center;
	background-color: #F0F0F0;
	width: 100%;
	min-height: 60vh;
}

ol {
	width: 100%;
	padding: 2vw 6% 2vw 11%;
	margin: 0;
	text-align: left;
}

	ol .myLi {
		margin-top: 1.5em;
		list-style: none;
		counter-reset: initial;
		counter-increment: li;
		position: relative;
	}

		ol .myLi::before {
			content: counter(li) ". ";
			width: 1em;
			display: inline;
			font-weight: 800;
			font-size: 90%;
		}

		ol .myLi h3 {
			display: inline;
			margin: 0;
			font-size: 100%;
			cursor: pointer;
		}

		ol .myLi p {
			margin: 5px 0;
		}

		ol .myLi .switch {
			position: absolute;
			top: 0;
			left: -4%;
			font-size: large;
			cursor: pointer;
		}

		ol .myLi .answer {
			display: none;
		}

			ol .myLi .answer.visible {
				display: block;
			}

@media (max-width:512px) { /*sm*/
	ol .myLi::before {
		font-size: 3vw;
	}

	ol .myLi h3 {
		font-size: 3vw;
	}

	ol .myLi .switch {
		font-size: 3vw;
	}
}

/*
    END COOKIES PAGE

*/









/*
    NEWS PAGE

*/

.news-page {
	display: table;
	width: 100%;
	min-height: 80vh;
	background-color: #F2F2F2;
}

.news-header {
	line-height: 1em;
	padding: 1em 0;
	margin: auto;
	font-weight: 600;
	color: #9B9B9B;
	display: flex;
}

	.news-header .share {
		margin-right: 10px;
		color: #696969;
	}

	.news-header .date {
		margin-left: 20px;
	}

.news-loop {
	padding-left: 0;
	overflow-y: auto;
	min-height: 80vh;
}

	.news-loop .news-item {
		background-color: white;
		margin-bottom: 1em;
		padding: 1em 2em;
		color: #D3D3D3;
		font-size: larger;
		cursor: pointer;
		background-size: 200% 100%;
		background-image: linear-gradient(to left, #33A99D 50%, white 50%);
		transition: background-position 1s;
	}

		.news-loop .news-item.active {
			background-color: #33A99D;
			background-position: -100% 0;
			color: white;
		}

		.news-loop .news-item .title {
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3; /* number of lines to show */
			line-height: 35px;
			max-height: 130px;
		}

		.news-loop .news-item .date {
			margin-top: 1em;
			font-size: small;
		}

.news-item {
	max-width: 1000px;
	margin: auto;
	padding: 0 2em 2em;
}

	.news-item.hidden {
		display: none;
	}

	.news-item img {
		max-width: 100%;
	}

.news-open .news-item {
	text-align: justify;
}

.news-page .title {
	font-weight: 900;
}

.social-button {
	background: #4267b2;
	border: 1px solid #4267b2;
	color: #fff;
	cursor: pointer;
	-webkit-font-smoothing: antialiased;
	margin: 0;
	-webkit-user-select: none;
	white-space: nowrap;
}


@media (max-width: 768px) { /*sm*/
	.news-item {
		padding: 0 1em;
	}

	.news-page .title {
		font-size: 100%;
	}

	.news-page .description {
		font-size: 90%;
	}
}

@media (min-width: 768px) { /*sm*/
	.news-loop {
		margin-top: 0;
	}

	.news-page .title {
		font-size: 110%;
	}

	.news-page .description {
		font-size: 100%;
	}

	.news-page .news-loop .news-item {
		padding: 1em 2em;
	}
}

@media (max-width: 992px) { /*md*/
	.news-loop {
		display: flex;
		min-height: unset;
		white-space: nowrap;
		overflow-x: auto;
		max-width: 100vw;
		padding: 1em 0.5em;
	}

		.news-loop .news-item {
			min-width: 200px;
			max-width: 400px;
			margin: 0 0.5em 0 0;
			padding: 0.5em 1em;
		}

			.news-loop .news-item .title {
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 5; /* number of lines to show */
				line-height: 15px;
				height: 90px;
				white-space: normal;
				font-size: small;
			}

			.news-loop .news-item .date {
				margin-top: 0.5em;
				font-size: x-small;
			}

	.arrow-animation-left-to-right {
		animation: move-right-to-left 5s !important;
	}
}

@media (min-width: 992px) { /*md*/
	.news-loop {
		margin-top: 3em;
	}

	.news-page .title {
		font-size: 115%;
	}

	.news-page .description {
		font-size: 105%;
	}

	.news-loop .news-item:hover {
		background-position: -100% 0;
		color: white;
	}

	.news-header {
		padding: 1em 0;
	}

	.news-open .news-item {
		margin-left: 1vw;
	}
}

@media (min-width: 1200px) { /*lg*/
	.news-page .title {
		font-size: 130%;
	}

	.news-page .description {
		font-size: 110%;
	}
}

@media (min-width: 1500px) {
	.news-page .news-loop .news-item {
		padding: 1em 3em;
	}
}

/*
    END NEWS PAGE

*/

.cookie-banner {
	position: fixed;
	bottom: 0;
	background-color: #66A89C;
	z-index: 5000;
	padding: 16px;
	color: #FFF !important;
	right: 0 !important;
	font-size: 13px;
	vertical-align: baseline;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important;
	left: 0 !important;
	-webkit-animation: cookie-slide-up 2s; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: cookie-slide-up 2s; /* Firefox < 16 */
	-ms-animation: cookie-slide-up 2s; /* Internet Explorer */
	-o-animation: cookie-slide-up 2s; /* Opera < 12.1 */
	animation: cookie-slide-up 2s;
}

.cookie-banner-row {
	max-width: 97.2307692rem !important;
	display: flex;
	justify-content: center;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 30px;
}

.mr-12 {
	margin-right: 12px !important;
}

.cookie-banner-text {
	line-height: 1.61538462 !important;
	margin-bottom: 0 !important;
	clear: both;
	margin-bottom: 1em;
	margin-top: 0;
	font-size: 100%;
}

.cookie-banner-close {
	color: #FFF !important;
	text-decoration: none;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.mr-12 a {
	color: inherit !important;
	text-decoration: underline !important;
}

.svg-icon:not(.native) * {
	fill: currentColor;
}

.mr-12 p {
	margin: 0px;
	padding: 0px;
}

.hide-animation {
	-webkit-animation: cookie-slide-down 2s forwards; /* Safari, Chrome and Opera > 12.1 */
	-moz-animation: cookie-slide-down 2s forwards; /* Firefox < 16 */
	-ms-animation: cookie-slide-down 2s forwards; /* Internet Explorer */
	-o-animation: cookie-slide-down 2s forwards; /* Opera < 12.1 */
	animation: cookie-slide-down 2s forwards;
}

.hide {
	display: none;
}

@keyframes cookie-slide-up {
	from {
		transform: translateY(100%);
	}

	to {
		transform: translateY(0%);
	}
}

@keyframes cookie-slide-down {
	from {
		transform: translateY(0%);
	}

	to {
		transform: translateY(100%);
		display: none;
	}
}

.nav-link-language {
	font-size: smaller !important;
	margin-top: 50px !important;
}

.inline-label-menu {
	list-style-type: none;
}

	.inline-label-menu span {
		display: inline-block;
	}

.visibility-hidden {
	display: none !important;
}

.background-white .section-5 {
	background: white;
}

	.background-white .section-5 .section-content-5 {
		background-color: #F2F2F2;
	}

.section-content-1 .text {
	max-width: inherit !important;
	position: relative;
	margin: 20px !important;
	display: flex !important;
	font-size: 1.4em !important;
	letter-spacing: 2px !important;
	text-align: left;
	flex-direction: column;
}

	.section-content-1 .text p {
		padding: 0px;
		margin: unset;
		margin-bottom: 10px !important;
	}

.section-middle-centered {
	padding: 0px 11%;
}

.section-middle-centered-child {
	margin: 0 7% 0 7%;
	padding: unset !important;
}

@keyframes move-left-to-right {
	30% {
		transform: translate(200px, 0);
	}

	60% {
		transform: translate(0, 0);
	}
}

.arrow-animation-left-to-right {
	animation: move-left-to-right 5s;
}

@keyframes move-right-to-left {
	30% {
		transform: translate(0, 0);
	}

	60% {
		transform: translate(-100px, 0);
	}
}

.arrow-animation-right-to-left {
	animation: move-right-to-left 5s;
}

.arrow-down {
	background-image: url("../../content/Vamtech/ios7-arrow-down.svg");
}

.arrow-up {
	background-image: url("~/content/Vamtech/ios7-arrow-up.svg");
}

@media (max-width: 768px) {
	.section-content-1.cookies {
		margin-top: unset !important;
		margin-bottom: unset !important;
		height: 100%;
	}

		.section-content-1.cookies .text {
			position: absolute;
			top: 0;
			min-width: 90vw !important;
		}

	.section-content-1.rgpd {
		margin-top: unset !important;
		margin-bottom: unset !important;
		height: 100%;
	}

		.section-content-1.rgpd .text {
			position: absolute;
			top: 0;
			min-width: 90vw !important;
		}

	ol .myLi .switch {
		font-size: 3vw;
		left: -8% !important;
	}

	.mobile-nav-handler .page-name {
		overflow: hidden;
		max-height: 30px;
		margin: unset;
		max-width: 150px;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0px 10px;
	}
}



/* reCaptcha*/

.g-recaptcha {
    transform: translate(-2.5vw) scale(0.7)
}

@media (max-width: 1680px) {
    .g-recaptcha {
        transform: translate(-2.8vw) scale(0.7);
    }
}

@media (max-width: 1440px) {
    .g-recaptcha {
        transform: translate(-3.2vw) scale(0.7);
    }
}

@media (max-width: 961px) {
    .g-recaptcha {
        transform: translate(-5vw) scale(0.7);
    }
}

@media (max-width: 801px) {
    .g-recaptcha {
        transform: translate(-5.6vw) scale(0.7);
    }
}

@media (max-width: 361px) {
    .g-recaptcha {
        transform: translate(-0.6vw) scale(0.7);
    }
}

@media (max-width: 321px) {
    .g-recaptcha {
        transform: translate(-3vw) scale(0.6);
    }
}

