/* @override 
	http://localhost/Dev/milestonex/css/main.css */

@charset "UTF-8";

/* CSS Document 
------------------------------------------------------------- */
html, body {
	background:url(/web/20161024024900im_/http://milestonex.com/images/bk-grad-w.png) repeat-x bottom, #E0E1DE url(/web/20161024024900im_/http://milestonex.com/images/bk-solid-w.png);
	color:#000;
	font-size:15px;
	font-family: Dezen, Arial, Helvetica, sans-serif;
	margin:0;
	width: 100%;
	/*height: 100%;*/
	padding:0;}
	
html,body.home {
	height: 100%;
}

p {
	margin: 0;
	padding: 0 0 14px 0;
}

a {
	color: #991326;
	text-decoration:none;}

a:hover {color: #990000;}

h1, h2, h3, h4, h5, ul, li, form {
	list-style: none;
	font-weight: normal;
	margin: 0;
	padding: 0;
}


/*  CUSTOM FONTS
---------------------------------------- */
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'Dezen';
    src: url('/web/20161024024900im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.eot');
    src: url('/web/20161024024900im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.eot#iefix') format('eot'),
         url('/web/20161024024900im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.woff') format('woff'),
         url('/web/20161024024900im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.ttf') format('truetype'),
         url('/web/20161024024900im_/http://milestonex.com/css/fonts/dezen_pro_regular-webfont.svg#webfontWNVHxMMQ') format('svg');
}
	
	
/*  CONTAINER TOP SECTION 
---------------------------------------- */
#container-wide {
	background:url(/web/20161024024900im_/http://milestonex.com/images/bk-grad-w.png) repeat-x bottom;
	width:100%;
	overflow: hidden;
}
		
/*  TOP SECTION 
---------------------------------------- */
#logo {
	text-align: right;
	position: absolute;
	top: 25px;
	right: 25px;
	height: 100px;
}

#logo a img {
	border: none;
}

	
/*  MENU SECTION 
---------------------------------------- */
#menu-left {
	font-weight: bold;
	font-size: 60px;
	line-height: 0.82em;
	position: absolute;
	bottom: 10px;
	display: none;
	padding: 0 0 0px 10px;
	width: 600px;
}

#menu-left a {
	color: #344129;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;
}

#menu-left a.accordionButton {
	color: #fff;
	cursor: pointer;
}

#menu-left a:hover {
	color: #000;
}

#menu-left a.accordionButton:hover {
	color: #fff;
}

#menu-right {
	text-align: right;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 28px;
	line-height: 1em;
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 0 15px 0px 0;
}

#menu-right a {	
	color: #888A8B;
	display:block;
	-webkit-transition: all 0.25s;
	transition: all 0.25s;	
}
	
#menu-right a:hover {color: #900;}

#menu-right ul li {
	display: block;
}	

/* @end */




/* SLIDING TEXT 
---------------------------------------- */
.accordionContent {
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	font-family: Dezen, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

/* CONTENT TEXT 
---------------------------------------- */
#about {
	padding: 40px;
}

/* NEWS BOX 
---------------------------------------- */
#news-box {
	background: #fff;
	position: absolute;
	bottom: 0;
	display: none;
	width: 100%;
	height: 150px;	
}

/*  FOOTER SECTION 
---------------------------------------- */
#wrapper {
	text-transform: uppercase;
	font-size: 60px;
	position: absolute;
	bottom: 0;
	width: 600px;
}



/*  Workshop Page 
---------------------------------------- */
#content-wide {
	/*background:url(/web/20161024024900im_/http://milestonex.com/images/bk-grad-w.png) repeat-x bottom;*/
	float: left;
	width: 100%;
}

#content {
	margin: 120px auto 50px;
	width: 800px;
}

#content h2 {
	color: #333F26;
	font-size: 54px;
	line-height: 1em;
	margin-bottom: 20px;
}

#video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

#video-wrap iframe {
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#menu-bottom {
	float: left;
	width: 100%;
	margin: 40px 0 60px 0;
}

#menu-bottom ul {
	text-align: right;
}

#menu-bottom ul li a {
	font-size: 52px;
	text-transform: uppercase;
	color: #fff;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

#menu-bottom ul li a:hover {color: #991326;}

#menu-bottom ul li {
	display: inline-block;
	padding-right: 0px;
	width: 33%;
}

#menu-bottom ul li:first-child {
	padding-right: 0px;
	text-align: left;
}

#menu-bottom ul li:last-child a {
	padding-right: 0px;
	text-align: right;
	color: #991326;
}

#menu-bottom ul li:last-child a:hover {color: #fff;}

/*
Questionaire Page*/
#question-wrap {
	position: relative;
	padding: 40px 0;
}

.questionaire {
	text-align: center;
}

.questionaire h3 {
	font-size: 24px;
	margin-bottom: 220px;
}

.btn-start {
	background-color: #900;
	box-shadow:0 0 4px 0px rgba(0, 0, 0, 0.42);
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	/*float: left;*/
	margin: 60px 0 80px 0px;
	padding: 20px 60px;
	border-radius: 3px;
}

.btn-start:hover {
	background-color: #313131;
	color: #fff;
}

/*
Media Queries*/
/*@media screen and (min-height: 900px) {
	html, body {
		height: 100%;
	}
}*/
/*
     FILE ARCHIVED ON 02:49:00 Oct 24, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 04:13:13 Mar 15, 2021.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 152.861
  exclusion.robots: 0.141
  exclusion.robots.policy: 0.133
  RedisCDXSource: 5.952
  esindex: 0.011
  LoadShardBlock: 123.117 (3)
  PetaboxLoader3.datanode: 190.243 (4)
  CDXLines.iter: 20.235 (3)
  load_resource: 137.326
  PetaboxLoader3.resolve: 27.664
*/