﻿@charset "UTF-8";

/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

    .fancybox-opened .fancybox-skin {
        -webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        -moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
        box-shadow: 0 10px 25px rgba(0,0,0,.5);
    }

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../LIBs/FancyBox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: .8;
    cursor: pointer;
    z-index: 8060;
}

    #fancybox-loading div {
        width: 44px;
        height: 44px;
        background: url('../LIBs/FancyBox/fancybox_loading.gif') center center no-repeat;
    }

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../LIBs/FancyBox/blank.gif');
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../LIBs/FancyBox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

    .fancybox-title-float-wrap .child {
        display: inline-block;
        margin-right: -100%;
        padding: 2px 20px;
        background: transparent;
        background: rgba(0,0,0,.8);
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
        text-shadow: 0 1px 2px #222;
        color: #fff;
        font-weight: bold;
        line-height: 24px;
        white-space: nowrap;
    }

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0,0,0,.8);
}
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
    z-index: 9999;
    display: block;
    position: relative;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #bbb;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

    .pika-single:before, .pika-single:after {
        content: " ";
        display: table;
    }

    .pika-single:after {
        clear: both;
    }

.pika-single {
    *zoom: 1;
}

    .pika-single.is-hidden {
        display: none;
    }

    .pika-single.is-bound {
        position: absolute;
        box-shadow: 0 5px 15px -5px rgba(0,0,0,.5);
    }

.pika-lendar {
    float: left;
    width: 240px;
    margin: 8px;
}

.pika-title {
    position: relative;
    text-align: center;
}

.pika-label {
    display: inline-block;
    *display: inline;
    position: relative;
    z-index: 9999;
    overflow: hidden;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
}

.pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0;
}

.pika-prev, .pika-next {
    display: block;
    cursor: pointer;
    position: relative;
    outline: none;
    border: 0;
    padding: 0;
    width: 20px;
    height: 30px;
    text-indent: 20px;
    white-space: nowrap;
    overflow: hidden;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75% 75%;
    opacity: .5;
    *position: absolute;
    *top: 0;
}

    .pika-prev:hover, .pika-next:hover {
        opacity: 1;
    }

.pika-prev, .is-rtl .pika-next {
    float: left;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left: 0;
}

.pika-next, .is-rtl .pika-prev {
    float: right;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right: 0;
}

    .pika-prev.is-disabled, .pika-next.is-disabled {
        cursor: default;
        opacity: .2;
    }

.pika-select {
    display: inline-block;
    *display: inline;
}

.pika-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 0;
}

    .pika-table th, .pika-table td {
        width: 14.285714285714286%;
        padding: 0;
    }

    .pika-table th {
        color: #999;
        font-size: 12px;
        line-height: 25px;
        font-weight: bold;
        text-align: center;
    }

.pika-button {
    cursor: pointer;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: 0;
    margin: 0;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    background: #f5f5f5;
}

.pika-week {
    font-size: 11px;
    color: #999;
}

.is-today .pika-button {
    color: #3af;
    font-weight: bold;
}

.is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #3af;
    box-shadow: inset 0 1px 3px #178fe5;
    border-radius: 3px;
}

.is-inrange .pika-button {
    background: #d5e9f7;
}

.is-startrange .pika-button {
    color: #fff;
    background: #6cb31d;
    box-shadow: none;
    border-radius: 3px;
}

.is-endrange .pika-button {
    color: #fff;
    background: #3af;
    box-shadow: none;
    border-radius: 3px;
}

.is-disabled .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3;
}

.pika-button:hover {
    color: #fff;
    background: #ff8000;
    box-shadow: none;
    border-radius: 3px;
}

.pika-table abbr {
    border-bottom: none;
    cursor: help;
}

