article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
a:focus {
	outline: thin dotted;
}
a:active,
a:hover {
	outline: 0;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
mark {
	background: #ff0;
	color: #000;
}
code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre-wrap;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
button,
input,
select,
textarea {
	margin: 0;
}
button,
input {
	line-height: normal;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	width:0px;
	height:0px;
	margin:0px;
	padding:0px;
	clear:both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	font-weight: normal;
}
ul {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Helvetica Neue', Helvetica, Arial;
	margin: 0;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	background-color:#fff;

}
strong {
	font-weight: bold;
}
section.is-active {
	display: block;
}
.full-width {
	width: 100%;
}
header {
	background: #333;
	padding: 12px 15px 13px;
	text-align: center;
}
header h1 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}
header .lang {
	position: absolute;
	right: 20px;
	top: 12px;
}
header .lang img {
	height: 11px;
}
.sub {
	background: rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
	padding: 5px 15px;
	text-align: center;
}
.sub h3 {
	font-size: 10px;
	color: #686868;
	font-weight: bold;
}
.intro {
	padding: 15px 15px 7px;
	display: block;
	margin: auto;
	max-width: 650px;
}
.content {
	display: block;
	max-width: 700px;
	padding: 7px 15px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y:auto;
}

.intro {
	padding: 15px 15px 7px;
	display: block;
	margin: auto;
	max-width: 650px;
}

footer {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	padding: 10px 0;
	border-top: 1px solid #979797;
	left:15px;
	right:15px;
}
footer .btn.half {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 47%;
	display: inline-block;
	float: right;
}
footer .btn.half:first-child {
	float: left;
}
p {
	margin: 5px 0 5px;
	font-size: 14px;
	line-height: 17px;
	color: #333;
	display: block;
}
.btn {
	margin: 8px auto;
	text-decoration: none;
	position: relative;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-color: #eee;
	color: #333;
	padding: 12px 15px 13px;
	text-align: center;
	display: block;
	font-size: 15px;
	font-weight: bold;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-o-transition: 0.1s;
	transition: 0.1s;
	max-width: 400px;
}
.btn:hover {
	background: rgba(255, 255, 255, 0);
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-color: #ebebeb;
}
.btn:active {
	color: #fff;
	background: rgba(255, 255, 255, 0);
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
	background-color: #333;
}
.btn.blue {
	color: #fff;
	background-color: #2F88C0;
}
.btn.blue:hover {
	background-color: #3a95cf;
}
.btn.green {
	background-color: #0AB647;
	color: #fff;
}
.btn.green:hover {
	background-color: #0bce50;
}
.btn.red {
	background-color: #B60A0A;
	color: #fff;
}
.btn.red:hover {
	background-color: #ce0b0b;
}
.btn.dark {
	background-color: #666;
	color: #fff;
}
.btn.is-active {
	background-color: #666;
	color: #fff;
}
.btn.disabled {
	background: #999 !important;
	color: #ddd !important;
	cursor: default;
}
.item {
	margin: 8px 0;
}
.item .inner {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
	background-color: #eee;
	padding: 12px 15px 13px;
	display: block;
	position: relative;
	cursor: pointer;
}
.item .inner:hover {
	background-color: #E4E4E4;
}
.item.is-active {
	color: #fff;
}
.item.is-active .inner {
	background-color: #666;
}
.item.is-active .inner .date,
.item.is-active .inner p {
	color: #fff;
}
.item h4 {
	font-size: 15px;
	font-weight: bold;
}
.item p {
	font-size: 11px;
	color: #333;
	margin: 5px 0 0;
}
.item .date {
	position: absolute;
	color: #666;
	font-size: 13px;
	right: 15px;
	top: 14px;
}
label {
	display: block;
	font-size: 11px;
	color: #666;
}
select {
	margin: 5px 0 10px;
	-webkit-appearance: none;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	padding: 9px 15px 11px;
	font-weight: bold;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.3);
	background: rgba(0, 0, 0, 0), url(../images/dropdown.png);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), url(../images/dropdown.png);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), url(../images/dropdown.png);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), url(../images/dropdown.png);
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%), url(../images/dropdown.png);
	background-color: #eee;
	color: #333;
	position: relative;
	background-repeat: repeat, no-repeat;
	background-position: top center, right center;
}
input {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 5px 0 10px;
	width: 100%;
	border: 1px solid #DDDDDD;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	padding: 7px 10px 8px;
	outline: none;
}
textarea {
	margin: 5px 0 10px;
	width: 100%;
	height: 150px;
	border: 1px solid #DDDDDD;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	padding: 5px 10px;
	outline: none;
}
select.short {
	display: block;
	width: 22%;
	float: left;
}
input.short {
	display: block;
	width: 75%;
	float: right;
}
/**
 * Calendar
 */
