html {
	width:100%;
	height:100%;
}
body {
	width:100%;
	height:100%;
	margin:0;
	background:#fff;
	color:#333;
}
header {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:90px;
	z-index:100;
	padding:10px 0;
	background:#000;
}
.section {
	padding:90px 0 10px 0 !important;
}
h1 { 
	margin:0 auto; 
	padding:0 20px; 
	display:block; 
	width:151px; 
	height:70px; 
	text-indent:-99999px; 
	float:left; 
}
h1 a { 
	display:block; 
	width:100%; 
	height:100%; 
	background:url(/img/evolare_logo.png) center center no-repeat; 
}
nav {
	background:#000;
	padding:0 20px;
}
nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	float:right;
}
nav ul li {
	display:inline-block;
	float:left;
	padding:0 10px;
}
nav ul li:first-child {
	padding:0 10px 0 0;	
}
nav ul li:last-child {
	padding:0 0 0 10px;
}

nav#lang ul li a {
	display:block;
	font-size:1em;
	line-height:1em;
	color:#666;
	font-family: 'Oswald', sans-serif;
	-moz-transition:color 0.5s linear 0s;
	-webkit-transition:color 0.5s linear 0s;
	-o-transition:color 0.5s linear 0s;
	transition:color 0.5s linear 0s;
}
nav#lang ul li a:hover {
	color:#fff;
}
nav#lang ul li.active a {
	color:#fff;
}
nav#lang ul li:first-child {
	border-right:1px solid #666;
}
nav#main_nav {
	margin-top:15px;
}
nav#main_nav ul li a {
	display:block;
	font-size:1em;
	line-height:2em;
	border-bottom:3px solid #000;
	color:#fff;
	font-family: 'Oswald', sans-serif;
	-moz-transition:border-bottom 0.5s linear 0s;
	-webkit-transition:border-bottom 0.5s linear 0s;
	-o-transition:border-bottom 0.5s linear 0s;
	transition:border-bottom 0.5s linear 0s;
}
nav#main_nav ul li a:hover {
	border-bottom:3px solid #999;
	color:#fff;
}
nav#main_nav ul li.active a {
	border-bottom:3px solid #fff;
	color:#fff;
}
nav a#burger { 
	display: none; 
} 
#section_1 {
	padding:0 !important;
}
#home {
	width:100%;
	height:100%;
	background:url(/img/bg.jpg) center center no-repeat;
	background-size:cover;
}
#home ul {
	width:100%;
	height:100%;
	list-style-type:none;
	margin:0;
	padding:90px 0 0 0;
}
#home ul li {
	float:left;
	width:100%;
	height:25%;
	background-position:center center;
	background-repeat:no-repeat;
	border-top:3px solid #fff;
	-moz-transition:height 0.5s linear 0s;
	-webkit-transition:height 0.5s linear 0s;
	-o-transition:height 0.5s linear 0s;
	transition:height 0.5s linear 0s;
}
/*
#home ul li:hover {
	height:28%;
}
#home ul li:not(:hover) {
	height:18%;	
}
#home ul:not(:hover) li {
	height:20%;	
}
*/
#home ul li a {
	display:block;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	-moz-transition:background 0.5s linear 0s;
	-webkit-transition:background 0.5s linear 0s;
	-o-transition:background 0.5s linear 0s;
	transition:background 0.5s linear 0s;
}
#home ul li:hover a {
	background:rgba(0,0,0,0);
}
.intro {
	width:40%;
	max-width:300px;
	height:100%;
	padding:0;
	margin:0 0 0 7%;
	background:rgba(0,0,0,0.7);
	float:left;
	-moz-transition:background 0.5s linear 0s;
	-webkit-transition:background 0.5s linear 0s;
	-o-transition:background 0.5s linear 0s;
	transition:background 0.5s linear 0s;
}
#home ul li:hover a .intro {
	background:rgba(0,0,0,1);
}
.intro h2 {
	color:#fff;
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	line-height:1em;
	margin:0;
	padding:5%;
}
.intro p {	
	color:#fff;
	font-family: 'Lato', sans-serif;
	font-size:0.8em;
	line-height:1.6em;
	margin:0;
	padding:5%;
}

.clear_right {
	clear:right;
}

.column, .columns {
  	min-height: 1px;
}

.columns h2 {
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:3em;
	line-height:1em;
	margin:0;
	padding:0.5em 0;
}
.columns h3 {
	text-align:center;
	font-family: 'Oswald', sans-serif;
	font-size:2em;
	line-height:1.5em;
	margin:0;
	padding:0.5em 0 1em 0;
}
.columns h3 abbr {
	color:#ccc;
}
.columns h3 a {
	color:#a2238d;
}
.columns p {
	font-size:1em;
	line-height:1.5em;
	margin:0;
	padding:1em 0;
	text-align:center;
}
.columns ul.icons {
	padding:2em 0 0 0;
}
.columns ul.icons li p {
	text-align:center;
}
div.icon {
	width:100px;
	height:100px;
	border-radius:50%;
	background:#000;
	position:relative;
	margin:0 auto;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:auto 60%;
}
.nopadding {
	padding:0 !important;
}
.centered {
	text-align:center;
}

