body {
  overflow-x: hidden;
}

/*html, body{ height:100%; margin:0; }*/

* {
  outline:none!important;
}

#app {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

#main-content {
  flex-grow: 1;
}

footer {
  margin-top: auto;
}

footer ul {
  margin:0px;
  padding:0px;
}

footer ul li {
  list-style-type:none;
}

footer a {
  text-decoration:none;
}

footer a:hover {
  text-decoration:none;
}


.route-ws_login .main-navbar, .route-login .main-navbar, .route-private_login .main-navbar {
  display: none!important;
}


.main-navbar  {
  /*background-color: rgba(0,0,0,0.4)!important;*/
  transition-property: background-color;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
}

.main-navbar-scroll  {
  /*background-color: rgba(0,0,0,1)!important;*/
  transition-property: background-color,height;
  transition-duration: 0.4s;
  transition-delay: 0.1s;

}

.main-navbar .navbar-brand img {
  transition-property: height;
  transition-duration: 0.4s;
  transition-delay: 0.1s;
}

.navbar-dark.bg-light a {
  color: #333333!important;
}


.main-navbar .site-nav li  {
  text-align:center!important;
  display: flex;
  justify-content: center;
  align-items: center;
}

/****DA TESTARE********STILE PER LO SLIDE MENU RESPONSIVE********************/
@media (max-width: 991px) {

  .main-navbar .site-nav li  {
    text-align: left!important;
  }


  header nav.navbar .navbar-toggler-close {
   color: #333333!important;
 }

 header nav.navbar #navbarNav {
  color: #333333!important;
}

#navbarNav .navbar-nav {
  width: 100%!important;
}

.main-navbar .nav-item:before {
  content: ""!important;
}

#navbarNav > ul > li.nav-item {
  display:table;
}

#navbarNav > ul > li.nav-item a.nav-link {
  display:block;
  text-align:left;
  padding-left: 10px!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

.dropdown-menu-user .dropdown-item {
  padding-top: 5px!important;
  padding-bottom: 5px!important;
}

#navbarNav > ul > li.nav-item a.nav-link:hover,#navbarNav > ul > li.nav-item a.nav-link:active {
  background-color: rgba(255,255,255,0.6)!important;
}

.main-navbar .navbar-nav .nav-link {
  font-size: 1.2rem!important;
  padding-top: 0.5rem!important;
  padding-bottom: 0.5rem!important;
}


.box-synopses div.container-fluid {
  padding-left: 5px!important;
  padding-right: 5px!important;
}
.box-synopses .box-title, .box-synopses .box-subtitle {
  font-size: 1.6rem!important;
}

.header-list-synopsis {
  flex-direction: column-reverse;

}

.header-list-synopsis .livesession-button-container {
  width: 100%;
}

.header-list-synopsis .livesession-button-container .livesession-button {
 display: block;
 text-align:center;
 padding: 5px!important;
}

.overlay-sidebar-menu {

  /*backdrop-filter: grayscale(0.5) opacity(0.8);*/
  position:fixed;
  top: 0;
  left:0;
  right: 0;
  bottom: 0;
  z-index:10000;
  backdrop-filter: blur(3px)  grayscale(1);
  background-color: rgba(0,0,0,0.4)!important;
}


.synopsis-room .synopsis-session {
  padding: 0px!important;
  min-height: auto!important;
}
.synopsis-room .synopsis-session a {
  padding: 1rem!important;
}

.synopsis-session .session-title {
 font-size: 0.9rem!important;
}
}

/******* \ FINE *******STILE PER LO SLIDE MENU RESPONSIVE********************/

.dropdown-menu-user {
  border-radius:0px!important;
  margin-top: 0px!important;
}

.livesession-container img{
  max-width:100%;
}

.modal-livesession{
  background-color:black;
}


.modal-livesession  .close {

  color:#fff!important;
  font-size: 3rem;
  padding: 0px!important;
  opacity: 1!important;
}


.modal-livesession  .modal-content {
  background-color: transparent!important;
  border: 0px solid transparent;
  height:100%;
  position:relative;

}

.modal-livesession .modal-header {
  background-color: transparent!important;
  border: 0px solid transparent;
}

.livesession-container .cover-offair-livesession,
.livesession-row .livesession-btn  {
  position:relative;
}

.livesession-row .livesession-btn {
  display:inline-block;
  color: #ffffff;
  text-decoration: none;
}

.livesession-row .livesession-btn:hover {

  opacity: 0.8;
}

.livesession-row .livesession-image img {
  margin: 0px!important;
}

.livesession-row .livesession-image {
  margin-bottom: 1.5rem!important;
  border-radius: 25px!important;
  overflow:hidden;
}

.livesession-container .img-offair-livesession,.livesession-row .livesession-image {
  width: 100%;
}

.livesession-container .text-offair-livesession,.livesession-row .livesession-text  {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  font-size: 20px;
  font-weight: bold;
  display:flex;
  flex-direction: column;
  color: #ffffff;
  justify-content: center;
  align-items: center;
}


.livesession-row .livesession-text  h1 {
 font-weight: 800;
}



/* 5 column grid */
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2dot4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 540px) {
  .col-sm-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 720px) {
  .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 960px) {
  .col-lg-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1140px) {
  .col-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}


/* 9 column grid */
.col-1dot3,
.col-sm-1dot3,
.col-md-1dot3,
.col-lg-1dot3,
.col-xl-1dot3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1dot3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.1111111111%;
  flex: 0 0 11.1111111111%;
  max-width: 11.1111111111%;
}
@media (min-width: 540px) {
  .col-sm-1dot3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
}
@media (min-width: 720px) {
  .col-md-1dot3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
}
@media (min-width: 960px) {
  .col-lg-1dot3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
}
@media (min-width: 1140px) {
  .col-xl-1dot3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 11.1111111111%;
    flex: 0 0 11.1111111111%;
    max-width: 11.1111111111%;
  }
}


