@font-face {
    font-family: 'Futura-LT-W01-Book';
    src: url('/fonts/FuturaLT-Book.eot');
    src: url('/fonts/FuturaLT-Book.eot?#iefix') format('embedded-opentype'),
        url('/fonts/FuturaLT-Book.woff2') format('woff2'),
        url('/fonts/FuturaLT-Book.woff') format('woff'),
        url('/fonts/FuturaLT-Book.ttf') format('truetype'),
        url('/fonts/FuturaLT-Book.svg#FuturaLT-Book') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std';
    src: url('/fonts/AvenirLTStd-Light.eot');
    src: url('/fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('/fonts/AvenirLTStd-Light.woff') format('woff'),
        url('/fonts/AvenirLTStd-Light.ttf') format('truetype'),
        url('/fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir Heavy';
    src: url('/fonts/AvenirLTStd-Heavy.eot');
    src: url('/fonts/AvenirLTStd-Heavy.eot?#iefix') format('embedded-opentype'),
        url('/fonts/AvenirLTStd-Heavy.woff2') format('woff2'),
        url('/fonts/AvenirLTStd-Heavy.woff') format('woff'),
        url('/fonts/AvenirLTStd-Heavy.ttf') format('truetype'),
        url('/fonts/AvenirLTStd-Heavy.svg#AvenirLTStd-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
}


body{
    font-family: "Futura-LT-W01-Book", sans-serif;
    color: #000;
}
.header{
    -webkit-transition: top 0.45s;
    -moz-transition: top 0.45s;
    -o-transition: top 0.45s;
    transition: top 0.45s;
    top: -100px;
}
.header,
.top_section,
.box{
    text-align: center;
}
.mobile_menu a:hover,
.header a:hover {
    color: #899DA3;
}
.mobile_menu a ,
.header a {
    width: 100%;
    display: table;
    position: relative;
    line-height: 50px;
    padding: 10px 8px;
    color: #162970;
    transition: color 0.4s ease 0s;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    text-decoration: none;
}
.col-md-2:hover > ul.submenu {
    display: table;
    margin: 0 auto;
}
ul.submenu {
    list-style: none;
    padding: 5px 10px;
    display: none;
    position: absolute;
    width: 300px;
    left: 0;
    z-index: 10;
    background-color: #fff;
}
.wrapper{
    display: table;
    overflow: hidden;
    width: 100%;
}
ul.submenu a {
    padding: 0;
    line-height: 30px;
}
.top_section{
    padding: 160px 0;
    position: relative;
}
.bg_color{
    background-color: #e8eff1;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 55%;
    z-index: 0;
}
.top_section h1{
    font-size: 118px;
    position: relative;
    z-index: 1;
    font-weight: bold;
    margin-bottom: 50px;
}
.top_section h2{
    font-size: 36px;
    position: relative;
    z-index: 1;
}
.box p{
    min-height: 200px;
    color:#162970;
}
.box > *{
    position: relative;
    z-index: 1;
}
.box_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 0;
}
.box_2 .box_overlay {
    background-color: rgba(240, 237, 237, 0.75);
}
.box_3 .box_overlay {
    background-color: rgba(250, 220, 214, 0.75);
}
.box_4 .box_overlay {
    background-color: rgba(229, 199, 181, 0.75);
}

.boxes_section{
    width: 100%;
}

.hyperlink{
    color: #337ab7;
}
.box{
    background-size: cover;
    padding: 40px 35px;
    font-size: 20px;
}
.box span.box_title{
    font-size: 30px;
    font-family: 'Avenir Heavy';
    font-weight: bold;
    display: table;
    margin: 0 auto;
}
.chi_sono_section h5{
    font-size: 36px;
    margin-top: 40px;
}
.box h2.h3,
.box h3{
    font-size: 27px;
    height: 80px;
    color: #162970;
}
.chi_sono_section a:not('.no_style_link'),
.box a{
    color: #000;
    padding: 5px 20px;
    border-bottom: 1px solid #333;
    display: table;
    margin: 20px auto;
    text-decoration: none;
}
.chi_sono_section > div {
    padding: 60px 15px;
}
.chi_sono_section{
    font-size: 20px;
    text-align: center;
    display: table;
}


@media(min-width: 768px) and (max-width: 1280px){
    ul.submenu a {
        font-size: 14px;
    }
}
@media(min-width: 1280px){
    .row-eq-height {
        display: table;
        width: 100%;
    }
    
    .row-eq-height > [class*="col-"] {
        float: none;
        display: table-cell;
        vertical-align: top;
        width: 20%;
    }
    .box p{
        min-height: 250px;
    }
}
@media(min-width: 992px){
    
    img.pn_thumbnail {
        height: 530px;
        margin: 0 auto;
        display: table !important;
    }
    .pn_event_inner{
        text-align: right;
        margin-top: 12px;
    }
    .pn_thumbnail_wrap {
        height: 530px;
        overflow: hidden;
        text-align: center;
    }
    .pn_fixed .pn_logo{
        padding-left: 15px !important;
    }
    .pn_fixed .contact-info {
        display: block;
    }
    .contact-info{
        display: none;
    }
    .header .pn_logo{
        float: none !important;
        margin: 0 auto !important;
    }
    body.pn_fixed .header .row .pn_logo{
        float: left !important;
    }
    body.pn_fixed .header > .row > .col-md-12{
        width: 960px;
        display: table;
        margin: 0 auto;
        float: none;
    }
}
.form-control{
    padding: 5px;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 1);
    color: #000000;
    margin: 0 0 10px;
    -webkit-transition: 0.5s ease all;
    transition: 0.5s ease all;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    font: normal normal normal 15px/1.4em Avenir LT Std,sans-serif;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
    text-align: left;
    width: 100% !important;
    
}
.form-control:focus,
.form-control:hover{
    outline: none;
    border-color: rgba(137, 157, 163, 1);
}
input.submit_form {
    background: none;
    border: 0;
    margin: 0 auto;
    display: table;
    font-weight: bold;
    font-size: 16px;
    font-family: 'Avenir LT Std';

}
.footer_section {
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: hidden;
}
.footer_section a{
    margin-right: 15px;
    overflow: hidden;
}
.footer_section a:hover{
    text-decoration: none !important;
}
.m-t-15{
    margin-top: 15px !important;
}

.m-t-5{
    margin-top: 5px !important;
}
.chi_sono_section b{
    margin: 13px auto 0px;
    display: table;
}
.box h1.h1 {
    line-height: 45px;
    margin-top: 5px;
}


.row.link_boxs .links_accardion div h2{
    font-weight: bold;
    font-size: 23px;
    line-height: 34px;
    letter-spacing: 0.08em;
    margin: 0;
}
 ul.dash_style {
      list-style-type: none;
      font-weight: bold;
    }

ul.dash_style li:before {
  content: '\2014';
  position: absolute;
  margin-left: -25px;
}
.normal_weight{
    font-weight: normal;
}
.font_8{
    font-family: Avenir LT Std, sans-serif;
    font-size: 18px;
}
.row.link_boxs .links_accardion{
    padding:0;
}
.row.link_boxs{
    margin: 20px 0px;
    text-align: left;
}
.links_accardion {
    cursor: pointer;
}
.row.link_boxs .links_accardion div a:hover{
    background-color: rgba(182, 209, 217, 1);
}
.row.link_boxs .links_accardion div a{
    background-color: rgba(92, 178, 204, 1);
    padding: 5px 10px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin-left: -50px !important;
    width: 100px;
}



.row.link_boxs .links_accardion.collapsed div{
    background-color: rgba(232, 239, 241, 1);
}
.row.link_boxs .links_accardion div{
    background-color: rgba(232, 239, 241, 1);
    margin-right: 5px;
    margin-top: 5px;
    overflow: hidden;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.15);
}
.row.link_boxs .links_accardion div{
    background-color: rgba(232, 239, 241, 0.2);
}
.m-r-0{
    margin-right: 0 !important;
}
.overlay,
.open_menu{
    display: none;
}
@media(max-width: 1280px){
    .box h2.h3, 
    .box h3 {
        font-size: 28px;
    }
    .row.link_boxs .links_accardion div h2{
        font-size: 20px;
    }
    .header a {
        font-size: 17px;
    }

}
@media(max-width: 1024px){
    .parallax11,
    .subheader_image,
    ul.pn_phrases_slider li span, 
    ul.pn_phrases_slider li a, 
    ul.pn_phrases_slider li{
        height: 120px !important;
    }

    .top_section h1{
        font-size: 100px;
    }
    .row.link_boxs .links_accardion div h2{
        font-size: 18px;
    }
    .contact-info{
        padding-left:10px !important;
    }
}
@media(max-width: 767px){
    
    .top_section h1{
        font-size: 80px;
    }
    .header{
        display: none;
    }
    .chi_sono_section h5{
        margin-top: 0;
    }
    .footer_section > div {
        display: table;
    }
    .row.link_boxs .links_accardion div {
        width: 300px;
        margin: 5px auto !important;
        display: table;
    }
    .row.link_boxs .links_accardion div{
        height: 200px;
        overflow: hidden;
        padding: 0px 20px;   
    }
    .row.link_boxs .links_accardion div h2 {
        line-height: 29px;
    }
    
    nav.header.opened {
        top:0;
    }

    nav.header{
        /*position: fixed;*/
        /*top: -1000px;*/
        width: 100%;
        background-color: #fff;
        z-index: 20;
        text-align: left;
        overflow: hidden;
        left: 0;
        right: 0;
        display: table;
        -webkit-transition: top 0.45s;
        -moz-transition: top 0.45s;
        -o-transition: top 0.45s;
        transition: top 0.45s;
    }
    nav.header.opened ul.submenu {
        position: relative;
        display: table;
        margin-bottom: 0;
        padding: 0;
    }
    .header a {
        line-height: 23px;
        border-bottom: 1px solid #ccc;
    }
    nav.header.opened ul.submenu a {
        padding: 5px 10px 5px 35px;
    }
    nav.header.opened a:hover {
        background-color: #ccc;
    }
    .open_menu img{
        width: 45px;
    }
    .open_menu{
        position: fixed;
        top:0;
        right: 0;
        z-index: 18;
        padding: 0;
        color: #666;
        display: table;
        cursor: pointer;
    }
}
@media(max-width: 480px){
    .top_section h1{
        font-size: 38px;
        margin-bottom: 30px;
    }
    .top_section h2 {
        font-size: 23px;
    }
    a.pn_logo{
        padding-left: 15px !important;
        width: 160px !important;
    }   
    .contact-info a{
        font-size: 12px !important;
    }
    .contact-info{
        padding-top: 8px !important;
        padding-bottom: 8px;
    }
}
.input-error {
    border-bottom: 1px solid red !important;
}
.luiginadalcanto_error_message {
    color: red;
    font-size: 12px;
    line-height: 1;
}
.global_error_message {
    text-align: center;
    margin-top: 10px;
}
.red{
    color: red;
}
.green{
    color: green;
}
.lds-roller {
  display: none;
  position: relative;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  
}
.boxes_section  span.h4.box_title.lui_animate {
    margin-top: 50px;
    color:#162970;
}
.boxes_section .box span,
.boxes_section .box h2.h3,
.boxes_section .box h3,
.boxes_section .box p{
    opacity: 0;
}
.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ccc;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.row.scroll_here {
    padding-top: 30px;
}

