@import url(font-awesome.min.css);


@font-face {
  font-family: "Gotham";
  src: url(Gotham-Book.woff); 
  font-weight: 400;
}
@font-face {
	font-family: "Gotham";
	src: url(Gotham-Medium.woff); 
	font-weight: 800;
}

@font-face {
	font-family: "Morl";
	src: url(Morl-Light.ttf); 
	font-weight: 400;
}

@font-face {
	font-family: "Morl";
	src: url(Morl-Medium.ttf); 
	font-weight: 800;
}

/*
	Epilogue by TEMPLATED
	templated.co @templatedco
	Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
*/

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}

	

	body {
		line-height: 1;
	}

	ol, ul, {
		list-style: none;
		font-family: "Morl";
		font-size: 1.4em;
	}



	p {
		font-family: "Morl";
		font-size: 1.2em;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
	}

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		-ms-overflow-style: scrollbar;
	}

	@media screen and (max-width: 480px) {

		html, body {
			min-width: 320px;
		}

	}

	body {
		background: #f1f1f1;
	}

		body.is-loading *, body.is-loading *:before, body.is-loading *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

/* Type */

	body {
		background-color: #ffffff;
		color: #34467a;
	}

	body, input, select, textarea {
		font-family: "Source Sans Pro", Helvetica, sans-serif;
		font-size: 12pt;
		font-weight: 200;
		line-height: 1.65;
	}

		@media screen and (max-width: 1680px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 1280px) {

			body, input, select, textarea {
				font-size: 12pt;
			}

		}

		@media screen and (max-width: 360px) {

			body, input, select, textarea {
				font-size: 11pt;
			}

		}

	a {
		-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
		transition: color 0.2s ease, border-bottom-color 0.2s ease;
		text-decoration: none;
		border-bottom: 0px;
	}

		a:hover {
			border-bottom-color: transparent;
		}

	strong, b {
		font-weight: 400;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 2em 0;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		line-height: 1.5;
		margin: 0 0 1em 0;
		text-transform: uppercase;
		letter-spacing: 0.375rem;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	h1 {
		font-size: 2em;
	}

	h2 {
		font-size: 1.75em;
	}

	h3 {
		font-size: 1.25em;
		font-family: 'Gotham';
	}

	h4 {
		font-size: 1em;
	}

	h5 {
		font-size: 0.9em;
	}

	h6 {
		font-size: 0.7em;
	}

	@media screen and (max-width: 736px) {

		h1 {
			font-size: 1.5em;
		}

		h2 {
			font-size: 1.25em;
		}

		h3 {
			font-size: 1em;
			font-family: 'Gotham';
		}

	}

	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px;
		font-style: italic;
		margin: 0 0 2em 0;
		padding: 0.5em 0 0.5em 2em;
	}

	code {
		border-radius: 4px;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
	}

	pre {
		-webkit-overflow-scrolling: touch;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 2em 0;
	}

		pre code {
			display: block;
			line-height: 1.75;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px;
		margin: 2em 0;
	}

		hr.major {
			margin: 3em 0;
		}

	.align-left {
		text-align: left;
	}

	.align-center {
		text-align: center;
	}

	.align-right {
		text-align: right;
	}

	input, select, textarea {
		color: #444444;
	}

	a {
		color: inherit;
	}

		a:hover {
			color: #E5C973 !important;
		}

	strong, b {
		color: #444444;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #34467a;
	}

	blockquote {
		border-left-color: #666666;
	}

	code {
		background: rgba(144, 144, 144, 0.075);
		border-color: #666666;
	}

	hr {
		border-bottom-color: #666666;
	}

