/* Feature.css                                  */
/* Orange Chair Software Copyright 2010-2017    */
/* Written BY: Daniel Randall                   */
/* Created:  Jan 19, 2010                       */
/* Modified: Jul 05, 2017						*/
/* Orangechairsoftware.com						*/

/* Control Spacing  -------------------------*/
body {
	color: white;
	background-color: #fff;
	margin: 0px;
	font-family:Verdana, Geneva, sans-serif;
	overflow-x: hidden;
	}
		
.fullBg {
/* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
	
/* Set up proportionate scaling */
	width: 100%;
	height: auto;
  
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}
 
#maincontent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height:100%;
	height: 100%; /* For IE8 and earlier */
	z-index: 50;
}
		
#header {
	position:absolute;
	top: 0px;
	width: 100%;
	height: 120px;
	background-color:#000;
	opacity: 0.8;
  	filter:alpha(opacity=80); /* For IE8 and earlier */
}
#navbar {
	width: 780px;
	border:solid 0px lime;
	margin:auto;
}
#logo {
	height:120px;
	width:120px;
	float:left;
/*	border:solid 0px lime;*/
	border: none;
}
#logo > img {
	/*margin:10px 0px 0px 10px;*/
	margin-right: 4px;
}
#mobileheader {
	display:none;	
}

#callnumber {
	padding-top: 40px;
	color: white;
	text-align: right;
	vertical-align: middle;
}

.phone a:link {
	color: white;
}
.phone a:hover {
	color: green;
}

#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
    margin: auto;
    margin-top: 120px;
/*	margin-bottom:50px; */
	visibility: visible;
	border:solid 0px lime;	
	width: 780px;
  	height: auto;
  	background: rgba(238, 238, 238, 0.85); /* background-color:#eeeeee; but has 85% opacity */
/*	opacity:0.85;*/
  	filter:alpha(opacity=85); /* For IE8 and earlier */
/*	border-radius: 5px;*/
}
	
#videobox {
	background: #fbfbfb; 
	border: 1px solid #e1e1e1; 
	border-bottom: 1px solid #7a7a7a; 
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	position: relative; 
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); 
	padding: 3px; 
	margin-bottom: 25px;
}

.imagebox {
	position: relative;
	background: #fbfbfb;
	margin: 0px auto 25px;
	border: 1px solid #e1e1e1; 
	border-bottom: 1px solid #7a7a7a; 
	border-radius: 10px; 
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px; 
	position: relative; 
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); 
	-moz-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); 
	-webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); 
	padding: 3px; 
	margin-bottom: 25px;
}
.imageFade {
	transition: 1s;
}
.box-shadowleft {
	background: url(../images/left-shadow.png) no-repeat; 
	position: absolute; 
	bottom: -16px;
	left: 0px;
	height: 16px; 
	width: 161px; 
}
.box-shadowright {
	background: url(../images/right-shadow.png); 
	position: absolute; 
	bottom: -16px;
	right: 0px;
	height: 16px; 
	width: 161px; 
}
.imagebox .controllers-wrapper { 
	position: absolute;
	bottom: -26px;
	left: 380px;
	background: url(../images/featured-controllers-left.png) no-repeat;
	height: 44px;
	padding-left: 12px;
	z-index:30;
}
.imagebox .controllers-wrapper .controllers {
	background: url(../images/featured-controllers-bg.png) repeat-x;
	height: 30px;
	padding-top:
	14px;
}

.et-image { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }
.et-image span.ss-image-overlay { display: block; background: url(../images/ss-image-overlay.png) no-repeat; width: 100%; height: 100%; position: relative; border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; }			

.imagebox .controllers-wrapper .controllers, .imagebox .controllers-wrapper .controllers-right { float: left; }
.imagebox .controllers-wrapper .controllers-right { background: url(../images/featured-controllers-right.png) no-repeat; height: 44px; width: 8px; }
.imagebox .controllers-wrapper a { text-indent: -9999px; display: block; float: left; width: 15px; height: 15px; background: url(../images/featured-controller.png) no-repeat; padding-right: 3px; }
.imagebox .controllers-wrapper a:hover, .et-simple-slider a.et-slider-leftarrow:hover, .et-simple-slider a.et-slider-rightarrow:hover, .et-tabs-container .et-tabs-control li a:hover, .tabs-left .et-tabs-control li a:hover, a.small-button:hover, a.big-button:hover, a.icon-button:hover { border: none !important; }
.imagebox .controllers-wrapper a.active { background: url(../images/featured-controller-active.png) no-repeat; }

.imagebox .controllers-wrapper a.left-arrow, .imagebox .controllers-wrapper a.right-arrow { width: 15px; height: 23px; position:relative; top:-4px; }
.imagebox .controllers-wrapper a.left-arrow { background: url(../images/featured-controllers-leftarrow.png) no-repeat; padding-right: 17px; }
.imagebox .controllers-wrapper a.right-arrow { background: url(../images/featured-controllers-rightarrow.png) no-repeat top right; padding-left: 16px; padding-right: 0px; }

.bodytext {
	font-size: 14px;
	color:#000;
	padding: 30px;
}

.headline {
	font-family: 'Source Sans Pro', serif;
    font-size: 48px;	
	}
a:link, a:visited {
	color: #06f;
	text-decoration: none
	}

a:hover {
	color: red;
	text-decoration: none
	}	
.mobilemenu {
	display: none;
	float:right;
}

