@import 'https://fonts.googleapis.com/css?family=Lato|Bubbler One';



@font-face {
    font-family: "Arty Signature";
    src: url(/Arty-Signature.otf);
}



body {
	background-color: #FFFFFF;
	margin: 0;
	background-attachment:fixed;
	background-position:center center;
	background-size: cover;
	font-family:Lato, "Open Sans" , Sans,Arial, Helvetica, sans-serif; 
	color: #666;

}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
h1{
	font-family:Bubbler One;
}
h2{
	font-family:Bubbler One;
}
table{
	border-collapse: collapse;
	width: 100%;
}
td{
	vertical-align: top;
	padding: 1vw; 
}
#cal.input[type="text"],input[type="text"].input,input[type="submit"],input[type="password"], textarea, select, .flow input {
	font-family:Lato, "Open Sans" , Sans,Arial, Helvetica, sans-serif; 
	font-size: 15px;
	border-radius: 5px;
	padding: 7px;
	border: 2px solid #757761;
	background-color: #fff;
	max-width: 80vw;
} 
tr:nth-child(odd){
    background-color: #f0f0f0 ;
}
tr:nth-child(even) {
    background-color: #fff;

}

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;
}
.header{
	font-family:"Arty Signature";
	color: #637d9e;
	font-size: 172px; 
	margin: auto;
	max-width: 1205px;
	padding: 1vw 3vw;
	text-align:center;
	letter-spacing:4px;
	background-color: rgba(255,255,255,0.9);
}
.header a{
	color: #637d9e;
	text-decoration: none; 
}
.links{
	font-family:Lato, "Open Sans" , Sans,Arial, Helvetica, sans-serif; 
	font-size: 20px;
	background-color:rgba(99, 125, 158,0.9);
	text-align:center;
	line-height:60px; 
	max-width: 1205px;
	margin: auto;
	padding: 0 3vw;
}
.links a{
	padding: 17px 1vw; 
	color: #fff;
	text-decoration: none; 
	white-space: nowrap;
}
.links a:hover{
	background-color: #000; 
}
.page{
	background-attachment:scroll; 
	height: 600px;
	max-height: 80vh;
	background-position:center center;
	background-size: cover;
}
.needles{
	background-image:url('images/needles.jpg');
}
.kitchen{
	background-image:url('images/heddon-kitchen.jpg');
}
.headonbed{
	background-image:url('images/headon-bedroom.jpg');
}
.seaward{
	background-image:url('images/seaward.jpg');
}
.providence{
	background-image:url('images/providence.jpg');
}
.bedroom{
	background-image:url('images/bedroom.jpg');
}
.bed{
	background-image:url('images/bed.jpg');
}
.totland{
	background-image:url('images/totland-beach.jpg');
}
.freshwaterbay{
	background-image:url('images/freshwaterbay.jpg');
}
.dining{
	background-image:url('images/dining.jpg');
}
.compton{
	background-image:url('images/compton.jpg');
}
.osborne {
    max-width: calc( 1205px + 6vw ); 
  	margin: auto;
	background-color: rgba(255,255,255,0.9);
}
.osborne img{
	width: 100%;
	height: auto;
}
.maintext{
	max-width: 1205px; 
	font-size: 16px;
	font-family:Lato, "Open Sans" , Sans,Arial, Helvetica, sans-serif; 
	color: #666;
	line-height: 180%;
	margin: auto;
	padding: 1.5vw 3vw;
	background-color: rgba(255,255,255,0.9);

}
.maintext a{
	color: #666;
	text-decoration:none;
}
.maintext p a{
	border-bottom: 1px #666 dashed;
}
.flexpics { 
  font-size: 0;
  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: calc( 1205px + 6vw ); 
  margin: auto;
	background-color: rgba(255,255,255,0.9);
}
.flexpics a{
	color: #fff;
	text-decoration: none;
	padding: 2vw 0.5vw; 
}
.flexpics a:hover{
	color: #eee;
	text-decoration: underline; 
}

.flexpics > div { 
 flex: 1 1 auto;
  width: 200px; 
  position:relative;
	margin	: 0 0 2vw 2vw; 
  
}
.flexpics > div:last-of-type{
	margin-right: 2vw;
}
.flexpics > div img { 
  width: 100%; 
  height: auto; 
}
.flexpics > div > div{
	position: absolute;
	background-color:rgba(99, 125, 158,0.9);
	width: 100%;
	top: 0;
	left: 0;
	height: 0;
	transition: 0.5s;
	opacity: 0.5;
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(7px);
	-moz-backdrop-filter: blur(7px);
}

.flexpics > div:hover > div {
	height: 100%;
	opacity: 1;
}
.flexpics > div > div > div {
	color: #fff;
	font-size: 20px;
	padding: 5vw 3vw;
	text-align: center;
	opacity: 0;
	transition: 0.5s;
	
}