/* Box */

	.box {
		border-radius: 4px;
		border: solid 1px;
		margin-bottom: 2em;
		padding: 1.5em;
	}

		.box > :last-child,
		.box > :last-child > :last-child,
		.box > :last-child > :last-child > :last-child {
			margin-bottom: 0;
		}

		.box.alt {
			border: 0;
			border-radius: 0;
			padding: 0;
		}

	.box {
		border-color: #ffffff;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-webkit-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		-ms-transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		transition: box-shadow 0.2s ease-in-out, background-color 0.2s ease-in-out, color 0.2s ease-in-out;
		border-radius: 4px;
		border: 0;
		cursor: pointer;
		display: inline-block;
		font-weight: 800;
		height: 2.5em;
		line-height: 2.9em;
		padding: 0 1em 0 1.375em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
		text-transform: uppercase;
		letter-spacing: 0.12em;
		font-size: 0.925em;
	}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			margin-right: 0.5em;
		}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			display: block;
			margin: 0 0 1em 0;
			width: 100%;
		}

		input[type="submit"].big,
		input[type="reset"].big,
		input[type="button"].big,
		button.big,
		.button.big {
			font-size: 0.8em;
			padding: 0 2.5em 0 2.875em;
			height: 3.75em;
			line-height: 3.75em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			-moz-pointer-events: none;
			-webkit-pointer-events: none;
			-ms-pointer-events: none;
			pointer-events: none;
			opacity: 0.25;
		}

		@media screen and (max-width: 480px) {

			input[type="submit"],
			input[type="reset"],
			input[type="button"],
			button,
			.button {
				padding: 0;
			}

		}

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		background-color: #c1a942;
		box-shadow: inset 0 0 0 2px #a38c2c;
		color: #ffffff !important;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			background-color: #ffffff;
			color: #bda542 !important;
			text-color: #bda542 !important;
			box-shadow: inset 0 0 0 2px #E5C973;
		}

		input[type="submit"]:active,
		input[type="reset"]:active,
		input[type="button"]:active,
		button:active,
		.button:active {
			background-color: rgba(239, 100, 128, 0.15);
		}

		input[type="submit"].icon:before,
		input[type="reset"].icon:before,
		input[type="button"].icon:before,
		button.icon:before,
		.button.icon:before {
			color: #E5C973;
		}

/* Nav */
/* ///////////..utility classes../////////// */

.container {
	max-width: 1200px;
	width: 90%;
	margin: auto;
  }
  
  .btn {
	display: inline-block;
	padding: 0.5em 1.5em;
	text-decoration: none;
	border-radius: 50px;
	cursor: pointer;
	outline: none;
	margin-top: 1em;
	text-transform: uppercase;
	font-weight: small;
  }
  
  .btn-primary {
	color: #fff;
	background: #16a083;
  }
  
  .btn-primary:hover {
	background: #117964;
	transition: background 0.3s ease-in-out;
  }
  
  /* ............/navbar/............ *
  
  /* desktop mode............/// */
  
  .navbar input[type="checkbox"],
  .navbar .hamburger-lines {
	display: none;
  }
  
  .navbar {
	box-shadow: 0px 5px 10px 0px #aaa;
	position: fixed;
	width: 100%;
	background: #fff;
	color: #000;
	opacity: 0.85;
	height: 65px;
	z-index: 12;
  }
  
  .navbar-container {
	display: flex;
	justify-content: left;
	height: 74px;
	align-items: center;
  }
  
  .menu-items {
	order: 2;
	display: flex;
  }
  
  .menu-items li {
	list-style: none;
	margin-top: 45px;
	margin-left: 1.5rem;
	margin-bottom: 0.5rem;
	font-size: 1.0rem;
	font-family: 'Gotham';
	text-transform: uppercase;
	letter-spacing: 0.15em;
	white-space: nowrap;
  }
  
  .menu-items a {
	text-decoration: none;
	color: #34467b;
	font-weight: 800;
	transition: color 0.3s ease-in-out;
  }
  
  .menu-items a:hover {
	color: #117964;
	transition: color 0.3s ease-in-out;
  }
  
  .logo {
	order: 1;
	font-size: 1.5rem;
	margin-bottom: 0.5rem;
    transform: translateX(0%) rotate(0deg);
  }
  
  /* ........ Contact Us........... */
  
  #contact {
	padding: 0rem 0;
	background: #f1f1f1;
  }
  
  .contact-container {
	display: flex;
	background: #fff;
  }
  
  .contact-img {
	width: 50%;
  }
  
  .contact-img img {
	display: block;
	height: 400px;
	width: 100%;
	object-position: center;
	object-fit: cover;
  }
  
  .form-container {
	padding: 1rem;
	width: 50%;
	margin: auto;
  }
  
  .form-container input {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #ddd;
	padding: 1rem 0;
	box-shadow: none;
	outline: none;
	margin-bottom: 1rem;
	color: #444;
	font-weight: 500;
  }
  
  .form-container textarea {
	display: block;
	width: 100%;
	border: none;
	border-bottom: 2px solid #ddd;
	color: #444;
	outline: none;
	padding: 1rem 0;
	resize: none;
  }
  
  .form-container h2 {
	font-size: 2.7rem;
	font-weight: 500;
	color: #444;
	margin-bottom: 1rem;
	margin-top: -1.2rem;
  }
  
  .form-container a {
	font-size: 1.3rem;
  }
  
  #footer h2 {
	text-align: center;
	font-size: 1.8rem;
	padding: 2.6rem;
	font-weight: 500;
	color: #fff;
	background: rgb(65, 65, 65);
  }
  
  /* ......../ media query /.......... */
  
  @media (max-width: 768px) {
	.navbar {
	  opacity: 0.95;
	}
  
	.navbar-container input[type="checkbox"],
	.navbar-container .hamburger-lines {
	  display: block;
	}
  
	.navbar-container {
	  display: block;
	  position: relative;
	  height: 64px;
	}
  
	.navbar-container input[type="checkbox"] {
	  position: absolute;
	  display: block;
	  height: 32px;
	  width: 30px;
	  top: 20px;
	  left: 20px;
	  z-index: 5;
	  opacity: 0;
	}
  
	.navbar-container .hamburger-lines {
	  display: block;
	  height: 23px;
	  width: 40px;
	  position: absolute;
	  top: 22px;
	  left: 10px;
	  z-index: 2;
	  display: flex;
	  flex-direction: column;
	  justify-content: space-between;
	}
  
	.navbar-container .hamburger-lines .line {
	  display: block;
	  height: 2px;
	  width: 90%;
	  border-radius: 0px;
	  background: #34467b;
	  
	}
  
	.navbar-container .hamburger-lines .line1 {
	  transform-origin: 0% 0%;
	  transition: transform 0.4s ease-in-out;
	}
  
	.navbar-container .hamburger-lines .line2 {
	  transition: transform 0.2s ease-in-out;
	}
  
	.navbar-container .hamburger-lines .line3 {
	  transform-origin: 0% 100%;
	  transition: transform 0.4s ease-in-out;
	}
  
	.navbar .menu-items {
	  padding-top: 100px;
	  background: #fff;
	  height: 100vh;
	  max-width: 300px;
	  transform: translate(-150%);
	  display: flex;
	  flex-direction: column;
	  margin-left: -40px;
	  padding-left: 50px;
	  transition: transform 0.5s ease-in-out;
	  box-shadow: 0px 0px 0px 0px #aaa;
	}
  
	.navbar .menu-items li {
	  margin-bottom: 1.5rem;
	  font-size: 1.3rem;
	  font-weight: 500;
	}
  
	.logo {
	  position:fixed;
	  top: -12px;
	  right: 15px;
	  font-size: 1.6rem;
	}
	@media (max-width: 769px) {
		.logo {
			position:fixed;
			left:31%;
			top: -12px;
			font-size: 1.6rem;
		  }
	  }
	  
  
	.navbar-container input[type="checkbox"]:checked ~ .menu-items {
	  transform: translateX(0);
	}
  
	.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
	  transform: rotate(35deg);
	}
  
	.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
	  transform: scaleY(0);
	}
  
	.navbar-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
	  transform: rotate(-35deg);
	}
  

