/* ==========================================================================
   New css Highlights
   ========================================================================== */
.cd-stretchy-nav ul a::before {
  background-color: #81144e !important;
}

.logo_top{
  max-width:280px;
  width:100%;
  margin:5px 0;
}

.title_website img{
  width:80%;
}


#cookie-bar{
  z-index:10000;
}

#cookie-bar a.cb-enable{
  color:#000;
}

.performance{
  padding: 10px;
  border: 2px solid #333;
  max-width: 510px;
  width: 100%;
  margin-top: 20px;
  text-align: center;
}

.btn-blue{
  background:#208ac5 !important;
  border:1px solid #208ac5 !important;
}

.btn-black{
  background:#333 !important;
  border: 1px solid #333 !important;
}

.share i{
    position: absolute;
    z-index: 3;
    top: 17px;
    right: 20px;
    display: block;
    font-size: 24px;
    border-radius: 50%;
    white-space: nowrap;
    color: transparent;
    pointer-events: auto;
    color: #000;
}

.share {
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 85px;
    width: 55px;
    height: 55px;
    background: #fff;
    
}

.body_public .header-logged-in{
  z-index:2000 !important;
}

h1, h2, h3, h4, h5{
  font-family: 'Encode Sans Condensed', sans-serif; 
}

p{
    font-size:16px;
    line-height:22px;
}

li{
    font-size:16px;
    line-height:22px;
}

#quiz h1{
  text-align:center;
  color:#208ac5;
}

#quiz p{
  text-align:center;
  font-size:18px;
}

.internal_quiz{
  display: inline-block;
  position: relative;
  left: 29%;
  background:#fff;
  width:450px;
  padding:30px 0;
}

#quiz .btn{
  color:#fff;
  padding:10px;
  max-width:200px;
  width:100%;
  text-transform:uppercase;
  font-weight:600;
  display: inline-block;
  text-align:center;

}

#quiz .btn-learning{
  background:#282828;
}

#quiz .btn-quiz{
  background:#208ac5;
}

.survey_btn{
  background:#208ac5;
  color:#fff;
  padding:1px 3px;
  font-weight:600;
}


.link_video{
	color:#333;
	padding:5px;
	border:2px solid #333;
	display:block;
	text-decoration:none;
	float:right;
	max-width:200px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
}

.link_video:hover{
    background:#333;
    color:#fff;
    text-decoration:none;
}

.body_private header.container-fluid{
  z-index:2000;
}

.body_public header.container-fluid{
  z-index:2000;
}

.body_private div.container-fluid{
  z-index:0;
}

.body_public div.container-fluid{
  z-index:0;
}

.body_public .container-fluid .btn{
    font-size:18px;
    text-transform:uppercase;
    letter-spacing:1px;
    background:#208ac5;
    box-shadow:none;
    border:0;
}

.btn-default {
    color: #fff;
    background-color: #333;
    border-color: #333;
    text-transform:uppercase;
}

.clear{
  clear:both;
}

#references li{
  font-size:15px;
  padding:0 40px;
}

#references{
  padding:30px;
}

#references li a{
    word-break: break-word;
}

.report-page .article_toolbar a {
    color: #208ac5;
    text-transform:uppercase;
}


.report-page .container .btn_back{
  color:#fff;
  margin-bottom:25px;
  margin-top:20px;
  background:#7d7d7d;
  font-size:16px;
}

.report-page .panel-body p{
  line-height:25px;
  font-size:19px;
}

.report-page .panel-body ul li{
  line-height:25px;
  font-size:19px;
  margin-bottom:10px;
}

.report-page .accordion-toggle{
  font-size:20px;
}

.report-page .container .content_left .pull-right{
  text-align:right;
}

#keypoints {
    background: #384983;
    padding: 10px 20px;
    color: #fff;
}

#keypoints a{
  color:#fff;
}

.report_link {
    text-transform:uppercase;
    color: #333;
    border: 1px solid #333;
    padding: 6px;
    font-weight: bold;
    letter-spacing: 1px;
}

