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

#the_popup {
	position: absolute;
	display: none;
	top: 25px;
	left: 50%;
	width: 80%;
	margin-left: -40%;
	border: 0 solid red;
	background-color: #fff;
	z-index: 5002;
	background-position: left top, right top;
	background-repeat: no-repeat;
}

#the_popup2 {
    position: absolute;
    display: none;
    top: 25px;
    left: 45%;
    width: 70%;
    margin-left: -30%;
    background-color: #fff;
    z-index:5012;
	border: 2px solid #000;
}


@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;
}

@media screen and (max-width: 1420px) {
	#the_popup {
		left: 0;
		width: 100%;
		border: 0 solid red;
		background-color: #fff;
		margin-left: 0;
		z-index: 5002;
		display: none;
		overflow-y: scroll;
		overflow-x: hidden;
	}
	
    #the_popup2 {
        left: 0;
        width: 100%;
        background-color: #fff;
        margin-left: 0;
        z-index: 5012;
        display: none;
        overflow-y: scroll;
        overflow-x:hidden
    }	
}

#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;
}

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

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

.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;
}

.overlay3 {
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.05);
    z-index: 500;
	border: 2px dashed #000000;
}

#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
}

.ON_HOLD {
	color: rgba(202,164,0,1.00) !important;
}

a.ON_HOLD:link {
	color: rgba(202,164,0,1.00) !important;
}

a.ON_HOLD:visited {
	color: rgba(202,164,0,1.00) !important;
}

a.ON_HOLD:hover {
	color:rgba(108,88,0,1.00) !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;
}



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

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

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

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

.page_image60 {
    width: 60%;
    height:auto
}

.page_image50 {
    width: 50%;
    height:auto
}

.page_image40 {
    width: 40%;
    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_sec_links {
    background-color: #969 !important;
    border-color: #969 !important;
    color:#fff !important
}

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

.admin_subsec_links {
    background-color: #458559 !important;
    border-color: #458559 !important;
    color:#fff !important;
    z-index: 500 !important;
}

.admin_subsec_links:hover {
    background-color: #2a5538 !important;
    border-color: #2a5538 !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
}

/*
.admin_subsec_links {
    background-color: #77d594 !important;
    border-color: #77d594 !important;
    color:#fff !important
}

.admin_subsec_links:hover {
    background-color: #5fad77 !important;
    border-color: #5fad77 !important;
    color:#fff !important
}

.admin_edit_hover {
    background-color: rgba(0,0,0,0.05) !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 RED;
	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);
}

#return-to-top {
	position: fixed;
	z-index: 10000000;
	bottom: 20px;
	right: 0;
	background: rgba(0,0,0,0.20);
	width: 50px;
	height: 50px;
	text-decoration: none;
	display: none;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

#return-to-top:hover {
	background: rgba(0,0,0,0.60);
}

#return-to-top:link {
	color: #FFFFFF;
	padding-left: 18px;
	padding-top: 8px;
	
}

.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;
}


.navbar-toggler span {
  display: block;
  background-color: #4f4f4f;
  height: 3px;
  width: 25px;
  margin-top: 5px;
  margin-bottom: 5px;
  position: relative;
  left: 0;
  opacity: 1;
  transition: all 0.35s ease-out;
  transform-origin: center left;
}



.navbar-toggler span:nth-child(1) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(2) {
  opacity: 1;
}

.navbar-toggler span:nth-child(3) {
  transform: translate(0%, 0%) rotate(0deg);
}

.navbar-toggler span:nth-child(1) {
  margin-top: 0.3em;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  transform: translate(15%, -33%) rotate(45deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  transform: translate(15%, 33%) rotate(-45deg);
}
