@import url("bootstrap.4.1.1.min.css");
@import url("fontawesome.5.0.12.all.min.css");

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* General */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

*, *:focus  { 
    outline:none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	-webkit-tap-highlight-color: transparent; 
	border-color: inherit;
}

html {
	width: 100%;	
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background: #fff;
	font-family: Roboto, Arial;
	font-size: 15px;
	color: #707070;
	line-height: 1.5;
}

main {
	padding: 70px 0px 0px 0px;
}

a, a:focus, a:visited {
	color: #db023f;
	font-weight:bold;
	transition: 0.5s;
}

a:hover, a:active {
	color: #000;
	outline: none;
	text-decoration: none;
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Typography */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

h1 { color: #db023f; font-weight: normal; }
h1 small { color: #707070; }

h2 {
	font-size: 2.2rem;	
}

@media (max-width: 768px) {
	h2 { text-align:center; }
}


h2, h3 {
	color: #db023f;
	font-weight: normal;
}

h4 {
	
	font-weight: normal;
}


p {
	margin: 0px 0 0px 0;
	padding: 10px 0 10px 0;
}

h2 + ul {margin-top:30px;}

.img-responsive { width:100%; height:auto; }

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Lists */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

ul {
	margin: 0px 15px 15px 15px;
	list-style:disc; 
	text-align: justify;
}

ul > li > ul > li { color:#777777;}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Header */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

header {    
	width: 100%;
    padding: 70px 0px 70px 0px;
	background: url(../../img/core/header.jpg) center center no-repeat; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	text-align: center;
	border-bottom:1px solid #e5e5e5;
}

header h1,  header h2 {     
	font-weight: normal;
	color: #fff;
}

@media (min-width: 768px) {  header { text-align: left; } }


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Sections */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

section { padding: 50px 0;}

section .container + .container { margin-top: 25px; }

section.white {background: #ffffff; border-bottom:1px solid; border-color:#e5e5e5}

section.primary {background: #f3f3f3; border-bottom:1px solid; border-color:#e5e5e5}
section.primary hr {border-color:#009c9e;}

section.secondary {background: #ececec; border-top:1px solid; border-bottom:1px solid; border-color:#e5e5e5}
section.secondary hr {border-color:#009c9e;}

.about {
	background: #fff;
	color: #fff;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Intro */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.intro { 
	position: relative;
	width: 100%;
	height: 100vh; 
	margin-top:-70px;
    padding: 0px;
	background: url(../../img/core/red-02.jpg) center center no-repeat; 
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	text-align: center;
}

.intro .logo {
	width: 100%;
}


@media (min-width: 1024px) {
  .intro {
		background-attachment: fixed;
  }
}


.intro .intro-text {
	display: block;
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%) 
}


@media (max-width: 768px) {
	.intro { padding: 0 0 50px 0;  }
	.intro h1 { margin-top: 20px; }
}

.intro h1, .intro h1 small, .intro a { color:#fff; }

.function { margin-top: 20px; }
.function > .functionname { font-size: 19px; }
.function > .affiliation { font-size: 15px; }


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Address */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 768px) {
	.address { text-align:center; }
}


/* --------------------------------------------------------------------------------------------------------------------------- */
/* Service-box */
/* --------------------------------------------------------------------------------------------------------------------------- */

.in-numbers {
	background: #fff;
	border-bottom:1px solid; border-color:#e5e5e5;
}


@media (max-width: 768px) {
	.service-box {padding: 10px;}
}

.service-box {
	text-align: center;
}

.service-box .ico {
	color: #194370;
}


.service-box .title {
	font-size: 27px;
	margin-top: 10px; 
}


.service-box .smalltitle {
	font-size: 17px;
	margin-top: 10px; 
}

@media (max-width: 768px) {
	.service-box .smalltitle {
		font-size: 15px;
		margin-top: 10px; 
	}
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Footer */
/* --------------------------------------------------------------------------------------------------------------------------- */

footer { 
	margin: 0; 
	padding: 20px 0px 20px 0px; 
	font-size: 0.9em; 
	color: #555555; 
	text-align: center;
}

/* --------------------------------------------------------------------------------------------------------------------------- */
/* Navigation menu */
/* --------------------------------------------------------------------------------------------------------------------------- */

.navbar {
	background: #fff;
	border-bottom: #e5e5e5 1px solid;
	font-size: 16px;
	min-height: 70px;
	padding:0;
}

.navbar-nav {
	margin:0;
}	
	
.navbar-nav .nav-link {
	color: #707070;
	width:100%;
	font-weight:normal;
}
	
.navbar-nav .nav-link:hover {
	color: #000; 
}
	
.navbar-nav .nav-link.active {
	color: #707070; 
	background: #ececec;
}

.navbar-light .navbar-nav .nav-link.active {
	color: #707070; 
	background: #ececec;
}
	
.navbar-nav .nav-link.active:hover {
	color: #707070; 
	background: #ececec;
}

.navbar-brand {
	margin-left:15px;
}

@media (min-width: 1023px) {
	.navbar-nav {float:right;}
	.navbar-nav>li>a {padding-top:15px;padding-bottom:15px;}
	.navbar-brand {margin-left:0px;}
}


.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-brand {
	width: 220px;
}

.navbar-brand img {
	width:100%;
	height:auto;
}

.navbar .navbar-toggler, .navbar .navbar-toggler {
    color: #707070;
    border:0;
}


.navbar-toggler {
	margin-right:15px;

}


.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus {
	outline:none !important;
}
  
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Lecture */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.lecture {
	border-bottom: 1px #e1e1e1 solid;
    padding: 20px 0px 20px 0px;
}

.no {
	font-size:21px;
}

.lecture > .title {
	color:#003a7f;
}

.lecture > .event {
	color:#333333;
}

.lecture > .whenandwhere {
	color:#777777;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Article */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.smallico {font-size:30px;}
@media (max-width: 768px) {
	.smallico { margin-top:20px; }
}

.article { border-bottom: 1px #e1e1e1 solid; padding: 20px 0px 20px 0px; }
.article > .info > .title {color:#003a7f;}
.article > .info > .authors {color:#333333;}
.article > .info > .keywords {color:#b29bd1}
.article > .info > .affi {color:#777777; font-size:13px;}
.article > .icons {font-size:21px;}
.article > .icons i {padding:3px}


/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Timeline */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: #194370;
    display: inline-block;
    position: absolute;
    left: 34px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px;
    padding-left: 30px;
}
ul.timeline > li:before {
    content: ' ';
    background: #fff;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #194370;
    left: 20px;
    width: 30px;
    height: 30px;
    z-index: 400;
}

ul.timeline h2 {
	font-size: 25px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Form */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.my-form-control {
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

select:hover {
    cursor: pointer;
}

.my-form-control option:hover {
    cursor: pointer !important;
	background: #194370 !important;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Venue */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.venue-img {
	padding:10px 10px 10px 10px;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Table */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

table thead tr td {
	font-weight:bold;
}

table td.red {
	font-weight:bold;
	background:#db023f;
	color:#fff;
}

table td.session {
	background:#ff0048;
	font-weight:bold;
	color:#fff;
}

.invited-speaker {
	background:#fbc7d5;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* Registration From */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.registration_form .form-control:focus {border:#d22151 1px solid; outline:none !important;outline-width: 0 !important;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-webkit-tap-highlight-color: transparent;}
.registration_form table tr td {vertical-align: middle;}
.registration_form input[type=submit] {background:#d22151;color:#fff;}
.registration_form input[type=submit]:hover {cursor:pointer;background:#b01c44;color:#fff;}
.registration_form input[type="file"] {background: none;}

input[type=submit] {background:#d22151;color:#fff;}
input[type=submit]:hover {cursor:pointer;background:#b01c44;color:#fff;}

/*-----------------------------------------------------------------------------------------------------------------------------------------------*/
/* right-nav */
/*-----------------------------------------------------------------------------------------------------------------------------------------------*/

.right-nav {width:100%; display:block; color:#fff;}
.right-nav > ul {margin-top:30px;padding:0px;list-style-image:none; }
.right-nav > ul > li {display:block;margin:0;  text-align:right; clear:both;}
.right-nav > ul > li.title {font-size:16px; border-bottom:1px solid #e0e0e0; text-align:left; padding-bottom:7px;}
.right-nav > ul > li.title:hover {cursor:default; background:transparent; }

.right-nav > ul > li > a{ color:#ffc2c2;  display:block; font-weight:normal; padding:10px 7px 10px 0px;}
.right-nav > ul > li > a:hover {cursor:pointer; color:#000; text-decoration:none;}


.right-nav > ul  + ul {margin-top:20px;}

.sponsor-logo { 
    text-align: center;
    margin: 10px;
}