@font-face {
    font-family: titillium_webregular;
    src: url('/skin/fonts/titilliumweb-regular-webfont.eot');
    src: url('/skin/fonts/titilliumweb-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/skin/fonts/titilliumweb-regular-webfont.woff2') format('woff2'), url('/skin/fonts/titilliumweb-regular-webfont.woff') format('woff'), url('/skin/fonts/titilliumweb-regular-webfont.ttf') format('truetype'), url('/skin/fonts/titilliumweb-regular-webfont.svg#titillium_webregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: titillium_websemibold;
    src: url('/skin/fonts/titilliumweb-semibold-webfont.eot');
    src: url('/skin/fonts/titilliumweb-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/skin/fonts/titilliumweb-semibold-webfont.woff2') format('woff2'), url('/skin/fonts/titilliumweb-semibold-webfont.woff') format('woff'), url('/skin/fonts/titilliumweb-semibold-webfont.ttf') format('truetype'), url('/skin/fonts/titilliumweb-semibold-webfont.svg#titillium_websemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: titillium_webbold;
    src: url('/skin/fonts/titilliumweb-bold-webfont.eot');
    src: url('/skin/fonts/titilliumweb-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/skin/fonts/titilliumweb-bold-webfont.woff2') format('woff2'), url('/skin/fonts/titilliumweb-bold-webfont.woff') format('woff'), url('/skin/fonts/titilliumweb-bold-webfont.ttf') format('truetype'), url('/skin/fonts/titilliumweb-bold-webfont.svg#titillium_webbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: titillium_weblight;
    src: url('/skin/fonts/titilliumweb-light-webfont.eot');
    src: url('/skin/fonts/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'), url('/skin/fonts/titilliumweb-light-webfont.woff2') format('woff2'), url('/skin/fonts/titilliumweb-light-webfont.woff') format('woff'), url('/skin/fonts/titilliumweb-light-webfont.ttf') format('truetype'), url('/skin/fonts/titilliumweb-light-webfont.svg#titillium_weblight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, form {
    height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    font-family: titillium_webregular, 'Titillium Web', sans-serif;;
    color: #8C8C8C;
    background: transparent;
    position: relative;
}

table {
    font-size: 15px;
    font-family: titillium_webregular, 'Titillium Web', sans-serif;;
}

p, h1, h2, h3, h4, h5 {
    font-family: titillium_webregular, 'Titillium Web', sans-serif;;
}

a {
    color: #ECEBE3;
    text-decoration: none;
    outline: none !important;
}

    a.sel, a:hover {
        color: #8C8C8C;
        text-decoration: none;
        outline: none !important;
    }

    a img {
        border: none;
    }

.fa-text-left {
    margin-left: 10px;
}

.fa-text-right {
    margin-right: 10px;
}

.img-responsive{
    display: block;
    max-width: 100%;
    height: auto !important;
}


#sidebar-wrapper {
    position: fixed;
    z-index: 90;
    top: 0;
    left: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateX(-251px);
    -moz-transform: translateX(-251px);
    -ms-transform: translateX(-251px);
    -o-transform: translateX(-251px);
    transform: translateX(-251px);
    bottom: 0;
    width: 251px;
    background: url(/FitxersWeb/11187/fondo-menu-lateral.jpg) no-repeat scroll 0 0;
    background-color: #FFFFFF;
    background-size: cover;
    padding: 44px 30px 44px 30px;
    border-right: 1px solid #B3B3B3;
    overflow-x: hidden;
    overflow-y: auto;
}

    #sidebar-wrapper.active {
        -webkit-transform: translateX(0px);
        -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
        -o-transform: translateX(0px);
        transform: translateX(0px);
    }

#container-contingut {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    position: relative;
    z-index: 89;
    padding-left: 0;
    overflow: hidden;
}

    #container-contingut.menu-on {
        padding-left: 251px;
    }

