body {
	font-family: "Lato", Arial, Sans-serif;
    color:#000;
    background-color: #fff;
	font-size: 22px;
	line-height: 130%;
	padding: 0;
	margin: 0;
}

a{
	color:#F07;
	text-decoration:none;
	-webkit-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	outline: none;
}

a:hover{
	color: #666;
}

strong{
	font-family:"Lato", Arial, Sans-serif;
	font-weight: 700;
}
h1{
	font-size: 56px;
	font-family:"Lato", Arial, Sans-serif;
	font-weight: 700;
	line-height: 66px;
	letter-spacing: -1px;
	margin: 0;
}
h2{
	font-size: 36px;
	font-family:"Lato", Arial, Sans-serif;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 40px;
	margin: 0;
	line-height: 140%;
}

p{
	margin: 0 0  30px 0;
}

img{
	border: none;
	outline: none;
}

.clear{
	clear: both;
}

/***************************** BIG BACKGROUND PICTURE ********************/

header{
	position: relative;
}

#background-img{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: -10;
	background-image: url(images/background-dance.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
@media (min-width: 1300px) {
	#background-img{
		background-image: url(images/background-dance-over1300.jpg);
	}
}

 

/***************************** MENU *****************************/
menu{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #000;
	color: #fff;
	text-align: center;
	font-size: 25px;
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #333;
}


ul#menu{
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul#menu li{
	display: inline-block;
	list-style-type: none;
	padding: 5px;
	margin: 5px 10px;
	text-align: center;
	color:#F09;
	/*height: 20px;*/
	-webkit-transition: all 0.4s ease-in-out; 
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
ul#menu a:link,
ul#menu a:visited,
ul#menu a:active{
	color: #fff;
	padding: 0;
	margin: 0;
}
ul#menu a:hover{
	color:#F09;
}
ul#menu li#hamburger{
	display: none;
}
.menuitem{
	height: auto;
	overflow: visible;
}
.visible{
	border-bottom: none;
}
/**** 	RESPONSIVE MENU ****/
@media (max-width: 610px) {
	menu{
		padding: 0;
	}

	ul#menu li#hamburger{
		display: block;
	}
	ul#menu li{
		margin: 0px;
		padding: 0;
		border: none;
		display: block;
	}
	ul#menu a:link,
	ul#menu a:visited,
	ul#menu a:active{
		display: block;
		padding: 10px 0;
	}
	ul#menu a:hover{
		background-color:#333;
	}
	.menuitem{
		height: 0px;
		overflow: hidden;
	}
	.visible{
		height: 50px!important;
		overflow: visible;
		border-bottom: 1px solid #eee!important;
	}
}
@media (min-width: 610px) {
ul#menu li{
	height: 20px;
}

}
/**** 	END RESPONSIVE MENU ****/
/***************************** END MENU *****************************/



/********************** HEADER **********************/
 

.hugelogo-blank{
	margin-top: 110px;
	max-width: 1200px;
}

.hugelogo-blank img{
	width: 100%;
	height: auto;
}

#hugelogo{
	width: 100%;
	position: fixed;
	top: 110px;
	left: 0;
	z-index: 0;
	text-align: center;
}

@media (max-width: 700px) {
	.hugelogo-blank{
		margin-top: 90px;
	}
	#hugelogo
	{
		top: 90px;
	}
}
@media (max-width: 610px) {
	.hugelogo-blank{
		margin-top: 70px;
	}
	#hugelogo
	{
		top: 65px;
	}
	}


.empowering-logo{
	width: 98%;
	height: auto;
	margin: auto;
	max-width: 1200px;
}

#others-logo{
	width: 95%;
	max-width: 1200px;
	margin: 80px auto 30px auto;
	text-align: left;
	position: relative;
}
@media (max-width: 550px) {
#others-logo{
	text-align: center;
}
}

.empowering-logo-others{
	width: 30%;
	position: relative;
}
@media (max-width: 550px) {
.empowering-logo-others{
	width: 100%;
}
}
#page-title{
	width: 65%;
	text-align:  right;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media (max-width: 840px) {
	#page-title{
		position: relative;
		float: right;
	}
}
@media (max-width: 550px) {
	#page-title{
		float: none;
		clear: both;
		width: 100%;
		text-align: center;
		margin: 30px 0;
	}
}
#page-title h1{
	font-size: 56px;
	font-family:"Lato", Arial, Sans-serif;
	margin: 0;
	padding: 0;
	line-height: 100%;

}

/************** end HEADER ****************/

/****************** MAIN *********************/

.wrapper1200{
	width: 95%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.text-content{
	font-size: 30px;
	line-height: 140%;
}
@media (max-width: 900px) {
.text-content{
	font-size: 25px;
	line-height: 150%;
	}
}
@media (max-width: 600px) {
.text-content{
	font-size: 23px;
	line-height: 120%;
	}
}

/*** white lines ***/
#lines{
	width: 100%;
	background-color: #fff;
	background-image: url(images/bck_lines.png);
	background-repeat: repeat-y;
	background-size: 100%;
	position: relative;
	z-index: 2;
}

.lines-top-white{
	margin: -20px 0 0 0;
	padding: 0;
}
.lines-top-white img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 0;
	display: block;
}
#lines-bottom{
	margin: 0;
	padding: 0;
}
#lines-bottom img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 0;
	display: block;
}
.white-bottom-fade{
	width: 100%;
	height: auto;
	display: block;
}
/*** end white lines ***/

/*** black lines ***/