/* IMPORTANT */
	.img-container {
	  margin: 0;
	}
  }
  
  @media (max-width: 500px) {
	html {
	  font-size: 65%;
	}
  
	.navbar .menu-items li{
		font-size: 1.6rem;
	}
  
	.testimonial-container {
	  flex-direction: column;
	  text-align: center;
	}
  
	.food-menu-container img {
	  margin: auto;
	}
  
	.food-menu-item {
	  flex-direction: column;
	  text-align: center;
	}
  
	.form-container {
	  width: 90%;
	}
  
	.contact-container {
	  display: flex;
	  flex-direction: column;
	}
  
	.contact-img {
	  width: 90%;
	  margin: 3rem auto;
	}
  
	.logo {
	  position: absolute;
	  top: -6px;
	  right: 15px;
	  font-size: 2.2rem;
	}
  
	.navbar .menu-items li {
	  margin-bottom: 2.5rem;
	  font-size: 1.8rem;
	  font-weight: 500;
	}
  }
  
  @media (min-width: 769px) and (max-width: 1200px) {
	.img-container h3 {
	  font-size: 1.5rem;
	}
  
	.img-container .btn {
	  font-size: 0.7rem;
	}
  }
  
  @media (orientation: landscape) and (max-height: 500px) {
	.showcase-area {
	  height: 50vmax;
	}
  }
  
  

  /*********************************************************************************************/
/* iframe pop up  */
/***********************************************************************************************/
 .mfp-iframe{width: 854px!important; top: 50%!important; left: 50%!important; transform: translate(-50%, -50%)!important;}


 @media (max-width: 767px){
	 .mfp-iframe{width: 100% !important;top: 50%!important;left: 50%!important;transform: translate(-50%, -50%)!important;}
	 
 }