p.currentTextHolder 	{ margin:0; padding:0 10px; font-size:0.8em; line-height:1.5em; }
a.pp_play				{ display:none; }
div.pp_social			{ display:none; }

.single_image {
	max-width:100%;
	max-height: 200px;
}

#map_canvas {
	width:100%;
	height:300px;
}

// Small screens
@media only screen { 

} /* Define mobile styles */

@media only screen and (max-width: 64em) { 		
	nav#main_nav {
		width:100%;
	}
	nav#main_nav ul { 
		display:none; 
		height:auto; 
		width:100%;
	}  
	nav#main_nav ul li {
		width:100%;
		padding:0;
	}
	nav#main_nav ul li a {
		display:block;
		font-size:1em;
		line-height:1.6em;
		border-bottom:1px solid #333;
		padding:5px 0;
		color:#fff;
		font-family: 'Oswald', sans-serif;
		-moz-transition:border-bottom 0.5s linear 0s;
		-webkit-transition:border-bottom 0.5s linear 0s;
		-o-transition:border-bottom 0.5s linear 0s;
		transition:border-bottom 0.5s linear 0s;
	}
	nav#main_nav ul li a:hover {
		border-bottom:1px solid #999;
		color:#fff;
	}
	nav#main_nav ul li.active a {
		border-bottom:1px solid #fff;
		color:#fff;
	}
	nav#main_nav a#burger { 
		display:block; 
		width:40px; 
		height:30px; 
		padding:0; 
		margin:5px 0 0 0;
		background:url('/img/burger.png') center center no-repeat; 
		float:right; 
	} 
	nav#main_nav a#burger.active { 
		margin:10px 0 0 0;
		background:url('/img/burger_active.png') center center no-repeat; 
	} 	
	#home ul li {
		background-position:right center !important;
	}
} /* max-width 1024px */


@media only screen and (max-width: 40em) { 
	header {
		height:50px;
		padding:5px 0;
	}
	.section {
		padding:50px 0 10px 0 !important;
	}
	h1 { 
		padding:0 10px; 
		width:77px; 
		height:40px; 
	}
	h1 a { 
		background:url(/img/evolare_logo_small.png) center center no-repeat; 
	}
	nav {
		padding:0 10px;
	}
	nav ul li {
		padding:0 5px;
	}
	nav#lang ul li a {
		font-size:0.8em;
	}
	nav#main_nav a#burger { 
		width:20px; 
		height:15px; 
		margin:-5px 0 0 0;
		background:url('/img/burger_small.png') center center no-repeat; 
	} 
	nav#main_nav a#burger.active { 
		margin:10px 0 0 0;
		background:url('/img/burger_active_small.png') center center no-repeat; 
	} 
	#home ul {
		padding:50px 0 0 0;
	}
	#home ul li {
		background-size:80% auto;
	}
	.intro {
		width:70%;
	}
	.intro h2 {
		font-size:1em;
		padding:3% 5% 0 5%;
	}
	.intro p {	
		line-height:1em;
		padding:3% 5%;
	}
	.columns h2 {
		font-size:1.5em;
	}
	.columns h3 {
		text-align:left;
		font-size:1em;
	}
	.columns p {
		text-align:left;
	}
	.bx-wrapper {
		padding: 0;
	}
	.bx-wrapper .bx-prev {
		left: 0;
		background: url(/js/bxslider/images/controls_white.png) no-repeat 0 -32px;
	}
	
	.bx-wrapper .bx-next {
		right: 10px;
		background: url(/js/bxslider/images/controls_white.png) no-repeat -43px -32px;
	}
	
	.bx-wrapper .bx-prev:hover {
		background-position: 0 0;
	}
	
	.bx-wrapper .bx-next:hover {
		background-position: -43px 0;
	}
	
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width: 40.063em) { 

} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

} /* min-width 641px and max-width 1024px, use when QAing tablet-only issues */

// Large screens
@media only screen and (min-width: 64.063em) { 

} /* min-width 1025px, large screens */

@media only screen and (min-width: 64.063em) and (max-width: 90em) { 

} /* min-width 1025px and max-width 1440px, use when QAing large screen-only issues */

// XLarge screens
@media only screen and (min-width: 90.063em) { 


} /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) { 

} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

// XXLarge screens
@media only screen and (min-width: 120.063em) { 


} /* min-width 1921px, xxlarge screens */