/*    this is the calendar's background color */
/* color text in the calendat  */

/* this is the title's color */
/* this is the title's color */
/* this is the text's color */
/* this is the title's color */

@font-face {
  font-family: 'FrutigerLTStd65Bold';
  src: url('font/frutigerltstd-bold-webfont.eot');
  src: url('font/frutigerltstd-bold-webfont.eot?#iefix') format('embedded-opentype'), url('font/frutigerltstd-bold-webfont.woff') format('woff'), url('font/frutigerltstd-bold-webfont.ttf') format('truetype'), url('font/frutigerltstd-bold-webfont.svg#FrutigerLTStd65Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStd55Roman';
  src: url('font/frutigerltstd-roman-webfont.eot');
  src: url('font/frutigerltstd-roman-webfont.eot?#iefix') format('embedded-opentype'), url('font/frutigerltstd-roman-webfont.woff') format('woff'), url('font/frutigerltstd-roman-webfont.ttf') format('truetype'), url('font/frutigerltstd-roman-webfont.svg#FrutigerLTStd55Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLTStd45Light';
  src: url('font/frutigerltstd-light-webfont.eot');
  src: url('font/frutigerltstd-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/frutigerltstd-light-webfont.woff') format('woff'), url('font/frutigerltstd-light-webfont.ttf') format('truetype'), url('font/frutigerltstd-light-webfont.svg#FrutigerLTStd55Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
/***********************************************
*	RESET									                       *
***********************************************/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
 /* color: #535353; */
 color: #222;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;  
}
::-moz-selection {
  background: #181717;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #181717;
  color: #fff;
  text-shadow: none;
}
a {
  color: #535353;
  cursor: pointer;
}
a:hover {
  color: #535353;
}
a:hover,
a:active {
  color: #535353;
  outline: 0;
}
a:focus {
  outline: none;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cbc1b3;
  margin: 1.5em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
  font-size: 11px;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
  outline: none;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
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-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/*input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: black;
  padding: 0.2em 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.bi {
  display: block;
}
.lt-ie7 .clearfix {
  height: 1%;
  overflow: visible;
}
.lt-ie8 .clearfix {
  min-height: 1%;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  zoom: 1;
}
.clearfix:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.righted {
  text-align: right;
}
.centered {
  text-align: center;
}
.strike {
  text-decoration: line-through;
}
body {
  background: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}
p {
  font-size: 13px;
  line-height: 18px;
  margin-top: 0;
}
.c-color {
  color: #fff; 
}
.c-color-bg {
  background-color: #C79C60;
}
.hardgrey {
  color: #313131;
}
.lightgrey {
  color: #8c8c8c;
}
.wrapper {
  width: 980px;
  margin: 0 auto;
  clear: both;
  zoom: 1;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: "";
  zoom: 1;
}
.wrapper:after {
  clear: both;
}
.button {
  height: 30px;
  line-height: 30px;
  display: inline-block;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 0 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  /*background-image: url(/img/btn-gradient-bg.png);*/
  background-repeat: repeat-x;
  background-position: 0 0;
  text-transform: uppercase;
}
.lt-ie8 .button {
  display: inline;
  zoom: 1;
}
.button:hover {
  color: #fff;
  background-position: 0 -30px;
}
.line {
  width: 700px;
  margin-bottom: 25px;
  zoom: 1;
}
.line:before,
.line:after {
  display: table;
  content: "";
  zoom: 1;
}
.line:after {
  clear: both;
}
select,
input[type="text"],
input[type="number"],
input[type="email"],
textarea {
  background: #fff;
  border: 1px solid #e0e0e0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: auto;
  font-size: 12px;
  /*line-height: 12px;*/
  color: #313131;
  padding: 8px;
}
textarea {
  /*width: 380px;*/
  height: 35px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
  font-size: 13px;
  line-height: 18px;
}
.styled-select {
  width: 189px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  background: #ffffff url(/img/dropdown-cursor.png) 100% 0 no-repeat;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  position: relative;
}
.styled-select select {
  text-indent: 8px;
  background: transparent;
  width: 163px;
  padding: 0;
  border: none;
  -webkit-appearance: none;
  font-size: 13px;
  /*line-height: 30px;*/
  cursor: pointer;
}
.lt-ie8 .styled-select {
  overflow: visible;
  background-image: none;
  padding: 0 4px;
}
.lt-ie8 .styled-select select {
  width: 200px;
}
.placeholder { 
	color: #A9A9A9;
}
select.error {
	color: #FF0000 !important;
}
label.error {
    display:block;
    font-size: 10px;
    color: #FF0000 !important;
    width: 187px;
    position: absolute;
    text-align: left;
}
.form_error {
    font-size: 12px;
    color: #FF0000 !important;
    margin-bottom: 20px;
}
.styled-select.wide {
  width: 400px;
}
.styled-select.wide select {
  width: 220px;
}
.inner-popin {
  background: #fff;
  /*width: 870px;
  padding: 30px 0 30px 30px;*/
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  /*width: 560px;*/
  /*height: 515px;*/
}
.inner-popin .h3 {
  font-size: 24px; 
  display: inline-block; 
  margin-left: 5px;
  height: 15px;
}
.inner-popin .change-date, .inner-popin .back-time {
  display: inline-block;
  margin-right: 5px;
  margin-top: 6px;
  margin-bottom: 15px;
  cursor: pointer;
}
.inner-popin .change-date, .inner-popin .back-time {
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.inner-popin .change-date a, .inner-popin .back-time a{
  font-size: 13px;
  text-decoration: underline;
  display: block;
}
.inner-popin .col {
  width: 370px;
}
.inner-popin .col-form {
  float: right;
  width: 475px;
}
.inner-popin .form {
  /*padding: 30px 40px;*/
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.inner-popin .form .small {
  width: auto;
  min-width: 80px;
}
.inner-popin .form .wide {
  width: 369px;
}
.inner-popin .submit,
.inner-popin input[type="submit"], #btn-back-schedule {
  height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  padding: 0 30px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  margin-right: 7px;
  /*background-image: url(/img/btn-gradient-bg.png);*/
  background-repeat: repeat-x;
  background-position: 0 0;
}
.inner-popin.popin-reservation {
  /*width: 490px;*/
}
.inner-popin.popin-reservation .form {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  min-height: 425px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.inner-popin.popin-reservation .form .small {
  /*width: 174px;*/
}
.inner-popin.popin-reservation .form .styled-select.wide {
  width: 400px;
}
.inner-popin.popin-reservation .form .styled-select.wide select {
  /*width: 420px;*/
}
.inner-popin.popin-reservation .line-input {
  margin-bottom: 16px;
}
.inner-popin.popin-reservation .submit-container {
    margin: 10px auto 0 auto;
    /*width: 245px;*/
}

.progress-indicator {
   top:0;
   right:0;
   width:100%;
   height:100%;
   position:fixed;
   text-align:center;
   /* IE filter */
   filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
   -moz-opacity:0.5;    /* Mozilla extension */
   -khtml-opacity:0.5;  /* Safari/Conqueror extension */
   opacity:0.5; /* CSS3 */
   z-index:1000;
   background-color:white;
   display:none;
 }

 .progress-indicator img {
   margin-top:150px;
 }


.jqui-datepicker {
  position: relative;
  padding-bottom: 30px;
  margin: -5px auto 5px auto;
}


.jqui-datepicker a {
  text-decoration: none;
}

.jqui-datepicker .ui-widget {
  font-family: Helvetica, Arial, sans-serif;
}

.jqui-datepicker .ui-datepicker {
  font-size: 13px;
  background: none;
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 265px;
}

.jqui-datepicker .ui-datepicker-prev,
.jqui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 185px;
  width: 40px;
  height: 33px;
}

.jqui-datepicker .ui-datepicker-prev .ui-icon,
.jqui-datepicker .ui-datepicker-next .ui-icon {
  width: 40px;
  height: 33px;
  background: transparent url(/img/datepiker-nav.png) 0 0 no-repeat;
  top: 0;
  left: 0;
  margin: 0;
}

.jqui-datepicker .ui-datepicker-prev.ui-state-hover,
.jqui-datepicker .ui-datepicker-next.ui-state-hover {
  border: none;
  background: none;
}

.jqui-datepicker .ui-datepicker-prev {
  left: -9px;
  top: 28px;
}
.jqui-datepicker .ui-datepicker-prev .ui-icon {
  background-position: 0 0;
}
.jqui-datepicker .ui-datepicker-prev .ui-icon:hover {
  background-position: 0 -33px;
}
.jqui-datepicker .ui-datepicker-next {
    right: -9px;
    top: 28px;
}
.jqui-datepicker .ui-datepicker-next .ui-icon {
  background-position: -40px 0;
}
.jqui-datepicker .ui-datepicker-next .ui-icon:hover {
  background-position: -40px -33px;
}

.jqui-datepicker .ui-datepicker-header, .title-part {
  /*margin-bottom: 55px;*/
  background: none;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  width: 100%;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
  color: #222;
  text-align: center;
}

#language {
  width:30px;
  height:30px;
}

.jqui-datepicker .ui-datepicker table {
  font-size: 13px;
  border-collapse: separate;
  border-spacing: 4px;
}
.jqui-datepicker .ui-datepicker th {
  padding: 0;
  text-align: center;
  border: 0;
  color: #777777;
  font-size: 14px;
  font-weight: normal;
}
.jqui-datepicker .ui-datepicker td {
  text-align: center;
  border: 0;
  padding: 0;
}
.jqui-datepicker .ui-datepicker td a {
  padding: 0;
}

.jqui-datepicker .ui-datepicker-calendar td .ui-state-default {
  display: block;
  height: 26px;
  width: 34px;
  line-height: 26px;
  text-align: center;
  margin: 0;
  padding: 0;
  background: #C79C60;
  /* color: #fff;  */
  color: #fff;
  border: none;
  font-weight: normal;
}
.jqui-datepicker .ui-datepicker-calendar td .ui-state-default:hover {
  /*background: #313131;*/
  background: #000;
  /*border: 1px solid #313131;
  box-sizing: border-box;*/
  color: #fff;
}
.jqui-datepicker .ui-datepicker-calendar td.ui-state-disabled {
  opacity: 1;
  filter: alpha(opacity=100);
}
.jqui-datepicker .ui-datepicker-calendar td.ui-state-disabled .ui-state-default {
  background: #939393;
}
.jqui-datepicker .ui-datepicker-calendar td.ui-state-disabled .ui-state-default:hover {
   /* color: #fff; */
   color: #fff;
}

.padding10{
    padding: 10px 10px 10px 10px;
}

.booking-comment-specific {
    background: #ffffff;
    border-radius: 4px;
    margin: -14px auto 5px auto;
    width: 265px;
    text-align: center;
}

/*.jqui-datepicker .comment-general{
    background: #ffffff;
    border-radius: 4px;
    margin: 20px auto 10px auto;
    padding: 10px 10px 10px 10px;
    text-align: left;
    width: 90%;
} */
.jqui-datepicker .comment-general {
    background: #ffffff;
    border-radius: 4px;
    margin: 20px auto 10px auto;
    text-align: center;
    width: 265px;
}
.jqui-datepicker .legend,
.jqui-datepicker .description {
  position: absolute;
  font-size: 13px;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.jqui-datepicker .description,
.description {
  /*top: 60px;*/
  font-weight: bold;
}
.jqui-datepicker .legend {
  bottom: 0;
}
.jqui-datepicker .legend li {
  display: inline;
  //margin-right: 20px;
}
.jqui-datepicker .legend li span {
  display: inline-block;
  width: 15px;
  height: 15px;
}

.lt-ie8 .jqui-datepicker .legend li span {
  display: inline;
  zoom: 1;
  margin-right: 3px;
}
.jqui-datepicker .legend li span.indisponible {
  background-color: #939393;
}
.jqui-datepicker .legend li.last {
  margin: 0;
}
/***********************************************
*	MEDIA QUERIES							   *
***********************************************/
.ttu {
  text-transform: uppercase;
}
.m0 {
  margin: 0;
  padding: 0;
}
.mv5 {
  margin: 0 0  5px 0;
  padding: 0 0  5px 0;
}
.mv10 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}
.mv15 {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
}
.mv20 {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
}
.mv25 {
  margin: 0 0 25px 0;
  padding: 0 0 25px 0;
}
.mv30 {
  margin: 0 0 30px 0;
  padding: 0 0 30px 0;
}
.mv35 {
  margin: 0 0 35px 0;
  padding: 0 0 35px 0;
}
.mv40 {
  margin: 0 0 40px 0;
  padding: 0 0 40px 0;
}
.mv45 {
  margin: 0 0 45px 0;
  padding: 0 0 45px 0;
}
.mv50 {
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
}
.mv55 {
  margin: 0 0 55px 0;
  padding: 0 0 55px 0;
}
.mb5 {
  margin: 0 0  5px 0;
}
.mb10 {
  margin: 0 0 10px 0;
}
.mb15 {
  margin: 0 0 15px 0;
}
.mb20 {
  margin: 0 0 20px 0;
}
.mb25 {
  margin: 0 0 25px 0;
}
.mb30 {
  margin: 0 0 30px 0;
}
.mb35 {
  margin: 0 0 35px 0;
}
.mb40 {
  margin: 0 0 40px 0;
}
.mb45 {
  margin: 0 0 45px 0;
}
.mb50 {
  margin: 0 0 50px 0;
}
.mb55 {
  margin: 0 0 55px 0;
}
.mb60 {
  margin: 0 0 60px 0;
}
.mb65 {
  margin: 0 0 65px 0;
}
.mb70 {
  margin: 0 0 70px 0;
}
.mt5 {
  margin: 5px 0 0 0;
}
.mt10 {
  margin: 10px 0 0 0;
}
.mt15 {
  margin: 15px 0 0 0;
}
.mt20 {
  margin: 20px 0 0 0;
}
.mt25 {
  margin: 25px 0 0 0;
}
.mt30 {
  margin: 30px 0 0 0;
}
.mt35 {
  margin: 35px 0 0 0;
}
.mt40 {
  margin: 40px 0 0 0;
}
.mt45 {
  margin: 45px 0 0 0;
}
.mt50 {
  margin: 50px 0 0 0;
}
.mt55 {
  margin: 55px 0 0 0;
}
.mt60 {
  margin: 60px 0 0 0;
}
.mt65 {
  margin: 65px 0 0 0;
}
.mt70 {
  margin: 70px 0 0 0;
}
.pt5 {
  padding: 5px 0 0 0;
}
.pt10 {
  padding: 10px 0 0 0;
}
.pt15 {
  padding: 15px 0 0 0;
}
.pt20 {
  padding: 20px 0 0 0;
}
.pt25 {
  padding: 25px 0 0 0;
}
.pt30 {
  padding: 30px 0 0 0;
}
.pt35 {
  padding: 35px 0 0 0;
}
.pt40 {
  padding: 40px 0 0 0;
}
.pt45 {
  padding: 45px 0 0 0;
}
.pt50 {
  padding: 50px 0 0 0;
}
.pt55 {
  padding: 55px 0 0 0;
}
.pt60 {
  padding: 60px 0 0 0;
}
.pt65 {
  padding: 65px 0 0 0;
}
.pt70 {
  padding: 70px 0 0 0;
}

.radio-label {
	font-size: 13px;
	color: #999595;
}


.btn-schedule, .btn-pax {
  /*-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
  -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
  box-shadow:inset 0px 1px 0px 0px #ffffff;
  background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
  background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');*/
  background-color:#C79C60;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  text-indent:0;
  display:inline-block;
  color:#FFFFFF;
  font-family:arial;
  font-size:14px;
  font-style:normal;
  height:26px;
  line-height:28px;
  width:45px;
  text-decoration:none;
  text-align:center;
  margin: 1px 3px 1px 1px;
  box-sizing: border-box;
}

.btn-schedule.disabled{
  opacity: 0.5;
}

.btn-schedule.disabled:hover{
  background-color:#C79C60;
  color:#FFFFFF;
  box-shadow: none;
}

.btn-schedule:hover, .btn-pax:hover {
  /*background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
  background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');*/
  background-color: #FFFFFF;
  color:#C79C60;
  box-shadow: inset 0px 0px 1px 1px #C79C60;
}

.btn-schedule:active, .btn-pax:active {
  position:relative;
  top:1px;
}

.active-schedule, .active-pax {
  background-color: #FFFFFF;
  color:#C79C60;
  box-shadow: inset 0px 0px 1px 1px #C79C60;
  text-indent:0;
  display:inline-block;
  font-family:arial;
  font-size:15px;
  font-weight:bold;
  font-style:normal;
  height:26px;
  line-height:28px;
  text-decoration:none;
  text-align:center;
  margin: 1px 3px 1px 1px;
}



.active-schedule:active, .active-pax:active {
  position:relative;
  top:1px;
}

.styled-select-pax, .styled-select-schedule{
  width: 92px;
  margin-top: 5px;
  position: relative;
}
.styled-select-pax {
	display: block;
}
#step22_pax {
	width: 250px;
}
.title-part {
  margin-bottom: 20px;
}

.title_service {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
}

.service_schedule{
  margin-bottom: 15px
}


.restoname {
  margin-bottom: 5px;
}

.btn-back {
    text-decoration: none !important;
    font-weight: 500;
    color: #C79C60;
}
.btn-back:hover {
    text-decoration: underline !important;
    color: #C79C60;  
}

td.ui-datepicker-unselectable span.ui-state-default, .unavailable span {
    background-color: #dbdbdb !important;
    color: #cbcbcb !important;
}
.title-resto {
    margin-bottom: 15px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 25px 0px 0px !important;
}
.special-field div.priv-sp:first-child {
    width: 35%; 
    margin: auto 10% auto auto; 
    display: inline-block; 
    vertical-align: top;
}
.special-field div.priv-sp {
    width: 35%; 
    margin: auto; 
    display: inline-block; 
    vertical-align: top;
}
.eb-notice {
  width: 90%;
  margin: 20px auto 0px;
  color: #ce9d1f;
  background-color: #fef8ea;
  border: solid 1px rgba(252, 193, 46, 0.25);
  padding: 8px;
  display: none;
}
.language-top .ddcommon .divider {
  border: none;
}
.language-top .dd .ddTitle {
  background: white;
  background: #C79C60;
}
.language-top {
  width: 32px;
  position: absolute;
  right: 0px;
}

.language-top .dd .ddChild li {
  padding: 3px 5px 5px 6px;
}

.language-top .dd .ddTitle .ddTitleText {
  padding: 3px 20px 5px 6px;
}

.legals {
  font-size: 10px;
  max-width: 400px;
}