body {
	font-family: "Fira Sans", sans-serif;
	font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.5;
	background-color: #EFEDEB;

}
header {
	position: relative;
	padding: 15px 0;
}
.logo {
	text-align: center;
	margin: 0 auto;
}
.logo img{
	width: 400px;
	max-width: 100%;
}
#navbarB {
	overflow-y: visible;
}
#srch-a img {
	opacity: 0.6;
}
#searchform {
	width: 240px;
}
#nav {
	background-color: transparent;
	border: 0;
	margin: 10px 0 15px;
}
#nav button.navbar-toggle {
	float: none;
	margin: 5px 0 5px 0;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
}

#navbar .navbar-nav > li > a { 
	line-height: 24px; 
}
#nav .navbar-nav > li > a:hover { 
	color:#000; 
}
.text-justify {
	text-align: justify;
}
#blurb-social {
	display: block;
	margin: 15px 0;
}
#blurb-social h1 {
	text-align: center;
	margin-top:30px; 
}
#blurb-social .blurb {
	width: 100%;
	margin: 15px auto;
	text-align: center;
	font-size: 18px; 
	font-weight: 300;
	line-height: 24px; 
	margin-bottom: 20px;
}
#blurb-social .social {
	width: 100%;
	display: flex;
	flex-direction:row;
	justify-content: center; 
	align-items: center;
}
#blurb-social .social img {
	height: 18px;
	width: auto;
	margin: 0 5px;
}
.social-x {
	display: flex;	
	justify-content: center;
	width: 100%;
	padding: 15px 0;
}
.social-x img {
	height: 18px;
	width: auto;
	margin: 0 5px;
}
p.copyright {
	text-align: center;
	border-top: 1px solid #999;
	padding: 15px 0;
}
.well {
	background-color: #f0f0f0;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#biba {
	visibility:hidden;
	display:none;
}
.banner-resp {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.mt-25 {
	margin-top: 25px;
}

#actions-list {
	display: flex;
	justify-content: end;
	span {
		margin-left: 7px;
	}
}
.glightbox-clean .gdesc-inner {
    padding: 4px 20px !important;
}
.glightbox-clean .gslide-title {
    font-size: 18px !important;
    font-family: "Fira Sans", sans-serif !important;
    margin-bottom: 12px !important;
}

@media (min-width: 768px) {
	header {
		border-bottom: 1px solid #999;
	}
	#navbarB > ul {
		float: none;
		display: flex;
		margin: 0 auto;	
		justify-content: center;
		li > a {
			font-size: 16px;
		}
	}
	#topNav {
		border-top: 0;
		margin-bottom: 0;
	}
	#topNav .navbar-nav > li > a {
		font-size: 19px;
		color: #4d4d4d;
		text-align: center;
		padding: 0 10px 10px;
	}
	#theTiles > div {
		max-height: 300px;
	}
}

@media (min-width: 992px) {
	#theTiles > div {
		max-height: 390px;
	}
}
@media (min-width: 1200px) {
	#theTiles > div {
		max-height: 480px;
	}
}

#thumbs_flex {
	padding-top: 1rem;
	article {
		display: flex;
		flex-flow: wrap;
		margin-left: -0.6%;
        margin-right: -0.6%;
	}

	.card {
		.item-wrap {
			position: relative;
		}
		width: 33.3%;
        margin-bottom: 24px;
        padding-left: .6%;
        padding-right: .6%;
		img {
			width: 100%;
			max-width: 100%;
			height: auto;
		}
		img.sold_corner {
			position: absolute;
			top: 0;
			right: 0px;
			width: 36px;
		}
		a h3 {
			text-align: center;
			font-size: 20px;
			font-weight: 400;
			padding: 2px 10px;
			margin-top: 10px;
			line-height: 1.25;
			color: #777;
			transition: color 0.5s;
			span {
				display: block;
				font-size: 18px;
			}
		}
		&:hover {
			a h3 {
				color: #000;
			}
		}
	}


	/* Responsive media queries */
	@media screen and (max-width: 1000px) {
		.card {
			width: 49%;
		}
	}
	@media screen and (max-width: 620px) {
		.container {
			width: 100%;
		}
		.heading {
			padding: 20px;
			font-size: 30px;
		}

		.card {
			width: 100%;
		}
	}
}	