@import url("http://fonts.googleapis.com/css?family=Merriweather:400,300,300italic,400italic,700,700italic,900,900italic");
@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800");
@import url("http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700");
@import url("vendor.css");
@charset "UTF-8"
/*
author: bonefishcode
template: NOISE - Responsive Coming Soon Template
version: 1.0
url: http://themeforest.net/user/bonefishcode

please do not edit this file
put all the custom style in the assets/css/custom.css
*/

/*==================================================
01. reset
02. helper class
03. element
05. common
06. typography
07. preloader
08. header
09. section common
10. intro
11. subscribe
12. about
13. contact
14. responsive
15. mobile
==================================================*/

/*==================================================
reset
==================================================*/
a:focus,
a:hover {
  text-decoration: none;
}
a:active,
a:focus,
a:hover,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.form-control:focus,
.form-control.focus,
button:focus {
  outline: 0;
}
.btn.active,
.btn:active,
.form-control,
.form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn,
.form-control {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
.btn-group-vertical .btn:first-child:not(:last-child) {
  border-top-right-radius: 0;
}
.btn-group-vertical .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
}
.dropdown-menu {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-clip: padding-box;
}
/*==================================================
helper class
==================================================*/
/* full fixed table */
.tb {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
/* middle table cell*/
.tb-cell {
  display: table-cell;
  vertical-align: middle;
}
/* text align */
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
/* float */
.fn {
  float: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*==================================================
element
==================================================*/
/* button */
.btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 3px;
  line-height: 1;
  padding: 10px 7px 10px 10px;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 16px 32px 16px 35px;
}
/* theme button */
.btn-theme {
  color: #333333;
  background-color: #ffffff;
  border-color: transparent;
}
.btn-theme:active,
.btn-theme.active,
.btn-theme:focus,
.btn-theme.focus,
.btn-theme:hover {
  color: #333333;
  background-color: #d9d9d9;
  border-color: transparent;
}
/* form */
.form-group {
  margin-bottom: 30px;
}
.form-control {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #cccccc;
  color: #dddddd;
  background-color: transparent;
  border-color: #fff;
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #cccccc;
}
.form-control::-webkit-input-placeholder {
  color: #cccccc;
}
.form-control:focus,
.form-control.focus {
  background-color: transparent;
  border-color: #dddddd;
}
.col-input .form-control {
  padding-left: 46px;
}
.col-input i {
  text-align: center;
  position: absolute;
  left: 15px;
  top: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  letter-spacing: 0;
}
textarea {
  resize: none;
}
.valid .icons,
.valid.icons {
  color: #2ccdae;
}
.error .icons,
.error.icons {
  color: #fc5152;
}
.form-notice {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0;
}
.form-notice i {
  width: 20px;
}
.placeholder {
  color: #cccccc;
}
/*==================================================
common
==================================================*/
html,
body {
  height: 100%;
  background-color: transparent;
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
}
.scroll {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
::-moz-selection {
  background-color: #000000;
  color: #f5f5f5;
}
::selection {
  background-color: #161616;
  color: #f5f5f5;
}
/*==================================================
typography
==================================================*/
body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #dddddd;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans Condensed", Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: #eeeeee;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  font-size: 44px;
}
h2 {
  font-size: 44px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 14px;
}
h5 {
  font-size: 13px;
}
h6 {
  font-size: 12px;
}
a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #3E9CEC;
  font-weight: 600;
}
a:hover,
a:focus {
  color: #eeeeee;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
i {
  display: inline-block;
}
/*==================================================
preloader
==================================================*/
/* preloader background */
#loader {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/* preloader element */
.loader {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -ms-transform: translate(-50%, -50%) !important;
  -o-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
  text-align: center;
  position: relative;
  left: 50%;
  top: 50%;
  width: 250px;
  height: 50px;
  line-height: 50px;
  font-family: Helvetica, arial, sans-serif;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.2em;
}
.loader-top,
.loader-bottom {
  display: block;
  width: 15px;
  height: 15px;
  background: #eee;
  position: absolute;
  -webkit-animation: load 0.7s infinite alternate ease-in-out;
  animation: load 0.7s infinite alternate ease-in-out;
}
.loader-top {
  top: 0;
}
.loader-bottom {
  bottom: 0;
}
.ie9 .loader-top,
.ie9 .loader-bottom {
  display: none;
}
@-webkit-keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
@keyframes load {
  0% {
    left: 0;
    height: 30px;
    width: 15px;
  }
  50% {
    height: 8px;
    width: 40px;
  }
  100% {
    left: 235px;
    height: 30px;
    width: 15px;
  }
}
/*==================================================
header
==================================================*/
#site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 65px;
  z-index: 1000;
}
.logo {
  float: left;
  display: block;
  max-width: 100%;
  height: 64px;
  margin: 15px 0;
}
.close-icon {
  float: right;
  text-align: center;
  display: none;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0;
  margin: 10px -5px 0 0;
}
/*==================================================
section common
==================================================*/
#site-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: 20px solid;
}
section {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
}
.background-container {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.background-container .overlay,
.background-container .pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ie9 .background-container {
  z-index: 0;
}
.scroll-block {
  height: 100%;
}
.container-max {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
}
.front-menu {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: none;
  padding: 0 10%;
}
.section-title {
  display: inline-block;
  border: 6px double #eeeeee;
  border-width: 6px 0;
  padding: 5px 15px;
  margin-bottom: 0;
}
.section-inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  text-align: left;
  display: none;
  padding: 95px 8%;
}
.animation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  display: block!important;
}
.section-inner-subtitle {
  font-family: "Merriweather", Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  font-weight: 300;
  font-style: italic;
  text-transform: none;
  letter-spacing: 1.5px;
  color: #eeeeee;
}
/*==================================================
intro
==================================================*/
#intro {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  background-image: url(../img/bg/intro.jpg);
}
.intro #intro {
  z-index: 950;
}
#countdown {
  display: inline-block;
}
.countdown-amount:after {
  /* add content space */
  content: " ";
  letter-spacing: 0;
}
.social-media-ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.social-media-ul li {
  display: inline-block;
  margin-top: 10px;
}
.social-media-ul li a {
  text-align: center;
  display: block;
  padding-left: 0;
  padding-right: 0;
  width: 50px;
  font-size: 16px;
  letter-spacing: 0;
  margin-right: 5px;
}
/*==================================================
subscribe
==================================================*/
#subscribe-form {
  position: relative;
}
#subscribe-form .form-group {
  margin-bottom: 20px;
}
#subscribe-form .form-control {
  border-width: 0 0 1px;
  border-style: dotted;
  padding-left: 0;
  padding-right: 100px;
}
#subscribe-form .btn {
  font-family: "Open Sans Condensed", Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  position: absolute;
  right: 15px;
  top: 0;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.25em;
  color: #eeeeee;
  background-color: transparent;
  border-color: transparent;
  padding-left: 0;
  padding-right: 0;
}
.subscribe-notice {
  margin-bottom: 15px;
}
/*==================================================
about
==================================================*/
#about {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  background-image: url(../img/bg/about.jpg);
}
.about #about {
  z-index: 950;
}
/*==================================================
contact
==================================================*/
#contact {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  position: absolute;
  background-image: url(../img/bg/contact.jpg);
}
.contact #contact {
  z-index: 950;
}
#contact-form .form-control {
  border-width: 0 0 1px;
  border-style: dotted;
}
.contact-info {
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 20px;
}
.contact-info li:not(:last-child) {
  margin-bottom: 10px;
}
/*==================================================
responsive
==================================================*/
/* fix ie10 viewport bug */
@-webkit-viewport {
  width: device-width;
}
@-moz-viewport {
  width: device-width;
}
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@media (max-width: 767px) {
  #site-header {
    height: 40px;
  }
  .logo {
    height: 30px;
    margin: 5px 0 0 -10px;
  }
  .close-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    margin-right: -10px;
  }
  #site-wrap {
    border-width: 10px;
  }
  .section-title {
    font-size: 20px;
    border-width: 4px 0;
    padding: 5px 15px;
  }
  .section-inner {
    padding: 80px 15px;
  }
  .section-inner-title {
    font-size: 28px;
  }
  .section-inner-subtitle {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #site-wrap {
    border-width: 15px;
  }
  .section-title {
    font-size: 38px;
    border-width: 4px 0;
  }
  .section-inner {
    padding: 80px 40px;
  }
  .section-inner-title {
    font-size: 40px;
  }
  .section-inner-subtitle {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .section-title,
  .section-inner-title {
    font-size: 49px;
  }
}
/*==================================================
mobile
==================================================*/
.is-mobile #intro {
  left: 0;
  top: 0;
  width: 100%;
  height: 33.33333333%;
}
.is-mobile #about {
  left: 0;
  top: 33.33333333%;
  width: 100%;
  height: 33.33333333%;
}
.is-mobile #contact {
  left: 0;
  top: 66.66666666%;
  width: 100%;
  height: 34%;
}
.non-mobile .layout1 #intro {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.non-mobile .layout1 #about {
  right: 0;
  top: 0;
  width: 50%;
  height: 50%;
}
.non-mobile .layout1 #contact {
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
}
.non-mobile .layout2 #intro {
  left: 0;
  top: 0;
  width: 100%;
  height: 33.33333333%;
}
.non-mobile .layout2 #about {
  left: 0;
  top: 33.33333333%;
  width: 100%;
  height: 33.33333333%;
}
.non-mobile .layout2 #contact {
  left: 0;
  top: 66.66666666%;
  width: 100%;
  height: 34%;
}
.non-mobile .layout3 #intro {
  left: 0;
  top: 0;
  width: 33.33333333%;
  height: 100%;
}
.non-mobile .layout3 #about {
  left: 33.33333333%;
  top: 0;
  width: 33.33333333%;
  height: 100%;
}
.non-mobile .layout3 #contact {
  left: 66.66666666%;
  top: 0;
  width: 34%;
  height: 100%;
}