.SafariFix{
    -webkit-user-select:auto;
}

@font-face {
  font-family: "OswaldRegular";
  src: url("Oswald-Regular.ttf");
}
  
@font-face {
  font-family: "OswaldBold";
  src: url("Oswald-Bold.ttf");
}
  
@font-face{
	font-family: "OrangeUse";
	src: url("Orange-Personal-Use.ttf");
}	
  
h1{
	color: #5e93bc;
	font-family: OswaldRegular;
	font-size: 52px;
	text-transform: uppercase;
	line-height: 53px;
	padding-left: 11px;
	font-weight:bold;
	
}

h2.white{
	color: #fff;
	font-family: OswaldBold;
	font-size: 40px;
	text-transform: uppercase;
	
}

h2.pink{
	color: #af3682;
	font-family: OswaldBold;
	font-size: 40px;
	text-transform: uppercase;
}


h2.blue{
	color: #03c3ff;
	font-family: OswaldBold;
	font-size: 40px;
	text-transform: uppercase;
}

@media (max-width:600px){
	h2{
		font-size: 30px !important;
	}
}

h3.blue{
	color: #03c3ff;
	text-transform:uppercase;
	font-size:22px;
	font-weight: bold;
	line-height:23px;
}

h3.darkblue{
	color: #47a6eb;
	text-transform: uppercase;
	font-size:24px;
	line-height: 26px;
	font-family: OswaldBold;
	
}

h3.fancyorange{
	color: #dc834b;
	font-family: OrangeUse;
	font-size:36px;
}

h3.orange{
	color: #dc834b;
	font-family: OswaldBold;
	font-size:36px;
}

h4.blue{
	color: #03c3ff;
	font-size:18px;
	font-weight: bold;
	line-height:17px;
}

p{
	margin: 10px;
}


p.white{
	color: #fff;
}

p.grey{
	color: #333333;
	font-family: Calibri, Arial;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
}

label{
	float:left !important;
	font-family: OswaldBold;
	color: #333;
	text-transform: uppercase;
	margin-right: 1em;
	margin-left: 1em;
    margin-top: .6em	
}
@media(max-width:1370px){
	label{
		font-size: 12px;
	}
	
	.w3-input{
		width: 50%;
		padding: 6px !important;		
	}
	
	button.pinkbutton{
		font-size: 12px;
	}
}

select {
  -webkit-appearance: none;
  outline: none;
  font-size: 1rem;
  box-sizing: border-box;
  border-radius: 0;
  background: #ffffff;
  border: 1px solid #d1d1d1;
  padding: 0.5em 3.5em 0.5em 1em;
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  color: gray;
  width: 55%;
}


option{
	border-bottom: 1px #333 solid;
	padding: 6px;
}

option.placeholder {
  color: gray;
}

ul.white{
	color: #fff;
}

ul.white li{
	line-height: 32px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima,  Arial, sans-serif ;
	font-size:16px;
	font-weight:bold;
}
  
.paleyellow{
	background-color: #edebba;
	color: #000;
}

@media (max-width:1200px){
	a.mainnav{
		font-size: 14px !important;
	}
	
	a.pinkmainnav{
		font-size: 14px !important;
	}
	
	a.booknow{
		font-size: 14px !important;
	}
}

.smalliconpadding{
	padding: 6px 0px !important;
}

.topmargin12{
	margin-top: 12px;
}

a.subnav{
	color:#000;
	font-family: OswaldRegular;
	font-size: 12px;
	text-decoration:none;
	text-transform:uppercase;
	
}

a.mainnav{
	color: #03c3ff !important;
	font-family: OswaldBold;
	font-size: 18px;
	text-decoration:none;
	text-transform:uppercase;
	padding-top: 12px !important
}

a.pinkmainnav{
	color: #af3682 !important;
	font-family: OswaldBold;
	font-size: 18px;
	text-decoration:none;
	text-transform: uppercase;
	padding-top: 12px !important
}

a.booknow{
	color: #fff !important;
	font-family:OswaldBold;
	font-size:18px;
	text-decoration:none;
	text-transform:uppercase;
	background-color: #03c3ff !important;
	padding: 10px 12px !important;
}

a.greyphone{
	color: #666 !important;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 26px;
	text-decoration: none;
	
}

.reservationbar{
	background-color: #eeede8;
	
}

.calendarinput{
	background-image: url(../images/calendar.png);
    background-repeat: no-repeat;
    background-position: right 4px top 6px !important;
}

@media (max-width:1600px){
	.flowerbg{
		background-size: 360px 456px !important;
	}
}

@media(max-width:860px){
	.flowerbg{
		background-image:none !important;
	}
	.intro{
		padding-right: 0px !important;
	}
}

.intro{
	padding-right: 400px;
	padding-left: 12px;
}

.flowerbg{
	background-image: url(../images/bg-flower.png);
	background-repeat: no-repeat;
	background-size: 500px 634px;
	background-position: right 10px top 10px;
}

.infobox{
	background-color: #f4f3f0;
	
}

.blueflowerbg{
	background-image: url(../images/blue-flower-bg.png);
	background-position: center;
	background-size: cover;
}

.whitegranite{
	background-image: url(../images/white-granite.png);
	background-position: center;
	background-size: cover;
}

.sandbg{
	background-image: url(../images/sand-bg.png);
	background-position: center;
	background-size: cover;
}

