/*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: 'Raleway', sans-serif;
	line-height: 1.5;
	color: #3b393d;
	background-color: #f0f0f0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	overflow-y: scroll;
	background-attachment: fixed;
}
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;
}
#logo {
	position: absolute;
	left: 10px;
}
#logo a {
	float: left;
}
#logo.ln a {
	width: 122px;
	height: 26px;
	left: 15px;
	margin: 16px 0 0 5px;
	background: url(/gnfactory/LNC/GNF/2017/06/01/0008/img/logo_ln-desktop.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;
}
@media screen and (max-width: 570px) {
	#logo span {	
		display: none;
	}
	#logo.ln a {
		width: 29px;
		height: 26px;
		background: url(/gnfactory/LNC/GNF/2017/06/01/0008/img/logo_ln-phone.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(/gnfactory/LNC/GNF/2017/06/01/0008/svg/icon_facebook.svg);
}
#social li a.twitter {
	background-image: url(/gnfactory/LNC/GNF/2017/06/01/0008/svg/icon_twitter.svg);
}
#social li a.google {
	background-image: url(/gnfactory/LNC/GNF/2017/06/01/0008/svg/icon_google.svg);
}
nav {
	padding-top: 60px;
	background: rgba(186, 209, 183, 0.62);
	position: relative;
	z-index: 90;
	border-bottom: 1px solid #fff;	
}
nav ul {
	max-width: 800px;
	padding: 15px;
	margin: auto;
	text-align: center;
}
nav li {
	display: inline-block;
}
nav li a {
	display: block;
	padding: 15px;
	padding-left: 35px;
	font-size: 13px;
	font-weight: bold;	
	background: white;
	border-radius: 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .7;
	color: #000;
}
nav li a.active, nav li a:hover {
	opacity: 1;
}
nav li a.home {
	background-image: url(/gnfactory/LNC/GNF/2017/06/01/0008/svg/btn_home.svg);
	background-size: 15px;
	background-position: 10px;
}
nav li a.phone {
	background-image: url(/gnfactory/LNC/GNF/2017/06/01/0008/svg/btn_phone.svg);
	background-size: 20px;
	background-position: 10px;
}
nav li a.extras {
	background-image: url(/gnfactory/LNC/GNF/2017/06/01/0008/svg/btn_extras.svg);
	background-size: 20px;
	background-position: 10px;
}

.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;
}
main {
	padding-bottom: 60px;
	position: relative;
	z-index: 10;
}
main .content {
	width: 90%;
	max-width: 800px;
	margin: auto;
}
main h2 {
	font-size: 24px;
	font-weight: bold;
	color: #295c29;
	margin-bottom: 20px;
}
@media only screen and (max-width: 500px) {
    main img.phone { display: block; }
	main img.desktop { display: none; }
}
@media only screen and (min-width: 501px) {
    main img.phone { display: none; }
	main img.desktop { display: block; }
}
.embed {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	margin-bottom: 30px;
}
.embed iframe, .embed object, .embed embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.download {
	background: rgba(93, 93, 93, 0.24);
	position: relative;
	z-index: 90;
	border-bottom: 1px solid #fff;	
}
.download ul {
	max-width: 800px;
	padding: 15px;
	margin: auto;
	text-align: center;
}
.download li {
	display: inline-block;
	margin-bottom: 10px;
}
.download li a {
	display: block;
	padding: 15px;
	padding-left: 35px;
	font-size: 13px;
	font-weight: bold;	
	background: white;
	border-radius: 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	opacity: .7;
	color: #000;
}
.download li a.active, nav li a:hover {
	opacity: 1;
}
.download li a.iphone {
	background-image: url(/gnfactory/LNC/GNF/2017/06/01/0008/svg/logo_iphone.svg);
	background-size: 20px;
	background-position: 10px;
}
.download li a.android {
	background-image: url(/gnfactory/LNC/GNF/2017/06/01/0008/svg/logo_android.svg);
	background-size: 20px;
	background-position: 10px;
}
.wallpapers {
	width: 100%;
	text-align: center;
}
.wallpapers li {
	width: 40%;	
	display: inline-block;
}
@media only screen and (max-width: 600px) {
    .wallpapers li {
		width: 90%;
		margin: auto;
	}
}
.wallpapers li a {
	display: block;
	background: rgba(93, 93, 93, 0.24);
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	padding: 15px;
	margin: 10px;
}
.wallpapers li a img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.wallpapers li a span {
	width: 120px;
	margin: 10px auto;
	display: block;
	padding: 15px;
	padding-left: 35px;
	font-size: 13px;
	font-weight: bold;	
	background: white;
	border-radius: 5px;
	background-repeat: no-repeat;
	cursor: pointer;
	color: #000;
	background-image: url(/gnfactory/LNC/GNF/2017/06/01/0008/svg/btn_download.svg);
	background-size: 20px;
	background-position: 10px;	
}
footer {
	margin-top: 30px;
	font-size: 6px !important;
}
footer .main {
    max-width: 800px;
    margin: 0 auto;
}
footer .main p {
    color: #616161;
	font-size: 9px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	letter-spacing: 1px;
}
footer .main p strong {
	color: #b4b4b4;
}
footer .main p a {
    text-decoration: underline;
    color: #616161;
}
footer .main p span {
    color: #a5a5a5;
}
/*TEMPLATE*/
#floating {
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 0;
	opacity: .4;
}  
#floating img {
	position: absolute;
}


    
@media only screen and (max-width: 500px) {
    #floating .phone {display: none; }
}

.floating{
	animation-name: floating;
	-webkit-animation-name: floating;

	animation-duration: 1.5s;	
	-webkit-animation-duration: 1.5s;

	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;

}

@keyframes floating {
	0% {
		transform: translateY(0%);	
	}
	50% {
		transform: translateY(5%);	
	}	
	100% {
		transform: translateY(0%);
	}			
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);	
	}
	50% {
		-webkit-transform: translateY(5%);	
	}	
	100% {
		-webkit-transform: translateY(0%);
	}			
}