/*
Theme Name: Cocpa
Author: 
Author URI: 
Version: 0.1
Description: This is a reponsive theme for the site.
*/
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    font-family: scandia-web, sans-serif;
}
#fws-scroll p, span {
    font-family: scandia-web, sans-serif !important;
    font-weight: 400 !important;
    color: #283A23 !important;
}
.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.btn .glyphicon {
	color: #ffffff !important;
}
.fws-auction-calendar .btn .glyphicon {
	color: #283A23 !important;
}
.btn:hover .glyphicon  {
	color: #283A23 !important;
    transition: color 200ms linear;
}
body{

}
h1,h2,h3,h4,h5{
    font-family: scandia-web, sans-serif;
    font-weight: 400;
    margin: 0px 0px 10px;
    color:  #283A23;
}
#related-lots h4 {
	margin-top: 10px;
}
p, ul{margin-bottom: 10px;}
a, input{
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
a{color: #283A23; font-weight: 500; text-decoration: underline;}
a:hover{color: #283A23;text-decoration: none;}

p, li{
    font-family: scandia-web, sans-serif;
}

#wrap-all{
    overflow-x: hidden;
}
header{

}

.top_head{
    padding: 28px 0px 0px;
}
.nav_sect ul{
    text-align: right;
    padding: 0px;
    margin: 25px 0px 10px;
}
.nav_sect li {
	display: inline-block;
	padding-right: 22px;
	font-size: 16px;
    position: relative;
}
.nav_sect li:last-child {
	padding-right: 0;
}
.nav_sect li a {
	display: block;
	position: relative;
	color: rgba(0, 0, 0, 0.6);
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    padding-bottom: 40px;
    color: #fff;
}
.nav_sect ul li a:hover{
	opacity: 0.7;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.nav_sect ul li.current-menu-item a {
    color: #e4ac14;
}
.nav_sect .menu-item-has-children a:first-child {
    padding-right: 20px;
}
.nav_sect .menu-item-has-children a:first-child:after {
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 16px;
    font-weight: 800;
    content: "\f107";
}
/*sub menu*/
.nav_sect ul li ul {
    background-color: rgba(113, 113, 113, 0.65) !important;
    visibility: hidden;
    z-index: 9999;
    width: 240px;
    border-top: 0px solid #2ea3f2;
    opacity: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: absolute;
    padding: 20px 0;
    text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.nav_sect ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.nav_sect ul li li {
    margin: 0;
    padding: 0 20px;
    position: relative;
    line-height: 2em;
    display: block;
}
.nav_sect .menu-item-has-children li a:first-child:after{
    display: none;
}
.nav_sect ul li li a {
/*    width: 200px;*/
    padding: 6px 20px;
}
.nav_sect ul li ul.sub-menu {
    margin: 0;
    text-align: left;
}
.nav_sect #mobile_menu ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
    width: 100%;
    background: rgba(0, 0, 0, 0.7)!important;
    position: relative;
}
.nav_sect #mobile_menu .visible ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}
/**/
.video-section{
    height: 495px;
    position: relative;
    overflow: hidden;
}
.video-section video { 
    position: absolute;
    width: 100%;
    height: 200%;
    top: -25%;
    z-index: 1;
    background-size: cover;
    transition: 1s opacity;
}
.video-section ul.bxslider {
    position: relative;
    z-index: 10;
}
ul.bxslider li h1 {
    color: #fff;
    text-align: center;
    font-family: 'Libre Baskerville', serif;
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 2px;
}
.bx-wrapper {margin-top: 220px;}
ul.bxslider {
    padding: 0px;
}
/*body style*/
.body_entry {
    padding: 40px 0px 30px;
}
.body_entry .container {
    max-width: 1080px;
}
/*footer*/
footer {
    padding: 0;
}
footer .container {
    max-width: 1080px;
}

.foot_top {
    padding: 54px 0;
    background-color: #717171;
}
.foot_top h4 {
    font-weight: 400;
    font-size: 1.6em;
    color: #fff;
    padding-bottom: 1em;
}
.foot_top form {
    margin: 0px 0px 50px;
}
.foot_top form input[type=email] {
    width: 100%;
    max-width: 210px;
    padding: 10px;
    border: 1px solid #717171;
    border-radius: 0;
    margin-right: 10px;
}
.foot_top form input[type=submit] {
    padding: 9px 10px;
    border: 1px solid #717171;
    border-radius: 0;
    background: #afafaf;
    letter-spacing: 1px;
    color: #fff;
}
.foot_top form input[type=submit]:hover {
    background: transparent;
    color: #e4ac14;
    border: 1px solid #e4ac14;
}
ul#custom-footer-icons {
    padding: 0px;
}
ul#custom-footer-icons li {
    display: inline-block;
    margin: 0px 5px 0px 0px;
    background-color:  #fff;
}
ul#custom-footer-icons li:hover {background-color: #585858;}
ul#custom-footer-icons li img {
    width: 32px;
}
.foot_top .foot_widget {
    width: 50%;
    float: left;
}
ul#footer-list {
    padding: 0px;
}
ul#footer-list li {
    display: block;
}
ul#footer-list li a {
    color: #fff;
    font-size: 18px;
}
ul#footer-list li a:hover{
    color: #e4ac14;
}
.foot_top .centered {
    text-align: center;
}
.foot_top .centered img {
    width: 70%;
}
.foot_top .centered hr.fancy-divider3 {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(228, 172, 20, 0), rgba(228, 172, 20, 0.75), rgba(228, 172, 20, 0));
}
.foot_top .centered p {
    margin-top: 2em;
    color: #fff !important;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5em;
}

