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

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&family=Sora:wght@100;200;300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400&display=swap');

body {
	font-size: 15px; 
	font-family: 'Sora', sans-serif;
	color: rgba(121,121,121,1.00);
	font-weight: 300;
}

p {
	margin-top: 0;
	margin-bottom: 1.2em;
}

a:link , a:visited{
	text-decoration: none;
	color: #1f9887;
}


.dropdown-item:link, .dropdown-item:visited {
	color: rgba(121,121,121,1.00);
}

#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%;
    border: 0 solid red;
    background-color: #fff;
    z-index:5012
}

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: 3.5em;
	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;
}



@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%;
        border: 0 solid red;
        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:#1065a4 !important
}

#popup_close2 a:visited {
    color:#1065a4 !important
}

#popup_close2 a:hover {
    color:#1065a4
}

#popup_close2 a:active {
    color:#1065a4 !important
}

#popup_close {
	padding: 10px;
}

#popup_close a:link {
    color:#1065a4 !important
}

#popup_close a:visited {
    color:#1065a4 !important
}

#popup_close a:hover {
    color:#0c4773 !important
}

#popup_close a:active {
    color:#1065a4 !important
}

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

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

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


.header1 {
	background-color: #E2E2E2;
}

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


.navbar-light .navbar-text a, .navbar-light {
	color: #7b7b7b;
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
}

.page_held {
    z-index: 15;
    position: relative;
    font-size: .5em;
    right: 9px;
    top:-7px
}

.admin_tools {
	display: none;
	position: absolute;
	right: 0;
}

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

.navbar-text a:focus, .navbar-light .navbar-text a:hover {
	color: #1f9887;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #1f9887;
}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #7b7b7b;
	text-transform: uppercase;
}

.nav-link {
	margin-top: 15px;	
}

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

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

@media (min-width: 992px) {
	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 1.5rem;
		padding-left: 1.5rem;
	}
	
	h1, h2 {
		font-size: 1.4em;
		text-transform: uppercase;
		color: rgba(182,182,182,1.00);
		font-weight: 300;
	}
	
}

.active {
	color: #1f9887 !important;
}

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


.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::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");
}

.accordion-button: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");
}

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

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

.finders:hover, .finders:active  {
	text-decoration: none;
	color: #1f9887;
	padding-right: 10px;
}


.acard1 {
	background-color: #bbcf6d;
}

.acard2 {
	background-color: #ddeba6;
}

.acard3 {
	background-color: #bbc499;
}

.acard4 {
	background-color: #99c4a4;
}

.acard5 {
	background-color: #aedb72;
}

.acard6 {
	background-color: #aebdc7;
}

.acard7 {
	background-color: #debfc3;
}

.acard8 {
	background-color: #bb96cd;
}

.acard9 {
	background-color: #bfaec7;
}


.atcard1 {
	background-color: #E8E8E8;
}

.atcard2 {
	background-color: #C2C2C2;
}

.atcard3 {
	background-color:#C0C1B7;
}

.atcard4 {
	background-color: #AAACAB;
}

.atcard5 {
	background-color: #C0BDB6;
}

.atcard6 {
	background-color: #D6D6D6;
}


.acard {
	cursor: pointer;
	padding: 15px;
	font-family: 'Roboto Slab', serif;
	color: #000000;
	margin: 5px;
	font-weight: 400;
	
}

.acard:hover {
	background-color: #c0bdb6 !important;
}

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

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

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


@media (max-width: 1242px) {
	.artist_text {
		position: absolute;
		padding-top: 10%;
		padding-left: 2px;
		font-size: 0.7em;		
	}	
}

@media (max-width: 1199px) {
	.artist_text {
		position: absolute;
		padding-top: 25%;
		padding-left: 2px;
		font-size: 1em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.9em;	
	}		
}

@media (max-width: 939px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 1em;				
	}	
}

@media (max-width: 790px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 0.9em;				
	}	
}

@media (max-width: 767px) {
	.artist_text {
		position: absolute;
		padding-top: 30%;
		padding-left: 2px;
		font-size: 1.1em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.8em;	
	}		
}

@media (max-width: 509px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 1.1em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 1em;	
	}		
}

@media (max-width: 400px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 0.9em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.8em;	
	}		
}


@media (max-width: 380px) {
	.artist_text {
		position: absolute;
		padding-top: 10%;
		padding-left: 2px;
		font-size: 0.9em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.8em;	
	}		
}

@media (max-width: 350px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 0.8em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.7em;	
	}		
}


@media (max-width: 315px) {
	.artist_text {
		position: absolute;
		padding-top: 20%;
		padding-left: 2px;
		font-size: 0.7em;				
	}	
	.artist_text2 {
		position: absolute;
		bottom: 5px;
		padding-left: 2px;
		font-size: 0.6em;	
	}		
}

.sub_nav {
	text-transform: uppercase;
	display: block;
	line-height: 1em;
}

@media (min-width: 1200px) {
	.little_nav {
		padding-bottom: 0; 
		margin-bottom: 0;
	}	
	
	.sub_nav {
		line-height: 2em;
	}
}


@media (max-width: 1199px) {
	.sub_nav {
		font-size: 1.2em !important;
		float: none;
		display: block;
		position: relative !important;
		line-height: 3em;
	}	
	
	.navbar-expand-xl .navbar-nav .nav-link {	
		padding-left: 0;
		padding-right: 0;
	}
	
}




.blue1 {
	color: #2d96e7 !important;
}

.blue3 {
	color: #1065a4 !important;
}

.grey1 {
	color: #3d4144 !important;
}

.form_error {
	color: #dc3545 !important;
}

.form_error_border {
	border: 2px solid #dc3545 !important;
}

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

.li_card {
	background-color: #f0f0f0 !important;
	border-color: #f0f0f0 !important;
	border-radius: 1rem !important;
	padding: 1.5rem !important;
	width: 75%;
	margin-bottom: 2em;
}

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



.card_no_ex_link::after {
	font-size: .7em !important;
	text-align: right !important;
	font-style: italic !important;
	color: #3d4144 !important;
	content: "©2021 Meta Strategies" !important;
}

.dropdown-menu {
	background-color: #E2E2E2;
}

.dropdown-item {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	color: #7b7b7b;
	text-transform: uppercase;		
}


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


.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-xl-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width:20%
}

@media (max-width: 1200px) {
    .col-xl-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-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width:50%
    }
}

@media (max-width: 400px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width:100% !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
}

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

.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: #458559 !important;
    border-color: #458559 !important;
    color:#fff !important;
    z-index: 10000000 !important;
}

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


.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b;
}
	
	
.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;
}

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

.lgreen {
	color: #26A617;
	font-size: 2.0em !important;
}

.lred {
	color: #AD1F21;
	font-size: 2.0em !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;
}

.white {
	color: #FFF !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%;
}
.gallery{
	background-color: #dbddf1;
	padding: 80px 0;
}
.gallery img{
	background-color: #ffffff;
	padding: 15px;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
	cursor: pointer;
}
#gallery-modal .modal-img{
	width: 100%;
}

.gallery-item {
    cursor: pointer;
}

a.fe-button:link, a.fe-button:visited {
	color: #FFFFFF;
	opacity: 0.4;
    background-color: #6c757d;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}

a.fe-button:hover {
	color: #FFFFFF;
	opacity: 0.5;
    background-color: #6c757d;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
}

