@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Carattere&display=swap');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Satisfy&family=UnifrakturMaguntia&display=swap');

:root {
	--mainback: #462576;
	--paleback: #b2a0cd;
	--mainfont: #b2a0cd;
	--secfont: #cedefa;
	--darkfont: #045FB4;
	--white: #fff;
	--maxwidth: 1250px;
	--new: yellow;
	--editcol: #F5A9F2;
	--action: #F7FE2E;
	--pageback: #fff;
	--backgray: #d8d8d8;
	
	--bestat: #462576;
	--bestatpale: #b2a0cd;
	--bestatblue: #cedefa;
	--bestatpink: #ffe0f6;
	--bestatgreen: #d4efe8;
	--bestatyellow: #f6edd6;
	--bestatred: #f43abc;
	--bestatgray: #eeeeee;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Barlow', sans-serif;
    font-weight:400;
}

/*removing apple styling*/
input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    }
html {
	position: absolute;
    height:auto;
    width:100%;
	background-color: var(--pageback);
}

body, header, footer {
   
	max-width: var(--maxwidth);
	margin: 0 auto !important;
    background-color: var(--pageback);
}
body {
	
}

.pre {
	white-space: pre-wrap;
}
.clear{
    clear:both;
}
.agent {
	font-family: 'Carattere', cursive;
	color: var(--mainfont);
	font-size: 1.8em;
}
.header {
     background-color: var(--mainback);  
}
.primary{
    color:var(--mainback);
}
.secondary{
    color:var(--mainfont);
	font-size:1.8em;
}
.white{
    color:#fff;
}
.search100 {
	float: right;
}

/*********************************************************************************************/
/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  background-color: var(--mainfont);
  width: 20px;
  height: 20px;
  border: 1px black solid;
  border-radius:50px;
  padding: 0px 4px;
  font-weight:bold;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
 
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tipflex {
	display: flex-grow;
}
/*CHOICE COMBO BOX DROPDOWN START TYPING*/
.custom-combobox {
    position: relative;
	width: 300px;
  }
  .custom-combobox-toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    margin-left: -1px;
    padding: 0;
	width: 300px;
  }
  .custom-combobox-input {
    margin: 0;
    padding: 5px 10px;
	width: 300px;
  }
  .ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #fff;
	color: #000;
	padding:2px;
	max-width: 300px;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-content .ui-icon {
	background-image: none;
}
/******************************************************************************************/
.bold {
	font-weight: bolder;
}

.boldlarge {
	font-weight: bolder;
	font-size: 1.2em;
}

.flexbutsrow {
	justify-content:space-between;
	display: flex;
}
.flexbuts {
	display:inline;
	justify-content:space-between;
}
.flexbutsoffer {
	display:inline;
	justify-content:space-around;
}

/*************************************************** screen spllits *************************/

.searchbar {
	background-color: green;
	height: 50px;
	width: 100%;
}
#sear {
	
}
.agentmain {

	width: 100%;
	}
.topmain{

	display: flex;
	width: 100%;
}
.topmain2{
	margin-top: 50px;
	display: flex;
	width: 100%;
}
.agentleft{
	min-width: 310px;
	max-width: 516px;
}
.agentlefthalf{
	margin-top:20px;
	margin-right:5px;
	width:50%;
}
.agentrighthalf{
	margin-top:20px;
	margin-right:5px;
	width:50%;
	

}
.agentleft25{
	float:left;
	margin-top:20px;
	margin-right:5px;
	width:25%;
}
.agentright75{
	float: right;
	margin-top:20px;
	margin-right:5px;
	width:70%;
	

}
.agentmidtop{
	margin-top:20px;
	margin-right:5px;
	width:50%;
	

}

.agentmid {
	min-width: 390px;
	max-width: 516px;
	margin-left:20px;
	margin-top:7px;
	padding: 10px 20px;
}

.agentright {
	width: 100%;
	float: right;
	margin-top:7px;
	padding: 10px 20px;
	
}
#initial {
	width: 100%;
}
.middlemain {
	margin-top: 10px;
	display:flex;
	justify-content: space-between;
	width: 100%;
}
.triple {
	width: 35%;
}
.twothird {
	width: 60%;
	margin-left: 30px;
}

.bottommain {
	margin-top: 20px;
	display : block;
	
}
.boxrow{
	width: 100%;
	display: flex;
}
.box20 {
	width: 33%;
}

/*********************************************************** menu bar*********************/

#navbar {
    background-color: var(--mainback);
    position: sticky;
    top:0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content:space-between;
    margin: auto;
    padding: 10px 20px;
    height: 100%;
	min-height: 50px;
    color: #eee;
    }

#navbar h1 {
    color: #eee;
    font-size: 1.2em;
}
.smh1 {
    color:#fff;
    font-weight: bold;
    font-size: 1.2em;
    margin-left: 18px;
    }

#navbar ul{
    display: flex;
}
#menuareablock {
	height: 42px;
}
.buttonrow {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 40px;	
}
.buttonrow2 {
	display: flex;
	justify-content:space-between;
	width: 100%;
	height: 40px;	
	
}
.buttonrowleague {	
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: 40px;	
}
.space {
	height: 45px;
}
.spacer {
	height: 10px;
}
.topnav {
  overflow: hidden;
  background-color: var(--mainback);
  position: fixed;
  top: 0;
  width: 100%;
  max-width: var(--maxwidth);
  z-index: 1;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px; 
  text-decoration: none;
  font-size: 15px;
}

.topnav a:hover {
  background-color: var(--paleback);
  color: var(--mainback);
}

.topnav a.active {
  background-color: var(--bestatpale);
  color: var(--bestat);
}

.topnav .icon {
  display: none;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
	display: block;
	background-color: var(--mainfont);
	  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {

    position: absolute;
	right:0;
    top: 0;
	font-weight:700;
	background-color: var(--mainfont);
	
	  }
  .topnav.responsive a {

    float: none;
    display: block;
    text-align: left;
	  }
	  
}

