<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*FONTS**********************************/

@font-face {
    font-family: 'roboto_condensedbold';
    src: url('../fonts/robotocondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedlight';
    src: url('../fonts/robotocondensed-light-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedlight_italic';
    src: url('../fonts/robotocondensed-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-lightitalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'roboto_condensedregular';
    src: url('../fonts/robotocondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/robotocondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.font-light {
    font-family: roboto_condensedlight;
}

.font-bold {
    font-family: roboto_condensedbold;
}

.font-regular {
    font-family: roboto_condensedregular;
}

.font-light-italic{
    font-family:roboto_condensedlight_italic;
}


/*GENERALS**************************/

body {
    font-size: 16px;
    font-family: roboto_condensedregular, 'Roboto Condensed',sans-serif;
    background: #FFFFFF;
    color: #777777;
}

table {
    font-size: [GENERAL_TAMANO_DEFECTO];
    font-family: roboto_condensedregular, 'Roboto Condensed', sans-serif;
}


html, body, form {
    height: 100%;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #777777;
}

    a:hover, a:focus {
        text-decoration: none !important;
        outline: none;
        color: #000000;
    }

.btn:focus {
    outline: none;
}

.float_right {
    float: right;
}

.float_left {
    float: left;
}

.fa-text-left {
    margin-left: 10px;
    font-size: 16px;
}

.fa-text-right {
    margin-right: 10px;
    font-size: 16px;
}

a img {
    border: none;
}

.img-responsive {
    height: auto !important;
    display: block;
    max-width: 100%;
}

.border {
    border-bottom: 1px solid #D5D9DC !important;
}

.relativeImportant {
    position: relative !important;
}

h1, h2, h1.titolContingut, h2.titolContingut {
    color: #222222;
    font-size: 40px;
    margin: 0px 0px 20px 0px;
    padding: 0;
    letter-spacing: 0.25px;
    text-transform: uppercase;
    font-family: roboto_condensedbold;
    text-align:center;
    padding-bottom:15px;

}


   h1.titolContingut span, h2.titolContingut span, h1 span, h2 span{
    position: relative;
    display: inline-block;
}

h1.titolContingut span::after, h2.titolContingut span:after, h1 span:after, h2 span:after{
    content: "";
    display: block;
    height: 1px;
    background:#222222;
    width: 75px;
    margin:20px auto 0;
  opacity:1;
}

.subtitolContingut{
    	font-family:roboto_condensedlight_italic;
  font-size:25px;
  letter-spacing:0.5px;
  color:#777777;
  text-align:center;
  line-height: 25px;
margin-bottom: 20px;
}



ul {
    list-style-image: url('/FitxersWeb/67923/pictolist.png');
    padding-left: 20px;
}

.gpi-fonsWeb {
    background: #FFFFFF;
}

.gpi-contingut {
    line-height: 26px;
    letter-spacing: 0.50px;
}

.esloganWeb, .esloganWeb h1 {
    margin-top: 2px !important;
    color: #777777;
    line-height:40px;
    text-align:center;
    font-size: 16px;
letter-spacing: 0.5px;
margin-bottom:0;
font-family:roboto_condensedregular;
}

.esloganWeb p{
    margin-bottom:0 !important;
}

.integracions .container {
    width: auto;
}

.container-gpi{
    padding-right:75px;
    padding-left:75px;
}
/* TOOLTIP HEADER *******************************/

#headerSup .tooltip-inner {
    background-color: #777777;
    color: #FFFFFF;
}

#headerSup .tooltip.top .tooltip-arrow {
    border-top-color: #777777;
}

#headerSup .tooltip.right .tooltip-arrow {
    border-right-color: #777777;
}

#headerSup .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #777777;
}

#headerSup .tooltip.left .tooltip-arrow {
    border-left-color: #777777;
}

/* TOOLTIP FOOTER *******************************/

#footer .tooltip-inner {
    background-color: #FFFFFF;
    color: #222222;
}

#footer .tooltip.top .tooltip-arrow {
    border-top-color: #FFFFFF;
}

#footer .tooltip.right .tooltip-arrow {
    border-right-color: #FFFFFF;
}

#footer .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #FFFFFF;
}

#footer .tooltip.left .tooltip-arrow {
    border-left-color: #FFFFFF;
}


/*ESCTRUCTURA**********************/

.absoulute {
    position: absolute;
}

.relative {
    position: relative;
}

/*STICKY FOOTER*********************/
.wrap {
    height: auto;
    margin: 0 auto -160px;
    min-height: 100%;
    padding: 0 0 160px;
    overflow: hidden;
}


#footer {
    height: 160px;
    background: #003874;
    padding-top: 35px;
    font-weight: normal;
    position: relative;
    z-index: 1000;
}



.contactPage .contingutForm {
    /*padding: 15px;*/
}




#distribuicio .container {
    width: auto;
}

	/*404*/

.container404{
	font-family:roboto_condensedlight;
	text-align:center;
	line-height:120px;
	margin-top:6%;
}

.titol404{
	font-size:110px;
	color:#777777;
}

.notrobat404{
	font-size:45px;
	line-height:50px;
}

.descrip404{
font-size: 18px;
line-height: 50px;
}	
/*BOTONS***************************/
.btn {
    margin-top: 5px;
    line-height: 34px;
    font-family: roboto_condensedregular;
    font-size: 18px;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 25px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.input-group .btn {
    margin: 0px;
}

.btn-primary {
    border: 0;
    background-color: #FFFFFF;
    color: #222222;
    border:1px solid #222222;
}

    .btn-primary:hover, .btn-primary:focus {
        background-color: #222222;
        border:1px solid #222222;
        color: #FFFFFF;
    }

    .btn-primary.disabled {
        opacity: 0.6;
        background-color: #FFFFFF;
        color: #222222;
        cursor: not-allowed;
    }


    .btn-primary i {
        color: #222222;
    }

    .btn-primary:hover i, .btn-primary:focus i {
        color: #FFFFFF;
    }



.btn-colorSkin {
    background-color: rgba(255,255,255,0);
    color: #222222;
    border:2px solid #222222;
}


    .btn-colorSkin:hover, .btn-colorSkin:focus {
        background-color: #222222;
        color: #FFFFFF;
    }

    .btn-colorSkin.disabled {
        opacity: 0.6;
        background-color: 255,255,255,0;
        color: #222222;
        cursor: not-allowed;
    }


    .btn-colorSkin i {
        color: #FFFFFF;
    }

    .btn-colorSkin:hover i, .btn-colorSkin:focus i {
        color: #222222;
    }


.btn-default {
    background-color: [FICHA_FONDO_BOTON_DES];
    border: 0;
    color: [FICHA_BOTON_DES];
}

    .btn-default:hover, .btn-default:focus {
        background-color: [FICHA_FONDO_BOTON_ACT];
        color: [FICHA_BOTON_ACT];
    }

.btn-warning {
    border: 0;
}


.btn-no-stock-consultar {
    position: absolute;
    bottom: 0px;
    right: 15px;
}

.stockFitxa .btn-no-stock-consultar {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.btn-left .glyphicon {
    margin-left: 2px;
    margin-right: 10px;
}

.btn-left .glyphicon-log-in {
    -moz-transform: scaleX(-1); /* Gecko */
    -o-transform: scaleX(-1); /* Opera */
    -webkit-transform: scaleX(-1); /* webkit */
    -ms-transform: scaleX(-1);
    transform: scaleX(-1); /* standard */
    filter: FlipH; /* IE 6/7/8 */
}

/** CENTRAR GALERIA GPI ****/


.galleria-thumbnails-container {
    display: inline;
    text-align: center;
}

.galleria-thumbnails {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .galleria-thumbnails .galleria-image {
        float: none;
        display: inline-block;
    }





/*************************************/
/********* HEADER SUPERIOR ***********/
/*************************************/
#headerSup {
    background: #FFFFFF;
    border-bottom:1px solid #E5E5E5;
}

.telfCap, .mailCap{
    float:left;
    line-height:40px;
    margin-right:35px;
}

.telfCap #gpi-telf-copy, .telfCap a{
    float:left;
    font-family:roboto_condensedregular;
    font-size:15px;
    color:#777777;
    letter-spacing:0.25px;
    text-decoration:none;
}


.mailCap #gpi-mail-copy, .mailCap #gpi-mail-copy a{
    float:left;
    font-family:roboto_condensedregular;
    font-size:15px;
    color:#777777;
        letter-spacing:0.25px;
}

.mailCap #gpi-mail-copy a:hover{
    color:#222222;
}

.telfCap i, .mailCap i{
    font-size:18px;
    color:#222222;
    margin-right:6px;
    float:left;
    line-height:40px;
}

.logo {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
}



/***INICI IDIOMES***/
.caixaIdiomes {
    float: right;
    line-height: 14px;
    margin-top: 15px;
    margin-left: 18px;
    padding-left: 18px;
    border-left: 1px solid [FOOTER_REDES_PICTO_DES];
}

    .caixaIdiomes ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .caixaIdiomes ul li {
            float: left;
            margin: 0px 9px;
            font-size: 14px;
            letter-spacing: 0.25px;
        }

            .caixaIdiomes ul li:last-child {
                margin-right: 0;
            }

            .caixaIdiomes ul li:first-child {
                margin-left: 0;
            }

            .caixaIdiomes ul li a {
                color: #777777;
                
            }

                .caixaIdiomes ul li a:hover, .caixaIdiomes ul li a.sel {
                    color: #222222;
                }
/***FI IDIOMES***/

/*INCI MINI LOGIN*/



    .miniLogin a, .miniLogin {
            float:right;
    /*line-height:40px;*/
        font-size: 14px;
        text-transform: uppercase;
        color: #777777;
        -moz-transition: all 0.4s;
        -o-transition: all 0.4s;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        margin-top:6px;
    }

.miniLogin a:hover{
    color:#222222;
}

        .miniLogin a i, .miniLogin i {
            font-size: 18px;
            color: #222222;
            margin-right: 12px;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

.miniLogin a:hover i{
    color:#777777;
}
/*FI MINI LOGIN*/

/**** MENU CATEGORIES NEWS*****/
#menu .categories .titolMenuLat {
    font-size: 18px;
    color: #222222;
    letter-spacing: 1px;
    margin-top: 15px;
    margin-bottom: 25px;
}

.categories .item-categoria {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 0;
    color: #777777;
}

    .categories .item-categoria:hover, .categories .item-categoria:focus, .categories .item-categoria.active {
        color: #222222;
    }

    .categories .item-categoria:last-child {
        border: 0;
    }

/*** FI MENU CATEGORIES NEWS*****/

/***INICI BUSCADOR****/

.caixaBuscador {
    margin: 54px 0px 0px;
    display: inline-block;
    position: relative;
    float: right;
    margin-right: -7px;
    border-bottom: 4px solid transparent;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.caixaBuscador:focus-within{
    border-bottom:4px solid #222222;
}
.buscadorCom {
    background: #FFFFFF;
    opacity:1;
}

    .buscadorCom input.form-control {
        background: transparent;
        border: medium none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #777777;
        height: 36px;
        font-size: 14px;
        padding:9px 7px;
        /*border-bottom:4px solid transparent;*/
    }

    /*.buscadorCom input.form-control:focus {
        border-bottom:4px solid #222222;
    }*/

#buscador .botoCercar {
    font-size: 0;
}

    #buscador .botoCercar i {
        font-size: 20px;
        color: #777777;
        
        padding: 7px;
        -o-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }

    #buscador .botoCercar:hover i {
        
        color: #222222;
    }

    #buscador .botoCercar span.text {
        display: none;
    }

#show-results-searcher {
    position: absolute;
    right: -1px;
    top: 40px;
    background: #E5E5E5;
    z-index: 10000;
    width: 600px;
    padding: 0 15px 15px 15px;
    border: 1px solid #E5E5E5;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
}

#top-results {
    height: 1px;
    width: 100%;
    position: absolute;
    z-index: 10001;
    background: #F5F5F5;
    top: 33px;
    right: 1px;
    display: none;
}

#caixa_cercador.results-active #top-results {
    display: block;
}

#franja-cap-resultats {
    line-height: 30px;
}

#no-results-found {
    margin-top: 30px;
    text-align: center;
}

    #no-results-found .boto {
        margin-top: 30px;
        display: inline-block;
    }

#inside-container-search {
    height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
}

    #inside-container-search.auto-height {
        height: auto;
    }

#show-results-searcher ul.resultats-cerca {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}

    #show-results-searcher ul.resultats-cerca li {
    }

        #show-results-searcher ul.resultats-cerca li:nth-child(2n) {
            background: #E2E2E2;
        }

        #show-results-searcher ul.resultats-cerca li:nth-child(2n+1) {
            background: #ECEBEB;
        }

        #show-results-searcher ul.resultats-cerca li:hover {
            background: #F5F5F5;
        }

        #show-results-searcher ul.resultats-cerca li a {
            display: block;
            padding: 15px 0;
        }

        #show-results-searcher ul.resultats-cerca li &gt; a &gt; span:first-child {
            padding-right: 0;
        }

        #show-results-searcher ul.resultats-cerca li + li {
            border-top: 1px solid #FFFFFF;
        }

        #show-results-searcher ul.resultats-cerca li .nom-resultat {
            font-size: 15px;
        }

        #show-results-searcher ul.resultats-cerca li .resum-resultat {
            font-family: roboto_condensedlight_italic;
        }

        #show-results-searcher ul.resultats-cerca li .preu-resultat {
            font-size: 16px;
            margin-top: 15px;
        }

        #show-results-searcher ul.resultats-cerca li .valor-resultat-acabat {
            font-weight: bold;
            font-size: 14px;
        }

