﻿html {
    min-width: 480px;
    font-size: 15px;
}

body {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* 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: #000000;
        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;
}

.f300 {
    font-weight: 300;
}

select option {
    background-color: rgba(124, 32, 43, 0.1);
}

/* ------------------------------------------------ */

/* MISC STUFF */

div#loginSection {
    z-index: 1035;
    position: fixed;
    top: -10px;
}

#loginPartial {
    padding: 3px;
}

/*@media (min-width: 768px) {*/

.barraInicial {
    padding-top: 10px;
    font-size: 0.9em;
}

/* UL das Langs */
ul#lang {
    display: inline-block;
    padding-left: 0;
}

    ul#lang li {
        display: inline;
    }

#social {
    float: right;
}

    #social a {
        color: #6b6b6b;
        margin-left: 5px;
        text-decoration: none;
    }

        #social a:hover, #social i:hover {
            color: black;
        }

    #social i {
        color: #3b5898;
        font-size: 1.3em;
    }

#contactosWrap, #social {
    margin-top: 5px;
}

#contactosWrap {
    float: right;
    margin-left: 20px;
    margin-right: 20px;
}

    #contactosWrap a:hover {
        color: #7c202b;
    }

#paraVenda {
    float: right;
    z-index: 1031;
    position: relative;
    font-weight: 700;
    font-size: 1em;
    letter-spacing: 1px;
    color: white;
    background-color: #7c202b;
    padding: 12px 15px 10px 15px;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    #paraVenda:hover {
        font-weight: 400;
    }

.slideWrapper {
    position: relative;
}

.mensagemSlide {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: 15px auto;
}

    .mensagemSlide h1 {
        background-color: #7c202b;
        color: white;
        display: inline-block;
        font-weight: 700;
        font-size: 2.3em;
        padding: 15px 10px 15px 10px;
    }

    .mensagemSlide h2 {
        color: white;
        display: inline-block;
        background-color: black;
        background-color: rgba(0, 0, 0, .7);
        margin-top: 15px;
        font-size: 1.3em;
        padding: 10px 10px 10px 10px;
    }

@media (min-width: 768px) {


    .mensagemSlide {
        bottom: 50px;
        margin: 0 auto;
    }

        .mensagemSlide h1 {
            font-size: 4em;
            padding: 20px 10px 20px 10px;
        }

        .mensagemSlide h2 {
            margin-top: 20px;
            font-size: 3em;
        }
}



div#footer {
    /*bottom: 0;*/
    height: auto;
    background-color: rgb(168, 168, 168);
    color: white;
    /*position: fixed;
    width: 100%;*/
    /*color: whitesmoke;*/
    padding-bottom: 40px;
    padding-top: 120px;
}

    div#footer a {
        color: white;
    }

        div#footer a:hover {
            text-decoration: underline;
        }

    div#footer .col-xs-12 > div {
        margin-top: 15px;
        margin-bottom: 10px;
    }


/* /misc stuff */

/* ------------------------------------------------ */

/* NAVBAR default CUSTOM STYLES */

nav#menu {
    box-shadow: 0 5px 5px rgb(200, 200, 200), 0 -5px 5px rgb(200, 200, 200);
    z-index: 1030;
}

.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-brand {
    /*padding-left: 0;*/
    padding-right: 0;
    padding-top: 10px;
    padding-left: 0;
}

@media (min-width: 768px) {
    .navbar-brand {
        padding-left: 15px;
    }
}

.navbar-brand > img {
    /*top: -63px;*/
    position: relative;
}

.navbar-nav {
    position: relative;
    top: 0;
    right: 10px;
    clear: right;
}

@media (min-width: 768px) {
    .navbar-nav {
        position: relative;
        top: 0;
        clear: right;
        right: 0;
    }
}

#menuStick {
    height: 70px;
}

.navbar-default {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .9);
    border: none;
    /*margin-bottom: 50px;*/
}

#navbar.in, #navbar.collapsing {
    background-color: rgba(255, 255, 255, .7);
    padding-right: 15px;
    text-align: right;
}

.navbar-default .navbar-toggle {
    /*margin-top: 45px;*/
    margin-top: 18px;
    margin-bottom: 16px;
}

/* Items */
.navbar-default .navbar-nav > li {
    padding-left: 5px;
}

    .navbar-default .navbar-nav > li > a {
        color: #828282;
        font-size: 1em;
        padding: 25px 0 25px 20px;
        text-transform: uppercase;
    }

@media (max-width: 767px) {
    .navbar-default .navbar-nav > li > a {
        padding: 10px 10px 5px 10px;
    }
}

