body {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    position: relative;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Merriweather', serif;
}
.textcenter{
	text-align: center;
}

.padding-bottom {
    padding-bottom: 4rem;
}


.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 700;
  box-shadow: 2px 2px;
  border-radius:0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.btn.btn-md {
  padding: 10px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}

.btn-primary {
  background: #3c4f68;
  color: #fff;
  border: 2px solid #3c4f68;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: transparent !important;
  border-color: #3c4f68 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #3c4f68;
  border: 2px solid #3c4f68;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: transparent;
  color: #3c4f68;
}

.btn-success {
  background: #58ca7e;
  color: #fff;
  border: 2px solid #58ca7e;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #45c46f !important;
  border-color: #45c46f !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #58ca7e;
  border: 2px solid #58ca7e;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #58ca7e;
  color: #fff;
}

.btn-info {
  background: #1784fb;
  color: #fff;
  border: 2px solid #1784fb;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #0477f4 !important;
  border-color: #0477f4 !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #1784fb;
  border: 2px solid #1784fb;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #1784fb;
  color: #fff;
}

.btn-warning {
  background: #fed330;
  color: #fff;
  border: 2px solid #fed330;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #fece17 !important;
  border-color: #fece17 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #fed330;
  border: 2px solid #fed330;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #fed330;
  color: #fff;
}

.btn-danger {
  background: #fb4f59;
  color: #fff;
  border: 2px solid #fb4f59;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #fa3641 !important;
  border-color: #fa3641 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #fb4f59;
  border: 2px solid #fb4f59;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #fb4f59;
  color: #fff;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}





section#top-img {
    background: url(img/main.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 400px;
}
.hero {
    padding-left: 48rem;
}
.hero h1 {
    color: white;
    font-size: 45px;
    text-shadow: 2px 2px 4px #3c4f68;
}
/*.hero img {*/
/*    background: white;*/
/*    padding: 15px;*/
/*    border: 3px solid #4eb3f1;*/
/*    border-radius: 2px;*/
/*    margin: 3rem auto;*/
/*}*/
.hero .stdt {
    font-family: 'Lato', serif;
    color: white;
    letter-spacing: 6px;
    font-size: 32px;
    margin: 0 auto;
    line-height: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 1px #3c4f68;
}
.hero p {
    color: white;
    font-size: 35px;
    line-height: 38px;
    width: 50%;
    margin: 0 auto;
    margin-top: 3rem;
    text-shadow: 1px 1px 1px #3c4f68;
}
@media screen and (max-width: 992px) {
    
.hero {
    padding-left: 0rem;
}
.hero h1 {
	font-size: 30px;
}
.hero img {
    width: 70%;
}
.hero p {
    font-size: 25px;
    line-height: 28px;
    width: 70%;
    margin: 0 auto;
    margin-top: 3rem;
}
.hero .stdt {
    font-size: 16px;
    line-height: 28px;
}

}

/*Header*/
.navbar-default {
    margin-bottom: 0;
    background: white;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #D2D6DF;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
    z-index: 9!important;
}
.navbar-brand, .navbar-nav li a {
    line-height: 60px;
    height: 60px;
    font-weight: 600;
    padding-top: 0;
}



 
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 24px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}











.featured-menu {
    color: #f44336!important;
}
a.buy-btn {
    background: #F44336;
    color: white!important;
    line-height: 40px!important;
    margin-top: 10px;
    height: 40px!important;
    box-shadow: 2px 2px #7b0900;
}
a.buy-btn:hover, a.buy-btn:active, a.buy-btn:focus {
    background: #da4a3f!important;
    transition: 1s;
}
.a-social {
    line-height: 40px!important;
    height: 40px!important;
    border-radius: 50%;
    width: 40px;
    margin-top: 10px;
    margin-right: 10px!important;
    background: #ccc;
    color: white!important;
}
.a-fb:hover, .a-fb:active, .a-fb:focus {
    background: #3b5998!important;
}
.a-twitter:hover, .a-twitter:active, .a-twitter:focus {
    background: #1da1f2!important;
}
a.download-btn {
    background: #F44336;
    font-size: 14px;
    text-align: center;
    color: white!important;
    line-height: 30px!important;
    margin-top: 10px;
    margin-left: 10px;
    height: 40px!important;
    box-shadow: 2px 2px #7b0900;
}
a.download-btn:hover, a.download-btn:active, a.download-btn:focus {
    background: #da4a3f!important;
    transition: 1s;
}
.download-btn span {
    display: block;
    line-height: 10px;
    font-size: 10px;
    margin-top: -5px;
}

@media (max-width: 767px){
.mob-left {
    float: left;
    margin-left: 1rem;
}


}
.navbar-brand>img {
    display: block;
    width: 232px;
    padding: 5px;
}
nav ul li a:focus {
    outline: none;
}

@media screen and (max-width: 992px) {
.navbar-default .navbar-nav>li>a {
    color: #777;
    font-size: 15px;
}
}


/*Conference 2016 and 2015*/
#conf2016, #conf2015, #sponsors {
    background: #f4f9fc;
    padding: 6rem 0;
}


/*SCHEDULE*/
.s-container {
    background: white;
    padding: 3%;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}
.s-single {
    margin-bottom: 4%;
    padding-bottom: 4%;
    border-bottom: 1px solid #ccc;
}

