form {
   margin: 0;
}
body {
   font-family: "Open Sans", Arial, sans-serif;
   font-weight:400;
   -webkit-font-smoothing: antialiased;
   padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
   font-weight: 600;
   color: #404040;
}
h4,
h5,
h6 {
   text-transform: uppercase;
}
.gallery-pagination {
   clear: both;
}
.lotHead {
   font-size: 1.3em;
   font-weight: 600;
}
.lotDescRed {
   color: #cc0000;
   font-weight: 600;
   font-size: 18px;/* display: block; */
}
.lotDescBlue {
   color: #0033cc;
   font-weight: 600;
}
.lotDescGreen {
   color: #0d673a;
   font-weight: 600;
}
.user-actions {
   text-align: center;
   background-color: #f0f0f0;
   text-transform: uppercase;
   padding: 3px 0;
   font-size: 13px;
   font-weight: 600;
   color: #505050;
   border-bottom: 1px solid #d0d0d0;
}
.user-actions a,
.user-actions a:visited {
   padding: 0 8px;
   color: #505050;
   text-decoration: none;
}
.user-actions a:hover {
   color: #202020;
}
header {
   padding: 10px 0 0 0;
}
.header-logo {
   margin: 0 auto;
   padding: 0 0 10px 0;
}
.header-right-img {
   float: none;
   margin: 0 auto;
   padding: 0 0 10px 0;
}
.navbar {
   margin-bottom: 0;
   border: 2px solid transparent;
   border-right: 0;
   border-left: 0;
}
.navbar-default .nav > li > a {
   text-transform: uppercase;
   font-weight:600;
   font-size:13px;
   color: #606060;
}
.navbar-default .navbar-nav > li > a {
   padding:15px 15px 15px;
   text-shadow:none;
   -webkit-transition:background .3s ease;
   -moz-transition:background .3s ease;
   -o-transition:background .3s ease;
   transition:background .3s ease;
}
.navbar-default .navbar-nav > li > a:hover {
   -webkit-transition:background .3s ease;
   -moz-transition:background .3s ease;
   -o-transition:background .3s ease;
   transition:background .3s ease;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
   color: #606060;
   background-color: #e7e7e7;
}
.navbar-brand {
   color: #606060;
}
.navbar-default .navbar-toggle {
   border-color: transparent;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
   background-color: transparent;
}
.navbar-collapse {
   text-align: center;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
   border-color: #e0e0e0;
}
.navbar-default .navbar-toggle .icon-bar {
   background-color: #606060;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
   color: #ffffff;
   box-shadow:none;
}
.sub-nav .navbar-collapse {
   border-color: #e0e0e0;
}
.sub-nav .navbar-toggle .icon-bar {
   background-color: #404040;
}
.sub-nav {
   border-bottom: 1px solid #e0e0e0;
   margin-bottom: 0;
}
.disclaimer {
   background-color:#404040;
   color:#f0f0f0;
   padding:12px 0;
   margin-top:24px;
}
/* Buttons */
.btn-primary {
 /*  color: #fff;
   background: #505050;
   border-color: #303030; */
}
.btn-primary:hover {
   color: #fff;
   background-color: #303030;
   border-color: #202020;
}
form.form-inline .btn {
   padding: 6px 10px !important;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
   margin-left:20px;
}
a.btn,
a.btn:visited,
a.btn:hover {
   color:#333 !important;
}
a.btn-primary,
a.btn-primary:visited,
a.btn-primary:hover,
a.btn-warning,
a.btn-warning:visited,
a.btn-warning:hover,
a.btn-danger,
a.btn-danger:visited,
a.btn-danger:hover,
a.btn-success,
a.btn-success:visited,
a.btn-success:hover,
a.btn-info,
a.btn-info:visited,
a.btn-info:hover,
a.btn-inverse,
a.btn-inverse:visited,
a.btn-inverse:hover {
   color:#fff !important;
}
.button {
   margin: 10px 0 5px 0;
}
.button a,
.button a:visited {
   color: #fff;
   background: #505050;
   padding: 5px 10px;
   border: 0;
   text-decoration: none;
   font-size: 13px;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
   border-radius:3px;
   font-weight: 600;
}
.button a:hover {
   color: #fff;
   background: #303030;
   text-decoration: none;
   -webkit-transition:background 1s ease;
   -moz-transition:background 1s ease;
   -o-transition:background 1s ease;
   transition:background 1s ease;
}
/* Back to top */
.totop {
   position: fixed;
   bottom: 0;
   right: 0;
   z-index: 104400;
}
.totop a,
.totop a:visited {
   display: block;
   width: 30px;
   height: 30px;
   color: #fff;
   text-align: center;
   line-height: 30px;
}
.totop a:hover {
   color: #fff;
   text-decoration: none;
}
/* Title */

