/* Gadget v1.0 */

/* GENERAL */

body, 
html {
	height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	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: 'Lato', sans-serif;
	font-weight: 300;
}
@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;
}

.cross,
.cross-2 { /* no need to modify this part */
    content: '';
    left: 0;
    overflow: hidden;
    position: absolute;
    width: 100%;
}
.cross {
	border-bottom: solid;
    border-left: solid transparent;
    border-bottom-color: #ffffff;
}
.cross-2 {
	border-top: solid;
	border-right: solid transparent;
	border-top-color: #ffffff;
}



/* 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: 50%;
	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: #010000;
	border-color: #010000;
	color: #fff;
}

.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 #ffffff;
	color: #ffffff;
}
.intro.button:hover {
	color: #ffffff;
}

img.logo {
	margin-bottom: 10px;
	width: 300px;
}
.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;
}

.slogan {
	letter-spacing: 10px;
}

#video, 
.video-background {
	height: auto; 
	min-height: 100%;
	min-width: 100%; 
	position: absolute; 
	right: 0; 
	top: -10%;
	width: auto; 
	z-index: -999;
}

/* it's necessary for mobile devices */
.video-background {
	background: url('../images/bg.jpg');
	background-position: center; 
	background-repeat: no-repeat;
	background-size: cover;
}


/* SECOND (ABOUT) SECTION*/

#about {
	background: #ffffff;
	padding-top: 30px;
	color: #333;
}

.person img {
	margin: 0 auto;
	border-radius: 0%;
}

#about .button {
	border-color: #010000;
	color: #010000;
}
/* 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;
}

::-webkit-input-placeholder {
   color: white !important;
}

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

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

:-ms-input-placeholder {  
   color: white !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);
}


/* Footer */

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



/* Responsive Styles */

@media (max-width: 767px) {
	#contact {
		padding-top: 70px;
	}
	.person {
		margin-bottom: 40px;
	}
}


