﻿/*FIRA SANS*/

@font-face {
    font-family: 'fira_sanslight';
    src: url('../fonts/firasans-light-webfont.woff2') format('woff2'),
         url('../fonts/firasans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sansmedium';
    src: url('../fonts/firasans-medium-webfont.woff2') format('woff2'),
         url('../fonts/firasans-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sansregular';
    src: url('../fonts/firasans-regular-webfont.woff2') format('woff2'),
         url('../fonts/firasans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'fira_sanssemibold';
    src: url('../fonts/firasans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/firasans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'barlow_condensedregular';
    src: url('../fonts/barlowcondensed-regular-webfont.woff2') format('woff2'),
         url('../fonts/barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html, body, form {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: fira_sanslight, 'Fira Sans', sans-serif;
    color: #545464;
    line-height: 1.7;
    background: transparent;
    font-variant-ligatures:none;
}

table {
    font-size: 14px;
    font-family: fira_sanslight, 'Fira Sans', sans-serif;
    table-layout: fixed;
}

p, h1, h2, h3, h4, h5 {
    font-family: fira_sanslight, 'Fira Sans', sans-serif;
}

a {
    color: #3a692d;
    text-decoration: none;
}

    a:focus {
        outline: 0;
    }


    a.sel, a:hover {
        color: #97b832;
        text-decoration: none;
    }

    a img {
        border: none;
    }

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}


.img-responsive{
    display: block;
    max-width: 100%;
    height: auto !important;
}

.container-gpi{
    padding-left:42px;
    padding-right:42px;
}


/****FRANJA XARXES SOCIALS CAPCALERA*/
.franjaXarxesCap {
    padding: 5px 0;
    background: transparent;
}

    .franjaXarxesCap .gpi-titol-social {
        display: none !important;
    }

    .franjaXarxesCap ul.gpi-social {
        float: right;
        margin-right: 20px;
    }

ul.gpi-social {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.gpi-social li {
        display: inline-block;
        padding: 0 8px;
    }

        ul.gpi-social li:first-child {
            padding-left: 0;
        }

        ul.gpi-social li:last-child {
            padding-right: 0;
        }

        ul.gpi-social li a{
            font-size:0;
        }

        ul.gpi-social li a i {
            font-size: 18px;
            color: #6C735E;
            -moz-transition: all 0.4s;
            -o-transition: all 0.4s;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            margin-right: 0 !important;
        }

        ul.gpi-social li a:hover i {
            color: #618411;
        }
/***FI FRANJA XARXES SOCIALS CAPCALERA***/

/** MENU SUPERIOR **/

#gpi_menu_superior {
    top: 0px;
    z-index: 100;
    border-bottom: 0px;
    background: #FFFFFF;
    position: relative;
    padding:10px 120px;
}

.gpi-navbar {
    background: transparent;
    border: 0px;
    margin-bottom: 0;
    margin-top: 56px;
    padding: 0 25px;
    min-height: 10px;
}

.nav-dreta{
    float:right;
}



.gpi-navbar-nav > li{
    padding:0px 35px;
}

.gpi-navbar-nav > li:first-child{
    padding-left:0;
}

.gpi-navbar-nav > li:last-child{
    padding-right:0;
}

.gpi-navbar-nav > li > a {
    font-family: fira_sansregular, 'Fira Sans', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    padding: 36px 15px 0;
    color:#3a692d;
    letter-spacing:0.5px;
}


.gpi-navbar-nav > li > a::before {
    background-color: #3a692d;
    bottom: -10px;
    content: '';
    display: inline-block;
    height: 2px;
    left: 0;
    position: absolute;
    -moz-transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
    -o-transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
    transition: all 0.6s cubic-bezier(0.4,0,0.2,1);
    width: 0;
}

.gpi-navbar-nav > li:hover > a::before, .gpi-navbar-nav > li.active > a::before {
    width: 100%;
}

.gpi-navbar-nav > li:hover > a {
    color: #97b832;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
}

.gpi-navbar-inverse .gpi-navbar-nav > li > a {
    background: none;
    color: #3a692d;
    /*border-bottom:3px solid transparent;*/
    -moz-transition: all 0.4s;
    -o-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

    .gpi-navbar-inverse .gpi-navbar-nav > li > a:hover, .gpi-navbar-inverse .gpi-navbar-nav > li > a.sel {
        background: none;
        color: #97b832;
        /*border-bottom:3px solid [GENERAL_BORDER_TIT_MENU];*/
    }

    .gpi-navbar-inverse .gpi-navbar-nav > li > a:focus{
        background:none;
    }

.gpi-navbar .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a.sel {
    background: none;
    color: #97b832;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a.sel {
    background: none;
    color: #97b832;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}


.gpi-navbar-toggle {
    margin-top: 13px;
    margin-bottom: 13px;
}

.navbar-collapse {
    float: right;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #97b832;
}


/** FI-MENU **/
/**inici submenu**/

.logoSubMenu {
    max-height: 60px;
    margin-top: 10px;
}

#subMenu {
    /*height:90px;*/
    width: 100%;
    background: #FFFFFF;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    /*opacity:.9;*/
    padding: 12px 125px;
float: right;
border-bottom: 1px solid #97b832;
}

.submenu-navbar-nav > li > a {
    font-family: fira_sansregular, 'Fira Sans', sans-serif;
    font-size: 14px;
    color: #3a692d;
    padding: 30px 14px 18px;
    text-transform: uppercase;
    float: right;
    margin: 0px;
    text-align: center;
    background: none;
}


    .submenu-navbar-nav > li > a:hover {
        background: none;
        color: #97b832;
    }

    .submenu-navbar-nav > li > a:focus {
        background: none;
        /*color: #97b832;*/
    }

    #subMenu li.active a{
         color: #97b832;
    }




.margin-70 {
    padding-top: 70px;
}

/**fi submenu**/
/***BANNER CAROUSEL***/
.fonsBanner {
    height: 485px;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

/*.fonsBanner .carousel-inner > .item > img, .fonsBanner .carousel-inner > .item > a > img {
display:none;
}*/

    .fonsBanner .carousel-caption-alone, #top-carousel .carousel-caption {
        bottom: auto;
        text-align: left;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0;
        top: 180px;
        opacity: 0;
        display: none;
        text-shadow: none;
    }

        #top-carousel .carousel-caption .first-word {
            display: block;
        }

        .fonsBanner .carousel-caption-alone h2, #top-carousel .carousel-caption h2 {
            color: #3a692d;
            font-size: 27px;
            font-family: fira_sansregular, fira_sansregular, 'fira_sans', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.35px;
            margin: 0;
        }

        .fonsBanner .carousel-caption-alone h3, #top-carousel .carousel-caption h3 {
            color: #97b832;
            font-size: 25px;
            font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            background: #3a692d;
            line-height: 24px;
            padding: 8px 12px;
            margin: 0;
            margin-top: 13px;
            float: left;
        }


#top-carousel {
    height: 485px;
    width: 100%;
    position: relative;
    margin-bottom:65px;
}

    #top-carousel .carousel-inner, #top-carousel .carousel-inner .item {
        height: inherit;
    }

        #top-carousel .carousel-inner .item {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            width: 100%;
            position: absolute;
        }

        #top-carousel .carousel-inner .item img{
            display:none;
        }


    #top-carousel .carousel-caption.carousel-caption-right {
        left: auto;
        right: 800px;
        text-align: right;
    }

    #top-carousel .carousel-caption.carousel-caption-left {
        left: 800px;
        right: auto;
    }

    #top-carousel .carousel-caption.carousel-caption-top {
        left: 15px;
        right: 20%;
        top: 100%;
    }

    #top-carousel .carousel-caption.carousel-caption-bottom {
        left: 85px;
        right: 20%;
        top: 0px;
    }

    #top-carousel .carousel-indicators {
        text-align: left;
        margin-left: 0;
        bottom: 10px;
    }

        #top-carousel .carousel-indicators li {
            background: #97b832;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
            border:0;
        }

        #top-carousel .carousel-indicators .active {
            background-color: #1E3618;
            width: 10px;
            height: 10px;
            margin: 1px;
        }

        .containerTextBanner{
            padding:55px;
            background:#1E3618;
            position: absolute;
            display: block;
            top: 45px;
            z-index: 1;
            left:45px;
            
             color:#FDFDFD;
        }

        .containerTextBanner .titolBanner{
            font-family:barlow_condensedregular;
            font-size:33px;
            text-transform:uppercase;
            color:#97b832;
            margin-bottom:25px;
        }

        .containerTextBanner .titolBanner span{
            color:#FDFDFD;
        }

        .containerTextBanner h1{
            font-size:24px;
            letter-spacing:0.5px;
             font-family:fira_sanslight, 'Fira Sans' , sans-serif;
             margin:0;
        }

        .containerTextBanner h2{
            font-size:14px;
            letter-spacing:0.75px;
            line-height:22px;
             font-family:fira_sanslight, 'Fira Sans' , sans-serif;
             margin-top:20px;
             margin-bottom:0;
        }

        .containerTextBanner .telefonCap{
            font-family:fira_sanssemibold;
            font-size:42px;
            letter-spacing:0.25px;
            color:#97b832;
            line-height: 42px;
            margin-top: 55px;
        }

