@charset "UTF-8";
/* CSS Document */






/* INDEX PAGE ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


/* QUOTE BOXES - INDEX PAGE /////////////////////////////////////////////////*/


#index_quote_container { 
	width: 100%;
    box-sizing: border-box;
    /*max-width: 920px;*/
	margin: 0 auto; 
	display: block;
	background-color: #2e2e2e;
    -moz-box-shadow:    inset 0 0 40px #000000;
  	-webkit-box-shadow: inset 0 0 40px #000000;
  	box-shadow:         inset 0 0 40px #000000;
	height: auto;
	clear: both;
	padding: 20px;
	font-family: oswald, arial, sans-serif;
	font-size: 25px;
	color: #ffffff;
	font-weight: 300;
	}

#index_quote_inner { 
	width: 100%;
    max-width: 960px;
    box-sizing: border-box;
	margin: 0 auto; 
	display: block;
	height: auto;
	clear: both;
	padding: 20px;
	font-family: oswald, arial, sans-serif;
	font-size: 25px;
	color: #ffffff;
	font-weight: 300;
	}



a.indexReview:link,a.indexReview:active,a.indexReview:visited {text-decoration:none; color: #eeeeee;}
a.indexReview:hover {text-decoration:none; color: #ffffff;}




#indexVideoPreviewWindow_container {
	clear: both;
	margin: 0 auto;
    width: 100%;
	/*width: 960px;*/
	max-height: 1000px;
	overflow: hidden;
	}

.indexVideoPreviewWindow {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
	}
 
.indexVideoPreviewWindow iframe,
.indexVideoPreviewWindow object,
.indexVideoPreviewWindow embed {
    position: absolute;
    top: -70px;
    left: 0;
    width: 100%;
    height: 100%;
	}










/* /// INDEX LIGHT BOX //////////////////////////////////*/
#index_light_box_container {
	width: 100%;
     box-sizing: border-box;
	margin: 0 auto; 
	display: block;
	clear: both;
	background-color: #2e2e2e;
	min-height: 250px;
	-moz-box-shadow:    inset 0 0 80px #111111;
  	-webkit-box-shadow: inset 0 0 80px #111111;
  	box-shadow:         inset 0 0 80px #111111;
	}


#index_light_box {
	width: 100%;
	max-width: 960px; 
    box-sizing: border-box;
    color: #222222;
	vertical-align: middle;
	text-align: left;
	margin:0px auto;
	padding: 20px;
	padding-bottom: 20px;
	font-size: 13px;
	font-size: 18px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 20px;
	
	}

span.index_light_box_title {
	font-family: oswald, arial, sans-serif;
	font-size: 23px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 30px;
	color: #dddddd;
	margin-left: 10px;
	}



.index_video_container {
	width: 22%;
	padding: 10px;
	font-family: oswald, arial, sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	float: left;
	}

.index_video_container a:link, .index_video_container a:active, .index_video_container a:visited {
	color: #cccccc;
	}

.index_video_container a:hover {
	color: #ffffff;
	}


.index_video_image {
	width: 99%;
	height: auto;
	}





	





/*/// INDEX MAIN WHITE AREA //////////////////////////// */

.index_main_title {
	font-family: oswald, arial, sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #999999;
	text-transform: uppercase;
	}

.index_small_title {
	font-family: oswald, arial, sans-serif;
	font-size: 27px;
	font-weight: 300;
	color: #999999;
	text-transform: uppercase;
	}
	
	
#index_main_container {
    clear: both;
    display: block;
	width: 100%; 
    box-sizing:border-box;
	margin: 0 auto; 
    background-color: #eeeeee;
    text-align: center;
	}


#index_about_container {
	clear: both;
    display: block;
    color: #222222;
	vertical-align: middle;
	text-align: left;
    float: none;
	margin:0px auto;
	padding: 2%;
	padding-top: 2%;
	padding-bottom: 2%;
	width: 100%;
    max-width: 960px; 
    box-sizing:border-box;
	font-size: 18px;
    line-height: 27px;
	}


#index_rightside_container {
	color: #222222;
	vertical-align: top;
	text-align: left;
	margin:0px auto;
	padding: 2%;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 0;
	width: 25%;
	float: right;
	font-size: 15px;
	margin-right: 15px;
	}










	
	
	
	
	
	
	
	
	
	
	
	

/* RESPONSIVE CHANGES - INDEX STUFF //////////////////////////////////////////////*/

/* SMALLER THAN 960 PX, make title smaller */
@media screen and (max-width: 960px) {



/* dark boxes - stack vertically */

#index_dark_box_container {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
	margin: 0 auto;
	}
	
.index_dark_box {
	color: #eeeeee;
	vertical-align: middle;
	text-align: left;
	display: block;
	margin:0px auto;
	padding: 2%;
	width: 29%;
	float: left;
	font-size: 12px;
	}

.dark_box_title {
	font-family: oswald, arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 25px;
	color: #ffffff;
	}

.dark_box_image {
	width: 99%;
	height: auto;
	margin-top: 0;
	}

#darkbox_image_container {
	height: 35%;
	}






#indexVideoPreviewWindow_container {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	}

 .indexVideoPreviewWindow {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0; height: 0; overflow: hidden;
	}
	
.indexVideoPreviewWindow iframe,
.indexVideoPreviewWindow object,
.indexVideoPreviewWindow embed {
    top: 0px;
	}
	
	
	










#index_main_container {
	clear: both;
	width: 100%; 
	margin: 0 auto; 
	display: block;
	padding: 0;
	box-sizing: border-box;
	}


#index_about_container {
	display: block;
	margin:0 auto;
	padding: 5%;
	width: 100%;
	float: none;
	box-sizing: border-box;
	}


#index_rightside_container {
	background-color: #eeeeee;
	display: block;
	margin:0 auto;
	padding: 5%;
	padding-bottom: 25px;
	width: 100%;
	float: none;
	box-sizing: border-box;
	font-size: 15px;
	border-top: #cccccc 1px solid;
	}






#index_light_box_container {
	width: 100%;
	box-sizing: border-box;
	padding-left: 0;
	padding-right: 0;
	height: auto;
	}

#index_light_box {
	margin: 0 auto;
	padding: 4%;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	}



span.index_light_box_title {
	margin-left: 5px;
	}


.index_video_container {
	width: 96%;
	padding: 2%;
	float: none;
	padding-bottom: 15px;
	}




	} /*/// end responsive changes */
	
	
/* END INDEX ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
	
	
	
















/* SMALLER THAN 800 PX,  */
@media screen and (max-width: 800px) {



/*  dark boxes - show and stack vertically */

#index_dark_box_container {
	display: none;
	}
	
.index_dark_box {
	display: none;
	}



#index_about_container {
	margin:0 auto;	
    padding: 10%;
	width: 100%;
	}

	


	} 
	/*///// end smaller than 600   */
	
	
	