/* fonts */
@font-face {
	font-family: 'Baskerville';
	src: url('/fonts/baskerville.eot');
	src: url('/fonts/baskerville.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/baskerville.woff2') format('woff2'),
		 url('/fonts/baskerville.woff') format('woff'),
		 url('/fonts/baskerville.ttf') format('truetype'),
		 url('/fonts/baskerville.svg#Baskerville') format('svg');
}
@font-face {
	font-family: 'Baskerville-Light';
	src: url('/fonts/baskerville_italic.eot');
	src: url('/fonts/baskerville_italic.eot?#iefix') format('embedded-opentype'),
		 url('/fonts/baskerville_italic.woff2') format('woff2'),
		 url('/fonts/baskerville_italic.woff') format('woff'),
		 url('/fonts/baskerville_italic.ttf') format('truetype'),
		 url('/fonts/baskerville_italic.svg#Libre Baskerville') format('svg');
}

/* general settings */
html,body {
	font-family: 'Baskerville-Light', serif;
	font-size: 15px;
	color: #000000;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
}
img {
	border-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin-top: 5px;
	margin-bottom: 5px;
}
ul {
	margin: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-left: 30px;
	margin-bottom: 10px;
}
li {
	list-style-type: square;
}
h1 {
	font-family: 'Baskerville', serif;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 19px;
	margin-top: 0px;
	margin-bottom: 12px;
}
h2 {
	font-family: 'Baskerville', serif;
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	color: #403d34;
	margin-top: 33px;
	margin-bottom: 0px;
}
h3 {
	font-size: 17px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 24px;
	color: #949598;
	margin-top: 0px;
	margin-bottom: 3px;
}
h3.about {
	font-size: 18px;
	color: #000000;
	margin-bottom: 5px;
}
textarea {
	resize: none;
	overflow: hidden;
}

