/* --- CSS NEW  DEO 2020 --- */


@font-face {
  font-family: 'HelveticaNeue LT 45';
  src: url('../fonts/HelveticaNeueLT-Light.eot');
  src: url('../fonts/HelveticaNeueLT-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/HelveticaNeueLT-Light.svg#HelveticaNeueLTLight') format('svg'),
       url('../fonts/HelveticaNeueLT-Light.ttf') format('truetype'),
       url('../fonts/HelveticaNeueLT-Light.woff') format('woff'),
       url('../fonts/HelveticaNeueLT-Light.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Gotham-Light';
  src: url('../fonts/Gotham-Light.eot');
  src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gotham-Light.svg#GothamCondensed-Bold') format('svg'),
       url('../fonts/Gotham-Light.ttf') format('truetype'),
       url('../fonts/Gotham-Light.woff') format('woff'),
       url('../fonts/Gotham-Light.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}


@font-face {
  font-family: 'Gotham-Book';
  src: url('../fonts/Gotham-Book.eot');
  src: url('../fonts/Gotham-Book.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Gotham-Book.svg#GothamCondensed-Bold') format('svg'),
       url('../fonts/Gotham-Book.ttf') format('truetype'),
       url('../fonts/Gotham-Book.woff') format('woff'),
       url('../fonts/Gotham-Book.woff2') format('woff2');
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Gotham-Medium';
    src: url('../fonts/Gotham-Medium.eot');
    src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Medium.svg#GothamCondensed-Bold') format('svg'),
    url('../fonts/Gotham-Medium.ttf') format('truetype'),
    url('../fonts/Gotham-Medium.woff') format('woff'),
    url('../fonts/Gotham-Medium.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.eot');
    src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gotham-Bold.svg#GothamCondensed-Bold') format('svg'),
    url('../fonts/Gotham-Bold.ttf') format('truetype'),
    url('../fonts/Gotham-Bold.woff') format('woff'),
    url('../fonts/Gotham-Bold.woff2') format('woff2');
    font-style: normal;
    font-display: swap;
}

.testi-istituzionali .box_video ul{
  margin-left:0;
  padding-left:0;
}


.testi-istituzionali  #percorso_fad .red_box .box_video ul li a {
    font-size: 13px;
}

.report_topic{
  font-family: 'Gotham-Bold';
  border-left:4px solid #e8318c;
  padding-left:15px;
}

body .btn-default{
  border:2px solid #000;
  color:#000 !important;
}

body .btn-default:visited{
  border:2px solid #000;
  color:#000 !important;
}

.nav-link{
	font-family: 'Gotham-Bold';
}

.user-profile .article-wrapper{
  padding:20px;
}

.password_page{
	background:#fff;
	padding:40px;
	width:80%;
	margin:50px auto;
}

.signup_page{
	background:#fff;
	padding:40px;
}

#percorso_fad{
      padding: 0 15px;
}

#percorso_fad .red_box .box_video h4 {
    font-size: 16px;
}

#percorso_fad  .red_box .box_video p {
    font-size: 14px;
}


#percorso_fad .red_box .box_video ul li a {
    font-size: 16px;
}

#percorso_fad .blue_box .box_video h4 {
        font-size: 16px;
    text-align: left;
}

#percorso_fad  .blue_box .box_video p {
    font-size: 14px;
}


#percorso_fad .blue_box .box_video ul li a {
    font-size: 16px;
}



.blue_box{
	margin-bottom:30px;
}

.body_index .article-wrapper {
    background: #efefef;
    border-bottom: 3px solid #efefef;
}


.body_index .testi-istituzionali {
    padding: 40px;
    position: relative;
    z-index: 200;
    margin: 0 215px;
    background: #fff;
    min-height: 700px;
}

* {
  box-sizing: border-box;
}

html, body { 
    height: 100%;
    font-family: 'Gotham-Book';
}

.box_sx li strong{
	font-family: 'Gotham-Bold';
}

.body_content footer{
    padding-top:15px;
    padding-bottom:15px;
}

.body_index .footer .col-md-7 p{
  font-size:13px;
}

/* --- css page --- */
    .body_content .navbar-default .navbar-nav>li>a {
        color: #000;
        font-size: 19px;
        font-family: 'Gotham-Medium';
        transition:0.3s;
        position:relative;
    }

    .body_content .navbar-default .navbar-nav>li>a:hover:before{
        position:absolute;
        content:' ';
        border-top:4px solid #e8318c;
        top:0;
        left:15px;
        width:40px;
    }

     .body_content .navbar-nav>li {
        margin-top: 14px;
    }

    .body_content .navbar-nav>li:last-child{
        margin-top:0;
    }
/* --- css page --- */

.navbar-brand {
    padding: 10px;
}


.breadcrumb {
    background-color: transparent;
    border-radius:0;
    padding:0;
    margin:0;
}

.breadcrumb li:first-child{
    border-left:4px solid #e8318c;
    padding-left:10px;
}

.breadcrumb li{
    text-transform:uppercase;
    color:#000;
    font-family: 'Gotham-Medium';
}

.breadcrumb li a{
    text-transform:uppercase;
    color:#000;
    font-family: 'Gotham-Bold';
}

body .navbar-default{
    background: #fff;
    border-radius: 0;
    min-height: 90px;
    position: relative;
    z-index: 2000;
    -webkit-box-shadow: 0 4px 4px -3px rgba(191,191,191,0.44);
    -moz-box-shadow: 0 4px 4px -3px rgba(191,191,191,0.44);
    box-shadow: 0 4px 4px -3px rgba(191,191,191,0.44);
}

.body_index footer{
    padding-bottom:20px;
}

.body_index footer .col-md-7{
    text-align:left;
    font-size:12px;
    color:#000;
}

.body_index  footer .col-md-7 p{
    line-height:19px;
    float:left;
    padding-top: 40px;
    padding-right:5px;
}

.body_index  footer .col-md-7 img{
    max-width:110px;
    width:100%;
    float:left;
    padding-bottom:10px;
}

.body_index .footer_dx{
    text-align:right;
    font-size:12px;
    color:#fff;
    padding-top: 30px;
}

.article_block  #tab_article {
    padding-top:0;
}

.article_block .nav-tabs{
  display:none;
}

.tabcontent h2 span{
  font-size: 12px;
    color:#7d7d7d;
}

.tools{
  display:none;
}

.tools-large{
  display:none;
}

.body_content .main-content .title-page{
    text-align:center;
    font-size:40px;
}

.testi-istituzionali p{
    line-height:24px;
    font-size:17px;
}

.testi-istituzionali li{
    line-height:24px;
    font-size:17px;
}

body .testi-istituzionali{
    padding:40px;
    position:relative;
    z-index:200;
    margin: 0 215px;
}

.body_content .testi-istituzionali h1{
    text-transform:uppercase;
}

.body_index .article-wrapper{
  padding:30px;
}

.btn_congress {
    border: 3px solid #000;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    margin: 40px 0 20px 0;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    transition: 0.3s;
}

.btn_congress:hover{
  text-decoration:none;
  background:#000;
  color:#fff;
}