html, body {
    margin: 0;
    height: 100%;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

p, form {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    border: 0;
    display: block;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}

h1, h2, h3, h4, h5 {
    margin: 0;
    font-weight: normal;
}

.clearfloat {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hover {
    cursor: pointer;
}

.clickableBlock {
    cursor: pointer;
}

.resetDefaultApparence {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
}

    .resetDefaultApparence::-ms-expand {
        display: none;
    }

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.equalHeight {
    overflow: hidden;
}

    .equalHeight .col {
        margin-bottom: -99999px;
        padding-bottom: 99999px;
    }

.borderBox {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.boostAnimation {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
}

@-webkit-keyframes spinnerAnimation {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinnerAnimation {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@-o-keyframes spinnerAnimation {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(360deg);
    }
}

@keyframes spinnerAnimation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.standardTransition {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.anim_highlight_opacity .image, .anim_highlight_opacity img {
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.anim_highlight_opacity:hover .image, .anim_highlight_opacity:hover img {
    opacity: .8;
}

.anim_highlight_zoom img {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.anim_highlight_zoom:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

body {
    font-family: 'Open Sans',sans-serif;
    font-weight: 400;
    overflow: auto;
}

a {
    color: #ef7c00;
}

.res_ld, .res_sd, .res_hd {
    display: none;
}

.blockMsg {
    background: none !important;
    -webkit-animation: spinnerAnimation 1s linear infinite;
    -moz-animation: spinnerAnimation 1s linear infinite;
    -o-animation: spinnerAnimation 1s linear infinite;
    animation: spinnerAnimation 1s linear infinite;
}

.show_phone {
    display: none;
}

.title_font {
    font-family: Georgia,'Times New Roman',sans-serif;
}

.title_color {
    color: #ef7c00;
}

.vhelper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.standard_margin {
    margin: 50px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_margin {
        margin: 30px;
    }
}

@media only screen and (max-width:749px) {
    .standard_margin {
        margin: 10px;
    }
}

.medium_margin {
    margin: 30px;
}

@media only screen and (max-width:749px) {
    .medium_margin {
        margin: 10px;
    }
}

.standard_padding {
    padding: 50px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_padding {
        padding: 30px;
    }
}

@media only screen and (max-width:749px) {
    .standard_padding {
        padding: 10px;
    }
}

.medium_padding {
    padding: 30px;
}

@media only screen and (max-width:749px) {
    .medium_padding {
        padding: 10px;
    }
}

.standard_titleSize {
    font-size: 40px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_titleSize {
        font-size: 30px;
    }
}

@media only screen and (max-width:749px) {
    .standard_titleSize {
        font-size: 20px;
    }
}

.standard_titleH1Size {
    font-size: 30px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_titleH1Size {
        font-size: 26px;
    }
}

@media only screen and (max-width:749px) {
    .standard_titleH1Size {
        font-size: 18px;
    }
}

.standard_subtitleSize {
    font-size: 22px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_subtitleSize {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .standard_subtitleSize {
        font-size: 16px;
    }
}

.standard_textSize {
    font-size: 18px;
    line-height: 140%;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_textSize {
        font-size: 16px;
    }
}

@media only screen and (max-width:749px) {
    .standard_textSize {
        font-size: 14px;
    }
}

.standard_textFocus {
    font-size: 24px !important;
    font-weight: 300;
    font-style: italic;
    line-height: 140%;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_textFocus {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .standard_textFocus {
        font-size: 18px;
    }
}

.standard_h1 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #ef7c00;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width:749px) {
    .standard_h1 {
        font-size: 18px;
    }
}

.standard_h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .standard_h2 {
        font-size: 16px;
    }
}

.layout_4box .box, .layout_2box .box {
    float: left;
    display: block;
}

    .layout_4box .box .image img, .layout_2box .box .image img {
        width: 100%;
        height: auto;
    }

.layout_1box .box {
    float: none;
    display: block;
}

.standard_rounded_button {
    display: inline-block;
    width: 135px;
    height: 135px;
    border: 1px solid rgba(255,255,255,.3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
}

    .standard_rounded_button:hover {
        background: rgba(255,255,255,.3);
    }

.standard_button {
    display: inline-block;
    color: #fff;
    background: #ef7c00;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    border: 0;
}

.standard_transparency_button {
    display: inline-block;
    color: #fff;
    height: 100px;
    line-height: 100px;
    font-weight: 700;
    font-size: 22px;
    font-family: Georgia,'Times New Roman',sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 0 70px;
    border: 1px solid rgba(255,255,255,.3);
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_transparency_button {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .standard_transparency_button {
        font-size: 16px;
    }
}

.standard_transparency_button:hover {
    background: rgba(255,255,255,.3);
}

.standard_link {
    line-height: 90%;
    text-decoration: underline;
    font-size: 14px;
}

.fDialog_OK {
    display: inline-block;
    color: #fff;
    background: #ef7c00;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    padding: 0 30px;
    border: 0;
}

.fDialog_Cancel {
    line-height: 90%;
    text-decoration: underline;
    font-size: 14px;
}

.searchbox_standard.teaserWithColumns.Teaser_Viewer_4col {
    margin: 0;
    padding: 0;
}

    .searchbox_standard.teaserWithColumns.Teaser_Viewer_4col .box {
        border: 0;
    }

.standard_results_header .texts {
    float: left;
}

.standard_results_header .sorter {
    float: right;
}

.standard_results_footer {
    margin: 50px;
    margin-top: 0;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_results_footer {
        margin: 30px;
    }
}

@media only screen and (max-width:749px) {
    .standard_results_footer {
        margin: 10px;
    }
}

.standard_results_footer .pager {
    float: right;
}

.o-span {
    display: block;
    float: left;
    line-height: 46px;
    margin-bottom: 10px;
    min-height: 46px;
    padding: 0 5px;
}

.span_1_3 {
    width: 33.33%;
}

.span_2_3 {
    width: 66.66%;
}

.span_3_3 {
    width: 100%;
}

.standard_label {
    font-size: 14px;
}

.standard_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    height: 46px;
    border: 1px solid #ccc;
    background-color: transparent;
    padding: 0 12px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .standard_input::-ms-expand {
        display: none;
    }

    .standard_input:focus {
        background-color: #ddd;
    }

.standard_textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    height: 100px;
    border: none;
    background-color: transparent;
    padding: 12px 12px;
    font-size: 14px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

    .standard_textarea::-ms-expand {
        display: none;
    }

    .standard_textarea:focus {
        background-color: #ddd;
    }

.input_calendar {
    background-image: url('../Images/input_calendar.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.standard_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border-radius: 0;
    width: 100%;
    height: 46px;
    border: 1px solid #ccc;
    background: transparent url('../Images/ddArrow.png') no-repeat right center;
    padding: 0 12px;
    font-size: 14px;
}

    .standard_select::-ms-expand {
        display: none;
    }

.standard_radio {
    height: 40px;
    line-height: 40px;
}

.standard_privacy {
    height: 150px;
    overflow: auto;
    background-color: transparent;
}

.form-group {
    margin-bottom: 20px;
}

.js-appear {
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

    .js-appear.hidden {
        opacity: 0;
        -webkit-transition: all 0s;
        -moz-transition: all 0s;
        -ms-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }

.u-image_scale:hover img {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.carousel-prev, .carousel-next {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 1px solid rgba(255,255,255,.3);
    margin: 30px 5px;
    background-image: url(../Images/Icone/frecce_carousel.png);
    background-repeat: no-repeat;
}

    .carousel-prev:hover, .carousel-next:hover {
        background-color: rgba(255,255,255,.3);
    }

.carousel-prev {
    background-position: 0 0;
}

.carousel-next {
    background-position: -60px 0;
}

.pager_container {
    text-align: center;
    color: #ef7c00;
}

    .pager_container > span {
        display: inline-block;
        padding: 0 8px;
        font-size: 20px;
        color: #333;
    }

    .pager_container > a {
        display: inline-block;
        padding: 0 8px;
        color: #000;
    }

        .pager_container > a:hover {
            color: #ef7c00;
        }

.nav_main-scroll {
    position: relative;
    height: 100%;
    padding: 50px 100px;
}

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
    height: calc(100vh - 110px);
}

    .scroll-wrapper > .scroll-content {
        border: none !important;
        box-sizing: content-box !important;
        height: auto;
        left: 0;
        margin: 0;
        max-height: none;
        max-width: none !important;
        overflow: scroll !important;
        padding: 0;
        position: relative !important;
        top: 0;
        width: auto !important;
    }

        .scroll-wrapper > .scroll-content::-webkit-scrollbar {
            height: 0;
            width: 0;
        }

.scroll-element {
    display: none;
}

    .scroll-element, .scroll-element div {
        box-sizing: content-box;
    }

        .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

        .scroll-element .scroll-bar, .scroll-element .scroll-arrow {
            cursor: default;
        }

.scroll-textarea {
    border: 1px solid #ccc;
    border-top-color: #999;
}

    .scroll-textarea > .scroll-content {
        overflow: hidden !important;
    }

        .scroll-textarea > .scroll-content > textarea {
            border: none !important;
            box-sizing: border-box;
            height: 100% !important;
            margin: 0;
            max-height: none !important;
            max-width: none !important;
            overflow: scroll !important;
            outline: none;
            padding: 2px;
            position: relative !important;
            top: 0;
            width: 100% !important;
        }

            .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                height: 0;
                width: 0;
            }

.scrollbar-inner > .scroll-element, .scrollbar-inner > .scroll-element div {
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

    .scrollbar-inner > .scroll-element div {
        display: block;
        height: 100%;
        left: 0;
        top: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-x {
        bottom: 2px;
        height: 8px;
        left: 0;
        width: 100%;
    }

    .scrollbar-inner > .scroll-element.scroll-y {
        height: 100%;
        right: 2px;
        top: 0;
        width: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer {
        overflow: hidden;
    }

    .scrollbar-inner > .scroll-element .scroll-element_outer, .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track, .scrollbar-inner > .scroll-element .scroll-bar {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
        filter: alpha(opacity=40);
        opacity: .4;
    }

    .scrollbar-inner > .scroll-element .scroll-element_track {
        background-color: #000;
    }

    .scrollbar-inner > .scroll-element .scroll-bar {
        background-color: #999;
    }

    .scrollbar-inner > .scroll-element:hover .scroll-bar {
        background-color: #919191;
    }

    .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
        background-color: #919191;
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
        top: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
        left: -12px;
    }

    .scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
        top: -12px;
    }

.bocconi_calendar {
    position: relative;
    border-top: 1px solid rgba(0,0,0,.2);
    margin-top: 65px;
    padding-top: 30px;
}

    .bocconi_calendar > input {
        display: none;
    }

    .bocconi_calendar .gldp-default {
        display: block !important;
    }

        .bocconi_calendar .gldp-default .core {
            position: relative;
            float: left;
            padding: 0;
            margin: 0;
            font-size: 14px;
            text-align: center;
            cursor: pointer;
            color: #222;
            background: #fff;
            width: 14.2857%;
        }

        .bocconi_calendar .gldp-default .monyear {
            width: 10%;
        }

            .bocconi_calendar .gldp-default .monyear.title {
                width: 80%;
            }

                .bocconi_calendar .gldp-default .monyear.title span {
                    margin: 0 3px;
                }

        .bocconi_calendar .gldp-default .cal_tooltip {
            position: absolute;
            z-index: 99999999;
            background-color: #fff;
            bottom: 31px;
            left: 50%;
            padding: 10px 15px;
            border: solid 1px #ddd;
            width: 150px;
        }

            .bocconi_calendar .gldp-default .cal_tooltip a {
                display: block;
                text-align: left;
                font-weight: 400;
                line-height: 120%;
                padding: 5px 0 5px 15px;
                position: relative;
            }

                .bocconi_calendar .gldp-default .cal_tooltip a .bullet {
                    position: absolute;
                    display: block;
                    width: 10px;
                    height: 10px;
                    left: 0;
                    top: 8px;
                }

                .bocconi_calendar .gldp-default .cal_tooltip a.tipo_1 .bullet {
                    background-color: #004e9b;
                }

                .bocconi_calendar .gldp-default .cal_tooltip a.tipo_2 .bullet {
                    background-color: #c93204;
                }

                .bocconi_calendar .gldp-default .cal_tooltip a.tipo_3 .bullet {
                    background-color: #7ec9cc;
                }

            .bocconi_calendar .gldp-default .cal_tooltip .angolo {
                background: url("https://www.unibocconi.eu/Content/Cdr/Images/Icone/frecciaPopup.png");
                width: 13px;
                height: 7px;
                display: block;
                position: absolute;
                bottom: -7px;
                left: 50%;
                margin-left: -6.5px;
            }

    .bocconi_calendar.white .monyear {
        height: 49px !important;
        padding-bottom: 10px;
        border-bottom: solid 4px #ef7c00 !important;
    }

    .bocconi_calendar.white .title {
        font-size: 22px;
        line-height: 35px;
    }

    .bocconi_calendar.white .prev-arrow, .bocconi_calendar.white .next-arrow {
        display: block;
        height: 35px;
        width: 100%;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .bocconi_calendar.white .prev-arrow {
        background-image: url('../Images/Icone/leftArrow.png');
    }

    .bocconi_calendar.white .next-arrow {
        background-image: url('../Images/Icone/rightArrow.png');
    }

    .bocconi_calendar.white .dow {
        margin-top: 20px !important;
        height: 34px !important;
        line-height: 34px !important;
        color: #cecac5;
        font-size: 12px;
        text-transform: uppercase;
        background-color: #575658;
        font-weight: 700;
    }

    .bocconi_calendar.white .day {
        border-bottom: 1px solid #ddd;
        font-size: 12px;
        font-weight: 400;
        padding: 2px 0;
        text-align: center;
        height: 40px !important;
        line-height: 30px !important;
    }

        .bocconi_calendar.white .day.special {
            background-color: #cfcac5;
            color: #fff;
            font-weight: 700;
        }

    .bocconi_calendar.white .today {
        font-weight: 700;
        color: #000;
    }

    .bocconi_calendar.white .outday {
        color: #ddd;
    }

    .bocconi_calendar.white .day.special.outday {
        background-color: #ddd;
    }

    .bocconi_calendar.white .day.special.today {
        color: #000;
    }

    .bocconi_calendar.white .day.special.open {
        color: #000;
        text-decoration: underline;
    }

    .bocconi_calendar.white.short .monyear {
        border-bottom: 0 !important;
    }

    .bocconi_calendar.white.short .dow {
        margin-top: 0 !important;
    }

    .bocconi_calendar.white.short .day {
        height: 25px !important;
        line-height: 25px !important;
    }

.breadcrumbs {
    padding-bottom: 17px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

    .breadcrumbs li {
        display: inline-block;
        font-size: 16px;
    }

        .breadcrumbs li a {
            color: #333;
            font-weight: 400;
        }

        .breadcrumbs li:last-child > a {
            color: #ef7c00;
        }

.standard_container {
    margin: 0 auto;
    background: #fff;
    position: relative;
}

    .standard_container h1 {
        font-size: 30px;
        margin-bottom: 10px;
        font-family: Georgia,'Times New Roman',sans-serif;
        color: #ef7c00;
        text-transform: uppercase;
        font-weight: 700;
        border-bottom: 1px solid rgba(0,0,0,.2);
        padding-bottom: 30px;
    }

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_container h1 {
        font-size: 26px;
    }
}

@media only screen and (max-width:749px) {
    .standard_container h1 {
        font-size: 18px;
    }
}

.standard_container h2 {
    font-size: 22px;
    margin-bottom: 10px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .standard_container h2 {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .standard_container h2 {
        font-size: 16px;
    }
}

.section_title {
    font-size: 40px;
    font-family: Georgia,'Times New Roman',sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin: -50px 0 50px 0;
    position: relative;
    z-index: 10;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .section_title {
        font-size: 30px;
    }
}

@media only screen and (max-width:749px) {
    .section_title {
        font-size: 20px;
    }
}

.section_title.bg_white span {
    display: inline-block;
    padding: 0 50px;
    background: #fff;
}

#main_container {
    background: #e9e9e9;
    padding: 40px;
}

.main_col_separator {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #ccc;
    left: 375px;
}

#aside_main {
    width: 350px;
    float: left;
}

    #aside_main + #article_main {
        width: 800px;
        float: right;
    }

#menu_aside ul {
    line-height: 26px;
    list-style-type: square;
    margin-left: 20px;
    color: #ef7c00;
}

#menu_aside a {
    display: block;
    color: #333;
}

    #menu_aside a.selected_parent, #menu_aside a.selected {
        color: #ef7c00;
    }

.sx {
    width: 100%;
    float: left;
    margin-right: -450px;
}

    .sx .sx_inner {
        margin-right: 450px;
        padding: 40px;
    }

        .sx .sx_inner .mainArticlesColumn {
            width: 66%;
            float: left;
            padding-right: 50px;
        }

        .sx .sx_inner .asideArticlesColumn {
            width: 34%;
            float: right;
        }

            .sx .sx_inner .asideArticlesColumn .section_title {
                font-size: 30px;
                margin: 0;
            }

@media only screen and (min-width:750px) and (max-width:1279px) {
    .sx .sx_inner .asideArticlesColumn .section_title {
        font-size: 26px;
    }
}

@media only screen and (max-width:749px) {
    .sx .sx_inner .asideArticlesColumn .section_title {
        font-size: 18px;
    }
}

.sx__menu {
    width: 30%;
    float: left;
    padding-right: 30px;
}

.sx__main {
    width: 70%;
    float: left;
}

.dx {
    width: 450px;
    float: right;
    background: #f7f7f7;
}

.large {
    padding: 40px;
}

#footer_pre {
    height: 350px;
}

    #footer_pre .footer_loghi {
        width: 99%;
        display: inline-block;
        vertical-align: middle;
    }

        #footer_pre .footer_loghi li {
            float: left;
            width: 20%;
            padding: 10px 50px;
        }

            #footer_pre .footer_loghi li img {
                width: 100%;
                height: auto;
            }

footer {
    background: #000;
    color: #fff;
    font-size: 13px;
    height: 350px;
    position: relative;
    width: 100%;
}

    footer a {
        color: #fff;
    }

    footer #teaserGenericoFooter {
        display: block;
        float: left;
        height: 350px;
        overflow: hidden;
        position: relative;
        width: 400px;
    }

        footer #teaserGenericoFooter .imageTeaserFooter img {
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        footer #teaserGenericoFooter:hover img {
            -webkit-transform: scale(1.05);
            -moz-transform: scale(1.05);
            -ms-transform: scale(1.05);
            -o-transform: scale(1.05);
            transform: scale(1.05);
        }

    footer #teaserVideoFooter {
        width: 400px;
        float: left;
        overflow: hidden;
    }

        footer #teaserVideoFooter .videoContainer {
            position: relative;
            width: 100%;
            padding: 40px 0 0 0;
        }

            footer #teaserVideoFooter .videoContainer iframe {
                width: 100%;
                height: auto;
                min-height: 280px;
            }

    footer #footerLeft {
        bottom: 0;
        left: 400px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

        footer #footerLeft .sezioni {
            float: left;
            padding: 70px 0 0 40px;
        }

            footer #footerLeft .sezioni h4 {
                font-size: 22px;
                margin-bottom: 20px;
                font-weight: 300;
            }

