/* GENERAL */
body, html {
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
}

button {
	background-color: transparent;
	padding: 0;
}

h1 {
	font-size: 3em;
}
h3 {
	font-size: 1.3em;
}
h1, h3, h5 {
	font-family: 'Lato', sans-serif;
	font-weight: 900;
}
h1 span, h3 span, h5 span {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}
h2, h4, h6 {
	font-family: 'Lobster', cursive;
	font-weight: 900;
}
@keyframes hover {
  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
.button {
	border: 1px solid #000000;
	color: #000000;
	display: block;
	border-radius: 0px;
	height: 50px;
	line-height: 3em;
	margin: 50px auto 0 auto;
	position: relative;
	text-transform: uppercase;
	width: 140px;
	z-index: 111;

}
.button:hover {
	color: #000000;
	text-decoration: none;

}

/* Float */
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.row {
	margin: 20px 0;
}
.label {
    background-color: #f2f2ed;
    color: #333;
    font-weight: normal;
}

/* INTRO */
#intro {
	color: #ffffff;
	display: block;
	height: 100%;
	min-height: 600px;
	padding-bottom: 50px;
}

.coming-soon {
	margin-top: 50px;
}

.countdown {
	display: inline-block;
}

.counter {
    border: 1px solid #fff;
    border-radius: 10%;
    float: left;
    height: 160px;
    margin: 0 10px;
    text-align: center;
    width: 160px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.counter:hover {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: #ffe828;
    border-color: #ffe828;
    color: #000;
}
.days, .hours, .minutes, .seconds {
    font-size: 4.2em;
    line-height: 0.5em;
    position: relative;
    top: 55px;
}

.info {
	font-size: 0.9em;
	position: relative;
	top: 65px;
}

.intro.button {
	border: 1px solid #000;
	color: #ffffff;
	background: #000;
}
.intro.button:hover {
	color: #ffffff;
}

img.logo {
	margin-bottom: 70px;
	width: 200px;
}
.logo {
	width: 340px;
	margin-bottom: 30px;
}

.parallax {
	background: url('../images/bg.jpg');
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	height: 100%;
	min-height: 600px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -999;
}


/* SECOND (ABOUT) SECTION*/
#about {
	background: #ffffff;
	padding-top: 30px;
	color: #333;
}
#about .button {
	border-color: #22ba7c;
	color: #22ba7c;
}

/* CONTACT */
#contact {
	background-color: #111;
	padding-top: 150px;
	color: white;
}
#contact .button {
	border-color: white;
	color: white;
}

.back-to-top {
	display: none;
}

.form-control {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid #fff;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
    color: #fff;
}

::-webkit-input-placeholder {
   color: #555 !important;
}

:-moz-placeholder { /* Firefox 18- */
   color: #555 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #555 !important;
}

:-ms-input-placeholder {
   color: #555 !important;
}
.form-control:focus, .form-control:focus {
    border-color:#fff;
    box-shadow: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 115, 136, 0.6);
  	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 115, 136, 0.6);
  	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(4, 115, 136, 0.6);
}

span.middot {
    display: inline-block;
    margin: 0 5px;
}
.icon {
    margin-top: 5px;
}

#email a {
    color: #fff;
}

/* Footer */
footer {
	background-color: #111;
	padding: 10px 0;
	color: white;
}


/* ----------------------------------------------------------------
    Go To Top
-----------------------------------------------------------------*/


#goto-top {
    display: none;
    z-index: 299;
    position: fixed;
    width: 40px;
    height: 40px;
    background-color: #333;
    background-color: rgba(0,0,0,0.3);
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    top: auto;
    left: auto;
    right: 30px;
    bottom: 30px;
    cursor: pointer;
    border-radius: 2px;
}
body:not(.device-touch) #goto-top {
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
}
#goto-top:hover { background-color: #22ba7c; }

/* Responsive Styles */
@media (max-width: 767px) {
	#contact {
		padding-top: 70px;
	}
}

