

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body { font-family: 'Arimo', sans-serif; font-size: 15px; color: #003060;
/*background: rgb(197,198,200); /* Old browsers */
/*background: -moz-linear-gradient(left,  rgba(197,198,200,1) 0%, rgba(255,255,255,1) 20%, rgba(255,255,255,1) 80%, rgba(197,198,200,1) 100%); /* FF3.6+ */
/*background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(197,198,200,1)), color-stop(20%,rgba(255,255,255,1)), color-stop(80%,rgba(255,255,255,1)), color-stop(100%,rgba(197,198,200,1))); /* Chrome,Safari4+ */
/*background: -webkit-linear-gradient(left,  rgba(197,198,200,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(197,198,200,1) 100%); /* Chrome10+,Safari5.1+ */
/*background: -o-linear-gradient(left,  rgba(197,198,200,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(197,198,200,1) 100%); /* Opera 11.10+ */
/*background: -ms-linear-gradient(left,  rgba(197,198,200,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(197,198,200,1) 100%); /* IE10+ */
/*background: linear-gradient(to right,  rgba(197,198,200,1) 0%,rgba(255,255,255,1) 20%,rgba(255,255,255,1) 80%,rgba(197,198,200,1) 100%); /* W3C */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5c6c8', endColorstr='#c5c6c8',GradientType=1 ); /* IE6-9 */
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: 'Arimo', sans-serif; font-weight: 700; color: #00aeef; }

h2, .h2 { font-size: 25px; }

.main.container {box-shadow: 0px 0px 20px 0px; position: relative;}

.border { border-radius: 20px; border: 1px solid #003060; }

.img-box { padding: 0; }

.img-box > img { width: 100%; }

#body .row { margin: 15px; }

#contact {
  background: #23408f url('../img/contact.png') no-repeat;
  background-size: contain;
  border-radius: 20px;
}

.box { min-height: 395px; margin: 25px 0; }

.vertical-center { display: flex; align-items: center; }

.contact-form { padding-top: 80px; margin-left: 30px; margin-right: 20px; }

.form-group { margin-bottom: 10px; }

.input-sm, .form-group-sm .form-control { border-radius: 10px; background-color: transparent; border: 1px solid #fff; color: #fff;}

.form-control::-webkit-input-placeholder { color: white; }
.form-control:-moz-placeholder { color: white; }
.form-control::-moz-placeholder { color: white; }
.form-control:-ms-input-placeholder { color: white; }

.has-error .form-control::-webkit-input-placeholder { color: red; }
.has-error .form-control:-moz-placeholder { color: red; }
.has-error .form-control::-moz-placeholder { color: red; }
.has-error .form-control:-ms-input-placeholder { color: red; }

.btn.btn-submit{
  background: url('../img/send.png');
  width: 110px;
  height: 45px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  margin: -10px 0 0 -14px;
  color: transparent;
}

.btn.btn-submit:hover{
  background: url('../img/sendh.png');	
}

.alert-box{
  margin: 0;
  padding: 5px;
}

footer { 
  text-align: center;
  background: #381400;
  padding: 40px 0;
  margin: 0 -15px;
  color: #fff;
}

footer img { display: inline-block; vertical-align: baseline; margin-left: 25px; }

#line1 { 
  background: url('../img/strip1.png');
  width: 163px;
  height: 5px;
  position: absolute;
  top: 564px;
  left: 430px;
}

#line2 { 
  background: url('../img/strip2.png');
  width: 2px;
  height: 70px;
  position: absolute;
  top: 873px;
  left: 219px;
}

#line3 { 
  background: url('../img/strip2.png');
  width: 2px;
  height: 107px;
  position: absolute;
  top: 800px;
  left: 802px;
}

#line4 { 
  background: url('../img/strip1.png');
  width: 584px;
  height: 5px;
  position: absolute;
  top: 905px;
  left: 219px;
}

#line5 { 
  background: url('../img/strip1.png');
  width: 163px;
  height: 5px;
  position: absolute;
  top: 1130px;
  left: 430px;
}

#line6 { 
  background: url('../img/strip2.png');
  width: 2px;
  height: 70px;
  position: absolute;
  top: 1454px;
  left: 802px;
}

#line7 { 
  background: url('../img/strip2.png');
  width: 2px;
  height: 1155px;
  position: absolute;
  top: 1133px;
  left: 515px;
}

#line8 { 
  background: url('../img/strip1.png');
  width: 86px;
  height: 5px;
  position: absolute;
  top: 1735px;
  left: 430px;
}

#line9 { 
  background: url('../img/strip2.png');
  width: 2px;
  height: 70px;
  position: absolute;
  top: 2008px;
  left: 219px;
}

#line10 { 
  background: url('../img/strip1.png');
  width: 77px;
  height: 5px;
  position: absolute;
  top: 2285px;
  left: 515px;
}

.credit {
  padding: 10px 20px 0;
}

.credit a {
  float: left;
  color: #fff;
}

.credit a img {
  margin: 0;
}


@media (max-width: 768px) {
  .box { min-height: inherit; }
  .img-box > img {width: auto; }
}

@media (max-width: 991px) {
  #line1, #line2,#line3, #line4,#line5, #line6,#line7, #line8,#line9, #line10 { display: none; }
}

@media (max-width: 1199px) {
  	#line1 { 
	  width: 151px;
	  left: 409px;
	}

	#line2 { 
	  background: url('../img/strip2.png');
	  height: 80px;
	  top: 897px;
	}

	#line3 { 
	  top: 782px;
    height: 150px;
	}

	#line4 { 
	  top: 930px;
	}

	#line5 { 
	  width: 152px;
	  left: 409px;
	}

	#line6 { 
	  height: 80px;
	  top: 1520px;
	}

	#line7 { 
	  left: 485px;
	}

	#line8 { 
	  width: 78px;
	  left: 408px;
	}

	#line9 { 
	  height: 80px;
	  top: 2095px;
	}

	#line10 { 
	  width: 75px;
	  left: 485px;
	}
}