@media only screen and (min-width:750px) and (max-width:1279px) {
    footer #footerLeft .sezioni h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    footer #footerLeft .sezioni h4 {
        font-size: 16px;
    }
}

footer #footerLeft .sezioni ul {
    width: 340px;
}

    footer #footerLeft .sezioni ul li {
        border-left: 1px solid #858486;
        float: left;
        margin-right: 10px;
        overflow: hidden;
        padding: 3px 0 3px 10px;
        text-overflow: ellipsis;
        width: 160px;
    }

        footer #footerLeft .sezioni ul li a {
            text-transform: uppercase;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            footer #footerLeft .sezioni ul li a:hover {
                color: #ef7c00;
            }

footer #footerLeft .social ul {
    width: 102px;
}

    footer #footerLeft .social ul li {
        float: left;
        margin: 0 1px 1px 0;
        border: 0;
        padding: 0;
        width: 50px;
    }

        footer #footerLeft .social ul li a {
            background-color: #303030;
            display: block;
            height: 50px;
            text-indent: -99999px;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            width: 50px;
        }

            footer #footerLeft .social ul li a:hover {
                background-color: #404040;
            }

footer #footerLeft .time {
    float: left;
    margin-left: 20px;
    margin-top: 121px;
}

    footer #footerLeft .time div {
        background: #303030 none repeat scroll 0 0;
        height: 50px;
        line-height: 50px;
        margin-bottom: 1px;
        text-align: center;
        width: 100px;
    }

footer #footerLeft .footerBackToTop {
    position: absolute;
    right: 50px;
    top: 20px;
}

    footer #footerLeft .footerBackToTop a {
        background: url("../Images/Icone/freccia_top.png") no-repeat 0 0;
        display: block;
        height: 19px;
        width: 30px;
    }

footer #footerLeft .footerDati {
    background-color: #303030;
    bottom: 0;
    color: #fff;
    height: 50px;
    line-height: 50px;
    position: absolute;
    width: 100%;
}

    footer #footerLeft .footerDati .copyright {
        float: left;
        padding-left: 50px;
    }

    footer #footerLeft .footerDati .footerLink {
        float: right;
        padding-right: 50px;
    }

#cookie_bar {
    position: fixed;
    z-index: 1000000;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(63,52,63,.6);
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
}

    #cookie_bar .text {
        margin-right: 20px;
        line-height: 30px;
    }

    #cookie_bar #cookie_bar_ok {
        margin-right: 20px;
        line-height: 30px;
        height: 30px;
    }

    #cookie_bar .standard_link {
        color: #fff;
    }

#news_lista {
    margin-top: 30px;
}

    #news_lista .item {
        padding: 40px 0;
        border-top: solid 1px rgba(0,0,0,.2);
        position: relative;
    }

        #news_lista .item:first-child {
            border: 0;
        }

        #news_lista .item .category {
            text-transform: uppercase;
            color: #ef7c00;
            font-size: 14px;
        }

        #news_lista .item .luogo {
            text-transform: uppercase;
            color: #ef7c00;
            font-size: 14px;
        }

        #news_lista .item .titolo {
            font-size: 22px;
            font-weight: 600;
            line-height: 120%;
            margin: 0 150px 10px 0;
        }

@media only screen and (min-width:750px) and (max-width:1279px) {
    #news_lista .item .titolo {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    #news_lista .item .titolo {
        font-size: 16px;
    }
}

#news_lista .item .image {
    display: none;
    float: left;
    width: 50%;
    padding: 0 20px 20px 0;
}

    #news_lista .item .image img {
        width: 100%;
        height: auto;
    }

#news_lista .item .texts {
    font-size: 14px;
    margin-right: 150px;
}

    #news_lista .item .texts .link {
        position: absolute;
        right: 0;
        top: 50%;
        background-color: transparent;
        border: 1px solid #ef7c00;
        color: #ef7c00;
        display: inline-block;
        line-height: 42px;
        text-align: center;
        text-transform: uppercase;
        transition: all .3s ease 0s;
        padding: 0 40px;
    }

        #news_lista .item .texts .link:hover {
            background-color: #ef7c00;
            color: #fff;
        }

.news_mese {
    border-bottom: 4px solid #ef7c00;
    padding: 17px 0;
    font-size: 22px;
    font-weight: 600;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .news_mese {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .news_mese {
        font-size: 16px;
    }
}

.news_mese .indietro {
    color: #000;
}

#news_dettaglio .image {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

    #news_dettaglio .image img {
        width: 100%;
        height: auto;
    }

#news_dettaglio .infobar {
    padding: 25px 0;
    border-bottom: solid 1px rgba(0,0,0,.2);
}

    #news_dettaglio .infobar .category, #news_dettaglio .infobar .luogo {
        display: inline-block;
        text-transform: uppercase;
        color: #ef7c00;
        vertical-align: middle;
    }

    #news_dettaglio .infobar .data, #news_dettaglio .infobar .data-ora {
        display: inline-block;
        vertical-align: middle;
    }

    #news_dettaglio .infobar .social {
        float: right;
    }

        #news_dettaglio .infobar .social .twitter-share-button {
            vertical-align: middle;
        }

#news_dettaglio .titolo {
    font-size: 22px;
    font-weight: 600;
    line-height: 120%;
    margin: 20px 0;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    #news_dettaglio .titolo {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    #news_dettaglio .titolo {
        font-size: 16px;
    }
}

#news_dettaglio .texts .abstract {
    text-transform: uppercase;
    margin: 20px 0;
}

#news_dettaglio .texts .autore {
    font-style: italic;
    padding: 50px 0;
}

.people_list h3 {
    font-size: 22px;
    margin: 30px 0;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .people_list h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .people_list h3 {
        font-size: 16px;
    }
}

.people_list .people_items .people_item {
    float: left;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
    overflow: hidden;
}

    .people_list .people_items .people_item .image {
        display: block;
        cursor: pointer;
        width: 170px;
        height: 170px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #ef7c00;
        padding: 9px;
        margin-right: 20px;
        float: left;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .people_list .people_items .people_item .image img {
            width: 150px;
            height: 150px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .people_list .people_items .people_item .image:hover {
            background: #ef7c00;
        }

    .people_list .people_items .people_item .texts {
        position: relative;
        display: table-cell;
        padding-right: 10px;
    }

        .people_list .people_items .people_item .texts .title {
            color: #ef7c00;
            font-family: Georgia,'Times New Roman',sans-serif;
            text-transform: uppercase;
            font-weight: 700;
        }

        .people_list .people_items .people_item .texts .subtitle {
            color: #ef7c00;
            font-weight: 700;
            font-style: italic;
        }

        .people_list .people_items .people_item .texts .focus_separator {
            width: 100px;
            background-color: #ef7c00;
        }

        .people_list .people_items .people_item .texts .text {
            font-size: 14px;
            line-height: 120%;
        }

        .people_list .people_items .people_item .texts a {
            position: absolute;
            top: 0;
            right: 0;
        }

.people_list .people_items .people_link {
    display: block;
    float: left;
    text-align: center;
    color: #ef7c00;
    font-weight: 700;
    padding: 10px;
    width: 145px;
    height: 210px;
}

    .people_list .people_items .people_link .image {
        width: 125px;
        height: 125px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        overflow: hidden;
        border: 1px solid #ef7c00;
        padding: 6px;
		-webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
		display: inline-block;
    }

        .people_list .people_items .people_link .image img {
            width: 100%;
            height: 100%;
		    -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

        .people_list .people_items .people_link .image:hover {
            background: #ef7c00;
        }

    .people_list .people_items .people_link span {
        display: inline-block;
        text-align: center;
    }

.project_result {
    padding: 0 0 20px 0;
}

.project_filter {
    border-top: 1px solid rgba(0,0,0,.2);
    border-bottom: 1px solid rgba(0,0,0,.2);
    padding: 20px 0;
    color: #ef7c00;
}

    .project_filter a {
        display: inline-block;
        padding: 0 10px;
        color: #000;
        font-weight: 600;
    }

.project_list .project_item {
    position: relative;
    min-height: 130px;
}

    .project_list .project_item:hover .project_category {
        background-color: rgba(239,124,0,.3);
    }

    .project_list .project_item .project_category {
        position: absolute;
        top: 20px;
        left: 0;
        display: inline-block;
        width: 102px;
        height: 102px;
        border: 2px solid #ef7c00;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -ms-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .project_list .project_item .project_category:hover {
            background-color: rgba(239,124,0,.3);
        }

        .project_list .project_item .project_category img {
            position: absolute;
            top: 50%;
            left: 50%;
            margin: -38px 0 0 -38px;
        }

    .project_list .project_item .texts {
        display: inline-block;
        min-height: 130px;
        margin-left: 130px;
        padding-top: 30px;
    }

        .project_list .project_item .texts .title {
            font-size: 18px;
            color: #ef7c00;
            font-family: Georgia,'Times New Roman',sans-serif;
            font-weight: 700;
        }

        .project_list .project_item .texts .text {
            padding-bottom: 20px;
        }

.project_list.search_results .project_item {
    min-height: 110px;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0,0,0,.2);
}

    .project_list.search_results .project_item .project_category {
        position: relative;
        width: 90px;
        height: 90px;
        top: auto;
        vertical-align: middle;
        margin-right: 10px;
    }

        .project_list.search_results .project_item .project_category img {
            width: 50px;
            height: auto;
            margin: -25px 0 0 -25px;
        }

    .project_list.search_results .project_item .texts {
        min-height: auto;
        padding-top: 0;
        margin-left: 0;
        border: 0;
        width: 65%;
        vertical-align: middle;
    }

#gallery .gallery_header {
    margin: 50px;
    margin-bottom: 0;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    #gallery .gallery_header {
        margin: 30px;
    }
}