.nav-toggle {
    cursor: pointer;
    text-decoration: none;
    position: fixed;
    left: 0;
    top: 15px;
    border: 0;
    z-index: 1000;
    background: #B3B3B3;
    text-align: center;
    min-height: 50px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    outline: none !important;
    padding: 3px 11px 1px 4px;
    -moz-border-radius: 0 28px 28px 0;
    -webkit-border-radius: 0 28px 28px 0;
    border-radius: 0 28px 28px 0;
}

    .nav-toggle.active {
        -webkit-transform: translateX(250px);
        -moz-transform: translateX(250px);
        -ms-transform: translateX(250px);
        -o-transform: translateX(250px);
        transform: translateX(250px);
    }

    .nav-toggle > span {
        display: block;
        zoom: 1;
        color: #ffffff;
        font-size: 15px;
        text-transform: uppercase;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active{
        background: url(/FitxersWeb/11187/fondo-menu-lateral.jpg) no-repeat scroll 0 0;
        background-color: #FFFFFF;
        background-size: cover;
    }

    .nav-toggle:hover > span {
        color:#ffffff;
    }

    .nav-toggle i {
        color: #ffffff;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .nav-toggle.active i {
        top: 0;
        -webkit-transform: scaleX(-1);
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        transform: scaleX(-1);
        color:#ffffff;
    }

    .nav-toggle:hover i {
        color:#ffffff;
    }

nav.navbar {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    min-height: 100%;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 160px;
}

.navbar-header {
    float: none;
    margin-bottom: 20px;
}

a.navbar-brand {
    display: block;
    margin: 0 auto;
    float: none;
    height: auto;
    padding: 0;
}

.navbar-collapse {
    float: none;
    border: none;
    padding: 0;
}

.navbar-nav {
    background: transparent;
    border: 0px;
    margin-bottom: 0;
    float: none;
}

    .navbar-nav > li {
        float: none;
    }

        .navbar-nav > li > a {
            font-family: titillium_webregular, 'Titillium Web', sans-serif;;
            font-size: 18px;
            padding: 5px 15px 0px 15px;
            background: none;
            color: #FFFFFF;
            border-bottom: 1px solid #8C8C8C;
            line-height: 37px;
            display: block;
            letter-spacing: 0.25px;
        }

            .navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a.sel, .navbar-nav > li.active > a {
                background: none;
                color: #8C8C8C;
            }

    .navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus, .navbar-nav > .open > a.sel {
        background: none;
        color: #8C8C8C;
    }

.footer-lateral {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    text-align: center;
}

button.legal-trigger {
    color: #FFFFFF;
    outline: none !important;
    font-size: 14px;
}

    button.legal-trigger:hover, button.legal-trigger:focus {
        color: #8C8C8C;
        text-decoration: none;
    }

.credits {
    color: #74716E;
}

    .credits p {
        font-size: 10px;
    }

.xarxes-socials {
    text-align: center;
    padding-bottom: 11px;
    border-bottom: 1px solid #8C8C8C;
    margin-bottom: 5px;
    display: inline-block;
}

    .xarxes-socials a {
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center bottom;
        background-color: transparent;
        -moz-transition: background-position 0.4s ease;
        -o-transition: background-position 0.4s ease;
        -webkit-transition: background-position 0.4s ease;
        transition: background-position 0.4s ease;
        vertical-align: bottom;
        overflow: hidden;
        height: 20px;
        /*font-size: 20px;*/
        font-size:14px;
    }

        .xarxes-socials a .fa {
            display: block;
            -moz-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            -webkit-transition: all 0.4s ease;
            transition: all 0.4s ease;
            color: #8C8C8C;
        }

        .xarxes-socials a .active {
            margin-top: -20px;
            color: #FFFFFF;
        }

        .xarxes-socials a:hover .active {
            margin-top: 0 !important;
        }

        .xarxes-socials a + a {
            margin-left: 15px;
        }

#inici {
    min-height: 500px;
}

.data-container {
    background: rgba(255,255,255,0.3);
    padding: 12px 20px;
    display: inline-block;
    height: auto;
}