/* 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: 400;
    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 */

/* ------------------------------------------------ */

.degrad {
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #3f3f3f 51%, #000000 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 0%,#3f3f3f 51%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%,#3f3f3f 51%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}

/* VARIAS SECTIONS */

section {
    /*padding-top: 107px;*/
    padding-bottom: 60px;
}

    section#first {
        background-color: rgb(168, 168, 168);
    }

.searchBarTitulo {
    font-size: 3em;
    padding-top: 50px;
    padding-bottom: 30px;
    color: white;
    text-align: center;
}

section#backofficeMenu {
    padding-top: 105px;
    /*padding-bottom: 50px;*/
}

section#propriedades .searchWrapper {
    background-color: rgb(168, 168, 168);
    padding-top: 30px;
    padding-bottom: 60px;
    margin-bottom: 50px;
}

section#propriedades .painelPropriedade {
    position: relative;
    /*overflow: hidden;*/
    /*background-color: #dcdcda;*/
    width: 100%;
    /*height: 322px;*/
    margin-bottom: 50px;
}

    section#propriedades .painelPropriedade:hover .Foto, section#propriedades .painelPropriedade:hover .info {
        filter: Alpha(Opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        /*color: #FFFFFF;*/
    }

    section#propriedades .painelPropriedade .Foto {
        height: 115px;
        overflow: hidden;
    }

section#propriedades .painelPropriedade .Titulo {
    font-weight: 700;
    font-size: 0.9em;
}

@media (min-width: 630px) {
    section#propriedades .painelPropriedade .Foto {
        height: 204px;
    }
    section#propriedades .painelPropriedade .Titulo {
        font-size: 1em;
    }
}

@media (min-width: 768px) {
    section#propriedades .painelPropriedade .Foto {
        height: 165px;
    }
    section#propriedades .painelPropriedade .Titulo {
        font-size: 1.05em;
    }
}

@media (min-width: 992px) {
    section#propriedades .painelPropriedade .Foto {
        height: 220px;
    }
    section#propriedades .painelPropriedade .Titulo {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    section#propriedades .painelPropriedade .Foto {
         height: 270px;
    }
}

    section#propriedades .painelPropriedade .Foto img {
        width: 100%;

    }

    section#propriedades .painelPropriedade .info {
        -webkit-box-shadow: 0px 8px 10px 0px rgba(163,163,163,.6);
        -moz-box-shadow: 0px 8px 10px 0px rgba(163,163,163,.6);
        box-shadow: 0px 8px 10px 0px rgba(163,163,163,.6);
        padding: 10px 15px 10px 15px;
        height: 100px;
    }

    section#propriedades .painelPropriedade .butao {
        bottom: 5px;
        position: absolute;
        right: 10px;
        color: #7c202b;
    }

/*
    section#propriedades .painelPropriedade .butao {
        float: right;
        color: #7c202b;
    }

    section#propriedades .painelPropriedade .Titulo {
        font-weight: 700;
        font-size: 1.2em;
    }

    section#propriedades .painelPropriedade .Localidade {
        font-size: 1.1em;
    }
*/
/* BACKOFFICE styles */

.imovel_bo_list_img {
    width: 75px;
}

/* Tabela Edit/Create Fotos */


table#Edit_Fotos input[type='file'] {
    margin-left: 10px;
    overflow: hidden;
    width: 92px;
}

.prop_img {
    width: 110px;
    height: 100px;
}

/* ************************************************ */

@media (min-width: 768px) {
    form#searchForm input#DtChkIn,
    form#searchForm input#DtChkOut,
    form#searchForm input#Ref {
        width: 100px;
    }
}

.form-control:focus {
    border-color: rgb(124, 32, 43);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(124, 32, 43, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(124, 32, 43, .6);
}

form#searchForm .input-lg {
    padding: 10px 10px;
    font-size: 15px;
}

form#searchForm .form-control, form#searchForm .input-group-addon, form#searchForm .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

form#searchForm .btn {
    background-color: #7c202b;
    color: white;
    border-color: #7c202b;
}


/* ************************************************ */
/* ************************************************ */
/* PROPRIEDADES DETALHES */

section#propriedadesDetalhe {
    /*padding-top: 200px;*/
    position: relative;
}

section#propriedadesDetalhe .barraCinza {
    background-color: rgb(168, 168, 168);
    height: 100px;
}

    section#propriedadesDetalhe h1 {
        /*color: #0092dc;*/
        font-size: 2.3em;
        font-weight: 600;
        margin-bottom: 0;
    }

