/* MAIN */
.btn-blue { background: #111339 !important; border: 1px solid #111339 !important }
.navbar>.container { width: 1280px !important; }
.nav > li > a { padding: 20px 8px !important; }
.navbar-menu-widthfix.navbar .navbar-button { margin: 13px 8px; }
#commentsBox { display: none; }
body, .navbar-default .navbar-nav > li > a, .speaker__name, .speaker-row{
	color: #111339;
}
.orange{
	color: #e74c3c;
}
.darkblue{
	color: #111339;
}
.page-header{
	background-position: bottom;
}
.red{
	color: #e74c3c;
}
.bg1{
	background-image: linear-gradient(to right, #dd3d31, #140e32);
	color: #eee;
}
.pointer_img img:hover, .cursor-pointer:hover{
	cursor: pointer;
}

/* NAV */
.navbar-menu-widthfix.navbar .navbar-brand img {
    max-height: 37px;
}
.navbar-menu-widthfix.navbar.scrolled .navbar-brand img{
    max-height: 30px;
}

/* BANNER */
.relative{
	position: relative;
}
.div-btn{
	margin: auto;
	display: flex;
}
.div-btn > .btn{
	margin: 10px auto;
}


/* HOME */
.list-home li{
	list-style: none;
}
.list-home li:before{
	content: '';
	display: inline-block;
	height: 10px;
	width: 10px;
	background-image: url('/conf-data/Absldigitalforum2020/images/list-bullet_dot.png');
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 10px;
	margin-bottom: 1px;
}

/* AGENDA */
#program{
	margin: 15px 0;
}
.moreContent{
	display: none;
}
#program .nav-tabs > li.active::before, #program .nav-tabs > li.active > a{
	background: #e74c3c;
	color: #fff;
}
.content{
	font-weight: bold;
}
.speaker-row{
	padding: 10px;
	display: table;
	width: 100%;
	height: 100%;
}
.speaker-row img{
	max-width: 100px;
	margin: auto;
	border-radius: 50%;
}
.modal-opener{
	text-decoration: underline;
	font-weight: bold;
}
/* SUMMARY */
.indent{
	font-size: inherit;
	/*text-indent: 0.7em;*/
	text-align: justify;
}
.summary .schedule__desc{
	border-left: none;
	padding-bottom: 100px;
}
.summary  p {
	/*text-transform: uppercase;*/
	font-weight: bold;
	font-size: 20px;
	margin: 10px 0 20px;
}
.video-summary{
	width: 60%;
	heigth: 100%;
}

/* FOOTTER */
.footer{
	background: #ccc;
}
.footer__content{
	min-height: 10px;
}
.footer .col-xs-12, .footer [class^="col-"]{
	margin-bottom: 0;
}

/* MODAL */
#cboxClose{
	top: 0;
}
.modal-partner{
	max-width: 1000px;
	min-width: 200px;
	padding: 20px;
}
.partner-link{
	/*color: #e74c3c;*/
}

.cspeaker__desc{
	padding-left: 20px;
}
.cspeaker__photo img{
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	-webkit-transition: -webkit-box-shadow 0.3s;
	transition: -webkit-box-shadow 0.3s;
	-o-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
	width: 100px;
	height: 100px;
}
.cspeaker__name {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.1;
	position: relative;
	overflow: hidden;
	padding-bottom: 8px;
	margin-bottom: 0;
	display: inline-block;
}
.cspeaker__name::after{
	content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e74c3c;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: translateZ(0) translateX(-110%);
            transform: translateZ(0) translateX(-110%);
}
.cspeaker__institution{
	color: #aaa;
}
.cspeaker-modal .cspeaker__name::after{
	-webkit-transform: translateZ(0) translateX(0);
	        transform: translateZ(0) translateX(0);
}
.cspeaker-modal{
	padding: 20px;
	max-width: 800px;
}
.cspeaker-modal__header{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.cspeaker-modal__content{
	margin-top: 15px;
	text-align: justify;
}

/* MEDIA */
@media(min-width: 768px){
	.lead{
		font-size: 18px;
	}
	.img-w10 img{
		width: 10%;
	}
	.img-w15 img{
		width: 15%;
	}
	.img-w20 img{
		width: 20%;
	}
	.img-w25 img{
		width: 25%;
	}
	.img-w30 img{
		width: 30%;
	}
	.img-w35 img{
		width: 35%;
	}
	.img-w40 img{
		width: 40%;
	}
	.img-w45 img{
		width: 45%;
	}
	.img-w50 img{
		width: 50%;
	}
	.img-w60 img{
		width: 60%;
	}
	.img-w65 img{
		width: 65%;
	}
	.img-w70 img{
		width: 70%;
	}
	.img-w75 img{
		width: 75%;
	}
	.img-w90 img{
		width: 90%;
	}
	.div-btn{
		position: absolute;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
  .summary .tab-content .row {
    padding-bottom: 100px;
  
  }
	.video-summary{
		width: 90%;
		height: 200px;
	}
}
@media(min-width: 500px){
	/*.video-summary{
		width:30%;
		height: 50%;
	}*/
}