﻿/*FONTS**********************************/
@font-face {
    font-family: LatoBold;
    src: url('../fonts/lato-bold-webfont.eot');
    src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: LatoLight;
    src: url('../fonts/lato-light-webfont.eot');
    src: url('../fonts/lato-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-light-webfont.woff2') format('woff2'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype'), url('../fonts/lato-light-webfont.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: LatoRegular;
    src: url('../fonts/lato-regular-webfont.eot');
    src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.font-light{
    font-family:LatoLight;
}

.font-bold{
    font-family:LatoBold;
}

.font-regular{
    font-family:LatoRegular;
}


/*GENERALS**************************/

body {
    font-size: 14px;
    font-family: LatoRegular, 'Lato',sans-serif;
    background: #FFFFFF;
    color: #1E2051;
}

table {
    font-size: [GENERAL_TAMANO_DEFECTO];
    font-family: LatoRegular, 'Lato', sans-serif;
}


html, body, form {
    height: 100%;
}

a {
    text-decoration: none !important;
    outline: none;
    color: #3C568F;
}

    a:hover, a:focus {
        text-decoration: none !important;
        outline: none;
        color: #151748;
    }

.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 {
    color: #3C568F;
    font-size: 30px;
    margin: 0px 0px 25px 0px;
    padding: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-family:LatoBold;
}


ul {
    list-style-image: url('/FitxersWeb/67923/pictolist.png');
    padding-left:20px;
}
 
.gpi-fonsWeb{
      background: #FFFFFF;
}

.gpi-contingut{
    line-height:23px;
    letter-spacing:0.50px;
}

.esloganWeb {
    margin-top: 25px !important;
}

.integracions .container {
    width: auto;
}
/* TOOLTIP HEADER *******************************/

#headerSup .tooltip-inner {
    background-color: #9495AB;
    color: #FFFFFF;
}

#headerSup  .tooltip.top .tooltip-arrow {
    border-top-color: #9495AB;
}

#headerSup  .tooltip.right .tooltip-arrow {
    border-right-color: #9495AB;
}

#headerSup  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #9495AB;
}

#headerSup  .tooltip.left .tooltip-arrow {
    border-left-color: #9495AB;
}


#headerSup .telefonCap{
    text-align:right;
    color:#151748;
    font-size:20px;
    margin-top:10px;
}

    #headerSup .telefonCap i {
        font-size:22px;
        color:#9495AB;
    }


/* TOOLTIP FOOTER *******************************/

#footer .tooltip-inner {
    background-color: #9495AB;
    color: #ffffff;
}

#footer  .tooltip.top .tooltip-arrow {
    border-top-color: #9495AB;
}

#footer  .tooltip.right .tooltip-arrow {
    border-right-color: #9495AB;
}

#footer  .tooltip.bottom .tooltip-arrow {
    border-bottom-color: #9495AB;
}

#footer  .tooltip.left .tooltip-arrow {
    border-left-color: #9495AB;
}


/*ESCTRUCTURA**********************/

.absoulute {
    position: absolute;
}

.relative {
    position: relative;
}

/*STICKY FOOTER*********************/

/* maps iframe disable scroll to zoom*/
.map-container {
	width: 100%;
}
.map-container iframe{
	width: 100%;
	display: block;
	pointer-events: none;
	position: relative; /* IE needs a position other than static */
}
.map-container iframe.clicked{
	pointer-events: auto;
}


.wrap {
    height: auto;
    margin: 0 auto -320px;
    min-height: 100%;
    padding: 0 0 320px;
    overflow:hidden;
}


#footer {
    height: 285px;
    height: 320px;
    border-top: 11px solid #151748;
    background: #080926;
    padding-top: 30px;
    font-weight:normal;
	position: relative;
	z-index: 1000;
    color:#C4C4D6;
}

#footer .gpi-contingut{
    color:#C4C4D6;
}

.separadorHeader{
    background:url('/FitxersWeb/67923/imatge-sep.jpg') top center;
    background-size: cover;
    /*margin-bottom:15px;*/
    height:93px;
}

.affix + .separadorHeader{
    margin-top:164px;
}

.contactPage .separadorHeader{
    margin-bottom:0px;
}

.contactPage .contingutForm{
    padding:15px;
}

.contactPage .containerMap{
    position:absolute;
    left:0px;
    overflow: hidden;
    display: block;
    right: 50%;
    bottom: 0;
    top: 0;
    margin-right: 15px;
}

.contactPage .franjaContingut {
    min-height:550px;
}

#distribuicio .container{
    width:auto;
}
/*BOTONS***************************/
.btn {
    margin-top: 2px;
    line-height: 38px;
    font-family: latobold;
    font-size: 14px;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 15px;
    -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: #3C568F;
             color: #FFFFFF;
       
}

    .btn-primary:hover, .btn-primary:focus {
       
      background-color: #151748;
            border: 0px;
            color: #FFFFFF;
    }

    .btn-primary.disabled {
        opacity: 0.6;
      
        background-color: #3C568F;
        color: #FFFFFF;
        cursor: not-allowed;
    }


    .btn-primary i{
       color:#151748;
    }

    .btn-primary:hover i, .btn-primary:focus i {
       
           color:#3C568F;
    }



.btn-colorSkin {
             border: 0;
             background-color: #3C568F;
            color: #FFFFFF;
}


        .btn-colorSkin:hover, .btn-colorSkin:focus{
             border: 0px;
              background-color: #151748;
        color: #FFFFFF;   
        }

        .btn-colorSkin.disabled {
        opacity: 0.6;
          background-color: #3C568F;
        color: #FFFFFF;
        cursor: not-allowed;
    }


        .btn-colorSkin i{
             color:#FFFFFF;
        
    }

    .btn-colorSkin:hover i, .btn-colorSkin:focus i {
      color:#FFFFFF;
    }


.btn-default {
    background-color: #F3F3F6;
    border: 0;
    color:#5B5C74;
}

    .btn-default:hover, .btn-default:focus {
        background-color:#CFD0DA;
        color:#5B5C74;
    }

.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;
}

.logo {
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
}



/***INICI IDIOMES***/
.caixaIdiomes {
    float: right;
    line-height: 20px;
    margin-top:15px;
    margin-left:30px;
    padding-left:30px;
    border-left:1px solid #9495AB; 
}

    .caixaIdiomes ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .caixaIdiomes ul li {
            float: left;
            margin: 0px 7px;
            font-size: 12px;
            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: #ACA7A7;
            }

                .caixaIdiomes ul li a:hover, .caixaIdiomes ul li a.sel {
                    color: #3C568F;
                }