/*
	#header > a[href="#menu"] {
		text-decoration: none;
		-webkit-tap-highlight-color: transparent;
	}

		#header > a[href="#menu"]:before {
			content: "";
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
  font-size: 2em;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		#header > a[href="#menu"]:before {
			margin: 2em 0.5em 2em 2em;
		}

	#header > a + a[href="#menu"]:last-child {
		border-left: solid 1px rgba(0, 0, 0, 0.15);
		padding-left: 1.25em;
		margin-left: 0.5em;
	}

	#header > a:last-child {
		padding-right: 1.25em;
	}

	@media screen and (max-width: 736px) {

		#header > a {
  height: 64px;
		line-height: 0px;
		}

			#header > a + a[href="#menu"]:last-child {
				padding-left: 1em;
				margin-left: 0.25em;
			}
*/

/* Form */

	form {
		margin: 0 0 2em 0;
	}

	label {
		display: block;
		font-size: 0.9em;
		font-weight: 400;
		margin: 0 0 1em 0;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		border-radius: 4px;
		border: none;
		border: solid 1px;
		color: inherit;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.select-wrapper:before {
			content: '\f078';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 200;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				border-radius: 4px;
				border: solid 1px;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			content: '\f00c';
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
	}

	:-moz-placeholder {
		opacity: 1.0;
	}

	::-moz-placeholder {
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
	}

	.formerize-placeholder {
		opacity: 1.0;
	}

	label {
		color: #444444;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select,
	textarea {
		background: rgba(144, 144, 144, 0.075);
		border-color: #666666;
	}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #EF6480;
			box-shadow: 0 0 0 1px #EF6480;
		}

	.select-wrapper:before {
		color: #666666;
	}

	input[type="checkbox"] + label,
	input[type="radio"] + label {
		color: #666666;
	}

		input[type="checkbox"] + label:before,
		input[type="radio"] + label:before {
			background: rgba(144, 144, 144, 0.075);
			border-color: #666666;
		}

	input[type="checkbox"]:checked + label:before,
	input[type="radio"]:checked + label:before {
		background-color: #EF6480;
		border-color: #EF6480;
		color: #ffffff;
	}

	input[type="checkbox"]:focus + label:before,
	input[type="radio"]:focus + label:before {
		border-color: #EF6480;
		box-shadow: 0 0 0 1px #EF6480;
	}

	::-webkit-input-placeholder {
		color: #999999 !important;
	}

	:-moz-placeholder {
		color: #999999 !important;
	}

	::-moz-placeholder {
		color: #999999 !important;
	}

	:-ms-input-placeholder {
		color: #999999 !important;
	}

	.formerize-placeholder {
		color: #999999 !important;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		.icon > .label {
			display: none;
		}

		.icon.major {
			display: block;
			margin: 0 0 1.5em 0;
		}

			.icon.major:before {
				cursor: pointer;
				font-size: 2.5rem;
				box-shadow: inset 0 0 0 2px #666666;
				width: 2.5em;
				height: 2.5em;
				line-height: 2.5em;
				display: inline-block;
				border-radius: 100%;
				color: #666666;
			}

		@media screen and (max-width: 736px) {

			.icon.major:before {
				font-size: 2rem;
			}

		}


/* List */

	ol {
		list-style: decimal;
		margin: 0 0 2em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 2em 0;
		font-family: "Morl";
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
			font-size: 1.2em;
			content: '\2611\0020';
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

		ul.icons {
			cursor: pointer;
			list-style: none;
			padding-left: 0;
		}

			ul.icons li {
				display: inline-block;
				padding: 0 1em 0 0;
			}

				ul.icons li:last-child {
					padding-right: 0;
				}

		ul.icons2 {
					cursor: pointer;
					list-style: none;
					text-align: center;
					align-items: center;
					padding-left: 0;
				}
		
					ul.icons2 li {
						display: inline-block;
						text-align: center;
						font-size: 2.5em;
						padding: 0 2em 0 0;
					}
		
						ul.icons2 li:last-child {
							padding-right: 0;
							align-items: center;
						}

						@media screen and (max-width: 600px) {
							ul.icons2 li {
								display: inline-block;
								text-align: center;
								font-size: 2.0em;
								padding: 0 1em 0 0;
							}
						}

		ul.actions {
			cursor: pointer;
			list-style: none;
			padding-left: 0;
			align-items: center;
		}

			ul.actions li {
				display: inline-block;
				padding: 0 1em 0 0;
				vertical-align: middle;
				align-items: center;
			}

				ul.actions li:last-child {
					padding-right: 0;
				}

			ul.actions.small li {
				padding: 0 0.5em 0 0;
			}

			ul.actions.vertical li {
				display: block;
				padding: 1em 0 0 0;
			}

				ul.actions.vertical li:first-child {
					padding-top: 0;
				}

				ul.actions.vertical li > * {
					margin-bottom: 0;
				}

			ul.actions.vertical.small li {
				padding: 0.5em 0 0 0;
			}

				ul.actions.vertical.small li:first-child {
					padding-top: 0;
				}

			ul.actions.fit {
				display: table;
				margin-left: -1em;
				padding: 0;
				table-layout: fixed;
				width: calc(100% + 1em);
			}

				ul.actions.fit li {
					display: table-cell;
					padding: 0 0 0 1em;
				}

					ul.actions.fit li > * {
						margin-bottom: 0;
					}

				ul.actions.fit.small {
					margin-left: -0.5em;
					width: calc(100% + 0.5em);
				}

					ul.actions.fit.small li {
						padding: 0 0 0 0.5em;
					}

			@media screen and (max-width: 480px) {

				ul.actions {
					margin: 0 0 2em 0;
				}

					ul.actions li {
						padding: 1em 0 0 0;
						display: block;
						text-align: center;
						width: 100%;
					}

						ul.actions li:first-child {
							padding-top: 0;
						}

						ul.actions li > * {
							width: 100%;
							margin: 0 !important;
						}

					ul.actions.small li {
						padding: 0.5em 0 0 0;
					}

						ul.actions.small li:first-child {
							padding-top: 0;
						}

			}

	dl {
		margin: 0 0 2em 0;
	}

		dl dt {
			display: block;
			font-weight: 400;
			margin: 0 0 1em 0;
		}

		dl dd {
			margin-left: 2em;
		}

	ul.alt li {
		border-top-color: #666666;
	}

/* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		margin: 0 0 2em 0;
		width: 100%;
	}

		table tbody tr {
			border: solid 1px;
			border-left: 0;
			border-right: 0;
		}

		table td {
			padding: 0.75em 0.75em;
		}

		table th {
			font-size: 0.9em;
			font-weight: 400;
			padding: 0 0.75em 0.75em 0.75em;
			text-align: left;
		}

		table thead {
			border-bottom: solid 2px;
		}

		table tfoot {
			border-top: solid 2px;
		}

		table.alt {
			border-collapse: separate;
		}

			table.alt tbody tr td {
				border: solid 1px;
				border-left-width: 0;
				border-top-width: 0;
			}

				table.alt tbody tr td:first-child {
					border-left-width: 1px;
				}

			table.alt tbody tr:first-child td {
				border-top-width: 1px;
			}

			table.alt thead {
				border-bottom: 0;
			}

			table.alt tfoot {
				border-top: 0;
			}

	table tbody tr {
		border-color: #666666;
	}

		table tbody tr:nth-child(2n + 1) {
			background-color: rgba(144, 144, 144, 0.075);
		}

	table th {
		color: #444444;
	}

	table thead {
		border-bottom-color: #666666;
	}

	table tfoot {
		border-top-color: #666666;
	}

	table.alt tbody tr td {
		border-color: #666666;
	}

/* Item */

	.item {
		padding: 3em 3em 1em 3em;
		background-color: #ffffff;
		border-radius: 4px;
		text-align: left;
		width: 30%;
	}
	.item img{
		
		width: 100%;
		margin-bottom: 1.5em;
	}
	.item p{
		font-family: "Morl";
	}

		.item header {
			background-image: url("https://aovmedici.nl/images/app.jpg")!important;
			background-size: cover;
			border-top-left-radius: 4px;
			border-top-right-radius: 4px;
			border-bottom-color: #000000;
			border-bottom-width: 1px;
			margin: -3em 0 2em -3em;
			width: calc(100% + 6em);
			height: 20em;
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-align-items: center;
			-webkit-align-items: center;
			-ms-align-items: center;
			align-items: center;
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			background-color: #f2f8ff;
			color: #34467b;
			position: relative;
			overflow: hidden;
		}

			.item header input, .item header select, .item header textarea {
				color: #34467b;
			}

			.item header a {
				color: inherit;
			}

				.item header a:hover {
					color: #34467b !important;
				}

			.item header strong, .item header b {
				color: #34467b;
			}

			.item header h1, .item header h2, .item header h3, .item header h4, .item header h5, .item header h6 {
				color: #34467b;
			}

			.item header blockquote {
				border-left-color: #34467b;
			}

			.item header code {
				background: rgba(255, 255, 255, 0.075);
				border-color: #ffffff;
			}

			.item header hr {
				border-bottom-color: #000000;
				border-bottom-width: 1px;
			}

			.item header a {
				-moz-transition: -moz-transform 0.2s ease;
				-webkit-transition: -webkit-transform 0.2s ease;
				-ms-transition: -ms-transform 0.2s ease;
				transition: transform 0.2s ease;
				background-size: cover;
				background-position: center;
				background-repeat: no-repeat;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				display: block;
			}

				.item header a:before {
					content: '';
					display: block;
					position: absolute;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;
					background-color: rgba(0, 0, 0, 0);
					background-image: url("images/overlay.png");
				}

			.item header:hover a {
				-moz-transform: scale(1.1);
				-webkit-transform: scale(1.1);
				-ms-transform: scale(1.1);
				transform: scale(1.1);
			}

			.item header > * {
				position: relative;
				z-index: 1;
			}

			.item header h3 {
				margin: 0;
				-moz-pointer-events: none;
				-webkit-pointer-events: none;
				-ms-pointer-events: none;
				pointer-events: none;
			}

	.items {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
	
	}

	.items .item {
		margin-left: auto;
		margin-right: auto;
		width: 600px;
	}

	@media screen and (max-width: 980px) {

		.item header {
			height: 25em;
		}

		.items {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			-moz-flex-wrap: nowrap;
			-webkit-flex-wrap: nowrap;
			-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
			width: 100%;
			margin: 0;
		}

			.items .item {
				width: 100%;
				margin: 0 0 2em 0;
			}

				.items .item:last-child {
					margin-bottom: 0;
				}

	}

	@media screen and (max-width: 736px) {

		.item header {
			height: 10em;
		}

		.items .item {
			margin: 0 0 1em 0;
		}

	}

	@media screen and (max-width: 480px) {

		.item {
			padding: 2em 1em 0.1em 1em;
		}

			.item header {
				height: 12em;
				margin: -2em 0 2em -1em;
				width: calc(100% + 2em);
			}

	}


/* Logo */

#logo {
	align-items: flex-start;
	width: 64em;
	height: 3.8em;
	margin: 0;
	max-width: calc(100% - 4em);
	padding: 1em 0 1em 0;
}

	#logo > .main {
		margin-bottom: 0em;
	}

	@media screen and (max-width: 980px) {

		#logo {
			padding: 0,5em 0 0,5em 0;
		}

			#logo > .main {
				margin-bottom: 0em;
			}

	}

	@media screen and (max-width: 736px) {

		#logo {
			max-width: calc(100% - 2em);
			padding: 1em 0 1em 0;
		}

			#logo > .main {
				margin-bottom: 1em;
			}

	}


