body {
    padding: 0;
    margin: 0;
    background-color: #1a1a1a;
    font: 11px/1.6 Verdana, Arial, sans-serif;    
}
.navbar-inverse {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #1a1a1a;
}
.container{
    position: relative;
}

a img {
    border: none;
}

small, .small, .smalldark, .createby, .createdate, .modifydate, .img_caption,
p.site-slogan, a.readon, #wbc-pathway {
    font-size: 92%;
}

small, .small, .img_caption {
    color: #999999;
    font-size: 12px;
}

img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

img.caption {
    margin-top: 15px;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%; text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
    padding: 0;
}

th {
    font-weight: bold;
    padding: 5px;
    text-align: left;
}

fieldset {
    border: none;
    padding: 10px 5px;
}

fieldset a {
    font-weight: bold;
}

fieldset.input {
    padding: 0;
}

hr {
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #CCCCCC;
    height: 1px;
}

td, div {
    font-size: 100%;
}

/* FORM */
form {
    margin: 0;
    padding: 0;
}

form label {
    cursor: pointer;
}

input, select, textarea, .inputbox, .button {
    font-family: Tahoma, Arial, sans-serif;
    font-size: 100%;
    max-width: 100%;
}

.inputbox {
    border: 1px solid #CCCCCC;
    padding: 2px;
    background: #FFFFFF;
    color: #505050;
}

.moduletable {
    padding: 0;
}

/* MAIN LAYOUT */
#wbc-wrapper {
    width: 760px;
    margin: 0 auto;
    padding-left: 8px;
    background: url(../img/shadowleft-bg.gif) repeat-y top left #FFFFFF;
    text-align: center;
}

.wide #wbc-wrapper {
    width: 950px;
}

.auto #wbc-wrapper {
    width: 100%;
    margin: 0 auto;
    padding-left: 8px;
    background: url(../img/shadowleft-bg.gif) repeat-y top left #FFFFFF;
    text-align: center;
}

#wbc-wrapper-inner {
    padding-right: 8px;
    background: url(../img/shadownright-bg.gif) repeat-y top right #FFFFFF;
    text-align: left;
}

#wbc-containerwrap {
    padding: 0;
    background: url(../img/stripe1.gif) #FFFFFF;
}

#wbc-container {
    padding: 0;
}

#wbc-contentwrap {
    background: url(../img/leftcol-bg.gif) no-repeat top left;
}

#wbc-content {
    padding: 0 20px 15px;
    margin-right: 0;
    clear: both;
    display: block;
    min-height: 300px;
}

/* HEADER */
#wbc-headerwrap {
    position: relative;
    z-index: 100;
    width: 100%;
    background: none;
}

#wbc-header {
    clear: both;
    background: none;
    text-align: left;
    line-height: normal;
    height: 350px;
    position: relative;
}

#wbc-header h1 {
    font-size: 2em;
    position: absolute;
    top: 0;
    left: 0;
}

#wbc-header h1 a {
    color: #FFFFFF;
    text-decoration: none;
    text-transform: uppercase;
}

#wbc-header h1 img {
    float: left;
}

h1.logo, h1.logo-text {
    margin: 0;
    padding: 0;
    font-size: 300%;
}

h1.logo a {
    width: 400px;
    display: block;
    position: absolute;
    height:60px;
    top: -200px;
    left: 275px;
}

h1.logo a:hover, h1.logo a:active, h1.logo a:focus {
}

h1.logo a span {
    position: absolute;
    top: -1000px;
    color: #FFFFFF;
}

h1.logo-text a {
    text-decoration: none;
    outline: none;
    position: absolute;
    bottom: 35px;
    left: 15px;
    color: #FFFFFF;
}

h1.logo-text a:hover, logo-text a:active, logo-text a:focus {
    color: #0FA9CC;
}

p.site-slogan {
    position: absolute;
    bottom: 10px;
    left: 20px;
    color: #999999;
    letter-spacing: 1px;
}
/* PRIMARY COLUMN */
#wbc-content {
    clear: both;
    display: block;
    float: left;
    width: 71%;
}

.leftlayout #wbc-content {
    float: right;
}

.leftlayout #wbc-colwrap {
    float: left;
}

/* COLUMNS */
#wbc-colwrap {
    float: right;
    overflow: hidden;
    width: 28%;
}

.left #wbc-colwrap {
    float: left;
}

/*common style for column*/
#wbc-col table {
    border-collapse: collapse;
    border-spacing: 0;
}

#wbc-col .article_separator {
    display: none;
}

#wbc-col ul {
    list-style: none;
}

/* COLLAPSIBLE LAYOUT */
#wbc-containerwrap,
#wbc-containerwrap-f {
    padding: 0;
    margin: 0 0 10px;
    clear: both;
}

/* full */
#wbc-containerwrap-f #wbc-container  {
    background: none;
}

#wbc-containerwrap-f #wbc-container-inner {
    background: none;
}

#wbc-containerwrap-f #wbc-content {
    width: 100%;
}


/* MODULE */
div.moduletable,
div.moduletable_menu,
div.moduletable_text,
div.moduletable_hilite {
    margin: 5px 0 5px 0;
    padding: 0 10px;
}

div.moduletable_video {
    margin: 0 0 10px;
    padding: 0;
}

div.moduletable_video h3 {
    display: none;
}

/* mis */
div.banneritem_text {
    padding: 5px 0 !important;
}

