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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}

/* []-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]- The Wrapper -[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[] */

.wrapper {
	margin: 0 auto;
	width: 1200px;
}

.fitit {
  	width: 100%;
  	height: 100%;
}

/* []-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]- Global Styles -[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[] */

#bfSubmitButton {
    background-color: #ff9900 !important;
    color: #FFF;
    padding: 10px !important;
    font-weight: bold;
    font-size: 16px;
    border: medium none !important;
    cursor: pointer;
    text-transform: uppercase;
    background-image: none !important;
}

#bfSubmitButton span {
    background-image: none !important;
    padding: 0 !important;
}

#bfSubmitButton:hover {
	background-color: #fff !important;
  	color: #000 !important;
}

#bfSubmitButton:hover span {
    color: #000 !important;
}

.button {
    background-color: #ff9900;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none !important;
}

.button:hover {
    background-color: #fff;
    color: #000;
}

.button2 {
    background-color: #ff9900;
    color: #fff;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none !important;
    margin: 0 auto;
    width: 280px;
}

.button2:hover {
    background-color: #B0B291;
    color: #000;
}

.phone {
	font-size: 24px;
}

h1 {
	font-size: 24px;
	color: #ff9214;
	font-weight: bold;
	margin: 10px 0;
}

h2 {
	font-size: 20px;
	color: #ff9214;
	font-weight: bold;
	margin: 10px 0;
}

h3 {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 10px;
}

.left {
	float: left;
	width: 75%;
}

.right {
	float: right;
	width: 25%;
}

.right a:link {
  	color: #fff;
}

.right a:visited {
  	color: #fff;
}

.right a:active {
  	color: #fff;
}

.right a:hover {
  	color: #fff;
}

.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
}

p {
	line-height: 24px;
	font-size: 16px;
    margin-bottom: 10px;
}

.buffer20 {
	padding: 20px;
}

#article hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #505e51;
	margin: 20px 0;
}

hr {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid #fff;
	margin: 20px 0;
}

#article ul {
    margin-left: 20px;
}

.picinline img {

}

/* []-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]- Structual Elements -[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[]-[] */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #3b3b3b;
}

header {
	width: 100%;
	background-color: #ff9900;
}

#headline {
    padding-left: 10px;  
}

#logo {
	color: #fff;
	font-size: 40px;
	float: left;
	margin-top: 25px;
    margin-bottom: 25px;
	font-weight: bold;
}

#phone {
	color: #fff;
	float: right;
	font-size: 18px;
	margin-top: 25px;
	font-weight: bold;
	text-align: right;
}

nav {
	background: #084908;	
	background: -moz-linear-gradient(top,  #084908 0%, #105110 25%, #165716 48%, #1f601f 51%, #296a29 79%, #317231 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#084908), color-stop(25%,#105110), color-stop(48%,#165716), color-stop(51%,#1f601f), color-stop(79%,#296a29), color-stop(100%,#317231));
	background: -webkit-linear-gradient(top,  #084908 0%,#105110 25%,#165716 48%,#1f601f 51%,#296a29 79%,#317231 100%);
	background: -o-linear-gradient(top,  #084908 0%,#105110 25%,#165716 48%,#1f601f 51%,#296a29 79%,#317231 100%);
	background: -ms-linear-gradient(top,  #084908 0%,#105110 25%,#165716 48%,#1f601f 51%,#296a29 79%,#317231 100%);
	background: linear-gradient(to bottom,  #084908 0%,#105110 25%,#165716 48%,#1f601f 51%,#296a29 79%,#317231 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#084908', endColorstr='#317231',GradientType=0 );
	width: 100%;
	padding: 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-weight:bold;
}

nav ul {
	
}

nav li {
	display: inline-block;
	margin: 0 5px;
	padding: 5px;
}

nav li a:link {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
	padding: 5px;
}

nav li a:visited {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
	padding: 5px;
}

nav li a:active {
	color: #fff;
	text-decoration: none;
	margin: 0 5px;
	padding: 5px;
}

nav li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: rgba(0,0,0,0.4);
	margin: 0 5px;
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0,0,0,0.7) inset;
}

main {
	background-color: #585848;
	width: 100%;
	padding: 20px 0;
}

#stage {
	background: #ffffff;
	background: -moz-linear-gradient(left,  #ffffff 75%, #3b4d37 75%);
	background: -webkit-gradient(linear, left top, right top, color-stop(75%,#ffffff), color-stop(75%,#3b4d37));
	background: -webkit-linear-gradient(left,  #ffffff 75%,#3b4d37 75%);
	background: -o-linear-gradient(left,  #ffffff 75%,#3b4d37 75%);
	background: -ms-linear-gradient(left,  #ffffff 75%,#3b4d37 75%);
	background: linear-gradient(to right,  #ffffff 75%,#3b4d37 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#3b4d37',GradientType=1 );
	box-shadow: 0 0 10px rgba(0,0,0,0.4);
	min-height: 100px;
}

#mainimage {
	width: 100%;
}

#mainimage img {
	height: 100%;
	width: 100%;
}

#article {
	/*-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
	-webkit-column-gap: 20px; 
    -moz-column-gap: 20px; 
    column-gap: 20px;
    -moz-column-fill: balance; 
    column-fill: balance; */
	margin: 10px 0;
  	padding: 10px;
}

aside {
	color: #fff;
    background-color: #3b4d37;
}

aside h3 {
  text-transform: uppercase;
}

footer {
	color: #fff;
	text-align: center;
  	padding-top: 10px;
}

footer li {
  	list-style: none;
}

footer li a {
	color: #fff;
}  
  
@media all and (max-width: 1200px) and (min-width: 1025px) {
  
.wrapper {
	margin: 0 auto;
	width: 100%;
} 
  
#contact {
    margin-right: 10px;
}  
  
#logo {
    margin-left: 10px;
}  
  
}  

@media all and (max-width: 1024px) and (min-width: 768px) {
  
.wrapper {
	margin: 0 auto;
	width: 100%;
}   
  
#contact {
    font-size: 14px;
    margin-right: 10px;
}  
  
nav li a:link {
    color: #FFF;
    text-decoration: none;
    margin: 0px 0px;
    padding: 0px;
}  
  
#logo {
    margin-left: 10px;
}     
  
}

@media all and (max-width: 767px) and (min-width: 0px) {
  
.wrapper {
	margin: 0 auto;
	width: 100%;
} 
  
.picinline img {
  width:30%;
  height: 30%;
}  
  
#contact {
    font-size: 14px;
    margin-right: 10px;
    margin-top:10px;
    float: none;
}  
  
nav li a:link {
    color: #FFF;
    text-decoration: none;
    margin: 0px 0px;
    padding: 0px;
}  
  
#logo {
    margin-left: 10px;
  	text-algin: center;
    font-size: 32px;
    float: none;
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 10px;
}    
  
.left {
    width: 100%;
}  
  
.right {
    width: 100%;
}  
 
#stage {
	background: #ffffff;  
}
  
#article {
	-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
	-webkit-column-gap: 0px; /* Chrome, Safari, Opera */
    -moz-column-gap: 0px; /* Firefox */
    column-gap: 0px;
	margin: 10px 0;
	-moz-column-fill: balance; /* Firefox */
    column-fill: balance;
  	padding: 10px;
}  
  
}