.foot_bottom {
    padding: 10px 0px 5px;
}
.foot_bottom p {
    font-weight: 400;
}
.foot_bottom .col-sm-6:last-child p {
    text-align: right;
}
.foot_bottom p a {
    font-weight: bold;
}
/*Media Queries*/
@media (max-width: 1200px) {
    .body_entry {
        padding-left: 25px;
        padding-right: 25px;
    }
}
@media (max-width: 1080px) {
    .top_head .col-xs-6 {position: inherit;}
    .nav_sect ul.hidden-xs.hidden-sm {display: none;}
    .nav_sect ul#mobile_menu.visible-xs.visible-sm, .navbar-toggle{display: block!important;}
    .navbar-header {
        text-align: right;
        float: none;
    }
    .nav_sect button {
        float: right;
        margin: 10px;
        border: 2px solid #fff;
    }
    .nav_sect button span {
        background: #fff;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .nav_sect {
        text-align: center;
        width: 100%;
    }
    .nav_sect li {
        display: block;
        text-align: left;
    }
    .nav_sect ul {
        margin: 0px;
    }
    .nav_sect ul ul {
        width: 100%;
        margin: 0px;
    }
    .nav_sect li a {
        padding-bottom: 20px;
    }
    .nav_sect button {
        margin: 0px;
        border: 0px;
        padding: 5px 10px;
    }
    .nav_sect button span {
        background: #e4ac14;
    }
    nav.collapsing {
        position: absolute!important;
    }
    .navbar-collapse {
        position: absolute!important;
        background: #fff;
        width: 80%;
        left: 10%;
        top: 70px;
        z-index: 100;
        padding: 15px;
    }
    .nav_sect li {
        padding-right: 0px;
    }
    .nav_sect li a {
        display: block;
        padding: 10px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        color: #666!important;
    }
    .nav_sect .menu-item-has-children a:first-child {
        padding: 10px;
    }
    .nav_sect #mobile_menu ul.sub-menu {
        background: none!important;
        padding: 0px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
    }  
    .nav_sect .menu-item-has-children a:first-child:after {width: 35px;height: 30px;content: '';border: 0px;background: url(images/mob-close-icon.jpg)no-repeat;top: 5px;text-align: center;position: absolute;right: 28px;}
    .nav_sect .menu-item-has-children.visible a:first-child:after {background: url(images/mob-open-icon.jpg)no-repeat;}
    .top_head {
        height: 120px;
    }
    .navbar-collapse {
        top: 120px;
    }
    .bx-wrapper {
        margin-top: 120px;
    }
}
@media (min-width: 240px) and (max-width: 1360px) {
    .col-sm-3.col-xs-6 img {
        width: 300px;
        padding-top: 10px !important;
    }
    .video-section {
        height: 358px;
        width: 100%;
    }
    .video-section video {
        width: 240%;
        left: -45%;
        height: auto;
        top: -60%;
    }
}
@media (max-width: 978px) {
    .col-sm-3.col-xs-6 img {
        width: 160px;
        padding-top: 6px !important;
    }
    .top_head{
        height: 80px;
    }
    .navbar-collapse {
        top: 80px;
    }
    .video-section video {
        left: -40%;
        height: auto;
        top: -40%;
    }
    .foot_top .col-sm-6, .foot_bottom p, .foot_bottom .col-sm-6:last-child p {
        text-align: center;
    }
    .foot_top .foot_widget {
        width: 100%;
        margin-bottom: 50px;
    }
    .video-section .bx-wrapper {
        margin-top: 110px;
    }
    ul.bxslider li h1 {
        font-size: 40px;
        margin: 0px 20px;
        font-weight: 400;
    }
    /*  11-05    */
    .top_head {
        padding: 26px 40px;
        position: relative;
    }
    .nav_sect ul ul {margin-left:;}
    .foot_top form input[type=email] {
        max-width: 245px;
        margin: 0px 20px 10px;
    }
    .foot_top h4 {
        font-size: 1.4em;
    }
    .foot_top form input[type=submit] {
        padding: 9px 30px;
    }
    .foot_top .centered p {
        font-size: 16px;
    }
    .foot_bottom p {
        margin: 0px;
    }
    .foot_bottom {
        padding-bottom: 50px;
    }  

    /* 08-21-18 Style adjusted due to Upcoming Auctions page layout change */
    .panel-body .col-sm-3 {
        float: none !important;
        width: 100% !important;
        margin: 0 auto;
    }

    .panel-body .col-sm-6 {
        width: 60%;
        margin-left: 20%;
        margin-right: 20%;
        margin-top: 2em;
        margin-bottom: 2em;
    }

    .panel-body .col-sm-3:last-of-type {
        width: 60% !important;
        margin-left: 20% !important;
        margin-right: 20% !important;
    }
    /**/
}
@media (max-width: 767px) {
    ul.bxslider li h1 {
        font-size: 30px;
    }
}	
@media (max-width: 736px){
}
@media (max-width: 667px){
}
@media (max-width: 568px){
}
@media (max-width: 414px){
    .video-section video {
        top: -20%;
    }
}
@media (max-width: 375px) {
}
@media (max-width: 320px) {
}