/************************************************* buttons on top of page *********************/
.butboxarea {
	margin: 5px;
}
.rowbutton {
	justify-content: space-around;
	font-size: 0.7em;
	font-weight: bold;
	margin: 5px;
	padding: 5px 5px;
	border: solid var(--mainback) 0.5px;
	border-radius: 3px;
	background-color: var(--secfont);
	color: var(--mainback);
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.rowbutton:hover{
	font-size: 0.7em;
	font-weight: normal;
	margin: 10px;
	padding: 5px 5px;
	border: solid var(--mainback) 1px;
	border-radius: 3px;
	background-color: var(--mainback);
	color: var(--white);
	cursor: pointer;
}
.actionbutton {
	font-size: 0.7em;
	margin: 0px auto 5px auto;
	border: 1px var(--mainback) solid;
	border-radius: 5px;
	color: var(--white);
	font-weight: bold;
	background: var(--mainback);
	padding: 5px;
}
.actionbuttonweb {

	font-size: 1em;
	margin: 5px auto;
	border: 1px var(--mainback) solid;
	border-radius: 5px;
	color: var(--white);
	font-weight: bold;
	background: var(--mainback);
	padding: 2px;
}


/********************************************************/
.loginarea {
	padding:15px;
	width: 100%;
}
.logophone a{
    text-decoration: none;
}

ul{
    list-style: none;
}

ul a {
    text-decoration: none;
    font-size: 0.8em;
    color: #eee;
    padding: 10px 20px;
}
.richText .richText-toolbar ul a {
    text-decoration: none;
    font-size: 0.5em;
    color: var(--bestatpale);
	background-color: var(--bestat);
    padding: 10px 20px;
}
ul a:hover{
    color:var(--mainfont);
    border-bottom: 2px var(--mainfont) solid;
}
/* section of header picture with message */
.headerpic{

    background: url('../img/banners/beachbanner.jpg') no-repeat center center/cover;
    width: 100%;
    height:280px;
    max-height:280px;
    margin: auto;

    object-fit: cover;
}
.headersearch {
	width: 50%;
	height: 170px;
	margin: auto;
	margin-top:50px;
	background-color: var(--mainback);
	border-radius: 5px;
	padding: 20px;
}
.searchform {
	width: 100%;
}
.headersearch h2{
	color: var(--mainfont);
	font-size: 2em;
	padding: 5px 20px 0px 0px;
}
.searchform input[type="text"] {
	margin: 10px auto;
	width: 70%;
	height: 40px;
	color: var(--mainback);
}
.centre {
	text-align:center;
	font-size: 0.90em;
	color: var(--white);
}
.redback {
 	background-color: red; 
	color: white;
}

.searchform input[type="submit"]{
	width: 25%;
	height: 40px;
	background-color: var(--action);
	margin-top: 20px;
	margin-left:20px;
	}
.searchbutton {
	color: var(--mainback);
	font-weight: bold;
	font-size: 1.2em;
}
	
.headerflex {
	display: flex;
	justify-content: space-between;
	width: 100%;
	
}
.header-left {
		

}
.header-right {
	width: 90%;
	max-width: 400px;
    margin: 30px auto;
	background-color: var(--secfont);
	border: 2px var(--mainback) solid;
	border-radius: 5px;
	padding: 10px;
}
.header-right h2 {
	font-size: 1.5em;
	text-align: center;
	color: var(--mainback);
}
.headerpic .headertitle{

}
.headingsummary{
	
    width:500px;
    margin-top: 5px;
	margin-left: 20px;
	
	color:var(--mainback);
    font-size: 2.3em;
}

.topheading {
   
    color:var(--mainfont);
    font-size: 3rem;
}
.registration {
	
	float: right;
	width: 60%;

}

/*type section*/
.flex_types{
    display:flex;
    flex-wrap:wrap;
   
    margin-top:15px;
    margin:10px;
    height:max-content;
    flex: 1;
    justify-content: space-between;
    
}
.typebox{
    display:flex;
    text-align: center;
    justify-content: center;
    border: 1px #333 solid;
    border-radius: 5px;  
    width: 22%;
    height: 100px;
    overflow: hidden;
	
}
.type_box {
    border-radius: 5px;  
    display: flex;
    align-items: center;
    justify-items: center;
    
    width: 100%;
    height: 100%;
   
}

.type_box h3{
    width: 100%;
    text-align: center;
    font-weight: bolder;
    font-size: 1.6em;
    color: #fff;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}


.cruise {
    background: url('https://morf.uk/images/advertpics/cruiseship.jpg') no-repeat center center/cover;
}

.beach {
    background: url('https://morf.uk/images/advertpics/beachsec.jpg') no-repeat center center/cover;
}
.long {
    background: url('https://morf.uk/images/advertpics/Maldives.jpg') no-repeat center center/cover;
}
.city {
    background: url('https://morf.uk/images/advertpics/NYC4.jpg') no-repeat center center/cover;
}

.type_box:hover {
    transform: scale(1.15);
    cursor: pointer;
    transition: transform 1s ease;
}

 /* deal boxes */ 
.flex_trip{
    display:flex;
    flex-wrap:wrap;
    text-align: center;
    justify-content: center;
    flex: 1;
    justify-content: space-around;

}
.trip_box {
    
    background-color: var(--mainback);
    color: var(--white);
    border: 1px var(--mainback) solid;
    border-radius: 5px;
    margin:10px;
    padding: 5px 10px;
    width: 30%;
    height: 35px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.trip_box:hover {
    background-color: var(--secfont);
    color: var(--mainback);
    cursor: pointer;
    font-weight:bold;
}
.trip_box2{
    
    background-color: var(--mainback);
    color: var(--white);
    border: 1px var(--mainback) solid;
    border-radius: 5px;
    margin:10px;
    padding: 5px 10px;
    width: 90%;
    height: 35px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.trip_box2:hover {
    background-color: var(--secfont);
    color: var(--mainback);
    cursor: pointer;
    font-weight:bold;
}
.redbutt {
	background-color: var(--bestatred);
}
.quotebutton {
    justify-self: center;
    background-color: var(--mainback);
    color: var(--white);
    border: 1px var(--mainback) solid;
    border-radius: 5px;
    margin:0 10%;
    padding: 5px 10px;
    width: 80%;
    height: 35px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	margin-bottom: 10px;
}
.quotebutton:hover {
    background-color: var(--secfont);
    color: var(--mainback);
    cursor: pointer;
    font-weight:bold;
}
.quotebutton:focus {
    background-color: var(--mainback);
    color: var(--white);
    font-weight:bold;
}
.quotebuttonsm {
    background-color: var(--secfont);
    color: var(--mainback);
    border: 1px var(--secfont) solid;
    border-radius: 5px;
    margin: auto;
    padding: 5px;
    min-width: 30%;
    height: 25px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.quotebuttonsm:hover {
    background-color: var(--secfont);
    color: var(--mainback);
    cursor: pointer;
    font-weight:bold;
}
.quotebuttonsm:focus {
    background-color: var(--mainback);
    color: var(--white);
    font-weight:bold;
}


.quotebuttonsmoffer {
    background-color: var(--bestat);
    color: var(--white);
	font-weight:bold;
    border: 1px var(--mainback) solid;
    border-radius: 5px;
    margin: 0% 10%;
    padding: 5px;
    min-width: 30%;
    height: 40px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width: 80%;
}
.quotebuttonsmoffer:hover {
    background-color: var(--secfont);
    color: var(--mainback);
    cursor: pointer;
    font-weight:bold;
}
.quotebuttonsmoffer:focus {
    background-color: var(--mainback);
    color: var(--white);
    font-weight:bold;
}

.quotebuttonsmoffera {
    background-color: var(--bestat);
    color: var(--white);
	font-weight:bold;
    border: 1px var(--mainback) solid;
    border-radius: 5px;
    margin: 5px;
    padding: 5px;
    min-width: 30%;
    height: 40px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	width: 100%;
}
.quotebuttonsmoffera:hover {
    background-color: var(--secfont);
    color: var(--mainback);
    cursor: pointer;
    font-weight:bold;
}
.quotebuttonsmoffera:focus {
    background-color: var(--mainback);
    color: var(--white);
    font-weight:bold;
}

.quotebuttonsmnews {
    background-color: var(--bestat);
    color: var(--white);
	font-weight:bold;
	font-size: 0.5em;
    border: 1px var(--mainback) solid;
    border-radius: 5px;
    margin: 5px;
    padding: 0px;
    min-width: 30%;
	Max-width: 30%;
    height: 20px;
	float: right;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}
.quotebuttonsmnews:hover {
    background-color: var(--secfont);
    color: var(--mainback);
    cursor: pointer;
    font-weight:bold;
}
.quotebuttonsmnews:focus {
    background-color: var(--mainback);
    color: var(--white);
    font-weight:bold;
}

/*Banner*/
#banner {
    background-color: var(--mainfont);
    color:#000;
    font-weight: bold;
    text-align: center;
    border: 2px dashed #000;
    padding: 5px;
    margin-top: 5px;
}
.hotelbanner {
    width: 100%;
   
    background-color:var(--mainback);
    color:var(--white);
    font-weight: bolder;
    text-align: center;
    
    padding: 5px;
    margin-top: 5px;
}
/* Main Section */
#whole_page{
    
    width:100%;
}
#upload_offers {
    float:left;
    width:70%;
}
#hoteloffers {
    float:left;
    width:28%;
}
.flex-offers{
    display:flex;
    flex-wrap:wrap;
    text-align: center;
    justify-content: center;
    text-align: center;
    justify-content: space-around;
    border-right: solid #333 1px;
}
.boxpic {

	/*box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;	*/
	/*box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;*/
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.boxpic_offers {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    
    border-radius: 5px 5px 0px 0px;
    margin:10px;
    padding-bottom: 5px;
    width: 30%;
    max-width:220px;
    min-width:220px;
	
}

.boxpic_title {
    justify-self: flex-start;
    
       
}
.boxpic_but {
    justify-self: flex-end;
}

.advpic1{
    position:relative;
    border-radius: 5px 5px 0px 0px;
    height: 140px;
    width: 100%;

}
.pricetag{
    position:relative;
    top: -5px;
    right: -5px;
    border-radius: 5px;
    float: right;
    min-width: 75px;
    min-height: 25px;
    padding: 4px;
    background-color: var(--mainfont);
    color: var(--mainback);
    font-weight: bold;
    font-style: italic;
}

.highlights{
    position:absolute;
    bottom: 0;
    left:0;
    color: var(--mainback);
    min-width:75px;
    min-height: 15px;
    
    margin: 0px;
    text-align:left;
}
.hotelhighlights {
    text-align: center;
}
.hotelhighlights h3{
    color: var(--mainback);
    font-weight:600;
}
.hotelhighlights h4{
    color: var(--mainback);
    font-weight:400;
}
.hotelname {
    padding: 10px 10px 0 10px;
}
.pricing {
    padding-top: 20px;
    text-align: center;
    color: var(--mainback);
    font-weight:600;
}

.hotelhighlights h5{
    color: var(--mainback);
    font-size: 0.4em;
    padding: 5px 0 0 0;
}
.destination h5{
    font-size: 0.5em;
    font-weight: 500;
}
.icongroup{
    display: flex;
    justify-content: space-between;
    padding: 2px;
}
.icon{
    
	
   }

.icon i{
    width:100%;
    color: var(--mainback);
    font-size:1.2em;
    margin-left: 10px;
}

.mainback {
color: var(--mainback);	
}

.iconname{
    width: 80%;
	  color: var(--mainback);
    font-size: 0.5em;
}
.staricon{
    display: inline;
 

   }

.staricon i{
    color: silver;
    font-size:0.8em;
	margin-left: 10px;
}

/*
h5{
    margin-block-start: 0;
    margin-block-end: 0;
}
*/ 
/*labels - could be changed the way it does this*/
.LUXURY {
    
    padding: 0 10px 0 5px;
    background-color: wheat;
}
.FAMILY {
    padding: 0 10px 0 5px;
    background-color: #2e9afe;
    color: #000;
}
.ADULT {
    padding: 0 10px 0 5px;
    background-color: silver;
}
.MULTI-CENTRE {
    padding: 0 10px 0 5px;
    background-color: rgb(30, 30, 167);
    color: #fff;
}
.EXTRAS-Included {
    padding: 0 10px 0 5px;
    background-color: pink;
    color: var(--mainfont);
}
.BARGAIN {
    padding: 0 10px 0 5px;
    background-color: red;
    color: #fff;
}
.SKI {
    padding: 0 10px 0 5px;
    background-color: lightblue;
    color: var(--mainfont);
}
.FREE-CHILD {
    padding: 0 10px 0 5px;
    background-color: pink;
    color: #333;
}
.SOLO-Traveller {
    padding: 0 10px 0 5px;
    background-color: yellow;
    color: #333;
}
.boxpic_offers h2 {
    font-weight:bolder;
    margin-top:4px;
    color:#333;
    text-align: center;
    font-size: 1.3rem;
}
.boxpic_offers h4{
    margin:10px;
    text-align: justify;
    font-size: 0.7rem;
    }
/*button*/

 /*  
    .forms input[type="submit"],
    .forms input[type="button"]
    {
        color: var(--mainback);
        background: var(--mainfont);
        font-size: 14px;
        font-style: normal;
        font-weight: bold;
        width: 80%;
        border: 2px solid #333333;
        border-width: 1px;
        border-radius: 5px;
        margin: 10px auto 5px;
        padding: 5px;
    }
    .forms input[type="submit"]:hover,
    .forms input[type="button"]:hover
    {
        background: #ffffff;
        color: #333333;
        cursor: pointer;
    }
*/
    .actionbuttonlrg input[type="submit"],
    .actionbuttonlrg input[type="button"]
    {
        color: var(--mainback);
        background: var(--mainfont);
        font-size: 24px;
        font-style: normal;
        font-weight: bold;
        width: 100%;
        border: 2px solid #333333;
        border-width: 1px;
        border-radius: 5px;
        margin: 10px auto 5px;
        padding: 5px;
    }
    .actionbuttonlrg input[type="submit"]:hover,
    .actionbuttonlrg input[type="button"]:hover
    {
        background: #ffffff;
        color: #333333;
        cursor: pointer;
    }
   
    .enquirySubmitButton{
        width: 100%;
        margin-bottom:50px;
    }
    .submitbut{
        width:100%;
        margin: auto;
        height: 60px;
    }
  
    #hoteloffers{
        display: flex;
        flex-wrap: wrap;        
    }
    .hotel_box {
        
        margin: 10px auto ;
      
        max-width:100%;
        min-width: 250px;
       
        border-radius: 5px;
        height: max-content;
        padding:15px;
    }
    .hotel_pic {
        width: 100%;
        height: 175px;
        border-radius: 5px;
        
    }
    .hotel_title h2{

        font-weight: 700;
        font-size:1.3em;
        color: var(--mainback);
            }
    .hotel_dest h3{
        font-weight: 600;
        font-size: 1em;
         color: var(--mainback);
                    }     
    .hotel_descrip{
        font-weight: 400;
        width:100%;
    }
    
    /*colours for html text*/
    .red {
        color:red;
    }
    
    
    /*footer*/
.clearing {
    height:40px;
}

.footer {
    position: fixed;
    bottom: 0;
    text-align: center;
    display: flex;
    width: 100%;
	max-width: var(--maxwidth);
    background-color: var(--white);
    
}
.footerbutton {
    background-color: var(--mainback);
    color: var(--white);
	font-weight: bold;
    text-align: center;
    width: 33.3%;
    padding: 10px;
    border: 1px #fff solid;
    border-bottom:none;
    border-top:none;
    flex-grow: 1;
}
.highlighter{
    background-color: var(--mainfont);
    color: var(--mainback);
	font-weight: bolder;
    text-align: center;
    width: 33.3%;
    padding: 10px;
    border: 1px #fff solid;
    border-bottom:none;
    border-top:none;
    flex-grow: 1;
}

.footerbutton h3 a{
    
    font-size: 0.8em;
   
    text-align: center;
    padding: 0px;
    margin: 0px;
}
.footerbutton:hover{
    background-color: var(--mainfont);
    color: var(--mainback);
    cursor: pointer;
}
.footer a {
    text-decoration: none;
    font-size: 0.8em;
    color: var(--white);
	font-weight: bold;
    padding: 10px 20px;
}
.footer a:hover{
    color:var(--white);
    border-bottom: 2px var(--mainback) solid;
}
.highlighter a {
    text-decoration: none;
    font-size: 1em;
    color: var(--mainback);
	font-weight: bold;
    padding: 10px 20px;
}
.highlighter a:hover{
    color:var(--white);
    border-bottom: 2px var(--white) solid;
}
/*enquiry page*/
#pagearea{
    
    padding: 5px 30px;
    }
