/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

a {
  color: #4869df;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}


p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  /*background: #fff url(../img/preloader.svg) no-repeat center center;*/
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #f82249;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* Sections Header
--------------------------------*/
#main {
  background: #f6f7fd;
  min-height: 50vh;
}

#main label {
  font-weight: bold;
}

#main .section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

.loading {
  position: relative;
}
.loading::before {
  content: " ";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(255,255,255, .5);
  z-index: 2;
}
.loading .spinner {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
}
.loading .spinner::after {
  content: "\f110";
  font: normal normal normal 12px/1 FontAwesome;
  font-size: 157px;
  display: block;
  /* text-shadow: 0px 0px 15px rgba(0,0,0,.25); */
  color: #efeff8;
  margin-top: 75px;
  animation: spinner 2s linear infinite;
}
@keyframes spinner {
  to {transform: rotate(360deg);}
}

#main .section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 30px);
}

#main .section-header h2, #main .sub-section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

#main .sub-section-header {
  position: relative;
  padding-bottom: 20px;
}

#main .sub-section-header h2 {
  font-size: 26px !important;
}

#main .section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

#main .section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  text-shadow: 2px 2px 3px rgba(0,0,0,.5);
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header .logo {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 5px;
  margin-top: -13px;
  margin-bottom: -8px;

  box-shadow: 2px 2px 5px rgba(0,0,0,.5);
  border-radius: 50px;
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
  box-shadow: 0px 0px 10px rgba(0,0,0,.5);
}

#header #logo h1 {
  font-size: 26px;
  margin: 0;
  padding: 10px 0;
  padding-top: 6px;
  line-height: 1;
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 700;
  text-transform: uppercase;
}

#header #logo h1 span {
  color: #f82249;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a, .nav-menu button {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(255, 255, 255, 0.8);
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

.nav-menu a.menu-active,
.nav-menu a:hover,
.nav-menu button.menu-active,
.nav-menu button:hover {
  color: #fff;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before, .nav-menu > li > button:before  {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f82249;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before, .nav-menu button:hover:before,
.nav-menu li:hover > a:before, .nav-menu li:hover > button:before,
.nav-menu a.menu-active:before, .nav-menu button.menu-active:before {
  visibility: visible;
  width: 100%;
}

.nav-menu li.buy-tickets a {
  color: #fff;
  background: #f82249;
  padding: 7px 22px;
  border-radius: 50px;
  border: 2px solid #f82249;
  transition: all ease-in-out 0.3s;
  font-weight: 500;
  margin-left: 8px;
  margin-top: 2px;
  line-height: 1;
  font-size: 13px;
}

.nav-menu li.buy-tickets a:hover {
  background: none;
}

.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets a.menu-active:before {
  visibility: hidden;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(6, 12, 34, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 17px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  border-top: 1px solid rgba(0,0,0,0);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
#mobile-nav ul li a.menu-active {
  border-top: 1px solid rgba(0,0,0,.2);
  background: rgba(255,255,255,.1);
}

#mobile-nav ul li a:hover {
  color: #f82249;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f82249;
}

#mobile-nav ul .menu-item-active {
  color: #f82249;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 80vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  text-shadow: 3px 3px 5px rgba(0,0,0,.5);
}

#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 0 15px;
}

#intro h1 {
  color: #fff;
  /*font-family: "Raleway", sans-serif;*/
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

#intro h1 span {
  color: #f82249;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

#intro .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#f82249 50%, rgba(101, 111, 150, 0.15) 52%);
  border-radius: 50%;
  display: block;
  position: relative;
  overflow: hidden;
}

#intro .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#intro .play-btn:before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid rgba(163, 163, 163, 0.4);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

#intro .play-btn:hover::after {
  border-left: 15px solid #f82249;
  -webkit-transform: scale(20);
  transform: scale(20);
}

#intro .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

#intro .about-btn {
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #f82249;
}

#intro .about-btn:hover {
  background: #f82249;
  color: #fff;
}

#intro .intro-rotators {
  position: absolute;
  width: 100%;
  bottom: 20px;
  text-align: center;
  z-index: 2;
  margin: 0;
  padding: 0;
}

#intro .intro-rotators li {
  cursor: pointer;
  display: inline-block;
  border-radius: 100%;
  background-color: rgba(255,255,255,.4);
  margin: 6px;
  margin-top: 6px;
  margin-bottom: 4px;
  width: 16px;
  height: 16px;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  transition: 0.5s;
  background-repeat: no-repeat;
  background-position: -100000px -100000px;
}

#intro .intro-rotators li.active {
  background-color: rgba(255,255,255,.75);
  width: 20px;
  height: 20px;
  margin: 2px;
}

@-webkit-keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    -webkit-transform: scale(0.6, 0.6);
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/

#main section {
  padding: 60px 0 60px 0;
  background: #fff;
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #112363;
}

.btn {
  border-radius: 50px;
  margin-right: 10px;
  padding: 5px 40px;
  border: none;
  transition-duration: .5s;
}

.btn:last-child {
  margin-right: 0px;
}

.btn-default {
  background-color: rgba(0,0,0,.1);
  color: #112363;
}