/***FI IDIOMES***/

/**** MENU CATEGORIES NEWS*****/

/*#menu.affix{
    top:0px;
    position:fixed;
}
*/

#menu .categories .titolMenuLat{
    font-size:18px;
    color:#3C568F;
    letter-spacing:1px;
    margin-top:15px;
    margin-bottom:25px;
}

    #menu .categories .titolMenuLat i {
      color:#9495AB;
      font-size:15px;
    }

    .categories .item-categoria {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        border-bottom: 1px solid #DBF1ED;
        padding: 10px 0;
        color: #07142D;
    }

        .categories .item-categoria:hover, .categories .item-categoria:focus, .categories .item-categoria.active {
            color: #3C568F;
        }

        .categories .item-categoria:last-child {
            border: 0;
        }

/*** FI MENU CATEGORIES NEWS*****/

/***INICI BUSCADOR****/

.caixaBuscador {
    margin: 20px 0px;
    display: inline-block;
    position: relative;
}

.buscadorCom {
    background: #434358;
}

    .buscadorCom input.form-control {
        background: transparent;
        border: medium none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #8B989F;
        height: 33px;
        font-size: 14px;
    }

#buscador .botoCercar {
    font-size: 0;
}

    #buscador .botoCercar i {
        font-size: 20px;
        color: #000000;
        background: #82808A;
        padding: 7px 9px;
        -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 {
        background: #3C568F;
        color: #FFFFFF;
    }

    #buscador .botoCercar span.text {
        display: none;
    }

#show-results-searcher {
    position: absolute;
    left: -1px;
    bottom: 35px;
    background: #F4F1EE;
    z-index: 10000;
    width: 600px;
    padding: 0 15px 15px 15px;
    border: 1px solid #F4F1EE;
    -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 > a > 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 .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;
    margin-top:20px;   
}

#menuFix{
      border-bottom:1px solid #c1c9cc;
}

 #menuFix.affix{
        top: 0;
        z-index: 20000;
         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:90px;
        }


#menuFix.affix + .capBanner{
    margin-top:177px;
}


#menuFix.affix  #headerMenu{
    margin-top:0px;
}

#menuFix.affix  .gpi-navbar-nav > li > a{
    padding-top:15px;
    padding-bottom:15px;
}

/*MENU SUPERIOR*******************/

.gpi-navbar {
    margin-bottom: 0;
    background: none;
    border: 0;
    margin-top: 0px;
}

.gpi-navbar-nav{
    border-top: 0px;
border-bottom: 0px;
}

.gpi-navbar-nav > li {
    position: static;
    /*float:none;*/
}
    .gpi-navbar-nav > li > a {
        font-size: 16px;
        letter-spacing: 0.5px;
        color: #9C9C9C;
        text-transform: uppercase;
        padding:30px 15px;
        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: LatoRegular;
        margin-bottom:0px;
    }

/*    .gpi-navbar-nav > li:first-child > a{
        padding-left:0px;
        text-align:left;
    }

    .gpi-navbar-nav > li:last-child > a{
        padding-right:0px;
        text-align:right;
    }
    */
    .navbar-inverse .navbar-nav > li > a{
        color: #9C9C9C;
    }


        .gpi-navbar-nav > li:hover > a {
            color: #3C568F;
        }



.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: none;
    color: #3C568F;
}

.gpi-navbar-inverse .gpi-navbar-nav > li > a {
     color: #9C9C9C;
}

    .gpi-navbar-inverse .gpi-navbar-nav > li:hover > a, .gpi-navbar-inverse .gpi-navbar-nav > li:focus > a, .gpi-navbar-inverse .gpi-navbar-nav > li > a.sel {
        color: #3C568F;
    }

.gpi-dropdown-menu {
    background: rgba(209, 223, 226, 0.95);
    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 {
    left: -15px;
    right: -15px;
    position: absolute;
    top: auto;
    margin-top: -2px;
}

.gpi-navbar-inverse .gpi-navbar-nav > li:hover > a.childs {
    position: relative;
    z-index: 10000;
}

.gpi-navbar-inverse .gpi-navbar-nav > li:hover > .full-width-container > 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;
    left: 0;
    right: 0;
    border-top: 6px solid #3C568F;
     background: rgba(209, 223, 226, 0.95);
}

.full-width-container > ul > li {
    flex-grow: 1;
    /*padding:30px;*/
    border-right:1px solid #B4C5C2;
}

.full-width-container > ul > li > a {
    padding:30px 30px 20px 30px;
    /*padding:30px;*/
}

.full-width-container > ul > li:last-child {
    border-right:0px;
}

.gpi-dropdown-menu > li > a, .gpi-dropdown-menu > li > a:focus, .gpi-dropdown-menu > li > a:hover {
    line-height: normal;
}

.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 > li > a {
    padding: 0px;
    font-size: 16px;
    letter-spacing: 0.6px;
    font-family: LatoRegular, Lato, 'Lato', sans-serif;
    text-transform: uppercase;
    background: transparent !important;
    color:#151748;
    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 > li > a:hover {
        background: transparent;
        color: #3C568F;
    }

.gpi-dropdown-menu.nivell-3 {
    display: block;
    position: static;
    float: none;
    min-width: unset;
    margin: 0;
    /*margin-top:15px;*/
    /*margin-top:-15px;*/
    background: transparent;
    padding:0 30px 30px 30px;
}

    .gpi-dropdown-menu.nivell-3 > li {
        border: 0 !important;
        background: none !important;
    }

        .gpi-dropdown-menu.nivell-3 > li > a {
            color: #151748;
             line-height:16px;
            margin-bottom:10px;
             white-space:normal;
            padding: 0;
            font-size:15px;
            font-family:LatoLight;
            /*padding:0 30px*/

        }

            .gpi-dropdown-menu.nivell-3 > li > a:hover, .gpi-dropdown-menu.nivell-3 > li > a:focus {
                background: none;
                color: #3C568F;
            }

.gpi-navbar-toggle {
    margin-top: 10px;
    margin-bottom: 13px;
    margin-right: 0px;
}

.navbar-inverse .navbar-toggle {
    border-color: #FFFFFF;
    background: #FFFFFF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding:0px;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: #FFFFFF;
        border-color: #FFFFFF;
        
    }

.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: #3C578E;
    display: inline-block;
    float: left;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-size:11px;
}

.gpi-navbar-toggle:hover .text{
    color: #151748;
}

.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #3C578E;
}

