/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
/* line 13, /opt/julepik/vendor/assets/stylesheets/style.scss */
body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

/* line 19, /opt/julepik/vendor/assets/stylesheets/style.scss */
a {
  color: #f82249;
  transition: 0.5s;
}

/* line 24, /opt/julepik/vendor/assets/stylesheets/style.scss */
a:hover,
a:active,
a:focus {
  color: #f8234a;
  outline: none;
  text-decoration: none;
}

/* line 32, /opt/julepik/vendor/assets/stylesheets/style.scss */
p {
  padding: 0;
  margin: 0 0 30px 0;
}

/* line 37, /opt/julepik/vendor/assets/stylesheets/style.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  color: #0e1b4d;
}

/* line 50, /opt/julepik/vendor/assets/stylesheets/style.scss */
.main-page {
  margin-top: 70px;
}

/* line 54, /opt/julepik/vendor/assets/stylesheets/style.scss */
.wow {
  visibility: hidden;
}

/* Prelaoder */
/* line 60, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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 */
/* line 73, /opt/julepik/vendor/assets/stylesheets/style.scss */
.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;
}

/* line 87, /opt/julepik/vendor/assets/stylesheets/style.scss */
.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

/* line 92, /opt/julepik/vendor/assets/stylesheets/style.scss */
.back-to-top:focus {
  background: #e0072f;
  color: #fff;
  outline: none;
}

/* line 98, /opt/julepik/vendor/assets/stylesheets/style.scss */
.back-to-top:hover {
  background: #e0072f;
  color: #fff;
}

/* Sections Header
--------------------------------*/
/* line 106, /opt/julepik/vendor/assets/stylesheets/style.scss */
.section-header {
  margin-bottom: 60px;
  position: relative;
  padding-bottom: 20px;
}

/* line 112, /opt/julepik/vendor/assets/stylesheets/style.scss */
.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #f82249;
  bottom: 0;
  left: calc(50% - 25px);
}

/* line 123, /opt/julepik/vendor/assets/stylesheets/style.scss */
.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 131, /opt/julepik/vendor/assets/stylesheets/style.scss */
.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

/* line 140, /opt/julepik/vendor/assets/stylesheets/style.scss */
.section-with-bg {
  background-color: #f6f7fd;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* line 148, /opt/julepik/vendor/assets/stylesheets/style.scss */
#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

/* line 159, /opt/julepik/vendor/assets/stylesheets/style.scss */
#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 70px;
  padding: 15px 0;
  transition: all 0.5s;
}

/* line 167, /opt/julepik/vendor/assets/stylesheets/style.scss */
#header #logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 6px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* line 178, /opt/julepik/vendor/assets/stylesheets/style.scss */
#header #logo h1 span {
  color: #f82249;
}

/* line 182, /opt/julepik/vendor/assets/stylesheets/style.scss */
#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
}

/* line 187, /opt/julepik/vendor/assets/stylesheets/style.scss */
#header #logo img {
  padding: 0;
  margin: 0;
  max-height: 40px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
/* line 199, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 206, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

/* line 214, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu li {
  position: relative;
  white-space: nowrap;
}

/* line 219, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu > li {
  float: left;
}

/* line 223, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

/* line 228, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu ul ul {
  top: 0;
  left: 100%;
}

/* line 233, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
/* line 239, /opt/julepik/vendor/assets/stylesheets/style.scss */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

/* line 243, /opt/julepik/vendor/assets/stylesheets/style.scss */
.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

/* line 252, /opt/julepik/vendor/assets/stylesheets/style.scss */
.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
/* line 258, /opt/julepik/vendor/assets/stylesheets/style.scss */
#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */
/* line 265, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu a {
  padding: 8px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

/* line 276, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #fff;
}

/* line 281, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu > li {
  margin-left: 8px;
}

/* line 285, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu > li > a: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;
}

/* line 297, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}

/* line 304, /opt/julepik/vendor/assets/stylesheets/style.scss */
.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;
}

/* line 318, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu li.buy-tickets a:hover {
  background: none;
}

/* line 322, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu li.buy-tickets:hover a:before,
.nav-menu li.buy-tickets.menu-active a:before {
  visibility: hidden;
}

/* line 327, /opt/julepik/vendor/assets/stylesheets/style.scss */
.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;
}