.fonsBanner {
    height: inherit;
    width: 100%;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
}

    .fonsBanner .carousel-caption-alone {
        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;
        color: #2E2D2E;
        text-shadow: none;
        font-size: 19px;
        font-family: titillium_weblight, titillium_webregular, 'Titillium Web', sans-serif;
        top: 500px;
        opacity: 0;
        display: none;
    }

        .fonsBanner .carousel-caption-alone .first-word {
            color: #8C8C8C;
            font-family: titillium_webbold, titillium_webregular, 'Titillium Web', sans-serif;
            font-size: 58px;
            display: block;
            line-height: 58px;
            margin-left: -4px;
        }

#top-carousel {
    height: inherit;
    width: 100%;
    position: relative;
}

    #top-carousel .carousel-inner, #top-carousel .carousel-inner .item {
        height: inherit;
    }

        #top-carousel .carousel-inner .item {
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            width: 100%;
            position: absolute;
        }

    #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;
        color: #2E2D2E;
        text-shadow: none;
        font-size: 20px;
        font-family: titillium_weblight, titillium_webregular, 'Titillium Web', sans-serif;
        top: 46%;
        opacity: 0;
        display: none;
    }

        #top-carousel .carousel-caption .data-container .first-word {
            color: #2E2D2E;
            font-family: titillium_webbold, titillium_webregular, 'Titillium Web', sans-serif;
            font-size: 58px;
            display: block;
            margin-left: -4px;
            line-height: 58px;
        }

        #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: 20%;
            right: 20%;
            top: 100%;
        }

        #top-carousel .carousel-caption.carousel-caption-bottom {
            left: 20%;
            right: 20%;
            top: 0px;
        }

    #top-carousel .carousel-indicators {
        left: 50px;
        text-align: left;
        margin-left: 0;
    }

        #top-carousel .carousel-indicators li {
            border-color: #8C8C8C;
        }

        #top-carousel .carousel-indicators .active {
            background-color: #8C8C8C;
            width: 10px;
            height: 10px;
            margin: 1px;
        }

.telfCap, .telfCap a {
    margin-left: 15px;
    font-size: 23px;
    margin-bottom: 8px;
    color: #FFFFFF;
    font-family: titillium_webregular;
}
.telfCap i, .telfCap a i{
    margin-right:8px;
    font-size:25px;
    color: #FFFFFF;
}

.franja1 {
    padding: 87px 0px 87px 0px;
    text-align: justify;
    position: relative;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

    .franja1 .mascara-gradient {
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 40%, rgba(255,255,255,0.7) 62%, rgba(255,255,255,0) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0.7) 62%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 40%,rgba(255,255,255,0.7) 62%,rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8C8C8C', endColorstr='#00ffffff',GradientType=0 );
        position: absolute;
        z-index: 0;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .franja1 .media, .franja2 .media, .franja4 .media, .franja5 .media {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 15px;
    }

        .franja1 .media .media-left, .franja2 .media .media-left, .franja4 .media .media-left, .franja5 .media .media-left {
            padding-right: 25px;
            min-width: 150px;
        }

        .franja1 .media .media-body .titol-bloc, .franja2 .media .media-body .titol-bloc, .franja4 .media .media-body .titol-bloc, .franja5 .media .media-body .titol-bloc {
            font-family: titillium_websemibold, titillium_webregular, 'Titillium Web', sans-serif;
            color: #333333;
            font-size: 30px;
        }

        .franja1 .media .media-body .subtitol-bloc, .franja2 .media .media-body .subtitol-bloc, .franja4 .media .media-body .subtitol-bloc, .franja5 .media .media-body .subtitol-bloc {
            font-family: titillium_weblight, titillium_webregular, 'Titillium Web', sans-serif;
            color: #1B1B19;
            font-size: 24px;
        }

    .franja1 .nom-bloc, .franja2 .nom-bloc, .franja4 .nom-bloc, .franja5 .nom-bloc {
        position: relative;
        font-family: titillium_websemibold, titillium_webregular, 'Titillium Web', sans-serif;
        font-size: 30px;
        color: #8C8C8C;
        line-height: 25px;
        letter-spacing: 0.25px;
        margin-bottom: 30px;
        margin-top: 5px;
    }

    .franja1 .descrip {
        color: #333333;
        font-size: 16px;
        position:relative;
        z-index:1;
    }

.franja2 {
    background: #F3F3F1;
    padding: 87px 0px 87px 0px;
}

    .franja2 .media, .franja4 .media {
        border-bottom: 1px solid rgba(168,162,129,0.4);
    }

        .franja2 .media .media-body .titol-bloc, .franja4 .media .media-body .titol-bloc {
            color: #8C8C8C;
        }

    .franja2 .nom-bloc, .franja4 .nom-bloc {
        color: #8C8C8C;
    }

        .franja2 .nom-bloc a {
            color: #D9D9D9;
            font-size: 12px;
        }

            .franja2 .nom-bloc a i.fa-text-left, .franja4 .nom-bloc a i.fa-text-left {
                margin-left: 10px;
            }

            .franja2 .nom-bloc a:hover, .franja2 .nom-bloc a:focus {
                color: #9E9E9E;
            }

                .franja2 .nom-bloc a:hover i.fa, .franja2 .nom-bloc a:focus i.fa {
                    color: #8C8C8C;
                }


.row.franja3 {
    margin: 0;
    overflow:hidden;
}

.franja3 .galeria-item {
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-color: transparent;
}

figure.efecte-foto > img {
    display: none;
}

figure.efecte-foto figcaption::before {
    position: absolute;
    top: 0;
    left:0;
    right:-1px;
    bottom:-1px;
    background: rgba(35,38,48,0.85);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,10%,0);
    -moz-transform: translate3d(0,10%,0);
    -ms-transform: translate3d(0,10%,0);
    -o-transform: translate3d(0,10%,0);
    transform: translate3d(0,10%,0);
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    -moz-transition: opacity 0.35s, transform 0.35s;
    -o-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.efecte-foto .container-text {
    opacity: 0;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    -moz-transition: transform 0.35s, color 0.35s;
    -o-transition: transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,54%,0);
    -moz-transform: translate3d(0,54%,0);
    -ms-transform: translate3d(0,54%,0);
    -o-transform: translate3d(0,54%,0);
    transform: translate3d(0,54%,0);
    top: 50%;
    width: 100%;
    position: absolute;
    padding: 30px;
}

