﻿@import 'https://fonts.googleapis.com/css?family=Krub';

@font-face {
    font-family: "Casablanca Light SF";
    src: url(./CSABL.TTF);
}

body{
	margin:0;
	background-color:#fff;
	font-family:Krub, "Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;

}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	font-size: 15px;
	border-radius: 5px;
	padding: 7px;
	border: 2px solid #757761;
	background-color: #fff;
	max-width: 80vw;
	width: 250px; 
} 
a[href^="mailto:"]
{
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
table{
	width: 100%;
	border-collapse: collapse;
}
th{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
	text-align: left;
	background-color: #666666;
	color: #fff;
	font-size: 20px; 
}
td{
	padding: 5px 3vw 5px 5px;
	vertical-align: top;
}
h1{
	font-family:Krub;
	font-weight:normal;
	font-size: 32px; 
}
h3{
	font-family:Krub;
	font-weight:normal;
	font-size: 20px; 
}
.header a{
	color: #fff;
	text-decoration: none; 
}
.header div{
	max-width: 1200px;
	padding: 0.7vw 2vw; 
	text-align: right; 
	margin: auto;
	font-family:"Casablanca Light SF";
	color: #fff;
	font-size: 70px; 
	text-shadow: 1px 1px #000;
  -ms-hyphens: manual;
  -moz-hyphens: manual;
  -webkit-hyphens: manual;
  hyphens: manual;

}
.links{
	background-color:rgba(0,0,0,0.25);
	text-align:center; 
	color: #fff;
	line-height: 64px;
	text-align:center;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	-moz-backdrop-filter: blur(7px);
}
.links a{
	padding: 21px 15px; 
	color: #fff;
	text-decoration: none;
	white-space:nowrap;
	
}
.links a:hover{
	background-color: #000; 
}
.page{
	min-height: 80vh;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	background-attachment:fixed;
	position: relative;
}
.admin{
	background-color: #1783D9; 
	min-height: 0;  
}
.osborne{
	min-height: 50vh;
	background-attachment:scroll;
}
.page .title{
	position: absolute; 
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.6); 
}
.textdiv{
	background-color:#fff;
	color: #333;
	font-size:16px;
	line-height: 185%;
}
.maintext{
	max-width: 1200px; 
	padding: 3vw;
	margin:auto;
	font-family:Krub;
}
.maintext a{
	color: #333;
	text-decoration:none;
	border-bottom: 1px #666 dashed; 
}
.footer {
	background-color: #1783D9;
	color: #fff;
	padding: 3vw 0;
}
.footer > div { 
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-flex-flow: row wrap; 
  flex-flow: row wrap; 
  display: -webkit-box;
  display: flex;
  justify-content: center;
  max-width: 1000px;
  margin:auto; 
  color: #fff;
  line-height:180%; 
}

.footer > div > div { 
 flex: 1 1 auto;
  width: 250px; 
  max-width: 800px;
  position:relative;
	padding: 1vw 2vw;
}
.footer a{
	color: #fff;
	text-decoration:none;
}
.footer a:hover{
	text-decoration:underline;
}
.iw {
	font-size: 10px;
	padding: 10px 5vw;
	text-align: right;
	background-color: #114770;
} 
.iw a{
	color: #fff;
	text-decoration: none;

}
.squares, .squares2 {
	display: block;
	margin:auto;
	padding	: 4px;
	}
.squares2 div{
	border: 2px solid #fff;
  box-sizing: border-box;
}

.squares div {
	display: inline-block;
	width: calc( 50% - 4px );
	height:  calc( 30vh - 4px );
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.squares2 div {
	display: inline-block;
	width: calc( 25% - 4px );
	height:  calc( 30vh - 4px );
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.squares div img, .squares2 div img {
	width: 100%;
	height: 100%;
}


/* calendar styles */
#calfull{
	background-color:#1783D9;
}
#calendar{
	max-width: calc( 1200px - 6vw );
	font-size: 16px;
	font-family:Lato, "Open Sans" , Sans,Arial, Helvetica, sans-serif; 
	color: #fff;
	line-height: 180%;
	margin: auto;
	padding: 1.5vw 3vw;

}
.tabletext {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #1783D9;
	text-align: center; 

}
.tabletext td {
	padding: 4px !important; 
	border: 1px solid #aaa;
}


.tabletext a { color: white; 
text-decoration: underline} 

.tabletext a:hover { color: #DBDFB5; 
text-decoration: none} 


.tabletop {  
	padding: 5px;
	margin:0px;
	color: white;
	background-color: #3B4277;
}