.navbar-toggle {
    border:0;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.collapse .navbar-nav {
    margin: 0;
}




.content_dialog{
  margin-top:30px;
  background:#fff;
  border-radius:20px;
  min-height:200px;
  padding:40px 0;
  text-align:center;
}

.article-presentation .articlecontents .internal_border{
  background:#fff;
  border:0;
  border-radius:20px;
  padding:40px;
}


.article-presentation .articlecontents .internal_border h2{
  font-family:'Gotham-Bold';
}

.testo-articolo{
  background:#fff;
}

.content-tab button{
  display:block;
}

.tabcontent{
  min-height:400px;
}

.tabcontent h2{
  padding-top: 0;
  margin-top: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 25px;
  padding-left: 28px;
}

.tabcontent h3{
  padding-top: 0;
  margin-top: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  padding-left: 28px;
}

.tabcontent h3 a{
  color:#000;
}

.tabcontent p{
  padding-left: 28px;
  margin:0;
  padding-bottom:0;
}

.tabcontent small{
  padding-left: 28px;
  display:block;
}

.btn-test {
    margin: 20px auto 0 auto;
    width: 223px;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 9px 0;
}

.user-profile .btn-test {
    margin: 20px auto 0 auto;
    width: 223px;
    max-width: 100%;
    display: block;
    text-align: center;
    padding: 9px 0;
    font-size: 12px !important;
    background:#eb187e !important;
    border:0 !important;
    font-weight:700;
}

.welcome_box h1 {
    font-family: 'Gotham-Bold';
    font-size: 35px;
    letter-spacing: 2px;
}

.welcome_box h3{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    margin-top:0;
    min-height:70px;
}

body .tablinks p {
    text-transform: none !important;
}

body .tablinks small {
    font-size: 80%;
    display: block !important;
    text-transform: none !important;
}
/* --- Tab --- */

.tablinks h4{
  font-weight:700;
}

* {box-sizing: border-box}
.content-tab .active{
  display:block;
}
.tabcontent{
  display:none;
}

/* Style the tab */
.tab {
  float: left;
  width: 30%;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  border-right:3px solid #eb187e !important;
  border-bottom:3px solid #eb187e !important;
  background:#fff;
  color: #000;
  text-transform:uppercase;
  padding: 0 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom:5px;
}

.tab button h4{
  font-size:16px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #0bd3ef;
  border-right:3px solid #0bd3ef !important;
  border-bottom:3px solid #0bd3ef !important;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #eb187e;
  color:#fff;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 35px;
  width: 70%;
  border-left: none;
  min-height: 725px;
}


/* --- CSS HIV --- */

.body_content .navbar {
    margin-bottom: 0;
}

body .testi-istituzionali .breadcrumb li{
	color:#000;
	font-weight:700;
}

body .testi-istituzionali .breadcrumb li a{
	color:#000;
	font-weight:300;
}

.testi-istituzionali form .btn-default{
  background:#000;
  border:0;
  border-radius:0;
  color:#fff;
  font-size:16px;
}

.title-page {
    text-align: center;
    color: #000;
    font-weight: 600;
    letter-spacing: 5px;
}



#cookie-bar .cb-enable {
  background: #ec2892 !important;
}


.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;

    width: 100%;
}

body {
    padding: 0;
    margin: 0;
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;

}

.body_index::before {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;

}

 .body_index footer {
    width: 100%;
    margin: auto auto 0 auto;
    min-height:50px;
    color:#fff;
    font-size:12px;
    padding-top:5px;
}

.body_index{
  background: url(../images/bg_hiv.jpg) no-repeat right center fixed;
  background-size:cover;
  margin:0;
  padding:0;
}

.body_content{
  background:#f1f1f1;
  margin:0;
  padding:20px;
}

body header{
	background:#fff;
}

body .header_sx{
	display:inline-block;
}

body .header_sx a{
  color:#000;
}

body .navbar-default h1{
	font-family: 'Gotham-Bold';
	letter-spacing:-1px;
	vertical-align:middle;
	float:left;
    font-size: 34px;
    color:#000;
}

.dropdown .icon_menu{
    max-width: 50px;
    width:100%;
}

.dropdown-menu{
    border:0;
}

.dropdown-menu li a{
    padding:10px;
}

.title_fad {
    text-transform: uppercase;
    font-size: 21px;
    line-height: 25px;
    padding-top: 17px;
}

body .logo_hiv {
    max-width: 400px;
    width: 100%;
    padding: 0 15px;
    float: left;
    vertical-align: middle;
}

.content-login{
    padding:25px;
}

.date_congress{
    font-size:22px;
    text-transform:uppercase;
    font-weight:500;
    font-family: 'Gotham-Book';
}

.content-login h1{
	font-family: 'Gotham-Medium';
	color:#000;
    font-size: 50px;
	display:block;
}

.content-login h1 strong{
	font-family: 'Gotham-Bold';
	color:#dc146c;
	font-size: 50px;
}

.content-login h1 span{
    color:#acacac;
}

.content-login h2 {
    font-family: 'Gotham-Bold';
    color: #000;
    font-size: 21px;
    padding-top: 60px;
}
.content-login h2 span{
    color:#dc146c;
}

.content-login .box_sx ul{
    margin:0;
    padding:0;
}

.content-login .box_sx ul li{
    list-style:none;
    font-size: 16px;
}

.form-login{
    font-family: 'Gotham-Book';
}

.form-login h3{
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding-top: 45px;
    font-family: 'Gotham-Bold';
}

.form-login h3 span{
    font-size: 36px;
}

.form-login .new_user{
    text-align:center;
    color: #fff;
    font-size: 24px;
    padding-top: 50px;
    padding-bottom: 24px;
    font-family: 'Gotham-Book';
}

.form-login .new_user strong a{
    color:#fff;
    font-family: 'Gotham-Bold';
}

.form-login ul li{
	font-family: 'Gotham-Bold';
	color:#000;
}

.form-login ul li a{
	color:#fff;
}

.form-login form .form-control{
	border:0;
	border-radius:30px;
	box-shadow:none;
	color:#000;
	width:55%;
    margin:0 auto 15px auto;
    display:block;
    padding:25px 20px;
}

.form-login .bottom_login{
    width:52%;
    margin:0 auto;
}

.form-login .bottom_login button{
    border:3px solid #fff;
    background:transparent;
    border-radius:35px;
    text-transform:uppercase;
    width: 100px;
    padding:10px 0;
    float:left;
    transition:0.3s;
    font-size:14px;
}

.form-login .bottom_login button:hover{
    background:#e8318c;
}

.form-login .bottom_login .forgot {
    display: block;
    color: #fff;
    padding: 10px 0 0 3px;
    
    clear: both;
}

.form-login .link_bottom {
    width: 91%;
    margin: 0 auto;
    text-align: center;
    padding: 35px 0;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.form-login .link_bottom a{
    color:#fff;
    font-family: 'Gotham-Bold';
    transition:0.3s;
}



.form-login .credits{
    width:40%;
    margin:0 auto;
}

.form-login .credits span {
    border: 3px solid #fff;
    border-radius: 35px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Gotham-Bold';
    font-size: 19px;
    padding: 10px 0;
}

.form-login form .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#000;
  opacity: 1; /* Firefox */
}

