@import url('https://fonts.googleapis.com/css?family=Questrial');
body {
	background-color: #130a05;
	font-family: 'Questrial', sans-serif;
	font-size: 1rem;
	line-height: 1.618rem;
}
body * {
	color: white;
}
h1, .h1, h2, .h2, h3, .h3 {
	font-family: "Times New Roman", Baskerville, "serif"
}
p.h5 {
	margin-bottom: 1.5rem;
	line-height: 1.618rem;
}
.text-dark * {
	color: #343a40;
}
.text-dark a {
	color: #d18237;
}
p > a, p > em, li > a, p.text-dark > a {
	color: #d18237;
}
#secondary-menu {
	border-bottom: 1px solid #d18237;
}
#navigation {
	width: 100%;
	height: auto;
	z-index: 500;
	text-align: center;
}
#navigation li:hover ul {
	display: block;
}
#navigation ul {
	list-style: none;
}
/* tier 1 */
	
#navigation > ul {
	list-style: none;
	padding: 0 20px 0 20px;
	margin: 0;
	height: 49px;
	background-color: transparent;
	z-index: 501;
	display: inline-block;
}
#navigation > ul > li {
	float: left;
	padding: 0;
	height: 49px;
	z-index: 503;
}
#navigation > ul > li:hover, #navigation > ul > li:hover.selected {
	cursor: pointer;
	background-color: #d18237;
}
#navigation > ul > li.selected {
}
#navigation > ul > li > a {
	display: block;
	padding: 0 1em;
	margin-top: 14px;
	height: 16px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 1.05em;
	line-height: 1.1em;
	border-right: solid 2px #fff;
}
#navigation > ul > li:last-child > a,  #navigation a.selected,  #navigation > ul > li.no-border > a {
	border: none;
}
#navigation > ul > li > a:hover {
	color: #fff;
}
#navigation > ul > li {
	position: relative;
}
/* tier 2 */
	
#navigation > ul > li > ul {
	position: absolute;
	display: none;
	background: rgba(0,0,0,0.35);
	margin: 0;
	padding: 0;
	border: solid 2px #000;
	border-top: none;
	z-index: 504;
	border-radius: 0;
}
#navigation > ul > li > ul > li {
	float: none;
	text-align: left;
	padding: 2px 10px;
	margin: 5px 10px;
	border: solid 1px #000;
	border-radius: 5px;
	z-index: 505;
	background-color: #d18237;
}
#navigation > ul > li > ul > li:last-child {
	margin-bottom: 20px;
}
#navigation > ul > li > ul > li:hover {
	background-color: #d18237;
}
#navigation > ul > li > ul > li.selected {
	border: solid 1px #fff;
}
#navigation > ul > li > ul > li > a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	white-space: nowrap;
}
#navigation > ul > li > ul > li > a:hover {
	color: #eee;
}
#navigation > ul > li > ul > li.expandable > a {
	display: block;
	border-bottom: solid 1px #1b1b1d;
}
#navigation > ul > li > ul > li.expandable > a:after {
	display: block;
	height: 1px;
	background: #4c4d4f;
	content: '';
}
#navigation > ul > li > ul > li > a.selected {
	font-weight: bold;
}
/* tier 3 */

#navigation > ul > li > ul > li > ul {
	margin: 0 0 0 5px;
	padding: 0;
	z-index: 506;
}
#navigation > ul > li > ul > li > ul > li {
	float: none;
	text-align: left;
	padding: 2px 5px;
	margin: 5px 10px;
	z-index: 507;
}
#navigation > ul > li > ul > li > ul > li:hover {
}
#navigation > ul > li > ul > li > ul > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #1b1b1d;
	width: 100%;
	display: block;
	width: 100%;
}
#navigation > ul > li > ul > li > ul > li > a:hover {
	font-weight: bold;
}
#navigation > ul > li > ul > li > ul > li > a:after {
	display: block;
	height: 1px;
	background: #4c4d4f;
	content: '';
}
#navigation > ul > li > ul > li > ul > li > a.selected {
	font-weight: bold;
}
#navigation > ul > li > ul > li > ul > li.selected {
}
/* tier 4 */
#navigation > ul > li > ul > li > ul > li > ul {
	margin: 0 0 0 5px;
	padding: 0;
	z-index: 508;
}
#navigation > ul > li > ul > li > ul > li > ul > li {
	float: none;
	text-align: left;
	padding: 2px 5px;
	margin: 5px 10px;
	z-index: 509;
}
#navigation > ul > li > ul > li > ul > li > ul > li > a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 10px;
}
#navigation > ul > li > ul > li > ul > li > ul > li > a:hover {
	font-weight: bold;
}
#navigation > ul > li > ul > li > ul > li > ul > li > a:after {
	display: block;
	height: 1px;
	background: #4c4d4f;
	content: '';
}
#navigation > ul > li > ul > li > ul > li > ul > li > a.selected {
	font-weight: bold;
}

