﻿/*  ----------------------------------------

	RESET

 ---------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remove textarea resize at Safari */
textarea { 
	resize: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear { clear: both; }


/*  ----------------------------------------

	1. Basic

 ---------------------------------------- */

/* Basic  ---------------------------------------- */

body {
	
	font-family: 'Roboto', sans-serif;
	text-align: center;
	color: #CCC;
	background-color: #000;
	
	background-image:url(images/image_bg.jpg);
	background-attachment: fixed;
	background-position: -55px -55px;
	
	padding-bottom: 20px;
}

a{
	color: #00aeef;
	text-decoration: none;
}

a:hover{
	
	text-decoration: underline;
}

.movingBg{
	position: fixed;
	width: 95px;
	height: 95px;
	top: 40px;
	left: -55px;
	background-image: url(images/image_bg2.jpg);
	z-index: -1;
}

.section{
	width: 930px;
	color: #DDD;
	font-family: 'Roboto', sans-serif;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}


.sectionContent{
	background-color: rgba(15,15,15,0.8);
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}


.sectionContent p span, #descriptionContainer p span{
	font-style: italic;
	color: #00aeef;	
}

.sectionTop{
	position: absolute;
	top: 0px;
	left:  0px;
	background-image: url(images/image_box_top.png);
	width: 100%;
	height: 77px;
	z-index: -1;
}

.sectionBottom{
	clear: both;
	width: 100%;
	height: 77px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
	background-image: url(images/image_box_bot.png);
}

p{	
	font-size: 18px;	
	line-height: 27px;
	font-weight: 300;
}

#imageLogoLJ{
	
	background-image:url(images/image_logo_lightjams.png);
	float: left;
	margin-left: 20px;
	
}

#imageLogo{
	width: 84px;
	height: 85px;
	float: left;
	margin-left: 20px;
	background-image:url(images/image_logo.png);
}

#topMenu{
	
	width: 100%;
	height: 60px;
	position: fixed;
	top: 0px;
	left: 0px;	
	z-index: 1000;	

	background-color:rgba(10,10,10, 0.9);
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

#topMenuItemContainer{
	position:relative;	
	margin-left: 10px;		

	display: flex;  
	flex-wrap: nowrap;
	max-width: 800px;
	justify-content: center;
	align-items: flex-start;	
}

#subMenuItemContainer{
	position:relative;
	top: -27px;
	left: 3px;	
	
	margin-left: 10px;
	margin-right: 140px;

	display: flex;  
	flex-wrap: nowrap;
	max-width: 639px;
	justify-content: center;
	align-items: end;	
}



.topMenuItem, .subMenuItem{
	flex-grow: 1;	
	text-align: left;
	
	margin-top: 2px;
	margin-right: 9px;
	margin-left: -11px;
	padding: 3px;
	padding-left: 0px;
	letter-spacing: -1px;
	font-weight: 300;
}

.topMenuItem{
	
	margin-right: 10px;
	margin-left: 0px;
}

.subMenuItem{
		width: auto;
		margin-left: -1px;
		font-size: 17.5px;
		text-align: left;
}

.topMenuItem a{
	text-decoration: none;
	color: #F0F0F0;
	font-size: 20px;
}

.topMenuItem a:hover{
	color: #00aeef;
}
	

.topMenuItem a .topMenuItemAccentText{
	color: #00aeef;
}

#getItMenuItem{
	
}

#getItMenuItem a{
	font-size: 36px;
	font-weight: normal;
}

#getItMenuItem p{
	font-size: 13px;
	
}

#quotesDiv{
	clear: both;
	padding-top: 10px;
	top: -11px;
	position: relative;
}

#quotesDiv p{
	font-style: italic;
	font-size: 18px;
	line-height: 19px;
	
	clear: both;
	width: 80%;
	float: none;
	text-align: right;
	
	margin-bottom: 6px;
	
	display: none;
	position: absolute;
	top: 0px;
	left: 159px;
}

#description #quotesDiv p{
	
	padding: 5px;
}


#quotesDiv p span{
	
}

#topMenuName{
	position: absolute;
	top: 0px;
	right: 50px;
	width: auto;
	display: none;
}

#topMenuName img{
	float: left;
	margin-left: 20px;
}


#topMenuName span{
	color: #FFF702;
}

#subMenu{
	
}

#subMenu a{
	color: white;
}

.pageMenu{
	position: fixed;
	top: 100px;
	left: 10px;
	padding: 10px;
	z-index: 2000;
	background-image:url(images/topmenu_slice.png);
}

@media (max-width: 1260px) {
	.pageMenu{
		top: 0px;
		left: auto;
		right: 0px
	}
}

#moto {
	letter-spacing: -3px;
	width: 478px; float:left; margin-top: 55px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}


.pageMenuItem{
	text-align: left;
	margin-bottom: 2px;
	margin-top: 2px;
}