/* spinner animated loader*/


.loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 0.5s linear infinite;
}

.loader-absolute {
  position:absolute;
  margin-left: -60px;
  margin-top: -60px;
  top: 50%;
  left: 50%;
  z-index: 30000;
}


.loader-float {
  position:fixed;
  margin-left: -60px;
  margin-top: -60px;
  top: 50%;
  left: 50%;
  z-index: 30000;
}

.loader-md {
  width: 60px;
  height: 60px;
  border-width: 6px
}

.loader-float.loader-md, .loader-absolute.loader-md  {
  margin-left: -30px;
  margin-top: -30px;
}

.loader-sm {
  width: 40px;
  height: 40px;
  border-width: 3px
}


.loader-xs {
  width: 20px;
  height: 20px;
  border-width: 2px
}


.loader-micro {
  width: 10px;
  height: 10px;
  border-width: 1px
}

.loader-mini {
  width: 15px;
  height: 15px;
  border-width: 1px
}

.loader-float.loader-sm {
  margin-left: -20px;
  margin-top: -20px;
}

.loader-inline {
  display:inline-block;
}


@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}



ul.neutral-list {
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}

ul.neutral-list > li {
  list-style-type:none;
}

ul.navbar-nav-inline {
  flex-direction:row!important;
}


.rating-stars {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.rating-stars>input {
  display: none;
}

.rating-stars>label {
  position: relative;
  width: 0.8em;
  font-size: 3.5vw;
  color: #3490dc;
  cursor: pointer;
  padding: 0px!important;
  margin: 0px!important;
}

.rating-stars>label::before {
  content: "\2605";
  position: absolute;
  opacity: 0;
}

.rating-stars>label:hover:before,
.rating-stars>label:hover~label:before {
  opacity: 1 !important
}

.rating-stars>input:checked~label:before {
  opacity: 1
}

.rating-stars:hover>input:checked~label:before {
  opacity: 0.4
}



.starrating > input {opacity:0!important;display: contents!important;}  /* Remove radio buttons */

.starrating > label:before {
  /*content: "\f005";*/ /* Star */
  /*font-family: FontAwesome;*/
  margin: 2px;
  font-size: 2em;

  display: inline-block;
}

.starrating > label
{
  color: #cccccc; /* Start color when not clicked */

  padding: 0px!important;
  font-size: 1.5em;
  margin: 0px 2px!important;
}

.starrating > input:checked ~ label
{ color: #ffca08 ; } /* Set yellow color when star checked */

.starrating > input:hover ~ label
{ color: #ffca08 ;  cursor:pointer; } /* Set yellow color when star hover */


/* SPONSOR STYLES */

.b-0{
  border: 0;
}


/* STILI PER MENU SLIDE DA DESTRA RESPOSIVE */

/*#navbarDropdown*/
header .dropdown-toggle {
  color: #333333;
}



header .navbar-toggler {
  /*position: fixed;
  right: 1em;
  top: 1.5em;

  display: block;*/
  border: none!important;
  z-index: 1040;
}

header button {
  border: none!important;
  outline:none!important;
}

header .navbar-toggler i {
  /*font-size: 2em;
  color: #fff;*/
}


@media (min-width: 992px) {
  header .navbar > .container {
    justify-content: center;
  }
  header .collapse:not(.show) {
    display: block;
  }
  header .collapse:not(.show) .navbar-nav {
    flex-direction: row;
  }
}

header nav.navbar {
  /*background-color: rgba(0, 0, 0, 0.5);*/
}


header nav.navbar #navbarNav .navbar-toggler-close {
  display: none;
}

header nav.navbar .nav-item.user-nav {
  display: none;
}
header nav.navbar .nav-link.livesession {

 color:red!important;
}




header .navbar-nav.user-nav {
  flex-direction:row;
  display:flex;
}
header .navbar-nav.user-nav .nav-item {
  margin-left:10px;
}

header .navbar-nav.user-nav .nav-item > a {
  /*color:#fff;
  text-decoration:underline;*/
}
header .navbar-nav.user-nav .nav-item > a:hover {
  color:#333;
}


/* STILI TESTO - ESTENDE BOOTSTRAP */

.display-small {
  font-size: 0.8rem!important;
  font-weight: 300;
  line-height: 1rem;
}

.display-5 {
  font-size: 3rem!important;
  font-weight: 300;
  line-height: 1.7rem;
}

.display-6 {
  font-size: 2.2rem!important;
  font-weight: 300;
  line-height: 1.6rem;
}

.display-7 {
  font-size: 1.8rem!important;
  font-weight: 300;
  line-height: 1.5rem;
}

.display-8 {
  font-size: 1.4rem!important;
  font-weight: 300;
  line-height: 1.4rem;
}

.display-9 {
  font-size: 1.2rem!important;
  font-weight: 300;
  line-height: 1.4rem;
}


.display-10 {
  font-size: 1rem!important;
  font-weight: 300;
  line-height: 1.4rem;
}

.display-11 {
  font-size: 0.9rem!important;
  font-weight: 300;
  line-height: 1.4rem;
}


/* STILE PAGINA PRESENTATION #generica */



.lista-relazioni {

}

.lista-relazioni ul.list-relatori {

  padding: 5px;
  margin:0; padding:0;
  list-style-type: none;
}

.lista-relazioni ul.list-relatori li {
  border-bottom: 1px solid #ccc;
  margin: .7em 0;
  padding-bottom: .7em;
  list-style-type: none;
}

.lista-relazioni ul.list-relatori li:last-child {
  border-bottom: 1px solid transparent!important;
}


.lista-relazioni ul.list-relatori .presentation {

}

.lista-relazioni ul.list-relatori .picture-box {
  line-height: 8;
  font-size: 0.9rem;
  height: 100px;
  width: 100px!important;
  border: 1px solid #ccc;
  background-size: cover;
  background-position: center center;
}

.lista-relazioni ul.list-relatori .talk {

}


.lista-relazioni ul.list-relatori .talk > row {
  height:100%;
  display: flex;
  align-content:space-between;
}

.lista-relazioni ul.list-relatori .talk h6 {
  font-weight:bold;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  line-height: 1.2em;
  text-transform: uppercase;
}


.lista-relazioni ul.list-relatori .talk h6 strong {
  text-transform: initial;
  font-size: .8em;
  font-weight: 500;
  display: block;
  margin-top: .4em;
}

.lista-relazioni ul.list-relatori .talk h6 strong small {
  font-size: .7em;
  display: block;
  text-transform:uppercase;
  color:#9F9F9F;
  line-height: .8em;
}

.lista-relazioni ul.list-relatori .talk .line-footer .circles-wrapper {
  float: right;
  display: flex;
}


.lista-relazioni ul.list-relatori .talk .line-footer .circles-wrapper a,
.presentation .talk .line-footer .circles-wrapper a,
.presentation-container .main-title a {
  border-radius:15px;
  background-color:#9F9F9F;
  width: 2em;
  height: 2em;
  display: block;
  float:right;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .3em;
  padding: 0px 30px!important;
  color:#fff;
  text-decoration: none;

}

.presentation-mediabutton-content {
  display:flex;
}

.presentation-mediabutton-content a {
  margin-bottom: 5px;
}

.presentation-mediabutton-content a {
  border-radius: 15px;
  background-color: #9F9F9F;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: .3em;
  padding: 0px 30px!important;
  color: #fff;
  text-decoration: none;
  width: auto!important;
  margin-bottom: 10px;
}


.lista-relazioni ul.list-relatori .talk .line-footer .circles-wrapper a i {
  margin-right: -0.2em;
}
.lista-relazioni ul.list-relatori .talk .line-footer .circles-wrapper a:hover {
  background-color:#333;
}

.search-result-row-title{
  padding: 15px 0px!important;
  border: none!important;
  border-bottom:1px solid rgb(0 0 0 / 10%)!important;
}


.presentation-title-container {
  border-bottom:1px solid rgb(0 0 0 / 10%)!important;
}


.moderatori-container{
  padding: 0.6rem 0rem!important;
  border-bottom:1px solid rgb(0 0 0 / 10%)!important;
}

.moderatori-container:empty { display: none }


/******** FLAG LANGUAGES IN MENU *****/
.flag-lang{
  filter: grayscale(100%);
  opacity : 0.6;
}

.flag-lang:hover{
  filter: grayscale(0%);
  opacity : 1;
}

.flag-lang.active{
 filter: grayscale(0%);
 opacity : 1;
}

/*** DEFAULT VALUE FOR CAROUSEL **/


.carousel-control-prev, .carousel-control-next {
  z-index: 99!important;
}

.carousel-item {
  position:relative;
}

.carousel-item-body {
  position: absolute;
  width: 100%;
  /*background: rgba(0,0,0,0.2);*/
  color: #fff;
  bottom: 0;
  left: 0;
  right:0;
  top:0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index:10;
}

.carousel-item-body .carousel-item-body-content {
  margin:0px auto;
  width: 50%;
}

.carousel-item-body .carousel-item-title {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight:bold;
  text-align: center;
  margin-bottom: 2rem;
}

.carousel-item-body .carousel-item-subtitle {
  font-size: 1rem;
  line-height: 1.2rem;
}

.carousel-item-body  .carousel-item-link {
  margin-top: 2rem;
}

.carousel-item-body  .carousel-item-link a {
  border: 1px solid #fff;
  background: transparent;
  padding: 0.3rem 2.8rem;
  display:inline-block;
  text-decoration: none;
  color: #fff;
}


.carousel-item-body .carousel-item-link a:hover {

  background-color: rgba(255,255,255,0.4);
}

/*STILI PER I BOX IN HOMEPAGE - DEFAULT*/

.box-row {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important;
  margin-top: 2rem!important;
  margin-bottom: 2rem!important;
}

.box-body-image .box-row {
  padding-top: 0px;
  padding-bottom: 0px;
}


.box-include {

}

.box-include .box-title {
  font-size: 2.6rem;
  color: #002d76;
}

.box-include .box-subtitle {
  font-size: 0.9rem;
}


.box-row .box-content {
  text-align:center;
}

.box-row .box-content .box-title {
  font-size: 2.2rem;
}

.sponsor-tab .card {
  border-color: transparent!important;
  background-color: transparent!important;
  overflow: hidden;
}

.sponsor-tab .card:hover {

}

.sponsor-thumb {
  height: 190px;
  overflow: hidden;
}

.sponsor-thumb.no-thumb {
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 20px!important;
  text-align:center;
  background-color:  #cccccc!important;
  height: 190px;
  overflow: hidden;
}


/* STILE PAGINA SINOSSI */

.synopses .nav-tabs .nav-link.active{
  border-top-color: #433da8;
  border-bottom-color:transparent;
}
.synopsis-room-list {
  z-index: 100!important;
  position: relative;
}
.synopses .nav-tabs .nav-link{
  border-left: 1px solid #afafaf;
  border-top: 4px solid #afafaf;
  border-bottom-color: transparent ;
  border-radius: 0;
  border-right-color: transparent;
}

.synopses .nav-tabs .nav-item:last-child .nav-link{
  border-right: 1px solid #afafaf;
  border-left: 1px solid #afafaf;
}

.synopsis-room-row {
  font-size:17px;
  color: #3f3fa3;
  /*color: #eea3ba;*/
}

.synopsis-room-row hr{
  border-top: 1px solid #dadada;
}


.synopsis-session {
  /*word-break: break-all!important;*/
}


/*#pills-tab li {
  padding: 0 3px;
}
#pills-tab li:first-child {
  padding: 0 4px 0 0px;
}
#pills-tab li:last-child {
  padding: 0 0 0 4px;
}
#pills-tab .tab-title a.nav-link {
  border-radius: 0;
  font-weight: bold;
  font-size: 1.0rem;
  color: #083c55;
  width: 100%;
  text-align:center;
  background-repeat: no-repeat;
  opacity: 1;
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
  background:#dfe7eb;
}
#pills-tab .tab-title a.nav-link.active {
  opacity:1;
  background-color: #febd2f;
  border-color: #febd2f;
  color: #FFF;
}

#pills-tab.nav-tabs {
  border-bottom: none;
}

#pills-tabContent {
  background-color: #FFF;
  border-radius: 0 0 0.5em 0.5em;
}

@media (max-width: 768px) {
  #pills-tab .tab-title a.nav-link {
    font-size: .8em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

#pills-tab .tab-title a.nav-link:hover {
  color: #083c55;
  opacity: 1;
  text-decoration: none;
  }*/
  .synopsis-room {
    padding: 0 4px;

  }
  .synopsis-room > div {
    /*border-radius:.5em;*/
    padding: 0 6px 10px 6px;
  }
  .synopsis-room h5 {
    font-size: 0.8rem;
    font-weight: bold;
    color: white;
    text-align: center;
    line-height: 4.5;
    margin-bottom: 0;
    padding: 6px;
  }
  .synopsis-room .synopsis-session {
    min-height: 6em;
    list-style: none;
    font-size: 0.7rem;
    line-height: 1.1em;
    margin-bottom: 7px;
    /*border-radius: 10px;*/
    padding: 1rem;
    padding-left: 1.2em;
    background-color: #f1f1f1;
    /*-webkit-box-shadow: 6px 9px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 6px 9px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 6px 9px 10px 0px rgba(0,0,0,0.1);
    background-color: #e7eaf2;*/
  }
  .synopsis-room .synopsis-session a {
    color: #212529;
    text-decoration: none;
  }
  .synopsis-room .synopsis-session a:hover {
    opacity: 0.6;
  }

  .synopsis-session  .session-title{
    font-size: 1rem;
    line-height: 1.1rem;
  }

  .synopsis-session  .session-head .session-icon-trad {
    font-size: 0.7rem!important;
    transition: transform  0.10s ease-in-out;
  }

  .synopsis-session  .session-head .session-icon-trad:hover {
    -ms-transform: rotate(15deg); /* IE 9 */
    transform: rotate(15deg);
    transition: transform  0.25s ease-in-out;
    opacity: 0.9!important;
  }

  .synopsis-session  .session-head{
    display:flex;
    justify-content: space-between;
    align-items: center;
  }


  /* SYNOPSYS */

  .lista-relazioni ul.list-relatori .picture-box{
    border-radius: 50px;
  }

  /* STILE BOX TYPE=TEXT CON IMMAGINE */

  .box-text .box-body-image {
    position:relative;
  }


  .box-text .box-body-image .box-image {
  }

  .box-text .box-body-image {

  }

/* STILE PER TRASFORMARE IN BANNER IL BOX TEXT
MA ADESSO C'E' IL BOX TIPO BANNER

.box-text .box-body-image-text {
  position: absolute;
  width: 100%;
  background: rgba(0,0,0,0.2);
  color: #fff;
  bottom: 0;
  left: 0;
  right:0;
  top:0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index:10;
}

*/

/* STILE BOX TYPE=TEXT SENZA IMMAGINE */
.box-text .box-body-text {
  line-height: 26px;
}

.box-text .box-body-text .box-row-text{
  margin: 0 auto;
}

.box-text .box-body-text .box-title{
  padding-top : 2rem;
  padding-bottom : 2rem;
}




/* STILE BOX TYPE=BANNER CON IMMAGINE */

.box-banner .box-body-image {
  position:relative;
  overflow:hidden;

}


.box-banner .box-background {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
}


.box-banner .box-body-image .box-image {
}

.box-banner .box-body-image {

}

.box-banner .box-body-image-text {
  position: absolute;
  width: 100%;
  /*background: rgba(0,0,0,0.2);*/
  color: #fff;
  bottom: 0;
  left: 0;
  right:0;
  top:0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index:2;
}

/* STILE BOX TYPE=BANNER SENZA IMMAGINE */
.box-banner .box-body-text {
  line-height: 26px;
}

.box-banner .box-body-text .box-row-text{
  width: 60%;
  margin: 0 auto;
}

.box-banner .box-body-text .box-title{
  padding-top : 2rem;
  padding-bottom : 2rem;
}




.box-icons, .box-images {
  /*background: #f8f9fa;*/
}


/*********SPONSOR IN LIST MODE****/
.sponsor-list-cat-name {
  text-align:center;
}

a.btn-sponsor-label {
  display:inline-block;
  border: 1px solid #cccccc;
  border-radius: 4px;
  color: #333333;
  padding: 5px 10px;
}

a.btn-sponsor-label:hover {

  border: 1px solid #333333;
  background-color: #cccccc;
  border-radius: 4px;
  text-decoration:none;
}

.col-sponsor-content {
  height: 100%;
}

.col-sponsor-content .card-sponsor {
  height: 100%;
  display: flex;
  align-items: center;
}
/**********ARROWS************/

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;

  border-top: 5px solid black;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;

  border-left: 5px solid black;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;

  border-right:5px solid black;
}


/*************FORM-SURVEY******************/


.survey-required {
  font-weight: normal;
  font-size: 0.8rem;
}

.radio-survey label , .checkbox-survey label {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}


.survey-questions-container .survey-question {

  font-size: 16px;
  font-weight:bold;
  padding-bottom: 5px;
  border-bottom: 1px dashed #cccccc;
  margin-bottom: 10px;
}



.alert.show {
  position:fixed;
  right: 10px;
  top: 10px;
  z-index: 2000;
  box-shadow: 0px 5px 6px 0px #999;
  max-height: 80%;
  overflow: auto;
  max-width: 70vw;
}


.alert.show.alert-relative {
  position:relative;
  right: 0px;
  top: 0px;
  box-shadow:none!important;
  max-width: 100%!important;
  margin-bottom: 2rem!important;
}

.alert ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

.alert ul li {
  list-style-type:none;
}



.sponsor-button-container .row .col a {
  display:flex!important;
  justify-content: center;
  align-items: center;
}

.livesession-button {
  background-color: rgba(192,24,37,1)!important;
  color: #eeeeee;
  letter-spacing: 0.1rem;
  font-weight:bold;
  border-color: rgba(192,24,37,1)!important;
  border-radius: 15px!important;
  padding: 15px 30px;
  transition: padding .30s ease-in-out;
  display: inline-block;
}

.livesession-button:hover {
  background-color:  rgba(192,24,37,0.8)!important;
  color: #fff;
  border-color:  rgba(192,24,37,0.8)!important;
  text-decoration: none;
  padding: 15px 50px;
  transition: padding .30s ease-in-out;
}

/*PER la modale di bootstrap trasparente nei video --- da mettere a livello di modal-content*/
.bs-modal-transparent {

  background-color: transparent!important;
  border: 1px solid transparent!important;
}


.bs-modal-transparent .modal-header {
  border-bottom: 1px solid transparent;
}

.bs-modal-transparent .modal-header .close {
  color: #fff!important;
  font-size: 3rem;
  padding: 0px!important;
  opacity: 1!important;
}
.bs-modal-transparent .modal-body {
  padding: 0px!important;
}



.presentation-speakers .name, .presentation-moderatori .name {
  display:inline-block!important;
  padding: 0px;
}

.presentation-speakers .name:last-child .comma, .presentation-moderatori .name:last-child .comma {
  display:none;
}



/*************STILE PER AUDIO IN CONTEMPORANEA CON MODALE ********/
.floating-audio {

  position: fixed;
  width: 100%;
  bottom: 10px;
  left:0px;
  right: 0px;
  z-index: 10000;
}

.poster-thumb {
  max-width:100px!important;
  border: 1px solid #cccccc;
  margin: 3px;
  margin-right: 10px;
  width: 100px!important;
  height: 100px!important;
  border-radius: 50%;
  overflow: hidden;
}


.poster-titolo, .poster-autore {
  font-weight:bold;
}

.poster-thumb img{
  width: 100%;
}


.poster-group {
  width: 100%;
}


tr.poster-group td {
  font-size: 1.6rem;
  font-weight:bolder;
}

.poster-group a {
  text-decoration: none;
  display: block;
  font-size: 1.4rem;
  padding: 10px;
}

tr.poster-group-accordion td {
  padding: 0px!important;
}

.poster-group a:hover {
  text-decoration: none;
  
}


.content-poster-vote {
  position: relative;
}

.content-poster-vote .poster-vote-done-alert {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  justify-content: center;
  align-items: center;

}

.content-poster-vote .poster-vote-done-alert span {
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.6);
  justify-content: center;
  align-items: center;
}

