@font-face {
    font-family: proxima-alt-black;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT BLACK-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-alt-bold;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT BOLD-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-condensed-semibold;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT CONDENSED SEMIBOLD-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-alt-regular;
    src: url(font/MARK SIMONSON - PROXIMA NOVA ALT REGULAR-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-scosf-thin;
    src: url(font/MARK SIMONSON - PROXIMA NOVA SCOSF THIN-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-semibold;
    src: url(font/MARK SIMONSON - PROXIMA NOVA SEMIBOLD-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-thin;
    src: url(font/MARK SIMONSON - PROXIMA NOVA THIN-WEBFONT.TTF);
}

@font-face {
    font-family: proxima-bold;
    src: url(font/PROXIMA-NOVA-BOLD-59082675D2F74.OTF);
}

@font-face {
    font-family: proxima-extrabold;
    src: url(font/PROXIMA-NOVA-EXTRABOLD-5908269C08349.OTF);
}

.font-proxima-alt-black{
    font-family: proxima-alt-black;
}

.font-proxima-alt-bold{
    font-family: proxima-alt-bold;
}

.font-proxima-condensed-semibold{
    font-family: proxima-condensed-semibold;
}

.font-proxima-alt-regular{
    font-family: proxima-alt-regular;
}

.font-proxima-scosf-thin{
    font-family: proxima-scosf-thin;
}

.font-proxima-semibold{
    font-family: proxima-semibold;
}

.font-proxima-thin{
    font-family: proxima-thin;
}

.font-proxima-bold{
    font-family: proxima-bold;
}

.font-proxima-extrabold{
    font-family: proxima-extrabold;
}

.font-lato{
	font-family: 'Lato', sans-serif;
}

.black{
	color:black;
}

.grey{
  color:silver;
}

#about{
  background-image: url("/img/bg_biru_desktop.png");
  background-size:cover;
}

.error{
  color:red;
  margin-bottom:10px;
}

.success{
  color:green;
}

.hidden{
  display:none !important;
}

.sliderImgDefault{
  cursor: pointer;
}

.joinYesdokField{
  color:white;
  border:none;
}

input {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid black;
}

textarea {
  border: 0;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid black;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #0DA1D9;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #0DA1D9;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #0DA1D9;
}
:-moz-placeholder { /* Firefox 18- */
  color: #0DA1D9;
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 100%;
    }
}
@media screen and (min-width: 1900px) {
    .container {
        max-width: 100%;
    }
}

.modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1031;
    top: 0;
    left:0;
    background-color: rgba(0,0,0, 0.9);
    overflow-y: scroll;
    overflow-x: hidden;
    text-align: center;
    transition: .5s;
}
.overlay a, .overlay2 a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: white;
    display: block;
    transition: .3s;
}
.overlay a:hover, .overlay a:focus, .overlay2 a:hover{
    color: #f1f1f1;
}
.overlay-content {
    position: relative;
    top: 100px;
    width: 100%;
    text-align: center; 
}
.closebtnOverlay {
    color:white;
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 30px !important;
}

.overlay2 {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 1031;
    top: 0;
    left:0;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-x: hidden;
    overflow-y: scroll;
    text-align: center;
    transition: .5s;
}

@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .closebtnOverlay {
        font-size: 40px !important;
        top: 15px;
        right: 35px;
    }
}

div.textContainer {
    width: 50em;
    margin: 0 auto 1em auto;
    padding: 1em;
}

div.textContainer input, div.textContainer a {
    display: inline-block;
    text-align: left;
    color:#0DA1D9;
}

.nav-link.active{
  color:#024668 !important;
}

a{
  color:white;
}

#prevCareerSlider, #nextCareerSlider{
  position:relative;
  margin-top:-670px;
}

#prevCareerSlider{
  float:left;
}

#nextCareerSlider{
  float:right;
}

.yesdok-blue{
  color:#009CD7;
}

.yesdok-border-blue{
  border:solid 1px #009CD7 !important;
}

.yesdok-dark-blue{
  color:#024668;
}

.yesdok-border-dark-blue{
  border:solid 1px #024668 !important;
}

#yesdok-business-btn .nav-link.active{
  color:white !important;
}



.image_slider a{
  display: block;      
  position: absolute;
}