@media only screen and (max-width:749px) {
    #gallery .gallery_header {
        margin: 10px;
    }
}

#gallery .teaserWithColumns {
    padding-bottom: 0;
}

.areapersonale_master {
    margin-top: 50px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .areapersonale_master {
        margin-top: 30px;
    }
}

@media only screen and (max-width:749px) {
    .areapersonale_master {
        margin-top: 10px;
    }
}

.pageSiteMap {
    margin: 50px 0;
}

    .pageSiteMap .sitemap-menu {
        list-style-image: url(../Images/Icone/bullet.png);
        padding: 10px 0 10px 30px;
    }

        .pageSiteMap .sitemap-menu a:hover {
            text-decoration: underline;
        }

        .pageSiteMap .sitemap-menu > li {
            text-transform: uppercase;
            padding: 5px 0;
        }

            .pageSiteMap .sitemap-menu > li .level_2 {
                list-style-image: none;
            }

                .pageSiteMap .sitemap-menu > li .level_2 > li a {
                    color: #333;
                    text-transform: none;
                }

.pageContatti {
    padding-top: 50px;
}

.page_404 {
    position: relative;
    background: #bfefff;
    background: -webkit-linear-gradient(#bfefff,#bee0df);
    background: -o-linear-gradient(#bfefff,#bee0df);
    background: -moz-linear-gradient(#bfefff,#bee0df);
    background: linear-gradient(#bfefff,#bee0df);
}

    .page_404 #main_404 {
        margin: 100px;
        width: 462px;
        position: absolute;
        top: 0;
        left: 0;
    }

        .page_404 #main_404 h1 {
            font-size: 50px;
            font-weight: 700;
            color: #ef7c00;
            line-height: 100%;
        }

        .page_404 #main_404 h2 {
            font-size: 50px;
            font-weight: 700;
            color: #fff;
            line-height: 100%;
        }

        .page_404 #main_404 p {
            margin-top: 50px;
        }

            .page_404 #main_404 p a {
                color: #ef7c00;
            }

        .page_404 #main_404 form {
            margin-top: 50px;
            width: 100%;
            height: 60px;
            position: relative;
        }

            .page_404 #main_404 form input {
                height: 100%;
                position: absolute;
                top: 0;
                left: 0;
                right: 60px;
                background: #fff;
                display: block;
            }

            .page_404 #main_404 form a {
                height: 100%;
                position: absolute;
                top: 0;
                right: 0;
                width: 120px;
                line-height: 60px;
            }

#search {
    padding: 50px 0;
}

    #search * a {
        color: #ef7c00 !important;
        text-decoration: underline !important;
    }

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-family: 'Open Sans',sans-serif;
}

.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b {
    color: #ef7c00 !important;
    background-color: transparent;
}

.gs-result .gs-title, .gs-result .gs-title * {
    text-decoration: none;
}

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
}

form.gsc-search-box {
    width: 90%;
}

input.gsc-input {
    border-color: #ccc;
    height: 34px;
}

input.gsc-search-button {
    background-color: #ef7c00 !important;
    border: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    width: 160px;
    height: 40px;
    text-transform: none;
    font-weight: normal;
}

.gsc-webResult.gsc-result {
    border-width: 0 0 1px 0;
    border-color: #ccc;
    border-style: solid;
    margin-bottom: 0;
    padding: 20px 0;
}

a.gs-title {
    font-family: 'Open Sans',sans-serif;
    color: #ef7c00;
    text-decoration: none;
}

.gsc-cursor .gsc-cursor-current-page {
    background: #ef7c00 !important;
}

.showreel {
    position: relative;
    overflow: hidden;
}

    .showreel .items {
        width: 100%;
        height: 100%;
    }

    .showreel .showreel-item {
        top: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
        opacity: 0;
        z-index: 1;
        -webkit-transition: opacity .5s;
        -moz-transition: opacity .5s;
        -ms-transition: opacity .5s;
        -o-transition: opacity .5s;
        transition: opacity .5s;
    }

        .showreel .showreel-item.lazyloading {
            display: none;
        }

        .showreel .showreel-item.active {
            opacity: 1;
            z-index: 10;
        }

        .showreel .showreel-item .bg_image {
            background-size: cover;
            background-position: center;
            width: 100%;
            height: 100%;
        }

        .showreel .showreel-item .overlay {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background-color: rgba(0,0,0,.5);
        }

        .showreel .showreel-item .focus {
            display: block;
            position: absolute;
            right: 150px;
            bottom: 150px;
            color: #fff;
            padding: 50px;
            background-color: rgba(0,0,0,.7);
            width: 550px;
            height: 370px;
        }

            .showreel .showreel-item .focus .focus_title {
                font-size: 40px;
                font-family: Georgia,'Times New Roman',sans-serif;
                font-weight: 700;
            }

@media only screen and (min-width:750px) and (max-width:1279px) {
    .showreel .showreel-item .focus .focus_title {
        font-size: 30px;
    }
}

@media only screen and (max-width:749px) {
    .showreel .showreel-item .focus .focus_title {
        font-size: 20px;
    }
}

.showreel .menu-items {
    position: absolute;
    z-index: 150;
    left: 40px;
    bottom: 40px;
}

    .showreel .menu-items li {
        display: inline-block;
    }

        .showreel .menu-items li a {
            display: block;
            background-color: rgba(255,255,255,.5);
            border-radius: 50%;
            height: 10px;
            margin-left: 10px;
            width: 10px;
        }

    .showreel .menu-items > .cycle-pager-active a, .showreel .menu-items > a:hover {
        background-color: #fff;
    }

.showreel .showreel-prev, .showreel .showreel-next {
    position: absolute;
    width: 50px;
    height: 50px;
    background: #fff;
    display: block;
    opacity: 0;
    z-index: 200;
    right: 50px;
    bottom: 360px;
}

    .showreel .showreel-prev.visible, .showreel .showreel-next.visible {
        opacity: 1;
    }

.showreel .showreel-prev {
    right: 110px;
}

.showreel.TeaserViewer_ShowReel_full {
    width: 100%;
    height: 100%;
}

.showreel.TeaserViewer_ShowReel_page {
    width: 100%;
    height: 480px;
}

    .showreel.TeaserViewer_ShowReel_page .focus {
        display: none;
    }

.paragrafo h3 {
    font-size: 22px;
    margin-bottom: 30px;
    padding: 0 30px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .paragrafo h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .paragrafo h3 {
        font-size: 16px;
    }
}

.paragrafo .texts p {
    font-size: 18px;
    line-height: 140%;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .paragrafo .texts p {
        font-size: 16px;
    }
}

@media only screen and (max-width:749px) {
    .paragrafo .texts p {
        font-size: 14px;
    }
}

.paragrafo .texts ul {
    list-style-image: url(../Images/Icone/bullet.png);
    padding: 10px 0 10px 30px;
}

.paragrafo .texts ol {
    padding: 10px 0 10px 30px;
}

.paragrafo .image img {
    width: 100%;
    height: auto;
}

.paragrafo.Brick_paragrafo_1image_SX .image {
    float: left;
    border-right: solid 1px #ccc;
}

.paragrafo.Brick_paragrafo_1image_SX .texts {
    float: right;
}

.paragrafo.Brick_paragrafo_1image_DX .image {
    float: right;
    border-left: solid 1px #ccc;
}

.paragrafo.Brick_paragrafo_1image_DX .texts {
    float: left;
}

.paragrafo.cms_content_main_full {
    padding: 50px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .paragrafo.cms_content_main_full {
        padding: 30px;
    }
}

@media only screen and (max-width:749px) {
    .paragrafo.cms_content_main_full {
        padding: 10px;
    }
}

.paragrafo.cms_content_main_full .inner {
    margin: 0 -30px;
}

.paragrafo.cms_content_main_full .image {
    width: 25%;
    padding: 0 30px;
}

.paragrafo.cms_content_main_full .texts {
    width: 75%;
    padding: 0 30px;
}

.paragrafo.cms_content_main {
    margin-top: 50px;
}

    .paragrafo.cms_content_main .inner {
        margin: 0 -30px;
    }

    .paragrafo.cms_content_main .image {
        width: 50%;
        padding: 0 30px;
    }

    .paragrafo.cms_content_main .texts {
        width: 50%;
        padding: 0 30px;
    }

.paragrafo.Brick_paragrafo_onlytext .inner .texts {
    width: 100%;
}

.paragrafo.Brick_paragrafo_onlytext .text_2colonne {
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-count: 2;
    -moz-column-gap: 40px;
    column-count: 2;
    column-gap: 40px;
}

.paragrafo.Brick_paragrafo_1image_large .inner > .image {
    float: none;
    width: 100% !important;
    margin-bottom: 30px;
    overflow: hidden;
}

.paragrafo.Brick_paragrafo_1image_large .inner > .texts {
    width: 100% !important;
}

.teaserWithColumns {
    padding: 25px 50px;
    margin: 50px 25px;
    border: 1px solid #ccc;
}

    .teaserWithColumns.Teaser_Viewer_4col .layout_4box {
        margin: 0 -30px;
    }

        .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box {
            padding: 30px;
            padding-top: 0;
            padding-bottom: 0;
            border-left: solid 1px #ccc;
            margin-bottom: 30px;
        }

@media only screen and (max-width:749px) {
    .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box {
        padding: 10px;
    }
}