.formpanel{
    float:left;
      width:49%;
    }

.wordart{
        float:left;
        width:50%;
    }
.pagetitle h1{
    position: relative;
    left:-20px;
    color:var(--mainback);
    font-size: 2.4em;
    font-weight: bold;
}
.subtitle h6{
    color:var(--mainfont);
    font-size: 1.2em;
    margin-bottom:15px;
    font-weight: bold;
}
.subtitle p{
    color:#333;
    font-size: 0.8em;
    margin-bottom: 15px;
}
p{
    color:#333;
    font-size: 0.8em;
    margin-bottom: 15px;
}
.heading h3 {
    color:var(--mainback);
    font-size: 1.3em;
    margin-bottom:10px;
}

.headingbat {
	color: var(--bestat);
	font-weight:bold;
	background-color: var(--bestatpale);
	margin-bottom: 10px;
	padding: 5px;
}
.headingbat h3 {
    color:var(--white);
    font-size: 1.3em;
    margin-bottom:10px;
}

/*form styling*/

.formcontainer{
    margin: auto;
    max-width: 1200px;
    padding: 0px;
}
.form-row{
    display: flex;
    flex-wrap: wrap;
}
.form-group{
    margin: auto;
    padding: 3px 3px;
    width: 95%;
}
label{
	font-size: 0.7em;
    display: block;
    color: var(--mainback);
	padding: 3px;
}
.instruct {
	font-size: 0.7em;
    display: block;
    color: var(--mainback);
	padding: 3px;
}
input{
    width: 100%;
	padding:2px;
    border: var(--mainback) 0px solid;
}
.buttoncontainer {
	padding: 5px;
	display: flex;
	justify-content:space-around;
}
.formbutton {
	margin: 5px, auto;
	border: 1px var(--bestat) solid;
	border-radius: 5px;
	color: var(--bestat);
	font-weight: bold;
	background: var(--bestatpale);
	padding: 5px;
}

