html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

html {
  overflow-x: hidden;
}

:focus {
	outline: 0;
}

div {
	z-index: 2;
	box-sizing: border-box;
}

section {
	position: relative;
	z-index: 2;
}

body  {
	font-family: 'Roboto';
	width: 100%;
}

.clear {
	clear: both;
}

.container {
	text-align: left;
	margin: 0 auto;
	padding: 0 10px;
	width: 1260px;
	position: relative;
}

.separate-line {
  width: 150px;
  height: 2px;
  margin: 10px auto;
  background: #fff;
}

#header {
  width: calc(100% + 1px);
  height: calc(var(--vh) * 100);
  background: radial-gradient(ellipse at bottom, #1b2735 0%, #090a0f 100%);
  position: relative;
  overflow: hidden;
}

#stars-cont {
  width: calc(100% - 1px);
  min-height: 100vh;
  height: 100%;
  position: relative;
}

#title {
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  color: #FFF;
  text-align: center;
  font-family: "Roboto", Arial;
  font-weight: 300;
  font-size: 40px;
  line-height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#title-cont {
  position: relative;
  width: 60%;
  transform-origin: center center;
}

#title span {
  font-weight: 100;
}

#title span.rs {
  font-weight: 300;
}

#logo {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  opacity: 0.9;
  width: 60%;
  margin-bottom: 20px;
}

.indicator {
  bottom: 80px;
  position: absolute;
  left: 50%;
}

#about-us {
  height: 450px;
  overflow: hidden;
  background: linear-gradient(to bottom, #11182800, #111828 50px, #2b9bff);
  margin-top: -50px;
}

#about-us .container {
  text-align: center;
  color: #fff;
  padding-top: 80px;  
}

#about-us .container p {
  padding-bottom: 15px;
  line-height: 28px;
  font-size: 24px;
  font-weight: 100;
}

#about-us .container span {
  font-weight: 300;
}

#goals {
  margin-top: -150px;
  background: linear-gradient(to bottom, transparent, #699dcc 150px);
  padding-bottom: 100px;  
  padding-top: 150px;
}

#pre-contact {
  margin-top: -150px;
  background: linear-gradient(to bottom, transparent, #97d2ff 150px);
  padding-bottom: 100px;
}

#pre-contact h1 {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 30px;
}

#pre-contact-cont {
	min-height: 100%;
	min-width: 100%;
	text-align: center;
	padding-top: 200px;
	padding-bottom: 60px;
}

#social-networks .links-container {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
}

#social-networks a {
  text-decoration: none;
}

#social-networks img {
  height: 64px;
  padding: 5px;
  opacity: 0.5;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}

#social-networks img:hover {
  opacity: 1;
}

#mail-icon {
	height: 60px;
}

#mail {
	letter-spacing: 1px;
	font-size: 28px;
	margin-top: 15px;
	color: #fff;
}

#contact {
  padding-bottom: 60px;
  margin-top: -150px;
  background: linear-gradient(to bottom, transparent, #fff 150px);
  padding-top: 150px;
}

#contact .container {
	width: 940px;
}

#contact .sub-title {
	color: #ccc;
	font-size: 30px;
	text-align: center;
	padding-bottom: 50px;
}

#contact input[type="text"], #contact button[type="submit"], #contact textarea {
  font-family: 'Roboto';
  border: 2px solid #cccc;
  color: #333;
  font-size: 18px;
  padding-left: 3%;
  padding-right: 3%;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 94%;
  margin-bottom: 20px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  font-weight: bold;
  border-radius: 3px;
  -webkit-appearance: none;
  background: #fff;
}

#contact ::placeholder {
  color: #ccc;
}

#contact ::-webkit-input-placeholder {
  color: #ccc;
}

#contact button[type="submit"] {
	width: 100%;
	color: #fff;
	background: #97d2ff;
	background-size: 30px 30px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	text-transform: uppercase;   
	border: 2px solid  #97d2ff;
}

