/*
 *
 * Alumni Bicocca
 * BY ing. Nicolò Chiellini
 * n.chiellini@4sigma.it
 *
 */

.lora {
    font-family: 'Lora', serif;
}
.lora_regular {
    font-family: 'Lora', serif;
    font-weight: 400;
}
.lora_bold {
    font-family: 'Lora', serif;
    font-weight: 700;
}
.opensans {
    font-family: 'Open Sans', sans-serif;
}
.opensans_light {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}
.opensans_regular {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
.opensans_bold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}
.opensans_extrabold {
    font-family: 'Open Sans', sans-serif;
    font-weight: 800;
}
.roboto {
    font-family: 'Roboto', sans-serif;
}
.roboto_light {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.roboto_regular {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.roboto_bold {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
.roboto_extrabold {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

html {
    border: none;
    padding: 0px;
    margin: 0px;
    float: left;
    color: #4a4a4a;
    background-color: #fff;
    width: 100%;
/*     font-family: 'Open Sans', sans-serif; */
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}
body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100%;
    float: left;
    -webkit-text-size-adjust: 100%;
}
td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}

div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}

img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
a {
    outline: none;
    text-decoration: none;
    color: #ab002d;
    cursor: pointer;
}

li {
    outline: none;
}

i, em, .italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    font-family: 'Open Sans', sans-serif;
}
*::-webkit-input-placeholder
{
    font-family: 'Open Sans', sans-serif;
}

*::-moz-placeholder
{
    font-family: 'Open Sans', sans-serif;
}
*:-moz-placeholder
{
    font-family: 'Open Sans', sans-serif;
}

*:-ms-input-placeholder
{
    font-family: 'Open Sans', sans-serif;
}

input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
    font-family: 'Roboto', sans-serif !important;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.hidden,
.mobile-only {
    display: none;
}
.opacity05 {
    opacity: 0.5;
}
.over_hidden {
    overflow: hidden;
}
.block,
.desktop {
    display: block;
}
.mobile,
#burger-menu,
#user-menu {
    display: none;
}
.table {
/*     max-height: 100%; */
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.inline-block {
    display: inline-block;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer,
label {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.light {
    font-weight: 200;
}
.normal {
    font-weight: 400;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: 700;
}
.extrabold {
    font-weight: 800;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.green {
    color: green;
}
.red {
    color: #fe0001;
}
.yellow {
    color: #fdd301;
}
.gray {
    color: #909090;
}
.bordeaux {
    color: #ab002d;
}
.arancio {
    color: #ff8000;
}
.white_bordeaux_lnk,
.footerlnk {
    color: #fff;
}
.grigio {
    color: #ebebeb;
}
.rosso_bicocca {
    color: #ab002d;
}
.grigio_bicocca {
    color: #4a4a4a;
}
.grigio_menu {
    color: #808080;
}
.white,
.whitelnk,
.white_black_lnk,
.whitelnk:visited {
    color: #FFFFFF;
}

.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 50px;
    -moz-column-gap: 50px;
    column-gap: 50px;
}
.bb_gray {
    border-bottom: 1px solid #f6f6f6;
}
.bt_gray {
    border-top: 1px solid #f6f6f6;
}
.bb_gray_scuro {
    border-bottom: 1px solid #aba8b2;
}
.bt_gray_scuro {
    border-top: 1px solid #aba8b2;
}
.ritch-cont {
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
}
#over-box, #over-box-black {
    display: none;
    position: fixed;
    z-index: 1001;
    background-color: rgba(255,255,255, 0.7);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
#over-box-black {
    background-color: rgba(0,0,0,0.9);
    z-index: 1001;
}
.modal-box {
    display: none;
    position: fixed;
    line-height: 19px;
    padding: 20px 10px;
    font-size: 16px;
    color: white;
    text-align: left;
    width: 300px;
    left: 50%;
    margin-left: -160px;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
    background-color: white;
    z-index: 1012;
    top: -500px;
}
/* MAIN */
header {
    padding-top: 20px;
    background-color: white;
    height: 100px;
    position: fixed;
    top: 0px;
    z-index: 1001;
}
#main {
    margin-top: 120px;
}
footer {
    height: 120px;
    padding: 35px 0px 15px 0px;
    background-color: #4a4a4a;
    margin-top: 100px;
    position: relative;
    z-index: 10;
}
#footer {
    padding-right: 300px;
    box-sizing: border-box;
    position: relative;
}
#footer ul {
    display: block;
    float: left;
    width: 100%;
}
#footer ul li {
    display: block;
    float: left;
    width: 33.3333%;
    color: white;
    line-height: 20px;
}
#footer ul #footer-big {
    width: 66.6666%;
    color: white;
}
#footer-title {
    display: block;
    float: left;
    font-size: 30px;
    line-height: 35px;
    margin-top: -5px;
    color: white;
    width: auto;
    max-width: 90%;
    margin-left: 0px;
    font-weight: 100;
    font-family: 'Roboto', sans-serif;
}
#footer-title img {
    max-width: 100%;
}
.footer-link {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 100;
    display: inline-block;
}
.footer-link-left {
    float: left;
    margin-left: 10px;
}
.footer-link-right {
    float: right;
    margin-right: 80px;
}
#social-footer {
    position: absolute;
    right: 0px;
    width: 280px;
    height: 29px;
    padding-left: 20px;
}
.social-footer-lnk {
    display: block;
    float: left;
    height: 29px;
    text-align: left;
    width: 15%;
    font-size: 25px;
    color: white;
}
.social-slider-lnk {
    display: inline-block;
    float: none;
    height: 29px;
    font-size: 25px;
    color: white;
    margin: 0px 10px;
}
.page {
    width: 1440px;
    float: none;
    margin: 0px auto;
}
.page-small {
    max-width: 1440px;
    float: none;
    margin: 0px auto;
    padding: 0px 80px;
    box-sizing: border-box;
}
#header-top {
    height: 50px;
    overflow: hidden;
    position: relative;
    z-index: 50;
}
#header-bottom {
    height: 50px;
    background-color: #ab002d;
    position: relative;
    padding-left: 535px;
    padding-right: 300px;
    box-sizing: border-box;
}
#logo-alumni-top {
    display: block;
    float: left;
}
#header-claim {
    display: block;
    float: left;
    height: 37px;
    line-height: 37px;
    font-weight: bold;
    color: #AB002D;
    margin-left: 20px;
    margin-top: 0px;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.button-top,