.poster-vote-done-alert.show {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* POSTER GROUP BUTTONS */

.card-poster-group {
  min-height:15rem;
  background: linear-gradient(180deg, rgba(235,235,235,1) 79%, rgba(153,150,150,0.6685049019607843) 100%);
  border: none!important;
}


.card-group {
  background: linear-gradient(180deg, rgba(235,235,235,1) 79%, rgba(153,150,150,0.6685049019607843) 100%);
  border: none!important;
}

.button-poster-group{
  background:#4992c9;
  border:2px solid #4992c9;
  color:#ffffff;
}

.button-poster-group:hover{
  background:#4992c9;
  border:2px solid #4992c9;
  color:#ffffff;
}



/*************STILE PER LE FACULTY********/
.faculties-list-container {
  margin-top: 2rem;
}

.image-faculty {
  width: 100px;
  height:100px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.image-faculty-sm {

  width: 50px;
  height:50px;
}

.image-faculty img {
  object-fit: cover;
}


.faculty-cat-name {
  font-size: 1.6rem;
  text-align: center;
}

.faculties-row-container, .faculty-row {

  justify-content: center;
  align-items: start;
}

.faculty-row .faculty-description {
  font-size: 0.8rem;
  text-align: center;
}

.faculty-row .faculty-icon {
  font-size: 6.12rem;
  width: 100px;
  height:100px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.card-faculty {
  justify-content: center;
  align-items: center;
  flex-direction:  column;
  display:flex;
}


.ecm-choose-container {

}
.ecm-choose-container-floating {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  display:flex;
  align-items: stretch;
  justify-content: space-between;
  z-index:20000;
  background:rgba(0,0,0,0.5);
}

.ecm-choose {
  width: 50%;
  height: calc(100%);
  display:flex;
  justify-content: center;
  align-items: center;
}


.btn-ecm-choose {

  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.btn-ecm-choose  a {

  height:150px;
  width: 150px;
  padding: 20px;
  border-radius: 50%;
  font-size: 1.6rem;
  font-weight:bold;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff!important;
  transition: width .30s, height .30s,box-shadow .30s ease-in-out;
  box-shadow: 0px 0px 0px 16px rgba(255,255,255,0);
}

.btn-ecm-choose  a:hover {
  text-decoration: none;
  width: 220px;
  height:220px;
  transition: width .30s, height .30s,box-shadow .30s ease-in-out;
  box-shadow: 0px 0px 0px 16px rgba(255,255,255,0.3);
  
}

.btn-ecm-choose  a  span i.fa{
 transition: transform .50s ease-in-out;
}

.btn-ecm-choose  a:hover  span i.fa{
  transform: rotate(-45deg);
  transition: transform .30s ease-in-out;
}

.btn-ecm-choose  a  span {
  text-align:center;
} 

.ecm-choose-yes .btn-ecm-choose a {
  background-color: rgba(123, 144, 75,1);
}
.ecm-choose-yes .btn-ecm-choose a:hover {
 background-color: rgba(123, 144, 75,0.8);
}



.ecm-choose-no .btn-ecm-choose a {
  background-color: rgba(239, 99, 84,1);
}
.ecm-choose-no .btn-ecm-choose a:hover {
  background-color: rgba(239, 99, 84,0.8);
}


.btn-label-ecm-choose {
  color: #ffffff;
  font-size: 1.4rem;
  text-align:center;
  margin-bottom: 20px;
}


.presentation-mediabutton-content a.btn-view-live {
  background-color: #030b49;
  padding: 25px!important;
}



.presentation-mediabutton-content a.btn-view-live:hover {
  background-color: #18578C!important;
  
}

.presentation-mediabutton-content a.btn-view-live:focus {
  background-color: #227dc7!important;
  padding: 25px!important;
}



.presentation-mediabutton-content a.btn-view-live span {
  display:inline-block;
  padding:20px;
}

a.btn-view-live-room {
  font-size:  0.9rem!important;
  background-color: rgba(34, 125, 199,1)!important;
  color:  #ffffff;
  padding: 5px 15px;
}

a.btn-view-live-room:hover {
 text-decoration: none;
 color: #ffffff!important;
 box-shadow:  0px 0px 0px 4px rgba(34, 125, 199,0.4);
}


#back-top {
  position: fixed;
  bottom: 55px;
  right: 55px;
  background: rgba(0,0,0,0.6);
  height:60px;
  width: 60px;
  border-radius: 50%;
  z-index:200;
  line-height: 2rem;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  z-index: 2000;
}

.back-top-container  {

}


/***************WAVES EFFECT - RIPPLE EFFECT BUTTON ****************/
/* Ripple effect */
.ripple {
  background-position: center;
  transition: background 0.3s;
}
.ripple:hover {
  background: rgba(255,255,255,0.2) radial-gradient(circle, transparent 1%, rgba(255,255,255,0.2) 1%) center/15000%;
}
.ripple:active {
  background-size: 100%;
  transition: background 0s;
}
/**** FINE ********WAVES EFFECT - RIPPLE EFFECT BUTTON ****************/

/* width */
.myscroll::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.myscroll::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(0,0,0,0.2); 
  
  padding: 0px 2px;
}

/* width */
.myscroll::-webkit-scrollbar:horizontal {
  height: 8px;
}

/* Handle */
.myscroll::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.4); 
  border-radius: 10px;
}