#loading-search {
    -webkit-transform-origin: 50% 52%;
    -moz-transform-origin: 50% 52%;
    -ms-transform-origin: 50% 52%;
    -o-transform-origin: 50% 52%;
    transform-origin: 50% 52%;
    position: absolute;
    right: 65px;
    font-size: 16px;
    top: 9px;
}

.resultats-cerca a {
    color: #514B44;
}
/***FI BUSCADOR******/

#videoModal .modal-dialog {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 50%;
    position: absolute;
    left: 50%;
    width: 75%;
    height: 75%;
    margin: 0;
}

#videoModal .modal-body {
    padding: 0;
}

#videoModal.in .modal-dialog {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

#videoModal .modal-content {
    height: 100%;
}

#videoModal iframe {
    width: 100%;
    height: 100%;
}

.modal-dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0;
}

.modal-body {
    text-align: justify;
    overflow-y: auto;
}

.modal-footer {
    margin-top: 0;
}
/****FI CISTELLA****/

/*************************************/
/********FI HEADER SUPERIOR**********/
/***********************************/

/*************************************/
/********INICI HEADER MENU**********/
/***********************************/
#headerMenu {
    background: #FFFFFF;
}

#menuFix.affix {
    top: 0;
    z-index: 1000;
    background-color: [HEADER_BACKGROUND];
    position: fixed;
    width: 100%;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

#menuFix .logo {
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

#menuFix.affix .logo {
    margin-top: 10px;
    margin-bottom: 5px;
}

    #menuFix.affix .logo img {
        max-height: 50px;
    }


#menuFix.affix + .capBanner {
    margin-top: 177px;
}

#menuFix.affix #headerSup{
    display:none;
}


#menuFix.affix .gpi-navbar-nav &gt; li &gt; a{
    padding:42px 6px 12px;
}

#menuFix.affix .caixaBuscador {
    margin: 34px 0px 0px;
}

#menuFix.affix #headerMenu {
    border-bottom:1px solid #E5E5E5;
}


/*MENU SUPERIOR*******************/

.gpi-navbar {
    margin-bottom: 0;
    background: none;
    border: 0;
    margin-top: 0px;
    padding: 0 85px;
}

.gpi-navbar-nav {
    border-top: 0px;
    border-bottom: 0px;
}

    .gpi-navbar-nav &gt; li {
        position: static;
        float: none;
    }

        .gpi-navbar-nav &gt; li &gt; a {
            font-size: 16px;
            letter-spacing: 0.5px;
            color: #777777;
            text-transform: uppercase;
            padding: 62px 6px 12px;
            text-align: center;
            background: transparent !important;
            -o-transition: all 0.2s ease 0s;
            -moz-transition: all 0.2s ease 0s;
            -webkit-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
            font-family: roboto_condensedregular;
            margin-bottom: 0px;
            white-space:nowrap;
        }

.navbar-inverse .navbar-nav &gt; li &gt; a {
    color: #777777;
}


.gpi-navbar-nav &gt; li:hover &gt; a {
    color: #222222;
}



.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
    background: none;
    color: #222222;
}

.gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; a {
    color: #777777;
}

    .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; a, .gpi-navbar-inverse .gpi-navbar-nav &gt; li:focus &gt; a, .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; a.sel {
        color: #222222;
    }

    

.gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; a::before {

    background-color: #222222;
    bottom: 0px;
    content: '';
    display: inline-block;
    height: 4px;
    left: 0;
    position: absolute;
    -moz-transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
    -o-transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
    transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
    width: 0;
}

.gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; a::before, .gpi-navbar-inverse .gpi-navbar-nav &gt; li:focus &gt; a::before, .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; a.sel::before {
    width: 100%;
}

.gpi-dropdown-menu {
    background: #FFFFFF;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px solid transparent;
    padding: 0;
}

ul.gpi-dropdown-menu {
    overflow: auto;
}

.full-width-container, .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; .full-width-container  {
    left: -15px;
    right: -15px;
    position: absolute;
    top: auto;
    margin-top: -2px;



}

.full-width-container, .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; .full-width-container, .menu-petit, .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; .menu-petit {
    visibility: hidden;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.1);
    /*-webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    transition: all 0.15s ease;*/
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}

.full-width-container, .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; .full-width-container, .menu-petit, .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; .menu-petit {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible;
}

.gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; a.childs {
    position: relative;
    z-index: 10000;
}





.gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; .full-width-container &gt; ul.gpi-dropdown-menu {
    /*display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-align-content: stretch;
    -webkit-align-content: stretch;
    align-content: stretch;
    align-items: stretch;*/
    display:block;
    left: 15px;
    right: 15px;
    border-top: 3px solid #222222;
    background: #FFFFFF;
    padding-bottom:15px;

-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
visibility:visible;
}

.full-width-container &gt; ul &gt; li {
    /*flex-grow: 1;*/
    display:inline-block;
    vertical-align:top;
    width:33%;    
}

    .full-width-container &gt; ul &gt; li &gt; a, .menu-petit &gt; ul &gt; li &gt; a {
        line-height: 40px;
        padding: 0px 15px;
        margin:5px 15px 15px;
        margin-bottom:0px;
    }


    

    .menu-petit &gt; ul &gt; li &gt; a {
        margin:0px;
    }

    .full-width-container &gt; ul &gt; li:last-child {
        border-right: 0px;
    }


.gpi-columna ul {
    padding-left: 0px;
    list-style: none;
}

.gpi-columna li {
    border-bottom: 0;
    background: transparent;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}

    .gpi-columna li:last-child {
        border-bottom: 0 solid transparent;
    }

.gpi-columna &gt; li &gt; a {
    padding: 0px;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-family: roboto_condensedregular, 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    background: transparent !important;
    color: #777777;
    display: block;
    /***afegit pel menú nou...*/
    position: relative;
    padding-right: 0;
    padding-left: 0;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

    .gpi-columna &gt; li &gt; a:hover {
        background: transparent;
        color: #777777;
        line-height: 40px;
    }

    .full-width-container &gt; ul.gpi-columna &gt; li &gt; a{
        font-family: roboto_condensedbold, 'Roboto Condensed', sans-serif;
        color: #222222;
        font-size: 16px;
    }

        .full-width-container &gt; ul.gpi-columna &gt; li:hover &gt; a{
        color: #777777;

    }

.gpi-dropdown-menu.nivell-3 {
    display: block;
    position: static;
    float: none;
    min-width: unset;
    margin: 0;
    background: transparent;
    margin: 0 15px 30px 15px;

    /*border-top: 1px solid #BCC9CC;*/
    padding-top:3px;
}

    .gpi-dropdown-menu.nivell-3 &gt; li {
        /*border: 0 !important;*/
        background: none !important;
        padding-top:10px;
        padding-bottom:10px;
        border-bottom:1px solid #BCC9CC;
    }

        .gpi-dropdown-menu.nivell-3 &gt; li:last-child {
        border-bottom:0px solid #BCC9CC;
    }

        .gpi-dropdown-menu.nivell-3 &gt; li &gt; a {
            color: #777777;
            line-height: 16px;
            /*margin-bottom: 10px;*/
            white-space: normal;
            padding: 0;
            font-size: 16px;
            font-family: roboto_condensedregular;    
            letter-spacing:0.25px;  
            padding:0 15px;      
        }

            .gpi-dropdown-menu.nivell-3 &gt; li &gt; a:hover, .gpi-dropdown-menu.nivell-3 &gt; li &gt; a:focus {
                background: none;
                color: #222222;
            }

.gpi-navbar-toggle {
    margin-right: 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFFFFF;
    background: #FFFFFF;
   padding: 10px 10px 7px 10px;
    width:100%;
    text-align:right;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: #222222;
        border-color: #222222;
    }

.navbar-toggle .icon-bar {
    display: block;
    width: 31px;
    height: 4px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    margin-left: auto;
    margin-right: auto;
}

.gpi-navbar-toggle .text {
    color: #222222;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 20px;
    font-size: 18px;
}

.gpi-navbar-toggle:hover .text {
    color: #FFFFFF;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #222222;
}

.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #FFFFFF;
}

.gpi-navbar-nav &gt; li:hover .menu-petit .gpi-dropdown-menu {
    display: block;
}

.gpi-navbar-nav &gt; li:hover .menu-petit {
    position: absolute;
    top: auto;
    left: auto;
    width: auto;
}

.gpi-navbar-nav &gt; li .menu-petit .gpi-dropdown-menu {
    margin-top: 0px;
    border: 0;
    border-top: 3px solid #222222;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    overflow: hidden;
    padding: 5px 0px 0px;
    background:#FFFFFF;

}

.gpi-navbar-nav &gt; li .menu-petit .gpi-columna li {
border-bottom:1px solid #BCC9CC;
padding-top:10px;
padding-bottom:10px;
}

.gpi-navbar-nav &gt; li .menu-petit .gpi-columna li:last-child {
border-bottom:0px solid #BCC9CC;

}

.gpi-navbar-nav &gt; li .menu-petit .gpi-columna li a {
line-height:16px;
font-size: 16px;
text-transform: none;
}

.gpi-navbar-nav &gt; li .menu-petit .gpi-columna li:hover a {
color:#222222;
}

    .gpi-navbar-nav &gt; li .menu-petit .gpi-dropdown-menu .gpi-dropdown-menu.nivell-3 {
        border-top: 0px;
        padding: 0px;
        padding-top: 15px;
        padding-left:15px;
        padding-right:15px;
        width: auto;
        
        
        margin:0px;
        border-top: 1px solid #BCC9CC;
        padding-top:15px;
    }


/************************************/
/************BANNER*****************/
/***********************************/
.mascaraBanner {
    background: url('[GENERAL_BANNER_MASCARA]');
    position: absolute;
    height: inherit;
    width: 100%;
    top: 0;
    left: 0;
    opacity:0;
}

.capBanner {
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30PX;
    background:#ffffff;
}

    .capBanner .item, .capBanner .alone {
        background-color: #FFFFFF;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: inherit;
        position: absolute;
        width: 100%;
    }

        .capBanner .alone .data, .capBanner .data {
            position: absolute;
            top: 0px;
            bottom: 0px;
            width: 100%;
            left: 15px;
            opacity:0;
        }

            .capBanner .alone .data .titol, .capBanner .data .titol {
                font-family: roboto_condensedbold;
                /*font-weight: normal;*/
                font-size: 65px;
                color: #222222;
                /*letter-spacing: 0.5px;*/
                margin: 0;
                padding: 0;
                margin-bottom: 45px;
                line-height:50px;
            }


            .capBanner .alone .data .subtitol, .capBanner .data .subtitol {
                font-family: roboto_condensedlight_italic;
                font-size: 30px;
                color: #003874;
                letter-spacing: 0.5px;
                margin: 0;
                padding: 0;
                margin-bottom: 20px;
                line-height:30px;
            }

.carousel-caption {
    text-shadow: none;
    color: #000000;
}




.capBanner .pic img, .capBanner .img img, .capBanner .alone img {
    display: none;
}

.capBanner .carousel-caption, .capBaner .alone .carousel-caption {
    display: none;
    left: 700px;
    margin: 0 auto;
    opacity: 0;
    right: 0;
    text-align: left;
    top: 145px;
    width: inherit;
    color: #222222;
    text-shadow: 0px;
}

.capBanner .carousel-caption-right, .capBanner .alone .carousel-caption-right {
    left: 0;
    right: 700px;
    text-align: right;
}

.capBanner .carousel-caption-top, .capBanner .alone .carousel-caption-top {
    left: 0;
    right: 0;
    top: -200px;
}

.capBanner .carousel-caption-bottom, .capBanner .alone .carousel-caption-bottom {
    left: 0;
    right: 0;
    top: 500px;
}

.capBanner .data .data-content{
    margin-top:15%;
    position:relative;
    z-index:10;
}

.capBanner #tabs {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

    .capBanner #tabs &gt; div {
        background: #E5E5E5 none repeat scroll 0 0;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        font-size: 1px;
        height: 12px;
        margin-left: 5px;
        width: 12px;
    }

        .capBanner #tabs &gt; div:hover, .capBanner #tabs &gt; div.current {
            background: #003874 none repeat scroll 0 0;
        }

.container-data {
    background: rgba(255,255,255,0.3);
    padding: 22px 30px;
    display: inline-block;
    height: auto;
}

.container-data-right{
    float:right;
    text-align:right;
}


