/*'rgba(33,182,168, 1.0)', 'rgba(23,127,117, 1.0)', 'rgba(182,33,45, 1.0)', 'rgba(127,23,31, 1.0)', 'rgba(182,119,33, 1.0)', 'rgba(127,84,23, 1.0)'*/
/*ps color pallete*/

.ps-pallete-color-1 { /*torquiose - rgba(33,182,168, 1.0)*/
	background-color: #21B6A8;
}

.ps-pallete-color-2 { /*dark torquiose - rgba(23,127,117, 1.0)*/
	background-color: #177F75;
}

.ps-pallete-color-3 { /*red - rgba(182,33,45, 1.0)*/
	background-color: #B6212D;
}

.ps-pallete-color-4 { /*dark red - rgba(127,23,31, 1.0)*/
	background-color: #7F171F;
}

.ps-pallete-color-5 { /*dark mustard - rgba(182,119,33, 1.0)*/
	background-color: #B67721;
}

.ps-pallete-color-6 { /*darkest mustard - rgba(127,84,23, 1.0)*/
	background-color: #7F5417;
}

.ps-pallete-dark-grey {
	background-color: #555;
}

.ps-pallete-light-grey {
	background-color: lightgrey;
}


li::marker {
	color:#B67721;
}

.ps-pallete-fore-greyed-out {
	color:lightgrey;
}

.ps-pallete-fore-white {
	color:white;
}

.ps-pallete-fore-pretty-gray-text {
	color: #535353;
}

.ps-pallete-fore-color-1 { /*torquiose - rgba(33,182,168, 1.0)*/
	color: #21B6A8;
}

.ps-pallete-fore-color-2 { /*dark torquiose - rgba(23,127,117, 1.0)*/
	color: #177F75;
}

.ps-pallete-fore-color-3 { /*red - rgba(182,33,45, 1.0)*/
	color: #B6212D;
}

.ps-pallete-fore-color-4 { /*dark red - rgba(127,23,31, 1.0)*/
	color: #7F171F;
}

.ps-pallete-fore-color-5 { /*dark mustard - rgba(182,119,33, 1.0)*/
	color: #B67721;
}

.ps-pallete-fore-color-6 { /*darkest mustard - rgba(127,84,23, 1.0)*/
	color: #7F5417;
}

.ps-pallete-fore-dark-grey {
	color: #555;
}

.ps-pallete-fore-light-grey {
	color: lightgrey;
}


.tint-pallete-color-2::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(23,127,117, 0.445);
}

.tint-pallete-color-4::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(127,23,31, 0.445);
}

.tint-pallete-color-6::before {
content: "";
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(127,84,23, 0.445);
}

/*this colors all check boxes - better than the default :-)*/
input[type="checkbox"] {
  accent-color: #177F75; /* dark tourquiose */
}


.ps-div-minimized {
	height:80px;
	overflow:hidden;
	transition: height 3.5s ease-in-out;

}

.ps-margin-small {
	margin:3px;
	
}

.public-btn {
  display: inline-block;
  font-size:19px!important;
  font-family:"Segoe UI",Arial,sans-serif;
  font-weight: 600;
  padding: 0.6em 1.2em;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.public-btn-primary {
  background-color: #177F75; 
  color: #fff;
  border: none;
}
 
.public-btn-primary:hover {
  background-color: #21B6A8;
  
  /*transform: scale(1.02);*/
}

.ps-footer-links {
	text-decoration:none!important;
	margin:10px;
	font-size:14px;
	color:#ccc;
	transition: color 0.3s ease;
}

.ps-footer-links:hover{
	color:#fff;
}

.ps-footer-socials {
	font-size:21px!important;
}


.sidebar {
	border-right: 1px solid #AAA;
	padding:10px;
	width:170px;
	flex-shrink: 0;
}

.sidebar.collapsed {
  width: 50px;
}
.sidebar.collapsed .menu-text {
  display: none;
}

.no-underline {
	text-decoration:none;
}

.sidebar-li {
  list-style:none;
  padding-left:0px;
  margin: 0.5rem 0; /* optional: add vertical spacing */
  color:#333;
  
}

.sidebar-li:hover {
  background-color: rgba(23, 127, 117, 0.2); /* 60% opacity */
}

/******************this is all the ordering header stuff below ******************/
.header-bar {
  width: 100%;
  padding: 12px 16px;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#class_heading h3 {
  margin: 3px;
  font-size: 1.5rem;
}

/* Button group styling */
.button-group {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}


/* Responsive behavior */
@media (max-width: 600px) {
  .header-content {
    flex-direction: column;
    align-items: center;
  }

  #class_heading h3 {
    text-align: center;
    width: 100%;
    margin-bottom: 12px;
  }

  .button-group {
    justify-content: center;
    width: 100%;
  }
}
/******************this is all the ordering header stuff above ******************/


