/* REFERENCE GUIDE

COLOR				HEX				RGB
------------------------------------------------
BLUE:				#08a3da			24,66,143
RED:				#d92027			217,32,39 
GREEN:				#86c716			134,199,22
GREY - DARK:		#444444			68,68,68
GREY - MEDIUM:		#888888			50,50,50
GREY - LIGHT:		#dcdcdc			220,220,220
GREY - LIGHTEST:	#f5f5f5			247,247,247

*/

/*
COLOUR CHART
-------------
PRIMARY         18428F      24,66,143
CANARY          FEBE10      254,190,16
SIGNED DEAL     545456      84,85,86

*/

@import url("style.css");

/* ########## GENERAL STYLES ########## */

.btn-lg.btn-outline {
    line-height: calc(1.5em - 2px);
}

/* ########## CORE TYPOGRAPHY STYLES ########## */


.text-accent-box {
	color: rgb(255,255,255);
	display: inline-block;
	line-height: 1.25em;
	margin: -0.25em 0;
	padding: 0 0.25em;
}

h1.title a,
h2.title a,
h3.title a {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
	color: rgb(24,66,143) !important;
}

h1.title,
h2.title,
h3.title{
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
	margin: 0.5em 0;
	padding: 0.25em 0; 
    background: none;
}

h1.title {
	font-size: 1.6em;
	color: rgb(24,66,143);	
}

h2.title {
	font-size: 1.4em;
	margin-top: 2em;
	color: rgb(24,66,143);	
}

h3.title {
	font-size: 1.2em;
	margin-top: 2em;
	color: rgb(254,190,16);	
}

h1.subtitle, h3.subtitle {
	background: none;
	font-weight: 600;
	margin: 0.5em 0;
	font-size: 1em;
    text-transform: none;
}

.card h2,
.card h3,
.card h4,
.card h5 {
    margin-top: 1em;
    color: rgb(50,50,50);
}

h1.my_account {
    border: none;
    margin-top: 0;
}

.card .subtitle {
    margin: 0;
}

hr {
    margin: 1.5em auto;
}


/* ########## TOP BAR STYLES ########## */

#page-heading {
	position: relative;
}

.home #page-heading {
    top: 60px;
}


#page-heading .wrapper {
	padding: 1em 0;
	color: rgb(181,186,191);
	position: relative;
	height: 100%;
}

#page-heading .title {
	font-family: 'Montserrat', sans-serif !important;
	font-size: 3em;
	display: block;
	color: rgb(255,255,255);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#page-heading .subtitle {
	font-size: 1.2em;
	display: block;
	font-style: italic;
}

#page-heading .description {
	font-size: 1.2em;
	display: block;
	color: rgb(255,255,255);
}

.home #page-heading {
	background: rgb(50,50,50) url('../images/slides/default.jpg') no-repeat bottom center;
	background-size: cover;
	text-align: center;
    height: 500px;
}

.inside #page-heading .title {
	font-size: 2.5em;
    position: absolute;
    bottom: 0.5em;
    line-height: 1em;
}

@media only screen and (max-height: 600px) {
    .home #page-heading {
        height: auto !important;
    }
}

.home #page-heading:before {
    display: block;
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    background: transparent url('../images/hero-overlay-top-right.png') no-repeat top right;
    background-size: contain;
    max-width: 600px;
}

.home #page-heading:after {
    display: block;
    content: '';
    width: 40%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    background: transparent url('../images/hero-overlay-bottom-left.png') no-repeat bottom left;
    background-size: contain;
    max-width: 600px;
}

.logo-link:hover {
    text-decoration: none;
}

/* ########## REGION BAR STYLES ########## */

header .poweredby {
    display: none;
}

#site-header .header-wrap {
    height: 60px;
}

@media only screen and (min-width: 576px) {
   
    header .poweredby {
        display: inline-block;
        max-height: 40px;
    }
    
    #site-header .header-wrap {
        height: auto;
    }
    
}

#region-nav {
    background: #f8f9fa !important;
    padding: 0.5em 0;
    font-size: 0.8rem;
    color: rgba(50,50,50);
    font-weight: 500;
}

#region-nav .region-label {
    font-weight: 700;
    text-transform: uppercase;
}

#region-nav .region-current {
    margin-right: 1em;   
}

#region-nav .btn-outline {
    border: 1px solid rgba(50,50,50,0.5);
    color: rgba(50,50,50,0.5);
    visibility: visible !important;
}

#region-nav .btn-outline:hover {
    border: 1px solid rgba(50,50,50,1);
    color: rgba(50,50,50,1);
}

.btn-xs {
    font-size: 0.75rem !important;
    padding: 0.25em 0.5em;
}

body,html {
    position: relative;
    height: 100%;
}

#geoNavChangeBox {
    position: absolute !important;
    z-index: 998;
    width: 90%;
    max-width: 500px;
    top: 30% !important;
    left: 50% !important;
    transform: translate(-50%,0);
    box-shadow: 0 0 10px 10px rgba(0,0,0,0.25);
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

.narrowRegionLevel {
    float: none !important;
    border: none;
    padding: 0;
}

.narrowRegionLink {
    padding: 0.5em;
    display: block;
}

.selectedRegion {
    background: rgb(247,247,247);
    color: rgb(254,190,16);
}

.narrowRegionSelect .list-group-item:first-child {
    border-top-width:  0.25em;
}

/* ########## CONTENT STYLES ########## */

#main .wrapper {
    padding: 2em 0;    
}

#intro {
    position: relative;    
}

#intro .features .label {
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    margin:  0 0 0.5em 0;
    line-height: 1.2em;
}

#intro .features p {
    font-size: 0.9rem;
    line-height: 1em;
    margin: 0;  
}

#intro h1:after {
    display: none;
}


/* ########## FRONT PAGE SEARCH STYLES ########## */

#fp-search {
	margin: 0 auto;
	position: relative;
	color: rgb(255,255,255);
	width: 90%;
	padding: 0;
	z-index: 998;
}

#fp-search form {
	display: block;
	width: 100%;
    margin: 0 auto;
}

#fp-search input[type="text"],
#fp-search select {
	border: none;
	background: rgb(255,255,255);
	padding: 1.5em 1em;
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	color: rgb(50,50,50);
	font-size: 1em;
	font-weight: normal;
	margin: 0;
	width: 100%;
	max-width: 100%;
    border-radius: 0 !important;
}

#fp-search input[type="text"] {
    border-radius: 0.3em 0 0 0.3em !important;   
}

#fp-search input.keyword {
    max-width: none !important;
}

#fp-search .btn {
	display: block;
    margin: 0;
    height: 100%;
    width: 100%;    
	font-family: 'Montserrat', sans-serif !important;
	text-transform: uppercase;
    border-radius: 0 0.3em 0.3em 0 !important;
    font-weight: 600;
}

#fp-search .btn i {
	margin-left: 0.5em;	
}

#fp-search .btn:hover {
    background: rgba(24,66,143,1);
    color: rgb(255,255,255);
}

/* ########## FRONT PAGE CATEGORIES STYLES ########## */

#fp-cats {
	margin: 0 auto;
	position: relative;
	color: rgb(255,255,255);
	width: 100%;
	padding: 2em 0 0 0;
	z-index: 998;
    text-transform: uppercase;
    font-weight: 500;
}