.visible-xs.visible-sm span.h4.box_title {
    margin-top: 30px;
}

.corsi_logo{
    max-width: 400px;
    margin-bottom: 20px;
    width: 100%;
}
.corsi_logo_lg{
    max-width: 800px;
    margin-bottom: 20px;
    width: 100%;
}
.m-l-10{margin-left: 10px;}
.m-b-15{margin-bottom: 15px;}
.p-0 { padding: 0 !important; }
.pn_video_boxes .card.small .card-footer p{
    color: white;
    font-family: inherit;
    font-size: 11px;
    font-weight: 600;
}
.pn_video_boxes .col-md-12.col-lg-6{
    padding:11px 20px;
}
.pn_video_boxes{
    margin-top: 20px;
}
.pn_video_boxes .card.small .card-footer {
    height: 2.8125rem;
    background-color: rgba(0,0,0,.4);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.pn_video_boxes .align-items-center {
    align-items: center!important;
}

.pn_video_boxes .card-footer {
    border-top: 0 solid rgba(0,0,0,.125);
}
.res-center-play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform .4s;
}
#resources-video-modal .modal-body {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
		padding-left: 0;
		padding-right: 0;
	}
#resources-video-modal .fade.in{
    background: #00000094;
}
#resources-video-modal .modal-background{
    object-fit: cover;
    opacity: .1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%!important;
    width: 100%!important;
}
#resources-video-modal .modal-body  iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.card.small:hover .res-center-play{
    transform: translate(-50%, -50%) scale(1.2);
}
@media (max-width: 768px){
    .modal-dialog {
        max-width: 700px;
        margin: 30px auto;
    }
}
.red_image {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
img.top_logo {
    max-width: 100%;
    margin-top: 10px;
    width: 350px;
}
.header_image_block{
    display: none;
}
.mobile_menu{
    display: none;
}
.menu_toggler{
    padding: 5px 10px;
    background-color: #a7a7a7;
    cursor: pointer;
    display: table;
    margin: 10px auto;
}

body.pn_fixed{
    padding-top: 70px;
}


@media( max-width: 992px){
    body.pn_fixed{
        padding-top: 115px;
    }
    .sidebar{
        /*display: none;*/
    }
    .header_image_block{
        display: block;
        /*background-color: #f7f6f6;*/
        padding: 0;
        text-align: center;
        box-sizing: border-box;
        overflow: hidden;
        width: 100%;
    }
    a.p-0.pull-left.pn_logo {
        padding-left: 15px !important;
    }
    .contact-info{
        float: right !important;
        padding-right: 15px;
    }
    .m_red_image{
        height: 250px;
        display: block !important;
    }
    .red_image{
        display: none;
    }
    .top_logo{
        margin: 10px auto;
        display: table;
    }
    .pn_container{
        padding: 0px;
        width: 100%;
        overflow: hidden;
    }
    .desktop_menu{
        display: none;
    }
    
    .mobile_menu.opened {
        top:0;
    }
    .overlay{
        position: fixed;
        top:0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0,0,0,0.3);
        display: none;
        z-index: 19;
        cursor: pointer;
    }

    .mobile_menu{
        position: fixed;
        top: -1000px;
        width: 100%;
        background-color: #fff;
        z-index: 99999999;
        text-align: left;
        overflow: hidden;
        left: 0;
        right: 0;
        display: table;
        -webkit-transition: top 0.45s;
        -moz-transition: top 0.45s;
        -o-transition: top 0.45s;
        transition: top 0.45s;
    }
    .mobile_menu.opened ul.submenu {
        position: relative;
        display: table;
        margin-bottom: 0;
        padding: 0;
        width: 100%;
    }
    .mobile_menu a {
        line-height: 23px;
        border-bottom: 1px solid #ccc;
    }
    .mobile_menu.opened ul.submenu a {
        padding: 5px 10px 5px 35px;
    }
    .mobile_menu.opened a:hover {
        background-color: #ccc;
    }    
    .chi_sono_section .parallax__container{
        display: none;
    }
    .pn_logo,
    .contact-info a,
    .contact-info{
         border: none !important;
    }
    
}
.parallax__container{
    z-index:0 !important;
}
.header_image_block p {
    padding: 15px 15px 0;
}
.menu_icon{
    float: left;
    margin-top: 1px;
}
.bar1, .bar2, .bar3 {
    width: 15px;
    height: 2px;
    background-color: #333;
    margin: 3px 0;
    transition: 0.4s;
    margin-right: 8px;
    
}