.button-top-nohover {
    display: block;
    float: right;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size:14px;
    line-height: 45px;
    height: 50px;
    color: #fff;
    background-color: #969696;
    text-align: center;
    border-radius: 12.5px;
    margin-top: 10px;
    cursor: pointer;
}
.button-top-nohover {
    cursor: default;
    float: right;
    background-color: white;
}
#lang-switch {
    width: 80px;
}
#log-in-top {
    width: 80px;
}
#link-sito-bicocca {
    width: 140px;
}
#nav-top {
    display: block;
    float: left;
    height: 50px;
    width: 680px;
    position: absolute;
    left: 0px;
}
/*#nav-top ul {
    display: block;
    float: left;
    width: 100%;

}*/
#nav-first {
    margin-left: 10px;
}
#nav-top #nav-first .nav-first-li {
    width: auto;
    display: block;
    float: left;
    height: 50px;
    position: relative;
    height: 50px;
}
#nav-top #nav-first .nav-mobile-li {
    display: none !important;
}
.nav-second {
    position: absolute;
    top: 48px;
    left: 0px;
    display: block;
    float: left;
    width: 170px;
    padding-top: 2px;
    display: none;
    z-index: 1001;
}
#nav-top .nav-second-li {
    display: block;
    float: left;
    width: 170px;
    height: 40px;
    border-bottom: 1px solid white;
    background-color: #cdc8c8;
}
.nav-second-link {
    display: block;
    float: left;
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
}
.nav-first-link {
    color: white;
    width: auto;
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 0px 10px 5px 10px;
    margin: 10px 0px;
}
.nav-first-li .nav-first-link_sel,
#top-not-logged .nav-first-link_sel {
    font-weight: bold !important;
}
#top-search {
    display: block;
    width: 75%;
    float: right;
    margin: 5px 0px;
    background-color: #ae5b6f;
    height: 40px;
    position: relative;
    padding-left: 40px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}
#top-search button {
    display: block;
    float: left;
    line-height: 40px;
    width: auto;
    padding: 0px 5px 0px 10px;
    color: white;
    font-size: 20px;
    background-color: transparent;
    position: absolute;
    left: 0px;
}
#id_search-top {
    display: block;
    float: right;
    width: 100%;
    line-height: 40px;
    background-color: transparent;
    color: white;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

#id_search-top:-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #ab002d;
    font-size: 18px;
    font-weight: 300;
}
#id_search-top::-webkit-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #ab002d;
    font-size: 18px;
    font-weight: 300;
}

#id_search-top::-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #ab002d;
    font-size: 18px;
    font-weight: 300;
}
#id_search-top:-moz-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #ab002d;
    font-size: 18px;
    font-weight: 300;
}

#id_search-top:-ms-input-placeholder {
    font-family: 'Roboto', sans-serif;
    color: #ab002d;
    font-size: 18px;
    font-weight: 300;
}
#top-not-logged {
    width: 210px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    line-height: 50px;
/*    padding: 7px 70px 5px 0px;*/
}
#top-iscriviti {
    color: white;
    width: auto;
    display: block;
    float: right;
    height: 30px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    padding: 0px 10px 5px 10px;
    margin: 10px 0px;
}
#top-not-logged-ico {
    display: block;
    float: right;
    font-size: 20px;
    color: white;
    margin-right: 20px;
    padding-left: 70px;
}
#top-not-logged-ico span {
    font-size: 14px;
    position: absolute;
    display: block;
    right: 48px;
    top: 17px;
    height: 15px;
    line-height: 15px;
/*     font-weight: bold; */
}
#top-login {
    width: 300px;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 50px;
    line-height: 50px;
    padding: 0px 70px 0px 0px;
    text-align: right;
    display: block;
    z-index: 10;
    background-color: #ab002d;
}
#img-user-login {
    position: absolute;
    right: 20px;
    top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    background-image: url('../img/user.png');
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    float: right;
}
#img-user-login img {
    display: none;
}
#txt-user-login {
    display: inline-block;
    font-weight: 700;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    float: right;
    margin-right: 7px;
    padding-top: 0px;
    margin-left: 15px;
}
#lnk-registrati {
    display: inline-block;
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    float: right;
    margin-right: 7px;
    padding-top: 0px;
    padding: 13px 7px 0px 7px;
    line-height: 25px;
    height: 25px;
}
#slider-cont {
    padding-right: 300px;
    box-sizing: border-box;
    width: 100%;
    height: 672px;
    position: relative;
}
#slider {
/*     background-color: gray; */
    height: 672px;
}
#slider .owl-dots {
    position: absolute;
    bottom: 115px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
