@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
*{
	font-family: 'Roboto', sans-serif;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
    font-size:2vw;
}
h2 {
	margin-bottom: 20px;
    margin-top: 20px;
}
.oneThird h2 {
	margin-bottom: 20px;
    margin-top: 0px;
}
h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
    font-size:1.1vw;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}


/* Custom CSS
 * --------------------------------------- */
body{
	font-family: 'Roboto', sans-serif;
	color: #333;
	color: rgba(0,0,0,0.9);
}
.showDesktop{
	display:block !important;
}
.showMobile{
	display:none !important;
}
.wrap{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	position: relative;
}
h1{
	font-size: 2.5em;
	font-weight:700;
	margin-bottom:30px;
}
h2{
	font-size: 2em;
	font-weight:700;
	margin-bottom:30px;
}
p {
    font-size: 0.8vw;
}
.intro p{
	width: 50%;
	margin: 0 auto;
	font-size: 1.5em;
}
.section{
	text-align:center;
}
#section1{
	text-align:justify;
	font-weight:300;
}
.im1{
    width: 100% !important;
    padding-bottom: 100% !important;
	height: auto;
	max-width:100%;
	float: right;
	margin:0px 0px 10px 0px;	
	box-shadow: 3px 3px 15px rgba(0,0,0,0.5);
	border-radius:5px;
	background-size: auto 100% !important;
}

