
body,
html {
  width: 100%;
  height: 100%;
}

body {
	font-family: Tahoma, Geneva, sans-serif;
	color: #888888;	
}

hr {
	border-width: 1px;
	border-color: #999;
}

hr.light {
  border-color: #fff;
}
hr.section {
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-color: #E0E0E0;
	border-right-color: #E0E0E0;
	border-bottom-color: #E0E0E0;
	border-left-color: #E0E0E0;
	margin-top: 0px;
	padding-top: 0px;
}

a {
	color: #EA5A0B;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	
}

a:hover {
  color: #EA5A0B;
}



h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	color: #EA5A0B;
}

.bg-primary {
  background-color: #EA5A0B !important;
}

.bg-dark {
  background-color: #212529 !important;
}
.background_white {
	background-color: #ffff; !important;
}
.background_gray {
	background-color: #f5f5f5; !important;
}
.background_gray-light {
	background-color: #f8f8f8; !important;
}
.background_icc2019 {
	background-image: url(../img/home_ICC2019.jpg);
	background-position: center bottom;
	background-size: cover;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

section {
  padding: 8rem 0;
}
section.event_section  {
  padding: 0px;
  margin: 0px;
}
section.main_section  {
  padding: 0px;
  margin: 0px;
}
.section-heading {
	margin-top: 0;	
}

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}



#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color:  #EA5A0B;
  font-family: Tahoma, Geneva, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#mainNav .navbar-brand {
  font-weight: 700;  
  color: #FFFFFF;
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}

#mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #FFFFFF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.9);
}

#mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #FFFFFF;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
	color: #FFFFFF !important;
	background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
#mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}
#mainNav .navbar-text  {
	color: #fff;
	display: none;
  }

#mainNav .navbar-nav > li.nav-item > ul.dropdown-menu {
	color: #fff;
	background-color: #0E0501;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#mainNav .navbar-nav > li.nav-item > ul.dropdown-menu > li.nav-item > a.nav-link,
#mainNav .navbar-nav > li.nav-item > ul.dropdown-menu > li.nav-item > a.nav-link:focus {
  font-size: .9rem;
	font-weight: 700;
	text-transform: none;
	color: rgba(255, 255, 255, 0.9);
	background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > ul.dropdown-menu > li.nav-item > a.nav-link:hover,
#mainNav .navbar-nav > li.nav-item > ul.dropdown-menu >  li.nav-item > a.nav-link:focus:hover {
  color: #FFFFFF;
  background-color: transparent;
}

#mainNav .navbar-nav > li.nav-item > ul.dropdown-menu >  li.nav-item > a.nav-link.active,
#mainNav .navbar-nav > li.nav-item > ul.dropdown-menu >  li.nav-item > a.nav-link:focus.active {
	color: #FFFFFF !important;
	background-color: transparent;
}


@media (min-width: 1200px) {
   #mainNav .navbar-text  {
	color: #fff;
	display:block;
  }
  
}
@media (min-width: 992px) {
  #mainNav {
    border-color: transparent;
    background-color: rgba(0, 0, 0, 0.4);
	
  }
  #mainNav .navbar-brand {
    color: rgba(255, 255, 255, 0.9);
  }
  #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
    color: #fff;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link {
    padding: 0.5rem 1rem;
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    color: rgba(255, 255, 255, 0.9);
  }
  #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #fff;
  }
  #mainNav.navbar-shrink {
	border-bottom: 1px solid rgba(33, 37, 41, 0.1);
	background-color: #EA5A0B;
  }
  #mainNav.navbar-shrink .navbar-brand {
	color: #FFFFFF;
  }
  #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
    color: #FFFFFF;
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus {
     color: rgba(255, 255, 255, 0.9);
  }
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    color: #FFFFFF;
  }
 

  #mainNav.navbar-shrink .navbar-nav > li.nav-item > ul.dropdown-menu {
	color: #fff;
	background-color: #EA5A0B;
	border-color: #EA5A0B;
}
  #mainNav.navbar-shrink .navbar-nav > li.nav-item.dropdown > a.nav-link,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item.dropdown > a.nav-link:focus {
     color: rgba(255, 255, 255, 0.9);
	 background-color: transparent;
 }
 #mainNav.navbar-shrink .navbar-nav > li.nav-item.dropdown > a.nav-link:hover,
  #mainNav.navbar-shrink .navbar-nav > li.nav-item.dropdown > a.nav-link:focus {
     color: #FFFFFF;
	 background-color: transparent;
 }
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-toggler {
  color: rgba(255, 255, 255, 0.9);
  border-color: rgba(255, 255, 255, 0.7);
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #666666;
}

@media (max-width: 992px) {
 #mainNav .navbar-nav > li.nav-item > ul.dropdown-menu {
	color: #fff;
	background-color: #EA5A0B;
	border: none;
	padding-left: 20px;
	}
}