#slider .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    float: none;
    border-radius: 10px;
}
.owl-dot {
    background-color: #ccc;
}
#slider .active {
    background-color: #ab002d;
}
.slide {
    width: 100%;
    height: 460px;
    height: 572px;
    position: relative;
    margin-bottom: 100px;
    overflow: visible !important;
}
.slider-box-red {
    position: absolute;
    padding: 10px 10px;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    background-color: #ab002d;
    bottom: -100px;
    left: 0px;
}
#slider-box-right {
    height: 560px;
    height: 672px;
    width: 300px;
    position: absolute;
    right: 0px;
    background-color: #c8c8c8;
    padding-bottom: 150px;
    box-sizing: border-box;
}
#slider-box-botton-right {
    height: 200px;
    width: 300px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #969696;
}
/* */
.titolo-slider-box-right {
    padding: 20px 20px 10px 20px;
    box-sizing: border-box;
    text-align: center;
    color: #ab002d;
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 20px;
}
#content {
    width: 100%;
    padding-right: 300px;
    position: relative;
    box-sizing: border-box;
}
#col-dx {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 300px;
}
.section {

}
.titolo_big {
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #ab002d;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 26px;
}
.titolo_small {
    color: #ab002d;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
}
.header_small {
    font-size: 32px;
    line-height: 36px;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    margin: 40px 0px;
    color: #ab002d;
}
.col3 {
    width: 33.3333%;
    padding-right: 15px;
    box-sizing: border-box;
}
.col3x2 {
    width: 66.6666%;
    padding-right: 15px;
    box-sizing: border-box;
}
.col3x3 {
    padding-right: 15px;
    box-sizing: border-box;
}
.col3-img {
    display: block;
    float: left;
    width: 100%;
    height: 230px;
/*     background-color: gray; */
    padding: 0px;
    position: relative;
}
.ev-racconto-icona {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
#img-gallery, #img-cover {
    height: auto;
}
.col3-title,
.col4-title {
    font-size: 15px;
    line-height: 18px;
    margin: 10px 0px  0px  0px;
    display: block;
    float: left;
    width: 100%;
    color: #ab002d;
    padding: 0px;
}
.col3-title-small,
.col4-title-small {
/*     height: 36px; */
}
.col3-title-big,
.col4-title-big {
    height: 105px;
}
.col3-text,
.col4-text {
    color: #4a4a4a;
    height: 82px;
    overflow: hidden;
    display: block;
    float: left;
    width: 100%;
    padding: 0px;
}
.col3-text-hauto {
    height: auto;
    display: block;
    color: #4a4a4a;
    float: left;
    width: 100%;
    padding: 0px;
}
.col3-data,
.widget-news-eventi-data {
    display: block;
    width: auto;
    max-width: 100%;
    min-width: 50%;
    float: left;
    height: 25px;
    background-color: #ab002d;
    padding: 0px 5px;
    box-sizing: border-box;
    color: white;
    font-size: 12px;
    line-height: 25px;
}

.col4-cont {
    width: 100%;
    padding-right: 5px;
    box-sizing: border-box;
}
.col4-cont span {
    display: block;
    float: left;
}
.col4 {
    width: 25%;
    padding-right: 10px;
    box-sizing: border-box;
}
.col4-img {
    width: 100%;
    height: 230px;
/*     background-color: gray; */
    padding: 0px;
    display: block;
    float: left;
}
.col3-info {
    padding: 10px;
    width: 100%;
    height: 210px;
    display: block;
    float: left;
    box-sizing: border-box;
}
.col3-info-man {
    background-color: #ABA8B2;
}
.col3-info-woman {
    background-color: #A2828A;
}
.col3-info-utente {
    display: block;
    width: 100%;
    float: left;
    position: relative;
    padding: 0px 0px 0px 80px;
    box-sizing: border-box;
    height: 70px;
    overflow: hidden;
}
.col3-info-ico-utente {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    float: left;
    padding: 0px;
    border-radius: 35px;
    background-color: gray;
}
.col3-info-utente-nome {
    display: block;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 21px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.col3-info-utente-eta-citta {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    color: white;
    font-family: 'Roboto', sans-serif;
    margin-top: 5px;
}
.col3-info-text {
    display: block;
    float: left;
    width: 100%;
    font-style: italic;
    color: white;
    padding: 0px;
    margin-top: 10px;
    height: 104px;
    overflow: hidden;
}
.obj-title {
    font-size: 25px;
    line-height: 28px;
    margin: 0px 0px 5px 0px;
    display: block;
    float: left;
    width: 100%;
    color: #ab002d;
    padding: 0px;
}
#news-eventi-list article {
    height: 358px;
}
#news-eventi-list-legenda {
    line-height: 61px;
    margin-bottom: 20px;
}
#news-eventi-list-legenda span {
    display: inline-block;
    margin-right: 30px;
}
#news-eventi-list-legenda a {
    opacity: 0.5;
}
#news-eventi-list-legenda .sel {
    opacity: 1;
}
.calendario-mese {
    width: 300px;
    border-left: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    box-sizing: border-box;
}
.calendario-titolo {
    background-color: #ab002d;
    text-align: center;
    color: white;
    height: 33px;
    line-height: 33px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 10px 0px 5px 0px;
    border-bottom: 1px solid white;
}
.calendario-giorni-cont {
    background-color: #ab002d;
    text-align: center;
    color: white;
    height: 33px;
    line-height: 33px;
    padding-top: 5px;
}
.calendario-giorno {
    width: 14.28571%;
    text-align: center;
    color: white;
    height: 33px;
    line-height: 33px;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.calendario-giorno-cal,
.calendario-giorno-cal-hidden {
    width: 14.28571%;
    height: 42.563px;
    display: block;
    float: left;
    text-align: center;
    line-height: 42.563px;
    border-top: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
    box-sizing: border-box;
    position: relative;
}
.bordo-rosso {
    width: 28px;
    height: 28px;
/*     background-color: transparent; */
    display: block;
    border: 2px solid rgba(67,0,18,0.75);
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 16px);
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius:16px
}
.calendario-giorno-cal-hidden  {
    color: #ced1d2;
}
.calendario-giorno-cal {
    color: #4a4a5a;
}
.form-input {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    border-radius: 12.5px;
    padding: 0px 10px;
}
.row-testo-input {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 0px 5px;
}
.form-disabled {
    opacity: 0.6;
}
.form-half-input-cont {
    width: calc(50% - 10px);
}
.form-half-input-cont:last-child {
    width: calc(50% - 10px);
    float: right;
}
#id_data_nascita_0 {
    width: 20%;
    font-size: 12px;
}
#id_data_nascita_1 {
    width: 45%;
    font-size: 12px;
}
#id_data_nascita_2 {
    width: 30%;
    font-size: 12px;
}
.form-input-textarea {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    border-radius: 4px;
    padding: 5px;
}
#codifs_cont {
    width: 100%;
    padding-right: 40px;
    position: relative;
    box-sizing: border-box;
}
#codfis_analisi {
    display: block;
    float: left;
    height: 30px;
    line-height: 30px;
    width: 30px;
    font-size: 20px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    border-radius: 4px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0px;
}
.btn-form {
    background-color: #DA4255;
    color: white;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    min-width: 120px;
}
.btn {
    background-color: #DA4255;
    color: white;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px 5px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,0.5);
    min-width: 120px;