.navbar-inverse .navbar-toggle:focus .icon-bar, .navbar-inverse .navbar-toggle:hover .icon-bar{
    background-color: #151748;
}

.gpi-navbar-nav > li:hover .menu-petit .gpi-dropdown-menu {
    display:block;
}

.gpi-navbar-nav > li:hover .menu-petit{
    position:absolute;
    top:auto;
    left:auto;
    width:auto;
}

.gpi-navbar-nav > li .menu-petit .gpi-dropdown-menu{
    margin-top:0px;
    border: 0;
    border-top: 6px solid #3C568F;
    -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: 20px 29px;
}

.gpi-navbar-nav > li .menu-petit .gpi-dropdown-menu .gpi-dropdown-menu.nivell-3{
    border-top:0px;
    padding:0px;
    padding-top:15px;
    width:auto;
}


.franjaFormulario {
background:#dce6e9;
background:#ffffff;
padding-top:30px;
padding-bottom:30px;
}
/************************************/
/************BANNER*****************/
/***********************************/
/*.mascaraBanner{
background: url('/FitxersWeb/67923/degradat_cap.png');
position: absolute;
height: inherit;
width: 100%;
top: 0;
left: 0;
}*/

.capBanner {
    height: 600px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30PX;
}

    .capBanner .item, .capBanner .alone {
        background-color: #FFFFFF;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 600px;
        position: absolute;
        width: 100%;
    }

        .capBanner .alone .data, .capBanner .data {
            position: absolute;
            top: 0px;
            bottom: 0px;
            width: 100%;
            left: 15px;
        }

            .capBanner .alone .data h2, .capBanner .data h2 {
                font-family: LatoLight;
                font-weight:normal;
                font-size: 30px;
                color: #151748;
                letter-spacing: 0.5px;
                margin: 0;
                padding: 0;
                margin-bottom:20px;
            }

                .capBanner .alone .data h2 span, .capBanner .data h2 span {
                    font-family:LatoBold;
                    color:#3C568F;
                }

            .capBanner .alone .data h3, .capBanner .data h3 {
                font-family: latolight;
                font-size: 18px;
                color: #151748;
                letter-spacing: 0.5px;
                margin: 0;
                padding: 0;
                margin-bottom:20px;
            }

.carousel-caption {
    text-shadow: none;
    color:#000000;
}


.capBanner .pic img, .capBanner .img img, .capBanner .alone img {
    display: none;
}


.capBanner img {
    /*height: 580px;
    vertical-align: middle;
    width: 100%;*/
}

.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: #151748;
    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 #tabs {
    bottom: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 200;
}

    .capBanner #tabs > div {
        background: #3C568F 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;
    }

        .capBanner #tabs > div:hover, .capBanner #tabs > div.current {
            background: #151748 none repeat scroll 0 0;
        }

         .container-data{
            background:rgba(255,255,255,0.8);
            padding:22px 30px;
            display:inline-block;
            height:auto;
        }
        
.capBanner .item>a,  .capBanner .alone .pic>a{
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index:100;
}

/*******************************/
/****FI BANNER******************/
/*******************************/

/***********************/
/*******INICI MAPA******/
/**********************/
.franjaMapa {
    position: relative;
}

.container-google-maps {
    display: block;
    height: 655px;
    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;
    }

        .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: 14px;
        text-transform: uppercase;
        letter-spacing: 0.3px;
    }

    .modal-content .modal-body {
        font-size: 14px;
    }

/***************************/
/********FI MODALS*********/
/*************************/

/*****INICI XARXES******/
.xarxesSocials {
letter-spacing: 0.5px;
text-align: right;
margin-top:15px;
margin-bottom:15px;
float:right;
margin-right:30px;
}


.xarxesSocials .container{
    width:auto;
}

.xarxesSocials .item{
    display:inline;
}

#headerSup .xarxesSocials a:hover i {
    color:#3C568F;
}

    .xarxesSocials .item a{ font-size:0px; display:inline-block;}
    .xarxesSocials i {
        color: #9495AB;
        font-size: 20px;
        margin-left: 15px;
        -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: #FFFFFF;
    }

#footer .xarxesSocials{
    margin-top:0px;
    margin-bottom:0px;
    text-align:center;
    float:none;
}
/*****FI XARXES*********/

/*****DADES PEU*********/
.dadesPeu {
    color: #C4C4D6;
    margin-top: 20px;
    letter-spacing: 0.5px;
    float:right;
}

.dadesPeu .picto, .dadesPeu .adreca-content{
    display:inline-block;
}

.dadesPeu .picto i{
    margin-right:24px;
    font-size:26px;
    color:#282840;
    position:relative;
    bottom:3px;
}

.dadesPeu .adreca-content{
    margin-bottom:10px;
}

     .dadesPeu .glyphicon {
        margin-left: 8px;
    }

    .dadesPeu .telfPeu {
        font-family: latobold;
        font-size: 24px;
        color: #3C568F;
        margin-bottom:10px;
    }

   
    .dadesPeu .telfPeu .picto i, .dadesPeu .mailPeu .picto i{
        bottom:0px;
        top:5px;
    }

    .dadesPeu .mailPeu a {
        color: #FFFFFF;
    }

        .dadesPeu .mailPeu a:hover {
            color: #3C568F;
        }
/****FI DADES PEU*******/

/*****CREDITS********/
.blocCredits {
    border-top:1px solid ##29293A;
    background: #040417;
    padding: 18px 0;
    margin-top:30px;
}

.credits {
    color: #646477;
    font-size: 12px;
}

    .credits a {
        color: #646477;
    }

        .credits a:hover {
            color: #C4C4D6;
        }

.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 #646477;
            color: #646477;
        }

            ul#menuSecundari li a:hover {
                color: #C4C4D6;
            }

        ul#menuSecundari li:nth-child(3) a {
            border-right: 0px;
        }
/*****FI CREDITS*****/

/******************************/
/********INICI LLISTAT*********/
/****************************/

.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(0,0,0,0.35);
	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: #FFFFFF !important;
	text-align:center;
	font-family:LatoRegular;
	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:LatoRegular;
	font-size:14px;
	color:#222455;
	letter-spacing:0.25px;
	text-align:center;
	margin:0px;
	line-height:20px;
    max-height: 40px;
    overflow: hidden;
}

.efecteLlistat figure.efecte-foto:hover h2 {
    color: #222455;
	-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: #222455;
    }

.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:#FFFFFF;
}

.efecteLlistat:hover figure.efecte-foto a h3{
    color: #222455;
}

/******** llistat Recomenats *************/


