/* Import Fonts */
@import url(http://fonts.googleapis.com/css?family=Coustard|Open+Sans);

body {
	background: url(../img/motif_bg.jpg);
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Coustard', serif;
	color:#fff;
	font-weight: normal;
	letter-spacing: 1px;
}
h1{font-size: 43px; line-height: 70px; padding: 0; margin: 0;color: #78a22f;}
h5{font-size: 28px; line-height: 35px; padding: 0; margin: 0; color: #78a22f;}

a {
	color: #78a22f;
	text-decoration:none;
	font-weight: normal;
}
a:hover {text-decoration:underline;}


#maximage {
	display:none;
	position:fixed !important;
}

.gradient {
	left:0;
	height:100%;
	position:absolute;
	top:0;
	width:100%;
	z-index:999;
}

.show{display: block;}
.hide{opacity: 0;}

/* Set Page Elements */
.content { 
	float:left;
}

#logo {
	margin-top:3em;
}
#topnav{
	float: left;
    width: 28em;
}
#logo:before{
	content:url(../img/logo.png)
}

.main-nav{
}
.main-nav ul li { 
	list-style: none;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
	color: #78a22f;
}
.main-nav ul li a.active {color: #78a22f;}

.social-nav {
	position:absolute;
	top: 0px;
	left: 40px;
}
.social-nav ul {margin: 0; padding:0;}
.social-nav ul li{
	list-style: none;
	display:block;
	float: left;
	background: #393939;
	padding:10px;
	margin: 1px;
	opacity: .5;
}
.social-nav ul li:hover {opacity: 1;}

button.full-screen{ 
	position: absolute;
	top: 0;
	right: 0;
	width: 31px;
	height: 31px;
	background: url("../images/full-screen-btn.png");
	border: 0;
	cursor: pointer;
	opacity: .7;
}
button.full-screen:hover {opacity: 1;}

#arrow_left, #arrow_right {
	bottom:30px;
	height:42px;
	position:absolute;
	right:40px;
	width:42px;
	z-index:1000;
}
#arrow_left {
	right:95px;
}
.wrapper{
	max-width: 1280px;
    position: relative;
    width: 85%;
    margin: 0 auto;
}
#main{
	margin-top:5em;	
}
.mediaSS{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style-type:none;
	margin-left: -2.5em;
}
.mediaSS li{
	margin-right:1em;
}