﻿@font-face {
    font-family: 'latobold';
    src: url('../fonts/lato-bold.eot');
    src: url('../fonts/lato-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-bold.woff2') format('woff2'),
         url('../fonts/lato-bold.woff') format('woff'),
         url('../fonts/lato-bold.ttf') format('truetype'),
         url('../fonts/lato-bold.svg#latobold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latolight';
    src: url('../fonts/lato-light.eot');
    src: url('../fonts/lato-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-light.woff2') format('woff2'),
         url('../fonts/lato-light.woff') format('woff'),
         url('../fonts/lato-light.ttf') format('truetype'),
         url('../fonts/lato-light.svg#latolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'latoregular';
    src: url('../fonts/lato-regular.eot');
    src: url('../fonts/lato-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/lato-regular.woff2') format('woff2'),
         url('../fonts/lato-regular.woff') format('woff'),
         url('../fonts/lato-regular.ttf') format('truetype'),
         url('../fonts/lato-regular.svg#latoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, form, body {
    /*height: 100%;*/
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: latoregular, Arial;
    background: #FFFFFF;
    color: #737373;
    padding-bottom: 1052px; /* Mida peu amb circular */
	/*padding-bottom: 767px;  Mida peu sense circular */
}

body.defaultPage{

}

.gpi-fonsWeb{background: #FFFFFF;}

.wrap {
    overflow: hidden;
}

p {
    margin: 0 0 8px 0;
}

.fontColorSkin {
    color: [COLOR_SKIN];
}

.colorFuente {
    color: #737373;
}

.bold {
    font-family: SourceSansPro-Bold, 'Source Sans Pro', sans-serif;
}

.semiBold {
    font-family: SourceSansPro-Semibold, 'Source Sans Pro', sans-serif;
}

.relativeImportant{
    position:relative !important;
}

/*****************************************/
/*GENERALS********************************/
/*****************************************/
#caixaMenu {
    min-height: 120px;
    background: #FDEBD3;
    position: relative;
    z-index: 400;
     /*-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;*/
}

 #caixaMenu.affix {
        top: 0;
        z-index: 20000;
        background-color: #FDEBD3;
        position: fixed;
        width: 100%;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        min-height:auto;
    }


 #caixaMenu.affix #idiomes{
     margin-bottom:0PX;
     line-height:20PX;
      -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
 }

    #caixaMenu .logo img {
        -moz-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }

        #caixaMenu.affix .logo img {
            height: 40px !important;
        }


        #caixaMenu.affix  .logo a {
            margin-top: 10px;
            margin-bottom: 0px;
        }

    #caixaMenu.affix + #banner {
        margin-top: 135px;
    }


#container-content {
    margin-bottom: 25px;
    position: relative;
}

h1.titolContingut, .titolContingut, .titolContingut span.container-title {
    margin: 0;
    letter-spacing:1px;
    padding: 0;
    color: #4e4d53;
    font-size: 22px;
    font-family: latobold;
    margin-bottom: 30px;
    font-weight: normal;
    text-transform:uppercase;
    position:relative;
    display:inline-block;
}

    .titolContingut span.container-title {
        margin-bottom:0px;
    }

    h1.titolContingut span, .titolContingut span {
        font-family:latoregular;
        position:relative;
    }


    .titolContingut span.container-title::after{
       background: #8F8F8F; /* Old browsers */
background: -moz-linear-gradient(left, #8F8F8F 0%, #505050 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8F8F8F 0%,#505050 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8F8F8F 0%,#505050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F8F', endColorstr='#505050',GradientType=1 ); /* IE6-9 */
        bottom: -10px;
        content: '';
        display: inline-block;
        height: 5px;
        left: 0;
        position: absolute;
        width: 100%;
        background:#FDEBD3;
    }

    .subtitolContingut{
        color: #4e4d53;
        font-size: 22px;
        font-family:latolight;
        margin-bottom:12px;
        letter-spacing:1px;
    }

        .subtitolContingut span {
            font-family:latobold;
        }

h2.subtitolContingut {
    margin: 0;
    padding: 0;
    color: #4e4d53;
    font-size: 14px;
    font-family: SourceSansPro-Bold, 'Source Sans Pro', sans-serif;
    font-weight: normal;
}

a {
    color: #444444;
    text-decoration: none;
}

    a.sel, a:hover {
        color: #4e4d53;
        text-decoration: none;
    }

    a img {
        border: none;
    }

.logo a {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo img {
    max-height: 120px;
}

#caixaMenu .container-telf {
    text-align: right;
    margin-top:54px;
}

#caixaMenu .telf {
    font-size: 24px;
    color: #4e4d53;
    font-family: latobold;
    display: inline-block;
}

#caixaMenu .telf a{
    color: #4e4d53;
}  

#caixaMenu .telf p{
    margin-bottom:0px;
    letter-spacing:1px;
}

    #caixaMenu .telf i {
        color:#8F8F8F;
        font-size:26px;
    }

/*#caixaMenu .titolWeb {
    text-align: center;
    padding-top: 31px;
    color: #4d4d4d;
}*/

    /*#caixaMenu .titolWeb p {
        margin: 0px;
    }

    #caixaMenu .titolWeb h1, #caixaMenu .titolWeb h2 {
        margin: 0px;
        padding: 0px;
        font-family: SourceSansPro-Semibold, 'Source Sans Pro', sans-serif;
        font-weight: normal;
        font-size: 18px;
    }*/

.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: 0;
}

