@charset "UTF-8";
/* CSS Document */

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");



@media screen and (max-width: 435px) {

	.navbar-brand > img {
		max-width: 200px !important;
		height: auto !important;
		
	}	
	
}


@media screen and (max-width: 374px) {

	.navbar-brand > img {
		max-width: 250px !important;
		height: auto !important;
		
	}	
	
}


@media screen and (max-width: 320px) {

	.navbar-brand > img {
		max-width: 200px !important;
		height: auto !important;
		
	}	
	
}

.pointer {
	cursor: pointer;
}



#popup_close2 {
    padding:10px
}

#popup_inner2 {
    padding:0 20px 20px 20px
}

#popup_close2 a:link {
    color: rgba(0, 0, 0, 0.5) !important;
}

#popup_close2 a:visited {
    color: rgba(0, 0, 0, 0.5) !important;
}

#popup_close2 a:hover {
    color: rgba(0, 0, 0, 0.72) !important;
}

#popup_close2 a:active {
    color: rgba(0, 0, 0, 0.72) !important;
}

#popup_close {
	padding: 10px;
}

#popup_close a:link {
    color: rgba(0, 0, 0, 0.5) !important;
}

#popup_close a:visited {
    color: rgba(0, 0, 0, 0.5) !important;
}

#popup_close a:hover {
   color: rgba(0, 0, 0, 0.72) !important;
}

#popup_close a:active {
    color: rgba(0, 0, 0, 0.72) !important;
}

#popup_inner {
	padding: 0 20px 20px 20px;
}


/* HIDE FROM PHONE */
@media screen and (max-width: 479px) {
	.no_phone {
		display: none !important;  
	}
}


/*

.custom-switch .custom-switch-input + .custom-switch-btn:after {
	background: #000 !important;
}

.custom-switch .custom-switch-input + .custom-switch-btn {
	background: #fff !important;
	border: 1px solid #000;
}

.custom-switch-xs .custom-switch-input + .custom-switch-btn {
	width: 48px;
	height: 24px;
	padding: 2px !important;
	border-radius: 48px;
}
*/