.im2{
	width: 50%;
	height: 70vh;
	max-width:100%;
	float: left;
	margin:0px 20px 10px 0px;	
	box-shadow: -3px 3px 15px rgba(0,0,0,0.5);
	border-radius:5px;
	background-size: auto 100% !important;
}
.icon1{
	text-align:left;
	width: 5vh;
	height: 5vh;
	background: url(/img/vda_email_white.svg) center center no-repeat transparent;
	background-size: contain;
	margin-top: 1vh;
	display: inline-block;
	margin-right:1vh;
	color: transparent;
}
.icon2{
	text-align:left;
	width: 5vh;
	height: 5vh;
	background: url(/img/icon_vcard_white.svg) center center no-repeat transparent;
	background-size: contain;
	margin-top: 1vh;
	display: inline-block;
	margin-right:1vh;
	color: transparent;
}
.icon3{
	text-align:left;
	width: 5vh;
	height: 5vh;
	background: url(/img/icon_linkedin_white.svg) center center no-repeat transparent;
	background-size: contain;
	margin-top: 1vh;
	display: inline-block;
	margin-right:1vh;
	color: transparent;
}
.checkbox{
    width: 20px !important;
    float: left !important;
    margin: 4px 4px 14px 0px !important;
    cursor:pointer;
}
.privacy{
	text-decoration: underline;
}
.privacy:hover{
	color:#888;
}
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
#section3{
	text-align:left;
}
#section3 .container img{
	width: 550px;
	max-width:100%;
	float: left;
	margin:0px 20px 10px 0px;	
	box-shadow: -3px 3px 15px rgba(0,0,0,0.5);
	border-radius:5px;
}
#section3 .container p{
	text-align: justify;
}
#section3 ul{
	margin-top:20px;
}
#section3 ul li{
	width:24%;
	display:inline-block;
	float:left;
}
#menu{
    background: rgba(0,0,0,0.08);
	position: relative;
	margin:auto;
}
#menu.opaqueBg{
    background: rgba(220,220,220,1);
}
#menu ul {
    position: relative;
	max-width:1250px !important;
	left:50% !important;
	margin-left:-625px !important;
}
#menu li {
	display:inline-block;
    margin: -3px 5px 2px 5px;
	color: #000;
}
#menu li:first-child {
    position: absolute;
	float:left;
	top.0;
	left:0;
    margin-left: -18px;
}
#menu ul li.last {
    position: absolute;
	float:right;
	top.0;
	right:0;
    margin-right: -18px !important;
}
#menu li.active{
	background: transparent;
	color: #fff;
}
#menu li a.home{
	text-decoration:none;
	color: #fff;
}
#menu li.active a.home:hover{
	color: #fff;
}
#menu li a{
	text-decoration:none;
	color: #000;
}
#menu li.active a:hover{
	color: #000;
}
#menu li:hover{

}
#menu li a, #menu li.active a{
	padding: 19px 18px;
	display:block;
    text-transform: uppercase;
	color: #000;
	font-size:0.9em;
}
#menu li.active a{
	text-decoration: none;
}
#menu{
	position:fixed;
	top:0;
	left:0;
	height: 50px;
	z-index: 70;
	width: 100%;
	padding: 0;
	margin:0;
    text-align: center;
}
.twitter-share-button{
	position: fixed;
	z-index: 99;
	right: 149px;
	top: 9px;
}
#download{
	margin: 10px 0 0 0;
	padding: 15px 10px;
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
	background-color: #49afcd;
	background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -webkit-gradient(linear,0 0,0 100%,from( #5bc0de),to( #2f96b4));
	background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
	background-image: linear-gradient(top, #5bc0de, #2f96b4);
	background-repeat: repeat-x;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
	border-color: #2f96b4 #2f96b4 #1f6377;
	border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	vertical-align: middle;
	cursor: pointer;
	display: inline-block;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}
#download a{
	text-decoration:none;
	color:#fff;
}
#download:hover{
	text-shadow: 0 -1px 0 rgba(0,0,0,.25);
	background-color: #2F96B4;
	background-position: 0 -15px;
	-webkit-transition: background-position .1s linear;
	-moz-transition: background-position .1s linear;
	-ms-transition: background-position .1s linear;
	-o-transition: background-position .1s linear;
	transition: background-position .1s linear;
}
#infoMenu{
	height: 20px;
	color: #f2f2f2;
	position:fixed;
	z-index:70;
	bottom:0;
	width:100%;
	text-align:right;
	font-size:0.9em;
	padding:8px 0 8px 0;
}
#infoMenu ul{
	padding: 0 40px;
}
#infoMenu li a{
	display: block;
	margin: 0 22px 0 0;
	color: #333;
}
#infoMenu li a:hover{
	text-decoration:underline;
}
#infoMenu li{
	display:inline-block;
	position:relative;
}
#examplesList{
	display:none;
	background: #282828;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 20px;
	float: left;
	position: absolute;
	bottom: 29px;
	right: 0;
	width:638px;
	text-align:left;
}
#examplesList ul{
	padding:0;
}
#examplesList ul li{
	display:block;
	margin: 5px 0;
}
#examplesList ul li a{
	color: #BDBDBD;
	margin:0;
}
#examplesList ul li a:hover{
	color: #f2f2f2;
}
#examplesList .column{
	float: left;
	margin: 0 20px 0 0;
}
#examplesList h3{
	color: #f2f2f2;
	font-size: 1.2em;
	margin: 0 0 15px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
	padding: 0 0 5px 0;
}



/* Demos Menu
 * --------------------------------------- */
 #demosMenu{
	position:fixed;
	bottom: 10px;
	right:10px;
	z-index: 999;
 }

/* Sections
 * --------------------------------------- */

#section0{
	background: url(/img/bg1.jpg) center center no-repeat transparent;
	background-size: cover;
}

.container{
	position: relative;
	width:1250px;
	margin:auto;
}
.oneHalf1{
	position: relative;
    width: 58.5%;
    float: left;
    text-align: justify;
    padding: 0% 1.5% 0% 0%;
}
.oneHalf1 a{
	position: relative;
    width: 58.5%;
    float: left;
    text-align: justify;
    padding: 0% 1.5% 0% 0%;
    font-size: 1vw !important;
    font-weight: 400;
}
.oneHalf2{
    position: relative;
    width: 40%;
    float: left;
    text-align: right;
    padding: 0% 0%;
}
.oneThird{
    position: relative;
    width: 31.6%;
    float: left;
    text-align: justify;
    padding: 0%;
    margin-left:2.5%;
}
.oneThird.first{
    padding-left: 0%;
    margin-left:0%;
}
.oneThird.first p img{
    width: 100%;
    height: auto;
}
.split4060v1{
	position: relative;
	width:50%;
	height:94%;
	margin-top:6%;
	float:left;
	text-align:center;
	background-size: contain !important;
}

