/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */


/* Non-responsive overrides
 *
 * Utilitze the following CSS to disable the responsive-ness of the container,
 * grid system, and navbar.
 */

/* Reset the container */
.container {
    width: 970px;
    max-width: none !important;
}


.container .navbar-header,
.container .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
}

/* Always float the navbar header */
.navbar-header {
    float: left;
}

/* Undo the collapsing navbar */
.navbar-collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
}

.navbar-toggle {
    display: none;
}
.navbar-collapse {
    border-top: 0;
}

.navbar-brand {
    margin-left: -15px;
}

/* Always apply the floated nav */
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-nav > li {
    float: left;
}
.navbar-nav > li > a {
    padding: 15px;
}

/* Redeclare since we override the float above */
.navbar-nav.navbar-right {
    float: right;
}

/* Undo custom dropdowns */
.navbar .navbar-nav .open .dropdown-menu {
    position: absolute;
    float: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-width: 0 1px 1px;
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}
.navbar .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar .navbar-nav .open .dropdown-menu > .active > a,
.navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff !important;
    background-color: #428bca !important;
}
.navbar .navbar-nav .open .dropdown-menu > .disabled > a,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:hover,
.navbar .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #999 !important;
    background-color: transparent !important;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #a1a2a1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #a1a2a1;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #a1a2a1;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #a1a2a1;
}

.navbar {
    position: fixed;
    top: 0px;
    height: 165px;
    width: 100%;
    background: #fff;
    z-index: 99999;
}
.navbar .navbar-nav li {
    height: 165px;
    margin-right: 45px;
}
.navbar .navbar-nav a {
    font-size: 20px;
    color: #0f0f0e;
    text-transform: uppercase;
    padding: 0px;

    border-bottom: 1px solid #fff;
    top: 50%;
    margin-top: -10px;
}
.navbar .clearfix{
    display: inline-block !important;
}

.navbar .navbar-nav .active a, .navbar .navbar-nav a:hover {
    color: #00b0f0;
    border-bottom: 1px solid #00b0f0;
    background: none;
}

.navbar .navbar-brand {
    padding: 0px;
    line-height: 100%;
    height: auto;
    margin: 0px 55px 0px 15px !important;
}
.navbar-nav>li {
    float: left;
}
.navbar-header {
    float: left;
}
body {
    padding-top: 165px;
    font-size: 14px;
    color: #0f0f0e;
    font-family: foco, Helvetica, sans-serif;
    background: url(../img/bg-rachurado.png);
    min-width: 970px;

}
p {
    font-size: 18px;
}
html,body {
    height: 100%;
}
.grotesk {
    font-family: aktiv-grotesk-std, sans-serif;
}
.container {
    width: 970px !important;
}
.slides-navigation .next {
    background: url(../img/arrows.png) no-repeat right top;
    width: 54px;
    height: 82px;
}
.slides-navigation .prev {
    background: url(../img/arrows.png) no-repeat left top;
    width: 54px;
    height: 82px;
}
.slides-navigation {
    left: 50%;
    top: 50%;
    margin-top: -41px;

    margin-left: -485px;
}
.slides-pagination {
    display: none;
}
#slides .scroll-down {
    position: absolute;
    bottom: 30px;
    background: url(../img/img-rolar.png);
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    z-index: 9999;
}
#slides .slides-text {
    position: absolute;
    right: 50%;
    margin-right: -400px;
    z-index: 9999;
    top: 50%;
    margin-top: -52.5px;
}
.box.white {
    background: #fff;
    padding: 35px 0px;
}
.box.default {
    padding-top: 135px;
}
.box.default h2 {
    font-size: 48px;
    font-family: foco, Helvetica, sans-serif;

    color: #b58150;
    padding: 0px;
    margin: 0px;
}

.box.default h2 table {
    width: 100%;
}
.box.default h2 table th span {
    display: block;
    height: 1px;
    background: #584b4b;
}
.box.default h2 table td {
    white-space: nowrap;
    padding: 0px 30px;
    vertical-align: middle;
    font-weight: bold;
}
.box.default h2 table th {
    width: 50%;
    vertical-align: middle;
}
.box.default h3 {
    text-align: center;
    font-weight: bold;
    font-family: aktiv-grotesk-std, sans-serif;
    font-size: 24px;
    color: #0f0f0e;
    margin: 10px 0px 20px 0px;
    padding: 0px;
    text-transform: uppercase;
}

