/* Place Your Custom Styles Here */

.margin-bottom-10 {
	margin-bottom: 10px !important;

}

.margin-bottom-0 {
	margin-bottom: 0 !important;
}

.section {
	/*line-height: 20px;*/
}

img.topLogo {
	margin: 0 auto;
	width: 203px !important;
	height: 61px !important;
}

.vcenter {
	display: inline-block;
	vertical-align: middle;
	float: none;
	margin-right: -4px;
}

.vcenter.partner-picture-box {
	vertical-align: top;
}

.partner-picture-box {
	margin-bottom: 15px;
}

.partner-picture {
	background-position: center 0;
	height: 400px;
	width: 100%;
	background-size: cover;
}

.page-title {
	letter-spacing: 6px;
}

label.error {
	padding: 0 21px;
}

.news-box h1 {
	padding-bottom: 20px;
}

.noRadius {
	border-radius: initial !important;
}

.news-box .moreADetails {
	padding: 5px 5px;
	margin-top: 10px;
}

.subTitle {
	position: relative;
	background-color: lightgrey;
	text-align: center;
}

.subTitle ul {
	font-weight: bold;
}


/*------------ about us --------------*/

.page-content p {
	margin-bottom: 10px;
}

.page-content strong {
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #777;
	margin-bottom: 0;
}

.borderAbout {
	font-size: 16px;
	letter-spacing: 5px;
	margin-bottom: 0;
	padding-bottom: 15px;
	position: relative;
}

.borderAbout::after {
	content: "";
	display: block;
	width: 50px;
	border-bottom: 1px solid #000;
	position: absolute;
	left: 0;
	bottom: 0;
}

.disc-list ul {
	list-style-type: disc;
	padding-left: 12px;
	padding-top: 15px;
}

.about-box li {
	padding-bottom: 3px;
}

.about-box {
	margin-top: 40px;
}

.about-box h2 {
	font-size: 16px;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 5px;
	line-height: 20px;
}

a.btn.btn-blue.moreADetails {
	border-radius: 0;
}

.main-text {
	color: #000;
	font-weight: 500;
	padding: 0 20px;
	font-family: 'Vidaloka', serif;
	text-align: center;
}

.main-text ul {
	display: none;
}

.parallax-background {
	background-position: bottom center !important;
}

.main-container .overlay > .overlay-wrapper.parallax-wrapper, .main-container .section > .overlay > .overlay-wrapper.parallax-wrapper {
	height: calc(100% + 10vh);
}

.news-box {
	padding-bottom: 40px;
}

.news-title {
	margin-bottom: 10px;
	margin-top: 5px;
	font-size: 16px;

}

.news-title a {
	color: #333333;
}

.news-container .news-date {
	position: relative;
	padding-bottom: 10px;
}

.news-container .news-date::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 37px;
	background: #333333;
}

@media screen and (min-width: 1025px) {

	.header-nav li {
		margin: 0 21px;
	}

	.partner-picture {
		height: 260px;
	}
}

@media screen and (min-width: 1200px) {

	section.section {
		padding-left: 50px;
		padding-right: 50px;
	}

	section#eliparks {
		padding: 150px 0 30px 0;
	}

	.main-text {
		font-size: 60px;
		line-height: 60px;
		margin-bottom: 60px;
		padding: 50px 300px 0 300px;
	}

	.main-text ul {
		font-size: 50px;
		display: block;
	}

	.partner-picture-box {
		margin-bottom: 0;
		display: inline-block;
		vertical-align: top;
		float: none;
		margin-right: -4px;
	}

	.parallax-box {
		padding-top: 235px;
		padding-bottom: 260px;
	}

	.img-news {
		max-width: 300px;
		float: left;
		margin-right: 20px;
	}

	.news-title {
		margin-top: 0;
		font-size: 20px;
	}

	.news-inside-img {
		width: 45%;
		float: left;
		margin: 0 20px 20px 0px;
	}

	.news-container .news-title {
		font-size: 25px;
		line-height: 35px;
	}

	.subTitle ul {
		display: inline-block;
	}

	.subTitle ul li {
		display: inline-block;
		padding-right: 40px;
	}

}

.overlayBottom {
	vertical-align: bottom !important;
}

.container-fluid.overlayProjects {
	padding: 70px 0;
}

/*--- .mainImages {  padding:0px 50px;} --*/

.overlayProjectsBackground {
	background-color: #000000;
	opacity: 0.6;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

#landingpage {
	position: fixed;
	width: 100%;
	height: 100%;
	text-align: center;
}

#landingpage-box {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

/*------ eliparks-----*/

.icon-box.bordered.mb-30.text-left p {
	margin-bottom: 10px;
}

.row.same-height-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.row.same-height-row > [class*="col-"] {
	display: flex;
	flex-direction: column;
}

.row.same-height-row .icon-box.bordered {
	height: 100%;
}

.iconsHomepage {
	width: 50px;
}

.bkgSection {
	background-color: #ffffff;
}