.report_topic {
    float: right;
    background: #333;
    padding: 5px 8px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.article_toolbar span {
  text-transform: uppercase;
    font-size: 24px;
    margin-left: 5px;
    margin-right: 3px;
    vertical-align: middle;
}

.article_toolbar .pull-right{
  text-align:right;
}

.report-page .article_toolbar a {
    color: #00305d;
    font-weight:700;
}

.report-page .article_toolbar a:hover {
    text-decoration:none;
    outline:none;
}

.report-page .box-report{
  padding-bottom:15px;
  border-bottom:1px dashed #333;
  margin-bottom:20px;
  width:100%;
}

.report-page .box-report h3 a{
	color:#81144e;
	font-weight:700;
}

.report-page .box-report small{
	line-height:14px !important;
	display:block !important;
}


.panel-default>.panel-heading {
    color: #333;
    background-color: #fff;
    border:0;
    font-weight:700;
    position:relative;
    z-index:0;
    background:#efefef;
    min-height:40px;
}

.panel {
    border-top:0;
    border-bottom:0;
    border-left:0;
    border-right:0;

    box-shadow:none;
}

.panel-heading:before {
    border-left: 5px solid #81144e;
    height: 100%;
    content: '';
    padding-left: 15px;
    left: 0;
    top: 0;
    position: absolute;
    display: block;
}

.article_images_print{
  display:none;
}


.report-page .box-report .col-sm-3{
  width:100%;
  padding:0;
}

.report-page .box-report .col-sm-8{
  padding:0;
}

.report-page .box-report .col-sm-8 h4 a{
  color:#333;
  font-weight:700;
}

.article_col_allreports h1 {
    font-size: 25px;
    margin-left: 15px;
    margin-top: 0;
    background:#85807b;
    color:#fff;
    padding:10px;
}

.article_col_allreports h3 {
  font-size:19px;
  margin-top:0;
}

.article_col_allreports .col-sm-8{
  width:100%;
}

.article_col_allreports .col-sm-1{
  display:none;
}
@media only screen and (min-width : 100px) and (max-width : 768px){
	.share {
    top: -17px;
    right: 34px;
  }

  .share i {
    font-size: 18px;
  }

  .cd-nav-trigger {
    top: -21px !important;
    right: -14px !important;
  }

	.title_website img {
    width: 100%;
  }

  .test .btn-default {
    width: 100%;
    clear: both;
  }

  .post_test_icon {
    bottom: 15px !important;
  }

  .internal_quiz {
    display: block !important;
    position: relative;
    left: 0;
    width: 200px;
    margin: 0 auto;
    padding: 20px 0;
    clear: both;
  }

  #quiz .btn{
    margin-bottom:15px;
  }
}

@media only screen and (min-width : 380px) and (max-width : 667px){
  .language {
    margin-right: 44px;
  }

  .report_topic {
    float: none;
  }

  body .container-fluid.feedback_icon {
      margin: 9px 46px 0 0;
  }
}

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
  .container-fluid .pull-right {
    max-width: 195px;
    width:100%;
  }

  .report_topic {
    float: none;
  }


}


@media screen and (max-width: 320px){

  .report_topic {
    float: none;
  }

  body .cd-stretchy-nav ul a::after {
    right: 4px;
  }

  body .container-fluid .language img {
    max-width: 24px;
  }


  .container-fluid .language img {
    max-width: 38px;
  }

  body .container-fluid .feedback_icon {
    width: 30px;
    height: 30px;
    margin: -32px 46px 0 0;
  }

  body .container-fluid .feedback_icon img {
    max-width: 18px;
    margin: 8px auto 0 auto;
  }

  body .container-fluid .cd-stretchy-nav .stretchy-nav-bg {
    width: 30px;
    height: 30px;
  }

 

  .container-fluid .pull-right{
    margin-top:15px;
  }

  body .container-fluid .cd-nav-trigger {
    height: 30px;
    width: 30px;
  }

  body .right-social .cd-stretchy-nav {
    top: 7px;
  }

  .slide-kit h2{
    font-size: 19px;
  }

  .main-content h1 {
    font-size: 18px;
  }

  .page_bg h1 {
    font-size: 23px;
  }

  .mfp-wrap{
        z-index: 999999999999 !important;
  }

  .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    padding: 30px 20px 0 20px;
  }

  .container-fluid #DX {
    margin-top: 27px;
  }

  .right-social .cd-stretchy-nav {
    top: 19px;
  }

  .right-social .cd-stretchy-nav ul a {
    background: rgba(19,31,48,0.95);
   }


  header .cd-stretchy-nav .stretchy-nav-bg {
    width: 40px;
    height: 40px;
  }



  header .cd-stretchy-nav ul a::after {
    right: 4px;
  }

  header .cd-nav-trigger {
    height: 42px;
    width: 42px;
   }

   .body_public header h1 {
    font-size: 28px;
   }

   .body_private header h1 {
    font-size: 35px;
   }

  .content_page-conference-summaries .container h2 {
    font-size: 28px;
  }

  .content_page-conference-summaries .box-report h3 {
    font-size: 22px;
    border-right:0;
    margin:0;
    padding:0;
    color:#208ac5;
    line-height: 25px;
    min-height: 29px;
  }

  .container .content h2 {
      font-size: 28px;
  }

  .container .content p {
    font-size: 18px;
  }

  .container .content{
    min-height: 360px;
  }

  .alert_welcome .welcome_ball {
    position: relative;
    top: auto;
    left: auto;
    margin: 15px auto;
    width: 60px;
  }


  .body_public .footer_bottom .footer_sx .list-inline li{
    display:block;
    font-size: 12px;
    line-height: 17px;
  }

  .body_public footer .footer_bottom .footer_dx p {
    font-size: 10px;
    line-height: 14px;
  }
}


@media screen and (min-width: 480px) and (max-width: 667px) {

  body .container-fluid .feedback_icon {
    margin: 10px 46px 0 0;
  }

}

@media screen and (min-width: 380px) and (max-width: 400px) {
  body .container-fluid .feedback_icon {
    margin: 10px 46px 0 0;
  }
}

