/*
Template Name: apzion
Theme URL: http://www.apzion.com/cm-soon/
Description: Landing Page
Author: apzion
Author URL: http://www.apzion.com
Version: 1.0
Tags: Landing Page, HTML5, CSS3, Bootstrap, Jquery, Coming Soon Landing page
*/

/* ___________________________________________

                   CONTENT
   ___________________________________________ */

/*   01. General Styles                        */
/*   02. Typography                            */
/*   03. Backgrounds                           */
/*   04. Buttons, Links                        */
/*   05. Forms                                 */
/*   06. Spacing, Alignment, Helperclasses     */
/*   07. Navigation                            */
/*   08. Twitter                               */

/* _____________________________________

   01. General Styles
   _____________________________________ */

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-ExtraLight.woff") format("woff"),
  url("../fonts/montserrat/Montserrat-ExtraLight.woff2") format("woff2"),
  url("../fonts/montserrat/Montserrat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Bold.woff") format("woff"),
  url("../fonts/montserrat/Montserrat-Bold.woff2") format("woff2"),
  url("../fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/montserrat/Montserrat-Medium.woff") format("woff"),
  url("../fonts/montserrat/Montserrat-Medium.woff2") format("woff2"),
  url("../fonts/montserrat/Montserrat-Medium.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}

.page-info {
  z-index: 2;
  overflow: hidden;
}

/* ----------------------------------
   Bootstrap Fix: IE10
   in Windows 8 & Windows Phone 8
   ---------------------------------- */

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/* _____________________________________

   02. Typography
   _____________________________________ */

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 0;
  margin-bottom: 0;
}

h1, .h1 {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 220px;
  font-weight: 600;
  line-height: 0.9;
}

h2, .h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.35;
}

h3, .h3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

p, .lead {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0;
}

strong,
b {
  font-weight: 700;
}


/* ----------------------------------
   Count Down Typography
   ---------------------------------- */

.count-down {
  min-height: 100vh;
}

.count-down .days {
  font-size: 24px;
  text-transform: uppercase;
}

.count-down .main {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 220px;
  font-weight: 600;
  line-height: 1;
}

.count-down .sub {
  font-size: 24px;
  font-weight: 400;
}

/* ----------------------------------
   Background Typography
   ---------------------------------- */

.headline-bg,
.headline-bg > * {
  position: relative;
}

.headline-bg > :first-child {
  position: absolute;
  width: 100%;
  line-height: 1;
  white-space: nowrap;
}

.headline-bg > .content-1 {
  top: -20px;
  left: -140px;
}

.headline-bg .content-2 {
  top: -70px;
  left: -15px;
  z-index: -1;
}

/* ----------------------------------
   Icons
   ---------------------------------- */

.icon {
  line-height: 1;
}

.icon:before {
  vertical-align: sub;
}

.icon-sm {
  font-size: 18px;
}

.icon-lg {
  font-size: 24px;
}

/* ----------------------------------
   Font Colors
   ---------------------------------- */

.text-color {
  color: #FDD835;
}

.text-white {
  color: #fff;
}

/* _____________________________________

   03. Backgrounds
   _____________________________________ */

.bg-white {
  background-color: #fff;
}

.bg-color {
  background-color: #FDD835;
}

/* _____________________________________

   04. Buttons, Links
   _____________________________________ */

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  color: #000;
  text-decoration: underline;
  outline: none;
}

.btn-row {
  margin-left: -5px;
  margin-right: -5px;
}

.btn,
a.btn {
  display: inline-block;
  margin: 5px;
  padding: 15px 17px 13px 17px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  color: #fff;
  background-color: #000;
  border-radius: 0;
  transition: background .3s ease-in-out;
}

.btn:hover,
a.btn:hover,
.btn:active,
a.btn:active,
.btn:focus,
a.btn:focus {
  color: #fff;
  background-color: #000;
  box-shadow: none;
}

.input-group-btn:last-child > .btn {
  margin: 0 !important;
  padding: 15px 16px 14px 15px;
  line-height: 1.392;
  color: #000;
  background-color: #fff;
  border-top: none;
  border-left: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;

}

.input-group-btn:last-child > .btn:hover,
.input-group-btn:last-child > .btn:active,
.input-group-btn:last-child > .btn:focus {
  color: #fff;
  background-color: #000;
}

.input-group-btn:last-child > .btn i,
.input-group-btn:last-child > .btn-group i {
  margin: 0 !important;
}

.btn i {
  margin-right: 15px;
}

.linkDiv {
  cursor: pointer;
}

.linkDiv:hover > span {
  text-decoration: underline;
}

/* ----------------------------------
   Button Animated
   ---------------------------------- */

.btn.animated,
a.btn.animated {
  position: relative;
  overflow: hidden;
}

.btn.animated > span,
a.btn.animated > span {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  backface-visibility: hidden;
  transform: translate(0, 0);
  transition: transform .3s ease-in-out;
}

.btn.animated > span > span,
a.btn.animated > span > span {
  position: absolute;
  display: block;
  width: 100%;
  margin-right: 0;
  line-height: 1;
}

.btn.animated.left-icon > span > span,
a.btn.animated.left-icon > span > span {
  left: -200%;
}

.btn.animated.left-icon:hover > span,
a.btn.animated.left-icon:hover > span {
  transform: translate(200%, 0);
}

