@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,700,100);

/* General CSS */

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* isto faz com que o tamanho do documento seja igual ao tamanho do ecrã */
}

.absolute-center {
    margin: auto;
    position: absolute;
    top: 30%;
    left: 0;
    bottom: 0;
    right: 0;
}


/* CSS para alterar regras do bootstrap */

.row {
    padding: 0!important;
    margin: 0!important;
    height: 100%!important;
}

.container-fluid {
    height: 100%;
    overflow: auto;
}


/* CSS para o header */

#header nav ul li {
    display: block;
}

.logo {
    width: 30%;
    max-width: 20%;
    float: left;
    margin-left: 3%;
    position: relative;
    z-index: 1000;
}

.icons {
    float: right;
    color: white;
    margin-top: 3%;
    list-style-type: none!important;
}

.icons li i {
    font-size: 26px;
    font-weight: 100;
    text-decoration: none;
    color: white;
    float: right;
    display: inline;
}

.fa-linkedin {
    padding-right: 15px;
}

#header {
    width: 100%;
    height: 12%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#header ul li {
    margin: 0;
}


/* CSS for side menu */

.menubtn {
    font-size: 2em;
    font-weight: 100;
    padding-right: 15px;
    float: right;
}

.menu-link {
    color: white;
}

#close_menu {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fa-times-circle-o {
    cursor: pointer;
}

.menu_logo {
    width: 100%;
    text-align: center;
    padding-left: 0;
}

#menu {
    background-color: whitesmoke;
    font-family: 'Raleway';
    height: 100%;
    z-index: 1000;
}

#menu ul li {
    line-height: 3em;
    font-size: 14px;
    border-bottom: 0.1em solid darkgray;
    box-shadow: 10px #7F7F7E;
    list-style: none;
    text-align: left;
}

.fa-times-circle-o {
    font-size: 1.5em!important;
    font-weight: 100!important;
    padding-left: 0;
    padding-top: 10%;
    padding-bottom: 8%;
}


/* CSS para a secção inicial - landing page */

#load {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9;
    /*background:url("../images/default.gif");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-color: white;
    padding-top: 15%;
}

#landing {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    color: white !important;
    text-align: center;
    position: relative;
    clear: both;
}

#landing div div h2 {
    font-family: 'Raleway';
    font-size: 3.7em;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}

#landing div div > p {
    font-family: 'Raleway';
    font-size: 1.9em;
    font-weight: 300;
    text-align: center;
    margin-top: 1%;
}

.text-group {
    z-index: 2000!important;
}

#netpet-logo,
#lareira-logo,
#leiloar-logo,
#SDP-logo,
#AZD-logo {
    margin-left: auto;
    margin-right: auto;
}

#netpet-logo {
    width: 10%;
    margin-top: 2%;
}

#lareira-logo {
    max-width: 22.5%;
    margin-top: -2%;
}

#leiloar-logo {
    max-width: 25%;
    margin-top: 2.5%;
}

#SDP-logo {
    max-width: 15%;
    margin-top: 2%;
}

#AZD-logo {
    max-width: 30%;
}

.landing-transparency {
    background-color: rgba(69, 69, 69, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}


/* CSS para secção INFOBLUE */

#mq-visible-768 {
    display: none;
}

.height100 {
    height: 100%;
}

#infoblue-section {
    height: 100%;
    background-color: #FCFCFC;
}

#bridge {
    min-height: 100%;
    background-image: url(../images/bridge.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.title {
    font-family: 'Raleway';
    font-weight: 300;
    text-align: right;
    margin-right: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 72px;
}

.subtitle {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 28px;
    text-align: right;
    margin-right: 15%;
}

.p1 {
    margin-bottom: 0;
}

.p2 {
    margin-bottom: 5%;
    margin-top: 0;
}

.description {
    font-family: 'Raleway';
    font-weight: 300;
    font-size: 15px;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: right;
}

.col-lg-8,
.col-md-6,
.col-sm-12 {
    padding: 0!important;
}


/* CSS para secção MARCAS */

#mq-visible-768-v2 {
    display: none;
}

#brand-section {
    height: 100%;
    background-color: #FFFFFF;
}

#brand-txt {
    padding-top: 1%!important;
}

#brandpics {
    height: 100%;
    float: left;
    padding-top: 1.5%!important;
    box-sizing: border-box;
    position: relative;
    left: 1.5%;
}