main {
  flex-grow: 1;
  min-height: 500px; /* or a value that fills the visible area */
}

/*.sidebar-li:hover {
  color:#000;
  
}
*/

.ps-table-tab {
	border: 1px solid #177F75;
}

.ps-table-tab2 {
	border: 1px solid #177F75;
	padding:10px;
	background-color: rgba(23,127,117, 0.6);
	color: #ffffff;
	font-size: 1.1em;
    font-family: sans-serif;
} 

.ps-table-tab2-focused {
	border: 1px solid #177F75;
	padding:10px;
	background-color: #177F75;
	color: #ffffff;
	font-size: 1.1em;
    font-family: sans-serif;
}

.ps-custom-file-label-button {
	display: inline-block;
	padding-top:5px!important;
	padding-bottom:5px!important;
	padding-left:12px!important;
	padding-right:12px!important;
	margin:10px!important;
	background-color: #177F75!important;
	color: #ffffff!important;
	cursor: pointer;
	border-radius: 5px;
	font-size:15px;
}

.ps-custom-file-label-button:hover {
	color:#000!important;
	background-color:#ccc!important;
}

.animated-upload {
  /*font-size: 32px;
  color: #0077cc;*/
  animation: bounce 1s infinite;
}

/* Simple bounce animation */
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}

.preview-scroll {
  max-width: 95%;              /* Or set a fixed width like 600px */
  overflow-x: auto;             /* Enables horizontal scrolling */
  white-space: nowrap;          /* Prevents wrapping to new lines */
  padding: 10px;
  border: 1px solid #ccc;
  /*border-radius: 8px*/;
  background-color: #f9f9f9;
}

/* Style each image */
.preview-scroll img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 8px;
  margin-right: 10px;
  display: inline-block;        /* Ensures horizontal layout */
}



.ph-checkout-label {
	width:100px;
}

.ps-dash-chart-div {
		max-height: 140px;
}

.ps-light-rounded {
	border-radius: 15px;
  background: #EEEEEE;
  padding:7px;
  padding-top:15px;
  margin-bottom:7px;
  
}

.ps-medium-border {
	border:1px solid #AAA;
}

.ps-rounded {
	border-radius: 15px;
  background: #FFF;
  padding:15px;
  margin-bottom:7px;
  
}

.ps-vert-and-horz-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}




.ps-light-rounded-small {
	border-radius: 25px;
  background: #EEEEEE;
  padding-left:10px;
  padding-right:10px;
  margin-bottom:7px;
  border:1px solid black;
}


.ps-product_discount_div {
	text-align: center;
	font-size: 0.7em;
	color: #ffffff;
	background-color: #B6212D;;
	padding:3px;
	
}

.ps-styled-table {
        border-collapse: collapse;
        margin: 25px 0;
        font-size: 0.9em;
        font-family: sans-serif;
        min-width: 400px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        }

.ps-styled-table thead tr {
	background-color: #777;
	color: #ffffff;
	text-align: left;
}

.ps-styled-table th, .ps-styled-table td {
	padding: 12px 15px;
}

.ps-styled-table tbody tr {
	border-bottom: 1px solid #dddddd;
}

.ps-styled-table tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.ps-styled-table tbody tr:last-of-type {
	border-bottom: 2px solid #177F75;
}

.ps-total-tr {
	font-weight: bold;
}



.ps-left-align {
	text-align: left!important;
}	


.ps-right-align {
	text-align: right!important;
}	
 
 
.ps-clickable {
	cursor: pointer; 
}

.ps-highlight-div {
	border: 2px solid #B6212D!important;
}

.ps-with-fade {
	border: 1px solid white;
	transition: 0.5s;
}