.suggerencies {
    margin-bottom: 30px;
}

.titolSugg {
    font-size: 20px;
    color: #3C568F;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    margin-top:44px;
}


.llistat.llistatRecomenats .item{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom:30px;
}

.llistat.llistatRecomenats .llistat-prod{
    position:relative;
}

.llistatRecomenats figure.efecte-foto figcaption::before {
	position: absolute;
	top: 0;
	left: -1px;
    right:-1px;
	height: 100%;
	background: rgba(0,0,0,0.35);
	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: #222455;
     }

.llistatRecomenats .boraItem{
    border:1px solid #E7E8ED;
}


.llistat .containerDescrip{
    padding:20px 15px;
    height:150px;
    overflow:hidden;
}

.llistatRecomenats h2 {
    text-transform:uppercase;
    color: #3C568F;
    font-size:18PX;
    letter-spacing: 1px;
}

.llistatRecomenats h3 {
    color: #222455;
    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 .foto_fitxa {
        position: relative;
        margin-bottom: 20px;
    }

    .fitxa h1{
        color:#3C568F;
        font-family:LatoBold;
        font-size:30px;
        margin-top:0px;
        margin-bottom:20px;
    }

    .fitxa .descripcio h2 {
        color: #5B5C74;
        margin-bottom: 20px;
        font-size:18px;
        font-family: LatoLight, 'Lato', sans-serif;
        text-align: justify;
        letter-spacing: 0.5px;
        line-height: 24px;
        margin-top: 0;
        text-transform: none;
        margin-bottom:20px;
    }

    .fitxa .descripcio .shortDescrip{
        color:#5B5C74;
        font-size:18px;
        font-family:LatoLight;
        line-height:24px;
        text-align:justify;
    }

    .fitxa .descripcio h3 {
        font-weight: normal;
        margin: 15px 0 30px;
        font-size:16px;
        color: #5B5C74;
    }

        .fitxa .descripcio h3 span {
           color:#3C568F;
        }
    
    .fitxa .descripcio .cataleg {
        margin: 30px 0 0px;
    }

        .fitxa .descripcio .cataleg a {
            font-size: 14px;
            text-transform: uppercase;
            color: #5B5C74;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
        }

            .fitxa .descripcio .cataleg a i {
                margin-right: 8px;
                font-size: 20px;
                color: #D9D3CF;
                -moz-transition: all 0.4s;
                -o-transition: all 0.4s;
                -webkit-transition: all 0.4s;
                transition: all 0.4s;
            }

            .fitxa .descripcio .cataleg a:hover {
                color: #3C568F;
            }

                .fitxa .descripcio .cataleg a:hover i {
                    color: #151748;
                }

                
                .tabFitxa .nav-tabs{
                    border-bottom:0px;
                }

                .tabFitxa .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
                    border-color:#DBF1ED;
                    border-bottom:0px;
                    color:#3C568F;
                }

                .tabFitxa .nav-tabs > li{
                    margin-bottom:-1px; 
                }

                .tabFitxa .nav-tabs > li > a{
                  text-transform:uppercase;
                  -moz-border-radius:0px;
                  -webkit-border-radius:0px;
                  border-radius:0px;
                  color:#ADADAF;
                  border-bottom:0px;                 
                }

                .nav > li > a:hover, .nav > li > a:focus{
                    background:none;
                    color:#3C568F;
                }

                .tabFitxa .tab-content{
                    padding:30px;
                    border:1px solid #DBF1ED;
                    color: #5B5C74;
                    font-size:14px;
                    line-height:22px;
                }

                    .tabFitxa .tab-content p, .tabFitxa .tab-content table, .tabFitxa .tab-content ul {
                        font-family: latolight;
                        color: #5B5C74;
                        font-size:14px;
                    }

                    .contentDescrip{
                        font-family: latolight;
                        color: #5B5C74;
                        font-size:14px;
                    }

                   .nav-fitxes{
                       margin-top:15px;
                       margin-bottom:15px;
                   }

.titolDescrip {
    text-transform:uppercase;
    margin-bottom:10px;
    border-bottom:1px solid #DBF1ED;
    color:#3C568F;

}

.blueimp-gallery-controls > .prev i.fa {
    font-size: 45px;
    line-height: 38px;
    margin-left: -5px;
}

.blueimp-gallery-controls > .next i.fa {
    font-size: 45px;
    line-height: 38px;
    margin-right: -5px;
}

.blueimp-gallery > .slides > .slide > .slide-content {
    max-height: 80%;
    max-width: 80%;
}

.blueimp-gallery > .title {
    right: 15px;
    left: 15px;
    margin: 0 40px;
    text-align: center;
}

.blueimp-gallery > .indicator {
    height: 5%;
    bottom: 2.5%;
}

    .blueimp-gallery > .indicator > li {
        background-size: contain;
        background-color: #FFFFFF;
        margin: 0 5px;
        width: 50px;
        height: 100%;
    }



/**CAROUSEL**/
.fitxa #container-carousel-indicators {
    width: auto;
    overflow: hidden;
    margin-top: 10px;
}


.fitxa .carousel-indicators {
    position: absolute;
    top:20px;
    left:20px;
    margin: 0;
    bottom: unset;
    white-space: nowrap;
    text-align: left;
    font-size: 0;
    overflow: auto;
    overflow-y: hidden;
    width:auto;
}

    .fitxa .carousel-indicators li {
        display:block;
        width: 95px;
        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;
        border:6px solid  #FFFFFF;
        border-bottom:0px;
    }

        .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;
        }

        .fitxa .carousel-indicators li.active img, .fitxa .carousel-indicators li:hover img {
            opacity: 0.5;
        }

        .fitxa .carousel-indicators li:last-child{
          border-bottom:6px solid #FFFFFF;
        }

        

.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;
    overflow: hidden;
    display: block;
}

.fitxaFacebook {
    display: inline-block;
    vertical-align: top;
}

.fitxaTwitter, .fitxaGoogle, .fitxaPin {
    display: inline-block;
    margin-left: 24px;
    vertical-align: top;
}

/*h3.titolFormulariFitxa {
    background: #e6e8ea;
    border-radius: 2px 2px 0px 0px;
    color: #151748;
    line-height: 38px;
    font-size: 15px;
    margin: 30px 0px 20px 0px;
    font-weight: normal;
    padding-left: 28px;
}*/

/*login*****************************/
.subForm {
    margin: 20px 0 0 0;
    color: #151748;
    font-size: 16px;
}