/* line 335, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu ul li {
  transition: 0.3s;
}

/* line 339, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
  border-radius: 3px;
}

/* line 349, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu ul li:hover > a {
  background: #f82249;
  color: #fff;
}

/* line 354, /opt/julepik/vendor/assets/stylesheets/style.scss */
.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
/* line 360, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 375, /opt/julepik/vendor/assets/stylesheets/style.scss */
#mobile-nav-toggle i {
  color: #fff;
}

/* Mobile Nav Styling */
/* line 381, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 394, /opt/julepik/vendor/assets/stylesheets/style.scss */
#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

/* line 400, /opt/julepik/vendor/assets/stylesheets/style.scss */
#mobile-nav ul li {
  position: relative;
}

/* line 404, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 416, /opt/julepik/vendor/assets/stylesheets/style.scss */
#mobile-nav ul li a:hover {
  color: #f82249;
}

/* line 420, /opt/julepik/vendor/assets/stylesheets/style.scss */
#mobile-nav ul li li {
  padding-left: 30px;
}

/* line 424, /opt/julepik/vendor/assets/stylesheets/style.scss */
#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

/* line 433, /opt/julepik/vendor/assets/stylesheets/style.scss */
#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #f82249;
}

/* line 437, /opt/julepik/vendor/assets/stylesheets/style.scss */
#mobile-nav ul .menu-item-active {
  color: #f82249;
}

/* line 441, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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 */
/* line 454, /opt/julepik/vendor/assets/stylesheets/style.scss */
body.mobile-nav-active {
  overflow: hidden;
}

/* line 458, /opt/julepik/vendor/assets/stylesheets/style.scss */
body.mobile-nav-active #mobile-nav {
  left: 0;
}

/* line 462, /opt/julepik/vendor/assets/stylesheets/style.scss */
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
/* line 470, /opt/julepik/vendor/assets/stylesheets/style.scss */
#intro {
  width: 100%;
  height: 100vh;
  background: url(/assets/tb_jul_2-7e28ebecccda04030537d8137e61d8410899abc6ad2c9c1d38cc3c18ffa1d109.png) top center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/* line 479, /opt/julepik/vendor/assets/stylesheets/style.scss */
#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* line 489, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 512, /opt/julepik/vendor/assets/stylesheets/style.scss */
#intro h1 {
  color: #fff;
  font-family: "Raleway", sans-serif;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
}

/* line 520, /opt/julepik/vendor/assets/stylesheets/style.scss */
#intro h1 span {
  color: #f82249;
}

/* line 524, /opt/julepik/vendor/assets/stylesheets/style.scss */
#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 20px;
}

/* line 530, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 540, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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);
}

/* line 556, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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);
}

/* line 579, /opt/julepik/vendor/assets/stylesheets/style.scss */
#intro .play-btn:hover::after {
  border-left: 15px solid #f82249;
  -webkit-transform: scale(20);
  transform: scale(20);
}

/* line 585, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 604, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 621, /opt/julepik/vendor/assets/stylesheets/style.scss */
#intro .about-btn:hover {
  background: #f82249;
  color: #fff;
}

@-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
--------------------------------------------------------------*/
/* line 658, /opt/julepik/vendor/assets/stylesheets/style.scss */
#about {
  background: url(/assets/img/about-bg-8a290ed015956dc3a09ebed995231f86fb070f5a82f63a7cef00fe458ca53406.jpg);
  background-size: cover;
  overflow: hidden;
  position: relative;
  color: #fff;
  padding: 60px 0 40px 0;
}

/* line 667, /opt/julepik/vendor/assets/stylesheets/style.scss */
#about:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* line 677, /opt/julepik/vendor/assets/stylesheets/style.scss */
#about h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}

/* line 684, /opt/julepik/vendor/assets/stylesheets/style.scss */
#about h3 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #fff;
}

