/* --- Reset --- */
* {
	padding: 0;
	margin: 0;
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
	font-size: 100%;
	line-height: 1.5;
	text-decoration: none;
	vertical-align: baseline;
	border: 0;
	outline: 0;
}
h1 {
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #9d9683;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
}
h2 {
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #9d9683;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	width: 80%;
}
h3, h4 {
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}
strong {
	font-family: 'GillSansforJM-Regular', 'Gill Sans', Helvetica, Arial, sans-serif; 
    font-weight: 400;
}
a {
	font-family:  'GillSansforJM-Regular', 'Gill Sans', Helvetica, Arial, sans-serif;
	color: #9d9683;
}
footer, header, menu, nav {
	display: block
}
ol, ul {
	list-style: none
}
html, body {
    -webkit-font-smoothing: antialiased;
}
/* --- Fonts --- */
@font-face {
    font-family: 'GillSansforJM-Regular';
    src: url('../fonts/GillSansforJM-Regular.eot');
    src: url('../fonts/GillSansforJM-Regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GillSansforJM-Regular.woff') format('woff'),
         url('../fonts/GillSansforJM-Regular.ttf') format('truetype'),
         url('../fonts/GillSansforJM-Regular.svg#GillSansforJM-Regular') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'GillSansforJM-Light';
    src: url('../fonts/GillSansforJM-Light.eot');
    src: url('../fonts/GillSansforJM-Light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GillSansforJM-Light.woff') format('woff'),
         url('../fonts/GillSansforJM-Light.ttf') format('truetype'),
         url('../fonts/GillSansforJM-Light.svg#GillSansforJM-Light') format('svg');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
/* --- /Fonts ---*/

/* --- /Reset --- */










/* --- General --- */
.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}
.index-body {
	background-color: #000000;
}
.nova-body {
	background-color: #ffffff;
}
.nyx-body {
	background-color: #000000;
}
.btn {
	font-family:  'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	width: 270px;
	height: 40px;
	display: block;
	margin: 0 auto;
	border: 1px solid #9d9683;
	text-align: center;
	line-height: 45px; 
}
.btn:hover {
	background: #9d9683;
	color: #e7e7e7;
}
@media screen and (min-width: 667px) {
	.btn {
		width: 220px;
	}
}
/* --- General --- */









/* --- Index --- */
/* - startpage css - */
.hero {
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: 460px;
	/*background-image: url(../img/lightfactory-hero.gif);*/
	background-image: url(../img/lf_ext.jpg);
	background-position: center;
}
.ingress {
	width: 80%;
	margin: 0 auto;
	padding-top: 270px;
	text-align: center;
	color: #ffffff;
	font-size: 16px; 
}
.start-nyx-wrap,
.start-nova-wrap {
	width: 100%;
	height: 400px;
	background-size: cover;
}
.start-nyx-wrap {
	background-image: url(../img/start-nyx.jpg);
}
.start-nova-wrap {
	background-image: url(../img/start-nova.jpg);
}
.start-nyx-wrap img,
.start-nova-wrap img {
	display: block;
	width: 80%;
	height: auto;
	max-width: 300px;
	margin: 0 auto;
	padding: 50px 0;
}
.start-footer {
	width: 100%;
	background: #2c2c2c;
	border-bottom: 5px solid #9d9683;
}
.footer-wrap {
	display: block;
	width: 80%;
	margin: 0 auto;
	padding: 45px 0 90px 0;
	overflow: hidden;
}
.footer-jm-logo {
	width: 40px;
	float: left;
}
.footer-lf-logo {
	width: 170px;
	max-width: 266px;
	float: right;
}

@media screen and (min-width: 400px) {
	.ingress {
		padding-top: 320px;
	}
}
@media screen and (min-width: 480px) {
	.ingress {
		padding-top: 340px;
	}
}
@media screen and (min-width: 667px) {
	.ingress {
		padding-top: 360px;
	}
	.start-nyx-wrap {
		float: left;
		width: 50% !important;
	}
	.start-nova-wrap {
		float: right;
		width: 50% !important;
	}
}
@media screen and (min-width: 768px) {
	.ingress {
		padding-top: 320px;
		font-size: 20px;
	}
}
@media screen and (min-width: 1024px) {
	.ingress {
		padding-top: 345px;
	}
}
/* --- /Index --- */







