/***** CSS RESET *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, .footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	margin-block-start:0em;
	margin-block-end:0em;
	-webkit-margin-before:0em;
    -webkit-margin-after:0em;
    -webkit-margin-start:0px;
    -webkit-margin-end:0px;
	}
	

/*===============================================================*/
* {box-sizing:border-box;}

html {scroll-behavior:smooth;}

body {
	background:url(../siteart/banner5.jpg) no-repeat center center;
	max-width:100%;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	line-height: 1.4;
	}

.wrapper {
	max-width:1200px;
	margin:0 auto;
	}

.auction-body {
	max-width:1200px;
	width:100%;
	margin:0 auto; 
	text-align:center;
	background:#fff;
    padding:10px;
	}


/* The side navigation menu */
.sidenav {
	height:100%; /* 100% Full-height */
	width:0; /* 0 width - change this with JavaScript */
	position:fixed; /* Stay in place */
	z-index:1; /* Stay on top */
	top:0; /* Stay at the top */
	left:0;
	background-color:#353c37; /* Black*/
	overflow-x:hidden; /* Disable horizontal scroll */
	transition:0.5s; /* 0.5 second transition effect to slide in the sidenav */
	}

/* The navigation menu links */
.top-nav a {
	padding:0 1em 0 1em;
	text-decoration:none;
	font-size:16px;
	font-weight:700;
	color:#fff;
	border-bottom:2px solid rgba(87, 93, 89, 0.15);
	display:block;
	transition:0.3s;
	font-family:'Open Sans Condensed', sans-serif;
	}

.logo-nav {background:#b1ddab;}
.logo-nav a:last-child img {padding:0 10px 10px 10px;}

.logo-nav img {
	max-width:57%;
	vertical-align:baseline;
	padding:10px;	
	}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {color:#f1f1f1;}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
	position:absolute;
	top:0;
	right:25px;
	font-size:36px;
	margin-left:50px;
	}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
	transition:margin-left .5s;
	padding:0px;
	}

.padder {padding:10px;}

.nav-header {
	padding:10px 20px 16px 0;
	background-color:rgba(21,38,23,0.8);
	}

.fa {font-size:20px;}

.nav-header span {
	background:#b1ddab;
	color:#fff;
	padding:14px;
	}


.padder {padding:0 10px 10px 10px;}

.top-nav-full {
	width:100%;
	text-align:center;
	background:url(../siteart/overlay.png);
	background-color:rgba(255,255,255,0.95);
	padding:15px 0; 
	}

.top-nav-full a {
	display:inline-block;
	text-decoration:none;
	color:#6b7770;
	}

.top-nav-full a li {
	position: relative;
    display: block;
    text-decoration: none;
    color: #6b7770;
    padding: 0 1.5em 0 1.5em;
	margin: 0 0.5em 0 0.5em;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    outline: 0;
    -moz-transition: background-color .075s ease-in-out, color .075s ease-in-out;
    -webkit-transition: background-color .075s ease-in-out, color .075s ease-in-out;
    -o-transition: background-color .075s ease-in-out, color .075s ease-in-out;
    -ms-transition: background-color .075s ease-in-out, color .075s ease-in-out;
    transition: background-color .075s ease-in-out, color .075s ease-in-out;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	}
	.top-nav-full a li:hover {color: #fff!important;}

.logo-nav-full {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background:#b1ddab;
	padding: 12px;
	}
	
.logo-nav-full a {
	padding: 0 2em;
	display: flex;
	align-items: center;
	justify-content: center;
	}

.logo-nav-full img {
	width: 100%;
	max-width:110px;	
	}

.logo-nav-full a:hover img {opacity: .8; transition: .3s ease-in-out all;}


/***** Main *****/
.at-logo, .bc-logo {
	width:222px; 
	position:relative;
	}

.grey-surround {
	line-height:1.6;
	color:#8b9790;
    background:#e7eae8;
    padding:12px 20px;
	font-size: 13px;
    border-radius:8px;
	display: block;
	margin: 10px auto 0;
	}

@media screen and (max-width:1074px){
.at-logo, .bc-logo {padding:0 0 10px 0;}	
}

/**** Footer ****/
.footer {
	background:#fff;
	text-align:center;
	padding:3px 20px 10px 20px;
	}

.footer a {
	text-decoration:none;
	color:#8b9790;
	}

.green-border-top {
	background:#b1ddab;
	height:25px;	
	}
	
.grey-surround {
	max-width:675px;
	}
	
#btt {
    display:none;
    position:fixed;
    bottom:20px;
    right:30px;
    z-index:99;
    border:none;
    outline:none;
    background-color:#b1ddab;
	opacity:0.7;
    color:#000;
    cursor:pointer;
    padding:15px;
    border-radius:45%;
	}

@media screen and (max-width:738px){		
	ul.logo-nav-full {display: none;}
}