/*RESET*/
* {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;	
    //-webkit-text-stroke-width: .05px;
	//-webkit-text-stroke-color: white;
	-webkit-font-smoothing:antialiased;
	text-rendering: optimizeLegibility;
}
html, body, header, main, footer, section, article, iframe, div, p, form, input, ul, li, h1, h2, h3, table, th, td {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: 'Open Sans', sans-serif;
    background: #09828e;
    color: #fff;
}
li {
	list-style: none;
}
a {
    outline: none;
    text-decoration: none;
}
/*RESET*/
/*TEMPLATE*/
header {
	width: 100%;
	height: 60px;
	position: fixed;
	background-color: #fff;
	box-shadow: 0px 0px 10px #888888;
	z-index: 100;
}
header .content {
	position: relative;
}
header a {
	transition: background-color 1s ease;
}
nav#menu {
	position: absolute;
	top: 10px;
	left: 0px;	
}
nav#menu .icon {
	width: 40px;
	height: 40px;
	position: relative;
	background-image: url(../svg/icon_menu.svg);
	transition: background-color 1s ease;
	cursor: pointer;
}
nav#menu .icon:hover {
	background-color: #dedede;
}
nav#menu #sections {
	width: 200px;
	padding: 10px;
	position: absolute;
	top: 40px;
	background-color: #fff;
	border: 1px solid #ccc;
	box-shadow: 0px 0px 10px #d3d3d3;	
	z-index: 100;
}
nav#menu #sections li a {
	height: 40px;
	line-height: 40px;
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #404040;
	letter-spacing: -0.3px;
	transition: color 1s ease;
}
nav#menu #sections li a:hover {
	color: #000;
}
#logo a {
	float: left;
}
#logo.ln a {
	width: 122px;
	height: 26px;
	left: 15px;
	margin: 16px 0 0 5px;
	background: url(../svg/logo_ln-desktop.svg) no-repeat center center;
	background-size: contain;
}
#logo.ln_70 a {
	width: 152px;
    height: 39px;
	left: 15px;
	margin: 13px 0 0 5px;
	background: url(../img/logo_ln-desktop_70.png) no-repeat center center;
	background-size: contain;
}
#logo.ln-bv a {
	width: 192px;
    height: 39px;
	left: 15px;
	margin: 13px 0 5px 35px;
	background: url(../img/logo_el-desktop-bv.png) no-repeat center center;
	background-size: contain;
}

#logo span {
	margin-left: 15px;
    color: #222222;
	line-height: 60px;
	font-weight: 600;
	font-size: 16px;
	letter-spacing: -0.3px;
	font-family: Roboto Slab;
}
#logo.ln_70-bv span {
	display: none;
}
@media screen and (max-width: 570px) {
	#logo span {	
		display: none;
	}
	#logo.ln a {
		width: 29px;
		height: 26px;
		background: url(../svg/logo_ln-phone.svg) no-repeat center center;
		background-size: contain;
	}
    #logo.ln_70 a {
		width: 73px;
    	height: 39px;
    	margin: 13px 0 5px 0;
		background: url(../img/logo_ln-phone_70.png) no-repeat center center;
		background-size: contain;
	}
    #logo.ln-bv a {
		width: 107px;
    	height: 39px;
    	margin: 13px 0 5px 35px;
		background: url(../img/logo_ef-phone-bv.png) no-repeat center center;
		background-size: contain;
	}	
}
#social {
	position: absolute;
	right: 10px;
	top: 15px;
}
#social li {
	display: inline-block;
}
#social li a {
	width: 50px;
	height: 30px;
	display: block;
	margin-left: 5px;
	background-size: auto;
	background-repeat: no-repeat;
}
#social li a.facebook {
	background-image: url(../svg/icon_facebook.svg);
}
#social li a.twitter {
	background-image: url(../svg/icon_twitter.svg);
}
#social li a.google {
	background-image: url(../svg/icon_google.svg);
}
#sponsor {
	padding-top: 60px;
	position: relative;
	z-index: 10;
}
#sponsor .title {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	background: #e2e2e2;
    color: #000;
}
#sponsor .logo {
	height: 50px;
	padding-top: 5px;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #e2e2e2;
}
.banner {
	margin: 30px 0;
}
.banner p {
	width: 300px;
	height: 25px;
	margin: 1px auto;
	color: #fff;
	text-align: center;
	font-size: 10px;
	font-weight: 600;
	line-height: 25px;
	background: #000;
}
.banner .content {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	position: relative;
	background: #000;
}
.newsletter {
	width: 90%;
	max-width: 500px;
	margin: auto;
	padding: 20px;
	background: #000;
	border-radius: 5px;
}
.newsletter h1 {
	color: #fff;
	font-size: 22px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
}
.newsletter .link a {
	height: 45px;
	margin-top: 15px;
	line-height: 45px;
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 800;
	background: #292929;
	border-radius: 5px;
	background-image: url(../svg/icon_newsletter.svg),  url(../svg/arrow_right.svg);
	background-size: 25px, 20px;
	background-repeat: no-repeat;
	background-position: 10px 10px, calc(100% - 5px);
}
.brandvoice {
	background: #f4f4f4;
}
.brandvoice .main {
	text-align: center;
}
.brandvoice .main img {
	margin: 0 auto 20px auto;
}
.brandvoice .main h5 {
	color: #383838;
	font-size: 16px;
	font-weight: 100;
	margin-bottom: 20px;
}
.brandvoice .main h5 a {
	color: black;
	text-decoration: underline;
}
.brandvoice .main .link a {
	max-width: 280px;
	height: 50px;
	margin: 15px auto;
	padding: 0 20px;
	line-height: 50px;
	display: block;
	color: #fff;
	text-align: left;
	font-size: 14px;
	font-weight: 800;
	background: #292929;
	border-radius: 5px;
	background-image: url(../svg/arrow_right.svg);
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: calc(100% - 10px);
}
footer {
    position: relative;
	padding: 20px;
}
footer .main {
    max-width: 800px;
    margin: 0 auto;
}
footer .main p {
    color: #fff;
	font-size: 9px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
footer .main p strong {
	color: #fff;
}
footer .main p a {
    text-decoration: underline;
    color: #fff;
}
footer .main p span {
    color: #bfbfbf;
}
/*TEMPLATE*/