@import 'https://fonts.googleapis.com/css?family=Lato|Over+the+Rainbow';
@import 'flickity.css';
@import 'dist/jquery.fancybox.css';
@import 'menu.css';



body {
	background-color: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'Lato', sans-serif, sans;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
}
input, textarea, select {
	font-family:"Open Sans", Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif, Sans;
	font-size: 15px;
	border-radius: 5px;
	padding: 7px;
	border: 2px solid #757761;
	background-color: #fff;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
} 
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,h2,h3,h4{
    font-weight: 400;
}
a{
	text-decoration: none; 
}





header{
    background-color: rgb(34, 58, 85);
}
.header{
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: center;
    color: #fff;
    flex-wrap: wrap;
    line-height: 180%;
    font-size: 16px; 
}
.header > div{
    padding: 10px; 
    flex: 1 1 auto;
}

.header img {
    width: 380px;
}
.header img:nth-child(2){
    width: 120px;
}
.header .telemail{
	font-size: 22px;
}
.header .telemail a{
    color: #fff;
    text-decoration: none;
    padding: 20px 10px; 
    transition: 0.3s;
    position: relative;

}
.header .telemail .contacts{
	display: flex; 
	gap: 40px; 
	flex-wrap: wrap;
}
.header .telemail .contacts .enquiries a{
	padding:10px 30px ;
	background-color: #64b2cc;
	border-radius: 4px; 
}
.header .telemail .contacts .enquiries{
	padding: 20px;
}
.header .telemail .contacts .enquiries a:hover{
	background-color: #223a55;
}

.slidercontainer .layer{
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    justify-content: center;
    align-items: center;


}
.slidercontainer .layer div{
    z-index: 1;
    text-align: center;
    max-width: 80vw;
}
.slidercontainer .layer div p, .slidercontainer .layer div h1{
    text-align: center;
    margin: 0; 
    text-shadow: 2px 2px 2px #fff;
}
.slidercontainer .layer div h1{
    font-family: Compacta Blk BT;
    font-weight: 400;
}
.slidercontainer .layer div p{
    font-family: "Over the Rainbow";
    font-size: 80px; 
}
.slidercontainer{
    position: relative;
}
.bigpicture {
	background-size: cover;
	background-position: center center;
    height: 100%;

}
.gallery-cell {
	width: 100%;
	height: calc(100vh  - 150px);
	margin-right: 10px; 
}
.covid {
    background-color: #64B2CC;
    
}
.covid .maintext, .covid .maintext a{
    color: #fff;
	border-bottom: 1px dashed #c2e2ed;
}
.h1{
    max-width: 1200px;
	padding: 20px; 
	margin: auto; 
}
.h1 h1{
    font-weight: 400;
	font-size: 40px; 
	color:#223A55;
	line-height: 50px; 
}
.maintext {
    max-width: 800px;
    font-size: 16px;
    line-height: 175%;
    margin: auto; 
    padding: 20px;
    color: #555;
}
.maintext a{
	color: #555;
}
.maintext p a{
	border-bottom: 1px dashed #222;	
}
.maintext h1{
/*    font-family: "Over the Rainbow"; */ 
    font-weight: 400;
	font-size: 40px; 
	color:#223A55;
	line-height: 50px; 
}
.maintext.admin{
	max-width: 1200px; 
}
.logos{
    text-align: center;
    padding: 2vw;
    background-color: #eee;
}
.logos img {
    max-width: 200px;
    max-height: 150px;
    margin: 10px; 
}
.social{
    text-align: center;
    padding: 2vw;
    background-color: #e0e0e0;
}
.social img {
    max-width: 50px;
    max-height: 50px;
    margin: 10px; 
}
.footer{
    background-color: #64B2CC;
    color: #fff;
    text-align: center;
    padding: 2vw;
	font-size: 17px; 
}
.footer a{
    color: #fff;
    text-decoration: none; 
    padding: 5px;
    transition: 0.3s;
}
.footer a:hover{
    background-color: #223A55;
}
.flex{
	display: flex;
	max-width: 1200px; 
	justify-content: center;
	margin: 0 auto 50px auto;
	gap: 20px;
	flex-wrap: wrap; 
	color: #444;
	padding: 0 20px; 
}
.flex.partners{
	max-width: 1800px; 
}
.holiday{
	max-width: 800px; 
	color: #444;
	margin: 0 auto 50px;
	padding: 2vw;
	font-size: 17px;
	line-height: 160%; 
}
.flex > div {
	flex: 1 1 250px; 
	max-width: 300px ;
	border: 3px solid #64B2CC;
	margin: 10px;  
}
.flex.partners > div {
	flex: 1 1 500px; 
	max-width: 500px ;
	border: 0;
}

