body {
	width: 100%;
	min-width: 320px;
	background-color: #222;
	margin: 0;
	padding: 0;
	font-family: "Open Sans";
}


#editor {
	color: #fff;
}

.container {
	background-color: #222;
	width: 80%;
	max-width: 1440px;
	min-width: 320px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 20px 0px;
	color: #fff;
	border: 0px solid #333;
	border-top: 0px;
	border-bottom: 0px;
	/*border-radius: 8px;*/
}

.headlineholder {
	width: 100%;
	max-width: 1440px;
	min-width: 320px;
	margin: 15px 0 40px 0;
	margin: 15px 0 40px 0;
	padding: 10px 0px 20px 0px;
	clear: both;
	float: none;
}


.size_mid .headlineholder {
	
}


.headlineholder h1 {
	font-family: "open sans";
	font-size: 4.0em;
	text-align: left;
	padding-left: 8px;
	letter-spacing: 0.02em;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 0.95em;
}

.headlineholder h2 {
	font-family: "open sans";
	font-size: 1.2em;
	text-align: left;
	padding-left: 14px;
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-top: -5px;
}

.headlineholder h2 .phone {
	margin-left: 23px;
	font-size: 0.78em;
	color: #999;
	display: inline;
}

.headlineholder h2 a {
	color: #ff3300;
	text-decoration: none;
}

.headlineholder h2 a:hover {
	text-decoration: underline;
	color: #ffcc00;
}


.ot {
	color: #ff3300;
}



h1 {
	width: 100%;
	font-size: 2.50em;
	color: #dcdcdc;
	margin: 0px auto 20px auto;
	padding: 0px;
	border: 0px solid #dcdcdc;
}



.demopanel {
	width: 50%;
	margin: 0px auto 0px 10px;
	float: left;
}

.vidpanel {
	width: 40%;
	margin: 0px 25px 0px auto;
	float: right;
}


.deadweight {
	clear: both;
	float: none;
	width: 100%;
	height: 1px;
	position: relative;
}




/***********************************************/

.panel {
	width: 100%; /*480px;*/
	margin: 0px auto 40px auto;
}

.panel .movie {
	position: relative;
	width: 100%; /*480px;*/
	height: 270px; /*270px;*/
	background: none;
	border: 1px solid #000;
	color: #fff;
	background-size: cover;
	/*border-radius: 15px;*/
}

.panel .movie .movieframe {
	width: 100%; /*480px;*/
	height: 270px; /*270px;*/
	/*border-radius: 15px;*/
}

.panel .movie .movieframe, .panel .movie img {
	width: 100%; /*480px;*/
	height: 270px; /*270px;*/
	position: absolute;
	top: 0px;
	left: 0px;
	/*border-radius: 15px;*/
}



.panel .text {
	color: #e0e0e0;
	/*e7e7e7;*/
	font-size: 1.0em;
	/*ebece9;*/
}

.panel .text h2 {
	color: #fff;
	font-size: 1.55em;
	margin-bottom: 3px;
}

.music .panel .text h2 {
	color: #dcdcdc;
	margin: 0px;
	font-size: 1.0em;
	font-weight: normal;
}

.music .panel .text {
	margin: 0px;
}

.panel .movie .filler {
	width: 80px;
	height: 81px;
	background-image: url(/media/images/cards/play_off.png);
	background-repeat: no-repeat;
	position: relative;
	top: 35%;
	left: 42%;
	cursor: pointer;
}


/*********************************************************/



.size_mid .headlineholder h1 {
	margin-bottom: 20px;
	text-align: left;
	font-size: 2.3em;
	padding-left: 0px;
	margin-left: 0px;
	
}

.size_mid .headlineholder h2 {
	text-align: left;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-left: 0px;
}

.size_mid .headlineholder h2 .phone {
	display: block;
	/*width: 100%;*/
	float: none;
	clear: both;
	margin-left: 0px;
}


.size_mid .demopanel {
	width: 90%;
	margin: 0px 0 20px 0;
	float: none;
}

.size_mid .vidpanel {
	width: 90%;
	margin: 0px 0 0px 0;
	float: none;
}



.note {
	margin: 0px auto 0px auto;
	width: 90%;
	float: none;
	clear: both;
	text-align: center;
}

.panel .text a {
	color: #ff3300;
	text-decoration: none;
}

.panel .text a:hover {
	color: #ff3300;
	text-decoration: underline;
}


.vormholder {
	width: 100%;
	/*max-width: 1440px;*/
	min-width: 320px;
	background-color: #000;
	margin-top: 5px;
	/*#595959;*/
	/*border-bottom: 1px solid #000;
	border-top: 1px solid #000;*/
}