/*     font-weight: 300; */
/*     font-family: 'Open Sans', sans-serif; */
}
.btn-pillola {
    background-color: #ab002d;
    color: white;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px 0px;
    border-radius: 20px;
    min-width: 210px;
    font-family: 'Roboto', sans-serif;
/*     font-family: 'Open Sans', sans-serif; */
}
.btn-pillola-small {
    background-color: #ab002d;
    color: white;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 0px 0px;
    border-radius: 20px;
    min-width: 210px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
#btn-login-reset,
#btn-logout {
    width: 100%;
    background-color: #b4b4b4;
    color: black;
    font-weight: normal;
}
.padding_dx_15 {
    box-sizing: border-box;
    padding-right: 15px;
}
#show-gallery {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 40px;
    color: white;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    margin-top: -20px;
    margin-left: -20px;
}
.riga-allegato {
    display: block;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding-left: 30px;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border-bottom: 1px solid #f6f6f6;
}
.icona-allegato {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 60px;
    line-height: 60px;
    width: 40px;
    display: block;
    float: left;
    font-size: 25px;
}
.allegato-scritta {
    display: block;
    width: 100%;
    float: left;
    height: 60px;
}
#login-box {
    position: absolute;
    top: 40px;
    right: 0px;
    width: 300px;
    background-color: #ab002d;;
    z-index: 10;
    display: none;
    border-radius: 12.5px;
}
#login-form {
    display: block;
    float: left;
    width: 100%;
    padding: 13px 20px;
    box-sizing: border-box;
}
#img-user-box-login {
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    display: inline-block;
    background-image: url('../img/user.png');
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
    float: right;
}
#header-top .sel {
    background-color: #4a4a4a;
    color: white;
}
#agenda {
    height: 344px;
    overflow: hidden;
}
.freccia-sx,
.freccia-dx {
    display: block;
    position: absolute;
    top: 50%;
    width: 26px;
    height: 52px;
    margin-top: -26px;
    cursor: pointer;
}
.freccia-sx {
    background-image: url('../img/a_sx.png');
    left: 5px;
}
.freccia-dx {
    background-image: url('../img/a_dx.png');
    right: 5px;
}
.testo-registrazione {
    padding: 10px 30px;
    box-sizing: border-box;
    color: white;
    font-size: 15px;
    line-height: 20px;
    margin-top:15px;
}
#reg-form-newsletter li {
    margin: 2.5px 0px;
}
#reg-form-newsletter input[type=radio] {
    vertical-align: middle;
}
#btn-registrati-coldx {
    display: inline-block;
}
.pg-testo {
    padding: 0px 15px 0px 0px;
    box-sizing: border-box;
}
.pg-testo ul,
.pg-testo ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
    padding-left: 18px;
}
.pg-testo li {
    float: left;
    width: 100%;
}
.membro-box {
    box-sizing: border-box;
    position:relative;
    min-height: 100px;
    width: 50%;
}
.membro-box:nth-child(odd) {
    padding: 0px 15px 0px 115px;
}
.membro-box:nth-child(even) {
    padding: 0px 0px 15px 115px;
}
.membro-box .pg-testo {
    font-size: 16px;
    line-height: 20px;
}
.membro-img {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50px;
}
.titolo_direttivo {
    color: #ab002d;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
}
#contatti-mappa-cont {
    padding-right: 25px;
    box-sizing: border-box;
}
#aggiungi-corso-non-bicocca,
#aggiungi-corso-bicocca {
    margin-top: -10px;
}
#id_accetta_statuto {
    vertical-align: middle;
}
#over-test-box {
    position: fixed;
    width: 300px;
    top: 10px;
    right: 200px;
    color: red;
    z-index: 99999;
    font-weight: bold;
}
.share-article a {
    display: inline-block;
    margin-right: 5px;
    padding: 0px 5px;
    font-size: 15px
}
.ultimo-iscritto-obj {
    width: calc((100% - 60px) / 4);
    margin: 15px 15px 0px 0px;
    height: 213px;
    text-align: center;
    overflow: hidden;
    background-color: #e5e5e5;
    display: block;
    float: left;
    position: relative;
}
.ultimo-iscritto-obj img {
    height: 100%;
}
#ultimi-iscritti-cont {
    margin-top: -15px;
}
/*.ultimo-iscritto-obj:nth-child(4n) {
    margin-right: 0px;
}*/
.ultimo-iscritto-obj span {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    bottom: 0px;
    font-size: 12px;
    line-height: 15px;
    box-sizing: border-box;
    padding: 5px;
    color: white;
    background-color: #ab002d;
    opacity: 0;
}
.racconto-alumno {
    width: calc((100% - 45px ) / 3 );
    margin: 15px 15px 0px 0px;
    height: 280px;
    background-color: #c8c8c8;
    padding: 20px;
    box-sizing: border-box;
}

