@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700|Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap');
body {
	color: #333;
	font-family: 'Open Sans', sans-serif !important;
}
a,
a:hover,
a:focus {
	color: #ed564b;
	text-decoration: none;
	outline: 0;
}
button,
button:hover,
button:focus,
.btn,
.btn:hover,
.btn:focus {
	outline: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
	outline: 0;
}
.top-head {
	background: #ed564b;
	padding: 10px 0;
}
.logo a.navbar-brand {
	float: left;
	padding: 10px 0;
	height: auto;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.top-head .dropbtn {
	background-color: #bf433a;
	color: #ffffff;
	padding: 20px 15px;
	font-size: 14px;
	border: 0;
}
.top-head .dropdown {
	position: absolute;
	right: 15px;
	top: -10px;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}
.dropdown-content a {
	color: #333;
	padding: 10px 15px;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}
.dropdown-content a:hover {background-color: #ddd; text-decoration: none;color: #ed564b }
.dropdown:hover .dropdown-content {display: block;}
section {
	padding: 50px 0;
}
.form-control {
	border-radius: 2px;
	box-shadow: none;
}
.form-control:focus{
	border-color: #ddd;
	box-shadow: none;
}
.search-section {
	padding: 60px 200px;
	text-align: center;
	box-shadow: 1px 1px 20px #ddd;
	border-radius: 2px;
}
.search-section p{
	font-size: 22px;
	font-weight: 100;
	color: #333;
	margin-bottom: 30px;
}
.search .input-group {
	width: 100%;
}

.search .input-lg{
	font-size: 14px;
}
.search .btn-search {
	text-transform: uppercase;
	background-color: #ed564b;
	border: 1px solid #ed564b;
	border-radius: 2px;
	color: #fff;
	font-size: 15px;
	padding: 12px 16px;
	letter-spacing: 1px;
}
.title {
	padding: 50px 0 40px;
}

.title h1 {
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
	color: #333;
	letter-spacing: 1px;
	margin: 0;
}
.bids .panel-auction {
	box-shadow: 1px 1px 20px #ddd;
	border-radius: 2px;
	margin-bottom: 30px;
}
.panel-auction {
	box-shadow: none;
}
.bids .panel-auction .panel-heading{
	background-color: #fff;
	padding: 30px 20px;
}
.panel-auction .panel-title {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	border-left: 5px solid #ed564b;
	padding-left: 15px;
}

.panel-auction .panel-description {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 20px;
}
.panel-auction .panel-list {
	margin-bottom: 20px;
}
.panel-auction .panel-body {
	padding: 30px 15px;
}
.panel-list .panel-list-item {
	font-size: 12px;
	width: 100%;
	border: 1px solid #ddd;
	border-radius: 6px;
	text-align: center;
	padding: 15px 15px;

}
.panel-list .panel-list-item span {
	display: block;
	margin-top: 5px;
	font-size: 14px;
	font-weight: 700;
}

.btn-auction {
	background-color: #ed564b;
	border: 1px solid #ed564b;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.btn-default:hover, .btn-default:focus {
	background: transparent;
}
.btn-auction:hover, .btn-auction:focus  {
	color: #fff;
	background-color: #bf433a;
	border: 1px solid #bf433a;
}

.grid .panel{
	box-shadow: 1px 1px 20px #ddd;
	margin-bottom: 30px;
	border-radius: 2px;
	border: none;
}

.grid .panel .panel-body {
	padding: 8px;
	border-radius: 2px;
	height: 200px;
}
.grid .panel .panel-footer {
	background: transparent;
	padding: 20px 15px;
	min-height: 200px;
	position: relative;
}
.grid .panel .panel-footer h3 {
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
}
.grid .panel .panel-footer p.item-desc {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.grid .panel .panel-footer p span{
	font-weight: 700;
	color: #ed564b;
	font-size: 14px;
}
.grid .panel .panel-footer .button{
	margin-top: 15px;
	/*position: absolute;
	bottom: 20px;*/
}

.btn-bid {
	background-color: #4cae4c;
	border: 1px solid #4cae4c;
	color: #fff;
	border-radius: 2px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.btn-bid:hover, .btn-bid:focus {
	background-color: #398439;
	border: 1px solid #398439;
	color: #fff;
}

.item-image{
	border: 1px solid #ddd;
	border-radius: 2px;
	padding: 10px;
}
.item-details {
	margin-bottom: 10px;
}
.item-details h1 {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	border-left: 5px solid #ed564b;
	padding-left: 15px;
	margin-top: 0;
}

.item-details p span{
	font-weight: 700;
	color: #ed564b;
}

.item-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 1.6;
	color: #666;
	margin-bottom: 20px;
}
.current-bid {
	margin-bottom: 10px;
}

.current-bid .btn-auction {
	font-size: 16px;
}
.current-bid .btn-auction span{
	font-weight: 700;
	display: block;
	font-size: 32px;
}
.current-bid .btn-auction span.currency{
	font-size: 16px;
	display: inline;
}
.current-bid .btn-auction span#current-bid-amount{
    display:inline;
}

.main-auction {
	font-weight: 600;
	text-transform: uppercase;
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.main-auction ul{
	margin-bottom: 0;
	text-align: center;
}
.main-auction ul li{
	display: inline-block;
	font-weight: 300;
	font-size: 12px;
	padding: 0 5px;
}
.main-auction ul li span{
	font-size: 20px;
	font-weight: 700;
}
.main-auction ul li.timmer-label {
	float: left;
	margin-top: 15px;
}
.main-auction ul li.timmer-label span {
	font-size: 14px;
}

.bid-form {
	background: #fff;
	box-shadow: 1px 1px 20px #ddd;
	padding: 50px 15px;
	border-radius: 2px;
}
.bid-form .btn-bid{
	font-size: 15px;
	padding: 12px 16px;
}
.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	position: absolute;
	top: -30px;
	width: 100%;
	right: 0;
	text-align: right;
}
.has-error .help-block, .text-danger {
	color: #ed564b;
}
.has-error .form-control {
	border-color: #ed564b;
	box-shadow: none;
}
.bid-form .search {
	margin-top: 20px;
}
.bid-form label{
	font-size: 16px;
}
.has-success .form-control, .has-error .form-control:focus, .has-success .form-control:focus{
	box-shadow: none;
}
h4.text-red {
	display: none;
}
.bid-form .alert {
	text-align: center;
	display: block;
}
.btn-default {
	border-radius: 2px;
}
.bid-history h3{
	font-size: 18px;
	font-weight: 700;
}
@media (min-width: 991px) {
	.container-fluid {
		padding: 0 5%;
	}
}
.bidders .well {
	border-radius: 2px;
	border: none; 
	box-shadow: none;
	padding: 30px 30px 80px;
}
.bidders .well .title {
	padding-bottom: 40px;
}
.bidders .well .btn {
	margin-bottom: 30px;
}
footer {
	background-color: #222;
	padding: 30px 15px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.inner{
    position:relative;
    top:0px;
}
.outer{
    overflow: hidden;
}

.results {
	background: #fff;
}
.results .button {
	margin-top: 15px;
}
.results .button .btn-lg {
	font-size: 12px;
	padding: 15px 15px;
}
.results .table {
	margin-bottom: 0;
}

.results .main-auction {
	margin-bottom: 0;
	background-color: #ed564b;
	color: #fff;
}
.results td img {
	height: 80px;
	margin: 0 auto;
}
.results td {
	font-weight: 700;
	font-size: 20px;
}
.results thead {
	background: #ed564b;
	color: #fff;
}
.results .headless thead{
	background: transparent;
}
.results .headless th{
	padding: 0;
	border: none;
}
.results table {
	text-align: center;
}
.results th{
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}
.results h2{
	text-align: center;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.table>tbody>tr>td {
	vertical-align: middle;

}
.table>thead>tr>th{
	padding: 10px 8px;
}
.results td.current {
	font-size: 25px;
	color: #ed564b;
}

@media (max-width: 768px) {
	.logo a.navbar-brand {
		font-size: 16px;
		letter-spacing: 0;
	}
	.top-head .dropbtn {
		padding: 10px 15px;
	}
	.search-section {
		padding: 40px 15px;
	}
	.search-section p {
		font-size: 18px;
	}
	.search .btn-search {
		display: block;
		width: 100%;
		margin-top: 10px;

	}
	.search .form-control {
		margin-bottom: 10px;
	}
	.input-group-btn {
		display: block;
		width: 100%;
	}

	.input-group .form-control:first-child {
		border-top-right-radius: 2px;
		border-bottom-right-radius: 2px;
	}
	.input-group-btn:last-child>.btn {
		margin-left: 0;
	}
	.input-group-btn:last-child>.btn {
		border-top-left-radius: 2px;
		border-bottom-left-radius: 2px;
	}
	.title h1 {
		font-size: 20px;
	}
	.title {
		padding: 30px 0 20px;
	}
	.bids .panel-auction .panel-heading {
		background-color: #fff;
		padding: 0;
	}
	.bids .panel-auction {
		box-shadow: none;
		margin-bottom: 40px;
	}
	.panel-auction .panel-title
	{
		font-size: 16px;
		background: #ed564b;
		margin-bottom: 0;
		color: #fff;
		padding: 20px 15px;
		border-left: none;
		text-align: center;
	}
	.panel-list .panel-list-item
	{
		border-radius: 0;
	}
	section {
		padding: 40px 0 20px;
	}
	.panel-heading {
		padding: 0;
	}
	.panel-auction .panel-body {
		padding: 0;
	}

	.item-details h1 {
		font-size: 18px;
		margin-top: 25px;
	}
	.bid-form .btn-bid {
		display: block;
		width: 100%;
	}
	.bid-form .btn-default{
		font-size: 14px;
		padding: 5px 10px;
		border-bottom: 0;
	}

}