.conditions .form-control {
    border: none;
    width: auto;
    box-shadow: none;
}

.zonaClientTitols {
    font-size: 14px;
    margin-top: 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: 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%;
    color: #1E2051;
    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: #1E2051;
    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 {
    position: relative;
    display: block;
    margin-top: 4px;
    padding-left: 20px;
}

    .container-checkbox input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        margin-top: 4px;
        margin-left: -20px;
    }

    .container-checkbox a {
        font-size: 16px;
    }

    .container-checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        min-height: 20px;
        font-weight: 400;
        cursor: pointer;
        font-size: 16px;
    }

        .container-checkbox 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 {
            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 {
        font-family: 'FontAwesome';
        content: "\f00c";
    }



/* 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: #3C568F;
    color: #FFFFFF;
}

    #paginador span.selected a.btn, #paginador a.btn:hover {
        background: #151748;
        color: #FFFFFF;
    }

.pagDes {
    color: #FFFFFF;
    background: #3C568F;
    -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: #151748;
    -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: #3C568F;
    -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: #FFFFFF;
    -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;
}

    #cookies_accept:hover {
        background: #151748;
        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: #151748;
}


.form-horizontal {
    margin-bottom: 30px;
}

/****INICI NOTICIES****/

.listNews{
    margin-top:15px;
}

.paddingRight0 {
    padding-right: 0;
}

.paddingLeft0 {
    padding-left: 0;
}

#columns-news{
    -moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
-moz-column-gap: 30px;
-webkit-column-gap: 30px;
column-gap: 30px;
width: 100%;
max-width: 100%;
}


.item-noticies {
    margin-bottom: 30px;
    display: inline-block;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
}

   
.item-noticies figure.efecte-foto figcaption::before {
	position: absolute;
	top: 0;
	left: -1px;
    right:-1px;
	height: 100%;
	background: rgba(0,0,0,0.35);
	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);
}


.item-noticies .boraItem{
    border:1px solid #E7E8ED;
}

.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 {
        background: #FFFFFF;
        padding: 25px 35px;
    }

        .item-noticies .desc .fecha {
            font-size: 14px;
            color: #222455;
        }

        .item-noticies .desc h2 {
            font-size: 20px;
            margin-top: 20px;
             text-transform:uppercase;
            color: #3C568F;
            font-size:18PX;
            letter-spacing: 1px;
        }

        .item-noticies .desc h3 {
            color: #222455;
            margin-bottom: 20px;
            font-size: 16px;
            font-family: LatoLight,'Lato',sans-serif;
            text-align: justify;
            letter-spacing: 0.5px;
            line-height: 24px;
        }

     

.gpi-contingut-news {
    color:#222455;
    margin-bottom:30px;
    line-height:24px;
    font-size:16px;
    font-family: LatoLight,'Lato',sans-serif;
    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:30px;
        margin-bottom:30px;
    }
/****FI NOTICIES****/

/***NAVEGADOR****/
.breadcrumb {
    background: none !important;
    font-size:12px;
    margin-bottom: 0px;
    padding: 0 15px;
    line-height:60px;
    width:100%;
    text-align:left;
}

.breadcrumb li {
     padding-right:10px;
}
    .breadcrumb li a {
        color:#9495AB;
        font-family:LatoBold;
    }

        .breadcrumb li a:hover, .breadcrumb .active {
            color:#151748;
        }

        .breadcrumb .active {
            font-size: 12px;
            font-family:LatoRegular;
            letter-spacing:0.5px;
        }

       .breadcrumb li+li:before{
            content:">";
            color:#9495AB;
        }
        
        /*.breadcrumb 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;
}

.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: #F4F1EE;
    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;
        padding: 0px 10px;
        font-size: 12px;
        min-height: 22px;
        font-weight: normal;
        margin-right: 24px;
        text-align: left;
        line-height: 24px;
        min-width: 32px;
        color: #7F766A;
    }

    .selectric .button {
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        display: block;
        position: absolute;
        right: 0;
        width: 24px;
        text-align: center;
        font: 0;
        line-height: 24px;
        background: #D7D2CC;
        top: 0;
        bottom: 0;
        height: auto;
        color: #8B989F;
    }

        .selectric .button i.fa {
            font-size: 20px;
            line-height: 24px;
        }

.selectricHover .selectric {
    background: #CDC8C3;
}

    .selectricHover .selectric .button {
        color: #3E3426;
    }



    .selectricHover .selectric .button,
    .selectricOpen .selectric .button {
        background: #CDC8C3;
        color: #3E3426;
    }

.selectricOpen .selectric {
    background: #CDC8C3;
    z-index: 9999;
}


    .selectricOpen .selectric .label {
        color: #3E3426;
    }
/* Items box */

.selectricItems {
    display: none;
    position: absolute;
    overflow: auto;
    top: 100%;
    left: 0;
    background: #F9F9F9;
    border: 1px solid #CCC;
    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: 13px;
        font-size: 12px;
        text-align: left;
    }

    .selectricItems li {
        padding: 5px;
        cursor: pointer;
        display: block;
        border-bottom: 1px solid #EEE;
        color: #666;
        border-top: 1px solid #FFF;
    }

        .selectricItems li.selected {
            background: #EFEFEF;
            color: #444;
            border-top-color: #E0E0E0;
        }

        .selectricItems li:hover {
            background: #F0F0F0;
            color: #444;
        }

        .selectricItems li.disabled {
            background: #F5F5F5;
            color: #BBB;
            border-top-color: #FAFAFA;
            cursor: default;
        }

/**FI SELECTRIC**/

/** 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:#3C568F  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: 50%;
}

    .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: #151748 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: #3C568F;
        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 > 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;
}


/*.descripGeneral{
    font-family:LatoLight;
    font-size:16px;
    color:#151748;
    margin-bottom:30px;
}*/

/** BLOCK SHORT_CONTINGUT ---> BLOCK1 *****************/

/*
.block1 h1.titolContingut{
    color:#151748;
    font-family:LatoBold;
    font-size:36px;
    letter-spacing:0.5px;
    text-align:center;
    padding-bottom:15px;
    margin-bottom:20px;
}


.block1 h1.titolContingut span{
    position: relative;
    display: inline-block;
}

.block1 h1.titolContingut span::after,  .block1 h2.titolContingut span::after {
    content: "";
    display: block;
    height: 1px;
    background:#3C568F;
    width: 75%;
    margin:13px auto 0;
}

.block1 .descripGeneral{
    font-family:LatoLight;
    font-size:16px;
    color:#151748;
    margin-bottom:30px;
}
    */