/* Wrapper */

	#wrapper {
		width: 64em;
		margin: 0 auto;
		max-width: calc(100% - 4em);
		padding: 4em 0 2em 0;
	}

		#wrapper > .main {
			margin-bottom: 4em;
		}

		@media screen and (max-width: 980px) {

			#wrapper {
				padding: 2em 0 2em 0;
			}

				#wrapper > .main {
					margin-bottom: 2em;
				}

		}

		@media screen and (max-width: 736px) {

			#wrapper {
				max-width: calc(100% - 2em);
				padding: 1em 0 0.1em 0;
			}

				#wrapper > .main {
					margin-bottom: 1em;
				}

		}

/* Header */

	#header {
		background-color: #eff3ff;
		color: #34467b;
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-align-items: center;
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-moz-justify-content: center;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0em 0 0 0;
		background-size: cover;
		background-position: center;
		background-attachment: fixed;
		text-align: left;
		position: relative;
		cursor: default;
	}

		#header input, #header select, #header textarea {
			color: #c1a942;
		}

		#header a {
			color: inherit;
		}

			#header a:hover {
				color: #c1a942 !important;
			}

		#header strong, #header b {
			color: #00998B;
		}

		#header h1, #header h2, #header h3, #header h4, #header h5, #header h6 {
			color: #00998B;
		}

		#header blockquote {
			border-left-color: #00998B;
		}

		#header code {
			background: rgba(255, 255, 255, 0.075);
			border-color: #00998B;
		}

		#header hr {
			border-bottom-color: #00998B;
		}

		#header:before {
			content: '';
			display: block;
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background-color: rgba(52, 70, 123, 0.0);
		}

		#header h1 {
			margin-bottom: 0.5em;
		}

		#header .inner {
			position: relative;
			vertical-align:top;
			z-index: 1;
			background-image: url("images/header.jpg");
			width: 70%;
			margin-top: 0em;
			height: auto;
		}

		#header.alt {
			min-height: 100vh;
			text-align: left;
		}

			#header.alt:before {
				-moz-transition: background-color 1s ease;
				-webkit-transition: background-color 1s ease;
				-ms-transition: background-color 1s ease;
				transition: background-color 1s ease;
				-moz-transition-delay: 0.1s;
				-webkit-transition-delay: 0.1s;
				-ms-transition-delay: 0.1s;
				transition-delay: 0.1s;
			}

			#header.alt h1 {
				font-size: 4em;
				padding: 0 0.5em 0.25em 0.5em;
				border-bottom: solid 2px #00998B;
				font-weight: 200;
				font-family: "Inter";
				text-transform: none;
				letter-spacing: 0;
			}

			#header.alt p {
				letter-spacing: 0.085rem;
				font-weight: 400;
				font-size: 0.8em;
				padding: 0 m;
			}

			#header.alt .inner {
				-moz-transition: opacity 1s ease;
				-webkit-transition: opacity 1s ease;
				-ms-transition: opacity 1s ease;
				transition: opacity 1s ease;
				opacity: 1;
			}
			#header.alt .inner {
				max-width: 100%;
				height: 55em;
				margin-top: 7em !important;
			}


		body.is-loading #header.alt:before {
			background-color: black;
		}

		body.is-loading #header.alt .inner {
			opacity: 0;
		}

		@media screen and (max-width: 1280px) {

			#header {
				background-attachment: scroll;
				height: auto;
			}

			#header .inner {
				position: relative;
				vertical-align:top;
				width: 80%;
				margin-top: 5em;
			}

			#header.alt {
				height: 70em;
				min-height: 50vh;
				text-align: left;
			}
			
		}

		@media screen and (max-width: 980px) {

			#header {
				padding: 0;
				height: auto;
			}
			#header .inner {
				position: relative;
				vertical-align: top;
				z-index: 1;
				background-image: url("images/header.jpg");
				width: 80%;
			}

			#header.alt {
				height: 60em;
				min-height: 90vh;
				text-align: left;
			}

				#header.alt .inner {
					max-width: 100%;
					height: 250em;
					margin-top: 35em;
				}
				.inner {
					height: 50em; 
				  }

                  #header.alt:before {
                    max-width: 100%;
					height: 350em;
					margin-top: 35em;
                }

		}

		@media screen and (max-width: 736px) {

			#header {
				padding: 2em 0em 0em 0em;
				height: 100%;
			}
			#header .inner {
				position: relative;
				vertical-align: top;
				z-index: 1;
				background-image: url("images/header.jpg");
				width: 80%;
			}

			#header.alt {
				height: 10em;
				min-height: 70vh;
				text-align: left;
			}

				#header.alt .inner {
					max-width: 100%;
					height: 50em;
					margin-top: 5em;
				}
				.inner {
					height: 50em; 
				  }

		}