#fp-cats .wrapper {
    max-width: 900px;
}

#fp-cats a {
    color: rgb(50,50,50);
}

#fp-cats a:hover {
    text-decoration: none;
    color: rgb(254,190,16);
}


/* ########## SECTION SPECIFIC STYLES ########## */

.category-intro {
    margin-bottom: 2em;
    text-transform: none;
    font-size: 1em;
}

.category-intro p {
	padding: 0;	
	margin: 0;
}

#main .fp-section .wrapper {
    padding: 4em 0;
}

.fp-section .subcats {
    padding-left: 4em;
    margin-left: 2em;
    border-left: 1px solid rgba(50,50,50,0.25);
    font-size: 0.9em;
}

.fp-section .subcats ul,
.fp-section .subcats li.element {
    padding: 0;
    margin: 0;
}

.fp-section .subcats a:not(.btn) {
    color: rgb(50,50,50);
    font-weight: normal;
}

.fp-section .bm-zone {
    padding: 0;
}

.fp-section p {
    margin: 0 0 1em 0;
}


/* ########## ACCENT BOX STYLES ########## */

.accent-box {
	background: rgb(247,247,247);
	position: relative;
	border-radius: 0.25em;
	overflow: hidden;
	border: 1px solid rgb(247,247,247);
}


/* ########## BROWSING BAR STYLES ########## */

#browse-bar {
	background: rgb(247,247,247);
	color: rgb(50,50,50);
	overflow: hidden;
	text-shadow: none;
	position: relative;
	text-transform: uppercase;
	min-height: 3em;
    padding: 0;
}

#browse-bar .wrapper { 
	padding: 0;
}

#browse-bar .label {
	font-weight: 700;
	position: relative;

}

#browse-bar .breadcrumb {
	position: relative;
	top: 0.65em;
	text-shadow: none;
	background: none;
    border: none;
	margin: 0;
	color: rgb(50,50,50);
	display: none;
}

#browse-bar .breadcrumb a,
#browse-bar .breadcrumb div,
#browse-bar .breadcrumb .active,
#browse-bar .breadcrumb .highlight {
	display: inline-block;	
	text-shadow: none;
	background: none;
	margin: 0;
	color: rgb(50,50,50);
	font-weight: 700;
}

#browse-bar .breadcrumb a, 
#browse-bar .breadcrumb div {
	padding: 0 0 0 2em;
	line-height: 2.2em;
}

#browse-bar .breadcrumb a:first-child {
	padding-left: 0;	
}

#browse-bar .breadcrumb .highlight {
	font-weight: bold;	
}

#browse-bar .breadcrumb .active {
	color: rgb(50,50,50);
}

#browse-bar .breadcrumb .highlight:before,
#browse-bar .breadcrumb .active:before,
#browse-bar .breadcrumb a::before,
#browse-bar .breadcrumb div:before {
    z-index: 2;
    border: none;
}


#browse-bar .breadcrumb .active:after,
#browse-bar .breadcrumb a:after,
#browse-bar .breadcrumb div:after {
    z-index: 2;
    border: none;
	content: '/';
	line-height: 3em;
	color: rgba(50,50,50,0.5);
}

#browse-bar .breadcrumb a:hover {
	color: rgb(24,66,143);
}

#browse-bar .browse_mode_buttons {
	top: 0.5em;
	color: rgb(50,50,50);
	margin: 0.75em 0;
	padding: 0;
}

#browse-bar .browse_mode_buttons select {
	border: none;
	background: rgb(255,255,255);
	margin: 0 0.5em;
	padding: 0 2em 0 0.5em;
	color: rgb(50,50,50);
	position: relative;
	z-index: 2;
	appearance: auto;
}

#browse-bar .browse_mode_buttons .view_mode_link {
	padding: 0.25em 0.5em;
	font-size: 1.5em;
	opacity: 1;
	color: rgb(50,50,50);
	border-radius: 0.25em;
}

#browse-bar .browse_mode_buttons a.view_mode_link:hover {
	background: rgb(220,220,220);
	color: rgb(50,50,50);
}

#browse-bar .browse_mode_buttons a.view_mode_link.active {
	background: rgb(254,190,16);
	color: rgb(24,66,143);
}

#browse-bar .browse_mode_buttons i {
	padding: 0;
	line-height: 1em;
}

#browse-bar .browse_mode_buttons .select:after {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	line-height: 1.5em;
	/* content: "\f078"; */
	position: relative;
	right: 2em;
	z-index: 2;
	font-size: 1em;
	font-weight: 700;
	color: rgb(50,50,50);
}

#browse-bar .listing_actions {
	top: 0.25em;
	color: rgba(50,50,50,1);
	margin: 0.25em 0;
	padding: 0;
}

#browse-bar .listing_actions a {
	padding: 0.25em 0.5em;
	font-size: 1.25em;
	opacity: 1;
	color: rgb(50,50,50,1);
	border-radius: 0.25em;
}

#browse-bar .actions {
	color: rgba(50,50,50,1);
	margin: 0;
	padding: 0;
    display: inline-block;
}

#browse-bar .actions a {
	padding: 0.25em 0.5em;
	font-size: 1.25rem;
	opacity: 1;
	color: rgb(50,50,50,1);
	border-radius: 0.25em;
}
 
#browse-bar .actions a:hover,
#browse-bar .listing_actions a:hover {
	background: rgb(220,220,220);
	color: rgb(50,50,50);
}

#browse-bar .listing_actions i {
	padding: 0;
	line-height: 1em;
}



/* ########## ADVERTISEMENT & BOX STYLES ########## */

.cab-box {
	background: rgb(220,220,220);
	border-radius: 0.25em;
	padding: 2em;
	text-align: center;
	margin: 1em 0;
}

.box-bg {
	background: rgb(247,247,247);
	border-radius: 0.25em;
	padding: 2em;
	margin: 1em 0;
}

.box-bg-2 {
	background: rgba(255,255,255,1)
}

.box-bg.placeholder,
.cab-box.placeholder {
	padding: 10em 2em;
	font-style: italic;
}


/* ########## MISC STYLES ########## */

.bm-zone {
	border-radius: 0.25em;
	overflow: hidden;
	padding: 1em 0;
}

.map-container {
    width: 100%;
    height: 500px;
    max-width: none;
}


/* GENERAL OVERRIDES */

.box_pad {
    background: none;
    border: none;
}

.row_odd, .browsing_result_table_body_odd, .seller_result_table_body_odd,
.row_even, .browsing_result_table_body_even, .seller_result_table_body_even {
    background: none;
    font-size: 1rem;
    color: rgb(50,50,50);
}

.gjLightbox .content_box {
    padding: 1em;
    font-size: 1rem;
}

.lightUpTitle {
    margin: 0.25em 0 !important;
}

.note_box, .error_box, .success_box, .field_error_box, .no_results_box {
	border: none;
	border-radius: 0.25em;
	padding: 1em;	
}

.col-side {
	/*min-width: 300px;*/
}

.cart_item {
	color: rgb(24,66,143);
}

.cart_item {
    border: 1px solid #dadee3;
	border-radius: 0.25em;
    background: #fff;
	padding: 1em;
	margin: 0.25em;
    position: relative;
}

.cart_item:hover {
	background: #fff;
}

.cart_item_label {
    padding: 0.5em;
}