.sponsor .col-xs-12{
	text-align:right;
	padding-left:45px;
	padding-top:10px;
	padding-bottom:5px;
}

.sponsor .col-xs-12 img{
	max-width:90px;
	width:100%;
	vertical-align:middle;
  margin-bottom:20px;
}

.body_content .article-wrapper {
  padding-top:0;

}

.body_content .interview_non_ecm .col-md-8 .row h3{
  color:#000;
  font-size:20px;
  margin:0;
  padding:10px 0 0 0;
}

.body_content .interview_non_ecm .col-md-8 .row p{
  font-size:11px;
}

.body_content .interview_non_ecm .col-md-4 li{
    font-size: 15px;
}

.body_content .testi-istituzionali h2{
	 font-family: 'Gotham-Bold';
}

.body_content .interview_non_ecm h3{
	font-family: 'Gotham-Bold';
	color:#666;
}

.body_content .interview_non_ecm h4{
  font-family: 'Gotham-Medium';
  color:#000;
  padding-left:15px;
}

.body_content .interview_non_ecm .col-md-8{
	padding-left:0;
}

.body_content .interview_non_ecm .col-md-8 ul{
    margin:0 0 30px 0;
    padding:0 0 15px 15px;
    border-bottom:3px solid rgba(0,0,0,0.15);
}

.body_content .interview_non_ecm .col-md-8{
    padding-right:30px;
}

.body_content .interview_non_ecm .col-md-4 h3{
    text-align: right;
    border-bottom: 4px solid #000;
    padding-bottom: 10px;
    font-family: 'Gotham-Bold';
    margin-bottom: 22px;
}

.body_content .interview_non_ecm .col-md-4 ul{
    padding:0;
    margin:0;
}

.body_content .interview_non_ecm .col-md-4 li{
    list-style:none;
    text-align:left;
    margin:0 0 15px 0;
    padding:0;
}

.body_content .interview_non_ecm .col-md-4 li a{
    color:#000;
}

    /*--- end CSS HIV --- */


.fancybox-wrap{
   z-index: 10000 !important;
}


.viewer-container{
  z-index:20000 !important;
}


body p{
    font-family: 'Gotham-Book';
    font-weight:300;
    line-height: 24px;
    font-size: 17px;
}

body li{
    font-family: 'Gotham-Book';
    font-weight:300;
    line-height: 24px;
}

body a{
    outline:none;
}

body h1{
    font-family: 'Gotham-Book';
}

body h2{
    font-family: 'Gotham-Book';
}

body h3{
    font-family: 'Gotham-Book';
}

body h4{
    font-family: 'Gotham-Book';
}

.nav-tabs {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid #efefef;
    font-size:16px;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    border-bottom:3px solid #eb187e;
    border-top:0;
    border-left:0;
    border-right:0;
}

.nav-tabs>li>a {
    color:#000;
}

.article_body{
    margin:30px auto;
}



.body_content .main-content .article-presentation .article_body .articlecontents .textual_contents h3{
  margin-bottom:30px;
}


.body_content .main-content .article-presentation .article_body .articlecontents .textual_contents{
  min-height:600px;
}

.article-presentation .article_body .sidebuttons ul{
    background:#333;
    min-height:600px;
}

/* --- css article --- */

.article_block{
	padding:0 50px 50px 20px;
}

.col_dx{
	padding-top:30px;
}

.col_dx h1{
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 0 10px 15px;
  margin: 20px 0;
  border-left:3px solid #0bd3ef;
  border-bottom:3px solid #0bd3ef;
}

.col_dx ul{
	margin:0;
	padding:0 0 0 15px;
}

.col_dx ul li{
	list-style:none;
	margin-bottom:10px;
}

.col_dx ul li a{
	color:#000;
	font-size:16px;
}

.col_dx p{
	padding:20px 0;
	font-size:12px;
}

.sfondo-title-article h1{
    color:#000;
    font-weight:200;
    padding:30px 0 0 0;
    margin:0 0 10px 0;
    font-weight:700;
}


.sfondo-title-article a{
    color:#2a6cff;
}

.authors-box{
    width:80%;
    margin:0 auto;
}

.round-icon img{
  width:20%;
  margin:15px auto;
  display:block;
}

.step{
  margin:0 auto;
  display:block;
  width:100%;
}

