/***************************************
Blue Color Scheme
Light to dark:
#65b5da
#4791ae
#3289a7
#0c7592
#336699
font icon colors - "fontSizelg"
****************************************/
body {
	font-family:Roboto;
	font-weight:300;
	font-size:16px;
	color:#777;
	line-height:1.7;
	position: relative; /* Add this line */
}
h1,h2,h3,h4,h5,h6 {
	font-family:Roboto;
	font-weight:700;
}
.italicFont{
	font-style:italic;
}
.footer-agreement{
	list-style-type: none;
}
.screenLoader{
	position: fixed;
	left: 0px;
	top: 70px;
	width: 100%;
	height: 100%;
	z-index: 9992;
	color: #fff;
	background: url(../images/loader.gif) center no-repeat;
	background-color:#fff !important;
	opacity: 1;
}
.screenLoaderOrder{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: url(../images/loader2.gif) center no-repeat;
	background-color: #fff;
	opacity: 1;
}
.covidContainer{
	position:absolute;
	top: 100px;
	left: 10px;
	width: 200px;
	height: 100px;
	border-radius: 5px;
	background-color: rgb(0, 0, 0, 0.5);
	color:#fff;
	padding:10px;
	font-weight: bold;
}
.covidLink{
	color:#FFA500;
	font-style:italic;
}
.covidLink:hover{
	color:#ccc;
}
.unstyle ul li,.unstyle ol li,ul.unstyle li,ol.unstyle li {
	list-style:none;
	line-height:inherit;
}
.text-left {
	text-align:left !Important;
}
a:hover {
	text-decoration:none;
}
.content-block {
	padding:50px 0;
}

.modal-backdrop {
	z-index: 999 !important;
}
/*****************************************************
NAVBAR NEW
******************************************************/
.navbar{
	background-color: #ffffff;
	border: 0px;
	padding: 20px;
	z-index: 999;
	-webkit-box-shadow: 0px 1px 10px #333;
    -moz-box-shadow: 0px 1px 10px #333;
    box-shadow: 0px 1px 10px #333;
}
.navbar-fixed-top.scrolled {
    background-color: #ffffff !important;
    transition: background-color 200ms linear;
}
.navbar-inverse{
	background-color: #ffffff !important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff !important;
}
.navbar-inverse .navbar-nav>li>a{
	color:#333 !important;
}
.navbar-inverse .navbar-nav>li>a:hover{
	color:#666 !important;
}
.navbar-inverse .navbar-nav>.active>a{
	background-color: #cccccc !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
	border-color: #ffffff;
}
.navbar-brand{
	padding: 0 !important;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background-color:#eeeeee !important;
}
#nav-icon1{
	width: 35px;
	height: 25px;
	padding: 9px 10px;
	position: relative;
	margin: 0px auto;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

#nav-icon1 span {
	display: block;
	position: absolute;
	height: 5px;
	width: 100%;
	background: #65b5da;
	border-radius: 5px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

#nav-icon1 span:nth-child(1) {
  top: 0px;
}

#nav-icon1 span:nth-child(2) {
  top: 9px;
}

#nav-icon1 span:nth-child(3) {
  top: 18px;
}

#nav-icon1.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

#nav-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

#nav-icon1.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.navbar-inverse .navbar-toggle{
	border:0px !important;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus{
	background-color: #ffffff !important;
}
.navbar-toggle{
	padding: 0px !important;
}
.item.header {
	background-image:url(../images/mainBG.jpg);
	background-repeat:no-repeat;
	background-position:0% top;
	background-size:cover;
	background-attachment:scroll;
	background-color:rgba(0,0,0,0);
	background-attachment: fixed;
	background-position: center;
}
.padding-top-100 {
	padding-top:180px !important;
}
.padding-bottom-40 {
	padding-bottom:40px !important;
}
.navbar-nav,.navbar>.container .navbar-brand {
	font-family:Dosis;
	text-transform:uppercase;
	color: #333333;
}
header .navbar-white {
	background:#336699;
	box-shadow:0px 3px 2px 0px rgba(50,50,50,0.1);
}
header .navbar-white a {
	color:#336699;
	font-weight:700;
}
/******************************************************
NAVBAR END
*******************************************************/


