.btn
{
    border:solid 1px #b48f58;
    font-family: 'Cinzel', serif;
    text-transform:uppercase;
    text-align: center;
    font-size:14px;
    display:block;
    color:#444343;
    padding-right: 55px;
    line-height: 55px;
    height:55px;
    position:relative;
    width:100%;
    background:url(../../../arquivo/site/submit-right-arrow.png) no-repeat right center / auto 100%;
}

.facebook
{
    float: right;
    margin-right: -110px;
    margin-top: -65px;
}

.reservas .pages-cover form label:not(.alert-danger)
{

    font-family:  initial !important;
    color: transparent !important;
    display: block;
    margin-bottom: 0 !important;
    font-size: 0 !important;
}

.reservas select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

@media (min-width: 960px)
{

    .col-md-offset-4-5
    {

        margin-left: 36%

    }

}


button[disabled], html input[disabled] {
    cursor: not-allowed;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 17px;
    float:left;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #B48F58;
}

input:checked + .slider:before {
    -webkit-transform: translateX(13px);
    -ms-transform: translateX(13px);
    transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 17px;
}

.slider.round:before {
    border-radius: 50%;
}

.bt--disabled {
    background: #dddddd;
}

.bt--disabled:hover {
    background: #dddddd;
    cursor: default;
}