.palmbg{
	background-image: url(https://www.seadip.com/images/palm-bg.png);
	background-position: center;
	background-size: cover;
}

a.whitebutton{
	color: #fff;
	border: #fff solid 1px;
	padding: 8px 12px;
	text-transform: uppercase;
	text-decoration: none;
}

a.pinkbutton, button.pinkbutton{
	color: #fff;
	background-color: #af3682;
	padding: 8px 26px;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	font-family: OswaldBold;
}

button.orangebutton{
	color: #fff;
	background-color: #dc834b;
	padding: 6px 20px;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}

a.bluelink{
	color: #03c3ff;
	font-size:16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
}

a.orangelink{
	color: #dc834b;
	font-size:16px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight:bold;
}

a.pinklink{
	color: #af3683;
	font-size:14px;
	text-decoration: none;
	font-weight:bold;
}

.copyright{
	font-size: 10px;
	color: #333;
	font-family: Arial;
	padding: 0px;
	margin: 0px;
	font-weight: bold;
}

.contactinfo{
	color: #333;
	font-weight: bold;
	font-family: Arial Black;
	text-transform: uppercase;
	font-size:12px;	
	margin: 0px;
    padding: 4px 0px;
}


.specialcard{
	background-color: #fff;
	max-width: 375px;
	height:540px;
	margin-left: auto;
	margin-right: auto;
}

.cardinfo{
	padding: 12px 24px;
	
}

.cardinfo p{
	color: #4b4b4b;
	margin: 10px 0px;
}

.eventtitle{
	color: #333333;
	font-family: Arial;
	font-weight: bold;
	font-size:20px;
	margin: 0px;
}

.eventinfo{
	color:#333333;
	font-family: Arial;
	font-size:12px;
	margin: 0px;
}

.eventdate{
	color: #5e97c1;
	font-family: Arial;
	font-size: 32px;
	font-weight: bold;
	margin: 0px;
}

.eventmonth{
	color: #333333;
	font-family: Arial;
	font-size:28px;
	font-weight:bold;
	text-transform: uppercase;
	margin: 0px;
}

.smallflowerbg{
	background-image: url(../images/bg-small-flower.png);
	background-repeat: no-repeat;
    background-size: 200px;
    background-position: left 0px bottom 0px;
    padding: 30px 60px 0px 200px !important
}

.col-container {
  display: flex;
  width: 100%;
}
.col {
  flex: 1;
  padding: 0px;
}

@media only screen and (max-width: 600px) {
  .col { 
    display: block;
    width: 100%;
  }
}

@media (max-width:1400px){
	.smallflowerbg{
		padding: 30px 60px 10px 100px !important;
	}
}

@media (max-width: 1060px){
	.smallflowerbg{
		padding: 30px 60px 10px 50px !important;
	}
	
	.eventdate{
		font-size: 24px !important;
	}
}

.freevacation{
	background-image: url(../images/free-vacation-bg.png);
	background-position: center;
	background-size: cover;
}

.freevacation input{
	width: 60%;
    margin-left: auto;
    margin-right: auto
}

.freevacation img{
	width: 60%;
}

.footer{
	background-image: url(../images/footer-bg.png);
	background-position: center;
	background-size: cover;
	padding: 0px 30px 80px 30px !important
}

a.footernav{
	color: #333 !important;
    font-family: Calibri;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 0px 0px 4px 0px !important
}

a.pinkfooternav{
	color: #af3683 !important;
    font-family: Calibri;
    font-weight: bold;
    font-size: 20px;
    text-decoration: none;
    padding: 0px 0px 4px 0px !important
}

a.bluefooternav{
	color: #44cdf8 !important;
	font-family: Arial Black;
	font-size: 20px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0px 0px 4px 0px !important
}

img.iconpadding{
	padding-bottom: 30px;
}

@media(max-width: 950px){
	a.footernav, a.pinkfooternav, a.bluefooternav{
		font-size: 14px;
	}
	
	
	.footer .grey{
		font-size: 12px;
	}
}


.myTestimonial {display: none}


/* Slideshow container */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
}

.testimonial p{
	color: #525252;
	font-family: Calibri;
	font-size:26px;
	font-weight:italic;
	text-align:center;
}

.testimonial p.name{
	color: #525252;
	font-family: Arial;
	font-weight:bold;
	font-size: 14px;
	text-align:center;
}

.testimonial h2{
	color: #525252;
	font-family: OswaldBold;
	font-size: 42px;
	text-transform: uppercase;
	text-align:center;
}

/* Next & previous buttons */
.testimonial .prev, .testimonial .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #525252 !important;
  font-weight: bold;
  font-size: 26px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.testimonial .next {
  right: -70px;
}

.testimonial .prev{
	left: -70px;
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: transparent;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  border: 1px #525252 solid;
}

.active, .dot:hover {
  background-color: #525252;
}


/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.col-15 {
  float: left;
  width: 15%;
  margin-top: 6px;
}

.col-30 {
  float: left;
  width: 30%;
  margin-top: 6px;
}

.col-70 {
  float: left;
  width: 70%;
  margin-top: 6px;
}


.col-85 {
  float: left;
  width: 85%;
  margin-top: 6px;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

.fullform input[type=text], .fullform input[type=email], .fullform textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  resize: vertical;
}

.fullform label{
    float: left !important;
    font-family: OswaldBold;
    color: #333;
    text-transform: uppercase;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1em;
}

img.max500{
	max-width: 500px;
}

.w3-table td{
	color: #525252;
    font-family: Calibri;
    font-size: 26px;
	text-align:center;
}

@media(max-width:600px){

	.w3-table td{
		font-size:14px;
		font-weight:bold;
	}
	
	.testimonial p{
		font-size: 14px;
	}
}