.inner {
  box-shadow: 0 0 0 0px #b6bdc3;
  width: 30%;
  background: transparent;
  margin: 0;
  /* just to get an apsect ratio same as the SVG's: */
  padding-top: 0%; 
  height: 0; 
  background-image: url(/images/aov-logo.svg);
  background-size: cover;
  background-repeat: no-repeat;
}


/* On screens that are 600px or less, set the background color to olive */
@media screen and (max-width: 600px) {
.inner {
  width: 90%;
  padding-bottom: 60%;
}
#header .inner {
	position: relative;
	vertical-align:top;
	z-index: 1;
	background-image: url("images/header.jpg");
	width: 80%;
	margin-top: -50em;
}

#header.alt {
	height: 90em;
    max-height: 60em;
    padding-top: 10em;
    padding-bottom: 15em;
    text-align: left;
}
#header.alt:before {
    max-width: 100%;
    height: 350em;
    margin-top: 35em;
}
}


/* Main */

	#main {
		padding: 0;
		background-color: #00998B;
		border-radius: 4px;
	}

		#main > header:first-child {
			text-align: left;
		}

		@media screen and (max-width: 736px) {

			#main {
				padding: 2em 2em 0.1em 2em;
			}

		}

		@media screen and (max-width: 480px) {

			#main {
				padding: 2em 1em 0.1em 1em;
			}

		}

