.enclosure .page-title {
	background-image: url(../../u-files/banner_recinto_parallax.jpg);
}

.enclosure-back {
	background-image: url(../../u-files/bouncing-castle.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.enclosure h1 {
	color: #fff;
	font-weight: bold;
}

.enclosure h1.slice {
	background-color: #e31d1a;
	display: inline-block;
	padding: 15px 60px;
	color: #fff;
	font-weight: bold;
}

@media screen and (max-width: 450px) {
	.enclosure h1.slice {
		padding: 15px;
	}
}

.enclosure-whiteT {
	color: #fff;
}

.enclosure-whiteT_big {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}

.enclosure-whiteT_small {
	color: #fff;
	font-size: 22px;
}

.enclosure h5 {
	color: #e31d1a;
	font-weight: 700;
	font-size: 22px;
}

.enclosure .img-enclosure_waitress {
	background-image: url(../../u-files/waitress.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.enclosure .round-menu {
	background-color: #e31d1a;
	text-align: center;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	color: #fff;
	position: absolute;
	top: -30px;
	left: -30px;
	-ms-transform: rotate(-30deg);
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

@media screen and (max-width: 775px) {
	.enclosure .round-menu {
		top: 0;
		left: 0;
	}

	.enclosure h1.slice {
		font-size: 25px;
	}
}

.enclosure .round-menu p {
	padding: 25px;
    font-size: 20px;
    text-align: center;
}

.enclosure .img-enclosure_shish-kebab {
	background-image: url(../../u-files/shish-kebab.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.enclosure .img-enclosure_cocktails {
	background-image: url(../../u-files/cocktails.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.enclosure .img-enclosure_popcorn {
	background-image: url(../../u-files/popcorn.jpg);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