.ps-ordering-button {
		padding:10px!important;
		margin:4px!important;
		background-color: #616161!important;/*#177F75!important;*/
		color: #ffffff!important;
		cursor: pointer;
		border-radius: 5px;
		border:none;
		font-size:15px;
		display:inline-block;
		vertical-align:middle;
		overflow:hidden;
		text-decoration:none;
		text-align:center;
		white-space:nowrap;
		width:35px!important;
}

.ps-ordering-button:hover{
	color:#000!important;
	background-color:#ccc!important;
}

.ps-ordering-button:disabled{
		cursor:not-allowed;
		opacity:0.3;
		pointer-events:none;
}

 
 
.ps-button { /*some overrides of the standard w3 styles*/
		padding-top:5px!important;
		padding-bottom:5px!important;
		padding-left:12px!important;
		padding-right:12px!important;
		margin:10px!important;
		background-color: #177F75!important;
		color: #ffffff!important;
		cursor: pointer;
		border-radius: 5px;
		font-size:15px;
}

.ps-button-no-color { /*some overrides of the standard w3 styles*/
		padding:5px!important;
		margin:10px!important;
		cursor: pointer;
		border-radius: 5px;
		border: none;
}

.button-spin-animation {
	animation: buttonwork 1.5s ease-in-out;
}

@keyframes buttonwork {
  0%   { transform: scale(1); }
    50%  { transform: scale(1.3); }
    100% { transform: scale(1); }
}

.ps-button-no-color:hover{color:#000!important;background-color:#ccc!important}

.ps-small-button {
	padding:5px!important;
	border-radius: 5px;
	
}

.ps-extra-small-button {
	padding:3px!important;
	border-radius: 5px;
	font-size:9px;
	margin:6px!important;
	
}

.ps-button-modal {
		padding:5px!important;
		background-color: #177F75!important;
		color: #ffffff!important;
		border-width:0px;
		border-radius: 5px;
		cursor: pointer;
		
		/*this is to center it*/
		margin: 0;
		position: absolute;
		/*top: 50%;*/
		left: 50%;
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		
}

.ps-button-modal:disabled, .ps-multi-button-modal:disabled {
    cursor: not-allowed;
    opacity: 0.5; /* Optional: Make it look disabled */
}


.ps-multi-button-modal {
		padding:5px!important;
		/*background-color: #177F75;*/
		color: #ffffff;
		min-width:50px;
		border-width:0px;
		border-radius: 5px;
		cursor: pointer;
		margin-left:10px;
		margin-right:10px;
		
		
}


.ps-button-red {
	background-color: #980a13!important;
	
	
}

.ps-brand-header {
	/*font-family: Brush Script MT, Verdana, sans-serif;*/
	font-family: "Segoe UI", Arial, sans-serif;
	font-size: 36px;
	/*height:50px;*/
	line-height:46px;
	margin:0px;
	text-align: center;
	
}

.ps-dashboard-widget {
	font-size: 10px;
}

.ps-padding-sides {
	margin-top:16px;
	padding-left:6px;
	padding-right:6px;
}

.ps-padding-left-small{
	padding-left:6px!important;
}

.no-underline {
	text-decoration: none; 
}

.ps-align-right {
	text-align: right!important;
}

.ps-money_input {
	text-align: right!important;
}

.ps-table {
	line-height:0.8;
}

/************this is for the image overlay on the package numbering****************/
.image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  /*height: 300px;*/ /* or use aspect-ratio for responsiveness */
  overflow: hidden;
  background-color: #f0f0f0;
  
}

.image-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  cursor: pointer;
}


.package-overlay-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 4px 8px;
  border-radius: 6px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  /*animation: fadeOut 2s forwards;*/
  opacity: 0;
  transition: opacity 0.5s ease;
}

.package-overlay-number.visible {
	opacity: 1;
}

/*
@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}*/
/************this is for the image overlay on the package numbering****************/

.hp-empty-basket {
	font-size:60px;
	color: #dfdfdf;
	margin: auto;
	width: 90%;
    padding: 10px;
}

.hp-checkout-product-label {
	margin:0px;
}

.hp-empty-text {
	color: #333333;
}

.hp-center-div {
	margin: auto;
	width: 94%;
    padding: 5px;
	text-align: center;
}

.hp-label {
		color: #929cab;
}

.hp-label-dark {
		color: #111111;
}

.hp-discount {
	padding-right:7px;
}

.hp-input-email {
	border: 1px solid #b9c4c9;
	padding-right:40px;
	display:block;
	width:100%;
	line-height: 28px;
}