div.advs {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

div.moduletable ul,
div.moduletable_text ul,
div.moduletable_menu ul,
div.moduletable_hilite ul {
    margin: 0;
    padding: 0;
}


/* MAIN NAVIGATION */
#wbc-mainnavwrap {
}
.wbc-mainnavshadow {
    background: url(../img/grad1.png) repeat-x;
    text-align: center;
}
#mainlevel-nav a {
    color: #FFFFFF;
}
#mainlevel-nav ul li {
    list-style: none;
    background: none;
}
#wbc-mainnav {
    width: 100%;
    height: 29px;
    position: absolute;
    top: -35px;
    left: 0px;
    background: url(../img/grad1.png) repeat-x;
}

#wbc-mainnav a, #wbc-subnav a {
    outline: none;
}

/* breadcrumbs */
#wbc-pathway {
    padding: 0 0 7px;
    background: url(../img/hdot.gif) repeat-x bottom;
    margin-bottom: 5px;
}

#wbc-pathway strong {
    margin-right: 5px;
    background: url(../img/symbol.gif) no-repeat 2px center #E6E6E6;
    padding: 5px 5px 5px 31px;
    text-transform: uppercase;
}

#wbc-pathway a {
    text-decoration: none;
}

#wbc-pathway a:hover {
    text-decoration: underline;
}

#wbc-pathway img {
    margin: 1px 5px;
}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li {
    background: none;
    margin: 0;
    padding: 1px 0;
    background: url(../img/hdot.gif) repeat-x bottom;
}

ul.menu li.active a {
    font-weight: bold;
}

ul.menu li ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu li li {
    background: none;
}

ul.menu li li a {
    background: url(../img/bullet.png) no-repeat 10px 11px !important;
    border: none;
    font-weight: normal !important;
    padding-left: 20px !important;
    width: 75%; /*need for ie6*/
}

ul.submenu a {
    text-decoration: none;
}

/* FOOTER */

/* Search */
#wbc-search {
    top: 2px;
    left: 400px;
    position: absolute;
    font-size: 12px;
    width: 400px;
    height: 55px;
    background: url(../img/search-bg.png) no-repeat;
}

* html #wbc-search {
    right: 100px;
}
#wbc-search .search {
    padding-left: 5px;
}

#wbc-search .inputbox {
    padding: 0;
    margin: 0 0 0 8px;
    border: none;
    background: none;
    color: #505050;
}

#wbc-search .button {
    padding: 0;
    margin: 0 0 0 77px;
    border: none;
    background: none;
    color: #505050;
}

#wbc-search span a {
    padding-left:10px;
    color: #FFFFFF;
}

#wbc-usertools .inputbox:hover,
#wbc-usertools .inputbox:focus {
}

/* Login Form */
#wbc-login {
    position: absolute;
    top: -350px;
    left: 0px;
    width: 100%;
    height: 55px;
    background: url(../img/grad1.png) repeat-x;
}

#wbc-login span {
    color:#FFFFFF;
    padding: 5px;
    font-weight:bold;
}
#wbc-password {
    position: absolute;
    top: 1px;
    left: 190px;
    width: 213px;
    height: 47px;   
    background: url(../img/user-pswd.png) no-repeat;
}

#login-wrap {
    height: 53px;
    width: 495px;
    background: url(../img/login-bg3.png) no-repeat;
}

#logout-wrap {
    background: none;
    color: #FFFFFF;
}

#logout-wrap form input.button {
    border: 1px solid #333333 !important;
    background: url(../img/but-lo-bg.gif) repeat-x bottom left #505050 !important;
    padding: 1px 5px 3px;
    margin-top: 5px !important;
}

#wbc-login div {
}

#wbc-login form {
    float: left;
}

#wbc-login form label {
    float: left;
    color: #FFFFFF;
    padding: 0 0 0 12px;
}

label.wbc-login-user span,
label.wbc-login-password span {
    display: none;
}

#wbc-login form input.button {
    font-size: 11px !important;
    border: 1px solid #333333;
    color: #CCCCCC;
    margin-top: 16px;
    background: url(../img/but-lo-bg.gif) repeat-x bottom left #505050 !important;
    padding: 1px 5px 3px;

}

#wbc-login form #username,
#wbc-login form #password {
    width: 85px;
    margin: 18px 0 10px 28px;
    font-size: 12px !important;
    padding: 1px;
    background: #FFFFFF;
    border: none;
    height: 13px;
}

#wbc-login form #password {
    margin: 17px 17px 10px 51px;
    width: 83px;
}

.wbc-login-links {
    display: none;
}

#login-wrap .error {
    width: 100px;
    position: absolute;
    top: 10px;
    left: 320px;
}

/*others*/
#wbc-banner {
    margin: 8px 0 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
}

.clr {
    clear: both;
}

.hasTip img {
    border: none;
    margin: 10px 5px 0 0;
}

/* User Tools */
#wbc-usertoolswrap {
    float: right;
    width: 50px;
    display: block;
    /*background: url(../img/sitetool-bg1.gif) no-repeat top left;*/
    position: absolute;
    top: -355px;
    right: 0;
}

#wbc-usertools {
    padding: 7px 0 0;
    font-size: 11px;
    position: absolute;
    top: 0px;
}

#wbc-usertools ul {
    margin: 0 15px 0 0;
    padding: 0;
    float: left;
}

#wbc-usertools ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    background: none;
    display: inline;
}

#wbc-usertools img {
    padding: 0 3px 0 0;
}

/* Clearfix */
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

* html > body .clearfix {
    display: block;
    width: 100%;
}

* html .clearfix {
    height: 1%;
}

html {
    margin-bottom: 1px;
    height: 100%!important;
    height: auto;
}

/* WeBid */
.content, .tableContent2 { 
    padding :15px; 
    min-height: 280px;
}

td {    
    padding-right: 5px;
}

#adsense {
    text-align: center;
}

.barBrowse {
    text-decoration: none;
}