/* Handle on hover */
.myscroll::-webkit-scrollbar-thumb:hover {
  background: rgba(0,0,0,0.7) ; 
}

.myscroll {
  scrollbar-width: thin;
}


/* width */
.myscroll-negative::-webkit-scrollbar {
  width: 8px;
}

/* Track */
.myscroll-negative::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px rgba(255,255,255,0.2); 
  
  padding: 0px 2px;
}

.myscroll-negative {
  scrollbar-width: thin;
}

/* width */
.myscroll-negative::-webkit-scrollbar:horizontal {
  height: 8px;
}

/* Handle */
.myscroll-negative::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.4); 
  border-radius: 10px;
}

/* Handle on hover */
.myscroll-negative::-webkit-scrollbar-thumb:hover {
  background: rgba(255,255,255,0.7) ; 
}



.badged-item {
  position: relative;
}

.badged-item .badge-tag {
  position:absolute;
  right: -4px;
  top: 5px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align:center;
  font-weight: 700;
  color: #fff;
  font-size: 0.6rem!important;
  border-radius: 50%!important;
  background-color: rgba(240,40,75,0.8);
}

.badged-item-sm .badge-tag {
  right: -4px;
  top: -1px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 0.5rem!important;
}

.badged-item:hover .badge-tag { 
  background-color: rgba(240,40,75,1);

}




