/* Reset */

body,div,dl,dt,dd,ol,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

*{
	box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
    color: #384f5a;
}

img{
	max-width: 100%;
}

p{
	padding: 0;
	margin: 0 0 15px 0;
    text-align: justify;
}

ol{
	padding:0;
	margin: 0 0 15px;
}

li{
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
}

h1{
	padding:0;
	margin: 0 0 15px;
	font-weight: 900;
    font-size: 48px;
    line-height: 56px;
	text-align: center;
}

h2{
	text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0 0 25px;
    color: #455560;
    font-size: 18px;
}

h3{
	padding:0;
	margin: 0 0 25px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}


body{
	font-family: 'Source Sans Pro', sans-serif;
}

header{
	padding: 55px 0 55px;
	transform: translate(0, -100%);
    transition: transform 0.3s ease-in-out;
}

header.top{
	    transform: translate(0, 0);
}

.lang{
	float: right;
	font-weight: bold;
	margin: 40px 30px 0 0;
	position: relative;
}

.lang a{
	text-decoration: none;
    color: #384f5a;
	padding-right: 15px;
	background: no-repeat center right url(../images/arr.png);
	position: relative;
	z-index: 1;
}

.socials{
	float: right;
	margin: 22px 30px 0 0;
}

.socials a{
	display: inline-block;
	margin: 0 10px;
	height: 24px;
	width: 24px;
	font-size: 0;
	background:no-repeat 0 0 url(../images/fb-icon.png);
}
.socials a.l-in{
	background-image: url(../images/l-in-icon.png);
}
.socials a.insta{
	background-image: url(../images/insta-icon.png);
}
.socials a.tw{
	background-image: url(../images/tw-icon.png);
}
.socials a.fb:hover{
	background:no-repeat 0 0 url(../images/fb-hover-icon.png);
}
.socials a.l-in:hover{
	background-image: url(../images/l-in-hover-icon.png);
}
.socials a.insta:hover{
	background-image: url(../images/insta-hover-icon.png);
}
.socials a.tw:hover{
	background-image: url(../images/tw-hover-icon.png);
}

.separator{
	float: right;
	margin: 50px 40px 0 0;
	width: 38px;
    height: 3px;
    background-color: #cbdb2a;
}

.dropdown-menu{
	display: none;
	position: absolute;
	-webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
	top: -10px;
    left: -10px;
    padding: 35px 0 5px;
}
.dropdown-menu a{
	background:transparent;
	color: #cbdb2a;
	padding: 5px 10px;
}
.dropdown-menu a:hover{
	color: #384f5a;
}
.show.dropdown-menu{
	display: block;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3);
	width: 61px;
	-webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-download{text-align:center; margin-top: 25px; color: #455560;}
.btn-download img{width: 180px; margin-bottom: 10px;}


header .logo img{
	vertical-align: bottom;
}
.tomainmenu{
	font-size: 20px;
	display: inline-block;
    position: relative;
	margin-left: 100px;
}
.tomainmenu a{
    color: #384f5a;
	text-decoration: none;
}
.tomainmenu a:hover{
	color: #cbdb2a;
}
.tomainmenu:before{
	content: ' ';
	width: 38px;
    height: 3px;
    background-color: #cbdb2a;
	position: absolute;
	left: -75px;
    top: 12px;
}


section.main{
	/*padding: 90px 0;*/
}


.container{
	max-width: 1742px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
}

.main_container{
	max-width: 800px;
	margin: 0 auto;
	padding: 0 20px 35px;
}

.row{
	display: flex;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.col_1{
	margin: 0 0 0 10%;
	flex: 0 0 40%;
    max-width: 40%;
	padding-bottom: 25px;
    display: flex;
    flex-direction: column;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col_2{
	flex: 0 0 40%;
    max-width: 40%;
	margin: 0 10% 0 0;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
}

.animate.zoom-in{
	transition-timing-function: ease;
	transition-duration: 1.25s;
	opacity: 0;
	transform: translateZ(0) scale(0);
    transition-property: opacity,transform;
}

.animate.zoom-in.animated{
	opacity: 1;
    transform: translateZ(0) scale(1);
}

footer{
	background-color: #384f5a;
    padding-top: 60px;
    padding-bottom: 60px;
}

footer .copyright{
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    opacity: 0.5;
	flex: 0 0 60%;
    max-width: 60%;
}

footer .copyright a {
    color: #fff;
    text-decoration: none;
}




.team-member{
	font-size: 18px;
	font-weight: 200;
	width: 350px;
	margin: 0 auto;
}
.team-member-photo{
	float:left;
	margin-right: 15px;
}
.team-member-photo img{
	width: 130px;
	border-radius: 50%;
}
.team-member-info strong{
	display:block;	
	font-size: 20px;
}
.team-member-info span{
	display:block;	
	color: #BDD73E;
}
.team-member-info img{
	vertical-align: middle;
}





.contactform{
	width: 360px;
	max-width: 100%;
	margin: 0 auto;
	font-size: 14px;
}
.contactform input[type="text"],
.contactform input[type="email"],
.contactform textarea{
	width: 100%;
	border: 1px #BDD73E solid;
	border-radius: 3px;
	padding: 5px 5px;
	margin-top: 3px;
}
.contactform input[type="text"].error,
.contactform input[type="email"].error,
.contactform textarea.error{
	border: 1px #ff0000 solid;
}
.contactform input[type="checkbox"].error{
	outline: 1px solid #ff0000
}
.contactform textarea{
	height: 100px;
}
.contactform p{
	margin-bottom: 10px;
	text-align: left;
}
.contactform button{
	background: #BDD73E;
	padding: 10px 15px;
	border: none;
	color:#fff;
	border-radius: 3px;
	cursor: pointer;
}
.contactform button:hover{
	background: rgba(189,215,62,0.8);
}
.contactform-info{
	font-size: 14px;
	color: #BDD73E;
	margin: 15px 0;
}
.response{
	background: #BDD73E;
	padding: 10px 15px;
	color:#fff;
	border-radius: 3px;
	display: none;
}
.accept_pp a{
    color: #384f5a;
	text-decoration: none;
	font-weight: bold;
}
.accept_pp a:hover{
	text-decoration: underline;
}









@media only screen and (max-width: 1320px){
	.container {
		max-width: 960px;
	}
	.col_1{
		margin: 0;
		flex: 0 0 60%;
		max-width: 60%;
	}
	.col_2{
		margin: 0;
		flex: 0 0 40%;
		max-width: 40%;
	}
}



@media only screen and (max-width: 1191px){
	.container {
		max-width: 720px;
	}
	header{
		padding-top: 25px;
	}
	header .logo img{width: 100px;}
	.lang{
		margin: 25px 0 0 0;
	}
	.separator{
		margin: 35px 30px 0 0;
	}
	.socials{
		margin: 7px 20px 0 0;
	}
	h1{
		font-size: 36px;
	}
}




@media only screen and (max-width: 768px){
	.container {
		max-width: 540px;
	}
	.col_1, .col_2{
		flex: 0 0 100%;
		max-width: 100%;
	}
	header .logo img{width: 70px;}
	.lang{
		margin: 15px 30px 0 0;
	}
	.separator, .socials{
		display:none;
	}
	h1{
		font-size: 34px;
		margin-top: 5%;
	}
	footer .copyright{
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.tomainmenu{
		font-size: 14px;
		padding-top:5px;
		margin-left: 80px;
	}
	.tomainmenu:before{
		left: -60px;
	}
}
