* {
	border: 0;
	padding: 0;
	margin: 0;
	font-family: 'Lato', sans-serif;
}

html {
	height: 100%;
}

body {
	height: 100%;
	text-align:center;
	background-color: #fc1a01;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-x;
	background-position: center center;
	background-attachment: fixed;
}

a {
	transition: all 250ms ease-in;
}

#block {
   height: 50%;
   width: 1px;
   margin-bottom: -310px;
   float: left;
}

#wrapper {
	margin:10px auto;
	text-align: left;
	position: relative;
	height: 600px;
	width: 96%;
	clear: left;
	border: 2px solid #660000;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: cover;
	z-index: 1;
}



.bg-home {
	background-image: url(../images/bg-home.jpg);
}

.bg-contact {
	background-image: url(../images/bg-contact.jpg);
}

.bg-beers {
	background-image: url(../images/bg-beers.jpg);
}

.bg-pasta {
	background-image: url(../images/bg-pasta.jpg);
}

.bg-party {
	background-image: url(../images/bg-party.jpg);
}

.bg-pizza {
	background-image: url(../images/bg-pizza.jpg);
}

.bg-breads {
	background-image: url(../images/bg-breads.jpg);
}

.bg-grappa {
	background-image: url(../images/bg-grappa.jpg);
}

.bg-takeout {
	background-image: url(../images/bg-takeout.jpg);
}

.bg-wine {
	background-image: url(../images/bg-wine.jpg);
}
.bg-desserts {
	background-image: url(../images/bg-desserts.jpg);
}

.bg-lunch {
	background-image: url(../images/bg-lunch.jpg);
}

.bg-mammamia35 {
	background-image: url(../images/bg-mammamia35.jpg);
}


#left {
	width: 217px;
	position: absolute;
	background-color: #cccccc;
	height: 600px;
	z-index: 2;
	border-right: 3px solid #b3b3b3;
}

#logo:not(.resdiary-chosen-logo) {
	position: absolute;
	z-index: 410;
	top: 20px;
	left: 10px;
	width: 220px;
}

#navigation {
	position: absolute;
	z-index: 520;
	top: 100px;
	left: 30px;
}

#navigation ul {
	list-style: none;
	text-align: center;
}

#navigation ul li a {
	display: block;
	line-height: 20px;
	width: 169px;
	padding: 0 0 0 0;
	color: #666666;
	text-decoration: none;
	font-size: 0.9em;
	border-bottom: 1px solid #b3b3b3;
}

#navigation ul li a:hover {
	color: #FFFFFF;
	background-color: #CCCCCC;
}

#navigation ul li a.navon {
	color: #008066;
}

#navigation ul li a.rednavon {
	color: #E71936;
}


#navigation ul li a.navon:hover {
	color: #8C0005;
}

#navigation ul li ul li a {
	font-size: 0.7em;
	font-weight: normal;
	line-height: 18px;
	color: #999999;
}

#navigation ul li ul li a.subnavon {
	color: #008066;
}


#navigation p.hiring {
	margin-top: 15px;
	text-align: center;
}

#navigation p.hiring a {
	display: block;
	width: 100%;
	padding: 15px;
	border: 2px solid white;
	box-sizing: border-box;
	border-radius: 8px;
	color: white;
	text-decoration: none;
	background: rgb(231,25,54);
	background: linear-gradient(180deg, rgba(231,25,54,1) 31%, rgba(140,0,5,1) 100%);
	box-shadow: 0 5px 10px -5px black;
}

#navigation p.hiring a:hover {
	border: 2px solid #FCF8C4;
	color: #FCF8C4;
}

#address {
	position: absolute;
	z-index: 430;
	bottom: 10px;
	left: 20px;
	width: 180px;
	text-align: center;
}

#address p {
	font-size: 0.7em;
	padding: 0 0 5px 0;
}

#address a {
	color: #008066;
	text-decoration: none;
}

#address a:hover {
	color: #9A0205;
}

#content {
	position: absolute;
	width: 582px;
	height: 600px;
	top: 0;
	left: 219px;
	z-index: 500;
	overflow: hidden;
}

#mask {
	position: absolute;
	width: 580px;
	height: 600px;
	top: 0;
	left: 0;
	margin: 0 0 0 0;
	background-color: #FFFFFF;
	border-right: 2px solid #660000;
	background-image: url(../images/mask-bg.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: auto;
}

#mask.red {
	background-color: #EF2024;
	background-position: top left;
}

#mask.lunch {
	background-image: url(../images/flyer-lunch.jpg);
}

#mask.party {
	background-image: url(../images/flyer-party.jpg);
}

#mask.takeout {
	background-image: url(../images/flyer-takeout.jpg);
}

