/*Main html objects*/
html {
	background-color: #FFFFFF;
}
/*Bootstrap additions*/
.col-padding-bottom {
	padding-bottom: 25px;
}
.col-fat-padding-bottom {
	padding-bottom: 50px;
}
/*Wrapper*/
.vc-wrapper {
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	position: absolute;
	left: 0px;
	top: 0px;
	padding-top: 125px;
	font-family: 'Rajdhani', sans-serif;
	z-index: 99;
	background-color: #FFFFFF;
	padding-bottom: 20px;
	border-bottom: 1px solid #FFC350;
	margin-bottom: 60px;
	min-height: 94vh;
}
/*Navigation and menu*/
.vc-navigation {
	width: 100%;
	position: fixed;
	top: 0px;
	height: 70px;
	text-align: center;
	padding-left: 10%;
	padding-right: 10%;
	font-family: 'Rajdhani', sans-serif;
	z-index: 100;
	background-color: #222222;
	color: #FFC350;
}
.vc-navigation-menu {
	width: 40px;
	height: 40px;
	left: 15px;
	top: 15px;
	position: absolute;
	display: none;
	z-index: 101;
}
.vc-navigation-icon {
	width: 20%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}
.vc-navigation-icon img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.vc-navigation-links {
	width: 60%;
	left: 20%;
	position: absolute;
}
.vc-navigation-links table {
	width: 100%;
}
.vc-navigation-links td {
	height: 70px;
	background-color: #222222;
	transition-property: "background-color";
	transition-duration: 0.5s;
}
.vc-navigation-links td:hover {
	background-color: #FFC350;
}
.vc-navigation-links td:hover a {
	color: #222222;
}
.vc-navigation-links a {
	color: #FFC350;
	font-size: 16pt;
	font-weight: bold;
	text-transform: lowercase;
}
.vc-navigation-links a:hover {
	text-decoration: none;
	color: #FFC350;
	font-weight: bolder;
}
/*Content navigation*/
.vc-block-navigation {
	width: 100%;
	float: left;
	border: 1px solid #FFC350;
	background-color: #222222;
	position: relative;
	padding-top: 100%; /* https://www.w3schools.com/howto/howto_css_aspect_ratio.asp */
}
.vc-block-navigation:hover img {
	opacity: 1.0;
}
.vc-block-navigation:hover h1 {
	font-weight: bold;
}
.vc-block-navigation-image {
	width: 100%;
	height: 80%;
	float: left;
	top: 0px;
	position: absolute;
}
.vc-block-navigation-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	opacity: 0.5;
	transition: opacity 0.5s;
}
.vc-block-navigation-text {
	height: 20%;
	width: 100%;
	float: left;
	top: 80%;
	position: absolute;
	text-transform: lowercase;
}
.vc-block-navigation-text table {
	width: 100%;
	height: 100%;
	border-collapse: collapse;
}
.vc-block-navigation-text table td {
	width: 100%;
	vertical-align: middle;
}
.vc-block-navigation-text h1 {
	font-size: 18pt;
	text-align: center;
	color: #FFC350;
	cursor: pointer;
	margin: 0px;
}
/*Content*/
.vc-page-overview {
	width: 100%;
}
.vc-page-overview h1 {
	font-size: 22pt !important;
	font-weight: 600;
}
.vc-page-overview h2 {
	font-size: 16pt;
	font-weight: 400;
}
.vc-content-image {
	width: 100%;
	max-height: 300px;
}
.vc-content-image img.vc-image-contain {
	width: 100%;
	max-height: inherit;
	object-fit: contain;
	object-position: 0 0;
	float: left;
}
.vc-content-image img.vc-image-cover {
	width: 100%;
	max-height: inherit;
	object-fit: cover;
	float: left;
}
.vc-content-text {
	width: 100%;
	height: 100%;
}
.vc-content-text h1 {
	font-size: 18pt;
	font-weight: 600;
}
.vc-content-text h2 {
	font-size: 16pt;
	font-weight: 400;
}
.vc-content-text a {
	text-decoration: underline;
	color: #222222;
	text-decoration-color: #FFC350;
}
.vc-content-text a:hover {
	text-decoration: none;
	color: #222222;
}
.vc-content-table {
	width: 100%;
	height: 100%;
}
.vc-content-table table {
	width: 100%;
	border-collapse: collapse;
	border: 0px;
	font-size: 16pt;
}
.vc-content-table td {
	width: 70%;
	vertical-align: top;
}
.vc-content-table td:first-child {
	font-weight: bold;
	width: 30% !important;
}
.vc-content-table input {
	width: 50%;
	font-size: 16pt;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #808080;
}
.vc-content-table input:focus {
    outline: none;
	box-shadow: #222222 0px 0px 2px;
}
.vc-content-table textarea {
	width: 50%;
	height: 100px;
	font-size: 16pt;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #808080;
}
.vc-content-table textarea:focus {
	outline: none;
	box-shadow: #222222 0px 0px 2px;
}
.vc-content-table button {
	background-color: #FFFFFF;
	border: 1px solid #808080;
	width: 25%;
}
.vc-content-table button:focus {
    outline: none;
	box-shadow: #222222 0px 0px 2px;
}
.vc-content-multimedia {
	width: 100%;
	height: 100%;
}
.vc-content-multimedia iframe {
	width: 100%;
	height: 300px;
}
/*Special span classes*/
span.vc-span-highlight {
	color: #FFC350;
}
/*Menu button*/
canvas.vc-menu-canvas {
	width: 100%;
	height: 4px;
	background-color: #FFC350;
	position: absolute;
	left: 0px;
	transition: top 0.3s, transform 0.3s, opacity 0.3s;
}
#vc-menu-top {
	top: 0px;
}
#vc-menu-middle {
	top: 18px;
}
#vc-menu-bottom {
	top: 36px;
}
/*Swiper*/
.swiper-container {
	width: 100%;
	height: 500px;
	overflow-x: hidden;
}
.swiper-container img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
:root {
	--swiper-navigation-color: #FFC350 !important;
	--swiper-theme-color: #FFC350 !important;
}
/*Bootbox*/
.modal-content {
	border-radius: 0px !important;
}
button.btn-primary {
	background-color: #FFC350 !important;
	border: 0px !important;
	color: #222222 !important;
}
button.btn-primary:focus {
	box-shadow: none;
	border: none;
}
/*Recaptcha*/
.g-recaptcha {
	margin-bottom: 10px;
}
/*Responsive*/
@media screen and (max-width: 1500px) {
	.vc-wrapper {width: 80%; margin-left: 10%; margin-right: 10%;}
	.vc-navigation-links {width: 80%;}
	.vc-navigation-links {display: block;}
}
@media screen and (max-width: 1300px) {
	.vc-content-table td {width: 50%;}
	.vc-content-table td:first-child {width: 50% !important;}
	.vc-content-table input {width: 100%;}
	.vc-content-table textarea {width: 100%;}
	.vc-content-table button {width: 50%;}
}
@media screen and (max-width: 992px) {
	.vc-navigation-icon {margin-left: 40%; margin-right: 40%;}
	.vc-navigation-menu {display: block;}
	.vc-navigation-links {width: 100%; height: 100vh; position: fixed; top: 0px; left: 0px; margin-top: 70px; padding-top: 25px; background-color: #FFFFFF; display: none;}
	.vc-navigation-links table {width: 60%; margin-left: 20%; margin-right: 20%;}
	.vc-navigation-links table td {width: 100%; float: left; height: 50px; background-color: transparent;}
	.vc-navigation-links table td a {color: #222222; font-size: 20pt;}
	.vc-content-table td {width: 70%; float: left;}
	.vc-content-table td:first-child {width: 70% !important; float: left;}
}
@media screen and (max-width: 576px){
	.vc-wrapper {width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
	.vc-navigation-icon {margin-left: 30%; margin-right: 30%; width: 40%;}
	.vc-content-table td {width: 100%; float: left;}
	.vc-footer {width: 95%; margin-left: 2.5%; margin-right: 2.5%;}
	.vc-footer-information {display: none;}
	.vc-footer-subnavigation {width: 100%;}
}