/* line 692, /opt/julepik/vendor/assets/stylesheets/style.scss */
#about p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #fff;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/
/* line 702, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers {
  padding: 60px 0 30px 0;
}

/* line 706, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

/* line 712, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -30px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

/* line 723, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers .speaker .details h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 730, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers .speaker .details p {
  color: #fff;
  font-size: 15px;
  margin-bottom: 10px;
  font-style: italic;
}

/* line 737, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers .speaker .details .social {
  height: 30px;
}

/* line 741, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers .speaker .details a {
  color: #fff;
}

/* line 745, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers .speaker .details a:hover {
  color: #f82249;
}

/* line 749, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers .speaker:hover .details {
  bottom: 0;
}

/* line 753, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers-details {
  padding: 60px 0;
}

/* line 757, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers-details .details h2 {
  color: #112363;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* line 764, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers-details .details .social {
  margin-bottom: 15px;
}

/* line 768, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers-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;
}

/* line 780, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers-details .details .social a:hover {
  background: #f82249;
  color: #fff;
}

/* line 785, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers-details .details .social a i {
  font-size: 18px;
}

/* line 789, /opt/julepik/vendor/assets/stylesheets/style.scss */
#speakers-details .details p {
  color: #112363;
  font-size: 15px;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Schedule Section
--------------------------------------------------------------*/
/* line 799, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule {
  padding: 60px 0 60px 0;
}

/* line 803, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

/* line 811, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

/* line 816, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

/* line 825, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

/* line 830, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

/* line 837, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .tab-pane {
  transition: ease-in-out .2s;
}

/* line 841, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

/* line 848, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .schedule-item:hover {
  background-color: #fff;
}

/* line 852, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

/* line 857, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

/* line 866, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

/* line 874, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 880, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

/* line 887, /opt/julepik/vendor/assets/stylesheets/style.scss */
#schedule .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Contributers Section
--------------------------------------------------------------*/
/* line 898, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers {
  padding: 60px 0 60px 0;
}

/* line 902, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .nav-tabs {
  text-align: center;
  margin: auto;
  display: block;
  border-bottom: 0;
  margin-bottom: 30px;
}

/* line 910, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .nav-tabs li {
  display: inline-block;
  margin-bottom: 0;
}

/* line 915, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .nav-tabs a {
  border: none;
  border-radius: 50px;
  font-weight: 600;
  background-color: #0e1b4d;
  color: #fff;
  padding: 10px 100px;
}

/* line 924, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .nav-tabs a.active {
  background-color: #f82249;
  color: #fff;
}

/* line 929, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .sub-heading {
  text-align: center;
  font-size: 18px;
  font-style: italic;
  margin: 0 auto 30px auto;
}

/* line 936, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .tab-pane {
  transition: ease-in-out .2s;
}

/* line 940, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .schedule-item {
  border-bottom: 1px solid #cad4f6;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color ease-in-out 0.3s;
}

/* line 947, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .schedule-item:hover {
  background-color: #fff;
}

/* line 951, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .schedule-item time {
  padding-bottom: 5px;
  display: inline-block;
}

/* line 956, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .schedule-item .speaker {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  float: left;
  margin: 0 10px 10px 0;
}

/* line 965, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .schedule-item .speaker img {
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 50%;
  transition: all ease-in-out 0.3s;
}

/* line 973, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .schedule-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* line 979, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .schedule-item h4 span {
  font-style: italic;
  color: #19328e;
  font-weight: normal;
  font-size: 16px;
}

/* line 986, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contributers .schedule-item p {
  font-style: italic;
  color: #152b79;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Venue Section
--------------------------------------------------------------*/
/* line 997, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue {
  padding: 60px 0;
}

/* line 1001, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .container-fluid {
  margin-bottom: 3px;
}

/* line 1005, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .venue-map iframe {
  width: 100%;
  height: 100%;
  min-height: 300px;
}

/* line 1011, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .venue-info {
  background: url(/assets/img/venue-info-bg-b616d906644c6e1144da8a43603b560fd6968693776ef8e258c604ca36b98860.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

/* line 1019, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .venue-info:before {
  content: "";
  background: rgba(13, 20, 41, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* line 1029, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .venue-info h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}

/* line 1035, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .venue-info p {
  color: #fff;
  margin-bottom: 0;
}

/* line 1040, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .venue-gallery-container {
  padding-right: 12px;
}

/* line 1044, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .venue-gallery {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

/* line 1050, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .venue-gallery img {
  transition: all ease-in-out 0.4s;
}

/* line 1054, /opt/julepik/vendor/assets/stylesheets/style.scss */
#venue .venue-gallery:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Hotels Section
--------------------------------------------------------------*/
/* line 1063, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels {
  padding: 60px 0;
}

/* line 1067, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels .hotel {
  border: 1px solid #e0e5fa;
  background: #fff;
  margin-bottom: 30px;
}

/* line 1073, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels .hotel:hover .hotel-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* line 1078, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels .hotel-img {
  overflow: hidden;
  margin-bottom: 15px;
}

/* line 1083, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels .hotel-img img {
  transition: 0.3s ease-in-out;
}

/* line 1087, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 5px;
  padding: 0 20px;
}

/* line 1094, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels a {
  color: #152b79;
}

/* line 1098, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels a:hover {
  color: #f82249;
}

/* line 1102, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels .stars {
  padding: 0 20px;
  margin-bottom: 5px;
}

/* line 1107, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels .stars i {
  color: #ffc31d;
}

/* line 1111, /opt/julepik/vendor/assets/stylesheets/style.scss */
#hotels p {
  padding: 0 20px;
  margin-bottom: 20px;
  color: #060c22;
  font-style: italic;
  font-size: 15px;
}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
/* line 1123, /opt/julepik/vendor/assets/stylesheets/style.scss */
#gallery {
  padding: 60px;
  overflow: hidden;
}