.capBanner .item &gt; a, .capBanner .alone .pic &gt; a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

/*******************************/
/****FI BANNER******************/
/*******************************/

/************************************/
/************BANNER TOTAL*****************/
/***********************************/
.capBannerTotal {
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30PX;
    background:#ffffff;
}

    .capBannerTotal .item, .capBannerTotal .alone {
        background-color: #FFFFFF;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: inherit;
        position: absolute;
        width: 100%;
    }

        .capBannerTotal .alone .data, .capBannerTotal .data {
            position: absolute;
            top: 0px;
            bottom: 0px;
            width: 100%;
            left: 15px;
            opacity:0;
        }

            .capBannerTotal .alone .data .titol, .capBannerTotal .data .titol {
                font-family: roboto_condensedbold;
                /*font-weight: normal;*/
                font-size: 65px;
                color: #222222;
                /*letter-spacing: 0.5px;*/
                margin: 0;
                padding: 0;
                margin-bottom: 45px;
                line-height:50px;
            }


            .capBannerTotal .alone .data .subtitol, .capBannerTotal .data .subtitol {
                font-family: roboto_condensedlight_italic;
                font-size: 30px;
                color: #003874;
                letter-spacing: 0.5px;
                margin: 0;
                padding: 0;
                margin-bottom: 20px;
                line-height:30px;
            }

.carousel-caption {
    text-shadow: none;
    color: #000000;
}




.capBannerTotal .pic img, .capBannerTotal .img img, .capBannerTotal .alone img {
    display: none;
}

.capBannerTotal .carousel-caption, .capBannerTotal .alone .carousel-caption {
    display: none;
    left: 700px;
    margin: 0 auto;
    opacity: 0;
    right: 0;
    text-align: left;
    top: 145px;
    width: inherit;
    color: #222222;
    text-shadow: 0px;
}

.capBannerTotal .carousel-caption-right, .capBannerTotal .alone .carousel-caption-right {
    left: 0;
    right: 700px;
    text-align: right;
}

.capBannerTotal .carousel-caption-top, .capBannerTotal .alone .carousel-caption-top {
    left: 0;
    right: 0;
    top: -200px;
}

.capBannerTotal .carousel-caption-bottom, .capBannerTotal .alone .carousel-caption-bottom {
    left: 0;
    right: 0;
    top: 500px;
}

.capBannerTotal .data .data-content{
    margin-top:32%;
    position:relative;
    z-index:10;
}

.capBannerTotal #tabs {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 10;
}

    .capBannerTotal #tabs &gt; div {
        background: #E5E5E5 none repeat scroll 0 0;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        font-size: 1px;
        height: 12px;
        margin-left: 5px;
        width: 12px;
    }

        .capBannerTotal #tabs &gt; div:hover, .capBannerTotal #tabs &gt; div.current {
            background: #003874 none repeat scroll 0 0;
        }

.container-data {
    background: rgba(255,255,255,0.3);
    padding: 22px 30px;
    display: inline-block;
    height: auto;
}

.container-data-right{
    float:right;
    text-align:right;
}


.capBannerTotal .item &gt; a, .capBannerTotal .alone .pic &gt; a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

/*******************************/
/****FI BANNER******************/
/*******************************/


/*******************************/
/****INICI BANNER INTERIOR******/
/*******************************/
.capBannerInt {
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 18PX;
}

    .capBannerInt .item, .capBannerInt .alone {
        background-color: #FFFFFF;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: inherit;
        position: absolute;
        width: 100%;
    }

        .capBannerInt .alone .data, .capBannerInt .data {
            position: absolute;
            top: 0px;
            bottom: 0px;
            width: 100%;
            left: 15px;
			display:none;
        }
		
		

            .capBannerInt .alone .data .titol, .capBannerInt .data .titol  {
				position: relative;
				z-index: 15;
				color: #E9E8E4;
				font-size: 50px;
				font-family: Spectral-SemiBold;
				text-align: Center;
				margin-top: 6%;
            }

                .capBannerInt .alone .data h2 span, .capBannerInt .data h2 span {
                    font-family:roboto_condensedbold;
                    color:#777777;
                }

            .capBannerInt .alone .data h3, .capBannerInt .data h3 {
                font-family: roboto_condensedlight;
                font-size: 30px;
                color: #003874;
                letter-spacing: 0.5px;
                margin: 0;
                padding: 0;
                margin-bottom:20px;
            }

.carousel-caption {
    text-shadow: none;
    color:#000000;
}


.capBannerInt .pic img, .capBannerInt .img img, .capBannerInt .alone img {
    display: none;
}


.capBannerInt img {
    /*height: 580px;
    vertical-align: middle;
    width: 100%;*/
}

.capBannerInt .carousel-caption, .capBannerInt .alone .carousel-caption {
    display: none;
    left: 700px;
    margin: 0 auto;
    opacity: 0;
    right: 0;
    text-align: left;
    top: 145px;
    width: inherit;
    color: #222222;
    text-shadow: 0px;
}

.capBannerInt .carousel-caption-right, .capBannerInt .alone .carousel-caption-right {
    left: 0;
    right: 700px;
	text-align:right;
}

.capBannerInt .carousel-caption-top, .capBannerInt .alone .carousel-caption-top {
    left: 0;
    right: 0;
    top: -200px;
}

.capBannerInt .carousel-caption-bottom, .capBannerInt .alone .carousel-caption-bottom {
    left: 0;
    right: 0;
    top: 500px;
}

.capBannerInt #tabs {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}

    .capBannerInt #tabs &gt; div {
        background: #E5E5E5 none repeat scroll 0 0;
        /*opacity: 0.4;*/
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        font-size: 1px;
        height: 12px;
        margin-left: 5px;
        width: 12px;
    }

        .capBannerInt #tabs &gt; div:hover, .capBannerInt #tabs &gt; div.current {
            background: #003874 none repeat scroll 0 0;
        }

                        .container-data{
            background:rgba(255,255,255,0.3);
            padding:22px 30px;
            display:inline-block;
            height:auto;
        }
        
.capBannerInt .item&gt;a,  .capBannerInt .alone .pic&gt;a{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:200;
}

/*******************************/
/****FI BANNER INTERIOR******************/
/*******************************/

/***************/
/*BANNER POPUP*/
/*************/
    #bannerModal .modal-dialog {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    top: 50%;
    position: absolute;
    left: 50%;
    /*width: 75%;*/
    width:60%;
    /*height: 75%;*/
    height:auto;
    margin: 0;
}

#bannerModal .modal-body {
    padding: 0;
    overflow:hidden;
    height:auto!important;
}

    #bannerModal .modal-body .bannerPopups .data {
        padding: 15px;
        position: absolute;
        top: 20px;
        left: 45px;
        background: rgba(255,255,255,1);
        height: 100%;
        width: 45%;
    }

    #bannerModal .modal-body .bannerPopups .data h2 {
        font-size:22px;
        color:#003874;
        text-align:center;
        margin-bottom:10px;
    }

            #bannerModal .modal-body .bannerPopups .data p {
   
    margin-bottom: 15px;
    color:#003874;
    
}

#bannerModal.in .modal-dialog {
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
}

#bannerModal .modal-content {
    height: 100%;
}

#bannerModal .modal-body{
    border-top:5px solid #222222;
}

#bannerModal .modal-body .bannerPopups img{
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#bannerModal .modal-body .bannerPopups .item{
    background:none !important;
}

#bannerModal button.close {
    font-size: 22px;
    color: #222222;
    opacity: 1;
    position: absolute;
    z-index: 100000;
    right: 0;
    top: 10px;
    right: 10px;
    text-shadow: none;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

#bannerModal button.close:hover{
    color: #777777;
    opacity:1;
}




.gpi-franja-blanca {
    background: [HOME_WHITE_FRAME];
}

.container-data {
    background: rgba(255,255,255,0.3);
    padding: 12px 20px;
    display: inline-block;
    height: auto;
}
/******************/
/*FI BANNER POPUP*/
/****************/

/*PARALLAX*/
/*.paraxify{
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}*/

/***********************/
/*******INICI MAPA******/
/**********************/
.franjaMapa {
    position: relative;
}

.container-google-maps {
    display: block;
    height: 400px;
    overflow: hidden;
}


    .container-google-maps .embed-responsive .embed-responsive-item, .container-google-maps .embed-responsive iframe {
        top: 0;
    }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: -14%;
    width: 100%;
}

/**********************/
/*******FI MAPA*******/
/********************/

/****************************/
/********INICI MODALS********/
/***************************/

.modal-content {
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

    .modal-content .modal-header {
        background: #F4F1EE;
        min-height:55px;
    }

        .modal-content .modal-header .close {
            font-size: 26px;
            color: #7F766A;
            opacity: 1;
        }

            .modal-content .modal-header .close:hover {
                opacity: 0.6;
            }

    .modal-content .titol-modal {
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .modal-content .modal-body {
        font-size: 16px;
    }

/***************************/
/********FI MODALS*********/
/*************************/

/*****INICI XARXES******/
.xarxesSocials {
    /*letter-spacing: 0.5px;*/
    text-align: right;
    /*margin-top: 15px;
    margin-bottom: 15px;*/
    float: left;
    /*line-height:40px;*/
    margin-top:12px;
}


    .xarxesSocials .container {
        width: auto;
    }

    .xarxesSocials .item {
        /*display: inline;*/
        float:left;
        margin-right:8px;
    }

        .xarxesSocials .item a {
            font-size: 0px;
            /*display: inline-block;*/
            float:left;
        }

    .xarxesSocials i {
        color: #777777;
        font-size: 16px;
        /*margin-right: 8px;*/
        -o-transition: all 0.2s ease 0s;
        -moz-transition: all 0.2s ease 0s;
        -webkit-transition: all 0.2s ease 0s;
        transition: all 0.2s ease 0s;
    }







    .xarxesSocials a:hover i {
        color: #222222;
    }

#footer .xarxesSocials {
    margin-top: 38px;
    margin-bottom: 0px;
    text-align: left;
    float: none;
}

    #footer .xarxesSocials a i{
        color:#777777;
    }

    #footer .xarxesSocials a:hover i{
        color:#FFFFFF;
    }
/*****FI XARXES*********/

/*****DADES PEU*********/
.dadesPeu {
    color: #FFFFFF;
    /*margin-top: 20px;*/
    letter-spacing: 0.5px;
    /*float: right;*/
    font-family:roboto_condensedlight;
    font-size:18px;
}

    .dadesPeu .picto, .dadesPeu .adreca-content {
        display: inline-block;
    }

    .dadesPeu .adreca-content {
        margin-bottom: 10px;
    }

    .dadesPeu .glyphicon {
        margin-left: 8px;
    }

    .dadesPeu .telfPeu {
        font-family: roboto_condensedbold;
        font-size: 24px;
        color: #777777;
        margin-bottom: 10px;
    }


        .dadesPeu .telfPeu .picto i, .dadesPeu .mailPeu .picto i {
            bottom: 0px;
            top: 5px;
        }

    .dadesPeu .gpi-mail a {
        color: #FFFFFF;
    }

        .dadesPeu .gpi-mail a:hover {
            color: #777777;
        }

        .titolPeu{
            font-family:roboto_condensedbold;
            font-size:22px;
            color:#FFFFFF;
            letter-spacing:0.25px;
            text-transform:uppercase;
            text-align:left;
            margin-bottom:8px;
            /*position:relative;*/
            display:block;
            overflow:hidden;
            clear:both;
        }

        .titolPeu span{
            position:relative;
            float:left;
            padding-right:60px;
        }

        .titolPeu span:after{
position: absolute;
bottom: 6px;
right: 0;
width: 55px;
height: 1px;
background: #FFFFFF;
content: "";
z-index: 1;
        }

        .dadesPeu .xarxesSocials a:hover i{
            color:#FFFFFF;
        }

        #footer .logoPeu{
            margin-top:17px;
        }

/****FI DADES PEU*******/

/*****CREDITS********/
.blocCredits {
    border-top: 1px solid #434343;
    background: #222222;
    padding: 18px 0;
}

.credits {
    color: #777777;
    font-size: 12px;
}

    .credits a {
        color: #777777;
    }

        .credits a:hover {
            color: #FFFFFF;
        }

.txt-credit {
    float: right;
}

    .txt-credit p {
        margin: 0px;
    }

img.peuLogo {
    float: right;
    margin-left: 15px;
}



ul#menuSecundari {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline-block;
    line-height: 25px;
}

    ul#menuSecundari li {
        float: left;
        font-size: 10px;
        margin-right: 8px;
        text-transform: uppercase;
        letter-spacing: 0.1px;
    }

        ul#menuSecundari li a {
            padding-right: 8px;
            border-right: 1px solid #777777;
            color: #777777;
        }

            ul#menuSecundari li a:hover {
                color: #FFFFFF;
            }

        ul#menuSecundari li:last-child a {
            border-right: 0px;
        }
/*****FI CREDITS*****/

/******************************/
/********INICI LLISTAT*********/
/****************************/
.llistat.row{
    margin-left:-15px;
    margin-right:-15px;
}

