/* ==========================================================================
   General
   ========================================================================== */

html,
body {
  height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  background: url(../img/bg.jpg) center center no-repeat fixed;
  background-size: cover;
  overflow-x: hidden;
  color: #1F1D1E;
  position: relative;
  right: 0;
  -webkit-transition: right .3s;
  transition: right .3s;
  font-weight: 400;

}

h1,
h2 {
  font-size: 30px;
}

h1 {
  color: #845ADF;
}

h1,
h2,
h3 {
  font-weight: 400;
}

a,
a:hover,
a:active {
  color: #1F1D1E;
}

a:focus {
  outline: none;
  color: #1F1D1E;
}

a:hover {
  text-decoration: none;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

/* ==========================================================================
   Overlay
   ========================================================================== */
.overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /*background: rgba(0, 0, 0, 0.25);*/
}

.content {
  width: 100%;
}

/* ==========================================================================
   Nav
   ========================================================================== */

.hidden {
  display: none;
}

body.open {
  right: 250px;
}

.header,
.container {
  position: relative;
}

a.menu-icon {
  position: absolute;
  top: 1.5em;
  right: 1em;
  font-size: 26px;
  z-index: 1;
}

ul.side-menu {
  position: fixed;
  top: 0;
  right: -250px;
  width: 250px;
  height: 100%;
  background-color: #1F1F1F;
  z-index: 1;
  -webkit-transition: right .3s;
  transition: right .3s;
}

ul.side-menu.open {
  right: 0;
}

ul.side-menu li {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0 20px;
  text-align: left;
  height: 40px;
  line-height: 40px;
  -webkit-transition: top .3s;
  transition: top .3s;
}

ul.side-menu li.row {
  border: 0;
  position: static;
  top: 0;
  height: 0;
  -webkit-transition: none;
  transition: none;
}

ul.side-menu li.metro {
  position: absolute;
  padding: 0;
  height: 125px;
  text-align: center;
  background-color: rgb(47, 47, 47);
}

.metro.red {
  border-right: 1px solid #1F1F1F;
  border-bottom: 1px solid #1F1F1F;
}

.metro.blue {
  border-right: 1px solid #1F1F1F;
}

.metro.light-blue {
  border-bottom: 1px solid #1F1F1F;
}

ul.side-menu li.metro.half {
  width: 50%;
}

ul.side-menu li.metro.full {
  width: 100%;
}

ul.side-menu li h2.title {
  text-align: left;
  padding: 0 1em;
  position: relative;
  top: -60px;
  font-size: 23px;
  line-height: 60px;
  height: 60px;
  margin: 0;
  -webkit-transition: top .3s;
  transition: top .3s;
}

ul.side-menu li a {
  display: block;
  font-size: 12px;
  padding: 0;
  margin: 0;
  height: inherit;
  line-height: inherit;
}

ul.side-menu li.metro a {
  padding: 42px 0;
  font-size: 40px;
}

ul.side-menu li.metro a:hover {
  color: #1F1D1E;
}

/* ==========================================================================
   Home
   ========================================================================== */

.section-spacing {
  padding: 0 0;
}

.content h1,
.content h2 {
  text-transform: uppercase;
}

#home {
  line-height: 1.3;
}

.logo {
  display: inline-block;
  margin-bottom: 3em;

}

.content .top-header h2 {
  text-transform: inherit;
  margin-top: 24px;
  margin-bottom: 12px;
  font-size: 28px;
  color: #333335
}

.social-icons {
  margin-top: 1.5em;
}

.social-icons li {
  display: inline-block;
  margin-right: 1em;
}

.social-icons li:last-child {
  margin-right: 0;
}

.social-icons li a {
  border-radius: 50%;
  display: inline-block;
  font-size: 1.5em;
  color: #845ADF;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.social-icons li a:hover {
  color: #333335;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

/* ==========================================================================
   Countdown styles
   ========================================================================== */

ul.countdown {
  margin-top: 1.5em;
}

ul.countdown li {
  display: inline-block;
  padding: 6px 8px 12px;
}

ul.countdown li:first-child {
  padding-left: 0;
}

ul.countdown li:last-child {
  padding-right: 0;
}

ul.countdown li span {
  font-size: 34.168px;
  font-weight: 700;
  color: #845ADF;
}

ul.countdown li p {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 12px 0 0;
  color: #333335;
}

/* ==========================================================================
   Subscription
   ========================================================================== */

.sub-form,
.features-detail {
  margin-top: 6em;
}

.content h2 {
  margin-top: 72px;
}

.center-block {
  float: none;
}

.btn {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.sub-form .btn {
  padding: 6px 1em;
}

#mc-notification {
  font-size: 1em;
  text-align: left;
  margin-top: 0.75em;
}

#mc-notification .alert,
#mc-notification .success {
  display: block;
  padding: .75em 1.5em;
  border-radius: 2px;
}

#mc-notification .alert,
#form-messages.error {
  background: rgba(231, 76, 60, 0.7);
}

#mc-notification .success,
#form-messages.success {
  background: rgba(39, 174, 96, 0.7);
}

.form-control {
  box-shadow: none;
}

.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.btn-default {
  background-color: #333335;
  border-color: #333335;
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  background-color: #24d666;
  border-color: #24d666;
}

#contact .btn {
  width: 40%;
}

.alert i,
.success i {
  padding-right: .5em;
}

/* ==========================================================================
   features
   ========================================================================== */


.features-detail li {
  margin-bottom: 4.5em;
}

.features-detail li:last-child {
  margin-bottom: 0;
}

/* ==========================================================================
   Contact
   ========================================================================== */

#contact h3 {
  margin-bottom: 96px;
}

#form-messages.success,
#form-messages.error {
  color: white;
  margin-bottom: 0.75em;
  padding: .75em 1.5em;
  border-radius: 2px;
}

#form-messages.success span i,
#form-messages.error span i {
  padding-right: .5em;
}

/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */

@media (min-width: 768px) {

  h1,
  h2 {
    font-size: 65.210px;
  }

  .section-spacing {
    padding: 1.5em 0 4.5em;
  }

  ul.countdown {
    margin-top: 3em;
  }

  ul.countdown li {
    padding: 12px 0 24px;
    margin-right: 1em;
    width: 160px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
  }

  ul.countdown li:last-child {
    margin-right: 0;
  }

  ul.countdown li span {
    font-size: 61.571px;
    font-weight: 700;
  }

  ul.countdown li p {
    font-weight: 400;
  }

  .social-icons {
    margin-top: 1.5em;
  }

  .social-icons li {
    margin-right: 2em;
  }

  .sub-form .btn {
    padding: 6px 1.5em;
  }
}

/* ==========================================================================
   Medium devices (desktops, 992px and up) 
   ========================================================================== */

@media (min-width: 992px) {

  ul.countdown li {
    padding: 12px 0 24px;
    width: 200px;
  }

  a.menu-icon {
    right: 2em;
  }

  .features-detail li {
    margin-bottom: 0;
  }
}