body {
	color: #222;
	font: normal 16px "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	background-color: #fff;
	/*overflow-x: hidden;*/
	line-height: 1.5;
}
a {
	color: #036;
	cursor: pointer;
	text-decoration: none;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
a:hover, a:focus {
	color: #2980b9;
	outline: none;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0;
	color:#036;
}
h1 {
	/*border:2px solid #FC0;
	background:#036;
    border-radius:25px;*/
	color:#FC0;
	padding:10px;
	margin-top:50px;
	margin-bottom:50px;
	max-width:350px;
    background: linear-gradient(90deg, rgb(2, 0, 36) 0%, rgb(93, 140, 200) 100%);
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
    border-radius: 25px;
}
p {
	margin-bottom: 20px;
	text-align:justify;
}
p.lead {
	font-size: 24px;
	font-weight: 300;
	text-align:left;
}
p:last-child {
	margin-bottom: 0;
}
ul, ol {
	margin-bottom: 20px;
	color:#333;
	text-align:justify;
}
ul li, ol li {
	text-align:justify;
}
.portinfo li, .portinfo li {
	color:#333;
}
blockquote {
	padding-top: 0;
	padding-bottom: 0;
	border-color: #1ABC9C;
}
blockquote small {
	color: inherit;
}
pre {
	background-color: rgba(255, 255, 255, .5);
	border-color: rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}
/*	Section
	==================================================*/
.section {
	padding: 100px 0 100px 0;
}
.active-section {
	top: 150px 0;
}
.navbar.active-section {
	top: 0 !important;
}
/*	Tab & Collapse Skin
	==================================================*/
.tab-pane {
	padding: 15px 0;
	margin-bottom: 5px;
}
.nav-tabs {
	border-bottom-color: #ecf0f1;
}
.nav-tabs>li>a {
	padding: 10px 0;
	margin-right: 30px;
	color: inherit;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background: transparent;
	border: none;
	border-color: rgba(255, 255, 255, 0);
}
.nav>li>a:hover, .nav>li>a:focus {
	background-color: #ecf0f1;
}
.nav-tabs>li>a:hover, .nav-tabs>li>a:focus {
	color: #1abc9c;
	background: transparent;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background: transparent;
	border: none;
	color: #1abc9c;
	border-bottom: 1px solid #1abc9c;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	background-color: #1abc9c;
}
.nav .caret, .nav a:hover .caret {
	border-top-color: #1abc9c;
	border-bottom-color: #1abc9c;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	background-color: #1abc9c;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #bdc3c7;
}
.navbar-inverse .navbar-toggle {
	background-color: #34495e;
	border-color: #2c3e50;
	margin-top: 23px;
}
.navbar-inverse .navbar-toggle:focus {
	outline: none;
}
.panel {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.panel-default {
	border-color: #ecf0f1;
}
.panel-default:last-child {
	margin-bottom: 25px;
}
.panel-default>.panel-heading {
	background: #ecf0f1;
	color: inherit;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	border-top:none;
}
/*	Button & Label
	==================================================*/
.alert {
	color: #FFF;
	border: none;
}
[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
 color: #FFF;
 font-weight: 300;
 text-decoration: underline;
}
.btn, .label {
	font-weight: 300;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
 -moz-transition: all .2s;
 -o-transition: all .2s;
 -webkit-transition: all .2s;
 transition: all .2s;
}
.btn:hover, .btn:focus {
	outline: none;
}
.btn-link {
	color: #1abc9c;
}
.btn-link:hover, .btn-link:focus {
	color: #16a085;
}
.btn-default, .label-default {
	background-color: #34495e;
	border-color: #34495e;
	color: #FFF;
}
.btn-default:hover, .btn-default:focus {
	background-color: #2c3e50;
	border-color: #2c3e50;
	color: #FFF;
}
.btn-success, .label-success, .alert-success {
	background-color: #2ecc71;
	border-color: #2ecc71;
}
.btn-success:hover, .btn-success:focus {
	border-color: #27ae60;
	background-color: #27ae60;
}
.btn-primary, .label-primary {
	background-color: #1F6BAD;
	border-color: #3498db;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #ccc;
	border-color: #1F6BAD;
	color:#1F6BAD;
}
.btn-submit, .label-submit {
	background-color: #1F6BAD;
	border-color: #3498db;
	color:#ccc;
	width:100%;
}
.btn-submit:hover, .btn-submit:focus {
	background-color: #ccc;
	border-color: #1F6BAD;
	color:#1F6BAD;
}
.btn-info, .label-info, .alert-info {
	background-color: #3498db;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2980b9;
	border-color: #2980b9;
}
.btn-warning, .label-warning, .alert-warning {
	background-color: #e67e22;
	border-color: #e67e22;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #d35400;
	border-color: #d35400;
}
.btn-danger, .label-danger, .alert-danger {
	background-color: #49B5E3;
	border-color: #49B5E3;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #ccc;
	border-color: #49B5E3;
	color:#1F6BAD;
}
.btn-register {
	background-color: #036;
	border-color: #FC0;
	color:#FC0;
	padding:10px;
    box-shadow: inset 0 3px 6px rgba(0,0,0,0.16), 0 4px 6px rgba(0,0,0,0.45);
    border-radius: 20px;
}
.btn-livestream {
	background-color: #000;
	border-color: #036;
	color:#036;
}
.btn-livestream:hover, .btn-livestream:active {
	background-color: #000;
	border-color: #036;
	color:#fff;
}
.btn-register:hover, .btn-register:focus {
	background-color: #036;
	border-color: #036;
	color:#fff;
}
/*	Header
	==================================================*/
#header {
	box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .05);
	height:80px;
    padding: 15px 0;
}