/***FI BANNER CAROUSEL****/

/***BLOC 1*/

#descrip1 {
    position: relative;
    background: [BLOQUE1_FONDO];

    z-index: 10;
}

#descrip1 .titol, #descrip3 .titol, #descrip5 .titol, #descrip-botiga .titol{
font-family: fira_sanslight, 'Fira Sans', sans-serif;
font-size:36px;
letter-spacing:0.5px;
color: #1E3618;
text-align:center;
text-transform:uppercase;
margin:0;
}

#descrip1 .titol span, #descrip3 .titol span, #descrip-botiga .titol span, #descrip5 .titol span, #descrip2 h3 span{
    position: relative;
display: inline-block;
}

#descrip1 .titol span:after, #descrip3 .titol span:after, #descrip-botiga .titol span:after, #descrip5 .titol span:after, #descrip2 h3 span:after{
    content: "";
display: block;
height: 2px;

/*background: rgba(28,28,85,1);
background: -moz-linear-gradient(left, rgba(28,28,85,1) 0%, rgba(144,131,119,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(28,28,85,1)), color-stop(100%, rgba(144,131,119,1)));
background: -webkit-linear-gradient(left, rgba(28,28,85,1) 0%, rgba(144,131,119,1) 100%);
background: -o-linear-gradient(left, rgba(28,28,85,1) 0%, rgba(144,131,119,1) 100%);
background: -ms-linear-gradient(left, rgba(28,28,85,1) 0%, rgba(144,131,119,1) 100%);
background: linear-gradient(to right, rgba(28,28,85,1) 0%, rgba(144,131,119,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c1c55', endColorstr='#908377', GradientType=1 );*/