@media screen and (min-width: 320px) and (max-width: 667px) {
  .content_left .report_topic {
    float: none;
  }

  .panel-heading:before {
    height: 100%;
  }

  .panel-collapse .panel-body ul{
    margin-left:0;
    padding:5px;
  }

  #keypoints  ul{
    margin-left:0;
    padding:15px;
  }

  .article_col_allreports{
    margin-top:65px;
    clear:both;
  }

  .content_page-conference-summaries .article-wrapper .box-report h3 {
    text-align: left;
   }

   .article_col_allreports h1 {
    margin-left:0;
   }

   .page_bg .report-page {
    padding: 0 15px 20px 15px;
  }

   .article_toolbar{
     margin-bottom:15px;
     min-height:15px;
   }

   .article_toolbar span{
   	font-size:19px;
   }

   .report-page .article_toolbar a {
    font-size: 12px;
   }

   .welcome_ball span {
    text-align: center;
    display: block;
  }



  body .cd-stretchy-nav ul a::after {
    right: 4px;
  }
  
  .container-fluid .language img {
    max-width: 38px;
  }

  .container-fluid .feedback_icon {
    width: 40px;
    height: 40px;
    margin: -5px 46px 0 0;
  }

  .container-fluid .feedback_icon img {
    max-width: 20px;
  }

  .container-fluid .cd-stretchy-nav .stretchy-nav-bg {
    width: 40px;
    height: 40px;
  }



  .cd-stretchy-nav {
    top: 11px;
    right:4%;
  }

 

  .language {
    float: none;
    margin-top: 0 !important;
    text-align: right;
    margin-right: 87px !important;
}
 
  .container-fluid .pull-right{
    margin-top:15px;
  }

  .container-fluid .cd-nav-trigger {
    height: 40px;
    width: 40px;
  }

  .slide-kit h2{
    font-size: 19px;
  }
  
  .main-content h1 {
    font-size: 18px;
  }

  .page_bg h1 {
    font-size: 23px;
  }

  .mfp-wrap{
        z-index: 999999999999 !important;
  }

  .my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    padding: 30px 20px 0 20px;
  }

  .body_public footer .disclaimer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .right-social .cd-stretchy-nav ul a {
    background: rgba(19,31,48,0.95);
   }

   #DX .dropdown .dropdown-menu {
    background-color: rgba(0,0,0, 0.95);
  }

  .content_page-conference-summaries .container h2 {
    font-size: 28px;
  }

  .content_page-conference-summaries .box-report h3 {
    font-size: 22px;
    border-right:0;
    margin:0;
    padding:0;
    color:#208ac5;
    line-height: 25px;
    min-height: 29px;
  }

  .container .content h2 {
      font-size: 28px;
  }

  .container .content p {
    font-size: 18px;
  }

  .container .content{
    min-height: 360px;
  }

  .alert_welcome .welcome_ball {
    position: relative;
    top: auto;
    left: auto;
    margin: 15px auto;
    width: 77px;
  }

  .body_public .footer_bottom .footer_sx{
    text-align: center;
  }

  .body_public .footer_bottom .footer_sx ul{
    margin-bottom:0;
  }

  .body_public .footer_bottom .footer_sx .list-inline li{
    display: inline;
    font-size: 12px;
    line-height: 17px;
  }

  .body_public footer .footer_bottom .footer_dx {
    border-top:1px solid rgba(255,255,255,0.6);
    padding-top:15px;
  }

  .body_public footer .footer_bottom .footer_dx p {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    padding-bottom: 10px;
  }

  footer .horizontal-nav li {
    font-size: 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .body_public footer .footer_bottom .footer_dx p {
    font-size: 11px;
    padding-top:10px;
  }

  .body_public footer .footer_bottom .footer_sx .list-inline li{
    font-size: 11px;
  }

  #container .content h2 {
      font-size: 45px;
      padding: 0px 88px;
  }

  body  footer .disclaimer {
    padding-left: 15px;
    padding-right: 15px;
  }

  .content_page-conference-summaries .article-wrapper .box-report h3 {
    line-height: 23px;
    padding: 0 5px;
  }

  .panel-heading:before {
    height:100%;
  }

  .report_topic {
    float: none;
    width:60%;
  }

  .article_col_allreports h1 {
    font-size: 20px;
  }
}

@media screen and (min-width: 1280px){
  .container-fluid .pull-right{
    max-width:256px;
    width:100%;
  }
}

/* Portrait */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
	.footer_sx{
		width:32% !important;
	}

	.footer_dx{
		width:68% !important;
	}

	footer .footer_bottom .logo-lilly {
    max-width: 130px !important;
  }

  .share {
    right: 50px !important;
  }

  body .cd-nav-trigger {
    top: 0px !important;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	.footer_sx{
		width:32% !important;
	}

	.footer_dx{
		width:68% !important;
	}

	
  footer .footer_bottom .logo-lilly {
    max-width: 130px;
    width: 100%;
    padding-left: 5px;
  }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
  .share {
    top: -2px;
    right: 34px;
    z-index: 100;
  }

  .cd-nav-trigger {
    border-radius:0 !important;
    width:36px !important;
    height:36px !important;
        top: -4px !important;
  }
}