.cart_item div.cart_item_label {
    padding-left: 0;
    float: none;
    font-size: 1rem;
    padding: 0;
}

.cart_item .cart_item_child div.cart_item_label {
    float: none;
    padding: 0.25em 0;
}

.cart_item .cart_item_cost {
    float: none;
    position: absolute;
    top: 0.75em;
    right: 1.5em;
}

.cart_item .cart_item_buttons {
    position: absolute;
    right: 7em;
    top: 0.75em;
}


.cart_item_child .cart_item_cost {
    right: 0.5em;
    top: 0;
}

.cart_item_child .cart_item_buttons {
    right: 6em;
    top: 0;
}
.cart_item_child {
    border: thin solid #eaeaea;
    padding: 0.25em;
    margin: 0.25em;
    font-weight: bold;
    font-size: .75rem;
    color: #666;
    position: relative;
}

.cart_item_child div.cart_item_label {
    font-size: 0.75rem;
}

.cart_item_child_mini {
    border: thin solid #eaeaea;
    padding: 0.5em;
    margin: 0;
    font-weight: bold;
    font-size: .75rem;
    color: #666;
}

.cart_item_child:hover {
    background: #f7f7f7;   
}

.cart_item_subtotal {
    background: #f7f7f7;
    border: thin solid #eaeaea;
    padding: 0.5em;
    margin: 0.5em;
    font-weight: bold;
    font-size: .9rem;
    text-align: right;
}

.subtotal_cart_item,
.total_cart_item {
    position: relative;
    text-align: left;
}


.subtotal_cart_item .cart_item_cost,
.total_cart_item .cart_item_cost {
    float: none;
    position: absolute;
    top: 0.5em;
    right: 1em;
}


.mini-cart,
h1.subtitle, h3.subtitle,
.row_odd, .browsing_result_table_body_odd, .seller_result_table_body_odd,
.row_even, .browsing_result_table_body_even, .seller_result_table_body_even {
    background: none;
	border: none;
}


.mini-cart li.my_account_links_inactive ul li,
.side-menu ul li a, .side-menu ul li a:visited,
.my-account ul li a, .my-account ul li a:visited,
.row_odd, .browsing_result_table_body_odd, .seller_result_table_body_odd,
.row_even, .browsing_result_table_body_even, .seller_result_table_body_even,	
a:hover, h1.subtitle, h2.subtitle, h3.subtitle, .highlight_links a, .highlight_links a:visited, .text_highlight, footer.page .disclaimer h3, footer.page .disclaimer h4, #listing_categories li.element, #listing_categories span.category_title, div.category_column ul span.category_title, .categories div a:hover, ul.social_links li.element, .row_header, h1.listing_title, h1.seller_username, h1.seller_username a:link, h1.seller_username a:visited, .galleryBigImage p, .full_image_item, h1.print_title, .lightUpBox_navigation, .lightUpBox_description, .title2, h1.search_title {
	color: rgb(50,50,50);
}

.usage_agreement {
    width: 100%;
    max-width: 100%;
}

.side-menu .card,
.my-account .card {
    overflow: hidden;
}

.side-menu ul,
.my-account ul,
.side-menu ul li,
.my-account ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: left;
}

.side-menu ul li a, .side-menu ul li a:visited,
.my-account ul li a, .my-account ul li a:visited {
    background: rgb(247,247,247);
    border: none;
    padding: 0.75em 1em;
    font-size: 0.8rem;
    border-radius: 0;
    color: rgb(50,50,50);
    display: block;
    font-weight: normal;
    text-decoration: none;
}
.side-menu ul li:not(:last-child) a, .side-menu ul li:not(:last-child) a:visited, 
.my-account ul li:not(:last-child) a, .my-account ul li:not(:last-child) a:visited {
    border-bottom: 1px solid rgba(50,50,50,0.15);
}

.side-menu ul li a:hover,
.my-account ul li a:hover {
	background: rgba(254,190,16,1);
    border: none;
    color: rgb(24,66,143);
    text-decoration:  none;
}
.side-menu ul li:not(:last-child) a:hover,
.my-account ul li:not(:last-child) a:hover {
    border-bottom: 1px solid rgba(254,190,16,1);    
}

.side-menu ul li .badge,
.my-account ul li .badge {
    float: right;
}

.mini-cart .my_account_links_inactive {
	background: #f8f9fb;
    border: none;
	border-radius: 0.25em;
}

.my_account_links_inactive {
	background: #fff;
    border: none;
	border-radius: 0.25em;
}

.my-account .subtitle {
	background: rgba(24,66,143,1);
    color: rgb(255,255,255);
    font-size: 0.9rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    padding: 0.5em;
}

.item-in-progress {
    font-size: 0.8em;
    color: rgb(24,66,143);
}
.mini-cart li.my_account_links_inactive ul li {
    border-bottom: none;
}

.mini-cart li.my_account_links_inactive ul {
	margin-bottom: 1em;
}

.results_column_header,
.column_header {
    background: rgb(24,66,143);
    height: auto;
    color: rgb(255,255,255);
    font-size: .8rem;
    font-weight: bold;
    margin: 0;
    padding: 0.5em 0.25em;
    white-space: nowrap;
    text-transform: uppercase;
}

.results_column_header td,
.column_header td {
    padding: 0.5em;
}

td.sorted_by {
    background-color: rgb(254,190,16);
    color: rgb(24,66,143);
}


.required {
    color: inherit;
}
.field_label, .required {
    color: rgb(50,50,50);
    padding: 0;
    width: auto;
    max-width: none;
    clear: both;
    display: block;
    font-weight: bold;
    font-size: inherit;
}

.row_even:hover,
.browsing_result_table_body_even:hover,
.seller_result_table_body_even:hover,
.row_odd:hover,
.browsing_result_table_body_odd:hover,
.seller_result_table_body_odd:hover,
.row_even_highlight:hover,
.browsing_result_table_body_even_bold:hover,
.seller_result_table_body_even_bold:hover,
.row_odd_highlight:hover,
.browsing_result_table_body_odd_bold:hover,
.seller_result_table_body_odd_bold:hover,
article.listing .article_inner:hover
{
	background: #f8f9fb;
}

.form-wrapper {
	height: auto;	
}

.login_field {
	width: 50%;	
}

.field, .editor_field {
	padding: 0.75em;
	height: auto;	
}

.page_instructions {
	margin: 0.5em 0;
    color: rgb(50,50,50);
    font-size: 1rem;
    line-height: 1.2em;
}

p {
    margin: 1em 0;
}

.main h3.subtitle {
	padding-left: 0;	
}

.gjLightbox {
    border: 5px solid #eaeaea;
}


.regions h2.title, .my-account h2.title {
	background: none;	
}


.form-wrapper button::before {
    border-color: transparent rgb(24,66,143) transparent;
	top: 16px;
}

.form-wrapper button {
	background: rgb(24,66,143);
	font-size: 1.4em;
	padding: 0.25em 0 0 0;
	height: auto;
}

.form-wrapper button:focus::before,
.form-wrapper button:hover::before {
    border-color: transparent rgba(24,66,143,0.75) transparent;
}
.form-wrapper button:focus,
.form-wrapper button:hover {
	background: rgba(24,66,143,0.75);
}

