a:hover {
	text-decoration: none;
}

body {
	position: relative;
	background: #fcfcfc;
	font-family: 'Roboto Condensed', sans-serif;
	background-image: url(../images/landing-page-background.jpg);
	background-size: cover !important;
	background-position: bottom center !important;
	background-repeat: no-repeat; 
	min-height: 100vh;
}

.page-loaded {
	overflow: auto;
	height: auto;
}

.contacts-wrapper ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.contacts-icon-wrapper i {
	color: #ad3935;
	line-height: 45px;
	font-size: 30px;
	margin-right: 30px;
}

.main-text-wrapper-content {
	padding-top: 80px;
}

.main-page-h1 {
	font-family: 'Rubik', sans-serif;
	color: #b52327;
	font-size: 50px;
}

.main-page-h2 {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.main-page-h3 {
	font-family: 'Rubik', sans-serif;
}

.gp-wrapper {
	padding-bottom: 100px;
}

.loading-fade {
	background: #fff;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	max-height: 100%;
	overflow: hidden;
	z-index: 9999;
}

.loading-logo-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-55%);
}

.loading-logo-wrapper img {
	height: 150px;
	display: none;
}

.countdown {
	margin-top: 65px;
	font-size: 35px;
	color: #222;
	text-align: right;
}

.countdown span {
	font-size: 60px;
	margin-left: 5px;
	color: #000;
	font-weight: 600;
}

.contacts-wrapper a {
	color: #000;
	transition: all .2s ease;
}

.contacts-wrapper a:hover {
	color: #333;
	transition: all .2s ease;
}

.main-content {
	display: none;
}

.main-text-wrapper {
	width: 100%;
}

.main-text-wrapper img {
	height: 100px;
	margin-top: 50px;
	margin-bottom: 20px;
}

.main-text-wrapper p {
	margin-right: auto;
	margin-left: auto;
	color: #777;
	font-size: 20px;
}

.contacts-wrapper {
	display: none;
}

.footer {
	border-top: 1px solid lightgrey;
	text-align: center;
	color: gray;
	font-size: 13px;
	padding: 10px 0 0 0;
}

.main-text-wrapper img.sublogo-vas-praktik {
	height: 110px;
	margin-top: 30px;
	margin-bottom: 10px;
}

.main-text-wrapper img.sublogo-vysetri-me {
	height: 55px;
	margin-top: 50px;
	margin-bottom: 30px;
}

.main-text-wrapper img.sublogo-testovani-zamestnancu {
	height: 78px;
	margin-top: 20px;
	margin-bottom: 17px;
}

p.small-description-text {
	font-size: 12px;
	max-width: 350px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.main-headline {
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
}

a.main-link {
	color: #000;
}

a.main-link:hover {
	color: #111;
}

@media screen and (max-width: 991px) {
	.contact-item-wrapper {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 991px) {
	
	.loading-logo-wrapper img {
		height: 120px;
	}

	body {
		background-size: cover;
		background-position: bottom center!important;
	}

	.contacts-wrapper {
		padding-top: 30px;
		padding-bottom: 10px;
		padding-left: 30px;
		padding-right: 30px;
		position: relative;
		transform: none;
		bottom: auto;
		left: auto;
	}

	.main-content {
		position: relative;
		width: 100%;
		transform: none;
	}

	.main-text-wrapper {
		position: relative;
		transform: none;
		width: 100%;
		top: auto;
		left: auto;
	}

	.main-text-wrapper img {
		height: 80px;
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.main-text-wrapper p {
		font-size: 16px;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media screen and (max-height: 767px) {
	.gp-wrapper {
		padding-bottom: 50px;
	}

	body {
		background: #fff;
	}

	.sublogo-vysetri-me {
		max-width: 70%;
		height: auto !important;
	}

	.sublogo-testovani-zamestnancu {
		max-width: 70%;
		height: auto !important;	
	}
}

@media screen and (max-height: 450px) {
	body {
		background: #fff;
	}
}

.modal.fade .modal-dialog {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0); // IE9 only
          transform: translate(0, 0);

 }

 .modal-content,
 .modal-body {
 	padding: 0px;
 }

 .modal-btn-close {
 	position: absolute;
 	right:-30px;
 	top: -30px;
 	color: #000;
 }

 .modal-body img {
 	max-width: 100%;
 	width: 100%;
 }

 @media screen and (max-width: 330px) {
 	body {
 		background: #fff;
 	}
 }