#mask {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9000;
	background-color: #000;
	display: none;
	width: 1478px; font-size: 32pt; color:white; height: 602px; display: none; opacity: 0.8;
}
#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
	border-radius: 15px;
	text-align: center;
}
#boxes #dialog {
	width: 700px;
	height: auto;
	padding: 0;
	background-color: #ffffff;
	font-family: "Rubik", sans-serif;
	font-size: 15pt;
	top: 199.5px; left: 551.5px; display: none;
}
.maintext {
	text-align: center;
	font-family: "Rubik", sans-serif;
	text-decoration: none;
}
body {
	background: url('bg.jpg');
}
#lorem {
	font-family: "Rubik", sans-serif;
	font-size: 15pt;
	text-align: left;
}
#popupfoot {
	font-family: "Rubik", sans-serif;
	font-size: 16pt;
	padding: 10px 20px;
}
#popupfoot a {
	text-decoration: none;
}
.agree:hover {
	background-color: #D1D1D1;
}
.popupoption:hover {
	background-color: #D1D1D1;
	color: green;
}
.popupoption2:hover {
	color: red;
}
#boxes #dialog {
	background: url(assets/images/popup_bg.jpg);
	background-size: cover !important;
	border: 4px solid #FFF;
	font-family: inherit;
	box-shadow: 0 2px 17px 3px #000;
	overflow: hidden;
	height: auto;
}
/*#myModal .modal-content:before{content: ""; position: absolute; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8);}*/
#boxes h2 {
	font-size: 30px;
	width: 100%;
	text-align: center;
	color: #FFF;
	outline-color: #a70e13;
	font-family: "Rubik", sans-serif;
	margin-top: 80px;
}
#boxes h2 > span {
	padding-bottom: 22px;
	padding-top: 12px;
}
#boxes h2 > .big-font {
	font-size: 55px;
	display: block;
	font-family: "Rubik", sans-serif;
	text-transform: uppercase;
	position: relative;
	margin-top: 20px;
}
#boxes h2 > .big-font:before {
	content: "";
	position: absolute;
	height: 2px;
	width: 50%;
	background-color: #FFF;
	bottom: 10px;
	left: 25%;
}
#boxes h2 > .big-font:after {
	content: "";
	position: absolute;
	height: 2px;
	width: 50%;
	background-color: #FFF;
	top: 0;
	left: 25%;
}
#boxes p {
	color: #FFF;
	margin-top: 10px;
}
.modal-header {
	border: none;
	padding: 0;
	min-height: 0;
	position: relative;
}
#boxes .close {
	color: #FFF;
	opacity: 0.9;
	margin: 10px 10px 0;
	position: absolute;
	right: 0;
	z-index: 1500;
}
button.close {
	padding: 4px 8px;
}
/*#myModal .modal-logo{ width: 200px; height: auto; float: none;}*/
/*#myModal .modal-body{text-align: center; padding: 0; height: auto;}*/
#boxes #dialog > #lorem {
	float: left;
	background: rgba(0,0,0,0.7);
	margin: 0;
	padding: 40px 30px;
	height: 450px;
	width: 100%;
}
#boxes #popupfoot {
	border: none;
	padding: 0;
	min-height: 0;
	position: relative;
}
#boxes .close {
	padding: 6px 12px 12px;
	font-size: 14px;
	border-radius: 50px;
	background: #000;
	color: #FFF;
	border: 2px solid #FFF;
	text-shadow: none;
}
#boxes .close:hover {
	padding: 6px 12px 12px;
	background: #a70e13;
}
#boxes h3 {
	text-align: center;
	font-size: 20px;
	color: #FFF;
	margin-top: 30px;
}
#boxes h3 a {
	font-family: 'Montserrat';
	color: #a70e13;
	font-size: 25px;
	display: block;
	margin-top: 10px;
}
#boxes .dine-in {
	font-weight: bold;
}

@media (max-width: 768px) {
#boxes {
	left: 12%;
	top: 6%;
}
#boxes #dialog > #lorem {
	height: auto;
	width: 100%;
	padding: 80px 0;
}
#boxes h2 {
	margin-top: 0;
	font-size: 20px;
}
#boxes #dialog {
	background-size: 100%;
	background-repeat: no-repeat;
	width: 90%;
}
#boxes h2 > span.res {
	font-size: 24px;
}
#boxes h2 > .big-font {
	font-size: 55px;
}
}

@media (max-width: 996px) {
#boxes .modal-dialog {
	width: 80%;
}
}

@media (max-width: 536px) {
#boxes h2 > .big-font {
	font-size: 30px;
}
}