.btn-primary {
  background-color: #112363;
}

.btn:hover, .btn-active {
  color: #fff;
  background-color: #f82249;
  transition-duration: .2s;
}


.btn-small {
  margin-right: 5px;
  font-size: 12px;
  padding: 3px 20px;
}

#main table {
  width: 100%;
  margin-bottom: 20px;
}

#main table thead tr {
  border-bottom: 2px solid #ccc;
}

#main table tbody tr {
  border-bottom: 1px solid #ccc;
}
#main table tbody tr  td {
  padding: 5px;
}

.editor.ace_focus, .editor-small.ace_focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
  transition: .2s;
}
.editor, .editor-small {
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: .5s;
}

.EditorSmall {
}

#admin-footer {
  opacity: .75;
  position: fixed;
  bottom: 15px;
  width: 100%;
  transition-delay: 1s;
  transition-duration: 1s;
  text-align: center;
  z-index: 99;
}

#admin-footer:hover {
  opacity: 1;
  transition-delay: 0s;
  transition-duration: .2s;
}

#admin-footer .menu {
  display: inline-block;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,.75);
  border-radius: 50px;
  padding: 10px;
}

.form-container {
  border: 1px solid #eee;
  border-radius: 10;
  overflow: hidden;
}

#main section:nth-child(2n+1), #main section.section-light-bg, #main .light-bg {
  background: #f6f7fd;
}

#main section.section-white-bg,  #main .white-bg {
  background: #fff;
}

#main section.border-bottom-white {
  border-bottom: 2px solid white;
}

#main section:before {
  display: none;
}

#main section h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

#main section p {
  font-size: 15px;
  margin-bottom: 10px;
}

#main section .social {
  height: 30px;
}

#main section .speaker:hover .details {
  bottom: 0;
}

#main section .ellipsis {
  color: #112363;
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 200%;
  line-height: 15px;
}

/*
  DARK BG SECTION
*/

#main section.section-dark-bg {
  background: #101522;
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

#main section.section-dark-bg:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#main section.section-dark-bg h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

#main section.section-dark-bg h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

#main section.section-dark-bg p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

#main .required::after {
  content: '*';
  margin-left: 5px;
  display: inline-block;
  color: #f82249;
}

.timeline {

}

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

.timeline .date h3 {
  color: #c1c5d2;
  font-size: 30px !important;
}

.timeline .row:last-child .date h3 {
}

.timeline .row:first-child .date::after {
  border: 2px solid #f82249;
  background-color: #f82249;
}

.timeline .row:last-child .date::after {
  border: 2px solid #c1c5d2;
  background-color: #c1c5d2;
}

.timeline .description {
  padding-bottom: 75px;
  padding-left: 65px;
}
.timeline .description::before {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 0px;
  left: 0px;
  top: 25px;
  border-left: 4px solid #c1c5d2;
  z-index: 1;
}

.timeline .row:last-child .description::before {
  border-left: 4px dashed #c1c5d2;
  height: 50%;
}

.timeline .description .title {

}

.timeline .dot {
  width: 24px;
  height: 24px;
  background-color: #f6f7fd;
  border: 4px solid #c1c5d2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0;
  position: absolute;
  top: 43px;
  right: -14px;
  z-index: 2;
  transform: rotate(45deg);
}
.timeline .image {
  width: 75px;
  height: 75px;
  background-color: #fff;
  border: 4px solid #c1c5d2;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 100px;
  position: absolute;
  top: 16px;
  right: -38px;
  z-index: 2;
}

.timeline .description p.content {
  color: #9195a2;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

.schools-details .school {
  transition: 1.5s;
  overflow: hidden;
}

.schools-details.active .school {
  /*max-height: 1600px;*/
}

#main h2 a, #main h3 a, #main h4 a {color: #0e1b4d; display: block;}

#main .show-details-btn {
    color: white;
    background-color: #112363;
    border: none;
    border-radius: 100px;
    padding: 4px 15px;
    transition: 1s;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
}
#main .show-details-btn:hover {
    color: white;
    background-color: #f82249;
    transition: .2s;
}

.schools-details:nth-child(2n+2) {
  background: #f6f7fd;
}

.schools-details .map-venue {
  padding: 2px;
}
.schools-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

.schools-details .details .social {
  margin-bottom: 15px;
}

.schools-details .details .social a {
  background: #e9edfb;
  color: #112363;
  line-height: 1;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  padding-top: 9px;
}

.schools-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

.schools-details .details .social a i {
  font-size: 18px;
}

#main p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

.schools-details .week {
  width: 100%;
  position: relative;
  color: #112363;
}
.schools-details .legend {
  font-size: 10px;
  margin-top: 5px;
  text-align: center;
}
.schools-details .legend > span {
  margin-right: 10px;
  display: inline-block;
}

.schools-details .week table  {
  width: 100%;
  border-radius: 10px;
  background: rgba(0,0,0,.03);
}

.schools-details .week table th {
  text-align: center;
  border-bottom: 2px solid #ccc;
  padding-top: 5px;
  color: black;
}