.infor, .success, .alert, .error {
    font-family:Arial, Helvetica, sans-serif; 
    font-size:11px;
    border: 1px solid;
    margin: 2px 0px;
    padding:10px 5px 10px 40px;
    background-repeat: no-repeat;
    background-position: 5px center;
}

#browseitems {
    width: 78%;
    margin: 0 0 0 4px;
}

.content_items {
    float: left;
    width: 78%;
    padding: 5px 0 0 5px;
}

.content_items .bin {
    float: right;
    margin-right: 5px;
}

.conten_items ul li {
    background: #F00;
}

.columR {
    float: right;
    padding-right: 5px;
    width: 20%;
}

#sortby {
    float: left;
}

#numit {
    float: right;
}

#displaying {
    float: right;
    padding: 0 30px 0 0;
    margin: -10px 0 0 0;
}

ul.display {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #EEEEEE;
    border-left: 1px solid #EEEEEE;
    border-right: 2px solid #EEEEEE;
    border-bottom: 2px solid #EEEEEE;
}

ul.display li {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
}

ul.display li .content_block {
    padding-left: 5px;
}

ul.display li h3.ittit {
    background: none;
    padding: 5px 5px 5px 150px;
}

ul.display li h3 {
    margin: 0;
    padding: 5px;
    font-weight: normal;
    font-size: 85%;
}

ul.display li  p.lista {
    margin: 0;
    padding: 5px 5px 5px 150px;  /*--The left padding keeps the
content from flowing under the image--*/
    font-size: 85%;
}

ul.display li p.thumbs {
    display: none;
    padding: 0;
    margin: 0;
}

ul.display li .content_block a img,
ul.display li .bin a img{ /*--Double border technique--*/
    padding: 5px;
    background: #fff;
    margin: 5px 15px 5px 0;
    float: left;
}

ul.display li .content_block a img {
    border: 2px solid #ccc;
}

ul.thumb_view li{
    padding: 5px 5px 5px 0;
    width: 155px;
    border-right: 1px solid #EEE;
}

/*--Switch the width
to accommodate for the three column layout--*/

ul.thumb_view .wbc-section {
    display: none
}

ul.thumb_view li h3.ittit{ 
    display: inline;
    padding: 0;
}

ul.thumb_view li p.lista { 
    display: none; 
}

ul.thumb_view li p.thumbs { 
    display: inline;
    font-size: 85%;
    margin: 0;
    padding: 5px;
}

ul.thumb_view li .content_block a img { 
    margin: 0 5px 0 0; 
}

ul.thumb_view li .bin a img { 
    margin: 0; 
}

a.switch_thumb {
    width: 40px;
    height: 22px;
    line-height: 22px;
    padding: 0;
    margin: 10px 0;
    display: block;
    background: url(../img/switch.gif) no-repeat;
    outline: none;
    text-indent: -9999px;
}
a.swap { 
    background-position: left bottom; 
}

a:hover.switch_thumb {
    filter:alpha(opacity=75);
    opacity:.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

ul.topnav li span,
ul.topnav li span.active { /*--Drop down trigger styles--*/  
    width: 10px;
    height: 40px;
    float: left;
}

.pics {
    margin: 0;
    padding: 0;
    width: 942px;
    height: 340px;
}

div.tooltip h3 { 
    margin:0; 
    font-size:18px; 
    color:#333;
    background: none;
}

ul.display li p.preview {
    display:block;
}

ul.display li p.preview a {
    background:transparent url(../img/mglass.gif) no-repeat scroll left center;
    padding:20px;
}

ul.thumb_view li p.preview {
    display: none;
}

#imgPreviewWithStyles {
    background: #222 url(../img/loading.gif) no-repeat center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
    z-index: 999;
    border: 1px solid #333;
}
#imgPreviewWithStyles span {
    color: white;
    text-align: center;
    display: block;
    padding: 10px 0 3px 0;
}

.footer {
    text-align:center; 
    padding : 7px 0;
    background-color: #e7eef3;
    box-shadow: 0 18px 18px rgba(0, 0, 0, 0.05) inset;
    position: relative;
    z-index: 10;
}

.copyright {
    text-align: center;
    font-size: 10px;
}

#page-wrapper {
    background-color: #ffffff;
    box-shadow: 2px 2px 25px -3px #333;
    min-height: 100vh;
}

/*-- Timer CSS --*/

.timer {
    width: 100%; bottom: 0; font-size: 30px; font-weight: bold; line-height: 44px; text-align: center; opacity: 0.7; color: #FFF; background-color: #000;
}
div.timer {
    margin: 0;
    bottom: 0;
    width: 100%;
    margin-top: -36px;
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;
    text-align: center;
    opacity: 0.7;
    color: #FFF;
    background-color: #000;
    margin-left: 4px;
}
div.timer.small.point { bottom: 40px;}
div.timer.large { position: absolute; bottom: 0; font-size: 48px; line-height: 75px; }

@media (max-width: 767px) {
    .timer {
        width: 100%; bottom: 0; font-size: 30px; font-weight: bold; line-height: 44px; text-align: center; opacity: 0.7; color: #FFF; background-color: #000;
    }
    div.timer {
        margin: 0;
        bottom: 0;
        width: 100%;
        margin-top: -36px;
        font-size: 12px;
        font-weight: bold;
        line-height: 34px;
        text-align: center;
        opacity: 0.7;
        color: #FFF;
        background-color: #000;
        margin-left: 4px;
    }
    div.timer.small.point { bottom: 40px;}
    div.timer.large { position: absolute; bottom: 0; font-size: 48px; line-height: 75px; }
}