.switchToggle input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle label {cursor: pointer; text-indent: -9999px; width: 70px; max-width: 70px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle input:checked + label, .switchToggle input:checked + input + label  {background: rgb(48, 166, 74); }
.switchToggle input + label:before, .switchToggle input + input + label:before {content: 'No'; position: absolute; top: -2px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #FFF; }
.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Yes'; position: absolute; top: -2px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #FFF; }
.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle label:active:after {width: 60px; } 
.toggle-switchArea { margin: 10px 0 10px 0; }

.switchToggle2 input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle2 label {cursor: pointer; text-indent: -9999px; width: 85px; max-width: 85px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle2 label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle2 input:checked + label, .switchToggle input:checked + input + label  {background: rgb(48, 166, 74); }
.switchToggle2 input + label:before, .switchToggle input + input + label:before {content: 'Held'; position: absolute; top: -2px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #FFF; }
.switchToggle2 input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Live'; position: absolute; top: -2px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #FFF; }
.switchToggle2 input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle2 label:active:after {width: 60px; } 
.toggle-switchArea2 { margin: 10px 0 10px 0; }

.switchToggle3 input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle3 label {cursor: pointer; text-indent: -9999px; width: 85px; max-width: 85px; height: 30px; background: #d1d1d1; display: block; border-radius: 100px; position: relative; }
.switchToggle3 label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle3 input:checked + label, .switchToggle input:checked + input + label  {background: rgb(48, 166, 74); }
.switchToggle3 input + label:before, .switchToggle input + input + label:before {content: 'Hide'; position: absolute; top: -2px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #FFF; }
.switchToggle3 input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'Show'; position: absolute; top: -2px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #FFF; }
.switchToggle3 input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle3 label:active:after {width: 60px; } 
.toggle-switchArea3 { margin: 10px 0 10px 0; }

.switchToggle4 input[type=checkbox]{height: 0; width: 0; visibility: hidden; position: absolute; }
.switchToggle4 label {cursor: pointer; text-indent: -9999px; width: 85px; max-width: 85px; height: 30px; background: #d1d1d1; display: inline-block; border-radius: 100px; position: relative; }
.switchToggle4 label:after {content: ''; position: absolute; top: 2px; left: 2px; width: 26px; height: 26px; background: #fff; border-radius: 90px; transition: 0.3s; }
.switchToggle4 input:checked + label, .switchToggle input:checked + input + label  {background: rgb(48, 166, 74); }
.switchToggle4 input + label:before, .switchToggle input + input + label:before {content: 'OFF'; position: absolute; top: -2px; left: 35px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #FFF; }
.switchToggle4 input:checked + label:before, .switchToggle input:checked + input + label:before {content: 'ON'; position: absolute; top: -2px; left: 10px; width: 26px; height: 26px; border-radius: 90px; transition: 0.3s; text-indent: 0; color: #FFF; }
.switchToggle4 input:checked + label:after, .switchToggle input:checked + input + label:after {left: calc(100% - 2px); transform: translateX(-100%); }
.switchToggle4 label:active:after {width: 60px; } 
.toggle-switchArea4 { margin: 10px 0 10px 0; }


.admin_tools {
	display: none;
	position: absolute;
	z-index: 5000;
	right: 0;
}

.editable {
    position:relative !important;
	padding-top: 25px;
}





.overlay2 {
    position: absolute;
    display: none;
    width: 106%;
    height: 109%;
    top: -4%;
    left: -3%;
	background-color: rgba(0,0,0,0.05);
    /* background-color: rgba(69,133,88,0.20); */
    z-index: 500;
	border: 2px dashed #000000;
}



.overlay4 {
    position: absolute;
    display: none;
    width: calc(100% + 12px);
    height: 100%;
    top: 0px;
    left: -6px;
    background-color: rgba(36,115,72,0.3) ;
    z-index: 500;
	border: 4px dashed rgba(36,115,72,1.00);
}

#overlay2 {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .75);
	z-index: 5002;
	cursor: pointer;
}

#overlay3 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 5011;
    cursor:pointer
}

#overlay3 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .75);
    z-index: 700;
    cursor:pointer
}


#overlay4 {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 700;
    cursor:pointer
}

.admin_tool_link {
	color: #fff;
	background: #1065a4 !important;
	border-color: #1065a4 !important;
}

.admin_tool_link:hover {
	color: #fff;
	background: #0c4773 !important;
	border-color: #0c4773 !important;
}



.con_page_image {
    width: 100%;
    height:auto
}

.con_page_image80 {
    width: 80%;
    height:auto
}


.admin_page_links {
    background-color: #969 !important;
    border-color: #969 !important;
    color:#fff !important
}

.admin_page_links:hover {
    background-color: #684268 !important;
    border-color: #684268 !important;
    color:#fff !important
}





.admin_sec_links {
    background-color: rgba(108,117,125,0.74) !important;
    border-color: rgba(108,117,125,0.74) !important;
    /*border-color: #6c757d !important;*/
    color:#fff !important
}

.admin_sec_links:hover {
    background-color: rgb(92, 99, 106) !important;
    border-color: rgb(92, 99, 106) !important;
    color:#fff !important
}

.admin_subsec_links {
    background-color: rgb(92, 99, 106) !important;
    border-color: rgb(92, 99, 106) !important;
    color:#fff !important;
    z-index: 500 !important;
}

.admin_subsec_links:hover {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
    color:#fff !important
}

.the_show_hide:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f35b';
    transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;
    line-height: inherit;
    padding-left: 5px;
}


.the_show_hide_show:after {
    font-family: 'Font Awesome 5 Free';
    content: '\f358' !important;
    transition: transform 0.25s;
    -moz-transition: transform 0.25s;
    -webkit-transition: transform 0.25s;
    line-height: inherit;
    padding-left: 5px;
}


.admin_tool_link_delete {
	color: #fff!important;
	background: #d6494b!important;
	border-color: #d6494b!important;
	padding-left: 8px;
	padding-right: 8px;
}

.admin_tool_link_delete:hover {
	color: #fff;
	background: #7F0C0E !important;
	border-color: #7F0C0E !important;
}

.admin_tool_link {
	color: #fff;
	background: #1065a4 !important;
	border-color: #1065a4 !important;
}	

.admin_tool_link:hover {
	color: #fff;
	background: #0c4773 !important;
	border-color: #0c4773 !important;
}


.red_border {
	border: 3px solid #d6494b !important;
}

.admin_tool_link_warning {
	color: #fff !important;
	background: #ffbc34 !important;
	border-color: #ffbc34 !important;
}

.admin_tool_link_warning:hover {
	color: #fff !important;
	background: #ac8027 !important;
	border-color: #ac8027 !important;
}

.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-8ths {
    width: 12%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-8ths {
        width: 12%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-8ths {
        width: 12%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-8ths {
        width: 12%;
        float: left;
    }
}

.modal-dialog {
	z-index: 10000000000 !important;
}


img{
	max-width: 100%;
}

.li_card {
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
	border-radius: 1rem !important;
	padding: 1.5rem !important;
}

.form_error {
	color: RED !important;
	font-size: 0.8em;
}

.form_error_border {
	border: 2px solid rgba(var(--danger_500), 1) !important;
	padding-right: calc(1.5em + .75rem);
	background-image: url("/images/icons/form_error.svg");
	background-repeat: no-repeat;
	background-position: right calc(.375em + .1875rem) center;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}		
.required {
	background-image: url("/images/icons/Asterisk.svg");
	background-repeat: no-repeat;
	background-position: left calc(.125em + .1875rem) center;
	background-size: calc(.5em + .250rem) calc(.5em + .250rem);
	padding-left: 20px;
} 

.dropdown-item:link, .dropdown-item:hover, .dropdown-item:visited, .dropdown-item:active {
	text-decoration: none;
	color: rgba(0,0,0,0.80);
}


.lan_pick_text {
	color: #000;
	line-height: 24px;
	font-weight: 400;
	float: right;
}

.leb3 {
	position: absolute;
	top: 0;
	left: 12px;
	padding: .375rem .75rem;
	font-size: 1em;
	background-color: #a68439;
	color: #fff;
	cursor: pointer;
	display: none;
	z-index: 1000;
}



.gallery-item {
	cursor: pointer;
}

.smlink:link, .smlink:visited {
	padding-left: 5px;
	font-size: 1.5em;
}

#gallery-modal .modal-img {
width: 100%;
}


.btn-secondary2 {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(108, 117, 125) !important;
	border-color: rgb(108, 117, 125) !important;
	opacity: 0.1;	
}

.btn-secondary2:hover {
	color: rgb(255, 255, 255) !important;
	background-color: rgb(92, 99, 106) !important;
	border-color: rgb(92, 99, 106) !important;
	opacity: 1;
}



.slider_image {
  height: 450px; 
  object-fit: cover;
}

.ui-sortable-handle {
	cursor: row-resize !important;
}

.ui-sortable-handle:hover {
	background-color: rgba(0,0,0,0.05);
}


.col-2dot4, .col-lg-2dot4, .col-md-2dot4, .col-sm-2dot4, .col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left:15px
}

.col-2dot4, .col-md-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width:20%
}

@media (max-width: 1200px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 33% !important;
        flex: 0 0 33% !important;
        max-width:33% !important
    }
}

@media (max-width: 900px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }
}

@media (max-width: 400px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width:100% !important
    }
}

@media (min-width: 992px) {
	.small_cart {
		display: none !important;		
	}
}




.carousel-item > div {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page_held {
	z-index: 100000000 !important;
}

/* (A) FULL SCREEN WRAPPER */
#spinner {
  position: fixed;
  top: 0; left: 0; z-index: 9999;
  width: 100vw; height: 100vh;
  background: rgba(255, 255, 255, 0.7);
  transition: opacity 0.2s;
}
 
/* (B) CENTER LOADING SPINNER */
#spinner img {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%);
}
 
/* (C) SHOW & HIDE */
#spinner {
  visibility: hidden;
  opacity: 0;
}
#spinner.show {
  visibility: visible;
  opacity: 1;
}


.my-switch .form-switch {
  margin: 3px 0px 0 5px;
}	

.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.round_hover {
	padding: 5px;
	cursor: pointer;
}

.round_hover:hover {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 100%;
	padding: 5px;
}

.bg-link {
	background-color: rgba(217, 83, 79, 0.75);
}