.s-single a {
    color: #3c4f68;
    /*text-decoration: none;*/
}
.schedule-2017 .s-single {
    margin-bottom: 2%;
    padding-bottom: 2%;
}
.s-single:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.s-single.pre-summit {
    border-bottom: 2px solid #3c4f68;
}
.s-img img {
  border-radius: 50%;
  border: 4px solid #90d5ff;
}
 .s-title {
  font-size: 20px;
  color: #3c4f68;
  font-weight: 600;
}
  .s-time, .s-speaker {
  padding: 10px 0;
  font-weight: bold;
  font-style: italic;
  color: #1c2d38;
}
.s-speaker {
    font-size: 20px;
    padding: 5px 0;
}
.s-time:before {
	content: "\e109";
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	position: relative;
	top: 3px;
	padding-right: 5px;
}
.s-single ul {
  padding-left: 1.5em;
  margin-bottom: 2em;
}

.s-nav {
    position: relative;
    text-align: center;
    margin-bottom: 2%;
}
.s-nav .btn-group, .btn-group-vertical {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.07);
}
.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    border: none;
    margin-right: 1px;
    border-right: 1px solid #ccc;
}
.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    border: none;
}
.btn-group>.btn:last-child:not(:first-child), .btn-group>.dropdown-toggle:not(:first-child) {
    border-radius: 0;
    border: none;
    border-left: 1px solid #ccc;
}
.btn-group-lg>.btn, .btn-lg {
    font-size: 18px;
}
.s-nav .btn-default.active, .s-nav .btn-default:active {
    background: #3c4f68;
    color: white;
    border-color: #3c4f68;
    outline: none;
}

/*Video Thumbnail*/
.vid-single {
    position: relative;
}
.vid-single span {
    position: absolute;
    left: 40%;
    top: 40%;
    padding: 10px 20px;
    border-radius: 12px;
    background: red;
    color: white;
    z-index: 8;
}
.vid-single span:hover {
    transition: .5s;
    background: #f10000;
}
.vid-single img{
	position: relative;
	width: 100%;
}
.vid-single:after {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

/*FOOTER*/
footer {
    padding: 4rem 0;
    border-top: 1px solid #D2D6DF;
    box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.07);
}

/*GoToTop*/
.gototop.active{
	display: block;
}
.gototop {
	display: none;
    position: fixed;
    bottom: 20px;
    right: 18px;
}
.gototop span {
    font-size: 20px;
    padding: 10px;
    color: #3c4f68;
    border: 2px solid #3c4f68;
    border-radius: 6px;
    box-shadow: 2px 2px;
}

/*MODAL*/
.modal-content {
    border-radius: 0;
    background: #90d5ff;
}
.modal .s-heading {
    font-family: 'Merriweather', serif;
    font-size: 30px;
    font-weight: 600;
    color: #3c4f68;
    margin-bottom: 3rem;
}
.modal .btn-default {
    background: #3c4f68;
    font-size: 20px;
    color: white;
    border: none;
    border-radius: 0;
}
.modal .help-block {
    color: black;
}
.modal .form-control {
    border-radius: 0;
    border: 1px solid #3c4f68;
    padding: 25px 15px;
    font-size: 20px;
    height: 100%;
}
.modal button.close {
    background: #3c4f68;
    color: white;
    position: absolute;
    padding: 10px 15px;
    border-radius: 50%;
    top: -17px;
    right: -19px;
    opacity: 1;
}


/*2017 speakers*/

.speaker-container {
    position: relative;
    padding: 0;
}

.speaker-container li {
    position: relative;
    list-style: none;
    width: 33%;
    padding: 1%;
    float: left;
    height: 380px;
    text-align: center;
    margin-bottom: 3rem;
}

.speaker-container li:hover {
    border: .5px solid #f5f5f5;
    box-shadow: 0px 10px 10px #dcdcdc;
}

.speaker-container .fa {
    font-size: 22px;
}

h5.sub-text {
    font-style: italic;
    color: #9a9a9a;
    letter-spacing: .2px;
}


.speaker-container img {
    border: 1px solid #ccc;
    border-radius: 50%;
}

.speaker-container a:focus, .speaker-container a:hover {
    outline: none;
    text-decoration: none;
}

.speaker-container .title, .speaker-container .sub-title {
    color:#333;
}

.speaker-container .linkedin, .speaker-container .twitter {
    display: inline-block;
    padding: 0 1rem;
}

.speaker-modal .modal-content {
    border-radius: 0;
    background: #ffffff;
}

.speaker-modal .modal-body {
    position: relative;
    padding: 3rem;
}

.popover {
    border: .5px solid #f5f5f5;
    box-shadow: 0px 0px 8px #00000040;
    border-radius: 3px;
    width:500px;
    max-width: 500px;
}

.popover-content {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    padding-bottom: 14px 19px;
}



@media screen and (max-width: 992px) {
    
.speaker-container li {
    position: relative;
    list-style: none;
    width: 50%;
    padding: 1%;
    float: left;
}

}

@media (max-width: 767px){
    
.speaker-container li {
    position: relative;
    list-style: none;
    width: 50%;
    padding: 1%;
    float: left;
}

}

@media (max-width: 480px){
    
.speaker-container li {
    position: relative;
    list-style: none;
    width: 100%;
    padding: 1%;
    float: left;
}

}



.about-p p {
    font-size: 18px;
}