background:#97b832;

width: 68px;
margin: 0px auto 0;
opacity: 1;
}

#descrip1 .subtitol{
    font-family:fira_sanslight, 'Fira Sans', sans-serif;
    font-size:24px;
    letter-spacing:0.5px;
    text-align:center;
    margin:0;
    color:#3A692D;
    margin-top:20px;
    margin-bottom:45px;
}

#descrip1 .servei{
    margin-bottom:40px;
}
#descrip1 .servei:nth-child(5n+1){
    clear:both;
}

    #descrip1 .servei i {
        font-size: 100px;
        text-align: center;
        display: block;
        color: #3a692d;
    }

#descrip1 .sepServei{
    border-bottom:4px solid #97b832;
    opacity:1;
    margin-top:3px;
}

#descrip1 .servei .peuServeis h2{
    font-family:fira_sansmedium, 'Fira Sans', sans-serif;
    font-size:18px;
    letter-spacing:0.5px;
    text-transform:uppercase;
    text-align:center;
    color:#3a692d;
    margin:20px 0 25px 0;
}

#descrip1 .servei .peuServeis h3{
    font-family:fira_sanslight, 'Fira Sans', sans-serif;
    font-size:14px;
    line-height:20px;
    color:#545464;
    text-align:justify;
}


/***FI BLOC 1*/

/**BLOC 2***/
#descrip2 {
    z-index: 10;
    position: relative;
   
}

#descrip2 .parallaxie, #descrip2 .parallaxFix, #descrip2 .paraxify{
     padding:90px 0;
}

#descrip2 .paraxify{
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}

#descrip2 .parallaxFix{
background-position: center center;
-webkit-background-size: cover;
background-size: cover;
   position:relative;
   background-repeat: no-repeat;
}

    #descrip2 .titol h3 {
        font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
        font-size: 36px;
        color: #3a692d;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        margin: 0;
        text-align: left;
    }

    #descrip2 .titol h3 span:after{
opacity: 0;
}

    #descrip2 .titol h4 {
        font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
        font-size: 24px;
        text-align: left;
        color:#97b832;
        letter-spacing: 0.25px;
        margin-bottom:35px;
        margin-top:20px;
    }

    #descrip2 .titol .descrip{
        font-size:16px;
        text-align:justify;
        color:#545464;
    }

    #descrip2 .titol .titol2_2{
        margin-top:70px;
        margin-bottom:30px;
        font-family:fira_sanslight, 'Fira Sans', sans-serif;
        font-size:18px;
        text-transform:uppercase;
        color:#3a692d;
        overflow: hidden;
    }

        #descrip2 .titol .titol2_2 span {
            display: inline-block;
            position: relative;
        }

            #descrip2 .titol .titol2_2 span:after, #descrip2 .titol .titol2_2 span:before {
                background: #DAD6D2 none repeat scroll 0 0;
                bottom: 9px;
                content: "";
                height: 1px;
                position: absolute;
                width: 1px;
            }

            #descrip2 .titol .titol2_2 span::after {
    margin-right: -2000px;
    padding-right: 2000px;
    right: -9px;
}




/**FI BLOC 2*/

/***INICI BLOC 3*/
#descrip3, #descrip-botiga {
    padding: 12px 25px;
    z-index: 12;
    margin-top: 10px;
    position: relative;
}

#descrip3 .titol, #descrip-botiga .titol{
    margin-bottom:50px;
}


