html {
    height: 100%;
    font-size: 12px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 16px;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    color: #151515;
}
h1, h2, h3, .h1, .h2, .h3 {
    font-weight: 300;
}
.page > h1 {
    margin-top: 30px;
    margin-bottom: 20px;
}
a {
    color: #151515;
    -webkit-transition-duration: 0.3s; 
    -o-transition-duration: 0.3s; 
    -moz-transition-duration: 0.3s; 
    transition-duration: 0.3s;
}
a:hover, a:focus {
    color: #ff6a10;
    text-decoration: none;
    border-bottom: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    position: relative;
}
strong {
    font-weight: 600;
}
input:focus, textarea:focus, button:focus {
    outline: none;
}
body > .container-fluid {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -300px;
    padding: 0;
}
header {
    padding: 20px 0 0 0;
    background-color: #9e8357;
    background-position: top center;
    height: 500px;
    color: #ffffff;
}
header .logo {
    margin: 4px 0 0 0;
    height: 52px;
    width: 169px;
}
header .logo a {
    display: block;
    height: 100%;
}
header .contact {
    text-align: right;
}
header .contact, footer .contact {
    float: right;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}
header .contact a, footer .contact a {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
}
header .contact a:hover, footer .contact a:hover { 
    color: #ff6a10;
    text-decoration: none;
    border-bottom: none;
}
header nav {
    position: relative;
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    margin-top: 20px;
    /* text-align: center; */
    padding: 0 120px 0 100px;
    background-color: rgba(0,0,0,.85);
}
header nav:before {
    content: '';
    border: 6px solid transparent;
    border-left: 6px solid #3f2e17;
    position: absolute;
    left: 0px;
    bottom: 19px;
}
header nav:after {
    content: '';
    border: 6px solid transparent;
    border-right: 6px solid #312210;
    position: absolute;
    right: 0px;
    bottom: 19px;
}
header nav a {
    color: #ffffff;
    display: block;
    text-decoration: none;
}
header nav ul {
    list-style: none;
    display: inline-block;
    margin: 0;
    padding: 0;
}
header nav ul > li {
    float: left;
    display: block;
    padding: 0 20px;
    line-height: 50px;
}
header nav ul > li.separator {
    background-repeat: no-repeat;
    background-position: right center;
}
header nav ul > li.current {
    position: relative;
    background: #ffbb90;
    background: -moz-linear-gradient(top,  #ffbb90 0%, #ffd2b7 15%, #ffd2b7 20%, #ffbb90 35%, #ffa46d 50%, #ff6a10 51%, #ff6a10 51%, #cf550c 100%);
    background: -webkit-linear-gradient(top,  #ffbb90 0%,#ffd2b7 15%,#ffd2b7 20%,#ffbb90 35%,#ffa46d 50%,#ff6a10 51%,#ff6a10 51%,#cf550c 100%);
    background: linear-gradient(to bottom,  #ffbb90 0%,#ffd2b7 15%,#ffd2b7 20%,#ffbb90 35%,#ffa46d 50%,#ff6a10 51%,#ff6a10 51%,#cf550c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbb90', endColorstr='#cf550c',GradientType=0 );
}
header nav ul > li.current:before {
    content: '';
    border: 6px solid transparent;
    border-left: 6px solid #000;
    position: absolute;
    left: 0px;
    bottom: 19px;
}
header nav ul > li.current:after {
    content: '';
    border: 6px solid transparent;
    border-right: 6px solid #000;
    position: absolute;
    right: 0px;
    bottom: 19px;
}
header nav .current a:hover {
    color: #ffffff;
}
.page {
    padding: 0 120px;
    margin-bottom: 35px;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
}
.page p {
    text-align: justify;
}
.page ul li {
    padding: 0 0 0 15px
}
.page ul li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #000000;
    border-bottom: 5px solid transparent;
    top: 6px;
    left: 0;
}
.page .gallery {
    margin: 22px 0;
}
.page .gallery .col-xs-2-5 {
    position: relative;
    float: left;
    width: 20%;
    min-height: 1px;
    padding: 4px;
}
.page .gallery .col-xs-9-5 {
    position: relative;
    float: left;
    width: 80%;
    min-height: 1px;
    padding: 4px 4px 4px 24px;
}
.page .gallery .col-xs-3 {
    position: relative;
    padding: 4px;
}
.page .gallery a.image {
    display: block;
    min-height: 173px;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5;
    background-size: cover;
    background-position: center center;
}
.page .gallery a.image:hover,
.page .gallery a.image:focus {
    border: 1px solid #fd4205;
}
.page .gallery .col-xs-9-5 ul {
    margin: 0 0 10px;
}
.page .gallery .col-xs-9-5 ul li {
    margin: 0;
}
aside p {
    text-align: initial !important;
}
footer, .push {
    height: 300px;
}
footer {
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    padding: 30px 0;
    background-color: #1f1f1f;
}
footer nav ul {
    list-style: none;
    padding: 0;
}
footer nav a {
    color: #cecece;
    line-height: 30px;
    border-bottom: 1px solid #ffffff;
}
footer nav a:hover {
    color: #ffffff;
    text-decoration: none;
    border-bottom: none;
}
footer .copyright {
    position: absolute;
    top: 195px;
}
footer .form {
    padding: 0 6%;
}
footer .request {
    padding: 10px 48px 15px;
    border: 1px solid #5a5a5a;
    background-color: rgba(0,0,0,.25);
}
footer .request h3 {
    margin: 0;
    padding: 0;
    font-weight: 300;
    text-align: center;
} 
footer .request input, footer .request textarea {
    font-size: 16px;
    width: 100%;
    border: none;
    margin-bottom: 1px;
    padding: 2px 10px;
    color: #151515;
}
footer .request textarea {
    resize: none;
    height: 82px;
    margin-bottom: 5px;
}
footer .request .first {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
footer .request .last {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}
footer .request button {
    background-color: #ff6a10;
    border: none;
    color: #151515;
    width: 100%;
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
footer .request button:hover {
    background-color: #ffcf10;
}
footer .message {
    text-align: center;
    font-size: 14px;
    color: #ffcf10;
}
footer .form-group {
    margin-bottom: 0px;
    position: relative;
}
footer .form-group .help-block {
    margin: 0;
    position: absolute;
    background-color: #ffffff;
    font-size: 16px;
    width: 100%;
}
footer .form-group ol, footer .form-group ul {
    margin: 0;
    padding: 2px 0 0 10px;
    list-style: none;
}
footer .form-group .text-danger {
    color: #a94442;
}
footer .kit {
    position: absolute;
    right: 0px;
    top: 210px;
    height: 27px;
    width: 132px;
    background-repeat: no-repeat;
    background-position: top left;
    -webkit-transition-duration: 0.2s; 
    -o-transition-duration: 0.2s; 
    -moz-transition-duration: 0.2s; 
    transition-duration: 0.2s;
}
footer .kit a {
    display: block;
    height: 100%;
    border-bottom: none;
}
@media (min-width: 0px) {
    header, .container-fluid, .container, footer { min-width: 970px; }
    footer { font-size: 14px; }
}
@media (min-width: 768px) {
    header, .container-fluid, .container, footer { min-width: 970px; }
    footer { font-size: 14px; }
}
@media (min-width: 992px) {
    header, .container-fluid, .container, footer { min-width: 970px; }
    footer { font-size: 16px; }
}
@media (min-width: 1200px) {}
@media (min-width: 1600px) {}