/* line 1128, /opt/julepik/vendor/assets/stylesheets/style.scss */
#gallery .owl-nav,
#gallery .owl-dots {
  margin-top: 25px;
  text-align: center;
}

/* line 1134, /opt/julepik/vendor/assets/stylesheets/style.scss */
#gallery .owl-item {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* line 1139, /opt/julepik/vendor/assets/stylesheets/style.scss */
#gallery .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

/* line 1148, /opt/julepik/vendor/assets/stylesheets/style.scss */
#gallery .owl-dot.active {
  background-color: #f82249;
}

/* line 1152, /opt/julepik/vendor/assets/stylesheets/style.scss */
#gallery .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

/* line 1156, /opt/julepik/vendor/assets/stylesheets/style.scss */
#gallery .gallery-carousel .center {
  border: 6px solid #f82249;
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: #fff;
  z-index: 1;
}

/*--------------------------------------------------------------
# supporters Section
--------------------------------------------------------------*/
/* line 1169, /opt/julepik/vendor/assets/stylesheets/style.scss */
#supporters {
  padding: 60px 0;
}

/* line 1173, /opt/julepik/vendor/assets/stylesheets/style.scss */
#supporters .supporters-wrap {
  border-top: 1px solid #e0e5fa;
  border-left: 1px solid #e0e5fa;
  margin-bottom: 30px;
}

/* line 1179, /opt/julepik/vendor/assets/stylesheets/style.scss */
#supporters .supporter-logo {
  padding: 30px;
  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;
  border-right: 1px solid #e0e5fa;
  border-bottom: 1px solid #e0e5fa;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.5);
  height: 160px;
}

/* line 1197, /opt/julepik/vendor/assets/stylesheets/style.scss */
#supporters .supporter-logo:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* line 1202, /opt/julepik/vendor/assets/stylesheets/style.scss */
#supporters img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# F.A.Q Section
--------------------------------------------------------------*/
/* line 1210, /opt/julepik/vendor/assets/stylesheets/style.scss */
#faq {
  padding: 60px 0;
}

/* line 1214, /opt/julepik/vendor/assets/stylesheets/style.scss */
#faq #faq-list {
  padding: 0;
  list-style: none;
}

/* line 1219, /opt/julepik/vendor/assets/stylesheets/style.scss */
#faq #faq-list li {
  border-bottom: 1px solid #ddd;
}

/* line 1223, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 1234, /opt/julepik/vendor/assets/stylesheets/style.scss */
#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

/* line 1241, /opt/julepik/vendor/assets/stylesheets/style.scss */
#faq #faq-list p {
  margin-bottom: 20px;
}

