@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);

body {
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 400;
	background-color: #fffde3;
	/* Normal fixed background */
	/* background: url(../img/bg.jpg) repeat center center;
	background-size: 100%;
    background-attachment: fixed; */
}
button {
	outline: none;
}

/* Parallax background */
.parallax-bg {
	z-index: -1000;
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../img/bg.jpg) repeat center top;
	background-size: 100%;
}
.parallax-bg.csw {
	background: url(../img/csw/bg.jpg) repeat center top;
	background-size: 100% auto;
}
.parallax-bg.ty {
	background: url(../img/ty/bg.jpg) repeat center top;
	background-size: 1170px auto;
}

/* Index */
.index { display: grid; position: relative; top: 0px !important; width: 100%; max-width: 1400px; margin: auto; background: url(../img/index-bg.jpg) repeat center top; background-size: cover; }
.index .row {	display: grid; position: relative; width: 100%; max-width: 70%; margin: auto; margin-bottom: 2em; }
.index .row::before, .index .row::after { display: none; content: none; }

.index .row.logo img { width: 100%; max-width: 450px; margin: auto; }

.index .row.shop { grid-template-columns: 1fr 1fr; grid-gap: 4em; margin-bottom: 8em; }
.index .row.shop .col { position: relative; width: 100%; text-align: center; }
.index .row.shop .col .map { width: 100%; height: 0; padding-top: 80%; border: 8px solid #00a450; }
.index .row.shop .col a { position: relative; color: #00a450; text-decoration: none; }
.index .row.shop .col a h2 { font-size: 2.4em; font-weight: 700; line-height: 0.4em; }
.index .row.shop .col a h3 { font-size: 1.4em; font-weight: 400; line-height: 1em; text-transform: uppercase; }
.index .row.shop .col a img { max-width: 84px; }
.index .row.shop .col a img.point { max-width: 48px; margin-top: 1em; }

.index .row.shop .col div { position: relative; color: #00a450; text-decoration: none; }
.index .row.shop .col div h2 { font-size: 2.4em; font-weight: 700; line-height: 0.4em; }
.index .row.shop .col div h3 { font-size: 1.4em; font-weight: 400; line-height: 1em; text-transform: uppercase; }
.index .row.shop .col div img { max-width: 84px; }
.index .row.shop .col div img.point { max-width: 48px; margin-top: 1em; }


.index .row.footer p { font-size: 1.2em; font-weight: 400; text-align: right; }
.index .row.footer p.copyright { font-size: 0.8em; color: #00a450; }

@media (max-width: 1080px) {
		.index .row {	max-width: 80%; margin-bottom: 3em; }
		.index .row.shop { grid-template-columns: 1fr 1fr; grid-gap: 3em; margin-bottom: 6em; }
		.index .row.shop .col { margin-bottom: 1em; }
		.index .row.shop .col:nth-child(2) { transform: translateY(0); }
}
@media (max-width: 720px) {
		.index .row.shop { grid-template-columns: 1fr; grid-gap: 2em; margin-bottom: 4em; }
}

.index .statement-button {
		display: inline-block;
    margin: auto;
    margin-bottom: 50px;
		width: 162px;
		height: 60px;
		border: none;
		border-radius: 40px;
		box-shadow: 0 0 15px 1px #4d4d4d;
		background: transparent center center;
		background-image: url(../img/statement-button.svg);
		background-size: 162px 60px;
}

/* Navbar */
nav {
	z-index: 1000;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	height: 150px;
	text-align: center;
	background: url(../img/csw/bg.jpg) no-repeat center top;
	box-shadow: 0 5px 50px rgba(0,0,0,0.5);
}
#nav-shop {
	position: absolute;
	left: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	text-decoration: underline;
	color: #6f3500;
}
#nav-logo {
	display: inline-block;
	width: 150px;
	height: 150px;
	background: transparent url(../img/logo.svg) no-repeat center center;
	background-size: 100%
}
#nav-left, #nav-right {
	max-width: 500px;
	position: absolute;
	bottom: 15px;
}
#nav-left {
	left: 0;
	padding-left: 10px;
	text-align: left;
}
#nav-right {
	right: 0;
	padding-right: 10px;
	text-align: right;
}