#logo-title h5{
    font-weight: 600;
}
/*	Parallax Background
	=============
	=====================================*/

#parallax {
	/*height: 780px;*/
  width: 100%;
	top: 0;
	position: fixed;
	/*background: url('../images/main-business-1.jpg') center center no-repeat; */
  background-size: cover;
	z-index: -100;
}
/*	Navbar
	==================================================*/
.navbar-inverse .navbar-brand {
	padding: 15px 15px;
	margin-right: 30px;
	color: #000;
	font-size:24px;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
	color: #ccc;
}
.navbar-inverse {
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
}
.navbar-right button {
	margin: 0;
}
.navbar-nav>li>a {
	padding: 5px 0;
	margin: 10px 10px;
}
.navbar-inverse .navbar-nav>li>a {
	color: #000;
	font-size:14px;
	font-weight: bold;
	/*text-shadow: 1px 1px #ccc;*/
}


.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
	background-color: transparent;
	background-color: rgba(255, 255, 255, 0);
	color: #036;
}

.navbar-collapse {
    height: 100vh;
	position:relative;
	z-index:99999999;
}
.header-button {
	margin-left: 5px;
}

.title {
	position: fixed;
	font-size:24px;
	font-weight:bold;
	color: #036;
	height: 120px;
	z-index: 1;
	padding:10px 0;
 transition: all .5s;
 /*text-shadow:#000 2px 2px;*/
}
.title img {
	margin:0 10px;
	max-height:100px;
}
.title span {
	font-weight:bold;
	font-size:20px;
}
.hide {
	opacity:1;
}
.show {
	opacity:1;
}
/*	Hero
	==================================================*/
#hero {
	background: rgba(0, 0, 0, 0);
	color: #000;
	margin-top: 100px;
	padding: 0;
}
#hero .lp-element {
	padding: 0;
	background-color: rgba(255, 255, 255, .75);
}
#hero h1 {
	font-size: 60px;
}
#hero p.lead {
	font-size: 1.8em;
}



/*	Live Stream
	==================================================*/
#livestream {
	background-color: #333;
	background: url('../images/img-2.jpg') center center no-repeat;
	background-attachment:fixed;
	padding:0;
	color:#ebebeb;
}
#livestreamcontainer {
	background:rgba(0, 0, 0, 0.8);
}
#livestream .lead {
	color: #09C;
}
#livestream p {
	color:#ebebeb;
}


/*	About
	==================================================*/
#about {
	background-color: #fff;
	background: url('../images/img-3.jpg') center center no-repeat;
	background-attachment:fixed;
	padding:0;
	color:#000;
}
#aboutoutercontainer {
	background:rgba(255, 255, 255, 0.9);
}
#about .lead {
	color: #09C;
}
#about p {
	color:#333;
}
/*	Schedule
	==================================================*/ 
#schedule {
	background-color: #fff;
}
#schedule h4 {
	min-height:50px;
}
#scheduleoutercontainer {
	background:rgba(255, 255, 255, 0.8);
}
#schedule table {
	width:95%;
	margin:0 auto;
