@font-face {
	font-family: Korataki;
	src: url("../font/Typodermic - KoratakiBk-Regular.otf") format("opentype");
}


body{
	font-family: Korataki;
	font-weight:lighter;
	background:#000000;	
	color:#888888;
	min-width:330px;
}

.navbar-wrapper{
	border-bottom:2px solid #ffd503;
	
}

.meshbackground{
	background: url('../img/mesh_background.jpg') 0 0 repeat-y;
    margin: 0 0 0 -130px;
    padding: 0 0 0 130px;
	
}

.navbar{
	background: none;
	font-variant:small-caps;
	font-size:11pt;
	margin: 0;
    padding: 20px 0;
}

.navbar_background{
	background:#000000;		
}

.navbar ul{
	margin:10px 0;
}

.nav li a{
	margin-left: 0;
	margin-right:0;
	padding-left:8px;
	padding-right:0;
}

.navbar-brand{
	display: table;
    padding: 0;
}

.navbar-toggle{
	margin-right:0;
	margin-top:20px
}

#top_logo_coin{
	height:65px;
	margin:0px;
	display:inline;
}


#top_logo_compact_txt{
	height:65px;
	display:inline;
}

#cover{
	background: url('../img/main_background.jpg') center;
	min-height:720px;
	position:relative;
}

.bottom{
	position: absolute;
    bottom: 50px;
    right: 0;
	left:0;
}

#benefits, #faq{
	color:#ffd503;
	background:#3e3e3e url('../img/benefits_background.jpg') center;
	border-bottom:2px solid #ffd503;
}

#howitworks{
	
}

@media (max-width: 991px) {
    .col-md-4, .panel-group{
		padding-top:10px;
		padding-bottom:15px;
	}
	
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		font-weight:lighter;
		font-variant:small-caps;
		margin-top:10px;
	}
}

@media (min-width: 992px) {
   .col-md-4, .panel-group{
		padding-top:60px;
		padding-bottom:100px;
	}
	
	.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
		font-weight:lighter;
		font-variant:small-caps;
		margin-top:60px;
	}
}



.white{
	color:#fff;
}
.yellow{
	color:#ffd503;
}

logo{
	font-variant:normal;
	font-style:italic;
}

.panel{
	
    background: none;
    border: none;

}

.panel-heading{
	background: none !important;
    border: none  !important;
    border-radius: 4px;
}

.panel-heading h4{
	color:#ffd503;
}

.panel-body, panel-colapse{
	border:solid 1px #000 !important;
	/*border-top:solid 1px #ffd503 !important;*/
	background:#000000;
	color:#888888;
	border-radius: 10px;
}

#footer{
	background:#000 url('../img/footer_background.jpg') top center no-repeat;
	font-size:9pt;
}

footer p a{
	color:#888888;
}

#footer_logo_coin{
	height:100px;
	margin:-50px 0 0 0;
}

#footer_logo_compact_txt{
	height:100px;
}