.hp-input-email-angry {
	border: 2px solid #FF0000;
}

.hp-order-qty-text {
	width: 30px;
	margin: 5px;
	text-align: center;
	
}

.hp-icon {
	margin: 5px;
	color:grey;
}

.hp-icon-on {
	margin: 5px;
	color:red;
}

.hp-order-qty-text {
	width: 30px;
	margin: 5px;
	text-align: center;
	
}

.hp-hover {
	cursor: pointer;
}

.hp-button{
	border-radius: 15px;
	background-color:#ccc!important;
}

.hp-button:hover {
	color:#000!important;
	background-color:#aaa!important;
}

.fa-icon-button:hover {
	color:#ccc!important;
	cursor: pointer;
}


.hp-tab {
	border-right: 1px solid #000000;	/*grey track for it to follow*/
	border-bottom: 1px solid #000000;	/*grey track for it to follow*/
	background: #dddddd;	/*grey track for it to follow*/
	cursor: pointer;
	padding:4px;
	text-align: center;
	font-weight: bold;
	
	
}

.hp-tab-selected {
	background: #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
	
}


.spot_search_link {
	background: linear-gradient(to right, rgba(237,128,52,1) 0%,rgba(237,128,52,1) 4%,
                                      rgba(254,177,35,1) 4%,rgba(254,177,35,1) 9%,
									  rgba(33,132,205,1) 9%,rgba(33,132,205,1) 13%,
									  rgba(33,132,205,1) 13%,rgba(33,132,205,1) 18%);
}

.wstkd-pad-bottom-16 {
	padding-bottom:16px!important
}

.wstkd-pad-top-16 {
	padding-top:16px!important
}

.wstkd-pad-left-16 {
	padding-left:16px!important
}

.wstkd-pad-right-16 {
	padding-right:16px!important
}

.wstkd-margin-bottom-16 {
	margin-bottom:16px!important
}

.wstkd-margin-top-16 {
	margin-top:16px!important
}

.wstkd-nearby-button {
	margin-top:10px!important;
	margin-bottom:6px!important;
	margin-left:4px!important;
	padding:2px!important
}




.wstkd-paragraph-justify {
	text-align:justify;
}

.wstkd-header-background {
	background: rgb(0,150,136);
	background: linear-gradient(139deg, rgba(0,150,136,1) 44%, rgba(4,10,39,1) 100%);
}

.wstkd-background-clear-opacity {
	background: rgba(0,0,0,0);
}

.wstkd-to-top-arrow {
	background: rgb(0,150,136);
	background: linear-gradient(139deg, rgba(0,150,136,1) 44%, rgba(4,10,39,1) 100%);
	filter:drop-shadow(2px 2px 1px black);
/*background: -webkit-gradient(linear, left top, left bottom, from(#f00), to(#333));*/
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.wstkd-like-a-button {
	padding: 8px 16px;
}

/*
social media icons
*/

.soc {
  padding: 13px;
  margin: 7px;
  font-size: 30px;
  width:40px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
}

/*
.fa-button {
  margin: 7px;
  padding 2px;
  font-size: 12px;

  text-align: center;
  text-decoration: none;
  background: #005950;
  color: white;
}

.fa-button:hover {
	color:#000!important;
	background-color:#ccc!important
}
*/


*/
/* Add a hover effect if you want */
.soc:hover {
  opacity: 0.7;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-instagram {
  /*background: #125688;*/
  color: white;
}

/* Facebook */
.fa-facebook {
  /*background: #3B5998;*/
  color: white;
}

/* Twitter */
.fa-twitter {
  /*background: #55ACEE;*/
  color: white;
}

/*#div-fullbody {
  width: 100%;
}

#div-top {
  background-color:#fdd44d; 
  width:100%; 
  height:140px;
}

#div-middle {
  background-color:#fdd44d; 
  width:100%; 
  height:20px;
}


#div-top-left {
    float: left;
    height:20px;
}

#div-top-right {
    float: right;
    height:20px;
}



#div-left {
  background-color:#fff; 
  height:20px;
  width:100px; 
  float:left;
}

#div-center {
  background-color:#fff; 
  height:2700px;
  width: 800px; 
  float:left; 
  margin-top:20px;
}

#div-nav {
  width=100%; 
  height:100px;
}

#div-autocomplete {
  width:300px; 
  float:left;
}

#div-nearestSpots {
  float:right;
  height: 100px;
  margin-right:50px;
  text-align: center;
}*/

#div-nearestSpot {
  /*background-color: #aaa; */
  margin:1px;
  width: 180px;
  text-align: left;
  cursor: pointer;
}

#wny-spot-image {
	margin-bottom: 10px;
	text-align: center;
}