/* ==========================  Start FWS Customizations  =============================== */
.fws-form-error, .fws-ajax-message {
    display: none;
}

.fws-social-share {
    margin-top: 20px;
}

.fws-social-share .custom-social-images {
    display: inline-block;
    max-height: 30px;
    max-width: 40px;
    overflow: hidden;
}

.fws-social-share a {
    text-decoration: none;
}

.fws-social-share a:before{
	font-family: FontAwesome;
	font-size: 32px;
	color: #283A23;
	margin-right: 10px;
}

.fws-social-share .fws-facebook:before{
	content: "\f230";
}

.fws-social-share .fws-twitter:before{
	content: "\f099";
}

.fws-social-share .fws-pinterest:before{
	content: "\f0d2";
}

.fws-social-share .fws-google:before{
	content: "\f0d4";
}

.fws-social-share .fws-email:before{
	content: "\f0e0";
}
.fws-social-share a::before {
    color: #13d0ab;
    font-family: FontAwesome;
    font-size: 32px;
    margin-right: 10px;
}
.fws_account_address {
    border-bottom: 1px solid #aaa;
    margin: 5px 0 15px;
}
.fws-lot-detail-inner h2 {
    margin-top: 0;
}
.fws-lot-related-thumb {
    max-width: 100%;
}
h1.auction-header-title {
    font-size: 24px;
    margin: 0;
}
.fws_view_options .fws_view_option a {
    font-size: 24px;
    color: #888;
    margin-left: 10px;
    opacity: 0.8;
}
.fws_view_options .fws_view_option.fws_list:hover a, .fws_view_options .fws_view_option.fws_list.active a,
.fws_view_options .fws_view_option.fws_grid:hover a, .fws_view_options .fws_view_option.fws_grid.active a {
    opacity: 1;
    color: #666;
}
.fws-lot-id {
    margin-top: 0;
}
.fws-lot-title {
    margin-top: 10px;
}
.fws-lot-grid-view .fws-lot-id {
    clear: none;
    float: left;
    margin-right: 10px;
	margin-top: 20px;
    width: auto;
	font-weight: 600;
}
.fws-lot-grid-view .fws-lot-title {
    clear: none;
    font-size: 1.2em;
    line-height: 1.1em;
    padding-top: 25px;
    width: auto;
}
.fws-lot-actions-bid {
    margin-bottom: 15px;
}
.fws-lot-actions {
    font-size: 1em;
    color: #585858 !important;
}
.live-bidding-header {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: solid 1px #1e1a4d;
}
.fws-lot-list-view .fws-lot-desc::before, .fws-dept-list-view .fws-dept-desc::before {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 90px, white) repeat scroll 0 0;
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.fws-dept-list-view .fws-dept-desc::before {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40px, white) repeat scroll 0 0;
}
.fws-lot-list-view .fws-lot-desc {
    height: 196px;
    position: relative;
    overflow: hidden;
}
.fws-dept-list-view .fws-dept-desc {
    height: 82px;
    position: relative;
    overflow: hidden;
}
.fws-form-error {
    display: none;
}
.fws-prev:before{
    font-family: FontAwesome;
    content: "\f053";
    font-size: 21px;
    color: #999;
    padding-right: 4px;
    position: relative;
    top: 3px;
}
.fws-next::after {
    color: #999;
    content: "\f054";
    font-family: FontAwesome;
    font-size: 21px;
    padding-left: 4px;
    position: relative;
    top: 3px;
}
.fws-lot-detail .fws-lot-id {
    border-right: 1px solid #b1b1a8;
    color: #b1b1a8;
    float: left;
    font-size: 39px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 0;
    padding-bottom: 10px;
    padding-right: 20px;
    padding-top: 14px;
}
.fws-scroll-box{
	height: 150px;
	padding: 10px;
	overflow-x: auto;
	border: 1px solid #eee;
	margin: 0 !important;
	margin-bottom: 20px !important;
}
.fws-lot-detail .fws-scroll-box-alt{
	max-height: 250px;
	padding: 10px;
	overflow-x: auto;
	border: 1px solid #eee;
	margin: 0 !important;
	margin-bottom: 20px !important;
}
.MagicScroll {
    margin: 10px 0;
}
.MagicScroll a {
	margin: 0 5px;
}
.MagicScroll img {
	width: 100px;
}
.MagicScroll-horizontal .mcs-button-arrow-prev::before {
    font-family: "FontAwesome";
	content:"\f053";
}
.MagicScroll-horizontal .mcs-button-arrow-next::before {
    font-family: "FontAwesome";
	content:"\f054";
}
.h200px {
    height: 200px;
}
.modal-title {
    font-size: 26px;
}
.lot-inquiry {
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid #999;
}
.lot-inquiry .inquiry-msgs {
	margin-top: 15px;
}
.lot-inquiry .inquiry-msgs .inquiry, .lot-inquiry .inquiry-msgs .response {
	border-top: 1px solid #999;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lot-inquiry .inquiry-msgs .inquiry {
	background-color: #F3F3F3;
}
.lot-inquiry .inquiry-msgs .inquiry-attachments {
	border-top: 1px solid #999;
	margin-bottom: 10px;
}
.lot-inquiry .inquiry-msgs .inquiry-attachments .MagicZoom {
	max-width: 200px;
	max-height: 200px;
}
.fws-lot-time-left .fws-timer {
	color: green;
}
.fws-active-high-bid .bid_message {
	display: block;
	color: green;
	margin-top: 3px;
	margin-bottom: 6px;
	font-style: italic;
}
.fws-active-bid .bid_message {
	display: block;
	color: red;
	margin-top: 3px;
	margin-bottom: 6px;
	font-style: italic;
}
.auction-info .auction-primary-img {
	margin: 0 0 15px 15px;
}
.headline {
    color: #13d0ab !important;
    text-transform: uppercase;
}
.fws-upload-box .fws-action-upload {
    font-size: 400%;
}
.sigPad {
	background-color: #ccc;
	margin: 10px;
	padding: 10px;
	width: 500px; /* Change the width */
}