/*figure.efecte-foto .titol-galeria,*/ figure.efecte-foto .titol-galeria h2 {
    text-align: center;
    font-size: 18px;
    font-family: titillium_websemibold, titillium_webregular, 'Titillium Web', sans-serif;
    color: #FFFFFF;
    letter-spacing: 0.5px;
    line-height: 24px;
    margin:0;
}

/*figure.efecte-foto .subtitol-galeria,*/ figure.efecte-foto .subtitol-galeria h3 {
    font-size: 16px;
    color: #8C8C8C;
    font-family: titillium_weblight, titillium_webregular, 'Titillium Web', sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
    padding: 0 0 10px 0;
    line-height: 24px;
    margin-top: 1px;
    margin:0;
}

/*figure.efecte-foto .desc-galeria, */figure.efecte-foto .desc-galeria h4 {
    font-size: 16px;
    color: #FFFFFF;
    font-family: titillium_weblight, titillium_webregular, 'Titillium Web', sans-serif;
    letter-spacing: 0.1px;
    text-align: center;
    margin: 0;
    padding: 10px 0 0 0;
    line-height: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

figure.efecte-foto:hover .container-text {
    opacity: 1;
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0);
    -moz-transform: translate3d(0,-50%,0);
    -ms-transform: translate3d(0,-50%,0);
    -o-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.efecte-foto:hover figcaption::before {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.franja4 {
    background: #F3F3F1;
    padding: 80px 0px 80px 0px;
}

    .franja4 p {
        margin: 0;
    }

.container-google-maps {
    display: block;
    height: 617px;
    overflow: hidden;
}

    .container-google-maps .embed-responsive .embed-responsive-item, .container-google-maps .embed-responsive iframe {
        top: 0;
    }

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    border: 0 none;
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: -14%;
    width: 100%;
}

.embed-responsive-16by9 {
    padding-bottom: 0;
}

.embed-responsive, #contacte-gooogle {
    height: inherit;
}