/* --- Navigation --- */
.navigation {
	position: fixed;
	width: 100%;
	max-width: 1280px;
	height: 40px;
	background: rgba(0, 0, 0, 0.8);
	z-index: 9999;
}
.navigation ul {
	overflow: hidden;
	max-width: 1280px;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
}
.logo-wrap {
	width: 40px;
	padding: 10px 0 0 15px;
}
.logo-wrap img {
	width: 100%;
}
.content-list {
	overflow: hidden;
	margin-right: 15px;
	font-size: 14px;
}
.content-list li {
	float: left;
	margin-left: 10px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
}
.nav-content-a {
	line-height: 41px;
	text-transform: uppercase;
	color: #ffffff;
	background-color: #9d9683;
	padding: 13px 9px;
}
.nav-content-a:hover {
	background-color: #ffffff;
	color: #9d9683;
}
@media screen and (min-width: 350px) {
	.nav-content-a {
		padding: 13px 20px;
	}
}
/* --- /Navigation --- */








/* --- Nyx & Nova --- */
/* - Section 1, top section for each page - */
.section-1-nova,
.section-1-nyx {
	width: 100%;
	height: 555px;
	background-size: cover;
}
.section-1-nova {
	background-image: url(../img/nova-hero.jpg);
}
.section-1-nyx {
	background-image: url(../img/nyx-hero.jpg);
}
.logo-nova,
.logo-nyx {
	display: block;
	clear: both;
	width: 80%;
	margin: 0 auto;
	padding-top: 144px;
	max-width: 650px;
}
.logo-nova img,
.logo-nyx img {
	width: 100%;
	max-width: 500px;
	margin: 0 auto;
	display: block;
}
.ingress-wrap-nova,
.ingress-wrap-nyx {
	clear: both;
	display: block;
	width: 80%;
}
.ingress-wrap-nova {
	margin: 70px auto 0 auto;
}
.ingress-wrap-nyx {
	margin: 40px auto 0 auto;
}
.ingress-wrap-nyx p,
.ingress-wrap-nova p {
	text-align: center;
	font-size: 20px;
} 
.ingress-wrap-nyx p {
	color: #ffffff;
}
.ingress-wrap-nova p {
	color: #9d9683;
}
	@media screen and (min-width: 480px) {
		.ingress-wrap-nova,
		.ingress-wrap-nyx {
			margin: 40px auto 0 auto;
		}
	}
	@media screen and (min-width: 667px) {
		.ingress-wrap-nova,
		.ingress-wrap-nyx {
			margin: 30px auto 0 auto;
		}
	}
	@media screen and (min-width: 736px) {
		.jm-logo-wrapper,
		.nav-nova,
		.nav-nyx {
			padding: 50px 50px 0 50px;
		}
	}
/* - End Section 1 - */