@media only screen and (min-device-width : 414px) and (max-device-width : 736px) and (orientation : portrait) {
  body .container-fluid .feedback_icon {
      margin: 10px 46px 0 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1285px) {
  .disclaimer{
    font-size:14px;
  }
  
  #container .content h2 {
      font-size: 51px;
      padding:0 30px;
  }

  #container .content {
    padding-top: 2%;
  }

}

/* --- nav top page --- */

.menu_page{
  background: #384983;
  padding:10px 0;
  margin-bottom: 0;
  z-index: 200;
}

.menu_page a{
  color:#fff;
  text-transform:uppercase;
}

/* --- header page --- */

.header-logged-in{
  min-height:50px;
  border:0;
}


.content_page-local-interviews .article-wrapper .row .box_video{
  padding-top:20px;
}

.body_private .header-logged-in{
  z-index:1000;
}

.body_private .conference-summaries, .body_private .slidekit{
  z-index:1000;
}

.body_public .home{
  z-index:1000;
}

.right-social .d-stretchy-nav{
  z-index:1000;
}

/* blocco destro */
.language {
  float: right;
  margin-top: 11px;
  text-align: right;
  margin-right: 120px;
}
.language.dropdown-menu li a img {
    width: 24%;
    margin-bottom: 6px;
}
.language span {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
}
.language i {
  padding: 0 10px;
}
.bg-x {
  border-radius: 20%;
  background: #39393c;
  padding: 10px;
}
/* blocco destro > drop down */
.dropdown {
    display: inline;
}
.dropdown i {
    font-size: 22px;
    cursor: pointer;
}
.dropdown-menu li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display:block;
}

.dropdown-menu li a:hover {
  background:#fff;
}

.dropdown .dropdown-menu img {
    width: 22% ;
    padding-right: 10px;
}
.dropdown .dropdown-menu {
    background-color: rgba(0,0,0, 0.5);
    border: none;
    box-shadow: none;
    min-width: 100px;
    right: 0;
    top: 40px;
    min-width: 215px;
    left: -140px;
}
.dropdown .dropdown-menu li a:focus, .dropdown .dropdown-menu li a:hover {
    background-color: #fff;
}

.language img{
  max-width: 52px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 6px;
}

.language .dropdown i {
  font-size: 15px;
  cursor: pointer;
  color: #000;
}

.language .dropdown .dropdown-menu {
  background-color: rgba(0,0,0, 0.95);
}

.feedback_icon{
    position: fixed;
    z-index: 200;
    right: 0;
    bottom: 70px;
    display: block;
    width: 85px;
    height: 71px;
    background: #208ac5;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    color: #fff;
}

.feedback_icon img{
   max-width: 33px;
   width:100%;
   margin: 10px auto 0 auto;
   display:block;
}

.feedback_icon:hover{
  text-decoration:none;
  color:#fff;
}

.feedback_icon span{
  clear:both;
  display:block;
  font-size:12px;
  line-height: 12px;
    text-align: center;
}


.post_test_icon{
  position:fixed;
  z-index:200;
  right:20px;
  bottom: 160px;
  display:block;
  width:80px;
  height:80px;
  background:#333;
  border-radius:50%;
  text-transform:uppercase;
  text-align:center;
  text-decoration:none;
  color:#fff;
}

.post_test_icon img{
   max-width:40px;
   width:100%;
   margin: 10px auto 0 auto;
   display:block;
}

.post_test_icon:hover{
  text-decoration:none;
  color:#fff;
}

.post_test_icon span{
  clear:both;
  display:block;
  font-size:12px;
}

.post_test_icon i{
  font-size:24px;
  padding-top:15px;
}

/* ---------- */

/* --- end header page --- */

/* --- Page --- */

.content-page{
  background:#fff;
  padding: 0 40px 20px 40px;
  min-height:768px;
}

.feedback{
  width:100%;
}

.test .btn-default {
    color: #fff;
    background-color: #85807b;
    border-color: #85807b;
    text-transform: uppercase;
    width: 25%;
    padding: 11px 0;
    font-size: 18px;
    margin: 15px 0;
}

.test .comment{
  background:#f0f0f0;
  padding:15px;
  margin:15px 0;
}

.page_bg{
  background:#efefef;
}

/* --- Slidekit --- */
.body_public .content_page-slidekit .title-page{
  color:#000;
}

.content_page-slidekit .article-wrapper .container{
  background:none;
}

.content_page-slidekit .slide-kit {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    color: #fff;
    margin-top: 0;
    background: rgba(19,31,48,0.4);
    padding: 11px;
    z-index: 999;
}

.content_page-slidekit .box-kit .text-slide {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff;
    opacity: 1;
}

.content_page-slidekit .center-slide .box-kit .button-slide {
  color: #fff;
  border-radius: 0;
  border: 0;
  margin: 10px auto;
  max-width: 150px;
  width: 100%;
  font-weight: 700;
  background:#282828;
}

/* --- Conference_summaries --- */

