body {
    width: 100%;
    height: 100%;
	font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 16px;
    overflow-x: hidden;
}

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

.navbar-nav {
      flex-direction: row;
}

.nav-link {
  padding-right: .5rem !important;
  padding-left: .5rem !important;
}

.navbar.stuck {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.97);
    box-shadow: 0 1px 12px 0px rgba(51, 51, 51, 0.23);
    -webkit-animation: fadeInDown 1s both;
    animation: fadeInDown 1s both;
}

.link-white {
	color: #eee;
	text-decoration: underline;
}

.link-white:active, .link-white:visited {
	color: #eee;
}

.link-white:hover {
	color: #ccc;
}

.align-left {
	text-align: left;
}

.site-title {
	margin-bottom: 25px;
}

h1 {
    font-size: 2rem;
}

.site-title h2 {
    font-size: 1.6rem;
}

.site-about {
	margin-top: 10px;
}

.img-box {
	margin-top: 10px;
	margin-bottom: 10px;
}

/*speakers*/

.speaker {
	margin-top: 15px;
    margin-bottom: 10px;
    text-align: center;
}

.speaker h3 {
    margin-top: 5px;
    font-size: 1.2em;
    height: 40px;
}

.speaker-btn {
    background-color: #173e98;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 15px;
    margin: auto;
}

.service-icon {
    width: 95px;
    height: 95px;
    border-radius: 50px;
    border: 1px solid #ddd;
    line-height: 95px;
    text-align: center;
    color: #173e98;
    font-size: 30px;
    margin: auto;
}

.project-icon {
    width: 75px;
    height: 75px;
    border-radius: 50px;
    border: 1px solid #ddd;
    line-height: 75px;
    text-align: center;
    color: #173e98;
    font-size: 30px;
    margin: auto;
}

.project-card {
    min-height: 550px;
}

.speaker-social {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.speakers .speaker-social a:hover {
    background: #173e98;
    border: 1px solid #173e98;
    color: #fff;
}
.speakers .speaker-social a {
    color: #173e98;
    background: transparent;
    border: 1px solid #173e98;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 1.1em;
}
.speaker-social a {
    display: block;
    transition: all 0.3s ease-in-out;
    font-size: 1.1em;
}

.line-hr {
    width: 80px;
    height: 5px;
    background-color: #173e98;
    margin: 0 auto;
}

/*schedule*/

.schedule-space {
    background-color:white;
    padding: 10px;
    border: 1px solid #ddd;
}
.timeline {
	list-style: none;
    padding: 0;
    margin: 0;
}

.schedule-item {
    margin-bottom: 10px;
	margin-top: 20px;
    min-height: 65px;
    padding: 0 0 0 20px;
    background-color: transparent;
}

.schedule-item .sch-icon {
    vertical-align: middle;
    top: 25px;
    left: 4px;
    width: 60px;
    height: 60px;
    text-align: center;
    font-size:1.4em;
    line-height: 60px;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-radius: 50%;
	border-color: #173e98;
    overflow: hidden;
    color: #173e98;
}

.schedule-item  .sch-img {
    border-style: solid;
    border-width: 1px;
	border-color: #173e98;
}

.schedule-item .schedule-item-toggle {
    margin-bottom: 0;
    display: block;
    text-decoration: none;
    color: #000000;
}

.schedule-item .item-info {
	text-align: left;
}

.schedule-item .schedule-item-toggle .time {
    margin-bottom: 10px;
    font-size: 15px;
}

.schedule-item .schedule-item-toggle .time .fa {
    margin-right: 5px;
    vertical-align: middle;
    color: #babfcc;
}

.schedule-item .schedule-item-toggle .title {
    margin: 0;
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    line-height: 26px;
}

.schedule-item .item-info .description {
    font-size: 14px;
}

.img-logo {
    height: 50px;
}
/*sections*/
.section-odd {
    min-height: 100%;
    padding-top: 80px;
    text-align: left;
    background: #fff;
}

.section-even {
    min-height: 100%;
    padding-top: 80px;
    text-align: left;
    background: #f3f5f8;
}

.section-title {
    margin-bottom: 60px;
}

.section-info {
    padding-top: 100px;
}

.place
{
    background: url(../img/place_conf.jpg) center center no-repeat fixed;
    background-size: cover;
    position: relative;
    color: #fff;
    margin: 0;
}

.map_container {
	padding: 20px;
}

#p_contact_map {
    width: 100%;
    height: 300px;
}

address {
    background: rgba(0,0,0,0.5);
    box-shadow: rgba(0,0,0,0.5) 2px 2px 2px 2px;
	margin: 20px;
}

.numws {
	width: 50px;
	margin-left:10px;
	padding: 3px 5px;
}

#form {
	margin-top:20px;

}

#form1 input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: none;
}

#form textarea {
    border: none;
    width: 100%;
    height: 100px;
    padding: 10px;
}

#form button:hover {
    background: #173e98;
    color: white;
}
#form button {
    width: 100%;
    height: 50px;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
    background: #173e98;
}

/*footer*/
.site-footer {
    background: rgba(51,51,51,0.08);
}

.social {
    margin-top: 10px;
}

.social li {
	list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding-right: .8em;
}

.footer-text {
	margin-top: 20px;
    display: inline-block;
}

.site-footer .social li a:hover {
    background: #173e98;
    border: 1px solid #173e98;
    color: #fff;
}
.site-footer .social li a {
    color: #173e98;
    background: transparent;
    border: 1px solid #173e98;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 1.3em;
}
.social li a {
    display: block;
    transition: all 0.3s ease-in-out;
    font-size: 1.1em;
}

a, a:hover {
	/* color: #517D1A; */
    color: #173e98;
}

.nav-tabs>li>a {
    font-weight: bold;
}

.countdown {
  margin-top: 10px;
  color: #173e98;
}

#countdown1 span {
  color: #173e98;
  font-size: 16px;
  font-weight: normal;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

#countdown2 span {
  font-size: 16px;
  font-weight: normal;
}

.card {
    border: none;
}

.m-10 {
    margin: 10px;
}
.m-40 {
    margin: 40px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #173e98;
}

.nav-pills .nav-link {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 5px;
}

.new-events {
    margin-top: 20px;
    margin-bottom: 20px;
}
.new-events ul li a {
    border: 1px solid #ddd;
    padding: 7px 10px;
}

.is-danger {
	color: #F44336;
}

.list-inline-item {
    margin-top: 10px;
    margin-bottom: 10px;
}