header.masthead {
	background-image: url(../img/home_ICC2019.jpg);
	background-position: center center;
	background-size: cover;
	padding-top:9rem;
	padding-bottom: 1rem;
}
header.masthead_inside {
	background-image: url(../img/home_ICC2019.jpg);
	background-position: center center;
	background-size: cover;
	padding-top: 7rem;
	padding-bottom: 1rem;
}
header.masthead hr {
  margin-top: 30px;
  margin-bottom: 30px;
}

header.masthead h1 {
  font-size: 2rem;
}

header.masthead p {
  font-weight: 300;
}
.title_decoration_black {
	color: #FFF;
	background-color: #000000;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
}
.title_decoration_orange {
	color: #FFF;
	background-color: #ea5a0b;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	display: inline-block;
}

@media (min-width: 768px) {
  header.masthead p {
    font-size: 1.15rem;
  }
}

@media (min-width: 992px) {
  header.masthead {
   padding-top: 9rem;
    padding-bottom: 1rem;
  }
  header.masthead h1 {
    font-size: 2.5rem;
  }
}

@media (min-width: 1200px) {
  header.masthead h1 {
	font-size: 3rem;
	margin-top: 15px;
  }
}
.carousel-caption h5  {
	font-size: 2rem;
	color: #FFF;
	font-weight: 600;
  }
.carousel-caption h4  {
	font-size: 4rem;
	color: #FFF;
	font-weight: 600;	
  }
 .background-lim {
	background-color: #000;
	display: inline-block;
	padding-right: 4px;
	padding-left: 4px;
	}
.full-width-image-venue {
	text-align: center;
	height: 300px;
	background-image: url(../img/vicenza.jpg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	background-size: contain;
	-o-background-size: contain;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #FFF;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}

.event_section .event_section-text {
  padding: 3rem;  
}
.opacity_bgwhite {  
  background-color: rgba(255, 255, 255, 0.9)
}
.opacity_bggray {  
  background-color: rgba(245, 245, 245, 0.9)
}

.event_section .event_section-img {
	min-height: 30rem;
	background-size: cover;
	background-position: center bottom;
}

@media (min-width: 768px) {
  .event_section .event_section-text {
    padding: 7rem;
  }
}



.spacearea {
	min-height: 20rem;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #FFFF;
}

.spacearea-responsive {
  display: block;
  max-width: 100%;
  height: 20rem;
}

.service-box {
  max-width: 400px;
}

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

.portfolio-box .portfolio-box-caption {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  padding: 0 15px;
  font-family: 'OpenSansCondensedLight', Arial, sans-serif;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 30px;
}

.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}

.portfolio-box:focus {
  outline: none;
}

@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 28px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 38px;
  }
}

.text-primary {
  color: #EA5A0B !important;
}

.btn {
	font-weight: 700;
	border: none;
	border-radius: 0.8rem;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	font-size: 1.4rem;
}

.btn-xl {
  padding: 0.5rem 2rem;
}

.btn-primary {
  background-color: #EA5A0B;
  border-color: #EA5A0B;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	color: #fff;
	background-color: #CB4E0A !important;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important;
}

.btn-link {
  color: #888888;
}

.btn-link:hover {
  color: #EA5A0B;
  text-decoration: underline;
}
.btn-lg, .btn-group-lg > .btn {
  padding: 0.8rem 1.52rem;
  font-size: 1.6rem;
  line-height: 1.5;
  border-radius: 0.rem;
}

.back-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 50%;
	right: 10px;
	margin-top: -20px;
	background-color: black;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	border: 1px solid grey;
	border-radius: 4px;
	z-index: 2000;
	display: none;
	background-image: url(../img/scrolltop.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	cursor: pointer;
		}
		
		
/* Footer
---------------------------------*/

#footer-infow {
	background-color: #FFFFFF;
	padding: 4px;
}
#footer-info {
	background-color: #000000;
	color: #FFF;
	padding: 15px;
}
#footer-info p, #footer-info h1, #footer-info h2, #footer-info h3, #footer-info a,  #footer-info h4,  #footer-info h5  {
	color: #FFF;
	
}
#footer-info h2 {
	color: #FFF;
	font-size: 1.5em;
	text-transform: none;
}

/* stylish list
---------------------------------*/

ol.rectangle-list {
	counter-reset: li; /* Initiate a counter */
	list-style: none; /* Remove default numbering */
    *list-style: decimal; /* Keep using default numbering for IE6/7 */
	padding: 0;
	margin-bottom: 4em;
	
}

ol.rectangle-list ol {
    margin: 0 0 0 2em; /* Add some left margin for inner lists */
}
.rectangle-list a{
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background:#f5f5f5;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out; 
	cursor:default;  
}