.teaserWithColumns.Teaser_Viewer_4col .layout_4box .box .image, .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box img {
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.teaserWithColumns.Teaser_Viewer_4col .layout_4box .box:hover .image, .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box:hover img {
    opacity: .8;
}

.teaserWithColumns.Teaser_Viewer_4col .layout_4box .box .image {
    margin-bottom: 10px;
}

.teaserWithColumns.Teaser_Viewer_4col .layout_4box .box .texts .category {
    text-transform: uppercase;
    color: #ef7c00;
    font-size: 14px;
}

.teaserWithColumns.Teaser_Viewer_4col .layout_4box .box .texts .luogo {
    font-size: 14px;
    text-transform: uppercase;
    color: #ef7c00;
}

.teaserWithColumns.Teaser_Viewer_4col .layout_4box .box .texts .data-ora {
    font-size: 14px;
    margin-bottom: 10px;
    color: #ef7c00;
}

.teaserWithColumns.Teaser_Viewer_4col .layout_4box .box .texts .title {
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 10px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box .texts .title {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box .texts .title {
        font-size: 16px;
    }
}

.teaserWithColumns.Teaser_Viewer_4col .layout_4box .box .texts .text {
    font-size: 14px;
}

.teaserWithColumns.Teaser_Viewer_4col_hover {
    padding: 50px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .teaserWithColumns.Teaser_Viewer_4col_hover {
        padding: 30px;
    }
}

@media only screen and (max-width:749px) {
    .teaserWithColumns.Teaser_Viewer_4col_hover {
        padding: 10px;
    }
}

.teaserWithColumns.Teaser_Viewer_4col_hover .layout_4box {
    margin: 0 -10px;
}

    .teaserWithColumns.Teaser_Viewer_4col_hover .layout_4box .box {
        padding: 0 10px;
        position: relative;
    }

        .teaserWithColumns.Teaser_Viewer_4col_hover .layout_4box .box img {
            -webkit-transform: scale(1,1);
            -moz-transform: scale(1,1);
            -ms-transform: scale(1,1);
            -o-transform: scale(1,1);
            transform: scale(1,1);
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

        .teaserWithColumns.Teaser_Viewer_4col_hover .layout_4box .box:hover img {
            -webkit-transform: scale(1.1,1.1);
            -moz-transform: scale(1.1,1.1);
            -ms-transform: scale(1.1,1.1);
            -o-transform: scale(1.1,1.1);
            transform: scale(1.1,1.1);
        }

        .teaserWithColumns.Teaser_Viewer_4col_hover .layout_4box .box .image {
            overflow: hidden;
        }

        .teaserWithColumns.Teaser_Viewer_4col_hover .layout_4box .box .texts {
            position: absolute;
            left: 10px;
            right: 10px;
            bottom: 0;
            padding: 30px;
            background: rgba(0,0,0,.6);
            color: #fff;
        }

@media only screen and (max-width:749px) {
    .teaserWithColumns.Teaser_Viewer_4col_hover .layout_4box .box .texts {
        padding: 10px;
    }
}

.Teaser_Viewer_2col .layout_2box {
    margin: 0 -30px;
}

    .Teaser_Viewer_2col .layout_2box .box {
        padding: 30px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

@media only screen and (max-width:749px) {
    .Teaser_Viewer_2col .layout_2box .box {
        padding: 10px;
    }
}

.Teaser_Viewer_2col .layout_2box .box .image, .Teaser_Viewer_2col .layout_2box .box img {
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.Teaser_Viewer_2col .layout_2box .box:hover .image, .Teaser_Viewer_2col .layout_2box .box:hover img {
    opacity: .8;
}

.Teaser_Viewer_2col .layout_2box .box .image {
    margin-bottom: 10px;
}

.Teaser_Viewer_2col .layout_2box .box .texts .title {
    color: #ef7c00;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .Teaser_Viewer_2col .layout_2box .box .texts .title {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .Teaser_Viewer_2col .layout_2box .box .texts .title {
        font-size: 16px;
    }
}

.Teaser_Viewer_2col .layout_2box .box .texts .text {
    font-size: 16px;
    line-height: 120%;
}

.WidgetNews {
    background: #fce5cc url(../Images/Icone/icona_news.png) no-repeat 50% 35px;
    border-top: 5px solid #ef7c00;
    padding-bottom: 50px;
}

    .WidgetNews .section_title {
        margin-top: 130px !important;
        padding: 40px 0;
        border-top: 1px solid #000;
    }

.Teaser_Viewer_1col .layout_1box {
    margin: 0;
    padding: 0;
}

    .Teaser_Viewer_1col .layout_1box .box {
        padding: 30px;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 30px;
    }

@media only screen and (max-width:749px) {
    .Teaser_Viewer_1col .layout_1box .box {
        padding: 10px;
    }
}

.Teaser_Viewer_1col .layout_1box .box .image, .Teaser_Viewer_1col .layout_1box .box img {
    opacity: 1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.Teaser_Viewer_1col .layout_1box .box:hover .image, .Teaser_Viewer_1col .layout_1box .box:hover img {
    opacity: .8;
}

.Teaser_Viewer_1col .layout_1box .box .image {
    margin-bottom: 10px;
}

    .Teaser_Viewer_1col .layout_1box .box .image img {
        width: 100%;
    }

.Teaser_Viewer_1col .layout_1box .box .texts .title {
    font-size: 22px;
    line-height: 120%;
    font-weight: 600;
    margin-bottom: 10px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .Teaser_Viewer_1col .layout_1box .box .texts .title {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .Teaser_Viewer_1col .layout_1box .box .texts .title {
        font-size: 16px;
    }
}

.Teaser_Viewer_1col .layout_1box .box .texts .text {
    font-size: 14px;
}

.WidgetProjectSearch {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
}

    .WidgetProjectSearch .section_title {
        font-size: 22px !important;
        text-align: left;
    }

    .WidgetProjectSearch .focus_separator {
        background-color: #ef7c00;
        width: 100px;
    }

    .WidgetProjectSearch .text {
        font-size: 14px;
        line-height: 120%;
        padding-bottom: 20px;
    }

    .WidgetProjectSearch .SearchForm {
        margin-left: -5px;
    }

        .WidgetProjectSearch .SearchForm .search_button {
            display: inline-block;
            width: 100%;
            color: #ef7c00;
            line-height: 42px;
            text-align: center;
            text-transform: uppercase;
            border: 1px solid #ef7c00;
            background-color: transparent;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .WidgetProjectSearch .SearchForm .search_button:hover {
                background-color: #ef7c00;
                color: #fff;
            }

.focus_separator {
    width: 146px;
    height: 4px;
    background-color: #fff;
    margin: 10px 0;
}

.teaser_People {
    background: url(../Images/Sfondi/home_bg_people.jpg) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    color: #fff;
}

    .teaser_People .teaserWithColumns {
        border: 0;
    }

        .teaser_People .teaserWithColumns.Teaser_Viewer_1col {
            margin: 0;
            padding: 0;
            text-align: center;
        }

            .teaser_People .teaserWithColumns.Teaser_Viewer_1col .section_title {
                margin: 0;
                padding-bottom: 17px;
            }

            .teaser_People .teaserWithColumns.Teaser_Viewer_1col .box {
                width: 100%;
                text-align: center;
                padding: 30px 0;
            }

                .teaser_People .teaserWithColumns.Teaser_Viewer_1col .box .image {
                    width: 200px;
                    display: inline-block;
                    float: none;
                    margin: 0;
                }

                    .teaser_People .teaserWithColumns.Teaser_Viewer_1col .box .image img {
                        width: 100%;
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                    }

                .teaser_People .teaserWithColumns.Teaser_Viewer_1col .box .texts {
                    display: inline-block;
                    padding: 20px 0;
                }

                    .teaser_People .teaserWithColumns.Teaser_Viewer_1col .box .texts .focus_separator {
                        margin: 25px auto !important;
                    }

    .teaser_People .Teaser_Viewer_2col {
        padding: 50px;
        text-align: center;
    }

        .teaser_People .Teaser_Viewer_2col .layout_2box {
            height: 360px;
            overflow: hidden;
            margin: 0 auto;
            text-align: left;
        }

            .teaser_People .Teaser_Viewer_2col .layout_2box .box {
                border-left: 0 !important;
                border-top: 1px solid rgba(255,255,255,.3);
                border-bottom: 1px solid rgba(255,255,255,.3);
                padding: 30px 0 !important;
                width: 580px;
                margin: 0 30px;
            }

                .teaser_People .Teaser_Viewer_2col .layout_2box .box .image {
                    width: 280px;
                    float: left;
                }

                    .teaser_People .Teaser_Viewer_2col .layout_2box .box .image img {
                        -webkit-border-radius: 50%;
                        -moz-border-radius: 50%;
                        border-radius: 50%;
                    }

                .teaser_People .Teaser_Viewer_2col .layout_2box .box .texts {
                    float: right;
                    width: 50%;
                }

                    .teaser_People .Teaser_Viewer_2col .layout_2box .box .texts .title {
                        color: inherit !important;
                        font-size: 22px;
                        font-family: Georgia,'Times New Roman',sans-serif;
                        text-transform: uppercase;
                        font-weight: 700 !important;
                    }

@media only screen and (min-width:750px) and (max-width:1279px) {
    .teaser_People .Teaser_Viewer_2col .layout_2box .box .texts .title {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .teaser_People .Teaser_Viewer_2col .layout_2box .box .texts .title {
        font-size: 16px;
    }
}

.teaser_People .Teaser_Viewer_2col .layout_2box .box .texts .subtitle {
    font-size: 18px;
    font-style: italic;
}

.teaser_People .Teaser_Viewer_2col .layout_2box .box .texts .text {
    font-style: italic;
    white-space: normal;
}

.teaserLabs {
    background: #303030;
    padding: 50px 0 0 0;
    color: #fff;
}

    .teaserLabs .Teaser_Viewer_2col {
        padding: 50px;
        text-align: center;
    }

.layout_3box {
    overflow: hidden;
    margin: 0 auto;
    text-align: left;
}

    .layout_3box .box {
        border-left: 0 !important;
        border-top: 1px solid rgba(255,255,255,.3);
        border-bottom: 1px solid rgba(255,255,255,.3);
        padding: 30px 0 !important;
        width: 480px;
        height: 260px;
        margin: 0 25px;
    }

        .layout_3box .box .image {
            width: 200px;
            float: left;
            overflow: hidden;
        }

        .layout_3box .box .texts {
            float: left;
            width: 280px;
            height: 210px;
            overflow: hidden;
            padding-left: 20px;
        }

            .layout_3box .box .texts .title {
                color: inherit !important;
                font-size: 20px;
                font-family: Georgia,'Times New Roman',sans-serif;
                text-transform: uppercase;
                font-weight: 700 !important;
                height: 70px;
                white-space: normal;
            }

            .layout_3box .box .texts .text {
                white-space: normal;
                font-size: 14px;
            }

.teaser_Where {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    height: 700px;
    color: #fff;
    width: 100%;
    overflow: hidden;
}

    .teaser_Where .box_filetto {
        position: absolute;
        z-index: 150;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid rgba(255,255,255,.3);
        margin: 50px 25px;
        border-top: 0;
    }

    .teaser_Where > .teaserWithColumns {
        border: 0;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0;
    }

    .teaser_Where .teaser-item {
        position: relative;
        width: 100%;
        height: 100%;
    }

        .teaser_Where .teaser-item .image {
            position: absolute;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-size: cover;
        }

        .teaser_Where .teaser-item > .section_title {
            padding: 0;
            margin: 25px;
        }

            .teaser_Where .teaser-item > .section_title:before {
                content: "";
                display: block;
                position: absolute;
                left: 0;
                right: 50%;
                margin-right: 250px;
                margin-top: 23px;
                border-top: 1px solid rgba(255,255,255,.3);
            }

            .teaser_Where .teaser-item > .section_title:after {
                content: "";
                display: block;
                position: absolute;
                left: 50%;
                right: 0;
                margin-left: 250px;
                margin-top: -23px;
                border-top: 1px solid rgba(255,255,255,.3);
            }

        .teaser_Where .teaser-item .focus {
            position: absolute;
            left: 150px;
            bottom: 150px;
            color: #fff;
            padding: 40px 0;
            width: 500px;
            height: 320px;
            border-top: 1px solid rgba(255,255,255,.3);
            border-bottom: 1px solid rgba(255,255,255,.3);
        }

            .teaser_Where .teaser-item .focus .focus_title {
                font-size: 40px;
                font-family: Georgia,'Times New Roman',sans-serif;
                font-weight: 700;
            }

@media only screen and (min-width:750px) and (max-width:1279px) {
    .teaser_Where .teaser-item .focus .focus_title {
        font-size: 30px;
    }
}

@media only screen and (max-width:749px) {
    .teaser_Where .teaser-item .focus .focus_title {
        font-size: 20px;
    }
}

.box_teaser .teaser_Resources > .section_title, .box_teaser .teaser_Work > .section_title {
    color: #fff !important;
    margin-top: 0;
}

.box_teaser .teaser_Resources .teaser_container, .box_teaser .teaser_Work .teaser_container {
    border-bottom: 1px solid rgba(255,255,255,.3);
    border-top: 1px solid rgba(255,255,255,.3);
    padding: 40px 0;
    height: 410px;
}

.box_teaser .onlychild {
    position: relative;
    width: 50%;
    min-height: 650px;
    float: left;
}

    .box_teaser .onlychild:only-child {
        width: 100%;
        float: none;
    }

.teaser_Resources {
    background: #ef7c00;
    padding: 50px 30px;
}

    .teaser_Resources .section_title {
        color: #fff;
    }

    .teaser_Resources .standard_rounded_button {
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }

        .teaser_Resources .standard_rounded_button.data {
            background-image: url(../Images/Icone/resource_datasets.png);
        }

        .teaser_Resources .standard_rounded_button.code {
            background-image: url(../Images/Icone/resource_codes.png);
        }

        .teaser_Resources .standard_rounded_button.quest {
            background-image: url(../Images/Icone/resource_question.png);
        }

        .teaser_Resources .standard_rounded_button.links {
            background-image: url(../Images/Icone/resource_links.png);
        }

    .teaser_Resources li {
        width: 50%;
        padding: 23px 0;
        float: left;
    }

        .teaser_Resources li .texts {
            display: inline-block;
            color: #fff;
            width: 50%;
            padding-left: 15px;
            font-size: 14px;
            font-style: italic;
            vertical-align: middle;
        }

            .teaser_Resources li .texts span {
                font-size: 18px;
                font-family: Georgia,'Times New Roman',sans-serif;
                text-transform: uppercase;
                font-style: normal;
                font-weight: 700;
            }

.teaser_Work {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 50px 100px;
    color: #fff;
    text-align: center;
}

.dx .section_title {
    margin: 0;
    padding-bottom: 17px;
    font-size: 30px;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .dx .section_title {
        font-size: 26px;
    }
}

@media only screen and (max-width:749px) {
    .dx .section_title {
        font-size: 18px;
    }
}

.dx .teaser_People {
    padding: 30px;
}

.dx .teaser_Resources {
    padding: 30px;
    width: 100%;
    height: auto;
    float: left;
}

    .dx .teaser_Resources .teaser_container {
        border-bottom: 0;
    }

        .dx .teaser_Resources .teaser_container li {
            width: 100%;
            border-bottom: 1px solid rgba(255,255,255,.3);
            padding: 15px 0;
        }

.dx .teaser_Work {
    width: 100%;
    height: auto;
    padding: 30px;
    background-position: center center;
}

.newsRotator {
    margin: 50px;
    padding: 50px;
    background: #ddd;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .newsRotator {
        margin: 30px;
    }
}

@media only screen and (max-width:749px) {
    .newsRotator {
        margin: 10px;
    }
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .newsRotator {
        padding: 30px;
    }
}

@media only screen and (max-width:749px) {
    .newsRotator {
        padding: 10px;
    }
}

.box_allegati, .box_links {
    margin-top: 30px;
}

    .box_allegati .title, .box_links .title {
        color: #ef7c00;
        font-weight: 400;
        border-bottom: solid 1px rgba(0,0,0,.2);
        font-size: 22px;
    }

@media only screen and (min-width:750px) and (max-width:1279px) {
    .box_allegati .title, .box_links .title {
        font-size: 20px;
    }
}

@media only screen and (max-width:749px) {
    .box_allegati .title, .box_links .title {
        font-size: 16px;
    }
}

.box_allegati .items, .box_links .items {
    padding-top: 10px;
}

.box_allegati .item, .box_links .item {
    font-size: 18px;
    line-height: 140%;
    color: #333;
    display: block;
}

@media only screen and (min-width:750px) and (max-width:1279px) {
    .box_allegati .item, .box_links .item {
        font-size: 16px;
    }
}

@media only screen and (max-width:749px) {
    .box_allegati .item, .box_links .item {
        font-size: 14px;
    }
}

.box_allegati .item:hover, .box_links .item:hover {
    text-decoration: underline;
}

@media(max-width:749px) {
    .res_ld {
        display: block;
    }

    .layout_4box .box {
        width: 100%;
    }

    .hide_phone {
        display: none;
    }

    .show_phone {
        display: block;
    }

    .standard_transparency_button {
        line-height: 110%;
        padding: 0;
        width: 100%;
        height: auto;
        padding: 10px 0;
    }

    .standard_container {
        width: 100%;
    }

    .nav_main-scroll {
        padding: 0;
    }

    .scroll-wrapper {
        height: calc(100vh - 60px);
    }

    #main_container {
        padding: 0;
    }

    .main_col_separator {
        display: none;
    }

    #aside_main {
        width: 100%;
    }

        #aside_main + #article_main {
            width: 100%;
        }

    .breadcrumbs li {
        font-size: 13px;
    }

    .sx {
        margin-right: 0;
        float: none;
    }

        .sx .sx_inner {
            margin-right: 0;
            padding: 20px;
        }

            .sx .sx_inner .mainArticlesColumn {
                width: 100%;
                float: none;
                padding-right: 0;
            }

            .sx .sx_inner .asideArticlesColumn {
                width: 100%;
                float: none;
                margin-top: 50px;
            }

        .sx .sx__menu {
            float: none;
            padding-right: 0;
            padding-top: 30px;
            width: 100%;
        }

            .sx .sx__menu h3 {
                border-bottom: 1px solid rgba(0,0,0,.2);
                padding-bottom: 10px;
                color: #ef7c00;
            }

            .sx .sx__menu #menu_aside {
                margin: 30px 0;
            }

                .sx .sx__menu #menu_aside ul {
                    font-size: 14px;
                }

        .sx .sx__main {
            float: none;
            width: 100%;
        }

    .dx {
		display: none;
        
        }

    .large {
        padding: 20px;
    }

    .home .section_title {
        margin-top: -30px;
    }

        .home .section_title span {
            padding: 0 20px;
        }

.home .teaser_Eventi.layout_4box .box:nth-child(3), .home .teaser_Eventi.layout_4box .box:nth-child(4) {
        display: none;
    }

    .home .teaser_People {
        padding: 20px 0;
    }

        .home .teaser_People .teaserWithColumns {
            padding: 0 20px;
            margin: 20px;
        }

            .home .teaser_People .teaserWithColumns .section_title {
                margin: 20px 0 20px 0;
            }

            .home .teaser_People .teaserWithColumns ul {
                height: auto !important;
                margin: 0;
            }

            .home .teaser_People .teaserWithColumns .box {
                float: none;
                width: 100%;
                text-align: center;
                border-bottom: 0;
            }

                .home .teaser_People .teaserWithColumns .box .image {
                    width: 200px;
                    float: none !important;
                    margin: 0 auto 10px auto;
                }

                .home .teaser_People .teaserWithColumns .box .focus_separator {
                    margin: 25px auto;
                }

                .home .teaser_People .teaserWithColumns .box .texts .subtitle {
                    font-size: 16px;
                }

    .home .teaser_Where .teaserWithColumns {
        padding: 25px;
    }

        .home .teaser_Where .teaserWithColumns .focus {
            position: relative;
            left: auto;
            bottom: auto;
            width: 100%;
            height: auto;
            padding: 40px;
            border: 0;
        }

        .home .teaser_Where .teaserWithColumns .section_title:before, .home .teaser_Where .teaserWithColumns .section_title:after {
            border: 0;
        }

    .home .teaser_Resources, .home .teaser_Work {
        width: 100%;
    }

        .home .teaser_Resources .section_title, .home .teaser_Work .section_title {
            margin-bottom: 20px;
        }

    .home .teaser_Work {
        padding: 50px;
        background-size: auto;
        background-position: center center;
    }

        .home .teaser_Work .teaser_container {
            height: auto !important;
        }

    .home .teaser_Resources {
        height: auto;
    }

        .home .teaser_Resources .teaser_container {
            height: auto !important;
            padding: 20px 0;
        }

            .home .teaser_Resources .teaser_container li {
                float: none;
                width: 100%;
                padding: 0;
                text-align: center;
            }

                .home .teaser_Resources .teaser_container li .texts {
                    padding: 20px 0;
                    width: 100%;
                }

    .people_list .people_items .people_item {
        width: 100%;
        text-align: center;
        height: auto;
    }

        .people_list .people_items .people_item .image {
            float: none;
            margin: 0 auto;
            margin-bottom: 15px;
        }

        .people_list .people_items .people_item .texts {
            padding-right: 0;
        }

            .people_list .people_items .people_item .texts .focus_separator {
                margin: 25px auto;
            }

    .people_list .people_items .people_link {
        padding: 15px;
        width: 130px;
        height: 170px;
    }

        .people_list .people_items .people_link .image {
            width: 100px;
            height: 100px;
        }

          
    .project_list .project_item {
        position: relative;
        min-height: 0;
        text-align: center;
        padding-top: 20px;
    }

        .project_list .project_item .project_category {
            position: relative;
            top: auto;
            left: auto;
        }

        .project_list .project_item .texts {
            margin-left: 0 !important;
            padding-top: 10px;
            display: block;
            min-height: 0;
        }

            .project_list .project_item .texts .text {
                font-size: 14px;
            }

    .project_list.search_results .project_item .texts {
        width: 100%;
    }

    #news_lista .item .titolo {
        margin: 0;
    }

    #news_lista .item .texts {
        margin: 0;
    }

        #news_lista .item .texts .link {
            position: relative;
            display: block;
            margin-top: 20px;
            max-width: 200px;
        }

    #news_dettaglio .infobar .data-ora span {
        display: none;
    }

    .WidgetCalendario .calendar table th {
        font-size: 12px;
    }

    .WidgetCalendario .calendar table td {
        padding: 10px 0;
    }

    .page_404 #main_404 {
        padding: 12px;
        margin: 0;
        width: 100%;
    }

        .page_404 #main_404 h1, .page_404 #main_404 h2 {
            font-size: 30px;
        }

    .page_404 .image404 {
        display: none;
    }

    .showreel .showreel-item .focus {
        position: absolute;
        right: 10px;
        left: 10px;
        bottom: 50px;
        color: #fff;
        padding: 10px;
        padding-bottom: 50px;
        width: auto;
        height: auto;
    }

    .showreel .menu-items {
        left: 0;
        bottom: 20px,;
    }

    .showreel.TeaserViewer_ShowReel_page {
        height: 200px;
    }

    .teaserWithColumns.Teaser_Viewer_4col {
        padding: 20px;
    }

        .teaserWithColumns.Teaser_Viewer_4col .layout_4box {
            margin: 0;
        }

            .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box {
                border-left-color: transparent;
                clear: both;
                margin-bottom: 0;
            }

    .teaser_People {
        width: 100%;
        overflow: hidden;
    }

        .teaser_People .Teaser_Viewer_2col {
            padding: 50px 25px !important;
        }

            .teaser_People .Teaser_Viewer_2col .layout_2box {
                height: auto;
            }

                .teaser_People .Teaser_Viewer_2col .layout_2box .box {
                    margin: 0 15px;
                    width: 250px;
                    text-align: center;
                }

                    .teaser_People .Teaser_Viewer_2col .layout_2box .box .image {
                        float: none;
                        width: 150px;
                        display: inline-block;
                    }

                    .teaser_People .Teaser_Viewer_2col .layout_2box .box .texts {
                        float: none;
                        width: 100%;
                    }

                        .teaser_People .Teaser_Viewer_2col .layout_2box .box .texts .focus_separator {
                            display: inline-block;
                        }

                        .teaser_People .Teaser_Viewer_2col .layout_2box .box .texts .text {
                            font-size: 18px;
                            line-height: 140%;
                        }

    .teaserLabs .Teaser_Viewer_2col {
        margin: 0 auto;
        padding: 50px 25px !important;
    }

    .layout_3box .box {
        margin: 0 15px;
        width: 250px;
        height: auto;
        text-align: center;
    }

        .layout_3box .box .image {
            float: none;
            display: inline-block;
        }

        .layout_3box .box .texts {
            float: none;
            width: 100%;
            padding-left: 0;
        }

    .paragrafo.Brick_paragrafo_1image_SX, .paragrafo.Brick_paragrafo_1image_DX, .paragrafo.cms_content_main_full {
        padding: 0;
    }

        .paragrafo.Brick_paragrafo_1image_SX h3, .paragrafo.Brick_paragrafo_1image_DX h3, .paragrafo.cms_content_main_full h3 {
            padding: 0;
        }

        .paragrafo.Brick_paragrafo_1image_SX .inner, .paragrafo.Brick_paragrafo_1image_DX .inner, .paragrafo.cms_content_main_full .inner {
            margin: 0;
        }

        .paragrafo.Brick_paragrafo_1image_SX .image, .paragrafo.Brick_paragrafo_1image_DX .image, .paragrafo.cms_content_main_full .image {
            float: none;
            border-right: 0;
            border-left: 0;
            width: 100%;
            padding: 0;
            padding-bottom: 20px;
        }

        .paragrafo.Brick_paragrafo_1image_SX .texts, .paragrafo.Brick_paragrafo_1image_DX .texts, .paragrafo.cms_content_main_full .texts {
            float: none;
            width: 100%;
            padding: 0;
        }

    .paragrafo.cms_content_main {
        margin-top: 20px;
    }

    .paragrafo.Brick_paragrafo_onlytext .text_2colonne {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }

    #footer_pre {
        height: auto;
        padding: 30px 0;
    }

        #footer_pre .vhelper {
            display: none;
        }

        #footer_pre .footer_loghi li {
            width: 50%;
            padding: 10px;
        }

    footer {
        overflow: hidden;
        height: auto;
    }

        footer #teaserGenericoFooter, footer #teaserVideoFooter {
            display: none;
        }

        footer #footerLeft {
            position: relative;
            left: 0;
            padding: 20px 0 0 0;
        }

            footer #footerLeft .footerBackToTop {
                display: none;
            }

            footer #footerLeft .sezioni, footer #footerLeft .social, footer #footerLeft .time {
                float: none;
                padding: 0 20px;
                width: 100%;
                margin: 0 0 40px 0;
                overflow: hidden;
            }

                footer #footerLeft .sezioni h4, footer #footerLeft .social h4, footer #footerLeft .time h4 {
                    margin-bottom: 0;
                    border-bottom: 1px solid #858486;
                    padding-bottom: 20px;
                }

                footer #footerLeft .sezioni ul, footer #footerLeft .social ul, footer #footerLeft .time ul {
                    width: 100%;
                    overflow: hidden;
                }

                footer #footerLeft .sezioni .time-item, footer #footerLeft .social .time-item, footer #footerLeft .time .time-item {
                    float: left;
                }

                footer #footerLeft .sezioni ul li {
                    float: none;
                    width: 100%;
                    border: 0;
                    margin: 0;
                }

                footer #footerLeft .social ul {
                    margin-top: 20px;
                }

                    footer #footerLeft .social ul li {
                        float: left;
                        margin: 0 1px 1px 0;
                        width: 50px;
                    }

                footer #footerLeft .time div {
                    float: left;
                    margin-right: 1px;
                }

            footer #footerLeft .footerDati {
                position: static;
                height: auto;
            }

                footer #footerLeft .footerDati .copyright, footer #footerLeft .footerDati .footerLink {
                    border-bottom: 1px solid #212121;
                    padding: 0 20px;
                    margin: 0;
                    float: none;
                }

                    footer #footerLeft .footerDati .copyright a, footer #footerLeft .footerDati .footerLink a {
                        color: #fff;
                    }
}