.sigWrapper {
	clear: both;
	height: 105px; /* Change the height */
	border: 1px solid #ccc;
}

.sigNav {
    list-style-type: none !important;
}
.btn-green {
	background-color: #283A23 !important;
	color: #fff !important;
}
img.responsive {
	max-width: 100%;
}

/* ========================== Override Boostrap ===========================*/


.row.paginator {
    margin: 15px 0;
}

.paginator span {
    color: #000 !important;
}

.pagination {
    margin: 0;
}


/* Witherell's Custom Style  */

/* 08-21-18 Upcoming Auctions page -- layout change */
.panel-body .col-sm-3 {
    float: left;
    width: 50%;
    margin-top: 1.5em;
}

.panel-body .col-sm-3:last-of-type {
    width: 50%;
    clear: both;
    margin-left: 50%;
    margin-top: 0;
}
/**/

/* 08-28-18 Live bidding styles */
.btn[disabled] {
    opacity: 1.0;
}

.fws-lot-detail-actions #next_bid #bid-text {
    color: #fff !important;
}

.fws-lot-detail-actions .btn-primary:hover {
    background-color: #585858 !important;
    border-color: #585858 !important;
}

.mz-hint-message {
    color: #fff !important;
}
/**/

/* Font on all fws pages */
.body_entry{
	font-family: scandia-web, sans-serif !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    color: #283A23 !important;
}