/*	border:1px solid #ddd;*/
    border:1px solid #1c94c4;
	background-color:rgba(245, 245, 245, 0.8);
}
/*#schedule table tr td:first-child {
	width:85%;
}*/
#schedule table th, #schedule table td {
	color:#333;
	padding:10px 5px;
	border:1px solid #333;
	vertical-align:top;
}
#schedule table th {
	font-size:18px;
	font-weight:bold;
	text-align:center;
	padding:20px 5px;
}
#schedule table td, #schedule table td ul li {
	text-align:left;
}
#schedule table td ul {
	padding:0;
	margin:0 0 0 20px;
}
#schedule table tr.highlight td {
	background-color:#036;
	color:#fff;
}
/*	moderators
	==================================================*/ 
#moderators {
	background-color: #fff;
	background: url('../images/img-2.jpg') center center no-repeat;
	background-attachment:fixed;
	color: #333;
}
#moderatorsoutercontainer {
	background:rgba(255, 255, 255, 0.8);
}
#moderators .moderator {
	/*height:350px;*/
	margin-bottom:50px;
	text-align:center;
}
#moderators .moderator span {
	font-size:14px;
}
#moderators img {
	display:block;
	clear:both;
	width: 100%;
	max-width:200px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #F90;
	border-radius:50%;
}
#moderators a {
	margin-bottom: 10px;
	display: block;
	border:5px solid #333;
	border-radius:6px;
}
#moderators a:hover {
	-webkit-filter: brightness(120%);
	border:5px solid #036;
	border-radius:6px;
}


/*	Trainers
	==================================================*/ 
#trainers {
	background-color: #fff;
	background: url('../images/img-2.jpg') center center no-repeat;
	background-attachment:fixed;
	padding-bottom:0;
	color: #333;
}
#panelistsoutercontainer {
	background:rgba(255, 255, 255, 0.4);
}
#trainers .panelist {
	/*height:300px;*/
	margin-bottom:50px;
	text-align:center;
}
#trainers .panelist span {
	font-size:14px;
}
#trainers img {
	display:block;
	clear:both;
	width: 100%;
	max-width: 150px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #F90;
	border-radius:50%;
}
#trainers img:hover{
     opacity: 0.3;
    
}

#trainers a {
	margin-bottom: 10px;
	display: block;
	border:5px solid #333;
	border-radius:6px;
}
#trainers a:hover {
	-webkit-filter: brightness(120%);
	border:5px solid #036;
	border-radius:6px;
}
#trainers a, #trainers a:hover {
	border:none;
}
#trainers .panel {
	padding:20px;
	background-color:transparent;
}
#trainers .panel h3, #trainers .panel h4  {
	text-align: center;
}
#trainers .panel p {
	text-align: center;
}
#trainers .panel .innercontainer {
	border: 2px solid #036;
	border-radius: 25px;
	background-color: rgba(255,255,255,0.8);
	padding:10px;
	overflow:auto;
}


/*	Sponsors
	==================================================*/ 
#sponsors {
	background-color: #fff;
	color: #333;
}
#sponsorsoutercontainer {
	background:rgba(255, 255, 255, 0.8);
}
#sponsors .sponsor {
	margin-bottom:50px;
	text-align:center;
}
#sponsors img {
	display:block;
	clear:both;
	width: 100%;
	max-width:300px;
	margin:0 auto;
	height: auto;
	margin-bottom:10px;
	border:2px solid #036;
	border-radius:15px
}
.col-centered{
    float: none;
    margin: 0 auto;
}
#sponsors a {
	margin-bottom: 30px;
	display: block;
	border:5px solid #333;
	border-radius:6px;
}
#sponsors a:hover {
	-webkit-filter: brightness(120%);
	border:5px solid #036;
	border-radius:6px;
}
/*	Event
	==================================================*/ 
#event {
	background:#fff;
	background: url('../images/img-3.jpg') center center no-repeat;
	background-attachment:fixed;
	color:#333;
	text-align: left;
	padding:0;
}
#eventoutercontainer {
	background:rgba(255, 255, 255, 0.8);
}
#event .overview p.lead {
	color:#49B5E3;
	margin: 30px 10%;
	margin-bottom: 40px;
}


/*	Venue
	==================================================*/ 