.vote-attach-card .btn-vote-like.btn-vote-like-float {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 98;

}



.vote-attach-modal .btn-vote-like.btn-vote-like-float {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1050;
  display:flex;
  background-color: rgba(0,0,0,0.4);
  margin: 1.5rem 1rem!important;
  border-radius: 40px!important;
  justify-content: flex-end;
  align-items: center;
  padding: 0.5rem!important;
}

.btn-vote-like a {
  width: 50px;
  height: 50px;
  display:flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 1.5rem!important;
  background-color: rgba(255,255,255,0.7);
  transform: rotate(0deg);
  transition: transform .20s ease-in-out,font-size .20s ease-in-out;
}

.btn-vote-like-transparent a {
  border-radius: 0px!important;
  background-color: transparent;
}

.btn-vote-like-lg a {
  width: 50px;
  height: 50px;
  font-size: 1.7rem!important;
}


.btn-vote-like-md a {
  width: 40px;
  height: 40px;
  font-size: 1.4rem!important;
}


.btn-vote-like-sm a {
  width: 30px;
  height: 30px;
  font-size: 1.1rem!important;
}

.vote-attach-modal .btn-vote-like a {
  width: 70px;
  height: 70px;
  font-size: 2rem!important;
  background-color: rgba(255,255,255,0.8);
}


