
/* ==========================================================================
   General
   ========================================================================== */
   
html,
body { height: 100%; }

body {
  font-family: 'Open Sans', sans-serif;
  -webkit-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  color: #fff;
  position: relative;
  right: 0;
  -webkit-transition: right .3s;
  transition: right .3s;
  font-weight: 400;
}

h1,
h2 {
  font-size: 49.741px;
  font-weight: 300;
}

a,
a:hover,
a:active { color: #fff; }

a:focus {
  outline: none;
  color: #fff;
}

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%;
  background: rgba(40, 40, 40, 0.3) url(../img/overlay.png) 0 0 repeat;
}

/* ==========================================================================
   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: rgba(51, 51, 51, 0.9);
  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: #CCC;
}

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: #fff; }

ul.side-menu li.metro.blue { background-color: #f1c40f; }

ul.side-menu li.metro.light-blue { background-color: #3498db; }

ul.side-menu li.metro.red { background-color: #e74c3c; }

ul.side-menu li.metro.green { background-color: #2ecc71; }

/* ==========================================================================
   Home
   ========================================================================== */

.section-spacing { padding: 4.5em 0; }

.content h1,
.content h2 { text-transform: uppercase; }

#home { line-height: 1.3; }

.logo {
  display: inline-block;
  margin-bottom: 3em;
}

.top-header p {
  text-transform: uppercase;
  margin: 1.5em 0 0;
}

.social-icons { margin-top: 6em; }

.social-icons li {
  display: inline-block;
  margin-right: 1em;
}

.social-icons li:last-child { margin-right: 0; }

.social-icons li a {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  font-size: 1.5em;
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

.social-icons li a:hover {
  -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;
}

ul.countdown li p {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 12px 0 0;
}

/* ==========================================================================
   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: .4em 0 .4em 1em;
  border-radius: 0.3px;
}

#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 {
  -webkit-box-shadow: none;
  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: rgba(51, 181, 229, 0.6);
  border-color: rgba(51, 181, 229, 0.6);
}

.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  background-color: rgba(51, 181, 229, 0.8);
  border-color: rgba(51, 181, 229, 0.8);
}

#contact .btn { width: 40%; }

/* ==========================================================================
   features
   ========================================================================== */


.features-detail li { margin-bottom: 4.5em; }

.features-detail li:last-child { margin-bottom: 0; }

/* ==========================================================================
   Contact
   ========================================================================== */
   
#contact h2 { margin-bottom: 96px; }

#form-messages.success,
#form-messages.error {
  color: white;
  padding: .75em;
  margin-bottom: 0.75em;
  border-radius: 0.3px;
}

/* ==========================================================================
   Small devices (tablets, 768px and up)
   ========================================================================== */
   
@media (min-width: 768px) {

h1,
h2 { font-size: 65.210px; }

.section-spacing { padding: 6em 0 4.5em; }

.logo { margin-bottom: 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.2);
}

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: 9em; }

.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; }
}