#venue {
	background:#fff;
	background: url('../images/img-5.jpg') center center no-repeat;
	background-attachment:fixed;
	color:#333;
	text-align: left;
	padding:0;
}
#venueoutercontainer {
	background:rgba(255, 255, 255, 0.8);
}
#venue .overview p.lead {
	color:#49B5E3;
	margin: 30px 10%;
	margin-bottom: 40px;
}
.google-maps {
	position: relative;
	padding-bottom: 25%;
// This is the aspect ratio  height: 0;
	overflow: hidden;
	margin-bottom:50px;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}


/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
#faq {
  padding: 60px 0;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-right: 20px;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
}

#faq #faq-list a.collapse {
  color: #f82249;
}

#faq #faq-list a.collapsed {
  color: #000;
}

#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}


/*	Contact
	==================================================*/ 
#contact {
	background:#fff;
	color:#333;
	text-align: left;
	padding:0;
}
#contactoutercontainer {
	background:rgba(255, 255, 255, 0.8);
	line-height:32px;
}
#contact .overview p.lead {
	color:#49B5E3;
	margin: 30px 10%;
	margin-bottom: 40px;
}


/*	Footer
	==================================================*/ 
#footer {
	background:#fff;
	font-size:14px;
	color:#555;
	text-align: left;
	padding:25px 0;
	border-top: 1px solid #036;
}
#footer text-left {
	text-align:left;
}
#footer text-right {
	text-align:right;
}
.socialicons a {
	margin:3px;
}
.socialicons img {
	width: 42px;
	height: 42px;
	padding:5px;
	border:2px solid #036;
	border-radius:50%;
	background-color:#036;
}

/*	Responsive
	==================================================*/ 
@media (max-width:1400px) {
	.title {
	font-size:18px;
	width:800px;
}
}
@media (max-width:1200px) {
	.title {
	font-size:18px;
	width:700px;
	height:80px;
}
.navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
		background-color:#fff;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
}

@media (max-width: 991px) {
	.navbar-toggle {
		z-index:9999999999;
	}
.title {
	font-size:18px;
}
 .service-block {
 margin-bottom: 30px;
}
 #image img.img-responsive {
 margin-left: auto;
 margin-right: auto;
}
 .faq-block {
 margin: 0 60px;
}
 .navbar-nav>li>a {
 margin: 0 7px;
}
}

@media (max-width: 768px) {
	#header {
	height:100px;
}
    
    
 body {
 font-size: 14px;
}
.title {
	font-size:16px;
	width:500px;
}
.title span {
	font-size:16px;
}
 h1 {
 font-size: 28px;
}
h1 {
	margin-top:10px;
}
 h2 {
 font-size: 24px;
}
 h3 {
 font-size: 20px;
}
 h4, .carousel-inner blockquote p {
 font-size: 18px;
}
 h5 {
 font-size: 16px;
}
 h6 {
 font-size: 14px;
}
 p.lead {
 font-size: 18px;
}
 .section {
 padding: 60px 0;
}
 .overview p.lead {
 margin-bottom: 40px;
}
 .service-block, .img-responsive, .carousel {
 margin-bottom: 30px;
}
 .overview .lead {
 margin-left: 0;
 margin-right: 0;
}
 .container {
 max-width: 690px;
 padding-left: 30px;
 padding-right: 30px;
}
 #newsletter form {
 width: 100%;
 margin: 0;
}
 .input-lg, .btn-lg {
 font-size: 12px;
 height: 37px;
}
 .faq-block {
 margin: 0 40px;
}
#panelists .panelist {
	height:auto;
	margin-bottom:50px;
	text-align:center;
}
#sponsors .sponsor {
	height:auto;
	margin-bottom:50px;
	text-align:center;
}
}
@media (max-width: 490px) {
	#header {
		height:80px;
	}
	#hero {
		margin-top:80px;
	}
	.title {
	font-size:15px;
	width:350px;
}

    
.title span {
	font-size:12px;
}
#header {
	height:80px;
}
 .container {
 max-width: 430px;
 padding-left: 30px;
 padding-right: 30px;
}
 #hero .lp-element {
 margin-top:20px;
}
 #hero h1 {
 font-size: 38px;
}
 #hero p.lead {
 font-size: 1.5em;
}
 #gallery .col-xs-6 {
 width: 50%;
}
 .faq-block {
 margin: 0;
}
.socialicons {
	margin-top:20px;
}
#schedule table {
	overflow: hidden;
	overflow-x: scroll;
	display:block;
}
}
@media (max-width: 1290px) {
	#logo-title h5 {
	font-size: 14px;
}