/*MENU******************************/
#menu {
    text-align: right;
}

    #menu ul {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }

    #menu li {
        display: inline-block;
        position: relative;
        margin: 0px;
        letter-spacing:0.75px;
        /*padding:10px 0;*/
    }

        #menu li a {
            line-height:56px;
            color: #8F8F8F;
            display: block;
            margin-left: 20px;
            font-size: 14px;
        }

        #menu li:last-child a {
            font-size: 14px;
            font-family: latobold;
            color: #4c4a51;
        }


    #menu ul li:hover a, #menu ul li a.sel { /* s'escriu aixi perquè es quedi seleccionat quan mirem el segon nivell, sino tornaria al color desactivat */
        color: #4e4d53;
    }


    /* Drop Down */

    #menu .column_1 {
        width: 285px;
    }

    #menu .column_2 {
        width: 580px;
    }

    #menu .column_3 {
        width: 815px;
    }

    #menu .column_1, #menu .column_2, #menu .column_3 {
        margin: 0px auto;
        position: absolute;
        float: left;
        display: none; /* Hides the drop down */
        text-align: left;
        padding:10px 5px 10px 15px;
        /*margin-top:5px;*/
        margin-left: 15px;
        background: #FDEBD3;
        z-index: 2;
        border-top:1px solid #C2C2C2;
    }

    #menu ul li:hover .column_1, #menu ul li:hover .column_2, #menu ul li:hover .column_3 {
        left: 0px;
        top: auto;
        display: block;
    }

    #menu ul li .columna {
        width: 270px;
        display: block;
        float: left;
        position: relative;
        padding-right: 15px;
    }

    #menu ul li ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        #menu ul li ul li {
            position: relative;
            float: none;
            display: block;
            padding: 0;
        }

            #menu ul li ul li:hover {
                border: none;
            }

            #menu ul li ul li a {
                background: transparent;
                padding: 3px 0;
                display: block;
                margin: 0;
                font-size: 14px;
                letter-spacing:0.5px;
                font-weight: normal;
            }

                #menu ul li ul li a.sel, #menu ul li ul li a:hover {
                    display: block;
                }

    /*COLORS DEL SEGON NIVELL*/
    #menu ul li .columna a {
        color: #8F8F8F;
        display: block;
        border: none;
        line-height:22px;
    }

        #menu ul li .columna a:hover {
            color: #4e4d53;
            display: block;
        }

    #menu .menu_right {
        float: right;
        margin-right: 0px;
    }

    #menu ul li:hover .align_right {
        display: block;
        top: auto;
        left: auto;
        right: 0px;
    }

.align_right .picto_menu {
    margin-right: 10px;
}

/*****************************************/
/*BOTONS**********************************/
/*****************************************/
a.boto, input.boto, .formulari input.boto {
    padding: 0px;
    color: #6A6A6A;
    font-size: 16px;
    text-transform: uppercase;
    border: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height:25px;
    line-height:25px;
    background:url('/FitxersWeb/67923/fonsBotoSubmit_opcion5.png') no-repeat transparent;
    background-position: top right;
        padding-right: 40px;
        letter-spacing:1px;
    -moz-transition:all 0.2s ease 0s;
	 -webkit-transition:all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
    transition:all 0.2s ease 0s;
    display:inline-block;
}

    a.boto:hover, input.boto:hover, .formulari input.boto:hover {
        /*background: #4e4d53;*/        
        color:#1A1A1A;
        background-position:bottom right;
    }

    .formulari input.boto:focus{
        box-shadow:none !important;
        border-bottom:none !important;
    }

a.botoPager {
    background: #8F8F8F;
    font-size: 13px;
    margin-left: 5px;
    color: #ffffff;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    line-height: 25px;
}

    a.botoPager:hover, .selected a.botoPager {
        background: #505050;
        color: #ffffff;
    }

#paginador {
    margin-right: 15px;
}
/*****************************************/
/*FORMULARIS******************************/
/*****************************************/

.container-form{
    padding-top:30px;
    padding-bottom:30px;
}
.container-form-control {
    margin-bottom: 8px;
}

input.cssLoginPassword, input.cssLoginUser {
}

.formulari input, .formulari textarea, input.cssLoginPassword, input.cssLoginUser {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDBD8;
    padding: 5px;
    color: #303031;
    outline: none;
    font-size: 15px;
    font-family: latoregular, Arial;
    margin: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

    .formulari input:focus, .formulari textarea:focus, input.cssLoginPassword:focus, input.cssLoginUser:focus {
        box-shadow:none;
        border-color: #DDB6B6;
    }

#email {
    padding-left: 7px;
}

#telefon {
    padding-right: 7px;
}

.formulari .CHECKBOX {
    position: relative;
    top: 2px;
    margin-right: 5px;
}

input[type=checkbox].CHECKBOX {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    top: 8px;
}

    input[type=checkbox].CHECKBOX + label.css-label, input[type=checkbox].CHECKBOX + label.css-label2 {
        padding-left: 22px;
        height: 20px;
        display: inline-block;
        line-height: 20px;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        font-weight: normal;
        margin-bottom: 0;
    }

    input[type=checkbox].CHECKBOX:checked + label.css-label, input[type=checkbox].CHECKBOX:checked + label.css-label2 {
        background-position: 0 -20px;
    }

.css-label, .css-label2 {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: url(/FitxersWeb/67923/web-two-style.png);
}

.login input, .login textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDBD8;
    padding: 5px;
    color: #303031;
    outline: none;
}

/*****************************************/
/*BANNER**********************************/
/*****************************************/
.capBanner{
    height: 500px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30PX;
}

.defaultPage{
    margin-bottom:0px;
}
    .capBanner .item, .capBanner .alone {
        background-color: #FFFFFF;
         background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 500px;
        position: absolute;
        width: 100%;
    }

        .capBanner .alone .data, .capBanner .data {
            position: absolute;
            top: 0px;
            bottom: 0px;
            width: 100%;
            left: 15px;
            color: #4E4D53;
        }
        
       .carousel-caption {
            text-shadow: none;
            color:#000000;
        }


    .capBanner .pic img, .capBanner .img img, .capBanner .alone img {
        display: none;
    }