#booked { background-color:  #b23535} 
#notbooked { background-color:  #1783D9} 

.cal9 {
	border: 1px solid #C0C0C0;
	width: 25px; 
	height: 25px; 
}
.caldiv {
	width: 30%;
	float: left;
	min-height: 270px;
	margin: 20px 30px 10px 0;
}
.caldiv2 {
	width: 100%;
	min-height: 270px;
	margin: 20px 30px 10px 0;
	overflow: auto; 
}
.dummy {
	clear: left; 
	height: 40px;
	width: 40px;
	display: inline-block;
	margin: 5px;
} 
.caldiv td, .caldiv2 td{
	vertical-align: top; 
	padding: 5px  !important;
	min-height: 40px; 
}
.caldiv tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.3);
}
.caldiv tr:nth-child(even) {
	background-color: rgba(50,50,50,0.3);
}
.caldiv2 tr:nth-child(odd) {
	background-color: rgba(0,0,0,0.3);
}
.caldiv2 tr:nth-child(even) {
	background-color: rgba(50,50,50,0.3);
}
.tariffdiv{
	overflow: auto;
}
.tariff td{
	padding: 2px; 
}
.tariff input{
	padding: 2px;
	font-size: 13px;
}
.tabletopmain td {
	text-align: center;
	background-color: #3B4277;
	padding: 10px 2px;
	font-size: 13px;
	color: #fff !important; 
} 
.calname {
	width: 150px;
	padding: 5px 15px 5px 15px !important;
	text-align: left !important;
	font-weight: bold;
	font-size: 15px !important; 
	color: #fff ;
	background-color: #3B4277 !important;
	white-space:nowrap;
	color: #fff;
}
.calone td, .calone{
	padding: 10px 0.5vw;
	background-color: #cdd8cd;
	text-align: center;
	font-size: 13px;
	height: 30px;
	border: 2px solid #fff;
}
.caltwo td, .caltwo{
	padding: 10px 0.5vw;
	background-color: #bac4ba;
	text-align: center;
	font-size: 13px;
	height: 30px;
	border: 2px solid #fff;
}
.caladmin td, .calheading td{
	color: #fff; 
}

.months input, .months select {
	height:50px;
	color: #444;
	border: 1px solid #999;
	background-color: #fff; 
	vertical-align: middle; 
	font-size: 18px;
	padding: 10px;
	display: inline;
}
.months select{
	width: 200px;
}
.key{

	clear: left;

} 
.key span {
    vertical-align: middle;
	padding	:0 50px 40px 0; 
} 
.calform select, .calform input{
	width: auto;
}
.fullcal{
	width: 100%; 
}
.fixed {
	width: calc( 100vw - 6vw );
	max-width: 100%; 
}
/* end calendar styles */

.tariff td{
	padding: 7px 1vw; 
}
.tariff tr:nth-child(odd){
    background-color: #999DAC ;
	color: #fff; 
}
.tariff tr:nth-child(even) {
    background-color: #fff;

}
#map{
	height: 700px;
	width: 100%;
	max-height: 100%; 
}
.contact td {
	padding: 1vw;
}

.tariff input, .tariff select, .tariff textarea, .caladmin input, .dummy input, .calendar select, .calendar input{
	width: auto; 
	padding: 3px; 
}
.social {
    text-align: center;
    background-color: #136db2;
    padding: 2vw 0;
}





@media only screen and ( max-width: 1100px ) {
body{
	background-attachment:scroll;
	background-size:  auto 100vh;
}
.squares, .squares2{
	display: block;
	margin:auto;
	}
.squares div, .squares2 div {
	display: inline-block;
	width: calc( 50% - 4px );
	height: 30vh;
}
.page{
	height: 60vh;
	background-attachment:scroll;
}
.textdiv{
	font-size:18px;
}
.caldiv {
	width: 100%;
}
.caldiv:first-of-type {
	display: none; 
}
.caldiv:last-of-type, #last {
	display: none; 
}
.caldiv td {
	display: table-cell;
}
input, textarea, select {
	width: auto; 
} 
}


@media only screen and ( max-width: 800px ) {
.footer > div > div, .footer > div {
	display: block;
	width:auto; 
}
.header div {
	font-size: 48px; 
}
.squares div, .squares2 div {

	width: 100%;
	height: 60vw;
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	border-radius: 0px;
	padding: 2px;
	border: 1px solid #757761;
	background-color: #fff;
	width: auto;
} 
.tariff td {
	display: block; 
}
}