#mask.offer {
	background-image: url(../images/flyer-offer.jpg);
}

#text {
	padding: 30px;
	width: 500px;
}

#text.off {
	display: none;
    visibility: hidden;
}

#text h1 {
	color: #9B0305;
	font-weight: normal;
	margin: 0 0 0.2em 0;
	padding: 0;
	font-size: 1.8em;
	text-align: center;
}

#text h2 {
	color: #008066;
	margin: 0 0 0.6em 0;
	font-size: 1.4em;
	line-height: 110%;
	text-align: center;
}

#text h3 {
	color: #9B0305;
	margin: 0 0 0.6em 0;
	font-size: 1.2em;
	line-height: 110%;
	text-align: center;
}

.left-text h1, .left-text h2 {
	text-align: left !important;
}

#text p {
	color: #666666;
	margin: 0 0 0.8em 0;
	font-size: 1em;
	line-height: 140%;
}

#text ul {
	margin: 15px 0 30px 45px;
}

#text ul li {
	color: #666666;
	margin: 0 0 0 0;
	font-size: 0.9em;
	line-height: 140%;
}

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

#text a:hover {
	color: #9B0305;
	text-decoration: underline;
}

#text h1 a {
	color: #9B0305;
}

#text h2 a {
	color: #008066;
}

#text p.terms {
	font-size: 80%;
	font-style: italic;
}

#text p.app-links img {
	width: 30%;
	padding: 0 1%;
}

table.menu {
	margin: 0 0 1em 0;
	width: 100%;
}

table.menu td {
	padding: 9px 5px;
	border-bottom: 1px solid #CCCCCC;
	color: #008066;
	font-size: 0.8em;
}

table.menu td.red, .red-highlight {
	color: #9B0305;
}

#text p.green-highlight {
	color: #008066;
}

#text ul#quotes {
	list-style: none;
	width: 500px;
	height: 60px;
	overflow: hidden;
	padding: 0;
	margin: 15px 0 0 0;
	border: 0;
}

#text ul#quotes li {
	width: 480px;
	overflow: hidden;
	padding: 15px 9px;
	margin: 0;
	line-height: 100%;
	text-align: center;
	font-size: 0.9em;
	background-color: #008066;
	color: #ffffff;
	border: 1px solid #003300;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../images/bookonline-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#text ul#quotes li .quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}


#text a.book-online, #address a.book-online {
	padding: 8px 30px;
	border: 1px solid #999999;
	background-color: #E51937;
	color: #FFFFFF;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../images/bookonline-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	font-size: 20px;
}

#text a.book-online:hover, #address a.book-online:hover {
	border: 1px solid #333333;
	background-color: #008066;
	color: #FFFFFF;
}





a.button {
	padding: 5px 15px;
	border: 1px solid #999999;
	background-color: #E51937;
	color: #FFFFFF;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../images/bookonline-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: white !important;
}

a.button:hover {
	border: 1px solid #333333;
	background-color: #008066;
	color: #FFFFFF;
}




.contact-wrapper {
	overflow: auto;
}

.column {
	width: 230px;
	float: left;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0 10px;
}

.full-width {
	width: 100%;
	clear: both;
	padding: 15px 0 0 0;
	border-top: 1px dashed #9B0305;
}

#party-link {
	width: 580px;
	text-align: center;
	position: absolute;
	bottom: 20px;
}

#party-link a {
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
	text-shadow: #333333 1px 1px 3px;
}

#party-link a:hover {
	color: #fffac2;
}


#copyright {
	position: fixed;
	right: 3%;
	bottom: 3%;
	color: #8C0005;
	font-size: 0.8em;
	text-align: right;
}

#copyright a {
	color: #8C0005;
	text-decoration: none;
}

#copyright a:hover {
	color: #FFFFFF;
}



#tripadvisor {
	position: absolute;
	right: 10px;
	top: 10px;
	padding: 0;
	margin: 0;
}

#promo {
	position: absolute;
	right: 10px;
	top: 220px;
	width: 152px;
}

#promo a {
	padding: 7px;
	border: 1px solid #999999;
	background-color: #E51937;
	color: #FFFFFF;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../images/bookonline-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	text-decoration: none;
	font-size: 0.75em;
}

#promo a:hover {
	border: 1px solid #333333;
	background-color: #008066;
	color: #FFFFFF;
}


.papa {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 152px;
	text-align: center;
	background: rgba(255,255,255,0.5);
	padding: 10px;
	box-sizing: border-box;
	border-radius: 6px;
}

.papa img {
	width: 100%;
}

.tacoe {
	position: absolute;
	right: 15px;
	top: 180px;
	width: 140px;
	text-align: center;
}