/** BLOCK SHORT_CONTINGUT *****************/

/** BLOCK GRAELLA-3-ITEMS-IMG-BESC  ---> BLOCK2*****************/

/*
.block2 .item{
    padding:0px 10px;
    margin-top:30px;
    margin-bottom:30px;
}

.block2 img{
    padding:20px 50px;
}

.block2 .titol h2{
    text-align:center;
    color:#07142D;
    font-family:LatoRegular;
    font-weight:normal;
    text-transform:capitalize;
    letter-spacing:1px;
}

.block2 .descrip h3 {
    font-family:LatoRegular;
    font-size:14px;
    font-weight:normal;
    color:#07142D;
    text-align:center;
    letter-spacing:1.5px;
    line-height:20px;
}

.block2 a:hover .titol h2 {
    color:#3C568F;
}


.block2 a:hover .descrip h3 {
    color:#3C568F;
}
    */
/** FI BLOCK GRAELLA-3-ITEMS-IMG-BESC *************/


/** BLOCK BlockSeparadorTextBoto ---> BLOCK 8********************/
/*
.block8 {
    background-position: center center;
    background-size: cover;
    padding:48px 0px;
}


.block8 h2{
    letter-spacing:1px;
    font-family:LatoLight;
    font-size:30px;
    color:[BLOCK3_COLOR_TITULO];
    margin-top:0px;
    margin-bottom:30px;
}

    .block8 h2 span {
        font-family:LatoBold;
        font-size:[BLOCK3_TAMANO_TITULO];
        color:#3C568F;
    }

.block8 .contingut{
        font-family:LatoLight;
        font-size:[BLOCK3_TAMANO_DESCRIP];
        letter-spacing:0.5px;
        color:[BLOCK3_COLOR_TEXTO];
        margin-bottom:30px;
        text-align:justify;
        line-height:26px;
}

.block8 .textLink{
    display:inline-block;
    text-align:left;
    color:#3C568F;
    font-family:LatoLight;
    line-height:38px;
    font-size:18px;
}

.block8 a.btn{
    float:right;
    display:inline-block;
}

    */

/** FI BLOCK Block8 BlockSeparadorTextBoto ****************/

/** BLOCK BlockSeparadorTextBotoLeft --> BLOCK 9********************/
/*
.block9 {
    background-position: center center;
    background-size: cover;
    padding:48px 0px;
}


.block9 h2{
    letter-spacing:1px;
    font-family:LatoLight;
    font-size:30px;
    color:[BLOCK4_TITULO];
    margin-top:0px;
    margin-bottom:30px;
}

    .block9 h2 span {
        font-family:LatoBold;
        font-size:[BLOCK4_TAMANO_TITULO];
        color:#3C568F;
    }

.block9 .contingut{
        font-family:LatoLight;
        font-size:[BLOCK4_TAMANO_DESCRIP];
        letter-spacing:0.5px;
        color:[BLOCK4_COLOR_TEXTO];
        margin-bottom:30px;
        text-align:justify;
        line-height:26px;
}

.block9 .textLink{
    display:inline-block;
    text-align:left;
     color:#3C568F;
    font-family:LatoLight;
    line-height:38px;
    font-size:18px;
}

.block9 a.btn{
    float:right;
    display:inline-block;
}*/

/** FI BLOCK9 BlockSeparadorTextBotoLeft ****************/

/** block3 block3 -->  CONFIGURACIONS IGUAL QUE EL LLISTAT DE PRODUCTES ***************/
/*
.block3 .item{
    padding:0px;
    margin:0px;
    overflow:hidden;
}


.block3 figure.efecte-foto figcaption::before {
	position: absolute;
	top: -1px;
    bottom:-1px;
	left: -1px;
    right:-1px;
	background: rgba(0,0,0,0.35);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,10%,0);
	transform: translate3d(0,10%,0);
	cursor:pointer;
}

.block3 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;
}

.block3 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: #FFFFFF;
	text-align:center;
	font-family:LatoRegular;
	font-size:20px;
	text-transform:uppercase;
	letter-spacing:0.5px;
    margin:5px 0px 10px 0px;
      -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
}

.block3 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;
}



.block3 figure.efecte-foto h3 {
	
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);

	font-family:LatoRegular;
	font-size:14px;
	color:#222455;
	letter-spacing:0.25px;
	text-align:center;
	margin:0px;
	line-height:20px;
    max-height: 40px;
    overflow: hidden;
}

.block3 figure.efecte-foto:hover h2 {
    color:#FFFFFF;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,0,0);
	transform: translate3d(0,-50%,0) translate3d(0,0,0);
}

.block3 figure.efecte-foto:hover i {
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,0,0);
	transform: translate3d(0,-50%,0) translate3d(0,0,0);
}

 .block3 figure.efecte-foto:hover i:hover{
      	color:#222455;
     }


.block3 figure.efecte-foto:hover h3{

	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.block3 figure.efecte-foto:hover figcaption::before ,
.block3 figure.efecte-foto:hover .containerInfo{
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.block3:hover figure.efecte-foto a h2{
    color: #FFFFFF;
}

.block3:hover figure.efecte-foto a h3{
    color:#222455;
}

*/
/** FI block3 ***************************/


/** franja-parallax-dinamic-left-text --> BLOCK 5**************/
/*
.block5{
  padding-top:125px;
  padding-bottom:125px;
} 

.block5 .parallax-window {
    background: transparent;
    height: 530px;
}

.block5 h1, .block5 h2{
    font-family: LatoBold;
    font-size: 60px;
    margin-bottom: 39px;
    letter-spacing: 1.5px;
    color:#151748;
}

    .block5 h3 {
        color: #3C568F;
        font-family:LatoLight;
        font-size:18px;
        text-align:justify;
        margin-bottom:39px;
        letter-spacing: 1.5px;
        line-height:26px;
    }

*/
/** FI franja-parallax-dinamic-left-text **************/

/** franja-parallax-dinamic-right-text ---> BLOCK 6**************/
/*
.block6{
  padding-top:125px;
  padding-bottom:125px;
} 

.block6 .parallax-window {
    background: transparent;
    height: 530px;
}

.block6 h1, .block6 h2{
    font-family: LatoBold;
    font-size: 30px;
    margin-bottom: 39px;
    letter-spacing: 1.5px;
    color:[BLOCK7_COLOR_TITULO];
}

    .block6 h3 {
        color: [BLOCK7_COLOR_DESCRIP];
        font-family:LatoLight;
        font-size:[BLOCK7_TAMANO_DESCRIP];
        text-align:justify;
        margin-bottom:39px;
        letter-spacing: 1.5px;
        line-height:26px;
    }
    
    */