.capBanner .carousel-caption, .capBaner .alone .carousel-caption {
    display: none;
    left: 700px;
    margin: 0 auto;
    opacity: 0;
    right: 0;
    text-align: left;
    top: 145px;
    width: inherit;
    color: #4E4D53;
    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: 100;
    opacity:0.60;
}

    .capBanner #tabs > div {
        background: #FDEBD3 none repeat scroll 0 0;
        /*opacity: 0.4;*/
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        font-size: 1px;
        height: 4px;
        margin-left: 5px;
        width: 30px;
    }

       .capBanner #tabs > div.current, .capBanner #tabs > div:hover{
        background: #8F8F8F none repeat scroll 0 0;
    }

        
       .capBanner .esloganBanner{
           margin-top:130px;
           /*text-transform:uppercase;*/
       }

        .capBanner .esloganBanner div.titol1 {
            font-size: 46px;
            font-family: latoregular;
            line-height: 48px;
            letter-spacing:1px;
        }

        .capBanner .esloganBanner div.titol2 {
            font-size: 40px;
            font-family: latolight;
            line-height: 48px;
        }

        .capBanner .text-destacat {
            margin-top:10px;
            letter-spacing:3px;
        }

       .capBanner .text-destacat span{
           position:relative;
           font-size:50px;
           font-family:latobold;
           /*text-transform:uppercase;*/
       }

        .capBanner .text-destacat span::after{        
        background: #8F8F8F; /* Old browsers */
        background: -moz-linear-gradient(left, #8F8F8F 0%, #505050 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #8F8F8F 0%,#505050 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #8F8F8F 0%,#505050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F8F', endColorstr='#505050',GradientType=1 ); /* IE6-9 */
        background:#FDEBD3;
        bottom: -10px;
        content: '';
        display: inline-block;
        height: 6px;
        left: 0;
        position: absolute;
        width: 100%;
    }

/*****************************************/
/*ACORDEO NOTICIES HOME*******************/
/*****************************************/

.container_Accordion{
    padding-top:45px;
    padding-bottom:45px;
}

#accordion {
    border:none;
}

    #accordion.panel-group .panel {
        border: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background:none;
    }

    #accordion .panel-default > .panel-heading {
        background: none;
        padding: 0 15px;
        padding:0px;
    }

        #accordion .panel-default > .panel-heading h3 {
            color: #141414;
            font-size: 16px;
            font-weight: normal;
            margin: 0;
            line-height: 50px;
            cursor: pointer;
            padding-right: 10px;
            padding: 0;
        }

            #accordion .panel-default > .panel-heading h3 a[aria-expanded="true"] {
                color: #4e4d53;
            }

        #accordion .panel-default > .panel-heading + .panel-collapse > .panel-body {
            border: 0;
            padding: 0 15px 0 0px;
        }

        #accordion .panel-default > .panel-heading h3 a {
            display: block;
            -ms-text-overflow: ellipsis;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            outline: none;
            text-transform:uppercase;
            letter-spacing:0.5px;
        }

            #accordion .panel-default > .panel-heading h3 a:hover, #accordion .panel-default > .panel-heading h3 a:focus {
                text-decoration: none;
                color: #4e4d53;
            }

            /*#accordion .panel-default > .panel-heading h3 a:before {
                content: "+";
                display: inline-block;
                margin-right: 15px;
                position: relative;
            }

            #accordion .panel-default > .panel-heading h3 a[aria-expanded="true"]:before {
                content: "-";
            }*/

    #accordion.panel-group .panel + .panel {
        margin: 0;
        border-top: 1px solid #E3E3E3;
    }

    #accordion .descNoticia p {
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        margin-bottom: 0px;
        line-height: 20px;
    }

    #accordion .panel-body .row > div:last-child {
        padding-right: 0;
    }

    #accordion .data {
        font-size: 11px;
        color:#4E4D53;
        margin-top: 5px;
        margin-bottom: 10px;
    }


/*****************************************/
/*PEU*************************************/
/*****************************************/

    #newsLetter input.form-control {
        width: 100%;
		border: 1px solid #DCDBD8;
		padding: 5px;
		color: #303031;
		outline: none;
		font-size: 15px;
		font-family: latoregular, Arial;
		margin: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
		border-radius: 0;
		display:block;
		vertical-align:middle;
    }
	
	#newsLetter input.form-control:hover , #newsLetter input.form-control:focus{
        -moz-box-shadow:none;
        -webkit-box-shadow: none;
        box-shadow:none;
        border-color: #DDB6B6;
    }
	
	#newsLetter input[type="submit"]{
        background:url('/FitxersWeb/67923/fonsBotoSubmit_opcion5.png') no-repeat transparent;
		color:#6A6A6A;
		border:none;
		padding: 0px 7px;
		height:25px;
        line-height:25px;
		font-size:16px;
		display:block;
		vertical-align:middle;
        background-position: top right;
        padding-right: 40px;
        letter-spacing:1px;
      	-moz-transition:all 0.2s ease 0s;
	    -webkit-transition:all 0.2s ease 0s;
	    -o-transition: all 0.2s ease 0s;
	    transition:all 0.2s ease 0s;
        float:right;
        margin-top:10px;
	}
	
	#newsLetter input[type="submit"]:hover{
		color:#1A1A1A;
        background-position:bottom right;
	}


/*****************************************/
/*MENU PEU********************************/
/*****************************************/
#sepPeu {
   background: #8F8F8F; /* Old browsers */
background: -moz-linear-gradient(left, #8F8F8F 0%, #505050 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8F8F8F 0%,#505050 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8F8F8F 0%,#505050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F8F', endColorstr='#505050',GradientType=1 ); /* IE6-9 */
  height: 6px;
  background:#FDEBD3;
}

#caixaMenuPeu {
    padding: 30px 0;
}

    #caixaMenuPeu > .container {
        overflow: hidden;
    }

    #caixaMenuPeu ul.menu3 {
        margin: 0;
        font-size: 13px;
        padding: 0;
        list-style: none;
    }

        #caixaMenuPeu ul.menu3 li {
            padding: 2px 10px 2px 0;
            display: inline-block;
            width: 50%;
        }

            #caixaMenuPeu ul.menu3 li a {
                color: #C3C3C3;
                font-size:13px;
                letter-spacing:0.5px;
            }

                #caixaMenuPeu ul.menu3 li a:hover, #caixaMenuPeu ul.menu3 li a.sel {
                    color: #FDEBD3;
                }

            #caixaMenuPeu ul.menu3 li:first-child {
                color: #FDEBD3;
                padding: 0px;
                width: 100%;
                font-size: 18px;
                margin-bottom:20px;
            }

            #caixaMenuPeu ul.menu3 li:first-child span{
                position:relative;
            }

            #caixaMenuPeu ul.menu3 li:first-child span::after, #caixaMenuPeu ul.menu4 li:first-child span::after{
                /*background-color: */
               background: #8F8F8F; /* Old browsers */