.productesHome .llistat.row{
    margin-left:0;
    margin-right:0;
}

.titolLlistat{
    margin-top:25px;
}

/*.container-llistat{
    margin-bottom:25px;
}*/
.efecteLlistat.item {
    margin-bottom: 40px;
}

.llistat .item:nth-child(4n+1){
    clear:both;
}

.efecteLlistat figure {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	/*margin: 10px 1%;
	min-width: 320px;
	max-width: 480px;
	max-height: 360px;
	width: 48%;*/
	height: auto;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
}

.efecteLlistat figure img {
	position: relative;
	display: block;
	/*min-height: 100%;
	max-width: 100%;*/
	opacity: 1;
}

.efecteLlistat figure figcaption::before,
.efecteLlistat figure figcaption::after {
	pointer-events: none;
}


.efecteLlistat figure figcaption,

.efecteLlistat figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.efecteLlistat figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}



.efecteLlistat figure.efecte-resumidor {
	background: #ffffff;
}

    .efecteLlistat figure.efecte-resumidor img, .efecteLlistat a figure.efecte-resumidor img {
        /*max-width: none;*/
        /*height: 400px;*/
        /*-webkit-transition: opacity 1s, -webkit-transform 1s;
        transition: opacity 1s, transform 1s;*/
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
filter:grayscale(0);
/*top:0;
left:0;
position:absolute;*/
    }

        .efecteLlistat a:hover figure.efecte-resumidor img {
        /*opacity: 0.4;*/
        -webkit-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        filter:grayscale(100);
    }



    figure.efecte-resumidor figcaption, .efecteLlistat a figure.efecte-resumidor figcaption {
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding-top: 0;
        position: absolute;
        background-color: transparent;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        transition-delay: 0.1s;
    }

    		figure.efecte-resumidor figcaption:before, .efecteLlistat a figure.efecte-resumidor figcaption:before {
			content: '';
			position: absolute;
			top: 10px;
			bottom: 10px;
			left: 10px;
			right: 10px;
			/*background-color: rgba(254, 254, 254, 0.9);*/
			z-index: -1;
		}

            figure.efecte-resumidor:after, .efecteLlistat a figure.efecte-resumidor:after  {
			position: absolute;
			content: '';
			top: 10px;
			bottom: 10px;
			left: 10px;
			right: 10px;
			height: auto;
			width: auto;
			background-color: rgba(254,254,254,0.9);
			-webkit-transform: scale3d(1.4,1.4,1);
			transform: scale3d(1.4,1.4,1);
			-webkit-transition: all 0.6s ease;
			-moz-transition: all 0.6s ease;
			-o-transition: all 0.6s ease;
			transition: all 0.6s ease;
			z-index: 1;
			opacity: 0;
		}

            /*figure.efecte-resumidor:hover:after,  */.efecteLlistat a:hover figure.efecte-resumidor:after {
			opacity: 1;
			-webkit-transform: scale3d(1,1,1);
			transform: scale3d(1,1,1);
		}

            /*figure.efecte-resumidor:hover figcaption,*/ .efecteLlistat a:hover figure.efecte-resumidor figcaption {
			opacity: 1;
		}

           .efecteLlistat a figure.efecte-resumidor figcaption .containerLupa{
                height:inherit;
                width:100%;
                position:relative;
            }

           .efecteLlistat a figure.efecte-resumidor figcaption .containerLupa i{
                font-size:50px;
                 margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#222222;
            }







.efecteLlistat a .titol h2{
    font-size:20px;
    color:#222222;
    margin-top:22px;
    margin-bottom:10px;
    letter-spacing:0.5px;
    font-family:roboto_condensedbold;
    text-align:center;
    padding-bottom:0;
}

.efecteLlistat a .subtitol h3{
    font-family:roboto_condensedlight;
    font-size:18px;
    letter-spacing:0.25px;
    text-align:center;
    margin:0;
    color:#777777;
}

.efecteLlistat a:hover .titol h2{
    color:#777777;
}

.efecteLlistat a:hover .subtitol h3{
    color:#222222;
}



/******************/

.efecteLlistat .item {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.efecteLlistat figure.efecte-foto figcaption::before {
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    background: rgba([GENERAL_LISTADO_PROD_MASK]);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,10%,0);
    transform: translate3d(0,10%,0);
    cursor: pointer;
}

.efecteLlistat figure.efecte-foto .containerInfo {
    position: absolute;
    bottom: 30px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    opacity: 0;
    padding: 0px 35px;
}

.efecteLlistat figure.efecte-foto h2 {
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    color: #222222 !important;
    text-align: center;
    font-family: roboto_condensedregular;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 5px 0px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}



/*.efecteLlistat figure.efecte-foto i {
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-size: 70px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
}*/



.efecteLlistat figure.efecte-foto h3 {
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
    font-family: robot;
    font-size: 14px;
    color: #777777;
    letter-spacing: 0.25px;
    text-align: center;
    margin: 0px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
}

.efecteLlistat figure.efecte-foto:hover h2 {
    color: #777777;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,0,0);
    transform: translate3d(0,-50%,0) translate3d(0,0,0);
}

.efecteLlistat figure.efecte-foto:hover i {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,0,0);
    transform: translate3d(0,-50%,0) translate3d(0,0,0);
}


    .efecteLlistat figure.efecte-foto:hover i:hover {
        color: #777777;
    }

.efecteLlistat figure.efecte-foto:hover h3 {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.efecteLlistat figure.efecte-foto:hover figcaption::before,
.efecteLlistat figure.efecte-foto:hover .containerInfo {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.efecteLlistat:hover figure.efecte-foto a h2 {
    color: #222222;
}

.efecteLlistat:hover figure.efecte-foto a h3 {
    color: #777777;
}

/******** llistat Recomenats *************/


.suggerencies {
    margin-bottom: 30px;
}

.titolSugg {
    font-size: 30px;
    color: #222222;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-top: 45px;
    font-family:roboto_condensedbold;
}

.titolSugg span{
    position: relative;
display: inline-block;
}

.titolSugg span:after{
content: "";
display: block;
height: 1px;
background: #222222;
width: 75px;
margin: 10px 0 0;
opacity: 1;
}


.llistat.llistatRecomenats .item {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.llistat.llistatRecomenats .llistat-prod {
    position: relative;
}

.llistat.row.llistatRecomenats {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom:35px;
}

.llistatRecomenats figure.efecte-foto figcaption::before {
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
    background: rgba([GENERAL_LISTADO_PROD_MASK]);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,10%,0);
    transform: translate3d(0,10%,0);
    cursor: pointer;
}

.llistatRecomenats figure.efecte-foto .containerInfo {
    position: absolute;
    bottom: 30px;
    width: 100%;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    opacity: 0;
}


.llistatRecomenats figure.efecte-foto i {
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    font-size: 70px;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
}

.llistatRecomenats figure.efecte-foto:hover i {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,0,0);
    transform: translate3d(0,-50%,0) translate3d(0,0,0);
}


    .llistatRecomenats figure.efecte-foto:hover i:hover {
        color: [GENERAL_LISTADO_PROD_COLOR_PICTO_ACT];
    }

.llistatRecomenats .boraItem {
    border: 1px solid [FICHA_RECOMENDADOS_BORDER];
}


.llistat .containerDescrip {
    padding: 20px 15px;
    height: 150px;
    overflow: hidden;
}

.llistatRecomenats h2 {
    text-transform: uppercase;
    color: #222222;
    font-size: 18PX;
    letter-spacing: 1px;
}

.llistatRecomenats h3 {
    color: [FICHA_RECOMENDADOS_SUBTITULO];
    font-weight: normal;
    line-height: 23px;
    text-align: justify;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
}


.llistatRecomenats a:hover figure.efecte-foto i {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,0,0);
    transform: translate3d(0,-50%,0) translate3d(0,0,0);
}


.llistatRecomenats a:hover figure.efecte-foto figcaption::before,
.llistatRecomenats a:hover figure.efecte-foto .containerInfo {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


/*FITXA******************************/
.fitxa {
    margin-top: 30px;
}

.fitxa.noDescrip{
    margin-top:75px;
}

    .fitxa .foto_fitxa {
        position: relative;
        /*margin-bottom: 20px;*/
    }


    .fitxa .subtitolContingut{
        	font-family:roboto_condensedlight_italic;
  font-size:25px;
  letter-spacing:0.5px;
  color:#777777;
  text-align:center;
  line-height: 25px;
margin-bottom: 20px;
    }



    .fitxa .descripcio h2 {
    font-size:20px;
    color:#777777;
    margin-bottom:30px;
  font-family:roboto_condensedlight;
  text-transform:none;
  margin:0;
  text-align:justify;
  margin-bottom:25px;
  line-height:30px;
    }


    .fitxa h3.referencia {
        font-weight: normal;
        margin: 45px 0 30px;
        font-size: 16px;
        color: #777777;
        float:right;
    }

        .fitxa .descripcio h3 span {
            color: #777777;
        }

            .fitxa.noDescrip .subtitolContingut, .fitxa.noDescrip h1.titolContingut{
        text-align:left;
    }

    .fitxa.noDescrip h1.titolContingut span::after{
        margin:20px 0 0;
    }


                .fitxa .cataleg{
                    margin-top:30px;
                    float:left;
                }

.tabFitxa .nav-tabs {
    border-bottom: 0px;
}

    .tabFitxa .nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus  {
        /*border-color: [FICHA_BORDER_PESTANA];*/
        border-bottom: 0px;
        color: #222222;
        border:0;
    }

        .tabFitxa .nav-tabs &gt; li.active &gt; a span, .nav-tabs &gt; li.active &gt; a:hover span, .nav-tabs &gt; li.active &gt; a:focus span {
            position: relative;
            display: inline-block;
        }

            .tabFitxa .nav-tabs &gt; li.active &gt; a span:after, .nav-tabs &gt; li.active &gt; a:hover span:after, .nav-tabs &gt; li.active &gt; a:focus span:after {
                content: "";
                display: block;
                height: 1px;
                background: #222222;
                width: 60px;
                margin: 8px 0 0;
                opacity: 1;
            }

    .tabFitxa .nav-tabs &gt; li {
        margin-bottom: -1px;
    }

        .tabFitxa .nav-tabs &gt; li &gt; a {
            text-transform: uppercase;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
            color: #777777;
            border-bottom: 0px;
            font-family: roboto_condensedbold;
            font-size: 18px;
            border:0;
            padding: 0;
padding-right: 25px;
        }

        .titolDescrip{
            color:#222222;
            margin-bottom:20px;
            font-family: roboto_condensedbold;
            font-size: 18px;
            border:0;
            padding: 0;
padding-right: 25px;
            text-transform: uppercase;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            border-radius: 0px;
        }

        .titolDescrip span {
            position: relative;
            display: inline-block;
        }

             .titolDescrip span:after {
                content: "";
                display: block;
                height: 1px;
                background: #222222;
                width: 60px;
                margin: 8px 0 0;
                opacity: 1;
            }

.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
    background: none;
    color: #222222;
}

.tabFitxa .tab-content {
    padding: 0px;
    padding-top:35px;
    border: 0px solid [FICHA_BORDER_PESTANA];
    color: #777777;
    font-size: 16px;
    line-height: 22px;
}

    .tabFitxa .tab-content p, .tabFitxa .tab-content table, .tabFitxa .tab-content ul, .contentDescrip {
        font-family: roboto_condensedregular;
        color: #777777;
        font-size: 16px;
    }

/*.contentDescrip {
    font-family: latolight;
    color: #777777;
    font-size: 16px;
}*/

.nav-fitxes {
    /*margin-top: 15px;
    margin-bottom: 15px;*/
    position:relative;
    z-index:15;
}

.nav-fitxes a.anterior{
    position:absolute;
    left:0px;
    top:30px;
}

.nav-fitxes a.next{
    position:absolute;
    right:0px;
    top:30px;
}

    .nav-fitxes a i {
        font-size: 30px;
        color: #000000;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

.nav-fitxes a:hover i{
    color:#777777;
}

.fitxa .carousel .descripFoto {
    padding-bottom: 0;
    padding-top: 0;
    background: rgba(34,34,34,0.65);
    color: #E5E5E5;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    text-align: center;
    padding: 10px 0;
}

/*.titolDescrip {
    text-transform: uppercase;
    margin-bottom: 10px;
    border-bottom: 1px solid [FICHA_BORDER_PESTANA];
    color: #222222;
}*/

.blueimp-gallery-controls &gt; .prev i.fa {
    font-size: 45px;
    line-height: 38px;
    margin-left: -5px;
}

.blueimp-gallery-controls &gt; .next i.fa {
    font-size: 45px;
    line-height: 38px;
    margin-right: -5px;
}

.blueimp-gallery &gt; .slides &gt; .slide &gt; .slide-content {
    max-height: 80%;
    max-width: 80%;
}

.blueimp-gallery &gt; .title {
    right: 15px;
    left: 15px;
    margin: 0 40px;
    text-align: center;
}

.blueimp-gallery &gt; .indicator {
    height: 5%;
    bottom: 2.5%;
}

    .blueimp-gallery &gt; .indicator &gt; li {
        background-size: contain;
        background-color: #FFFFFF;
        margin: 0 5px;
        width: 50px;
        height: 100%;
    }



/**CAROUSEL**/
.fitxa #container-carousel-indicators {
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
    height:110px;
}