.form-wrapper {
	background: rgb(220,220,220);
	box-shadow: none;
	border: none;
	border-radius: 0.3em;
	width: 100%;
	padding: 1.5em;
}

.form-wrapper input {
	background: rgb(255,255,255);
	font-weight: 400;
	padding: 1.5em;
}

.media-box {
	border-radius: 0.25em;
	overflow: hidden;	
}

.media-box img {
	width: 100%;
	height: 100%;
}
textarea,
input[type="text"] {
    max-width: none;
}

#account-types .item {
	border-radius: 0.25em;
	overflow: hidden;	
}

#account-types .item .title {
	font-weight: normal;
	margin: 0;
	font-family: 'Montserrat', sans-serif !important;
	padding: 0.5em;
	font-size: 2em;
	background: rgb(247,247,247);
	color: rgb(24,66,143);
}

#account-types .item .price {
    border-bottom: 1px solid #ddd;
	font-family: 'Montserrat', sans-serif !important;
	padding: 0.5em;
	font-size: 2em;
	text-align: center;
	color: rgb(134,199,22);
}

.media-container {
    margin: 1em 0;
}

.media-upload-dropbox {
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    margin: 0;
    width: 100%;
}

.media-preview {
    border: 1px solid rgb(219,219,219);
    margin: 1em; 
    padding: 0;
    height: 15em;
}

.offsite_video_box_title_buttons .fas,
.media-preview .fas {
    color: rgb(52,52,52);
    opacity: 0.75;
}
.media-preview .fas {
     margin: 0.25em 0.25em 0 0;   
}
.offsite_video_box_title_buttons .fas,
.media-preview .fas:hover {
    opacity: 1;
}

.media-preview .slot-label {
    text-align: left;
    display: block;
    padding: 0.5em;
    text-transform: uppercase;
    color: rgb(219,219,219);
    font-size: 0.8em;
    margin: 0;
}

.media-preview .media-editable-sorting {
    display: none;
}

.media-preview .media-preview-image {
    border: 0;
    max-height: 125px;
    height: 125px;
    margin: 0;
}

.media-preview .media-editable-label {
    background: rgba(240,240,240);
    border: none;
    min-height: 3em;
    padding: 0.25em;
    margin: 0 auto;
    white-space: normal !important;
    line-height: 1em;
}

.media-preview .media-preview-image a {
    display: block;
    height: 100%;
}

.media-preview .media-preview-image img {
    width: 100% !important;
    height: 100% !important;
    margin: 0;
}

.listing_extra_item, .payment_item {
    border: 1px solid #ced4da;
    border-radius: 0.25em;
    padding: 1em;
    margin: .5em 0;
    font-weight: 400;
    font-size: .8rem;
    background: #fff;
}
.listing_extra_cost {
    font-weight: 700 !important;
    padding: 0;
    margin: 0;
}

.listing_extra_item label,
.payment_item label {
    margin-bottom: 0;
}

.listing_extra_item input[type="radio"], 
.listing_extra_item input[type="checkbox"] {
 margin-right: 1em;   
}

.input-group-text select.form-control {
    height: auto;
    padding: 0;
}

.cart_item_label {
    float: none;
}

.cart_item_child .cart_item_label {
    float: left;
}
.cart_item_child, .cart_item_child_mini {
    border: none;
    background: none;
}

.closeBoxX,
.closeBoxX:hover {
    background: none;
}

#combined_auction-details select {
    min-width: 0;
}

textarea.editor {
    min-height: 500px;
}


.ui-widget-content a.button, .ui-widget-content a.button:visited, .ui-widget-content a.cancel, .ui-widget-content a.cancel:visited {
    color: rgb(255,255,255);   
}

#combined_classified-details input.number-field, #combined_auction-details input.number-field {
    width: auto;
}

.invoice_shell {
    width: auto;
}


/* ########## BUTTON STYLES ########## */
   
  
.button, .button:visited, .cancel, .cancel:visited {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: none;
	padding: 0.375rem 0.75rem;
	line-height: 1.5;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	box-shadow: none;
    border-radius: 0.25em;
    font-family: 'Montserrat', sans-serif !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;    
}

.button,
.button:visited {
    background: rgb(24,66,143);
    color: rgb(255,255,255);
}

.button:hover,
.button:visited:hover {
	background: rgba(24,66,143,0.75);
    border: none;
}


.cancel, .cancel:visited {
	background: rgb(217,32,39);
    border: none;
}

.cancel:hover,
.cancel:visited:hover {
	background: rgba(217,32,39,0.75);
    border: none;
}


.highlight_links .mini_button,
.mini_button, .mini_cancel,
.edit, .delete, .preview,
.highlight_links .mini_button:visited,
.mini_button:visited, .mini_cancel:visited,
.edit:visited, .delete:visited, .preview:visited  {
	display: inline-block;
	font-weight: 400;
	color: rgb(50,50,50);
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: none;
	padding: 0.25em 0.5em;
	font-size: 0.8rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	background: rgb(220,220,220);
	box-shadow: none;	
}

.mini_button:hover {
	background: rgb(60,63,70);
	border: none;
	border-radius: 0.25rem;
	color: #fff;	
}

.edit:hover {
	background: rgb(154,202,60);
	border: none;
	border-radius: 0.25rem;
	color: #fff;
}

.preview:hover {
	background: rgb(24,66,143);
	border: none;
	border-radius: 0.25rem;
	color: #fff;
}

.mini_cancel:hover,
.delete:hover {
	background: #dc3545;
	border: none;
	border-radius: 0.25rem;
	color: #fff;
}


/* ==========================================================================
   Breadcrumbs
   ========================================================================== */
   
  
.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0.5em;
  list-style: none;
  background: #f8f9fb;;
  border: 1px solid rgb(50,50,50,0.1);
  border-radius: 0.25rem;
}

.breadcrumb a::before, .breadcrumb div::before {
    border-left-color: #d5dce1;
    right: -1.1em;
    z-index: 1;
}

.breadcrumb .active::after,
.breadcrumb a::after, .breadcrumb div::after {
    z-index: 2;
    border-left-color: #f8f9fb;
}

.breadcrumb a:hover,
.breadcrumb .active,
.breadcrumb-item.active {
  color: rgb(24,66,143);
}

.breadcrumb a,
.breadcrumb div {
	float: left;
	display: block;
	padding: .7em 1em .7em 2em;
	text-decoration: none;
	color: rgb(50,50,50);
	position: relative;
	background: none;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
	font-size: .75rem;
}

.print_body .breadcrumb {
    background: none;
    border: none;
}

.print_body .breadcrumb a::after, .print_body .breadcrumb div::after, .print_body .breadcrumb a::before, .print_body .breadcrumb div::before {
    border-bottom: none;
    border-left: 1px solid rgba(50,50,50,0.15);
    border-top: none;
    content: "";
    margin-top: 0;
    position: absolute;
    right: -0.75em;
    top: 0;
    height: 100%;
    display: block;
}


/* ==========================================================================
   LISTING RESULTS
   ========================================================================== */

/* General */

.price {
   color: rgb(154,202,60);
   font-weight: 600;
}

.listing_set.list article .price,
.listing_set.gallery article div.article_inner .price {
   font-size: 1rem;
   color: rgb(24,66,143);
   height: auto;
}

.listing_set article .time-left {
    color: rgb(50,50,50,0.75);
    font-size: 1rem;
}