.article-steps > .step > div > .arrow {
    background: #44b5dd none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px !important;
    height: 20px;
    margin: 0 26px 0 0;
    padding: 1px 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.article-steps > .step > div > .article-steps-next {
    background:#44B5DD;
    color: #fff;
    display: block;
    float: left;
    font-size: 13px;
    height: 20px;
    margin: 0 25px 0 0;
    padding: 1px 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.article-steps > .step > div > .article-steps-next::before{
    border-color: #44b5dd #44b5dd #44b5dd transparent;
    border-style: solid;
    border-width: 10px 0 10px 11px;
    content: "";
    left: -11px;
    margin-top: -1px;
    position: absolute;
}

.article-steps > .step > div > .article-steps-next::after {
    border-bottom: 10px solid transparent;
    border-left: 11px solid #44b5dd;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
}

.article-steps > .step > div > .article-steps-done {
  background: #077198 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 20px;
    margin: 0 25px 0 0;
    padding: 1px 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.article-steps > .step > div > .article-steps-done::before{
    border-color: #077198 #077198 #077198 transparent;
    border-style: solid;
    border-width: 10px 0 10px 11px;
    content: "";
    left: -11px;
      margin-top: -1px;
    position: absolute;
}

.article-steps > .step > div > .article-steps-done::after {
    border-bottom: 10px solid transparent;
    border-left: 11px solid #077198;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
}


/* --------------------------------

Basic Style

-------------------------------- */
.cd-multi-steps {
  width: 90%;
  max-width: 768px;
  padding: 0.5em 1em;
  margin: 1em auto;
  background-color: #edeff0;
  border-radius: .25em;
}

.cd-multi-steps:after {
  content: "";
  display: table;
  clear: both;
}

.cd-multi-steps li {
  display: inline-block;
  float: left;
  margin: 0.5em 0;
}

.cd-multi-steps li::after {
  /* this is the separator between items */
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #959fa5;
}


.cd-multi-steps li:last-of-type::after {
  /* hide separator after the last item */
  display: none;
}


.cd-multi-steps li > * {
  /* single step */
  display: inline-block;
  font-size: 1.4rem;
  color: #2c3f4c;
}


.cd-multi-steps li.current > * {
  /* selected step */
  color:  #eb187e;
}


.no-touch .cd-multi-steps a:hover {
  /* steps already visited */
  color:  #eb187e;
}

.cd-multi-steps.custom-separator li::after {
  /* replace the default arrow separator with a custom icon */
  content: '';
  height: 16px;
  width: 16px;
  background: url(../img/cd-custom-separator.svg) no-repeat center center;
  vertical-align: middle;
}

.cd-multi-steps.custom-icons li > *::before {
  /* add a custom icon before each item */
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: .4em;
  margin-top: -2px;
  background: url(../img/cd-custom-icons-01.svg) no-repeat 0 0;
  vertical-align: middle;
}

.cd-multi-steps.custom-icons li:not(.current):nth-of-type(2) > *::before {
  /* change custom icon using image sprites */
  background-position: -20px 0;
}

.cd-multi-steps.custom-icons li:not(.current):nth-of-type(3) > *::before {
  background-position: -40px 0;
}

.cd-multi-steps.custom-icons li:not(.current):nth-of-type(4) > *::before {
  background-position: -60px 0;
}

.cd-multi-steps.custom-icons li.current:first-of-type > *::before {
  /* change custom icon for the current item */
  background-position: 0 -20px;
}

.cd-multi-steps.custom-icons li.current:nth-of-type(2) > *::before {
  background-position: -20px -20px;
}

.cd-multi-steps.custom-icons li.current:nth-of-type(3) > *::before {
  background-position: -40px -20px;
}

.cd-multi-steps.custom-icons li.current:nth-of-type(4) > *::before {
  background-position: -60px -20px;
}

@media only screen and (min-width: 100px) {
  .cd-multi-steps {
    padding: 0 1.2em;
  }
  .cd-multi-steps li {
    margin: 1.2em 0;
  }
  .cd-multi-steps li::after {
    margin: 0 1em;
  }
  .cd-multi-steps li > * {
    font-size: 1.6rem;
  }
}



@media only screen and (min-width: 100px) {
  .no-touch .cd-breadcrumb.triangle.custom-icons li:first-of-type a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:first-of-type em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:first-of-type a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:first-of-type em::before {
    /* change custom icon using image sprites - hover effect or current item */
    background-position: 0 -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(2) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(2) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(2) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(2) em::before {
    background-position: -20px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(3) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(3) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(3) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(3) em::before {
    background-position: -40px -40px;
  }
  .no-touch .cd-breadcrumb.triangle.custom-icons li:nth-of-type(4) a:hover::before, .cd-breadcrumb.triangle.custom-icons li.current:nth-of-type(4) em::before, .no-touch .cd-multi-steps.text-center.custom-icons li:nth-of-type(4) a:hover::before, .cd-multi-steps.text-center.custom-icons li.current:nth-of-type(4) em::before {
    background-position: -60px -40px;
  }
}
/* -------------------------------- 

Multi steps indicator 

-------------------------------- */
@media only screen and (min-width: 100px) {
  .cd-multi-steps {
    /* reset style */
    background-color: transparent;
    padding: 0;
    text-align: center;
  }

  .cd-multi-steps li {
    position: relative;
    float: none;
    margin: 0.4em 40px 0.4em 0;
  }
  .cd-multi-steps li:last-of-type {
    margin-right: 0;
  }
  .cd-multi-steps li::after {
    /* this is the line connecting 2 adjacent items */
    position: absolute;
    content: '';
    height: 4px;
    background: #edeff0;
    /* reset style */
    margin: 0;
  }
  .cd-multi-steps li.visited::after {
    background-color: #077198;
  }
  .cd-multi-steps li > *, .cd-multi-steps li.current > * {
    position: relative;
    color: #000;
  }

  .cd-multi-steps.custom-separator li::after {
    /* reset style */
    height: 4px;
    background: #edeff0;
  }

  .cd-multi-steps.text-center li::after {
    width: 100%;
    top: 50%;
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-1px);
    -moz-transform: translateY(-50%) translateX(-1px);
    -ms-transform: translateY(-50%) translateX(-1px);
    -o-transform: translateY(-50%) translateX(-1px);
    transform: translateY(-50%) translateX(-1px);
  }
  .cd-multi-steps.text-center li > * {
    z-index: 1;
    padding: .6em 1em;
    border-radius: .25em;
    background-color: #edeff0;
  }
  .no-touch .cd-multi-steps.text-center a:hover {
    background-color: #2c3f4c;
  }
  .cd-multi-steps.text-center li.current > *{
    color: #ffffff;
    background-color:#000;
  }
}



.testo-articolo p{
    color: #000;
     font-family: 'HelveticaNeue LT 45';
     font-size:16px;
     line-height:26px;
}

.testo-articolo li{
    color: #000;
     font-family: 'HelveticaNeue LT 45';
     font-size:16px;
     line-height:26px;
}

.usernotes{
    display:none; 
    position:fixed; 
    bottom:0; 
    right:0; 
    background:#666; 
    z-index:1000;
}

.content-usernotes{
    color:#fff; 
    line-height:34px;
}


.tools{
    background: #3B4A56;
    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: #fff;
    width:40px;
    height:40px;
    display:block;
    text-align:center;
    line-height:40px;
    font-size:20px !Important;
    color:#077198 !important;
    border-radius: 50%;
}

.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;
}



/* --- css slider case --- */
 .bx-wrapper .bx-pager, .index3 .bx-wrapper .bx-controls-auto {

    right: 0;
    width: 5px;
    top: 20px;
}

.text small {
    font-size: 80%;
    line-height: 18px;
    display: block;
}
.bx-wrapper{
    position:relative;

    padding:0;
    *zoom:1;
    -ms-touch-action:pan-y;
    touch-action:pan-y
    }


    .bxslider{
        margin:0;
        padding:0
    }
    
    ul.bxslider{
        list-style:none
    }

    .bx-viewport{
        -webkit-transform:translatez(0)
    }

    .bx-wrapper .bx-controls-auto,.bx-wrapper .bx-pager{
        position:absolute;
        bottom:-30px;
        width:100%;
    }

    .bx-wrapper .bx-loading{
        min-height:50px;
        height:100%;
        width:100%;
        position:absolute;
        top:0;
        left:0;
        z-index:2000
    }

    .bx-wrapper .bx-pager{
        text-align:center;
        font-size:.85em;
        font-family:Arial;
        font-weight:700;
        color:#666;
        padding-top:20px
    }

    .bx-wrapper .bx-pager.bx-default-pager a{
        background:#666;
        text-indent:-9999px;
        display:block;
        width:10px;
        height:10px;
        margin:0 5px;
        outline:0;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px
    }
    .bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:focus,.bx-wrapper .bx-pager.bx-default-pager a:hover{
        background:#000
    }
    .bx-wrapper .bx-controls-auto .bx-controls-auto-item,.bx-wrapper .bx-pager-item{
        display:inline-block;
        *zoom:1;
        *display:inline
    }
    
    .bx-wrapper .bx-pager-item{
        font-size:0;
        line-height:0
    }

    .bx-wrapper .bx-prev{
        bottom:-31px;
        right:10px;
        background:url(../images/controls.png) no-repeat 4px -21px;
        background-size:203%;
        transform: rotate(90deg);
    }

    .bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{
        background-position:0 0
    }

    .bx-wrapper .bx-next{
        right:10px;
        bottom: -56px;
        background:url(../images/controls.png) no-repeat -26px -21px;
        background-size:203%;
        transform: rotate(90deg);
    }

    .bx-wrapper .bx-prev:focus,.bx-wrapper .bx-prev:hover{
        background-position:4px -21px;
    }

    .bx-wrapper .bx-next:focus,.bx-wrapper .bx-next:hover{
        background-position:-26px -21px;

    }

    .bx-wrapper .bx-controls-direction a{
        position:absolute;
        outline:0;
        width:32px;
        height:32px;
        text-indent:-9999px;
        z-index:9999
    }

    .bx-wrapper .bx-controls-direction a.disabled{
        display:none
    }

    .bx-wrapper .bx-controls-auto{
        text-align:center
    }

    .bx-wrapper .bx-controls-auto .bx-start{
        display:block;
        text-indent:-9999px;
        width:10px;
        height:11px;
        outline:0;
        background:url(../images/controls.png) -86px -11px no-repeat;
        margin:0 3px
    }

    .bx-wrapper .bx-controls-auto .bx-start.active,.bx-wrapper .bx-controls-auto .bx-start:focus,.bx-wrapper .bx-controls-auto .bx-start:hover{
        background-position:-86px 0
    }

    .bx-wrapper .bx-controls-auto .bx-stop{
        display:block;
        text-indent:-9999px;
        width:9px;
        height:11px;
        outline:0;
        background:url(../images/controls.png) -86px -44px no-repeat;
        margin:0 3px
    }

    .bx-wrapper .bx-controls-auto .bx-stop.active,.bx-wrapper .bx-controls-auto .bx-stop:focus,.bx-wrapper .bx-controls-auto .bx-stop:hover{
        background-position:-86px -33px
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager{
        text-align:left;
        width:80%
    }

    .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto{
        right:0;
        width:35px
    }

    .bx-wrapper .bx-caption{
        position:absolute;
        bottom:0;
        left:0;
        background:#666;
        background:rgba(80,80,80,.75);
        width:100%
    }

    .bx-wrapper .bx-caption span{
        color:#fff;
        font-family:Arial;
        display:block;
        font-size:.85em;
        padding:10px
    }

.welcome_page{
    background: #fff;
    min-height: 640px;
}

.welcome_page .row{
    padding: 20px;
}

.welcome_page .ecm_feed{
    padding: 0 135px 30px 135px;
}

.welcome_page .ecm_feed h2{
    text-align:center;
    font-family: 'Gotham-Bold';
    color:#5e5d5d;
    font-size:45px;
    margin-top: 60px;
}

.red_box{
    background:url(../images/bg_aids_2020.png) no-repeat;
    background-size:cover;
    margin-top:30px;
    min-height: 570px;
}


.red_box h3{
    color:#fff;
    font-family: 'Gotham-Bold';
    text-align:center;
    font-size:45px;
    padding-top:20px;
    padding-bottom: 40px;
}

.red_box .box_video{
    margin-bottom:25px;
    padding:0 25px;
}

.red_box .box_video .foto{
    display:block;
    float:left;
    max-width:130px;
    width:100%;
    margin-right:20px;
    margin-bottom:5px;
}

.red_box .box_video h4{
    font-family: 'Gotham-Bold';
    color:#fff;
    text-transform:uppercase;
    font-size:24px;
    margin:0;
    padding:10px 0 0 0;
}

.red_box .box_video p{
    font-family: 'Gotham-Book';
    color:#fff;
    font-size: 20px;
    margin:0;
    padding:0;
}

.red_box .box_video small{
    color:#fff;
    font-size:14px;
}

.red_box .box_video ul li{
    color:#fff;
    display:inline-block;
}

.red_box .box_video hr{
    margin:5px 0;
    padding:0;
    clear:both;
}

.red_box .box_video ul li a{
    color:#fff;
    font-family: 'Gotham-Bold';
    text-transform:uppercase;
    font-size: 17px;
    letter-spacing:2px;
}


.blue_box{
    background:url(../images/bg_blue.png) no-repeat;
    background-size:cover;
    margin-top:30px;
    min-height: 570px;
}

.blue_box h3{
    color:#fff;
    font-family: 'Gotham-Bold';
    text-align:center;
    font-size:45px;
    padding-top:20px;
    padding-bottom:0;
}

.blue_box h4{
    color:#fff;
    font-family: 'Gotham-Medium';
    text-align:center;
    font-size:35px;
    padding-top:0;
    padding-bottom: 40px;
}


.blue_box .box_video{
    margin-bottom:25px;
    padding:0 25px;
}

.blue_box .box_video .foto{
    display:block;
    float:left;
    max-width:130px;
    width:100%;
    margin-right:20px;
    margin-bottom:5px;
}

.blue_box .box_video h4{
    font-family: 'Gotham-Bold';
    color:#fff;
    text-transform:uppercase;
    font-size:24px;
    margin:0;
    padding:10px 0 0 0;
}

.blue_box .box_video p{
    font-family: 'Gotham-Book';
    color:#fff;
    font-size: 20px;
    margin:0;
    padding:0;
}

.blue_box .box_video small{
    color:#fff;
    font-size:14px;
}

.blue_box .box_video ul li{
    color:#fff;
    display:inline-block;
}

.blue_box .box_video hr{
    margin:5px 0;
    padding:0;
    clear:both;
}

.blue_box .box_video ul li a{
    color:#fff;
    font-family: 'Gotham-Bold';
    text-transform:uppercase;
    font-size: 17px;
    letter-spacing:2px;
}


.welcome_page .welcome_box .text{
    width: 80%;
}

.welcome_page .welcome_box .text p {
    font-size: 17px;
}

.welcome_page .welcome_box .board h2{
    font-family: 'Gotham-Bold';
    text-align:center;
    padding-top:15px;
    font-size:25px;
    color:#000;
}

.welcome_page .welcome_box .board{
    width: 80%;
}

.welcome_page .welcome_box .board hr {
    border-top: 3px solid #000;
}

.welcome_page .welcome_box .board .list-inline li .foto{
    margin:0 auto;
    max-width:100px;
    width:100%;
}

.welcome_page .welcome_box .board .list-inline li{
    text-align:center;
        padding: 0 4px;
    font-family: 'Gotham-Book';
}

.welcome_page .welcome_box .board small {
    font-size: 77%;
    line-height: 15px;
    display: block;
}

.welcome_page .welcome_box .board .list-inline li p{
    margin: 0;
    padding: 10px 0 0 0;
    font-size: 16px;
}

.welcome_page .box_dx .box_congress{
    margin-top:50px;
    display:block;
}

.case_box{
    background:#fff;
    padding:10px;
    margin-bottom:5px;
}

.info_case_home{
    float:left;
}

.case_box .info_case_home h3{
    font-size:20px;
    color:#000;
    margin:0;
    padding:0;
}

.case_box .info_case_home p {
    font-size: 11px;
    padding-bottom: 20px;
    color: #000;
    max-width: 275px;
    width:100%;
    line-height: 17px;
}


.case_box .info_case_home a{
    font-size:12px;
    padding:5px;
    border:2px solid #000;
    text-transform:uppercase;
    color:#000 !important;
}

.box_dx h2{
    font-size: 30px;
    color: #000;
    font-family: 'Gotham-Bold';
    text-align:right;
}

.box_dx h2 span{
    font-size: 25px;
}


.box_dx h3{
  font-weight:700;
  font-size: 16px;
}


.box_bottom .last_number {
    background: #fff;
    padding: 15px 20px 36px 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box_bottom .last_number{
    background:#fff;
    padding:20px 20px 30px 20px;
}

.box_bottom .last_number .vetrino{
  margin:5px 0;
  position:relative;
  z-index:0;
}

.box_bottom .last_number .vetrino a{
  position:relative;
  z-index:0;
  display:block;
}


.box_bottom .last_number .vetrino a:before{
    content:'';
    background:rgba(0,0,0,0.6);
    width:100%;
    height:100%;
    position:absolute;
    z-index:100;
    top:0;
    left:0;
    right:0;
}

.box_bottom .last_number .vetrino .number{
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    color:#fff;
    border:2px solid #fff;
    border-radius:50%;
    position:absolute;
    top: 15%;
    left: 35px;
    z-index:200;
    text-align:center;
    font-weight:600;
    font-size:18px;
    font-family: 'Josefin Sans', sans-serif;
}

.box_bottom .last_number h3{
    margin:10px 0 25px 0 !important;
    padding:0 !important;
    font-size:16px;
}

.box_bottom h2{
    font-size:25px !important;
    text-transform:uppercase;
    color:#4b4b4b !important;
    font-family: 'Josefin Sans', sans-serif;
}

.user_nav{
    background:#c2414f;
    min-height:50px;
}

.logged{
    background:#fff;
    min-height:100px;
}

.logged .title-home h2{
    font-size: 22px !important;
    padding: 0;
    text-align: right;
    margin-bottom:0;
}

.logged .title-home h3{
    font-size: 19px !important;
    padding: 0;
    text-align: right;
    margin-top:0;
}

.article-wrapper {
    padding: 40px 0;
    min-height: 768px;
}

.login-box-body .forgot{
    color:#000 !important;
}

/* --- login page --- */



.box_indication{
    background:#b62b30;
    padding:25px 80px 25px 20px;
    color:#fff;
    margin-top:20px;
    position:relative;
    z-index:0;
}

.box_indication:before{
    position: absolute;
    z-index: 100;
    left: -30px;
    top: 0;
    border-left: 16px solid #333;
    content: ' ';
    display: block;
    width: 10px;
    min-height: 233px;
}

.box_indication h4{
    text-transform:uppercase;
    font-family: 'Josefin Sans', sans-serif;
}

.box_indication ul{
    margin:0 0 0 15px;
    padding:0;
}




/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#tab_article{
    padding-top:3%;
}

.button-deo{
background:#c36059;
color:#fff !important;
}

.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;
}

.fa-search{
    background:#D1626F !important;
}

.language{
    padding-right:5px;
}

.feedback{
    margin:20px 0 0 0 !important;
    padding:5px 10px !important;
    border-radius:5px;
    background:rgba(255,255,255,0.7);
}

.how-register h2{
    color:#91012F;
}

.rubriche img{
    max-height:200px;
}

li{
    font-family: 'Gotham-Book';
}

.arrow{
    font-size:22px !important;
}

.come{
    color:#c36059 !important
}


.tooltip{
    width:200px !important;
}

.tooltip.top .tooltip-inner {
    background:rgba(0,0,0,0.8);
}

.country{
    background:#F7F7F7;
}

.country h3{
    padding-top:3%;
}


.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 !important;
    font-weight:100;
}

.navbar-grey{
    background:#efefef;
    margin-top:0 !important;
}

.navbar-grey li{
    border-bottom:1px solid #fff;
}

.navbar-white li{
    border-bottom:1px solid #efefeff;
}


/* ---------------- inizio css RCK ------------------ */
blockquote{
    border-left-color: #999;
}

.well h2{
    margin-top:0;
    font-size:22px !important;
}


/* 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 {
    padding: 40px 35px;
}

.article_abstract p{
	font-weight:400;
}

.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;
}

.step{
  margin:0 auto;
  display:block;
  width:100%;
  max-width:762px;
}

.article-steps > .step > div > .arrow {
  background: #44b5dd none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px !important;
    height: 20px;
    margin: 0 26px 0 0;
    padding: 1px 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.article-steps > .step > div > .article-steps-next {
    background:#44B5DD;
    color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 20px;
    margin: 0 25px 0 0;
    padding: 1px 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.article-steps > .step > div > .article-steps-next::before{
    border-color: #44b5dd #44b5dd #44b5dd transparent;
    border-style: solid;
    border-width: 10px 0 10px 11px;
    content: "";
    left: -11px;
    margin-top: -1px;
    position: absolute;
}

.article-steps > .step > div > .article-steps-next::after {
    border-bottom: 10px solid transparent;
    border-left: 11px solid #44b5dd;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
}

.article-steps > .step > div > .article-steps-done {
  background: #077198 none repeat scroll 0 0;
    color: #fff;
    display: block;
    float: left;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
    height: 20px;
    margin: 0 25px 0 0;
    padding: 1px 7px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.article-steps > .step > div > .article-steps-done::before{
    border-color: #077198 #077198 #077198 transparent;
    border-style: solid;
    border-width: 10px 0 10px 11px;
    content: "";
    left: -11px;
      margin-top: -1px;
    position: absolute;
}

.article-steps > .step > div > .article-steps-done::after {
    border-bottom: 10px solid transparent;
    border-left: 11px solid #077198;
    border-top: 10px solid transparent;
    content: "";
    position: absolute;
    right: -11px;
    top: 0;
}






/* ---------------- 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;
}


.clear{
    clear:both;
}

.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;
}



/* ------------------ 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;
}

.tab-pane h2{
    padding:2% 0 !important;
    font-size:24px;
    color:#000;
    font-weight:700;
}

.article_abstract headline{
    margin-top:2%;
    padding-bottom:1%;
    font-weight:600;
    clear:both;
    display:block;
}

.testo-articolo {
    margin-bottom: 0 !Important;
    margin-top: 20px;
}
.article-wrapper{
    background:#fff;
    border-bottom: 3px solid #efefef;
}
.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;
}

.topmenu .navbar{
  margin-bottom:0 !important;
}

.topics{
    color:#D1626F;
}

.current{
    color:#D1626F;
}





/* ---------------- 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-share-alt, .fa-search{
    background:#484848;
    color:#fff;
    font-size:20px !important;
    text-align:center;
    padding:10px;
    margin:0 !important;
    cursor:pointer;
}

.fa-share-alt:hover{
    color:#fff;
    text-decoration:none;
}


#accordion h2{
    font-size:30px !important;
}


.rubriche h4{
    padding-top:37px;
    padding-bottom:55px;
    text-align:center;
    font-size:36px;
    font-family: 'Josefin Sans', 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;
}


/* ABOUT SECTION
================================================== */
.about-section {
    font-family:'Lato',sans-serif;
    color:#7f8c8d;
    background:#fff;
}


.big-background .big-background-container {
    width:830px;
    max-width:100%;
    display:inline-block;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%)
}

.big-background-title {
    font-family:'Raleway',sans-serif;
    font-size:78px !important;
    color: #fff;
    font-weight:300;
    text-transform:uppercase;
    text-align:center;
    margin-bottom:22px;
    padding-top:20px;
    display:inline-block;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:top center
}

.about-section-title {
    font-family:'Raleway',sans-serif;
    font-size:40px;
    color:#fff;
    padding:0 !important;
    margin:0 !important;
    background-attachment:scroll;
    background-repeat:repeat-x;
    background-position:center center;
    text-transform:uppercase
}

a.big-background-btn {

    text-decoration:none;
    color:#fff !important;
    background:rgba(255,255,255,0.3);
    border:2px solid #fff;
    padding:10px 14px;
    cursor:pointer;
    letter-spacing:2px;
    text-align:center;
    display:inline-block;
    -webkit-transition:.4s background ease;
    -moz-transition:.4s background ease;
    -o-transition:.4s background ease;
    transition:.4s background ease;
    font-family:'Raleway',sans-serif;
}

.big-background-btn:hover {
    color:#fff;
    background:rgba(255,255,255,0.20)
}

.pattern {
    background:rgba(0,0,0,0.85) url(../images/pattern.png) repeat scroll !Important;
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0
}

.divider {
    background-image:url(../images/divider.png);
    display:block;
    width:300px;
    height:35px;
    margin:10px auto
}

.big-background-default-image {
    background:url(../images/sunset.jpg);
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    width:100%;
    height:100%;
    z-index:0;
    backface-visibility:hidden
}

#evaluation_form dt {
    margin-top:20px;
}