background: -moz-linear-gradient(left, #8F8F8F 0%, #505050 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8F8F8F 0%,#505050 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8F8F8F 0%,#505050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F8F', endColorstr='#505050',GradientType=1 ); /* IE6-9 */
 bottom: -5px;
                content: '';
                display: inline-block;
                height: 3px;
                left: 0;
                position: absolute;
                width: 100%;
                background:#FDEBD3;
            }
             

    #caixaMenuPeu ul.menu4 {
        margin: 0;
        font-size: 13px;
        padding: 0;
        list-style: none;
    }

        #caixaMenuPeu ul.menu4 li {
            padding: 2px 0;
        }

            #caixaMenuPeu ul.menu4 li a {
                color: #C3C3C3;
                font-size:14px;
                letter-spacing:0.5px;
            }

                #caixaMenuPeu ul.menu4 li a:hover, #caixaMenuPeu ul.menu4 li a.sel {
                    color: #FDEBD3;
                }

            #caixaMenuPeu ul.menu4 li:first-child {
                color: #FDEBD3;
                padding: 0px;
                font-size: 18px;
                 margin-bottom:20px;
            }

              #caixaMenuPeu ul.menu4 li:first-child span{
                position:relative;
            }

#caixaCredits {
    line-height: 45px;
    border-top:1px solid #454545;
}

#caixaLogos {
        border-top:1px solid #454545;
        padding-top:15px;
        padding-bottom:15px;
        display:none;
}

.credits {
    display: inline-block;
    vertical-align: middle;
}

    .credits p {
        margin: 0px;
        font-size: 11px;
        color: #6F6F6F;
    }

    .credits a{
        color:#959393;
    }

    .credits a:hover{
        color#FDEBD3;
    }

    .container-credits{
        text-align:right;
    }

#peuLogo {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
}


/*****************************************/
/*NAVEGADOR*******************************/
/*****************************************/
#navi {
    margin-bottom:15px;
}

#navi ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 11px;
    line-height: 30px;
    text-transform: uppercase;
}

    #navi ul li {
        display: inline-block;
    }

        #navi ul li.sep {
            padding: 0 6px;
            color: #606060;
        }

        #navi ul li a {
            color: #606060;
        }

            #navi ul li a:hover, #navi ul li a.sel {
                color: #4e4d53;
            }

/*****************************************/
/*HOME 3 items*************************/
/*****************************************/

.itemHome {
    padding: 12px;
    width: 270px;
    margin: 20px 0;
    position: relative;
    height: 300px;
}

    .itemHome a {
        outline: none;
    }

    .itemHome .imatge img {
    }

    .itemHome .titol h2 {
        color: #4e4d53;
        font-size: 16px;
        font-family:latobold;
        font-weight: normal;
        margin-bottom:20px;
        margin-top:0px;
        padding: 0;
        text-align: center;
        text-transform:uppercase;
        padding-bottom:10px;
        line-height:20px;
        position:relative;
    }

        .itemHome .titol h2 span {
            display:block;
            font-family:latoregular;
        }

        .itemHome .titol h2::after{
            background: #8F8F8F; /* Old browsers */
            background: -moz-linear-gradient(left, #8F8F8F 0%, #505050 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #8F8F8F 0%,#505050 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #8F8F8F 0%,#505050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F8F', endColorstr='#505050',GradientType=1 ); /* IE6-9 */
            background:#FDEBD3;
            bottom: 0px;
            content: '';
            display: inline-block;
            height: 3px;
            left: 50%;
            position: absolute;
            width: 200px;
            margin-left:-100px;
        }

     .itemHome .descripcio h3 {
        color: #737373;
        font-size: 15px;
        font-weight: normal;
        font-family: latoregular;
        margin: 0;
        padding: 0;
        text-align: justify;
        letter-spacing: 1px;
        /*height: 220px;*/
        height: 180px;

    }

    .itemHome:hover .descripcio h3 {
        color: #4e4d53;
    }

        .itemHome .descripcio h3 p {
            margin: 0;
        }


/******************************************************/
/* HOME 2 items ***********************************/
/*****************************************************/

.itemHome2 {
    padding: 14px;
    border: 1px solid [RESU_HOME_BORDE];
    width: 452px;
    height: 137px;
    margin: 20px 0;
    position: relative;
}


    .itemHome2 .imatge {
        float: left;
    }

    .itemHome2 .descrip {
        float: left;
        width: 279px;
    }

    .itemHome2 .imatge img {
        width: 163px;
        height: 137px;
        margin-right: 10px;
    }

    .itemHome2 .titol h2 {
        color: #4e4d53;
        font-size: [RESU_HOME_TITULO_TAMANO];
        font-family: SourceSansPro-Bold, 'Source Sans Pro', sans-serif;
        font-weight: normal;
        margin: 0px 0 2px 0;
        padding: 0;
        text-align: center;
    }

    .itemHome2 .descripcio h3 {
        color: #737373;
        font-size: 18px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .itemHome2 .descripcio h3 p {
            margin: 0;
        }
/*
#Hom2Items .botoHome {
    position: absolute;
    right: 11px;
    bottom: 11px;
}*/


#Hom2Items .itemHome2:nth-child(2), #Hom2Items .itemHome2:nth-child(4) {
    margin-left: 20px;
}


/*******************************************/
/* Item 1 *********************************/
/******************************************/

#itemHome1 {
    padding: 14px;
    border: 1px solid [RESU_HOME_BORDE];
    width: 949px;
    height: 211px;
    margin: 20px 0;
    position: relative;
}


    #itemHome1 .imatge {
        float: left;
    }

    #itemHome1 .descrip {
        float: left;
        width: 279px;
        width: 544px;
        height: 208px;
    }

    #itemHome1 .imatge img {
        /*width:163px;*/
        width: 391px;
        height: 208px;
        margin-right: 14px;
    }

    #itemHome1 .titol h2 {
        color: #4e4d53;
        font-size: [RESU_HOME_TITULO_TAMANO];
        font-family: SourceSansPro-Bold;
        font-weight: normal;
        margin: 0px 0 2px 0;
        padding: 0;
        text-align: center;
    }

    #itemHome1 .descripcio h3 {
        color: #737373;
        font-size:18px;
        font-weight: normal;
        margin: 0;
        padding: 0;
        text-align: center;
    }

        #itemHome1 .descripcio h3 p {
            margin: 0;
        }

   /* #itemHome1 .botoHome {
        bottom: 0px;
        margin-right: 0px;
        position: absolute;
        right: 0;
        margin-bottom: 0px;
    }*/

   #containerCentral{
       margin-bottom:30px;
   }