.listing_set .data {
	color: rgb(50,50,50);
	font-weight: normal;
	text-align: left;
}

.watchlist-item {
	font-size: 1.25rem;	
}

.watchlist-item a:hover {
	color: rgb(24,66,143);	
}

.watchlist-saved {
    color: rgb(254,190,16);
    display: inherit;
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    border-radius: 0;
    text-decoration: none;
    font-size: 1em;
	font-weight: normal;
}

.listing_set article h3 {
	padding: 0;
	color: rgb(50,50,50);
	font-family: 'Montserrat', sans-serif !important;
    text-transform: none;
	font-size: 1rem;
	margin: 0.5em 0 0 0;
}

.listing_set article h3 a {
	color: rgb(50,50,50);
}

.listing_set article a:hover {
	color: rgb(24,66,143);
}

.listing_set .fields {
    margin: 0 0 0.5em 0;
    color: rgba(50,50,50,0.5);
    display: block;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.listing_set .attention-getter-wrapper {
    height: 100%;
}

.listing_set .fields span:not(:last-of-type):after {
	display:inline-block;
	font-weight: 400;
	line-height: 1;
	vertical-align:middle;
	content:"|"; 	
	top: -0.15em;
	position: relative;
    margin-right: 0.5em;
    padding-left: 0.5em
}
    

.listing_set .thumbnail_td img, .listing_set .rwd-image img {
	max-width: 100%;	
}

/* Gallery */
.listing_set.gallery article div.article_inner  {
    background: rgba(255,255,255,1);
	border: 1px solid rgba(220,220,220,1);
	border-radius: 0.25em;
	margin: .5em;
	padding: 0;
	position: relative;
	text-align: center;
    overflow: hidden;
}

.listing_set.gallery article div.article_inner:hover {
	border: 1px solid rgba(24,66,143,1);
	background: rgba(255,255,255,1);
}

.listing_set.gallery article div.article_inner .image {
	height: 160px;
    background: rgb(220,220,220);
}

.listing_set.gallery article div.article_inner .image img {
	width: 100%;		
	height: 100%;
    object-fit: contain;
}

.listing_set.gallery article div.article_inner .title {
	padding: 0 1em;
}

.listing_set.gallery article div.article_inner .title h3 {
    font-size: 0.8rem;
    margin-bottom: 0.5em;
}
    
.listing_set.gallery article div.article_inner .data {
	padding: 1em;
	min-height: 8em;
	text-align: center;
}

.listing_set.gallery article div.article_inner .data .price {
	position: absolute;
	left: auto;
	right: 0.5rem;
	bottom: 0.5rem;
	display: inline-block;
	width: auto;
	text-align: center;
}

.listing_set.gallery article div.article_inner .data .watchlist-item {
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;	
}

/* List */
.listing_set.list article  {
    background: rgba(255,255,255,1);
	border: 1px solid rgba(220,220,220,1);
	border-radius: 0.25em;
	margin: .5em;
	padding: 0;
	position: relative;
	text-align: center;
    overflow: hidden;
}

.listing_set.list article:hover {
	border: 1px solid rgba(24,66,143,1);
	background: rgba(255,255,255,1);
}

.listing_set.list article .image {
	border: none;
	overflow: hidden;
    margin: 0;
    float: none;
    background: rgb(220,220,220);
    max-height: 250px;
}

.listing_set.list article .image a,
.listing_set.list article .image img {
	width: 100% !important;
	height: 100% !important;
	max-height: none;
    display: block;
    object-fit: contain;
}

.listing_set.list article .description {
	font-size: 0.9rem;
	line-height: 1.2rem;
}

.listing_set.list article .data {
	padding: 1em 1em 3em 1em;
	text-align: center;
}

.listing_set.list article .price {
	position: absolute;
	left: auto;
	right: 0.5rem;
	bottom: 0.5rem;
	display: inline-block;
	text-align: center;	
}

.listing_set.list article .data .watchlist-item {
	position: absolute;
	bottom: 0.5rem;
	left: 0.5rem;	
}


.listing_set.list article.browsing_result_table_body_even_bold,
.listing_set.list article.browsing_result_table_body_odd_bold,
.listing_set.gallery article .article_inner.browsing_result_table_body_even_bold,
.listing_set.gallery article .article_inner.browsing_result_table_body_odd_bold {
    background: rgb(255,248,231);
    font-size: 1em;
}

.listing_set.list article .questions {
    font-size: 0.8rem;    
}

/* ==========================================================================
   VIDEO SLOTS
   ========================================================================== */

div.offsite_video_slot {
    background: rgba(255,255,255,1);
	border: 1px solid rgba(220,220,220,1);
	border-radius: 0.25em;
	padding: 1em 0;
}

div.offsite_video_box_title,
div.offsite_video_box_title_empty,
div.offsite_video_box_title_editing {
	background: none;
	border-bottom: 1px solid rgba(220,220,220,1);
	color: rgb(50,50,50);
	text-transform: uppercase;
	line-height: 0.5em;
	padding: 0.5em 1em 2em 1em;
	margin: 0 0.5em 0.5em 0.5em;
}

div.offsite_video_box_title_editing {
	color: rgb(24,66,143);
}

div.offsite_video_box_title {
	color: rgb(50,50,50);
}

div.preview_offsite_video_box {
	max-width: 100%;
	font-size: 1em;
	margin-bottom: 0.5em;		
}


.offsite_video_slot_label, .offsite_video_cost_label, .offsite_video_id_label {
	font-weight: normal;
	font-size: 0.8em;
	padding: 1em;	
}
	
.offsite_video_box_title_buttons {
	margin-top: -0.25em;
	margin-right: 0.5em;	
}

.offsite_video_id_input {
	margin: 0 5% !important;
	width: 90% !important;	
}

	
/* ==========================================================================
   LISTING DISPLAY
   ========================================================================== */

.listing-data h1 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.listing-data .main-price {
	font-size: 1.6em;
	color: rgb(50,50,50);
    margin-top: 1em;
    font-weight: 600;
    display: block;
}

.listing-side .main-price {
    margin-top: 0.5em;
}

.listing-side .btn {
	display: block;
}

.listing-content {
	font-size: 1em;	
}
.listing-data .region {
    font-size: 1.2rem;
}

.listing-data .data-fields,
.listing-content .data-fields {
    
}
.listing-data .data-fields .label,
.listing-content .data-fields .label {
	font-weight: bold;
    line-height: 1em;
    margin-top: 0.5em;
}

.listing-side .seller-info {
	font-size: 0.9em;	
}

.listing-side .seller-info a {
	color: rgb(50,50,50);	
}

.listing-side .seller-info a:hover {
	color: rgb(24,66,143);
}

.listing-side .seller-username {
	font-weight: bold;
}

.listing-side .seller-username a {
	color: rgb(24,66,143);
}

.listing-content.tab-data {
	display: block;
	width: 100%;	
}

.listing-content .nav-tabs {
	border: none;
}

.listing-content .nav-tabs > li > a,
.listing-content .nav-tabs > li > a.active, .listing-content .nav-tabs > li > a.active:hover, .listing-content .nav-tabs > li > a.active:focus {
	padding: 0.75em;
	border: 1px solid rgb(247,247,247);
	border-radius: 0.25em;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 600;
	color: rgb(24,66,143);
	font-size: 0.9em;
	margin: 0.5em;
	display: block;
	outline: 0;
}

.listing-content .nav-tabs > li > a {
	background: rgb(247,247,247);
    display: block !important;
}

.listing-content .nav-tabs > li > a:hover {
	background: rgb(24,66,143);
	border: 1px solid rgb(24,66,143);
	color: rgb(255,255,255);
}

.listing-content .nav-tabs > li > a.active:focus,
.listing-content .nav-tabs > li > a.active,
.listing-content .nav-tabs > li > a.active:hover {
	background: rgb(254,190,16);
	color: rgb(24,66,143);
}

.listing-content .nav-tabs > li > a.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.listing-content .nav-tabs > li > a.active:before {
	border-color: rgba(255,255,255, 0);
	border-top-color: rgb(254,190,16);
	border-width: 15px;
	margin-left: -15px;
}
	
.listing-content .tab-content {
	background: none;
	width: 100%;
	border-radius: 0.25em;
	border: none;
	padding: 1em;
}

.listing-content .tab-content > .active {
	border: none;
	padding: 1em 0;
}

.listing-content .details-panel {
	padding: 1em;	
}

.listing-content .details-side {
	background: rgb(60,63,70);
	padding: 1em;
	height: 100%;
}

.listing-data .images-block {
	background: rgb(50,50,50);
	border-radius: 0.3em;
	width: 100%;
	margin-bottom: 2em;	
    overflow: hidden;
}

.listing-data .images-block {
}
    
.galleryContainer {
	text-align: left;
    position: relative;
    height: 100%;
}

.galleryBigImage {
	width: 100% !important;
	border: none;
	background: none;
	text-align: left;
	padding: 0;
	margin: 0;
	border-radius: 0.25em;
	overflow-y: hidden;
	position: relative;
	height: 300px;	
}

.galleryBigImage p, .content_shell .galleryBigImage p {
	background: rgba(0,0,0,0.5);
	color: rgb(255,255,255);
	text-align: center;
	position: absolute;
	bottom: 0;
	border: 0;
	width: 100%;
}

.galleryThumbs {
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0.5em 0;
    background: rgba(24,66,143,1);
    position: relative;
    bottom: 0;
    width: 100%;
}

.galleryThumbs img {
	width: 100% !important;
	height: 100px !important;
	display: inline-block;
	margin: 0 1% 2% 1%;
	padding: 0;
    object-fit: contain;
}	

.bigLeadImage,
.bigLeadImage img {
	width: 100% !important;
	height: 100%;
	border: none;
	background: none;
	text-align: left;
    object-fit: contain;
}

.bigLeadImage a {
    display: block;
    height: 100%;
}

#tab-details {
	border: none;
}