.flexpics > div:hover > div > div {
	opacity: 1;
}
#footer{
    max-width: calc( 1205px + 6vw ); 
  	margin: auto;
	background-color:rgba(99, 125, 158,0.9);
}
.footer{

	color: #fff;
	margin: auto;
	display: flex;
    flex-flow: row wrap; 
    justify-content: left;
	padding: 3vh;
	font-size: 16px;
	line-height: 25px; 
	justify-content: center;
}
.footer div{
	width: 300px;
	padding: 20px ;
}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #444; 
} 
#map{
	height: 700px;
    max-width: calc( 1205px + 6vw ); 
	margin: auto; 
}
.iw {
	font-size: 12px;
	text-align: right;
	background-color: #222;
	max-width: 1205px;
	padding: 10px 3vw;
	margin: auto;
} 
.iw a{
	color: #999;
	text-decoration: none;
}
#cottages{
    max-width: calc( 1205px + 6vw ); 
  	margin: 0 auto;
	background-color:rgba(255,255,255,0.9);
}
.cottages img {
  width: 100%; 
  height: auto; 

}
.cottages div{
	padding: 2vw;
	line-height: 170%; 
 flex: 1 1 auto;
  width: 300px; 
}	

.cottages{
  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;
} 
.cottages a{
	color: #666;
	text-decoration: none; 
}
.gridzy{
    max-width: calc( 1205px + 6vw ); 
  	margin: auto;
	background-color: #fff;
}
/* calendar styles */

#calendar{
	max-width: 1205px; 
	font-size: 16px;
	font-family:Lato, "Open Sans" , Sans,Arial, Helvetica, sans-serif; 
	color: #fff;
	line-height: 180%;
	margin: auto;
	padding: 1.5vw 3vw;
	background-color:rgba(99, 125, 158,0.9);

}
.tabletext {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #7A95BA;
	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:  #D83634} 
#notbooked { background-color:  #7A95BA} 

.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);
}
.tariff tr:nth-child(odd) {
	background-color: rgba(220,220,220,0.3);
}
.tariff tr:nth-child(even) {
	background-color: rgba(180,180,180,0.3);
}
.flow tr:nth-child(odd) {
	background-color: rgba(220,220,220,0.3);
}
.flow tr:nth-child(even) {
	background-color: rgba(180,180,180,0.3);
}
.tabletopmain td {
	text-align: center;
	background-color: #3B4277;
	padding: 10px 2px;
	font-size: 13px;
	color: #fff; 
} 
.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;
}
.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 */


.bookings {
	text-align: center;
	background-color: rgba(220,220,220,0.9);
	max-width: calc( 1205px + 6vw );
	margin: auto;
	color: #000; 
}
.bookings div {
	display: inline-block;
	padding: 2vw 1vw;
}
.bookme{
	color: #fff; 
	background-color: rgba(99, 125, 158,0.9);;
	padding: 0.2vw 2vw;
	height: 100%;  
}
.bookme h3 {
	font-size: 18px; 
}
.flow img{
	max-width: 300px; 
}
.cotpics {
	display: inline-block;
	padding: 5px; 
}
.cotpics img{
	border-radius: 5px; 
	max-width: 150px; 
}
#inline1 {
	width:800px;
	display: none; 
	height: 500px;
	color:#333;
	font-family:Calibri, Arial, sans-serif, Sans, Helvetica;
	font-size: 14px;
	margin: 50px; 
}
.wp{
	width: 350px; 
	margin: auto;
}


@media only screen and ( max-width: 1024px ) {

	body{
	background-image:none !important; 
}
.needles2{
	background-image:url('/images/needles.jpg');

}
.kitchen2{
	background-image:url('/images/heddon-kitchen.jpg');

}
.headonbed2{
	background-image:url('/images/headon-bedroom.jpg');

}
.seaward2{
	background-image:url('images/seaward-small.jpg');
}
.providence2{
	background-image:url('images/providence-small.jpg');
}
.bedroom2{
	background-image:url('images/bedroom2.jpg');
}
.totland2{
	background-image:url('images/totland-beach2.jpg');
}
.freshwaterbay2{
	background-image:url('images/freshwaterbay2.jpg');
}
.dining2{
	background-image:url('images/dining2.jpg');
}
.bed2{
	background-image:url('images/bed2.jpg');
}
.compton2{
	background-image:url('images/compton2.jpg');
}
.page {
	max-height: 500px; 
}
.header{
	font-size: 16vw; 
}
.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: 768px ) {
.flexpics, .cottages, .cottages div { 
	display:block;
}
.flexpics > div { 
  width: auto;  
	margin	: 3vw 0; 
}
.cottages > div { 
  width: auto; 
	max-width: 100%;  
}
.cottages > div img { 
  width: auto;  
	max-width: 100%;  
}
.flexpics > div:hover > div {
	height: auto;

}
.bookings div {
	display: block !important;
}
.bookings {
	text-align: left;
}
.flow td, .tariff td{
	display: block; 	
}
.flow img{
	max-width: 100%; 
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 14px;
	border-radius: 0px !important;
	padding: 2px;
	border: 1px solid #757761 !important;
	background-color: #fff;
	width: auto;
} 
}



@media only screen and ( max-width: 500px ) {
.tariff td {
	display: block;
}	
}