#containerCentral .titolWEb h1, #containerCentral .titolWEb h1 p{
    font-family:latolight;
    font-size:40px;
    color:#4E4D53;
    letter-spacing:1.5px;
    font-weight:normal;
    text-align:center;
    margin-bottom:30px;
}

    #containerCentral .titolWEb h1 span, #containerCentral .titolWEb h1 span p{
        font-size:36px;
        font-family:latoregular;
        color:#505050;        
    }

#containerCentral .itemHome:nth-child(2) {
    margin: 20px 46px;
}




a.botoHome{
    color: #E7E6E6;
    display:block;
    text-align:center;
}

    .itemHome a.botoHome i {
        font-size:30px;
        /*color: #E7E6E6;*/
        color:#FDEBD3;
    }

    .itemHome:hover a.botoHome i {
        color: #CFCECE;
    }

/*
.botoHome {
    border-right: 40px solid #E7E6E6;
    border-top: 40px solid transparent; 
    width: 1px; 
    position: absolute;
    right: 0px;
    bottom: 0px;
}

    .botoHome:hover, #scrollableServicios .scrollable .items .itemHome:hover .botoHome {
        border-left: 40px solid transparent;
        border-right: 40px solid #CFCECE;
        border-top: 40px solid transparent;
    }

    .botoHome span {
        position: absolute;
        right: -34px;
        top: -20px;
    }

    .botoHome img {
        vertical-align: top;
    }
    */
/*****************************************/
/*IDIOMES*********************************/
/*****************************************/

#idiomes{
	vertical-align:middle;
    margin-bottom:15px;
    line-height:30px;
    text-align:right;
}

#idiomes ul {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

    #idiomes ul li {
        display:inline-block;
        text-align:right;
    }

#idiomes li.sep {
    padding: 0 10px;
}

#idiomes ul li a {
    color: #C2C2C2;
}

    #idiomes ul li a:hover, #idiomes ul li a.sel {
        color: #4e4d53;
    }

/*****************************************/
/*AVIS LEGAL******************************/
/*****************************************/

#avis_legal{
	display:inline-block;
	vertical-align:middle;
}

#avis_legal ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 11px;
}

    #avis_legal ul li {
        display: inline-block;
        vertical-align: middle;
    }

#avis_legal li.sep {
    padding: 0 5px;
    color: #959393;
}

#avis_legal ul li a {
    color: #959393;
}

    #avis_legal ul li a:hover, #avis_legal ul li a.sel {
        color: #FDEBD3;
    }


    #social_icons {
margin-right: 12px;
}
#social_icons ul{
	margin:0px;
	padding:0px;
	list-style:none;
    text-align:center;
}

#social_icons li{
	display:inline-block;
    line-height:14px;
    color: #959393;
}

#social_icons li a {
	-moz-transition:all 0.2s ease 0s;
	-webkit-transition:all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	transition:all 0.2s ease 0s;
display:block;
margin-left:5px;
margin-right:5px;
font-size:17px;
color: #959393;
font-size:0px;
}

    #social_icons li a i {
        font-size:17px;
    }

#social_icons li a:hover {
color: #FDEBD3;
}
/*****************************************/
/*ADRECA**********************************/
/*****************************************/

.adreca {
    color: #E8EAEE;
    font-size: 14px;
    border-left: 1px solid #5D5E5E;
    /*padding-left: 50px;*/
    text-align: right;
    /*padding-bottom: 2000px;
    margin-bottom: -2000px;*/
}
    
    .adreca .direccio {
        padding-left: 30px;
        display: inline-block;
        margin-bottom:30px;
        line-height:25px;
    }

    .adreca .telf {
        font-family: latobold;
        padding-left: 30px;
        display: inline-block;
        color:#FDEBD3;
        font-size:27px;
        letter-spacing:1px;
        margin-bottom:30px;
        white-space:nowrap;
    }

        
    .adreca .telf a {
        color:#505050;
    }

    .adreca .telf span{
        color: #E8EAEE;
        font-family:latolight;
        font-size:18px;
    } 

    .adreca .mail {
        padding-left: 30px;
        display: inline-block;
        font-size:14px;
    }

        .adreca .mail a {
            color: #E8EAEE;
        }

            .adreca .mail a:hover {
                color: #FDEBD3;
            }

/*****************************************/
/*NOTICIES********************************/
/*****************************************/
.item_noticies {
    border-bottom: 1px solid #E3E3E3;
    padding: 0px;
    padding-bottom:15px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .item_noticies > .row > div:first-child {
        padding-right: 0;
    }

    .item_noticies h2 {
        font-size: 16px;
         color: #141414;
        font-weight: normal;
        margin: 0;
        line-height: 22px;
        cursor: pointer;
        padding: 0;
        text-transform:uppercase;
    }

    .item_noticies h3 {
        font-weight: normal;
        font-size:15px;
        margin: 0;        
margin-bottom: 0px;
line-height: 20px;
    }

    .item_noticies h3 p{
        -ms-text-overflow: ellipsis;
-o-text-overflow: ellipsis;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
    }
    .item_noticies .data {
        font-size: 11px;
        color:#4E4D53;
        margin-top: 5px;
        margin-bottom: 10px;
    }

  
        .item_noticies:hover h2 {
            color: #4e4d53;
        }

    .item_noticies .desc {
        height: 90px;
        overflow: hidden;
    }

  

#containerCentral .item_noticies:nth-child(3), #containerCentral .item_noticies:nth-child(5), #containerCentral .item_noticies:nth-child(7), #containerCentral .item_noticies:nth-child(9), #containerCentral .item_noticies:nth-child(11) {
    margin-right: 20px;
}

.botoResuNoticies  {
    font-size:22px;
}

a.botoResuNoticies{
    float: right;
}

a.botoResuNoticies  i{
    color:#D7D5D5;
}

    a.botoResuNoticies:hover i{
        color:#B3B3B3;
    }


.mostrarIE {
    display: none;
}

/*****************************************/
/*NOTICIES********************************/
/*****************************************/