.nav-text.new { font-style: italic; font-size: 1.15em; }

#nav-left .nav-text, #nav-right .nav-text  {
	height: 25px;
	padding: 2px 8px;
	border: none;
	border-radius: 0px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #6f3500;
	background-color: transparent;
}
nav p {
	height: 25px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #6f3500;
}
#nav-left .nav-text:hover, #nav-right .nav-text:hover {
	text-decoration: underline;
}
#nav-left .nav-text {
	border-right: 1px solid #6f3500;
}
#nav-right .nav-text {
	border-left: 1px solid #6f3500;
}
#nav-left .nav-text-placeholder, #nav-right .nav-text-placeholder {
	display: none;
	height: 40px;
	border: none;
	border-radius: 0px;
	background: url(../img/csw/bg.jpg) no-repeat center top;
}
#nav-left .nav-text-mid, #nav-right .nav-text-mid {
	border: none !important;
}
#nav-menu {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	background: transparent url(../img/nav-menu.svg) no-repeat center center;
	background-size: 100%;
}
nav.ty {
	background-image: url(../img/ty/nav-bg.jpg);
	background-size: 100% auto;
	box-shadow: none;
	color: black;
}
nav.ty a, nav.ty p {
}
nav.ty #nav-menu {
	background-image: url(../img/nav-menu.svg);
}
nav.ty #nav-logo {
	background-image: url(../img/ty/logo.png);
}

nav.ty #nav-left .set-menu {
	position: absolute;
	text-align: left;
	top: -30px;
	left: 18px;
	width: 100%;
}
nav.ty #nav-left .set-menu * {
	position: relative;
	display: inline;
}
nav.ty #nav-left .set-menu p {
	cursor: default;
	border: none;
}
nav.ty #nav-left .set-menu .nav-text {
	border: none; padding: 0;
}

@media (max-width: 1200px) {
	nav {
		height: 100px;
	}
	#nav-logo {
		width: 100px;
		height: 100px;
	}
	#nav-left, #nav-right {
		max-width: 440px;
		bottom: 10px;
	}
	#nav-left .nav-text {
		padding-left: 1px;
		padding-right: 5px;
	}
	#nav-right .nav-text {
		padding-left: 5px;
		padding-right: 1px;
	}
	#nav-bg {
		height: 100px;
	}

	nav.ty #nav-left .set-menu {
		left: 12px;
		top: -25px;
	}
}
@media (max-width: 992px) {
	nav {
		width: 100%;
		height: 50px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	#nav-shop {
		top: 8px;
		left: 50%;
		transform: translateX(-50%);
	}
	#nav-logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 50px;
		height: 50px;
		margin-left: 5px;
		background-image: url(../img/nav-logo.svg);
	}
	#nav-left, #nav-right {
		max-width: none;
		display: none;
		position: relative;
		top: 50px;
		padding-left: 0px;
		padding-right: 0px;
		background: url(../img/csw/bg.jpg) no-repeat center top;
	}
	#nav-left .nav-text, #nav-right .nav-text {
		width: 100%;
		height: 45px;
		padding: 0px 0px;
		border: none;
		line-height: 45px;
	}
	#nav-menu {
		display: inline-block;
		cursor: pointer;
	}
	nav.ty #nav-left, nav.ty #nav-right { 
		background-image: url(../img/ty/bg.jpg);
		background-position: center;
	}

	nav.ty #nav-left .set-menu {
		position: relative;
		text-align: center;
		top: 0;
		left: 0;
	}
}
@media (max-width: 992px) and (max-height: 576px) {
	#nav-left, #nav-right {
		position: absolute;
		width: 50%;
		min-height: 200px;
	}
	#nav-left .nav-text, #nav-right .nav-text {
		height: 40px;
		line-height: 40px;
	}
	#nav-left .nav-text-placeholder, #nav-right .nav-text-placeholder {
		/* display: block; */
	}
}

