/** 1. TYPOGRAPHY
 *****************************************************************/
html,
body {
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body {
	overflow-x:hidden;
	color: #999;
	background: #fff;

	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;

	padding: 0px !important;
	margin: 0px !important;
	border: 0px !important;

	height: 100%;
	width: 100%;
	line-height: 1.55;
}

@font-face {
    font-family: myfont;
    src: url(geosanslight.ttf);
}

h1, h2, h3, h4, h5, h6 {
	font-family: myfont, sans-serif;
	font-weight: 300;
	padding: 0; 
	margin: 0;
	color: #fff;
}

h1 {
	font-size: 45px;
	line-height: 45px;
}

h2 {
	font-size: 35px;
	line-height: 35px;
}

h3 {
	font-size: 30px;
	line-height: 30px;
}

h4 {
	font-size: 24px;
	line-height: 24px;
}

h5 {
	font-size: 18px;
	line-height: 18px;
}

h6 {
	font-size: 14px;
	line-height: 14px;
}

p {
	font-size: 14px;
}

a, a:hover, a:focus {
	cursor: pointer;
	text-decoration:none;

	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}



/** 3. MISC
 *****************************************************************/
#bg-darker {
	background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

#bg-pattern {
	background: url("../img/pattern.png") repeat fixed !important;    
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.tubular-mute {
	top: 20px;
	right: 20px;
	margin: 0 0 0 -15px;
	position: fixed;
	z-index: 10;
	width: 30px;
	height: 30px;
	line-height: 26px;
	font-size: 20px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #666;
	color: #666;
	cursor: pointer;	
}

.tubular-mute:hover {
	color: #fff;
}

.modal-title { 
	color:#999 
}

.modal-dialog { 
	position: absolute;
	top: 50%;
	left: 50%;
	-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;
}

/** 4. HOME
 *****************************************************************/ 
#home {
	overflow: hidden !important;
	display: table;
	width: 100%;
	height: 100%; 
	min-height: 100%;
}

.content-block {
	opacity: 0;
	padding-left: 50px !important;
	overflow: hidden !important;
	display: table-cell;
    vertical-align: middle !important;
	text-align: left;
	text-transform: uppercase;
	width: 100%;
}

.content-block img {
	max-width: 150px;
	margin-bottom: 8px;
}

.content-block img:nth-child(2){
	margin-bottom: 2px;
}

.content-block hr.logo {
    margin: 0 auto 5px 0;
	display: block;
	width: 150px;
	height: 1px;
	border: none;
	margin-top: 5px;
	background: #FFC801;
}

.content-block hr.large {
    margin: 0 auto 0 0;
	display: block;
	max-width: 900px;
	height: 1px;
	border: none;
	margin-top: 5px;
	background: #FFC801;
}

.content-block p {
	line-height: 25px;
	font-size: 22px;
	font-style: normal;
	font-variant: normal;
	font-weight: 300;
	letter-spacing:0.5px;
	color: #fff;
	font-family: myfont, sans-serif;
	font-weight: 400 !important;
}

.content-block h1 {
	font-size: 70px;
	line-height: 70px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.content-block h1 span {
	color: #FFC801;
}

.content-block a{
	margin-top: 10px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 300;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	text-transform: none;
	cursor: pointer;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}

.content-block h4 i {
	vertical-align: middle !important;
	margin-left: 8px;
	font-size: 35px;
	color: #FFC801;
	cursor: pointer;
}

.content-block a:hover {
	color: #FFC801;
}

#footer {
	display: none;
	background: rgba(0,0,0,1) !important;
	position: absolute;
	overflow: hidden;
	bottom: 0;
	width: 100%;
	height: 65px;
	text-align: left;
	padding-left: 50px;
	box-shadow: 0px -1px 5px rgba(255, 255, 255, 0.08);
}


#footer p {
	color: #666;
	display: inline-block;
	line-height: 65px;
	font-size: 13px;
	font-family: myfont, sans-serif;
}

#footer a p {
	text-transform: uppercase;
	color: #fff;
}



/** 8. MEDIA QUERIES
 *****************************************************************/
@media only screen and (max-width: 768px) {
	
	.content-block {
		padding-left: 15px !important;
	}
	
	#countdown {
		padding-left: 15px !important;
	}
	
	.content-block h1 {
		font-size: 50px;
		line-height: 50px;
	}
	
	#overlay-about .container {
		margin-bottom: 70px;
	}
	
}
	
@media only screen and (max-width: 480px) {
	
	.input-group, .input-group input, .input-group .input-group-btn, .input-group .btn {
        width: 100%;
        display: block;
        margin: 0 !important;
        text-align: center;
        float: none !important;
    }
	
	#overlay-contact form .control-group { 
		width: 310px;
	}
	
	#overlay-contact form input,textarea {  
		width: 310px;
	}
	
	.content-block {
		padding-left: 3px !important;
	}
	
	#overlay-about .container {
		margin-bottom: 36px;
	}

}

@media only screen and (max-width: 400px) {
	
	.content-block h1 {
		font-size: 40px;
		line-height: 40px;
	}
	
	#overlay-contact form .control-group { 
		width: 250px;
	}
	
	#overlay-contact form input,textarea {  
		width: 250px;
	}
	
}