﻿html {
    /*min-width: 480px;*/
    height: 100%;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
}

h3 {
    margin-top: 0;
}

.corBase {
    color: #ba2f2e;
}

hr.hrColor {
    border-top: 2px solid #ba2f2e;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default
input,
select,
textarea {
    max-width: 280px;
}*/

a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #333333;
    text-decoration: none;
}

    a:hover, a:focus, a:active {
        color: #ba2f2e;
        text-decoration: none;
    }

.alinks:hover {
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #333333;
}

.has-error .help-block {
    font-size: 0.7em;
    color: red;
    margin: 0 15px 0 15px;
    background-color: white;
    padding: 0 5px 0 10px;
    border: #a94442 1px solid;
    border-top: none;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.has-error .control-label {
    color: white;
}

/* ------------------------------------------------ */

/* MISC STUFF */

.preview img {
    max-width: 250px;
}

#barraVermelha {
    color: white;
    background-color: #ba2f2e;
    text-align: right;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1031;
    /*width: 100%;*/
}

#barraCinza {
    background-color: rgba(235, 235, 235, 0.9);
    position: fixed;
    top: 27px;
    height: 30px;
    left: 0;
    right: 0;
    z-index: 1030;
}

div#loginSection {
    z-index: 1035;
    position: fixed;
    top: 0;
}

#loginPartial {
    clear: both;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3px;
    padding-bottom: 1px;
}

#social {
    clear: right;
    margin: 5px 20px 5px 35px;
    font-size: 12px;
}

.lngLink {
    text-decoration: underline;
    margin-left: 5px;
}

    .lngLink a {
        text-decoration: none;
    }

@media (min-width: 768px) {
    #social {
        clear: right;
        margin: 5px 0 5px 35px;
    }
}

#social a {
    color: whitesmoke;
    margin-left: 5px;
    text-decoration: none;
}

    #social a:hover {
        color: white;
        text-decoration: underline;
    }

/* /misc stuff */

/* ------------------------------------------------ */

/* NAVBAR default CUSTOM STYLES */
.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    left: 0;
    right: 0;
    min-height: 30px;
}

.navbar-brand {
    margin-left: 15px;
    padding: 0;
    height: 30px;
}

    .navbar-brand > img {
        position: relative;
        box-shadow: 1px 1px 5px #888888, -1px 1px 5px #888888;
        height: 100px;
    }

@media (min-width: 992px) {
    .navbar-brand {
        margin-left: 80px;
    }

        .navbar-brand > img {
            height: 124px;
        }
}

.navbar-nav {
    position: relative;
    top: 0;
    right: 10px;
    clear: right;
}

@media (min-width: 768px) {
    .navbar-brand {
        /*margin-left: 40px;*/
        /*margin-left: -10px;*/
        margin-left: 0;
    }

    .navbar-nav {
        position: relative;
        top: 0;
        clear: right;
        right: 0;
    }
}

.navbar-default {
    background-color: transparent;
    border: none;
    /*margin-bottom: 50px;*/
}

.navbar-fixed-top {
    top: 27px;
}

#navbar.in, #navbar.collapsing {
    background-color: rgba(255, 255, 255, 0.9);
    padding-right: 15px;
    text-align: right;
}

.navbar-default .navbar-toggle {
    margin-top: 55px;
}

/* Items */
.navbar-default .navbar-nav > li {
    padding-left: 5px;
}

    .navbar-default .navbar-nav > li > a {
        color: #424242;
        font-size: 1.4rem;
        padding: 5px 5px 8px 5px;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 10px 5px 10px;
    }

    .navbar-default {
        background-color: rgba(255, 255, 255, 0.9);
    }
}

/* Items activos/selecionados */

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li.active a {
    font-weight: 600;
    color: #000000;
    position: relative;
    background-color: transparent;
}


/*
@media (min-width: 997px) {

    .navbar-nav > li > a {
        font-size: 2rem;
    }
}
*/

/*.navbar-text {
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 6px;
    margin-left: 16px;
}*/

.navbar-collapse {
    /*padding-right: 0;*/
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.4);
}

.navbar-toggle {
    padding: 10px 10px;
}
/* /navbar */

/* ------------------------------------------------ */