.racconto-alumno-text {
    color: #646464;
}
#btn-racconti-alumni {
    width: calc(100% - 15px);
    text-align: center;
    display: block;
    float: left;
    font-size: 26px;
    font-weight: 500;
    border-radius: 20px;
    height: 60px;
    line-height: 60px;
    margin-top: 40px;
}
.sostenitore-dx {
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.sostenitore-dx img {
    max-width: 100%;
}
#form-cercalumni-dx-cont {
    background-color: #c8c8c8;
    padding: 0px 20px 20px 20px;
/*     margin-top: 15px; */
    box-sizing: border-box;
}
#form-cercalumni-dx-cont #id_search_facolta,
#form-cercalumni-dx-cont #id_search_anno {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    background-color: #f6f6f6;
    box-sizing: border-box;
    border-radius: 12.5px;
    padding: 0px 30px 0px 10px;
}
#form-cercalumni-dx-cont .btn-pillola-small {
    width: 100%;
    font-size: 14px;
}
#racconto-avatar {
    width: 150px;
    height: 150px;
    margin-bottom: 10px;
    border-radius: 100px;
    /*float: none;
    margin: 0px auto;*/
}
.input-racconto-cont {
    width: calc((100% - 40px ) / 3);
    margin-right: 20px;
}
.input-racconto-cont:last-child {
    margin-right: 0px;
}
#raccontaci-la-tua-storia-cont {
    padding-right: 20px;
    box-sizing: border-box;
}
#pg-testo-attivita,
#pg-testo-lista-attivita,
#pg-testo-chi-siamo {
    font-size: 18px;
    line-height: 30px;
}

#section-registrazione .pg-testo {
    font-size: 18px;
    line-height: 24px;
}
#pg-testo-lista-attivita ul {
    padding-left: 20px;
    list-style: none;
    margin-top: 20px;

}
#pg-testo-lista-attivita li {
    margin-bottom: 20px;
    position: relative;
}
.lista-attivita-numero {
    font-size: 50px;
    position: absolute;
    top: 0px;
    left: -15px;
    font-weight: bold;
    color: #00000020
}
#pg-testo-lista-attivita .lista-attivita-numero-doppiacifra {
    left: -28px;
    letter-spacing: -8px;
}
.lista-attivita-testo {
    position: relative;
    z-index: 5;
}
#registrazione-info-iscritti {
    height: 170px;
    background-color: #DCDCDC;
    margin-bottom: 20px;
    padding: 10px 0px;
    box-sizing: border-box;
}
#registrazione-info-iscritti-utenti {
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
}
#registrazione-info-iscritti-paesi {
    width: 100%;
    height: 150px;
}
.registrazione-riga-vantaggio {
    position: relative;
    float: none;
    display: table;
    float: none;
    table-layout: fixed;
    min-height: 46px;
    margin-bottom: 20px;
    padding-left: 70px;
    box-sizing: border-box;
}
.registrazione-riga-vantaggio span {
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    max-height: 46px;
}
#lista-vantaggi-section {
    padding-right: 50px;
    box-sizing: border-box;
}
.lista-vantaggi {
    position: relative;
    float: none;
    display: table;
    float: none;
    table-layout: fixed;
    min-height: 100px;
    margin-bottom: 20px;
    padding-left: 110px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.lista-vantaggi .lista-vantaggi-icona {
    display: block;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
    max-height: 100px;
    max-width: 100px;
}
.lista-vantaggi .lista-vantaggi-icona img {
    max-height: 100px;
    max-width: 100px;
}
.lista-vantaggi-title {
    font-size: 20px;
    line-height: 33px;
    font-weight: 500;
}
.lista-vantaggi-testo {
    font-size: 20px;
    line-height: 32px;
}
.widget-news-eventi-title {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}
.widget-news-eventi-cont {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.widget-news-eventi-cont:last-child {
    margin-bottom: 0px;
}
.widget-news-eventi-title {
    font-size: 15px;
    line-height: 25px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px;
}
.widget-news-eventi-abstract {
    display: block;
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 20px;
}
.widget-utente-preferito {
    padding: 10px 10px 10px 100px;
    min-height: 100px;
    box-sizing: border-box;
    width: 100%;
    float: none;
    display: table;
    position: relative;
    background-color:#DCDCDC;
    margin-bottom: 1px;
}
.widget-utente-preferito-int {
    width: 100%;
    float: none;
}
.widget-utente-preferito-immagine {
    position: absolute;
    display: block;
    left: 22.5px;
    top: calc(50% - 27.5px);
    width: 55px;
    height: 55px;
    border-radius: 30px;
    background-color: white;
}
.immagine-uomo {
    background-image: url('../img/uomo.png');
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.immagine-donna {
    background-image: url('../img/donna.png');
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#testo-untente-info-durata {
    width: auto;
    position: absolute;
    right: 0px;
    top: 10px;
    text-align: right;
    font-size: 12px;
    line-height: 15px;
}
#lista-partner-cont {
    display: flex;
    flex-direction: row;
    flex-grow: 3;
    flex-wrap:  wrap;
    justify-content: center;
    align-items: center;
}
#lista-partner-cont span {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 20px;
}
#lista-partner-cont a {
    display: inline-block;
    margin: 0px 0px;
    width: 33.3333%;
    padding: 5px 5px;
    box-sizing: border-box;

}
#lista-partner-cont a img {
    max-width: 100%;
}
#hp-news-vedittutti-mobile {
    display: none;
}
#burger-private-nav {
    display: none;
}
#form-registrazione {
    display: block;
    float: left;
}
#testo-registrazione {
    display: block;
    float: right;
}
/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    a:hover {
        color: #1a1a1a;
    }
    .footerlnk:hover {
        color: #fff;
        text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    }
    .allegato-scritta:hover {
        font-weight: bold;
    }
    .button-top:hover,
    #header-top .sel:hover,
    #btn-login-reset:hover {
        background-color: #4a4a4a;
        color: white;
    }
    .nav-first-link:hover {
        color: white;
    }
    /*#top-not-logged-ico:hover,
    #top-not-logged-ico:hover i {
        font-weight: bold;
    }*/
    .nav-first-li:hover .nav-first-link,
    #top-iscriviti:hover {