.box.marrom {
    background: #8c6239;
}
.box.marrom .alert h3 {
    font-weight: bold;
    font-size: 36px;

    padding: 0px;
    margin: 0px !important;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.box.marrom .alert h2 {
    font-weight: bold;
    font-size: 48px;

    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.box.marrom-claro {
    background: #b58150;
    color: #fff;
    padding: 70px 0px;
}

.box.marrom-claro h2 {
    font-weight: bold;
    font-size: 60px;

    padding: 0px;
    margin: 0px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.box.marrom-claro .alert h3 {
    font-weight: bold;
    font-size: 36px;

    padding: 0px;
    margin: 0px !important;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.box.marrom-claro .alert h2 {
    font-size: 48px;
}

.form-control {
    -moz-border-radius: 0px;
    border-radius: 0px;
    z-index: 2;
}
.form-group.has-subbg {
    position: relative;
}
.form-group.has-subbg .form-control {
    position: relative;
}
.form-group .subbg {
    background: rgba(0,0,0,0.1);
    position: absolute;
    display: block;
    width: 100%;
    height: 34px;
    z-index: 1;
    margin-top: 6px;
    margin-left: 6px;
}
.has-feedback .form-control-feedback {
    z-index: 3;
}


.box.marrom .form-group .subbg {
    background: #7e5833;
}

.box.marrom-claro .form-group .subbg {
    background: #a37448;
}

.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
    z-index: 2;
}

.bootstrap-select>.btn {
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.caret {
    border-top: 8px solid #5e616d;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-bottom: 8px solid #5e616d;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default, .btn-default {
    color: #a1a2a1;
}



.btn.btn-info {
    background: #00b0f0;
    border-color: #00b0f0;
    font-size: 20px;
    padding: 7px 30px;
    font-weight: bold;
}
.box.white .btn-info {
    padding: 7px 10px;
}
#contato .btn {
    padding: 10px 40px;
    font-size: 34px;
    line-height: 100%;

    margin-top: 5px;
}
#reserva {
    padding: 30px 0px;
    width: 470px;
    margin: 0 auto;
    color: #fff;
    font-size: 13px;
}
#reserva .form-inline .form-control {
    width: 100%;
}
.calendar {
    background: url(../img/icon-datepicker.png) no-repeat center center;
}
.gallery {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.tooltip {
    white-space: nowrap;
}
.gallery li {
    float: left;
    margin-bottom: 15px;
    width: 221px;
    height: 165px;
    overflow: hidden;

}
.gallery li img {
    transition: all 0.2s linear;
}
.gallery li a:hover {

}
.gallery li a:hover img {
    width: 265.2px;
    height: 198px;
    margin-top: -10%;
    margin-left: -10%;
    position: relative;
}
.gallery li + li {
    margin-left: 18px;
}
.gallery li.first {
    margin-left: 0px !important;
}

.box.quotes {
    height: 396px;
    background: url(../img/bg-rachurado-extra-dark.png);
}
.box.quotes .bg {
    background: url(../img/bg-quote.png) no-repeat top center;
    height: 100%;
}
.box.quotes .container {
    height: 100%;
}

.box.quotes .item {
    padding: 0px;
    margin: 0px;
    top: 0px;
}
.box.quotes .carousel, .box.quotes .carousel-inner, .box.quotes .item  {
    height: 100%;
}
.carousel-control.left, .carousel-control.right {
    background: none;
    width: 54px;
}
.carousel .arrow {
    width: 54px;
    height: 82px;

    display: block;
    position: absolute;
    top: 50%;
    margin-top: -41px;
}
.carousel .arrow.left {
    background: url(../img/arrows.png) no-repeat left top;

}
.carousel .arrow.right {
    background: url(../img/arrows.png) no-repeat right top;

}

.quotes blockquote {
    width: 600px;
    margin: 60px auto 0px auto;
    border: 0px;
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;

    font-family: aktiv-grotesk-std, sans-serif;
    text-align: center;
    line-height: 100%;
}
.quotes .description {
    text-align: center;

}
.quotes h3 {
    color: #d44034;
    font-size: 24px;
    margin: 10px 0px 5px 0px;
    padding: 0px;
}
.quotes h4 {
    color: #fff;

    margin: 0px;
    padding: 0px;
    font-family: aktiv-grotesk-std, sans-serif;
    font-size: 14px;
    line-height: 150%;
}

footer {
    background: url(../img/bg-rachurado-dark.png);
    font-size: 26px;
    color: #fff;
    padding: 30px 0px;

    font-weight: bold;
}
footer .highlight {
    color: #2bbfcb;
}
footer a {
    color: #fff;
    text-decoration: none;
}
footer h3 {
    font-size: 26px;
    color: #2bbfcb;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}

footer hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #7b7b7b;
}
footer .share {
    margin-top: 60px;
}
footer .share img {
    margin-left: 20px;
}
footer .copyright {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: 35px;
}

footer .fb-like-box {
    background: #fff;
    width: 330px;
    height: 320px;
    padding: 20px;
    margin-top: 20px;
}
footer .grupo {
    background: #fff;
    width: 260px;
    height: 210px;
    float: left;
    text-align: center;
}

footer .grupo img {
    max-height: 190px;
    max-width: 240px;
    margin-top: 10px;
}
footer .grupo + .grupo {
    margin-left: 40px;
}