.thumb_welcome{
  height:94px;
  margin:0 auto;
  width:94px;
  text-align:center;
  border-radius:50%;
  text-align:center;
  display:block;
  border:3px solid #fff;
}

.box-report i {
    color: #333;
    vertical-align: middle;
    font-size: 35px;
    line-height: 100px;
}

.content_page-conference-summaries h2 {
    margin: 0;
    text-align: left;
    clear: both;
    text-transform: uppercase;
    border-bottom: 1px solid;
    padding: 40px 10px 15px 10px;
}

.content_page-conference-summaries h3{
	line-height:20px;
	margin-top:0;
	padding-top:0;
}

.content_page-conference-summaries h3 a{
    font-weight: 700;
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    min-height: 70px;
}

.content_page-conference-summaries .box-report div{
	padding:0 30px;
}

.content_page-conference-summaries h4 a {
    color: #333;
    font-weight: 700;
    line-height: 20px;
}

.content_page-conference-summaries .box-report {
    min-height: 219px;
    padding: 15px 0;
    border-left: 3px solid;
    margin-bottom: 15px;
}

.content-page-conference-summaries .box-report small {
    font-size: 80%;
    line-height: 15px !important;
    display: block;
}

.content_page-conference-summaries .box-conference{
  border-left:5px solid #333;
  background:#efefef;
  margin-bottom:20px;
  padding:20px 0;
}

.content_page-conference-summaries .box-conference h3{
  margin:0;
  padding:0;
  color:#333;
  font-weight:700;
}

.content_page-conference-summaries .box-conference h3 a{
  color:#333;
  text-decoration:none;
}

.content_page-conference-summaries .box-conference div a{
  text-decoration:underline;
  color:#333;
}

.content_page-conference-summaries .box-conference img{
  margin:0 auto;
  display:block;
}

/* --- end conference_summaries --- */

/* --- Video Vimeo Style --- */

.video-chapter-seconds{
  display:none;
}

.video-authors{
  margin:10px 0 0 0;
  font-weight:600;
}

.video-container{
	padding-bottom:30px;
}

.video-container .video-title{
  font-size:16px;
  min-height:45px;
  display:block;
  color:#333;
  font-weight:700;
  text-transform:uppercase;
  padding:5px 10px;
  border-bottom:2px solid #333;
}

.video-container .list-group .list-group-item{
  border-left:2px solid #2d496e;
  border-top:0;
  border-right:0;
  border-bottom:0;
  margin-bottom:10px;
  color:#000;
  background:#f5f5f5;
}

.video-container .list-group .list-group-item:hover{
  background:rgba(32,138,197,0.8);
  border-left:2px solid #208ac5;
}


.video-container .list-group .list-group-item h3{
  color:#333;
  font-size:14px;
  letter-spacing:1px;
  font-family: 'Source Sans Pro', sans-serif;
}

/* --- end Video Vimeo Style --- */

html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  font-family: 'Source Sans Pro', sans-serif;
  z-index:100;
}

.body_public::before {
  content: ' ';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: url("../images/bg_esmo.jpg") no-repeat right center fixed;
  background-size:cover;
  pointer-events: none;
  z-index: 0;
} 

.container{
  z-index:100;
}


footer{
  z-index:100;
}



header{
    color:#fff;
    min-height:50px;
    margin:0 !important;
    padding:0 !important;
}

header h1{
  font-size: 40px;
  font-weight: 700;
  margin:20px 0;
  padding:0;
}

#container{
  display: flex;
  flex-direction: column;
  min-height: 100%;
  flex-grow: 1;
}

.content {
  width: 100%;
  min-height: 400px;
  margin: 0 auto;
  padding-top: 10%;
}

.content h2{
  color: #282828;
  text-align: center;
  font-weight: 700;
  font-size: 55px;
  max-width: 1057px;
  width: 100%;
  margin: 0 auto 30px auto;
  text-transform:uppercase;
}

.content p{
    color:#fff;
    background:rgba(40,40,40,0.7);
    padding:5px 0;
    text-align:center;
    font-size: 23px;
    text-transform:uppercase;
    max-width: 475px;
    width:100%;
    margin: 0 auto;
}

.logo-ada{
    max-width: 165px;
    width:100%;
}

footer {
  width: 100%;
  min-height: 135px;
  margin: auto auto 0 auto;
  color:#fff;
}

footer .horizontal-nav{
  background:#81144e;
  margin-bottom:0;
}

footer .horizontal-nav li{
  position:relative;
  z-index:100;
}

footer .horizontal-nav li:after{
  content:' ';
  position:absolute;
  z-index:200;
  border-right:1px solid #fff;
  height:20px;
  top:5px;
  right:0;
}

footer .horizontal-nav li:last-child:after{
  border-right:0;
}

footer .horizontal-nav a{
    color:#fff;
    text-transform:uppercase;
    padding:5px;
    display:block;
}

.body_public footer .disclaimer{
    color:#fff;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    margin:0;
    background:none;
}

.body_private footer .disclaimer{
    color:#000;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
    margin:0;
    background:#ccc;
}


footer .footer_bottom{
    background:#00305d;
    text-transform:uppercase;
    padding:10px 0 0 0;
}

