body {
  font-family: 'Lato', sans-serif;
  color: #36435A;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}
p {
  margin-bottom: 25px;
  line-height: 1.5;
}
a {
  color: #00bcd4;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
a:hover,
a:active {
  text-decoration: underline;
  color: #00a5bb;
}
a:focus {
  text-decoration: none;
  color: #00a5bb;
  outline: none;
}
.btn,
a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  padding: 6px 20px;
}
a.btn-cta,
.btn-cta {
  font-size: 18px;
  padding: 12px 30px;
  padding-top: 13px;
}
.btn-oval,
a.btn-oval {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
a.btn-primary,
.btn-primary {
  background: #36b843;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
a.btn-primary:hover,
.btn-primary:hover,
a.btn-primary:active,
.btn-primary:active,
a.btn-primary:focus,
.btn-primary:focus {
  background: #40c74e;
  border: none;
  color: #fff;
  outline: none;
}
a.btn-secondary,
.btn-secondary {
  background: #00bcd4;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
a.btn-secondary:hover,
.btn-secondary:hover,
a.btn-secondary:active,
.btn-secondary:active,
a.btn-secondary:focus,
.btn-secondary:focus {
  background: #00d3ee;
  border: none;
  color: #fff;
  outline: none;
}
.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 45px;
  border-color: #ccc;
  font-size: 16px;
}
.form-control::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.form-control:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.form-control::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.form-control:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.form-control:focus {
  border-color: #bfbfbf;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea {
  appearance: none;
  /* for mobile safari */
  -webkit-appearance: none;
}
.form-group {
  margin-bottom: 30px;
}
.highlight {
  color: #51597e;
}
#topcontrol {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  background: #00bcd4;
  color: #fff;
  text-align: center;
  display: inline-block;
  z-index: 30;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#topcontrol:hover {
  background: #007888;
  color: #fff;
}
#topcontrol .fa {
  position: relative;
  top: 3px;
  font-size: 25px;
  font-weight: bold;
}
.delayp1 {
  animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-delay: .1s;
  -o-animation-delay: .1s;
  transition-delay: .1s;
  -webkit-transition-delay: .1s;
  -moz-transition-delay: .1s;
  -o-transition-delay: .1s;
}
.delayp2 {
  animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-delay: .2s;
  -o-animation-delay: .2s;
  transition-delay: .2s;
  -webkit-transition-delay: .2s;
  -moz-transition-delay: .2s;
  -o-transition-delay: .2s;
}
.delayp3 {
  animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-delay: .3s;
  -o-animation-delay: .3s;
  transition-delay: .3s;
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  -o-transition-delay: .3s;
}
.delayp4 {
  animation-delay: .4s;
  -moz-animation-delay: .4s;
  -webkit-animation-delay: .4s;
  -o-animation-delay: .4s;
  transition-delay: .4s;
  -webkit-transition-delay: .4s;
  -moz-transition-delay: .4s;
  -o-transition-delay: .4s;
}
.delayp5 {
  animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  transition-delay: .5s;
  -webkit-transition-delay: .5s;
  -moz-transition-delay: .5s;
  -o-transition-delay: .5s;
}
.delayp6 {
  animation-delay: .6s;
  -moz-animation-delay: .6s;
  -webkit-animation-delay: .6s;
  -o-animation-delay: .6s;
  transition-delay: .6s;
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  -o-transition-delay: .6s;
}
.bg-gradient {
  background-color: #151721;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#51597e), to(#151721));
  background-image: -webkit-radial-gradient(circle, #51597e, #151721);
  background-image: -moz-radial-gradient(circle, #51597e, #151721);
  background-image: -o-radial-gradient(circle, #51597e, #151721);
  background-image: -ms-radial-gradient(circle, #51597e, #151721);
  background-repeat: no-repeat;
  color: #fff;
}
/* Generic section styling */
.section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.section-title {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 32px;
  position: relative;
  padding-bottom: 5px;
}
/* ====== Header ======= */
.header {
  color: #fff;
  padding-top: 15px;
}
.header-scrolled {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  background: #31364d;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  padding-top: 5px;
  padding-bottom: 0;
}
.header-scrolled .nav > li > a {
  /*color: #36435A;*/
}
.header-scrolled h1.logo a {
  background: transparent url('../images/logo-2.svg') no-repeat left top;
}
h1.logo {
  margin-top: -8px;
  margin-bottom: 0;
}
h1.logo a {   
  display: inline-block;
  height: 18px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
}
/* ====== Nav ======= */
.navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 15px;
  background: none;
  position: relative;
  top: 5px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .toggle-title {
  display: inline-block;
  float: left;
  /*color: #36435A;*/
  margin-right: 10px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  top: -3px;
}
.navbar-toggle .icon-bar-wrapper {
  float: left;
}
.navbar-toggle .icon-bar {
  background-color: #00bcd4;
  height: 3px;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.navbar-toggle:hover .icon-bar {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.navbar-nav {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}
.nav > li > a {
  color: #fff;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;
}
.nav > li > a:focus,
.nav > li > a:hover {
  background: none;
  outline: none;
}
.nav > li.active > a {
  color: #00bcd4;
}
/* ======= Footer ======= */
.footer {
  background: #191f2a;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.4);
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer a {
  color: rgba(255, 255, 255, 0.4);
}
.footer a:hover {
  color: #fff;
}
.footer .copyright {
  font-size: 14px;
  margin-top: 30px;
}
.footer .social-list a {
  background: rgba(255, 255, 255, 0.2);
}
.footer .social-list a .fa {
  color: #191f2a;
}
/* ======= Promo Section ======= */
.promo-section {
  padding-top: 150px;
  padding-bottom: 120px;
}
.promo-section .headline {
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 36px;
}
.promo-section .overview-wrapper {
  position: relative;
}
.promo-section .product-holder {
  text-align: center;
}
.promo-section .product-holder img {
  margin: 0 auto;
  display: inline-block;
}
.promo-section .product-holder .video-play-trigger {
  position: absolute;
  width: 60px;
  height: 60px;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  z-index: 5;
  top: 50%;
  margin-top: -30px;
  color: #fff;
  background: rgba(0, 188, 212, 0.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
}
.promo-section .product-holder .video-play-trigger:hover {
  background: #00bcd4;
}
.promo-section .product-holder .video-play-trigger .fa {
  color: #fff;
  font-size: 24px;
  padding-top: 18px;
  padding-left: 4px;
}
.promo-section .heading {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 42px;
  font-weight: bold;
}
.promo-section .heading .text {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.promo-section .data-container {
  text-align: center;
}
.progress-container {
  margin-bottom: 15px;
}
.progress-container .meta {
  color: rgba(255, 255, 255, 0.8);
  clear: left;
}
.progress-bar {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.1);
  height: 5px;
  width: 520px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-bottom: 10px;
  float: none;
}
.progress-bar .progress-bar-inner {
  background: #00bcd4;
  height: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cta-container {
  margin-bottom: 45px;
}
.countdown-container {
  margin-bottom: 30px;
}
.countdown-container .number {
  font-weight: bold;
  color: #fff;
  font-size: 28px;
}
.countdown-container .unit {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 5px;
  padding-right: 10px;
  font-size: 14px;
}
.intro-container {
  margin-bottom: 30px;
}
.intro-container a {
  color: #00bcd4;
}
.social-list a {
  width: 36px;
  height: 36px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  padding-top: 7px;
}
.social-list a:hover {
  background: #fff;
}
.social-list a .fa {
  color: #51597e;
  font-size: 20px;
}
.social-list li {
  margin-right: 5px;
}
.social-list li:last-child {
  margin-right: 0;
}
/* ======= Promo Section ======= */
.signup-wrapper {
  background: #00bcd4;
  color: #fff;
  padding-top: 45px;
  padding-bottom: 45px;
  text-align: center;
}
.signup-wrapper .form-title {
  font-size: 16px;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 15px;
}
.signup-wrapper .btn {
  background-color: #008fa1;
  border-color: #008fa1;
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}
.signup-wrapper .btn .fa {
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
}
.signup-wrapper .btn:hover {
  background-color: #007888;
  border-color: #007888;
}
.signup-wrapper .btn:hover .fa {
  color: #fff;
}
.signup-form {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.signup-form .form-control {
  width: 420px;
  margin-right: 5px;
}
.signup-form label.error {
  position: absolute;
  left: 0;
  width: 100%;
  top: 85px;
  text-align: center;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: rgba(0, 0, 0, 0.6);
}
/* ======= About Section ======= */
.about-section .item {
  margin-bottom: 90px;
}
.about-section .figure-holder {
  text-align: right;
}
.about-section .figure-holder img {
  display: inline-block;
}
.about-section .figure-holder.figure-holder-left {
  text-align: left;
}
.about-section .item-title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 20px;
}
.about-section .item-desc {
  color: #586A8F;
}
.about-section .item-desc .icon {
  color: #36b843;
  margin-right: 5px;
}
.about-section .item-desc .subtitle {
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.about-section .item-desc .pe-icon {
  font-size: 28px;
  vertical-align: middle;
}
.about-section .list-custom {
  margin-left: 30px;
}
.about-section .list-custom li {
  margin-bottom: 10px;
}
.about-section .list-custom .fa {
  color: #36b843;
  margin-right: 5px;
}
/* ======= Rewards Section ======= */
.rewards-section .item {
  margin-bottom: 30px;
}
.rewards-section .item-inner {
  background: #fff;
  padding: 30px;
  color: #36435A;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
}
.rewards-section .upper-wrapper {
  margin-bottom: 30px;
}
.rewards-section .item-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
}
.rewards-section .item-title .price {
  display: block;
  font-size: 24px;
  margin-bottom: 10px;
}
.rewards-section .item-title .offer-name {
  display: block;
  font-size: 18px;
}
.rewards-section .item-details {
  margin-bottom: 15px;
  color: #36435A;
}
.rewards-section .backers {
  color: #586A8F;
  margin-bottom: 10px;
}
.rewards-section .backers .icon {
  display: block;
  color: #36b843;
  font-size: 28px;
  margin-bottom: 0px;
}
.rewards-section .label-featured {
  background: #ed5c2f;
  font-size: 12px;
  vertical-align: middle;
  position: absolute;
  right: 15px;
  top: 15px;
  padding-top: 4px;
  text-transform: uppercase;
}
/* ======= Updates Section ======= */
.updates-section .item {
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 45px;
}
.updates-section .item-title {
  margin-top: 0;
  margin-bottom: 15px;
}
.updates-section .item-meta {
  color: #999;
  margin-bottom: 30px;
}
.updates-section .item-content {
  color: #586A8F;
}
.updates-section .img-holder {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 15px;
}
/* ======= FAQ Section ======= */
.timeline-container {
  position: relative;
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 30px;
}
.timeline-container:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #00bcd4;
  left: 50%;
  top: 0;
  position: absolute;
}
.timeline-container .timeline-item {
  position: relative;
  margin-bottom: 30px;
}
.timeline-container .timeline-content {
  width: 45%;
  background: #fff;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.timeline-container .timeline-content:before {
  content: '';
  position: absolute;
  left: 45%;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #fff;
}
.timeline-container .timeline-content.right {
  float: right;
}
.timeline-container .timeline-content.right:before {
  content: '';
  right: 45%;
  left: inherit;
  border-left: 0;
  border-right: 7px solid #fff;
}
.timeline-container .timeline-content .time {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin-bottom: 5px;
  color: #00bcd4;
  font-size: 16px;
}
.timeline-container .timeline-content .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  color: #36435A;
}
.timeline-container .timeline-content .desc {
  color: #586A8F;
}
.timeline-container .timeline-icon {
  background: #00bcd4;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  overflow: hidden;
  margin-left: -25px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-align: center;
  padding-top: 14px;
}
.timeline-container .timeline-icon.complete {
  background: #36b843;
}
.timeline-container .timeline-icon .icon {
  color: #fff;
  font-size: 22px;
}
/* ======= Team Section ======= */
.team-section .item {
  margin-bottom: 30px;
}
.team-section .item-inner {
  padding: 30px;
}
.team-section .profile-holder {
  margin-bottom: 15px;
}
.team-section .name {
  margin-top: 0;
  margin-bottom: 5px;
}
.team-section .role {
  margin-bottom: 15px;
  color: #586A8F;
}
.team-section .members-container {
  margin-bottom: 30px;
}
/* ======= Contact Section ======= */
.contact-section {
  background: #f5f5f5;
  padding-top: 90px;
  padding-bottom: 90px;
}
.contact-section .contact-title {
  margin-top: 0;
  margin-bottom: 30px;
}
.contact-form-container {
  max-width: 720px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.contact-form-intro {
  margin-bottom: 30px;
}
.contact-form label.error {
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  color: #E65348;
  margin-top: 5px;
}
/* ======= FAQ Section ======= */
.faq-section {
  background: #00bcd4;
  color: #fff;
}
.faq-section .panel {
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.faq-section .panel-title {
  font-weight: 400;
  font-size: 16px;
}
.faq-section .panel-title .fa {
  margin-right: 5px;
  font-size: 22px;
  vertical-align: middle;
}
.faq-section .panel-heading {
  border: none;
}
.faq-section a {
  color: #fff;
}
/* ======= Modal ======= */
.modal-body {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  font-size: 16px;
  color: #586A8F;
}
.modal-body iframe {
  max-width: 100%;
}
.modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.modal-header {
  border: none;
  padding-top: 30px;
  position: relative;
}
.modal button.close {
  font-size: 36px;
  font-weight: 300;
  text-shadow: none;
  background: none;
  position: absolute;
  right: 12px;
  top: 7px;
  z-index: 10;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.modal button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.modal-backdrop.in {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
}
.modal.modal-video .modal-dialog {
  margin-top: 90px;
}
.modal.modal-video .modal-body {
  padding: 0;
  padding-top: 0;
}
.modal.modal-video .modal-header {
  border: none;
  padding: 0;
}
.modal.modal-video .modal-content {
  background: none;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal.modal-video button.close {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
  background: none;
  position: absolute;
  top: inherit;
  right: 0px;
  bottom: 5px;
  z-index: 10;
}
.modal.modal-video button.close:hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .header {
    background: #31364d;
    padding-top: 5px;
  }
  .header h1.logo a {
    background: transparent url('../images/logo-2.svg') no-repeat left top;
  }
  .navbar-collapse {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  .nav > li > a {
    color: #36435A;
  }
  .nav > li.active > a {
    color: #00bcd4;
  }
  .promo-section .headline {
    font-size: 32px;
  }
  .promo-section .heading {
    font-size: 32px;
  }
  .progress-bar {
    width: 300px;
  }
  .countdown-container .number {
    font-size: 20px;
  }
  .signup-form .form-control {
    width: 100%;
  }
  .signup-form .btn {
    width: 100%;
    margin-top: 5px;
  }
  .about-section .desc-holder {
    margin-bottom: 30px;
  }
  .timeline-container {
    width: 90%;
  }
  .timeline-container:before {
    left: 0;
  }
  .timeline-container .timeline-icon {
    left: 0;
  }
  .timeline-container .timeline-content {
    width: 90%;
    float: right;
  }
  .timeline-container .timeline-content:before,
  .timeline-container .timeline-content.right:before {
    left: 10%;
    margin-left: -7px;
    border-left: 0;
    border-right: 7px solid #fff;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
  .navbar-nav {
    float: none;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .promo-content {
    padding-top: 80px;
  }
  .promo-section .data-container {
    text-align: left;
  }
  .promo-section .progress-bar {
    margin-left: inherit;
    margin-right: inherit;
  }
  .updates-block {
    height: 160px;
  }
  .updates-block .carousel-content .btn-cta {
    position: absolute;
  }
  .updates-block .carousel .item {
    height: 100px;
  }
  .updates-block .glyphicon-chevron-right {
    right: -60px;
  }
  .updates-block .glyphicon-chevron-left {
    left: -60px;
  }
  .music-section .albums-block .cover-figure .record-holder {
    right: -80px;
  }
  .music-section .albums-block .cover-figure:hover .record-holder {
    right: -118px;
  }
}
/* Large devices (large desktops, 1200px and up) */
/* ======= Configure Style (Remove in production) ======= */
body {
  overflow-x: hidden;
}
.config-trigger {
  position: absolute;
  top: 30px;
  left: -36px;
  width: 36px;
  height: 36px;
  background: #222;
  color: #fff;
  text-align: center;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  text-decoration: none;
}
.config-trigger:hover {
  background: #000;
  text-decoration: none;
}
.config-trigger:hover .fa {
  color: #fff;
}
.config-trigger .fa {
  font-size: 22px;
  padding-top: 7px;
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.config-panel {
  position: absolute;
  top: 80px;
  right: -130px;
  z-index: 10;
  width: 130px;
}
.config-panel .panel-inner {
  position: relative;
  background: #222;
  color: #fff;
  padding: 15px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel .panel-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  text-transform: uppercase;
}
.config-panel label {
  color: #fff;
}
.config-panel #color-options {
  margin-bottom: 0px;
}
.config-panel #color-options li a {
  display: block;
  width: 36px;
  height: 36px;
  border: 2px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.config-panel #color-options li a:hover {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  border: 2px solid rgba(255, 255, 255, 0.9);
}
.config-panel #color-options li.active a {
  border: 2px solid #fff;
}
.config-panel #color-options li.theme-1 a {
  background: #51597e;
}
.config-panel #color-options li.theme-2 a {
  background-color: #46464D;
}
.config-panel .close {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #fff;
}
.config-panel .close .fa {
  color: #fff;
}