.fitxa .total_width #container-carousel-indicators {
    height:185px;
}

.fitxa .total_width .carousel-indicators li + li{
    margin-left:12px;
}


.fitxa .carousel {
    /*margin-top:25px;*/
    padding-right: 15px;
}


.fitxa .carousel-indicators {
    position: static;
    margin: 0;
    width: 100%;
    left: unset;
    bottom: unset;
    white-space: nowrap;
    text-align: left;
    font-size: 0;
    overflow: auto;
    overflow-y: hidden;
}

    .fitxa .carousel-indicators li {
        width: 19%;
        height: 100%;
        border: 0;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0;
        -moz-transition: background-color 0.4s ease;
        -o-transition: background-color 0.4s ease;
        -webkit-transition: background-color 0.4s ease;
        transition: background-color 0.4s ease;
    }

        .fitxa .carousel-indicators li.active {
            background: #FFFFFF;
        }

        .fitxa .carousel-indicators li img {
            -moz-transition: opacity 0.4s ease;
            -o-transition: opacity 0.4s ease;
            -webkit-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
            filter:grayscale(0);
        }

        .fitxa .carousel-indicators li.active img, .fitxa .carousel-indicators li:hover img {
            opacity: 0.6;
            filter: grayscale(100);
            
        }

         .fitxa .carousel-indicators li + li {
            margin-left: 8px;
        }

         .fitxa .carousel-indicators li.primera-detalls {
            margin-left: 0 !important;
        }




.botoTornar {
    margin-bottom: 30px;
}

    .botoTornar .glyphicon {
        -moz-transform: scaleX(-1); /* Gecko */
        -o-transform: scaleX(-1); /* Opera */
        -webkit-transform: scaleX(-1); /* webkit */
        transform: scaleX(-1); /* standard */
        filter: FlipH; /* IE 6/7/8 */
        margin-left: 2px;
        margin-right: 10px;
    }

.btn span.glyphicon {
    font-size: 13px;
}

.textStock {
    display: inline-block;
    line-height: 23px;
    padding-left: 10px;
}

.fitxa #socialFitxa {
    margin: 22px 0px 0px;
    overflow: hidden;
    display: block;
}

.fitxaFacebook {
    display: inline-block;
    vertical-align: top;
    bottom: 3px;
    position: relative;
}

.fitxaTwitter, .fitxaGoogle, .fitxaPin {
    display: inline-block;
    margin-left: 24px;
    vertical-align: top;
}

/*login*****************************/
.subForm {
    margin: 20px 0 0 0;
    color: #222222;
    font-size: 16px;
}

.conditions .form-control {
    border: none;
    width: auto;
    box-shadow: none;
}

.zonaClientTitols {
    font-size: 16px;
    margin-top: 20px;
}

.acceptarLogin{
    float:right;
}

.recuperarContrassenya{
    float:left;
}

.acceptarLogin, .recuperarContrassenya{
    margin-bottom:20px;
}

.margePeuHome {
    margin-left: 10px;
}

.sepPeuHome {
    margin-top: 20PX;
}

    .sepPeuHome img {
        max-height: 35px;
    }

.contactForm .btn-primary {
    width: 100%;
}

.containerForm {
    margin-bottom: 15px;
}

    .containerForm ul {
        list-style-image: none;
    }

.form-control, .producteQuantitat, .form-control[readonly] {
    background-color: #F7F9FA;
    background-image: none;
    border: 1px solid #D5D9DC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    font-size: 16px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    color: #777777;
    cursor: default;
}

    .form-control:focus, .producteQuantitat:focus, .form-control[readonly]:focus {
        border-color: #B7BEC3;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #EEEEEF;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #EEEEEF;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #EEEEEF;
        outline: 0 none;
    }

.gpi-formulariData input {
    border: 1px solid #D5D9DC;
    color: #777777;
    margin: 5px 0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    height: 34px;
    line-height: 1.42857;
}

.gpi-campsFormulari {
    line-height: 30px;
    text-align: right;
}

.container-checkbox, .container-checkbox2 {
    position: relative;
    display: block;
    margin-top: 1px;
    padding-left: 20px;
}

    .container-checkbox input[type="checkbox"], .container-checkbox2 input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        margin-top: 4px;
        margin-left: -20px;
    }

    .container-checkbox a, .container-checkbox2 a {
        font-size: 16px;
    }

    .container-checkbox label, .container-checkbox2 label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        min-height: 20px;
        font-weight: 400;
        cursor: pointer;
        font-size: 16px;
    }

        .container-checkbox label:before, .container-checkbox2 label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 15px;
            height: 15px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #555;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            background-color: #FFFFFF;
            -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            -moz-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            top: 4px;
        }

        .container-checkbox label:after, .container-checkbox2 label:after {
            display: inline-block;
            position: absolute;
            width: 15px;
            height: 15px;
            left: 0;
            margin-left: -20px;
            padding-left: 2px;
            padding-top: 0px;
            font-size: 12px;
            color: #555;
            top: 3px;
        }

    .container-checkbox input[type="checkbox"]:checked + label:after, .container-checkbox2 input[type="checkbox"]:checked + label:after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }


    /*IFRAME FORMULARI*/

    .franjaContacte{
        background:#f0f0f0;
        margin-top: 30px;
padding: 15px 0;
    }

    #iframeInfo {
    border: 0px;
    width: 100%;
    height: 340px;
}


.formulariHome .titolContingut {
    font-family: roboto_condensedbold;
    text-align: left;
    color: #222222;
    font-size: 30px;
    text-transform: uppercase;
    margin: 15px 0;
}

    .formulariHome .titolContingut span {
        font-family: roboto_condensedlight;
        font-size: 26px;
        color: #003874;
    }
	
	



/* PEU ****************************/
#footer .logo-peu {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    max-height: 33px;
    margin-top: 11px;
}

/*MENU PEU*************************/


/*CONTINGUT***********************/



/*PAGINADOR*****************************************/

#paginador {
    margin-top: 15px;
    margin-bottom: 15px;
}

    #paginador a.btn {
        line-height: 25px;
        padding: 0 8px;
        background: #FFFFFF;
        color: #222222;
    }

        #paginador span.selected a.btn, #paginador a.btn:hover {
            background: #222222;
            color: #FFFFFF;
        }

.pagDes {
    color: #222222;
    background: #FFFFFF;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 2px 7px;
    height: 10px;
    width: 10px;
}

.pagAct {
    color: #FFFFFF;
    background: #222222;
    -webkit-border-radius: 3px;
    -o-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
    padding: 2px 7px;
    height: 10px;
    width: 10px;
}

/* ZONA CLIENT ********************/
label {
    font-weight: normal;
}

.cssLoginPassword, .cssLoginUser, .cssPasswordUser {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #D5D9DC;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    -moz-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

    .cssLoginPassword:focus, .cssLoginUser:focus, .form-control:focus, .cssPasswordUser:focus {
        border-color: #B7BEC3;
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #EEEEEF;
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #EEEEEF;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px #EEEEEF;
        outline: 0 none;
    }

.conditions .CHECKBOX, .CHECKBOX {
    margin-right: 15px !important;
    display: inline-block;
    border: none;
}

select.form-control {
    height: auto;
}


.contacteCheck input {
    margin-top: 2px;
}

/* COOKIES BANNER */
#cookies_banner {
    border-color: #FFFFFF !important;
    -o-border-radius: 0 0 0 0 !important;
    -moz-border-radius: 0 0 0 0 !important;
    -webkit-border-radius: 0 0 0 0 !important;
    -ms-border-radius: 0 0 0 0 !important;
    border-radius: 0 0 0 0 !important;
    border-width: 1px 0 !important;
    -o-box-shadow: 0 0 10px #444444;
    -ms-box-shadow: 0 0 10px #444444;
    -webkit-box-shadow: 0 0 10px #444444;
    -moz-box-shadow: 0 0 10px #444444;
    box-shadow: 0 0 10px #444444;
    background: #FFFFFF;
    display: none;
    float: none !important;
    /*height: 69px;*/
    left: 0;
    margin: 0 auto !important;
    padding: 3px 0;
    position: fixed !important;
    right: 0;
    text-align: center;
    text-shadow: none;
    width: 100% !important;
    z-index: 1500;
    bottom: 0px;
}

#cookies_accept {
    cursor: pointer;
    margin: 10px auto;
    float: none !important;
    background: #FFFFFF;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    padding: 0px 20px;
    line-height: 20px;
    width: 100px;
    text-align: center;
    color: #222222;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    clear: both;
    border:1px solid #222222;
}

    #cookies_accept:hover {
        background: #222222;
        color: #FFFFFF;
    }

#cookies_banner p {
    margin: 0px;
    padding: 0px;
}

.campoObligatorio {
    font-size: 10px;
    font-style: italic;
}


table.gpi-noBorder-table tr td, table.gpi-noBorder-table tr th {
    border: none;
}

.containerResum {
    padding: 0px 12px;
}


.table-responsive {
    border: medium none;
}

.formatCap {
    font-size: 14px;
}


.nomProducte {
    color: #222222;
}


.form-horizontal {
    margin-bottom: 30px;
}

/****INICI NOTICIES****/
.resumidorNews .item-noticies{
    margin-bottom:60px !important; 
}


.listNews {
    margin-top: 15px;
}

.paddingRight0 {
    padding-right: 0;
}

.paddingLeft0 {
    padding-left: 0;
}

/*ESTIL NOU*/

#columns-news {
width:100%;
display:block;
margin-bottom:20px;
}


#columns-news .item-noticies{
    	display: block;
	float: left;
	padding: 15px;
	width: 25%;
    margin-bottom:30px;
}




.item-noticies figure {
	position: relative;
	overflow: hidden;
	height: auto;
	background: #ffffff;
	text-align: center;
	cursor: pointer;
}

.item-noticies figure img {
	position: relative;
	display: block;
	/*min-height: 100%;
	max-width: 100%;*/
	opacity: 1;
}

.item-noticies figure figcaption::before,
.item-noticies figure figcaption::after {
	pointer-events: none;
}


.item-noticies figure figcaption,

.item-noticies figure figcaption &gt; a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.item-noticies figure figcaption &gt; a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}


.item-noticies .llistat-prod figure.efecte-foto img{
            -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        -webkit-transform: scale(1, 1);
-ms-transform: scale(1, 1);
-o-transform: scale(1, 1);
transform: scale(1, 1);
filter:grayscale(0);
}

.item-noticies .llistat-prod figure.efecte-foto:hover img{
        -webkit-transform: scale(1.2,1.2);
        -moz-transform: scale(1.2,1.2);
        -ms-transform: scale(1.2,1.2);
        -o-transform: scale(1.2,1.2);
        transform: scale(1.2,1.2);
        filter:grayscale(100);
}

.item-noticies .llistat-prod figure.efecte-foto figcaption{
        left: 0;
        top: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding-top: 0;
        position: absolute;
        background-color: transparent;
        opacity: 0;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        transition-delay: 0.1s;
}

.item-noticies .llistat-prod figure.efecte-foto figcaption:before{
			content: '';
			position: absolute;
			top: 10px;
			bottom: 10px;
			left: 10px;
			right: 10px;
			/*background-color: rgba(254, 254, 254, 0.9);*/
			z-index: -1;
}

.item-noticies .llistat-prod figure.efecte-foto:after{
    			position: absolute;
			content: '';
			top: 10px;
			bottom: 10px;
			left: 10px;
			right: 10px;
			height: auto;
			width: auto;
			background-color: rgba(254,254,254,0.9);
			-webkit-transform: scale3d(1.4,1.4,1);
			transform: scale3d(1.4,1.4,1);
			-webkit-transition: all 0.6s ease;
			-moz-transition: all 0.6s ease;
			-o-transition: all 0.6s ease;
			transition: all 0.6s ease;
			z-index: 1;
			opacity: 0;
}

.item-noticies .llistat-prod figure.efecte-foto:hover:after{
			opacity: 1;
			-webkit-transform: scale3d(1,1,1);
			transform: scale3d(1,1,1);
}

.item-noticies .llistat-prod figure.efecte-foto:hover figcaption {
			opacity: 1;
		}