.print_shell {
	width: 800px;	
}

.print_shell .listing-image img {
	max-width: 100%;	
}

.print_shell h1 {
	text-transform: uppercase;
	font-size: 2em;
	margin: 0 0 1em 0;
	padding: 0;
}

.print_shell .price {
	font-size: 2em;
	color: rgb(50,50,50);
	padding-bottom: 1em;
}

.modal-backdrop.in {
    opacity: .5;
}

.modal.in {
    opacity: 1;
}

/* ######### CATEGORY STYLES ######### */

.col-side .category_column ul li.element {
	font-weight: normal;
	padding: 0;
	margin: 0;	
}

.col-side .category_column ul li.element a {
	font-size: 1em;
	font-weight: normal;
	color: rgb(50,50,50);
}

.section-collapser + div {
    max-height: 0;    
}

/* ######### FEATURED SLIDER STYLES ######### */

.osi_slider,
.featured_slider {margin: 0 3em; position: relative; z-index: 2; overflow: hidden;}

.inside .osi_slider,
.inside .featured_slider {margin: 0 3em;}

.osi_slider .frame,
.featured_slider .frame {display: none; width: 100%;}

.osi_slider .item-frame,
.featured_slider .item-frame {
	overflow: hidden;
}

.osi_slider .item-frame .item, 
.featured_slider .item-frame .item {
    background: rgba(255,255,255,1);
	border: 1px solid rgba(220,220,220,1);
	border-radius: 0.25em;
	text-align: center;
	margin: 2.5%;
	position: relative;
	font-size: 1em;
	white-space: normal;
	float: left;
	width: 95%;	
	font-family: 'Open Sans', sans-serif;	
}

.featured_slider .item-frame .item:hover {
	border: 1px solid rgba(24,66,143,1);
	background: rgba(255,255,255,1);
}

.osi_slider .item-frame .item {
	border: 1px solid rgba(247,247,247,1);
	background: rgba(255,255,255,1);
}

.osi_slider .item-frame .item:hover {
	border: 1px solid rgba(24,66,143,1);
}

.osi_slider span.thumb,
.featured_slider span.thumb {
	height: 50% !important;
	display: block;
	margin-bottom: 0.5em;
    background: rgb(220,220,220);
}

.osi_slider span.thumb img,
.featured_slider span.thumb img {
	width: 100% !important;		
	height: 100% !important;
	border-radius: 0.25em 0.25em 0 0;
    object-fit: contain;
}

.osi_slider a,
.featured_slider a {
	color: rgb(50,50,50);	
}

.osi_slider .price,
.featured_slider .price {
	color: rgb(24,66,143);
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}

.osi_slider span.title,
.featured_slider span.title {
    display: block;
	padding: 0 1em;
	color: rgb(50,50,50);
	font-family: 'Montserrat', sans-serif !important;
    text-transform: none;
	font-size: 1rem;
	margin: 0.5em 0 0 0;
    font-weight: 600;
    line-height: 1.2rem;
    word-break: break-all;
}

.osi_slider span.bottom,
.featured_slider span.bottom {clear: both; display: block; padding: 0.5em 0; text-align: center; width: 100%;}

.osi-controls .left-arrow-block,
.fs-controls .left-arrow-block {
	width: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 999;
}
.osi-controls .left-arrow-block {
    left: 0;
}
.inside .fs-controls .left-arrow-block {
    left: 1.5em;
}

.osi-controls .right-arrow-block,
.fs-controls .right-arrow-block {
	width: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	z-index: 999;
}
.osi-controls .right-arrow-block {
    right: 0;
}
.inside .fs-controls .right-arrow-block {
    right: 1em;
}

.osi-controls a.next:link, .osi-controls a.next:visited,
.fs-controls a.next:link, .fs-controls a.next:visited {
	display: block;
	padding: 200% 0 0 0;
	font-family: "Font Awesome 5 Pro";
	line-height: 200%;
	width: 50px;
	font-size: 3em;
	font-weight: 300;
	color: rgb(220,220,220);
}

.osi-controls a.next:hover, .osi-controls a.next:active,
.fs-controls a.next:hover, .fs-controls a.next:active {
	color: rgb(24,66,143);
}

.osi-controls a.previous:link, .osi-controls a.previous:visited,
.fs-controls a.previous:link, .fs-controls a.previous:visited {
	display: block;
	padding: 200% 0 0 0;
	font-family: "Font Awesome 5 Pro";
	line-height: 200%;
	width: 50px;
	font-size: 3em;
	font-weight: 300;
	color: rgb(220,220,220);	
}