.title {
   margin-bottom: 10px;
   padding-bottom: 3px;
   border-bottom: 1px solid #d3d3d3;
}
.title i {
   margin-right: 3px;
}
.title span {
   font-size: 38px;
   margin: -13px 6px 0 0;
   float: left;
   color: #c00;
}
.title span.open {
   color: #090;
}
.title span.extended {
   color: #F7FE2E;
}
.sidebar-widget {
   margin: 0 0 36px 0;
}
footer {
   padding: 18px 0 0;
   border-top: 4px solid #d0d0d0;
   background-color: #e0e0e0;
}
.nav-title {
   padding: 15px;
   line-height: 20px;
}
.auction-nav > li > a:hover,
.auction-nav > li > a:focus {
   background-color: transparent;
   border-radius: 0;
   color: #202020;
}
table {
   font-size: 14px;
}
.auction-table {
   margin: 18px 0;
}
.auction-table td.auction-body {
   padding-left: 18px;
}
.auction-table td {
   padding: 1px;
}
.auction-body td {
   padding: 0;
}
.auction-body td br {
   display: none;
}
.auction-body td h4 {
   padding: 0 12px;
}
.auction-body table table {
   margin: 18px 0;
}
.auction-body div table {
   margin-bottom: 18px;
}
/* Carousel Caption */
.caption {
   position: absolute;
   display: block;
   top: 0;
   bottom:initial;
   left: 0;
   right: 0;
   padding: 6px;
   text-align: center;
   background: #000;
   background: rgba(0,0,0, .5);
   color: #f0f0f0;
   margin: 0;
   text-transform: uppercase;
   font-weight: 600;
}
.caption a,
.caption a:visited {
   color:#8abff1;
}
.caption a:hover {
   color:#f0f0f0;
   text-decoration: none;
}
/* to keep the footer at the bottom of a page that has little content */
html {
   height:100%;
}
body {
   min-height:100%;
   position: relative;
}
footer {
   position: absolute;
   bottom: 0px;
   width:100%;
}
a.social {
   margin-right: 24px;
   opacity: 0.3;
}
a.social:hover {
   opacity: 0.5;
}
.content {
   padding: 20px 15px 320px;
   min-height: 500px
}
/* Form */

form {
   margin:5px 0;
}
form * {
   font-size:13px;
}
/* Sidebar */

.sidebar {
   margin-top:10px;
}
.sidebar h4 {
   font-size: 13px;
   color:#555;
   line-height:18px;
   margin-bottom:5px;
   padding-bottom:10px;
   text-transform:uppercase;
   border-bottom:1px solid #eee;
}
.widget ul {
   margin:0;
   margin-left:-15px;
}
.sidebar .widget {
   background:#fff;
   padding:8px 10px;
   margin-bottom:10px;
   border:1px solid #eee;
}
.sidebar .widget .form-search {
   margin-top:10px;
   margin-bottom:10px;
}
/* Sidebar nav styles */
#nav {
   display: block;
   width: 100%;
   background:transparent;
   margin: 10px auto;
}
#nav {
   margin: 0px;
   padding: 0px;
}
#nav li {
   margin: 0px;
   padding: 0px;
   list-style-type: none;
}
#nav > li > a {
   display: block;
   padding: 10px 10px;
   color: #777;
   text-decoration: none;
   border-bottom: 1px solid #eee;
   background-color: #fafafa;
}
#nav > li > a:hover,
#nav > li > a.open {
   color: #666;
   background-color: #f3f3f3;
   border-bottom: 1px solid #ddd;
}
#nav li ul {
   display: none;
   background: #fff;
   margin: 0px;
   padding-left:0px;
}
#nav li ul li a {
   display: block;
   background: #fafafa;
   padding: 10px 0px;
   padding-left: 15px;
   text-decoration: none;
   border-bottom: 1px solid #eee;
   border-left: 1px solid #eee;
   color: #777;
}
#nav li ul li a:hover {
   background: #f3f3f3;
}
/* Item */