@media (max-width: 390px) {
	nav.ty #nav-left .set-menu * {
		font-size: 0.9em;
	}
}


/* Orde online button */
#btn-orderOnline {
	z-index: 500;
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	width: 240px;
	height: 240px;
}
#btn-orderOnline.csw {
	top: 60px;
	left: inherit;
	right: 40px;
	width: 200px;
	height: 200px;
}
#btn-orderOnline.ty {
	top: 55px;
	left: 290px;
	width: 180px;
	height: 180px;
}
#btn-orderOnline.home {
	top: -15px;
	left: inherit;
	right: 30px;
	width: 0;
	height: 0;
}
#btn-orderOnline img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
#btn-orderOnline.home img {
	width: 80px;
	height: initial;
}
#btn-orderOnline img.hover {
	display: none; z-index: 500;
}
#btn-orderOnline:hover img.hover {
	display: block;
}


@media (max-width: 1200px) {
	#btn-orderOnline.ty { top: 50px; left: 250px; width: 140px; height: 140px;}
}
@media (max-width: 992px) {
	#btn-orderOnline.csw { top: 50px; right: 50px; width: 160px; height: 160px;}
	#btn-orderOnline.ty { top: 40px; left: 200px; width: 100px; height: 100px;}
}
@media (max-width: 768px) {
	#btn-orderOnline.ty { top: 20%; left: 26%; width: 90px; height: 90px;}
}
@media (max-width: 720px) {
	#btn-orderOnline.csw { top: 40px; right: 40px; width: 140px; height: 140px;}
	#btn-orderOnline.home { top: 0; right: 60px; width: 0; height: 0; }
}
@media (max-width: 576px) {
	#btn-orderOnline.csw { top: 30px; right: 30px; width: 100px; height: 100px;}
	#btn-orderOnline.ty { top: 15%; left: 25%; width: 60px; height: 60px;}
}
@media (max-width: 375px) {
	#btn-orderOnline.csw { top: 20px; right: 20px; width: 80px; height: 80px;}
}


/* Go to contact us & Back-to-top button */
#btn-tel, #btn-contact, #btn-top {
	z-index: 500;
	display: none;
	position: fixed;
	bottom: 30px;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent no-repeat center center;
	background-size: 40px 40px;
}
#btn-tel {
	background-image: url(../img/tel.svg);
}
#btn-contact {
	right: 85px;
	background-image: url(../img/contact.svg);
}
#btn-top {
	right: 30px;
	background-image: url(../img/b2top.svg);
}
@media (max-width: 992px) {
	#btn-tel, #btn-contact, #btn-top {
		width: 35px;
		height: 35px;
		background-size: 35px 35px;
	}
	#btn-tel {
		bottom: 20px;
		right: 120px;
	}
	#btn-contact {
		bottom: 20px;
		right: 70px;
	}
	#btn-top {
		bottom: 20px;
		right: 20px;
	}
}

/* Slideshow */
#slideshow {
    position: relative;
	top: 150px;
	left: 50%;
	transform: translateX(-50%);
	height: 700px;
    margin: auto 0;
    list-style-type: none;
	text-align: center;
}
#slideshow a {
    position: absolute;
		top: 0;
		left: 0;
    width: 100%;
    height: 100%;
}
.cpr-slide, .csw-slide, .ty-slide {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    box-sizing: border-box;
    background: no-repeat center center;
	background-size: auto 100%;
}
.slide-active{
    opacity: 1;
    z-index: 500;
}


/* Slides */
.cpr-slide:nth-of-type(1){
    background-image: url(../img/cpr/slide-1.jpg);
}
.cpr-slide:nth-of-type(1){
    background-image: url(../img/cpr/slide-1.jpg);
}
.cpr-slide:nth-of-type(2){
    background-image: url(../img/cpr/slide-2.jpg);
}
.cpr-slide:nth-of-type(3){
    background-image: url(../img/cpr/slide-3.jpg);
}
.cpr-slide:nth-of-type(4){
    background-image: url(../img/cpr/slide-4.jpg);
}
.cpr-slide:nth-of-type(5){
    background-image: url(../img/cpr/slide-5.jpg);
}


