body, html {
	font-family: 'Source Sans Pro', sans-serif;
	font-family: 'Titillium Web', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #4e4e4e;
	width: 100% !important;
	height: 100% !important;
}
h1 {
	font-weight: 700;
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	font-weight: 700;
	font-size: 35px;
	margin: 0;
	color: #012834;
	font-family: Source Sans Pro, sans-serif;
}
h3 {
	font-size: 16px;
	font-weight: 700;
	color: #012834;
}
h4 {
	font-weight: 500;
	color: #00565B;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	color: #4e4e4e;
	font-size: 12px;
	
}
h6 {
	font-family: Source Sans Pro, sans-serif;
}
p {
	font-size: 14px;
}
a {
	color: #00565b;
}
a:hover, a:focus {
	text-decoration: none;
	color: #00a4b6;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ddd;
	z-index: 99999;
	height: 100%;
}
#status {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 64px;
	height: 64px;
	margin: -32px 0 0 -32px;
	padding: 0;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
hr {
	height: 4px;
	width: 70px;
	text-align: center;
	position: relative;
	background: #8dc63f;
	margin: 0 auto;
	margin-bottom: 30px;
	border: 0;
}
/* Navigation */
.navbar-custom {
	padding: 0;
	border-bottom: 0;
	letter-spacing: 1px;
	background: #012834;
	text-transform: uppercase;
}
.navbar-custom .navbar-brand {
	font-weight: 600;
}
.navbar-custom .navbar-brand i.fa {
	color: #8dc63f;
}
.navbar-custom .navbar-brand:focus {
	outline: 0;
}
.navbar-custom .navbar-toggle {
	color: #eee;
	font-size: 18px;
	border-radius: 2px;
	padding: 0 4px;
}
.navbar-custom .navbar-toggle:hover, .navbar-custom .navbar-toggle:focus {
	background-color: #8dc63f;
	color: #ffffff;
}
.navbar-custom .navbar-brand .navbar-toggle:focus, .navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}
.navbar-custom a {
	color: #fff;
}
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #4bcd3e;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #4bcd3e;
}
.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}
.brand {
	height: 28px;
	float: left;
	margin-left: 20px;
	padding-top: 5px;
}
.brand a {
	text-decoration: none;
}
.brand a:hover {
	text-decoration: none;
	border-bottom: 0px;
}
.sitename {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	height: 32px;
	padding-left: 5px;
	padding-top: 7px;
	text-transform: none !important; 
}
.sitename_grey {
	display: inline-block;
	font-size: 24px;
	font-weight: normal;
	color: #464646;/*#8dc63f;*/
	height: 32px;
	padding-left: 5px;
	padding-top: 6px;
}

/* Home Section */
#intro {
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	background: url(../img/infinity.png); /*no-repeat center center fixed*/
	/*background-color: rgba(255, 255, 255, .25);*/
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#intro .intro-body {
	display: table-cell;
	vertical-align: middle; 
	background: rgba(4,9,30,0.15);

}
#intro .intro-body H1 {
	font-size: 70px;
	font-weight: 700;
	color: #ffffff;
 }
#intro .intro-body H2 {
	font-size: 25px;
 	color: #ffffff; padding-bottom: 15px;  
 }

#intro .intro-body .brand-heading {
	color: #ffffff;
 }
#intro .intro-body .intro-text {
	font-size: 18px;
}

@media(min-width:768px) {
#intro {
	height: 100%;
	padding: 0;
}
#intro .intro-body .intro-text {
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 100px;
	color: rgba(255,255,255,0.9);
}
}
.btn-default {
	color: #012834 !important;
	background: #4BCD3E;
	border: 0;
	border-radius: 26px;
	padding: 12px 24px;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 700;
	
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #012834;
	background-color: #00a4b6;
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	margin-bottom: 30px;
}
/* Countdown */
.start-in{
	font-weight: 400;
	font-family: Source Sans Pro;
	letter-spacing: 1px;
}
/* About Section */
#about {
	display: table;
	width: 100%;
	height: auto;
	color: #012834;
	/*background: url(../img/--.png) no-repeat  center fixed;
	background-size: cover;*/
	/*padding: 80px 0;
	background: #f6f6f6;
	background: url(../img/about-clouds-01.png) no-repeat center center fixed;*/
}