.btn-vote-like a:hover {
  background-color: rgba(255,255,255,0.7);
  text-decoration: none;
}

.btn-vote-like-transparent a:hover {
 background-color: transparent;
}


.btn-vote-like a.unlike {
}

.btn-vote-like a.like {
  color: rgba(0,0,0,0.4)!important;
}




.btn-vote-like-transparent a.like {
  /*color: rgba(255,255,255,0.6)!important;*/
  color: rgba(0,0,0,0.4)!important;
}

.card-response .btn-vote-like-transparent a.like {
  color: rgba(0,0,0,0.4)!important;
}

.card-response .btn-vote-like-transparent a.unlike {
  color: rgba(0,0,0,0.8)!important;
}

.btn-vote-like a.done {

  font-size: 1.8rem!important;
  transform: rotate(-20deg);
  transition: transform .20s ease-in-out,font-size .20s ease-in-out;
}

.btn-vote-like-sm a.done {

  font-size: 1.5rem!important;
  transform: rotate(-20deg);
  transition: transform .20s ease-in-out,font-size .20s ease-in-out;
}


.btn-vote-like-md a.done {

  font-size: 1.8rem!important;
  transform: rotate(-20deg);
  transition: transform .20s ease-in-out,font-size .20s ease-in-out;
}

.btn-vote-like-lg a.done {

  font-size: 2.2em!important;
  transform: rotate(-20deg);
  transition: transform .20s ease-in-out,font-size .20s ease-in-out;
}