.pageMenuItem a{
	color: white;
	text-decoration: none;
}

.pageMenuItem a span{
	color: #00aeef;
}


.pageMenuItem a:hover{
	color: #00aeef;
}


.title, h1.title{
	color: #F0F0F0;
	letter-spacing: -2px;
	font-size: 64px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	padding-bottom: 20px;
	text-align: left;
	line-height:100%;
	padding-left: 90px;
	background-image: url(images/image_logo.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-top: 15px;
}

.comingSoon{
	background-image: url(images/comingSoon.png);
	padding-top: 105px;
	padding-bottom: 26px;
}

.title span{
	color: #00aeef;
}

#descriptionSection{
	
	width: 877px;
	height: 553px;
	padding-top: 100px;
	background-image: url(images/image_intro-lightjams.png);	
	background-repeat: no-repeat;
	background-position: bottom left;
}

#descriptionContainer{
	margin-top: 75px;
}

#descriptionSection #screenShot{
	float:right; 
	margin-top: -50px; 
	margin-left: 31px;	
	position: relative;
	width: 434px; 
	height: 283px;
	padding-bottom: 55px;
}

#descriptionSection #screenShot img{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	
}
#descriptionSection #screenShot div{
	width: 430px; 
	height: 279px;
	border: 2px solid rgba(0,0,0,0.5); 
	position: absolute;
}

#descriptionSection .example, .sectionContent p span.idea{
	background-image: url(images/listItem.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
	color: white;
	padding-right: 5px;
	
}

.sectionContent p span.idea{
	font-style: normal;
	
	
}

#descriptionSection #slider1{
	float: right;
}

#descriptionSection #description{
	padding-top: 155px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
	
	
	
}


.section{	
	
	padding-top: 100px;	
	
}


.section .sectionContent{
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 30px;
}

#mainSection .sectionContent img, .supportImg{
	float: left;
	margin-top: -29px;
}

.supportImg{
	margin-left: 10px;
	border: 5px solid white;
}

.inlineWalk .supportImg{
	margin-left: 8px;
	border: none;
}

.section .sectionContent .movie{
	margin-left: auto;
	margin-right: auto;
	width: 710px;
	height: 400px;
	margin-top: 30px;
	margin-bottom: 40px;
	background-color: #004E68;
	padding: 0px 0px 0px 0px;	
	clear: both;
}

.section .sectionContent .movie iframe {
	margin: -10px -20px 0px 0px;
}

.section .sectionContent .longDesc{
	clear: both;
	width: 100%;
	float: none;
	
	
	margin-bottom: 12px;
	margin-top: 3px;
}


.section .sectionContent .centeredDesc{
	clear: both;
	width: 100%;
	float: none;
	text-align: center;
	
}


#mainSection .sectionContent .centeredProse{
	clear: both;
	width: 62%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	letter-spacing: 1px;
	line-height: 156%;
	margin-bottom: 20px;
	float: none;
}

#mainSection .sectionContent .centeredProse img{
	float: none;
	margin-top: 0px;
}

.sectionContent h1{
		text-align: left;
		font-size: 150%;
		color: #00aeef;
		padding-bottom: 10px;
		padding-top: 20px;
		clear: both;
		letter-spacing: -1px;
		font-weight: 300;
		font-family: 'Montserrat', sans-serif;
}

.sectionContent h1 span{
	color: white;
}

.sectionContent h2{
		text-align: left;
		font-size: 100%;
		color: #00aeef;
}

.section .sectionContent p{
	float: left;
	text-align: left;
	width: 285px;
	padding-right: 7px;
}


#featureSection .featureColumn{
	
	margin-left: 25px;
	float: left;
	width: 200px;
	
	
}

#featureSection .sectionContent{
	padding-right: 0px;
	padding-left: 0px;
}

.feature{
	float: left;
	
}



#featureSection .featureTitle, h1.featureTitle{
	background-image: url(images/image_dot_bleu.png);
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	width:200px;
	color: white;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
}

#featureSection h1.featureTitle{
	padding-top: 9px;
	padding-bottom: 9px;
}

#featureSection .featureText{
	text-align: center;	
	width:200px;
}


#aboutSection{
	
	padding-top: 100px;	
}

.staff{
	width: 300px;
	float: left;
	
	margin-left: 10px;
}

#aboutSection .staff p{
	text-align: center;
	float: none;
	padding-left: 10px;
	padding-right: 10px;
	width: auto;
}
#aboutSection .sectionContent{
	padding-right: 0px;
	padding-left: 0px;
}

.staff .name{
	margin-top: 5px;
	margin-bottom: 5px;
	color: #00aeef;
	font-size: 20px;
}


#contactSection{
	
	padding-top: 100px;	
}



#formContent{
	margin-left: auto;
	margin-right: auto;
	width: 700px;
		
}

