/* ==========================================================================
  Flato Coming Soon Template V.1
  Author : BdgPixel
  2014
========================================================================== */


/* ==========================================================================
  BASIC STYLES
========================================================================== */

body {
  font-family: 'Raleway', sans-serif;
  color: #333;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h4,
h5,
h6 { font-weight: 400; }
h2{
  font-weight:700; 
}
h3{
  font-size: 20px;
}

p{
  font-family: 'Lato', sans-serif;
  color: #333;
  font-weight: 300;
  font-size: 16px;
}
a { color: #51bf87; }

a:hover {
  color: #47a877;
  text-decoration: none;
}

a:focus { outline: none; }

img {
  max-width: 100%;
  height: auto;
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

.divider {
  margin: 30px auto 30px;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background-color:#4f4f4f;
  color:#4f4f4f; 
}
.divider:before {
  right: 16px;
}
.divider:after {
  left: 16px;
}
.divider:before, .divider:after {
  content: '';
  height: 1px;
  position: absolute;
  top: 50%;
  width: 150px;
  background-color: #000;
  opacity: .2;
}


/* ==========================================================================
  BG TOP
========================================================================== */
.bg-top {
  padding: 3em 0;
  position: relative;
  color: #fff;
}

.bg-top .overlays {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(44, 56, 60, 0.7);
  top: 0;
}
.logo{
  text-align: center;
}
.social { text-align: center; }

.social { margin-top: 1.5em; }

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

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

.social li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  -webkit-transition: background 1s ease;
  transition: background 1s ease;
}
.social li a:hover { background: #2abb9b; }

/* ==========================================================================
  COUNTDOWN
========================================================================== */
.bigest-text{
  color: #fff;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.countdown-wrap p{
  color: #fff;
}
.countdown-wrap { margin-top: 1.5em;  }

.highlight { font-weight: 700; }

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

ul.countdown {
  font-weight: 300;
  list-style: none;
  display: block;
  margin-bottom: 0;
  padding: 2em 0 0;
  color: #2abb9b;
}

ul.countdown li { display: inline-block; }

ul.countdown li span { font-size: 36px; font-family: 'Lato', sans-serif; }

ul.countdown li.seperator {
  font-size: 30px;
  line-height: 70px;
  vertical-align: top;
  padding: 0 15px;
}

ul.countdown li p {
  font-size: 16px;
  margin-bottom: 0;
}


/* ==========================================================================
   OUR FEATURES
   ========================================================================== */

.our-features{
  text-align: center;
  padding: 4.5em 0 4.5em;
  background: #fff;
}
.our-features h2{
  font-size: 28px;
  color: #4f4f4f;
}
.wrap-icon-features{
  margin-top: 50px;
}
.icon-features{
  font-size: 36px;
  color: #747474;  
  border: 1px dashed #747474;
  padding: 10px 15px 10px;
   -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}
.icon-features:hover{
  color: #2abb9b;  
  border: 1px dashed #2abb9b;
}
.our-features h3{
  color: #2abb9b;
  font-weight: 500;
  line-height: 25px;
}
.our-features p{
  margin-top: 20px;
}


/* ==========================================================================
   SUBSCRIBE
   ========================================================================== */

.subscribe {
  background: url(../images/bg-subscribe.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 3.5em 0;
  position: relative;
}
.subscribe .overlays {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
}

.subscribe h2{
  margin-top: 8px;
  font-weight: 500;
}

.subscribe-form input[type=text] {
  width: 65%;
  height: 60px;
  display: block;
  padding: 0 20px;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  line-height: 60px;
  color: #262626;
  float: left;
}

.subscribe-form input[type=submit] {
  width: 35%;
  height: 60px;
  display: block;
  padding: 0 10px;
  background-color: #2abb9b;
  border: 1px solid #2abb9b;
  color: #fff;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  font-family: 'Raleway';
  font-weight: 700;
  transition: all 0.125s ease-in-out 0s;
  -moz-transition: all 0.125s ease-in-out 0s;
  -webkit-transition: all 0.125s ease-in-out 0s;
  -o-transition: all 0.125s ease-in-out 0s;
  -ms-transition: all 0.125s ease-in-out 0s;
  float: right;
}
.alert i,
.success i { padding-right: .5em; }

#mc-notification { 
  margin-bottom: 0; 
  margin-left: 15px;
}

.alert { color: #FF5252; }

.success { color: #2abb9b; }

#mc-form .error-input {
  -webkit-box-shadow: 0 0 0 2px #FF5252;
  box-shadow: 0 0 0 2px #FF5252;
}

#mc-form .success-input {
  -webkit-box-shadow: 0 0 0 2px #669900;
  box-shadow: 0 0 0 2px #669900;
}

/* ==========================================================================
   OUR TEAM
   ========================================================================== */

.our-team{
  text-align: center;
  padding: 4.5em 0 4.5em;
  background: #fff;
}
.our-team img{
  border-radius: 50%;
  margin-top: 40px;
}
.our-team h3{
  color: #2abb9b;
  font-weight: 500;
  line-height: 25px;
}
.our-team h4{
  font-size: 14px;
  font-weight: 500;
  color: #acacac;
  line-height: 5px;
}
.social-team {
  list-style: none;
  margin-bottom: 20px;
}

.social-team li {
  display: inline-block;
  padding-right: .6em;
}

.social-team li:last-child { padding-right: 0; }

.social-team a {
  color: #acacac;
  margin-top: 25px;
  width: 20px;
  height: 20px;
  line-height: 20px;
   -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  vertical-align: middle;
  display: block;
}

.social-team a:hover {
  color: #2abb9b;
}

/* ==========================================================================
   COUNTER
   ========================================================================== */

.counter {
  background: url(../images/bg-counter.jpg) center center no-repeat fixed;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  position: relative;
  padding: 4.5em 0;
}
.counter .overlays {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(42, 187, 155, 0.5);
  top: 0;
}
.counter h2, .counter p{
  color: #fff;
}


/* ==========================================================================
   CONTACT
   ========================================================================== */

.contact{
  padding: 5.5em 0;
  background: #fff;
}
.contact .form-control {
  border-color: #ddd;
  height: auto;
  padding: 1.55em 12px;
}
.contact-form{
  margin-top: 20px;
}

.center-block { float: none; }

.form-group { margin-bottom: 1.5em; }

textarea[class="form-control"] { padding: 0.75em 12px; }

.contact h2 {
  margin: 0 0 48px;
  line-height: 0.5;
}

.contact .btn {
  padding: 12px 1em;
  width: 50%;
  margin: 0 auto;
  display: block;
  background: #2abb9b;
  color: #fff;
  font-weight: 700;
}
.success-sf,
.error-sf { display: none; }

.success-sf p { background: #2abb9b; }

.error-sf p { background: rgba(234, 80, 80, 0.83); }

.error i { padding-right: .5em; }

.contact-form .success-sf p,
.contact-form .error-sf p {
  text-align: center;
  color: #fff;
  border-radius: 4px;
  padding: .75em;
}

.contact-form label.error,
.text-area label.error {
  color: #ea5050;
  display: inherit;
  margin-top: .8em;
  margin-left: 10px;
  text-align: left;
}


/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer-bottom{
  padding: 3.5em 0;
  background: #1b1d20;
}
.footer-bottom .logo-bottom{
  font-size: 36px;
}
.social-footer {
  list-style: none;
}

.social-footer li {
  display: inline-block;
  padding-right: .6em;
}

.social-footer li:last-child { padding-right: 0; }

.social-footer a {
  color: #fff;
  margin-top: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
   -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
  vertical-align: middle;
  display: block;
}

.social-footer a:hover {
  color: #fff;
  background: #2abb9b;
}

/* ==========================================================================
   Preloader styles
   ========================================================================== */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 9999;
  height: 100%;
  height: 100%;
}

#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url(../images/load.gif) no-repeat center center;
  margin: -170px 0 0 -100px;
}


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

.bg-top { padding: 3.5em 0; }

.logo{
  text-align: justify;
}

.countdown-wrap { margin-top: 5.5em; }

.social { float: right; }

.social { margin-top: 0; }


ul.countdown li span { font-size: 72px; }

ul.countdown li.seperator {
  font-size: 48px;
  line-height: 105px;
  padding: 0 20.250px;
}

ul.countdown li p { font-size: 24px; }

.counter div[class^="col-"]:nth-child(1),
.counter div[class^="col-"]:nth-child(2) { padding-bottom: 0; }
}

/* ==========================================================================
   Medium devices (desktops, 992px and up) 
   ========================================================================== */
   
@media (min-width: 992px) {

.bg-top { padding: 3.5em 0 10.5em; }

.countdown-wrap { margin-top: 7.5em; }

.cta-video {
  margin-bottom: 0;
  margin-right: 1em;
}

.features { padding: 6em 0; }

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

.feature { margin-bottom: 0; }

.site-footer li { margin-bottom: 0; }
}

/* ==========================================================================
   small devices 
   ========================================================================== */

@media (max-width: 320px) {

ul.countdown li span { font-size: 28.833px; }

ul.countdown li.seperator {
  font-size: 25.629px;
  line-height: 38.439px;
  vertical-align: top;
  padding: 0 2px;
}

ul.countdown li p { font-size: 12.642px; }
}