/*--------------------------------------*/


/* classe para corrigir diferença entre largura da imagem com o cão e da div com transparência*/

.dog {
    width: 100%;
}


/*--------------------------------------*/

.title2 {
    font-family: 'Raleway';
    font-weight: 300;
    text-align: right;
    margin-right: 15%;
    margin-top: 5%;
    margin-bottom: 5%;
    font-size: 72px;
}

.brandpic {
    margin: 1% 5% 0 0;
    overflow: hidden;
}

.transparency {
    background-color: rgba(90, 90, 90, 0.5);
    float: left;
    position: absolute;
    width: 100%;
    height: 100%;
}

.nopadding {
    padding-right: 0px!important;
    padding-left: 0px!important;
}


/* container de efeitos rollover nas IMGs da secção marcas */

.details {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    float: left;
    width: 100%;
    height: 100%;
    background-color: #000;
    color: #fff;
    margin-left: 100%;
    transition: margin-left 500ms ease-in;
    z-index: 1000;
}

.brandpic:hover .details {
    margin-left: 0;
    opacity: .8;
}

.details h4 {
    font-size: 28px;
    font-family: 'Raleway';
    text-align: center;
    margin-top: 15%;
}

.details-netpet h4 {
    margin-top: 40%;
}

.details-azd h4 {
    margin-top: 10%;
}

.details p {
    font-family: 'Raleway';
    font-size: 20px;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}

.brand-site {
    margin-left: auto;
    margin-right: auto;
    text-align: center!important;
}


/*--------------------------------------*/


/* classes paras divs com os LOGOS das MARCAS sobrepostos */

.netpet {
    background-image: url(../images/netpetlogo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.lareira {
    background-image: url(../images/logo_lareira.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.leiloar {
    background-image: url(../images/Leiloar-logobranco-small.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    float: left;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.SDP {
    background-image: url(../images/SDP%20-%20Logo-sem-fundo.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40%;
    float: left;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.AZD {
    background-image: url(../images/Artzed.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50%;
    float: left;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/*---------------------------------------*/

#SDP-brand {
    margin-top: -7%;
}


/*-------------DIVIDER LINE------------------*/


/*#divider {
    width: 100%;
    margin-top: 3%;
    border-bottom: 1px solid #BFBEB2;
}*/


/*-------------------------------------------*/


/* CSS secção contactos */

#mq-visible-992 {
    display: none;
}

#contact-section {
    height: 100%;
    background-color: #FCFCFC;
}

#form-map-container {
    float: left;
    box-sizing: border-box;
    margin-top: 2%;
    margin-bottom: 0;
    position: relative;
    left: 1.5%;
}

#map {
    float: left;
    margin-top: 0%;
    margin-bottom: 5%;
}

.address {
    font-family: 'Raleway';
    color: #7F7E75;
    font-size: 20px;
    margin-left: 15%;
    margin-right: 15%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    text-align: right;
}

.contact-us h3 {
    font-family: 'Raleway';
    margin-bottom: 2%;
    text-align: left;
}

#send {
    width: 10em;
    margin-top: 1em;
    border-radius: 0px;
    background-color: #2a3439;
    color: white;
    float: right;
}

#name {
    float: left;
    padding-left: 2%;
}

#email {
    float: right;
    padding-left: 2%;
}

#message {
    width: 100%;
    float: left;
    display: inline-block;
    margin-top: 1em;
    border: 1px solid darkgray;
    border-radius: 0;
    padding-left: 1%;
}

#name,
#email {
    width: 98%;
    margin-bottom: 1em;
    border: 1px solid darkgray;
    border-radius: 0;
}


/* CSS footer */

#footer {
    font-family: 'Raleway';
    background-color: #2a3439;
    color: white;
}

.copyright {
    font-size: 14px;
    float: left;
    padding-top: 1%;
    padding-bottom: 1%;
}

.powered-by {
    font-size: 14px;
    float: right;
    padding-top: 1%;
    padding-bottom: 1%;
    margin-right: 5%;
}

#footer div div > ul {
    list-style: none;
}


/**************** FUNDING SECTION ************* ********************************************/

#funding {
    background-color: #FFF;
    text-align: justify;
}

#funding-banner {
    width: 100%;
    margin: auto;
}

#EU-flag {
    background-image: url(../images/flag_of_Europe.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 150px!important;
    width: 100%;
}
  