.osi-controls a.previous:hover, .osi-controls a.previous:active,
.fs-controls a.previous:hover, .fs-controls a.previous:active {
	color: rgb(24,66,143);
}

/* ######### PROMO SHOWCASE STYLES ######### */

#promo-showcase {
	margin: 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
    height: 100%;
}

@media only screen and (max-height: 600px) {
    #promo-showcase {
        height: 400px !important;
    }
}

#promo-showcase .promo-slide {
	background-position: center center;
}

#promo-showcase iframe {position: relative; z-index: 3;}

#ps_controls {position: relative; z-index: 999;}

.promo-left-arrow-block {
	width: 50px;
	text-align: center;
	position: absolute;
	left: 0;
	z-index: 900;
}
.promo-right-arrow-block {
	width: 50px;
	text-align: center;
	position: absolute;
	right: 0;
	z-index: 900;
}

a.promo-arrow-control-left:link, a.promo-arrow-control-left:visited,
a.promo-arrow-control-left:hover, a.promo-arrow-control-left:active,
a.promo-arrow-control-right:link, a.promo-arrow-control-right:visited,
a.promo-arrow-control-right:hover, a.promo-arrow-control-right:active {
	display: block;
	padding: 0;
	font-family: "Font Awesome 5 Pro";
	line-height: 100%;
	width: 50px;
	font-size: 3em;
	font-weight: 300;
	color: rgba(255,255,255,0.5);
	position: absolute;
	top: 21vh;	
}

a.promo-arrow-control-left:hover, a.promo-arrow-control-left:active,
a.promo-arrow-control-right:hover, a.promo-arrow-control-right:active {
	color: rgb(50,50,50);	
}
	
#promo-showcase a {
	display: block;
	text-decoration: none;
}

#promo-showcase .contents {
	z-index: 4;
	display: block;
	color: rgb(50,50,50);
	position: absolute;
	text-align: center;
	width: 90%;
	padding: 0 1em;
    margin: 0 5%;
	font-family: 'Montserrat', sans-serif !important;    
}

#promo-showcase .contents .title {
	margin: 0 auto;
	padding: 0;
    max-width: 700px;
	font-size: 1.5em;
	color: rgb(255,255,255);
	text-transform: uppercase;
	text-shadow: none;
	display: block;
	line-height: 1.25em;
	font-weight: 600;
}

#promo-showcase .contents .description {
	margin: 0 auto;
	padding: 0;
	line-height: 1em;
	color: rgb(255,255,255);
    max-width: 800px;
    font-weight: 300;
}

#promo-showcase .contents img {
	position: absolute;
	z-index: -1;
	right: -100%;
	bottom: 40%;
	max-width: 125%;
	display: none;
}

#promo-showcase .content-top,
#promo-showcase .content-bottom,
#promo-showcase .content-left,
#promo-showcase .content-right {top: 10vh;}	

#promo-menu {
	position: absolute;
	display: block;
	padding: 0;
	font-family: "Font Awesome 5 Pro";
	line-height: 100%;
	width: 50px;
	font-size: 1em;	
	z-index: 901;
}

#promo-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#promo-menu ul li {
	margin: 0; 
	padding: 0;
	display: inline-block
}

#promo-menu a {
	margin: 0;
	text-align: center;
	color: rgba(50,50,50,0.5);
}

#promo-menu a:hover {
	color: rgb(50,50,50);
}	

#promo-menu.menu-bottom {
	left: 50%;
	bottom: 5em;	
}

#promo-menu.menu-top {
	left: 50%;
	top: 5em;	
}

/* ######### INLINE SEARCH STYLES ######### */

#inline-search {
	background: rgb(247,247,247);
	border-radius: 0.25em;
	font-size: 0.9em;
}

#inlineSearch_Categories_toggleBox,
#inlineSearch_Options_toggleBox {
	overflow: visible;
	display: block;
}

#inline-search div.section-header {
	clear: both;
	display: block;
	text-align: left;
	padding: 0.5em 0;
	margin: 1em 0;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid rgb(220,220,220);
	font-family: 'Montserrat', sans-serif !important;
}

#inline-search .region-box .field_label {
	display: none;
}

#inline-search .region-box .field_label.region_label {
	background: none;
	border: none;
	text-transform: none;
	display: block;	
}

#inline-search .region-box .field_label.region_scalar_label {
	display: none;
}

#inline-search .region-box .region_selector_wrapper_s_search_location_,
#inline-search .region-box .region_selector_placeholders_s_search_location_ {
	display: block !important;
	float: none;
}

#inline-search .region-box .region_selector {
	display: block;
	width: 100%;	
}

#inline-search .region-box .region_selector label {
	float: left !important;
	width: 45%;
	display: block !important;
}

#inline-search .region-box br {
	display: none !important;
}

#inline-search div.is-more-closed {
	cursor: pointer;
	clear: both;
	display: block;
	text-align: left;
	padding: 0.5em 0;
	margin: 1em 0;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid rgb(220,220,220);
	font-family: 'Montserrat', sans-serif !important;
	position: relative;
}

#inline-search div.is-more-closed:after  {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	line-height: 1em;
	content: "\f078";
	position: absolute;
	top: 1em;
	right: 0.75em;
	font-weight: 700;
	color: rgb(50,50,50)	
}

#inline-search div.is-more-open {
	cursor: pointer;
	clear: both;
	display: block;
	text-align: left;
	padding: 0.5em 0;
	margin: 1em 0;
	text-transform: uppercase;
	font-weight: 600;
	border-bottom: 1px solid rgb(220,220,220);
	font-family: 'Montserrat', sans-serif !important;
	position: relative;
}

#inline-search div.is-more-open:after  {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	line-height: 1em;
	content: "\f077";
	position: absolute;
	top: 1em;
	right: 0.75em;
	font-weight: 700;
	color: rgb(50,50,50);
}
	
	
#inline-search div.is-more-closed:hover,
#inline-search div.is-more-open:hover,
#inline-search div.is-more-closed:hover:after,
#inline-search div.is-more-open:hover:after {
	color: rgb(254,190,16);;
	text-decoration: none;
}

#inline-search .half {float: left; width: 50%; min-width: 140px;}
#inline-search label.field_label {float: left; width: 45%; padding: 9px 0;}
#inline-search input.field  {width: 50%; padding: 5px 3px;}
#inline-search select.field {min-width: 70px;}
#inline-search input.keywords {padding: 5px 3px; width: 96%;}

#inline-search input.field:focus, #inline-search select.field:focus {border-width: 1px; margin: 4px;}
#inline-search .row_even, #inline-search .row_odd {padding: 0.5em 1em;}
#inline-search .checkbox {padding: 0; float: none; width: auto;}
#inline-search .checkbox input {float: left; margin-top: 5px; margin-right: 5px;}

#inline-search span.price-label {float: left; width: 60px; font-size: 11px; padding: 8px 0 5px 5px;}
#inline-search input.price-field {float: left; width: 55px;}

#inline-search .save-float {padding: 0.5em; text-align: center;}
#inline-search .submit-float {padding: 0.5em;}

#inline-search-mini {padding: 5px 10px;}
#inline-search-mini .box-label {float: left; font-size: 11px; font-weight: bold; padding: 11px 10px 11px 0; text-transform: uppercase;}
#inline-search-mini .field_label {font-size: 11px; font-weight: bold; width: auto;}
#inline-search-mini .price-field {width: 60px;}