#about .about-text {
	margin-left: 10px;
}
#about H4 {
	font-size: 20px;
}
#about li {
	/*margin-bottom: 3px;*/
	list-style: none;
	padding: 0;
	font-size: 24px;
}
#about li:before {
	content: none;
	font-weight: 600;
	padding-right: 10px;
	color: #8dc63f;
}
#about i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#about img {
	margin-top: 20px;
}
#about p {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #012834;
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	letter-spacing: .5px;
}
#about h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #4e4e4e;
	font-family: Source Sans Pro, sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#sponsor .about-text {
	margin-left: 10px;
}
#sponsor H4 {
	font-size: 20px;
}
#sponsor li {
	margin-bottom: 3px;
	list-style: none;
	padding: 0;
	font-size: 13px;
}
#sponsor li:before {
	content: "✓";
	font-weight: 600;
	padding-right: 10px;
	color: #8dc63f;
}
#sponsor i.fa {
	float: left;
	display: block;
	margin-right: 15px;
	color: #fff;
	font-size: 44px;
	text-shadow: 0 0 1px #666;
}
#sponsor img {
	margin-top: 20px;
}
#sponsor p {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #012834;
	font-family: Source Sans Pro, sans-serif;
	font-size: 16px;
	letter-spacing: .5px;
}
#sponsor h4 {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #4e4e4e;
	font-family: Source Sans Pro, sans-serif;
	font-size: 13.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
 


/* Team Section */
 
 
#program h4 {
    color: #012834;
    font-size: 14px; font-weight: bold;
}

#program h6 {
    color: #80949A;
    font-size: 14px;
}

#program h3 {
  margin-top: 16px; font-size: 24px !important;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
  border-radius: 50%;
}

.nav-tabs {
  margin-bottom: 20px;
list-style-image: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #012834;
  font-weight: 600;
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  background-color: transparent;
}
.nav-tabs > li{font-size: 30px;}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #012834;
  font-size: 24px;
  font-weight: bold;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: #999;
  background-color: #4bcd3e;
}






.tab-content {
  padding-top: 20px;
}



/* Contact Section */
#contact {
	padding: 80px 0 0 0;
	background: #f6f6f6;
}
#contact .contact-item {
	padding: 10px;
	margin: 10px;
	height: 100px;
	border-radius: 4px;
}
#contact h3 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 40px;
}
#contact form {
	padding: 30px 0;
}
#contact i.fa {
	font-size: 22px;
	color: #8dc63f;
	margin-bottom: 10px;
}
#contact .text-danger {
	color: #ff3333;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: Source Sans Pro, sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact .btn-default {
	background: #8DC63F;
	border: 0;
	border-radius: 26px;
	padding: 10px 20px;
	color: #fff;
	margin-top: 15px;
	font-size: 15px;
	text-transform: uppercase;
	font-family: Source Sans Pro, sans-serif;
	font-weight: 700;
}
#contact .btn-default:hover, #contact .btn-default:focus {
	color: #fff;
	background: #00a4b6;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#contact .social ul {
	margin-top: 30px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 24px;
	padding-top: 8px;
	color: #cf5022;
	border-radius: 4px;
	transition: all 0.3s;
}
#contact .social i.fa:hover {
	color: #a13e1a;
}
/* Footer Section*/
#footer {
	background: #333;
	color: #777;
	padding: 20px 0;
	text-align: center;
}
#footer a {
	color: #999999;
}
#footer a:hover, a:focus {
	color: #8dc63f;
}
#footer p {
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}


@media (max-width: 768px) {
.hover-bg .hover-text {
	padding: 20%;
}
}

@media (max-width: 640px) {
#intro .intro-body H1 {
	font-size: 5em;
}
}

#Conference{padding:30px 0;font-size:24px;font-weight:600;}
#Conference span{font-size:14px;font-weight:200;margin-right:30px;}
@media (max-width: 736px){
	#Conference span{font-size:12px;
	}
} 

.Speakers{ margin-top:20px; }
.greencolor{ color:#4BCD3E !important; font-weight:bold !important;}
.viewvideo{ font-size:18px; vertical-align: baseline;}