#descrip3 figure, #descrip-botiga figure{
    position:relative;
    margin-bottom:30px;
}

    #descrip3 figure.effect-projecte img, #descrip-botiga figure.effect-projecte img {
        opacity: 1;
        -moz-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
    }

    #descrip3 figure.effect-projecte:hover img, #descrip-botiga figure.effect-projecte:hover img{
        opacity:0.7;
    }

        #descrip3 figure.effect-projecte .containerDades, #descrip-botiga figure.effect-projecte .containerDades{
            position:absolute;
            bottom:10px;
            width:100%;
            padding:0 14px;
        }

        #descrip3 figure.effect-projecte .containerDades .dades, #descrip-botiga figure.effect-projecte .containerDades .dades{
            background:#1E3618;
            padding:15px 0;
            text-align:center;
        }

        #descrip3 figure.effect-projecte .containerDades .dades .titolEquip,  #descrip-botiga figure.effect-projecte .containerDades .dades .titolEquip{
            font-family:fira_sanslight, 'Fira Sans', sans-serif;
            font-size:20px;
            color:#FDFDFD;
            letter-spacing:0.5px;
            line-height:22px;
        }
            #descrip3 figure.effect-projecte .containerDades .dades h3, #descrip-botiga figure.effect-projecte .containerDades .dades h3 {
                font-family: fira_sanslight, 'Fira Sans', sans-serif;
                font-size: 14px;
                color: #97b832;
                letter-spacing: 0.25px;
                text-transform: uppercase;
                margin: 0;
                margin-top: -12px;
                opacity: 0;
                -moz-transition: all 0.4s ease 0s;
                -o-transition: all 0.4s ease 0s;
                -webkit-transition: all 0.4s ease 0s;
                transition: all 0.4s ease 0s;
            }

        #descrip3 figure.effect-projecte:hover .containerDades .dades h3, #descrip-botiga figure.effect-projecte:hover .containerDades .dades h3{
            opacity:1;
            margin-top:12px;
        }



/**FI BLOC 3*/
/**INICI BLOC 4***/

#descrip4 {
    position:relative;
    margin-bottom:18px;
    margin-top:18px;
}

/*MAPA*/
.container-google-maps {
    /* height: 618px; */
    height: 460px;
    overflow: hidden;
    display: block;
    /*position: absolute;
    left: 0;
    right: 50%;
    bottom: -20px;
    top: 0;*/
    /*margin-right: 15px;*/
    position:relative;
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 0;
    height: 100%;
}

/*.embed-responsive {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transform: skewY(-1.2deg);
    -ms-transform: skewY(-1.2deg);
    -moz-transform: skewY(-1.2deg);
    -o-transform: skewY(-1.2deg);
    transform: skewY(-1.2deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 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%;
        /* -webkit-filter: grayscale(100%);
        -moz-filter: grayscale(100%);
        -ms-filter: grayscale(100%);
        -o-filter: grayscale(100%);
        filter: grayscale(100%);
        filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
        filter: gray;*/
    }

.container-google-maps-banner {
    height: 444px;
    overflow: hidden;
    display: block;
    margin-bottom: 60px;
}

.container-google-maps .embed-responsive .embed-responsive-item, .container-google-maps .embed-responsive iframe {
    /*top: -17%;*/
    top: 0;
}



/**FI BLOC 4***/

/**INICI BLOC 5***/
#descrip5 {
    position: absolute;
    /*background: #FFFFFF;*/
    z-index: 1;
    /* top: 260px; */
    top: 0;
    /*padding:0 45px;*/
    /* left: 45px;
    right: 45px; */
    background: #1E3618;
    padding: 30px 0 0;
    width: 100%;
}

    #descrip5 .titol {
        color: #E7E7EE;
    }

    #descrip5 .titol span::after {
   
/*background: rgba(231,231,238,1);
background: -moz-linear-gradient(left, rgba(231,231,238,1) 0%, rgba(146,132,120,1) 100%);
background: -webkit-gradient(left top, right top, color-stop(0%, rgba(231,231,238,1)), color-stop(100%, rgba(146,132,120,1)));
background: -webkit-linear-gradient(left, rgba(231,231,238,1) 0%, rgba(146,132,120,1) 100%);
background: -o-linear-gradient(left, rgba(231,231,238,1) 0%, rgba(146,132,120,1) 100%);
background: -ms-linear-gradient(left, rgba(231,231,238,1) 0%, rgba(146,132,120,1) 100%);
background: linear-gradient(to right, rgba(231,231,238,1) 0%, rgba(146,132,120,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7e7ee', endColorstr='#928478', GradientType=1 );*/

background:#97b832;


}

    #descrip5 .text-contacte {
        font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
        font-size: 22px;
        color: #97b832;
        letter-spacing: 0.65px;
        margin: 14px 0;
        text-align:center;
    }

    #descrip5 iframe{
        height:300px;
    }





/**FI BLOC 5***/

/*************FORMULARI CONTACTE******/

.titolform {
}

.formularilite {
    margin-top: 20px;
}

.form-control {
    background-color: #D8D7DA;
    border: 1px solid transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #6D646D;
    font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
    font-size: 14px;
    /*text-transform: capitalize;*/
    margin: 12px 0;
    width: 100%;
}

    .form-control:focus {
        border-color: #B5BDAB;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 none;
    }

    textarea.form-control {
    height: 80px;
}



a.gpi-link-condicions, a.gpi-link-condicionsComercial {
    color: #C1C975;
}

a.gpi-link-condicions:hover, a.gpi-link-condicionsComercial:hover {
    color: #97b832;
}