footer .footer_bottom .logo-lilly{
        max-width: 175px;
    width:100%;
    padding-left:5px;
}

footer .footer_bottom .footer_sx{
    display:inline-block;
    line-height: 43px;
}

footer .footer_bottom .footer_sx .list-inline li{
    font-size:13px;
}

footer .footer_bottom .footer_sx .list-inline li a{
    color:#fff;
}

footer .footer_bottom .footer_dx{
  text-align:right;
  display:inline-block;  
}

footer .footer_bottom .footer_dx p{
  font-size:13px;
}

.title_website a{
    color:#fff;
}

/* --- welcome popup --- */

.body_public .mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.6;
    filter: blur(4px);
}

.welcome_ball{
  position:absolute;
  top: 68%;
  left:1%;
  z-index:300;
}

.welcome_ball span{
  color:#fff;
  text-transform:uppercase;
}

.round_img{
  width:60px;
  height:60px;
  border-radius:50%;
  border:2px solid #fff;
  margin: 0 auto;
}

.mfp-wrap{
	  z-index:3000 !important;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 1000px;
  margin: 20px auto;

}

.box_author_welcome .round_img{
  float:left;
  margin-right:10px;
}

.box_author_welcome small{
  line-height: 14px;
  display: block;
}


/* --- end welcome popup --- */

.body_private .title-page{
  text-align:center;
  color:#000;
  position:relative;
  z-index:100;
  text-transform:uppercase;
}

.body_private .title-page:after{
  border-bottom:3px solid #282828; 
  position:absolute;
  left:0;
  right:0;
  top:40px;
  width:44%;
  content:'';
  margin:0 auto;
  display:block;
}

.body_public .title-page{
    text-align:center;
  color:#000;
  position:relative;
  z-index:100;
  text-transform:uppercase;
}

.body_public .title-page:after{
  border-bottom:3px solid #282828; 
  position:absolute;
  left:0;
  right:0;
  top:40px;
  width:44%;
  content:'';
  margin:0 auto;
  display:block;
}

.article-wrapper {
    margin-bottom:20px;
    position:relative;
    z-index:0;
}

.article-wrapper .container{
  background:#fff;
  padding:20px;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#tab_article{
    padding-top:3%;
}

.arrow-link{
    font-size:32px !important;
}

.button-deo:hover{
color:#fff !important;
}

.minimize{
    font-size:12px;
}

.none{
    display:none;
}

.testo-rubriche{
    font-size:22px !important;
}

.signin{
    margin:0;
    padding:0 !Important;
}

.highlight{
    background:#ffff00;
}

.feedback{
    margin:20px 0 0 0 !important;
    padding:5px 10px !important;
    border-radius:5px;
    background:rgba(255,255,255,0.7);
}


.rubriche img{
    max-height:200px;
}

.arrow{
    font-size:22px !important;
}

.come{
    color:#c36059 !important
}

.title-abstract{
    padding:0 !important;
    margin:0 0 20px 0 !important;
}

.tooltip{
    width:200px !important;
}
.tooltip.top .tooltip-inner {
    background:rgba(0,0,0,0.8);
}

.title-home h2{
    font-size:2.3em !important;
}

.page-signup{
   border-top:3px solid #efefef;
}

.testi-signup{
    padding:10px;
    min-height:768px;
    max-width:1000px;
}

.testi-signup h1{
    padding:0 !important;
    margin:0 !important;
}

.dashed{
    border-top:1px dashed #ccc;
    font-weight:100;
}

.right-social{
    float:right;
    margin-right:5px;
    padding-top:15px;
    position:relative;
    z-index:100;
}

.right-social > a, .right-social > div{
    display: inline-block;
}

.right-social > input{
    display:none;
    min-width: 175px;
    position:absolute;
    top:19px;
    left:-188px;
}


/* ---------------- inizio css RCK ------------------ */
blockquote{
    border-left-color: #999;
}

.well h2{
    margin-top:0;
}

/* RCK */
.normative-data td{
    font-size: 14px;
}

.article-archive-year-list>ul>li{
    list-style-type: none;
    margin-bottom:40px;
    text-align: center;
}

.article-archive-year-list>ul>li>a{
    font-size:3em;
    background:#761b13;
    color:#fff;
    border-radius: 10px;
    padding:10px;
    display: inline-block;
}

.article-topics-list>ul>li>a{
    font-size:1.8em;
}

.article_main{
    margin-bottom: 20px;
}

.article_info p{
    font-size:13px !important;
}

.article_info>p:last-child{
    text-align:right;
}

.article_gobuttons{
    color:#f4f3f3;
}

.article_goprev, .article_gonext{
    text-align: center;
    margin-top: 15px;
}

.article_goprev .glyphicon, .article_gonext .glyphicon{
    font-size:4em;
}

.article_abstract{
    font-size:1.2em;
    padding-bottom:15%;
    padding-top:15px;
}

.previous_article_spoiler{
    background: rgba(235, 236, 234, 0.8) !important;
    padding:2em 0;
    position:absolute;
    bottom:0;
    width: 100%;
}