.csw-slide:nth-of-type(1){
    background-image: url(../img/csw/slide-1.jpg);
}
.csw-slide:nth-of-type(2){
    background-image: url(../img/csw/slide-2.jpg);
}
.csw-slide:nth-of-type(3){
    background-image: url(../img/csw/slide-3.jpg);
}
.csw-slide:nth-of-type(4){
    background-image: url(../img/csw/slide-4.jpg);
}


.ty-slide:nth-of-type(1){
    background-image: url(../img/ty/slide-0.jpg);
}
.ty-slide:nth-of-type(2){
    background-image: url(../img/ty/slide-1.jpg);
}
.ty-slide:nth-of-type(3){
    background-image: url(../img/ty/slide-2.jpg);
}
.ty-slide:nth-of-type(4){
    background-image: url(../img/ty/slide-3.jpg);
}
.ty-slide:nth-of-type(5){
    background-image: url(../img/ty/slide-4.jpg);
}
.ty-slide:nth-of-type(6){
    background-image: url(../img/ty/slide-5.jpg);
}
.ty-slide:nth-of-type(7){
    background-image: url(../img/ty/slide-6.jpg);
}

@media (max-width: 1200px) {
	#slideshow {
		top: 100px;
		height: 500px;
	}
	.cpr-slide, .csw-slide, .ty-slide {
		background-size: 100% auto;
	}
}
@media (max-width: 992px) {
	#slideshow {
		top: 50px;
		max-width: 1170px;
		height: 300px;
	}
}
@media (max-width: 540px) {
	.cpr-slide, .csw-slide, .ty-slide  {
		background-size: auto 100%;
	}
			li:first-child { background-position: left; } /* For new year bowl img */
}

/* Download lightbox */
#download {
	z-index: 1500;
	display: none;
	position: fixed;
    top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.75);
	padding: 30px;
}
#download .download-menu {
    display: inline-block;
    transform: translateY(20%);
	width: 45%;
	max-width: 400px;
	height: 250px;
    margin: 10px;
}
#cpr-download-menu-1 {
	background: url(../_UPLOAD/cpr-bunhui-1.jpg) no-repeat center center;
	background-size: 100% auto;
}
#cpr-download-menu-2 {
	background: url(../_UPLOAD/cpr-bunhui-2.jpg) no-repeat center center;
	background-size: 100% auto;
}
#cpr-download-menu-3 {
	background: url(../_UPLOAD/bunhui_catering_service_form.png) no-repeat center center;
	background-size: 100% auto;
}
#csw-download-menu-1 {
	background: url(../_UPLOAD/csw-bunhui-1.jpg) no-repeat center center;
	background-size: 100% auto;
}
#csw-download-menu-2 {
	background: url(../_UPLOAD/csw-bunhui-2.jpg) no-repeat center center;
	background-size: 100% auto;
}
#csw-download-menu-3 {
	background: url(../_UPLOAD/bunhui_catering_service_form) no-repeat center center;
	background-size: 100% auto;
}
#ty-download-menu-1 {
	background: url(../_UPLOAD/ty-bunhui-1.jpg) no-repeat center center;
	background-size: 100% auto;
}
#ty-download-menu-2 {
	background: url(../_UPLOAD/ty-bunhui-2.jpg) no-repeat center center;
	background-size: 100% auto;
}
#ty-download-menu-3 {
	background: url(../_UPLOAD/bunhui_catering_service_form) no-repeat center center;
	background-size: 100% auto;
}
#cpr-download-menu-4, #csw-download-menu-4, #ty-download-menu-4 {
	background: url(../_UPLOAD/poonchoi-form-preview.png) no-repeat center center;
	background-size: 100% auto;
}
.download-button-holder {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -20px;
}
.download-button {
    display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0px 10px;
	border: none;
	border-radius: 20px;
	box-shadow: 0 0 15px 1px #4d4d4d;
	background: transparent center center;
	background-size: 40px 40px;
}
.btn-zoom {
	background-image: url(../img/zoom.svg);
}
.btn-download {
	background-image: url(../img/download.svg);
}
#btn-cancel {
	position: fixed;
	top: 30px;
	right: 30px;
    margin: 0px;
	background-image: url(../img/cancel.svg);
}
@media (max-width: 1200px) {
	#download .download-menu {
		height: 20%;
		margin: 0px;
		transform: translateY(0%);
	}
	#btn-cancel {
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 576px) {
	#download .download-menu {
		width: 100%;
	}
}
@media (min-width: 1764px) {
	#download .download-menu {
	}
}
@media (min-width: 1200px) and (max-height: 576px) {
	#download .download-menu {
		transform: translateY(0%);
		margin: 0px;
	}
}
@media (max-width: 1200px) and (max-height: 576px) {
	#download .download-menu {
		transform: translateY(0%);
		height: 45%;
		margin: 0px;
	}
}
@media (max-width: 992px) and (max-height: 576px) {
	#download .download-menu {
		width: 45%;
	}
}

