@font-face {
    font-family: "FuturaLight";
    src: url('font/FuturaLight.eot');
    src: url('font/FuturaLight.eot?#iefix') format('embedded-opentype'),
    url('font/FuturaLight.svg#BlairMdITC TT') format('svg'),
    url('font/FuturaLight.woff') format('woff'),
    url('font/FuturaLight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "futurabook";
    src: url('font/futurabook.eot');
    src: url('font/futurabook.eot?#iefix') format('embedded-opentype'),
    url('font/futurabook.svg#BlairMdITC TT') format('svg'),
    url('font/futurabook.woff') format('woff'),
    url('font/futurabook.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "myriadpro-light";
    src: url('font/myriadpro-light.eot');
    src: url('font/myriadpro-light.eot?#iefix') format('embedded-opentype'),
    url('font/myriadpro-light.svg#BlairMdITC TT') format('svg'),
    url('font/myriadpro-light.woff') format('woff'),
    url('font/myriadpro-light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
	font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
	font-family: "myriadpro-light", "san-serif";
}

table {
    border-collapse: collapse;
    font-size: 15px;
}
table, td, th {
	border: 1px solid #fff;
}
td {
	padding: 6px;
}
img {
	width: 100%;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.bg-homepage {
	background-image: url(images/bg-jcafe.jpg);
    background-position: 100% 50%;
}

.logo {
	position: absolute;
	right: 100px;
	top: 50px;
	z-index: 5;

	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.logo30 {
	position: absolute;
    right: 30px;
    top: 30px;
    z-index: 5;
    width: 110px;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.bg-orange img {
	position: absolute;
    z-index: 1;
    height: 100%;
    width: 60%;
}

.info {
	position: absolute;
	z-index: 2;
	left: 100px;
	width: 36%;
    color: #ffffff;
    display: table;
    height: 100%;
}

.info-header {
	font-family: "FuturaLight", "san-serif";
	font-size: 36px;
	text-transform: uppercase;

	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.info-text {
	font-size: 18px;
    padding: 20px 0;

	-webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.info-click {
	margin-top: 30px;
	font-family: "futurabook", "san-serif";
}

.info-click div {
	float: left;
}

.contact-text {
	margin-top: 7px;
	margin-right: 15px;
}

.drawline {
	border-bottom: 1px dotted #fff;
	padding-top: 20px;
    margin-bottom: 20px;
    max-width: 400px;
}

.clear-both {
	clear: both;
}

.contactpage, .deliverypage {
	font-size: 18px;
}

.contactpage-button {
	margin-top: 30px;
	font-family: "futurabook", "san-serif";
}

.contactpage-button div {
	float: left;
}

.about-text {
	margin-top: 6px;
	margin-left: 10px;
}

.aboutpage, .contactpage, .deliverypage  {
    vertical-align: middle;
    display: none;
}

.aboutpage.active, .contactpage.active, .deliverypage.active {
	display: table-cell;
}

.delivery-click:hover,
.contact-click:hover,
.about-click:hover {
 	cursor: pointer;
 	color: #000;
 }

.bg {
	background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.mobile-show {
	display: none;
}

/* Delivery */
.delivery-left {
	float: left;
    padding-bottom: 15px;
    padding-top: 5px;
    max-width: 150px;
    width: 40%;
    text-align: center;
}
.delivery-left.menu-img {
	display: inline-block;
    width: 125px;
    float: none;
    padding-bottom: 20px;
    vertical-align: middle;
}
.delivery-left.menu-img img {
	margin: auto;
}
.delivery-logo-100 {
	max-width: 100px;
    border-radius: 50%;
}
.delivery-logo-75 {
	max-width: 75px;
}
/* End Delivery */

.fadeIn {
	animation-name: fadeIn;
	-webkit-animation-name: fadeIn;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;		

	visibility: visible !important;	
}

@keyframes fadeIn {
	0% {
		opacity: 0.0;		
	}
	100% {
		opacity: 1;	
	}		
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0.0;		
	}
	100% {
		opacity: 1;	
	}		
}

@media screen and (max-width: 1259px) {
	.info-header {
		font-size: 30px;
	}
	.info-text {
		font-size: 16px;
	}
	.logo {
		width: 150px;
		top: 60px;
		right: 90px;
	}
}

@media screen and (max-width: 999px) {
	.mobile-show,
	.aboutpage, 
	.contactpage,
	.deliverypage,
	.aboutpage.active, 
	.contactpage.active,
	.deliverypage.active {
		display: block;
	}
	.bg,
	.bg-orange,
	.info-click,
	.contactpage-button {
		display: none;
	}

	.info {
		position: relative;
		left: auto;
		width: auto;
		height: auto;
		display: block;
		padding: 30px 30px 50px 30px;
	}
	.contactpage, .deliverypage {
		padding-top: 10px;
	}
	body {
		background: #ff6600;
	}
	.drawline {
		max-width: 100%;
	}
	.logo {
		right: 40px;
	    top: 23px;
	    width: 120px;
	}
	.logo30 {
	    right: 20px;
	    top: 3px;
	    width: 80px;
	}
}

@media screen and (max-width: 599px) {
	.info-header {
		font-size: 24px;
	}
	.logo {
	    right: 20px;
	    top: 10px;
	    width: 100px;
	}
	.logo30 {
	    right: 20px;
	    top: 60px;
	    width: 60px;
	}
}

@media screen and (max-width: 399px) {
	.logo {
	    right: 10px;
	    top: 5px;
	    width: 100px;
	    padding: 5px;
	    background-color: rgba(255,255,255,0.4);
	}
}