#inline-search .search-name {
	display: none;	
}

.inline-search-savedsearches .functions {
	width: 100px;	
}

.inline-search-savedsearches a.mini_button,
.inline-search-savedsearches a.mini_cancel {
	display: block !important;
	margin: 5px 0;
}

#categoryBox-options-title,
#categoryBox-options-box {
	display: none;
}

#inline-search .is-toggle-box {
	padding: 1em 0;	
}

#inline-search .btn {
	display: block;
	width: 100%;
}

.region_label {
    text-transform: none;    
}

.region_selector br {
    display: none !important;
}


/* ######### LISTING WATCHLIST STYLES ######### */

#watchlistTabs {
    list-style: none;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 5px solid rgb(24,66,143);
}

#watchlistTabs li {
    margin-bottom: 0;
    background: rgba(50,50,50,0.1);
    border: none;
    border-bottom: none;
    color: rgb(50,50,50);
    outline: 0;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 0.3em 0.3em 0 0;
}

#watchlistTabs li.activeTab {
    background: rgb(24,66,143);
    border: none;
    border-bottom: none;
    color: rgb(255,255,255);
    font-weight: bold;
}

#watchlistTabs li:hover {
    background: rgb(254,190,16);
    border-bottom: none;
    color: rgb(24,66,143);
    cursor: pointer;
}

.tabContents {
    border: 1px solid rgba(50,50,50,0.25);   
}


/* ######### COOKIE POLICY STYLES ######### */

.cookie-policy {
	position: fixed;
	padding: 1em;
	z-index: 1000;
	opacity: 1;
	display: table;
	width: 100%;
	box-sizing: border-box;
	background: rgba(24,66,143,0.9);	
	color: #fff;
	left: 0;
	text-align: left;
}

.cookie-policy.top {
	top: 0;
	bottom: auto;
}

.cookie-policy.bottom {
	top: auto;
	bottom: 0;
}

.cookie-policy .content,
.cookie-policy .buttons {
	display: table-cell;
	vertical-align: middle;
}

.cookie-policy p a {
	color: #fff;	
}


/* RESPONSIVE STYLES */

@media only screen and (max-width: 991px) {
	.cab-box {display: none;}
}

@media only screen and (min-width: 576px) {  /* 576px Small */
    .home #page-heading {
        top: 80px;
        height: 40vh;
    } 
	.listing_set.list article .data,
	.listing_set.list article h3 {
		text-align: left;	
	}
	.listing_set.list article .price {
		right: 1em;
		top: 0.75rem;
		left: auto;
		width: auto;
        height: 2em;
	}
    .listing_set.list article .time-left {
        position: absolute;
        right: auto;
        right: 1rem;
        top: 2.5rem;
        display: inline-block;
        text-align: right;
    }    
	.listing_set.list article .data {
		padding: 0 8em 1em 1em;
	}
    a.promo-arrow-control-left:link, a.promo-arrow-control-left:visited,
    a.promo-arrow-control-left:hover, a.promo-arrow-control-left:active,
    a.promo-arrow-control-right:link, a.promo-arrow-control-right:visited,
    a.promo-arrow-control-right:hover, a.promo-arrow-control-right:active {
        top: 16vh;	
    }
    #browse-bar .browse_mode_buttons {
        margin: 0;
        position: relative;
    }
    #browse-bar .browse_mode_buttons .view_mode_link {
        position: relative;
    }    
}
	
@media only screen and (min-width: 768px) { /* 768px Medium */
    .home #page-heading {
        height: 70vh;
    }
    .inside #page-heading .title {
        font-size: 3em;   
    }
    #browse-bar {
        padding: 0;
    }
	#browse-bar .breadcrumb {
		display: inline-block;	
	}
    #browse-bar .listing_actions,
	#browse-bar .action_buttons,
	#browse-bar .browse_mode_buttons {
		position: absolute;
		right: 0;
		z-index: 100;
	}
    #promo-showcase .contents .title {
        font-size: 2em;
    }
    #promo-showcase .contents .description {
        line-height: 1.5em;
    }    
	#page-heading.listing .title {
		top: 1em;
		position: relative;
	}
	.galleryBigImage {
		height: 500px;	
	}
	.galleryThumbs {
		max-height: 500px;		
	}
	#site-footer {
		text-align: left;	
	}
    #site-footer .col {
        padding: 0 3em;
    }
    #site-footer .col:first-child {
        border-right: 1px solid rgba(84,85,86,0.5);
    }
	#site-content .container {
		padding: 5em 0;		
	}
    #intro .features p {
        line-height: 1.2em;
    }
    #fp-search input.keyword {
        width: 400px !important;
    }
    #fp-cats {
        padding: 0;
    }    
    @media only screen and (min-height: 800px) {
        #fp-cats {
            top: -25vh;
        }
        #fp-cats a {
            color: rgb(255,255,255);    
        }
        #intro {
            top: -10vh;
        }
    }
    @media only screen and (min-height: 900px) {
    }
    @media only screen and (min-height: 1100px) {
        #fp-cats {
            top: -30vh;
            /* margin-bottom: 12vh; */
        }
        #intro {
            top: -8vh;
        }
    }
    @media only screen and (min-height: 600px) {
        #fp-search {
            top: -15vh;
        }
    }
    @media only screen and (min-height: 700px) {
        #fp-search {
            top: -20vh;
        }
    }
    @media only screen and (min-height: 800px) {
        #fp-search {
            top: -25vh;
        }
    }
    @media only screen and (min-height: 900px) {
        #fp-search {
            top: -30vh;
        }
    }
    @media only screen and (min-height: 1100px) {
        #fp-search {
            top: -35vh;
        }
    }
    a.promo-arrow-control-left:link, a.promo-arrow-control-left:visited,
    a.promo-arrow-control-left:hover, a.promo-arrow-control-left:active,
    a.promo-arrow-control-right:link, a.promo-arrow-control-right:visited,
    a.promo-arrow-control-right:hover, a.promo-arrow-control-right:active {
        top: 32vh;	
    }      
}


@media only screen and (min-width: 832px) { /* 832px */
	#fp-cats {
		display: flex;
	}
    .two-column .sidebar {
        float: left;
        left: -70%;
        width: 28%;
    }    
}

@media only screen and (min-width: 992px) { /* 992px Large */
    .home #page-heading {
        top: 100px;
    }
	.galleryThumbs {
		padding: 0 0 0 1em;	
	}
	.galleryThumbs img {
		width: 100% !important;
		display: block;
	}
    .fp-section .subcats.stack-right {
        padding-right: 4em;
        padding-left: 2em;
        margin-right: 2em;
        margin-left: 0;
        border-right: 1px solid rgba(50,50,50,0.25);
        border-left: 0;
    }
    .listing_set.list article .data .watchlist-item {
        left: auto;
        right: 0.5rem;
    }
    .section-collapser + div {
        max-height: none !important;
    }
    .listing_set.list article .image {
        max-height: none;
    }
}

@media only screen and (min-width: 1200px) { /* 1200px - Extra Large */
	.accent-bar {
		overflow: visible;	
	}	
	#fp-search .title {
		font-size: 1.6em;
	}
}

@media only screen and (min-width: 1444px) { /* 1444px - 90% Max Width (1300) Exceptions */ 

}