#evaluation_form label {
    font-weight: normal !important;
    margin-bottom:5px;
}

.body_index .col-sm-offset-3 .form-control{
  border-radius:35px;
    border:3px solid #000;
    padding:15px;
}

.btn-primary{
    background:#000;
    border:0;
    border-radius:35px;
    font-size:18px;
    transition:0.3s;
}

.btn-primary:hover{
    background:#ccc;
}

@media screen and (min-width: 1280px) and (max-width: 1400px){
  .body_content .testi-istituzionali {
    margin: 0 110px;
  }

  .welcome_page .welcome_box .board small {
    font-size: 70%;
  }

  #percorso_fad .red_box .box_video ul li a {
    font-size: 15px;
  }

  #percorso_fad .red_box .box_video h4 {
    font-size: 14px;
  }

	.body_index .testi-istituzionali {
    margin: 0 75px;
  }

	.form-login .bottom_login {
	    width: 54%;
	}

	.form-login form .form-control {
    width: 61%;
  }

	.navbar-brand {
    padding: 4px 10px 10px 10px;
  }

	body .navbar-default {
    min-height: 75px;
  }

	body .logo_hiv {
    max-width: 365px;
  }

	.content-login h1 {
	    font-size: 38px;
	}

	.content-login h1 strong {
	    font-size: 34px;
	}

  .date_congress {
    font-size: 15px;
  }

	.form-login h3 {
    font-size: 34px;
    padding-top:0;
	}

	.form-login h3 span {
    font-size: 28px;
  }

  .form-login .link_bottom {
    font-size: 15px;
  }

  .form-login .new_user {
    font-size: 20px;
    padding-top: 45px;
  }

  .content-login h2 {
    padding-top: 45px;
  }

  .content-login .box_sx ul li {
    font-size: 14px;
    line-height: 20px;
  }
}