.contingut ul{
    list-style:none;
    padding-left:0px;
}
 
 .contingut ul li::before {
  content: "•  ";
  color: #505050;
  font-size: 12px;
  margin-right: 10px;
}



   a.botoContingut {
        background: #8F8F8F; /* Old browsers */
        background: -moz-linear-gradient(top, #8F8F8F 0%, #505050 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #8F8F8F 0%,#505050 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #8F8F8F 0%,#505050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F8F', endColorstr='#505050',GradientType=1 ); /* IE6-9 */
        line-height: 40px;
        display: inline-block;
        color: white;
        padding: 0 50px;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        white-space: nowrap;
        text-transform:uppercase;
        background:#FDEBD3;
        color:#4e4d53;
    }

       a.botoContingut:hover, a.botoContingut:focus{
            background: #454545; /* Old browsers */
background: -moz-linear-gradient(top, #454545 0%, #4e4d53 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #454545 0%,#4e4d53 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #454545 0%,#4e4d53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#4e4d53',GradientType=0 ); /* IE6-9 */
              color: white;
              background: #4e4d53;
        }


/**** SCROLLABLE SERVICIOS ****/
#scrollableServicios {
    height: 385px;
    height:330px;
    width: 100%;
    padding: 0px 20px;
    position: relative;
}

    #scrollableServicios .scrollable {
        height: 385px;
        width: 100%;
        overflow: hidden;
        position: relative;
        margin-left: 1px;
    }

    #scrollableServicios a.prev {
        display: block;
        position: absolute;
        left: 0px;
        top: 80px;
        color:#EBE9E9;
        text-decoration: none;
        font-size:60px;
        cursor: pointer;
    }

        #scrollableServicios a.prev:hover {
            color: #CFCECE;
        }


    #scrollableServicios a.next {
        display: block;
        position: absolute;
        right: 0;
        top: 100px;
        color:#EBE9E9;
        text-decoration: none;
        font-size:60px;
        cursor: pointer;
    }

        #scrollableServicios a.next:hover {
               color: #CFCECE;
        }



    #scrollableServicios .scrollable .items {
        width: 20000em;
        margin: 0;
        position: absolute;
    }



        #scrollableServicios .scrollable .items .itemHome {
            margin-left: 10px;
            margin-right: 10px;
            width:255px;
            float: left;
            height: 324px;
            cursor: pointer;
        }


            #scrollableServicios .scrollable .items .itemHome .descripcio h3 {
                line-height: normal;
            }



/**** FI SCROLLABLE SERVICIOS ****/

/*COOKIES ***********************************/
#cookies_banner {
    border-color: #FFFFFF !important;
    border-radius: 0 0 0 0 !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-width: 1px 0 !important;
    box-shadow: 0 0 10px #444444;
    -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;
    background: #FFFFFF;
    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;
    color: #4e4d53;
}

#cookies_accept {
    cursor: pointer;
    height: 30px;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 30px;
	padding:7px 8px;
	margin-top:5px;
}

#cookies_accept span{
    color:#8F8F8F;
    font-size:19px;
}
    #cookies_accept:hover span {
        font-size:19px;
        color:#4e4d53;
    }

#cookies_banner p {
    margin: 0px;
    padding: 0px;
}

.ample_cookies {
    width: 980px;
    margin: 0px auto;
}

a.checkbox-label{
    margin-left:5px;
}


#conditionsModal, #conditionsModalComercial{
    z-index: 100000;
}

#conditionsModal .modal-content, #conditionsModalComercial .modal-content, #conditionsModal .modal-footer, #conditionsModalComercial .modal-footer  {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#conditionsModal .modal-header, #conditionsModalComercial .modal-header {
    background: #f2f2f2;
    color: #CFCECE;
}

#conditionsModal .modal-body, #conditionsModalComercial .modal-body {
    padding-bottom: 0;
}

#conditionsModal .modal-footer, #conditionsModalComercial .modal-footer {
    border-top: 0;
    padding: 0;
}

    #conditionsModal .modal-footer .botoTancarModal, #conditionsModalComercial .modal-footer .botoTancarModal {
        border-right: 47px solid #E7E6E6;
        border-top: 47px solid white;
        border-left: 47px solid white;
        border-bottom: 0;
        position: relative;
        width: 1px;
		padding:0;
		padding:0;
        float: right;
    }

        #conditionsModal .modal-footer .botoTancarModal span, #conditionsModalComercial .modal-footer .botoTancarModal span {
            position: absolute;
            right: -40px;
            top: -20px;
            font-size: 0;
        }

        #conditionsModal .modal-footer .botoTancarModal:hover, #conditionsModalComercial .modal-footer .botoTancarModal:hover {
            border-right: 47px solid #CFCECE;
        }

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#footer .container-footer{
background: #8F8F8F; /* Old browsers */
background: -moz-linear-gradient(left, #8F8F8F 0%, #505050 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #8F8F8F 0%,#505050 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #8F8F8F 0%,#505050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F8F', endColorstr='#505050',GradientType=1 ); /* IE6-9 */

background: #454545; /* Old browsers */
background: -moz-linear-gradient(top, #454545 0%, #4e4d53 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #454545 0%,#4e4d53 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #454545 0%,#4e4d53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#4e4d53',GradientType=0 ); /* IE6-9 */
background:#4e4d53;
position:relative;
}





.login-base-form{
	border-bottom: 1px solid #DCDBD8;
	margin-bottom:15px;
	padding-bottom:15px;
	margin-top:15px;
}

.explicacio-base-form{
	font-size:12px;
	text-align:justify;
	margin-bottom:5px;
}

.parallax-window{
    background: transparent;
    height:550px;
}

#newsHome .parallax-window {
    height:400px;
    background: transparent;
}

#newsLetter .parallax-window {
    height:285px;
}

    #newsLetter .parallax-window .titolContingut {
        padding-top: 70px;
    }

#formulari-home{
    padding-top:45px;
    
    padding-bottom:45px;
}

#formulari-home .titolContingut span.container-title{
    display:block;
}

#formulari-home .formulari{
    min-height:550px;
    font-size:11px;
    line-height:20px;
}


#formulari-home .formulari .chek {
    font-size:14px;
}



/***********************/
/*******INICI MAPA******/
/**********************/
.franjaMapa {
    position: relative;
    height:439px;
    border-top: 1px solid #D3CCCC;
}

.container-google-maps {
    display: block;

    overflow: hidden;
}