.select100{
    width:100%;
    margin-bottom: 10px;
}
.textarea100{
    width:100%;
    margin-bottom: 10px;
}
.short {
	height: 350px;
}
.shorter {
	height: 125px;
}
.single{
    
    width:100%;
    margin-bottom: 10px;
}
/*ribbon*/
.ribbon {
    width: 130px;
    height: 140px;
    overflow: hidden;
    position: absolute;
  }
  .ribbon::before,
  .ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #2980b9;
  }
  .ribbon span {
    position: absolute;
    display: block;
    width: 225px;

    padding: 5px 0;
    background-color: red;
    box-shadow: 0 5px 10px rgba(0,0,0,.1);
    color: #fff;
    font: 700 15px/1 'Lato', sans-serif;
    text-shadow: 0 1px 1px rgba(0,0,0,.2);
    text-transform: uppercase;
    text-align: center;
  }
  
  /* top left*/
  .ribbon-top-left {
    top: 0px;
    left: 0px;
  }
  .ribbon-top-left::before,
  .ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-top-left::before {
    top: 0;
    right: 0;
  }
  .ribbon-top-left::after {
    bottom: 0;
    left: 0;
  }
  .ribbon-top-left span {
    right: -25px;
    top: 30px;
    transform: rotate(-45deg);
  }
  
  /* top right*/
  .ribbon-top-right {
    top: -10px;
    right: -10px;
  }
  .ribbon-top-right::before,
  .ribbon-top-right::after {
    border-top-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-top-right::before {
    top: 0;
    left: 0;
  }
  .ribbon-top-right::after {
    bottom: 0;
    right: 0;
  }
  .ribbon-top-right span {
    left: -25px;
    top: 30px;
    transform: rotate(45deg);
  }
  
  /* bottom left*/
  .ribbon-bottom-left {
    bottom: -10px;
    left: -10px;
  }
  .ribbon-bottom-left::before,
  .ribbon-bottom-left::after {
    border-bottom-color: transparent;
    border-left-color: transparent;
  }
  .ribbon-bottom-left::before {
    bottom: 0;
    right: 0;
  }
  .ribbon-bottom-left::after {
    top: 0;
    left: 0;
  }
  .ribbon-bottom-left span {
    right: -25px;
    bottom: 30px;
    transform: rotate(225deg);
  }
  
  /* bottom right*/
  .ribbon-bottom-right {
    bottom: -10px;
    right: -10px;
  }
  .ribbon-bottom-right::before,
  .ribbon-bottom-right::after {
    border-bottom-color: transparent;
    border-right-color: transparent;
  }
  .ribbon-bottom-right::before {
    bottom: 0;
    left: 0;
  }
  .ribbon-bottom-right::after {
    top: 0;
    right: 0;
  }
  .ribbon-bottom-right span {
    left: -25px;
    bottom: 30px;
    transform: rotate(-225deg);
  }

/* details page*/
  .fullpage {
      width: 100%;
      height: 100vh;
      min-height: 150px;
      background-color: #fff;
  }
  .menubar {
    width: 100%;
    background-color: #fff;
    margin-top: 1px;
    
    height:20px;
  }
.pricinglevel {
    width: 100%;
    background-color: #fff;
    min-height: 150px;
}
.pricingleft {
    background-color: #fff;
    float: left;
    width: 65%;

}
.titlename {
    width: 100%;
    padding-left: 20px;
    padding-top: 10px;
}
.titlename h1 {
    color: var(--mainfont);
    font-size: 1.8em;
    font-weight: bolder;
}
.titlename h2 {
    color: var(--mainfont);
    font-size: 1.5em;
    font-weight: bolder;
}
.mainpicture {
    width: 80%;
    margin: 20px auto;
    height: 300px;
    padding: 10px;
}
.bookingpanel {
    font-weight: bolder;
    color: var(--mainfont);
}
.whatincluded {
    background-color: var(--mainfont);
    border-radius: 5px;
    color: var(--mainfont);
    width: 80%;
    margin: 20px auto;
    min-height: 100px;
    padding: 15px 15px 20px 15px;
}
.inctext {
    padding-left:20px;
}
ul li::marker{
    content: '✓ ';
    font-size: 1em;
    color:var(--mainback);
    }
.bluetitle h3 {
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 10px;
}
.pricingright {
    display: flex;
    flex-direction: column;
   
    background-color: mediumturquoise;
    float: right;
    margin: 20px ;
    width: 30%;
}
.pricingpanel {
   
    width: 100%;
    padding: 20px;
    background-color: var(--mainfont);
}
.pricingpanel h2{
    color: #fff;
    font-size: 60px;
    font-weight: bold;
}
.pricingpanel h4{
    color: #fff;
    font-size: 10px;
    
}
.pricingpanel span{
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}
.holidaydetails {
    background-color: #fff;
    color: var(--mainfont);
    border: var(--mainfont) solid 1px;
    padding: 10px;
}
.bookingpanel {
    height:100%;
    padding: 15px;
    background-color: var(--mainfont);
    border: var(--mainfont) 1px solid;
    color: #fff;
}
.bookingpanel h2 {
    font-weight: bold;
    font-size: 1.8em;
    color:var(--mainfont);
}
.gallerylevel {
    width: 100%;
    background-color: #fff;
    
}
.hotelinfo{
    float:left;
    width: 45%;
    margin-left: 30px;
    padding: 15px;
}

.gallery {
    width: 50%;
    float:right;
  
    background-color: #fff;
}
.accompic {
    width: 80%;
    margin: 20px auto;
    height: 300px;
    padding: 10px;
    border-radius: 10px;
}

.infolevel {
    width: 100%;
    background-color: #fff;
    min-height: 150px;
}
.destinfo{
    margin: auto 30px auto 10px;
    padding: 15px;
}
.destinfo, .hotelinfo h4 {
    color: var(--mainfont);
    font-size: 0.8em;
}
.destheader {
    height: 250px;
    width: 90%;
    
    margin: 15px auto ;
    
}
.accompic2 {
    float: right;
    width: 100%;
    height: 250px;
    margin: 20px ;
    border-radius: 10px;
}
.destsplash {
    float: right;
    width: 39%;
    height: 250px;
    margin: 20px ;
    border-radius: 10px;
}
.optionboxes {
    display:flex;
    height:max-content;
    flex-wrap: nowrap;
}
.otheroptions {
   
}
.optionbox {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    border-radius: 5px 5px 0px 0px;
    margin:10px;
    padding-bottom: 5px;
    width: 30%;
    max-width:250px;
    min-width:200px;
}

/*******************************AGENT MENU *********************************************************/
/* *********************************MENU STYLE********************************************************** */

.container {
  max-width: 38em;
  padding: 1em 5px 5px 5px;
  margin: 0em auto;
  background-color: #fff;
  border-radius: 4.2px;
  box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
	}
.containerhigh {
	
	width: 100%;
	padding: 5px 5px;
    background-color: #fff;
    border-radius: 4.2px;
    box-shadow: 0px 3px 10px -2px rgba(0, 0, 0, 0.2);
	margin: 0;
	}
	
.financesection {
	display: flex;
}	
	
.menu1 { display: block;
background: var(--mainback);
}
.menu1 li a {
  font-weight: normal;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  display: block;
  background: var(--mainback);
  color: var(--white);
  transition: all 0.2s ease-in-out 0s;
}

.menu1 li a:hover,
.menu1 li:hover>a {
  color: var(--mainback);
  font-weight: normal;
  background: var(--white);
}

.menu { 
background: var(--mainback);
position:fixed;
width: 100%;
max-width: var(--maxwidth);
z-index:100;
}

.menu li {
  display: inline-block;
  position: relative;
  z-index: 100;
  padding: 0;
}

.menu li:first-child { margin-left: 0; }

.menu li a {
	border-right: 1px solid white;
	font-size: 12px;
  font-weight: normal;
  text-decoration: none;
  padding: 10px 15px 10px 15px;
  display: block;
  background: var(--mainback);
  color: var(--white);
  transition: all 0.2s ease-in-out 0s;
}

.menu li a:hover,
.menu li:hover>a {
  color: var(--mainback);
  font-weight: bold;
  background: var(--white);
}

.menu ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  width: 350px;
  position: absolute;
  left: 0px;
  background: var(--mainback);
  z-index: 99;
  transform: translate(0, 20px);
  transition: all 0.2s ease-out;
}
.menu .centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu ul:after {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.menu ul li {
font-size: 12px;
  display: block;
  float: none;
  background: none;
  margin: 0;
  padding: 0;
}

.menu ul li a {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: var(--white);
  background: var(--mainback);
}

.menu ul li a:hover,
.menu ul li:hover>a {
  background: var(--white);
  color: var(--mainback);
  font-weight: bold;
}

.menu li:hover>ul {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.menu ul ul {
  left: 255px;
  top: 0px;
  visibility: hidden;
  opacity: 20;
  transform: translate(20px, 20px);
  transition: all 0.2s ease-out;
}

.menu ul ul:after {
  left: -6px;
  top: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #fff;
  border-width: 6px;
  margin-top: -6px;
}

.menu li>ul ul:hover {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
}

.responsive-menu {
  display: none;
  width: 100%;
  padding: 20px 15px;
  background: var(--mainback);
  color: var(--white);
  font-weight: 600;
}

.responsive-menu:hover {
  background: var(--white);
  color: var(--mainback);
  text-decoration: none;
}

a.homer { background: var(--mainback); }

.conright ul li{
	list-style-type: square;
	left: 0px;
}


.sub-nav {
background-color: var(--mainback);
background: var(--white);
border: 0;
box-shadow: none;
filter: none;
color: #fff !important;
}

.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
}
/*NEW FORM *********************************************/
/* 64ac15 */
*,
*:before,
*:after {
  box-sizing: border-box;
}

h4 {
	font-size: 0.8em;
	font-weight: bold;
  color: var(--darkfont);
}
::placeholder { 
  color: var(--darkfont);
  opacity: 1; /* Firefox */
}
.checkminirow {
	padding-left: 40px
}


input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
select {
	color: var(--mainback);
  width: 100%;
  padding: 0.25em;
  font-size: 0.8em;
  line-height: 1;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

input:focus {
	color: var(--mainback);
  outline: 0;
  border-color: var(--mainfont);
}
input:focus + .input-icon i {
  color: var(--mainfont);
}
input:focus + .input-icon:after {

}
input[type="radio"] {
  display: none;
}
input[type="radio"] + label,
select {
  display: inline-block;
  
  text-align: center;
  float: left;
  border-radius: 0;
}
input[type="radio"] + label:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
input[type="radio"] + label:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
input[type="radio"] + label i {
  padding-right: 0.4em;
}
input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: var(--mainback);
  color:var(--white);
  border-color: var(--mainback);
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: block;
  padding-left: 2em;
  
}
input[type="checkbox"] + label:before {
  position: absolute;
  top: 0.5em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  padding: 0;
  content: "";
   border-color: var(--mainback);
}
input[type="checkbox"] + label:after {
  position: absolute;
  top: 0.7em;
  left: 0.2em;
  font-size: 0.8em;
  color: #fff;
  opacity: 0;
  font-family: FontAwesome;
  content: "\f00c";
}
input:checked + label:after {
  opacity: 1;
}

select {
  height: 2em;
  line-height: 2;
}
select:first-of-type {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
select:last-of-type {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
select:focus,
select:active {
  outline: 0;
}
select option {
  background-color: var(--secfont);
  color: var(--mainback);
}
.input-group {
	margin-bottom: 3px;
  zoom: 1;
}
.combobox option{
	width: 50%;
}

.input-group:before,
.input-group:after {
  content: "";
  display: table;
}
.input-group:after {
  clear: both;
}
.input-group-icon {
	color: var(--darkfont);
  position: relative;
}

.input-group-icon input {
	color: var(--mainback);
  padding-left: 8em;
}

.input-group-icon .input-icon {
	color: var(--mainback);	
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
  height: 3.4em;
  line-height: 3.4em;
  text-align: left;
  padding-left: 10px;
  pointer-events: none;
  padding-top: 5px;
}
.input-group-icon .input-icon .text{
  
  width: 8em;

}
.input-group-icon .input-icon:after {
  position: absolute;
  top: 0.6em;
  bottom: 0.6em;
  left: 3.4em;
  display: block;
 
  content: "";
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.input-group-icon .input-icon i {
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.row {
  zoom: 1;
}
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.col-half {
  padding-right: 10px;
  float: left;
  width: 50%;
}
.col-half:last-of-type {
  padding-right: 0;
}
.col-third {
  padding-right: 10px;
  float: left;
  width: 33.33333333%;
}
.col-third:last-of-type {
  padding-right: 0;
}

#notepad {
	padding:2px;
  width: 100%;
  word-break: break-all;
  height: 600px;
}
.form-side {
	display: flex;
	justify-content: flex-start;
	margin-top: 10px;
}
.sidebutton{
	margin-left: 20px;
	margin-right: 15px;
}
.push {
    margin-left: auto;
}
.text {
	font-size: 0.5em;
	padding: auto;
	padding-top: 5px;
}
.heading {
	color: var(--mainback);
	font-weight:bold;
	background-color: var(--secfont);
	
	padding: 5px;
}
.headingdark {
	color: var(--secfont);
	font-weight:bold;
	background-color: var(--mainback);
	margin-bottom: 10px;
	padding: 5px;
}

textarea {
	padding: 5px;
	word-break: break-all;
}
.minirow {
	display:flex;
	justify-content: space-between;
	margin-bottom: 3px;
	
}
.minirow3 {
	display:flex;
	justify-content: space-between;
	margin-bottom: 3px;
	min-width: 30%;
	margin-right: 5px;
}
.miniinput {
	
}
.minilabel {
	padding-top:5px;
	min-width: 40%;
}


/**** switch****/

/***************************** TABLE DESIGN *********************************/

.tabledesign {
	width : 100%;
	font-size: 0.4em;
	color: var(--mainback);
	margin: 20px auto;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}
.tabletitle {
	padding: 3px 0 3px 15px;
	font-weight: bold;
	background-color: var(--bestat);
	font-size: 18px;
	color: var(--white);
}
.tabletitleinv {
	padding: 2px 0 2px 15px;
	font-weight: bold;
	background-color: var(--white);
	font-size: 14px;
	color: var(--bestat);
	width: 100%;
}
.emailhoriz {
	display: flex;
	justify-content:space-between;
}
.middle {
	
}
.tabledesignoffer {
	width : 100%;
	font-size: 0.5em;
	color: var(--bestat);
}

.tabledesignoffer table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.tabledesignoffer tr {
	padding: 5px;
	
}

.tabledesignoffer th,td{
	font-size: 0.7em;
	text-align: left;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: none;
}
.tabledesign table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.sellouthighlight {
	background-color: yellow;
}

.tabledesign thead {
	background-color: var(--bestatpale);
	color: var(--mainback);
	padding: 5px;
	font-weight: 700;
}

.tabledesign tr {
	padding: 5px;
}

.tabledesign th{
	font-size: 0.7em;
	text-align: center;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px solid var(--bestat);
	color: #000;
	font-weight: 600;
}

.tabledesign td{
	font-size: 0.7em;
	text-align: center;
	padding-top:3px;
	padding-bottom:3px;
	border-bottom: 1px solid var(--bestat);
	color: #000;
	font-weight: 400;
}




.lefttext {
	text-align: left;
}

.smalltext {
	text-align: right;
}

.tabledesign th:first-child{
	font-size: 1em;
	padding-top:5px;
	padding-bottom:5px;
}
.reportbuttonrow {
	
	display: flex;
	flex-wrap: nowrap;
}
.formreportbut{
	justify-content: space-around;
}
.reportbutrow {	
  width: 100%;
  font-weight: bold;
  padding:3px 4px;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  border-radius: 5px;
  margin: 0px 0px;
  cursor: pointer;
}
.reportbutrow:hover {
	 
  background-color: #ffffff; /* Blue */
  border-radius: 5px;
  color: #004479;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  
  cursor: pointer;
}

.half {
	width: 50%
}
.fullacross {
	font-weight: bold;
	background-color: var(--mainfont);
	color: var(--mainback);
	font-size: 1.2em;
	padding: 5px;
	cursor: pointer;
}
.fullacross:hover {
	 background-color: #ffffff; /* Blue */
	 color: #004479;
}

#pagetitle{
	padding: 10px;
}
.halfpage {
	width: 50%;
}
#pagetitle h1{
	font-size: 1.2em;
	font-weight: bold;
	}
.formtitle {
	color: var(--mainfont);
}
.titlebutton {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

/************************ TABS ***************************************/
/* Style the tab */
/* Style the tab */
.tab {
  margin-top:15px;
  overflow: hidden;
  border-bottom: 1px solid var(--mainback);
}

/* Style the buttons inside the tab */
.tab button {
  background-color: var(--white);
  color: var(--bestat);
  float: left;
  min-width: 65px;
  margin-right: 5px;
  border: 1px solid var(--bestat);
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  outline: none;
  cursor: pointer;
  padding: 7px 8px;
  transition: 0.3s;
  font-size: 12px;
  font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: var(--bestat);
  color: var(--white);
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: var(--bestat);
  color: var(--white);
  font-weight: bold;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid var(--bestat);
  border-top: none;
}
.tabcontent2 {
  display: none;
  
}
/*************************** GRID PARTS of the QUOTE****************************/



/* Style the close button */
.topright {
  float: right;
  cursor: pointer;
  font-size: 28px;
}

.topright:hover {color: red;}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

/*    end of tabs */

/*agent quote elements*/
.aeborder {
	border: 1px solid var(--mainback);
	width: 100%;
	height: 400px;
}
.aeheaderpic {
	background: url('../img/beachheader.jpg') no-repeat center center/cover;
    width: 100%;
    height:190px;
    max-height:280px;
    margin: auto;
    object-fit: cover;
}
/**************************** colours and formatting**********************/

.new {
  background-color: var(--bestatyellow);
  color: var(--mainback);
}
.exist {
  background-color: var(--bestatblue);
  color: var(--mainback);	
}
.editpr {
  background-color: var(--bestatpink);
  color: var(--mainback);	
}
.redbut {
  background-color: var(--bestatred);
  color: var(--white);	
}

.yelbut {
  background-color: var(--bestatyellow);
  color: var(--mainback);	
}

.bestat {
  background-color: var(--bestat);
  color: var(--white);	
}

.tobedone {
	color: red;
}

.booked {
	color: var(--bestatgreen);
}
.onweb {
	color: black;
	background-color: var(--bestatgreen); /*green*/
}
.oncall {
	color: black;
	background-color: var(--bestatyellow);
}
.onpending {
	color: black;
	background-color: var(--bestatpink);
}

.closed {
	background-color: #BDBDBD;
}
.WEBOWNhigh {
	background-color: yellow;
}
.fonttitle {
	color: var(--mainfont);
	font-weight: bold;
}
.bold {
	font-weight: bold;
}

/******************************** gallery styles***********************/

.galleryimg {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
            gap: 15px;
        }
        .galleryimg-item {
            background: white;
            border-radius: 8px;
            box-shadow: 0 2px 6px rgba(0,0,0,0.1);
            padding: 10px;
            text-align: center;
        }
        .galleryimg-item img {
            max-width: 100%;
            height: auto;
            border-radius: 6px;
        }
        .caption {
            margin-top: 8px;
            font-size: 14px;
            color: #555;
            word-break: break-word;
        }

        .delete-btn { 
            margin-top: 10px; 
            padding: 6px 12px; 
            background: #c00; 
            color: white; 
            border: none; 
            border-radius: 4px; 
            cursor: pointer; 
        }
        .delete-btn:hover { 
            background: #900; 
        }

/********************************************** new main manu responisve in agent area***************/
#agentmenu {
	position: relative;
	z-index: 1;
	position:fixed;
	top:0;
	height: 45px;
	display: block;
	width: 100%;
	max-width: var(--maxwidth);
	background-color: var(--bestat);
}

#menu ul {
  margin: 0;
  padding: 0;

}

#menu .main-menu {
  display: none;
}