.desktopLayout{
	color: #333333;
}

.frontPageText {
	text-align:center;
	z-index:2;
	position:relative;
	font-size:75px;
	line-height:90px;
	text-transform:uppercase;
	font-weight:700;
	font-family:Dosis;
	color: #ffffcc;
    background-image: -webkit-linear-gradient(92deg,#ffffcc,#feab3a);
    -webkit-background-clip: text;
    -webkit-animation: hue 30s infinite linear;
}

@-webkit-keyframes hue {
    from {
      -webkit-filter: hue-rotate(0deg);
    }
    
    to {
      -webkit-filter: hue-rotate(360deg);
    }
}


/***********************************************
Login modal styles
************************************************/
.modalBGImage {
    background-image: url('../images/loginBG.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
}

#modalCoverLogin{
	position:absolute;
	background-color:rgba(0, 0, 0, 0.7);
	z-index: 98;
	height: 100%;
	width: 100%;
	margin-left: -15px;
	margin-top: -15px;
}

.innerModalCoverLogin{
	font-size: 30px;
	color:#ffffff;
	position: absolute;
	margin-left:37%;
	margin-top:30%;
	z-index: 99;
}

.inputCenter{
	margin-left: 10%;
	margin-right: 10%;
	margin-top:70px;
}

.backgroundFade{
	background-color:rgba(0, 0, 0, 0.5);
	padding:20px 30px 50px 30px;
	color:#ffffff;
	border-radius: 10px;
}

.addonColor{
	background-color:#65b5da;
	color:#ffffff;
	border: 1px solid #65b5da;
}

.text-pageheader {
	text-align:center;
	color:#fff;
	z-index:2;
	position:relative;
	font-size:45px;
	line-height:90px;
	text-transform:uppercase;
	padding-top:100px;
	padding-bottom:100px;
	font-weight:700;
	font-family:Dosis;
	text-shadow: 2px 2px #333333;
}
.LowerText {
	text-transform:none;
	font-weight:100 !Important;
}
.displayItemLocation {
	background:#fff;
	padding-top:35px;
	margin-top:-120px;
}
.itemHeader {
	font-weight:700;
	font-size:20px;
	line-height:38px;
	color:#444;
	text-transform:uppercase;
	display:block;
	margin-bottom:10px;
}
.mainDisplayItems {
	background-color:#277c99;
	border-radius:50%;
	color:#fff;
	margin-right:4px;
	text-align:center;
	height:60px;
	width:60px;
	line-height:60px;
	display:inline-block;
	font-size:25px;
	font-weight:700;
	margin-top:20px;
}
h1.ProductsServices {
	font-size:21px;
	line-height:28px;
	color:#666;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-top:0;
}
.wow-hr {
	position:relative;
	font-size:0;
	text-align:center;
	height:25px;
	margin:auto;
	margin-top:2%;
	margin-bottom:3%;
	width:50%;
	padding:2px 0;
	overflow:hidden;
	clear:both;
}
.wow-hr-h:before {
	left:-13px;
	margin-left:-50%;
	background:#f7f7f7;
}
.wow-hr-h:after {
	left:13px;
	margin-right:-50%;
}
.wow-hr-h:before,.wow-hr-h:after {
	display:inline-block;
	content:"";
	height:1px;
	width:50%;
	margin-top:9px;
	vertical-align:top;
	position:relative;
	background-color:#e4e4e4;
}
.wow-hr-h i {
	font-size:20px;
	line-height:20px;
	height:20px;
	width:20px;
	vertical-align:top;
	text-align:center;
	color:#e4e4e4;
}
.paddingtop0 {
	padding-top:0 !Important;
}
.paddingbottom20 {
	padding-bottom:20px !Important;
}
.productList {
	color:#fff;
	text-decoration:none;
	background-color:#336699;
	font-weight:700;
	font-size:22px;
	border:0;
	padding:15px 40px;
	letter-spacing:1px;
	margin-top:-20px;
	display:inline-block;
	margin-bottom:0px;
}
.productListicon {
	color:#fff;
	display:inline-block;
	padding:13px 20px;
	margin-top:-13px;
	margin-bottom:-13px;
	margin-right:-39px;
	margin-left:15px;
	background:rgba(0,0,0,0.2);
}
a.productList:hover {
	color:#fff;
	opacity: 0.8;
}

img {
	max-width: 100%;
}

.maxproduct {
	max-height:300px;
	overflow:hidden;
	display:inline-block;
}
.latest-items {
	margin-bottom:30px;
}
.product-details {
	padding:10px;
	text-align:center;
	color:#444;
}
.product-details-index{
	paddingt:10px;
	text-align:center;
	color:#444;
	border:1px solid #ccc;
}
.productbox{
	padding:10px;
}
.shopsection {
	margin-bottom:30px;
}

.btn-Shop{
	color:#fff;
	border:1px solid#fff;
	padding:5px;
	border-radius:5px;
}
.btn-Shop:hover{
	background-color:#fff;
	color:#336699;
}
.flip-card {
  background-color: transparent;
  width: 100%;
  height: 300px;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #bbb;
  color: black;
}
.flip-card-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

.properties-box {
	padding:20px 20px 15px 20px;
	border:1px solid #e4e4e4;
	margin-top:25px;
	clear:both;
	float:none;
	line-height:1.7;
}
.slide-text {
	position:relative;
	color:#666;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	font-weight:300;
	line-height:35px;
	max-width:75%;
	margin:0px auto;
	margin-top:0px;
}
.edd-submit.button {
	font-size:20px;
	border:0px;
	padding:7px 20px;
	text-decoration:none;
	color:#444;
	text-align:center;
	font-weight:400;
	background:#fff;
	text-transform:uppercase;
	border-radius:0;
	border-bottom:5px solid rgba(0,0,0,0.1);
	background-color:#00bba7;
	color:#fff;
}
.edd-submit.button,.edd-submit.button:visited {
	background-color:#00bba7;
	color:#fff;
	border-bottom:5px solid rgba(0,0,0,0.1);
}
.edd-submit.button:hover {
	opacity:0.8;
}
.rightarea-price .edd-submit.button {
	font-size:25px;
	padding:14px 25px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-weight:400;
	border-bottom:5px solid rgba(0,0,0,0.1);
	text-transform:uppercase;
	border-radius:0;
}
.rightarea-price .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js,.rightarea-price .edd-submit.button {
	display:block;
}
.edd-submit.button.active,.edd-submit.button:focus,.edd-submit.button:hover {
	color:#fff;
}
#edd-purchase-button,.edd-submit,input[type=submit].edd-submit {
	background-color:#00bba7;
	color:#fff;
	border:0;
	border-radius:0;
	border-bottom:5px solid rgba(0,0,0,0.1);
	font-size:17px;
	font-weight:700;
}
#edd_checkout_cart a.edd-cart-saving-button,th input[type=submit].edd-submit {
	text-decoration:none;
	padding:4px 10px;
	text-transform:none;
	font-size:14px;
	background:#fff;
	color:#444;
	border:1px solid #eee;
	font-weight:500;
}
#edd_checkout_cart input.edd-item-quantity {
	padding-left:10px;
}
.edd-cart-added-alert {
	border:2px solid green;
	padding:7px 10px;
	margin-bottom:30px;
	float:right;
	display:inline;
	margin-left:20px;
}
.btn-buynow {
	font-size:25px;
	padding:14px 25px;
	text-decoration:none;
	color:#fff;
	text-align:center;
	font-weight:400;
	border-bottom:5px solid rgba(0,0,0,0.1);
	text-transform:uppercase;
	border-radius:0;
	display:block;
	background:#336699;
}
.rightarea-price .edd-cart-ajax-alert {
	display:inline;
}
.rightarea-price .edd-cart-added-alert {
	border:2px solid green;
	padding:16px 10px;
	top:2px;
	position:absolute;
	margin-left:20px;
	clear:both;
	float:none;
	margin-bottom:0px;
}
.rightarea-price .edd_download_purchase_form {
	margin-bottom:0;
}
.rightarea-price .edd_go_to_checkout {
	clear:both;
	float:none;
	margin-bottom:0px;
}
.rightarea-price .edd-submit.button {
	display:block;
	clear:both;
	float:none;
	margin-bottom:0px;
}
.edd_empty_cart {
	padding:20px;
	display:block;
	background-color:#fcf8e3;
	border:#faebcc 1px solid;
	color:#8a6d3b;
	text-align:center;
	margin-bottom:200px;
}
.headercart {
	color:#fff;
	font-size:21px;
	display:block;
	padding-top:45px;
	font-weight:300;
	letter-spacing:1px;
	z-index:2;
	position:relative;
}
.headercart a {
	z-index:2;
	position:relative;
	color:#fff;
}
.filtertagscats a {
	color:#999;
	border:1px solid #ccc;
	padding:5px 10px;
	margin-right:10px;
	margin-bottom:13px;
	display:inline-block;
	text-transform:uppercase;
	font-size:13px !Important;
}
table#edd_purchase_receipt td,table#edd_purchase_receipt th,table#edd_purchase_receipt_products td,table#edd_purchase_receipt_products th {
	text-align:left;
	border:1px solid #eee;
	padding:10px;
}
#edd_checkout_cart {
	text-align:left;
	width:100%;
	border:none;
	margin:0 0 21px;
	table-layout:auto;
}
#edd_checkout_cart .edd_cart_header_row th {
	background:#fafafa;
	padding:1.387em;
}
#edd_checkout_cart td,#edd_checkout_cart th {
	text-align:left;
	border:1px solid #eee;
	color:#666;
	padding:.5em 1.387em;
}
#edd_checkout_form_wrap fieldset {
	border:1px solid #eee;
	padding:1.387em;
	margin:0 0 21px;
}
legend {
	display:inline-block !Important;
}
#edd_checkout_form_wrap label {
	font-weight:700;
	display:block;
	position:relative;
	line-height:100%;
	font-size:95%;
	margin:0 0 5px;
}
#edd_checkout_form_wrap input[type=text],#edd_checkout_form_wrap input[type=email],#edd_checkout_form_wrap input[type=password],#edd_checkout_form_wrap input[type=tel],#edd_checkout_form_wrap textarea {
	padding:4px 6px;
}
#edd_checkout_form_wrap input.edd-input,#edd_checkout_form_wrap textarea.edd-input {
	display:inline-block;
	width:100%;
	border:1px solid #eee;
}
.myaccountsection legend {
	-webkit-padding-start:0;
	text-transform:uppercase;
	margin-bottom:20px;
	font-weight:700;
	display:block;
}
.myaccountsection #edd_login_form {
	margin-top:20px;
}
.myaccountsection #edd_login_form input,.myaccountsection #edd_login_form select {
	margin-bottom:0;
	margin-left:10px;
}
.myaccountsection #edd_login_form input[type="submit"] {
	margin-left:0px;
}
.myaccountsection input,.myaccountsection select {
	margin-bottom:20px;
	padding:7px 5px;
}
.myaccountsection input[type="submit"] {
	background:#333;
	padding:7px 20px;
	color:#fff;
	border:0px;
	margin-left: 0px;
}