@media (max-width: 979px) {
    .timer {
        width: 100%; bottom: 0; font-size: 30px; font-weight: bold; line-height: 44px; text-align: center; opacity: 0.7; color: #FFF; background-color: #000;
    }
    div.timer {
        margin: 0;
        bottom: 0;
        width: 100%;
        margin-top: -36px;
        font-size: 11px;
        font-weight: bold;
        line-height: 34px;
        text-align: center;
        opacity: 0.7;
        color: #FFF;
        background-color: #000;
        margin-left: 4px;
    }
    div.timer.small.point { bottom: 40px;}
    div.timer.large { position: absolute; bottom: 0; font-size: 48px; line-height: 75px; }
}

.dailyauction {
    position: relative;
    min-height: 200px;
    padding-left: 0px !important;
}

.dailyauction h1{
    display: block;    
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.aotd-logo {
    background: none repeat scroll 0 0 #fff;
    border-radius: 102px;
    box-shadow: 0 0 6px 0 #7a7a7a;
    height: 102px;
    left: -5px;
    line-height: 1.2em;
    padding: 0;
    top: -5px;
    width: 102px;
    position: absolute;
    z-index: 10;
}
.aotd-logo span {
    background: linear-gradient(to bottom, #F48221 0%, #F48221 0%, #F48221 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 94px;
    height: 94px;
    left: 4px;
    overflow: hidden;
    position: absolute;
    top: 4px;
    width: 94px;
}
.aotd-logo span i {
    color: #fff;
    font-size: 1.05em;
    font-weight: 100;
    left: 21px;
    line-height: 1.1em;
    position: absolute;
    top: 16px;
}
.aotd-logo span i  p{
    position: absolute;
    font-weight: bold;
    top: 28px;
    left: -10px;
}

.aotd-logo span strong {
    font-size: 2.2em;
    font-weight: bold;
    left: -12px;
    letter-spacing: 0.02em;
    position: absolute;
    top: 12px;
}

.auction {
    position: relative;
    min-height: 150px;
    padding-bottom: 5px !important;
    padding-left: 0px !important;
    padding-right: 7px !important;
}

.auction-head {
    position: relative;
}

.aucbox h2 {
    font-size: 150%;
    line-height: 1.9;
    margin: 0;
}

.aucbox h2 b{
    font-weight: normal;
}

.auction-details {

}

.auction-details h1{
    margin-top: 0px;
    padding: 0px;
}

.margin-small-right {
    margin-right: 5px;
}

.auction-list .auction-cont {
    height: 100%;
    min-height: 40px;
    padding-bottom: 0;
    position: relative;
}

.landscape .auction-cont {
    margin: 0 1% 0 0;
    padding-bottom: 0.2em;
}

.auction-cont {
    margin: 0 2.3%;
    padding-bottom: 1em;
}

.auction-list.landscape .auction-cont h2 {
    margin: 0.3em 0;
    max-height: 1.25em;
    min-height: 1.25em;
    overflow: hidden;
}
.auction-list .auction-cont h2 {
    height: 100%;
    margin: 0.5em 0;
}
.auction-cont h2 {
    font-size: 18px;
    height: 2.7em;
    margin: 0.5em 0 1em;
    overflow: hidden;
}
.auction-cont h2 a  {
    color: #333;
    transition: color 200ms ease 0s;
}

.auction-cont h2 a:hover  {
    color: #ff7600;
    text-decoration: none !important;
}

.auction-cont h2 a:focus  {
    outline: medium none;
    text-decoration: none !important;
}

.auction-time {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    height: 40px;
    left: 0;
    line-height: 40px;
    overflow: hidden;
    position: absolute;
    width: 100%;
    font-size: 14px;
    width: 100%;
}
.auction-time span {
    font-size: 1.45em;
    margin: 0 0.5%;
}
.auction-time span strong {
    font-size: 1.45em;
    font-weight: normal;
    margin: 0 1%;
}

.auction-time span em {
    color: #fff;
    font-size: 1.45em;
    font-style: normal;
    margin: 0 2.5%;
}

.auction-time-mobile {
    text-align: center;
}
.auction-time-mobile span {
    font-size: 16px;
    margin: 0 0.5%;
}
.auction-time-mobile span strong {
    font-size: 20px;
    font-weight: bold;
    margin: 0 1%;
}
.auction-time-mobile span em {
    color: #fff;
    font-size: 16px;
    font-style: bold;
    margin: 0 2.5%;
}

.auction-label {
    background-color: #444;
    height: 25px;
    left: -3px;
    line-height: 25px;
    padding: 0 0.5em 0 1em;
    position: absolute;
    top: 10px;
    z-index: 10;
}
.auction-label span {
    color: #fff;
}

.aotd-img {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.aotd-img img {
    border: 0 none;
    font-size: 0;    
    width: auto;
}

.aotd-img .center-block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

@-moz-document url-prefix() { 
  .aotd-img .center-block {
     top: -25%;
  }
}

.aotd-img .imgoverlay {
    position: absolute;
    top:0;
    left:0;
    max-height: 280px;
    max-width: 828px;
}

.auction-img {
    /* height: 116px; */
    overflow: hidden;
    position: relative;
    width: 100%;
}

.auction-img img {
    background: none repeat scroll 0 0 #eee;
    border: 0 none;
    font-size: 0;
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.listauction-head {
    position: relative;
    height: 187px;
    width: 280px;
    z-index: 1;
}

.landscape .listauction-head {
    float: left;
    margin: 0.4% 2% 0.4% 0.4%;
    z-index: 1;
}

.listauction-img {
    height: 188px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.listauction-img img {
    background: none repeat scroll 0 0 #eee;
    border: 0 none;
    font-size: 0;
    width: 100%;
    height: auto;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.listauction-cat {
    position: absolute;
    background-color: rgba(56,21,121,0.9);
    color: #fff;
    font-weight: bold;
    line-height: 2em;
    top: 10px;
    left: -10px;
    text-align: center;
    max-width: 150px;
    min-width: 100px;
}

.auction-list .auction-img img {
    height: 136px;
}

.auction-title {
    /* overflow: hidden; */
    z-index: 10;
}

.auctionbutton {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.aotdbutton {
    margin-top: 10px;
}

.aotdbutton h1{
    line-height: 36px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 10px;
}

.aotdbutton h1 b{
    font-weight: normal;
}

.auction-list.landscape .auctionbutton {
    bottom: -3px;
    position: relative;
    float: right;
}

.auction-price-block {
    bottom: 2px;
    float: right;
    margin-right: 2%;
    position: relative;
    text-align: right;
    width: 70px;
}

.auction-list.landscape .auction-price-block {
    bottom: -5px;
    float: right;
    margin-right: 20px;
    position: relative;
    text-align: right;
    width: 100px;
}

.landscape .auction-price-block .auction-price {
    float: none;
    margin-top: 0;
}

.auction-price {
    float: left;
    font-family: Arial,sans-serif;
    font-size: 1.6em;
    font-weight: bold;
    margin-top: 2px;
}

.auction-price-mobile {
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-weight: bold;
    margin-top: 2px;
    text-align: center;
}

.auction-title h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ac-bottom {
    bottom: 10px;
    right: 10px;
    position: absolute;
}

.box {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}

.landscape .auction-info {
    display: block;
    height: auto !important;
}
.auction-info.top {
    height: 32px;
    margin-top: 0;
}
.auction-info {
    display: none;
    float: left;
    height: 16px;
    margin-top: 0.5em;
    overflow: hidden;
    width: 120px;
}

.auction-list .auction-cont p {
    color: #777;
    display: none;
    height: 74px;
    line-height: 1.3em;
    overflow: hidden;
}
.auction-cont p {
    margin-bottom: 0.95em;
}

.landscape .auction-cont p {
    display: block;
}

.margin-sm {
    margin: 1%;
}

.margin-top-sm {
    margin-top: 1%;
}

.margin-bottom-sm {
    margin-bottom: 1%;
}

.tab-content {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    box-sizing: border-box;
    padding: 5px;
    min-height: 150px;
}

.tab-content ul {
    margin-left: 15px;
}

.tab-content li {
    padding-left: 10px;
}

.auction-socialbar {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 5px;
}

.auction-socialbar a {
    line-height: 25px;
    white-space: inherit;
}

.auction-socialbar a:hover {
    line-height: 25px;
    text-decoration: none;
}

.ico {
    color: #fff;
    font-size: 1.5em;
    text-align: center;
    padding-left: 3px;
    padding-right: 3px;
    line-height: 25px;
}

.jv-facebook {
    background: none repeat scroll 0 0 #3e5c9a !important;
}

.jv-twitter_alt{
    background: none repeat scroll 0 0 #44b0e3 !important;
}

.detailtimer {
    padding: 20px;
    border: 1px solid #dbdbdb;
}

.detailtimer.clear{
    padding: 0;
}

@media (max-width: 767px) {
    .detailtimer.affix {
        top: 20px;
        width: 293px;
    }
    .headtext {
        font-family: 'Kaushan Script', cursive;
        font-size: 34px;
        font-weight: bold;
        color: rgb(244, 129, 32);
        margin-top: 20px;
        margin-left: 10px;
    }
    
    .mobilehead {
        width: 100%;
        text-align: center;
        
    }
    
    .listauction-head {
        float: none !important;
        margin: 0 auto !important;
    }
    
    #browsecontainer .auction-price {
        float: none !important;
        display: inline-block;
        line-height: 1.8em;
        padding: 2px;
    }
    
    #browsecontainer h2 {
        font-size: 1.5em;
    }

    #browsecontainer h2 a  {
        color: #333;
        transition: color 200ms ease 0s;
    }

    #browsecontainer h2 a:hover  {
        color: #ff7600;
        text-decoration: none !important;
    }

    #browsecontainer h2 a:focus  {
        outline: medium none;
        text-decoration: none !important;
    }

    .auction-img img{
        position: static;
    }
    
}
@media (min-width: 768px) {
    .detailtimer.affix {
        top: 20px;
        width: 220px;
    }
    .box {
        min-height: 225px;
    }
    .aucbox .auction-img {
      height: 176px;  
    }
    .bnbox .auction-img {
        height: 206px;
    }    
    .headtext {
        font-family: 'Kaushan Script', cursive;
        font-size: 34px;
        font-weight: bold;
        color: #F48120;
        margin-top: 0;
        margin-left: 160px;
    }
    .lefthead {
        width: 415px;
    }  
    .toppadding {
        padding-top: 40px;
    }


}
@media (min-width: 992px) {
    .detailtimer.affix {
        top: 20px;
        width: 293px;
    }
    .box {
        min-height: 219px;
    }        
    .aucbox .auction-img {
       height: 142px; 
    }
    .bnbox .auction-img {
        height: 242px;
    }
    
    .headtext {        
        font-size: 50px;
        margin-left: 180px;
    }
    .lefthead {
        width: 570px;
    }
    .toppadding {
        padding-top: 80px;
    }    
    
}
@media (min-width: 1200px) {
    .detailtimer.affix {
        top: 20px;
        width: 360px;
    }
    .box {
        min-height: 252px;
    }
    .aucbox .auction-img {
        height: 176px;
    }
    .bnbox .auction-img {
        height: 276px;
    }
    
    .headtext {
        font-family: 'Kaushan Script', cursive;
        font-size: 50px;
        color: rgb(244, 129, 32);
        margin-top: 0;
        margin-left: 130px;
        text-align: center;
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .lefthead {
        width: 770px;
    }
    .toppadding {
       padding-top: 80px; 
    }
}

.detailtimer h3 {
    color: #777;
    font-family: "Arial";
    font-weight: normal;
}

.auction-timeblock-border {
    border: 1px solid #f3f3f3;
    height: 138px;
    left: 50%;
    margin-left: -79px;
    position: absolute;
    top: 2.5em;
    width: 158px;
    z-index: 2;
}

.auction-timeblock {
    background: #fff;
    border: 4px solid #0491ba;
    height: 138px;
    margin: 2em auto;
    overflow: hidden;
    position: relative;
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: 1;
}

.auction-timeblock-mobile {
    background: none repeat scroll 0 0 #fff;
    border: 4px solid rgb(244, 129, 32);
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: 5px;
}

.auction-timeblock .is-countdown {
    font-size: 12px;
}

.auction-timeblock .bid-color {
    background: none repeat scroll 0 0 rgb(244, 129, 32);    
    height: 140px;
    left: -1px;
    position: absolute;
    top: -1px;
    width: 160px;
    z-index: -1;
}

.auction-timeblock.usernobid .bid-color {
    background: none repeat scroll 0 0 #004d9f;
}

.auction-timeblock .mask {
    background: none repeat scroll 0 0 #fff;    
    height: 127px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 147px;
    z-index: 2;
}

.auction-timeblock .auction-time {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #333;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: absolute;
    top: 26px;
    z-index: 3;
    width: 100%;
    text-align: center;
}

.auction-timeblock .auction-time > span {
    color: #555;
    margin: 0;
    position: relative;
    top: -8px;
}
.auction-time span {
    font-size: 1em;
    margin: 0 1.5%;
}

.auction-timeblock .auction-time span strong {
    color: #333;
    font-size: 2.5em;
    font-weight: bold;
    position: relative;
    top: 8px;
}

.auction-timeblock .auction-time span span {
    font-size: 1.2em;
}

.auction-timeblock .priceheader {
    bottom: 34px;
    color: #000;
    font-size: 1.1em;
    position: absolute;
    width: 100%;
    z-index: 3;
    text-align: center;
}

.auction-timeblock .timeheader {
    top: 8px;
    color: #000;
    font-size: 1.1em;
    position: absolute;
    width: 100%;
    z-index: 3;
    text-align: center;
    margin-top: 20px;
}

.auction-timeblock .auction-price {
    bottom: 5px;
    color: rgb(244,129,32);
    float: none;
    font-size: 2.5em;
    margin: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
    text-align: center;
}


.bidlogin-text:before {
    color: #777;
    content: "›";
    font-family: "Arial";
    font-size: 1.1em;
    font-weight: normal;
    left: 0;
    position: absolute;
    top: -1px;
    transform: scale(1.4, 1);
}
.bidlogin-text {
    color: #777;
    font-size: 1.15em;
    margin: 1em;
    padding-left: 0.8em;
    position: relative;
    text-align: left;
}

.bidlogin-text a {
    text-decoration: none;
}

.auction-history {
    position: relative;
}

.auction-history p {
    color: #777;
    float: left;
    font-size: 0.9em;
    width: 100%;
    margin-top: 0px;
}

.auction-history .auction-price {
    float: none;
}

.bidimg img{
    max-width: 80%;
}

.biddata {
    text-align: left;
}

.biddata .auction-price {
    float: none;
}

.catdesc {
    position: relative;
    padding: 0px;
    max-height: 300px;
    overflow: hidden;
}
.catdesc img {
    max-width: 100%;
}
.catdesc-text {
    padding-left: 25px;
}

#auctionslist .box {
    min-height: auto;
}

/* calendar icon */
.ui-datepicker-trigger { 
    margin-left: 10px;
    position: absolute;
    top: 9px;
    right: -10px;
}

.ui-datepicker-trigger button {
    border: 0 none;
    height: 15px;
    width: 16px;
    vertical-align: middle;
}

.cal_icon {
    cursor: pointer;
    padding: 6px 6px;
    text-align: center;
    color: #555;
}

.headcust {
    font-weight: bold;
    font-size: 16px;
}

.lefthead {
    display: inline-block;
    float: left;
    position: relative;
    padding-top: 30px;
}

.righthead {
    float: right;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 15px;
}

.modal-head {
    display: inline-block;
    margin-left: 15px;
}

.modal-head .modal-headtext {
    font-family: 'Kaushan Script', cursive;
    font-size: 50px;
    font-weight: bold;
    color: rgb(244, 129, 32);    
}

.altrow {
    height: 34px;
}

.vertical-center {
  min-height: 100%; 
  min-height: 100vh;

  display: flex;
  align-items: center;
}

.form-signin {
    margin: 0 auto;
    max-width: 330px;
    padding: 15px;
    text-align: left;
}
.form-signin .form-signin-heading, .form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control {
    box-sizing: border-box;
    font-size: 16px;
    height: auto;
    padding: 6px;
    position: relative;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="text"] {
    margin-bottom: 2px;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
}

.imgflag {
    border: 0px;
    margin: 5px;
}

[class*=navpic] {
    padding: 15px 10px 15px 10px;
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

[class*=navpic] .imgoverlay {
    position: absolute;
    top:0;
    left:0;
    padding: 15px 10px 15px 10px;
}

[class*=navpic] img {
    max-width: 100%;
    bottom: 1px;
}

[class*=endsoon] {
    padding: 10px 5px 10px 5px;
    position: relative;
}

[class*=endsoon] .aucbox {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}

[class*=endsoon] img {
    max-width: 100%;
}

[class*=buynow] {
    padding: 10px 5px 10px 5px;
    position: relative;
}

[class*=buynow] .bnbox {
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
}

[class*=buynow] .bnbox h2 b{
    font-weight: normal;
}

[class*=buynow] img {
    max-width: 100%;
    bottom: 1px;
}

[class*=buynow] .auction-title h3 {
    font-weight: bold;
}

[class*=buynow] .auction-text p {
    margin: 0 !important;
    font-size: 18px;
}

[class*=buynow] .normalprice {
    color: #F00;
    text-decoration: line-through;
}


.steps img {
    max-width: 40px;
    background: #ccc;
    border-radius: 50%;
}

.fb-login{
    padding: 10px 5px;
}

.divider {
    position: relative;
}

.divider .line {
    border-top: 1px solid #777;
    height: 1px;
    margin: -1px 3% 0;
    position: absolute;
    top: 50%;
    width: 94%;
}

.divider span {
    background: none repeat scroll 0 0 #fff;
    font-size: 1.3em;
    padding: 0 5px;
    position: relative;
    z-index: 1;
}

.regform .form-group {
    margin-bottom: 5px;
}

.regform  .form-group .required{
    position:relative;
}
.regform .form-group .required:after{
    position:absolute;
    content:'*';
    color:red;
    top: 2px;
    right: -8px;
}

.dob-control {
    height: 34px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;    
}

.country-control {
    height: 34px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; 
}

.text-bigwarning {
    color: #F00;
    font-weight: bold;
    text-decoration: underline;
    font-size: 16px;
}

.auction-desc {
    font-size: 14px;
}

.nomargin {
    margin: 0 !important;
}

.nopadding {
    padding: 0 !important;
}

.select-control {
    height: 34px;
    display: inline-block;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #ccc;
    line-height: 1.42857;
    width: 100px;
}

.amount-container {
    padding-bottom: 10px;
    font-size: 16px;
}

.navbar {
    min-height: 0 !important;
}
.navbar2 {
    border: 0 solid rgba(0, 0, 0, 0) !important;
    margin-bottom: 0 !important;
    min-height: 0 !important;
    position: relative;
}
.navbar-right {
    float: right !important;
    vertical-align: bottom;
    margin-right: 0px !important;
}
.navbar-text {
    float: left;
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.nav-justified {
    background-color: #eee;
    border-radius: 3px;
}
.nav-justified > li > a {
    background-color: #333;
    background-repeat: repeat-x;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
    font-size: 16px;
}

.nav-justified > li > a:hover, .nav-justified > li > a:focus {
    background-color: #1a1a1a;
}

.nav-justified > .active > a, .nav-justified > .active > a:hover, .nav-justified > .active > a:focus {
    background-color: #333;
    background-image: none;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.15) inset;
}
.nav-justified > li:first-child > a {
    border-radius: 5px 5px 0 0;
}
.nav-justified > li:last-child > a {
    border-bottom: 0 none;
    border-radius: 0 0 5px 5px;
}

@media (min-width: 768px) {
    .nav-justified {
        max-height: 52px;
    }
    .nav-justified > li > a {
        border-left: 1px solid #444;        
    }
    .nav-justified > li:first-child > a {
        border-left: 0 none;
        border-radius: 5px 0 0 5px;
    }
    .nav-justified > li:last-child > a {
        border-radius: 0 5px 5px 0;
        border-right: 0 none;
    }
}
@media screen and (min-width: 768px) {
    .masthead, .marketing, .footer {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.btn-small {
    border-radius: 2px;
    font-size: 12px;
    line-height: 1.5;
}

#carousel {
    max-width: 940px;
    max-height: 300px;
    margin: 0 auto;
}

.bg-info, .bg-warning, .bg-success, .bg-danger {
    padding: 15px;
}
 
.nav-tabs > li > a {
    display: block !important;
    background-color:#ddd;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    /*background-color: rgb(244,129,32) !important;*/
    border-color: #fff;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #333 !important;
    border: 0px solid !important;
}

.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
}

.btn-black:focus, .btn-black:hover {
    background-color: #4cae4c;
    border-color: #4cae4c;
    color: #fff;
}

.btn-orange {
    background-color: rgb(244,129,32);
    border-color: rgb(244,129,32);
    color: #fff;
}

.dropdown-menu {
    min-width: 150px;
    font-size: 100%;
}

.form-control ~ .btn-block {
    margin-top: 5px;
}

.btn-facebook {
    background: none repeat scroll 0 0 #3e5c9a;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 1.15em;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.btn-facebook .icon {
    font-family: Arial,sans-serif;
    font-size: 1.5em;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
    margin-left: 4%;
    margin-right: 5%;
    text-align: center;
    width: 15%;
}
.btn-facebook .text {
    color: #fff;
    font-size: 1em;
    text-align: center;
    width: 70%;
}
.btn-facebook:hover {
    background: none repeat scroll 0 0 #5c7bba;
    cursor: pointer;
    color: #fff;
    text-decoration:none;
}

.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
 
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
}
 
.nav-list > li > a {
  padding: 3px 15px;
}
 
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: white;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  background-color: #08c;
}
 
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
 
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: ((1.428571429 / 2) - 1) 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #428bca;
  border-bottom: 1px solid white;
}
 
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 1.428571429;
  color: #999;
  text-shadow: 0 1px 0 rgba(255,255,255,.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.modal-header {
    border-bottom: 0px;
}

/**/
.social{
    display: block;
    float: right;
    margin-top: 10px;    
}

.breadcrumb > li + li:before{
    display: none;
}

.tab-pane{
    padding: 20px;
}

.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    margin-bottom: 10px;
}

