body {
	background: url(/images/background.png);
	color: #1a1919;
	font-family: serif;
	margin: 0;
}

h1 {
	color: #1a1919;
	font-size: 3em;
	font-style: italic;
	font-family: inherit;
	font-weight: bold;
	margin-top: 0;
}

h2 {
	font-family: inherit;
	font-weight: bold;
	font-size: 24.5px;
	font-size: 2.5rem;
	color: rgb(38, 93, 145);
}

h3 {
	color: rgb(38, 93, 145);
}

a {
	color: rgb(38, 93, 145);
}

.justify {
	text-align: justify;
}

.featuredsale {
	margin-bottom: 10px;
}

.letterhead {
	background: #7a8c9d;
	margin-bottom: 85px;
    height: 58.333333275px;
    margin-top: 58.333333275px;
	opacity: 0.5;
}

.mynavigation {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.menu:first-child {
	margin-right: 1em;
}

.menu {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu:last-child {
	margin-left: 1em;
}

.menu>li:first-child {
	margin-right: 1em;
}

.menu>li {
	display: inline;
}

.menu>li:last-child {
	margin-left: 1em;
}

.dropdown {
	display: none;
	text-align: center;
}

.opened_menu {
	margin-top: -220px;
	height: 118px;
}

.nav-inner {
	padding: 0;
	min-height: 4px;
}

.container {
	margin: auto;
}

.logo-holder {
	position: relative;
	text-align: center;
	margin: 0;
}

.logo {
	text-align: center;
}

.nav-main {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
}

.nav-wrap {
	background: #7a8c9d;
	margin: 0 auto;
}

.left_nav {
	float: left;
	margin-right: 342px;
}

.right_nav {
	float: right;
}

ul.sf-menu {
	opacity: 1;
	height: 0;
}

.sf-menu {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
}

.sf-menu>li {
	display: block;
	float: left;
	line-height: 6;
	margin-left: -1px;
	position: relative;
}

.sf-menu>li>a {
	color: #000;
	float: none;
	font-size: 19px;
	padding: 8px 14px 8px 14px;
	line-height: 19px;
	text-decoration: none;
	margin: 0 0;
}

.navbar .btn-navbar {
	background: #7a8c9d;
	float: none;
	width: 240px;
	margin: 15px auto 0 auto;
}

.collapse ul.sf-menu>li {
	background: #7a8c9d;
}

.collapse ul.sf-menu>li:hover {
	background: rgb(145, 160, 173);	
}

.main_content {
	margin: 0 2% 10px 2%;
	text-align: left;
}

.fancy-box {
	background: rgb(242, 237, 218);
	background: rgba(242, 237, 218, 0.75);
	box-shadow: 0 0 25px rgb(122, 140, 157);
	border-radius: 15px;
	padding: 20px;
}

.border-top {
	background: url(/images/border-top.jpg) repeat-x;
	height: 50px;
	margin: -20px -20px 20px -20px;
	opacity: .5;
	border-radius: 15px 15px 0 0;
}

.border-bottom {
	background: url(/images/border-bottom.jpg) repeat-x;
	height: 50px;
	margin: 20px -20px -20px -20px;
	opacity: .5;
	border-radius: 0 0 15px 15px;
}

.center {
	text-align: center;
}

.footer {
	text-align: center;
}

/* Video container */
.video-container img {
	width: 100%;
}

.video-container .jackbox {
	border: 1px solid #ccc;
}

/* Sale photos */
.gallery-loading {
	display: none;
	margin-top: 10px;
	text-align: center;
}

.photo-content {
	height: 75px;
	width: 75px;
	background: #eee;
}

.photo-frame {
	display: inline-block;
	background: #fff;
	overflow: hidden;
	text-align: center;
	margin: 0 4px 5px;
	border: 1px solid #ccc;
	padding: 2px;
	vertical-align: top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 4px 0 #888;
	-webkit-box-shadow: 0 1px 4px 0 #888;
	box-shadow: 0 1px 4px 0 #888;
}

/* Footer */

.footer {
	margin: 0 2% 0 2%;
	font-size: .8em;
}

.footer-links {
	padding: 0;
	float: left;
}

.footer-link-item:not(:first-child) {
	margin-left: 1em;
}

.footer-social {
	margin: 0 25px 0 0;
}

.column, .column-mid {
	display: inline-block;
}

@media (max-width: 767px) {
	body {
		font-size: 1.5rem;
	}
	h1 {
		font-size: 2.4rem;
		margin-bottom: 0;
	}
	h2 {
		font-size: 2rem;
		margin-top: 0;
	}
}

@media (max-width: 927px) {
	.menu {
		display: none;
	}
	.dropdown {
		display: block;
		margin: 0 2% 10px 2%;
	}
}

@media (max-width: 1222px) {
	.letterhead {
		margin-bottom: 70px;
	}
}

@media (max-width: 1260px) {
	.fancy-box .center {
		text-align: left;
	}
	.right-column {
		text-align: left;
	}
}