.infoarea .maintitle,.maintitle {
	font-size:22px;
	line-height:28px;
	color:#444;
	text-transform:uppercase;
	margin-bottom:40px;
	letter-spacing:1px;
}
.infoareaicon {
	font-size:40px;
	position:absolute;
	top:-18px;
	left:43%;
	background:#fff;
	padding-left:10px;
	padding-right:10px;
	color:#00bba7;
}
.infoareawrap {
	border:1px solid #eee;
	padding:20px;
}
.infoareawrap h1.subtitle {
	margin-top:20px;
	color:#444;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:1px;
	margin-bottom: 15px;
}
/* the text box */
.slide-text {
	position:relative;
	color:#666;
	overflow:hidden;
	text-align:center;
	font-size:22px;
	font-weight:300;
	line-height:35px;
	max-width:75%;
	margin:0px auto;
}
.slide-text img {
	border-radius:50%;
	max-width:100px;
	margin:20px 0;
}
.slide-text p {
	margin-top:0px;
	font-size:19px;
}
.slide-text a p {
	color:#666;
}
.slide-text h2 {
	font-style:normal;
	font-size:24px;
	line-height:28px;
	color:#444;
	text-transform:uppercase;
	letter-spacing:1px;
	margin-bottom:15px;
	margin-top:0;
}
.CallToActionTitle {
	color:#fff;
	font-size:25px;
	font-weight:300;
}
.CTAButton {
	border:1px solid;
	margin-left:25px;
	padding:10px 20px;
}
.footer ul.social-iconsfooter li {
	display:inline-block;
	float:none;
	position:relative;
	background:transparent;
	margin-right:5px;
	border:1px solid #333;
}
.footer ul.social-iconsfooter li a {
	color:#fff;
	width:60px;
	height:60px;
	line-height:60px;
	display:inline-block;
}
.footer ul.social-iconsfooter li:hover {
	border:1px solid #ccc;
	color: #336699;
}
.footer {
	background:#222;
	color:#999;
	font-size:14px;
	padding:60px 0 40px 0;
	margin-top:0px;
}
ul,ol {
	-moz-padding-start:0px;
	-webkit-padding-start:0px;
	-khtml-padding-start:0px;
	-o-padding-start:0px;
	padding-start:0px;
	padding-left:0px;
}
.footernote {
	font-size:28px;
	color:#fff;
}
.footer a {
	color:#ffffff;
}
.footer a:hover {
	color:#cccccc;
}
#contactform input,#contactform textarea {
	border:0px;
	border:1px solid #eee;
	width:100%;
	background-color:transparent;
	padding:14px 10px;
	margin-bottom:20px;
	border-radius:0;
	font-size:14px;
}
#contactform .btn {
	background:#333;
	color:#fff;
	border:1px solid #333;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
}
.done {
	display:none;
}
.error input,input.error,.error textarea,textarea.error {
	background-color:#ffffff;
	border-bottom:2px solid orangered !Important;
	transition:border linear 0.2s,box-shadow linear 0.2s;
}