.auction-timeblock .auction-time .alert {
    background: none;
    border: 0;
    padding: 0;
    width: auto;
    height: auto;
    font-size: 20px;
    text-transform: uppercase;
    color: red;
}

/**/
.md-modal .md-content {
    background: #fff;
    color: #777; 
    border-radius: 5px;
    overflow: hidden;
    font-family: Verdana, Arial, sans-serif;
}
.md-modal .md-content .md-header {
    height: 50px;
    border-bottom: 1px solid #e6e5e4;
    background: #fafafb;
    padding: 0 20px;
    line-height: 182px;
    font-size: 20px;
    font-weight: 300;
    position: relative;
}
.md-modal .md-content .md-header h1 {
    float: left;
    font-size: 24px;
    color: #0397d6;
    font-weight: 300;
    line-height: 50px;
    margin: 0;    
}
.md-modal .md-content .md-header h1 strong 
{
  font-weight: 600; 
}

.md-modal .md-content .md-header .md-close{
    font: 30px "Segoe UI",Segoe,"Helvetica Neue",Helvetica,sans-serif;
    cursor: pointer;
    display: block;
    position: absolute;
    right: 10px;
    top: 0;
    color: #ccc;
}

.md-modal .md-content .md-header .md-close:hover{
    color: #666 !important;   
}

