﻿html {
    margin: 0;
    padding: 0;
    min-width: 480px;
}

body {
    background-color: #ffffff;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    /*font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;*/
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

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: #000;
        text-decoration: underline;
    }

.alinks:hover {
    filter: Alpha(Opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    color: #333333;
}

/* === Nivo === */

div.mh100, div.slider-wrapper, div.nivoSlider {
    max-height: 450px;
    overflow: hidden;
}

.theme-default .nivo-controlNav {
    bottom: 30px;
    position: relative;
    text-align: right;
    z-index: 10;
}

/* === Error Label === */

label.error {
    color: red;
    font-size: 0.7em;
}

/* === Flexible iFrame MegCgo === */

.Flexible-container {
    position: relative;
    /*padding-bottom: 56.25%;*/
    padding-bottom: 16%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .Flexible-container iframe,
    .Flexible-container object,
    .Flexible-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* /Flexible iFrame */

#loginPartial {
    clear: both;
    margin-top: 85px;
    margin-bottom: 10px;
}

#Frase {
    float: left;
    position: relative;
    left: 250px;
    font-size: 2rem;
    color: #333333;
}

#lng {
    float: right;
    right: 5px;
    top: 10px;
    position: relative;
}

/* NAVBAR default CUSTOM STYLES */

.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 auto;
}

.navbar-brand {
    padding-left: 0;
    /*background-color: rgba(255, 255, 255, 0.8);*/
}

    .navbar-brand > img {
        top: -63px;
        position: relative;
        padding: 5px 0px 5px 0px;
    }

.navbar-default {
    background-color: rgba(255, 255, 255, 1);
    border-color: transparent;
    margin-bottom: 50px;
    margin-top: 45px;
}

    /* Items */
    .navbar-default .navbar-nav > li > a {
        color: #808080;
        font-family: 'Alex Brush', cursive;
        font-size: 3rem;
    }

        /* 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 {
            color: #000;
            background-color: transparent;
        }

.navbar-text {
    font-size: 2rem;
    margin-top: 14px;
    margin-bottom: 6px;
    margin-left: 16px;
}

.navbar-collapse {
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255,255,255,0.9);
}

.navbar-toggle {
    padding: 6px 10px;
    color: black;
    z-index: 3;
}

@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0px;
        margin-left: -15px;
    }
}

/* /NAVBAR */

.caixa-branca {
    margin-top: 50px;
    background-color: white;
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    padding: 35px 30px;
}

section.conteudo#first {
    padding-top: 68px;
}

section.conteudo#quemsomos {
    background: url(../Images/Fixas/quem-somos.jpg) no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    top: 0;
    left: 0;
    padding-top: 68px;
}

@media (min-width : 768px) {

    section.conteudo#quemsomos {
        background: url(../Images/Fixas/quem-somos.jpg) no-repeat center center;
        background-attachment: fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        top: 0;
        left: 0;
        padding-top: 68px;
    }
}


section.conteudo#galeria {
    padding-top: 0px;
}

section.conteudo#contactos {
    padding-top: 115px;
    margin-top: 83px;
}

#contactosSlide {
/*    background: url(../Images/Fixas/contactosMini.jpg) no-repeat center center; */
    background: url(../Images/Fixas/contactos.jpg) no-repeat center center;
    background-attachment:scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    bottom: 0;
    min-height: 50%;
}

@media (min-width : 768px) {
    #contactosSlide {
        background: url(../Images/Fixas/contactos.jpg) no-repeat center center;
        background-attachment:fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        bottom: 0;
        min-height: 50%;
    }
}


#galeriaSlide {
    background: url(../Images/Fixas/cima_galeria.jpg) no-repeat center center;
    background-attachment: scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    top: 0;
    min-height: 40%;
}

@media (min-width : 768px) {
    #galeriaSlide {
        background: url(../Images/Fixas/cima_galeria.jpg) no-repeat center center;
        background-attachment:fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
        top: 0;
        min-height: 40%;
    }
}


.caixa-entrada-galeria {
    width: 100%;
    background-color: #C4AD93;
    color: #534333;
    margin: 50px 0px 10px 0px;
}

    .caixa-entrada-galeria div div {
        font-family: 'Alex Brush', cursive;
        font-size: 3rem;
        text-align: center;
        line-height: 2.5rem;
    }

    .caixa-entrada-galeria img {
        width: 100%;
        height: auto;
    }

    .caixa-entrada-galeria div {
        padding: 10px 15px 10px 15px;
    }

footer {
    padding: 5px 15px 5px 15px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    color: #333333;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.img-bo-list {
    max-width: 100px;
}