.previous_article_spoiler>div:first-child, .previous_article_spoiler>div:last-child{
    padding-top:2em;
}

.focus{
    font-size:1.5em;
    font-weight:bold;
    color: #9e2419;
}

.article-steps{
    font-size:2.5em;
    line-height: 1.2em;
    color: #fff;
}

.article-steps>div{
    display: table;
    width:100%;
    background:rgba(211,211,211,0.5) !important;
}

.article-steps>div>div{
    display: table-row;
}

.article-steps>div>div>span, .article-steps>div>div>a{
    display: table-cell;
    font-size: 0.5em;
    font-weight: bold;
    text-align: center;
}

.article-steps>div>div>span>span{
    background:rgb(211,211,211);
    border-radius: 50%;
    width: 50px;
    display:block;
    height: 50px;
    line-height: 35px;
    margin:5px auto;
    text-align: center;
    border: 5px solid white;
    font-size:1em !important;
}

.article-steps .article-steps-done{
    color: #22BD22;
    background:rgba(126, 221, 126, 0.8);
    font-size:0.8em !important;
}

.article-steps-done span{
background:rgba(126, 221, 126, 0.8) !important;
color:#fff;
}

.article-steps .article-steps-next{
    font-size:0.8em !important;
}

.article-steps a{
    color:#fff !important;
}

.article-steps a:visited{
    color:#fff !important;
}

/* ---------------- fine css RCK ------------------ */



/* ---------------- inizio css Euge ------------------ */
.tools{
    background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
    top: 60%;
    left: 0;
    position: fixed;
    width: 100%;
    max-width:60px;
    z-index: 199999999;
    min-height:60px;
    padding:5px 8px 0 8px;
    border:1px solid #ccc;
}

.tools ul{
    padding-left:0 !important;
}


.tools li{
    list-style:none;
    margin-top:5px;
}

.tools li a{
    background: #BCBABA;
    width:40px;
    height:40px;
    display:block;
    text-align:center;
    line-height:40px;
    font-size:20px !important;
    color:#fff !important;
}

.tools-large{
    background: rgba(255, 255, 255, 0.95) none repeat scroll 0 0;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 199999999;
    min-height:50px;
    padding:0 8px 0 8px;
    border:1px solid #ccc;
}

.tools-large ul{
    padding-left:0 !important;
}


.tools-large li{
    list-style:none;
    margin-top:5px;
    padding-left: 0px;
    padding-right: 0px;
}

.tools-large li a{
    background: #BCBABA;
    width:40px;
    height:40px;
    display:block;
    text-align:center;
    line-height:40px;
    font-size:20px !important;
    color:#fff !important;
}

.navbar-collapse{
    position: relative;
    z-index: 2000;
}


.lista-topics:before, .lista-topics:after{
    content:'';
    display: table;
}

.lista-topics:after{
    clear: both;
}


.lista-topics li{
    float: left;
    box-sizing: border-box;
    text-align: left;
    height: 80px;
    margin-top:10px;
    list-style:none;
    font-size:16px;
    
}

.lista-topics span{
    color:#fff !important;
}

.lista-topics li a{
    color:#fff !important;
    font-size:16px !important;
    padding:2%;
    background: rgba(209,98,111,0.6);
    height: 80px;
    display:block;
}

/* ------------------ css archive year -------------- */

.lista-years:before, .lista-years:after{
    content:'';
    display: table;
}

.lista-years:after{
    clear: both;
}

.lista-years li{
    float: left;
    box-sizing: border-box;
    text-align: left;
    height: 80px;
    margin-top:10px;
    list-style:none;
    font-size:16px;
    
}

.lista-years span{
    color:#fff !important;
}

.lista-years li a{
    color:#fff !important;
    font-size:28px !important;
    text-align:center;
    background: rgba(209,98,111,0.6);
    height: 80px;
    line-height:80px;
    display:block;
    font-weight:500;
}

.tab-pane h2{
    padding:2% 0 !important;
}

.article_abstract headline{
    margin-top:2%;
    padding-bottom:1%;
    font-weight:600;
    clear:both;
    display:block;
}


.close-rubriche{
  color: #fff; 
  text-decoration: none; 
  font-weight:bold; 
  font-size:20px; 
  position:absolute; 
  right: 25px; 
  border-radius:40px;
  width:40px;
  height:40px;
  line-height:40px;
  background:rgba(255,255,255,0.7);
  text-align:center;
  margin-top:10px;
  padding-top:2px;
}

.topics{
    color:#D1626F;
}

.current{
    color:#D1626F;
}

.btn-read{
    box-shadow:0 !important;
    border:0 !important;
}

.btn-darkgrey{
    background:#666 !important;
}

.btn-darkgrey:hover{
    background:#444 !important;
}

#menu-navigation .nav li a{
    color:#000 !important;
}

#menu-user .navbar-brand{
    color:#000 !important;
}

#menu-user-collapsable li a{
    color:#000 !important;
}

/* ---------------- inizio css Home page ------------------ */


.content-rubriche{
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:220px;
  padding-bottom:2%;
}