.item-noticies .llistat-prod figure.efecte-foto figcaption .containerInfo{
                height:inherit;
                width:100%;
                position:relative;
            }

           .item-noticies .llistat-prod figure.efecte-foto figcaption .containerInfo i{
                font-size:50px;
                 margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#222222;
            }






    /*.item-noticies figure.efecte-foto figcaption::before {
        position: absolute;
        top: 0;
        left: -1px;
        right: -1px;
        height: 100%;
        background: rgba([GENERAL_LISTADO_PROD_MASK]);
        content: '';
        opacity: 0;
        -webkit-transform: translate3d(0,10%,0);
        transform: translate3d(0,10%,0);
        cursor: pointer;
    }

    .item-noticies figure.efecte-foto .containerInfo {
        position: absolute;
        bottom: 30px;
        width: 100%;
        -webkit-transition: -webkit-transform 0.35s, color 0.35s;
        transition: transform 0.35s, color 0.35s;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
        opacity: 0;
    }

    .item-noticies figure.efecte-foto i {
        -webkit-transition: -webkit-transform 0.35s, color 0.35s;
        transition: transform 0.35s, color 0.35s;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0);
        font-size: 70px;
        width: 100%;
        color: #FFFFFF;
        text-align: center;
    }


    .item-noticies figure.efecte-foto:hover figcaption::before,
    .item-noticies figure.efecte-foto:hover .containerInfo {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }*/


    #columns-news .item-noticies .boraItem {
        /*border: 1px solid [FICHA_RECOMENDADOS_BORDER];*/
        padding-bottom:25px;
        border-bottom:3px solid #222222;
    }

    .item-noticies .containerDescrip {
        padding: 20px 15px;
        height: 150px;
        overflow: hidden;
    }



    .item-noticies .llistat-prod {
        position: relative;
    }


    .item-noticies a:hover figure.efecte-foto i {
        -webkit-transform: translate3d(0,-50%,0) translate3d(0,0,0);
        transform: translate3d(0,-50%,0) translate3d(0,0,0);
    }


    .item-noticies a:hover figure.efecte-foto figcaption::before,
    .item-noticies a:hover figure.efecte-foto .containerInfo {
        opacity: 1;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }


    .item-noticies .desc .fecha{
    font-family:roboto_condensedlight_italic;
    text-align:right;
    font-size:18px;
    letter-spacing:0.5px;
    color:#222222;
    margin-top:15px;
    border-bottom:1px solid #222222;
}


        .item-noticies .desc h2 {
            font-size: 20px;
            margin-top: 20px;
            text-transform: uppercase;
            color: #222222;
            letter-spacing: 0.5px;
            margin-bottom:16px;
            padding-bottom:0;
        }

        .item-noticies .desc h3 {
            color: #777777;
            margin:0;
            margin-bottom: 25px;
            font-size: 18px;
            font-family: roboto_condensedlight;
            text-align: justify;
            letter-spacing: 0.5px;
            line-height: 28px;
        }



.gpi-contingut-news {
    color: #777777;
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 18px;
    font-family: roboto_condensedlight;
    text-align: justify;
    letter-spacing: 0.5px;
}

.itemNews {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .itemNews img {
        width: 100%;
        margin-bottom: 30px;
    }



.boto-list-news {
    float: left;
    margin-right: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.boto-mesInfo-news {
    float: left;
    margin-top: 15px;
    margin-bottom: 30px;
}

.itemNews #socialFitxa{
    float:right;
    margin-top:15px;
}
/****FI NOTICIES****/

/*RESUMIDOR NOTÍCIES*/
.resumidorNews{
    margin-top:40px;
}

/***NAVEGADOR****/
.breadcrumb {
    background: none !important;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0 15px;
    /*line-height: 93px;*/
    width: 100%;
    /*text-align: right;*/
    font-family:roboto_condensedlight;
    margin-bottom:10px;
}

    .breadcrumb li {
    }

        .breadcrumb li a {
            color: #777777;
            /*font-family: LatoBold;*/
        }

            .breadcrumb li a:hover, .breadcrumb .active {
                color: #222222;
            }

    /*.breadcrumb .active {
        font-size: 30px;
        float: left;
        font-family: LatoRegular;
        letter-spacing: 1px;
    }*/

    .breadcrumb &gt; li + li:before {
        content: "";
        color: #777777;
        padding: 0;
    }

    .breadcrumb &gt; li.active:before {
        display: none;
    }



/* CERCADOR DINÀMIC ****************/

.creditsWebnet {
    display: block;
}

/* SELECTTRIC */
.selectricWrapper {
    position: relative;
    margin: 0 0 10px;
    cursor: pointer;
    border: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0px;
    font-size: 12px;
    height: auto;
    border:1px solid #777777;
}

.selectBasketFooter .selectricWrapper {
    margin-bottom: 0;
}

.selectricDisabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.selectricOpen {
    z-index: 9999;
}

    .selectricOpen .selectricItems {
        display: block;
    }

.selectricHideSelect {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}

    .selectricHideSelect select {
        position: absolute;
        left: -100%;
        display: none;
    }

.selectricInput {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    _font: 0/0 a;
    background: none !important;
}

.selectricTempShow {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}

.selectric {
    border: 0px;
    background: [FICHA_SELECTRIC_FONDO];
    position: relative;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    /*height: 28px;*/
}

    .selectric .label {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        margin: 0 23px 0 0;
        margin-right: 23px;
        padding: 0px 10px;
        font-size: 14px;
        min-height: 32px;
        font-weight: normal;
        margin-right: 24px;
        text-align: left;
        line-height: 32px;
        min-width: 32px;
        color: #222222;
        letter-spacing: 0.5px;
        /*text-transform: uppercase;*/
    }

    .selectric .button {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: block;
        position: absolute;
        right: 0;
        width: 32px;
        text-align: center;
        font: 0;
        line-height: 37px;
        background: transparent;
        top: 0;
        bottom: 0;
        height: auto;
        color: #222222;
    }

        .selectric .button i.fa {
            font-size: 20px;
            line-height: 24px;
        }

.selectricHover .selectric {
    background: [FICHA_SELECTRIC_FONDO_ACT];
}

    .selectricHover .selectric .button {
        color: #777777;
    }



    .selectricHover .selectric .button,
    .selectricOpen .selectric .button {
        background: transparent;
        color: #777777;
    }

.selectricOpen .selectric {
    background: [FICHA_SELECTRIC_FONS_BOTO_ACT];
    z-index: 9999;
}


    .selectricOpen .selectric .label {
        color: [FICHA_SELECTRIC_PICTO_ACT];
    }
/* Items box */

.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #777777;
    z-index: 9998;
    -webkit-box-shadow: 0 0 10px -6px;
    -moz-box-shadow: 0 0 10px -6px;
    box-shadow: 0 0 10px -6px;
}

    .selectricItems ul,
    .selectricItems li {
        list-style: none;
        padding: 0;
        margin: 0;
        min-height: 13px;
        line-height: 20px;
        font-size: 13px;
        text-align: left;
    }

    .selectricItems li {
        padding: 5px;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #EEE;
        color: #222222;
        border-top: 1px solid #FFF;
    }

        .selectricItems li.selected {
            background: #FFFFFF;
            color: #777777;
            border-top-color: #E0E0E0;
        }

        .selectricItems li:hover {
            background: #FFFFFF;
            color: #777777;
        }

        .selectricItems li.disabled {
            background: #F5F5F5;
            color: #BBB;
            border-top-color: #FAFAFA;
            cursor: default;
        }

/**FI SELECTRIC**/
/* MENU LATERAL  *****************/
.titolMenuLat {
    color: #222222;
    background: transparent;
    font-size: 26px;
    text-transform: uppercase;
    font-family: roboto_condensedbold;
    text-align: left;
    padding: 0px;
    letter-spacing: 0px;
    margin-bottom: 15px;
}

.titolMenuLat span{
        position: relative;
display: inline-block;
}

.titolMenuLat span:after{
content: "";
display: block;
height: 1px;
background: #222222;
width: 75px;
margin: 10px 0 0;
opacity: 1;
}


#menu {
    margin-top:25px;
}

    #menu.affix {
        width: 262px;
        top: 20px;
        position: fixed !important;
    }

    #menu.affix-bottom {
        width: 262px;
        position: fixed !important;
    }

    #menu ul {
        margin: 0px 0px 45px 0px;
        padding: 0px;
        list-style: none;
        padding-bottom: 15px;
    }

    #menu li {
        padding: 0px 15px 0 0;
    }

        #menu li a {
            color: #777777;
            display: block;
            font-size: 16px;
            text-transform: uppercase;
            letter-spacing: 0.25px;
            padding: 10px 0;
            font-family:roboto_condensedregular;
            border-bottom:1px solid #E5E5E5;
            
        }

        #menu li:last-child {
            border-bottom: 0;
        }

        #menu li a.sel, #menu li a:hover {
            color: #222222;
        }

                #menu li a.sel {
            font-family:roboto_condensedbold;
        }

    #menu ul ul {
        border: none;
        margin: 0px 0px 0px 10px;
        padding-bottom: 0px;
        display: none;
    }

        #menu ul ul li {
            padding: 0px;
        }

            #menu ul ul li a {
                color: #9C9C9C;
                /*font-size: 16px;*/
                /*border-bottom: 1px solid [MENU_LAT_SUBMENU_BORDE];*/
                padding: 8px 0;
                text-transform:none;
            }

                #menu ul ul li a.sel, #menu ul ul li a:hover {
                    color: #222222;
                }

        #menu ul ul ul {
            border: none;
            margin: 0px 0px 0px 15px;
            padding-bottom: 0px;
            display: none;
        }

            #menu ul ul ul li {
                padding: 0px;
            }

                #menu ul ul ul li a {
                    color: #9C9C9C;
                    font-size: 14px;
                    border-bottom: 0px solid transparent;
                    padding: 4px 0;
                    font-family:roboto_condensedlight;
                }

                    #menu ul ul ul li a.sel, #menu ul ul ul li a:hover {
                        color: #222222;
                    }

                    #menu ul ul ul li a.sel {
                        
                        font-family:roboto_condensedregular;
                    }



    #menu a.sel + ul {
        display: block !important;
    }
/*****FILTRES******/
#container-filtres {
    padding: 0;
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
    position:relative;
}

    #container-filtres .selectricWrapper {
        margin: 0 0 0px;
    }

    #container-filtres .selectric {
        background: #FFFFFF;
    }

        #container-filtres .selectric .label {
            font-family: roboto_condensedregular;
        }


/** BOTO BACKTOTOP **/
.cd-top {
    display: inline-block;
    height: 30px;
    width: 30px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #777777 url(../fonts/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: none;
    border-radius: 0;
    z-index: 1000;
}

    .cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
        -webkit-transition: opacity .3s 0s, visibility 0s 0s;
        -moz-transition: opacity .3s 0s, visibility 0s 0s;
        -o-transition: opacity .3s 0s, visibility 0s 0s;
        transition: opacity .3s 0s, visibility 0s 0s;
    }

    .cd-top:hover {
        background: #222222 url(../fonts/cd-top-arrow.svg) no-repeat center 50%;
    }



    .cd-top.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 0.60;
    }

    .cd-top.cd-fade-out {
        /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
        opacity: .5;
    }

.no-touch .cd-top:hover {
    background-color: #777777;
    opacity: 1;
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 50px;
        width: 50px;
        right: 30px;
        bottom: 30px;
    }
}

/*FI BOTO BACKTOTOP **/

.datepicker .input-group {
    font-size: 0;
}

.datepicker input.form-control, .datepicker .input-group-addon {
    cursor: pointer;
}

.datepicker .input-group &gt; a {
    display: none;
}

.picker__frame {
    top: 0;
    bottom: auto;
}

.picker--opened .picker__frame {
    top: 50%;
    bottom: auto;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-bottom: 0;
}

#modal-validator-cistella .modal-body, #modal-delete-cistella .modal-body, #conditionsModalBody, #modal-product-added .modal-body {
    height: auto !important;
}

/*MIDES ESPECIALS******************/
@media (min-width:1200px) and (max-width:1420px) {


    .capBanner .carousel-caption, .capBaner .alone .carousel-caption {
        height: 135px;
    }


    .efecteLlistat figure.efecte-foto i {
        font-size: 40px;
    }

    /*  .block3 figure.efecte-foto i{
        font-size:40px;
    }
      */

    .gpi-navbar {
        padding: 0;
    }

    .gpi-navbar-nav &gt; li &gt; a {
        padding: 48px 6px 12px;
    }

    .caixaBuscador {
        margin: 40px 0px 0px;
    }

    .container-gpi {
        padding-right: 40px;
        padding-left: 40px;
    }

    .telfCap, .mailCap {
        margin-right: 22px;
    }

    .xarxesSocials .item {
        margin-right: 5px;
    }

    #buscador .botoCercar i {
        padding: 7px 0px;
    }

    .buscadorCom input.form-control {
        padding: 9px 3px;
    }

    #bannerModal .modal-dialog {
        width: 75%;
    }

        .fitxa #container-carousel-indicators {
    height: 70px;
}

    .fitxa .carousel-indicators li + li {
    margin-left: 5px;
}
}

