body {
    height: 100%;
    width: 100%;
}


img {
    height: auto;
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
}


header {
    background-image: url(../img/header_left.png),url(../img/header_right.png);
    background-position: left top, right top;
    background-color: #f97927;
    background-repeat: repeat-y;
    min-height: 400px;
}

header {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

header a:hover {
    text-decoration: none;
}

/* Navbar */

.affix {
    width: 100%;
    top: 0;
    z-index: 999;
}

.navbar {
    min-height: 10px;
}

.navbar-default .navbar-nav > li > a {
    font-weight: bold;
    text-transform: uppercase;
    color: #3d3d3d;
    font-size: 14px;
    padding: 2px 6px;
}

.navbar-nav {
    padding: 30px 0px;
}

.navbar-nav > li {
    padding: 0px 10px;
    border-right: 1px solid #3d3d3d;
}

.navbar-nav > li:last-child {
    border: 0px;
}

.navbar-nav > li:first-child > a {
    background: inherit!important;
    color: #3d3d3d!important; 
}

.navbar-nav > li > a:hover, .active > a {
    background: #f97927!important;
    color: #fff!important;
}

.navbar-brand {
    padding-top: 15px;
    font-weight: bold;
    font-size: 18px;
}

@media (min-width: 768px){
.navbar-nav{
    margin: 0 auto;
    display: table;
    table-layout: fixed;
    float:none;
}
}

/* Content */

.content {
    padding: 40px 0px;
    padding-bottom: 160px;
}

p.head {
    font-weight: bold;
    margin-top: 4px;
}

p {
    line-height: 1.5;
}

p.slide {
    color: #fff;
    text-transform: none;
    text-align: left;
}



/* Headings */

h1 {
    color: #f97927;
    text-transform: uppercase;
    text-align: right;
    margin-top: 0px;
    margin-bottom: 20px;
}

h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 300;
    text-shadow: 1px 0px 0px #000;
    text-align: left;
}

/* Images */


.image_wrap
{
    display:block;
    position:relative;
    overflow: hidden;
    width: 100%;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-box-shadow: 0px -2px 0px 0px #e7e7e7; /* WebKit */
    -moz-box-shadow: 0px -2px 0px 0px #e7e7e7; /* Firefox */
    box-shadow: 0px -2px 0px 0px #e7e7e7; /* Standard */
}
 
.image_wrap img
{
    display:block;
}
 
.image_wrap::before
{
    display:block;
    z-index: 998;
    content:'';
    position:absolute;
    width:100%;
    height:100%;
    -webkit-box-shadow: inset 0px 23px 23px -13px rgba(0, 0, 0, 0.5); /* WebKit */
    -moz-box-shadow: inset 0px 23px 23px -13px rgba(0, 0, 0, 0.5); /* Firefox */
    box-shadow: inset 0px 23px 23px -13px rgba(0, 0, 0, 0.5); /* Standard */
}

.image_wrap::after
{
    display:block;
    z-index: 10;
    content:'';
    position:absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    height:100%;
    -webkit-box-shadow: inset 0px -23px 23px -13px rgba(0, 0, 0, 0.5); /* WebKit */
    -moz-box-shadow: inset 0px -23px 23px -13px rgba(0, 0, 0, 0.5); /* Firefox */
    box-shadow: inset 0px -23px 23px -13px rgba(0, 0, 0, 0.5); /* Standard */
}

.arrow {
    border-bottom: 6px solid #f97927;
    padding-bottom: 6px;
    margin-top: -39px;
    margin-bottom: 12px;
    text-align: center;
}

.arrow > a > img {
    position: relative;
    z-index: 12;
}


/* Form */

label {
    font-size: 14px;
}

.input-group-addon {
    border-radius: 0px;
}

/* Maps */

#map-canvas {
    min-height: 450px;
    
}


/* Footer */

#footer {
    border-top: 1px solid #e7e7e7; 
    padding: 20px 0px;
}

footer a {
    color: #b7b7b7;
}

footer {
    color: #b7b7b7;
}

/* Logo */

#headbar {
    padding: 20px 80px;
    display: none;
}

#headbar .right {
    float: right;
}

#headbar > ul.right {
    padding: 30px 0px;
    padding-top: 40px;
}

#headbar > ul {
    list-style: none;
}

#headbar > ul > li {
    border-right: 1px solid #fff;
    float: left;
    padding: 0px 4px;
}

#headbar > ul > li:last-child {
    border: 0px;
}

#headbar > ul > li > a {
    color:#fff;
    font-weight: bold;
    text-decoration: none;
}

.logo {
    display: inline-block;
    margin:50px auto;
}

.logo.large img {
    display: none;
}

.logo.small {
    width: 130px;
    margin: 0px;
    float: left;
}


#slider {
    display: none;
}