@media(min-width:750px) and (max-width:1023px) {
    .res_sd {
        display: block;
    }

    .layout_4box .box {
        width: 50%;
    }

    .hide_phone {
        display: none !important;
    }

    .show_phone {
        display: block;
    }

    .standard_container {
        width: 100%;
    }

    .nav_main-scroll {
        padding: 0;
    }

    .main_col_separator {
        display: none;
    }

    #aside_main {
        width: 100%;
    }

        #aside_main + #article_main {
            width: 100%;
        }

    .breadcrumbs li {
        font-size: 14px;
    }

    .sx {
        margin-right: -260px;
    }

            .sx .sx_inner .mainArticlesColumn {
                width: 100%;
                float: none;
                padding-right: 0;
            }

            .sx .sx_inner .asideArticlesColumn {
                width: 100%;
                float: none;
                margin-top: 50px;
            }

        .sx .sx__menu {
            float: none;
            padding-right: 0;
            padding-top: 30px;
            width: 100%;
        }

            .sx .sx__menu h3 {
                border-bottom: 1px solid rgba(0,0,0,.2);
                padding-bottom: 10px;
                color: #ef7c00;
            }

            .sx .sx__menu #menu_aside {
                margin: 30px 0;
            }

        .sx .sx__main {
            float: none;
            width: 100%;
        }

    .dx {
		display: none;
        
        }

    .home .teaser_People .teaserWithColumns {
        padding: 25px;
        margin: 25px;
    }

        .home .teaser_People .teaserWithColumns .layout_2box {
            height: 520px;
        }

            .home .teaser_People .teaserWithColumns .layout_2box .box {
                text-align: center;
            }

                .home .teaser_People .teaserWithColumns .layout_2box .box .image {
                    width: 200px;
                    margin-right: 0;
                    display: inline-block;
                    float: none;
                }

                .home .teaser_People .teaserWithColumns .layout_2box .box .texts {
                    float: none;
                }

    .home .teaser_Resources, .home .teaser_Work {
        width: 100%;
    }

    #news_lista .item .titolo {
        margin: 0;
    }

    #news_lista .item .texts {
        margin: 0;
    }

        #news_lista .item .texts .link {
            position: relative;
            display: block;
            margin-top: 20px;
            max-width: 200px;
        }

    .people_list .people_items .people_item {
        width: 100%;
        height: auto;
    }

    .showreel .showreel-item .focus {
        bottom: 100px;
        right: 50%;
        margin-right: -275px;
    }

    .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box:nth-child(2n-1) {
        border-left-color: transparent;
        clear: both;
    }

    .paragrafo.cms_content_main {
        margin-top: 50px;
    }

        .paragrafo.cms_content_main .inner {
            margin: 0 -30px;
        }

        .paragrafo.cms_content_main .image {
            width: 50%;
            padding: 0 30px;
        }

        .paragrafo.cms_content_main .texts {
            width: 50%;
            padding: 0 30px;
        }

    .paragrafo.Brick_paragrafo_onlytext .text_2colonne {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-count: 1;
        -moz-column-gap: 0;
        column-count: 1;
        column-gap: 0;
    }

    .teaser_Where .teaserWithColumns > .section_title:before {
        margin-top: 24px;
    }

    .teaser_Where .teaserWithColumns > .section_title:after {
        margin-top: -10px;
    }

    .teaser_Resources, .teaser_Work {
        width: 100%;
    }

    #footer_pre .footer_loghi li {
        width: 33.33%;
    }

    footer {
        overflow: hidden;
        height: auto;
    }

        footer #teaserGenericoFooter, footer #teaserVideoFooter {
            display: none;
        }

        footer #footerLeft {
            position: relative;
            left: 0;
            padding: 20px 0 0 0;
        }

            footer #footerLeft .footerBackToTop {
                display: none;
            }

            footer #footerLeft .sezioni, footer #footerLeft .social, footer #footerLeft .time {
                float: none;
                padding: 0 20px;
                width: 100%;
                margin: 0 0 40px 0;
                overflow: hidden;
            }

                footer #footerLeft .sezioni h4, footer #footerLeft .social h4, footer #footerLeft .time h4 {
                    margin-bottom: 0;
                    border-bottom: 1px solid #858486;
                    padding-bottom: 20px;
                }

                footer #footerLeft .sezioni ul, footer #footerLeft .social ul, footer #footerLeft .time ul {
                    width: 100%;
                    overflow: hidden;
                }

                footer #footerLeft .sezioni .time-item, footer #footerLeft .social .time-item, footer #footerLeft .time .time-item {
                    float: left;
                }

                footer #footerLeft .sezioni ul li {
                    float: none;
                    width: 100%;
                    border: 0;
                    margin: 0;
                }

                footer #footerLeft .social ul {
                    margin-top: 20px;
                }

                    footer #footerLeft .social ul li {
                        float: left;
                        margin: 0 1px 1px 0;
                        width: 50px;
                    }

                footer #footerLeft .time div {
                    float: left;
                    margin-right: 1px;
                }

            footer #footerLeft .footerDati {
                position: static;
                height: auto;
            }

                footer #footerLeft .footerDati .copyright, footer #footerLeft .footerDati .footerLink {
                    border-bottom: 1px solid #212121;
                    padding: 0 0 0 20px;
                    margin: 0;
                    float: none;
                }

                    footer #footerLeft .footerDati .copyright a, footer #footerLeft .footerDati .footerLink a {
                        color: #fff;
                    }
}