/*         background-color: #ae5b6f; */
        border-bottom: 2px solid white;
        box-sizing: border-box;
    }
    .nav-first-li:hover .nav-second {
        display: block;
    }
    #nav-top .nav-second-li:hover {
        background-color: #ae5b6f;
        color: white;
    }
    #nav-top .nav-second-li:hover  .nav-second-link,
    #nav-top .nav-second-li:hover  .nav-second-link:hover {
        color: white;
    }
    .footer-link:hover,
    #footer-title:hover {
        color: white;
        font-weight: 400;
    }
    .btn-form:hover {
        box-shadow: inset 2px 0px 4px rgba(0,0,0,0.5);
        color: white;
    }
    .btn:hover {
        color: white;
        box-shadow: inset 2px 0px 4px rgba(0,0,0,0.5);
    }
    .btn-pillola:hover,
    .btn-pillola-small:hover {
        color: white;
        background-color: #4a4a4a;
    }
    .white_bordeaux_lnk:hover {
        color: red;
    }
    #lnk-registrati:hover {
        color: white;
        border-bottom: 2px solid white;
    }
    .social-footer-lnk:hover,
    .social-slider-lnk:hover {
        color: #AB002D;
    }
    .ultimo-iscritto-obj:hover span {
        opacity: 1;
    }
    #news-eventi-list-legenda a:hover {
        opacity: 1;
    }
}
@media only screen and (min-width:1281px) and (max-width:1439px) {
    .page {
        width: 1200px;
    }
    #slider-cont {
        height: 560px;
    }
    #slider {
        height: 560px;
    }
    .slide {
        height: 460px;
    }
    #slider-box-right {
        height: 560px;
    }
}
@media only screen and (min-width:1025px) and (max-width:1280px) {
    .page {
        width: 1000px;
    }
    .page-small {
        max-width: 1000px;
        padding: 0px 40px;
    }
    .nav-first-link {
        padding: 0px 10px;
    }
    #nav-top {
        width: 680px;
    }
    #top-search {
        width: 90%;
    }
    #col-dx {
        display: none;
    }
    #content {
        width: 100%;
        padding-right: 0px;
    }
    #header-claim {
        margin-left: 10px;
        font-size: 17px;
    }
    #logo-alumni-top img {
        width: 200px;
        margin-top: 5px;
    }

    #slider-cont {
        height: 486px;
    }
    #slider {
        height: 486px;
    }
    .slide {
        height: 386px;
    }
    #slider-box-right {
        height: 486px;
    }
}
/* ALL MOB */
@media only screen and (min-width:320px) and (max-width:1024px) {
    .desktop {
        display: none;
    }
    .mobile {
        display: block;
    }
}
/* PAD */
@media only screen and (min-width:768px) and (max-width:1023px) {
    header {
        padding-top: 10px;
        background-color: white;
    }
    #main {
        margin-top: 110px;
    }
    .page {
        width: 100%;
        max-width: 1000px;
        float: none;
        margin: 0px auto;
    }
    .page-small {
        max-width: 1000px;
        padding: 0px 40px;
    }
    #slider,
    #slider-cont {
        height: 450px;
    }
    .slide {
        height: 350px;
    }
    #slider-cont {
        padding-right: 250px;
    }
    #slider-box-right {
        height: 450px;
        width: 250px;
        position: absolute;
        right: 0px;
        background-color: #c8c8c8;
        padding-bottom: 100px;
        box-sizing: border-box;
    }
    #slider-box-botton-right {
        height: 100px;
        width: 100%;
    }
    #slider-box-botton-right .mt_60,
    #slider-box-botton-right .mt_20 {
        margin-top: 15px;
    }
    #slider-box-botton-right .mt_40 {
        margin-top: 10px;
    }
    #slider-box-botton-right .font_30 {
        font-size: 20px;
        line-height: 23px;
    }
    .titolo-slider-box-right {
        margin-top: 10px;
        padding: 10px 10px 5px 10px;
    }
    .testo-registrazione {
        margin-top: 5px;
    }
    .titolo_big {
        font-size: 30px;
        line-height: 80px;
        height: 80px;
    }
    .header_small {
        margin: 20px 0px;
    }
    .slider-box-red {
        width: 100%;
    }
    #col-dx {
        display: none;
    }
    #content {
        width: 100%;
        padding-right: 0px;
    }
    #footer {
        padding-right: 0px;
    }
    #footer ul li {
        box-sizing: border-box;
        padding-right: 20px;
    }
    #header-bottom {
        padding-left: 0px;
    }
    #img-user-login {
/*         display: none; */
    }
    .col3 {
        padding: 0px 7.5px;
    }
    .pg-testo,
    #contatti-mappa-cont {
        padding: 0px 15px 0px 15px;
    }
    #contatti-form,
    #form-registrazione {
        box-sizing: border-box;
        padding-left: 15px;
    }
    .social-footer-lnk {
        float: left;
        width: auto;
        margin-left: 20px;

    }
    #social-footer {
        right: auto;
        left: 0px;
        width: auto;
        height: 29px;
        bottom: 0px;
        padding-left: 0px;
        width: 33%;
    }
    #header-claim {
        margin-left: 10px;
        font-size: 14px;
        width: 300px;
        line-height: 20px;
        height: 40px;