/* line 1245, /opt/julepik/vendor/assets/stylesheets/style.scss */
#faq #faq-list a.collapse {
  color: #f82249;
}

/* line 1249, /opt/julepik/vendor/assets/stylesheets/style.scss */
#faq #faq-list a.collapsed {
  color: #000;
}

/* line 1253, /opt/julepik/vendor/assets/stylesheets/style.scss */
#faq #faq-list a.collapsed i::before {
  content: "\f055" !important;
}

/*--------------------------------------------------------------
# Subscribe Section
--------------------------------------------------------------*/
/* line 1261, /opt/julepik/vendor/assets/stylesheets/style.scss */
#subscribe {
  padding: 60px;
  background: url(/assets/img/subscribe-bg-1f29d669a47f20a952e81e4b2f0b0de3709c9960fefe746b30b46e95e4154c67.jpg) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

/* line 1269, /opt/julepik/vendor/assets/stylesheets/style.scss */
#subscribe:before {
  content: "";
  background: rgba(6, 12, 34, 0.6);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

/* line 1279, /opt/julepik/vendor/assets/stylesheets/style.scss */
#subscribe .section-header h2,
#subscribe p {
  color: #fff;
}

/* line 1284, /opt/julepik/vendor/assets/stylesheets/style.scss */
#subscribe input {
  background: #fff;
  color: #060c22;
  border: 0;
  outline: none;
  margin: 0;
  padding: 9px 20px;
  border-radius: 50px;
  font-size: 14px;
}

/* line 1295, /opt/julepik/vendor/assets/stylesheets/style.scss */
#subscribe button {
  border: 0;
  padding: 9px 25px;
  cursor: pointer;
  background: #f82249;
  color: #fff;
  transition: all 0.3s ease;
  outline: none;
  font-size: 14px;
  border-radius: 50px;
}

/* line 1307, /opt/julepik/vendor/assets/stylesheets/style.scss */
#subscribe button:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Buy Tickets Section
--------------------------------------------------------------*/
/* line 1315, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets {
  padding: 60px 0;
}

/* line 1319, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets .card {
  border: none;
  border-radius: 5px;
  transition: all  0.3s ease-in-out;
  box-shadow: 0 10px 25px 0 rgba(6, 12, 34, 0.1);
}

/* line 1326, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets .card:hover {
  box-shadow: 0 10px 35px 0 rgba(6, 12, 34, 0.2);
}

/* line 1330, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets .card hr {
  margin: 25px 0;
}

/* line 1334, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets .card .card-title {
  margin: 10px 0;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
}

/* line 1341, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets .card .card-price {
  font-size: 48px;
  margin: 0;
}

/* line 1346, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets .card ul li {
  margin-bottom: 20px;
}

/* line 1350, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets .card .text-muted {
  opacity: 0.7;
}

/* line 1354, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets .card .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

/* line 1364, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets .card .btn:hover {
  background-color: #e0072f;
}

/* line 1368, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets #buy-ticket-modal input,
#buy-tickets #buy-ticket-modal select {
  border-radius: 0;
}

/* line 1373, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets #buy-ticket-modal .btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #f82249;
  border: 0;
  color: #fff;
}

/* line 1383, /opt/julepik/vendor/assets/stylesheets/style.scss */
#buy-tickets #buy-ticket-modal .btn:hover {
  background-color: #e0072f;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
/* line 1391, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact {
  padding: 60px 0;
}

/* line 1395, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .contact-info {
  margin-bottom: 20px;
  text-align: center;
}

/* line 1400, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #f82249;
}

/* line 1407, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .contact-info address,
#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
}

/* line 1413, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .contact-info h3 {
  font-size: 18px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

/* line 1421, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .contact-info a {
  color: #4869df;
}

/* line 1425, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .contact-info a:hover {
  color: #f82249;
}

/* line 1429, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .contact-address,
#contact .contact-phone,
#contact .contact-email {
  margin-bottom: 20px;
}

/* line 1435, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .form #sendmessage {
  color: #f82249;
  border: 1px solid #f82249;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 1445, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .form #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

/* line 1455, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .form #sendmessage.show,
#contact .form #errormessage.show,
#contact .form .show {
  display: block;
}

/* line 1461, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .form .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/* line 1469, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .form input,
#contact .form textarea {
  padding: 10px 14px;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
}

/* line 1477, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .form button[type="submit"] {
  background: #f82249;
  border: 0;
  padding: 10px 40px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
  cursor: pointer;
}

/* line 1487, /opt/julepik/vendor/assets/stylesheets/style.scss */
#contact .form button[type="submit"]:hover {
  background: #e0072f;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/* line 1495, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer {
  background: #101522;
  padding: 0 0 25px 0;
  color: #eee;
  font-size: 14px;
}