.thumbnailNew {
    padding: 0 0 15px 0;
    border:1px solid #e4e4e4;
    border-radius: 0;
	margin-bottom:20px;
}
.thumbnailNew p {
    margin-top: 15px;
    color: #555;
}
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: red; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}

.fixed-bg{
  background-image: url("../images/bubbles02.jpg");
  min-height: 500px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.italicText{
	font-style: italic;
}

.panelShadow{
	box-shadow: 10px 10px 8px #333;
}
.panelShadowSmall{
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.productDetailLayout{
	height:400px;
}
.priceProduct{
	position:absolute;
	left:25px;
	bottom:10px;
}
.priceColor{
	font-size: 35px;
	font-weight: bold;
	color: #336699;
}
.bookNowPlacement{
	position:absolute;
	right:25px;
	bottom:30px;
}
/***************************************

CALENDAR

****************************************/
.calendar {
    display: flex;
    flex-flow: column;
}
.calendar .header .month-year {
    font-size: 20px;
    font-weight: bold;
    color: #636e73;
    padding: 20px 0;
}
.calendar .days {
    display: flex;
    flex-flow: wrap;
}
.calendar .days .day_name {
    width: calc(100% / 7);
    border-right: 1px solid #2c7aca;
    padding: 20px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: bold;
    color: #818589;
    color: #fff;
    background-color: #448cd6;
}
.calendar .days .day_name:nth-child(7) {
    border: none;
}
.calendar .days .day_num {
    display: flex;
    flex-flow: column;
    width: calc(100% / 7);
    border-right: 1px solid #e6e9ea;
    border-bottom: 1px solid #e6e9ea;
    padding: 15px;
    font-weight: bold;
    color: #7c878d;
    min-height: 100px;
}
.calendar .days .day_num span {
    display: inline-flex;
    width: 30px;
    font-size: 14px;
}
.calendar .days .day_num .event {
    margin-top: 10px;
    font-weight: 500;
    font-size: 12px;
    padding: 3px 6px;
    border-radius: 4px;
    background-color: #f7c30d;
    color: #fff;
    word-wrap: break-word;
}
.calendar .days .day_num .event.green {
    background-color: #51ce57;
}
.calendar .days .day_num .event.blue {
    background-color: #336699;
}
.calendar .days .day_num .event.red {
    background-color: red;
}
.calendar .days .day_num .event.purple {
    background-color: #800080;
}
.calendar .days .day_num .event.orange {
    background-color: #FFA500;
}
.calendar .days .day_num .event.pink {
    background-color: #FF69B4;
}
.calendar .days .day_num .event.turquoise {
    background-color: #43C6DB;
}
.calendar .days .day_num .event.brown {
    background-color: #835C3B;
}
.calendar .days .day_num .event.gold {
    background-color: #8B8000;
}
.calendar .days .day_num .event.darkgreen {
    background-color: #10420d;
}
.calendar .days .day_num .event.black {
    background-color: #000000;
}
.calendar .days .day_num:nth-child(7n+1) {
    border-left: 1px solid #e6e9ea;
}
.calendar .days .day_num:hover {
    background-color: #fdfdfd;
}
.calendar .days .day_num.ignore {
    background-color: #fdfdfd;
    color: #ced2d4;
    cursor: inherit;
}
.calendar .days .day_num.selected {
    background-color: #f1f2f3;
    cursor: inherit;
}
.tableTextSmall{
	font-size: 12px;
}

/****************************************************
Pagination jquery style starts
*****************************************************/
.item-listing .item-single {
    padding: 0 0;
} 
.listDisplay{
	list-style-type: none;
	display: inline;
	padding-right:30px;
	padding-left:30px;
}
.page-count, .total-page-count {
    position: relative;
    bottom: -80px;
    left: 0px;
    color: #a0a0a0;
	display: none;
}
.pagi-disabled {
    pointer-events: none;
    opacity: 0.3;
}

/*****************************************************
Multi-select dropdown
******************************************************/

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.multiselect {
    width: 300px;
    font-size: 15px;
    padding-bottom: 4px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    transition: 0.2s;
    outline: none;
}

.multiselect:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.multiselect.active {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom: 1px solid transparent;
}

.multiselect > .title {
    cursor: pointer;
    height: 32px;
    padding: 6px;
}

.multiselect > .title > .text {
    max-width: 300px;
    max-height: 25px;
    display: block;
    float: left;
    overflow: hidden;
    line-height: 1.3em;
}

.multiselect > .title > .expand-icon,
.multiselect > .title > .close-icon {
    float: right;
    border-radius: 50%;
    padding: 0 4px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: 700;
    transition: 0.2s;
    display: none;
}

.multiselect.selection > .title > .expand-icon {
    display: none;
}

.multiselect > .title > .expand-icon,
.multiselect.selection > .title > .close-icon {
    display: block;
}

.multiselect > .title > .close-icon:hover {
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: rgb(203, 32, 32);
    color: #fff;
}

.multiselect > .container {
    max-height: 200px;
    overflow: auto;
    margin-top: 4px;
    margin-left: -1px;
    width: 300px;
    transition: 0.2s;
    position: absolute;
    z-index: 1;
    background: #fff;
    border: 1px solid transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.multiselect.active > .container {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 0;
}

.multiselect:hover > .container {
    border-top-color: rgba(0, 0, 0, 0.3);
}

.multiselect.active:hover > .container {
    border-color: rgba(0, 0, 0, 0.3);
}

.multiselect > .container > option {
    display: none;
    padding: 5px;
    cursor: pointer;
    transition: 0.2s;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.multiselect > .container > option.selected {
    background: rgb(122, 175, 233);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #fff;
}

.multiselect > .container > option:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #000;
}

.multiselect.active > .container > option {
    display: block;
}

.italicCompanyName{
	font-style: italic;
}


.eventSelect{
	font-size: 8px;
}

/*************************************************************
Blog Images styling for display function
**************************************************************/
.imageProfileStyle{
	border-radius:5px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imageProfileStyleSmall{
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.imageProfileStyleSmallVIP{
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 12px 20px 0 rgba(24, 3, 155, 0.2), 0 6px 20px 0 rgba(24, 3, 155, 0.19);
}
.imageProfileStyleSmallVIP:active{
	opacity: 0.95;
}
.imageProfileStyleSmallST{
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 12px 20px 0 rgba(150, 5, 22, 0.2), 0 6px 20px 0 rgba(150, 5, 22, 0.19);
}
.imageProfileStyleSmallST{
	opacity: 0.95;
}
.imageProfileStyleSmall:active{
	opacity: 0.95;
}
div.fill {
	background-image: url('../images/blah.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}



/**********BOOTSTRAP SWITCH TOGGLE**************/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #336699;
}

input:focus + .slider {
  box-shadow: 0 0 1px #336699;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

.tableTextCenter{
	text-align:center;
}

.sideMenuHover{
	color:#336699;
	font-size:20px;
	display:none;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.close{
	position:absolute;
	right:20px;
	top: 10px;
	font-size:50px;
}


.fontSizeLg{
	text-shadow: 0 0 3px #000000;
	color:#ffffff !important;
}
.active {
	text-shadow: 0 0 3px #ffffff;
	color:#65b5da !important;
}
.imageUploadPreview{
	padding-top:40px;
	height:100%;
	width:300px;
}

/***************************************************************
*Main page overlay
***************************************************************/
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: rgba(92, 177, 230, 0.98);*/
	background-image: url("../images/main-bg-mix.jpg");
	background-repeat: no-repeat;
  	background-attachment: fixed;
	background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999; /* Add this line to bring it to the foreground */
}

.clickable-div {
    text-decoration: none; /* Remove underline from anchor tags */
    color: inherit; /* Inherit the color from parent */
}

.font-weight-md{
	font-weight:bold;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* Create down arrow */
.down-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 15px solid #000000; /* Default color for left box background */
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: border-top-color 0.3s; /* Add a transition for the border-top-color */
}

/* Create up arrow */
.up-arrow {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #000000; /* Default color for right box background */
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    transition: border-bottom-color 0.3s; /* Add a transition for the border-bottom-color */
}

/* Center content horizontally and vertically */
.left-div, .right-div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 150px;
    height: 150px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: box-shadow 0.3s, border-width 0.3s;
    position: relative;
    z-index: 1000;
    border: 8px solid black;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}

.left-div {
    background: linear-gradient(45deg, #FF6B6B, #FFC154);
    margin-right: 10px;
    color: #fff;
}

.right-div {
    background: linear-gradient(45deg, #2a7dad, #A2D9DB);
    color: #fff;
}

/* Increase the shadow size and border width on hover */
.left-div:hover, .right-div:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.9); /* Larger shadow on hover */
    border-width: 10px; /* Thicker border on hover */
    color: #fcfcfc;
}


/* Add a media query for mobile screens */
@media (max-width: 768px) {
    .overlay {
        /* Adjust the size and positioning for mobile screens */
        background-size: cover; /* You can also use 'contain' depending on your preference */
        background-position: center center;
    }
}


/***************************************************************
BOOTSTRAP SWITCH TOGGLE END
***************************************************************/

/***************************************************************
Modal SLide-Out Begins
***************************************************************/
.modal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: 40%;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
		-ms-transform: translate3d(0%, 0, 0);
		 -o-transform: translate3d(0%, 0, 0);
			transform: translate3d(0%, 0, 0);
}
.modal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.right .modal-body {
	padding: 15px 15px 80px;
}
.modal.right.fade .modal-dialog {
	right: -40%;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	   -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
		 -o-transition: opacity 0.3s linear, right 0.3s ease-out;
			transition: opacity 0.3s linear, right 0.3s ease-out;
}
.modal.right.fade.in .modal-dialog {
	right: 0;
}
.demo {
	padding-top: 60px;
	padding-bottom: 110px;
}
.btn-demo {
	margin: 15px;
	padding: 10px 15px;
	border-radius: 0;
	font-size: 16px;
	background-color: #FFFFFF;
}
.btn-demo:focus {
	outline: 0;
}
/***************************************************************
Modal SLide-Out Ends
***************************************************************/

.displayID{
	display:none;
}


/***************************************************************
Selector resize
***************************************************************/
.delivery-selection-transition{
	transition: .3s;
}
.div-select-size{
	transition: .3s;
}
.form-input-active{
	width: 100%;
}
input[type=text] {
	transition: width 0.4s ease-in-out;
}
.rental-item-transition{
	transition: height 0.7s ease-in-out;
}
/***************************************
Background shadow on boxes
***************************************/
.backShadow{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.coming-soon{
	position:fixed;
	top:50%;
	right:10px;
	z-index:2;
}

.coming-soon-overlay{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:300px;
}

.bouncer-display-view{
	width:100%;
	min-height:500px;
}
.product-image-layout{
	padding-left:0px;
	margin-left:0px;
	margin-right:0px;
}
.order-button-position{
	position:fixed;
	right:10px;
	top:120px;
	z-index:9;
}
.order-button{
	box-shadow: 5px 10px 15px 5px rgba(255, 255, 255, 0.5), 5px 10px 25px 5px rgba(255, 255, 255, 0.49);
}

@media (min-width:768px) {
	.navbar-lg .navbar-nav>li>a {
		padding-top:26px;
		padding-bottom:26px;
		font-size:18px;
	}
	.navbar-lg .navbar-nav>li>a:hover,.navbar-lg .navbar-nav>li>a:active {
		background:#fff;
		color: #2a9df4;
	}
	.menuNavbarShowHide{
		display:none; 
	}
	.selectSizing{
		height: 200px !important;
	}
	.fontSizeLg{
		font-size: 1.3em;
	}
	.centerImageBlog{
		margin:auto;
		width:50%;
	}
	.show-display{
		display:none;
	}
}
@media (max-width:768px) {
	.product-image-layout{
		margin-right:0px !important;
	}
	.navbar{
		padding: 0px;
	}
	.navbar-lg .navbar-nav>li>a {
		padding-bottom:0px;
	}
	.logoDisplaySM{
		display: block !important;
		font-size: 12px;
		color: #336699;
		width: 200px;
		margin-left: 10px;
		margin-top: 10px;
	}
	.navbar-nav, .navbar>.container .navbar-brand{
		margin-top:10px;
	}
	.logoDisplaySM:hover{
		color: #ADD8E6;
	}
	.centerImageBlog{
		margin:0;
		left:10%;
	}
	.imageUploadPreview{
		width:100% !important;
	}
	.CTAButton{
		margin-top:20px;
		margin-left:0px;
	}
	.navbar-lg .navbar-brand{
		font-size: 20px;
	}
	.productList {
		font-size: 18px;
	}
	.eventName{
		display: none !important;
	}
	.covidContainer{
		top:180px;
		z-index:99;
	}
	.item.header{
		background-attachment: scroll;
	}
	.text-pageheader {
		font-size: 25px;
		text-shadow: 2px 2px #333333;
	}
	.priceProduct{
		bottom:0px;
	}
	.bookNowPlacement{
		bottom:10px;
	}
	.frontPageText {
		font-size: 30px;
	}
	.desktopLayout{
		display: none !important;
	}
	.mobileLayout{
		display: block !important;
	}	
	.fontSizeLg{
		font-size: 1.3em;
	}
	.icon-bar {
		width: 100%;
		background-color: #ffffff;
		overflow: auto;
	}
	.icon-bar a {
		float: left;
		width: 20%;
		text-align: center;
		padding: 0;
		transition: all 0.3s ease;
		color: #336699;
		font-size: 20px;
	}
	
	.logoDisplayMB{
		display:none;
	}
	.side-collapse-container{
		width:100%;
		position:relative;
		right:0;
		transition: .4s;
	}
	.side-collapse-container.out{
		right:250px;
	}
	.side-collapse {
		background-color: #ffffff !important;
		top:75px;
		bottom:0;
		right:0;
		width:250px;
		position:fixed;
		overflow:hidden;
		transition:.4s;
		z-index:98;
		color:#336699;
	}
	.side-collapse.in {
		width:0;
	}
	.inputCenter{
		margin-left: 0;
		margin-right: 0;
	}
	.bookingFontTextSmall{
		font-size:12px;
	}
	.modal.right .modal-dialog {
		width: 100%;
	}
	.hide-show{
		display:none;
	}
	.show-display{
		display:block;
	}
	.coming-soon{
		display:none;
	}
}