.split6040v1{
	position: relative;
	width:615px;
    height: calc(100% - 50px);
    float: left;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 50px;
}
.split6040v1 p{
	font-size:0.8vw;
	margin-bottom:10px;
	font-weight:300;
	text-align: justify;
}
.split4060v2{
	position: relative;
	width:50%;
	height:95%;
	margin-top:5%;
	float:right;
	text-align:center;
	background-size: contain !important;
}

.split6040v2{
	position: relative;
	width:615px;
	height:100%;
	padding-left:0%;
	float:right;
	text-align:justify;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.split6040v2 p{
	font-size:0.8vw;
	margin-bottom:10px;
}
.menuLogo{
    width: 175px;
    height: 40px;
	background: url(../img/logo-xs-b.png) top center no-repeat transparent;
    margin-top: 7px;
    margin-bottom: -17px;
}
.fp-viewing-page1 .menuLogo{
	background: url(../img/transparent.png) top center no-repeat transparent;
}

.home .menuLogo{
	background: url(../img/logo-xs.png) top center no-repeat transparent !important;
}
#section5 .container{
	text-align:left;
}
#section5 p{
	font-size:0.8vw;
	margin-bottom:10px;
}
.split4060v3{
	position: relative;
	width:33.33%;
	height:100%;
	float:left;
	text-align:left;
}
.split4060v31{
	position: relative;
	width:50%;
	height:100%;
	float:left;
	text-align:left;
}
.split4060v32{
	position: relative;
	width:50%;
	height:100%;
	float:left;
	text-align:left;
}
.split4060v33{
	position: relative;
	width:33.33%;
	height:100%;
	float:left;
	text-align:left;
}
input, textarea{max-width:80% !important;}

.split6040v3{
	position: relative;
	width:40%;
	height:100%;
	padding-right:20%;
	float:left;
	text-align:left;
	display: flex;
}
.siteFooter a{
	color: inherit;
}
.siteFooter form input{
	width: 100%;
	background: #292a2a;
	border: none;
	padding:10px 5%;
	margin-bottom:10px;
	color:#808284;
}
.siteFooter form textarea{
	width: 100%;
	background: #292a2a;
	border: none;
	padding:10px 5%;
	margin-bottom:10px;
	color:#808284;
	height:71px !important;
}
.siteFooter form .submit{
	width: 50%;
	color:#808284;
}
.topHalf{
	height:85%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.bottomHalf{
	background:#1e2021;
	height:15%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color:#808386;
	
}
.topHalf .container, bottomHalf .container{
	width:100%;	
	max-width:1250px;
}
.split4060v4{
	position: relative;
	width:50%;
	height:100%;
	float:left;
	text-align:left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.split6040v4{
	position: relative;
	width:50%;
	height:100%;
	float:right;
	text-align:right;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.slide1{
	background: #ebe8e2;
}
.slide2{
	background: #b7bec7;
}

#section4 form {
	width:800px;
	max-width:100%;
	margin:auto;
}

#section4 form input{
	width: 100%;
	background: #ccc;
	border: none;
	padding:10px 5%;
	margin-bottom:10px;
	color:#808284;
}
#section4 form textarea{
	width: 100%;
	background: #ccc;
	border: none;
	padding:10px 5%;
	margin-bottom:10px;
	color:#808284;
	height:150px;
}
#section4 form .submit{
	width: 50%;
	color:#808284;
}
#section4 form .submit{
	float:left;
}
#section4{
	text-align: left;
}
.split4060v4 p a:hover{
	color:#fff;
}
.standAlonePage#section4{
	position:absolute;
	width:100%;
	height:100%;
	background:url(/img/img3.jpg) center center no-repeat transparent;
	background-size:cover;
}