/* - Section 2, 50/50 split section = 1/4, 1/4 and 1/2 - */
.section-2 {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.section-2 ul li {
	width: 100%;
	height: auto;
}
.left-column-nova,
.right-column-nyx {
	width: 100%;
	height: auto;
}
.top-img {
	width: 100%;
	height: auto;
}
.top-img img,
.textbox img,
.right-column-nova img,
.right-column-nyx img {
	width: 100%;
}
.textbox {
	position: relative;
	height: 340px;
}
.text-wrapper-nova {
	top: 15px;
}
.text-wrapper-nyx {
	top: 5px;
}
.text-wrapper-nova,
.text-wrapper-nyx {
	position: absolute;
	margin: auto;
	right: 0;
	bottom: 0;
	left: 0;
	height: auto;
	width: 80%;
}
.text-wrapper-nova p,
.text-wrapper-nyx {
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif; 
}
.text-wrapper-nyx p {
	color: #ffffff;
}
	@media screen and (min-width: 375px) {
		.textbox {
			height: 320px;
		}
		.text-wrapper-nova {
			top: 30px;
		}
	}
	@media screen and (min-width: 414px) {
		.textbox {
			height: 300px;
		}
	}
	@media screen and (min-width: 480px) {
		.text-wrapper-nova,
		.text-wrapper-nyx {
			top: 45px;
		}
	}
	@media screen and (min-width: 568px) {
		.textbox {
			height: 280px;
		}
	}
	@media screen and (min-width: 667px) {
		.textbox {
			height: 250px;
		}
	}
	@media screen and (min-width: 768px) {
		.section-2 ul li {
			float: left;
			width: 50%;
		}
		.text-wrapper-nova {
			top: 15px;
		}
		.text-wrapper-nyx {
			top: -5px;
		}
		.text-wrapper-nyx h1 {
			font-size: 20px;
		}
	}
	@media screen and (min-width: 790px) {
		.textbox {
			top: 10px;
		}
	}
	@media screen and (min-width: 870px) {
		.textbox {
			top: 30px;
		}
	}
	@media screen and (min-width: 900px) {
		.textbox {
			top: 50px;
		}
	}
	@media screen and (min-width: 1024px) {
		.textbox {
			top: 70px;
		}
	}
	@media screen and (min-width: 1024px) {
		.text-wrapper-nova {
			width: 60%;
			top: -10px;
		}
		.text-wrapper-nyx {
			width: 60%;
			top: -30px;
		}
	}
	@media screen and (min-width: 1100px) {
		.textbox {
			top: 90px;
		}
	}
	@media screen and (min-width: 1200px) {
		.textbox {
			top: 110px;
		}
	}
/* - End Section 2 - */




/* - Section 3, trendenser section w. mobile and desktop solutions - */
.section-3 {
	margin-top: -9px;
}
.mobile-img {
	width: 100%;
}
.floating-text-wrap-nova,
.floating-text-wrap-nyx {
	width: 80%;
	margin: -50px auto 0 auto;
}
.trendenser-nyx,
.floating-text-wrap-nyx p {
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
	color: #ffffff;
}
.nova-art-h2 {
	color: #000000;
}
.trendenser-nova {
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
	color: #000000;
}
.floating-btn-nova,
.floating-btn-nyx {
	margin: 30px 0;
}
.trendenser-logo {
	display: none;
}
	@media screen and (min-width: 650px) {
		.floating-text-wrap-nova h2,
		.floating-text-wrap-nyx h2 {
			width: 100%;
		}
	}
	@media screen and (min-width: 1080px) {
		.section-3 {
			background-image: url(../img/sarah_widman_lrg.jpg);
			height: auto;
			overflow: hidden;
			background-repeat: no-repeat;
		}
		.floating-text-wrap-nova,
		.floating-text-wrap-nyx {
			width: 80%;
			overflow: hidden;
		}
		.floating-text-wrap-nyx p {
			color: #000000;
		}
		.floating-text-holder {
			width: 50%;
			float: left;
			margin-top: 110px;
			margin-bottom: 50px;
		}
		.mobile-img {
			display: none;
		}
		.trendenser-logo {
			display: block;
			margin-bottom: 50px; 
		}
		.floating-btn-nova,
		.floating-btn-nova {
			border-color: #ffffff;
			color: #ffffff;
		}
		.floating-btn-nova:hover,
		.floating-btn-nova:hover {
			background-color: #ffffff;
			color: #9d9683;
		}
	}
/* - End Section 3 - */





/* - Section 4, quote section - */
.section-4-nova,
.section-4-nyx {
	width: 80%;
	margin: 0 auto;
}
.quote-nova,
.quote-nyx {
	display: block;
	margin: 100px auto 30px auto;
}
.blockquote-nova,
.blockquote-nyx {
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
}
.blockquote-nova,
.quote-meta-nyx {
	color: #9d9683;
}
.blockquote-nyx {
	color: #ffffff;
}
.quote-meta-nova,
.quote-meta-nyx {
	font-size: 17px;
	text-align: center;
	margin-bottom: 100px;
}
/* - End Section 4 - */





/* - Section 5, diagonal image w. overlay, flexslider hidden under button - */
.diagonal-nova img,
.diagonal-nyx img {
	width: 100%;
	height: auto;
}
.diagonal-wrap-nyx,
.diagonal-wrap-nova {
	width: 80%;
	margin: -55px auto 40px auto;
}
.diagonal-nova .diagonal-wrap-nova h3,
.diagonal-nyx .diagonal-wrap-nyx h3 {
	color: #9d9683;
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
}
.diagonal-nova .diagonal-wrap-nova p {
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
	margin-bottom: 40px;
}
.diagonal-nyx .diagonal-wrap-nyx p {
	font-family: 'GillSansforJM-Light', 'Gill Sans', Helvetica, Arial, sans-serif;
	color: #ffffff;
	margin-bottom: 40px;
}
.diagonal-nova .btn, 
.diagonal-nyx .btn {
	margin: 0;
}
#show-slider {
	color: #9d9683;
	display: inline-block;
	cursor: pointer;
}
#show-slider:hover {
	color: #ffffff;
}
.flexslider-wrap {
	overflow: scroll;
	position: fixed;
	display: table-cell;
	vertical-align: middle;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding-top: 50px;
	background-color: rgba(0, 0, 0, 0.9);
}
#close-slider {
	width: 50px;
	height: 50px;
	background-image: url(../img/lb_close_new.png);
	background-size: 30px;
	background-repeat: no-repeat;
	z-index: 99999;
	position: fixed;
	top: 0;
	margin-top: 10px;
	right: 0;
	cursor: pointer;
}
.imgtext {
    width: 100%;
    /* height: 50px; */
    margin-top: 20px;
    background-color: #000000;
    color: #ffffff;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
}
	@media screen and (min-width: 414px) {
		.diagonal-nyx .diagonal-wrap-nyx h3 {
			width: 75%;
		}
	}
	@media screen and (min-width: 480px) {
		.diagonal-wrap-nova {
			width: 70%;
			margin: -150px 0 40px 10%;
		}
	}
	@media screen and (min-width: 667px) {
		.diagonal-nyx .diagonal-wrap-nyx h3 {
			width: 100%;
		}
	}
	@media screen and (min-width: 375px) {
		.diagonal-wrap-nyx {
			margin-top: -100px;
		}
	}
	@media screen and (min-width: 667px) {
		.diagonal-wrap-nyx {
			width: 50%;
			margin: -350px 0 40px 10%;
		}
		.diagonal-wrap-nova {
			width: 50%;
			margin: -300px 0 40px 10%;
		}
	}
	@media screen and (min-width: 1024px) {
		.diagonal-wrap-nyx {
			width: 40%;
			margin: -500px 0 40px 10%;
		}
		.diagonal-wrap-nova {
			width: 50%;
			margin: -420px 0 40px 10%;
		}
	}
	@media screen and (min-width: 1095px) {
		.diagonal-wrap-nova {
			margin: -500px 0 145px 10%;
		}
	}
	@media screen and (min-width: 1100px) {
		.diagonal-wrap-nyx {
			margin: -600px 0 70px 10%;
		}
	}
	@media screen and (min-width: 1280px) {
		.diagonal-wrap-nyx {
			margin-bottom: 117px;
		}
	}