.btn-primary {
    font-weight: 500;
    text-transform: uppercase;
    color: white;
    background-color: #B37127 !important;
    border-radius: 0 !important;
    border: 0 !important;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #283A23 !important;
    border-color: transparent !important;
    color: white !important;
}

.btn-info {
	background-color: #eeeeee !important;
    border-color: #dddddd !important;
    color: #333333 !important;
    border-radius: 0;
}

.btn-link {
    color: #283A23;
}
.btn-link:hover {
    color: #B37127;
    text-decoration: none;
}

/* modal above menu */
.fws_tb  .modal{
	z-index: 999999 !important;
	top:350;
}

.fws_tb{
	margin-top:50px !important;
}


/* FWS Bootsrap */
.fws_tb a {
    /* color: #114366; */
    color: #626262 !important;
}

.fws_tb a:hover {
    color: #717171 !important;
}

.fws_tb .btn-primary {
    /* background-color: #3a526a; */
    background-color: #717171 !important;
    border-color: #717171 !important;
    border-radius: 0 !important;
}

.fws_tb .btn-primary:hover{
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #717171 !important;
}



.headline {
    /* color: #13d0ab !important; */
    color: #717171 !important;
    text-transform: uppercase;
}



.btn-green{
    background-color: #283A23 !important; /* #585858 */ 
    color:#fff !important;   
    border-radius: 0 !important;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
}