.call2action, .legal {
    display: inline-block;
    text-align: right;
    vertical-align: middle;
    padding: 12px 24px;
    color: #111;
    text-decoration: none;
}
.call2action {
    margin-top:-58px;
}
.call2action, .legal {
    font-size: 0.8vw !important;
}
.call2action:hover, .call2action:focus {
    text-decoration: underline;
}
.cc-revoke, .cc-window{
	font-size: 0.75rem !important;
}
.cc-window.cc-banner{
	background: rgba(0,0,0,0.5) !important;
}
.cc-btn{
	background-color: rgb(0, 96, 241) !important;
	color:#fff !important;
}
.gMapsFrame{
	width: 100%;
	height: 400px;
}
@media (max-width: 1368px) {
	#menu li:first-child {
	    margin-left: -1px;
	}
	p {
	    font-size: 1.1vw;
	}
	.split6040v1 p, .split6040v2 p{
		font-size:1vw;
		margin-bottom:10px;
	}	
	.im2 {
	    height: 75vh;
	}
	.call2action, .legal {
	    font-size: 1vw !important;
	}
	.im1{
	    width: 20vw;
	    padding-bottom: 32vw;
	}
	.languageEN .im1 {
	    width: 20vw;
	    padding-bottom: 42vw;
	}
}
@media (max-width: 1250px) {
	.container{
		position: relative;
		width:1050px;
		margin:auto;
	}
	#menu ul {
		max-width:1050px !important;
		margin-left:-525px !important;
	}
	.split6040v1, .split6040v2{
		width:525px;
	}
	
	.topHalf .container, bottomHalf .container{
		max-width:1050px;
	}
}