/*         margin-top: */
    }
    #logo-alumni-top img {
        width: 220px;
        margin-top: 5px;
        margin-left: 10px;
        margin-right: 20px;
    }
    .nav-first-link {
        padding: 0px 7.5px;
        font-size: 12px;
    }
    #btn-contatti {
        min-width: 120px;
        font-size: 12px;
    }
    #btn-gestisci-profilo {
        min-width: 130px;
        font-size: 12px;
        padding: 0px 10px;
    }
    #top-login {
        font-size: 12px;
        width: 130px;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 50px;
        line-height: 50px;
        padding: 0px 70px 0px 0px;
        text-align: right;
        display: block;
        z-index: 10;
        background-color: #ab002d;
    }
    #lnk-registrati {
        font-size: 12px;
        margin-right: 2px;
        padding: 13px 2px 0px 2px;
    }
    #txt-user-login {
        width: 70px;
        height: 50px;
        position: absolute;
        right: 0px;
        color: transparent;
        padding: 0px;
        margin: 0px;
        z-index: 10;
    }
    .ultimo-iscritto-obj {
        width: calc((100% - 45px) / 3);
        margin: 15px 7.5px 0px 7.5px;
    }
    .ultimo-iscritto-obj:nth-child(7n) {
        margin-left: calc(100% / 6);
    }
    #ultimi-iscritti-cont {
        padding: 0px 7.5px;
        box-sizing: border-box;
    }
    .ultimo-iscritto-obj span {
        opacity: 1;
    }
    .slider-box-red .mb_10 {
        margin-bottom: 5px;
    }
    .racconto-alumno {
        width: calc((100% - 45px) / 3);
        margin: 15px 7.5px 0px 7.5px;
        height: 240px;
        background-color: #c8c8c8;
        padding: 20px;
        box-sizing: border-box;
    }
    #btn-racconti-alumni {
        width: calc(100% - 15px);
        margin-left: 7.5px;
    }
    #raccontaci-la-tua-storia-cont {
        padding: 0px 20px;
    }
}
/* Phone */
@media only screen and (min-width:320px) and (max-width:767px) {
    .page {
        width: 100%;
        max-width: 1000px;
        float: none;
        margin: 0px auto;
    }
    .page-small {
        max-width: 1000px;
        padding: 0px 20px;
    }
    .button-top,
    .button-top-nohover {
        display: none;
    }
    #header-claim {
        display: none;
    }
    #top-not-logged {
        z-index: 10;
    }
    #txt-user-login {
        width: 70px;
        height: 50px;
        position: absolute;
        right: 0px;
        color: transparent;
        padding: 0px;
        margin: 0px;
        z-index: 10;
    }
    #top-login {
        font-size: 12px;
        width: 130px;
        position: absolute;
        top: 0px;
        right: 0px;
        height: 50px;
        line-height: 50px;
        padding: 0px 70px 0px 0px;
        text-align: right;
        display: block;
        z-index: 10;
        background-color: #ab002d;
    }
    #slider-cont {
        /*padding: 0px;
        height: auto;
        margin-bottom: 40px;*/
/*         display: none; */
        height: calc(( 100vw / 16.0 * 9.0) + 100px);
        padding-right: 0px;
    }
    #slider {
        height: calc(( 100vw / 16.0 * 9.0) + 100px);
/*         display: none; */
    }
    .slide {
        height: calc( 100vw / 16.0 * 9.0);
        font-size: 12px;
        line-height: 15px;
    }
    .slide .font_20 {
        font-size: 15px;
        height: 20px;
    }
    #slider-box-right {
        /*height: auto;
        width: 100%;
        position: static;*/
        display: none;
    }
    #hp-section .col3-img {
        background-image: none !important;
        height: 25px;
    }
    #hp-section  .col3-data img {
        display: none;
    }
    #hp-section  .col3-text {
        max-height: 90px;
    }
    #col-dx {
        display: none;
    }
    #logo-alumni-top {
        width: 100%;
        text-align: center;
    }
    #nav-top {
        width: 100%;
        z-index: 2;
    }
    #nav-first {
        display: none;
        position: absolute;
        width: 50%;
        max-width: 200px;
        z-index: 3333;
        left: 0px;
        top: 50px;
        margin-left: 0px;
    }
    #nav-top #nav-first .nav-first-li {
        width: 100%;
        background-color:#ab002d;
        height: 35px;
        border-top: 1px solid white;
    }
    .nav-first-link {
        width: 100%;
        height: 35px;
        line-height: 35px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        font-size: 12px;
        padding: 0px 15px;
        box-sizing: border-box;
        margin: 0px;
    }
    #login-box {
        display: block;
        z-index: 1001;
        top: 50px;
        border-radius: 0px;
        border-top: 1px solid white;
    }
    .titolo_big {
        font-size: 25px;
        line-height: 30px;
        min-height: 30px;
        padding: 20px 10px;
        height: auto;
        box-sizing: border-box;
    }
    #content {
        width: 100%;
        padding-right: 0px;
    }
    #footer {
        padding-right: 0px;
    }
    #footer ul li {
        box-sizing: border-box;
        padding: 5px 10px;
        width: 100%;
        font-size: 12px;
    }
    #footer ul #first-footer-li {
        padding-right: 0px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    #footer-title {
        display: inline;
        width: auto;
        float: none;
    }
    footer {
        padding-top: 10px;
        height: auto;
    }
    .col3 {
        width: 90%;
        max-width: 300px;
        margin: 10px auto;
        padding: 0px;
        float: none;
    }
    #burger-menu {
        display: block;
        float: left;
        color: white;
        height: 50px;
        line-height: 50px;
        padding: 0px 10px;
        font-size: 30px;
    }
    #user-menu {
        display: block;
        float: right;
        color: white;
        height: 50px;
        line-height: 50px;
        padding: 0px 10px 0px 5px;
        font-size: 30px;
        margin-left: 5px;
    }
    /*#top-login {
        top: 0px;
        width: auto;
        z-index: 1003;
        right: 45px;
        padding-right: 0px;
    }*/
    #login-box {
        width: 270px;
        top: 50px;
        display: none;
    }
    #lnk-registrati {
        font-size: 12px;
        margin-right: 2px;
        padding: 13px 2px 0px 2px;
    }
    #txt-user-login {
        width: 70px;
        height: 50px;
        position: absolute;
        right: 0px;
        color: transparent;
        padding: 0px;
        margin: 0px;
        z-index: 10;
    }
    #login-form-header {
        display: none;
    }
    #header-bottom {
        padding: 0px;
        width: 100%;
        z-index: 1002;
    }
    #img-user-login {