.franja5 {
    background: #1B1B19;
    padding: 80px 0px 80px 0px;
}

    .franja5 .media {
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    .franja5 .nom-bloc {
        color: #8C8C8C;
    }

.franja_newsletter {
}

    .franja_newsletter .titol {
        color: #000000;
        font-family: titillium_weblight, titillium_webregular, 'Titillium Web', sans-serif;
        font-size: 20px;
        margin-bottom: 15px;
    }

.franja-reserva {
    margin-top: 50px;
    color: #FFFFFF;
    font-family: titillium_weblight, titillium_webregular, 'Titillium Web', sans-serif;
    font-size: 16px;
}

    .franja-reserva a {
        color: #ECEBE3;
        white-space:nowrap;
    }

        .franja-reserva a:hover, .franja-reserva a:focus {
            color: #8C8C8C;
        }

.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: #FFFFFF;
    }

        .modal-body a:hover, .modal-body a:focus {
            color: #8C8C8C;
        }

.form-control::-webkit-input-placeholder {
    font-style: italic;
    color: #D4D3D1;
}

.form-control:-moz-placeholder {
    font-style: italic;
    color: #D4D3D1;
}

.form-control::-moz-placeholder {
    font-style: italic;
    color: #D4D3D1;
}

.form-control:-ms-input-placeholder {
    font-style: italic;
    color: #D4D3D1;
}

.form-control {
    background-color: Transparent;
    border: 0;
    border-bottom: 1px solid #B1AFA3;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #FFFFFF;
    font-family: titillium_weblight, titillium_webregular, 'Titillium Web', sans-serif;
    font-size: 18px;
    margin: 5px 0;
    width: 100%;
}

    .form-control:focus {
        border-color: #FFFFFF;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: 0 none;
    }

#miss-input {
    margin-bottom: 19px;
}

.container-checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

    .container-checkbox input[type="checkbox"] {
        opacity: 0;
        position: absolute;
        margin-top: 4px;
        margin-left: -20px;
    }

    .container-checkbox label {
        display: inline-block;
        position: relative;
        padding-left: 5px;
        min-height: 20px;
        font-weight: 400;
        cursor: pointer;
        font-size: 16px;
    }

        .container-checkbox label:before {
            content: "";
            display: inline-block;
            position: absolute;
            width: 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: 4px;
        }

        .container-checkbox 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: #8C8C8C;
            top: 4px;
        }

    .container-checkbox input[type="checkbox"]:checked + label:after {
        font-family: 'FontAwesome';
        content: "\f00c";
    }


.boto {
    background: #8C8C8C none repeat scroll 0 0;
    color: #FFFFFF;
    line-height: 35px;
    padding: 0 25px;
    text-transform: uppercase;
    display: inline-block;
    border: 0;
    font-size:24px;
}

    .boto:focus, .boto:hover {
        background: #C42137 none repeat scroll 0 0;
        color: #FFFFFF;
    }


/**MIDES RESPONSIVE**/
@media (min-width:1200px) and (max-width:1450px) {
    /* Cas especial per la franja lateral */
    .container {
        width: auto;
        padding-left: 85px;
        padding-right: 85px;
    }

    .row > .col-lg-6:first-child {
        padding-right: 25px;
    }

    .row > .col-lg-6:last-child {
        padding-left: 25px;
    }

    #top-carousel .carousel-caption.carousel-caption-top {
        left: 10%;
        right: 10%;
    }

    #top-carousel .carousel-caption.carousel-caption-bottom {
        left: 10%;
        right: 10%;
    }
}

@media (min-width:991px) and (max-width:1199px) {
    .container {
        width: auto;
        padding-left: 85px;
        padding-right: 85px;
    }

    .row > .col-md-6:first-child {
        padding-right: 25px;
    }

    .row > .col-md-6:last-child {
        padding-left: 25px;
    }

    #top-carousel .carousel-caption.carousel-caption-top {
        left: 10%;
        right: 10%;
    }

    #top-carousel .carousel-caption.carousel-caption-bottom {
        left: 10%;
        right: 10%;
    }

    .telfCap, .telfCap a {
    margin-left: 7px;
}
}