/** FI franja-parallax-dinamic-right-text BLOCK 6**************/

/*** LEFT-IMAGE-RIGHT-CONTENT-DINAMIC ---> BLOCK 4*********************/
/*
.block4{
    padding-top:30px;
    padding-bottom:30px;
}


    .block4 h1, .block4 h2 {
        font-size:30px;
        font-family:LatoBold;
        font-weight:normal;
        color:#3C568F;
        letter-spacing:1.5px;
        text-transform:none;
        margin-top:15px;
    }

        .block4 h1 span, .block4 h2 span {
            font-size:28px;
            font-weight:normal;
            font-family:LatoLight;
            letter-spacing:1.5px;
            color:#1E2051;
        }

.block4 h3{
    font-family:LatoLight;
    font-size:18px;
    color:#1E2051;
    line-height:26px;
    text-align:justify;
    margin-bottom:70px;
}


.block4 .contingut{
      font-family:LatoLight;
    font-size:18px;
  color:#1E2051;
    line-height:26px;
}

.block4 .btn-primary{
    background-color:#3C568F;
    color:#FFFFFF;
    margin-top:30px;
    margin-bottom:30px;
}


    .block4 .btn-primary:hover,  .block4 .btn-primary:focus{
        background:#151748;
        color:#FFFFFF;
    }

    */
/*** FI LEFT-IMAGE-RIGHT-CONTENT-DINAMIC *********************/


/*** RIGHT-IMAGE-LEFT-CONTENT-DINAMIC *********************/
/*
.block7{
    padding-top:30px;
    padding-bottom:30px;
    min-height:300px;
}


    .block7 h1, .block7 h2 {
        font-size:30px;
        font-family:LatoBold;
        font-weight:normal;
     color:#1E2051;
        letter-spacing:1.5px;
        text-transform:none;
        margin-top:15px;
    }

        .block7 h1 span, .block7 h2 span {
            font-size:28px;
            font-weight:normal;
            font-family:LatoLight;
            letter-spacing:1.5px;
           color:#1E2051;
        }

.block7 h3{
    font-family:LatoLight;
    font-size:18px;
   color:#1E2051;
    line-height:26px;
    text-align:justify;
    margin-bottom:70px;
}


.block7 .contingut{
      font-family:LatoLight;
    font-size:18px;
   color:#1E2051;
    line-height:26px;
}

.block7 .btn-primary{
     background-color:#3C568F;
    color:#FFFFFF;
    margin-top:30px;
    margin-bottom:30px;
}


    .block7 .btn-primary:hover,  .block7 .btn-primary:focus{
       background:#151748;
        color:#FFFFFF;
    }

    */
/*** FI RIGHT-IMAGE-LEFT-CONTENT-DINAMIC *********************/


/*MIDES ESPECIALS******************/
@media (min-width:1201px) and (max-width:1400px) {
    .capBanner, .capBanner .item, .capBanner .alone {
        height: 450px;
    }

    .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;
    }
      */
}

@media (min-width:992px) and (max-width:1200px) {
    .capBanner, .capBanner .item, .capBanner .alone {
        height: 450px;
    }

    .fitxaTwitter, .fitxaGoogle, .fitxaPin {
        margin-right: 6px;
    }

    .item-noticies .desc h3 {
        margin-bottom: 5px;
    }

    .item-noticies .desc h2 {
        line-height: 24px;
        margin-bottom: 15px;
    }
}

@media (max-width:1200px) {
    .capBanner .carousel-caption, .capBaner .alone .carousel-caption {
        top: 35px;
    }

    .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;
    }

    
}

@media (min-width:992px) and (max-width:1199px) {

    .gpi-navbar-nav > li > a {
        font-size:14px;
        padding:30px 10px;
    }

    #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 i{
        margin-left:10px;
    }

    .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;
    }

}


@media (min-width:768px) and (max-width:991px) {
       
    #headerMenu .navbar-right{
        float:left !important;
    }

    #headerMenu .navbar-nav.navbar-right:first-child{
        margin-left:-15px;
    }

    .gpi-contingut-news {
        margin-bottom: 20px;
    }

    .llistat .itemLinial .stock {
        float: right;
        padding-top: 0px;
    }

    .gpi-navbar-nav > li > a {
        padding: 15px 10px;
        font-size:14px;
    }

    #menu_corp li {
        margin: 0px 6px;
    }

    /*.capBanner .alone .data h2, .capBanner .data h2 {
        display: none;
    }

    .capBanner .alone .data h3, .capBanner .data h3 {
        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: 20px;
    }

    .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: 400px;
    }

     .item-noticies .desc {
        padding: 15px 25px;
    }

        .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;
    }

             /*#headerMenu {
        background:#151748;
    }*/
                         

/*.navbar-inverse .navbar-toggle {
    border-color: #3C578E;
    background: #3C578E;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: #151748;
        border-color: #151748;
    }*/

  
}

@media (max-width:991px) {

    .logo img{
        max-height:100px;
    }

    #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;
}




/** ESTILS MENÚ ****************/

.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 #3C568F;
}


.gpi-navbar .collapse {
    display: none !important;
}*/

/*navbar{
    border:0px;
}

.gpi-navbar-nav{
    padding-bottom:10px;
    border-radius:0px;
    margin:0px;
    padding:0px;
    background:rgba(209, 223, 226, 0.95);
}

    .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;
    }


   
           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;
        }

        
    .blocCredits{
        border-top:1px solid #29293A;
    }

            
    .creditsWebnet {
        display: inline-block;
    }

    .contactPage .containerMap{
        width:100%;
        position:relative;
        right:0px;
        left:0px;
    }

    .container-google-maps{
        height:500px;
    }


    .xarxesSocials i{
        margin-left:10px;
    }

      }


/** FI ESTILS MENÚ ***********/