.calendar-wrap .calhead {
	font-weight: bold;
	text-transform: capitalize;
	font-size: 15px;
	color: #333;
	text-align: center;
	padding: 10px 0;
	position: relative;
}
.calendar-wrap table {
	width: 100%;
	text-align: center;
}
.calendar-wrap td {
	padding: 10px 0 10px;
	font-weight: bold;
	color: #999;
	font-size: 14px;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.calendar-wrap .active {
	color: #333;
	cursor: pointer;
}
.calendar-wrap .day {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #666;
	padding: 8px 0 9px;
	font-size: 11px;
	font-weight: normal;
	color: #999;
	background: #333;
}
.calendar-wrap .selected, .calendar-wrap .on {
	background: #0AB647;
	color: #fff;
	-webkit-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3);
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
}
.calendar-wrap .cross {
	text-shadow: 0 0 6px rgba(255, 255, 255, 0.5);
	background: #FFC5C5;
	color: #990000;
	cursor: default;
}
.calendar-wrap .nextm,
.calendar-wrap .prevm {
	background: #eee;
	color: #999;
}
.calendar-wrap .calhead-r {
	padding: 5px;
	position: absolute;
	top: 8px;
	right: 0;
	height: 11px;
	line-height: 11px;
}
.calendar-wrap .calhead-r img {
	height: 100%;
	width: auto;
}
.calendar-wrap .calhead-l {
	padding: 5px;
	position: absolute;
	top: 8px;
	left: 0;
	height: 11px;
	line-height: 11px;
}
.calendar-wrap .calhead-l img {
	height: 100%;
	width: auto;
}
.selected-info {
	position: relative;
	overflow: hidden;
	width: 100%;
	background: #F0F0F0;
	border-bottom: 1px solid #CDCDCD;
}
.selected-info .selected {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 9px 15px 15px;
	width: 50%;
	float: left;
}
.selected-info .selected span {
	font-size: 11px;
	color: #666;
}
.selected-info .selected h3 {
	font-weight: bold;
	font-size: 15px;
}
.selected-info .selected:first-child {
	border-right: 1px solid #CDCDCD;
}
.btn-holder {
	padding: 0 10px;
	text-align: center;
}
.btn-holder .third {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	width: 30%;
	margin: 1%;
}
.radio-button {
	cursor: pointer;
	vertical-align: top;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	position: relative;
}
.radio-button span {
	margin-left: 5px;
	vertical-align: top;
	position: relative;
	top: 8px;
}
.radio-button i {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	border: 1px solid #DDDDDD;
	background: #cacaca;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	width: 52px;
	height: 30px;
	display: inline-block;
	-webkit-box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.15);
	box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.15);
}
.radio-button i:after {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	content: '';
	width: 26px;
	height: 26px;
	-webkit-border-radius: 26px;
	-moz-border-radius: 26px;
	border-radius: 26px;
	display: block;
	position: absolute;
	left: 2px;
	top: 2px;
	background: rgba(0, 0, 0, 0);
	background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
	background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
	background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
	-webkit-box-shadow: inset 0px -1px 0px #aaaaaa;
	-moz-box-shadow: inset 0px -1px 0px #aaaaaa;
	box-shadow: inset 0px -1px 0px #aaaaaa;
	background: #fff;
}
.radio-button.is-active i {
	background: #0AB647;
}
.radio-button.is-active i:after {
	left: 24px;
}
.contact {
	padding: 15px;
	position: relative;
	overflow: hidden;
}
.contact .info {
	padding-top: 4px;
	overflow: hidden;
	float: left;
}
.contact img {
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	border-radius: 65px;
	overflow: hidden;
	width: 65px;
	float: left;
	margin-right: 15px;
}
.contact h3 {
	font-size: 15px;
	color: #333;
	font-weight: bold;
	margin-bottom: 5px;
}
.contact .tel {
	margin: 3px 0;
	font-size: 13px;
	line-height: 13px;
	display: block;
}
.contact a {
	display: block;
	line-height: 13px;
	margin-top: 0;
	font-size: 13px;
	color: #2F88C0;
}
.success {
	background: #0AB647;
	padding: 15px 10px;
	text-align: center;
	color: #fff;
}
.success h3 {
	font-size: 18px;
	font-weight: bold;
}
.success p {
	font-size: 13px;
	color: #fff;
	margin-bottom: 0;
}
.confirm {
	text-align: center;
	padding: 15px;
	border-bottom: 1px solid #DDDDDD;
}
.confirm.no-border {
	border-bottom: 0;
}
.confirm p {
	font-size: 15px;
	color: #333;
	line-height: 18px;
	margin-bottom: 5px;
}
.confirm .booking-reference {
	color: #666;
	font-size: 12px;
}
.select-holder {
	width: 100%;
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.hide-mobile {
	display: none;
}
.shortm {
	width:100%;
}
/**
 * IPAD
 */
@media screen and (min-width: 280px) {
	.hide-mobile {
		display: block;
  }
  .shortm {
	  width:74%;
}
.hide-tablet {
	display: none;
  }
  .full-size-intro .desktop-main,
  .full-size-intro .desktop-aside {
	  padding-top: 20px;
  }
  .content {
	  display: block;
	  margin: auto;
  }
  .content.full-width {
	  width: 100%;
	  padding-left: 0;
	  padding-right: 0;
  }
  .contact {
	  width: 270px;
	  display: block;
	  margin: auto;
	  background: ;
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
  }
  .selected-info {
	  text-align: center;
	  border-top: 1px solid #CDCDCD;
  }
  .selected-info .selected {
	  display: inline-block;
	  width: 49%;
	  max-width: 300px;
	  text-align: left;
	  float: none;
  }
  select.short {
	  display: block;
	  width: 11%;
	  float: left;
  }
  input.short {
	  display: block;
	  width: 87%;
	  float: right;
  }
  .desktop-stand-alone {
	  padding-top: 15px;
  }
  .desktop-no-top-padding {
	  padding-top: 0px;
  }
  .desktop-no-padding {
	  padding-left: 7px;
	  padding-right: 7px;
  }
  .desktop-col-2 {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 0 7px;
	  width: 50%;
	  float: left;
  }
  .desktop-col-1 {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding: 0 7px;
	  width: 100%;
	  float: left;
  }
  .desktop-main {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  padding-left: 5px;
	  padding-right: 5px;
	  float: left;
	  border-left: 1px solid #ddd;
	  position: relative;
	  width:60%;
  }
  .desktop-main.no_float {
	  float:none;
	  margin:0 auto;
	  border-left:none;
  }
  .desktop-aside {
	  -webkit-box-sizing: border-box;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	  width: 40%;
	  float: left;
	  padding-left: 30px;
	  padding-right: 30px;
	  border-right: 1px solid #ddd;
	  position: relative;
	  right: -1px;
  }
  footer .inner {
	  display: block;
	  margin: auto;
  }
  select option {
	  padding: 20px;
  }
  .select-holder {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
  }
  .select-holder select {
	  float: left;
  }
  .select-holder select.dinner {
	  width: 50%;
  }
  .select-holder select.time {
	  width: 23%;
	  margin-left: 2%;
  }
  .select-holder select.people {
	  width: 48%;
	  margin-left: 2%;
  }
  .select-holder select.people.short {
	  width: 23%;
  }
}
/**
 * Popup
 */
.popup {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}
.popup .content {
	display: block;
	margin: auto;
	max-width: 500px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 20px 20px;
}
.popup .content h4 {
	font-weight: bold;
	margin-bottom: 15px;
}
.popup .content p {
	margin-bottom: 15px;
}
.ie8 .popup .content {
	top: 10%;
}
.flag {
	position:absolute;
	top:15px;
	right:8px;
	width:16px;
	height:16px;
}

#terms_popup,
#notables{
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	z-index:999999;
}
#terms_popup .terms_popup,
#notables .notables_popup{
	display: block;
	margin: auto;
	max-width: 240px;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	background: #fff;
	text-align: center;
	padding: 20px 20px;
	z-index:999999;
}
#close_notable{position:absolute; top:5px; right:5px;z-index:999999;}

