﻿html {
    font-size: 16px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    -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;
}

.fxB {
    font-weight: 800;
}

/* 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;
}

.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;    
}

/*.has-error .control-label {
    color: white;
}*/

/* ------------------------------------------------ */

/* MISC STUFF */

div#loginSection {
    z-index: 1035;
    position: fixed;
    top: -10px;
}

#loginPartial {
    padding: 3px;
}

/* UL das Langs */
ul#lang {
    display: inline-block;
    padding-left: 0;
    margin-bottom: 3px;
}

    ul#lang li {
        display: inline;
    }

#social {
    position: relative;
    /*background-color: #ebebeb;*/
}

@media (min-width: 768px) {
    #social {
    }
}

#social a {
    color: #6b6b6b;
    margin-left: 5px;
    text-decoration: none;
}

    #social a:hover {
        color: black;
    }

.barraInicial {
    padding: 8px 0 0 0;
    float: right;
    line-height: .6em;
    font-size: .9em;
}

.barraInicial i {
    color: #4168b4;
}

#menuBar {
    /*background-color: #303030;*/
    position: relative;
    z-index: 1032;
}

div#footer {
    height: auto;

}

.footerData {
    background-color: #242527;
    padding-top: 30px;
    padding-bottom: 10px;
    font-weight: 300;
    color: white;
}

.footerData a {
    color: white;
}

.footerBlock {
    margin-bottom: 40px;
}

    div#footer a {
        /*color: rgb(185, 185, 185);*/
    }

        div#footer a:hover {
            /*color: white;*/
        }

    div#footer .col-xs-12 > div {
        margin-top: 15px;
        margin-bottom: 10px;
    }

.bannerLogosWrapper {
    padding: 40px 0 40px 0;
}

.bannerLogo {
    display: inline-block;
    margin: 5px;
    max-width: 260px;
}

/* /misc stuff */

/* ------------------------------------------------ */

/* NAVBAR default CUSTOM STYLES */
.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.navbar-brand {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    height: 80px;
    margin-bottom: 15px;
}

    .navbar-brand > img {
        top: 0;
        position: relative;
        /*width: 100%;*/
    }

.navbar-nav {
    position: relative;
    top: 0;
    right: 10px;
    clear: right;
}

@media (min-width: 992px) {
    .navbar-nav {
        position: relative;
        top: 40px;
        clear: right;
        right: 0;
    }
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin-top: 15px;
    margin-bottom: 0;
}

#navbar.in, #navbar.collapsing {
    background-color: transparent;
    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: 10px 0 25px 20px;
    }

    .navbar-default .navbar-nav > li.destaque > a {
        background-color: #da251b !important;
        color: white;
        padding: 10px 20px 25px 20px;
        -webkit-border-top-left-radius: 6px;
        -webkit-border-top-right-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-topright: 6px;
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;

        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;

    }
    


@media (max-width: 992px) {
    .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;
        }

.navbar-default .navbar-nav > .active.destaque > a,
.navbar-default .navbar-nav > .destaque > a:hover,
.navbar-default .navbar-nav > .destaque > a:focus {
    padding: 12px 17px 23px 18px;
    font-weight: 700;
}

/*
@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 */

/* ------------------------------------------------ */

.menuStick-fixed-top {
    position: fixed;
    top: 0;
    z-index: 1031;
    right: 0;
    left: 0;
}

.mapa iframe{
    pointer-events: none;
}


.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;*/
    margin-top: -6px;
}

    section#backofficeMenu {
        padding-top: 50px;
        /*padding-bottom: 50px;*/
    }

.slideWrapper {
    position: relative;
    z-index: 1033;
}

.slideContainer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mensagemSlide {
    display: none;
    z-index: 1031;
    text-align: center;

    text-shadow: 1px 2px 15px #000000;

}

@media (min-width: 768px) {
    .mensagemSlide {
        display: inline-block;
    }
}


.mensagemSlide h1 {
    color: white;
    font-weight: 800;
    font-size: 3em;
    margin: 0 0 15px 0;
}

.mensagemSlide h2 {
    color: white;
    /*display: inline-block;*/
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 2em;
    line-height: 0.8em;
}

