/*
* template
* vnoc.com/apply
*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

.gpu-acc {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

html, body {
  height: 100%;
}

body {
  background: #222;
  color: #484245;
  font-family: "Karla", sans-serif;
}

.split-wrapper, .split-container, .split-col {
  height: 100%;
}

.split-container, .split-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-col {
  flex: 1;
}

.col-left {
  background: #222;
}

.col-left .content {
  max-width: 480px;
  margin: 0 2rem;
  color: #fff;
}

.dl-wrapper {
  margin-top: 2em;
  white-space: nowrap; 
}

.dl-btn {
  display: inline-block;
  margin-right: 0.25rem;
}

.dl-wrapper img {
  height: 58px;
}

h1 {
  font-size: 1.618em;
  line-height: 1.25;
  margin: 1.25em 0 0.625em;
}

p {
  font-size: 1em;
  line-height: 2;
  margin: 0;
}

.credits-info {
  padding-top: 2rem;
}

.credits-info p {
  color: #989898;
}

.credits-info a {
  color: #989898;
}

.credits-info a:hover {
  color: #F25E42;
}

.social-links {
margin: 0;
padding: 1.5em 0 0;
}

.social-links li {
  position: relative;
  display: inline;
  padding-bottom: 0.1875em;
  margin-right: 0.75em;
}

.social-links li a {
	background: #303539;
	padding: 3px 8px;
	border-radius: 6px;
	color: #989898;
	text-decoration: none;
	-webkit-transition: color 0.35s;
	-moz-transition: color 0.35s;
	-ms-transition: color 0.35s;
	-o-transition: color 0.35s;
	transition: color 0.35s;
	cursor: pointer;
}

.social-links li a:hover {
  color: #F25E42;
}

.logo-container img {
display: block;
}

.col-right {
  /*** background: url("https://www.vnoc.com/assets/lander/assets/images/vnoc-mockup2-min.png") no-repeat center center transparent; ***/
  background: #ffffff;
  background-size: cover;
  background-position: center right;
  z-index: 999;
}

.col-right .content {
height: 100%;
}

@media only screen and (max-width: 1408px) {

}

@media only screen and (max-width: 1023px) {
  html, body {
      height: auto;
  }

  .split-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: auto;
  }

  .split-col {
      padding: 4rem 1.5rem;
      width: 100%;
  }

  .col-left .content {
      margin: 0;
  }

  .col-right {
      padding-left: 0;
      padding-right: 0;
      height: 100vh;
  }
}

@media only screen and (max-width: 480px) {
body {
  font-size: 14px;
}
}

@media only screen and (max-width: 360px) {
.dl-btn {
  display: block;
  margin: 0.5rem 0;
}
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.applyForm {
	background: #222;
	padding: 3rem 3rem;
	border-radius: 16px;
	margin: 0 1rem;
	color: #fff;
}
#ipartner_forms {
	position: absolute;
	top: 0;
	left: 44%;
	background: #fff;
	padding: 2rem;
	margin: 0 auto;
}
#overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 50%;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
}
.wrap-container-progress { 
	background: #77797b;
}
.modal .modal-content {
	background: #333 !important;
	color: #ffffff !important;
	border: none !important;
}
.modal-header {
	border-bottom: 1px solid #444 !important;
	padding: 0rem 2rem 1rem;
}
.modal-body {
	padding: 2rem;
}
.modal-body img {
	margin-bottom: 15px;
}
.who-profile .img-center {
	margin-bottom: 15px;
}
@media (max-width: 991.98px) {
	#ipartner_forms {
		position: relative;
		left: 0;
	}
}


