body {  
	background:#333 url(../../images/background_picture.jpg) no-repeat center center fixed;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
}	

.videooverlay {
	background-color: rgba(0,0,0,.4);	
}

h1, h2, h3, h4, h5, h6 {
	color: #333;
}

a, a:visited {
	color: #333;
}  

a:hover {
	color: #444; 
}  
	
.loading #loadingoverlay {
	background: #e48037;
}

#loadingoverlay h2 { 
	color:#333		
}

a.button, a.button:visited {  
	text-transform: uppercase;
	background: #333;
	color:#fff;
	border: solid 1px #333; 
	font-weight: 400;
}
a.button span {
	color: #e48037;
}

a.button:hover {
	background: #333; 
  	color: #fff;
}	

a.button-light, a.button-light:visited {
	background: #fff; 
	border: solid 1px #333; 
	color:#333;
}

a.button-light span {
	color:#333;	
}
 
.large, .medium {  
	color: #333;
}

.form-row input.btn {
	text-transform: uppercase;
	background: #e48037;
	color:#333; 	
}

.form-row input.btn:hover {
	background: #333; 
  	color: #fff;	
}

#footer a .medium:hover { 
	background: #333; 
  	color: #fff;
} 

#sidebar ul li h3.label span {
	color: #e48037	
}

.hero h2 span { 
	border-bottom: solid 5px #e48037;
}	

.hero .form-box .top .spacer,
.hero .form-box .middle .spacer {
	background: #e48037;
}

.hero .button {
	border:0;
	background: #e48037;
	border: solid 2px #e48037;
	color:#fff;
}

.hero .button-light {
	border: solid 2px #fff;
	background: rgba(0,0,0,.2);
	color: #fff;
}

.demo-box span {
	color: #e48037;
}

.price .option span.spacer {
	background: #e48037;
}			

.form-row input.btn { 
	background: #e48037; 
	color:#fff; 	
}

.form-row input.btn:hover, 
.form-row input.btn:focus {
	background: #e48037; 
	color:#fff; 
}	

.price .ribbon {
	background-color: #e48037;
	color:#fff;
}
	
.box-right .image-box {
	background: url(../../pictures/sample7.jpg) 50% 0 / cover no-repeat;	
}

.box-left .image-box {
	background: url(../../pictures/sample8.jpg) 50% 0 / cover no-repeat;	
}

.price { 
	background:#333;
}