/* Override parent styles */
.main-element {

	width:100%;
	height: 4100px;

}

.main-presentation {

	position: relative;
	width: 100%;
	height: 335px;
	background-image: none;
	background-color: #73fda4;
	background-repeat: no-repeat;

}

.main-info {
	width: 80%;
	height: 390px;
	position: absolute;
	top:60px;
	left:3.9245%;
	background-image: none;

}

.main-element h1 {

	font-size: 3.7rem;
	font-family: 'Helvetica';
	color:white;
	margin-top: 0px;
	margin-bottom: 50px;
}

.main-article {

	margin-left: 3.9245%;
	margin-right: 3.9245%;
	width: 92.151%;
	height: 1300px;
	display: block;
	background: white;
	padding-top: 60px;
	margin-bottom: 0px;
}


/* --- New styles --- */

.main-presentation ul.cities{
	list-style: none;
	bottom:45px;
	position: absolute;

}

.main-presentation ul.cities li {
	display: inline-block;
	background: black;
	box-sizing:border-box;
	padding:25px 40px;

}

.main-presentation ul.cities li a {
	text-decoration: none;
	color:#73fda4;

}

.main-presentation ul.city-sections{
	list-style:none;
	bottom:55px;
	left:150px;
	position: absolute;
}

.main-presentation ul.city-sections li {
	background:none;
	box-sizing:border-box;
	width: 215px;
	padding: 5px;
}

.main-presentation ul.city-sections li.active {
	background-image:url('http://landscapefilmfestival.org/images/background-city-section.png');
	box-sizing:border-box;
	padding: 5px;

}

.main-presentation ul.city-sections li:hover {
	background-image:url('http://landscapefilmfestival.org/images/background-city-section.png');
	box-sizing:border-box;
	padding: 5px;

}


.main-presentation ul.city-sections a{
	text-decoration: none;
	color:black;
	margin-left: 10px;
	font-weight: bold;
}

.main-article h2 {
	font-size: 3.7rem;
	font-family: 'Helvetica';
	color:#73fda4;
	margin-top: 0px;
	margin-bottom: 40px;
}

.info-gallery {
	width: 100%;
	height: 150px;
	margin-bottom: 20px;
	background: white;
}

.column-1 {
	width: 35%;
	height: 125px;
	background: white;
	box-sizing:border-box;
	padding-right: 2.20%;
	float:left;
}

.column-2 {
	width: 35%;
	height: 125px;
	background: none;
	float:left;

}


.column-3 {
	width: 5%;
	height: 125px;
	background: white;
	float:left;

}


.column-4 {
	position: relative;
	width: 25%;
	height: 125px;
	background: white;
	float:left;

}

.clear {
	clear:both;
}

.link-highlight {
	background: #73fda4;
	font-weight: bold;
	text-decoration: none;
	color:black;
}

.column-4 a {
	position: absolute;
	right: 0px;
	display: inline-block;
	text-decoration: none;
	background: black;
	color:white;
	box-sizing:border-box;
	font-size: 0.8rem;
	padding: 10px 20px;
	font-weight: 100;
	letter-spacing: 2px;
	text-align: center;
}

.column-4 span {
	color:#73fda4;
}


.main-shortfilm {

	width: 100%;
	height: 800px;
	background: white;
}


.shortfilm-title {
	font-family: 'Helvetica';
	font-weight: bold;
	font-size:2.3rem;
	color:black;
	margin-bottom: 0px;


}

.shortfilm-type {
	font-family: 'Helvetica';
	font-weight: 200;
	font-size:2.3rem;
	color:black;
	margin-top: 0px;

}