#contact input[type=text]:focus, #contact textarea:focus {
	border: 2px solid  #97d2ff;
}

#contact button[type="submit"]:hover {
	color: #97d2ff;
	background: transparent;
}

#contact button[type="submit"]:disabled {
  background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
    transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
    transparent 75%, transparent);
	background-size: 30px 30px;
  animation: animate-stripes 1s linear infinite;						
  -webkit-animation: animate-stripes 1s linear infinite; 
	-moz-animation: animate-stripes 1s linear infinite; 	
}

#contact #name-cont {
  position: absolute;
}

#contact #name-cont input {
  border: transparent;
  color: transparent;
}

#contact textarea {
	height: 100px;
	resize: none;
}

#contact div.loader-div {
  display: none;
  height: 150px;
  width: 150px;
  position: absolute;
  left: calc(50% - 75px);
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 30%);
  -moz-box-shadow: 0 0 20px rgba(0,0,0,0.3);
  z-index: 500;
  margin-top: 20px;
  border-radius: 75px;
  background: #ffffff0d;
}

#contact div.loader-div div {
  display: block;
  height: 150px;
  width: 150px;
  background: url("../img/airplane-loading.svg");
  -webkit-animation: spinner 3s linear infinite;
  -moz-animation: spinner 3s linear infinite;
  -ms-animation: spinner 3s linear infinite;
  -o-animation: spinner 3s linear infinite;
  animation: spinner 3s linear infinite;
  background-size: 150px;
}

#footer {
  color: #ccc;
  padding-bottom: 100px;
}

#footer .container {
  text-align: center;
}

#footer img {
  margin-top: 70px;
  margin-bottom: 20px;
  width: 100px;
  filter: grayscale(1);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  cursor: pointer;
  opacity: 0.4;
}

#footer img:hover {
  filter: none;
  opacity: 1;
}

#footer p.sloga {
  padding-top: 20px;
  opacity: 0.6;
}

img#footer-4s {
  margin-top: 15px;
  margin-bottom: 20px;
  width: 30px;
  opacity: 0.2;
}

@-webkit-keyframes spinner {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes spinner {
  0% { -moz-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes spinner {
  0% { -o-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@keyframes spinner {
  0% { transform: rotate(0deg); transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.one_half {
	width: 48%;
}

.one_half, .one_third, .two_third, .one_fourth, .three_fourth {
	float: left;
	margin-right: 4%;
	position: relative;
}

.one_five {
	width: 20%;
	float: left;
	position: relative;
}

.last {
	margin-right: 0!important;
	clear: right;
}

.shortcode_alertbox {
	background: #fff;
	text-align: center;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 15px 40px 15px 14px;
	position: relative;
	border-radius: 3px;
}

.shortcode_alertbox  p {
	line-height: 24px;
}

.box_red {
	border: 2px solid #e74c3c;
	color: #e74c3c;
}

.box_blue {
	border: 2px solid #2b79c2;
	color: #2b79c2;
}

.box_close, .box_slide {
	background: url("../img/close_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: 10px 10px;
	background-size: 20px 20px;
	display: block;
	height: 40px;
	position: absolute;
	right: 5px;
	top: 5px;
	width: 40px;
	cursor: pointer;
}

@media only screen and (max-width: 1280px) {
	.container {
    width:auto!important;
		padding: 0 20px;
	}
  
  #about-us .container p {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 980px) {
	section {
    	width: 100%!important;
	}
  
  #logo {
    width: 80%;
  }
	
	.one_half {
		position: relative;
    	width: 100%!important;
		margin-right: 0%;
	}
  
  #title { 
    font-size: 30px;
    line-height: 46px;
  }
}

@media only screen and (max-width: 700px) {
  #title { 
    font-size: 24px;
    line-height: 30px;
  }
  
  #about-us .container p {
    font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 600px) {
  #title { 
    font-size: 18px;
    line-height: 24px;
  }
}