/* Sections */
.anchor {
	display: block; position: relative; top: -150px;
}

#sections {
  position: relative;
	top: 150px;
	padding: 0;
}
#sections .section {
	left: 0;
	right: 0;
	width: 100%;
	margin: auto;
	max-width: 1170px;
	background-blend-mode: multiply;
}
#sections .main-img {
	z-index: -500;
	position: absolute;
}
#sections .main-img:not(:first-child) {
	position: relative;
}
#sections .sub-menu:nth-child(2) {
	margin-top: 58%;
}
.buttom-gutter {
	margin-bottom: 40px !important;
}
#sections > a, #sections > div {
	display: block;
	position: relative;
}
#sections .transLink {
	position: absolute;
	cursor: pointer;
}
.transLink.takeout {
	bottom: 0;
	width: 32%;
	height: 45%;
}
.transLink.lunch {
	right: 0;
	bottom: 0;
	width: 68%;
	height: 40%;
}
.transLink.drinks {
	left: 0;
	width: 35%;
	height: 100%;
}
.transLink.daily {
	right: 0;
	width: 35%;
	height: 100%;
}
.transLink.midnight {
	left: 0;
	width: 35%;
	height: 100%;
}
.transLink.dishes {
	right: 0;
	width: 65%;
	height: 100%;
}
.transLink.ty-lunch {
	right: 0;
	width: 35%;
	height: 100%;
}
.transLink.ty-breakfast {
	left: 0;
	right: 0;
	width: 30%;
	height: 100%;
	margin: auto;
}
#links {
	text-align: center;
}
#links .cpr-link {
	display: inline-block;
	width: 31%;
	background-blend-mode: multiply;
}
#links .csw-link {
	display: inline-block;
	width: 48.5%;
	background-blend-mode: multiply;
}
#links .ty-link {
	display: inline-block;
	width: 48.5%;
	background-blend-mode: multiply;
}
#snack {
	float: left;
	background-color: rgba(240, 240, 120, 0.5);
}
#midnight {
	background-color: rgba(50, 50, 150, 0.5);
}
#beverage {
	float: right;
	background-color: rgba(240, 120, 180, 0.5);
}
@media (max-width: 1200px) {
	.anchor {
		top: -100px;
	}

	#sections {
		top: 100px;
	}
	#sections .main-img {
		width: 970px;
	}
}
@media (max-width: 992px) {
	.anchor {
		top: -50px;
	}

	#sections {
		top: 50px;
	}
	#sections .main-img {
		width: 750px;
	}
	.buttom-gutter {
		margin-bottom: 30px !important;
	}
}
@media (max-width: 768px) {
	#sections .main-img {
		width: 100%;
	}
}
@media (max-width: 576px) {
	.buttom-gutter {
		margin-bottom: 20px !important;
	}
}