.schools-details .week table td {
  vertical-align: top;
  text-align: center;
  position: relative;
}

.schools-details .week table td::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  top: 0px;
  border-left: 1px solid #d8d8d8;
}
.schools-details .week table td > div {
  margin: 2px 0;
  height: 24px;
}
.schools-details .week table td .classinfo {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  width: 24px;
  height: 24px;
  background-color: #112363;
  color: #fff;
  line-height: 16px;
  padding: 4px 5px;
  white-space: nowrap;
  z-index: 1;
  overflow: hidden;
  margin-left: 0px;
  left: 0px;
  transition: 1s;
  font-size: 12px;
}
.schools-details .week table td .classinfo > span {
}
.schools-details .week table td .classinfo .details {
  display:none;
}
.schools-details .week table td:hover .classinfo .details {
  display: inline-block;
  margin-left: 3px;
}
.schools-details .week table td:hover .classinfo {
  opacity: 1;
  z-index: 10;
  width: 110px;
  background-color: #f82249;
  transition: .5s;
}

.schools-details .week table th:first-child { width: 1%; }
.schools-details .week table td:first-child {
  border-right: 2px solid #ccc;
  text-align: right;
  width: 1%;
  min-width: 32px;
  color: #9195a2;
}
.schools-details .week table td:first-child > div {
  padding: 4px 0px;
  font-size: 12px;
  font-weight: bold;
}
.schools-details .week table td:first-child::before  {
  border-left: none;
}

#main .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

#main .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

#main .nav-tabs button, #main .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 8px 40px;
  outline: none;
  cursor: pointer;
  transition: 1s;
}

#main .nav-tabs li {
  margin-right: 10px;
  margin-bottom: 5px;
}

#main .nav-tabs li:last-child {
  margin-right: 0px;
}

#main .nav-tabs button.active, #main .nav-tabs a.active,
#main .nav-tabs button:hover, #main .nav-tabs a:hover {
  background-color: #f82249;
  color: #fff;
  transition: .1s;
}

#main .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

#main .tab-pane {
  transition: ease-in-out .2s;
}

#main .month .month-title {
  text-align: left;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cad4f6;
  margin-bottom: 0px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

#main .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

#main .schedule-item:last-child {
  border-bottom: none;
}

#main .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
  color: #a1a5b2;
}

#main .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

#main .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

#main .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

#main .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

#main .schedule-item p {
  color: #152b79;
  /*margin-bottom: 0;*/
}

/*--------------------------------------------------------------
# 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;
}

#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 Section
--------------------------------------------------------------*/

#contact {
  padding: 60px 0;
}

#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #f82249;
}

#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
  position: relative;
}

#footer a {
  color: #eee;
}
#footer a:hover {
  color: #e0072f;
}

#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  /*font-family: "Raleway", sans-serif;*/
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  /*font-family: "Raleway", sans-serif;*/
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #222636;
  color: #eee;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #f82249;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #f82249;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}

#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #eee;
}

#footer .footer-top .footer-links ul a:hover {
  color: #f82249;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #f82249;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

.thumbnail {
  transition: .5s;
  padding: 2px;
  opacity: 1;
}
.thumbnail:hover {
  opacity: .8;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 767px) {
  #subscribe input {
    min-width: 400px;
  }
}

@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #subscribe {
    background-attachment: fixed;
  }
  .schools-details .week table td .classinfo .details {
    display: inline-block;
    margin-left: 3px;
  }
  .schools-details .week table td .classinfo {
    opacity: 1;
    z-index: 10;
    width: 110px;
  }
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 34, 0.75);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  #main .nav-tabs button, #main .nav-tabs a {
    padding: 8px 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #main .nav-tabs button, #main .nav-tabs a {
    padding: 8px 50px;
  }
}

@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  #main .nav-tabs button, #main .nav-tabs a {
    padding: 8px 30px;
  }
}

@media (max-width: 460px) {
  #subscribe button {
    margin-top: 10px;
  }
}
@media (max-width: 400px) {
  #header #logo h1 a {
    font-size: 20px;
  }
}

@media print {
  /*
  PRINTER CSS
  */
  body, * {
    font-family: sans-serif !important;
    color: black !important;
  }
  #main {
    margin-top: 100px !important;
  }
  #main section, #main .section-header {
    padding: 0px !important;
    padding-bottom: 15px !important;
    margin: 0px !important;margin-bottom: 15px !important;
    border-bottom: 1px solid #ccc !important;
  }

  .no-print,
  #footer .footer-top,
  #header .nav-menu-container,
  #main .schools-details,
  #mobile-nav-toggle,
  .back-to-top,
  #intro {
    display: none !important;
  }

  #header {
    color: black !important;
  }
  #main p {
    color: black !important;
  }

  #main .schools-details.active {
    display: block !important;
  }

  #main .fa {
    font: normal normal normal 14px/1 FontAwesome !important;
  }

  .schools-details .week table td .classinfo .details {
    display: inline-block !important;
    margin-left: 3px !important;
  }
  .schools-details .week table td .classinfo {
    opacity: 1 !important;
    z-index: 10 !important;
    width: 110px !important;
  }
}
