/*
 * AUCTION REGISTRATION 
 */
#main-content {
	/*padding-top: 40px !important;*/
}
ul.webcast {
    display: table;
    margin: auto;
    background: none;
}
ul.webcast li.first {
    list-style: none;
    margin: 0;
}
p.heading {
    color: #c41230 !important;
    font-size: 26px;
    font-family: 'Libre Baskerville', serif !important;
}
.arrow {
    width: 6% !important;
	text-align: center;
	color: white;
}
input[type="text"] {
    width: 24% !important;
}
.search_bar .search {
	margin:10px;
	float: left;
	width: 30%;
}
.search_bar .search a {
	text-decoration: none !important;
}
.left_column {
	float: left;
}
#search {
	color: #c41230 !important;
	margin-top: 15px;
	font-family: 'Libre Baskerville', serif !important;
}
#item {
	float: left;
	padding: 11px;
	width:22%;
	font-weight: bold;
	font-size: 13px;
}
#keyword {
	float: left;
	padding: 11px;
	width:22%;
	margin-left: 22px;
	font-weight: bold;
	font-size: 13px;
}
#category {
	float: left;
	padding: 11px;
	width: 22%;
	margin-left: 22px;
	font-weight: bold;
    font-size: 13px;
}
p.search_links {
	float: left;
    width: 25%;
}
p.search_links a {
	color: #c41230;
	font-size: 14px;
	text-decoration:none;
}
#list_thumbnail {
	margin-top: 0px;
	margin-bottom: 0px;
}
.list_thumbnail {
	margin-top: 0px;
	margin-bottom: 0px;
}
#auc_info_thumb img {
	float:left;
	width: 100%;
}
.listing table th {
	color: #c41230 !important;
	font-size: 19px;
}
p.paragraph.red {
	color: #c41230 !important;
}
p.paragraph.black {
	color: #282828 !important;
}
.listing td {
    border-top: 0px !important; 
    font-size: 16px !important;
}
.listing tbody {
    border-bottom: 0px !important; 
}
.listing table {
    width: 50% !important; 
}
.empty_space {
    margin-top: 35px;
}
.bg_none {
	background: none !important;
}
a.click {
	margin: 0 auto;
	width: 100%;
}
.terms {
	background-color: #0d2b56 !important;
	border: none;
	text-decoration: none;
	color: white;
	padding: 8px 10px;
	display: inline-block;
	font-size: 14px;
	text-align: center;
}
li.first {
    margin-left: 535px;
}
ul.webcast li {
	list-style-type: disc;
}
#road {
	width:98.333333%
}   
.view {
	margin-top: 40px;
	text-align: center;
	color: #c41230;
	font-size: 17px;
	text-decoration: none;
}
.view:hover {
	color: #c41230;
	text-decoration: none !important;
}
.click {
	text-align: center !important;
    color: #c41230;
    font-size: 15px;
    margin-left: 14px;
    margin-top: 26px;
    text-decoration: none;
}
.click:hover {
	color: #c41230;
	text-decoration: none !important;
}
p {
	text-align:left;
	line-height:28px !important;
	font-size:17px;
	color:#282828;
}
#mortgage {
	float: left;
	margin-left:10px;
}
#donald {
	float: left;
	margin-left:80px;
}
strong {
	/*line-height: 0px;*/
	font-size:17px;
}
#frame {
	margin-top: 30px;
}
#list_thumbnail {
	text-align: center !important;
	width: 100%;height: auto;
}
#auction-search{
	background: #ebebeb;
	border: 5px solid #ebebeb;
	margin-top: 25px;
}
#road,#register {
	background: #c41230;
}
.search_bar h2 {
    text-align: center;
    color: white !important;
    font-weight: normal;
    font-size: 20px !important;
    padding: 49px 0;
	margin: 0;
}
h3.live_web_title {
	color:black !important;
	text-align: center;
	font-size: 24px;
	font-weight: normal;
}
ul.webcast {
	color:#c41230;
	text-align: center;
	font-size:18px;
	font-weight: normal;
}
ul.webcast li {
	float: left;
	margin-left:25px;
}
.arrow {
	width: 7%;
    background: #0d2b56 !important;
    float: left;
    margin-bottom: 15px;
    margin-left:7px;
    padding: 6px 0px;
}
#main-content a {
    color: #c3251d;
    text-decoration: none;
}
p.heading {
    font-size: 26px;
}
hr.hr {
    margin-top: 0;
    border-top: 1px solid #c51230;
    padding-top: 15px;
}
/************** responsive version **************/
@media only screen and (max-width: 767px) {
ul.webcast {
    margin: 0 auto !important;
}
ul.webcast li {
    font-size: 15px;
    margin-left: 20px !important;
}
ul.webcast li.first {
    margin: 0 !important;
}
html #register > h2 {
    font-size: 18px !important;
}
html .arrow {
    display: block !important;
    width: 20% !important;
}
input[type="text"] {
    display: block !important;
    width: 77% !important;
    margin: 0 !important;
}
html table {
    width: 100% !important;
    margin-top: 10px;
}
.listing table {
    width: 100% !important;
}
hr.hr {
    margin-top: 10px;
}
p.search_links {
    width: 100%;
    display: block;
    margin: 0;
}
.col-lg-4.col-md-5.col-sm-12 br {
    display: none;
}
input.terms {
    margin-bottom: 35px !important;
}
#search {
    text-align: left !important;
}
div#auction-search{
    margin-top: 25px !important;
}
.row.listing {
    margin-top: 25px !important;
}
#auc_info_thumb {
    display: grid;
    margin-bottom: 15px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
ul.webcast {
	margin: 0 auto;
}
#webcast li.first {
	list-style: none;
	margin: 0 !important;
}
input[type="text"] {
	display: block !important;
}
html .arrow {
	display: block !important;
}
p.heading {
    text-align: left;
}
.listing table {
    margin: 0 !important;
}
input.terms {
    margin: 0 !important;
    margin-top: 15px !important;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
ul.webcast {
	margin: 0 auto !important;
}
table {
	margin: 0 auto !important;
}
header .widget-area.header-widget-area {
    display: none;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
div#actionaddress {
	width: 59% !important;
}
.col-lg-4.col-md-5.col-sm-12 {
	width: 33%;
}
div#main-content {
    padding: 15px;
}
div#actionaddress {
    width: 66% !important;
}
div#auc_contact_info {
    width: 33% !important;
}
div#actiondescription {
    width: 100%;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) {
.col-lg-8.col-md-6.col-sm-12 {
	width: 68%;
}
li.first {
	margin: 0 !important;
}
div#auc_info_thumb, div#auc_info_text, div#thumbnail_right {
    width: 33%;
}
div#main-content {
    padding: 15px;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: portrait) {
div#actionaddress {
    width: 66% !important;
}
div#auc_contact_info {
    width: 33% !important;
}
div#actiondescription {
    width: 100%;
}
div#main-content {
    padding: 15px;
}
}