@font-face {
	font-family: 'glamour_absoluteregular';
	src: url('/webfonts/glamourabsolute_regular-webfont.woff2') format('woff2'),url('/webfonts/glamourabsolute_regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
/* Halal-Licious by The Makmal */
* {
	margin:0;
	padding:0;
	border:0;
}
body,html {
	height: 100%;
	min-height: 100%;
	background: #fff;
	color: #494159;
	font-family: 'Raleway', sans-serif;
	overflow: hidden;
}
*,*:before,*:after {
	box-sizing: border-box;
}
h1,h2,h3,h4,h5,h6 {
	font-family: 'glamour_absoluteregular', serif;
}
button {
	background:transparent;
}
a, a:hover {
	text-decoration:none;
	color:#fff;
}
.tilt-left {
	-ms-transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
	transform: rotate(-2deg);
}
.tilt-right {
	-ms-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
}
span.category-tag {
	display:inline-block;
	font-size:.6em;
	background-color:rgba(255,131,103,.9);
	color:#fff;
	text-transform:uppercase;
	padding:2px;
	border-radius:4px;
}
span.price-tag {
	display:inline-block;
	font-size:1.2em;
	font-family:"Courier New","Andale Mono",monospace;
	background:#e8f4f8;
	padding:.13rem;
	border-bottom:.5px solid #eee !important;
	text-shadow:1px 1px #fff;
}
span.price-tag abbr {
	text-decoration:none;
}
.bg-yellow {
	background-color:rgba(225,230,114,1)
}
span.delivery-tag {
	display:inline-block;
	font-size:.8em;
	background-color:rgba(225,230,114,1);
	text-transform:uppercase;
	padding:.06rem;
}
span.delivery-tag a {
	pointer-events: auto;
	color: #e56478;
}
span.delivery-tag a:hover {
	color: #494159;
}
span.eta-tag {
	display:inline-block;
	font-size:.8em;
	background-color:#e8f4f8;
	text-transform:uppercase;
	padding:.08rem;
        font-family:"Courier New","Andale Mono",monospace;
        text-shadow:1px 1px #fff;
}
#hccf-kitchen {
	position:relative;
	text-align:center;
	width:100vw;
	height:100vh;
}
#hccf-kitchen header {
	position:absolute;
	top:0;
	left:0;
	z-index:-0;
	width:100px;
	color:#fff;
	background:#fff;
}
#hccf-kitchen nav {
	pointer-events: none;
	position: fixed;
	z-index: 9;
	bottom: -3px;
	left: 0;
	text-align: center;
	width: 100vw;
}
#hccf-kitchen nav ul {
	list-style: none;
}
#hccf-kitchen nav ul li {
	display: inline-block;
	margin: 0 2px;
}
#hccf-kitchen nav ul li a {
	pointer-events: auto;
	display: block;
	text-transform: uppercase;
	background: rgba(0,0,0,0.2);
	padding: 5px 5px 8px 5px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: .8em;
	letter-spacing: 1px;
}
#hccf-kitchen nav ul li a:hover {
	background: rgba(0,0,0,0.4);
	color: #eee;
	padding: 5px 5px 13px 5px;
}
#hccf-kitchen nav ul li a.icon, #hccf-kitchen nav ul li a.icon:hover {
	background: transparent;
}
#hccf-kitchen .hccf-plate {
	pointer-events: none;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	background: rgba(0,0,0,0.34);
}
#hccf-kitchen .hccf-plate .plate {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 7;
	pointer-events: none;
	width:360px;
	height:360px;
	background: rgba(224,217,190,0.7);
	border-radius: 50%;
}
#hccf-kitchen .hccf-plate .plate .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 7;
	pointer-events: none;
	width:320px;
	height:320px;
	background: #e0d9be;
	border-radius: 50%;
	border: 0px solid #fff;
}
#hccf-kitchen .hccf-plate .mast {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 6;
	pointer-events: none;
	width:250px;
	height:150px;
	margin-top: -255px;
	background-image:url(/img/halal-licious.png);
	background-size:250px 150px;
}
#hccf-kitchen .hccf-plate .mast h1 {
	text-indent:-9999px;
}
/* --- textscroll */
#hccf-kitchen .textscroll {
	position: absolute;
	z-index: 6;
	pointer-events: none;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin-top: 210px;
	height: 24px;
	overflow: hidden;
	width: 130px;
}
#hccf-kitchen .textscroll ul,#hccf-kitchen .textscroll li {
	height: 154px;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#hccf-kitchen .textscroll li {
	list-style-type: none;
	margin: 0px 0 1px 0;
	height: 24px !important;
	padding: 0px 0 0px 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
}
#hccf-kitchen .textscroll ul.t {
	animation-name: titleflip;
	animation: titleflip 5s ease-in-out infinite;
	-webkit-animation-name: titleflip;
	-webkit-animation: titleflip 5s ease-in-out infinite;
}
@-webkit-keyframes titleflip {
	0%, 20% {
		-webkit-transform: translate(0px, -130px);
		-moz-transform: translate(0px, -130px);
	}
	20%,40% {
		-webkit-transform: translate(0px, -100px);
		-moz-transform: translate(0px, -100px);
	}
	40%,60% {
		-webkit-transform: translate(0px, -74px);
		-moz-transform: translate(0px, -74px);
	}
	60%,80% {
		-webkit-transform: translate(0px, -50px);
		-moz-transform: translate(0px, -50px);
	}
	80%,100% {
		-webkit-transform: translate(0px, -26px);
		-moz-transform: translate(0px, -26px);
	}
	100%,0% {
		-webkit-transform: translate(0px, -130px);
		-moz-transform: translate(0px, -130px);
	}
}
/* --- slideshow */
.slideshow {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
}
.slideshow .slider {
	width: 100vw;
	height: 100vh;
	z-index: 2;
}
.slideshow .slider * {
	outline: none;
}
.slideshow .slider .item {
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
	border: none;
}
.slideshow .slider .item .text {
	display: none;
}
.slideshow .slider .item img {
	min-width: 101%;
	min-height: 101%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.slideshow .slick-dots {
	position: fixed;
	z-index: 9;
	width: 40px;
	height: auto;
	bottom: auto;
	top: 50%;
	right: 0%;
	transform: translateY(-0%, -50%);
	color: #fff;
	display: block;
}
.slideshow .slick-dots li {
	display: block;
	width: 100%;
	height: auto;
}
.slideshow .slick-dots li button {
	position: relative;
	width: 20px;
	height: 15px;
	text-align: center;
}
.slideshow .slick-dots li button:before {
	content: "";
	background: #fff;
	color: #fff;
	height: 4px;
	width: 20px;
	border-radius: 0;
	position: absolute;
	top: 50%;
	right: 0;
	left: auto;
	transform: translateY(-50%);
	transition: all 0.3s ease-in-out;
	opacity: 0.8;
}
.slideshow .slick-dots li.slick-active button:before {
	width: 40px;
	opacity: 1;
}
.slideshow.slideshow-right {
	left: 0;
	z-index: 1;
	width: 50vw;
	pointer-events: none;
}
.slideshow.slideshow-right .slider {
	left: 0;
	position: absolute;
}
.slideshow-text {
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -43%);
	z-index: 9;
	pointer-events: none;
	padding:0;
}
.slideshow-text ul {
	list-style:none;
	margin:0;
	padding:0;
}
.slideshow-text ul li {
	margin:0;
	padding:0;
	text-align: center;
	position: relative;
}
.slideshow-text ul li span.category-tag {
	position: absolute;
	top: 100px;
	left: 54%;
}
.slideshow-text ul li span.price-tag {
	position: absolute;
	top: 114px;
	left: 54%;
}
.slideshow-text ul li span.delivery-tag {
	position: absolute;
	top: 148px;
	left: 52%;
}
.slideshow-text ul li span.eta-tag {
	position: absolute;
	top: 166px;
	left: 52%;
}
.slideshow-text img.thumb {
	width: 300px;
	height: 200px;
	margin: 0 auto;
}
.slideshow-text h3 {
	width: 100vw;
	text-align: center;
	font-size:46px;
	color: #e56478;
	font-weight: 100;
	pointer-events: none;
	letter-spacing: 1px;
	line-height: 1;
	margin: -13px auto 0;
	padding: 0;
}
.slideshow-text p {
	width: 280px;
	height: 64px;
	max-height: 64px;
	font-family: 'glamour_absoluteregular', serif;
	font-size: 18px;
	text-align: center;
	color: #494159;
	line-height: 1;
	margin:0 auto;
	overflow: hidden;
}
.slideshow-text button {
	pointer-events: auto;
	cursor: pointer;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 0.6px;
	font-weight: 400;
	color: #008ec5;
	background: rgba(255,255,255,0.6);
	border-bottom: 1px solid #888;
	border-radius: 5px;
	padding: 10px;
}
.slideshow-text button i {
	color: #494159;
}
.slideshow-text button:hover {
	color: #494159;
	background: rgba(255,255,255,0.9);
}
/* Underline From Right */
.hover {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}
.hover:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 100%;
	right: 0;
	bottom: 0;
	background: #2098D1;
	height: 4px;
	-webkit-transition-property: left;
	transition-property: left;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hover:hover:before, .hover:focus:before, .hover:active:before {
	left: 0;
}
/* --- hover.css */
/* Sweep To Right */
.hover {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.hover:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #f4bebc;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hover:hover, .hover:focus, .hover:active {
	color: white;
}
.hover:hover:before, .hover:focus:before, .hover:active:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
/* --- responsive */
@media (max-width: 768px) {
	.slideshow-text {
		position: absolute;
		top: 49%;
		left: 50%;
		transform: translate(-50%, -49%);
	}
	.slideshow-text h3 {
		width: 100vw;
		font-size: 34px;
	}
	.slideshow-text p {
		width: 280px;
		height: 80px;
		max-height: 80px;
	}
}