#container {
   min-height:100%;
   position: relative;
   height: 100%; /* For IE8 and earlier */
}
h1 {
	margin-top: 24px;
	margin-bottom: 16px;
}

#columnbox { /*	Will need to move this into the width controller setup	*/
	width: 100%;
	height: 660px;
}
#leftcolumn {
	float: left;
	width: 354px;
	/*border:solid 1px red;*/
}
#rightcolumn {
	float: right;
	width: 360px;
	/*border:solid 1px red; */
}
#thinLeftcolumn {
	float: left;
	width: 214px;
}
#wideRightcolumn {
	float: right;
	width: 500px;
}

.ListOption {
	background-color: transparent;
	color: blue;
	font-size: 14px;
	font-weight: bold;
	border: none;
}
.ListOption:hover {
	cursor: hand;
}
#activeService {
	background-color: blue;
	color: white;
}

.SPartnerButton {
	margin-top: -80px;
	margin-left: -176px;
	width: 720px;
	height: 140px;
	background-color: transparent;
	color: transparent;
	border: none;
}
.SPartnerButton: hover {
	cursor: hand;
}

#footer {
	position: relative;
/*	bottom: 0px;*/
	height: 64px; 
	width: 100%;
	background-color: #00C;
	vertical-align: bottom;
	color:#FFF;
	text-align: center;
	font-size: 12px;
	opacity:0.8;
  	filter:alpha(opacity=80); /* For IE8 and earlier */
}
.botMenu {
	color: #FFF;
	font: normal 14px 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	text-decoration:underline;
	background-color: transparent;
	border: none;
}
.botMenu:hover {
	cursor: pointer;
}

/* Full Screen > 720px*/
@media handheld, screen and (min-width: 720px) {
	.nav {
		margin: 0;
		margin-left: 0px;
		float: left;
		height: 120px;
		list-style: none; 
		border:solid 0px green;
	}
	.nav > li {
		margin: 0px 0px 0px 0px;
		height: 120px;	
		float: left;
	}
	.nav > li > a {
		display: block;
		margin-top: 50px;
		padding-top: 30px;
		height: 40px;
		color:#fff;
		font-size: 16px;
		font-family:Verdana, Geneva, sans-serif;
	}
	.MenuOpt {
		height: 120px;
		width: 100%;
		padding: 0px 15px 0px 15px;
		background-color: transparent;
		color:#fff;
		font-size: 16px;
		font-family:Verdana, Geneva, sans-serif;
		border: none;
	}
	.MenuOpt:hover {
		cursor: pointer;
	}
	.nav > li:hover {
		background-color:#202020;
		height:110px;
		border-bottom:solid 10px #00C;
	}
	.nav > li.active {
		background-color:#202020;
		height: 110px;
		border-bottom:solid 10px #00C;
	}
}
	

/* Mobile & tablet < 780px*/
@media handheld, screen and (max-width: 780px) {
	#header {
		height:50px;
		z-index:999;
	}
	#navbar {
		width:auto;
	}
	#logo {
		display:none;	
	}	
	#mobileheade r{
		display:block;
		height:40px;
		width:auto;
		font-size:15px;
		font-weight:bold;
		float:left;
		border:solid 0px lime;
		margin: 15px 0px 0px 15px;		
	}
	.nav {
		display:none;
		position:absolute;
		list-style:none;
		top:50px;
		left:0px;
		margin: 0px 0px 0px -40px;
		width:100%;
		height:120px;
		opacity:0.95;
  		filter:alpha(opacity=95); /* For IE8 and earlier */
	}
	.nav > li {
		padding:20px 40px 0px 60px;
		margin:0px 0px 0px 0px;
		height:48px;
		background-color:#202020;
		border-bottom:#dcdcdc solid 2px;
	}
	.nav > li > a {
		display: block;
		margin-top:0px;
		height:20px;
		color:#fff;
		font-size:16px;
		font-family:Verdana, Geneva, sans-serif;
	}
	.nav > li:hover {
		background-color:#202020;
		height:110px;
		border-bottom:solid 10px #00C;
	}
	.nav > li.active {
		background-color:#202020;
		height:48px;
		border-bottom:#dcdcdc solid 2px;
	}
	.MenuOpt {
		height: 48px;
		width: 100%;
		padding: 0px 15px 0px 15px;
		background-color: transparent;
		color:#fff;
		font-size: 20px;
		font-family:Verdana, Geneva, sans-serif;
		border: none;
	}
	.mobilemenu {
		display: block;
		float:right;
	}

	.btn { 	
		cursor:pointer;
		float:left;
		position: relative;         
		margin: 7px 0px 0px 10px; 
		border: 2px solid white;
		border-radius: 2px; 
		height: 30px; 
		width:32px;  
	}
	#lines:before { 
		border-bottom: 12px double white;
		border-top: 4px solid white;    
		content:"";
		height: 4px; 
		position: absolute; 
		right:4px;  
		top: 4px; 
		width:24px; 
	}	

	#content {
		margin: 70px 10px 50px 10px;;
		width:auto;
	}
}

/*	Table CSS	*/

.bottombordering {
	border-bottom:1pt solid blue;
}

#progresswrapper {
	z-index: 999;
	position: absolute;
	width: 100%;
	height: 1000px;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,.5);
	margin: 0px 0px 0px 0px;
}

#progress {
	position:absolute;
	top:60px;
	left: 50%;
	margin-left: -100px;
    -webkit-border-radius: 10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
	width: 200px;
	line-height: 80px;
	text-align: center;
	margin-top:100px;
    text-align: center;
}