@media screen and (max-width: 812px) and (orientation: landscape){
	  	  .body_index .testi-istituzionali {
		    margin: 0;
		}

		body .testi-istituzionali .breadcrumb li {
		    font-size: 13px;
		}


		.body_content .testi-istituzionali {
		    padding: 40px;
		    margin: 0;
		}

	  .welcome_page .welcome_box .text {
      width: 100%;
    }

    .welcome_page .welcome_box .text p {
      font-size: 16px;
    }

    .welcome_page .welcome_box .board {
      width: 100%;
    }

    .welcome_page .welcome_box .board .list-inline li {
      width: 100%;
      margin-top:10px;
    }

    .box_dx h2 {
	    border-top:2px solid #000;
	    margin-top:15px;
	    padding-top:15px;
	    text-align: center;
    }

    .welcome_page .ecm_feed {
      padding: 0;
    }

    .welcome_page .ecm_feed .red_box .box_video h4 {
      font-size: 18px;
    }


		.welcome_page .ecm_feed .red_box .box_video p {
		    font-size: 13px;
		}


		.welcome_page .ecm_feed .red_box .box_video small {
		    font-size: 11px;
		}

		.welcome_page .ecm_feed .red_box .box_video .list-inline li a {
      font-size: 12px;
    }

    .body_index {
        background: linear-gradient(to top, rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(../images/bg_hiv.jpg) no-repeat center center fixed;
        background-size: cover;
        margin: 0;
        padding: 0;
    }

    .date_congress {
        font-size: 13px;
    }

    .content-login h1 {
        font-size: 35px;
    }

    .content-login h1 strong {
        font-size: 32px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-right {
        background: #fff;
    }

    .navbar-default .navbar-toggle {
        margin-top: 18px;
    }

    .navbar-collapse{
        margin-top:30px;
    }

    .form-login h3 {
        color: #000;
    }

    .form-login .new_user {
        color: #000;
    }

    .form-login .new_user strong a {
        color: #000;
    }

    .form-login form .form-control {
        background: #efefef;
    }

    .form-login .bottom_login button {
        border: 3px solid #000;
        color: #000;
        font-size: 14px;
    }

    .form-login .bottom_login .forgot {
        color: #000;
    }

    .form-login .link_bottom {
        color: #000;
        font-size: 18px;
    }

    .form-login .link_bottom a {
        color: #000;
    }

    .form-login .credits span {
        border: 3px solid #000;
        color: #000;
        font-size: 16px;
    }

    .body_index .footer_dx {
        text-align: center;
        font-size: 12px;
        color: #000;
        padding-bottom: 20px;
    }

    .body_index footer .col-md-7 {
        color: #000;
        width: 67%;
        margin: 0 auto;
        display: block;
        float: none;
    }

}

@media screen and (max-width: 812px) and (orientation: portrait){
	  .body_index .testi-istituzionali {
		    margin: 0;
		}

		body .testi-istituzionali .breadcrumb li {
		    font-size: 13px;
		}

	  .body_content .textual_contents a{
	  	color:#000 !important;
	  	background:#fff;
	  }

	  .article-presentation .article_body .articlecontents .textual_contents a {
    color: #000 !important;
    text-decoration: underline;
}

	  .body_content .main-content .article-presentation .article_body .articlecontents .textual_contents .btn-default:visited {
	  	color:#000 !important;
	  	background:#fff;
	  }

	  .body_content .content_dialog h1{
      font-size:20px;
	  }

	  .body_content .content_dialog .btn-red{
	  	font-size:13px;
	  } 

	  .body_content .textual_contents p{
      font-size:15px;
      line-height:22px;
	  }

	  .body_content .form_question .radio label, .checkbox label {
	    font-size: 15px;
	    line-height: 20px;
    }

    .body_content .form_question .alert-danger {
	    font-size: 15px;
	    line-height: 20px;
    }

		.article-presentation .articlecontents .internal_border h2 {
			font-size: 18px;
		}

		.body_content .main-content .article-presentation .article_body .articlecontents .textual_contents h3 {
      font-size: 17px;
    }

		.well {
			font-size: 15px;
			line-height: 20px;
		}

	  .article-presentation .article_body .articlecontents .textual_contents {
	    padding: 15px;
	    margin: 0;
    }

	  .body_content .testi-istituzionali h2{
	  	font-size:17px;
	  }

	  .body_content .testi-istituzionali h3{
	  	font-size:17px;
	  }

	  .body_content .testi-istituzionali li {
      line-height: 20px;
      font-size: 15px;
    }

    .body_content .testi-istituzionali p {
      font-size: 15px;
    }

		body .testi-istituzionali {
		    margin: 0;
		    padding:15px;
		}

	  .welcome_page .row {
      padding: 10px;
    }

    .welcome_page .welcome_box .text p {
      font-size: 15px;
    }

    .welcome_page .welcome_box .text {
      width: 100%;
    }
    
    .welcome_page .welcome_box .board h2 {
      font-size: 21px;
    }

    .welcome_page .welcome_box .board .list-inline li .foto {
      margin: 15px auto;
    }

    .welcome_page .welcome_box .board {
      width: 100%;
    }

    .welcome_page .welcome_box .board small {
      font-size: 72%;
    }

    .welcome_page .welcome_box .board .list-inline li {
      width: 100%;
    }

    .box_dx h2 {
      font-size: 25px;
      text-align: center;
    }

    .box_dx h2 span {
      font-size: 16px;
    }

    .welcome_page .ecm_feed h2 {
      font-size: 30px;
    }

    .welcome_page .ecm_feed .red_box h3 {
      font-size: 35px;
    }

    .welcome_page .ecm_feed .red_box .box_video .foto {
	    float: none;
	    margin: 0 auto;
    }

    .body_content .box_video h4 {
      font-size: 17px !important;
      text-align: center;
    }

    .body_content  .box_video p {
	    font-size: 12px !important;
	    text-align: center;
    }

    .welcome_page .ecm_feed .red_box .box_video small {
	    font-size: 10px;
	    text-align: center;
	    display: block;
    }

    .infobox_video .list-inline{
	    text-align: center;
	  }

	 .infobox_video .list-inline li {
	    text-align: center;
	    line-height: 18px;
	  }

	  .ecm_feed{
	  	padding:15px;
	  }

    .welcome_page .ecm_feed .blue_box h3 {
      font-size: 27px;
    }

    .infobox_video .list-inline li a{
    	font-size:14px !important;
    }

    footer .text-center{
    	    font-size: 11px;
    }

		.collapse .navbar-nav {
		    padding-bottom: 22px;
		    background: #efefef;
		}

	  .body_content .logo_hiv {
      max-width: 225px;
      padding: 5px 0 0 0;
    }

    .body_content .navbar-default .navbar-nav>li>a {
			font-size: 15px;
			line-height: 0;
    }

    .body_index {
        background: linear-gradient(to top, rgba(255,255,255,0.3), rgba(255,255,255,0.3)), url(../images/bg_hiv.jpg) no-repeat center center fixed;
        background-size: cover;
        margin: 0;
        padding: 0;
    }

    .date_congress {
       text-align:center;
    }

    .content-login h1 {
        text-align: left;
        font-size: 24px;
    }

    .content-login h2 {
        font-size: 16px;
    }

    .content-login h1 strong{
        text-align:center;
        font-size:22px;
    }

    .date_congress {
        font-size: 11px;
    }

    .form-login h3 {
        font-size: 24px;
        color: #000;
    }

    .form-login h3 span {
        font-size: 19px;
    }

    body .logo_hiv {
        max-width: 266px;
        padding: 0;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000;
    }

    .navbar-default .navbar-toggle {
        margin-top: 18px;
    }

    body .navbar-default {
        min-height: 69px;
    }

    .form-login .new_user {
        color: #000;
        font-size: 17px;
    }

    .form-login .new_user strong a {
        color: #000;
    }

    .form-login form .form-control {
        background:#efefef;
        width: 100%;
    }

    .form-login .bottom_login button {
        border: 3px solid #000;
        color:#000;
        float:none;
        font-size: 14px;
    }

    .form-login .bottom_login {
        width: 93%;
        margin: 0 auto;
    }

    .form-login .bottom_login .forgot {
        color: #000;
        float: none;
        padding:10px 0 0 0;
        margin:0;
    }

    .form-login .link_bottom {
        color: #000;
    }

    .form-login .link_bottom a {
        color: #000;
        font-size: 11px;
    }

    .form-login .credits span {
        border: 3px solid #000;
        color: #000;
        font-size:17px;
    }

    .form-login .credits {
        width: 80%;
        margin: 0 auto;
    }

    .body_index .footer_dx {
        text-align: center;
        font-size: 9px;
        color: #000;
        padding: 10px 0;
    }

    .body_index footer .col-md-7 p {
        float: none;
        text-align:center;
        padding-right:0;
    }


    .body_index footer .col-md-7 img {
        max-width: 110px;
        width: 100%;
        float: none;
        margin:0 auto;
        display:block;
    }

    .navbar-right{
        background:#fff;
    }

}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
	  .infobox_video .list-inline{
	  	text-align:center;
	  }

    .date_congress {
        font-size: 17px;
    }

    .content-login h1 {
        font-size: 33px;
    }

    .content-login h1 strong {
        font-size: 29px;
    }

    .content-login h2 {
        font-size: 22px;
    }

    .form-login .form-inline{
        width: 52%;
        margin: 0 auto;
    }

    .form-login .credits {
        width: 30%;
    }

    .form-login .link_bottom a {
        font-size: 16px;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
	  #percorso_fad .red_box .box_video h4 {
      font-size: 12px;
    }

    #percorso_fad .red_box .box_video p {
      font-size: 12px;
    }

		.red_box .box_video small {
		    font-size: 10px;
		    line-height: 14px;
		    display: block;
		}

	  .red_box .box_video .foto {
      max-width: 88px;
      margin-bottom: 5px;
    }

	  .welcome_page .ecm_feed {
      padding: 0 50px 30px 50px;
    }

	  .welcome_page .welcome_box .board {
      width: 100%;
    }

    .welcome_page .welcome_box .board small {
      font-size: 63%;
      line-height: 14px;
    } 

    .welcome_page .welcome_box .board .list-inline li p {
      font-size: 13px;
    }

	  .welcome_page .welcome_box .text {
      width: 97%;
    } 

    .box_dx h2 {
      font-size: 27px;
    }

    .box_dx h2 span {
      font-size: 17px;
    }

		.body_index .testi-istituzionali {
	    margin: 0;
	  }

    .date_congress {
        font-size: 13px;
    }

    .content-login h1 {
        font-size: 25px;
    }

    .content-login h1 strong {
        font-size: 26px;
    }

    .content-login h2 {
        font-size: 16px;
    }

    .title_fad{
        font-size: 19px;
        line-height: 23px;
    }

    .form-login h3 {
        font-size: 32px;
    }

    .form-login h3 span {
        font-size: 22px;
    }

    .form-login .new_user {
        font-size: 20px;
    }

    .form-login form .form-control {
        width: 85%;
    }

    .form-login .bottom_login {
        width: 73%;
    }

    .form-login .bottom_login button {
        font-size: 14px;
    }

    .form-login .link_bottom {
        font-size: 13px;
    }

    .form-login .credits span {
        font-size: 14px;
    }

    .body_index .footer_dx {
        font-size: 9px;
    }
}



@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {

}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {



}

@media only screen and (max-width : 1024px) and (orientation : portrait) {


}