@import url(http://fonts.googleapis.com/css?family=Crete+Round:400,400italic);
/*
	Name: Willer
	Description: Willer - Bold & Creative Coming Soon Template
	Version: 1.0
	Author: HTMLCooker
	This template and more are available to purchase on Themeforest.net
	http://themeforest.net/user/HTMLCooker
*/
/*====================
      Google Font
======================*/
/*  Custom Fonts
----------------*/
@font-face {
  font-family: 'Crete Round';
  src: url('../fonts/CreteRoundRegular.eot');
  src: url('../fonts/CreteRoundRegular.eot') format('embedded-opentype'), url('../fonts/CreteRoundRegular.woff2') format('woff2'), url('../fonts/CreteRoundRegular.woff') format('woff'), url('../fonts/CreteRoundRegular.ttf') format('truetype'), url('../fonts/CreteRoundRegular.svg#CreteRoundRegular') format('svg');
}
@font-face {
  font-family: 'Anothershabby';
  src: url('../fonts/Anothershabby.eot');
  src: url('../fonts/Anothershabby.eot') format('embedded-opentype'), url('../fonts/Anothershabby.woff2') format('woff2'), url('../fonts/Anothershabby.woff') format('woff'), url('../fonts/Anothershabby.ttf') format('truetype'), url('../fonts/Anothershabby.svg#Anothershabby') format('svg');
}
body {
  background: url(../img/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: 'Crete Round', serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body:before {
  z-index: -1;
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  background: url(../img/44ga9qid.png);
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
/*  Variable
----------------*/
/*  General
----------------*/
html {
  overflow-y: scroll;
}
a {
  color: #222222;
}
a:hover,
a:focus,
a.active {
  color: #666;
  outline: none;
  text-decoration: none;
}
ul {
  margin: 0px !important;
  padding: 0px !important;
}
li {
  list-style: none;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.no-radius {
  border-radius: 0px;
}
img {
  width: 100%;
}
.rotate {
  transform: rotate(90deg);
  color: #ffffff;
}
p {
  font-style: italic;
}
/*  Preloader
-----------------*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fefefe;
  z-index: 99999;
  height: 100%;
  width: 100%;
  overflow: hidden !important;
}
#preloader_1 {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
}
#preloader_1 span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: #9b59b6;
  position: absolute;
  animation: preloader_1 1.5s infinite ease-in-out;
}
#preloader_1 span:nth-child(2) {
  left: 11px;
  animation-delay: .2s;
}
#preloader_1 span:nth-child(3) {
  left: 22px;
  animation-delay: .4s;
}
#preloader_1 span:nth-child(4) {
  left: 33px;
  animation-delay: .6s;
}
#preloader_1 span:nth-child(5) {
  left: 44px;
  animation-delay: .8s;
}
@keyframes preloader_1 {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: #3498db;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: #9b59b6;
  }
}
/*  Main
-----------*/
.willer {
  padding: 15px 20px;
}
.logo a:hover,
.logo a:focus,
.logo a.active {
  border-bottom: 0px!important;
}
.main-menu {
  text-align: center;
}
.main-menu ul li {
  display: inline-block;
  padding: 30px;
}
.main-menu ul li a {
  font-style: italic;
  color: #ffffff;
  padding: 5px 0px;
}
.main-menu ul li a:hover,
.main-menu ul li a:focus,
.main-menu ul li a.active {
  border-bottom: 2px solid #ffa200;
}
.countdown {
  padding-bottom: 30px;
  margin-top: 10%;
}
.countdown input {
  font-family: 'Crete Round', serif !important;
  font-weight: 400 !important;
  font-size: 60px !important;
  color: #fff !important;
  top: 5% !important;
  left: 0 !important;
  right: 0 !important;
  width: 150px !important;
  height: 150px !important;
  margin: -25px 0 0 0px !important;
  pointer-events: none;
}
.countdown canvas {
  border-radius: 50%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.countdown-item {
  position: relative;
  height: 150px;
  display: inline-block;
  margin: 20px 0px;
}
.countdown-content {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  margin-top: -65px;
  width: 150px;
  display: block;
  text-align: center;
  pointer-events: none;
  position: relative;
  z-index: 100;
  font-style: italic;
}
.content p {
  font-size: 24px;
  color: #ffffff;
  padding: 30px 0px;
  line-height: 1.3em;
}
.content .more-btn {
  display: inline-block;
  padding: 15px;
}
.content .more-btn a {
  color: #ffffff;
  font-size: 21px;
  transition: all 0.4s;
  font-style: italic;
}
.content .more-btn:hover a,
.content .more-btn:focus a,
.content .more-btn.active a {
  padding: 5px 0px;
  border-bottom: 2px solid #ffa200;
}
.button {
  padding: 10px 50px;
  margin-right: 20px;
  font-size: 24px;
  border-radius: 30px;
  transition: all 0.4s;
  border: 0px;
}
.button:hover,
.button:focus,
.button.active {
  background: #ffa200;
  color: #ffffff;
}
/* About
-----------*/
.about,
.contact {
  color: #ffffff;
}
.about .header .heading,
.contact .header .heading {
  display: inline-block;
  padding: 20px 0;
  font-size: 36px;
}
.about .header .heading .bottom-line,
.contact .header .heading .bottom-line {
  border-bottom: 2px solid #ffa200;
  height: 2px;
  left: 30px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 80px;
}
.about p,
.contact p {
  font-size: 16px;
  padding: 20px 0px;
}
.about-content {
  color: #ffffff;
}
.about-content .content-heading {
  font-size: 24px;
  display: inline-block;
}
.about-content .content-heading:hover,
.about-content .content-heading:focus,
.about-content .content-heading.active {
  color: #ffa200;
}
.about-content .content-heading:hover i,
.about-content .content-heading:focus i,
.about-content .content-heading.active i {
  border: 2px solid #ffffff;
  transform: rotate(180deg);
}
.about-content .content-heading i {
  margin-right: 15px;
  font-size: 36px;
  position: relative;
  top: 5px;
  padding: 10px;
  border: 2px solid transparent;
  transition: all 0.4s;
  border-radius: 50px;
}
.about-content .content-heading .bottom-line {
  border-bottom: 2px solid #ffa200;
  height: 2px;
  left: 75px;
  padding-top: 10px;
  position: relative;
  text-align: center;
  width: 50px;
}
.about-content p {
  margin-left: 75px;
  padding: 10px 0px;
  line-height: 22px;
  font-size: 14px;
}
/* Subscribe
-------------*/
.subscribe {
  color: #ffffff;
}
.subscribe .header .heading {
  display: inline-block;
  padding: 20px 0;
  font-size: 36px;
}
.subscribe .header .heading .bottom-line {
  border-bottom: 2px solid #ffa200;
  height: 2px;
  left: 185px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 80px;
}
.subscribe p {
  font-size: 16px;
  padding: 20px 50px;
}
.form-control {
  background: none repeat scroll 0 0 transparent;
  float: left;
  height: 50px;
  margin-bottom: 0;
  position: relative;
  width: 98%;
  z-index: 2;
  font-size: 18px;
  padding-left: 30px;
  font-style: italic;
  color: #ffffff;
}
.form-control:hover,
.form-control:focus,
.form-control.active {
  box-shadow: none;
  border-color: #ffa200;
}
.subscription-form .input-box {
  width: 300px;
  border-radius: 30px;
  margin-right: 15px;
}
.subscription-form .button {
  color: #222222;
  font-size: 20px;
}
.subscription-form .button:hover,
.subscription-form .button:focus,
.subscription-form .button.active {
  color: #ffffff;
}
.form-control::-moz-placeholder {
  color: #fff;
  font-size: 18px;
  opacity: 1;
}
/* Contact
-----------*/
.contact {
  color: #ffffff;
}
.contact .header .heading {
  display: inline-block;
  padding: 20px 0;
  font-size: 36px;
}
.contact .header .heading .bottom-line {
  border-bottom: 2px solid #ffa200;
  height: 2px;
  left: 45px;
  padding-top: 30px;
  position: relative;
  text-align: center;
  width: 80px;
}
.contact p {
  font-size: 16px;
  padding: 20px 0px;
}
.contact .contact-form .form-control {
  background: transparent;
  font-size: 18px;
  font-style: italic;
  color: #ffffff;
  height: 50px;
}
.contact .contact-form .form-control:hover,
.contact .contact-form .form-control:focus,
.contact .contact-form .form-control.active {
  box-shadow: none;
  border-color: #ffa200;
}
.contact .contact-form .button {
  font-size: 20px;
  color: #222222;
}
.contact .contact-form .button:hover,
.contact .contact-form .button:focus,
.contact .contact-form .button.active {
  color: #ffffff;
}
.contact textarea {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 18px;
  font-style: italic;
  height: 100px;
  padding: 10px;
  width: 100%;
  border-radius: 3px;
}
.contact textarea:hover,
.contact textarea:focus,
.contact textarea.active {
  border-color: #ffa200;
}
/*---------------------------------------
    CONTACT FORM
-----------------------------------------*/
.contact-form .success,
.contact-form .error {
  display: none;
}
.contact-form .textarea-box {
  min-height: 100px;
  -webkit-backface-visibility: hidden;
}
.contact-form .input-box:active,
.contact-form .textarea-box:active,
.contact-form .input-box:focus,
.contact-form .textarea-box:focus {
  color: #fff;
}
.social-icon {
  margin-top: 70px;
}
.social-icon ul li {
  display: inline-block;
  font-size: 14px;
  margin: 10px 3px 10px 3px;
}
.social-icon ul li a:hover i,
.social-icon ul li a:focus i,
.social-icon ul li a.active i {
  color: #ffffff;
  border: 1px solid #ffa200;
  background: #ffa200;
}
.social-icon ul li a i {
  color: #222222;
  border: 1px solid #ffffff;
  background: #ffffff;
  padding: 9px 10px;
  font-size: 14px;
  transition: all 0.4s;
}
.footer p {
  margin-top: 10px;
  background: rgba(255, 162, 0, 0.75);
  display: inline-block;
  font-size: 12px;
  color: #ffffff;
  padding: 3px 10px;
}