.md-modal .md-content .md-inner 
{
  display: block;
  float: left;
  width: 100%;
  position: relative;
  padding: 0 20px; 
}

.md-modal .md-content .md-inner  iframe{
    width: 100%;
    height: 50vh;
    border: 0;
}

.flags-icons img {
    margin-left: 5px;
}

.pagination ul{
    float: left;
    margin: 0;
    padding: 0;
}

.pagination ul li{
    display: inline;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.user_menu{
    margin: 0;
    padding: 0;
}

.user_menu li{
    display: block;
}

.user_menu a{
    display: block;
    padding: 5px;
}

.user_menu a:hover{
    background: #eee;
    text-decoration: none;
}

#my-tab-content ul#item_location{
    margin: 0;
    padding: 0;
}

#my-tab-content ul#item_location li{
    display: block;
}

@media (max-width: 767px){
    .cal-date{
        width: 90%
    }

    .dailyauction{
        padding-right: 0;
    }

    @-moz-document url-prefix() { 
      .aotd-img .center-block {
         top: 0;
      }
    }
}

.auctionitem-img{
    position: relative;
}

.bid-history ul{
    margin: 0;
    padding: 0;
}

.bid-history ul li{
    display: block;
}

select, input[type=text], textarea{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: none;
    outline: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea{
    height: 100px;
}

select.error, input[type=text].error, textarea.error{
    border-color: red;
    padding: 6px 12px;
}

select.valid, input[type=text].valid, textarea.valid{
    border-color: green;
}

.flexslider .box-img{
    width: 100%;
    height: 400px;
    background: #f3f3f3;
    position: relative;
}

.flexslider .box-img img{
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.slider-featured{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/featuredEN.png) no-repeat left top;
    background-size: 800px auto !important;
    position: relative;    
}

.slider-featured.language_nl{
    background: url(../images/featuredNL.png) no-repeat left top;   
}

#error_list{
    margin: 0;
    padding: 0 20px;
    background: #F7D7D7;
}