/* Intro */

	#intro {
		padding: 4em 4em 2em 4em;
		background-color: #ffffff;
		border-radius: 4px;
		text-align: left;
	}


		@media screen and (max-width: 736px) {

			#intro {
				padding: 2em 2em 0.1em 2em;
			}

		}

		@media screen and (max-width: 480px) {

			#intro {
				padding: 2em 1em 0.1em 1em;
			}

				#intro p br {
					display: none;
				}

		}




/* Partners */

#partners img{
		width: 70%;
		margin-top: 2em;
		margin-bottom: 0em;
	}
	@media screen and (max-width: 736px) {

		#partners img{
			width: 85%;
			margin-top: 2em;
			margin-bottom: 0em;
		}

	}


/* CTA */

	#cta {
		padding: 2em 0 0.1em 0;
		text-align: center;
	}

		@media screen and (max-width: 736px) {

			#cta {
				padding: 2em 2em 0.1em 2em;
			}

		}

		@media screen and (max-width: 480px) {

			#cta {
				padding: 2em 1em 0.1em 1em;
			}



		}

/* Footer */

	#footer {
		width: 100%;
        
		padding: 2em;
		text-align: center;
		margin-top: 4em;
		background-color: #34467a;
		color: #f1f1f1;
	}

	.footer-content {
		display: grid;
  		grid-template-columns: repeat(3, 1fr);
  		gap: 10px;
  		grid-auto-rows: minmax(100px, auto);
	}
	.one {
		grid-column: 1 / 3;
		grid-row: 1;
	  }
	  .two {
		grid-column: 1 / 3;
		grid-row: 1;
	  }
	  .three {
		grid-column: 1/3;
		grid-row: 1;
	  }

	

		#footer a {
			color: inherit;
		}


		#footer .copyright {
			font-size: 0.8em;
		}

		@media screen and (max-width: 736px) {

			#footer {
				margin-top: 2em;
                height: 100vh;
			}


		
		}