/* line 1502, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top {
  background: #040919;
  padding: 60px 0 30px 0;
}

/* line 1507, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

/* line 1511, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 1521, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-info img {
  height: 40px;
  margin-bottom: 10px;
}

/* line 1526, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

/* line 1534, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 1549, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .social-links a:hover {
  background: #f82249;
  color: #fff;
}

/* line 1554, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 1564, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

/* line 1568, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* line 1574, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-links ul i {
  padding-right: 5px;
  color: #f82249;
  font-size: 18px;
}

/* line 1580, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-links ul li {
  border-bottom: 1px solid #262c44;
  padding: 10px 0;
}

/* line 1585, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

/* line 1589, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-links ul a {
  color: #eee;
}

/* line 1593, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-links ul a:hover {
  color: #f82249;
}

/* line 1597, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

/* line 1601, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-contact p {
  line-height: 26px;
}

/* line 1605, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

/* line 1609, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

/* line 1615, /opt/julepik/vendor/assets/stylesheets/style.scss */
#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;
}

/* line 1626, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #e0072f;
}

/* line 1630, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}

/* line 1635, /opt/julepik/vendor/assets/stylesheets/style.scss */
#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 767px) {
  /* line 1646, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #subscribe input {
    min-width: 400px;
  }
}
@media (min-width: 768px) {
  /* line 1652, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  /* line 1658, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}
@media (min-width: 991px) {
  /* line 1665, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #schedule .sub-heading {
    width: 75%;
  }

  /* line 1668, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #contributers .sub-heading {
    width: 75%;
  }
}
@media (min-width: 1024px) {
  /* line 1674, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #intro {
    background-attachment: fixed;
  }

  /* line 1678, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #about {
    background-attachment: fixed;
  }

  /* line 1682, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #subscribe {
    background-attachment: fixed;
  }
}
@media (max-width: 1199px) {
  /* line 1688, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #header .container {
    max-width: 100%;
  }

  /* line 1692, /opt/julepik/vendor/assets/stylesheets/style.scss */
  .nav-menu a {
    padding: 8px 4px;
  }
}
@media (max-width: 991px) {
  /* line 1698, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  /* line 1705, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #nav-menu-container {
    display: none;
  }

  /* line 1709, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #mobile-nav-toggle {
    display: inline;
  }

  /* line 1713, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #intro .intro-container {
    top: 70px;
  }

  /* line 1717, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #intro h1 {
    font-size: 34px;
  }

  /* line 1721, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #intro p {
    font-size: 16px;
  }

  /* line 1725, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #schedule .nav-tabs a {
    padding: 8px 60px;
  }

  /* line 1729, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #contributers .nav-tabs a {
    padding: 8px 60px;
  }
}
@media (max-width: 768px) {
  /* line 1735, /opt/julepik/vendor/assets/stylesheets/style.scss */
  .back-to-top {
    bottom: 15px;
  }

  /* line 1739, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #faq #faq-list a {
    font-size: 18px;
  }

  /* line 1743, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #faq #faq-list i {
    top: 13px;
  }
}
@media (max-width: 767px) {
  /* line 1749, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }

  /* line 1753, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #contributers .nav-tabs a {
    padding: 8px 50px;
  }
}
@media (max-width: 574px) {
  /* line 1759, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #venue .venue-info h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  /* line 1765, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }

  /* line 1769, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #contributers .nav-tabs a {
    padding: 8px 30px;
  }
}
@media (max-width: 460px) {
  /* line 1775, /opt/julepik/vendor/assets/stylesheets/style.scss */
  #subscribe button {
    margin-top: 10px;
  }
}