.conditions .CHECKBOX, .CHECKBOX {
    border: medium none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    width: 40px;
}

#formulari input[type="checkbox"] {
    margin-left: 4px;
}

.container-checkbox, .container-checkbox2 {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 0px;
    padding-left: 20px;
    /*margin-left: 15px;*/
    padding-right: 15px;
}

    .container-checkbox input[type="checkbox"], .container-checkbox2 input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        margin-top: 4px;
        margin-left: -20px;
    }

    .container-checkbox label, .container-checkbox2 label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        min-height: 20px;
        font-weight: 400;
        cursor: pointer;
        font-size: 12px;
        color: #cdcfcf;
    }

    .text lega a{
        color:#97b832;
    }

        .container-checkbox label:before, .container-checkbox2 label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 17px;
            height: 17px;
            left: 0;
            margin-left: -20px;
            border: 1px solid #ccc;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            background-color: #fff;
            -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: 2px;
        }

        .container-checkbox label:after, .container-checkbox2 label:after {
            display: inline-block;
            position: absolute;
            width: 16px;
            height: 16px;
            left: 0;
            margin-left: -20px;
            padding-left: 3px;
            padding-top: 1px;
            font-size: 11px;
            color: #3a692d;
            top: 0px;
        }

    .container-checkbox input[type="checkbox"]:checked + label:after, .container-checkbox2 input[type="checkbox"]:checked + label:after {
        font-family: 'Font Awesome 5 Free';
        content: "\f00c";
        font-weight: 900;
    }

.popover {
    top: auto;
    bottom: 0px;
    margin-bottom: -50px;
}

.fa-text-right {
    margin-right: 10px;
}

.boto {
    background: #618411 none repeat scroll 0 0;
    float: right;
    height: 35px;
    line-height: 35px;
    padding: 0 20px;
    text-transform: uppercase;
    display: block;
    /*margin-right: 15px;*/
    font-size: 22px;
    font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
    color: #D7D6D9;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border:0;
    width:100%;
}


    .boto:focus, .boto:hover {
        background: #97b832 none repeat scroll 0 0;
        color: #1D1D55;
    }

/**********FI FORMULARI CONTACTE********/

/*TELEFON CAPCALERA*/
.telCap{
float:right;
margin-right: 45px;
margin-top: 5px;
}

.telCap a, .telCap{
font-family: fira_sansmedium, fira_sansregular, 'fira_sans', sans-serif;
font-size: 22px;
color: #FDFDFD;
letter-spacing: 0.25px;
}

.telCap a i, .telCap i{
    font-size:30px;
    margin-right:15px;
    color:#A9D512;
    position: relative;
vertical-align: middle;
margin-top: -6px;
}

.telCap a:hover{
    color:#A9D512;
}

.telCapFix{
float:right;
margin-top: 5px;
margin-right:15px;
}

.telCapFix a, .telCapFix{
font-family: fira_sansmedium, fira_sansregular, 'fira_sans', sans-serif;
font-size: 19px;
color: #FDFDFD;
letter-spacing: 0.25px;
}

.telCapFix a i, .telCapFix i{
    font-size:26px;
    margin-right:15px;
    color:#A9D512;
    position: relative;
vertical-align: middle;
margin-top: -6px;
}

/*FI TELEFON CAPCALERA*/

/**INICI FOOTER**/
#footer {
    background-color: #101D0C;
    height: 200px;
    margin-top: -200px;
    padding-top: 30px;
    position: relative;
    padding-left:45px;
    padding-right:45px;
}


#wrap {
    padding: 0 0 200px;
    min-height: 100%;
    height: auto;
    overflow: hidden;
}

.logoFooter {
    float: right;
    padding-top: 33px;
    margin: 14px;
    max-height: 220px !important;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}

/**FI FOOTER**/

.credits {
    border-top: 1px solid #7F7472;
    /*margin-top: 20px;*/
    padding-top: 14px;
    color: #676D5A;
}

    .credits p {
        font-size: 12px;
        font-family: fira_sansregular;
        margin-right: 10px;
    }

    .credits a, .credits .btn-link {
        color: #676D5A;
    }

    .credits .btn-link {
        font-size: 12px;
        padding: 0;
        margin: 0;
        margin-top: -6px;
    }

    .credits a:hover {
        color: #616431;
    }

    .credits .btn-link:hover, .credits .btn-link:focus {
        color: #616431;
        text-decoration: none;
        background-color: transparent;
    }

/** ITEM PEU**/
.itemPeu {
    
}

.itemPeu .adreca{
            color: #EFECE8;
        letter-spacing: 0.5px;
        font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
        font-size: 14px;
        margin-right: 20px;
        margin-bottom:24px;
}

.itemPeu i{
    color:#618411;
    font-size:18px;
    margin-right:10px;
}

    .containerXarxesPeu .textXarxesPeu {
        color: #CBC3BD;
        letter-spacing: 0.5px;
        font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
        font-size: 14px;
        margin-right: 20px;
    }