.container-google-maps iframe {

    height: 439px;

}


    .container-google-maps .embed-responsive .embed-responsive-item, .container-google-maps .embed-responsive iframe {
        top: 0;
    }

    .container-google-maps .embed-responsive {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: -14%;
    top: 0;
    width: 100%;
}

.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%;
}

.container-google-maps .embed-responsive-16by9 {
    padding: 0px;
}

/**********************/
/*******FI MAPA*******/
/********************/



/** 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:#8F8F8F  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: #141414 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: #8F8F8F;
        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 **/




@media (min-width:1400px) {
    .gpi-general-padding {
        width: 1400px;
    }    
        #scrollableServicios .scrollable .items .itemHome {
            margin-left: 10px;
            margin-right: 10px;
            width:307px;
            float: left;
            height: 324px;
            cursor: pointer;
        }

    .itemHome .titol h2 {
        font-size: 18px;
        letter-spacing:0.5px;
    }

    .itemHome .descripcio h3 {
        font-size:16px;
        letter-spacing: 1px;
        height: 170px;
    }
}


@media (min-width:1200px) {
    .item_noticies > .row > div:last-child {
        padding-left: 0;
    }
}


@media (max-width:1024px) {
    .capBanner, .capBanner .item, .capBanner .alone{
        height:375px;
    }

    .capBanner .esloganBanner{
        margin-top:70px;
    }

}

@media (min-width:992px) and (max-width:1199px) {
    /*#banner, .mascaraBanner, .scrollBanner {
        height: 346px;
    }*/

        .scrollBanner .item .data, .scrollBanner .alone .data {
            top: -10px;
        }

    #scrollableServicios .scrollable .items .itemHome {
        width: 287px;
    }

    .logo img {
        max-height: 70px;
    }

    .logo a{
        margin-bottom:0px;
    }

    #caixaMenu.affix + #banner {
        margin-top:156px;
    }

    body {
       padding-bottom: 1112px; /* si circulars */
       /*padding-bottom: 827px;*/ /* no circulars.*/
    }
}

@media (max-width:991px) {
    
    .item_noticies .desc {
        height: auto;
    }

}
@media (min-width:768px) and (max-width:991px) {
    #caixaMenu {
        position: static;
    }

        #caixaMenu .titolWeb {
            padding-top: 19px;
        }
		
	#idiomes{
		margin-right:10px;
	}

    #menu {
        text-align: left;
    }

        #menu > ul > li > a, #menu .column_1, #menu .column_2, #menu .column_3 {
            margin-left: 0;
            margin-right: 10px;
        }

        #menu > ul > li:last-child > a {
            margin-left: 0;
            margin-right: 0;
        }

        .scrollBanner .item .data, .scrollBanner .alone .data {
            top: -90px;
        }

    
    #scrollableServicios .scrollable .items .itemHome {
        width: 327px;
    }

    #caixaMenuPeu ul.menu3 li {
        width: 100%;
        display: block;
    }

    #formulari-home .titolContingut .semiBold {
        display: none;
    }

    #formulari-home .chek {
        text-align: left !important;
    }

    body {
        padding-bottom: 0;
    }

    #footer {
        position: static;
        margin-top: 30px;
    }

    .logo a{
        margin-bottom:0px;
    }

    #menu li a{
        letter-spacing:0.5px;
        font-size:13px;
    }

    .capBanner{
        height:365px;
    }

    .capBanner .esloganBanner div.titol1{
        font-size:34px;
        line-height:36px;
    }

    .capBanner .text-destacat span{
        font-size:36px;
    }

    

}