.content-rubriche h3{
    text-transform:uppercase;
    color:#91012F;
    font-size:34px;
    padding:20px 0 10px 20px;
}

.content-rubriche h4{
    color:#fff;
    font-size:18px;
    text-align:center;
}

.content-rubriche h5{
    color:#fff;
    font-size:16px;
    text-align:center;
}

#videobox h1{
    color:#fff !important;
}


.fa-bars{
    background:#484848;
    color:#fff !important;
    font-size:20px !important;
    text-align:center;
    padding:10px !important;
    margin:0 !important;
    cursor:pointer;
}

.flaticon-menu:hover{
    color:#fff;
    text-decoration:none;
}

#accordion h2{
    font-size:30px !important;
}


.form-login .form-control{
    border:0 !important;
    border-radius:4px;
    background:#fff;
    max-width:541px;
    height:61px;
    color:#7896a2 !important;
    font-size:15px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight:400;
}

.form-login .btn-success{
    background:#91012f !important;
    border:0 !important;
    height:51px;
    float:left;
    font-size:22px;
    text-transform:uppercase;
}

.new-user{
    font-family: 'Encode Sans Condensed', sans-serif;
    font-size:20px;
    padding-top:10px;
}

.new-user a{
    color:#91012f;
    font-weight:700;
}

.video{
    background:#fff;
    position:relative;
}

.rubriche h4{
    padding-top:37px;
    padding-bottom:55px;
    text-align:center;
    font-size:36px;
    font-family: 'Encode Sans Condensed', sans-serif;
    font-weight:400;
}

.rubriche h4 strong{
    color:#da1554;
    font-weight:500;
}

.rubriche{
    min-height:540px !important;
    background:#fff;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden;
    min-height:0 !important;
}

.box-bollini{
    padding-bottom:55px;
}

.article-wrapper .article_abstract{
padding-bottom: 2% !important;
}


/* ABOUT SECTION
================================================== */


.divider {
    background-image:url(../images/divider.png);
    display:block;
    width:300px;
    height:35px;
    margin:10px auto
}



#videobox{
    min-height:450px;
    border:1px solid #efefef;
}

.topmenu{
    background:#fff !important;
}


.sfondo-topmenu{
    background:#fff !important;
}


.navbar-default {
    background: transparent;
    border:0;
}


.navbar-default .navbar-toggle {
    border:0 !important;
    border-radius:0 !important;
    margin-right:0 !important;
}
.offcanvas-toggle {
    background: #D1626F none repeat scroll 0 0 !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-header{
    margin-right:0 !important;
    padding-right:0 !important;
}
.menu-user-dx{
    margin-right:0 !important;
    padding-right:0 !important;
}


@media print{
  .conference-summaries{
    min-height: 0;
  }

  header>div{
    width:100% !important;
    text-align: center;
  }

  header>div.pull-right{
    display:none !important;
  }

  .menu_page, #btn_article_next, #btn_article_prev, .horizontal-nav{
    display: none !important;
  }

  .content_left, .footer_sx, .footer_dx{
    width:100%;
  }

  .footer_sx, .footer_dx{
    text-align:center !important;
  }

  .footer_sx>ul>li{
    display: none;
  }

  .footer_sx>ul>li:first-child{
    display: inline-block;
  }

  .logo{
      width:100% !important;
  }

  .usernotes{
      display:none !important;
  }

  .logo-dco {
      padding-left: 0;
  }

  .logo h1 {
      text-align:center !important;
      float:none !important;
      margin:0 !important;
      padding:0 !important;
      clear:both !important;
  }

  .logo h2 {
      text-align:left !important;
      float:none !important;
      position: relative !important;
      margin:0 0 0 35px !important;
      padding:0 !important;
      clear:both !important;
  }

  .nav-tabs {
      border-bottom: 1px solid #ddd;
      display: none;
  }

  .language{
      display:none;
  }

  .tab-content{
      margin-top:-40px !important;
      padding-top:0 !important;
  }

  .tab-pane{
      display:block !important;
  }

  .right-social{
      display:none;
  }

  .topmenu{
      display:none;
  }

  .tools{
      display:none;
  }

  .tools-large{
      display:none;
  }

  .article-steps{
      display:none;
  }


    a[href]:after {
      content: none !important;
    }

  .rubriche{
      display:none;
  }

  .btn-red{
      display:none !important;
  }

  #footer-grigio{
      display:none;
  }

  .article-wrapper {
      border:0 !important;
  }

  .article_abstract {
      padding-bottom: 0 !important;
  }

  .clear{
      clear:none !important;
  }

  .link-feed{
      display:none;
  }

  .article_toolbar, .report_link{
      display: none;
  }

  .article_col_allreports{
      display:none;
  }

  .panel .collapse{
      display:block !important;
  }

  .glyphicon-backward{
      display: none !important;
  }

  footer img {
     max-width: 100px !important;
  }

  .panel-collapse{
      height:auto !important;
  }

  #references{
      display:block !important;
  }

  .article_images_print{
    display:block !important;
  }
}

.video-references{
  display:block;
  margin-bottom:8px;
}