@charset "UTF-8";
body {
	color: #333;
	background-color: #B9C9FE;
	overflow: hidden;
	display: block;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
br {
	margin: 0px;
	padding: 0px;
}
h2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 2px;
    margin-top: 3px;
}
.bold {
	font-weight:400;
}
table {
	border-collapse: collapse;
}
#cal_table {
	font-size: 12px;
	line-height: 28px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.persons {
	font-size: 12px;
	line-height:28px;
	text-align: center;
	font-weight: 400;
}
.heading {
	font-weight: 100;
	background: #a6bafe none repeat scroll 0 0;
	text-align: center;
}
.calendar {
	height:36px;
	background:#a6bafe none repeat scroll 0 0;
}
/*.week_table {
    float: left;
	padding-bottom: 10px;
    width: 100%;
}*/
/*.cost_table {
    float: left;
	padding-bottom: 10px;
    width: 20%;
}*/
.left_arrow {
	padding-left: 8px;

}
.right_arrow {
	padding-right:8px;
}
.right_arrow img {
    float: right;
    height: 36px;
    padding: 3px 0;
}
.left_arrow img {
    float: left;
    height: 36px;
    padding: 3px 0;
}
.calendar  h2 {
	text-align: center;
	margin:6px;
}
/*#weeks tr {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #dde2f4;
}*/
/*#cost tr {
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #dde2f4;
}*/
.date_start {
	background-image: url(../images/date_start.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% 100%;
	border-bottom: 1px solid #007DB8 !important;
}
.date_end {
	background-image: url(../images/date_end.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #E8EDFF;
	background-size: 100% 100%;
	border-bottom: 1px solid #007DB8 !important;
}
.key {
	background-color: #B9C9FE;
	padding:5px 13px;
	margin:5px 0 0 5px;
}
.key td {
	padding: 3px;
}
.key_instruction {
	padding: 0 0 0 8px;
	font-weight:400;
	line-height:normal;
}
.key_free {
    background-color: #e8edff;
    border: 1px solid #666;
    border-radius: 10px;
    height: 20px;
    width: 20px;
}
.key_booked {
	background-color: #0288C5;
	border: 1px solid #666;
    border-radius: 10px;
    height: 20px;
    width: 20px;
}
.dates {
	background: #e8edff;
	text-align: center;
	font-weight: 300;
}	
.booked {
	background: #0088C5;
	text-align: center;
	border-bottom: 1px solid #007DB8 !important;
}
.booked .date_start {
    background-color: #e8edff;
}
.dates .date_end {
    background-color: rgba(0, 0, 0, 0);
}
.price {
	border-bottom: 1px solid #dde2f4;
	border-left: 1px solid #0088c5;
	text-align: center;
}
.booked .price {
    border-bottom: 1px solid #007db8;
	border-left: 1px solid #007db8;
	/*border-top: 1px solid #0088c5;*/
}
.price td {
	background: #cbe9ff;
}
.dates:hover {
	background: #d0dafd;
}
.grey {
	color:#999;
}


@media only screen and (min-width: 460px) {
.769to*** {
}
h2 {
	font-weight: 300;
	font-size: 20px;
	margin-bottom: 8px;
	margin-top: 10px;
	line-height:24px;
}
#cal_table {
	width: 100%;
	font-size: 15px;
}
.persons {
	font-size: 15px;
}
.key {
	background-color: #B9C9FE;
	padding:5px 13px;
	margin:10px 0 0 10px;
}
.key_instruction {
	padding:0 0 0 13px;
}
}
@media only screen and (min-width: 768px) {
/* Portfolio layout hover: 901px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
}


@media only screen and (min-width: 980px) {

#980to1231 {
}
.key {
	background-color: #B9C9FE;
	padding:5px 13px;
	margin:20px 0 0 20px;
}
.key_instruction {
	padding:0 0 0 23px;
}
}
/* Portfolio layout hover: 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1232px) {

#1231 {
}
.key {
	background-color: #B9C9FE;
	padding:5px 13px;
	margin:10px 0 0 10px;
}
.key_instruction {
	padding:0 0 0 13px;
}
.dates {
	background: #e8edff;
	text-align: center;
	font-weight: 100;
}
}