#error_list li{
    display: block;
    padding: 5px 0;
}

#error_list li label{
    border: 0 !important;
    padding: 0 !important;
}


.flashmessage, .flashmessage {
    font-size : 14px;
    padding : 12px 0;
    width : 100%;
    z-index : 999;
    text-align : center;
    border-radius: 5px;
}
.flashmessage-warning {
    background-color : #FCF8E3;
    border : #FBEED5 solid 1px;
    color : #C09853;
}
.flashmessage-error {
    background-color : #9c3e50;
    border : none;
    color : #fff;
}
.flashmessage-info, .flashmessage-ok {
    background-color : #D9EDF7;
    border : #BCE8F1 solid 1px;
    color : #3A87AD;
}
.flashmessage .ico-close {
    position : absolute;
    top : 5px;
    right : 10px;
    float : right;
    font-size : 18px;
    line-height : 18px;
    color: #000;
    text-shadow : none;
    box-shadow: none !important;
    text-decoration : none;
    font-weight : bold;
    cursor : pointer;
}
.flashmessage-error .close {
    color : #B94A48;
}
.flashmessage-warning .close {
    color : #C09853;
}
.flashmessage-success .close, .flashmessage-information .close {
    color : #3A87AD;
}
.forcemessages-inline {
    clear : both;
    width : 100%;
}
.forcemessages-inline .flashmessage {
    position : relative;
}

.hd-content{
    line-height: 40px;
    vertical-align: middle;
}

.hd-content strong{
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background: #fff;
}

/*SEARCH*/
#overlay{
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

#search-element{
    display: table;
    width: 300px;
    margin: auto;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 2px;
    z-index: 1001;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
}

#search-element .close{
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

#search-element input, select{
    margin-bottom: 5px;
}

#search-element.active, #search-element.active ~ #overlay{
    opacity: 1;
    visibility: visible;
}


#auctionslist{
    position: relative;
}

.alert_form{
    position: absolute;
    top: 0;
    right: 0;
}

.alert_form fieldset{
    padding: 0;
    text-align: center;
}

.result_error{
    text-align: center;
}

.dot-nextto-home{
    color: #333 !important;
}

.logo-site img{
    max-height: 110px;
    position: absolute;
    top: 15px;
}