.blackzone{
	background-color: #000;
	background-image: url(images/bck_lines.png);
	background-repeat: repeat-y;
	background-size: 100%;
}
.lines-top-black{
	margin: 60px 0 0 0;
	padding: 0;
}
.lines-top-black img{
	width: 100%;
	height: auto;
	position: relative;
	z-index: 1;
	margin: 0;
	display: block;
}
.black-bottom-fade{
	width: 100%;
	height: auto;
	display: block;
	margin-top: -150px;
	position: relative;
	z-index: 4;
}

@media (max-width: 690px) {
	.black-bottom-fade{
		margin-top: -100px;
	}
}
@media (max-width: 410px) {
	.black-bottom-fade{
		margin-top: -50px;
	}
}
/*** end black lines ***/






/****************** ABOUT ************/
#about-project{
	padding: 30px 0 0 0;
	text-align: center;
	font-size: 30px;
	line-height: 150%;
}

@media (max-width: 600px) {
#about-project{
	font-size: 25px;
	line-height: 120%;
}

}
/****************** end ABOUT ************/


/*************************** FRONTPAGE VIDEO ********************/

#video-frontpage{
	width: 100%;
	position: relative;
	z-index: 400;
	margin: 30px 0 50px 0;

}
#video-center{
	max-width: 1200px;
	margin: 0 auto;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0;
	height: 0;
}
.videoWrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*************************** END FRONTPAGE VIDEO ********************/



/********** PARTNERS **********/

#partners-box{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	position: relative;
	z-index: 5;
}

#partners-box h2{
	line-height: 90px;
	color: #fff;
}

.partner-logo{
	width: 100%;
	height: auto;
}

a.partner-link:link,
a.partner-link:visited,
a.partner-link:active{
	display: inline-block;
	width: 25%;
	color: #000;
	font-size: 18px;
	line-height: 22px;
	margin: 20px 2.5%;
	border: 1px solid #fff;
	background-color: #000;
}
a.partner-link:hover{
	background-color: #f07;
}

@media (max-width: 540px) {
	a.partner-link:link,
	a.partner-link:visited,
	a.partner-link:active{
	width: 43%;
	}
}
@media (max-width: 340px) {
	a.partner-link:link,
	a.partner-link:visited,
	a.partner-link:active{
	width: 90%;
	}

}

.partners-more-details
{
	margin: 40px auto 20px auto;
}
/********** end PARTNERS **********/


/****************** DATES / JOURNEY ***********************/

#journey{

 margin-top: 100px;
}

#journey h2{
	text-align:  center;
	line-height: 90px;
}

.journey-date{
	width: 23%;
	float: left;
	text-align: right;
	padding: 20px 0;
	color: #f07;
}
.journey-place{
	width: 75%;
	float: right;
	padding: 20px 0;
}

.journey-separator{
	clear: both;
	border-bottom: 1px solid #f07;

}
@media (max-width: 880px) {
	.journey-date{
		width: 35%;
		
	}
	.journey-place{
		width: 60%;
	}
}
@media (max-width: 580px) {
	.journey-date{
		width: 100%;
		float: none;
		text-align: center;
		padding: 20px 0 0 0;
		
	}
	.journey-place{
		width: 100%;
		float: none;
		text-align: center;
		padding: 0 0 20px 0;
	}
}

.journey-place a:link,
.journey-place a:visited,
.journey-place a:active{
	color: #000;
	font-family:"Lato", Arial, Sans-serif;
	font-weight: 700;
}


.journey-pinklink::before{
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin-right: 5px;
	color:#888;
	font-size: 15px;
	vertical-align: middle;
	display: inline;
	content: "►";
}

a.journey-pinklink:link,
a.journey-pinklink:active,
a.journey-pinklink:visited{
	display: block;
	color: #f07;
	font-size: 18px;
	font-weight: bold;
	margin: 7px 0 0 0;
	line-height: 1.3em;
	text-transform: uppercase;
	cursor: pointer;
	font-family: "Lato", Arial, Sans-serif;
	letter-spacing: -1px;
}
a.journey-pinklink:hover{
	color: #000;
}

/****************** end DATES / JOURNEY ******************/


/****************** FOOTER /******************/

footer{
	background-color: #666;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 3;
	text-align: center;
}

#ed{
	width: 20%;
	float: left;
	text-align: left;
}
#commdance{
	width: 35%;
	float: left;
	text-align: center;
}
#c360{
	width: 35%;
	float: right;
	text-align: left;
}
@media (max-width: 520px) {
	#commdance{
		width: 100%;
		float: none;
		text-align: center;
		margin: 50px 0 50px 0;
	}
	#c360{
		width: 100%;
		float: none;
		text-align: center;
		margin: 50px 0 0 0;
	}
	#ed{
		width: 100%;
		float: none;
		text-align: center;
		margin: 50px 0 0 0;
	}
}

#commdance img{
	width: 90%;
	height: auto;
	max-width: 308px;
}
#c360 img{
	width: 90%;
	height: auto;
	max-width: 372px;
}
#ed img{
	width: 90%;
	height: auto;
	max-width: 160px;
}

#footer-eu{
	border-top: 1px solid #999;
	margin: 50px auto 0 auto;
	padding: 50px 0;
	line-height: 110%;
}


#pastprojects{
	width: 100%;
	z-index: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 20px 0;
}

#privacypolicy{
	background-color: #333;
	text-align: center;
	padding: 10px;
}

#privacypolicy a:link,
#privacypolicy a:visited,
#privacypolicy a:active{
	color: #fff;
	font-size: 15px;
}
#privacypolicy a:hover{
	color: #f07;
}



a.whitelink:link,
a.whitelink:active,
a.whitelink:visited{
	color:#fff;
}
a.whitelink:hover{
	color: #ccc;
}