@import url("https://use.typekit.net/aqg7tqz.css");
@font-face {
    font-family: 'Cooper';
    src: url('CooperBlackStd-Italic.woff2') format('woff2'),
        url('CooperBlackStd-Italic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Cooper';
    src: url('CooperBlackStd.woff2') format('woff2'),
        url('CooperBlackStd.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Asikue';
    src: url('Asikue-Regular.woff2') format('woff2'),
        url('Asikue-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Asikue';
    src: url('Asikue-ExtraBoldOblique.woff2') format('woff2'),
        url('Asikue-ExtraBoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Asikue';
    src: url('Asikue-Oblique.woff2') format('woff2'),
        url('Asikue-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Asikue';
    src: url('Asikue-ExtraBold.woff2') format('woff2'),
        url('Asikue-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
	font-optical-sizing: auto;
	height: 100%;
	overflow: hidden;
	color: black;
	font-weight: 200;
	background-color: #FFE9CC;
}
@media (max-width: 767px) {
	body, p {
		font-size: 0.9rem;
	}
}
body.subpage {
	opacity: 0;
	-webkit-transition: opacity 1s ease-out 0.3s;
	-o-transition: opacity 1s ease-out 0.3s;
	transition: opacity 1s ease-out 0.3s;
}
body.home::after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f66;
	-webkit-transition: height 2s cubic-bezier(0,.5,.5,1) 0.3s;
	-o-transition: height 2s cubic-bezier(0,.5,.5,1) 0.3s;
	transition: height 2s cubic-bezier(0,.5,.5,1) 0.3s;
	z-index: 2500;
}
body.home.ready {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
body.subpage.ready {
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	opacity: 1;
}
body.home.ready::after {
	height: 0;
}
body.home #nav::before, body.home #nav > .p-3, .logo-ko-copy, .scrolldown, .scrollNav, body.home #burger {
	opacity: 0;
	-webkit-transform: translateY(90px);
	-ms-transform: translateY(90px);
	transform: translateY(90px);
	-webkit-transition: opacity 1s linear 2s, transform 1s cubic-bezier(0,.5,.5,1) 0s;
	-o-transition: opacity 1s linear 2s, transform 1s cubic-bezier(0,.5,.5,1) 0s;
	-webkit-transition: opacity 1s linear 2s, -webkit-transform 1s cubic-bezier(0,.5,.5,1) 0s;
	transition: opacity 1s linear 2s, -webkit-transform 1s cubic-bezier(0,.5,.5,1) 0s;
	transition: opacity 1s linear 2s, transform 1s cubic-bezier(0,.5,.5,1) 0s;
	transition: opacity 1s linear 2s, transform 1s cubic-bezier(0,.5,.5,1) 0s, -webkit-transform 1s cubic-bezier(0,.5,.5,1) 0s;
}
body.home.ready #nav::before, body.home.ready #nav > .p-3, body.home.ready .logo-ko-copy, body.home.ready .scrolldown, body.home.ready .scrollNav, body.home.ready #burger {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 104px;
	margin: -52px 0 0 -50px;
	z-index: 5000;
	background-color: #f66;
	-webkit-transition: opacity 0.4s linear 0s, top 2s cubic-bezier(0,.5,.5,1) 0.3s;
	-o-transition: opacity 0.4s linear 0s, top 2s cubic-bezier(0,.5,.5,1) 0.3s;
	transition: opacity 0.4s linear 0s, top 2s cubic-bezier(0,.5,.5,1) 0.3s;
	opacity: 0;
}
body.loader .preloader {
	opacity: 1;
}
.logobar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/loader.svg') no-repeat scroll 0 0 transparent;
	background-size: cover;
}
#loadbar {
	width: 0px;
	height: 100%;
	background-color: #f7e54f;
	-webkit-transition: width 0.2s linear 0s;
	-o-transition: width 0.2s linear 0s;
	transition: width 0.2s linear 0s;
}
body.ready .preloader {
	top: -80px;
}
h1 {
	font-family: 'Asikue';
	font-weight: bold;
	font-size: 45px;
	line-height: 45px;
	/*
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	    hyphens: auto;
	*/
}
h2 {
	font-size: 2rem;
}
@media (min-width: 768px) {
	h1 {
		font-size: 60px;
		line-height: 60px;
	}
	h2 {
		font-size: 2.1rem;
	}
	body.home .scn4 h1 {
		font-size: 6vw;
	    line-height: 5.5vw;
	}
}
@media (min-width: 992px) {
	h1 {
		font-size: 85px;
		line-height: 85px;
	}
}
h2, h3, h4, h5 {
	font-family: 'Asikue';
	font-weight: normal;
}
@media (min-width: 1200px) {
	.bigCopy {
		font-family: "new-spirit-condensed", serif;
		font-weight: 400;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-size: 1.6rem;
		letter-spacing: -1px;
		line-height: 1.8rem;
	}
}
a, a:hover, a:focus {
	color: #f66;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.btn, .btn:focus {
  background-color: #F66;
  border-radius: 100px;
  color: #FFE9CC;
  outline: none;
  border: 2px solid #F66;
  font-weight: bold;
  -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: background 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
  transition: background 0.3s linear 0s, color 0.3s linear 0s, border 0.3s linear 0s;
}
.text-stroke {
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #F66;
}
.bg-red .btn, .bg-red .btn:focus {
	background-color: #FFE9CC;
	color: #f66;
	border: 2px solid #FFE9CC;
}
.btn:hover {
	color: #F66;
	background-color: transparent;
	text-decoration: none;
}
.bg-red .btn:hover {
	background-color: #f66;
	color: #FFE9CC;
	border: 2px solid #FFE9CC;
}
.bg-offwhite .btn:hover, .bg-white .btn:hover {
	background-color: transparent;
	color: #f66;
	border: 2px solid #f66;
}
.red-border-top {
	border-top: 2px solid #f66;
}
.xtrarounded {
	border-radius: 30px !important;
}
.xtrarounded-top {
	border-radius: 30px 30px 0 0;
}
.xtrarounded-bottom {
	border-radius: 0 0 30px 30px;
}
.bg-offwhite {
	background-color: #FFE9CC !important;
	color: black;
}
.bg-white {
	background-color: #fff !important;
}
.bg-ochre {
	background-color: #f7e54f;
	color: black;
}
.ochre {
	color: #f7e54f !important;
}
.bg-ochre, .footer a {
	color: black;
}
.footer .btn {
	color: #f7e54f;
	border-color: black;
	background-color: black;
}
.footer .btn:hover {
	color: black;
	border-color: black;
	background-color: transparent;
}
.text-ochre {
	color: #f7e54f;
}
.nav-pad {
	padding-top: 116px;
}
.nav-pad-half {
	padding-top: 90px;
}
.big-btn {
	display: inline-block;
	border-radius: 100px;
	background-color: black;
	border-radius: 50px;
	position: relative;
	padding-left: 62px !important;
	padding-top: 10px !important;
}
.big-btn .bi-eye-fill {
	font-size: 40px;
	position: absolute;
	top: 50%;
	left: 16px;
	height: 41px;
	margin-top: -20px;
}
@media (orientation: landscape) {
	.port {
		display: none;
	}
	.land {
		display: inline-block;
	}
}
@media (orientation: portrait) {
	.port {
		display: inline-block;
	}
	.land {
		display: none;
	}
}
.bg-offwhite-cthru {
	background-color: #ffe9ccd9 !important;
}
.bg-offwhite-cthru-light {
	background-color: #FFE9CC75 !important;
}
.bg-white-cthru {
	background-color: #fffffff0 !important;
}
.text-offwhite, .offwhite {
	color: #FFE9CC !important;
}
.text-red {
	color: #f66 !important;
}
.text-salmon {
	color: #f66;
}
.bg-red {
	background-color: #f66 !important;
	color: #FFE9CC;
}
.bordered {
	border: 2px solid #F66;
}
.pilled {
	border-radius: 100px;
	padding: 15px 35px !important;
}
.text-shadow {
	-webkit-text-shadow: 4px 15px 5px rgba(0, 0, 0, 0.15);
	        text-shadow: 4px 15px 5px rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
	.text-shadow {
		-webkit-text-shadow: 8px 30px 5px rgba(0, 0, 0, 0.15);
		        text-shadow: 8px 30px 5px rgba(0, 0, 0, 0.15);
	}
}
.box-shadow {
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}
.bucket {
  width: 100vw !important;
  height: 100vh;
  max-height: none !important;
  min-height: 100vh;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*
body.home #five {
	background: url('../images/cooking.jpg') no-repeat scroll center center transparent;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}
*/
.red {
	color: #f66;
}
.scn {
	overflow: hidden;
}
.object-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 991px) {
	.needsImg {
		width: 175vw !important;
		margin-left: -9%;
	}
}
@media (min-width: 768px) and (max-width: 1199px) {
	.needsImg {
		border-bottom: 11vw solid #222;
	}
}
.tagline {
	white-space: nowrap;
	height: 15vw;
}
@media (min-width: 768px) {
	.tagline {
		white-space: nowrap;
		height: 10vw;
	}
}
.tag {
	display: inline-block;
	opacity: 0;
}
.panner-wrap {
	width: 130vw;
}
@media (max-width: 767px) {
	.panner-wrap {
		width: 530vw;
	}
}
.mt-nav {
	margin-top: 116px;
}
@media (min-width: 768px) {
	.bottom-md-0 {
		top: auto !important;
		bottom: 0 !important;
	}
	.mt-md-nav {
		margin-top: 116px !important;
	}
}
.rotater-wrap {
	left: 100vw;
	top: 100vh;
	width: 300vh;
	height: 300vh;
	margin: -150vh 0 0 -150vh;
}
@media (max-width: 767px) {
	.rotater-wrap {
		left: 50vw;
		top: 150vh;
		width: 150vh;
		height: 150vh;
		margin: -100vh 0 0 -75vh;
	}
}
/*
.rotater-wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 80%;
	margin: -40% 0 0 -40%;
	background-color: #f66;
	border-radius: 50%;
}
*/
body.home .scn4 .food-copy {
	right: 0;
	bottom: -200px;
}
@media (max-width: 767px) {
	.food-copy {
		width: calc(100% - 30px);
		border-radius: 20px;
		right: 30px !important;
	}
}
@media (min-width: 768px) {
	body.home .scn4 .food-copy {
		border-radius: 200px 0 0 200px;
	}
}
#container {
	padding: 0;
}
body.home .scn6 .parallax {
	opacity: 0.25;
}
.line {
  width: 100%;
  height: 20px;
  margin: 0 0 10px 0;
  position: relative;
  display: inline-block;
  background-color: #FFE9CC;
}
.filler, .flythru, .parallaxbg {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/chopper.jpg') no-repeat scroll center center red;
	background-size: cover;
}
.flythru {
	bottom: auto;
	top: -100%;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
	border-radius: 50vh;
}
.parallax {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	-o-object-fit: cover;
	   object-fit: cover;
	margin-top: -50vh;
	border: 0px solid #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
	        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
}
.prog-parallax {
	-webkit-transform: translateY(-100px) scale(1.1);
	-ms-transform: translateY(-100px) scale(1.1);
	transform: translateY(-100px) scale(1.1);
}
body.home .scn2 .parallax {
	-webkit-box-shadow: 30vh 20vh 50px rgba(0, 0, 0, 0.1);
	        box-shadow: 30vh 20vh 50px rgba(0, 0, 0, 0.1);
}
.gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	border: 20px solid #fff;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
	        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.75);
	-webkit-transform: translateY(100%) scale(0.9);
	-ms-transform: translateY(100%) scale(0.9);
	transform: translateY(100%) scale(0.9);
}
.polaroid {
	position: absolute;
	top: 8vh;
	left: 50%;
	border: 30px solid #fff;
	width: 130vw;
	max-width: none;
	height: auto;
	padding: 0;
	-webkit-box-shadow: 20vh 10vh 40px rgba(0, 0, 0, 0.1);
	box-shadow: 20vh 10vh 40px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateX(-50%) rotate(1deg) scale(1);
	-ms-transform: translateX(-50%) rotate(1deg) scale(1);
	transform: translateX(-50%) rotate(1deg) scale(1);
}
.polaroid.polaroid2 {
	top: 68vh;
	left: 50%;
	height: auto;
	-webkit-transform: translateX(-50%) rotate(-1deg) scale(1);
	-ms-transform: translateX(-50%) rotate(-1deg) scale(1);
	transform: translateX(-50%) rotate(-1deg) scale(1);
}
@media (orientation: landscape) {
	.polaroid {
		top: 30%;
		left: 0;
		width: auto;
		height: 60vh;
		-webkit-transform: translateY(-50%) rotate(1deg) scale(1);
		-ms-transform: translateY(-50%) rotate(1deg) scale(1);
		transform: translateY(-50%) rotate(1deg) scale(1);
	}
	.polaroid.polaroid2 {
		top: 73%;
		left: 8vw;
		width: 80vh;
		-webkit-transform: translateY(-70%) rotate(-1deg) scale(1);
		-ms-transform: translateY(-70%) rotate(-1deg) scale(1);
		transform: translateY(-70%) rotate(-1deg) scale(1);
	}
}
@media (min-width: 768px) and (max-width: 1200px) {
	.polaroid {
		width: 90vw;
		top: 0;
		left: 50%;
	}
	.polaroid.polaroid2 {
		top: 62vh;
		left: 24%;
	}
}
@media (min-width: 992px) and (max-width: 1200px) {
	.polaroid {
		width: auto;
		top: 30%;
		left: -7%;
	}
	.polaroid.polaroid2 {
		top: 77vh;
		left: 0%;
	}
}
@media (max-width: 767px) {
	.polaroids-txt {
		background-color: rgba(0, 0, 0, 0.5) !important;
		color: #FFE9CC !important;
		border-radius: 0 !important;
		height: 100vh;
		padding-top: 40vw !important;
		margin-top: -116px;
	}
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}
#nav {
	position: fixed;
	top: 0;
	left: 0;
	/*
	background-color: rgba(255, 250, 236, 0.65);
	*/
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	overflow: hidden;
	height: 116px;
	-webkit-transition: background 0.3s linear 0s, height 0.3s ease-in-out 0s;
	-o-transition: background 0.3s linear 0s, height 0.3s ease-in-out 0s;
	transition: background 0.3s linear 0s, height 0.3s ease-in-out 0s;
}
.links {
	font-family: 'Asikue';
	font-size: 1.3rem;
	line-height: 1.3rem;
}
.links a {
	text-decoration: none;
	padding: 0;
	-webkit-transition: color 1s linear 0s;
	-o-transition: color 1s linear 0s;
	transition: color 1s linear 0s;
	cursor: pointer;
	font-weight: normal;
}
.links a:hover {
	color: black;
	text-decoration: none;
}
.links a.active {
	color: black;
	text-decoration: none;
}
@media (min-width: 900px) {
	.links a.active::before {
		content: '';
		position: absolute;
		top: -6px;
		left: 0;
		width: 100%;
		height: calc(100% + 10px);
		border-radius: 50px;
		background-color: #f7e54f;
		z-index: -1;
	}
	#nav::before {
		content: '';
		position: absolute;
		top: 58px;
		left: 245px;
		width: calc(100% - 887px);
		height: 2px;
		background-color: #f66;
	}
	.links a {
		padding: 0 4px;
		font-size: 19px;
	}
	.links a.active {
		position: relative;
		display: inline-block;
	}
}
@media (min-width: 1200px) {
	#nav::before {
		width: calc(100% - 1000px);
		left: 266px;
	}
	.links a {
		padding: 0 10px;
	}
}
.links a:last-child {
	padding: 0 0 0 4px;
}
@media (min-width: 900px) {
	.links a.active:last-child::before {
		left: -6px;
		width: calc(100% + 18px);
	}
}
#burger {
	display: none !important;
}
.logo img {
	width: 200px;
	height: auto;
}
@media (max-width: 899px) {
	#smooth-wrapper {
		height: calc(100vh - 193);
	}
	body.menu #nav {
		height: 100%;
		background-color: rgba(255, 255, 255, 0.6);
	}
	#burger {
		position: absolute;
		top: 34px;
		right: 35px;
		width: 70px;
		height: 45px;
		border-radius: 50px;
		display: -webkit-inline-box !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important;
		font-size: 13px;
		text-align: center;
		color: #f66;
		font-weight: 500;
		border: 2px solid #f66;
	}
	body.menu #burger {
		color: #FFE9CC;
		background-color: #f66;
	}
	.navi {
	    margin-top: 60px;
		pointer-events: none;
	}
	body.menu .navi {
		pointer-events: auto;
	}
	.links {
		font-size: 10vw;
		line-height: 12vw;
	}
	.links a {
		display: block;
		padding: 0;
	}
}
.subnav {
	position: absolute;
	top: 30px;
	left: 2px;
	text-align: left;
	display: none;
	font-size: 16px;
	line-height: 16px;
	white-space: nowrap;
	pointer-events: none;
	background-color: #f7e54f;
	padding: 5px 12px;
	border-radius: 30px;
	-webkit-transition: opacity 0.5s linear 0s;
	-o-transition: opacity 0.5s linear 0s;
	transition: opacity 0.5s linear 0s;
	opacity: 0;
}
.subnav img {
	width: 30px;
	height: auto;
	position: absolute;
	top: -7px;
	left: -41px;
}
.subnav span {
	display: inline-block;
	pointer-events: auto;
	margin: 0 8px 0 0;
	font-style: italic;
	-webkit-transition: color 0.3s linear 0s;
	-o-transition: color 0.3s linear 0s;
	transition: color 0.3s linear 0s;
	color: #f66;
	cursor: pointer;
}
.subnav span.active {
	color: black;
}
.subnav span:hover {
	color: #f66;
}
@media (min-width: 900px) {
	.subnav {
		display: inline-block;
	}
	.navi:hover .subnav {
		opacity: 1;
	}
}
.scrollNav {
	position: fixed;
	top: 50%;
	left: 0;
	width: 20px;
	height: 30vh;
	margin-top: -15vh;
	display: inline-block;
	border-radius: 0 50px 50px 0;
	border-left: medium none;
	background-color: #f7e54f;
}
@media (max-width: 767px) {
	.scrollNav {
		display: none;
	}
}
.dot {
	position: relative;
	width: 32px;
	height: 3px;
	display: block;
}
.dot::after {
	content: '';
	position: absolute;
	top: 50%;
	left: -8px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	background-color: transparent;
	border: 2px solid #f66;
	border-radius: 50%;
	-webkit-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.scrollNav:hover .dot::after {
	width: 32px;
	height: 32px;
	margin-top: -16px;
	left: -16px;
}
.scrollNav:hover .dot.active::after {
	left: -8px;
	width: 16px;
	height: 16px;
	margin-top: -8px;
}
.dot:hover::after, .dot.active::after {
  background-color: #f66;
}
.dot.active {
	pointer-events: none;
}
.h-30 {
	height: 30% !important;
}
.h-70 {
	height: 70% !important;
}
@media (orientation: portrait) {
	.bucket-portrait-padded {
		padding-top: 116px;
	}
	.h-50-portrait {
	    height: 50% !important;
	}
}
.nav-padded {
	padding-top: 116px !important;
}
.logo-ko-wrapper, .logo-ko, .logo-ko-bg {
	position: relative;
	width: 100vw;
	height: 100%;
}
.logo-ko-copy {
	bottom: 0%;
	left: 120px;
	width: calc(50% - 120px);
	border-radius: 30px 30px 0px 0px !important;
}
@media (max-width: 767px) {
	.logo-ko-copy {
		top: 125px;
		bottom: auto;
		left: 50%;
		-webkit-transform: translateX(-50%) !important;
		-ms-transform: translateX(-50%) !important;
		transform: translateX(-50%) !important;
		width: calc(100% - 60px);
		margin-top: 0;
		margin-left: 0;
		border: 2px solid #F66;
		border-radius: 30px !important;
	}
}
.center-x {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*
.logo-ko-bg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	mix-blend-mode: saturation;
}
*/
.logo-ko {
	bottom: 0;
	left: 0;
}
.logo-ko img {
	height: 100%;
	width: auto;
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	/*
	border-top: 116px solid #FFE9CC;
	*/
}
.logo-ko .mo {
	display: none;
}
.logo-ko .dt {
	display: inline-block;
}
.logo-ko-bg video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 767px) {
	.logo-ko-bg {
		height: 100%;
		top: 0;
	}
	.logo-ko img {
		margin-left: -70px;
		border-right: 17vw solid #FFE9CC;
	}
}