/* Tooltip */


		.tooltip {
			position: relative;
			color: #a38c2c;
			display: inline-block;
			border-bottom: 0px dotted black;
		  }
		  
		  .tooltip .tooltiptext {
			visibility: hidden;
			width: 200px;
			background-color: #34467a;
			color: #fff;
			text-align: left;
			font-size: 0.8em;
			border-radius: 3px;
			padding: 15px;
		  
			/* Position the tooltip */
			position: absolute;
			z-index: 1;
		  }
		  
		  .tooltip:hover .tooltiptext {
			visibility: visible;
		  }
		  tooltip:target .tooltiptext {
			visibility: visible;
		  }




/* Item 2 */

.item2 {
	padding: 3em 0em 2em 0em;
	background-color: #ffffff;
	border-radius: 4px;
	text-align: left;
	width: 30%;
}
.item2 img{
	
	width: 100%;
	margin-bottom: 0.5em;
}
.item2 p{
	font-family: "Morl";
}

.items2 {
	display: -moz-flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: calc(100% + 2em);
	margin: -2em 0 0 -2em;
}

	.items2 .item2 {
		margin: 2em 0 0 2em;
		width: calc(50% - 2em);
	}

@media screen and (max-width: 980px) {

	.item2 header {
		height: 25em;
	}

	.items2 {
		-moz-flex-direction: column;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-moz-flex-wrap: nowrap;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		width: 100%;
		margin: 0;
	}

		.items2 .item2 {
			width: 100%;
			margin: 0 0 -4em 0;
		}

			.items2 .item2:last-child {
				margin-bottom: 0;
			}

}

@media screen and (max-width: 736px) {

	.item2 header {
		height: 10em;
	}

	.items2 .item2 {
		margin: 0 0 -5em 0;
	}

}

@media screen and (max-width: 480px) {

	.item2 {
		padding: 2em 1em 0.1em 1em;
	}

		.item2 header {
			height: 12em;
			margin: -2em 0 2em -1em;
			width: calc(100% + 2em);
		}

}


.social-icons {
	position: fixed;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(52, 70, 122, 0.5);
	border-radius: 15px;
	background-color: rgba(255, 255, 255, 0.8);
	right: 10px;
	top: 50%;
  	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	z-index: 999;
	box-shadow: #34467a;
  }
  
  .social-icons a {
	display: block;
	margin: 20px;
	font-size: 36px;
	color: #34467a;
	transition: all 0.3s;
  }
  
  @media screen and (max-width: 736px) {

	.social-icons a {
        font-size: 22px;
		margin:10px;
		
      }
	  .social-icons {
        box-shadow: -2px 2px 10px 2px rgba(0, 0, 0, 0.2);
		right: 10px;
		top: 50%;
  		transform: translateY(-50%);
		
      }

}
  .social-icons a:hover {
	color: #007bff;
  }

  .icon-list {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .icon-list li {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
  }
  
  .icon-list li img {
	width: 65px;
	height: 65px;
	margin-right: 30px;
  }

  .rotated-link {
    position: fixed;
    left: 15%;
    padding: 0.5em;
    border-radius: 10px;
    top: 70px;
    font-size: 12px;
    font-weight: bold;
    transform: translateX(-50%) rotate(0deg);
    color: #596896;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    z-index: 99999;
  }

  @media screen and (max-width: 736px) {

	.rotated-link {
		position: fixed;
		left: 50%;
		padding: 0.2em 0.5em 0em 0.5em;
		transform: translateX(-50%) rotate(0deg);
		background-color: rgba(255, 255, 255, 0.7);
		border-radius: 10px;
		top: 70px;
		font-size: 12px;
	  }

}