@media (min-width:992px) and (max-width:1199px) {
   .capBanner, .capBanner .item, .capBanner .alone {
        height: 350px;
    }

      .capBannerInt, .capBannerInt .item, .capBannerInt .alone {
        height: 110px;
    }
    .fitxaTwitter, .fitxaGoogle, .fitxaPin {
        margin-right: 6px;
    }

    .item-noticies .desc h3 {
        margin-bottom: 5px;
    }

    .item-noticies .desc h2 {
        line-height: 24px;
        margin-bottom: 15px;
    }

    .full-width-container &gt; ul &gt; li {
         width: 24%;
    }

    .caixaBuscador {
    margin: 50px 0px 0px;
}
    #menuFix.affix .gpi-navbar-nav &gt; li &gt; a {
    padding: 18px 15px 12px;
}

    .efecteLlistat a .titol h2 {
    font-size: 18px;
    margin-top: 16px;
}

    .efecteLlistat a .subtitol h3 {
    font-size: 16px;
}

    .item-noticies .desc h2 {
    font-size: 18px;
}

    .item-noticies .desc h3 {
    font-size: 16px;
}

    .item-noticies .desc .fecha {
    font-size: 16px;
}

        #bannerModal .modal-dialog {
        width: 75%;
    }



}

@media (max-width:1199px) {

    .llistat .item:nth-child(4n+1){
    clear:none;
}

    .llistat .item:nth-child(3n+1){
    clear:both;
}

    .gpi-navbar {
    padding: 0;
}

                .fitxa.noDescrip .subtitolContingut, .fitxa.noDescrip h1.titolContingut{
        text-align:center;
    }

    .fitxa.noDescrip h1.titolContingut span::after{
        margin:20px auto 0;
    }

    #columns-news .item-noticies{
	width: 33%;
	/*opacity: 0;*/
}

    .fitxa .descripcio h2 {
        font-size: 18px;
    }
    .titolPeu {
    font-size: 18px;
}

.dadesPeu {
    font-size: 16px;
}
    .resumidorNews .item-noticies:nth-child(3n+1){
    clear:both;
}

    .capBanner .carousel-caption, .capBaner .alone .carousel-caption {
        top: 15px;
    }

    .capBannerTotal .data .data-content{
        margin-top:30%;
    }

        .capBanner .data .data-content{
        margin-top:8%;
    }

    .capBanner .alone .data .titol, .capBanner .data .titol {
    font-size: 55px;
    line-height: 50px;
}

    .capBanner .alone .data .subtitol, .capBanner .data .subtitol {
    font-size: 25px;
    margin-bottom: 15px;
}

    .gpi-dropdown-menu.nivell-3 &gt; li &gt; a {
    font-size: 15px;
}
    .dadesPeu .telfPeu {
        font-size: 22px;
    }

    .fitxa .descripcio h1 {
        font-size: 22px;
    }

    .efecteLlistat figure.efecte-foto h3 {
        height: 23px;
        overflow: hidden;
        margin: 0px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

            #bannerModal .modal-dialog {
        width: 80%;
    }

    #bannerModal .modal-body .bannerPopups .data {
        width: 58%;
    }

        #bannerModal .modal-body .bannerPopups .data h2 {
            font-size: 20px;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        #bannerModal .modal-body .bannerPopups .data p {
            margin-bottom: 15px;
        }

        #bannerModal .modal-body .bannerPopups .data {
    top: 0px;
}

        .container-gpi {
    padding-right: 50px;
    padding-left: 50px;
}
        .telfCap, .mailCap {
    margin-right: 25px;
}

        .block1 h1.titolContingut, .block1 h2.titolContingut {
    font-size: 36px;
}

        .block1 .subtitolContingut {
    font-size: 22px;
}
        .fitxa .carousel {
    /* margin-top: 25px; */
    padding-right: 0;
}



    /**** block3 ************/

    /*
.block3 figure.efecte-foto h3 {
	font-size:14px;
	    overflow:hidden;
        margin:0px;
         -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}
    */
    /**** fi block3 ************/
}

@media (min-width:992px) and (max-width:1199px) {

    #menu.affix {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    #menu.affix-bottom {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    /*.fitxa .carousel-indicators li {
        width: 77px;
    }*/

    .fitxa .foto_fitxa {
        overflow: hidden;
    }


    .xarxesSocials .item {
        margin-left: 3px;
    }

    .efecteLlistat figure.efecte-foto .containerInfo {
        padding: 0px 15px;
    }

    .efecteLlistat figure.efecte-foto h2 {
        font-size: 18px;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .efecteLlistat figure.efecte-foto i {
        font-size: 30px;
    }


    .gpi-navbar-nav &gt; li{
        float:left;
        width:auto;
    }

        .gpi-navbar-nav &gt; li a {
            padding: 15px 15px;
            font-size:14px;
            letter-spacing:0px;
        }

            .gpi-navbar {
    border-top: 1px solid #e5e5e5;
}

        .esloganWeb, .esloganWeb h1 {
    text-align: right;
}
}


@media (min-width:768px) and (max-width:991px) {

    .llistat .item:nth-child(3n+1){
    clear:none;
}

    .llistat .item:nth-child(2n+1){
    clear:both;
}
        #columns-news .item-noticies{
	width: 50%;
	/*opacity: 0;*/
}

    .gpi-contingut-news {
        margin-bottom: 20px;
    }

    .llistat .itemLinial .stock {
        float: right;
        padding-top: 0px;
    }

    .gpi-navbar-nav &gt; li &gt; a {
        padding: 24px 20px 20px;
    }

    #menu_corp li {
        margin: 0px 6px;
    }

    .capBanner .data{
        display:none;
    }
    
    .llistat .titol, .suggerencies .titol {
        font-size: 15px;
    }

    .suggerencies .pictoOferta, .suggerencies .pictoNovetat {
        top: 5px;
        left: 20px;
    }

        .suggerencies .pictoOferta img, .suggerencies .pictoNovetat img {
            width: 80%;
        }

    .titolSugg {
        font-size: 26px;
    }

    .clientRegistrat {
        margin-top: 30px;
    }

    #menu.affix {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    #menu.affix-bottom {
        position: static !important;
        top: auto !important;
        width: auto;
    }

    .capBanner, .capBanner .item, .capBanner .alone {
        height: 250px;
    }

        .capBannerInt, .capBannerInt .item, .capBannerInt .alone {
        height: 90px;
    }

    .item-noticies .desc {
        /*padding: 15px 25px;*/
        padding:0;
    }

        .item-noticies .desc h2 {
            font-size: 18px;
            margin-top: 10px;
            text-align: justify;
            margin-bottom: 10px;
        }

        .item-noticies .desc h3 {
            margin-bottom: 0px;
            font-size: 15px;
            line-height: 20px;
            margin-top: 5px;
        }

        .item-noticies .desc .btn {
            margin-top: 15px;
        }

    #footer .xarxesSocials {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    #menuFix {
        background: #FFFFFF;
    }




    .navbar-inverse .navbar-toggle {
        border-color: #222222;
        background: #FFFFFF;
        border-radius:0;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background: #222222;
            border-color: #222222;
        }

    #bannerModal .modal-dialog {
        width: 95%;
    }

    #bannerModal .modal-body .bannerPopups .data {
        width: 65%;
        right: 0;
    }

        #bannerModal .modal-body .bannerPopups .data h2 {
            font-size: 18px;
        }
}

@media (max-width:991px) {
    .titolPeu {
    font-size: 15px;
}

    .titolPeu span::after {
    width: 15px;
}

    .titolPeu span {
    padding-right: 20px;
}

    .container-gpi {
    padding-right: 40px;
    padding-left: 40px;
}

    #footer {
        height: auto;
    }

    .wrap {
        margin: 0 auto 0px;
        padding: 0px;
    }

    #menuFix {
        background: #FFFFFF;
    }

    #copyAddress {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

        #copyAddress .dadesPeu {
            float: none;
        }

    .caixaBuscador {
        float: none;
        clear: both !important;
        display: block;
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .center-block-sm {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .efecteLlistat figure.efecte-foto i {
        font-size: 55px;
    }

    .buscadorCom {
    background: #222222;
}

    #buscador .botoCercar i {
    padding: 7px;
}

    #buscador .botoCercar i {
    font-size: 20px;
    color: #777777;
    padding: 7px;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

        #buscador .botoCercar i:hover {
    font-size: 20px;
    color: #E5E5E5;
    padding: 7px;
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

    /*.telfCap, .mailCap {
    margin-right: 15px;
}*/

    /** ESTILS MENÚ ****************/
    .full-width-container, .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; .full-width-container {
    position: relative;

}

    .gpi-noContainer {
        padding-left: 0px;
        padding-right: 0px;
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .navbar-header {
        width: 100%;
        /*padding-right: 15px;
        padding-left: 15px;*/
        /*border-bottom: 3px solid #222222;*/
        margin-top:15px;
    }


    .gpi-navbar .collapse {
        display: none !important;
    }

    .navbar {
        border: 0px;
    }

    .gpi-navbar-nav {
        padding-bottom: 10px;
        border-radius: 0px;
        margin: 0px;
        padding: 0px;
        background: #222222;
    }

    .gpi-navbar .collapse {
        border-top: 0px;
    }

        .gpi-navbar .collapse.in {
            display: block !important;
            overflow-y: auto !important;
            margin: 0px;
        }

    .gpi-navbar-nav li {
        display: block;
        width: 100%;
        text-align: left;
        height: auto;
        float: none;
    }

    #menuFix .logo {
        margin-top: 10px;
        margin-bottom: 5px;
        float: left;
    }


    .gpi-navbar-nav &gt; li {
        clear: both;
        padding: 0px 15px;
        border-bottom: 1px solid #333333;
    }


    .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; a {
        color: #E5E5E5;
    }

    .gpi-navbar-nav &gt; li:last-child &gt; a {
        text-align: left;
    }

    .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; a, .gpi-navbar-inverse .gpi-navbar-nav &gt; li:focus &gt; a, .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; a.sel,
    .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; a i, .gpi-navbar-inverse .gpi-navbar-nav &gt; li:focus &gt; a i, .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; a.sel i {
        color: #777777;
    }

    .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; a::before {
    opacity: 0;
}



    .gpi-navbar-nav &gt; li &gt; a.dropdown-xs {
        display: inline-block !important;
        width: 19%;
        padding-right: 0px;
        margin-right: 0px;
        text-align: right;
    }

        .gpi-navbar-nav &gt; li &gt; a.dropdown-xs i {
            transform: rotate(0deg);
            transition: all 0.4s ease 0s;
            -ms-transition: all 0.4s ease 0s;
            -o-transition: all 0.4s ease 0s;
            -webkit-transition: all 0.4s ease 0s;
            -moz-transition: all 0.4s ease 0s;
        }



    .gpi-navbar-nav &gt; li &gt; a.section-link {
        display: inline-block !important;
        width: 80%;
    }

    .gpi-navbar-nav &gt; li.open &gt; a.dropdown-xs i {
        transform: rotate(180deg) !important;
    }


    .gpi-navbar-nav &gt; li:hover &gt; a, .gpi-navbar-nav &gt; li.open &gt; a {
        border-bottom: none;
        border-top: 0px;
    }

    .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; a.childs {
        position: relative;
        z-index: -10000;
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
        width: 100%;
        padding: 0px;
    }

    .nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
        background-color: transparent;
        border-color: transparent;
    }

    .gpi-columna ul {
        padding-left: 15px;
    }


    .gpi-columna li:hover {
        background: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
        color: #E5E5E5;
        margin-bottom:0px;
        padding: 5px 15px;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover {
            color: #222222;
        }

    .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; ul.gpi-dropdown-menu .full-width-container, .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; .full-width-container {
        display: none;
        border: 0px;
    }

    .gpi-navbar-inverse .gpi-navbar-nav &gt; li.open &gt; ul.gpi-dropdown-menu .full-width-container, .gpi-navbar-inverse .gpi-navbar-nav &gt; li.open &gt; .full-width-container {
        display: block;
        margin-top: 1px;
        width:100%;
        background:#777777;
    }

    .full-width-container, .gpi-navbar-inverse .gpi-navbar-nav &gt; li &gt; .full-width-container {
    left: 0;
    right: 0;
}


    .gpi-navbar-nav &gt; li .menu-petit .gpi-dropdown-menu {
        padding-left: 0px;
        padding-right: 0px;
        border-top: 0px;
        background: none;
    }

    .gpi-navbar-nav &gt; li:hover .menu-petit .gpi-dropdown-menu {
        display: none;
    }

    .gpi-navbar-nav &gt; li .menu-petit .gpi-columna li {
    border-bottom: 0px solid #BCC9CC;
    padding-top: 5px;
    padding-bottom: 5px;
}

    .gpi-navbar-nav &gt; li.open .menu-petit .gpi-dropdown-menu {
        display: block;
        position: static;
        width: 100%;
        margin-top: 0px !important;
        padding-top: 5px;
        background:#777777;
    }

    .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; .full-width-container &gt; ul.gpi-dropdown-menu {
    left: 0;
    right: 0;
}

    .full-width-container &gt; ul &gt; li &gt; a, .menu-petit &gt; ul &gt; li &gt; a {
    margin: 0;
}

    .full-width-container &gt; ul.gpi-columna &gt; li &gt; a {
    font-family: roboto_condensedregular, 'Roboto Condensed', sans-serif;
}

        .gpi-navbar-nav &gt; li.open .menu-petit .gpi-dropdown-menu.nivell-3 {
            padding-left: 15px;
            border-top: 0px !important;
            padding-top: 0px;
        }

        .gpi-navbar-nav &gt; li.open .menu-petit .gpi-dropdown-menu a {
            position: static;
        }

    .gpi-navbar-inverse .gpi-navbar-nav &gt; li:hover &gt; .full-width-container &gt; ul.gpi-dropdown-menu {
        display: block;
        border-top: 0px;
        padding: 0;
        background: transparent;
    }

    .full-width-container &gt; ul &gt; li {
        border-right: 0px;
    }

    .gpi-navbar-nav &gt; li:hover .menu-petit {
        position: static;
    }

    .full-width-container {
        position: static;
    }

        .full-width-container &gt; ul &gt; li {
            display: block;
            padding: 5px 0px;
            width:100%;
        }

    .gpi-navbar {
        border: 0px;
    }


    .gpi-navbar-nav &gt; li &gt; a {
        padding: 8px 0px;
        border-bottom: 0px;
        text-align: left;
    }


    .gpi-navbar-nav &gt; li:first-child a, .gpi-navbar-nav &gt; li:last-child a {
        padding: 8px 0px;
    }

    .gpi-navbar-nav &gt; li.open .menu-petit .gpi-dropdown-menu li {
        line-height: 15px;
    }

    .gpi-dropdown-menu.nivell-3 &gt; li &gt; a {
    font-family: roboto_condensedlight;
}

    .gpi-dropdown-menu.nivell-3 &gt; li {
    /* border: 0 !important; */
    border-bottom: 1px solid #888888;
}

    .gpi-columna li:last-child {
    border-bottom: 1px solid #888888 !important;
}





    /** redefinim estils del bootstrap per aquesta amplada */
    .navbar-nav .open .dropdown-menu {
        margin-top: 0px;
        border: 0px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        float: none;
        width: 100%;
         margin: 0px;
        padding: 0px;
    }

    .gpi-dropdown-menu.nivell-3 &gt; li {
    padding-top: 0;
    padding-bottom: 0;
}


        .navbar-nav .open .dropdown-menu &gt; li &gt; a {
            line-height: 20px;
        }

        .navbar-nav .open .dropdown-menu &gt; li &gt; a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px;
        }

   


    .blocCredits {
        border-top: 1px solid #434343;
    }

    .xarxesSocials {
        text-align: center;
        float: none;
    }




    .contactPage .containerMap {
        width: 100%;
        position: relative;
        right: 0px;
        left: 0px;
    }

    .container-google-maps {
        height: 500px;
    }


    .xarxesSocials .item {
        margin-left: 3px;
        margin-right:3px;
    }

    .caixaBuscador:focus-within{
    border-bottom:4px solid transparent;
}

    #iframeInfo {
    height: 550px;
}

    .formulariHome .col-xs-12 + .col-xs-12{
        margin-top:0;
    }
}