@media (min-width:768px) and (max-width:992px) {
    .container {
        width: auto;
    }

    #top-carousel .carousel-caption.carousel-caption-top {
        left: 10%;
        right: 10%;
    }

    #top-carousel .carousel-caption.carousel-caption-bottom {
        left: 10%;
        right: 10%;
    }

        .telfCap, .telfCap a {
    margin-left: 7px;
}
}

@media (max-width:767px) {
    #inici{
        background:#000000;
    }
     .gpi-table-contingut table, #container-contingut table {
        table-layout: fixed;
    }

        .gpi-table-contingut table tr td, #container-contingut table tr td {
            display: block;
            width: 100% !important;
            padding-bottom: 30px;
        }

            .gpi-table-contingut table tr td img, #container-contingut table tr td img {
                display: block;
                text-align: center !important;
                margin: 0px auto !important;
                max-width: 100%;
                width: auto;
                height: auto;
            }

    .telfCap, .telfCap a {
    margin-left: 0px;
}

    #container-contingut {
        padding-left: 0 !important;
    }

    #top-carousel .carousel-inner .item {
        background-position: center 10px;
        background-size: cover !important;
    }

    #top-carousel .carousel-caption {
        /*bottom:0;*/
        /*margin-top: -120px;*/
        text-align: center;
        
    }

        #top-carousel .carousel-caption.carousel-caption-top {
            left: 10%;
            right: 10%;
        }

        #top-carousel .carousel-caption.carousel-caption-bottom {
            left: 10%;
            right: 10%;
        }

        #top-carousel .carousel-caption.carousel-caption-left {
            left: 10%;
            right: 10%;
        }

        #top-carousel .carousel-caption.carousel-caption-right {
            left: 10%;
            right: 10%;
        }

        #top-carousel .carousel-indicators {
    bottom: 80px;
}

        #top-carousel .carousel-caption .data-container .first-word {
    font-size: 30px;
    line-height: 42px;
}

    #descrip2 p, #descrip4 p {
        /*text-align: center;*/
    }

    #descrip2 .col-xs-12 + .col-xs-12 {
        margin-top: 30px;
    }

    #descrip4 .descrip > .row > .col-xs-12 + .col-xs-12 {
        margin-top: 30px;
    }

    figure.efecte-foto > img {
        display: block !important;
    }

    .franja3 .galeria-item {
        background: none !important;
    }

    figure.efecte-foto .desc-galeria {
        /*display: none !important;*/
    }

    .franja1 {
        background-attachment: scroll;
        background-size: cover;
    }

    #descrip_newsletter {
        /*text-align: center;*/
    }

    #descrip5 #descrip_newsletter iframe {
        height: 35px !important;
    }

    #descrip5 iframe {
        height: 500px !important;
    }

    #sidebar-wrapper{
        padding: 15px 30px 15px 30px
    }

    .navbar-header{
        display:none;
    }

    a.navbar-brand{
        max-width:50%;
        margin:0 auto;
        padding-top:15px;
    }

    .navbar-nav{
        margin-top:0;
    }

    .navbar-collapse {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .franja1 .media .media-left, .franja2 .media .media-left, .franja4 .media .media-left, .franja5 .media .media-left{
        display:block;
        margin-bottom:10px;
        margin-right:0;
        padding-right:0;
    }

        .franja1 .media .media-left > img, .franja2 .media .media-left > img, .franja4 .media .media-left > img, .franja5 .media .media-left > img {
            margin-left:0;
        }
}

@media (min-width:768px) and (max-height:650px){
    figure.efecte-foto .desc-galeria{
        font-size:12px;
    }
}

/** BOTO BACKTOTOP **/
.cd-top {
    display: inline-block;
    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;
    white-space: nowrap;
    color: #8C8C8C;
    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:10000;
    font-size:0;
}

    .cd-top i.fa {
        font-size:60px;
    }

    .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;
    }

    .cd-top:hover, .cd-top:active, .cd-top:focus {
        color: #8C8C8C;
        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;
    }
}

/*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: #8E8A71;
        }

#cookies_accept {
    color: #FFFFFF;
    cursor: pointer;
    -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;
    font-size: 20px;
}

    #cookies_accept:hover {
        color: #8E8A71;
    }

#cookies_banner p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}

/*scroll*/
/*::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}*/
