/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}



/* ---- reset ---- */ 

canvas{ display: block; vertical-align: top; z-index:0;} 
/* ---- particles.js container ---- */ 
#particles-js{ z-index:0;position:absolute; width: 300px; height:300px; margin:auto;background-color: transparent;  background-repeat: no-repeat; background-position: 50% 50%; } 
/* ---- stats.js ---- */ 
.count-particles{ background: #000022; position: absolute; top: 48px; left: 0; width: 80px; color: #13E8E9; font-size: .8em; text-align: left; text-indent: 4px; line-height: 14px; padding-bottom: 2px; font-family: Helvetica, Arial, sans-serif; font-weight: bold; }
.js-count-particles{ font-size: 1.1em; } 
#stats, .count-particles{ -webkit-user-select: none; margin-top: 5px; margin-left: 5px; } #stats{ border-radius: 3px 3px 0 0; overflow: hidden; } 
.count-particles{ border-radius: 0 0 3px 3px; }

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}
body{
margin:0;
padding:0;
color: #fff;
position: relative;
font-family: 'Open Sans', sans-serif;
text-align: center;
}

a {text-decoration:none;}

.wrapper{
    text-align: center;
}


#histats_counter {margin:0 auto;width:120px;text-align:center;
display:inline-block;}



.header{
	width: 70%;
	padding: 100px 15% 0;
	float: left;
	background:#ffffff;
	z-index:99;
}

.xouter{
	position:relative;
	left:50%;
	float:left;
	clear:both;
	margin:0;
}

.xinner{
	position:relative;
	left:-50%;
}


.header h1{
	font-size: 30px;
	color: #000;
	background: #ffffff;
	padding: 8px 20px;
	margin:0 0 0 20px;
	border:3px solid #000000;
  -webkit-border-radius: 50px;
  border-radius: 50px;
	
}
.border-button {
	display: inline-block !important;
	background: transparent;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 15px 50px;
	color: #103d68;
	line-height: 22px;
	font-size: 20px;
	outline: none;
	outline-offset: 0px;
	font-weight: 400;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 3px solid #103d68;
	cursor:pointer;
	z-index:9999999999;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.border-button:hover,
.border-button:focus {
	background: #fab90a;
	color: #ffffff;
	border: 3px solid #fab90a;
	cursor:pointer;
}

.border-button i,
.border-button:hover i,
.border-button:focus i {
	color: #000;
	cursor:pointer;
}

.header h1 span{
	color: #ffffff;
}


.content-wrap{
	width: 80%;
	float: left;
	padding: 30px 10%;
}

.comingsoon{
	width: 50%;
	float: left;
	border-left: 1px solid #cccccc;
	box-sizing: border-box;
}
.center {width: 100%;margin:auto;z-index:99999;}

.comingsoon h2,.content h2{
	font-size: 38px;
	font-weight: bold;

	color:#000000;
	font-family: 'Times New Roman', serif;
	font-style: italic; 
}

.comingsoon p,.content p {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Times New Roman', serif;
	color:#103d68;
}

.content{
	width: 50%;

	float: left;
}

.content p{
	font-size: 16px;
	line-height: 26px;
}

.social{
	width: 70%;
	padding: 50px 15%;
	float: left;
	background: #0f263a;
}

.social a{
	color: #0094b3;
	margin: 0 10px;
}

.social a:hover{
	color: #000000;
}


@media only screen and (max-width: 1024px){
.header{
	width: 90%;
	padding: 20px 5% 0;
	float: left;
	background: #ffffff;
}


}



@media only screen and (max-width: 768px){

.header h1{
	font-size: 25px;
	color: #68b2b1;
	background: #ffffff;
	padding: 5px 15px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
}

.content-wrap{
	width: 100%;
	float: left;
	padding: 10px 0;
}




.comingsoon{
	width: 100%;
	float: left;
	border-right: none;
	box-sizing: border-box;
	padding: 30px 0;
}

.content{
	width: 100%;
	padding: 10px 0;
	float: left;
}



}