.btn-green:hover {
    background-color: #B37127 !important; 
    color: white !important;
}
.btn-green:hover .glyphicon {
    color: white !important;
}

a.btn-green{
    color:#fff !important; 
}

.fws_toolbar .input-group-addon .btn {
    height: 32px;
}

/* Panel - Body padding */

.panel-body{
    padding: 25px 15px 25px 15px !important;
}

/* Pagination Button */

.fws_tb .pagination > li > a.current-page-item {
    background: #717171 !important;
    color: #fff !important;
}



/* Social Icons */

.fws-social-share a:before{
    color: #283A23 !important;
}

.fws-social-share a:hover{
    color: #e4ac14 !important;
}

/*Departments - Consign With Us */
a.fws-button.fws-button-large{
    background: #e4ac14 !important;
}

a.fws-button.fws-button-large:hover{
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #e4ac14 !important;
}


/* Individual Department */

a.fws-register.btn.btn-primary{
    background-color: #B37127 !important;
    border-radius: 0 !important;
    color:#FFF !important;
}

a.fws-register.btn.btn-primary:hover{
    background-color: #283A23 !important;
    border-color: transparent !important;
    color: white !important;
}


/* Search */
a.btn.btn-danger.form-control{
    border-radius: 0 !important;
    background: #f15a28 !important;
    border-color: #f15a28 !important;
    color: black;
}

a.btn.btn-danger.form-control:hover{
    background-color: #FFF !important;
    /* border-color: #efefef !important; */
    /* color: #585858 !important; */
}

/* Realized Lots */

h3.fws-lot-id{
    font-style: normal !important;
    font-size: 18px !important;
    padding-top: 6px;
    color: #afafaf !important;
}

li.active{
	background-color: #585858 !important;
    border-color: #585858 !important;
}


/* Pagination */

.pagination a{
    color: #585858 !important; 
}

.pagination>.active>a, 
.pagination>.active>span{
    color: #fff !important;
    cursor: default;
    background-color: #efefef !important;
    border-color: #585858 !important;
    background-color: #ffffff !important;
    border-color: #54AADB !important;
}
.pagination>.active>a span,
.pagination>.active>span span {
    font-weight: 500 !important;
    color: #000 !important;
}

.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover{
    background-color: #efefef !important;
    border-color: #585858 !important;
    color: #585858 !important;
}

/* On Register Modal */
.btn-default{
    border:none !important;
    border-radius: 0 !important;
}


/* Social Padding */
.fws-social-share{
    padding-top: 30px !important;
}

/* fws-lot-detail */
.auction-header {
    margin-top: 24px;
}
.fws-lot-detail{
    margin-bottom:30px !important;
}
a.fws-prev,
a.fws-next {
    text-decoration: none;
}


/* Account Header */
header.account{
    background-color: #FFF !important;
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
    z-index: 1;
}

h3{
    margin-top:20px !important;
}

h2{
    margin-top:20px !important;
}

ul.activity li.active{
    background-color: #FFF !important;
    border-color: #FFF !important;
}

ul.activity li.active a{
    background-color: #585858 !important;
    border-color: #585858!important;
    color: #FFF!important;
    border-radius: 0 !important;
}

ul.activity li a:hover{
    background-color: #efefef !important;
    border-color: #efefef !important;
    color: #585858 !important;
}

.auction-info p {
	font-weight: 400;
}

/* General Forms */

.form-control {
    border-radius: 0;
    box-shadow: none;
    border: 1px solid #a19eae;
}
.input-group-addon {
    border-radius: 0;
    border: 1px solid #a19eae;
}