@media (min-width: 768px) {
    .mensagemSlide {
        display: inline-block;
    }

    .mensagemSlide h1 {
        font-size: 3.8em;
        /*padding: 20px 10px 20px 10px;*/
    }

    .mensagemSlide h2 {
        /*margin-bottom: 80px;*/
        font-size: 2.3em;
    }
}

.infoBox {
    padding: 40px 20px 30px 95px;
    color: white;
    position: relative;
    margin-bottom: 20px;
}

.infoBox a {
    color: white;
}

.infoBox img {
    position: absolute;
    top: 20px;
    left: 20px;
    max-width: 60px;
}

.infoBox h2 {
    font-weight: 800;
}

.contactosBox {
    background-color: rgb(21, 59, 134);
}

.horariosBox {
    background-color: rgb(0, 147, 221);
}

.normasSegurancaBox {
    background-color: rgb(218, 37, 28);
    padding: 40px 20px 20px 30px;
}

.aproveiteTab {
    background-color: rgb(0, 147, 221);
    color: white;
    width: 100%;
    text-align: center;
    padding: 10px 20px 20px 20px;
    margin-bottom: 30px;

    -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;
}

.promocao {
    margin-bottom: 50px;
}

.promocao img {
    width: 100%;
}

.promocao h3 {
    font-weight: 800;
}

section#mainProdutos {
    padding-top: 60px;
    padding-bottom: 80px;
    background-color: #eeeeee;
}

.titulo {
    margin-bottom: 50px;
}

.titulo h1 {
    text-align: center;
    color: #153b86;
    font-weight: 800;
    font-size: 3.5em;
}

.mainProdutosBlock {
    margin-bottom: 50px;
}

.mainProdutosBlock h3 {
    font-weight: 800;
    margin-bottom: 5px;
    color: #153b86;
}

.mainProdutosGasDomestico {
    padding-top: 18px;
}

.mainProdutosGasIndustrial {
    padding-top: 1px;
}

.mainProdutosSoldaduras {
    padding-top: 49px;
}

.mainProdutosAcessorios {
    padding-top: 40px;
}

section#quemSomos {
    padding-top: 50px;
    padding-bottom: 80px;
}

section#quemSomos .texto {
    margin-bottom: 30px;
}

section#quemSomos img {
    width: 100%;
}

section#contactos {
    padding-top: 50px;
    padding-bottom: 80px;
}

.contactosWrapper {
    position: relative;
    display: block;
    width: 100%;
}

.morada, .horarios {
    position: relative;
    width: 50%;
    float: left;
}

.horarios img {
    padding-top: 9px;
}

section#encomendas .titulo h1 {
    text-align: center;
    color: #153b86;
    font-weight: 800;
    font-size: 2.5em;
}

section#encomendas .imagemProdutos {
    margin-bottom: 50px;
}

section#produtosPrincipal .mainProdutosBlock {
    text-align: center;
}

section#produtosDetalhes .mainProdutosBlock {
    text-align: center;
}

.produtoAtivo {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);    
}

.produtoItem {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,fbfbfb+100 */
    background: #eeeeee; /* Old browsers */
    background: -moz-linear-gradient(left, #eeeeee 0%, #fbfbfb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #eeeeee 0%,#fbfbfb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #eeeeee 0%,#fbfbfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fbfbfb',GradientType=1 ); /* IE6-9 */
    position: relative;
    padding: 40px 30px 0 30px;

    margin-bottom: 40px;
}

.produtoItem img {
    display: block;
    margin: 0 auto;
}

.produtoItem .itemDescription {
    font-size: .9em;
    margin-top: 10px;
    margin-bottom: 12px;
}

.produtoItem .btnEncomendar {
    color: white;
    background-color: #d8251e;
    font-size: .8em;
    display: inline-block;
    padding: 5px 8px 5px 8px;
    float: right;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

}

.gasIndustrialSelect {
    text-align: center;
    color: #153b86;
    /*padding-top: 15px;*/
    margin-bottom: 30px;
}

.gasIndustrialSelect a {
    color: #153b86;
}

.gasIndustrialSelect h4 {
    font-weight: 800;
    display: inline-block;
}

.dotted {
    border-bottom: #a9a9a9 dotted 2px;
    margin-bottom: 40px;
}

section#normasSeguranca {
    padding-top: 50px;
    padding-bottom: 80px;
}

