/* Generic CSS */
.content-area {
	display: none;
}
.container {
	position: relative;
	max-width: 80%;
	width: 100%;
}
body {
	font-size: 18px;
	line-height: 28px;
	font-family: 'Roboto', sans-serif;
}
img {
	max-width: 100%;
	height: auto;
}
a {
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
}
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

/* Titles */
.big-title,
.medium-title,
.small-title {
	line-height: 120%;
}

/* Button 
.button {
	
}
*/

/* Plugins */
.grecaptcha-badge {
	z-index: 999;
}
.cn-button.bootstrap {
	color: #000;
	background: #fff;
	border-radius: 0;
	padding: 10px 20px;
}
.cookie-notice-container {
	padding: 20px 30px;
}

/* Masonry & Gallery */
.grid {
	min-width: 100%;
	margin: auto;
}
.grid-sizer,
.grid-item {
	width: calc(25% - 20px);
	float: left;
}
.grid-item {
	float: left;
	margin-bottom: 20px;
}
.grid-gutter {
	float: left;
	margin: 10px;
}
.blocks-gallery-grid {
	min-width: 100%;
}
.blocks-gallery-item {
	float: left;
	width: calc(33.33% - 20px);
}

/* Reveal */
.img-reveal {
	visibility: hidden;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

/* Z-Index */
.z-index {
	z-index: 9;
}

/* Hero Image */
.hero-image-outer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.hero-image-outer img {
	max-width: 100%;
	width: auto;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	object-fit: cover;
	-webkit-transform: translate(-50%,-50%) scale(1);
	-ms-transform: translate(-50%,-50%) scale(1);
	transform: translate(-50%,-50%) scale(1);
}
.hero-image {
	position: absolute;
	top: 0;
	z-index: 0;
	min-width: 100%;
}
.hero-image-outer .big-title {
	color: #fff;
	position: absolute;
	width: 100%;
	text-align: center;
}

/* Logo */
#logo {
	z-index: 999;
}
.custom-logo {
	max-height: 120px;
	width: auto;
}

/* Menu */
.menu ul {
	display: flex;
	justify-content: end;
	padding-left: 0;
}
.menu li {
	display: inline-block;
	list-style: none;
	margin: 0 20px;
}
.menu a {
	color:#fff;
	text-transform: uppercase;
}

/* ---- Custom Theme CSS ---- */