@media (max-width: 1290px) {
	.container{
		position: relative;
		width:1150px;
		margin:auto;
	}
	#menu ul {
		max-width:1150px !important;
		margin-left:-575px !important;
	}
	.split6040v1, .split6040v2{
		width:575px;
	}
	
	.topHalf .container, bottomHalf .container{
		max-width:1150px;
	}
	.menuLogo{
	    width: 95px;
	    height: 30px;
	    background: url(../img/logo-xs-b.png) top center no-repeat transparent;
	    margin-top: 13px;
	    margin-bottom: -17px;
	    background-size:contain;
	}
}
@media (max-width: 1100px) {
	.container{
		position: relative;
		width:950px;
		margin:auto;
	}
	#menu ul {
		max-width:950px !important;
		margin-left:-475px !important;
	}
	.split6040v1, .split6040v2{
		width:475px;
	}
	
	.topHalf .container, bottomHalf .container{
		max-width:950px;
	}
	.menuLogo{
	    width: 95px;
	    height: 30px;
	    background: url(../img/logo-xs-b.png) top center no-repeat transparent;
	    margin-top: 13px;
	    margin-bottom: -17px;
	    background-size:contain;
	}
}
@media (max-width: 900px) {
	#menu li a, #menu li.active a {
	    font-size: 0.6em;
	}
	.container{
		width:100%;
	}
	#menu ul {
		max-width:100% !important;
		margin-left:unset !important;
	}
	.split6040v1{
		width:100%;
	}
	.topHalf .container, bottomHalf .container{
		max-width:100%;
	}
	input, textarea{max-width:100% !important;}

}
@media (max-width: 1060px) {

}
@media (max-width: 768px) {
	.framed{
		width: 100vw;
		display: inline-block;
	}
	html, body{
		width:100vw;
		height:100vh;
	}
	.showDesktop{
		display:none !important;
	}
	.showMobile{
		display:block !important;
	}
	p {
	    font-size: 4vw;
	    text-align:justify;
	    font-weight:300;
	}
	h1,h2 {
	    font-size:6vw;
	    text-align:center;
	}
	h3,h4,h5,h6 {
	    font-size:3vw;
	    text-align:center;
	}

	#menu {
		width:100vw;
	}
	#menu {
	    background: rgba(230,230,230,0);
	    transition: all 0.2s linear;
	}
	#menu.scrolled {
	    background: rgba(230,230,230,1);
	}
	#menu ul{
		display:none;
		background:#fff;
		margin-top:52px;
   		left: 0 !important;
	}
	#menu li {
	    display:block;
		width:100vw;
		text-align:center;
	}
	#menu ul li.last {
	    position: relative;
	    float: unset;
	    right: unset;
	}
	.menuLogo{
		display:none !important;
	}
	#menu li a, #menu li.active a {
	    font-size: 1.4em;
	    color:#000 !important;
	}
	#section0 .container img {
	    position: absolute;
	    top: 40vh;
	    left: 0;
	    max-width: 100%;
	}
	.mobileMenuSwitch{
		width:20vw !important;
		height:40px;
		margin-top:5px;
	    position: absolute;
	    top: 13px;
    	left: 77vw;
	    text-align: right !important;
	    cursor:pointer;
	    z-index: 9999;
	}
	.mobileMenuSwitch img{
		height:30px;
	}
	.mobileMenuSwitch.inverted img{
		filter: invert(100%);
	}
	.menuLogoMobile {
	    position: fixed;
	    top: 0;
	    left: 0;
	    width: 80vw;
	    padding-left: 10vw;
	    height: 50px;
	    z-index: 999;
	    display: block !important;
	    text-align: center;
	    margin-top: 4px;
	}
	.menuLogoMobile img{
		display:none;
		height:30px;
		margin-top:5px;
	}
	.fullpage{
		padding:0px 5px;
	}
	.section{
		position: relative;
		padding-top:50px;
    	padding: 5%;
    	clear:both;
	}
	#section0{ 
		background-color: #000000;
	}
	#section1{
		background-color: #ffffff;
	}
	#section2{
		background-color: #ebe8e2;
	}
	#section3{
		background-color: #b7bec7;
	}
	#section4{
		background-color: #ffffff;
	}
	#section5{
		background-color: #66686b;
	}
	#section6{
		background-color: #66686b;
	}

	.section.siteFooter{
    	padding: 5% 0% !important;
	}
	.oneThird{
		width:100%;
		padding:0%;
		margin-top:15%;
	}
	#section0 {
		margin-top:0px;
	    background-size: cover!important;
	    background-position: center center !important;
    	height: 100vh;
	}
	#section0 img {
		width:100%;
	}
	#section3 .im2 {
		width:100%;
		height: 40vh;
	}
	.split4060v1, .split4060v2, .split4060v3 {
	    position: relative;
	    width: 100%;
	    padding-left: 0%;
	    height: 50vh;
	    margin-bottom: 5vh;
	}
	.split6040v1, .split6040v2, .split6040v3{
		position:relative;
		width:100%;
    	padding-left: 0%;
    	padding-right: 0%;
    	margin-top:0px;
	}
	.split6040v1 p, .split6040v2 p, .split6040v3 p {
	    font-size: 0.8vw;
	    font-size: 4vw;
	}
	
	.oneHalf1 {
	    width: 98%;
	    padding: 0% 1%;
	}	
	.oneHalf1 a{
	    text-align: center;
	}	
	#section3 ul li {
	    width: 100%;
	    display: block;
	    float: none;
	}
	.split4060v31{
		position: relative;
		width:90vw;
	    margin-left:5vw;
		height:100%;
		float:left;
		text-align:left;
	}
	.split4060v32{
		position: relative;
		width:90vw;
	    margin-left:5vw;
		height:100%;
		float:left;
		text-align:left;
	}
	.split4060v33{
		position: relative;
		width:90vw;
	    margin-left:5vw;
		height:100%;
		float:left;
		text-align:left;
	}	
	.gMapsFrame {
		width:100%;
	    height: 200px;
	    margin-top:5vh;
	    margin-bottom:5vh;
	    position: relative;
	}
	#section4 form input, #section4 form textarea{
		width:90%;
	}
	.bottomHalf {
	    padding-top: 4vh;
	    padding-bottom: 4vh;
	}
	.call2action, .legal, .oneHalf1 a {
	    font-size: 5vw !important;
	    text-align: center;
    	width: 100%;
	}
	.call2action {
	    margin-top: -10px;
	    left: 0;
	    margin-left: 0;
	    width: 100%;
	    padding-left: 0;
	}
	.oneThird{
		margin-left:0;
	}
	.split4060v4 p{
		font-size:3.5vw;
		padding-left:3%;
		padding-right:5%;
		
	}
}