/* - End Section 5 - */





/* - Section 6, visit the other one - */
.section-6 {
	width: 100%;
	overflow: hidden;
}
.section-6-nova,
.section-6-nyx {
	width: 100%;
	background-size: cover;
	padding: 25px 0 60px 0;
}
.section-6-nova {
	background-image: url(../img/start-nyx.jpg);
}
.section-6-nyx {
	background-image: url(../img/start-nova.jpg);
}
.section-6-nova img {
	width: 60%;
	max-width: 300px;
	display: block;
	margin: 0 auto 20px auto;
}
.section-6-nyx img {
	width: 60%;
	max-width: 300px;
	display: block;
	margin: 0 auto 20px auto;
}
.nyx-puff,
.nova-puff {
	width: 80%;
	text-align: center;
	margin: 0 auto 40px auto;
}
.nyx-puff {
	color: #ffffff;
}
.nova-puff {
	color: #9d9683;
}
.interest-box-nyx,
.interest-box-nova {
	width: 100%;
	padding: 50px 0 50px 0;
}
.interest-box-nyx h3,
.interest-box-nova h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #9d9683;
	text-align: center;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
.interest-box-nyx p,
.interest-box-nova p {
	width: 80%;
	text-align: center;
	margin: 0 auto 40px auto;
}
.interest-box-nyx {
	color: #ffffff;
}
	@media screen and (min-width: 667px) {
		.interest-box-nyx p,
		.interest-box-nova p {
			width: 70%;
		}
		.nyx-puff,
		.nova-puff {
			width: 70%;
		}
		.interest-box-nyx h3,
		.interest-box-nova h3 {
			width: 100%;
			margin-left: 0;
			margin-right: 0;
		}
		.interest-box-nova {
			padding-top: 105px;
			margin-bottom: -155px;
		}
		.interest-box-nyx {
			padding-top: 105px;
			margin-bottom: -155px;
		}
		.section-6-nova,
		.section-6-nyx,
		.interest-box-nyx,
		.interest-box-nova {
			width: 50%;
			height: 340px;
			float: left;
		}
	}
	@media screen and (min-width: 736px) {
		.interest-box-nova,
		.interest-box-nyx {
			padding-top: 115px;
		}
	}
	@media screen and (min-width: 768px) {
		.interest-box-nova,
		.interest-box-nyx {
			padding-top: 120px;
		}
	}
	@media screen and (min-width: 880px) {
		.interest-box-nova,
		.interest-box-nyx {
			padding-top: 140px;
		}
	}
	@media screen and (min-width: 1024px) {
		.section-6-nyx,
		.section-6-nova {
			padding: 75px 0 60px 0;
		}
		.interest-box-nova,
		.interest-box-nyx {
			padding-top: 215px;
		}
		.nyx-puff,
		.nova-puff {
			width: 60%;
		}
		.interest-box-nyx p,
		.interest-box-nova p {
			width: 60%;
		}
	}
	@media screen and (min-width: 1080px) {
		.section-6-nova {
			padding: 45px 0 60px 0;
		}
		.interest-box-nova {
			padding-top: 180px;
		}
	}
	@media screen and (min-width: 1164px) {
		.section-6-nyx,
		.section-6-nova {
			padding: 75px 0 60px 0;
		}
		.interest-box-nyx,
		.interest-box-nova {
			padding-top: 205px;
		}
	}
	@media screen and (min-width: 1190px) {
		.interest-box-nova,
		.interest-box-nyx {
			padding-top: 210px;
		}
	}
