@font-face {
    font-family: 'austie_bost_chunky_descriptRg';
    src: url('../data/fonts/austie_bost_chunky_description-webfont.woff2') format('woff2'),
         url('../data/fonts/austie_bost_chunky_description-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'austie_bost_chunky_descriptRg', "-apple-system", "Helvetica Neue", "Roboto", "Segoe UI", sans-serif;
}

img {
	display: block;
}

img.img-responsive {
	width: 100%;
}

.pane, .view {
	background: transparent;
}

.tab-nav.tabs,
.bar-stable.nav-bar-container {
    display: none;
}

.padding {
	padding: 0px;
}

.has-tabs-top{
	top: 0px;
}

.padding.scroll-content.ionic-scroll.has-header.has-tabs {
    padding: 0px;
    top: 0px;
    bottom: 0px;
}

.scroll-content {
    margin-top: 0px;
    margin-bottom: 0px;
}

.scroll {
    height: 100%;
}
/*
#container {
	height: 100%;
	overflow: hidden;
}*/
#container {
	position: relative;
}

.dummy_home {
    position: relative;
    max-width: 768px;
    margin: 0px auto;
}

.maggie-btn{
	width: 54.67%;

	position: absolute;
	right: 0px;
	bottom: 0px;
}

.maggie-btn a {
    border: none;
    padding: 0px;
    display: block;
}

.btn-wrapper {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.btn-start a{
	width: 280px;
	height: 80px;
	background: url('../img/btn-start.png') left top no-repeat;
	background-size: contain;
	margin-left: -140px;
	text-indent: -9999px;

	position: absolute;
	left: 50%;
	top: -40px;
}

.popup-container.popup-showing {
	pointer-events: all;
}

.popup-container .popup {
    background: none;
}

.popup-head {
    display: none;
}

.popup-body {
    padding: 0px;
}

.cooking-canvas .loading {
	width: 100%;
	height: 100%;
	/*
	background: url('../img/loading-bg.png') left top no-repeat;
	background-size: contain;*/
	background-color: #333;

	position: absolute;
	left: 0px;
	top: 0px;
	z-index: -4;
}

#AR_Video {
	width: auto;
	position: absolute; 
	z-index: -3;
	left: 50%;
	top: 0px;
}

.btn-back{
	width: 50px;
	height: 50px;
	background: url('../img/btn-back.png') left top no-repeat;
	background-size: contain;
	text-indent: -9999px;

	position: absolute;
	left: 10px;
	top: 10px;
}

#countdownDisplay {
	width: 320px;
	margin-left: -160px;
	text-align: center;
	color: white;
	font-size: 36px;
	line-height: 100%;

	position: absolute;
	left: 50%;
	top: 50px;
}

.drag-container {
	width: 130px;
	height: 130px;
	margin-left: -65px;
	background: url('../img/material-holder.png') left top no-repeat;
	background-size: contain;

	position: absolute;
	left: 50%;
	bottom: 10%;
}
#dragFX{
	width: 130px;
	height: 130px;
	margin-left: -65px;
	background: url('../img/material-holder.png') left top no-repeat;
	background-size: contain;

	position: absolute;
	left: 50%;
	top: 0px;
	z-index: -1;
}

.hidden {
	visibility: hidden;
}

.btn-try-again a{
	width: 260px;
	height: 50px;
	background: url('../img/btn-try-again.png') left top no-repeat;
	background-size: contain;
	margin-left: -130px;
	text-indent: -9999px;

	position: absolute;
	left: 50%;
	bottom: 15px;
}

.btn-wrapper a.free-gift{
	width: 260px;
	height: 50px;
	background: url('../img/btn-free-gift.png') left top no-repeat;
	background-size: contain;
	margin-left: -130px;
	text-indent: -9999px;

	position: absolute;
	left: 50%;
	bottom: 65px;
}

.btn-wrapper a.play-again{
	width: 260px;
	height: 50px;
	background: url('../img/btn-play-again.png') left top no-repeat;
	background-size: contain;
	margin-left: -130px;
	text-indent: -9999px;

	position: absolute;
	left: 50%;
	bottom: 15px;
}

.transition {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.transition:active,
.transition:focus {
	transform: scale(0.9, 0.9);
}