.new_check {
	width: 25px;
	height:25px;
	background: url('/images/inactive.png') 1px 1px no-repeat;
	margin:0 auto;
}
.new_check.active {
	background: url('/images/active.png') 1px 1px no-repeat;
}
.confirm_main_active{background:#fbbbbd;}
.main_section{width:50%; margin:0px auto;}
.main_section .pnlimg{float:left; width:10%; text-align:left;}
.main_section .txt_pnl{float:left; width:50%; text-align:left; min-height:40px;}
.main_section .txt_pnl1{float:left; width:85%; text-align:left;}
.main_section .pnlbtn{float:left; width:35%; text-align:left;}
.main_section .pnlbtn .btn{margin:0px;}
.increment_month {
	background: url("right-arrow.png") no-repeat scroll right center rgba(0, 0, 0, 0);
	cursor: pointer;
	float: right;
	height: 13px;
	margin-right: 7px;
	width: 8px;
}
.decrement_month {
	background:url('left-arrow.png') left no-repeat;
	width:8px;
	height:13px;
	margin-left:7px;
	cursor: pointer;
}
.standart_meal {
	text-align:left;
}
.standart_meal span {
	font-weight:normal;
}

@media screen and (max-width: 279px) {
  .time.pad_top{padding:16px 0px 0px 0px;}
  .btn{padding:12px 6px 13px;}
  .main_section{width:100% !important; margin:0px auto;}
  .main_section .txt_pnl1{float:left; width:90%; text-align:left;}
  .main_section .pnlbtn{float:left; width:40%; text-align:left;}
  .content {
	width:100%;
  }
}
.tooltip {
    position: absolute;
    padding: 5px;
    z-index: 2;
    color: #303030;
    background-color: #f5f5b5;
    border: 1px solid #DECA7E;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
}
@media screen and (max-width: 699px) {
	.desktop-aside {
		width:100%;
		border-right:none;
		padding:0 10px;
	}
	.desktop-main {
		border-left:none;
		width:100%;
	}
}
.shared_tables {
	text-align:center;
}
#lang_widget_no_show_text {
    text-align:center;
    font-size:15px;
}
