@charset "UTF-8";
html, body {
  overflow-x: hidden;
}
.header_bg {
	height: 109px;
	opacity: 1;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar {
	margin-bottom: 0px;
	
	border: none !important;
	font-weight: 800;
	z-index: 100;
	border-radius: 0px !important;
}
.nav-height {
	height: 90px;
	/* [disabled]background-color: #FFFFFF; */
	margin-bottom: -2px;
}
.nav-position {
	margin-top: 5px;
	margin-right: 25px;
}
.navbar-default{
	background-image: url(../images/wood_bg_full.jpg);
	background-position: 0% 16%;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #E76122;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #E76122;
	background-color: #ededed !important;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}



small_text {
	font-size: xx-small;
}

h1 {
	color: #F75D2A;
	font-size: 22pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h2 {
	color: #F75D2A;
	font-size: 22pt;
	font-family: anonymous-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h3 {
	color: #F75D2A;
	font-size: 18pt;
	font-family: anonymous-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h4 {
	color: #F75D2A;
	font-size: 12pt;
	font-family: anonymous-pro;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h5 {
	color: #F75D2A;
	font-size: 18pt;
	font-family: changa-one;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}
h6 {
	color: #F75D2A;
	font-size: 12pt;
	font-family: quicksand;
	font-style: normal;
	font-weight: 900;
	text-align: left;
}

.bg_color {
	background-color: #2FA3E1;
	padding-top: 20px;
}
.bg_color_orange {
	background-color: #F65D29;
	padding-top: 20px;
}
.bg_color_off_black {
	background-color: #242424;
}
.bg_color_contactform {
	background-color: #F7F7F7;
}
.text_off_white {
	color: #EFEFEF;
}
.text_orange {
	color: #F65D29;
}
hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #FFFFFF;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}.horizontal_space {
	padding-top: 10px;
	padding-bottom: 10px;
}
.text_red {
	color: #EC0004;
}
@media (max-width: 765px) {
  .navbar-collapse {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-header .collapse, .navbar-toggle {
        display:block !important;
    }
    .navbar-header {
        float:none;
    }
}
.margin {
	margin-left: -8px;
}
.margin_top {
	margin-top: 10px;
}
.margin_squeeze {
	margin-left: 10px;
	margin-right: 10px;
}
.margin_LR0 {
	margin-left: 0px;
	margin-right: 0px;
}
.jumbotron {
	background-color: #EAEAEA;
}
.jumbotron p {
	font-size: 12pt !important;
	font-weight: 400;
}
.well-lg{
	background-color: #ffffff;
}
.social a:link {
	color: #F75D2A;
}
.social a:hover {
	text-decoration: none;
	color: #ffffff;
}

.social {
	text-align: right;
	margin-right: 0px;
	color: #F75D2A !important;
	font-weight: 800;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 90px;
		
}
.social a:visited {
	color: #ffffff;
}
.img-respnsive-center {
	max-height: 90;
	max-width: 90;
	position: absolute;
	top: 0;
	bottom: 50;
	left: 0;
	right: 0;
	margin: auto;
	
}
.wood {
	background-image: url(../images/wood_bg_full.jpg); 
}