.stripping {
	left: 0;
	top: 50%;
	height: 50%;
	width: 100vw;
	overflow: hidden;
	padding-left: 50vw;
}
@media (max-width: 767px) {
	.stripping {
		padding-left: 0px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.stripping {
		padding-left: 9.5vw;
	}
}
.strip-img {
	height: 100%;
	width: auto;
	top: 0;
	left: 0;
}



.panning .pan-inner {
	height: 100%;
}
.panning section {
    -webkit-box-flex: 0;
            -ms-flex: 0 0 100vw;
                flex: 0 0 100vw;
    
}
.panning .panning-wrap.to-right {
    float: left;
}
.panning .panning-wrap.to-left {
    float: right; 
}



html, body, .xgallery {
  overflow-x: hidden;
}
.xgallery {
  padding-top: 116px;
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
body.about .xgallery.xgtraffic {
	padding-top: 30px;
}
@media (max-width: 767px) {
	body.about .xgallery {
		height: auto;
	}
}
@media (min-width: 768px) {
	.xgallery.xgtraffic::after {
		font-size: 8vw;
		line-height: 7.5vw;
	}
}
@media (max-width: 991px) {
	body.services .xgallery {
	  height: auto;
	}
}
.xgtraffic-copy {
	z-index: 100;
	top: 0;
	left: 0;
}
.xgallery.xgallery-double {
	height: 50vh;
}
.xgallery .xgallery-inner,
.xgallery .xgallery-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;  
    height: 100%;
}
.xgallery .xgallery-inner {
	height: 50%;
}
.xgallery .xgallery-inner.xgallery-solo {
	height: calc(100% - 30px);
}
.xgallery .xgallery-inner.xgallery-traffic {
	height: calc(50% - 15px);
}
.xgallery .xgallery-copy {
	height: 50%;
}
@media (min-width: 768px) {
	.xgallery .xgallery-copy {
		opacity: 0;
		-webkit-transform: translateY(120px);
		-ms-transform: translateY(120px);
		transform: translateY(120px);
		-webkit-transition: opacity 0.6s linear 0s, transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
		-o-transition: opacity 0.6s linear 0s, transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
		-webkit-transition: opacity 0.6s linear 0s, -webkit-transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
		transition: opacity 0.6s linear 0s, -webkit-transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
		transition: opacity 0.6s linear 0s, transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
		transition: opacity 0.6s linear 0s, transform 0.6s cubic-bezier(0,.5,.5,1) 0s, -webkit-transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
	}
	.scn.active .xgallery-copy {
		opacity: 1;
		-webkit-transform: translateY(0px);
		-ms-transform: translateY(0px);
		transform: translateY(0px);
	}
}
.xgallery .xgallery-wrap > section {
    position: relative;
    padding: 0px;
    margin: 0 15px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100vw - 30px);
            flex: 0 0 calc(100vw - 30px);
    height: calc(100% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
}
.xgallery .xgallery-inner.xgallery-traffic .xgallery-wrap > section {
    height: calc(100% - 15px) !important;
}
.xgallery .xgallery-wrap.to-right {
    float: left;
}
.xgallery .xgallery-wrap.to-left {
    float: right; 
}
.xgallery .xgallery-wrap section:first-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.xgallery .xgallery-wrap section:last-child {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}
@media (min-width: 992px) {
	.xgallery .xgallery-inner {
		overflow: hidden;
		border-radius: 0 30px 30px 0;
		height: calc(100% - 30px);
	}
	.xgallery .xgallery-inner.xgallery-right {
		border-radius: 30px 0 0 30px;
	}
	.xgallery .xgallery-inner.xgallery-solo {
		border-radius: 0;
	}
	.xgallery .xgallery-wrap > section {
		height: 100%;
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 75vw;
	            flex: 0 0 75vw;
	}
	.xgallery .xgallery-inner.xgallery-traffic .xgallery-wrap > section {
	    -webkit-box-flex: 0;
	        -ms-flex: 0 0 30vw;
	            flex: 0 0 30vw;
	}
	.xgallery .xgallery-copy {
		height: 100%;
	}
	.xgallery-wrap section .object-cover {
		width: 100%;
	}
}

.scrolldown {
	width: 70px;
	left: 25px;
	border-radius: 50px 50px 0 0;
	height: 80px;
	padding-top: 52px;
}
.scrolldown p {
	font-size: 13px;
}
.scrollme,
.scrollme div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.scrollme {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  left: -5px;
  top: -9px;
  -webkit-transform: rotate(-90deg) scale(0.5);
  -ms-transform: rotate(-90deg) scale(0.5);
  transform: rotate(-90deg) scale(0.5);
}
.scrollme div {
  position: absolute;
  top: 33.33333px;
  width: 13.33333px;
  height: 13.33333px;
  border-radius: 50%;
  background: black;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.scrollme div:nth-child(1) {
  left: 8px;
  -webkit-animation: scrollme1 0.9s infinite;
          animation: scrollme1 0.9s infinite;
}
.scrollme div:nth-child(2) {
  left: 8px;
  -webkit-animation: scrollme2 0.9s infinite;
          animation: scrollme2 0.9s infinite;
}
.scrollme div:nth-child(3) {
  left: 32px;
  -webkit-animation: scrollme2 0.9s infinite;
          animation: scrollme2 0.9s infinite;
}
.scrollme div:nth-child(4) {
  left: 56px;
  -webkit-animation: scrollme3 0.9s infinite;
          animation: scrollme3 0.9s infinite;
}
@-webkit-keyframes scrollme1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scrollme1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes scrollme3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes scrollme3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes scrollme2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes scrollme2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
.mouse {
	position: absolute;
	width: 94px;
	height: auto;
	top: 7px;
	left: -7px;
}
.txt {
	position: relative;
	display: inline-block;
	-webkit-transform: translateX(-150px);
	    -ms-transform: translateX(-150px);
	        transform: translateX(-150px);
	opacity: 0;
}
.basic-content {
	opacity: 0;
	-webkit-transform: translateY(120px);
	-ms-transform: translateY(120px);
	transform: translateY(120px);
	-webkit-transition: opacity 0.6s linear 0s, transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
	-o-transition: opacity 0.6s linear 0s, transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
	-webkit-transition: opacity 0.6s linear 0s, -webkit-transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
	transition: opacity 0.6s linear 0s, -webkit-transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
	transition: opacity 0.6s linear 0s, transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
	transition: opacity 0.6s linear 0s, transform 0.6s cubic-bezier(0,.5,.5,1) 0s, -webkit-transform 0.6s cubic-bezier(0,.5,.5,1) 0s;
}
.basic-content.active {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
/*
body.home .xgt-bottom {
	-webkit-filter: grayscale(1) sepia(0.4);
	filter: grayscale(1) sepia(0.4);
}
*/
.social p {
	display: inline-block;
}
.bi {
	font-size: 2rem;
	color: #f66;
}
.bi:hover {
	color: black;
}
.icon-indeed, .icon-indeed svg {
	display: inline-block;
	line-height: 1;
	vertical-align: -.125em;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.icon-indeed svg {
	width: 32px;
	height: auto;
	fill: #f66;
	position: relative;
}
.icon-indeed:hover svg {
	fill: black;
}
.footer .bi {
	color: black;
}
.footer .bi:hover {
	color: #f66;
}
.footer .icon-indeed svg {
	fill: black;
}
.footer .icon-indeed:hover svg {
	fill: #f66;
}
body .sk-ww-indeed-jobs {
	background-color: transparent !important;
}
body .sk-ww-indeed-jobs .indeed-jobs-user-root-container {
	display: none;
}
.grid-item-indeed-jobs .grid-content {
	background-color: white !important;
}
body .sk_branding a {
	color: #f66 !important;
	padding: 10px 20px;
	border-radius: 50px;
	border: 1px solid #f66;
	width: 200px;
	margin: 0 auto;
}
body .sk-ww-indeed-jobs .sk-job-title-container a {
	color: #f66 !important;
}
body .sk-ww-indeed-jobs .sk-job-title-container {
	background-color: transparent !important;
}
body .sk-ww-indeed-jobs .indeed-jobs-user-container {
	background-color: #f66 !important;
	border: medium none !important;
	border-radius: 50px !important;
	padding: 10px 15px !important;
	-webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
	transition: background 0.3s linear 0s, color 0.3s linear 0s;
	height: auto !important;
}
body .sk-ww-indeed-jobs .indeed-jobs-user-container:hover {
	background-color: #f7e54f !important;
	color: #f66 !important;
}
.linkGallery {
	-ms-scroll-chaining: none;
	    overscroll-behavior: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
*{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.linkGallery .section {
	position: relative;
	width: 85vw;
	padding: 116px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.linkGallery .section > * {
	pointer-events: none;
}
.linkGallery .section .sub-sec {
	border-radius: 30px;
	overflow: hidden;
	width: 100%;
	background-color: #FFE9CC;
	-webkit-transition: border 0.5s cubic-bezier(0,.5,.5,1) 0s, padding 0.5s cubic-bezier(0,.5,.5,1) 0s;
	-o-transition: border 0.5s cubic-bezier(0,.5,.5,1) 0s, padding 0.5s cubic-bezier(0,.5,.5,1) 0s;
	transition: border 0.5s cubic-bezier(0,.5,.5,1) 0s, padding 0.5s cubic-bezier(0,.5,.5,1) 0s;
}
.linkGallery .section .sub-sec .object-cover {
	position: absolute;
	top: 0;
	left: 0;
}
.linkGallery .section .sub-sec h1 {
	font-size: 40px;
	line-height: 40px;
}
.linkGallery .section:hover .sub-sec {
	border-width: 20px !important;
}
@media (min-width: 768px) {
	.linkGallery .section {
		width: 65vw;
	}
}
@media (min-width: 992px) {
	.linkGallery .section {
		width: 55vw;
		padding: 116px 58px;
	}
	.linkGallery .section .sub-sec {
		border-radius: 60px;
	}
	.linkGallery .section .sub-sec h1 {
		font-size: 4vw;
		line-height: 4vw;
	}
}
@media (min-width: 1200px) {
	.linkGallery .section {
		width: 45vw;
	}
}

.linkGalleryNavbar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: 116px;
    overflow: hidden;
}

.linkGalleryNavbar h4 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0;
    margin: 0;
}
.linkGalleryNavbar h4 a {
	color: #f66;
	text-decoration: none !important;
	padding: 6px 12px 0 12px;
}
.linkGalleryNavbar h4 a.active-link {
    color: black;
}
.linkGalleryNavbar .linkGalleryNavbar-inner {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media (max-width: 767px) {
	.linkGalleryNavbar h4 {
		font-size: 18px;
	}
}

.prog {
	height: 65vh;
}
.prog > div {
	pointer-events: none;
	-webkit-transition: border 0.5s cubic-bezier(0,.5,.5,1) 0s, padding 0.5s cubic-bezier(0,.5,.5,1) 0s;
	-o-transition: border 0.5s cubic-bezier(0,.5,.5,1) 0s, padding 0.5s cubic-bezier(0,.5,.5,1) 0s;
	transition: border 0.5s cubic-bezier(0,.5,.5,1) 0s, padding 0.5s cubic-bezier(0,.5,.5,1) 0s;
}
.prog:hover > div {
	border-width: 20px !important;
}
.prog-logo {
	max-width: 150px;
}
@media (min-width: 1200px) {
	.prog-logo {
		max-width: 200px;
	}
}

body.our-impact #smooth-wrapper {
	-webkit-transition: -webkit-transform 1s cubic-bezier(0,.5,.5,1) 0s;
	transition: -webkit-transform 1s cubic-bezier(0,.5,.5,1) 0s;
	-o-transition: transform 1s cubic-bezier(0,.5,.5,1) 0s;
	transition: transform 1s cubic-bezier(0,.5,.5,1) 0s;
	transition: transform 1s cubic-bezier(0,.5,.5,1) 0s, -webkit-transform 1s cubic-bezier(0,.5,.5,1) 0s;
}
body.pop #smooth-wrapper {
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.pop-overlay {
	position: fixed;
	top: 100vh;
	left: 0;
	height: 100vh;
	pointer-events: none;
	-webkit-transition: top 1s cubic-bezier(0,.5,.5,1) 0s;
	-o-transition: top 1s cubic-bezier(0,.5,.5,1) 0s;
	transition: top 1s cubic-bezier(0,.5,.5,1) 0s;
	overflow-x: hidden;
	overflow-y: auto;
}
.pop-overlay.pop {
	top: 0;
	pointer-events: auto;
}
#close-btn {
	position: fixed;
	top: 0px;
	right: -50px;
	width: 50px;
	height: 50px;
	padding: 8px;
	border-radius: 50%;
	background-color: #f7e54f;
	-webkit-transition: right 1s cubic-bezier(0,.5,.5,1) 0s;
	-o-transition: right 1s cubic-bezier(0,.5,.5,1) 0s;
	transition: right 1s cubic-bezier(0,.5,.5,1) 0s;
	cursor: pointer;
}
.inline-close-btn {
	float: right;
	margin: 0 0 15px 15px;
	cursor: pointer;
}
.close-btn-x {
	width: 25px;
	height: auto;
}
#close-btn .close-btn-x {
	width: 100%;
	height: auto;
}
body.pop #close-btn {
	right: 0px;
}
.pop-overlay h1 {
	font-size: 35px;
	line-height: 35px;
}
@media (min-width: 768px) {
	#close-btn {
		top: 20px;
		padding: 0px;
		border-radius: 10px;
	}
	body.pop #close-btn {
		right: 20px;
	}
	.pop-overlay h1 {
		font-size: 75px;
		line-height: 75px;
	}
}
.hotspots, .hs, .tooltips, .tt {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.hs {
	width: auto;
	height: auto;
	cursor: pointer;
}
* {
  box-sizing:border-box;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity:0.8;
  }
  45% {
    transform: scale(1.75);
    opacity:0;
  }
}
@keyframes stop-pulsate {
  from {
    opacity:0.4;
  }
  to {
    transform: scale(2);
    opacity:0;
  }
}
.hs::after {
	content:'';
    position:absolute;
    left:50%;
    top:50%;
    width:32px;
    height:32px;
    margin: -0.666em auto auto -0.666em;
    background: #f7e54f;
  	border-radius:50%;
    transform-origin: 50% 50%;
    transition:opacity .2s ease-in, transform .1s ease-out;
    color:white;
    font-size:1.5em;
    padding:0;
    text-align:center;
    line-height:32px;
    overflow:hidden;
}
.hs::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	margin: -20px auto auto -20px;
	transform-origin: 50% 50%;
	border-radius: 50%;
	border: 2px solid #f7e54f;
	opacity: 0;
	animation: pulsate 1s ease-out infinite;
}
@media (orientation: portrait) {
	.i-image-port {
		display: inline-block;
	}
	.i-image-land {
		display: none;
	}
	.i-herrc .hs1 { top: 70%;left: 36%; }
	.i-herrc .hs2 { top: 29%;left: 73%; }
	.i-herrc .hs3 { top: 27%;left: 28%; }
	.i-herrc .hs4 { top: 62%;left: 32%; }
	.i-herrc .hs5 { top: 40%; left: 73%; }
	.i-herrc .hs6 { top: 4%;left: 40%; }
	.i-herrc .hs7 { top: 71%;left: 75%; }
	.i-herrc .hs8 { top: 91%;left: 88%; }
	
	.i-kids .hs1 { top: 46%;left: 58%; }
	.i-kids .hs2 { top: 69%;left: 77%; }
	.i-kids .hs3 { top: 38%;left: 91%; }
	.i-kids .hs4 { top: 24%;left: 10%; }
	.i-kids .hs5 { top: 93%; left: 56%; }
	.i-kids .hs6 { top: 69%;left: 33%; }
	
	.i-adults .hs1 { top: 22%;left: 19%; }
	.i-adults .hs2 { top: 50%;left: 90%; }
	.i-adults .hs3 { top: 55%;left: 55%; }
	.i-adults .hs4 { top: 90%;left: 85%; }
	
	.i-t2 .hs1 { top: 75%;left: 54%; }
	.i-t2 .hs2 { top: 95%;left: 70%; }
	
	.i-getfoodnyc .hs1 { top: 12%;left: 36%; }
	.i-getfoodnyc .hs2 { top: 39%;left: 77%; }
	
}
@media (orientation: landscape) {
	.i-image-port {
		display: none;
	}
	.i-image-land {
		display: inline-block;
	}
	.i-herrc .hs1 { top: 40%;left: 61%; }
	.i-herrc .hs2 { top: 77%;left: 84%; }
	.i-herrc .hs3 { top: 54%;left: 16%; }
	.i-herrc .hs4 { top: 28%;left: 60%; }
	.i-herrc .hs5 { top: 28%;left: 84%; }
	.i-herrc .hs6 { top: 9%;left: 25%; }
	.i-herrc .hs7 { top: 91%;left: 84%; }
	.i-herrc .hs8 { top: 82%;left: 73%; }
	
	.i-kids .hs1 { top: 85%;left: 33%; }
	.i-kids .hs2 { top: 29%;left: 47%; }
	.i-kids .hs3 { top: 26%;left: 95%; }
	.i-kids .hs4 { top: 48%;left: 6%; }
	.i-kids .hs5 { top: 88%;left: 54%; }
	.i-kids .hs6 { top: 41%;left: 60%; }
	
	.i-adults .hs1 { top: 48%;left: 11%; }
	.i-adults .hs2 { top: 52%;left: 94%; }
	.i-adults .hs3 { top: 11%;left: 74%; }
	.i-adults .hs4 { top: 83%;left: 70%; }
	
	.i-t2 .hs1 { top: 22%;left: 26%; }
	.i-t2 .hs2 { top: 92%;left: 63%; }
	
	.i-getfoodnyc .hs1 { top: 22%;left: 26%; }
	.i-getfoodnyc .hs2 { top: 69%;left: 86%; }
	
	.hs:hover::after {
		background-color: #f66;
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
		-webkit-transition: background 0.5s ease-out 0s, transform 0.5s ease-out 0s;
		-o-transition: background 0.5s ease-out 0s, transform 0.5s ease-out 0s;
		-o-transition: background 0.5s ease-out 0s, transform 0.5s ease-out 0s;
		transition: background 0.5s ease-out 0s, transform 0.5s ease-out 0s;
	}
}
.tooltips {
	pointer-events: none;
}
.tt {
	pointer-events: auto;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	max-width: 100%;
	height: auto;
}
.tt .xtrarounded {
	border-radius: 15px;
}
.tt > * {
	pointer-events: none;
}
@media (min-width: 992px) {
	.tt {
		max-width: 50%;
	}
	.tt .xtrarounded {
		border-radius: 30px;
	}
}
@media (min-width: 1200px) {
	.tt {
		max-width: 30%;
	}
}
.eapps-instagram-feed-title-container {
	display: none;
}
.sk-job-title-container {
	font-family: 'Asikue';
	font-weight: bold;
	font-size: 40px;
	line-height: 40px;
}
body.contact input.btn {
    margin-bottom: 20px;
    border: medium none !important;
}
body.contact input.btn.disabled {
	background-color: #f66;
	border: medium none !important;
}

body.contact .help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}
#contact-form {
	position: relative;
}
#contact-form .messages {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 40%;
	z-index: 100;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
	#contact-form .messages {
		width: 50%;
		height: 30%;
	}
}
#contact-form .messages .alert {
	height: 100%;
	display: flex;
	align-items: center;
}
body.contact button.close {
	border: medium none;
	border-radius: 50%;
	margin-right: 15px;
	color: black;
	font-size: 25px;
	line-height: 25px;
	padding-top: 0;
	display: block;
	background-color: transparent;
}

body.contact .alert-success, body.contact .alert-danger {
	border-radius: 30px;
}

body.contact .form-control {
	border-radius: 100px;
    padding: 15px 20px;
    margin: 15px 0px;
}

body.contact textarea.form-control {
	border-radius: 15px;
}
body.contact .form-control::placeholder {
	color: black;
}
body.contact label {
	opacity: 0;
	height: 0;
	position: absolute;
}
#eapps-instagram-feed-1 .eapps-instagram-feed-header {
  background: transparent !important;
}