.comments-create-container .card-body {
  padding-bottom: 0.5rem!important;
  padding-top: 0.5rem!important;
}


.comments-create-container textarea {
  min-height: 2.6em;
  overflow: hidden;
  resize: none!important;
  padding-left: 1.4rem!important;
  transition: all 0.2s ease;
  border-radius: 30px!important;
}

/*
.comments-create-container textarea:focus, .comments-create-container textarea.filled {
    overflow:auto;
    min-height: 5em;
    border-radius: 4px!important;
}*/

.comments-create-container textarea:focus, .comments-create-container textarea.filled {

  min-height: 5rem!important;
  border-radius: 4px!important;
}

.comments-list-items {
  font-size: 0.8rem!important;
}

/* box commenti singola relazione*/
.comment-row .comments-create-title {
  display:none;
}

.comment-row .btn-save-comment, 
.comment-row .btn-save-comment:hover,
.btn-save-comment:hover, 
.btn-save-comment 
{
  background-color:transparent!important;
  border: none!important;
  color: #999999!important;
  padding: 0px!important;
  font-size: 1.2rem!important;
}

.comment-row .btn-save-comment:hover,
.btn-save-comment:hover {
  color: #333333!important;
}
.comment-row .btn-save-comment-text,.btn-save-comment-text {
  display:none;
}

.comment-disabled {
  opacity: 0.8!important;
}


.comment-disabled {
  opacity: 0.8!important;
}

.comment-disabled .comment-name, .comment-disabled .comment-body {
  color: #999999!important;
}

.comments-list-items {
  max-height:800px;
  overflow-x:hidden;
  overflow-y:auto;
}

.toast {
  opacity: 1 !important;
}

.toast-message p {
  margin-bottom: 0px;
}

.wisheable i.fas.fa-heart,
.wisheable:hover i {
  cursor: pointer;
  color: salmon!important;
  fill: salmon!important;
}


.font-xxl {
  font-size: 1.6rem!important;
}

.font-xl {
  font-size: 1.4rem!important;
}

.font-lg {
  font-size: 1.2rem!important;
}

.font-fit {
  font-size: 1rem!important;
}

.font-md {
  font-size: 0.9rem!important;
}

.font-sm {
  font-size: 0.8rem!important;
}

.font-xs {
  font-size: 0.6rem!important;
}



#Emojis > div > div > span.emoji {
  font-size: 20px!important;
  line-height: 19px!important;
}


/*nocaret => toglie la freccetta verso il basso ai dropdwon toggle*/
.dropdown-toggle.nocaret:after {
  display:none;
}






.sponsor-show-container .row {
  justify-content:center;
  align-items: center;
} 




.modal-body  .login-container {
  margin-top:  1rem!important;
  margin-bottom:  1rem!important;
  padding-top:  0.5rem!important;
  padding-bottom:  0.5rem!important;
}
.modal-body .login-container .card,.modal-body .password-reset-container .card {
  border:none!important;
} 

.modal-body .login-container .card .card-header,
.modal-body .password-reset-container .card .card-header {
  background-color: transparent!important;
  border:none!important;
  text-align: center;
  font-size: 1.8rem!important;
  margin-bottom: 0px!important;
  padding: 0px!important;
} 

.modal-body .login-container .card label,
.modal-body .password-reset-container .card label
{
  font-weight: bold;
}
.modal-body .login-container .card-body button[type="submit"],
.password-reset-container .card-body button[type="submit"]
{
  display:block!important;
  width: 100%;
}  


.modal-body .login-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.modal-body  .login-container .card .form-group.row {
  flex: none!important;
  display: block!important;
  text-align: center!important;
}

.modal-body  .login-container .card .form-group.row [class^='col-'] {
  flex: 0 0 100%!important;
  max-width: 100%!important;
  margin-left: 0px!important;
  text-align: center!important;
}




.row.row-sponsors {
  justify-content: space-around;
  align-items: stretch;
}