@media (max-width: 767px) {
    section#propriedadesDetalhe h1 {
        /*color: #0092dc;*/
        font-weight: 600;
        font-size: 1.5em;
    }
}


section#propriedadesDetalhe small {
    /*color: #0092dc;*/
    font-weight: 300;
    font-size: 0.8em;
}

section#propriedadesDetalhe .referencia {
    font-weight: 400;
    font-size: 1.4em;
}

section#propriedadesDetalhe .nav-pills > li > a {
    -ms-border-radius: 0;
    border-radius: 0;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #7c202b;
}

section#propriedadesDetalhe .navbar-propDetalhes {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, .9);
}

.menuDetalhesWrapper {
}

.menuDetalhesWrapperFixo {
    position: fixed;
    /*margin-top: 90px;*/
    top: 70px;
    z-index: 1029;
}

.fc-bgevent {
    background-color: transparent !important;
}


#disponibilidade .fc-year-view .fc-day-grid .fc-row {
    min-height: 30px;
    /*height: 30px !important;*/
}

@media (max-width: 767px) {
    #disponibilidade table .fc-year-week-days {
        font-size: 0.6em;
    }

    #disponibilidade .fc-year-view .fc-day-grid .fc-row {
        min-height: 20px;
    }
}

/* override thumbs */

.ns_nerveSlider .ns_filmstrip {
    bottom: -10px !important;
    top: auto !important;
}

.ns_nerveSlider:hover .ns_filmstrip {
    bottom: 0 !important;
    top: auto !important;
}

/* *********** */

.fc-backgroundevent {
    background-color: #ff8a8a;
}

.fc-backgroundeventendstart {
    background: rgb(255,138,138);
    background: -moz-linear-gradient(-45deg, rgba(255,138,138,1) 49%, rgba(255,138,138,1) 49%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 49%, rgba(255,255,255,1) 51%, rgba(255,138,138,1) 51%, rgba(255,138,138,1) 51%);
    background: -webkit-linear-gradient(-45deg, rgba(255,138,138,1) 49%,rgba(255,138,138,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 51%,rgba(255,138,138,1) 51%,rgba(255,138,138,1) 51%);
    background: linear-gradient(135deg, rgba(255,138,138,1) 49%,rgba(255,138,138,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 49%,rgba(255,255,255,1) 51%,rgba(255,138,138,1) 51%,rgba(255,138,138,1) 51%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8a8a', endColorstr='#ff8a8a',GradientType=1 );
}

.fc-backgroundeventstart {
    background: linear-gradient(to left top, #ff8a8a 50%, #FFFFFF 50%) !important;
}

.fc-backgroundeventend {
    background: linear-gradient(to right bottom, #ff8a8a 50%, #FFFFFF 50%) !important;
}
/* *********** */

/* TABELA PRECOS */

table#table-valores th {
    background-color: #e6e6e6;
    font-weight: 600;
    text-align: center;
}

table#table-valores tr:nth-child(odd) > [scope="row"] {
    background-color: #f0f0f0;
}

table#table-valores > tbody > tr > td {
    vertical-align: middle;
    text-align: center;
}


/* BACKOFFICE RELATORIO RESERVA */

.dispoCal {
    color: #FFFFFF !important;
    background-color: #6699FF !important;
    /*border: 1px inset #0066FF !important;*/
}

.resCal {
    color: #FF0000 !important;
    background-color: #FF9966 !important; /*background-color: #CCCCFF !important;*/
    border: 1px outset #FF0000 !important;
    font-weight: bold;
}

.reservaCal {
    color: #0066FF !important;
    background-color: #FFFF00 !important; /*border: 1px inset #0066FF !important;*/
}

.prereservaCal {
    color: #FFFFFF !important;
    background-color: #808080 !important; /*border: 1px inset #0066FF !important;*/
}

/* Bootstrap override */

.alert-cpraia {
    color: white;
    background-color: #7c202b;
    border-color: #b52f3f;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

/* Section Sobre Nos */

section#sobreNos .titulo,
section#aRegiao .titulo,
section#contactos .titulo {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 70px;
}

section#sobreNos .imagemSobre {
    margin-bottom: 30px;
}

section#sobreNos .imagemSobre img {
    margin: 0 auto;
}

section#sobreNos .slide,
section#aRegiao .slide,
section#contactos .slide {
    box-shadow: 0 15px 15px rgb(200, 200, 200);
}

section#contactos .textoContactos {
    margin-bottom: 30px;
}

section#contactos .mapa {
    margin-bottom: 30px;
}