.itemPeu {
    color: #EFECE8;
    letter-spacing: 0.5px;
    font-family: fira_sanslight, fira_sansregular, 'fira_sans', sans-serif;
    font-size: 14px;
    margin: 15px 0 24px;
}

.itemPeuB{
    float:right;
}



    .itemPeu .telf {
        color: #97B832;
        font-size: 26px;
        font-family: fira_sansmedium, fira_sansregular, 'fira_sans', sans-serif;
        margin: 0px 0 24px;
        line-height:26px;
    }

    .itemPeu .telf i {
        font-size: 24px;
    }

    .itemPeu .email i {
        font-size: 12px;
    }

    .itemPeu .email a {
        color: #EFECE8;
        -moz-transition: all 0.2s;
        -o-transition: all 0.2s;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .itemPeu .email a:hover {
            color: #97B832;
        }

img.desaturate {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.txt_right {
    text-align: right;
}


#peuLogo {
    margin-top: -6px;
}
/**FI ITEM PEU**/

.modal-dialog {
    left: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    width: 80%;
}

.modal-body {
    font-size: 14px;
    text-align: justify;
    overflow-y: auto;
}

    .modal-body a {
        color: [MODAL_COLOR_LINK_DES];
    }

        .modal-body a:hover, .modal-body a:focus {
            color: [MODAL_COLOR_LINK_ACT];
        }


#gpi-back-top {
    bottom: 0;
    position: fixed;
    right: 30px;
    display: none;
    z-index:100;
}

    #gpi-back-top a {
        color: #B1A79D;
        display: block;
        float: right;
        text-align: center;
        text-decoration: none;
        -moz-transition: all 0.5s ease 0s;
        -o-transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease 0s;
        transition: all 0.5s ease 0s;
        font-size: 40px;
    }

        #gpi-back-top a i.fa {
            /*filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0.5);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg);*/
            display: inline-block;
        }

        #gpi-back-top:hover a, #gpi-back-top a:hover, #gpi-back-top a:focus {
            color: #3a692d;
        }



/** BOTO BACKTOTOP **/
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    /* image replacement properties */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: transparent 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;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: none;
    z-index: 5;
}

    .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.cd-is-visible {
        /* the button becomes visible */
        visibility: visible;
        opacity: 1;
    }

    .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: transparent;
        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 **/



/*COOKIES***********************************/
#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: #000000;
    display: none;
    float: none !important;
    min-height: 25px;
    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: 999;
    bottom: 0px;
    font-size: 14px;
    color: #FFFFFF;
}

    #cookies_banner a {
        color: #FFFFFF;
    }

        #cookies_banner a:hover {
            color: #97b832;
        }

.botons-cookies {
    display: flex;
    justify-content: center;
}

#cookies_accept{
    cursor: pointer;
    margin: 10px;
    float: none !important;
    background: #618411;
    -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: [BOTO_COLOR_TEXT];
    -o-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    clear: both;
    border:1px solid [BOTO_COLOR_TEXT];
}

    #cookies_accept:hover {
        background: #97b832;
        color: [BOTO_COLOR_TEXT_ACT];
    }

#cookies_banner p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

#cookies_banner .legal-trigger{
	color:#97b832;

}

/**MIDES RESPONSIVE**/
@media (min-width:1200px) and (max-width:1400px) {
    .gpi-navbar-nav > li {
        padding: 7px 24px;
    }

        #gpi_menu_superior {

    padding: 10px 40px;
}

    .containerTextBanner {
    padding: 35px;
    top: 58px;

}

    #subMenu {
    padding: 12px 45px;
}
}

@media (max-width:1200px) {
    #descrip5 iframe {
        height: 420px;
    }
    .container-google-maps {
    height: 900px;
}

        #descrip1 .titol, #descrip3 .titol, #descrip-botiga .titol, #descrip5 .titol, #descrip2 .titol h3  {
    font-size: 30px;
}

    #descrip1 .subtitol, #descrip2 .titol h4 {
    font-size: 22px;
}

        #top-carousel {
        margin-bottom:40px;
    }

        #formulari #nom-input input.form-control, #formulari #tel-input input.form-control, #formulari #miss-input textarea.form-control{
            margin-top:0;
        }

}


@media (min-width:992px) and (max-width:1199px) {
    #gpi_menu_superior {
    padding: 27px 40px;
}

    #subMenu {
    padding: 12px 40px;

}

    .gpi-navbar-nav > li {
    padding: 15px 5px;
}

    .gpi-navbar-nav > li > a {
        padding: 0 12px;
    }

    .gpi-navbar {
        margin-top: 50px;
    }

    #top-carousel {
        height: 420px;
    }

    .containerTextBanner {
    padding: 35px;
}

    .containerTextBanner .telefonCap {
    margin-top: 32px;
}

    .containerTextBanner .titolBanner {
    margin-bottom: 10px;
}



    #descrip5 .text-contacte{
        font-size:20px;
    }

    #descrip1 .descripBloc1 h1 {
        font-size: 14px;
    }

    #descrip1 .descripBloc1 h3 {
        font-size: 20px;
    }

    #descrip2 .parallaxie, #descrip2 .parallaxFix {
    padding: 65px 0;
}

    #descrip1 .descripBloc1 h4 {
        line-height: 20px;
    }

    #descrip2 .servei i {
        font-size: 112px;
    }

    #descrip2 .titol .titol2_2 {
    margin-top: 50px;
}


    figure.effect-projecte p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 18px;
    }

    figure.effect-projecte h3 {
        margin: 10px 0;
    }

    figure figcaption {
    padding: 20px;
}

        .telCapFix a:hover{
        color:#A9D512;
    }

        .telCap{
            margin-right:36px;
        }
}