#wny-spot-image:hover {
  cursor: pointer;
  /*background-color: #e9fffd;*/
  font-weight: bold;
  
}



.tr-hour {
  cursor: pointer;
}

/* Set the size of the div element that contains the map */
#map {
  height: 400px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
}


/*#div-nearestSpots-inner {
  float:right;
  cursor: pointer;
}

#sotd_top_div {
    height: 300px;
    
}

#sotd_bottom_div {
    height: 300px;
    
}


#sotd_top_left_div {
  float:left;
  width: 300px;
}

#sotd_top_right_div {
  float:right;
  width: 420px;
}

#sotd_bottom_left_div {
  float:left;
  width: 300px;
}

#sotd_bottom_right_div {
  float:right;
  width: 420px;
}

#sotd_table {
  width: 300px;
}

#sotd_table .left {
  text-align: right;
  font-weight: bold;
}


#div-body {
  width:100%;
  margin-bottom: 20px;
}

#div-right {
  background-color:#fff;  
  height:20px; 
  width:100px; 
  float:right;
}

#div-footer {
  background-color:#fdd44d; 
  clear:both;
  height: 60px;
  padding: 15px;
}

h3 {
  margin: 2px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #222;
}

li {
  float: left;
  border-right: 1px solid #298987;
}

li a {
  display: block;
  color: #298987;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
*/

li a:hover {
  color: #000;
}

.active {
  background-color: #fdd44d;
}


.slidecontainer {
  width: 100%; /* Width of the outside container */
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 25px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

.slider::-moz-range-thumb {
  width: 25px; /* Set a specific slider handle width */
  height: 25px; /* Slider handle height */
  background: #4CAF50; /* Green background */
  cursor: pointer; /* Cursor on hover */
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(20,20,20,0.8);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    /*display: none;*/
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/

/*spinner start */

#otherOptions {
	margin-bottom: 100px;
}

.spinner {
  position: relative;
  /*left: 50%;*/
  /*top: 50%;*/
  z-index: 1;
  width: 80px;
  height: 80px;
  margin: 12px auto;
  /*margin: auto;*/
  border: 16px solid #dddddd;	/*grey track for it to follow*/
  border-radius: 50%;
  border-top: 16px solid #21B6A8; /*#004a43;*/
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  display: none;
  
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}

/*spinner end */

/*slider stuff*/
.sliderLabel {
	text-align: center;
}

/* CHECKBOX - ROUNDED ONE */
/* ROUNDED ONE */

#tide0 {
    visibility: hidden;  /*hides the old skool radio button*/
}
#tide1 {
    visibility: hidden;  /*hides the old skool radio button*/
}
#tide2 {
    visibility: hidden;  /*hides the old skool radio button*/
}
#tide3 {
    visibility: hidden;  /*hides the old skool radio button*/
}