@media(max-width:920px) {
    .dx {
        display: none;
    }

    .sx .sx_inner {
        margin-right: 0;
    }
}

@media(min-width:920px) and (max-width:1023px) {
    .sx {
        margin-right: -260px;
    }

        .sx .sx_inner {
            margin-right: 260px;
        }

            .sx .sx_inner .mainArticlesColumn {
                padding-right: 25px;
            }

    .dx {
        width: 260px;
        display: block;
    }

        .dx .teaser_People {
            padding: 20px;
}

        .dx .teaser_Resources {
            padding: 20px;
}

.dx .teaser_Resources ul {
                text-align: center;
            }

                .dx .teaser_Resources ul li .texts {
                    width: 100%;
                    padding: 10px 0;
                }

        .dx .teaser_Work .teaser_container {
            height: auto;
        }

        .dx .teaser_Work .standard_transparency_button {
            line-height: 110%;
            padding: 0;
            width: 100%;
            height: auto;
            padding: 10px 0;
        }
}
@media(min-width:1024px) and (max-width:1279px) {
    .res_sd {
        display: block;
    }

    .layout_4box .box {
        width: 50%;
    }

    #header_main .header_main__fascia1 .col1 .logo {
        height: 32px;
        width: 100px;
        margin: 3px 0 0 10px;
    }

        #header_main .header_main__fascia1 .col1 .logo img {
            height: auto;
            width: 100%;
        }

    #header_main .header_main__fascia1 .header_title .header_title__subtitle {
        font-size: 18px;
    }

    #header_main .header_main__fascia1 .col2 #nav_main .nav_main-inner {
        width: 100% !important;
        padding: 15px;
    }

    .nav_main-scroll {
        padding: 50px;
    }

    .main_col_separator {
        left: 300px;
    }

    #aside_main {
        width: 280px;
    }

        #aside_main + #article_main {
            width: 580px;
        }

    .sx {
        margin-right: -260px;
    }

        .sx .sx_inner {
            margin-right: 260px;
        }

            .sx .sx_inner .mainArticlesColumn {
                padding-right: 25px;
            }


    .home .teaser_Resources .teaser_container {
        height: auto;
        padding: 20px 0;
        float: left;
        border-bottom: 0;
    }

        .home .teaser_Resources .teaser_container li {
            padding: 0;
            text-align: center;
        }

            .home .teaser_Resources .teaser_container li .standard_rounded_button {
                width: 110px;
                height: 110px;
            }

            .home .teaser_Resources .teaser_container li .texts {
                width: 100%;
                padding: 10px 0;
            }

    .home .teaser_Work {
        padding: 50px;
    }

    .home .teaser_People .teaserWithColumns {
        padding: 25px;
        margin: 25px;
    }

        .home .teaser_People .teaserWithColumns .box .image {
            width: 200px;
        }

    .people_list .people_items .people_item {
        width: 100%;
        height: auto;
    }