@supports (	gap: 20px) {
flex{
	gap: 20px;
}
.flex > div {
	margin: 0
}
}
@supports (display: grid) {
.flex{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(260px, 1fr));
	justify-items: center;
}
.flex.partners{
    grid-template-columns: repeat(auto-fill,minmax(300px, 1fr));

}
.flex > div{
	width: 100%;
	max-width: none;
	min-width: auto;
}
}

.flex > div > .pic img {
	width: 100%; 
	height: 225px;
	object-fit: cover;	
}
.flex.partners > div > .pic img {
	height: 500px;
	object-fit: contain;
}
.flex > div > .pic a {
	font-size: 0;
}
.flex > div > .pic {
	width: 100%; 
	position: relative;
	height: 225px;
}
.flex.partners > div > .pic {
	height: 500px;
}
.flex > div > .pic > div {
	position: absolute;
	bottom: 0;
	left: 0; 
	right: 0;
	background-color: rgba(34, 58, 85, 0.5);
	color: #fff;
	padding: 20px;
	
}
.flex h2 {
	min-height: 60px;
}
.flex h2 , .holiday h2, .contact h2{
	background-color: #64B2CC; 
	color: #fff; 
	display: block; 
	margin: 0;
	padding: 10px; 
 
}
.flex h2 a , .holiday h2 a{
	color: #fff; 
}

.flex h4 {
	display: block; 
	margin: 0;
	padding: 10px; 
	min-height: 40px; 
}
.holiday h4 {
	font-size: 20px; 
	padding: 20px  10px; 
	background-color: #223A55;
	margin: 0; 
	color: #fff;
}
.flex .price , .holiday .price {
	padding: 10px; 
	min-height:120px;
	background-color: #e0e0e0;
	font-size: 12px;
	
}
.holiday .price {
	font-size: 16px; 
	min-height: auto; 
}
.flex .price span , .holiday .price span {
	color: #223A55;
	font-size: 30px; 
}	
.flex .nights, .holiday .nights {
	padding: 10px; 
	min-height: 40px;
	background-color: #EEEEEE;	
}
.blogs .description, 
.addons .description{
	padding: 10px; 

}
.flex .flash, .holiday .flash {
	padding: 10px; 
	min-height: 40px;
	background-color: #223A55;
	color: #fff;
}
.holiday .largepic img{
	width: 100%; 
	display: block; 
}
.bluelinks {

	background-color: #223A55;
	color: #fff;
	text-align: center; 
}
.bluelinks a{
	color: #fff;
	display: block; 
	padding: 10px;
}
.contact{
	max-width: 800px; 
	color: #444;
	margin: 0 auto 50px;
	padding: 2vw;
	font-size: 17px;
	line-height: 160%; 
}
.contact div {
	padding: 10px; 
}
.contact > div:nth-child(2n+1) {
	background-color: #f0f0f0;
}
.contact > div:nth-child(2n) {
	background-color: #fff;
}
.contact a {
	color: #444;
}
.oops {
	font-size: 250px;
	float: right;
	line-hight: 250px;
	color:#000;
}
.grecaptcha-badge {
    visibility: hidden;
}
small {
	font-size: 12px;  
	line-height:12px; 
}
.next2 {
	max-width: 800px; 
	text-align: right; 
	line-height: 50px; 
	margin: 5px auto;
	padding: 0 50px;  
}
.next2 a {
	padding: 10px;
	color: #222; 
	border: 1px solid #999;
	margin: 5px; 
}
.next2 a:hover{
	background-color: #44586F;
	color: #fff; 
}
.flexcontainer{

}
.mainsection{

}
.lightblue{
	background-color: #64B2CC;
	padding: 20px;
}
.search {
	color: #fff; 
	flex-wrap: wrap;
	gap: 20px; 
	max-width: 1200px;
	margin: auto; 
	font-size: 16px; 
}
.search > div{
 	padding: 0 0 10px 0; 
}
.search select, .search input{
	border: 2px solid #fff;
	max-width: 100%;
	width: auto;
	font-size: 14px; 
	padding: 3px; 
	width: 100%; 
	margin: 0;

}
.search select{
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.search > div > div{
	padding: 0 0 5px 0;
}
.search > div:last-of-type{
	padding: 20px 0
}
.page{
	background-position:center center;
	background-size: cover;
	background-repeat: no-repeat;
	position:relative; 
	height: calc(80vh  - 150px);
    width: 100%;
}
.page.contain{
	background-size: contain;
	height: 400px; 
}
.flexpics, .flexpics2 { 
  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;
	gap: 20px; 
}
.flexpics a{
	color: #fff;
	text-decoration: none; 

}
.flexpics h2{
	font-weight: normal;	
}
.flexpics > div { 
 flex: 1 1 200px;
  position:relative;
  
}

.flexpics > div {
  max-width: 400px; 
	position: relative;  	
}
.flexpics > div img { 
  width: 100%; 
  height: 300px; 
  object-fit: cover;
}
.flexpics > div > div{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 1;
}
.flexpics > div > div > div > div > h2 a{
	display: block; 
}
.flexpics > div > div > div > div > h2 {
	line-height: 80px;
	margin: 0; 
}
.flexpics > div > div > div > div {
	padding: 10px;
	background-color: rgba(255,255,255,0.6); 
	border-radius: 10px; 

}
.flexpics > div > div > div {
	color: #333;
	font-size: 16px;
	text-align: center;
	opacity: 0;
	transition: 0.3s;
	z-index: 1;
	position: relative; 
}
.flexpics > div:hover > div > div {
	opacity: 1;
}
.flexpics a{
	position: relative;
	border-bottom: 0 !important; 
	color: #333;
}
.flexpics a:hover{
	border-bottom: 0 !important; 
}
#map{
	height: 500px; 
}
.maintext tr:nth-child(2n+1) {
    background-color: #f9f9f9 !important;
}
.maintext tr:nth-child(2n) {
    background-color: #fff !important;
}
.iw {
	font-size: 12px;
	padding: 10px 100px 10px 10px;
	text-align: right;
	background-color: #64B2CC; 

} 
.iw a{
	color: #ddd;
	text-decoration: none;
}
#loadMore {
	padding-bottom: 30px;
	padding-top: 30px;
	text-align: center;
	width: 100%;
}
#loadMore a {
	background: var(--blue);
	border-radius: 0.5rem;
	color: var(--white);
	display: inline-block;
	padding: 1rem 2rem;
	transition: all 0.25s ease-out;
	-webkit-font-smoothing: antialiased;
}
#loadMore a:hover{
  background-color: var(--oldblue);
}