.pn_change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}

.pn_change .bar2 {opacity: 0;}

.pn_change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}
.subheader_image{
    height: 70px;
    width: 100%;
    overflow: hidden;
    position:relative;
}
.parallax11{
    background-image: url(/img/subheader.1.png);
    background-size: cover;
    width: 100%;
    height: 70px;
    position: absolute;
    top: 0;    
}
.inner-page img{
    max-width: 100%;
}
.p-30-0{
    padding: 30px 0;
}
.p-10-0-30{
    padding: 10px 0 30px;
}
.sidebar{
    padding-top: 125px;
}
.sub_title{
    color: #c69f70;
}
body.pn_fixed .header{
    position: fixed;
    width: 100%;
    z-index: 10000000;
    background: white;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid #ddd;
}

.s_blocks {
    height: 200px;
    margin-top: 20px;
    text-align: center;
    background-size: cover;
    position: relative;
}
.s_blocks a span {
    background: rgba(255,255,255, 0.7);
    padding: 20px;
    width: 150px;
    display: table;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.s_blocks a {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    border: 1px solid #fff;
    bottom: 15px;
    text-align: center;
    color: #333;
    font-size: 21px;
    vertical-align: middle;
    text-decoration: none !important;
}
/*.desktop_menu .col-md-2{*/
/*    width: 20%;*/
/*}*/
.pn_logo{
    float: left !important;
    display: table !important;
    width: auto !important;
}
.contact-info a{
    line-height: 15px;
    font-size: 14px;
    padding: 4px;
}
.contact-info {
    float: right;
    padding-top: 15px;
    text-align: left;
    padding-left: 20px;
}
.desktop_menu{
    clear: both;
    width: 992px;
    margin: 0 auto;
}

.pn_seminari_block{
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
    width: 100%;
}
.pn_image_a{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.pn_date {
    padding: 20px;
    font-size: 20px;
    color: #fff;
    background: rgba(80, 102, 163, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}
.pn_event_date{
    color: #337ab7;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 35px;
}
.pn_seminari_blocks a{
    color: #000;
    text-decoration: none;
}

.pn_read_more{
    background-color: rgba(92, 178, 204, 1);
    padding: 5px 10px;
    color: #fff !important;
    font-size: 16px;
}
.pn_image_color_1{
    border-bottom: 3px solid red;
}
.pn_image_color_2{
    border-bottom: 3px solid blue;
}
.pn_image_color_3{
    border-bottom: 3px solid green;
}
ul.pn_phrases_slider li span,
ul.pn_phrases_slider li a{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 15px;
}
ul.pn_phrases_slider li span,
ul.pn_phrases_slider li a,
ul.pn_phrases_slider li{
    height: 70px;
    font-size: 15px;
    color: #333;
    vertical-align: middle;
    text-decoration: none;
    max-width: 500px;
    text-align: center;
}
ul.pn_phrases_slider {
    -webkit-transition: margin-top 0.45s;
    -moz-transition: margin-top 0.45s;
    -o-transition: margin-top 0.45s;
    transition: margin-top 0.45s;
    position: relative;
    display: table;
    margin: 0 auto;
    list-style: none;
    margin-top: 70px;
    padding:0;
}
.w-100{
    width: 100%;
}
.coll{
    padding: 20px;
}
a.pn_back_to_list {
    display: table;
    margin-top: 15px;
}
.pn_seminari_blocks h2.h3 {
    min-height: 95px;
}
.pn_seminari_blocks p {
    min-height: 50px;
}
.footer_section .text-center{
    text-align: center;
}