@media (max-width:767px) {

    .titolContingut span.container-title::after {
        background: none;
    }

    .titolContingut::after {
        background: #8F8F8F; /* Old browsers */
        background: -moz-linear-gradient(left, #8F8F8F 0%, #505050 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #8F8F8F 0%,#505050 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #8F8F8F 0%,#505050 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8F8F8F', endColorstr='#505050',GradientType=1 ); /* IE6-9 */
        bottom: -10px;
        content: '';
        display: inline-block;
        height: 5px;
        left: 0;
        position: absolute;
        width: 100%;
    }

    .itemHome .titol h2{
        line-height:30px;
    }

    .itemHome .titol h2::after{
        bottom:-5px;
    }


    #caixaMenu.affix + #banner{
        margin-top:0px !important;
    }

    .container {
    }

    #caixaMenu {
        position: static;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-bottom: 19px;
    }

        #caixaMenu.caixaMenuDefault {
            margin-bottom: 0;
        }

    .logo a {
        margin-top: 19px;
        margin-bottom: 15px;
    }

    #caixaMenu .titolWeb {
        padding-top: 0;
        text-align: left;
        margin-bottom: 15px;
    }

    #caixaMenu .container-telf {
        padding-top: 0;
        text-align: left;
    }

    .gpi-navbar-header{
            background: #454545; /* Old browsers */
            background: -moz-linear-gradient(top, #454545 0%, #4e4d53 100%); /* FF3.6-15 */
            background: -webkit-linear-gradient(top, #454545 0%,#4e4d53 100%); /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to bottom, #454545 0%,#4e4d53 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#454545', endColorstr='#4e4d53',GradientType=1 ); /* IE6-9 */
    }

    .navbar-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .navbar-header .telf-xs {
        font-size: 26px;
        color:#FFFFFF;
        padding-left: 15px;
        font-family: SourceSansPro-Bold, 'Source Sans Pro', sans-serif;
        display: inline-block !important;
        line-height: 40px;
        margin-left: 11px;
    }


        .navbar-header .telf-xs a {
            color:#FFFFFF;
        }
        .navbar-header .telf-xs p {
            margin: 0;
        }

    .navbar-toggle {
        margin-top: 5px;
        margin-bottom: 0;
        padding: 8px 10px 7px 10px;
        margin-right: 11px;
        /*opacity: 0.8;*/
       
    }

        .navbar-toggle:hover, .navbar-toggle:focus {
            opacity: 1;
        }

        .navbar-toggle .icon-bar {
            background:#FFFFFF;
            width: 18px;
        }

            .navbar-toggle .icon-bar + .icon-bar {
                margin-top: 3px;
            }

    .navbar {
        background: #FDEBD3;
        -moz-border-radius: 2px;
        -webkit-border-radius: 2px;
        border-radius: 2px;
    }

    #menu {
        text-align: left;
        border-top: 0;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding-left: 11px;
        padding-right: 11px;
    }

        #menu li {
            display: block;
        }

            #menu li a {
                border-left: 0;
                margin-left: 0;
                margin-right: 0;
                padding-left: 12px;
                padding-right: 12px;
                font-size: 15px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                border-radius: 2px;
            }

        #menu > ul > li > a:hover, #menu > ul > li > a:focus, #menu > ul > li > a.sel, #menu > ul > li:hover > a, #menu > ul > li:focus > a, #menu > ul > li.open > a {
            border-left: 0;
            /*background: [MENU_SUP_BORDER_COLOR];
            color: white;*/
            text-decoration: none;
        }

        #menu > ul > li.open a {
            -moz-border-radius: 2px 2px 0 0;
            -webkit-border-radius: 2px 2px 0 0;
            border-radius: 2px 2px 0 0;
            /*color: #ffffff;*/
        }


        #menu ul li:hover .column_1, #menu ul li:hover .column_2, #menu ul li:hover .column_3 {
            display: none;
        }

        #menu ul li.open .column_1, #menu ul li.open .column_2, #menu ul li.open .column_3 {
            display: block;
            position: relative;
            margin-left: 0;
            float: none;
        }

        #menu ul li .columna {
            width: 100%;
            float: none;
            padding-right: 0;
        }

        #menu .column_1, #menu .column_2, #menu .column_3 {
            width: 100%;
            border-left: 0;
            padding: 15px 11px;
            -moz-border-radius: 0 0 2px 2px;
            -webkit-border-radius: 0 0 2px 2px;
            border-radius: 0 0 2px 2px;
        }

        #menu ul li .columna a {
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

            #menu ul li .columna a:hover, #menu ul li .columna a.sel {
                color: [COLOR_SKIN];
            }

    #navi {
        margin-left: -11px;
        margin-right: -11px;
        margin-bottom: 20px;
    }

        #navi > ul {
            padding: 0 11px;
        }

    /*#containerCentral {
        margin-left: -11px;
        margin-right: -11px;
    }*/

    #scrollableServicios, #scrollableServicios .scrollable {
        height: auto;
        margin: 0;
        padding: 0;
    }

        #scrollableServicios .scrollable .items {
            width: 100%;
            position: static;
        }

            #scrollableServicios .scrollable .items .itemHome {
                float: none;
                width: 100%;
                height: auto;
                margin: 0;
                padding: 11px;
            }

                #scrollableServicios .scrollable .items .itemHome + .itemHome {
                    margin-top: 19px;
                }

    .itemHome .titol h2 {
        padding: 0 28px;
    }

    .itemHome .descripcio h3 {
        line-height: normal;
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        height:auto;
        margin-bottom:20px;
    }

    .container_Accordion {
        margin-top: 32px;
        padding-left:15px;
        padding-right:15px;
    }

        .container_Accordion .titolContingut {
            margin: 0 0px 30px 0px;
        }

    #formulari-home .titolContingut {
        margin: 0 0px 30px 0px;
    }

        #formulari-home .titolContingut .bold {
            display: block;
        }

    .container-form-control {
        margin-bottom: 15px;
    }

    .formulari input, .formulari textarea {
        padding-left: 11px;
        padding-right: 11px;
    }

    #formulari-home .chek {
        padding: 0 26px;
    }

    table#newsLetter, table#newsLetter table {
        max-width: 100%;
        table-layout: fixed;
        width: 100%;
    }

    #caixaMenuPeu ul.menu3 li, #caixaMenuPeu ul.menu3 li:first-child, #caixaMenuPeu ul.menu4 li, #caixaMenuPeu ul.menu4 li:first-child {
        display: block;
        width: auto;
        text-align: left;
    }

        #caixaMenuPeu ul.menu3 li:first-child, #caixaMenuPeu ul.menu4 li:first-child {
            margin-bottom: 15px;
        }

    #caixaMenuPeu ul.menu4 {
        margin-top: 30px;
        padding-top: 30px;
        border-top: 1px solid #5C5C5D;
    }

    .adreca {
        border: 0;
        padding-left: 0;
        text-align: left;
        padding-bottom: 0;
        margin-bottom: 0;
    }

        .adreca .titol {
            padding-left: 0;
            margin-bottom: 10px;
            margin-top: 30px;
            padding-top: 30px;
            border-top: 1px solid #5C5C5D;
        }

        .adreca .direccio, .adreca .telf, .adreca .mail {
            display: block;
            padding-right: 30px;
            padding-left: 0;
            background-position: right 5px;
        }

        .adreca .mail {
            background-position: right center;
        }

    #caixaCredits, #caixaCredits .text-right {
        text-align: left;
    }

    .links-xarxes {
        display: block;
    }

    #container-content table {
        table-layout: fixed;
        max-width: 100%;
        width: 100%;
    }

        #container-content table td {
            display: block;
            height: auto;
        }

            #container-content table td + td {
                margin-top: 15px;
            }

            #container-content table td img {
                max-width: 100%;
                height: auto;
                display: block;
            }

    #container-content .table-responsive table {
        table-layout: auto;
        max-width: none;
        width: auto;
    }

        #container-content .table-responsive table td {
            display: table-cell;
            height: auto;
        }

            #container-content .table-responsive table td + td {
                margin-top: 0;
            }

            #container-content .table-responsive table td img {
                max-width: none;
                height: auto;
                display: normal;
            }

        #container-content .table-responsive table td:empty, #container-content .table-responsive table td:first-child:last-child{
            display:none;
        }

    

    #email {
        padding-left: 15px;
    }

    #telefon {
        padding-right: 15px;
    }

    body {
        padding-bottom: 0;
    }

    #footer {
        position: static;
    }
	
	#newsLetter .text-right{
		text-align:center;
	}
	
	#newsLetter form{
		text-align:center;
	}
	
	#footer #idiomes{
		float:left;
	}
	
	#footer #avis_legal{
		text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
	}
	
	#footer .links-xarxes{
		float:right;
	}
	
	#social_icons{
		margin-right:0 !important;
	}

    .container-credits{
        text-align:center;
    }

    .parallax-window{
        height:650px;
    }
}