#tm:checked + .main-menu {
  display: block;
  
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border-style: solid;
  border-color: var(--bestat);
}

#menu li, 
#toggle-menu {
  border-width: 0 0 1px;
}

#menu .sub-menu {
  background-color: var(--bestat);
  border-width: 1px 1px 0;
  margin: 0 1em;
}

#menu .sub-menu li:last-child {
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
  background-color: var(--bestat);
  color: var(--white);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .125);
}

#menu, 
#toggle-menu {
  background-color: var(--bestat);
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu a:hover {
  background-color: white;
  color: var(--bestat);
}

#menu .sub-menu {
  display: none;
}

#menu input[type="checkbox"]:checked + .sub-menu {
  display: block;
}

#menu .sub-menu a:hover {
  color: var(--bestat);
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 1.5em;
  top: 1.25em;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
  border-radius: 50%;
  width: 1em;
  height: 1em;
  text-align: center;
  background-color: var(--bestat);
  text-shadow: 0 0 0 transparent;
  color: var(--white);
}

#menu .drop-icon {
  line-height: 1;
}



@media only screen and (max-width: 64em) and (min-width: 52.01em) {
  #menu li {
    width: 33.333%;
  }

  #menu .sub-menu li {
    width: auto;
  }
}

@media only screen and (min-width: 52em) {
  #menu .main-menu {
    display: block;
	z-index: 1;
  }

  #toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }

  #menu ul span.drop-icon {
    display: inline-block;
  }

  #menu li {
    float: left;
    border-width: 0 1px 0 0;
  }

  #menu .sub-menu li {
    float: none;
	z-index: 1;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 12em;
    z-index: 3000;
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
    display: none;
  }

  #menu .sub-menu li {
    border-width: 0 0 1px;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
}

/*end of agent quotes*/
@media only screen and (max-width: 540px) {
  .col-half {
    width: 100%;
    padding-right: 0;
  }
}