/*         display: none; */
    }
    header {
        position: absolute;
    }
    #nav-top #nav-first .nav-mobile-li {
        display: block !important;
    }
    .pg-testo,
    #contatti-mappa-cont {
        padding: 0px 0px 0px 0px;
    }
    .membro-box {
        box-sizing: border-box;
        padding: 0px 10px 15px 10px;
        position: relative;
        min-height: 0px;
        width: 100%;
    }
    .membri_row .mb_80 {
        margin-bottom: 30px;
    }
    .membro-box:nth-child(odd) {
        padding: 0px 10px 15px 10px;
    }
    .membro-box:nth-child(even) {
        padding: 0px 10px 15px 10px;
    }
    .mebro-titolo-sottotitolo-cont {
        min-height: 80px;
        box-sizing: border-box;
        padding-left: 80px;
    }
    .membro-img {
        left: 10px;
        top: -10px;
        width: 70px;
        height: 70px;
/*        position: static; */
       /* width: 150px;
        height: 150px;
        margin-bottom: 20px;*/
    }
    .titolo_direttivo {
        font-size: 16px;
    }
    .lista-vantaggi-testo {
        display: none;
    }
    #pg-testo-chi-siamo {
        padding: 0px 10px;
    }
    .col3x2 {
        width: 100%;
        margin-top: 20px;
        padding: 0px 15px;
    }
    #section-contatti .w_49pe,
    #section-registrazione .w_34pe,
    #section-registrazione .w_64pe {
        width: 100%;
        margin-top: 20px;
        padding: 0px 15px;
        box-sizing: border-box;
    }
    #section-registrazione #form-registrazione {
        margin-top: 0px;
    }
    .col3-title-small,
    .col4-title-small {
        max-height: 36px;
        height: auto;
    }
    .col3-text,
    .col4-text {
        max-height: 69px;
        height: auto;
        margin-bottom: 20px;
    }
    #form-completa-registrazione .w_45pe,
    #form-completa-registrazione .form-percorsi {
        width: 100%;
        margin-bottom: 50px;
    }
    #form-completa-registrazione .mt_50 {
        margin-top: 0px;
    }
    #aggiungi-corso-bicocca,
    #aggiungi-corso-non-bicocca {
        float: right;
        display: inline-block;
        margin-top: 10px;
        min-width: 80px;
    }
    #btn-form-registrazione {
        margin-top: 10px;
    }
    .footer-link-right {
        float: right;
        margin-right: 80px;
    }
    .social-footer-lnk {
        float: left;
        width: auto;
        margin-left: 10px;
    }
    #social-footer {
        right: 10px;
        width: auto;
        height: 29px;
        bottom: 10px;
        padding-left: 20px;
    }
    #over-test-box {
        right: auto;
        left: 0px;
        color: red;
    }
    #profilo_utente_update-form .w_48pe {
        width: 100%;
        margin-bottom: 20px;
    }
    #profilo-pubblico-info-professionali .mt_30 {
        margin-top: 10px;
    }
    #profilo-pubblico-cv {
        margin-top: 30px;
    }
    #profilo-pubblico-contatti {
        margin-top: 30px;
    }
    #profilo-pubblico-cont .mb_20,
    #profilo-pubblico-cont .mb_10 {
        margin-bottom: 0px;
    }
    #profilo-pubblico-cont .mt_10 {
        margin-top: 0px;
    }
    #profilo-pubblico-cont .mt_40 {
        margin-top: 20px;
    }
    .ultimo-iscritto-obj {
        width: calc((100% - 30px) / 2);
        margin: 15px 7.5px 0px 7.5px;
    }
    .ultimo-iscritto-obj img {
        height: 100%;
    }
    #ultimi-iscritti-cont {
        margin-top: -15px;
    }
    .ultimo-iscritto-obj span {
        opacity: 1;
    }
    .racconto-alumno {
        width: calc(100% - 30px );
        margin: 15px 15px 0px 15px;
        height: 240px;
        background-color: #c8c8c8;
        padding: 20px;
        box-sizing: border-box;
    }
    #btn-racconti-alumni {
        font-size: 18px;
        height: auto;
        line-height: 23px;
        width: calc(100% - 30px) ;
        margin: 30px 15px 0px 15px;
        padding: 10px 10px;
        box-sizing: border-box;
    }
    #news-eventi-list-legenda {
        text-align: center;
    }
    #news-eventi-list-legenda a {
        display: inline-block;
        padding: 0px 10px;
        text-align: center;
        line-height: 30px;
    }
    #news-eventi-list-legenda span {
        font-size: 11px;
        margin-right: 0px;
        line-height: 11px;
        margin-top: -10px;
/*         display: none; */
    }
    #racconto-evento-news-single .col3 {
        padding: 0px 15px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }
    #contatti-form .w_auto {
        width: 100%;
    }
    #btn-contatti {
        float: left;
        margin-top: 10px;
    }
    #section-contatti .pg-testo {
        padding: 0px 0px 0px 0px;
    }
    #contatti-mappa-cont {
        margin-top: 0px;
    }
    #raccontaci-la-tua-storia-cont {
        padding: 0px 10px;
    }
    #btn-raccontaci-la-tua-storia {
        float: left;
        margin-top: 10px;
    }
    .mobile-only {
        display: inline;
    }
    #lista-vantaggi-section {
        padding-right: 10px;
    }
    #lista-vantaggi-section .btn-pillola-small {
        min-width: 190px;
    }
    .vantaggi-bottom {
        padding: 10px;
        box-sizing: border-box;
    }
    #section-attivita {
        padding: 0px 10px;
        box-sizing: border-box;
    }
    #hp-section {
        margin-top: 30px;
    }
    #hp-news-vedittutti-mobile {
        display: block;
        font-size: 20px;
        line-height: 25px;
        text-align: center;
        margin-bottom: 20px;
    }
    #burger-private-nav {
        display: none;
/*        position: absolute;
        z-index: 2222;
        font-size: 32px;
        left: 46px;
        top: -35px;
        color: white;*/
    }
}