/* ----------------------------------
   Social Buttons
   ---------------------------------- */

a.social i {
  font-size: 14px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  background-color: #000;
  line-height: 2.2;
}

/* _____________________________________

   05. Forms
   _____________________________________ */

.form-control {
  height: 50px;
  padding: 15px 14px 13px 14px;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-shadow: none;
  appearance: none;
  outline: 0;
}

textarea.form-control {
  border-radius: 0;
  resize: none;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
  outline: none;
}

.form-group,
.input-group {
  width: 80%;
  transition: width .5s ease-in-out;
}

.focus.form-group,
.focus.input-group {
  width: 100%;
}

.form-control:-moz-placeholder {
  color: #000;
}

.form-control::-moz-placeholder {
  color: #000;
}

.form-control:-ms-input-placeholder {
  color: #000;
}

.form-control::-webkit-input-placeholder {
  color: #000;
}

.error .form-control:-moz-placeholder {
  color: #B71C1C;
}

.error .form-control::-moz-placeholder {
  color: #B71C1C;
}

.error .form-control:-ms-input-placeholder {
  color: #B71C1C;
}

.error .form-control::-webkit-input-placeholder {
  color: #B71C1C;
}

.error .form-control {
  color: #B71C1C;
}

input:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

/* ----------------------------------
   Validation Message
   ---------------------------------- */

#message-contact,
#message-newsletter {
  display: none;
}

.message-wrapper {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1030;
}

.message {
  padding: 15px;
  background-color: #000;
}

.error .message {
  background-color: #B71C1C;
}

.message {
  background-color: #2E7D32;
}

label.message-text {
  margin-bottom: 0;
}

.message-text {
  margin-left: 15px;
  font-weight: 400;
}

/* ----------------------------------
   Loader
   ---------------------------------- */

.loader {
  position: fixed;
  z-index: 1200;
  display: table;
  height: 100%;
  width: 100%;
}

.loader-inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.ball-pulse-color > div {
  background-color: #FDD835;
}

.ball-pulse-sync > div, .ball-pulse > div {
  width: 10px;
  height: 10px;
  margin: 5px;
}

/* _____________________________________

   06. Spacing, Alignment, Helperclasses
   _____________________________________ */

.vert-middle {
  height: 100%;
  align-items: center;
  display: flex;
}

.vert-middle > div {
  width: 100%;
  vertical-align: middle;
}

.p-t-b-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.p-t-b-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}

.p-t-b-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.p-t-b-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.p-r-l-15 {
  padding-right: 15px;
  padding-left: 15px;
}

.arrow-wrapper {
  padding: 30px;
}

.block .block-cell:first-child {
  padding-left: 0;
}

.block .block-cell:last-child {
  padding-right: 0;
}

.block .block-cell {
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 0;
  vertical-align: top;
}

/* _____________________________________

   07. Navigation
   _____________________________________ */

/* ----------------------------------
   Header
   ---------------------------------- */

.navbar {
  background-color: #FDD835;
   border-bottom: 1px dotted #000;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: transparent;
}

.navbar-nav > li > a {
  padding-top: 16px;
  padding-bottom: 16px;
}

.navbar-nav.nav > li > a > i {
  display: none;
  transition: all 5s ease-in-out;
  line-height: 0.5;
}

.navbar-header .logo {
  background: url("../images/logo.png?v=1759134671") no-repeat center;
  background-size: contain;
  width: 80px;
  height: 80px;
  margin: 9px 15px;
  display: block;
  cursor: pointer;
}

/* ----------------------------------
   Navbar Icon
   ---------------------------------- */

.navbar-button {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 19px;
  margin: 15px;
}

.navbar-button span {
  position: absolute;
  left: 0;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000;
  border-radius: 9px;
  filter: alpha(opacity=100);
  opacity: 1;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.navbar-button span:nth-child(1) {
  top: 0;
}

.navbar-button span:nth-child(2) {
  top: 8px;
}

.navbar-button span:nth-child(3) {
  top: 16px;
}

.navbar-button.open span:nth-child(1) {
  top: 8px;
  transform: rotate(135deg);
}

.navbar-button.open span:nth-child(2) {
  left: -40px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.navbar-button.open span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

/* ----------------------------------
   Pagination
   ---------------------------------- */

.scroll-pagination {
  display: none;
  position: fixed;
  z-index: 10;
  right: 20px;
  top: 50%;
  font-size: 1.4em;
  transform: translateY(-50%);
}

.scroll-pagination > li > a {
  display: block;
  position: relative;
  height: 20px;
  width: 20px;
  padding: 0;
  margin: 15px;
  color: white;
}

.scroll-pagination li a:after {
  content: '';
  display: inline;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  background-color: #000;
  border-radius: 50%;
  transition: box-shadow 0.3s ease;
}

.scroll-pagination li.active a:after {
  box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1);
}

/* _____________________________________

   08. Twitter
   _____________________________________ */

.twitter {
  padding-top: 15px;
}

.twitter i {
  padding-top: 15px;
  padding-bottom: 15px;
}

.twitter h3 {
  margin-bottom: 5px;
}

.tweet:after {
  content: " ";
  border-bottom: 1px solid #000;
  width: 50px;
  display: block;
  margin: 15px 0;
}