.people_link {
        padding: 0;
        width: 140px;
    }
	
    .WidgetCalendario .calendar table th {
        font-size: 12px;
    }

    .WidgetCalendario .calendar table td {
        padding: 10px 0;
    }

    .showreel .showreel-item .focus {
        bottom: 50px;
        right: 50px;
    }

    .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box:nth-child(2n-1) {
        border-left-color: transparent;
        clear: both;
    }

    .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box:nth-child(4n-3) {
        border-left-color: transparent;
        clear: both;
    }

    .teaser_People .Teaser_Viewer_2col {
        padding: 50px 25px !important;
    }

        .teaser_People .Teaser_Viewer_2col .layout_2box {
            height: auto;
        }

            .teaser_People .Teaser_Viewer_2col .layout_2box .box {
                margin: 0 15px;
                width: 450px;
                text-align: center;
            }

                .teaser_People .Teaser_Viewer_2col .layout_2box .box .image {
                    float: none;
                    display: inline-block;
                }

                .teaser_People .Teaser_Viewer_2col .layout_2box .box .texts {
                    float: none;
                    width: 100%;
                }

                    .teaser_People .Teaser_Viewer_2col .layout_2box .box .texts .focus_separator {
                        display: inline-block;
                    }

    .layout_3box {
        margin: 0 -35px;
    }

        .layout_3box .box {
            width: 450px;
        }

            .layout_3box .box .texts {
                width: 250px;
            }

    #footer_pre .footer_loghi li {
        width: 33.33%;
    }

    footer #teaserGenericoFooter, footer #teaserVideoFooter {
        display: none;
    }

    footer #footerLeft {
        left: 0;
    }

        footer #footerLeft .footerBackToTop {
            right: 20px;
        }
}

@media(min-width:920px) and (max-width:1440px) {
    .dx {
        width: 260px;
    }

        .dx .teaser_People {
            padding: 20px;
        }

        .dx .teaser_Resources {
            padding: 20px;
        }

            .dx .teaser_Resources ul {
                text-align: center;
            }

                .dx .teaser_Resources ul li .texts {
                    width: 100%;
                    padding: 10px 0;
                }

        .dx .teaser_Work .teaser_container {
            height: auto;
        }

        .dx .teaser_Work .standard_transparency_button {
            line-height: 110%;
            padding: 0;
            width: 100%;
            height: auto;
            padding: 10px 0;
        }
}

@media(min-width:1280px) and (max-width:1439px) {
    .sx .sx_inner {
        margin-right: 260px;
    }
}

@media(min-width:1440px) and (max-width:1599px) {
    .sx .sx_inner {
        margin-right: 450px;
    }
}

@media(min-width:1280px) and (max-width:1599px) {
    .res_hd {
        display: block;
    }

    .layout_4box .box {
        width: 25%;
    }

    .layout_2box .box {
        width: 50%;
    }

    .nav_main-scroll {
        padding: 50px;
    }

    .people_list .people_items .people_item {
        width: 100%;
        height: auto;
    }

    .WidgetCalendario .calendar table th {
        font-size: 12px;
    }

    .WidgetCalendario .calendar table td {
        padding: 10px 0;
    }

    .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box:nth-child(4n-3) {
        border-left-color: transparent;
        clear: both;
    }

    .teaser_People .Teaser_Viewer_2col {
        padding: 50px 25px !important;
    }

        .teaser_People .Teaser_Viewer_2col .layout_2box .box {
            margin: 0 15px;
        }

    footer #teaserGenericoFooter, footer #teaserVideoFooter {
        display: none;
    }

    footer #footerLeft {
        left: 0;
    }
}

@media(min-width:1600px) {
    .layout_4box .box {
        width: 25%;
    }

    .layout_2box .box {
        width: 50%;
    }

    .res_hd {
        display: block;
    }

    .teaserWithColumns.Teaser_Viewer_4col .layout_4box .box:nth-child(4n-3) {
        border-left-color: transparent;
        clear: both;
    }

    .teaserWithColumns.Teaser_Viewer_2col .layout_2box .box:nth-child(2n-1) {
        border-left-color: transparent;
        clear: both;
    }
}

@media print {
    #cookie_bar, #header_main, .showreel, #footer_main, .breadcrumbs, .main_col_separator, #aside_main {
        display: none;
    }
}

.o-threeCols {
  display: flex;
  flex-wrap: wrap;
}
.o-threeCols__col {
  width: 33.3333%;
  flex-shrink: 0;
}
.o-threeCols__col.span2 {
  width: 66.6666%;
}
.o-teaser {
  background-position: center;
  background-size: cover;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
}
.o-teaser__content {
  width: 440px;
  max-width: calc(100% - 100px);
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.o-teaser__title {
  margin-top: 0px;
  color: #fff;
}
.o-teaser__texts {
  padding: 40px 0px;
  border-top: solid 1px rgba(255, 255, 255, 0.3);
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
  flex-grow: 1;
  color: #fff;
  text-align: center;
}
.o-teaser__button {
  display: flex;
  align-items: center;
  line-height: 1.2;
  justify-content: center;
}
.o-threeCols__col .c-widgettwittercustom {
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .o-threeCols__col {
    width: 50%;
  }
  .o-threeCols__col:nth-child(3) {
    width: 100%;
  }
  .o-threeCols__col.span2 {
    width: 50%;
  }
}
@media (max-width: 1023px) {
  .o-threeCols__col,
  .o-threeCols__col.span2 {
    width: 100%;
  }
}