/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}


/* =============================================================================
   My CSS
   ========================================================================== */

/* ---- base ---- */

html,body{ 
	width:100%;
	height:100%;
	background:#272727;
	/*overflow:hidden;*/
}

html{
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body{
  font:normal 75% Arial, Helvetica, sans-serif;
}

canvas{
  display:block;
  vertical-align:bottom;
}


/* ---- 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;
}


/* ---- particles.js container ---- */

#particles-js{
  width: 100%;
  height: 100%;
  background-color: #272727;
  background-image: url('');
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}


/************************************************************/
/*##########################################################*/



body {
	font-family: 'Source Sans Pro', sans-serif;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
     -khtml-user-select: none; /* Konqueror */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  not supported by any browser */
}

.mainContainer { 
	position:absolute; left:50%;
	top:0%; 
	padding-top:50px;
	width:900px;
	margin-left:-450px;
	/*margin-top:-400px;*/
	/*height:90vh;	*/
	color:#aaa;
	
	font-size:18px;	
	line-height:1;
}

.subContainer { 
	/*max-width:900px; margin:auto; */
	/*background-color:rgba(0,0,0,0.2); */
	padding:20px;
	/*margin-top:30vh;*/
	border-radius:4px;
	text-align:center;
}

h1 { color: #00a2e4; font-size:64px; margin-bottom:20px; font-weight:300; text-transform:uppercase; }
h1 strong { font-weight:normal; }
h1 sub { font-size:22px; letter-spacing:2px; text-transform:lowercase; }
h1 sup { font-size:22px; letter-spacing:2px; }
h1 .graySeparator, .graySeparator { color:#666; }

h2 { 
    font-size: 30px;
    color: #00a2e4;
    font-weight: 200;
    /*margin-bottom: 40px;*/
    border-top: 1px solid #02628a;
    display: inline;

 }
h3 { font-size:26px;font-weight:200; margin-bottom:40px; }
.logo-container { width: 30%; margin: 0 auto 40px auto; }
.logo-container > img { width: 100%; height: auto; }


p { padding:10px 0; max-width:820px; margin:auto; font-weight:200; line-height:1.5;}

p strong { font-weight:200; }

p a { color:#00a2e4; }
p a:hover { color:#ffffff; }

.footerLink { margin-top:20px; color:#666; font-weight:normal; }
.footerLink a { color:#666; 
/* text-decoration:underline;  */
}
.footerLink .graySeparator { font-size:12px; }
.footerLink a:hover { color:#00a2e4; }


/*=======================================================*/

.contactForm {
	position:absolute; left:50%; top:50%; 
	width:400px;
	height: 440px;
	margin-left:-200px;
	margin-top:-300px;	
	background:#fff;
	padding:40px;
	border-radius:4px;
	display:none;
}



.contactForm h1 { font-size:36px; line-height:1; }
.contactForm label {
	display:block;
	margin-bottom:2px;
	font-size:16px; 
	/* color:#999; */
	color:#333;
	font-weight:600;
}
.contactForm label small { font-size:12px; }
.contactForm input, .contactForm textarea	 {
	margin-bottom:10px;
	width:100%;
	box-sizing:border-box;
	padding:5px;
	/*border: 1px solid #ccc;
    border-radius: 2px;*/
}
.contactForm textarea	 {
	margin-bottom:20px;
}
.contactForm textarea {
	height:100px;
}
.contactForm button{ 
	/*font-size:16px;
	padding:5px;
	min-width:100px;
	background: #00a2e4;
	color:#fff;
	border:1px groove #ddd;*/
	
}
.contactForm .closeBtn{  
	float:left;
	/* background:none; 
	border:none;
	color:#000;
	text-decoration:underline; 
	padding-left:0;*/
}
.contactForm .closeBtn:hover {
	/* background-color:#eee; */
}
.contactForm .submitBtn{  
	float:right;
}

.contactForm  .contactSuccessMsg {
	float: right;
    display: none; 
    font-size: 14px;
    color: #00a2e4;
	    padding: 5px;
}

.contactForm.disabled label, .contactForm.disabled input, .contactForm.disabled textarea {
	opacity:0.5;
}


/************************************************************/
/*##########################################################*/

@media (max-width:480px) {
  .logo-container {
    width: 80%;
    margin-bottom: 20px;
  }
}

@media(max-width:767px) {
  .logo-container {
    width: 50%;
  }

	.mainContainer { 
		position:absolute;
		left:0; top:0; 		
		width:100%;
		height:100%;
		margin-left:0;
		margin-top:10px;
		/*margin-left:-45%;
		margin-top:-40%;*/
		font-size:14px;
		color:#ccc;
	}


	h1 { font-size:36px;}
	h1 sub { font-size:22px; letter-spacing:2px; }
	h2 { font-size:20px; margin-bottom:10px; }
	h3 { font-size:22px; }
	
	.logo-container { margin-bottom: 10px;}
	
	p { max-width:100%; line-height:18px; padding:5px 0; }	

	
	.contactForm {
		position:absolute; left:0; top:0; 
		margin-left:0;
		margin-top:0;
		max-width:100%;
		box-sizing:border-box;
		height:500px;
	}
	.footerLink { margin-top:20px; font-size:12px;}
	.footerLink, .footerLink a { color:#aaa;}
	/*.footerLink .graySeparator { display:none; clear:both;}
	.footerLink .contactLink {display:block;}*/
}

/************************************************************/
/*##########################################################*/



/************************************************************/
/*##########################################################*/


.form-control {
    display: block;
    width: 100%;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	padding: 6px 12px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}