.vorm {
	font-size: 1.20em;
	font-weight: bold;
	width: 80%;
	max-width: 1440px;
	/*min-width: 450px;*/
	margin: 0px auto 0px auto;
	padding: 2px 20px 5px 20px;
	/*border: 20px solid #595959;*/
	text-align: left;
	color: #999;
}

.vorm .opt {
	color: #888;
	cursor: pointer;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}

.vorm a {
	color: inherit;
	text-decoration: inherit;
}

#jmp_vo {
	padding-right: 10px;
	/*border-right: 2px solid #333;*/
}

.vorm .opt.active {
	color: #fff;
	font-style: italic;
}

.vorm .opt:hover {
	color: #ff3300;
	text-decoration: none;
}


.size_mid .vorm {
	text-align: left;
}

.size_mid .vormholder {
	background-color: #222;
	border: 0px;
	padding-top: 20px;
}


#jmp_select {
	font-family: "Open Sans";
	font-size: 1.0em;
	background-color: #333;
	color: #dcdcdc;
	border: 0px;
	border-radius: 20px;
	padding: 3px 15px 5px 25px;
}


.footer {
	font-size: 1.0em;
	font-weight: bold;
	width: 80%;
	max-width: 1440px;
	min-width: 320px;
	margin: 0px 0 0px 0;
	padding: 10px 0px 20px 0px;
	/*border: 20px solid #222;
	border-top: 0px;
	border-bottom: 0px;*/
	background-color: #222;
	text-align: left;
	color: #999;
	float: none;
	clear: both;
}

.footer .text {
	padding-left: 8px;
}

.size_mid .footer {
	width: 100%;
	text-align: left;
	margin: 0px auto 0px auto;
	/*padding-left: 0px;*/
}

.size_mid .footer .text {
	padding-left: 0px;
}


/***************************************************************/


.breather {
	float: none;
	clear: both;
	width: 100%;
	height: 30px;
}

.monial {
	margin: 0px 0px 20px 0px;
	font-size: 0.85em;
	color: #999;
}

.footnote {
	width: 90%;
	padding: 5px 10px 8px 10px;
	font-size: 0.80em;
	color: #dcdcdc;
	border:1px solid #444;
	border-right: 0px;
	border-left: 0px;
}




.blog {
	width: 90%;
	padding-left: 10px;
	font-size: 1.2em;
}

.size_mid .blog {
	padding-left: 0px;
}

.blog .item {
	margin: 0px 0px 40px 0px;
}

.blog .item .date {
	margin: 0px;
}

.blog h1 {
	font-size: 1.55em;
}

.blog .item h2 {
	margin: 0px;
}

.blog .item a {
	text-decoration: none;
}

.blog .item a:hover {
	text-decoration: underline;
}

.blog .item .text {
	color: #999;
}

.size_mid .blog {
	/*margin-left: auto;
	margin-right: auto;*/
}

.code {
	font-family: "Courier New";
	font-size: 1.0em;
	padding: 10px;
	background-color: #111;
	margin: 10px 0px 30px 0px;
}

.code pre {
	font-family: "Courier New";
	max-width: 90%;
	 white-space: pre-wrap;      /* CSS3 */   
     white-space: -moz-pre-wrap; /* Firefox */    
     white-space: -pre-wrap;     /* Opera <7 */   
     white-space: -o-pre-wrap;   /* Opera 7 */    
     word-wrap: break-word;      /* IE */
 }

img {
	max-width: 80%;
}

img.intext {
	float: right;
	max-width: 40%;
}

/*
.blog .exsp {
	margin-top: 60px;
	margin-bottom: 0px;
}*/

.blog h2 {
	font-size: 1.25em;
	margin-bottom: 3px;
	margin-top: 60px;
	color: #dcdcdc;
}

.blog h3 {
	margin-bottom: 3px;
}

.blog .preview {
	margin: 10px 0px 60px 0px;
	font-size: 1.35em;
	color: #999;
	border:1px solid #444;
	border-right: 0px;
	border-left: 0px;
	padding: 10px 0px 10px 0px;
}


.blog .date {
	font-size: 0.85em;
	color: #777;
}

.blog .item {
	color: #777;
}

.blog .item h2 {
	margin-bottom: 3px;
}

.blog .item .preview {
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	font-size: 0.95em;
}

.blog .cat {
	font-size: 0.85em;
	color: #777;
	margin-bottom: 20px;
}

.blog a {
	color: #fff;
}

.blog a:hover {
	color: #fff;
	font-weight: bold;
}

.smallinfo {
	font-size: 0.85em;
	color: #999999;
	margin: 0 0 30px 0;
	line-height: 1.5em; 
}