.items {
   margin: 0;
   background-color: #f9f9f9;
}
.item-details {
   font-size: 13px;
}
.items .item {
   min-height: 360px;
   margin: 12px auto 24px;
   padding: 0;
   border-radius: 0;
   border-bottom: none;
   box-shadow: none;
}
.items .item .item-image {
   height: 185px;
   position: relative;
}
.items .item .item-image img {
   max-height: 185px;
   margin: auto;
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
}
.items .item h5.boxed {
   text-align: center;
   padding: 8px 0;
   background-color: #404040;
   color: #fff;
   margin: 0;
   font-size: 16px;
}
.items .item .item-details {
   background-color:#fff;
   font-size: 13px;
   border-right: 1px solid #b0b0b0;
   border-left: 1px solid #b0b0b0;
   border-bottom: 0 none;
   padding: 0 6px;
}
.items .item .item-details p {
   font-size: 13px;
   text-align: center;
   margin: 12px 0 16px;
}
.items .item .btn-sm {
   padding: 0 5px 0 20px;
   font-size: 18px;
   line-height: 1;
   border-radius: 0;
   margin-top: -7px;
   outline: none;
}
.items .item .item-price a {
   margin: 0;
   display: inherit;
   padding: 5px 0;
   line-height: 20px;
   border-radius: 5px;
   font-size: 14px;
   font-weight: 600;
   background: #606060;
   color: #fff;
   text-align: center;
   text-transform: uppercase;
   width: 100%;
   border-radius: 0;
}
.items .item .item-price a:hover {
   text-decoration: none;
   background-color: #404040;
}
/* BEGIN ##########################################################################*/
.items .item .description {
   min-height: 55px;
}
/* END ##########################################################################*/
.items .item .description a {
   color: #505050;
   text-decoration: none;
   font-size: 13px;
   font-weight: 600;
}
.items .item .description a:hover {
   color: #303030;
}
/* BEGIN ##########################################################################*/
/* hide long description text after 3 lines */
/* box has fixed height of 55px */
/* http://hackingui.com/front-end/a-pure-css-solution-for-multiline-text-truncation/ */
.description a {
   display: block;
   overflow:hidden;
   position:relative;
   line-height:1.4em;
   max-height: 4.2em;
   padding-right: 0.7em;
}
.description a:before {
   content: '...';
   position: absolute;
   right: 0;
   bottom: 0;
}
.description a:after {
   content: '';
   position: absolute;
   right: 0;
   width: 1em;
   height: 1em;
   margin-top: 0.2em;
   background: white;
}
/* END ##########################################################################*/
/* Single lot page */
.lot-detail {
   background-color: #ffffff;
}
.lot-detail .col-lg-12 p:first-of-type {
   padding-top: 24px;
}
/* Modals */
.modal-dialog {
   margin: 30px 15px;
}
.modal .form-group {
   margin-bottom: 8px;
}
.modal .control-label {
   padding-top: 7px;
   text-align: right;
   padding-right: 0;
}
/* Bootstrap pagination */
.pagination {
   margin: 6px 0;
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
   color: #fff;
   background-color: #505050;
   border-color: #505050;
}
@media (max-width: 767px) {
.site-branding img,
.sponsors img {
   margin: 0 auto;
}
}
 @media (min-width: 768px) {
.modal-dialog {
   margin: 100px auto;
}
.header-logo {
   margin: 0;
}
.header-right-img {
   margin: 0;
   float: right;
}
.navbar {
   margin-bottom: 0;
   border-radius: 0;
}
.navbar .nav {
   border-left: 1px solid #e7e7e7;
}
.navbar .nav > li > a {
   border-right: 1px solid #e7e7e7;
}
/*center navigation on desktops */
.navbar .navbar-nav,
.sub-nav .auction-nav {
   display: inline-block;
   float: none;
   vertical-align: top;
}
.navbar .navbar-collapse,
.sub-nav .navbar-collapse {
   text-align: center;
}
.auction-nav {
   font-size: 12px;
}
.navbar-brand {
   display: none;
}
.sponsors {
   padding: 12px 0 0;
}
.sponsors img {
   float: right;
}
.create-auction {
   float: right;
}
.charity {
   text-align: center;
}
.charity img {
   display: inline;
}
.lead {
   font-size: 16px;
}
.home-register {
   padding-top: 6px;
   text-align: right;
}
/* Carousel Caption */
.caption {
   padding: 12px;
   font-size: 20px;
}
}
 @media (min-width: 992px) {
.sponsors {
   padding:0;
}
.items .item .description {
/* min-height: 120px;*/
}
}
 @media (min-width: 1200px) {
.lead {
   font-size: 21px;
}
.items .item .description {
/*	min-height: 140px;*/
}
.items .item {
   min-height: 400px;
}
}
