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





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

.new_bug {
	position: absolute;
	top: -25px;
	left: 0px;
	z-index: 999;
	font-weight: bold;
	color: red;
	font-size: 1em;
}

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

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

.pointer {
	cursor: pointer;
}
.text-end {
	text-align: right !important;
	direction: rtl !important;
	
}


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


.header2 {
	background-color: #EBEBEB;
	line-height: 50px;
}

.finders:link, .finders:visited {
	text-decoration: none;
	color: rgba(121,121,121,1.00);
	padding-right: 10px;
}

.border-bottom2 {
	border-bottom: 1px solid rgba(125,125,125,1.00);
}

.border-top2 {
	border-top: 1px solid rgba(125,125,125,1.00);
}




.acard1 {
	background-color: rgba(92,174,215,1.00) !important;
}

.acard2 {
	background-color: rgba(213,111,72,1.00) !important;
}

.acard3 {
	background-color: rgba(230,210,77,1.00) !important;
}

.acard4 {
	background-color: rgba(138,181,83,1.00) !important;
}

.acard5 {
	background-color: #aedb72 !important;
}

.acard6 {
	background-color: #aebdc7 !important;
}

.acard7 {
	background-color: #debfc3 !important;
}

.acard8 {
	background-color: #bb96cd !important;
}

.acard9 {
	background-color: #bfaec7 !important;
}


.atcard1 {
	background-color: #E8E8E8 !important;
}

.atcard2 {
	background-color: #C2C2C2 !important;
}

.atcard3 {
	background-color:#C0C1B7 !important;
}

.atcard4 {
	background-color: #AAACAB !important;
}

.atcard5 {
	background-color: #C0BDB6 !important;
}

.atcard6 {
	background-color: #D6D6D6 !important;
}

.dev_acard1 {
	background-color: rgba(92,174,215,1.00) !important;
}

.dev_acard1:hover {
	background-color: rgba(92,174,215,1.00) !important;
}

.dev_acard2 {
	background-color: rgba(213,111,72,1.00) !important;
}

.dev_acard2:hover {
	background-color: rgba(213,111,72,1.00) !important;
}

.dev_acard3 {
	background-color: rgba(230,210,77,1.00) !important;
}

.dev_acard3:hover {
	background-color: rgba(230,210,77,1.00) !important;
}

.dev_.acard4 {
	background-color: rgba(138,181,83,1.00) !important;
}

.dev_acard4:hover {
	background-color: rgba(138,181,83,1.00) !important;
}

.dev_acard5 {
	background-color: #aedb72 !important;
}

.dev_acard5:hover {
	background-color: #a1ca6a !important;
}

.dev_acard6 {
	background-color: #aebdc7 !important;
}

.dev_acard6:hover {
	background-color: #a1aeb7 !important;
}

.dev_acard7 {
	background-color: #debfc3 !important;
}

.dev_acard7:hover {
	background-color: #cdb1b4 !important;
}

.dev_acard8 {
	background-color: #bb96cd !important;
}

.dev_acard8:hover {
	background-color: #ac8bbc !important;
}

.dev_acard9 {
	background-color: #bfaec7 !important;
}

.dev_acard9:hover {
	background-color: #afa0b6 !important;
}


.dev_atcard1 {
	background-color: #E8E8E8 !important;
}

.dev_atcard2 {
	background-color: #c2c1c1 !important;
}

.dev_atcard3 {
	background-color:#C0C1B7 !important;
}

.dev_atcard4 {
	background-color: #aaaba4 !important;
}

.dev_atcard5 {
	background-color: #C0BDB6 !important;
}

.dev_atcard6 {
	background-color: #aca9a3 !important;
}


.acard {
	padding: 15px;
	font-family: 'Roboto Slab', serif;
	color: #000000;
	margin: 5px;
	font-weight: 400;
	
}
.acard:hover {
	background-color: #c0bdb6 !important;
}

.artist_text {
	position: absolute;
	padding-top: 10%;
	padding-left: 2px;
	font-size: 0.8em;
}


.aspacer {
	background-image: url("/images/Fern.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}


.aspacer1 {
	background-image: url("/images/tbgs/fern000.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer2 {
	background-image: url("/images/tbgs/fern001.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer3 {
	background-image: url("/images/tbgs/fern002.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer4 {
	background-image: url("/images/tbgs/fern003.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer5 {
	background-image: url("/images/tbgs/fern004.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer6 {
	background-image: url("/images/tbgs/fern005.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer7 {
	background-image: url("/images/tbgs/fern006.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer8 {
	background-image: url("/images/tbgs/fern017.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer9 {
	background-image: url("/images/tbgs/fern008.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer10 {
	background-image: url("/images/tbgs/fern009.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer11 {
	background-image: url("/images/tbgs/fern010.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer12 {
	background-image: url("/images/tbgs/fern011.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer13 {
	background-image: url("/images/tbgs/fern012.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer14 {
	background-image: url("/images/tbgs/fern013.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer15 {
	background-image: url("/images/tbgs/fern014.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer16 {
	background-image: url("/images/tbgs/fern015.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}

.aspacer17 {
	background-image: url("/images/tbgs/fern016.jpg");
	background-size: cover;
	padding: 10px;
	margin: 5px;
}




a.tagging:link, a.tagging:visited {
	margin-left: 0px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 22px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: rgba(245,245,245,1.00);
	line-height: 2.8em;
	border-radius: 8px;
	color: rgba(67,67,67,1.00);
	font-size: 0.8em;
	border: 1px solid rgba(67,67,67,0.1);
}

a.tagging:hover {
	color: #1f9887;
}

a.tagging.active {
	color: rgba(31,152,135,1.00) !important;
	background-color: rgba(31,152,135,0.30) !important;
}

.artist_text {
	position: absolute;
	padding-top: 10%;
	padding-left: 2px;
	font-size: 0.8em;
}

.artist_text2 {
	position: absolute;
	bottom: 5px;
	padding-left: 2px;
	font-size: 0.7em;
}

.customcheck {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 1em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
}


.customcheck input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* On mouse-over, add a grey background color */
.customcheck:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.customcheck input:checked ~ .checkmark {
    background-color: #595959;
    border-radius: 5px;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.customcheck input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.customcheck .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.meta_holder {
	background-color: rgba(235,235,235,1.00);
}

.meta_holder h2 {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.meta_holder h3 {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
}

.ac1 {
	background-color: #474747 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;
}

.ac2 {
	background-color: #5F5F5F !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac3 {
	background-color: #6A6A6A !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac4 {
	background-color: #777777 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac5 {
	background-color: #808080 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac6 {
	background-color: #898989 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac7 {
	background-color: #959595 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac8 {
	background-color: #9F9F9F !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac9 {
	background-color: #A5A5A5 !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.ac10 {
	background-color: #AFAFAF !important;
	color: #FFFFFF !important;
	font-weight: 300 !important;	
}

.accordion-item {
	border-bottom: none !important;
}

.accordion-button {
	text-transform: uppercase;	
	font-size: 0.8em;
}


.accordion-button-md::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button-md:not(.collapsed)::after {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

.accordion-button-md:focus {
	border: none !important;
    outline: 0;
    box-shadow: 0 0 0 0 rgba(13,110,253,.25);
}

.btn {
	cursor: pointer !important;
}