/* - End Section 6 - */





/* - Section 7, gold section white text - */
.section-7 {
	background-color: #9d9683;
	padding: 100px 0;
}
.section-7 h3 {
	width: 80%;
	margin: 0 auto 10px auto;
	color: #ffffff;
	font-size: 24px;
	line-height: 1.3;
}
.two-column {
	color: #ffffff;
	width: 80%;
	margin: 0 auto;
}
@media screen and (min-width: 750px) {
	.two-column {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-conunt: 2;
		-webkit-column-gap: 20px;
		-moz-column-gap: 20px;
		column-gap: 20px;
	}
}
/* - End Section 7 - */




/* - Section 8, bottom image and triangle - */
.section-8 {
	/*background-image: url(../img/lightfactory-hero.jpg);*/
	background-position: center;
	height: 620px;
}
.triangle {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #9d9683;
	margin: 0 auto;
}
/* - End Section 8 - */




/* - Footer, 25% layout desktop, img's and links - */
.footer {
	background-color: #2c2c2c;
	border-bottom: 5px solid #9d9683;
	overflow: hidden;
	width: 100%;
}
.footer-holder {
	width: 80%;
	margin: 0 auto;
	padding: 45px 0 90px 0;
}
.footer-holder ul li {
	color: #ffffff;
	margin: 20px auto;
	width: 100%;
}
.footer-jm {
	width: 50px;
}
.footer-lf {
	width: 200px;
}
@media screen and (min-width: 736px) {
	.footer-holder ul {
		overflow: hidden;
		margin-bottom: 30px;
	}
	.footer-holder ul li {
		width: 25%;
		float: left;
		margin: 0;
	}
	.footer-lf {
		width: 100%;
	}
}
/* - End Footer - */
/* --- /Nyx & Nova --- */