@media (max-width:767px) {

       .navbar-inverse .navbar-toggle {
    border-color: #FFFFFF;
    background: #FFFFFF;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding:0px;
    margin-top:40px;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background: #FFFFFF;
        border-color: #FFFFFF;
        
    }

    .gpi-navbar-nav > li {
        clear:both;
        padding:0px 15px;
    }


    .gpi-navbar-inverse .gpi-navbar-nav > li > a{
        color:#151748;
    }
    
    .gpi-navbar-nav > li:last-child > a{
        text-align:left;
    }

    .gpi-navbar-inverse .gpi-navbar-nav > li:hover > a, .gpi-navbar-inverse .gpi-navbar-nav > li:focus > a, .gpi-navbar-inverse .gpi-navbar-nav > li > a.sel,
    .gpi-navbar-inverse .gpi-navbar-nav > li:hover > a i, .gpi-navbar-inverse .gpi-navbar-nav > li:focus > a i, .gpi-navbar-inverse .gpi-navbar-nav > li > a.sel i{
        color:#3C568F;
    }



    .gpi-navbar-nav > li > a.dropdown-xs{
    display:inline-block !important;
    width:17%;
    padding-right:0px;
    margin-right:0px;
    text-align:right;
}

        .gpi-navbar-nav > li > 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 > li > a.section-link{
        display:inline-block !important;
        width:80%;
    }

    .gpi-navbar-nav > li.open > a.dropdown-xs i{
        transform:rotate(180deg) !important;
    }


  .gpi-navbar-nav > li:hover > a, .gpi-navbar-nav > li.open > a {
        border-bottom: none;
        border-top:0px;
    }

  .gpi-navbar-inverse .gpi-navbar-nav > li:hover > a.childs {
    position: relative;
    z-index: -10000;
}

     .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: transparent;
        width:100%;     
        padding:0px;  
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > 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>li>a{
            color:#151748;

        }

        .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
            color:#3C568F;

        }

          .gpi-navbar-inverse .gpi-navbar-nav > li:hover > ul.gpi-dropdown-menu .full-width-container, .gpi-navbar-inverse .gpi-navbar-nav > li:hover > .full-width-container {
        display: none;
        border:0px;
    }

    .gpi-navbar-inverse .gpi-navbar-nav > li.open > ul.gpi-dropdown-menu .full-width-container, .gpi-navbar-inverse .gpi-navbar-nav > li.open > .full-width-container {
        display: block;
        margin-top:1px;
    }


    .gpi-navbar-nav > li .menu-petit .gpi-dropdown-menu {
        padding-left: 0px;
        padding-right: 0px;
           border-top:0px;
           background:none;
    }

    .gpi-navbar-nav > li:hover .menu-petit .gpi-dropdown-menu{
        display:none;
    }

    .gpi-navbar-nav > li.open .menu-petit .gpi-dropdown-menu{
        display:block;
        position:static;
        width:100%;       
        margin-top:0px !important;
        padding-top:5px;
       
    }
    
     .gpi-navbar-nav > li.open .menu-petit .gpi-dropdown-menu.nivell-3{
        padding-left:15px;
        border-top:0px !important;
        padding-top:0px;
     }

    .gpi-navbar-nav > li.open .menu-petit .gpi-dropdown-menu a{
        position:static;
    }

    .gpi-navbar-inverse .gpi-navbar-nav > li:hover > .full-width-container > ul.gpi-dropdown-menu {
        display: block;
        border-top:0px;
        padding: 0;
        background:transparent;
    }

    .full-width-container > ul > li{
        border-right:0px;
    }

    .gpi-navbar-nav > li:hover .menu-petit{
        position: static;
    }

    .full-width-container {
        position: static;
    }

        .full-width-container > ul > li {
            display: block;
            padding:5px 0px;
        }

           .gpi-navbar {
        border: 0px;
    }

           
           .gpi-navbar-nav > li > a{
               padding: 8px 0px;
               border-bottom:0px;
               text-align:left;
           }

           
           .gpi-navbar-nav > li:first-child a,   .gpi-navbar-nav > li:last-child a{
               padding: 8px 0px;
           }

           .gpi-navbar-nav > li.open .menu-petit .gpi-dropdown-menu li{
               line-height:20px;
           }

         

           /** redefinim estils del bootstrap per aquesta amplada */
           .navbar-nav .open .dropdown-menu{
               position:static;
               float:none;
               width:auto;
               margin-top:0px;
               border:0px;
               box-shadow:none;
           }

           .navbar-nav .open .dropdown-menu>li>a{
               line-height:20px;
           }

           .navbar-nav .open .dropdown-menu>li>a, .navbar-nav .open .dropdown-menu .dropdown-header{
               padding: 5px;
           }
/****/

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
        border-color:#dce6e9;
        overflow-x:hidden;
    }

   #headerMenu {
    background: #FFFFFF;
    }


    .container-google-maps{
        height:300px;
    }

    #headerSup .telefonCap{
        margin-top:15px;
    }

    #headerMenu .logo img{
        max-height:100%;
         margin-top: -60px;
    }
    
      /*#menuFix .logo img, #menuFix.affix .logo img  {
            max-height:70px;
            margin-top:-15px;
            margin-bottom:10px;
        }*/
      
    .capBanner #tabs{
        display:none;
    }
     
    .itemNews{
        margin-top:0px;
    }

    .item-noticies {
        display: block;
    }

        .item-noticies .row {
            display: block;
            margin: 0 -15px;
        }

            .item-noticies .row > div {
                display: block;
                float: none;
                padding: 0 15px !important;
                margin-top: 0 !important;
            }

                .item-noticies .row > div:first-child {
                    background: none !important;
                }

                    .item-noticies .row > div:first-child a {
                        position: static;
                        top: 0;
                        bottom: 0;
                        left: 0;
                        right: 0;
                        display: block;
                    }

                        .item-noticies .row > 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 {
            background: #FFFFFF;
            padding: 25px 25px;
        }

            .item-noticies .desc .btn {
                margin-top: 20px;
                text-align: center;
                display: block;
                float: none;
            }

 
     .fitxa .descripcio h1, .fitxa .descripcio h2 {
        text-align: left;
    }

     
    .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 {
        margin-top: 20px;
    }

    .wrap {
        height: auto;
        margin: 0 auto -120px;
        min-height: 100%;
        padding: 0 0 120px;
    }

  

    #footer {
        height: auto;
        position: relative;
    }

    #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 {
        height: 150px;
    }

 
  

    .logo {
        margin-bottom: 5px;
    }
  

   
    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;
    }

    #footer .gpi-contingut tbody, #footer .gpi-contingut tr{
        width:100%;
        display:block;
    }
    
    .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 {
		display:none
	}
	

 
    .caixaIdiomes{
        margin-left: 0px;
        padding-left: 0px;
        border-left: 0px;
        margin-top:5px;
    }

    .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;
        }
        .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%;
    }


/*** 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 **************/
}


@media (max-width:390px) {
    #headerMenu .logo img {
        margin-top: -20px;
    }

    .navbar-inverse .navbar-toggle{
        margin-top:80px;
    }
}