/*desktop only*/

@media only screen and ( min-width: 1200px ) {
    .nav a::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #fff;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform 200ms ease-in;	
        color: #fff;
    }
    .nav a:hover::after{
        transform: scaleX(1);
        transform-origin: left;
    }
.holiday, .contact {
	border: 3px solid #64B2CC;
}
.contactform input:not([type="submit"]),
.contactform textarea {
	border: 3px solid transparent !important;
 
}
.contactform:focus-within input:not([type="submit"]):invalid,
.contactform:focus-within textarea:invalid {
	border: 3px solid red !important;
	margin-bottom: 0; 
}
.contactform:focus-within input:not([type="submit"]):valid,
.contactform:focus-within textarea:valid {
	border: 3px solid green !important;
	margin-bottom: 0; 
}
.greyform:focus-within, .contactdiv > div:focus-within {
	background-color: #64b2cc;
	color: #fff;
}
.contactdiv > div:focus-within a{
	color: #fff;
}
.contactdiv > div  a{
	color: #444;
	transition: 1s;
}
.contactdiv div {
	background-color: #F0F0F0;
	transition: 1s;
	color: #444;
}
}




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

.flexcontainer{
	display: flex;
}
.mainsection{
	width: 75%;
	flex: 1 1 auto;
}
.lightblue{
	width: 200px;  
	flex: 1 1 auto;
}
    .flexpics > div > div{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;

}
.description{
	min-height: 260px;
} 
}



  /* mobile only */

  @media only screen and ( max-width: 1200px ) {
    .header{
        display: block;
        text-align: center;
    }
input, textarea, select  {
	width: auto; 
	max-width: 100%; 
}
.header .telemail .contacts{
	justify-content: center; 
	text-align: center; 
}
}








  @media only screen and ( max-width: 640px ), (max-height: 500px) {
    .slidercontainer .layer{
        display: none;
    }
  }





  @media only screen and ( max-width: 700px ) {
.flexpics > div { 
 flex: 1 1 90%;
	max-width: 100%; 
  
}


.flexpics > div > div > div {
	opacity: 1;
	padding: 0; 
	
}
.flexpics > div > div > div > div {
	padding: 0; 
}
*{
	border-radius: 0 !important; 
}

.page {
	display: none; 
}

}




@media only screen and ( max-width: 500px ) {
    .header{
        padding-top: 100px; 
    }
td, th{
	display: block;
}

table input,table textarea,table select{
	width: 70vw;
	max-width: 100%; 
}
}






/*

* {
	border: 2px solid red;
}

*/