@media (max-width:992px) {
#navigation > ul {
	height: auto;
}
#navigation > ul > li > a {
	font-size: 0.85em;
	line-height: 1em;
}
}
.default {
	border-top: 15px solid white;
}
#footer-navigation .dropdown-menu {
	position: relative;
	top: 100%;
	left: 15px;
	z-index: 1000;
	display: block;
	float: none;
	min-width: 10rem;
	padding: .5rem 0;
	margin: 0;
	color: #d18237;
	text-align: left;
	list-style: disc;
	background-color: transparent;
	background-clip: padding-box;
	border: none;
	border-radius: 0;
}
#footer-navigation > ul > li:before {
	color: #d18237;
}
.btn, .gsc-search-button.gsc-search-button-v2 {
	border-radius: 0 !important;
}
.btn-warning {
	border-color: #d18237 !important;
}
.btn-warning, .bg-warning, .nav-item:active, .nav-item:hover {
	background-color: #d18237 !important;
	color: #fff !important;
}
.btn-warning:hover {
	background-color: #9E622A;
	border-color: #9E622A;
	color: #eee !important;
}
.btn, .nav-item {
	text-transform: uppercase;
}
.btn-trans {
	background-color: rgba(0,0,0,0.75);
	outline: 10px solid rgba(255,255,255,0.35);
	margin-top: 4rem;
}
.text-warning {
	color: #d18237 !important;
}
.text-shadow {
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35);
}
.google-search-object {
	padding-top: 2px;
}
.bg-card-1 {
	background-image: url(/assets/images/uploads/visit-the-museum.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 680px;
}
.bg-card-2 {
	background-image: url(/assets/images/uploads/about-the-museum.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 680px;
}
.bg-card-3 {
	background-image: url(/assets/images/uploads/donate-to-the-museum.jpg);
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	min-height: 680px;
}
.bg-dark {
	background-color: #130a05 !important;
}
.bg-dark-trans {
	background-color: rgba(0,0,0,0.65);
}
.bg-white-trans {
	background-color: rgba(255,255,255,0.85);
}
.bg-white-trans > * {
	color: #252525 !important;
}
.columns {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}

@media (max-width: 992px) {
.columns {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
}

@media (max-width: 480px) {
.columns {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1;
}
}
.columns ul > li > ul {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
}
.bg-our-staff {
	background-image: url(/assets/images/uploads/our-staff.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-our-staff .container-fluid {
	padding-left: 0;
}
.bg-our-staff .h5 {
	font-weight: normal;
}
.bg-membership {
	background-image: url(/assets/images/uploads/museum-membership.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.bg-bordeaux {
	background-image: url(/assets/images/uploads/bordeaux-trading.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.left-florish {
	background-image: url(/assets/images/uploads/left-florish.png);
	background-repeat: no-repeat;
	background-position: center;
}
.right-florish {
	background-image: url(/assets/images/uploads/right-florish.png);
	background-repeat: no-repeat;
	background-position: center;
}
.fur-bgd {
	background-image: url(/assets/images/uploads/fur-bgd.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.treatment {
	border: 9px solid #130a05;
	outline: 1px solid #d18237;
}
.clothing, .firearms, .weapons, .art, .provisions, .tools {
	min-height: 700px;
}

@media (max-width: 992px) {
.clothing, .firearms, .weapons, .art, .provisions, .tools {
	min-height: 450px;
}
}
.display-clothing, .display-firearms, .display-weapons, .display-art, .display-provisions, .display-tools {
	display: none;
}
.clothing {
	background-image: url(/assets/images/uploads/museum-items-0008-clothing-and-textiles.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.firearms {
	background-image: url(/assets/images/uploads/museum-items-0007-firearms.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.weapons {
	background-image: url(/assets/images/uploads/museum-items-0004-gun-accessories-and-hand-weapons.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.art {
	background-image: url(/assets/images/uploads/museum-items-0006-ornaments-and-art-supplies.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.provisions {
	background-image: url(/assets/images/uploads/museum-items-0005-provisions.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.tools {
	background-image: url(/assets/images/uploads/museum-items-0000-img-9403.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
 @charset 'UTF-8';
/* Slider */
.slick-loading .slick-list {
	background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	src: url('./fonts/slick.eot');
	src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
.slick-prev:before, .slick-next:before {
	color: #d18237;
}

.alert-success {
    color: #252525;
    background-color: #d18237;
    border-color: #fff;
}

.alert-success a:hover {
    color: #252525 !important;
}