.roundedOne {
    width: 28px;
    height: 28px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    margin: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 3px 1px 1px white, 3px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.roundedOne label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 4px;
    top: 4px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.roundedOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: #3FB8AF;

    background: -webkit-linear-gradient(top, #3FB8AF 0%, #3FB8AF 100%);
    background: -moz-linear-gradient(top, #3FB8AF 0%, #3FB8AF 100%);
    background: -o-linear-gradient(top, #3FB8AF 0%, #3FB8AF 100%);
    background: -ms-linear-gradient(top, #3FB8AF 0%, #3FB8AF 100%);
    background: linear-gradient(top, #3FB8AF 0%, #3FB8AF 100%);

    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 2px;
    left: 2px;

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
}

.roundedOne label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.roundedOne input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.img_cropped {
	width: 1280x; /* width of container */
    height: 2048px; /* height of container */
    object-fit: cover; 
	object-position: 0% 68%;
}



/* The section below is for the on off switch we use for things like the experimental wind blah blah*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.switch_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.switch_slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 22px;
  left: 0px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .switch_slider {
  background-color: #26ffe9;
}

input:focus + .switch_slider {
  box-shadow: 0 0 1px #26ffe9;
}

input:checked + .switch_slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.switch_slider.round {
  border-radius: 34px;
}

.switch_slider.round:before {
  border-radius: 50%;
}

.banner-ad {
	margin-bottom: 10px;
}

/*********************************************************************************************************/

/******below here is the slider stuff******/
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/*this is for the actual modal X - not the dialog x but same styles*/
div {
	
	.x {
		filter: grayscale(1);
		border: none;
		background: none;
		position: absolute;
		top: 10px;
		right: 10px;
		transition: ease filter, transform 0.3s;
		cursor: pointer;
		transform-origin: center;
		&:hover {
			filter: grayscale(0);
			transform: scale(1.1);
		}
	}
}


/*Dialog Styles*/
.dialog-div {
	text-align:center!important;
}	


dialog {
	padding: 1rem 3rem;
	background: #DDDDDD;
	max-width: 440px;
	padding-top: 2rem;
	border-radius: 20px;
	border: 1;
	border-width:thin;
	box-shadow: 0 5px 30px 0 rgb(0 0 0 / 10%);
	animation: dialogfadeIn 1s ease both;
	&::backdrop {
		animation: dialogfadeIn 1s ease both;
		background: rgb(255 255 255 / 5%);
		z-index: 2;
		backdrop-filter: blur(2px);
	}
	.x {
		filter: grayscale(1);
		border: none;
		background: none;
		position: absolute;
		top: 10px;
		right: 10px;
		transition: ease filter, transform 0.3s;
		cursor: pointer;
		transform-origin: center;
		&:hover {
			filter: grayscale(0);
			transform: scale(1.1);
		}
	}
	h2 {
		font-weight: 600;
		font-size: 2rem;
		padding-bottom: 1rem;
	}
	p {
		font-size: 1rem;
		line-height: 1.3rem;
		padding: 0.5rem 0;
		a {
			&:visited {
				color: rgb(var(--vs-primary));
			}
		}
-	}
}

.modalx {
	border: none;
	background: none;
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
}


@keyframes dialogfadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/*
figure.zoom {
  background-position: 50% 50%;
  position: relative;
  margin: 30px auto;
  border: 5px solid white;
  box-shadow: -1px 5px 15px black;
  height: 180px;
  
  overflow: hidden;
  cursor: zoom-in;
}
figure.zoom img:hover {
  opacity: 0;
}
figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}
*/

.zoom {
  transition: transform .2s;
  margin: 0 auto;
}

.zoom:hover {
  -ms-transform: scale(2.5); /* IE 9 */
  -webkit-transform: scale(2.5); /* Safari 3-8 */
  transform: scale(2.5); 
}


.ps-offer-highlight {
	background-color: #B67721;
	padding: 3px!important;
}

.ps-offer-no-highlight {
	background-color: #666666;
	padding: 1px!important;
} 

.ps-padding-small {
	padding: 5px!important;
} 


.centered-text-on-img {
	color:#3c3c3c;
	font-size:18px;
	font-weight: bold;
	text-shadow: 2px 2px #177f75;
	position: absolute;
	  top: 50%;
	  left: 50%;
	  transform: translate(-50%, -50%);
}

/*start of sexy check box style*/
.checkbox-wrapper-2 .sexy-checkbox {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
  }

  .checkbox-wrapper-2 .sexy-checkbox::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  .checkbox-wrapper-2 .sexy-checkbox,
  .checkbox-wrapper-2 .sexy-checkbox::after {
    transition: all 100ms ease-out;
  }

  .checkbox-wrapper-2 .sexy-checkbox::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
  }

  .checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
  }

  .checkbox-wrapper-2 .sexy-checkbox:hover {
    background-color: #177F75;
    transition-duration: 0s;
  }

  .checkbox-wrapper-2 .sexy-checkbox:checked {
    background-color: #177F75;
  }

  .checkbox-wrapper-2 .sexy-checkbox:checked::after {
    background-color: #fff;
    left: 13px;
  }

  .checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
  }

  .checkbox-wrapper-2 .sexy-checkbox:checked:hover {
    background-color: #21B6A8;
  }
/*end of sexy check box style*/



/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  /*display: none;*/
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}


.search-input-wrapper {
  position: relative;
  width: 70%;
}

.search-input-wrapper i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  pointer-events: none;
}

#search-text {
  width: 100%;
  padding-left: 35px; /* space for the icon */
}