/*
-----------------------------------------
=========================================
Zeta - Responsive Coming Soon Page
Version: 1.0 (Initial Release)
Designed By: Habibullah Nahid
=========================================
-----------------------------------------
*/
/*****************************************************************/
/*				Preloader
/******************************************************************/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #171b1e;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
.preloader .status {
  width: 78px;
  height: 79px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url('../images/main_imgs/preloader.gif') no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  margin: -20px 0 0 -20px;
}
/*****************************************************************/
/*				Core
/******************************************************************/
html,
html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
body {
  background: white;
  font-size: 18px;
  line-height: 27px;
  font-family: Raleway, Arial, sans-serif;
}
p {
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
}
h1 {
  font-family: Raleway, Arial, sans-serif;
  font-weight: 800;
  font-size: 40px;
  margin-top: 10px;
  margin-bottom: 40px;
  color: #171b1e;
  letter-spacing: 7px;
  text-transform: uppercase;
}
h2,
h2 {
  font-size: 18px;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400px;
}
h2 strong,
h2 strong {
  font-weight: 700;
}
h2 {
  text-transform: uppercase;
  font-weight: 800;
}
a {
  text-decoration: none;
  color: #1fa4c7;
}
.center-al {
  text-align: center;
}
hgroup {
  margin-top: 100px;
  margin-bottom: 100px;
}
hgroup hr.fancy {
  border: 0;
  border-bottom: 1px solid #1fa4c7;
  width: 60px;
}
.overlay {
  overflow: hidden;
  background: rgba(27, 32, 38, 0.5);
}
.rotate {
  text-shadow: none !important;
}
/*****************************************************************/
/*					Main Section
/******************************************************************/
.main-container {
  overflow: hidden;
}
.main-container h1,
.main-container h3 {
  color: #fff;
}
.main-container h1 {
  margin-bottom: 60px;
}
.main-container .logo {
  line-height: 40px;
}
.main-container .main-head {
  padding-top: 20px;
}
.main-container nav ul {
  list-style: none;
  overflow: hidden;
  float: right;
}
.main-container nav ul li {
  float: left;
  margin-left: 10px;
  padding-top: 4px;
}
.main-container nav ul li a {
  color: #fff;
  font-size: 24px;
}
.main-container nav ul li a:hover {
  color: #cccccc;
}
.main-container .subscribe {
  margin-top: 100px;
  margin-bottom: 90px;
}
.main-container .subscribe .subscription-success,
.main-container .subscribe .subscription-error {
  font-family: 'Roboto', Arial, sans-serif;
  display: none;
  width: 450px;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
  background: rgba(255, 0, 0, 0.1);
  color: #fff;
  padding: 10px;
  font-size: 14px;
}
.main-container .subscribe .subscription-success {
  background: rgba(120, 180, 120, 0.1);
}
.main-container .subscribe form {
  width: 400px;
  margin: auto;
}
.main-container .subscribe form input,
.main-container .subscribe form button {
  font-family: 'Roboto', Arial, sans-serif;
  outline: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.2);
  border: 0;
  border-radius: 0;
  color: #fff;
  height: 55px;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.main-container .subscribe form input:focus,