/* VARIAS SECTIONS */

section {
    padding-bottom: 10px;
}

    section div.tituloPrincipal h1 {
        color: #ba2f2e;
        margin-bottom: 30px;
    }

    section#backofficeMenu {
        padding-top: 165px;
        /*padding-bottom: 50px;*/
    }

    /* FIRST */
    section#first {
        padding-top: 126px;
    }

        section#first .ofertasTitulo img {
            margin: 0 auto;
        }

        section#first .tituloPrincipal {
            margin-top: 10px;
            margin-bottom: 30px;
            text-align: center;
        }

        section#first .ofertasTitulo {
            text-align: center;
        }

        section#first .ofertasSubTitulo {
            text-align: center;
            margin-top: 10px;
        }

@media (min-width: 768px) {
    section#first {
        padding-top: 56px;
    }

        section#first .ofertasTitulo img {
            margin: 0;
        }

        section#first .tituloPrincipal {
            margin-top: 10px;
            margin-bottom: 30px;
            text-align: left;
        }

        section#first .ofertasTitulo {
            text-align: left;
        }

        section#first .ofertasSubTitulo {
            text-align: left;
            margin-top: 0;
        }
}

/* HOTEL */

section#hotel .tituloPrincipal {
    text-align: center;
}

section#hotel .texto {
    text-align: center;
}

section#hotel .linkGaleria {
    font-weight: 300;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

    section#hotel .linkGaleria span.texto {
        font-size: 1.8rem;
    }

/* FACILIDADES */

section#facilidades {
    padding-bottom: 0;
    margin-bottom: -5px;
}

    section#facilidades .tituloPrincipal {
        text-align: center;
    }

    section#facilidades .texto {
        text-align: center;
        margin-bottom: 50px;
    }

/* CONTACTOS */

section#contactos {
    color: white;
    background-color: #ba2f2e;
    padding-bottom: 0;
}

    section#contactos .tituloPrincipal h1 {
        color: white;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    section#contactos .morada {
        margin-bottom: 40px;
    }

        section#contactos .morada a {
            color: white;
        }

        section#contactos .morada .texto {
            text-align: center;
        }

        section#contactos .morada .form {
        }


@media (min-width: 768px) {
    section#contactos .morada .texto {
        text-align: left;
    }
}

/* GALERIA */

section#galeria {
    padding-top: 126px;
}

    section#galeria .tituloPrincipal h1 {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

/* GALERIA DETALHES */

section#galeriaDetalhe {
    padding-top: 126px;
}

    section#galeriaDetalhe .tituloPrincipal h1 {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    section#galeriaDetalhe .linkGaleria {
        font-weight: 300;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #ba2f2e;
    }
/*
section#galeriaDetalhe .slide {
    margin: 0 auto;
}
*/

section#galeria .linkGaleria span.texto {
    font-size: 1.8rem;
}

/* RESERVAS */

section#reservas {
    padding-top: 120px;
}

section#reservas .listaQuartos {
    margin-bottom: 50px;
}

section#reservas .listaQuartos:hover {
    background-color: #ececec;
}

section#reservas .listaQuartos .quartoFoto {
    width: 250px;
    float: left;
    margin-right: 30px;
}

section#reservas .listaQuartos .nome {
    font-size: 24px;
}

section#reservas .listaQuartos .preco {
    font-size: 20px;
    font-weight: 700;
    color: #ba2f2e;
}

@media (min-width: 768px) {
    section#reservas {
        padding-top: 150px;
    }


}

section#reservasVer {
    padding-top: 120px;
}

section#reservasVer .descricao {
    margin-bottom: 50px;
    font-size: 1.2em;
    font-weight: 300;
}

section#reservasVer .imagem {
    margin-bottom: 30px;
}

@media (min-width: 768px) {
    section#reservasVer {
        padding-top: 150px;
    }
}


/*section#reservas .resWrapperX {
   position: relative;
    padding-bottom: 56.25%;
    padding-top: 60px;
    overflow: hidden;
}*/

/*section#reservas .resWrapper iframe {
    display: block;
    border: none;
    height: 100vh;
    width: 100%;
}*/

/* FOOTER */

footer {
    padding-top: 20px;
    padding-bottom: 20px;
}
