
/* Header */
.large-header {
	position: relative;
	width: 100%;
	background: #333;
	overflow: auto;
	background-size: cover;
	background-position: center center;
	z-index: 1;
}

#large-header {
	/* background-image: url('https://trtyetenek.s3.amazonaws.com/static/candidate/images/bg.png'); */
	background-position: center center;
	background-repeat: repeat-y;
	background-size: 100%;
	background-color: #a7afb7;
	min-height: 100vh;
	align-items: center;
	display: flex;
	
}

.main-title {
	position: inherit;
	color: #000000;
	text-align: center;
}

.demo-1 .main-title {
	text-transform: uppercase;
	font-size: 4.2em;
	letter-spacing: 0.1em;
}

.main-title .thin {
	font-weight: 200;
}

@media only screen and (max-width : 768px) {
	.demo-1 .main-title {
		font-size: 3em;
	}
}
.site-button {
	background-color: #e4002b !important;
	color: #fff !important;
	border-radius: 32px !important;
}

.bg-gray{
	background-color: #57585B !important;
}

@media only screen and (max-width: 600px) {
section {
min-width: 350px;
}
}

.loader {
	position: relative;
	top: 50%;
	left: 35%;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
}


.loader-17 .css-square { 
  position: absolute;
  top: 50%;
  width: 125px; height: 35px;
background: white;
-webkit-box-shadow: 2px 2px 3px 0px black;
		box-shadow: 2px 2px 3px 0px black;
}


.loader-17 .square1 {
	left: 350px;
	-webkit-animation: dominos 1s 0.125s ease infinite;
	animation: dominos 1s 0.125s ease infinite;
}

.loader-17 .square2 {
	left: 300px;
	-webkit-animation: dominos 1s 0.3s ease infinite;
	animation: dominos 1s 0.3s ease infinite;
}

.loader-17 .square3 {
	left: 250px;
	-webkit-animation: dominos 1s 0.425s ease infinite;
	animation: dominos 1s 0.425s ease infinite;
}

.loader-17 .square4 {
	left: 200px;
	-webkit-animation: dominos 1s 0.540s ease infinite;
	animation: dominos 1s 0.540s ease infinite;
}

.loader-17 .square5 {
	left: 150px;
	-webkit-animation: dominos 1s 0.665s ease infinite;
	animation: dominos 1s 0.665s ease infinite;
}

.loader-17 .square6 {
	left: 100px;
	-webkit-animation: dominos 1s 0.79s ease infinite;
	animation: dominos 1s 0.79s ease infinite;
}

.loader-17 .square7 {
	left: 50px;
	-webkit-animation: dominos 1s 0.9s ease infinite;
	animation: dominos 1s 0.9s ease infinite;
}

.loader-17 .square8 {
	left: 0px;
	-webkit-animation: dominos 1s 1s ease infinite;
	animation: dominos 1s 1s ease infinite;
}


/*LOADER-18*/

.loader-18 .css-star {
	position: absolute;
	-webkit-transform: rotate(180deg) scale(0.5);
	-ms-transform: rotate(180deg) scale(0.5);
		transform: rotate(180deg) scale(0.5);
	opacity: 0.4;
}

/* ----------------     KEYFRAMES    ----------------- */


@-webkit-keyframes dominos {
50% { opacity: 0.7; }
75% { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
80% { opacity: 1; } 
}


@keyframes dominos {
50% { opacity: 0.7; }
75% { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
80% { opacity: 1; } 
}




/* The Overlay (background) */
.overlay {
	/* Height & width depends on how you want to reveal the overlay (see JS below) */   
	height: 100%;
	width: 0;
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	background-color: rgb(0,0,0); /* Black fallback color */
	background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
	overflow-x: hidden; /* Disable horizontal scroll */
	transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
}
	
	/* Position the content inside the overlay */
.overlay-content {
	position: relative;
	top: 25%; /* 25% from the top */
	width: 100%; /* 100% width */
	text-align: center; /* Centered text/links */
	margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}
	
	/* The navigation links inside the overlay */
.overlay a {
	padding: 8px;
	text-decoration: none;
	font-size: 36px;
	color: #818181;
	display: block; /* Display block instead of inline */
	transition: 0.3s; /* Transition effects on hover (color) */
}
	
	/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
	color: #f1f1f1;
}
	
	/* Position the close button (top right corner) */
.overlay .closebtn {
	position: absolute;
	top: 20px;
	right: 45px;
	font-size: 60px;
}
	
	/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
	.overlay a {font-size: 20px}
	.overlay .closebtn {
		font-size: 40px;
		top: 15px;
		right: 35px;
	}
}

.video-js {
	width: 300px;
	height: 150px;
}

.vjs-fluid {
	padding-top: 56.25%
}

        html, body { 
          width: 100%;
          margin: 0; 
          padding: 0;
          background: #f05a30;
        }

        svg {
          position: absolute;
          width: 240px;
          height: 120px;
          top: 0; right: 0;
          bottom: 0; left: 0; 
          margin: auto;
        }
        .credit {
          position: absolute;
          bottom: 50px;
          width: 100%;
          text-align: center;
        }

        .credit a {
          color: #FDB515;
          font: 800 75% "Open Sans", sans-serif;
          text-transform: uppercase;
          text-decoration: none;
        }
        .langactive{
            border-radius: 25px;
            border-style: dotted;
            border-color: aqua;
        }
        
        .speech-bubble-ds {
    background: #efefef;
    border: 1px solid #a7a7a7;
    -webkit-border-radius: 4px;
            border-radius: 4px;
    -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.2);
    font-size: 1.2rem;
    line-height: 1.3;
    margin: 40px auto 0;
    max-width: 400px;
    padding: 15px;
            color: #000;
    position: relative;
}

.speech-bubble-ds p {
    margin-bottom: 10px;
}
.speech-bubble-ds p:last-of-type {
    margin-bottom: 0;
}

.speech-bubble-ds-arrow {
    border-left: 21px solid transparent;
    border-top: 20px solid rgba(0, 0, 0, 0.2);
    bottom: -25px;
    position: absolute;
    right: 15px;
}
.speech-bubble-ds-arrow::before {
    border-left: 23px solid transparent;
    border-top: 23px solid #a7a7a7;
    bottom: 2px;
    content: "";
    position: absolute;
    right: 5px;
}
.speech-bubble-ds-arrow::after {
    border-left: 21px solid transparent;
    border-top: 21px solid #efefef;
    bottom: 4px;
    content: "";
    position: absolute;
    right: 6px;
}
        
    