.rectangle-list a:hover{
    background: #EA5A0B;
	color: #FFF;
}   

.rectangle-list a:before{
	content: counter(li);
	counter-increment: li;
	position: absolute;
	left: -2.5em;
	top: 50%;
	margin-top: -1em;
	background: #EA5A0B;
	height: 2em;
	width: 2em;
	line-height: 2em;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 1.5rem;
}

.rectangle-list a:after{
    position: absolute; 
    content: '';
    border: .8em solid transparent;
    left: -0.8em;
    top: 50%;
    margin-top: -.6em;
    transition: all .3s ease-out;               
}

.rectangle-list a:hover:after{
    left: -.8em;
    border-left-color: #EA5A0B;             
}   
  
.cornice { border:1px solid green }

.cornice_titolo {
  padding: 0.2em 0.5em;
  border:1px solid green;
  color:green;
  font-size:90%;
  text-align:right;
  }
 
 /* Images events */

.event01-image {
	background-image: url(../img/event/additive.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
}

.event01-image-list {
	background-image: url(../img/event/additive.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
}
.event02-image {
	background-image: url(../img/event/innovation.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event02-image-list {
	background-image:  url(../img/event/innovation.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}
	
.event03-image {
	background-image: url(../img/event/EU.jpg); 
	background-color: #cccccc; 
	height: auto; 
	min-height: 300px;
	background-position: center center; 
	background-repeat: no-repeat;
	background-size: cover;
}

.event03-image-list {
	background-image:  url(../img/event/EU.jpg); 
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}

.event04-image {
	background-image: url(../img/event/factory.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event04-image-list {
	background-image:  url(../img/event/factory.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}

.event05-image {
	background-image: url(../img/event/recurdyn.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event05-image-list {
	background-image:  url(../img/event/recurdyn.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}

.event06-image {
	background-image: url(../img/event/civil.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.event06-image-list {
	background-image:  url(../img/event/civil.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}

.event07-image {
	background-image: url(../img/event/magnesio.jpg);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.event07-image-list {
	background-image: url(../img/event/magnesio.jpg);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}
	
.event08-image {
	background-image: url(../img/event/digital.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.event08-image-list {
	background-image: url(../img/event/digital.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}
.event09-image {
	background-image: url(../img/event/floxnex_general.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event09-image-list {
	background-image: url(../img/event/floxnex_general.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}
.event10-image {
	background-image: url(../img/event/foundry.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event10-image-list {
	background-image: url(../img/event/foundry.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}
.event11-image {
	background-image: url(../img/event/particleworks_2.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event11-image-list {
	background-image: url(../img/event/particleworks_2.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}
.event12-image {
	background-image: url(../img/event/ArtificialIntelligence.png);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event12-image-list {
	background-image: url(../img/event/ArtificialIntelligence.png);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}

.event13-image {
	background-image: url(../img/event/ToleranceManagement.jpg);
	background-color: #cccccc;
	height: auto;
	min-height: 300px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.event13-image-list {
	background-image: url(../img/event/ToleranceManagement.jpg);
	background-color: #cccccc;
	height: auto;
	min-height: 150px;
	background-position: center ;
	background-repeat: no-repeat;
	background-size: cover;
	}

.text_over_opacity {
	margin-top: auto;
	margin-bottom: auto;
	padding:10px;
	background-color: rgba(0, 0, 0, 0.5);
}
.text_over_opacity_white {
	margin-top: auto;
	margin-bottom: auto;
	padding:10px;
	background-color: rgba(255, 255, 255, 0.8);
}
hr.events {
	margin: 0px;
	padding: 0px;
	border-top: 10px solid #f8f8f8;	
}
.otherlanguage {
	font-style: italic;
	color: #999;	
}
.text-smaller {
	font-size: 0.9rem;
	color: #999;	
}
.text-orange {
	color: #EA5A0B;	
}

.decoration_orange {
	color: #FFF;
	background-color: #EA5A0B;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline-block;

}

#mainNav.navbar-shrink  .decoration_orange {
	color: #FFF;
	background-color: #000;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: inline-block;

}
.curri {
	line-height: 1;
}
.roundedevent {	
	border: 8px solid #f8f8f8;
}

#banner h2,  #banner h2 a {
	color: #FFF;
  }
@media (max-width: 1200px) {
 #banner h2{
	font-size: 1.5rem;
	
  }
}
@media (min-width: 1200px) {
 #banner h2{
    font-size: 1.7rem;
	
  }
}

.card-img-top-speaker {
	width: 50%;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


#timer {
  }
  
@media (max-width: 991.98px) {
#timer {
       }
	   }
#timer .time {
	font-size: 38px;
	font-weight: 200;
	color: #FFFFFF;
	text-align: center;
}
    
  
#timer .time span {
	font-size: 16px;
	display: block;
	color: #FFFFFF;
	text-align: center;
	}

#carouselevent .card-body  {
	min-height: auto;
	height: auto;
	font-weight: bold;
     }
	 
#carouselevent .card-title  {
	font-weight: bold;
     }

#carouselsponsor .img-thumbnail  {
	padding:8px;
     }
	 
@media (min-width: 600px) {
#carouselevent .card-body  {
	min-height: 11.5rem;
	height: auto;
     }
	   }
	   
 @media (min-width: 1000px) {
  #carouselevent .card-body  {
	min-height: 15rem;
	height: auto;
     }
}

@media (min-width: 1500px) {
 #carouselevent .card-body  {
	min-height: 13.5rem;
	height: auto;
     }
}

#carouselspeakers .card-body  {
	min-height: auto;
	height: auto;
	font-weight: bold;
     }
	 
#carouselspeakers .card-title  {
	font-weight: bold;
     }

	 
@media (min-width: 600px) {
#carouselspeakers .card-body  {
	min-height: 10rem;
	height: auto;
     }
	   }
	   
 @media (min-width: 1000px) {
  #carouselspeakers .card-body  {
	min-height: 12rem;
	height: auto;
     }
}

@media (min-width: 1500px) {
 #carouselspeakers .card-body  {
	min-height: 12rem;
	height: auto;
     }
}


.full-width-image-cae {
	text-align: center;
	height: 300px;
	background-image: url(../img/sfondo_home.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #000;
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 0px;
}
.opacity {
	opacity: 0.7;
}

.margin-video-top {
	margin-top:0px;
	margin-bottom:0px;
}
@media (min-width: 991.98px) {
.margin-video-top {
	margin-top:-300px;
	margin-bottom:0px;
}
}
@media (max-width: 991.98px) {
.full-width-image-cae {
		
}
}
#exibitors2019 .card-body {
	padding-top: 0px;
}

#carouselsponsor .item:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	border: 0px;
}

#carouselsponsor img {
	transition: all 0.4s ease-in-out;	
}

   
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FF8040;
}
.effect_image:hover {
  
   max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;  
}
.effect_image img {
	max-width: 100%;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -o-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: all .6s ease; /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
  }
  
.effect_image:hover img {
	overflow: hidden;
  position: relative;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(0%);
  }


#program h1, #program h2, #program h3, #program h4 {
	font-weight: bold;
}
#sessionevent h4, #sessionevent h5 {
	font-weight: bold;
}

.background_orangelight {	
	background-color: rgba(224, 98, 11, 0.1)
}


#tabs .nav-tabs .nav-item .nav-link, .nav-tabs .nav-link{
	border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
	font-size: 1.8rem;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
	color: #666;
	
}
#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #EA5A0B;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid !important;
    font-size: 1.8rem;
	font-family: 'OpenSansCondensedLight', Arial, sans-serif;
    font-weight: bold;
}
.session_text_box { 
     max-height: 50px; 
     overflow: hidden; 
 } 

 
 .session_read_more { 
	 font-size: 0.9rem;

 } 
 .session_text_box_big{ 
     max-height: 115px; 
     overflow: hidden; 
 } 

.bg_black {
	background-image: url(../img/sfondo_icc_inside.png);
	background-position: center center;
	background-size: cover;
	background-color: #000;
 } 
#exibitors_iniziatives {
	padding-top:80px;
 } 
#poster .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	color: #EA5A0B;
	background-color: rgb(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	font-weight: bold;
	font-size: 1.3rem;

}
#poster h4.card-header {	
	padding-left:2rem;
	text-indent:-1.1rem;
	
}
#poster_w .card-header {
	padding: 0.75rem 1.25rem;
	margin-bottom: 0;
	color: #FFFFFF;
	background-color: #EA5A0B;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	font-weight: bold;
	font-size: 1.3rem;
}
#poster_w h4.card-header {	
	padding-left:3.5rem;
	text-indent:-1.5rem;
	
}
.session_text_box_poster{ 
     max-height: 180px; 
     overflow: hidden; 
 } 
.session_text_box_poster h5 {
	font-size: 1.2rem;
 } 
.img-poster {
  padding: 1px;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

#research .card-header {
	margin-bottom: 0;
	color: #EA5A0B;
	background-color: rgb(0, 0, 0, 0.03);
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	font-weight: bold;
	font-size: 1.3rem;
	min-height: 70px;
	padding-top: 0.75;
	padding-right: rem;
	padding-bottom: 1.25;
	padding-left: rem;
}

#research .card-body {
	margin-top: 0px;
	padding-top: 0px;	

}

.session_text_box_research h5 {
	font-size: 1.2rem;
 } 

	
		
.bg_fullblack {
	background-color: #000;
 } 