.clearerDiv{
	clear: both;
}

#bottomSection{
	padding-top: 100px;
}

#systemRequirementContainer{
	margin-left: 80px;
	
	width: 920px;
}

#systemRequirementContainer .systemRequirements{
	width: 380px;
	padding: 10px;
	margin-right: 10px;
	float: left;
	margin-top: 0px;
	
}

 #systemRequirementContainer .systemRequirements .category{
	font-weight: bold;
	margin-bottom: 10px;
	
}

#systemRequirementContainer .systemRequirements .requirement{
	float: left;
	font-style: italic;
	color: #00aeef;
	width: 40px;
}

#systemRequirementContainer .systemRequirements p{
	float: none;
	width: auto;
}

 #systemRequirementContainer .systemRequirements span{
	padding-right: 10px;
}

#getItArrows{
	position: absolute;
	top: 0px;
	left: 0px;
}

#arrow1{
	position: absolute;
	top: 31px;
	left: 0px;
	margin-left: 285px;
	
}

#arrow2{
	position: absolute;
	top: 31px;
	left: 0px;
	margin-left: 588px;	
}

#mainSection .getItStep{
	float: left;
	margin-left: 20px;
	width: 279px;
	
	height: 350px;
	border: 2px solid #00aeef;
}

#mainSection .getItStep .buy p{
	text-align: right;
	padding-left: 0px;
}

#mainSection .getItStep .buy span{
	color: #F0F0F0;
	font-style: normal;
	float: right;
	width: 48px;
}


#mainSection .getItStep .downloadLink, .listItem{
	background-image: url(images/listItem.png);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 20px;
}

#mainSection .getItStep p{	
	padding: 5px;
	width: 270px;
	text-align: center;
}


#mainSection .getItStep h1{	
	text-align: center;
}

#mainSection .firstGetItStep{
	margin-left: 0px;
}


.section .sectionContent p.question{
	clear: both;
	width: auto;
	float: none;
	text-align: left;	
	background-image: url(images/image_dot_bleu.png);
	background-repeat: repeat;
	background-position: 0px 50%;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 10px;
}

.section .sectionContent p.answer{
	clear: both;
	width: 100%;
	float: none;
	text-align: left;	
	margin-bottom: 20px;	
}

.section .sectionContent p.answer.withImg{
	clear: both;
	width: 50%;
	float: left;
	text-align: left;	
	margin-bottom: 20px;	
}


.section .sectionContent .answerImg{
	float: left;
	padding: 10px;
}

#walkthroughSection .partDesc p{
	line-height: 25px;
	width: 342px;
	padding-bottom: 5px;
	padding-top: 5px;
}

#walkthroughSection.inlineWalk .partDesc p{
	width: 285px;
}

#walkthroughSection .partDesc ul{
	font-size: 15px;
	text-align: left;
	clear: both;
	float: left;
	width: 342px;
	font-size: 17px;
	line-height: 23px;
	margin-bottom: 8px;
	margin-top: 5px;
}

#walkthroughSection .partDesc li{
	margin-top: 5px;
	
}

#walkthroughSection .partDesc li span{
	color: #00aeef;
	font-style: italic;
}

#walkthroughSection .partDesc{
	float: left;
	width: 342px;
}

#walkthroughSection.inlineWalk .partDesc{
	width: 285px;
}

#fixtureCapAttr{
	width: 100%; 
	text-align: left;
}

#fixtureCapAttr td{
	padding-bottom: 8px;
	text-align: center;
}

#fixtureCapAttr .headerRow td{
	vertical-align: middle;
	
	height: 40px;
	font-weight: bold;
}

.commandLine .graph{
	float: left; 
	margin-right: 15px;
	margin-bottom: 20px;
	text-align: center;
	background-color: rgba(70,70,70,0.2);
	padding: 7px;
	font-size: 12px;
}

.commandLine .graph img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 14px;
	height: 120px;
	font-weight: bold;
}



.section.commandLine{	
	
	padding-top: 20px;	
	
}

#rotatingMessages{
	position: relative;
	width: 250px;	
}

@media (max-width: 1200px) {
	#rotatingMessages{
		display: none;
	}
}


#rotatingMessages a{
	text-decoration: underline;
	color: #00aeef;	
}

#rotatingMessages a:hover{
	
	color: #fff;	
}

.instructionItem{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: left;
}

@media (max-width: 1100px) {
	#descriptionContainer {
		margin-top: 0px;
		text-align: center;
	}
	
	#descriptionContainer #moto {
		width: auto;
		float: none;
		margin-top: 0px;
	}

	#descriptionContainer video {
		margin-left: auto;
		margin-right: auto;
	}

	#topMenuItemContainer{
		max-width: 100%;
		 
	}

	#subMenuItemContainer{
		max-width: 78%;
		
	}

}