.tacoe img {
	width: 100%;
}


.deliveroo {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 152px;
}

.deliveroo a {
	padding: 7px;
	border: 1px solid #999999;
	background-color: white;
	color: #999999;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../images/bookonline-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	text-decoration: none;
	font-size: 0.9em;
	font-weight: bold;
}

.deliveroo a img {
	max-width: 90%;
	margin-top: 5px;
}

.deliveroo a:hover {
	background-color: #008066;
	color: #FFFFFF;
}


#social {
	margin-bottom: 10px;
}

#social a {
	color: #FFFFFF;
	font-size: 2.2em;
	margin: 0 5px;
}

#social a.twitter {
	color: #00acee;
}

#social a.facebook {
	color: #3B5998;
}

#social a.instagram {
	color: #c13584;
}

#social a:hover {
	color: #E51937;
}


#gift-vouchers {
	margin-bottom: 10px;
}

#gift-vouchers a {
	display: block;
	border: 1px solid #333333;
	background-color: #008066;
	color: #FFFFFF;
	padding: 5px;
	font-size: 14px;
	border-radius: 6px;
}

#gift-vouchers a:hover {
	background-color: #E51937;
	color: white;
}


#text a.biglink {
	padding: 7px;
	border: 1px solid #999999;
	background-color: #E51937;
	color: #FFFFFF;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../images/bookonline-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
	text-decoration: none;
}

#text a.biglink:hover {
	border: 1px solid #333333;
	background-color: #008066;
	color: #FFFFFF;
}

.top-20-pizzeria img {
	border: 1px solid grey;
	border-radius: 8px;
}


.hp-banner {
	padding: 10px;
	border: 1px solid #999999;
	background-color: #E51937;
	color: #FFFFFF;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../images/bookonline-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	text-align: center;
}

.hp-banner h3 {
	font-size: 1em;
}

.hp-banner p {
	color: white !important;
	line-height: 100% !important;
	font-size: 0.8em !important;
}



#text ul.menu-links {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}

#text ul.menu-links li a {
	margin: 0;
	padding: 0;
}

#text ul.menu-links li a {
	background-color: #E51937;
	color: #FFFFFF;
	display: block;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-image: url(../images/bookonline-bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	border: 1px solid #333333;
	text-align: center;
	padding: 12px 5px;
	font-size: 1.4em;
	margin: 0 0 10px 0;
}

#text ul.menu-links li a:hover {
	background-color: #008066;
	color: #FFFFFF;
	text-decoration: none;
}







.dmn-form {
  width: 100% !important;
  border: none !important;
}

.dmn-form h1, .dmn-duration-container {
	display: none !important;
}

.dmn-form input, .dmn-form select {
  width: 100% !important;
  box-sizing: border-box;
}

.dmn-form button.submit {
  width: 100% !important;
  background-image: none !important;
  background: #E51937 !important;
}



form.apply {
	width: 100%;
}

form.apply input:not([type="checkbox"]), form.apply label:not(.inline), form.apply select, form.apply textarea {
	width: 100%;
	margin: 5px 0;
	font-size: 1em;
}

form.apply select {
	padding: 10px;
	line-height: 140%;
	height: 40px;
}

form.apply input:not([type="file"]):not([type="checkbox"]), form.apply textarea {
	border: 1px solid grey;
	border-radius: 4px;
	padding: 7px;
}

form.apply input[type=submit] {
	background-color: #008066;
	color: white;
	padding: 10px;
	cursor: pointer;
}

form.apply input[type=submit]:disabled {
	background-color: #e2e2e2;
	color: #4c5760;
	cursor: not-allowed;
}

.statusMsg {
	width: 100%;
	text-align: center;
	color: white !important;
	padding: 10px;
	border-radius: 4px;
	font-weight: bold;
}

.errordiv {
	background-color: red;
}

.succdiv {
	background-color: #008066;
}


h2.fancy {
	color: #4c5760;
	font-weight: 700;
	font-size: 2.4em;
	font-weight: normal;
	text-transform: uppercase;
	margin: 30px 0;
	padding: 0;
	line-height: 100%;
}

.jobform hr {
	border: 1px dashed #b0b7be;
	width: 100%;
	margin: 15px auto;
}

p.north-wall {
	padding: 15px;
	background: #008066;
	color: white !important;
	text-align: left;
	border-radius: 4px;
	border: 1px solid grey;
}

p.north-wall img {
	float: right;
	max-width: 200px;
	height: auto;
	margin: 0 0 15px 15px;
}

p.north-wall a {
	color: white !important;
	opacity: 0.7;
}

p.north-wall a:hover {
	color: white !important;
	opacity: 1;
}
