html, body {
    height: 100%;
}

body {
    font-family: 'Dosis', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7em;
    color: #333;
    overflow-x: hidden;
}

.page-wrap {
    min-height: 100%;
    margin-bottom: -100px;
}

.page-wrap:after {
    content: "";
    display: block;
}

footer, .page-wrap:after {
    height: 115px;
}

@media (max-width: 768px) {
    body {
        margin-top: 0;
    }
}

.thumbnail img {
    border-bottom: 3px solid #FA842E;
}

@media screen and (max-width: 768px) {
    .infraestruturas .media-body {
        display: inline-block;
    }
}

.form-control:focus,
*:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline-offset: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: #FA842E;
}

h3 {
    margin-bottom: 15px;
}

h5 {
    font-size: 17px;
}

a {
    color: #847C2F;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

a:active {
    outline: 0;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    color: #E0C319;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

p {
    font-size: 18px;
    line-height: 22px;
}

.btn-round {
    border-radius: 60px;
}

.btn.disabled,
.btn.disabled:active,
.btn.disabled:focus,
.btn.disabled:hover {
    background-color: #ddd;
    border-color: #ddd;
    color: #555;
}

.btn-green {
    color: #fff;
    background-color: #afe42f;
}

.btn-green:hover {
    background-color: #89b714;
}

.btn-primary {
    color: #fff;
    background-color: #FA842E;
    border-color: #FA842E;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #CE9F00;
    border-color: #CE9F00;
}

.btn-default {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.btn-default:hover,
.btn-default:active,
.btn-default:focus
.btn-default:active:hover {
    color: #fff;
}

.bg-primary {
    background: #FA842E;
}

.table {
    font-size: 16px;
}

.list-group {
    font-size: 18px;
    font-weight: 300;
}

.list-group-item {
    border: none;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
    color: #111;
    background-color: transparent;
    border-left: 3px solid #F5D76E;
    background: #f3f3f3;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #F4D03F;
    border-radius: 0;
}

.alert {
    font-size: 18px;
}

.alert i {
    font-size: 22px !important;
    margin-top: -4px;
}

/* ===================================
Error 404
==================================== */
.error-404 {
    text-align: center;
    margin: 100px 0 100px;
}

.error-404 h1 {
    font-size: 300%
}

@media (max-width: 768px) {
    .error-404 {
        margin: 20px 0;
    }

    .error-404 h1 {
        font-size: 200%
    }
}

/* ===================================
    Header
==================================== */
header {
    position: relative;
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    z-index: 50;
}

header .logo {
    position: absolute;
    margin-left: 0px;
    height: 103px;
    margin-top: -5px;
}

header .navbar-default {
    background-color: #FA842E;
    border-color: #FA842E;
    box-shadow: 0px 1px 7px #494949;
    border-radius: 60px;
    right: -450px;
}

header .navbar-nav > li > a {
    padding: 30px 15px;
    font-size: 21px;
}

footer {
    padding: 20px;
    background: #332A25;
}

footer .menus a {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.5);
}

footer .menus a:hover {
    color: #fff
}

label, .control-label, .help-block, .checkbox, .radio {
    font-size: 17px;
    font-weight: normal;
}

.navbar .dropdown-menu > li > a,
.navbar .dropdown-menu > li > a:focus {
    font-size: 17px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.1)
}

@media screen and (min-width: 1200px) {
    .navbar-default .navbar-nav > li:first-child > a {
        border-radius: 50px 0 0 50px;
        padding-left: 30px;
        margin-left: -15px;
    }
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: rgba(0, 0, 0, 0.4);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

.navbar-default .dropdown-menu {
    background-color: #7F3D00;
}

.navbar-default .dropdown-menu > li > a:hover,
.navbar-default .dropdown-menu > .active > a,
.navbar-default .dropdown-menu > .active > a:hover {
    background-color: rgba(0, 0, 0, 0.3);
}

.presentation-image {
    margin-top: -360px;
    border-bottom: 10px solid #FA842E;
}

.push-up {
    margin-top: -170px;
    position: relative;
    z-index: 20;
}

.header-img {
    position: relative;
    height: 228px;
    background-position: center;
    background-size: cover;
    margin-top: -365px;
    margin-bottom: 200px;
}

.header-img:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.page-title {
    margin: 0 0 30px 0;
    color: #000;
}

/*

.slide {
    position: relative;
    border-bottom: 10px solid #BEDB3B;
    margin-top: -170px;
}*/

.reservation {
    background: #a54800;
    padding: 30px;
}

.reservation .btn-round {
    border: none;
}

.reservation .btn-round:hover {
    opacity: 0.8;
}

/*.reservation:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0, 0.4);
}*/

.reservation h1 {
    margin-top: 0;
    font-weight: bold;
    color: #FFCC00 !important;
}

.reservation h3 {
    line-height: 29px;
    font-size: 24px;
}

.reservation h1,
.reservation h3 {
    color: #fff;
}

.reservation .btn-primary {
    background: #FFCC00;
    padding: 20px 30px;
}

.large-button {
    display: block;
    padding: 30px;
    text-align: center;
}

.large-button h1 {
    font-size: 30px;
    color: #fff;
}

.media-body .media-heading {
    margin-top: 5px;
}

.media-body p {
    color: #777;
}

.article-body {
    font-size: 20px;
    line-height: 25px;
}

.album-item {
    margin-bottom: 30px;
    display: block;
}

.album-img:hover img {
    opacity: 0.7;
}

.album-caption h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
}

.album-caption {
    padding: 10px;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    right: 15px;
    left: 15px;
    bottom: 30px;
    position: absolute;
}

@media screen and (max-width: 768px) {
    .home-about .media {
        text-align: center;
    }

}

/*@media screen and (max-width: 767px) {*/
/*header .navbar-default {*/
/*background-color: #FA842E;*/
/*border-color: #FA842E;*/
/*box-shadow: 0px 1px 7px #494949;*/
/*border-radius: 60px;*/
/*height: 100px;*/
/*right: 0!important;*/
/*}*/
/*}*/
/*@media (max-width: 1200px) {*/
/*.navbar-header {*/
/*float: none!important;*/
/*text-align: center!important;*/
/*}*/
/*header .navbar-default {*/
/*height: 80px;*/
/*right: 0!important;*/
/*}*/
/*}*/

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-header img {
        height: 40px !important;
    }

    .navbar-left, .navbar-right {
        float: none !important;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }

    .navbar-default {
        right: 0 !important;
        border-radius: 5px !important;
    }

    .navbar-nav > li {
        float: none;
    }

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .collapse.in {
        display: block !important;
    }

    header .navbar-nav > li > a {
        padding: 10px 5px;
        font-size: 21px;
        padding-left: 10px;
    }

    header {
        margin-top: 0 !important;
    }

    header .navbar-nav {
        background-color: #FA842E;
        border-color: #FA842E;
        box-shadow: 0px 1px 7px #494949;
    }

    .navbar-collapse {
        overflow-x: visible;
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1000px) and (max-width: 1200px) {
    header .navbar-default {
        height: 75px !important;
    }

    .navbar-header {
        margin-top: 15px;
        margin-left: 10px;
    }

    .navbar-header img {
        height: 50px !important;
    }
}

@media screen and (max-width: 1000px) {
    .navbar-header img {
        margin-top: 3px !important;
        padding-left: 10px;
    }

    .navbar-nav {
        margin: 0;
    }

    header {
        overflow: visible;
    }
}

@media screen and (max-width: 768px){
    footer, .page-wrap:after {
        height: 250px;
    }
}