@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=Josefin+Sans:100,300,400,600,700,100italic,300italic,400italic,600italic,700italic");
@import url("vendor.css");
@charset "UTF-8";
/*=================================================
 * author: bonefishcode
 * template: Mega - Easy Use Creative Coming Soon Template
 * version: v1.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. component
04. common
05. typography
06. preloader
07. header
08. layout
09. countdown
10. about
11. services
12. contact
13. subscribe
14. footer
15. plugin
16. responsive
==================================================*/

/*==================================================
 * reset
==================================================*/
a:focus,
a:hover {
  text-decoration: none;
}
a:active,
a:focus,
a:hover,
.btn.active.focus,
.btn.active:focus,
.btn:active.focus,
.btn:active:focus,
.btn.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,
.input-group-addon {
  -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
==================================================*/
/* text align */
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}
/* float */
.fn {
  float: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* table */
.tb {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
/* middle table cell */
.tb-cell {
  display: table-cell;
  vertical-align: middle;
}
/*==================================================
 * component
==================================================*/
/* basic 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;
  line-height: 1;
  font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 3px;
  border-width: 2px;
  padding: 10px 7px 10px 10px;
}
/* large button */
.btn-lg,
.btn-group-lg > .btn {
  padding: 20px 32px 20px 35px;
}
/* outline button */
.btn-light {
  color: #010101;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light:active,
.btn-light.active,
.btn-light:focus,
.btn-light.focus,
.btn-light:hover {
  color: #010101;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}
.btn-light.btn-outline1 {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-light.btn-outline1:active,
.btn-light.btn-outline1.active,
.btn-light.btn-outline1:focus,
.btn-light.btn-outline1.focus,
.btn-light.btn-outline1:hover {
  color: #010101;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light.btn-outline2 {
  color: #010101;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-light.btn-outline2:active,
.btn-light.btn-outline2.active,
.btn-light.btn-outline2:focus,
.btn-light.btn-outline2.focus,
.btn-light.btn-outline2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.btn-dark.btn-outline1 {
  color: #010101;
  background-color: transparent;
  border-color: #010101;
}
.btn-dark.btn-outline1:active,
.btn-dark.btn-outline1.active,
.btn-dark.btn-outline1:focus,
.btn-dark.btn-outline1.focus,
.btn-dark.btn-outline1:hover {
  color: #ffffff;
  background-color: #010101;
  border-color: #010101;
}
.btn-dark.btn-outline2 {
  color: #ffffff;
  background-color: #010101;
  border-color: #010101;
}
.btn-dark.btn-outline2:active,
.btn-dark.btn-outline2.active,
.btn-dark.btn-outline2:focus,
.btn-dark.btn-outline2.focus,
.btn-dark.btn-outline2:hover {
  color: #010101;
  background-color: transparent;
  border-color: #010101;
}
.btn-theme {
  color: #ffffff;
  background-color: #9d7f48;
  border-color: #9d7f48;
}
.btn-theme:active,
.btn-theme.active,
.btn-theme:focus,
.btn-theme.focus,
.btn-theme:hover {
  color: #ffffff;
  background-color: #ae8d50;
  border-color: #ae8d50;
}
.btn-theme.btn-outline1 {
  color: #9d7f48;
  background-color: transparent;
  border-color: #9d7f48;
}
.btn-theme.btn-outline1:active,
.btn-theme.btn-outline1.active,
.btn-theme.btn-outline1:focus,
.btn-theme.btn-outline1.focus,
.btn-theme.btn-outline1:hover {
  color: #ffffff;
  background-color: #9d7f48;
  border-color: #9d7f48;
}
.btn-theme.btn-outline2 {
  color: #ffffff;
  background-color: #9d7f48;
  border-color: #9d7f48;
}
.btn-theme.btn-outline2:active,
.btn-theme.btn-outline2.active,
.btn-theme.btn-outline2:focus,
.btn-theme.btn-outline2.focus,
.btn-theme.btn-outline2:hover {
  color: #9d7f48;
  background-color: transparent;
  border-color: #9d7f48;
}
.btn-red {
  color: #ffffff;
  background-color: #ea4452;
  border-color: #ea4452;
}
.btn-red:active,
.btn-red.active,
.btn-red:focus,
.btn-red.focus,
.btn-red:hover {
  color: #ffffff;
  background-color: #ed5b67;
  border-color: #ed5b67;
}
.btn-red.btn-outline1 {
  color: #ea4452;
  background-color: transparent;
  border-color: #ea4452;
}
.btn-red.btn-outline1:active,
.btn-red.btn-outline1.active,
.btn-red.btn-outline1:focus,
.btn-red.btn-outline1.focus,
.btn-red.btn-outline1:hover {
  color: #ffffff;
  background-color: #ea4452;
  border-color: #ea4452;
}
.btn-red.btn-outline2 {
  color: #ffffff;
  background-color: #ea4452;
  border-color: #ea4452;
}
.btn-red.btn-outline2:active,
.btn-red.btn-outline2.active,
.btn-red.btn-outline2:focus,
.btn-red.btn-outline2.focus,
.btn-red.btn-outline2:hover {
  color: #ea4452;
  background-color: transparent;
  border-color: #ea4452;
}
.btn-pink.btn-outline1 {
  color: #ff438a;
  background-color: transparent;
  border-color: #ff438a;
}
.btn-pink.btn-outline1:active,
.btn-pink.btn-outline1.active,
.btn-pink.btn-outline1:focus,
.btn-pink.btn-outline1.focus,
.btn-pink.btn-outline1:hover {
  color: #ffffff;
  background-color: #ff438a;
  border-color: #ff438a;
}
.btn-pink.btn-outline2 {
  color: #ffffff;
  background-color: #ff438a;
  border-color: #ff438a;
}
.btn-pink.btn-outline2:active,
.btn-pink.btn-outline2.active,
.btn-pink.btn-outline2:focus,
.btn-pink.btn-outline2.focus,
.btn-pink.btn-outline2:hover {
  color: #ff438a;
  background-color: transparent;
  border-color: #ff438a;
}
.btn-yellow.btn-outline1 {
  color: #ffdb43;
  background-color: transparent;
  border-color: #ffdb43;
}
.btn-yellow.btn-outline1:active,
.btn-yellow.btn-outline1.active,
.btn-yellow.btn-outline1:focus,
.btn-yellow.btn-outline1.focus,
.btn-yellow.btn-outline1:hover {
  color: #ffffff;
  background-color: #ffdb43;
  border-color: #ffdb43;
}
.btn-yellow.btn-outline2 {
  color: #ffffff;
  background-color: #ffdb43;
  border-color: #ffdb43;
}
.btn-yellow.btn-outline2:active,
.btn-yellow.btn-outline2.active,
.btn-yellow.btn-outline2:focus,
.btn-yellow.btn-outline2.focus,
.btn-yellow.btn-outline2:hover {
  color: #ffdb43;
  background-color: transparent;
  border-color: #ffdb43;
}
.btn-green.btn-outline1 {
  color: #44ead7;
  background-color: transparent;
  border-color: #44ead7;
}
.btn-green.btn-outline1:active,
.btn-green.btn-outline1.active,
.btn-green.btn-outline1:focus,
.btn-green.btn-outline1.focus,
.btn-green.btn-outline1:hover {
  color: #ffffff;
  background-color: #44ead7;
  border-color: #44ead7;
}
.btn-green.btn-outline2 {
  color: #ffffff;
  background-color: #44ead7;
  border-color: #44ead7;
}
.btn-green.btn-outline2:active,
.btn-green.btn-outline2.active,
.btn-green.btn-outline2:focus,
.btn-green.btn-outline2.focus,
.btn-green.btn-outline2:hover {
  color: #44ead7;
  background-color: transparent;
  border-color: #44ead7;
}
.btn-blue.btn-outline1 {
  color: #44abea;
  background-color: transparent;
  border-color: #44abea;
}
.btn-blue.btn-outline1:active,
.btn-blue.btn-outline1.active,
.btn-blue.btn-outline1:focus,
.btn-blue.btn-outline1.focus,
.btn-blue.btn-outline1:hover {
  color: #ffffff;
  background-color: #44abea;
  border-color: #44abea;
}
.btn-blue.btn-outline2 {
  color: #ffffff;
  background-color: #44abea;
  border-color: #44abea;
}
.btn-blue.btn-outline2:active,
.btn-blue.btn-outline2.active,
.btn-blue.btn-outline2:focus,
.btn-blue.btn-outline2.focus,
.btn-blue.btn-outline2:hover {
  color: #44abea;
  background-color: transparent;
  border-color: #44abea;
}
.btn-purple.btn-outline1 {
  color: #8744ea;
  background-color: transparent;
  border-color: #8744ea;
}
.btn-purple.btn-outline1:active,
.btn-purple.btn-outline1.active,
.btn-purple.btn-outline1:focus,
.btn-purple.btn-outline1.focus,
.btn-purple.btn-outline1:hover {
  color: #ffffff;
  background-color: #8744ea;
  border-color: #8744ea;
}
.btn-purple.btn-outline2 {
  color: #ffffff;
  background-color: #8744ea;
  border-color: #8744ea;
}
.btn-purple.btn-outline2:active,
.btn-purple.btn-outline2.active,
.btn-purple.btn-outline2:focus,
.btn-purple.btn-outline2.focus,
.btn-purple.btn-outline2:hover {
  color: #8744ea;
  background-color: transparent;
  border-color: #8744ea;
}
.btn-brown.btn-outline1 {
  color: #9d7f48;
  background-color: transparent;
  border-color: #9d7f48;
}
.btn-brown.btn-outline1:active,
.btn-brown.btn-outline1.active,
.btn-brown.btn-outline1:focus,
.btn-brown.btn-outline1.focus,
.btn-brown.btn-outline1:hover {
  color: #ffffff;
  background-color: #9d7f48;
  border-color: #9d7f48;
}
.btn-brown.btn-outline2 {
  color: #ffffff;
  background-color: #9d7f48;
  border-color: #9d7f48;
}
.btn-brown.btn-outline2:active,
.btn-brown.btn-outline2.active,
.btn-brown.btn-outline2:focus,
.btn-brown.btn-outline2.focus,
.btn-brown.btn-outline2:hover {
  color: #9d7f48;
  background-color: transparent;
  border-color: #9d7f48;
}
/* form */
.form-group {
  margin-bottom: 20px;
}
.form-control {
  line-height: 1.75;
  font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #cccccc;
  color: #ffffff;
  background-color: transparent;
  border-color: #eeeeee;
}
.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: #cccccc;
}
.line-form .form-control {
  border-width: 0 0 1px;
}
.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: 400;
  margin-top: 10px;
  margin-bottom: 0;
}
.form-notice i {
  width: 20px;
}
label {
  font-weight: 400;
}
.placeholder {
  color: #cccccc;
}
/* form */
.input-lg {
  height: 56px;
  line-height: 16px;
  padding: 19px 16px;
}
/*==================================================
common
==================================================*/
::-moz-selection {
  background-color: #010101;
  color: #f5f5f5;
}
::selection {
  background-color: #1a1a1a;
  color: #f5f5f5;
}
.velocity-animating {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
/*==================================================
typography
==================================================*/
body {
  font-family: "Josefin Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #ffffff;
  line-height: 1.75;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 10px;
}
h1 {
  font-size: 90px;
}
h2 {
  font-size: 75px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
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: #ffffff;
}
p {
  margin-bottom: 30px;
}
p:last-child {
  margin-bottom: 0;
}
img {
  display: block;
  max-width: 100%;
  height: auto;
}
i {
  display: inline-block;
}
.light-text h1,
.light-text h2,
.light-text h3,
.light-text h4,
.light-text h5,
.light-text h6 {
  color: #ffffff;
}
.light-text p {
  color: #ffffff;
}
/*==================================================
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: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}
/* preloader element */
#loader-ele {
  -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;
  position: absolute;
  left: 50%;
  top: 50%;
}
/* preloader animation */
.spinner {
  width: 40px;
  height: 40px;
  margin: 100px auto;
  background-color: #ffffff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
/*==================================================
header
==================================================*/
#site-header {
  position: absolute;
  left: 0;
  top: 15px;
  right: 0;
  min-height: 50px;
  z-index: 1000;
}
.navbar-logo {
  float: left;
  display: block;
}
.navbar-logo img {
  height: 50px;
}
/* menu icon */
.menu-toggle {
  float: right;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding: 19px 0;
}
#volume {
  text-align: center;
  float: right;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
}
.menu-icon {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  width: 28px;
  height: 12px;
  margin: 0 auto;
}
.menu-in .menu-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.subscribe-in .menu-icon {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
.menu-icon span {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  border-radius: 1px;
  opacity: 1;
}
.menu-icon span:nth-child(1) {
  top: -1px;
}
.menu-in .menu-icon span:nth-child(1),
.subscribe-in .menu-icon span:nth-child(1) {
  left: 50%;
  top: 5px;
  width: 0;
}
.menu-icon span:nth-child(2) {
  top: 5px;
}
.menu-in .menu-icon span:nth-child(2),
.subscribe-in .menu-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu-icon span:nth-child(3) {
  top: 5px;
}
.menu-in .menu-icon span:nth-child(3),
.subscribe-in .menu-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-icon span:nth-child(4) {
  top: 11px;
}
.menu-in .menu-icon span:nth-child(4),
.subscribe-in .menu-icon span:nth-child(4) {
  left: 50%;
  top: 5px;
  width: 0;
}
/* menu */
.menu {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 950;
}
.menu-ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  text-align: center;
}
.menu-ul li:not(last-child) {
  margin-bottom: 30px;
}
.menu-ul li:hover a {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}
.menu-ul li:hover p {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.menu-ul a {
  font-family: "Open Sans", Georgia, "Times New Roman", Times, serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
  display: block;
  font-size: 50px;
  line-height: 1;
}
.menu-ul a.active {
  cursor: default;
  color: #ccc;
}
.menu-ul a.active + p {
  color: #ccc;
}
.menu-ul p {
  -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: "Josefin Sans", Georgia, "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  letter-spacing: 0.5px;
  color: #ffffff;
  display: block;
  font-size: 22px;
}
#volume {
  display: none;
}
.yt-video-bg #volume,
.video-bg #volume {
  display: block;
}
.single .menu-toggle,
.single .menu {
  display: none;
}
.single.subscribe-in .menu-toggle {
  display: block;
}
/*==================================================
layout
==================================================*/
html,
body {
  height: 100%;
  background-color: transparent;
  overflow-x: hidden;
}
body {
  -webkit-font-smoothing: antialiased;
}
#site-wrap {
  position: relative;
  height: 100%;
  border-style: solid;
  overflow: hidden;
}
#site-main {
  position: relative;
  height: 100%;
}
#background {
  -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%;
}
#img {
  -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%;
  display: none;
  height: 100%!important;
}
.img-bg #img {
  display: block;
}
.non-mobile .video-bg #background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/bg/video-desktop.jpg);
}
.is-mobile .video-bg #background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/bg/video-mobile.jpg);
}
.non-mobile .yt-video-bg #background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/bg/yt-video-desktop.jpg);
}
.is-mobile .yt-video-bg #background {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../img/bg/yt-video-mobile.jpg);
}
#video {
  -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%;
  display: none;
}
.video-bg #video,
.yt-video-bg #video {
  display: block;
}
#video-bg {
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
#overlay {
  -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%;
}
section {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
}
section.active {
  opacity: 1;
  z-index: 0;
}
.top-bg section {
  background-position: 50% 0;
}
.center-bg section {
  background-position: 50% 50%;
}
section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.section-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 0;
  right: 0;
  top: 120px;
  bottom: 120px;
}
.is-mobile .section-wrap {
  top: 100px;
  bottom: 100px;
  bottom: 0;
}
.is-mobile .intro-in .section-wrap {
  bottom: 100px;
}
.scroll-block {
  position: relative;
  height: 100%;
}
.is-mobile .scroll-block {
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 120px;
}
.animation {
  opacity: 0;
}
.section-title {
  position: relative;
}
.section-title:after {
  display: block;
  content: "";
  width: 80px;
  height: 20px;
  margin-top: 20px;
  margin-bottom: 40px;
}
.section-body {
  margin-bottom: 50px;
}
/*==================================================
countdown
==================================================*/
#countdown {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#countdown span {
  display: block;
}
.countdown-row {
  height: 100%;
}
.countdown-section {
  height: 100%;
}
.countdown-amount {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  position: absolute;
  left: 5%;
  right: 0;
  top: 50%;
  line-height: 1;
  font-family: 'Century Gothic', Arial;
  font-size: 50vw;
  font-weight: 700;
  letter-spacing: 0;
}
.countdown-period {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  position: absolute;
  left: 0;
  right: 10%;
  top: 50%;
  line-height: 1;
  font-family: 'Century Gothic', Arial;
  font-size: 10vw;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
}
.countdown-in .countdown-amount,
.countdown-in .countdown-period {
  color: rgba(255, 255, 255, 0.75);
}
.countdown-in #intro .section-wrap {
  opacity: 0;
}
/*==================================================
 * about
==================================================*/
/* skill bar */
.progress {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 36px;
  overflow: visible;
  border-left: 8px solid;
  border-radius: 0;
}
.progress:last-child {
  margin-bottom: 0;
}
.progress-bar-title {
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  margin-left: 20px;
  margin-bottom: 0;
}
.progress-bar {
  position: relative;
}
.progress-bar span {
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  font-weight: 700;
  margin-right: 20px;
}
/*==================================================
 * services
==================================================*/
.services-grid {
  position: relative;
}
.services-grid-img {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -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;
  left: 0;
  top: 0;
  bottom: 0;
  width: 35%;
  opacity: 0.85;
}
.services-grid:hover .services-grid-img {
  opacity: 1;
}
.services-grid-content {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 80px 40px;
  margin-left: 35%;
}
.services-grid-content:focus {
  outline: 0;
}
.services-grid-content h3 {
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
.services-grid-content p {
  color: rgba(255, 255, 255, 0.8);
}
/*==================================================
 * contact
==================================================*/
.contact-col h3 {
  margin-bottom: 20px;
}
.social-ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.social-ul li {
  display: inline-block;
}
.social-ul a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  margin-bottom: 5px;
  letter-spacing: 0;
  -webkit-border-top-left-radius: 50%;
  -webkit-border-top-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -webkit-border-bottom-right-radius: 50%;
  -moz-border-top-left-radius: 50%;
  -moz-border-top-right-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  -moz-border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  background-clip: padding-box;
  text-align: center;
}
.social-ul a:hover,
.social-ul a:focus {
  color: #fff;
  background-color: transparent;
}
#contact-form {
  margin-top: 30px;
}
.form-group {
  position: relative;
}
/*==================================================
 * subscribe
==================================================*/
#subscribe {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 950;
}
#subscribe-form {
  position: relative;
}
#subscribeFormEmail {
  text-align: center;
  border-width: 0 0 1px;
  padding-left: 0;
  padding-right: 0;
}
/*==================================================
footer
==================================================*/
#site-footer {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 15px;
  right: 0;
  min-height: 50px;
  z-index: 900;
}
.is-mobile #site-footer {
  display: none;
}
.is-mobile .intro-in #site-footer {
  display: block;
}
#countdown-toggle {
  display: none;
}
.intro-in #countdown-toggle {
  display: block;
}
.bfc-toggle {
  display: none;
}
.bfc-toggle,
.bfc-toggle:after,
.bfc-toggle:before,
.bfc-toggle *,
.bfc-toggle *:after,
.bfc-toggle *:before,
.bfc-toggle + .bfc-toggle-btn {
  box-sizing: border-box;
}
.bfc-toggle::-moz-selection,
.bfc-toggle:after::-moz-selection,
.bfc-toggle:before::-moz-selection,
.bfc-toggle *::-moz-selection,
.bfc-toggle *:after::-moz-selection,
.bfc-toggle *:before::-moz-selection,
.bfc-toggle + .bfc-toggle-btn::-moz-selection {
  background: none;
}
.bfc-toggle::selection,
.bfc-toggle:after::selection,
.bfc-toggle:before::selection,
.bfc-toggle *::selection,
.bfc-toggle *:after::selection,
.bfc-toggle *:before::selection,
.bfc-toggle + .bfc-toggle-btn::selection {
  background: none;
}
.bfc-toggle + .bfc-toggle-btn {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  margin: 0 auto;
}
.bfc-toggle + .bfc-toggle-btn:after,
.bfc-toggle + .bfc-toggle-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.bfc-toggle + .bfc-toggle-btn:after {
  left: 0;
}
.bfc-toggle + .bfc-toggle-btn:before {
  display: none;
}
.bfc-toggle:checked + .bfc-toggle-btn:after {
  left: 50%;
}
.bfc-toggle-flat + .bfc-toggle-btn {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 2px;
  border: 4px solid #f2f2f2;
  border-radius: 2em;
}
.bfc-toggle-flat + .bfc-toggle-btn:after {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: #f2f2f2;
  content: "";
  border-radius: 1em;
}
.bfc-toggle-flat:checked + .bfc-toggle-btn {
  border: 4px solid;
}
.bfc-toggle-flat:checked + .bfc-toggle-btn:after {
  left: 50%;
}
/*==================================================
plugin
==================================================*/
/* slick */
.slick-loading .slick-list {
  background: #ffffff url('../img/vendor/slick/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-slider .slick-list, .slick-slider .slick-track {
  z-index: -1;
}
.slick-slider {
  margin-bottom: 0;
  outline: 0;
}
.slick-slide {
  outline: 0;
}
.slick-dots li button:before {
  color: #ffffff;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #ffffff;
}
.slick-dots {
  text-align: right;
  margin-bottom: 0;
  bottom: 15px;
  right: 40px;
}
.slick-dots li button:before {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.slick-btn,
.slick-prev,
.slick-next {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  border: 0;
  margin-top: -25px;
  z-index: 2;
  opacity: 0;
}
.slick-btn:hover,
.slick-prev:hover,
.slick-next:hover {
  opacity: .85;
}
.slick-btn:before,
.slick-prev:before,
.slick-next:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  perspective: 1000;
  display: block;
  font-family: Ionicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 50px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  height: 100%;
}
.slick-prev {
  left: -50px;
}
.bfc-slider:hover .slick-prev {
  left: 0;
  opacity: 1;
}
.slick-prev:before {
  content: "\f3d2";
}
.slick-next {
  right: -50px;
}
.bfc-slider:hover .slick-next {
  right: 0;
  opacity: 1;
}
.slick-next:before {
  content: "\f3d3";
}
/* flexslider */
.flexslider {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
/* bfc-slider */
.bfc-slider {
  overflow: hidden;
}
/*==================================================
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: 991px) {
  #site-wrap {
    border-width: 10px!important;
  }
  .navbar-logo img {
    height: 40px;
    margin: 5px 0;
  }
  .menu-ul a {
    font-size: 30px;
  }
  h1,
  h2 {
    font-size: 50px;
  }
  .section-title:after {
    height: 15px;
  }
  .section-footer .btn {
    margin-bottom: 10px;
  }
  .skill-bar {
    margin-top: 30px;
  }
  .services-grid-content {
    margin-left: 0;
    padding: 40px 20px;
  }
  .services-grid-img {
    position: static;
    height: 250px;
    width: 100%;
  }
  .social-ul {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  h1,
  h2 {
    font-size: 40px;
  }
  .menu-ul a {
    font-size: 24px;
  }
  .bfc-toggle + .bfc-toggle-btn {
    width: 3em;
    height: 1.5em;
  }
}