@media (min-width:768px) and (max-width:991px) {
    #gpi_menu_superior {
    padding: 27px 15px;
}
        #subMenu {
    padding: 12px 15px;
}
    .gpi-navbar-nav > li {
    padding: 15px 5px;
}

    .gpi-navbar-nav > li > a {
        padding: 0 4px;
        font-size: 14px;
        letter-spacing:0;
    }

    .gpi-navbar {
        margin-top: 41px;
    }

    .containerTextBanner {
    padding: 20px;
    top:30px;
    left:30px;
}

    .containerTextBanner h1 {
    font-size: 22px;
}

    .containerTextBanner .titolBanner {
    margin-bottom: 12px;
}

    .containerTextBanner .telefonCap {
    font-size: 35px;
    margin-top: 25px;
}

    #top-carousel {
        height: 330px;
    }

    #descrip2 .servei:nth-child(5) {
        clear: none;
    }

    #descrip2 .servei:nth-child(6), #descrip2 .servei:nth-child(4), #descrip2 .servei:nth-child(8) {
        clear: both;
    }

    #descrip2 .servei {
        border-left: 0px solid #cde6ad;
    }

        .telCap a, .telCap {
    font-size: 19px;
}

    .telCap a i, .telCap i {
    font-size: 25px;
    margin-top: -4px;
}

    .telCap {
    margin-right: 32px;
}
        .telCapFix {
    margin-right: 8px;
}

        /*#descrip1 .servei img {
    padding:0 40px;
}*/

        #descrip5 .text-contacte {
    font-size: 20px;

}
}

@media (max-width:991px) {
        .container-gpi {
        padding-left: 15px;
        padding-right: 15px;
    }

        figure figcaption {
    padding: 25px;
}

    .container-google-maps {
        position: relative;
        /*height: 350px !important;*/
        right: 0;
        margin-right: 0;
    }

    #descrip1 .row > div:last-child {
        background: none !important;
    }

        #descrip1 .row > div:last-child img {
            display: block !important;
        }

    #descrip1 .row > div {
        display: block;
    }

    #descrip3, #descrip-botiga {
        padding: 10px;
    }

            .telCapFix a:hover{
        color:#A9D512;
    }
}

@media (max-width:767px) {
    #gpi_menu_superior {
    padding: 27px 15px 0;
    
}

        .telCap {
    
    margin-right: 28px;
}

    #gpi-back-top a {
    font-size: 35px;
}

    #gpi-back-top {
    right: 15px;
}

    #descrip1 {
        padding-right: 0px;
        padding-left: 0px;
    }

        #descrip1 .descripBloc1 {
            padding: 25px 15px;
        }


    #gpi_menu_superior::after {
        bottom: -15px;
    }



    .itemPeu, .itemPeu b {
        float: none;
        margin-top: 15px;
        text-align:center;
        margin-bottom:0;
    }

    .itemPeu .adreca {
    text-align: center;
    margin-right:0;
    margin-bottom:0;
}

    .boto {
        font-size: 14px;
    }

    figure.effect-projecte p {
        font-size: 13px;
        letter-spacing: 0;
        line-height: 18px;
    }

    figure.effect-projecte h3 {
        margin: 10px 0;
    }

    #top-carousel {
        height: 445px;
    }

        #top-carousel .carousel-caption .first-word {
            display: none;
        }

    #descrip2 .servei .peuServeis {
        min-height: 0;
    }

    #descrip2 .servei {
        margin: 10px 0;
    }

    .credits p {
        font-size: 10px;
    }

    #footer {
        height: auto;
    }

    .gpi-navbar-header{
        text-align:center;
    }

    .navbar-inverse .navbar-toggle {
        border-color: transparent;
        /*background: [BOTON_MENU_MOV_FONDO_DES];*/
        background: transparent;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        margin-bottom: 18px;
        /*margin-right: 42px;*/
        margin-top: 18px;
        margin-right: 0;
        display: inline-block;
        float: none;
        border-top: 5px solid #97b832;
        border-bottom: 5px solid #97b832;
        padding:0;
        border-right: 0;
border-left: 0;
    }

        .navbar-inverse .navbar-toggle .text {
            font-family: fira_sansregular;
            font-size: 14px;
            letter-spacing: 0.1px;
            color: #3a692d;
            line-height: 16px;
        }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            /*background-color: [BOTON_MENU_MOV_FONDO_ACT];*/
            background-color:transparent;
        }


    .navbar-toggle .icon-bar {
        display: block;
        width: 31px;
        height: 5px;
        -moz-border-radius: 1px;
        -webkit-border-radius: 1px;
        border-radius: 1px;
    }

    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: [BOTON_MENU_MOV_LINIES_DES];
    }

    .navbar-inverse:hover .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar {
        background-color: [BOTON_MENU_MOV_LINIES_ACT];
    }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-top: 2px solid #3a692d;
    /*background: rgba(255,255,255,0.95);
    position:absolute;*/
}

    .navbar-collapse {
        float: left;
        width: 100%;
    }

    .nav > li {
        padding: 8px 0px;
        border-bottom:0px solid #2c2c2c;
    }

    .gpi-navbar-nav{
        padding:12px 16px;
        margin: 0 -15px;
    }

    .gpi-navbar-nav > li:first-child {
    padding-left: 0px;
}

    .gpi-navbar-nav > li > a::before {
    background-color: #B9B1A9;
    width: 100%;
}

    