/** FI ESTILS MENÚ ***********/


@media (max-width:767px) {

    .recuperarContrassenya {
    float: left;
    clear: both;
}

    .acceptarLogin {
    float: left;
}

    .nav-fitxes a.next {
    position: relative;
    right: 0px;
    top: 30px;
    float: right;
}

        .nav-fitxes a.anterior {
    position: relative;
    left: 0px;
    top: 30px;
    float: left;
}

        .nav-fitxes a.next, .nav-fitxes a.anterior{
            margin-bottom:20px;
        }

    .container-gpi {
    padding-right: 15px;
    padding-left: 15px;
}

    .mailCap{
        float: right;
margin-right: 0;
    }

     ul#menuSecundari {
        display: block;
        text-align: center;
    }

        ul#menuSecundari li {
            line-height: 20px;
            float: none;
            text-align: center;
            display: inline-block;
        }

            ul#menuSecundari li a {
                border: 0px;
            }

                .creditsWebnet {
        display: inline-block;
    }

    #menuFix .logo {
    margin-left:auto;
   margin-right:auto;
   display:block;
   text-align:center;
   float:none;
}


.item-noticies.item-first {
    -webkit-column-break-before: auto; 
    -moz-column-break-before: auto;
    -ms-column-break-before: auto;
    -o-column-break-before: auto;
    break-before: auto;
}

    .navbar-inverse .navbar-toggle {
        border-color: #222222;
        background: #FFFFFF;
        padding: 10px 10px 7px 10px;
        top: 5px;
        border-radius:0;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background: #222222;
            border-color: #222222;
        }



    .caixaBuscador {
    margin: 0px auto 0px;
}

    .container-google-maps {
        height: 300px;
    }

    #headerMenu .col-xs-12 + .col-xs-12{
        margin-top:5px;
    }

    #menuFix .logo img, #menuFix.affix .logo img {
        max-height: 70px;
        margin-left: auto;
        margin-right: auto;
    }

    .capBanner #tabs {
        display: none;
    }

    .gpi-navbar-nav &gt; li &gt; a.dropdown-xs {
    width: 18%;
}

    .itemNews {
        margin-top: 0px;
    }

    .item-noticies {
        display: block;
    }

        .item-noticies .row {
            display: block;
            margin: 0 -15px;
        }

            .item-noticies .row &gt; div {
                display: block;
                float: none;
                padding: 0 15px !important;
                margin-top: 0 !important;
            }

                .item-noticies .row &gt; div:first-child {
                    background: none !important;
                }

                    .item-noticies .row &gt; div:first-child a {
                        position: static;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        display: block;
                    }

                        .item-noticies .row &gt; div:first-child a img {
                            display: block !important;
                        }

        .item-noticies .desc .fecha {
            text-align: center;
        }

        .item-noticies .desc h2 {
            font-size: 18px;
            margin-top: 10px;
            line-height: 26px;
            margin-bottom: 10px;
        }

        .item-noticies .desc h3 {
            margin-top: 0px;
        }


            .item-noticies .desc .btn {
                margin-top: 20px;
                text-align: center;
                display: block;
                float: none;
            }


    .fitxa .descripcio h1{
        text-align: center;
    }

    .fitxa .descripcio h2 {
        text-align: justify;
        margin-bottom:0;
    }

    #headerSup .col-xs-12 + .col-xs-12{
        margin-top:0;
    }


    .llistat .item:nth-child(3n+4) {
        clear: none;
    }

    .llistat .item:nth-child(2n+3) {
        clear: both;
    }

    .llistat .itemLinial .stock {
        float: left;
        padding-top: 8px;
    }

    h1.titolContingut, h2.titolContingut, h1, h2 {
        margin-top: 20px;
        font-size:30px;
    }

    .wrap {
        height: auto;
        margin: 0 auto -120px;
        min-height: 100%;
        padding: 0 0 120px;
    }



    #footer {
        height: auto;
        position: relative;
        padding-top:15px;
    }

    .titolPeu{
        text-align:center;
    }

    .titolPeu span {
    float: none;
}

    #footer .xarxesSocials {
        margin-top: 15px;
        margin-bottom: 0px;
        text-align: center;
        float: none;
            display: inline-block;
    }


    #idiomes li {
        padding: 0px 3px;
        font-size: 11px;
    }


    #columns-news {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .item-noticies .desc h3 {
        margin-top: 10px;
    }

    #cercador {
        margin-bottom: 30px;
    }


    .capBanner, .capBanner .item, .capBanner .alone, .capBannerTotal, .capBannerTotal .item, .capBannerTotal .alone {
        height: 250px;
    }

        .capBannerInt, .capBannerInt .item, .capBannerInt .alone {
        height: 50px;
    }
    
    figure.efecte-recorda {
        margin-bottom: 15px;
    }


    .modal-dialog {
        position: absolute;
        left: auto !important;
        top: auto !important;
        margin: 10px !important;
        width: 100%;
        padding-right: 20px;
    }

    #modal-product-added .modal-dialog .modal-content .modal-body .nom-producte-modal {
        font-family: LatoBold, 'Lato', sans-serif;
        text-align: left;
    }

    #modal-product-added .modal-footer .btn {
        font-size: 13px;
    }

    #modal-product-added .modal-footer .btn-default {
        margin-bottom: 10px;
        float: left;
    }

    #modal-product-added .modal-footer .btn-primary {
        float: left;
    }

    #modal-product-added .modal-footer .btn + .btn {
        margin-left: 0px;
    }

    #show-results-searcher {
        width: 100%;
    }

    #menu_corp {
        float: none !important;
        text-align: center;
        margin-top: 15px;
    }

        #menu_corp li {
            float: none;
            display: inline-block;
        }

    .col-xs-12 + .col-xs-12 {
        margin-top: 30px;
    }

    .efecteLlistat .col-xs-12 + .col-xs-12 {
        margin-top: 0px;
    }

    .gpi-contingut table {
        table-layout: fixed;
    }

        .gpi-contingut table tr td {
            display: block;
            width: 100% !important;
            padding-bottom: 20px;
        }

            .gpi-contingut table tr td img {
                display: block;
                text-align: center !important;
                margin: 0 auto !important;
                max-width: 100%;
                width: auto;
                height: auto;
            }

        .gpi-contingut table.nocode tr td {
            display: table-cell;
            padding-bottom: 0;
        }

    /*.capBanner .alone .data, .capBanner .data, .capBannerTotal .alone .data, .capBannerTotal .data {
        display: none;
    }*/

    .capBannerTotal .alone .data .subtitol, .capBannerTotal .data .subtitol, .capBanner .alone .data .subtitol, .capBanner .data .subtitol  {
    font-size: 22px;
    margin-bottom: 10px;
line-height: 15px;
}

    .capBannerTotal .alone .data .titol, .capBannerTotal .data .titol, .capBanner .alone .data .titol, .capBanner .data .titol {
    font-size: 30px;
    margin-bottom: 10px;
}

    .capBannerTotal .data .data-content, .capBanner .data .data-content {
    margin-top: 15%;
}


    .esloganWeb{
            margin-top:0px;
    }

        .esloganWeb p {
            text-align:center !important;
        }
    .miniLogin a, .miniLogin {
        float: left;
    }

    .caixaIdiomes {
        margin-left: 0px;
        padding-left: 0px;
        border-left: 0px;
        margin-top: 15px;
        float:right;
        
    }

        .caixaIdiomes ul {
            text-align: center;
        }

            .caixaIdiomes ul li {
                text-align: center;
                display: inline-block;
                float: none;
            }

    .container-menuSecundari {
        text-align: center;
    }

    .dadesPeu {
        float: none;
        text-align: center;
        padding-bottom: 25px;
    }

    /*.breadcrumb {
        line-height: 65px;
        overflow: hidden;
        height: 65px;
    }*/

        /*.breadcrumb .active {
            font-size: 22px;
            letter-spacing: 0px;
            text-align: left;
        }*/


    .separadorHeader {
        height: 65px;
    }

    h1, h2 {
        font-size: 20px;
        text-align: center;
    }

    /*
        .block1 h1.titolContingut{
        font-size:30px;
    }*/

    .boto-list-news, .boto-mesInfo-news {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0px;
        float: none;
    }

        .boto-list-news .btn-primary, .boto-mesInfo-news .btn-primary {
            width: 100%;
        }
		
				.titol404 {
    font-size: 50px;
}

.notrobat404 {
    font-size: 25px;
    line-height: 30px;
}

.descrip404 {
    font-size: 18px;
    line-height: 26px;
    MARGIN-TOP: 20PX;
}

.block1 h1.titolContingut, .block1 h2.titolContingut {
    font-size: 30px;
}

.caixaBuscador.collapse {
    display: none;
}

.caixaBuscador.collapse.in {
    display: block;
}

#headerBuscador{
    float: left;
margin-top: 10px;
margin-right: 10px;
}

#headerBuscador i{
    font-size: 18px;
    color:#222222;
}

.btn {
    font-size: 16px;
}

.fitxa .cataleg {
    margin-top: 15px;
}

.fitxa h3.referencia {
    margin: 15px 0;
    float: left;
    clear:both;
}

.titolSugg {
    font-size: 26px;
}

        #columns-news .item-noticies{
	width: 100%;
    padding:8px 0;
	/*opacity: 0;*/
}

        .fitxa .carousel-indicators li {
    width: 18%;
}

.fitxa .carousel-indicators li + li {
    margin-left: 7px;
}

.fitxa #container-carousel-indicators {

    height: auto;
}

#columns-news {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.formulariHome .titolContingut {
    font-size: 22px;

}

.formulariHome .titolContingut span {
    font-size: 20px;
}

#iframeInfo {
    height: 610px;
}

    /*** block3  ********/

    /*
.block3 .col-xs-12 + .col-xs-12, #headerSup .col-xs-12 + .col-xs-12{
    margin-top:0px;
}*/

    /*** FI block3  ********/

    /*** block 5 franja-parallax-dinamic-left-text **************/
    /*
.block5 h1, .block5 h2{
    font-size:30px;
    margin-bottom:20px;
}

.block5 h3{
    font-size:16px;
}
*/

    /*** fi block 5 franja-parallax-dinamic-left-text **************/
}
</pre></body></html>