.main-container .subscribe form button:focus {
  border: 0;
  background: rgba(204, 204, 204, 0.2);
}
.main-container .subscribe form input {
  padding-left: 20px;
}
.main-container .subscribe form input::-webkit-input-placeholder {
  color: #fff;
}
.main-container .subscribe form input:-moz-placeholder {
  /* FF 4-18 */
  color: #fff;
}
.main-container .subscribe form input::-moz-placeholder {
  /* FF 19+ */
  color: #fff;
}
.main-container .subscribe form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.main-container .subscribe form input:focus::-webkit-input-placeholder {
  color: #8c8c8c;
}
.main-container .subscribe form input:focus:-moz-placeholder {
  /* FF 4-18 */
  color: #8c8c8c;
}
.main-container .subscribe form input:focus::-moz-placeholder {
  /* FF 19+ */
  color: #8c8c8c;
}
.main-container .subscribe form input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: #8c8c8c;
}
.main-container .subscribe form button {
  font-family: Raleway, Arial, sans-serif;
  line-height: 22px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
}
.main-container .subscribe form button:hover {
  background: rgba(204, 204, 204, 0.2);
}
.main-container .heading {
  margin-bottom: 140px;
}
#time-wrapper {
  margin-top: 100px;
}
#time-wrapper .countdown-row {
  display: block;
  overflow: hidden;
  float: none;
  width: 100%;
  text-align: center;
}
#time-wrapper .countdown-row .countdown-section {
  display: inline-block;
  border-right: 1px solid #bbb;
  margin-right: 2%;
  padding-right: 2%;
  width: 10%;
}
#time-wrapper .countdown-row .countdown-section:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
#time-wrapper .countdown-row .countdown-section .countdown-amount {
  font-size: 40px;
  height: auto;
  display: block;
  font-weight: 800;
  color: #fff;
  margin-bottom: 20px;
}
#time-wrapper .countdown-row .countdown-section .countdown-period {
  display: block;
  font-family: Raleway, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
}
/*****************************************************************/
/*					About
/******************************************************************/
#about {
  background: white;
}
#about p {
  font-size: 14px;
}
#about .social {
  margin: 0;
  padding: 0;
  margin-top: 30px;
  overflow: hidden;
}
#about .social li {
  float: left;
  list-style: none;
  margin-right: 10px;
  padding-top: 5px;
}
#about .social li p {
  font-weight: 800;
}
#about .social li a {
  font-size: 25px;
}
#about .social li a:hover {
  color: #18809b;
}
#about .flexslider {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
#about .flexslider ul {
  margin: 0;
  padding: 0;
}
#about .flexslider ul li {
  width: 100%;
}
#about .flexslider ul li img {
  width: 100%;
  height: auto;
}
#about .flexslider .flex-direction-nav a {
  background: url(../images/main_imgs/right_nav.png) no-repeat;
  content: '';
  width: 26px;
  height: 50px;
}
#about .flexslider .flex-direction-nav a:before {
  content: '';
}
#about .flexslider .flex-direction-nav a.flex-prev {
  background: url(../images/main_imgs/left_nav.png) no-repeat;
}
#about .flexslider .flex-direction-nav a.flex-prev:before {
  content: '';
}
/*****************************************************************/
/*					Features
/******************************************************************/
#features {
  background: white;
}
#features .feature-items {
  padding-bottom: 200px;
}
#features .feature-items .col-md-3 {
  text-align: center;
}
#features .feature-items .col-md-3 span {
  font-size: 35px;
  color: #1fa4c7;
}
#features .feature-items .col-md-3 h2 {
  margin: 25px 0 20px 0;
}
#features .feature-items .col-md-3 p {
  font-size: 14px;
  line-height: 21px;
  color: #777;
}
/*****************************************************************/
/*				Twitter
/******************************************************************/
#twitter {
  min-height: 300px;
}
#twitter h1,
#twitter h3 {
  color: #fff;
}
#twitter p {
  color: #fff;
}
#twitter .twitter-feed {
  margin-top: -20px;
  margin-bottom: 0px;
  text-align: center;
}
#twitter .twitter-feed .tweet {
  overflow: hidden;
}
#twitter .twitter-feed .tweet span {
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
}
#twitter .twitter-feed .tweet ul {
  list-style: none;
  min-height: 190px;
}
#twitter .twitter-feed .tweet ul li {
  color: #fff;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: normal;
}
#twitter .twitter-feed .tweet ul li a:hover {
  color: #1fa4c7;
}
/*****************************************************************/
/*				Contact US
/******************************************************************/
#contact-us {
  background: #fff;
}
.contact-items {
  margin-bottom: 150px;
}
.contact-items .notifier {
  margin-bottom: 30px;
}
.contact-items .notifier h4 {
  display: none;
}
.contact-items .form-wrapper {
  overflow: hidden;
}
.contact-items .form-wrapper .left-side,
.contact-items .form-wrapper .right-side {
  width: 48%;
  float: left;
  margin-right: 2%;
}
.contact-items .form-wrapper .right-side {
  margin-right: 0;
}
.contact-items .form-wrapper input,
.contact-items .form-wrapper textarea,
.contact-items .form-wrapper label {
  display: block;
  width: 100%;
  border: 0;
  outline: 0;
  box-shadow: 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
}
.contact-items .form-wrapper input {
  border-bottom: 1px solid #777;
  padding-left: 60px;
  padding-bottom: 3px;
}
.contact-items .form-wrapper input:focus {
  border-bottom-color: #1fa4c7;
}
.contact-items .form-wrapper p {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  margin-bottom: 48px;
  margin-top: 1px;
}
.contact-items .form-wrapper textarea {
  border: 1px solid #777;
  height: 80px;
  padding: 5px;
}
.contact-items .form-wrapper textarea:focus {
  border-color: #1fa4c7;
}
.contact-items .form-wrapper p label {
  position: absolute;
  bottom: 0;
}
.contact-items form button {
  width: 98%;
  border: 0;
  margin: 0;
  padding: 0;
  padding: 15px 0;
  background: #1fa4c7;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
}
.contact-items .address li {
  overflow: hidden;
  list-style: none;
  margin-bottom: 20px;
}
.contact-items .address li p {
  font-weight: 600;
}
.contact-items .address li p:first-child {
  padding: 15px 0;
  width: 20px;
  padding-right: 40px;
  border-right: 1px solid #777;
  margin-right: 20px;
}
.contact-items .address li p:first-child span {
  color: #1fa4c7;
  font-size: 25px;
}
/*****************************************************************/
/*					Media queries
/******************************************************************/
@media only screen and (min-width: 991px) and (max-width: 1199px) {
  .contact-items .address {
    margin-left: -30px;
  }
}
@media only screen and (min-width: 599px) and (max-width: 990px) {
  .timer #time-wrapper .countdown-row {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .timer #time-wrapper .countdown-row .countdown-section {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    margin-right: 50px;
    padding-top: 5px;
  }
  .timer #time-wrapper .countdown-row .countdown-section:last-child {
    margin-right: 0;
  }
  .timer #time-wrapper .countdown-row .countdown-section .countdown-amount {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact-items .address {
    margin-top: 50px;
    overflow: hidden;
    margin-left: -40px;
  }
  .contact-items .address li {
    float: left;
    border: 0;
    width: 33.33%;
    font-size: 14px;
  }
  .contact-items .address li p:first-child,
  .contact-items .address li p {
    border-right: 0;
    margin: 0;
    padding: 0;
  }
  .contact-items .address li p:first-child {
    margin: 0;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 600px) {
  .timer #time-wrapper .countdown-row {
    margin: 0;
    padding: 0;
    overflow: hidden;
  }
  .timer #time-wrapper .countdown-row .countdown-section {
    display: inline-block;
    margin: 0;
    padding: 0;
    border: 0;
    margin-right: 50px;
    padding-top: 5px;
  }
  .timer #time-wrapper .countdown-row .countdown-section:last-child {
    margin-right: 0;
  }
  .timer #time-wrapper .countdown-row .countdown-section .countdown-amount {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  #time-wrapper .countdown-row .countdown-section .countdown-period {
    margin: 0;
    padding: 0;
  }
  #features .feature-items {
    padding: 0 20%;
  }
  #features .feature-items .col-md-3 {
    margin-bottom: 60px;
  }
  .contact-items {
    padding: 0 14%;
  }
  .contact-items .form-wrapper .left-side,
  .contact-items .form-wrapper .right-side {
    float: none;
    width: 100%;
  }
  .contact-items form button {
    margin: 30px 0;
    width: 390px;
  }
  .contact-items .address {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .timer #time-wrapper .countdown-row .countdown-section {
    display: block;
    float: left;
    width: 50%;
    margin-right: 0;
    border-right: 1px solid #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    padding-top: 20px;
    color: red;
  }
  .timer #time-wrapper .countdown-row .countdown-section:last-child {
    border: 0;
  }
  .timer #time-wrapper .countdown-row .countdown-section:nth-child(3) {
    border-bottom: 0;
  }
  .timer #time-wrapper .countdown-row .countdown-section:nth-child(2) {
    border-right: 0;
  }
  h1 {
    font-size: 30px;
    letter-spacing: 0;
  }
  h3 {
    font-size: 18px;
  }
  .main-container .subscribe {
    margin-top: 40px;
  }
  .main-container .subscribe form {
    width: 100%;
  }
  .main-container .subscribe form button {
    font-size: 10px;
    width: 70px;
    text-transform: capitalize;
  }
  .main-container .heading {
    margin-top: 0;
  }
  .contact-items .notifier {
    margin-bottom: 30px;
  }
  .contact-items .notifier h4 {
    display: none;
    font-size: 14px;
  }
  .contact-items .form-wrapper input,
  .contact-items .form-wrapper textarea,
  .contact-items .form-wrapper label {
    font-size: 12px;
  }
  .contact-items .form-wrapper p {
    margin-bottom: 15px;
  }
  .contact-items .form-wrapper input {
    padding-left: 40px;
  }
  .contact-items {
    padding: 0 5%;
  }
  .contact-items form button {
    width: 99%;
    padding: 5px;
  }
  .contact-items .address {
    padding: 0;
  }
  .contact-items .address li {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .contact-items .address li p:first-child,
  .contact-items .address li p {
    border-right: 0;
    text-align: center;
    width: 100%;
    font-size: 14px;
    padding: 0;
  }
  .contact-items .address li p:first-child {
    margin-right: 0;
  }
}