.gpi-navbar-nav > li:hover > a::before, .gpi-navbar-nav > li.active > a::before {

    background-color: #3a692d;

}

    .gpi-contingut table {
        table-layout: fixed;
    }

        .gpi-contingut table tr td {
            display: block;
            width: 100% !important;
            padding-bottom: 10px;
        }

            .gpi-contingut table tr td img {
                display: block;
                text-align: center !important;
                margin: 0px auto !important;
                /*max-width: 100%;*/
                max-width:75%;
                width: auto;
                height: auto;
            }

    .table > tbody > tr > td {
        border-top: 0px solid #cfcfcf;
    }

    .table > tbody > tr:first-child > td {
        padding-bottom: 10px;
    }

    .gpi-navbar {
        margin-top: 0;
        padding: 0 15px;
    }

    /*.gpi-navbar-nav > li:first-child > a {
        padding-left: 20px;
    }*/

    .carousel-indicators {
        bottom: -20px;
        left: 45%;
    }

    .gpi-navbar-nav > li > a {
    padding: 0;
}

    #submenu{
        display:none !important;
    }

    #gpi-xarxes-copy-xs{
        margin-top:15px;
        padding-left:10px;
    }

    .container-gpi {
    padding-left: 0;
    padding-right: 0;
}

    .containerTextBanner {
padding: 48px 25px;
top: 100px;
    left: 15px;
    right:15px;
}

    .containerTextBanner .titolBanner {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    line-height: 32px;
}
    .containerTextBanner h1 {
    font-size: 18px;
    text-align: center;
}

    .containerTextBanner h2 {
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px;
    text-align: center;
}

    .containerTextBanner .telefonCap {
    font-size: 35px;
    line-height: 35px;
    margin-top: 40px;
    text-align: center;
}

    #top-carousel .carousel-indicators {
    display: none;
}

    #top-carousel .carousel-inner .item {
    background-position: -700px center;
}

    #descrip1 .titol, #descrip3 .titol, #descrip-botiga .titol, #descrip5 .titol, #descrip2 .titol h3 {
    font-family: fira_sansregular, 'Fira Sans', sans-serif;
    font-size: 26px;
}

    #descrip2 .titol h3 {
text-align:center;
}

    

#descrip2 .titol h3 span::after {
    opacity: 1;
    margin: 10px auto 0;

}

    #descrip1 .subtitol, #descrip2 .titol h4 {
    font-size: 18px;
    text-align:center;
    margin-bottom:20px;
}

    #descrip1 .servei {
    /*padding: 0 70px;*/
    margin-bottom:55px;
}

    #descrip2 .parallaxie, #descrip2 .parallaxFix {
    padding: 38px 0;
}

    #descrip2 .titol .titol2_2 {
    margin-top: 50px;
    text-align:center;
}

            #descrip2 .titol .titol2_2 span::before {
    margin-left: -2000px;
    padding-left: 2000px;
    left: -9px;
}

            #descrip3 .titol, #descrip-botiga .titol {
    margin-bottom: 25px;
}

            #descrip5 .text-contacte {
    font-size: 16px;
}

            #descrip5 {
    padding: 30px 15px 0;
    left:15px;
    right:15px;
}

            .itemPeu i {
    display: none;
}

            .itemPeu .telf {
    margin: 0px 0 12px;
}

            .itemPeu .email{
                margin-bottom:15px;
            }

            .xarxessocials{
                text-align:center;
            }

            ul.gpi-social {
    display: inline-block;
}

            .credits{
                text-align:center;
            }

            .credits .btn-link {
    margin: 10px 0 15px;
}

            .containerDistri{
                display:inline-block;
            }

            #footer {
    padding-left: 15px;
    padding-right: 15px;
}

              .container-checkbox label, .container-checkbox2 label, a.gpi-link-condicions, a.gpi-link-condicionsComercial {

    font-size: 13px;

}

}

@media (max-width:400px) {
        #top-carousel {
        height: 445px;
    }
}