@media (max-width: 991px) {
  header nav.navbar {
    padding: 0 !important;
  }
  header nav.navbar .nav-link {
    padding-top: .2em;
    padding-bottom: .2em;
    text-align: left!important;
    /*border-bottom: 1px solid #252525;*/
  }
  header nav.navbar #navbarNav {
    position: fixed;
    right: -80vw;
    width: 55vw;
    height: 100vh !important;
    background-color: #fff!important;/*rgba(255,255,255,1);*/
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.4);
    top: 0px;
    z-index: 10002;
    transition: right .20s ease-in-out;
    margin: 0px;
  }
  header nav.navbar #navbarNav.show {
    right: 0vw;
    z-index:10002;
    overflow: hidden;
    overflow-y:  auto;

  }

  header nav.navbar #navbarNav ul.navbar-nav {
    z-index: 1111;
    position: relative;
    padding: 1rem;
    padding-left: 0rem;
  }
  header nav.navbar #navbarNav.show .nav-item.login {
    display: block;
  }
  header nav.navbar #navbarNav.show .navbar-toggler-close {
    position: relative;
    float: right;
    z-index: 1200;
    border: none;
    padding: 0.6em 0.9em;
    background-color: transparent;
    color: #4F4F4F!important;
    display: block !important;
    font-size: 20px;
  }
  header nav.navbar #navbarNav.show .navbar-toggler-close i {
    /*color: #fff;*/
  }


  .box-row .box-content .box-title {
    font-size: 2rem!important;
  }

  .box-rotator .box-title, .box-rotator .box-subtitle,
  .box-banner .box-title, .box-banner .box-subtitle {
    font-size: 1rem!important;
  }
  .box-subtitle h1, .box-subtitle h2, .box-subtitle h3,
  .box-title h1, .box-title h2, .box-title h3 {
    font-size: 1.2rem!important;
    margin-bottom: 0.4rem!important;

  }
  
  .main-navbar .navbar-nav.login-nav .nav-link {
    padding-left: 10px!important;
  }


  .dropdown-menu-user  {
    border: 0px;

  }

  .nav-item-user .dropdown-toggle::after {
    display:none!important;
  }

  .nav-item-user .dropdown-toggle {
    padding-left: 10px !important;
  }

  .nav-item-user {
    width: 100%!important;
  }

  .dropdown-menu-user .dropdown-item  {
    padding-left: 0.5rem!important;
  }

}



@media (max-width: 767px) {

  .box-row .box-content .box-title {
    font-size: 1.8rem!important;
  }

  .media {
    flex-direction: column;
    align-items: center;
  }

  .media img {
    margin-right:  0px!important;
    margin-bottom:  1.2rem!important;
  }


  .login-container {
    margin-top: 0px!important;
    padding-top: 0px!important;
    
  }


  .login-container .card,.password-reset-container .card {
    border:none!important;
  } 
  .login-container .card .card-header,
  .password-reset-container .card .card-header {
    background-color: transparent!important;
    border:none!important;
    text-align: center;
    font-size: 1.8rem!important;
    margin-bottom: 0px!important;
    padding: 0px!important;
  } 
  
  .login-container .card label,
  .password-reset-container .card label
  {
    font-weight: bold;
  }
  .login-container .card-body button[type="submit"],
  .password-reset-container .card-body button[type="submit"]
  {
    display:block!important;
    width: 100%;
  }  
  

  .login-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  header nav.navbar #navbarNav {
    width: 65vw!important;
  }

  .col-box-item.col {
    flex-basis: auto!important;
    width: 50%!important;
    margin-bottom: 1rem;
  }

  .box-rotator .box-title, .box-rotator .box-subtitle,
  .box-banner .box-title, .box-banner .box-subtitle {
    font-size: 1.4rem!important;
  }
  .box-subtitle h1, .box-subtitle h2, .box-subtitle h3,
  .box-title h1, .box-title h2, .box-title h3 {
    font-size: 1.2rem!important;
    margin-bottom: 0.3rem!important;
  }


  .logo-sponsor-page-container {
    width: 100%!important;
  }

  .logo-sponsor-page-container img { 
    width: 75%!important;
    margin: 0px!important;
  }

  .presentation-container-head {
    margin-top: 0px!important;
  }

}

.picture-box-container {
  display: flex;
  justify-content:center;
  align-items: center;
}

@media (max-width: 576px) {
  header nav.navbar #navbarNav {
    width: 75vw!important;
    /*right: -80vw!important;
    width: 80vw!important;*/

  }

  #back-top {
    bottom: 15px;
    right: 15px;
  }

  .box-rotator .box-title, .box-rotator .box-subtitle,
  .box-banner .box-title, .box-banner .box-subtitle {
    font-size: 1.2rem!important;
  }
  .box-subtitle h1, .box-subtitle h2, .box-subtitle h3,
  .box-title h1, .box-title h2, .box-title h3 {
    font-size:1rem!important;
    margin-bottom: 0rem!important;
  }


  .picture-box-container {
    display: flex;
    justify-content:center;
    align-items: center;
    padding-bottom: 1rem;
  }

  .search-result-row-title{ 
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    padding: 6px 0px!important;

  }

  .search-result-row-title .main-title-color {
    text-align:center!important;
  }

  .lista-relazioni {
    margin-top: 0px!important;
  }

  .search-result-row-title br {
    display: none;
  } 

  .presentation-buttons-container {
    text-align: center!important;
    margin-bottom: 1.2rem;
  }

  .presentation-search-container .card-body{
    margin-top: 0px!important;
    padding-top: 0px!important;
  }

  .session-title-search-result {
   text-align: center!important;
   margin-top: 0.8rem;
 }

}

@media (max-width: 479px) {


  .col-box-item.col {
    flex-basis: auto!important;
    width: 100%!important;
    margin-bottom: 1rem;
  }

  .box-title, .box-subtitle {
    font-size: 0.9rem!important;
  }
  .box-subtitle h1, .box-subtitle h2, .box-subtitle h3,
  .box-title h1, .box-title h2, .box-title h3 {
    font-size: 0.8rem!important;
    margin-bottom: 0rem!important;
  }

}


.blob {
  background: #333333;
  color:  #ffffff;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
  transform: scale(1);
  animation: pulse 1s infinite;
}

.blob:hover {
  animation: none;
}


@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.circlepulse {

  display:block;
  width: 20px;
  background-color: red;
  height: 20px;
  border:4px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.6);
  transform: scale(1);
  animation: pulsemarker 1s infinite;
}

.circlepulse:hover {
  animation: stoppulse 0.1s;
}

@keyframes stoppulse {
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulsemarker {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}


.reply-to-moderator {
  opacity: 0.7!important;
  font-style: italic;
}


.table-sm {
  font-size: 12px!important;
}

.socialwall-container{
  background-color: rgba(153,150,150,0.3);

}

.card-columns {
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
  orphans: 1;
  widows: 1;
}

.btn-wall{
  border-radius: 10px!important;
}

