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 {
	min-width: 540px;
	max-width: 100%;
}

:focus {
	outline: 0;
}

div {
	z-index: 2;
	box-sizing: border-box;
}

section {
	position: relative;
	z-index: 2;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

body  {
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	width: 100%;
	background: #182045ff;
}

a, img {
  user-select: none;
  -webkit-user-drag: none;
  user-drag: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

u {
  text-decoration: underline;
}

b i,
strong em,
b em,
strong i {
  font-weight: bold;
  font-style: italic;
}

.bold      { 
  font-weight: bold; 
}

.italic    { 
  font-style: italic; 
}

.underline { 
  text-decoration: underline; 
}

.clear {
	clear: both;
}

#header {
  text-align: center;
  background: #e1d798ff;
  padding-top: 20px;
}

#header-title {
  color: #fff;
  padding: 30px 10px;
  font-size: 50px;
  background: linear-gradient(0deg, #0a0e1e, #182045ff);
  width: 100%;
}

#header-title a {
  text-decoration: none;
  color: inherit;
}

#header-title .second-line {
  opacity: 0.8;
  font-weight: 100;
}

#header-logo {
  padding-bottom: 20px;
}

#about-us {
  background: #585859;
  color: #c9c9c9;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  padding: 30px 10;
}

#about-us .container {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

#about-us .company {
  color: #fff;
  font-size: 22px;
  padding-top: 30px;
}

#about-us .address {
  padding-top: 5px;
  font-weight: 200;
}

#pre-contact {
  background: linear-gradient(0deg, #182045ff, #0a0e1e);
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
}

#pre-contact h1 {
  color: #ffffff29;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
}

#pre-contact h2 {
  color: #fff;
  font-size: 26px;
  line-height: 33px;
  padding-bottom: 30px;
  opacity: 0.5;
  text-align: center;
  font-weight: 100;
  padding-top: 50px;
}

.separate-line {
  width: 150px;
  height: 2px;
  margin: 10px auto;
  background: #ffffff96;
}

#mail-icon {
  height: 60px;
  opacity: 0.6;
}

#mail {
  letter-spacing: 1px;
  font-size: 36px;
  margin-top: 15px;
  color: #ffffff96;
}

#mail-num  {
	margin: 50px 10px ;
}

#mail-num span {
	color: #fff;
	background-color: rgba(255,255,255,0.15);
	text-align: center;
	font-size: 72px;
	line-height: 72px;
	padding: 10px 20px;
	border-radius: 3px;
	letter-spacing: 1px;
}

#contact {
  background: #182045ff;
  color: #fff;
  text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.form-ajax input[type="text"], .form-ajax input[type="submit"], .form-ajax textarea, .form-ajax select {
	border: 2px solid #555;
	color: #fff;
	font-size: 18px;
	padding-left: 3%;
	padding-right: 3%;
	padding-top: 15px;
	padding-bottom: 15px;
	width: 100%;
	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: #182045ff;
}

.form-ajax input[type="submit"] {
	width: 100%;
	color: #fff;
	background: #555;
	background-size: 30px 30px;
	border: 0;
	margin-left: 2px;
	cursor: pointer;
	text-transform: uppercase;   
	border: 2px solid  #555;
}

.form-ajax input[type=text]:focus, .form-ajax textarea:focus, .form-ajax select:focus {
	border: 2px solid  #e1d798ff;
}

.form-ajax input[type="submit"]:hover {
	color: #555;
	background: #fff;
}

.form-ajax input[type="submit"]:disabled {
  background: 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; 	
  background-color: #e1d798ff;
}

.form-ajax .name-cont {
  position: absolute;
}

.form-ajax .name-cont input {
  border: transparent!important;
  color: transparent!important;
}

.loader-cont {
  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;
}

.loader-cont 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;
}

@-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); }
}

@keyframes animate-stripes {
  0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-moz-keyframes animate-stripes {
  0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

@-webkit-keyframes animate-stripes {
  0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

::-webkit-input-placeholder {
	color: #ccc;
	text-transform: uppercase;
}

:-moz-placeholder { 
	color: #ccc;
	text-transform: uppercase;   
}

::-moz-placeholder {  
	color: #ccc; 
	text-transform: uppercase;
}

:-ms-input-placeholder {  
	color: #ccc; 
	text-transform: uppercase;
}

#contact textarea {
	height: 130px;
	resize: none;
}

footer:hover #back-top {
	top: -60px;
}

#back-top {
	position: absolute;
	left: 50%;
	margin-left: -85px;
	top: -50px;
	-moz-transition: top .5s ease-in-out;
	-webkit-transition: top .5s ease-in-out;
	-o-transition: top .5s ease-in-out;
	transition: top .5s ease-in-out;
	cursor: pointer;
}

#back-top img {
	margin-bottom: 20px;	
  width: 170px;
}

footer {
  background: #555;
  color: #ffffff96;
  padding-bottom: 50px;
  text-align: center;
}

#footer-logo {
  padding-top: 50px;
  width: 100px;
  opacity: 0.7;
  padding-bottom: 15px;
}

.one_half {
	width: 48%;
}

.one_half, .one_third, .two_third, .one_fourth, .three_fourth {
	float: left;
	margin-right: 4%;
	position: relative;
}

.one_third {
	width: 30.66%;
}

.two_third {
	width: 65.33%;
}

.one_five {
	width: 20%;
	float: left;
	position: relative;
}

.last {
	margin-right: 0!important;
	clear: right;
}

.message-box {
  background: transparent;
  text-align: center;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 15px 40px 15px 14px;
  position: relative;
  border-radius: 3px;
}

.message-box a {
  text-decoration: underline;
  color: inherit;
  font-weight: bold;
}

.message-box p {
	line-height: 24px;
}

.message-box.info {
  border: 2px dashed #e1d798ff;
  color: #e1d798ff;
}

.message-box.error {
  border: 2px dashed #f00;
  color: #f00;
}

.box_close {
  background: url(../img/close_box.svg) 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: 15px;
  top: 5px;
  width: 40px;
  cursor: pointer;
}

.box_red {
	border: 2px solid #e74c3c;
	color: #e74c3c;
}

.box_blue {
	border: 2px solid #e1d798ff;
	color: #e1d798ff;
}

.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;
}

.container {
	margin: 0 auto;
	padding: 0 10px;
	width: 940px;
	position: relative;
}

#title {
  background: #182045ff;
  color: #c9c9c9;
  font-size: 18px;
  line-height: 22px;
  text-align: center; 
  padding: 30px 10;
}

#title h1 {
  font-size: 30px;
  line-height: 36px;
}

#messages {
  color: #c9c9c9;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}

@media only screen and (max-width: 980px) { 
	.container {
    width: auto!important;
		padding: 0 20px;
	}
  
	.one_half {
    position: relative;
    width: 100%!important;
    margin-right: 0%;
	}
}