﻿body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  line-height: 1;
  font-family: Arial, Helvetica, sans-serif;    
  background: #ffffff;
  color: #54504d;
  font-size: 17px;
}
form {
  display: block;
  margin: 0 auto;
  max-width: 710px;
  padding: 15px 0;
}
h6{
 display:none;
}

.footer{
    font-size: 12px;     
    text-align:center;
} 
.box {
  height: auto;
  box-shadow: none;
  margin: 0 0 15px 0;
  background: #f4f4f4;
  padding: 15px;
  border: 1px solid #e5e1d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}


.box:last-child {
  margin-bottom: 0;
}
.box.transparent {
  background: transparent;
  border: none;
  padding: 0;
}
.box.info {
    background: rgba(253, 244, 206, 1);
    border: 1px solid rgba(252, 208, 124, 1);
}
.box.info .icon {
   color: #fbaa29;

}
.box.error {
    background: rgba(250, 208, 204, 1);
    border: 1px solid rgba(243, 152, 141, 1);
}
.box.error .icon {
  color: #eb5e4c;
}
.box.success {
    background: rgba(231, 250, 204, 1);
    border: 1px solid rgba(186, 230, 124, 1);
}

.box.success .icon {
  color: #80bb4c;
}
.box.progress {
  padding: 10px 5px;
}
.box.progress .step {
  display: block;
  float: left;
  width: 20%;
}
.box.progress3 .step { 
    width: 33.33333333%;}
	
.box.progress4 .step { 
    width: 25%;}
	
.box.progress .step > a,
.box.progress .step > span {
  text-align: center;
  display: block;
  text-decoration: none;
  margin: 0 5px;
  padding: 10px;
  font-size: 16px;
  background: rgba(229, 225, 216, 0.25);
  color: #54504d;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e5e1d8;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box.progress .step > a .number,
.box.progress .step > span .number {
  margin-right: 5px;
}
.box.progress .step > a:hover {
  background: rgba(117, 148, 212, 0.1);
  border: 1px solid rgba(117, 148, 212, 0.5);
}
.box.progress .step.current > a,
.box.progress .step.current > span {
  cursor: default;
  background: rgba(84, 80, 77, 0.7);
  color: #ffffff;
  border: 1px solid #54504d;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
}
.box.divided {
  padding: 0 15px;
}
.box.divided .section {
  padding: 15px 15px 0 15px;
  border-right: 1px solid #e5e1d8;
}

.box.divided  .section  select.date {
  position:absolute;
  top: 15px;
  right: 70px;
  display: block;
  font-weight: normal;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 17px;   
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e1d8;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 5px 10px rgba(229, 225, 216, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.box.divided .section:last-child,
.box.divided .section.no-border {
  border: none;
}
.box.divided .row:last-child > .section {
  padding-bottom: 15px;
}


.box.nbdivided {
  padding: 15px 25px 15px 15px;
}
.box.nbdivided .section {
  padding: 0 5px 0 0;
  font-size: 14px;
  margin-top: 5px;
}

.box.nbdivided .section .gbox {
  padding: 15px;
  background: #ffffff;
  border: 1px solid #e5e1d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}


.box.nbdivided .section h4 {
  font-weight: bold;
  margin: 0 0 15px 0;
  font-size: 17px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box.nbdivided .section:last-child,
.box.nbdivided .section.no-border {
  border: none;
}

.box.nbdivided .row:last-child > .section {
  padding-bottom: 0;
}

.box.buttons {
  overflow: hidden;
}
.box.buttons .button {
  float: right;
  display: block;
  margin: 0 0 0 15px;
  background: rgba(128, 187, 76, 0.7);
  padding: 10px 15px;
  color: #ffffff;
  border: 1px solid #80bb4c;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box.buttons .button:hover {
  background: #80bb4c;
  border: 1px solid #679a3a;
}
.box.buttons .button.restart {
  background: #f4f2ef;
  color: #54504d;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0);
  border: 1px solid #e5e1d8;
}
.box.buttons .button.restart:hover {
  color: #80bb4c;
  border: 1px solid rgba(128, 187, 76, 0.5);
  
}
.box .inner-gbox {
  padding-left: 15px;
}
.box .inner-gbox .gbox p .button {
  display: inline-block;
  text-align: center;
  margin: 10px 5px 10px 0;
  padding: 2px 5px;
  background: rgba(128, 187, 76, 0.7);
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #80bb4c;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box .inner-box {
  margin-top: 15px;
  background: #ffffff;
  border: 1px solid #e5e1d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box .inner-box.padding {
  padding: 15px;
}
.box .inner-box.contact h4 {
  font-weight: bold;
  margin: 30px 0 15px 0;
  font-size: 17px;
}
.box .inner-box.contact h4:first-child {
  margin-top: 0;
}
.box .inner-box.contact h4:last-child {
  margin-bottom: 0;
}
.box .inner-box.contact h4.hint {
  font-weight: normal;
  font-size: 16px;
  color: #b2aca8;
  margin-top: 15px;
}
.box .inner-box.contact p {
  overflow: hidden;
  font-size: 0;
  margin: 0 0 5px 0;
}
.box .inner-box.contact p:last-child {
  margin: 0;
}
.box .inner-box.contact p label {
  display: block;
  float: left;
  font-weight: normal;
  width: 32%;
  margin: 0;
  font-size: 16px;
  /*height: 40px;*/
  line-height: 40px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}


.box .inner-box.contact p label.error {
  color: #eb5e4c;
}



.box .inner-box.contact p input {
  display: block;
  float: left;
  background: #ffffff;
  }


.box .inner-box.contact p input[type=checkbox] {
  clear: both;
  height: 30px;
  line-height: 40px;
  margin-left: 5px;
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  transform: scale(1.5);
}



.box .inner-box.contact p select {
  display: block;
  font-weight: normal;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 17px;
  color: #54504d;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e5e1d8;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: inset 0 5px 10px rgba(229, 225, 216, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.box .inner-box.contact p textarea {
  display: block;
  width: 100%;
  line-height: 1.2;
  height: 235px;
  font-size: 16px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.box .inner-box.contact .hintsmall {
  width: 250px;
  line-height: 20px;
}
.box .inner-box .tour {
  overflow: hidden;
  padding: 10px;
  border-bottom: 1px solid #e5e1d8;
}
.box .inner-box .tour:last-child {
  border: none;
}
.box .inner-box .tour .tour-picture {
  display: block;
  float: left;
  height: auto;
  width: 28%;
  margin: 0;
  max-height: 120px;
  max-width: 180px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.box .title-week {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 10px;
    padding: 0 5px;
}
.box .title-week .title-day {
    float: left;
    text-align: center;
    width: 14.28571429%;
    padding: 5px;
}
.box .title-week .title-day .inner {
    height: 30px;
    font-size: 14px;
    line-height: 18px;
    background: #fff;
    padding: 5px;
    border: 1px solid #dbd5c9;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.box .title-week .title-day:last-child {
    border-right-width: 1px;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -ms-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
}
.box .title-week .title-day:first-child {
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -ms-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}
 
 .box .title-week .title-day.current .inner {
    background: #eaeef8;
    border-color: #afc1e6;
}

 



.box .calendar {
	overflow: hidden;
	padding: 5px;
	background: #fff;
	border: 1px solid #e5e1d8;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.box .calendar .week {
	overflow: hidden;
}
.box .calendar .week .day {
	float: left;
	text-align: center;
	font-weight: 700;
	width: 14.28571429%;
	padding: 5px;
	font-size: 14px;
}
.box .calendar .week .day .inner {
	cursor: pointer;
	background: #fff;
	height: 60px;
	line-height: 58px;
	border: 1px solid #dbd5c9;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.box .calendar .week .day.expired .inner {
	font-weight: 400;
	color: rgba(178, 172, 168, .7);
}
.box .calendar .week .day.available .inner {
	background: #e9f3e0;
	border-color: #9ac971;
	color: #679a3a;
}
.box .calendar .week .day.some-available .inner {
	background: #faeed6;
	border-color: #ebb54c;
	color: #bc8315;
}
.box .calendar .week .day.booked .inner {
	background: #fadad6;
	border-color: #f0877a;
	color: #eb5e4c;
}
.box .calendar .week .day .inner:hover {
	color: #4e76c8;
	border-color: #7594d4;
}
.box .calendar .week .day.active .inner {
	color: #4e76c8;
	border-color: #7594d4;
	border-width: 3px;
	line-height: 54px;
}
.box .calendar-navigation {
	overflow: hidden;
	margin-top: 15px;
}
.box .calendar-navigation .prev, .box .calendar-navigation .today, .box .calendar-navigation .next {
	display: block;
	float: left;
	cursor: pointer;
	padding: 5px 10px;
	height: 30px;
	line-height: 20px;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-ms-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;	
}

.box .calendar-navigation .prev a, .box .calendar-navigation .today a, .box .calendar-navigation .next a {
	 color: #54504d;
}


.box .calendar-navigation .prev .fa, .box .calendar-navigation .today .fa, .box .calendar-navigation .next .fa {
	font-size: 14px;
}
.box .calendar-navigation .prev .fa.left, .box .calendar-navigation .today .fa.left, .box .calendar-navigation .next .fa.left {
	margin-right: 10px;
}
.box .calendar-navigation .prev .fa.right, .box .calendar-navigation .today .fa.right, .box .calendar-navigation .next .fa.right {
	margin-left: 10px;
}
.box .calendar-navigation .prev:hover, .box .calendar-navigation .today:hover, .box .calendar-navigation .next:hover {
	color: #7594d4;
}
.box .calendar-navigation .next {
	width: 25%;
	text-align: right;
}
.box .calendar-navigation .today {
	width: 50%;
	text-align: center;
}
.box .calendar-navigation .prev {
	width: 25%;
	text-align: left;
}
.box .calendar-info {
	overflow: hidden;
	padding: 10px;
	background: #fff;
	margin-top: 15px;
	border: 1px solid #e5e1d8;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.box .calendar-info .label {
	font-weight: 400;
	padding: 0;
	margin: 0 15px 0 0;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	color: #54504d;
}
.box .calendar-info .label .color {
	display: inline-block;
	padding: 0 10px;
	margin-right: 10px;
	background: #f4f2ef;
	height: 30px;
	line-height: 28px;
	border: 1px solid #e5e1d8;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
.box .calendar-info .label .color.available {
	background: #e9f3e0;
	border-color: #9ac971;
	color: #679a3a;
}
.box .calendar-info .label .color.some-available {
	background: #faeed6;
	border-color: #ebb54c;
	color: #bc8315;
}
.box .calendar-info .label .color.booked {
	background: #fadad6;
	border-color: #f0877a;
	color: #eb5e4c;
}

.box .calendar-filter {
	overflow: hidden;
	color: #54504d;
	background: #fff;
	margin: 15px 10px 10px 10px;	 
	padding: 10px;
	border: 1px solid #e5e1d8;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	-ms-border-radius: 3px 3px 3px 3px;
	-o-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
	}
.box .calendar-filter .label {
	font-weight: 400;
	padding: 0;
	margin: 0 8px 0 0;
	line-height: 30px;
	height: 30px;
	font-size: 12px;
	color: black;
 
}
 
.box .calendar-filter .input {
  display: inline;
  float: none;
  background: #ffffff;
  border:1px solid #a9a9a9;
  width: 30px; 
  position: static ;
  height: auto;
  line-height: normal;
  box-shadow: none;
  border-radius: 0;
  padding: 0; 
  font-size: small;  
  
  }

  
  .box .calendar-tools {
	overflow: hidden;	
	margin: 5px 10px  10px  10px;	 
	padding: 0px 10px 10px 0px;	
	float: right;
	}


.slideshow {
   position:relative;   
   float:left;
   height: auto;
   width: 28%; 
}

.slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0; 
       

     display: block;  
     height: auto;
     width: 100%;
     margin: 0;
     max-height: 120px;
     max-width: 180px;
     -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     -ms-border-radius: 3px;
     -o-border-radius: 3px;
    border-radius: 3px;
}

.slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

.slideshow IMG.last-active {
    z-index:9;
}


.box .inner-box .tour .tour-enumeration h4 {
  float: left;
  height: auto;
  font-weight: bold;
  width: 8%;
  margin: 0;
  max-height: 120px;
  max-width: 45px;
  font-size: 16px;

}

.box .inner-box .tour .tour-text {
  display: block;
  padding: 0 0 0 32%;
}

.box .inner-box .tour .tour-text h4 {
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.box .inner-box .tour .tour-text p {
  font-size: 14px;
}
.box .inner-box .tour .tour-text p .button, 
.box .calendar-tools .button {
  display: inline-block;
  text-align: center;
  margin: 10px 5px 10px 0;
  padding: 2px 5px;
  background: rgba(128, 187, 76, 0.7);
  font-size: 14px;
  color: #ffffff;
  border: 1px solid #80bb4c;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box .calendar-tools .button {
height: 40px;
}
.box .inner-box .tour .tour-text p .button:hover,
.box .calendar-tools  .button:hover  {
  background: #80bb4c;
  border: 1px solid #679a3a;
}
.box .inner-box .tour .tour-text p .button.remove,
.box .inner-gbox .gbox p .button.remove {
  background: rgba(235, 94, 76, 0.7);
  border: 1px solid #eb5e4c;
}
.box .inner-box .tour .tour-text p .button.remove:hover,
.box .inner-gbox .gbox p .button.remove:hover {
  background: #eb5e4c;
  border: 1px solid #e6351e;
}
.box .inner-box .tour .tour-text p .button.disabled,
.box .inner-gbox .gbox p .button.disabled {
  background: rgba(206, 198, 197, 0.7);
  border: 1px solid #bab0ae;
}
.box .inner-box .tour .tour-text p .button.disabled:hover,
.box .inner-gbox .gbox p .button.disabled:hover {
  background: #aea6a4;
  border: 1px solid #958d8c;
}
.box .inner-box .tour .tour-text p a {
  color: #7594d4;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.box .inner-box .tour .tour-text p a:hover {
  text-decoration: underline;
  color: #3c67c1;
}
.box .inner-box .tour .tour-umfrage {
  float: left;
  padding: 0;
  width: 60%; 
}

 
.box .inner-box .tour .tour-umfrage h4 {
  text-overflow: clip;
  overflow: visible;
  white-space: normal;
}
.box .inner-box .tour .tour-rating {
  float: right;   
}

.box .inner-box .tour .tour-rating-hover {  
    margin:0 0 0 20px;
    width: 140px;    
    text-overflow:  ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.box .icon {
  float: left;
  display: block;
  text-align: center;
  margin: 0 15px 0 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 21px;
}
.box .icon + h3,
.box .icon + h3 + p {
  padding-left: 45px;
}
.box h3 {
  font-weight: bold;
  padding: 0;
  margin: 0 0 5px 0;
  font-size: 17px;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  hyphens: auto;
}
.box p {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.box label:not(.contact) {
  display: block;
  float: left;
  font-weight: bold;
  padding: 0;
  margin: 0;
  max-width: 100%;
  width: 100%;
  font-size: 14px;
  /*height: 40px;*/
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 


}
.box label:not(.contact).number {
  padding-right: 65px;
}
.box label:not(.contact).date {
  padding-right: 270px;
}
.box label:not(.contact).error {
  color: #eb5e4c;
}
.box label:not(.contact).hint {
  font-weight: normal;
  color: #b2aca8;
}


.box input[type='text'],
.box textarea {
  display: block;
  box-shadow: none;
  position: absolute;
  font-weight: normal;
  -webkit-appearance: none;
  max-width: 100%;
  top: 15px;
  right: 15px;
  background: #ffffff;
  padding: 5px 10px;
  font-size: 17px;
  color: #54504d;
  height: 40px;
  line-height: 40px;
  box-shadow: inset 0 5px 10px rgba(229, 225, 216, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #e5e1d8;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;

}

.box input:not(.button):not([type=checkbox]):hover,
.box textarea:hover,
.box input:not(.button):not([type=checkbox]):focus,
.box textarea:focus {
  border: 1px solid #b2aca8;
  box-shadow: inset 0 5px 10px rgba(229, 225, 216, 0.5);
}
.box input:not(.button):not([type=checkbox]).number,
.box textarea.number {
  text-align: center;
  width: 50px;
}
.box input:not(.button):not([type=checkbox]).date,
.box textarea.date {
  text-align: center;
  width: 200px;
  right: 70px;
}
.box input:not(.button):not([type=checkbox]).error,
.box textarea.error {
  background: rgba(235, 94, 76, 0.1);
  border: 1px solid rgba(235, 94, 76, 0.5);
  box-shadow: inset 0 5px 10px rgba(235, 94, 76, 0.1);
}

.box input:not(.button):not([type=checkbox]).error:hover,
.box textarea.error:hover,
.box input:not(.button):not([type=checkbox]).error:focus,
.box textarea.error:focus {
  border: 1px solid #eb5e4c;
  box-shadow: inset 0 5px 10px rgba(235, 94, 76, 0.1);
}
.box input:not(.button):not([type=checkbox]).contact,
.box textarea.contact {
  position: static;
  display: inline-block;
  resize: none;
  margin-right: 15px;
}

.box input:not(.button):not([type=checkbox]).contact.date,
.box textarea.contact.date,
.box input:not(.button):not([type=checkbox]).contact.plz,
.box textarea.contact.plz {
  width: 110px;
}
.box input:not(.button):not([type=checkbox]).contact.phone,
.box textarea.contact.phone {
  width: 190px;
}
.box input:not(.button):not([type=checkbox]).contact.name,
.box textarea.contact.name {
  width: 360px;
}

.box input:not(.button):not([type=checkbox]).contact.location,
.box textarea.contact.location {
  width: 235px;
}
.box .pick-date {
  display: block;
  position: absolute;
  text-align: center;
  right: 15px;
  top: 15px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  background: rgba(117, 148, 212, 0.7);
  color: #ffffff;
  border: 1px solid #7594d4;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.box .pick-date:hover,
.box .pick-date:active {
  background: #7594d4;
  border: 1px solid #4e76c8;
}



.cblabel {
  padding-left: 30px;
  line-height: 40px;
  height: 40px;
}


.cblabel label {
  margin-left: 15px !important;
  width: 80% !important;
  text-overflow: clip !important;
  overflow: visible !important;
  white-space: normal !important;
  }

.cblabel.error label{
  color: #eb5e4c !important;    
  }
  
/*@media (max-width: 468px) {*/
@media (max-width: 680px) {
  .box.progress .step > a .number,
  .box.progress .step > span .number {
    margin: 0;
  }
  .box.progress .step > a .text,
  .box.progress .step > span .text {
    display: none;
  }
  .box .inner-box .tour .tour-picture {
    float: none;
    max-width: none;
    max-height: none;
    width: auto;
    margin-bottom: 15px;
  }
 
	.box .title-week {		 
		padding: 2px;
	}
	.box .title-week .title-day {
		padding: 2px;
	}
	.box .title-week .title-day .inner {
		font-size: 0;
	}
	.box .title-week .title-day .inner:after {
		font-size: 12px;
	}
	.box .title-week .title-day.mon .inner:after {
		content: "Mo"}
	.box .title-week .title-day.tue .inner:after {
		content: "Di"}
	.box .title-week .title-day.wed .inner:after {
		content: "Mi"}
	.box .title-week .title-day.thu .inner:after {
		content: "Do"}
	.box .title-week .title-day.fri .inner:after {
		content: "Fr"}
	.box .title-week .title-day.sat .inner:after {
		content: "Sa"}
	.box .title-week .title-day.sun .inner:after {
		content: "So"}
	
	.box .calendar {
    overflow: hidden;
    padding: 5px;
    background: #fff;
    border: 1px solid #e5e1d8;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -ms-border-radius: 3px 3px 3px 3px;
    -o-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
	}
	.box .calendar .week {
		overflow: hidden;
	}
	.box .calendar .week .day {
		float: left;
		text-align: center;
		font-weight: 700;
		width: 14.28571429%;
		padding: 5px;
		font-size: 14px;
	}
	.box .calendar .week .day .inner {
		cursor: pointer;
		background: #fff;
		height: 60px;
		line-height: 58px;
		border: 1px solid #dbd5c9;
		-webkit-transition: all .3s ease 0s;
		-moz-transition: all .3s ease 0s;
		-ms-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-ms-border-radius: 3px 3px 3px 3px;
		-o-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
	}
	.box .calendar .week .day.expired .inner {
		font-weight: 400;
		color: rgba(178, 172, 168, .7);
	}
	.box .calendar .week .day.available .inner {
		background: #e9f3e0;
		border-color: #9ac971;
		color: #679a3a;
	}
	.box .calendar .week .day.some-available .inner {
		background: #faeed6;
		border-color: #ebb54c;
		color: #bc8315;
	}
	.box .calendar .week .day.booked .inner {
		background: #fadad6;
		border-color: #f0877a;
		color: #eb5e4c;
	}
	.box .calendar .week .day .inner:hover {
		color: #4e76c8;
		border-color: #7594d4;
	}
	.box .calendar .week .day.active .inner {
		color: #4e76c8;
		border-color: #7594d4;
		border-width: 3px;
		line-height: 54px;
	}
	.box .calendar-navigation {
		overflow: hidden;
		margin-top: 15px;
	}
	.box .calendar-navigation .prev, .box .calendar-navigation .today, .box .calendar-navigation .next {
		display: block;
		float: left;
		cursor: pointer;
		padding: 5px 10px;
		height: 30px;
		line-height: 20px;
		-webkit-transition: all .3s ease 0s;
		-moz-transition: all .3s ease 0s;
		-ms-transition: all .3s ease 0s;
		-o-transition: all .3s ease 0s;
		transition: all .3s ease 0s;	
	}
	
 
	
	.box .calendar-navigation .prev .fa, .box .calendar-navigation .today .fa, .box .calendar-navigation .next .fa {
		font-size: 14px;
	}
	.box .calendar-navigation .prev .fa.left, .box .calendar-navigation .today .fa.left, .box .calendar-navigation .next .fa.left {
		margin-right: 10px;
	}
	.box .calendar-navigation .prev .fa.right, .box .calendar-navigation .today .fa.right, .box .calendar-navigation .next .fa.right {
		margin-left: 10px;
	}
	.box .calendar-navigation .prev:hover, .box .calendar-navigation .today:hover, .box .calendar-navigation .next:hover {
		color: #7594d4;
	}
	.box .calendar-navigation .next {
		width: 25%;
		text-align: right;
	}
	.box .calendar-navigation .today {
		width: 50%;
		text-align: center;
	}
	.box .calendar-navigation .prev {
		width: 25%;
		text-align: left;
	}
	.box .calendar-info {
		overflow: hidden;
		padding: 10px;
		background: #fff;
		margin-top: 15px;
		border: 1px solid #e5e1d8;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-ms-border-radius: 3px 3px 3px 3px;
		-o-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
	}
	
	.box .calendar-info .label {
		font-weight: 400;
		padding: 0;
		margin: 0 15px 0 0;
		line-height: 30px;
		height: 30px;
		font-size: 12px;
		color: #54504d;
	}
	.box .calendar-info .label .color {
		 display: inline-block;
		padding: 0 10px;
		margin-right: 10px;
		background: #f4f2ef;
		height: 30px;
		line-height: 28px;
		border: 1px solid #e5e1d8;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-ms-border-radius: 3px 3px 3px 3px;
		-o-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px; 
	}
	.box .calendar-info .label .color.available {
		background: #e9f3e0;
		border-color: #9ac971;
		color: #679a3a;
	}
	.box .calendar-info .label .color.some-available {
		background: #faeed6;
		border-color: #ebb54c;
		color: #bc8315;
	}
	.box .calendar-info .label .color.booked {
		background: #fadad6;
		border-color: #f0877a;
		color: #eb5e4c;
	}
	
	
	.box .calendar-filter {
		overflow: hidden;
		border: 1px solid #e5e1d8;
		-webkit-border-radius: 3px 3px 3px 3px;
		-moz-border-radius: 3px 3px 3px 3px;
		-ms-border-radius: 3px 3px 3px 3px;
		-o-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0px;
	}
	
	.box .calendar-filter .label {
		font-weight: 400;
		padding: 0 0 0 5px;
		margin: 0px;
		line-height: 30px;
		height: 30px;
		font-size: 12px;
		color: #54504d;		 
		background: #fff;		
	}
 
	 

				
	.box .calendar {
		padding: 2px;
	}
	.box .calendar .week .day {
		padding: 2px;
	}
	.box .calendar .week .day .inner {
		height: 35px;
		line-height: 33px;
		font-size: 12px;
	}
	.box .calendar .week .day.active .inner {
		border-width: 2px;
		line-height: 31px;
	}
	.box .calendar-info {
		padding: 5px;
	}
	.box .calendar-info .label {
		text-align: left;
		display: block;
		margin-bottom: 5px;
	}
	.box .calendar-info .label:last-child {
		margin: 0;
	}
	.box .calendar-filter {
		padding: 5px;
	}
	.box .calendar-filter .label {
		text-align: left;
		display: block;
		margin-bottom: 5px;
	}
	.box .calendar-filter .label:last-child {
		margin: 0;
	}
	.box .calendar-navigation .prev, .box .calendar-navigation .next {
		font-size: 0;
	}
	.box .calendar-navigation .prev .fa, .box .calendar-navigation .next .fa {
		font-size: 17px;
		line-height: 20px;
		display: inline-block;
	}
	
  .slideshow {
    float: none  !important;
    max-width: none  !important;
    max-height: none  !important;
    width: auto  !important;
    margin-bottom: 15px  !important;
    height: 130px !important;       
}

  .box .inner-box .tour .tour-text {
    padding: 0;
      }



  .box .inner-box.contact p label {
    display: block;
    width: auto;
    max-width: none;
    float: none;
    height: auto;
    padding-left: 10px;
  }
  .box .inner-box.contact p input {
    display: block;
    float: none;
    width: 100% !important;
    margin: 0;
  }
  .box .inner-box.contact p input + input {
    margin-top: 5px;
  }
  .box.buttons .button {
    float: none;
    display: block;
    width: 100%;
    margin: 0 0 5px;
  }
  .box.buttons .button:last-child {
    margin: 0;
  }


  .box.divided .row .section:last-child {
    padding-bottom: 15px !important;
  }


  .box.divided .row .section,
  .box.nbdivided .row .section {
    float: none;
    overflow: hidden;
    width: 100%;
    padding-bottom: 0 !important;       
  }

  .box.divided .row .section.hint,
  .box.nbdivided .row .section.hint {
    padding-top: 0;
    padding-bottom: 0;
  }
  .box.divided .row .section.hint label.hint,
  .box.nbdivided .row .section.hint label.hint {
    line-height: 1;
    height: auto;
  }
  .box.divided .row .section label.date,
  .box.nbdivided .row .section label.date {
    float: none;
    display: block;
    height: auto;
    line-height: 1;
    padding: 0;
    margin-bottom: 10px;
   

  }
  .box.divided .row .section input.date,
  .box.divided .row .section select.date,
  .box.nbdivided .row .section input.date {
    float: left;
    position: static;
    width: 75%;   
  }

 

  .box.divided .row .section a.pick-date,
  .box.nbdivided .row .section a.pick-date {
    float: right;
    position: static;
    width: 20%;
  }
}




div#bstCal_allocated {
	width: 100%;
	margin: 0;
	background-image: none;
	color: #ffcccc;
	background-color: #ff9999;
}

                            