/* Home Contact us */
#contact {
	margin-top: 190px;
	padding: 0px 30px 100px;
}
#shop-info {
	float: left;
	margin-top: -13px;
}
#shop-info h1 {
	margin-top: 7px;
	font-size: 4em;
	font-weight: 300;
	line-height: 48px;
	color: #FF0000;
}
#shop-info h1 span {
	font-size: 0.65em;
}
#shop-info h4, #shop-info p {
	font-size: 1.5em;
	font-weight: bold;
	color: #6f3500;
}
#shop-info h4 {
	text-decoration: underline;
}
#shop-address h4, #shop-address p {
	color: #6f3500;
}
#shop-map {
	margin-top: -13px;
	text-align: right;
}
#shop-active h4 {
  margin-top: 35px;
	margin-bottom: 50px;
	font-weight: bold;
	text-decoration: underline;
	color: #8565c4;
}
#map-canvas {
  display: inline-block;
	width: 555px;
	height: 500px;
	border: 8px solid #6f3500;
}
#copyright {
  display: inline-block;
  margin-top: 15px;
	font-size: 0.8em;
	font-weight: bold;
	color: #6f3500;
}
#contact.ty h1, #contact.ty h4, #contact.ty p {
	font-weight: 400; color: #ffffff;
	text-shadow: 2px 2px 2px rgba(113,136,101,1);
}
#contact.ty #shop-address h4, #contact.ty #shop-address p {
	font-weight: 700;
}
#contact.ty hr {
	border-top: 2px dotted #ffffff;
}
#contact.ty #map-canvas {
	border: none;
}
@media (max-width: 1200px) {
	#contact {
    	margin-top: 140px;
	}
	#shop-info {
		margin-bottom: 40px;
	}
	#shop-map {
		text-align: left;
	}
	#shop-active {
		display: none;
	}
	#map-canvas {
		width: 100%;
	}
}
@media (max-width: 992px) {
	#contact {
    	margin-top: 80px;
	}
}
@media (max-width: 540px) {
	#shop-info h1 {
		font-size: 2.8em; line-height: 28px;
	}
	#shop-info h4 {
		font-size: 1.2em;
	}
	#shop-info p {
		font-size: 1.2em;
	}
}

/* Subpages Contact us */
#sub-contact {
	z-index: 1000;
    margin-top: 149px; /* -1 for filling gap */
	padding: 0px 30px 100px;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	color: #6f3500;
}
#sub-contact.ty * {
	color: #ffffff;
}
#sub-contact p span {
	font-size: 2em;
}
#sub-contact #copyright {
	font-size: 0.7em;
}
#sub-b2top {
	width: 50px;
	height: 50px;
	margin: 15px auto;
	border: none;
	background: transparent url(../img/sub-b2top.svg) no-repeat center center;
	background-size: 50px 50px;
}
@media (max-width: 1200px) {
	#sub-contact {
    	margin-top: 100px;
	}
}
@media (max-width: 992px) {
	#sub-contact {
    	margin-top: 50px;
	}
}

/* Poonchoi download page */
.poonchoi {
		position: relative;
		height: 100vh;
		width: 100vw;
		background: #000000;
}
.poonchoi img {
	 width: 100%;
	 margin: auto;
	 left: 0;
	 right: 0;
	 position: absolute;
}
.poonchoi .download-button {
		position: absolute;
		right: 20px;
		bottom: 20px;
    display: inline-block;
		width: 80px;
		height: 80px;
		border: none;
		border-radius: 40px;
		box-shadow: 0 0 15px 1px #4d4d4d;
		background: transparent center center;
		background-image: url(../img/download.svg);
		background-size: 80px 80px;
}

/* Statement page */
.statement {
		position: relative;
		height: 100vh;
		width: 100vw;
		padding: 40px;
}
.statement p {
		max-width: 600px;
		font-size: 1.2em;
}
.statement .close-button {
		position: absolute;
		right: 20px;
		bottom: 20px;
    display: inline-block;
		width: 80px;
		height: 80px;
		border: none;
		border-radius: 40px;
		box-shadow: 0 0 15px 1px #4d4d4d;
		background: transparent center center;
		background-image: url(../img/cancel.svg);
		background-size: 80px 80px;
}