/* layout properties */
div.wrapper {
	position: relative;
	width: 1367px;
	height: auto !important;
	min-height: 100%;
	background-color: #eef0ee;
	margin-left: auto;
	margin-right: auto;
}
div.layout {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
div.content {
	background-color: #fcf7e5;
}

/* header */
div.header {
	position: fixed;
	width: 100%;
	height: 40px;
	left: 0px;
	z-index: 20;
	font-size: 12px;
	background-color: #fcf7e5;
}
div.header-wrapper {
	width: 1100px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
}
div.slider {
	margin-top: 40px;
}
div.slider-wrapper {
	width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
div.ajax-menu {
	display: none;
}
div.logo {
	position: absolute;
	width: 295px;
	height: 470px;
	background-image: url('/images/layout/line-header.png');
	background-repeat: repeat-y;
	margin-left: 808px;
}
div.logo img {
	margin-left: 20px;
	margin-top: 100px;
}
div.disable {
	float: left;
	font-size: 15px;
	color: #b5b9c0;
	margin-right: 10px;
}
a.toggle {
	display: none;
}
a.menu {
	display: block;
	float: left;
	font-size: 15px;
	text-decoration: none;
	color: #6d6f72;
	margin-right: 10px;    
}
a.navigate {
	display: block;
	float: right;
	font-size: 15px;
	text-decoration: none;
	color: #6d6f72;
	margin-left: 10px;
}
a.flag-box {
	display: block;
	float: right;
	width: 20px;
	height: 20px;
	margin-right: 10px;
}
a.basket-cart {
	display: block;
	float: right;
	width: 27px;
	height: 20px;
	background-image: url('/images/layout/icon-cart.png');
	background-repeat: no-repeat;
	margin-right: 10px;
}
a.basket-mobile {
	display: none;
	float: right;
	width: 27px;
	height: 20px;
	background-image: url('/images/layout/icon-cart.png');
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 10px;
}

/* footer */
div.footer {
	width: 1100px;
	height: 343px;
	font-family: 'Baskerville', serif;
	background-image: url('/images/layout/footer.jpg');
	background-repeat: no-repeat;
}
div.footer-inner {
	float: left;
	padding: 37px 80px 62px 80px;
}
div.partners {
	float: left;
	width: 295px;
	height: 343px;
	background-image: url('/images/layout/line-footer.png');
	background-repeat: repeat-y;
}
div.partners-wrapper {
	padding: 35px 60px 35px 60px;
}
div.title {
	font-size: 17px;
	text-transform: uppercase;
	color: #ffffff;
	margin-bottom: 5px;
}
div.address-line {
	float: left;
	width: 260px;
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
	margin-right: 20px;
}
div.address-short {
	float: left;
	width: 260px;
	font-size: 15px;
	line-height: 23px;
	color: #ffffff;
}
div.address-line a {
	color: #ffffff;
}
a.facebook {
	display: block;
	float: left;
	margin-top: 5px;
}

/* news */
div.news {
	position: fixed;
	font-family: 'Baskerville', serif;
	font-size: 12px;
	left: 0px;
	z-index: 10;
	margin-top: 40px;
}
div.news-body {
	float: left;
	width: 850px;
	background-color: #f4c241;
	border: 2px solid #f4c241;
	border-bottom-right-radius: 8px;
}
div.news-wrapper {
	width: 830px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 18px;
	padding-bottom: 5px;
	padding-left: 15px;
}
div.news-area {
	width: 1100px;
	min-height: 400px;
	background-color: #ffffff;
}
div.news-box {
	float: left;
	width: 549px;
}
div.news-inner {
	padding: 25px;
}
div.article-half {
	float: left;
	width: 370px;
}
div.text-area {
	float: left;
	width: 250px;
}
div.column {
	margin-right: 70px;
}
div.news-preview {
	float: left;
	width: 102px;
	margin-right: 18px;
}
div.text-place {
	float: left;
	width: 370px;
}
div.article-title {
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
div.article-half p {
	margin-top: 2px;
	margin-bottom: 15px;
}
a.news-title {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
}
a.button-news {
	display: block;
	float: left;
	width: 30px;
	height: 90px;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	writing-mode: tb-rl;
	text-decoration: none;
	text-align: center;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);	
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	color: #000000;
	background-color: #f3c14e;
	border: 2px solid #f4c241;
	border-top-left-radius: 5px;
}
a.button-more {
	display: block;
	float: right;
	font-size: 14px;
	color: #ffffff;
	margin-right: 15px;
	margin-bottom: 10px;
}

/* rooms */
div.column-left {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 20px;
}
div.column-right {
	float: left;
	width: 800px;
	margin-top: 15px;
}
div.filter {
	background-color: #efe6c4;
	margin-left: 15px;
	padding: 20px;
}
div.rooms-card {
	background-color: #efe6c4;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	padding: 15px;
}
div.rooms-content {
	float: left;
	width: 520px;
}
div.summary {
	margin-top: 20px;
}
div.summary-label {
	float: left;
	width: 120px;
	margin-right: 15px;
	margin-bottom: 5px;
}
div.summary-value {
	float: left;
	color: #b23e25;
	margin-bottom: 5px;
}
div.summary-price {
	float: left;
	font-size: 18px;
	font-weight: bold;
	color: #b23e25;
	margin-bottom: 5px;
}
div.centered {
	width: 620px;
	margin-left: auto;
	margin-right: auto;
}
div.room-preview {
	float: left;
	width: 200px;
	overflow: hidden;
	margin-right: 20px;
}
div.price-box {
	float: right;
	text-align: right;
	margin-left: 20px;
	margin-bottom: 30px;
}
div.complete-price {
	font-size: 17px;
	font-weight: bold;
}
div.bonus {
	font-size: 16px;
	line-height: 18px;
	color: #b23e25;
	margin-top: 10px;
	margin-bottom: 5px;
}
div.desktop-price {
	display: block;
}
div.mobile-price {
	display: none;
}
div.rooms-content li {
	float: left;
	width: 200px;
}
span.period {
	font-size: 14px;
	font-weight: normal;
	text-transform: lowercase;
}
h3.title-search {
	font-family: 'Baskerville', serif;
	font-size: 22px;
	color: #000000;
	margin-bottom: 20px;
}
h3.room-detail {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h3.room-detail a {
	color: #000000;
	text-decoration: none;
}
h4.title-summary {
	font-size: 16px;
	text-transform: uppercase;
	margin-top: 0px;
	margin-bottom: 15px; 
}
a.button-booking {
	display: block;
	width: 120px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #f7f2e1;
	border: 1px solid #000000;
	margin-top: 15px; 
	padding: 7px 15px 7px 15px;
}
a.remove-voucher {
	float: left;
	display: block;
	width: 120px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #f7f2e1;
	border: 1px solid #000000;
	margin-left: 15px; 
}

/* packages */
div.packages {
	margin-top: 15px;
}
div.packages-row {
	display: flex;
	margin-bottom: 20px
}
div.packages-item {
	float: left;
}
div.packages-title {
	font-weight: bold;
}
div.packages-desc {
	font-size: 13px;
}
div.packages-price {
	font-size: 16px;
	font-weight: bold;
	color: #b23e25;
}
input.check-area {
	float: left;
	margin-right: 5px;
}

/* products */
div.product-card {
	float: left;
	width: 217px;
	text-align: center;
	background-color: #efe6c4;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px;
}
div.basket-box {
	float: left;
}
div.gallery {
	margin-top: 15px;
}
div.price-label {
	font-family: 'Baskerville', serif;
	float: left;
	width: 80px;
	margin-top: 15px;
	margin-right: 15px;
}
div.price-value {
	font-family: 'Baskerville', serif;
	float: left;
	color: #b23e25;
	margin-top: 5px;
}
div.quantity-label {
	font-family: 'Baskerville', serif;
	float: left;
	width: 80px;
	margin-top: 10px;
	margin-right: 15px;
}
div.property-label {
	font-family: 'Baskerville', serif;
	float: left;
	width: 80px;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
}
div.added-info {
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
h2.product-detail {
	font-size: 26px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 15px;
}
span.product-price {
	font-size: 26px;
}
a.product-element {
	display: block;
	width: 130px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
a.product-element img {
	width: 100%;
	height: auto;
}
a.category-name {
	display: block;
	width: 220px;
	font-family: 'Baskerville', serif;
	color: #000000;
	text-decoration: none;
	background-color: #f7f2e1;
	padding: 7px 15px 7px 15px;
	border: 1px solid #000000;
}
a.button-detail {
	display: block;
	width: 140px;
	height: 32px;
	font-size: 17px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #222222;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
}

/* orders */
div.card-box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #949598;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.service-box {
	float: left;
	width: 370px;
	margin-top: 25px;
}
div.service-left {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #949598;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.service-right {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #949598;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.order-summary {
	margin-top: 25px;
	margin-bottom: 25px;
}
div.basket-name {
	float: left;
	width: 300px;
}
div.service-name {
	float: left;
	width: 240px;
}
div.price-base {
	float: left;
	width: 70px;
	text-align: center;
}
div.price-complete {
	float: left;
	width: 70px;
	text-align: center;
}
div.price-mobile {
	display: none;
}
div.service-price {
	float: right;
}
div.product-preview {
	float: left;
	width: 80px;
	margin-right: 15px;
}
div.product-preview img {
	width: 100%;
	height: auto;
}
div.service-preview {
	float: left;
	width: 45px;
	margin-right: 10px;
}
div.service-preview img {
	width: 100%;
	height: auto;
}
div.move {
	float: left;
	width: 120px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: -5px;
}
h3.order-section {
	font-size: 20px;
	color: #000000;
	margin-bottom: 10px;
}
a.move-up {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background-image: url('/images/layout/icon-basket-add.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-left: 10px;
}
a.move-down {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background-image: url('/images/layout/icon-basket-remove.png');
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 10px;
}
a.remove {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	background-image: url('/images/layout/icon-basket-delete.png');
	background-repeat: no-repeat;
	margin-left: 10px;
}
a.basket-remove {
	display: none;
}

/* page properties */
div.intro-text {
	width: 1100px;
	height: 300px;
	background-image: url('/images/layout/line-intro.png');
	background-repeat: repeat-y;
}
div.intro-wrapper {
	padding: 25px 300px 25px 42px;
}
div.restaurant {
	background-color: #efe6c4;
	border: 1px solid transparent;
}
div.restaurant-inner {
	padding: 35px 35px 45px 44px;
}
div.brewery {
	background-color: #fcf7e5;
}
div.brewery-box {
	float: left;
	width: 530px;
	height: 310px;
	background-color: #ffffff;
	margin-top: 33px;
	margin-left: -15px;
}
div.brewery-short {
	float: left;
	width: 530px;
	height: 200px;
	background-color: #ffffff;
	margin-top: 33px;
	margin-left: -15px;
}
div.brewery-wrapper {
	padding: 35px 31px 45px 31px;
}
div.mobile-beer {
	display: none;
}
div.gallery-inner {
	margin-left: 16px;
	margin-right: 16px;
}
div.gallery-item {
	float: left;
	width: 344px; 
	margin-right: 16px;
	margin-bottom: 16px;
}
div.gallery-last {
	float: left;
	width: 344px;
	margin-bottom: 16px;
}
div.gallery-item img, div.gallery-last img {
	width: 100%;
	height: auto;
}
div.booking {
	float: left;
	width: 530px;
	height: 361px;
	background-color: #ffffff;
	margin-left: -15px;
}
div.booking-wrapper {
	padding: 40px 45px 28px 55px;
}
div.action {
	float: left;
	width: 600px;
	height: 320px;
	background-color: #ffffff;
}
div.beers {
	padding: 60px 60px 30px 60px;
}
div.product-item {
	float: left;
	width: 220px;
	margin-left: 10px;
	margin-right: 20px;
}
div.product-last {
	float: right;
	width: 220px;
}
div.open-hours {
	float: left;
	width: 275px;
	font-family: 'Baskerville', serif;
}
div.dinning-menu {
	float: left;
	width: 740px;
	font-family: 'Baskerville', serif;
}
div.product-name {  
	font-family: 'Baskerville', serif;
	font-size: 14px;
	margin-top: 35px;
	margin-bottom: 12px;
}
div.cooker {
	float: right;
	font-family: 'Baskerville', serif;
	font-size: 14px;
	color: #404142;
	margin-top: 10px;
}
div.cooker-extra {
	float: right;
	font-family: 'Baskerville', serif;
	font-size: 14px;
	color: #404142;
	margin-top: 20px;
	margin-right: 34px;
}
div.notice {
	width: 344px;
	font-family: 'Baskerville-Light', serif;
	font-size: 22px;
	text-align: center;
	color: #404142;
	margin-top: 5px;
}
div.date-info {
	color: #949598;
	margin-top: 15px;
}
div.space {
	clear: both;
	height: 30px;
}
p.article {
	float: left;
	width: 310px;
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
	margin-top: 12px;
	margin-right: 40px;
}
div.booking p, div.brewery-box p, div.brewery-short p {
	font-size: 16px;
	line-height: 20px;
	color: #949598;
	margin-top: 20px;
	margin-bottom: 15px;
}
p.short-info {
	font-size: 18px;
	text-align: center;
	color: #403d34;
	margin-top: 0px;
	margin-bottom: 20px;
}
div.product-item p, div.product-last p {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 60px;
}
div.about p {
	font-family: 'Baskerville', serif;
	font-size: 15px;
	line-height: 25px;
}
div.price {
	position: absolute;
	width: 60px;
	height: 20px;
	font-family: Baskerville;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	background-color: #f8941d;
	margin-top: 265px;
	margin-left: 10px;
	padding: 5px 10px 5px 10px;
}
a.operate-booking {
	display: block;
	width: 208px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #222222;
	border: 1px solid #000000;
	margin-top: 30px;
	margin-left: 110px;
}
a.operate-cooking {
	display: block;
	width: 120px;
	height: 35px;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #222222;
	border: 1px solid #000000;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
a.operate-return {
	position: fixed;
	display: block;
	width: 90px;
	height: 35px;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #222222;
	cursor: pointer;
	background-image: url('/images/layout/button-navigate.png');
	background-repeat: repeat;
	border: 1px solid #000000;
	margin-top: 50px;
	margin-left: 10px;
}
a.operate-back {
	position: absolute;
	display: block;
	width: 90px;
	height: 35px;
	font-size: 17px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	color: #222222;
	cursor: pointer;
	background-image: url('/images/layout/button-navigate.png');
	background-repeat: repeat;
	border: 1px solid #000000;
	margin-top: 50px;
	margin-left: 10px;
}
a.lunch-menu {
	display: block;
	width: 200px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #222222;
	border: 1px solid #000000;
	margin-top: 10px;
}
a.action-detail {
	display: block;
	font-size: 20px;
	text-decoration: none;
	color: #222222;
	margin-bottom: 10px;    
}
a.button-order {
	position: absolute;
	width: 70px;
	height: 20px;
	font-family: Baskerville;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	background-color: #f8941d;
	margin-top: 265px;
	margin-left: 245px;
	padding: 5px 10px 5px 10px;
}
a.button-offer {
	display: block;
	width: 90px;
	height: 35px;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	text-decoration: none;
	color: #222222;
	cursor: pointer;
	background-image: url('/images/layout/button-navigate.png');
	background-repeat: repeat;
	border: 1px solid #000000;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* table */
table.menu {
	width: 100%;
}
th {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	color: #949598;
	padding-top: 1px;
	padding-bottom: 1px;
}
td {
	vertical-align: top;
}
td.day {
	width: 108px;
	font-size: 15px;
	color: #949598;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.hours {
	font-size: 15px;
	color: #949598;
	padding-top: 2px;
	padding-bottom: 2px;
}
td.grammage {
	width: 45px;
	font-size: 14px;
	color: #949598;
	padding-top: 4px;
	padding-bottom: 4px;
}
td.product-name {
	font-size: 15px;
	width: 560px;
	color: #949598;
	padding-top: 4px;
	padding-bottom: 4px;
}
td.price {
	text-align: right;
	color: #949598;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}
td.space {
	height: 25px;
	line-height: 25px;
}

/* forms */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #f7f2e1 inset !important;
	-webkit-text-fill-color: #878787;
}
input.box-small {
	width: 116px;
	font-family: 'Baskerville', serif;
	font-size: 15px;
	color: #878787;
	padding: 5px 15px 5px 15px;
	border: 1px solid #000000;
}
input.box-middle {
	width: 310px;
	font-family: 'Baskerville', serif;
	color: #878787;
	font-size: 15px;
	padding: 5px 15px 5px 15px;
	border: 1px solid #000000;
}
input.box-large {
	width: 419px;
	font-family: 'Baskerville', serif;
	color: #878787;
	font-size: 15px;
	padding: 5px 15px 5px 15px;
	border: 1px solid #000000;
}
input.box-filter {
	width: 220px;
	color: #878787;
	background-color: #f7f2e1;
	padding: 7px 15px 7px 15px;
	border: 1px solid #000000;
}
input.box-reserve {
	width: 380px;
	color: #878787;
	background-color: #f7f2e1;
	padding: 8px 15px 8px 15px;
	border: 1px solid #000000;
}
input.box-voucher {
	float: left;
	width: 245px;
	color: #878787;
	background-color: #f7f2e1;
	padding: 8px 15px 8px 15px;
	border: 1px solid #000000;
}
input.box-quantity {
	float: left;
	width: 20px;
	text-align: center;
	color: #878787;
	background-color: #f7f2e1;
	padding: 8px 15px 8px 15px;
	border: 1px solid #000000;
	margin-top: 5px;
}
input.check-box {
	margin-left: 185px;
}
input.button-send {
	float: left;
	width: 145px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #f7f2e1;
	border: 1px solid #000000; 
	margin-bottom: 40px;
	padding-top: 5px;
	padding-bottom: 5px;   
}
input.button-search {
	width: 250px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f7f2e1;
	border: 1px solid #000000;
	margin-top: 20px;
	padding: 7px 15px 7px 15px;
}
input.button-booking {
	width: 220px;
	font-size: 15px;
	text-transform: uppercase;
	background-color: #f7f2e1;
	border: 1px solid #000000;
	margin-top: 15px; 
	margin-left: 180px;
	padding: 7px 15px 7px 15px;   
}
input.button-buy {
	width: 170px;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #f7f2e1;
	border: 1px solid #000000;
	margin-top: 20px;
	padding: 7px 15px 7px 15px;
}
input.button-voucher {
	float: left;
	width: 120px;
	font-size: 15px;
	color: #000000;
	text-transform: uppercase;
	background-color: #f7f2e1;
	border: 1px solid #000000;
	margin-left: 15px;
	padding: 7px 15px 7px 15px;   
}
textarea.message {
	width: 380px;
	height: 150px;
	font-size: 15px;
	color: #878787;
	background-color: #f7f2e1;
	border: 1px solid #000000; 
	padding: 7px 15px 7px 15px;
}
label.title-booking {
	display: block;
	font-family: 'Baskerville', serif;
	margin-bottom: 7px;
}
label.title-search {
	display: block;
	font-family: 'Baskerville', serif;
	margin-bottom: 7px;
}
label.title-reserve {
	display: block;
	float: left;
	width: 170px;
	font-family: 'Baskerville', serif;
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
}
div.iframe-content {
	margin: 25px;
}
div.iframe-content h2 {
	text-align: center;
}
div.labelover {
	position: relative;
	float: left;
	margin-top: 10px;
}
div.element-row, div.element-field, div.element-last {
	margin-bottom: 15px;
}
div.element-line {
	margin-left: 180px;
}
div.select-box {
	float: left;
	width: 412px;
	margin-bottom: 15px;
}
div.labelover input {
	position: relative;
	margin: 0px;
}

div.notice-field {
	float: left;
	width: 10px;
	height: 10px;
	background-image: url('/images/layout/icon-field.png');
	background-repeat: no-repeat;
	margin-right: 5px;
}
div.notice-large {
	float: left;
	width: 10px;
	height: 10px;
	background-image: url('/images/layout/icon-field.png');
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 30px;
}
div.notice-space {
	float: left;
	width: 10px;
	height: 10px;
	margin-right: 5px;
}
div.iframe-content h2 {
	text-align: left;
}
div.mobile {
	display: none;
}
div.legend {
	margin-bottom: 20px;
}

/* other elements */
.fleft {
	float: left;
}
.fright {
	float: right;
}
.b {
	font-weight: bold;
}
.hide {
	display: none;
}
.error, .fault {
	color: #b23e25;
}
label.error {
	display: block;
	margin-left: 185px;
}
label.fault {
	display: block;
}
div.clear {
	clear: both;
	width: 0px;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div.clear5 {
	clear: both;
	width: 0px;
	height: 5px;
	line-height: 5px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
} 
div.clear10 {
	clear: both;
	width: 0px;
	height: 10px;
	line-height: 10px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div.clear15 {
	clear: both;
	width: 0px;
	height: 15px;
	line-height: 15px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div.clear20 {
	clear: both;
	width: 0px;
	height: 20px;
	line-height: 20px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
div.clear30 {
	clear: both;
	width: 0px;
	height: 30px;
	line-height: 30px;
	font-size: 0px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}