/* Patriot Auctions custom styles */
form {
   margin: 0;
}
header {
   padding: 0;
   background: #ffffff;
}
.header-logo {
   padding: 0;
}
.header-right-img {
   display: none;
   float: none;
   margin: 0;
   padding: 0;
}
.header-right-img {
   padding: 12px 0 0 0;
}
.carousel .content {
   padding-bottom: 240px;
}
footer {
   border-top: 4px solid #ed1c24;
}
a.social {
   opacity: 1;
}
a.social:hover {
   opacity: 1;
}
.user-actions {
   padding: 6px 0 3px 0;
}
.user-actions a,
.user-actions a:visited {
}
.user-actions a:hover {
   color: #ed1c24;
}
.user-actions .glyphicon {
   font-size: 16px;
}
.navbar {
   border-top: 2px solid #ed1c24;
   border-bottom: 2px solid #ed1c24;
}
.navbar-default {
   background-color: #05297d;
   border-color: #ed1c24;
   border-right: 0;
   border-left: 0;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:hover {
   color:#ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
   color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
   background-color: #fff;
}
.navbar-default .navbar-brand {
   font-weight: 600;
   text-transform: uppercase;
   color:#f0f0f0;
}
.navbar button {
   background: transparent;
}
.navbar button:hover {
   background: #b3504a;
}
/* Modals */
.modal-header {
   background-color: #404040;
   border-bottom: 1px solid #404040;
}
/* Items */
.items {
   background-color: #f9f9f9;
}
.items .item h5.boxed {
   background-color: #404040;
}
.items .item .item-price a {
}
.items .item .item-price a:hover {
   background-color: #ed1c24;
}
/* Single Lot View */
.lot-detail .col-lg-12 p:first-of-type {
   padding-top: 24px;
}
 @media(min-width:768px) {
header .container {
}
.header-logo {
   margin: 0;
}
.navbar .nav {
   border-left: none;
}
.navbar .nav > li > a {
   border-right: none;
}
}
.navbar .nav > li > a:hover {
   background: #ed1c24 !important;
}
.navbar .nav .active > a,
.navbar .nav .active > a:hover,
.navbar .nav .active > a:focus {
    background: #05297d !important;
    text-decoration: underline;
}
.dropdown-toggle {
   background: #b3504a !important;
}
.nav-collapse .nav > li > a {
   background: #b3504a !important;
}
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
}
