/*================================================
	colors
==================================================*/

/* 

Orange - #cb643c; 
blue - #004f4e;
red - #9f3121; #7f271a;
dark grey - #333;
mid grey - #858585;
light grey - #cdcdcd;
super light grey - #ececed;
green text - #148c41;
autobid blue: #3c5fa5; #193264;

very light green: #eaf4eb;
very light orange: #fae2dc;
very light red: #f9dce9;
*/


/*================================================
	General
==================================================*/

body {
	background: #ececed;
	overflow-x: hidden;
}

header {
	background: #fff;
	transition: all 0.4s ease;
}

h1,
h2,
h3,
h4,
p,
a,
input,
body {
	font-family: 'Open Sans', sans-serif !important;
}

a {
	color: #cb643c;
	transition: color 0.25s ease-in-out;
}

a:hover,
a:focus {
	color: #9f3121;
	text-decoration: none;
}

h1,
h2,
h3 {
	font-weight: 700;
}

h1 {
	font-size: 22px;
	text-transform: uppercase;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 14px;
}

button {
	transition: all 0.2s ease-in-out;
}

.no-pad-horizontal {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.link-div,
.link-div-function {
	cursor: pointer;
}

.clear-floats::after {
  content: "";
  clear: both;
  display: table;
}

.strict-black-text {
	color: #333 !important;	
}

.top-bid-avatar {
	width: 20px;
	height: 20px;	
}

.top-bid-avatar-auction {
	width: 100%;
	height: 100%;	
}

/*================================================
	timer
==================================================*/
#timer {
  /* width: 200px;
  height: 200px; */
  background: url('../img/bg-time.png');
  background-size: 100% 100%;
  position: absolute;
  top: 145px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  z-index:9;
}

#timer canvas {
	background-color:rgba(0, 0, 0, 0.3);
}

.time-left {
	background-color:rgba(0,0,0,0.5)
}

#timer h2 {
  color: #fff;
  position: absolute;
  margin: 0px;
  font-size: 16px;
  z-index: 50;
  text-align: center;
  top: 50%; 
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	letter-spacing: 1px;
}

#timer h2 .seconds {
  font-size: 26px;
}

/*================================================
	Table
==================================================*/
tr {
	background: #d9dadb;
	cursor: pointer;
}

tr:nth-child(even) {
	background: #fff;
	border-bottom: 1px solid #000;
	height: 40px;
}

tr.table-head {
	height: 50px;
	background: #004f4e;
	color: #fff;
	cursor: pointer;
}

.table-head th:first-child,
td:first-child {
	padding-left: 15px;
}

table table td {
	padding-left: 0px !important;
}


.child-table {
	display: none;
}

.closed-auctions {
	margin-bottom: 15px;
}

/*================================================
	Maps
==================================================*/
#google-map {
	height: 188px;
    margin-top: 8px;
}

#map {
	width: 100%;
	height: 500px;
}



/*================================================
	Header
==================================================*/

.top-article {
    background: url(../img/VAK.png);
    height: 120px;
    position: relative;
    background-repeat: no-repeat;
    background-position: right;
}

.top-article img {
	max-width: 300px;
	position: absolute;
	bottom: 20px;	
	left: 15px;
}

/*Navbar*/
nav {
  border: none !important;
  border-radius: 0 !important;
}

.nav-bar-main-row {
	padding: 0px 15px;
	height: 50px;
}

.navbar-top-row-right {
	width: 60%;
	float: right;
	height: 50px;
}

.navbar-bottom-row-left {
	width: 40%;
	float: left;
	height: 50px;
}

.navbar-dropdown-container {
	display: inline-block;
	float: left;
	width: 50%;
	color: #fff;
	background: #858585;
}

.navbar-subdropdown-container {
	display: inline-block;
	float: left;
	color: #fff;
	height: 50px;
    text-align: center;
    width: 14.28%;
    padding: 0px 10px;
}

.navbar-subdropdown-container:hover {
	color: #9f3121;
	background: #fff;
}

.drop-menu-item-text {
	color: #fff;
}

.navbar-subdropdown-container:hover .drop-menu-item-text {
	color: #9f3121;
}

.navbar-dropdown-content {
	display: none;
	left: 0px;
	width: 100%;
	position: absolute;
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.3);*/
	z-index: 70;
	border-top: 1px #fff solid;
    height: auto;
    background: #858585;
}

.navbar-subdropdown-content {
	display: none;
	left: 0px;
	width: 100%;
	position: absolute;
	z-index: 70;
    height: auto;
    background: #fff;
    color: #333;
    padding: 15px;
    
}

.navbar-expandmark {
	display: none;
}

.navbar-dropdown-container.nav-bar-altcolor,
.nav-bar-altcolor .navbar-dropdown-content {
	background: #004f4e;
}

.navbar-dropdown-container:hover .navbar-dropdown-content {
	display: block;
}

.navbar-subdropdown-container:hover .navbar-subdropdown-content {
	/*transition-delay: 1s;*/
	display: block;
}



.nav > li > a {
	padding-left: 10px;
	padding-right: 10px;
}

.navbar-default .navbar-toggle {
	border: none;
	margin-right: 5px;
}

.top-article .navbar-default {
	background-color: inherit;
	border: none; 	
} 

.navbar-default.categorys {
	background: #004f4e;
}

.navbar-default.categorys a {
	color: rgba(255, 255, 255, 0.8) !important;
	font-weight: 700;
	transition: color 0.2s ease-in-out;
}

.navbar-default.categorys a:hover {
	color: rgba(255, 255, 255, 1) !important;
}

.nav.navbar-nav li:first-child a {
	padding-left: 0px;
}

.nav-bar-main-common {
	height: 50px;
    line-height: 50px;
}

.nav-bar-main-button {
	font-size: 14px;
    text-align: center;
    border-left: 1px #fff solid;
	border-right: 1px #fff solid;
	cursor: pointer;
	overflow: hidden;
	background: #cb643c;
}

.nav-bar-main-button:hover,
.nav-bar-main-button-active {
	background: #858585;
}

.nav-bar-altcolor .nav-bar-main-button:hover,
.nav-bar-altcolor .nav-bar-main-button-active {
	background: #004f4e;
}


.nav-bar-main-button-active {
	background: #858585;
	color: #fff;
}

.nav-bar-main-button-active.nav-bar-altcolor {
	background: #004f4e;
	color: #fff;
}

.drop-menu-nav {
	border-top: 1px #fff solid;
	height: auto;
	background: #858585;
}

.drop-menu-nav.nav-bar-altcolor { 
	background: #004f4e;
}

.drop-submenu-nav { 
	padding: 15px 0px;
}

.drop-nav-hidden { 
	border: 0px !important;
	height: 0px !important;;
	padding: 0px 0px !important;;
	overflow: hidden !important;;
}

.drop-menu-item { 
	height: 50px;
	display: inline-block;
	text-align: center;
	width: 14.28%;
	padding: 0px 10px;
	color: #fff;
}

.drop-menu-item:hover { 
	background: #fff;
	color: #9f3121;
}

.drop-menu-mobile-accord {
	border: 0px;
	height: 0px;
	padding: 0px 0px;
	overflow: hidden;
}

.drop-menu-item-container { 
  	display: table;
  	height: 100%;
  	width: 100%;
}

.drop-menu-item-inner { 
  	display: table-cell;
  	vertical-align: middle;	
  	font-size: 14px;
  	line-height: 14px;
  	
}

.navbar-xs-button {
	display: none;
}

#main-nav {
	text-transform: uppercase;
}

/*Mobile nav*/
.mobile-top ul,
.mobile-bottom ul {
	list-style: none;
	text-align: center;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
}

.mobile-top li,
.mobile-bottom li {
	padding: 0px;
}


.mobile-top a,
.mobile-bottom .container-fluid a {
	width: 100%;
	display: block;
	padding: 10px 0px;
}

.mobile-bottom .container-fluid a {
	color: #fff;
	font-size: 12px;
}

.mobile-bottom .container-fluid a i {
	font-size: 18px;    
	vertical-align: text-bottom;
}

.mobile-bottom i.fa-caret-up {
	font-size: 26px !important;
	line-height: 18px !important;
	vertical-align: sub !important;
}

.mobile-top a {
	color: #9f3121;
}

.mobile-top a:after,
.mobile-bottom a:after {
  content: " ";
  border: 1px solid rgba(0, 0, 0, 0.4);
  height: 30px;
  position: absolute;
  right: 0;
  top: 5px;
}

.mobile-bottom a:after {
	border: 1px solid rgba(255, 255, 255, 0.75);
}
.mobile-top li:last-child a:after,
.mobile-bottom li:last-child a:after { 
	border: none;
}

.navbar-brand {
	float: none;
}

.mobile-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #9f3121;
  z-index: 80;	
}

/*
.mobile-bottom .my-pages-nav,
.mobile-bottom .favorites,
.mobile-bottom .my-objects{
	background: #fff;
	display: none;
	text-transform: initial;
	position: relative;
}
*/

.my-pages-nav {
	display: none;
	position: relative;
	background: #fff;
}

.mobile-bottom .my-pages-nav a {
	color: #9f3121;
}
.mobile-bottom .my-pages-nav a:after {
	border: none;
}
.mobile-bottom .my-pages-nav li,
.mobile-bottom .favorites li,
.mobile-bottom .my-objects li {
    text-align: left;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #9f3121;
    color: #9f3121;
}

.mobile-bottom .my-pages-nav .user-info {
	padding: 50px 15px;
	background: #9f3121;
	color: #fff;
}

.mobile-bottom .my-pages-nav .user-info div {
	position: absolute;
	top: 25px;
}

.mobile-bottom .my-pages-nav .user-info .col-xs-2 {
	padding-left: 0px !important;
}

.mobile-bottom .my-pages-nav .user-info .col-xs-5 {
	right: 30px;
}

.mobile-bottom .my-pages-nav .user-info .col-xs-1 {
	right: 15px;
}

.mobile-bottom .my-pages-nav .user-info p {
	margin-bottom: 0px;
	font-size: 12px;
	text-align: left;
}


.mobile-bottom .my-pages,
.mobile-bottom .my-favorites, 
.mobile-bottom .my-bids {
	/* padding: 10px 0px !important;*/
	font-size: 12px;
	letter-spacing: 1px;
	cursor: pointer;
	margin:5px;
}
.mobile-bottom .container-fluid a { 
	letter-spacing: 1px;
}

.mobile-bottom .my-pages i {
	margin-left: 3px;
	display:inline;
}

.mobile-bottom .avatar {
	max-width: 35px;
}

/*Search*/
.search {
	margin-bottom: 0px;
}

.search form {
	padding: 0px 10px;
}
.search input {
	border: none;
	width: 100%;
	line-height: 50px;
	font-size: 32px;
	height: 50px;	
	outline: none;
	color: #fff;
}

.search .fa-search { 
	position: absolute;
	right: 10px;
	top: 0px;
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	background: none;
	border: none;
}

/*
.search .row {
	margin-right: 0px;
}*/

/*signedin*/
.signed-in {
	margin-bottom: -1px;
	background: #9f3121;
}

.signed-in.navbar-default .navbar-nav > li > a  {
	color: rgba(255, 255, 255, 0.8);
	font-weight: 700;
}

.signed-in.navbar-default .navbar-nav > li > a:hover  {
	color: rgba(255, 255, 255, 1);
}

.signed-in .user-info {
	float: right;
	margin-right: 25px;
	padding-top: 3px;
}

.signed-in .user-info p {
	margin: 0px;
	font-size: 10px;
	color: #fff;
}

.signed-in .user-info p span {
	float: right;
}

/*Icons*/
.my-pages .fa-user, 
.my-pages .fa-bars { 
	font-size: 32px;
	line-height: 50px;
}

.my-pages .fa-circle { 
	line-height: 50px;
	text-align: center;
    font-size: 30px;
}

#main-nav .fa {
	font-size: 22px;
	color: #cb643c;
	padding-right: 5px;
	vertical-align: middle;
}

/*Colors*/
.search,
.search input {
	background: #cb643c;
}

.my-pages,
.my-favorites, 
.my-bids {
	background: #9f3121;
	color: #fff;
}

.my-pages .col-md-8 {
	padding-top: 8px;
}

.my-pages a { 
	color: #fff;
}

.my-pages .sidenav-item-sidesymbol {
    color: #cb643c;
    top: 2px;
    right: 10px;
}

.my-pages .sidenav-item-sidesymbol .fa-circle {
    line-height: 35px;
    text-align: center;
    font-size: 20px;
}

.my-pages .sidenav-item-sidesymbol .fa-circle .sidenav-note-circle {
    color: #fff;
    font-size: 11px;
}

/*fixes*/
.hidden {
	display: none !important;
}

.hidden-sm {
	display: block !important;
}

.rm-left {
	padding-left: 0px !important;
}

.rm-right {
	padding-right: 0px !important;
}

.hidden-md-up {
	display: none;
}

.right {
	text-align: right !important; 
	padding-right: 15px;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	left: 15px;
	background: #000; /* For browsers that do not support gradients */
  background: -webkit-radial-gradient(circle, rgba(0,0,0,0.6), rgba(0,0,0,0)); /* Safari */
  background: -o-radial-gradient(circle, rgba(0,0,0,0.6), rgba(0,0,0,0)); /* Opera 11.6 to 12.0 */
  background: -moz-radial-gradient(circle, rgba(0,0,0,0.6), rgba(0,0,0,0)); /* Firefox 3.6 to 15 */
  background: radial-gradient(circle, rgba(0,0,0,0.6), rgba(0,0,0,0)); /* Standard syntax */
}

/*Sidenav*/

.sidenav-main-menu { 
	max-height: 100%;
	overflow-y: scroll;
}

.sidenav-content { 
	
}

.sidenav-content-row {
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
}

.sidenav-content-item-small { 
	height: 28px;
	line-height: 28px;
	padding-left: 30px;
	padding-right: 0px;
	overflow: hidden;
}

.sidenav-content-table .sidenav-content-item-small { 
	padding-left: 0px;
}

.sidenav-content-row-structure { 
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}

.sidenav-active { 
	cursor: pointer;
}

.sidenav-content-item {  
	border-bottom: 1px #9f3121 solid;
}

.sidenav-item-sidesymbol,
.sidenav-item-sidesymbol-left { 
	width: 25px;
	position: absolute;
	top: 0;
	height: 40px;
	line-height: 40px;
	text-align: center;
    font-size: 24px;
    color: #cb643c;
}

.sidenav-item-sidesymbol { 
	right: 0px;
}

.sidenav-item-sidesymbol-left { 
	left: 0px;
}

.sidenav-content-item-small .sidenav-item-sidesymbol,
.sidenav-content-item-small .sidenav-item-sidesymbol-left { 
	height: 28px;
	line-height: 28px;
	/*right: 0;*/
    font-size: 22px;
}

.sidenav-content-item-small .sidenav-item-sidesymbol { 
	right: 0px;
}

.sidenav-content-item-small .sidenav-item-sidesymbol-left { 
	left: 0px;
}

.sidenav-note-circle { 
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #333;
    font-size: 14px;
}

.sidenav-main-menu .sidenav-note-circle { 
    color: #fff;
    padding-bottom: 2px;
    font-size: 10px;
    height: inherit;
	line-height: inherit;
}

.sidenav-content-item-small .sidenav-note-circle { 
	/*line-height: 28px;*/
}

.sidenav-main-menu .fa-circle { 
	height: inherit;
	line-height: inherit;
}

.sidenav-main-menu .fa-file-pdf-o { 
	font-size: 18px;
}

#sidenav-item-meny { 
	display: none;
}

.sidenav-content-table { 
	display: none;
}

#sidenav-id-row {
	height: 50px; 
	background: #9f3121; 
	padding: 5px 55px 5px 55px;
	line-height: 40px; 
	color: #fff; 
	text-align: right; 
	overflow: hidden;
	position: relative;
}

.sidenav-avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 40px; 
	height: 40px;
}

#sidenav-id-row img.vip_marker {
	position: absolute;
	top: 15px;
	left: 15px;
	width: 20px; 
	height: 20px;
}
	
.sidenav-accordian { 
	height: 0px;
	overflow: hidden;
	padding-bottom: 0px;
	-webkit-animation: height 0.3s;
	transition: height 0.3s;
	margin: 0px -30px;
}

.sidenav-accordian-active { 
	height: auto;
	padding-bottom: 10px;
}

/*================================================
	Home
==================================================*/

.frontpage-banner { 
	height: 370px;
	background: #cdcdcd;
}

.frontpage-banner-inner { 
	height: 370px;
	background-size: 1200px;
}

.frontpage-banner-container { 
	display: table;
	height: 370px;
	overflow: hidden;
}

.frontpage-banner-overlay { 
	display: table-cell;
	vertical-align: middle;	
}

.frontpage-banner-button { 
	line-height: 39px;
	background: #cb643c;
	padding: 10px 30px;
	color: #fff;
	font-weight: bolder;
}

.frontpage-banner-button:hover { 
	background: #004f4e;
	color: #fff; 
}

.frontpage-banner-overlay p { 
	margin-top: 10px;
	margin-bottom: 10px;
}

.frontpage-popular-categories { 
	background: #fff;
	padding: 15px 0px 30px 0px;
}

.frontpage-banner-image-container img {
	height: 370px;	
}

.front-page-column-header { 
	font-size: 17px;
	font-weight: bolder;
	text-shadow: 1px 0px #000;
	margin: 30px 0px 15px 0px;
	letter-spacing: 1px;
}

.front-page-object-column-margins {
	margin-left: -15px !important;
}

#popular-objects {
	padding-left: 5px;
	padding-right: 25px;
}

.question-of-the-week-question-text {
	font-weight: bold;
	margin-bottom: 15px;
}

.question-of-the-week-question-background {
	background-color: #fff;
	padding: 20px;
	border-radius: 10px;
	margin-bottom: 15px;
}

.question-of-the-week-answer-background {
	height: 30px;
	overflow: hidden;
	position: relative;
	background-color: #858585;
	border-radius: 5px;
	margin: 5px; 0px;
}

/*[NET308] Begins*/
.question-of-the-week-answer-bar {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 30px;
	background-color: #004f4e;
	border-radius: 5px;
}

.question-of-the-week-answer-bar-orange {
	background-color: #cb643c;
}

.question-of-the-week-answer-text {
	position: absolute;
	width: 100%;
	top: 4px;
	left: 0px;
	height: 22px;
	display: block;
	padding-left: 75px;
	padding-right: 5px;
}

/*
.question-of-the-week-answer-text-inner {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
*/


.question-of-the-week-answer-text-span {
	display: inline-block;
	margin-top: 1px;
	height: 20px;
	border: 1px solid #333;
	border-radius: 3px;
	padding: 2px 5px;
	background-color: #858585;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	overflow-y: hidden !important;
	cursor: default;
}

/*
.question-of-the-week-answer-button {
	position: absolute;
	background-color: #cb643c;
	border: 0px;
	width: 65px;
	top: 5px;
	right: 7px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 10px;
	border-radius: 3px;
}
*/
.question-of-the-week-answer-button {
	position: absolute;
	background-color: #cb643c;
	border: 0px;
	width: 65px;
	top: 5px;
	left: 5px;
	height: 20px;
	line-height: 18px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	font-size: 11px;
	border-radius: 3px;
}

.question-of-the-week-answer-button:hover
.question-of-the-week-answer-button.selected-answer {
	background-color: #9f3121;
	cursor: default;
}

.question-of-the-week-answer-button.unselected-answer {
	height: 20px;
	border: 1px solid #333;
	background-color: #858585;
	cursor: default;
}

/*[NET308] Ends*/

.frontpage-speech-bubble-container {
	position: absolute;
	z-index: 1;
	top: -100px;
	right: 0px;
}

.frontpage-speech-bubble {
    background: #148c41;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 5px;
    margin: 0 auto 40px;
    min-width: 200px;
    max-width: 600px;
    position: relative;
    height: 80px;
}

.frontpage-speech-bubble-text {
	padding: 10px;
	width: 100%;
	height: 75px;
	font-family: 'Open Sans', sans-serif !important;
    font-size: 12px;
    overflow: hidden;
    line-height: 1.3;
}

.frontpage-speech-bubble::after {
    border-right: 20px solid transparent;
    border-top: 20px solid #148c41;
    bottom: -20px;
    content: "";
    position: absolute;
    right: 150px;
}

.popcat-container { 
	margin-bottom: 30px;
}

.popcat-title { 
	background: #cb643c;
	width: 100%;
}

.popcat-title-row { 
	padding-right: 25px;
	padding-left: 10px;
	color: #fff;
	position: relative;
	line-height: 25px;
}

.popcat-title-sidesymbol { 
	font-size: 16px;
	text-align: center;
	width: 25px;
	line-height: 25px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.popcat-text { 
	background: #ececed;
	padding: 10px;
}

.auktion-container {
	margin-bottom: 20px;
}

.auction-card .display-img { 
	position: relative;
}

.auction-card .title-overlay { 
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px 15px;
	background: rgba(0,31,31,0.6);
}

.auction-container-small .auction-card .title-overlay { 
	background: rgba(0,0,0,0.55);
}

.title-overlay-text-container { 
	width: 100%;
	padding-right: 60px;
	color: #fff;
}

.title-overlay-inner {
	font-size: 18px;
}

.auction-container-small .title-overlay-inner {
	font-size: 14px;
}

.title-overlay-inner-sub {
	font-size: 14px;
}

.auction-container-small .title-overlay-inner-sub {
	font-size: 12px;
}

.auction-container-small .title-overlay-text-container { 
	padding-right: 40px;
}

.title-overlay-arrow-container { 
	height: 100%;
	position: absolute;
	right: 10px;
	top: 0;
	width: 50px;
}

.auction-container-small .title-overlay-arrow-container { 
	width: 30px;
}

.title-overlay-arrow-inner { 
	width: 100%;
	height: 100%;
	display: table;
}

.title-overlay-arrow { 
	font-size: 45px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.auction-container-small .title-overlay-arrow { 
	font-size: 30px;
}

.auction-card .info-container {
	font-size: 12px;
	padding: 10px 15px;
	background: #004f4e;
	color: #fff;
}

.auction-card .info-container p {
	margin-bottom: 2px;
}

.object-container { 
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}

.object-card {
	background: #fff;
	/*border: 1px #cdcdcd solid;*/
}

.object-card-title-bar {
	padding: 5px 10px;
	background: #858585;
	position: relative;
	width: 100%;
}

.object-card-body-item {
	position: relative;
	width: 100%;
	padding-bottom: 2px;
}

.object-card-title-text {
	padding-left: 25px;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

.object-card-arrow-container { 
	height: 18px;
	position: absolute;
	left: 10px;
	/*top: 5px;*/ /*MAY HAVE RUN ON CONSEQUENCES*/
	top: 2px;
	width: 20px;
}

.object-card-arrow-inner { 
	width: 100%;
	height: 100%;
	display: table;
}

.object-card-marker, .object-card-arrow { 
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}

.object-card-body-item .object-card-arrow-container { 
	left: 0px;
}

.object-card-marker {
	color: #cb643c;
}

.object-card-body-text {
	padding: 5px 10px;
}

.object-card-item-text {
	padding: 5px 0px 5px 25px;
	line-height: 12px;
	font-size: 12px;
}

.object-card-float-text {
	position: absolute;
	left: 25px;
	top: 1px;
	width: 75px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}

.object-card-item-text-shorter {
	height: 22px;
	line-height: 22px;
	padding: 1px 0px 0px 125px;
	overflow: hidden;
}

.object-card-split-item-prefix {
	position: absolute;
    left: 0px;
    top: 0px;
    width: 65px;
    line-height: 10px;
    font-size: 9px;
    padding-top: 3px;
}

.object-card-split-item {
	padding-left: 65px;
	text-align: right;
}

.object-card .autobid-redirect,
.object-card-autobid-button {
	width: 65px;
    font-size: 10px;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    background: #3c5fa5;
    border: none;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    right: 0px;
    text-align: center;
}

.object-card-current-bid {
	font-size: 16px;
	font-weight: bolder;
}

.object-card-top-divide {
	position: relative;
	min-height: 37px;
}

.object-card-top-divide:after {
	content:''; 
	width: 90%; 
	height:1px; 
	background: #ececed; 
	position:absolute; 
	top: 0px;
	left: 5%;
}

.object-card .bid-redirect,
.object-card .submit-bid {
    width: 65px;
    font-size: 10px;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    background: #cb643c;
    border: none;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 8px;
    right: 0px;
    text-align: center;
}

.object-card .new-bid {
	border: none;
    font-size: 18px;
    padding: 5px 0px;
    color: #cdcdcd;
    font-weight: 500;
    width: 100%;
    text-align: right;
}

.promo-container {
	position: relative;
	height: 370px;
}

.promo-link {
	height: 100%;
	width: 100%;
}

.promo-image {
	-ms-transform: rotate(5deg);
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    vertical-align: middle;
    text-align: center;
    position: absolute;
    z-index:0;
    width: 340px;
    right: 80px;
    top: 47px;
}

.promo-image .promo-image-inner {
	border: 2px #fff solid;
	padding-top: 72%;
}

.promo-image img {
  left: 0px;
}

.promo-text {
	height: 100%;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 130px;
	z-index:1;
	max-width: 90%;
	display: table;
}

.promo-text-cell {
	display: table-cell;
	vertical-align: middle;
}

.promo-text-cell-inner {
	padding: 10px;
	background: #004f4e;
	color: #fff;
	max-height: 95%;
	overflow: hidden;
}

.promo-text-title {
	font-size: 14px;
	font-weight: bolder;
}

.promo-text-body {
	font-size: 10px;
}

#faqBtn {
    position: fixed;
    bottom: 47px;
    right: 10px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #cb643c;
    color: white;
    cursor: pointer;
    padding: 0px 0px 5px 0px;
    border-radius: 10px;
    font-size: 25px;
    width: 55px;
    height: 55px;
    text-align: center;
    line-height: 50px;
}

#faqBtn:hover,
#faqClose:hover,
#faqReturn:hover {
    background-color: #9f3121;
}

#faqBack {
	position: fixed;
	bottom: 0px;
    right: 0px;
    z-index: 101;
    background: none;
    padding: 10px 10px 47px 10px;
    width: 100%;
    max-width: 470px;
    max-height: 100%;
}

#faqInner {
	position: relative;
	width: 100%;
	border-radius: 10px;
	border: 5px #cb643c solid;
	border-top: 35px #cb643c solid;
	background: #fff;
	color: #333;
	padding: 10px 10px;
	min-height: 300px;
}

#faqTitle {
	position: absolute;
	color: #fff;
	top: -30px;
	left: 5px;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
}

#faqItems {
	height: 100%;
    overflow-y: auto;
    margin-right: -15px;
    margin-left: -15px;
}

.faqItem img {
	width: 100%;
	border: 2px #fff solid;
	border-radius: 5px;
}

.faqItem img:hover {
	border: 2px #9f3121 solid;
}

#faqResults {
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 105;
    padding: 40px 0px 0px 0px;
    background: #fff;
    color: #333;
}

#faqSearchRow {
	padding: 10px 5px 10px 42px; 
	position: absolute; 
	top:0px;
	width: 100%;
}

#faqSearchPrefix {
	position: absolute; 
	top: 10px; 
	left: 10px; 
	height: 26px; 
	line-height: 26px;
}

#faqSearch {
	width: 100%;
}

#faqOutput {
  height: 100%;
  overflow-y: auto;	
  padding: 10px;
}

#faqOutput h4 {
	margin: 0px 0px 3px 0px;
	font-size: 14px;
	font-weight: bold;
}

#faqOutput p {
	font-size: 12px;
}

#faqClose {
	position: absolute;
	top: -33px;
	right: 0px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	z-index: 110;
    border: none;
    outline: none;
    background-color: #cb643c;
    color: white;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    font-size: 23px;
    font-weight: bolder;
    padding: 0px 0px 2px 0px;
}

#faqReturn {
	position: absolute;
	top: -33px;
	right: 40px;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	z-index: 110;
    border: none;
    outline: none;
    background-color: #cb643c;
    color: white;
    cursor: pointer;
    text-align: center;
    line-height: 28px;
    font-size: 23px;
    font-weight: bolder;
    padding: 0px 2px 2px 0px;
}

.obj-display-template-expanding-box.collapse[aria-expanded="false"] {
    display: block;
    height: 48px !important;
    overflow: hidden;
    position: relative;
}

.obj-display-template-expanding-box.collapsing[aria-expanded="false"] {
    height: 48px !important;
    position: relative;
}

.obj-display-template-expanding-box:not(.in) .obj-display-template-expanding-box-lower-border {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,1));
}

.bid-not-ok .obj-display-template-expanding-box:not(.in) .obj-display-template-expanding-box-lower-border {
	background-image: linear-gradient(rgba(255,255,255,0),#f9dce9);
}

.bid-checking-ok .obj-display-template-expanding-box:not(.in) .obj-display-template-expanding-box-lower-border {
	background-image: linear-gradient(rgba(255,255,255,0),#fae2dc);
}

.bid-ok .obj-display-template-expanding-box:not(.in) .obj-display-template-expanding-box-lower-border {
	background-image: linear-gradient(rgba(255,255,255,0),#eaf4eb);
}

.obj-display-template-expanding-box-toggle.collapsed:after  {
    content: '+ Visa Mer';
}

.obj-display-template-expanding-box-toggle:not(.collapsed):after {
    content: '- Visa Mindre';
}

/*================================================
	Login
==================================================*/
.login-form {
	padding-top: 15px;
}

#login .modal-dialog {
	max-width: 100%;
}

#login .modal-content {
	border-radius: 0px;
	width: 330px;
	max-width: 90%;
	margin: auto auto;
}

button.close {
	position: absolute;
	right: -20px;
	top: -20px;
	background: #004f4e;
	opacity: 1;
	text-align: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	font-weight: 800;
	color: #fff;
}

button.close span {
	font-size: 40px;
	line-height: 40px;
	margin: 0px;
	padding: 0px;
	height: 40px;
	width: 40px;
	position: relative;
	display: block;
}

button.close:hover, 
button.close:focus {
	opacity: 1;
	color: #fff;
}

.login-form {
	max-width: 350px;
}

.login-form .input-field {
	width: 100%;
	background: #91ad8b;
	height: 40px;
	padding-left: 15px;
	color: #fff;
	border: none;
	margin-bottom: 15px;
}

.login-form .login-btn, 
.send-message {
	height: 40px;
	border: none;
	background: #cb643c;
	width: 50%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.login-btn-no-refresh, .register-btn { 
	height: 40px;
	border: none;
	background: #cb643c;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
}

.register-btn { 
	text-align: center;
	line-height: 40px;
}

.login-btn a, .login-btn-no-refresh a, .register-btn a, 
.send-message a {
	color: #fff;
}

.login-form .message {
	width: 70%;
	font-size: 12px;
	padding: 15px 0px;
	margin-bottom: 0px;
}


/*Style checkbox*/
.login-form input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #000;
    padding: 9px;
    border-radius: 0px;
    position: relative;
    cursor: pointer;
}
 
.login-form input[type="checkbox"]:checked {
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
}
 
.login-form input[type="checkbox"]:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0px;
    left: 3px;
    color: #99a1a7;
}

.remember-message {
	top: -4px;
	left: 0px;
	position: relative;
}


/*Vertical center modal*/
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  margin-top: 25px;
}

/*================================================
	Users Page
==================================================*/

.user-page .tab-pane {
	padding-left: 15px;
    padding-right: 15px;
    border: none;
}

.user-page .nav > li > a {
	background-color: #9f3121;
	color: #fff;
	border: none;
	border: none !important;
	border-right: 1px solid #fff !important;
	border-radius: 0px;
	margin: 0px;
}

.user-page .nav > li.active > a {
	background-color: #fff;
	color: #333;
}

.user-page .nav > li.active > a:hover {
	border: none;
	/*border-right: 1px solid #fff;*/
}

.user-page ul {
	list-style: none;
}

.user-page .tab-content table {
	border: none !important;
}

.user-page .tab-content table th {
	height: 40px;
	background: #ececed !important;
	border: none !important;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	padding-top: 0px !important;
    padding-bottom: 0px !important;
    line-height: 40px !important;
}

.user-page .tab-content table tr {
	border-bottom: 1px #cdcdcd solid;
}

.user-page .tab-content table td {
	padding: 0px !important;
	background: #fff;
	border: none !important;
}

.user-page .tab-content td .table-cell-userpage {
	margin: 8px 0px;
	padding: 0px 8px;
	height: 59px;
	overflow: hidden;
	border-right: 1px solid #cdcdcd;
}

.user-page .tab-content td .table-cell-userpage-small {
	margin: 8px 0px;
	padding: 0px 8px;
	overflow: hidden;
	border-right: 1px solid #cdcdcd;
}

.user-page .tab-content td .table-cell-userpage .table-thumb-userpage {
	height: 59px;
	width: 59px;
	left: 0px;
	top: 0px;
	position: absolute
}

.user-page .tab-pane-info-box {
	width: 780px;
   /* margin-bottom: -80px; */
    overflow-x: hidden;
    min-height: 80px;
    padding-bottom: 10px;
}

.user-page-top-bid-avatar {
	width:31px; 
	height:31px; 
	position:absolute; 
	right:12px; 
	top: 7px;
}

.user-page-top-bid-avatar-label {
	width:55px; 
	height:14px; 
	position:absolute; 
	right:0px; 
	top: 40px; 
	font-size:9px; 
	text-align: center
}


/*================================================
	Settings
==================================================*/

.settings-block {
	background: #fff;
	padding: 20px;
}

.settings-table {
	width: 100%;
}

.settings-table tr,
.settings-table td {
	background: none;
	border: none;
	height: 20px;
}

.settings-table td {
	padding: 3px 0px;
}

.settings-table-left {
	width: 160px;
	font-size: 12px;
}

.settings-text-input{
	width: 100%;
	color: #333;
	background: #ececed;
	border: none;
	padding: 4px 10px;
	font-size: 12px;
}

.settings-button {
	margin-top: 5px;
	height: 40px;
	font-size: 12px;
	color: #fff;
	background: #cb643c; 
	text-align: center;
	float:right;
	border: none;
	width: 180px;
}

.settings-button:hover {
	background: #9f3121;
}

.settings-mini {
	height: 365px;
	position:relative;
	font-size: 12px;
}

.settings-mini-table {
    height: 110px;
    width: 100%;
    margin-top: 10px;
    display: table;
}

.settings-mini-table tr,
.settings-mini-table td {
	background: none;
	border: none;
	vertical-align: middle;
}

.settings-mini-table td {
	padding: 2px 0px;
	font-size: 10px;
}

.settings-single-row {
	height: 20px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	font-size: 12px;
}

.settings-large-avatar {
	width: 150px;
	height: 150px;
	text-align: center;
	margin: auto;
}

.settings-large-avatar img {
	max-width: 100%;
    max-height: 100%;
}

.settings-mini-button {
	width: 100%;
    bottom: 23px;
    left: 0px;
    padding: 0px 20px;
}

@media (min-width: 768px) {
	.settings-nopad-left {
		padding-left: 0px !important;
	}
	
	.settings-nopad-right {
		padding-right: 0px !important;
	}
}
/*================================================
	Single obj
==================================================*/

.single-object .modal-body {
	clear: both;
}

.single-object .object-container { /*[NET492]*/
	padding-left: 30px;
	padding-right: 30px;
	padding: 15px 30px 35px 30px;
	margin: 0px;
}

.modal-content.modal-content-single-object {
	overflow: hidden;
}

.single-object.modal-body { /*[NET492]*/
	padding: 0px;
	margin: 0px;
}

.single-object h2,
.single-object h3  {
	font-weight: 700;
	margin-top: 0px;	
	text-transform: uppercase;
}

.single-object h2 { 
	font-size: 20px;
	margin: 5px 0px 10px 0px;
	text-transform: initial;
}

.single-object h3 { 
	font-size: 12px;
	margin-bottom: 10px;
	margin-top: 25px;
}
.single-object .art-nr { 
	margin: 14px 10px 0px 0px;
	font-size: 12px;	
	display: inline-block;
}

.single-object .time { 
	margin-left: 10px;
	margin-right: 0px;
	float: right;
	display: inline-block;
	padding-bottom: 0px;
}

.single-object .time .time-text { 
	color: #cb643c;
	font-size: 20px;
}

.single-object .time .time-text-small { 
	color: #cdcdcd;
	font-size: 14px;
}

.single-object .tab-pane {
	background: #cdcdcd;
	padding: 10px;
}

.single-object .fact-row {
	position: relative;
}

.single-object .fact-symbol {
	height: 15px;
	line-height: 15px;
	margin-bottom: 3px;
	position: absolute;
	width: 20px;
	text-align: center;
}

.single-object .fact-text {
	line-height: 15px;
	max-height: 30px;
	margin-bottom: 3px;
	font-size: 12px;
	overflow: hidden;
	padding-left: 20px;
}

.single-object .submit-bid {
	width: 50px;
    font-size: 10px;
    height: 31px;
    line-height: 12px;
    background: #cb643c;
    border: none;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    right: 5px;
}

.custom-tabs {
	margin-top: 5px;
	margin-bottom: 5px;
	clear:both;
}
.custom-tabs li{
	margin-top: 10px;
}

.custom-tabs .active a{
	background: rgba(0, 79, 78, 1);
}

.custom-tabs li.active a:hover,
.custom-tabs li.active a:focus {
	background: rgba(0, 79, 78, 0.8);
}

.custom-tabs li {
  margin-right: 1.25%;
  width: 32.5%;
  text-align: center;
  float: left;
}

.custom-tabs a {
	transition: all 0.2s ease-in-out;
	background: rgba(145, 173, 139, 1);
}

.custom-tabs li a:hover,
.custom-tabs li a:focus {
	background: rgba(145, 173, 139, 0.8);	
}

.custom-tabs li:last-child {
	 margin-right: 0%;
}

.archive .custom-tabs li:last-child {
	/* float: none;*/
}

.custom-tabs li a { 
	font-size: 9px !important;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 400;
	padding-left: 0px;
	padding-right: 0px;
}

.tab-pane,
.info-area {
	background: #fff;
	padding-top: 15px;
	padding-bottom: 15px; 
	margin-bottom: 15px;
	clear: both;
	overflow: auto;
}

.finance img {
	float: right;
}

.obj-info { 
	margin-bottom: 15px;
}

.archive .obj-info {
	margin-top: 10px;
}

.obj-info p {
	margin-bottom: 5px;
}

.obj-info.facts i {
	color: #cb643c;
}

.bids ul { 
	list-style: none;
	border-bottom: 1px #cdcdcd solid;
	margin-bottom: 0px;
}

.bids li {
	border-top: 1px #cdcdcd solid;
	height: 40px;
	overflow: hidden;
	position: relative;
	padding-left: 105px;
	padding-right: 82px;
}

.bids li .date { 
	font-size: 12px;
	width: 65px;
	position: absolute;
	line-height: 15px;
	overflow: hidden;
	top: 5px;
	left: 0px;
	font-size: 10px;
	text-align: center;
}

.bids li .u-avatar { 
	position: absolute;
	top: 5px;
	left: 70px;
	width: 31px;
	height: 31px;
}

.bids li .u-name { 
	font-size: 12px;
	overflow: hidden;
	line-height: 40px;
	text-align: left;
}

.bids li .price { 
	margin-top: 0px;
	font-size: 12px;
	width: 80px;
	padding-right: 0px;
	line-height: 40px;
	position: absolute;
	top: 0px;
	right: 0px;
	
}

.bids li .price span { 
	position: absolute;
    right: 4px;
    top: 26px;
    font-size: 8px;
    height: 8px;
    line-height: 8px;
}


/* 
.bids li {
	border-top: 1px #cdcdcd solid;
	height: 40px;
	overflow: hidden;
}

.bids li .date { 
	float: left;
	font-size: 12px;
	width: 119px;
	display: inline-block;
	line-height: 40px;
}

.bids li .u-name { 
	font-size: 12px;
	width: 155px;
	overflow: hidden;
	display: inline-block;
	line-height: 40px;
}

.bids li .price { 
	margin-top: 0px;
	font-size: 12px;
	width: 80px;
	padding-right: 0px;
	display: inline-block;
	line-height: 40px;
	position: relative;
}

.bids li .price span { 
	position: absolute;
    right: 4px;
    top: 26px;
    font-size: 8px;
    height: 8px;
    line-height: 8px;
}
*/




/*
.bids li:nth-child(odd) {
	background: #d9dadb;
}


.bids .date,
.bids .u-name,
.bids .price {
	float: left;
}

.bids .date {
	margin-top: 3px;
}

.bids .date span {
	display: block;
	font-size: 12px;
}


.bids .avatar {
	height: 22px;
}
*/

.bids .price {
	float: right;
	text-align: right;
	padding-right: 5px;
}

.bids .autobid {
	top: 0;
	left: 0;
}

/*
.bids .u-name {
	margin-top: 10px;
	margin-left: 10px;
}
*/

.bids .bid .row {
	margin-left: -5px;
}

.bids .bid {
	margin-top: 40px;
	float: right;
}

.bids .bid .price {
	font-size: 10px;
}

.bids div.autobid-redirect,
.bids div.bid-redirect,
.bids button.autobid-remove-bid,
.bids button.autobid-add-bid,
.bids .bid input,
.bids button.submit-bid {
	max-width: 100%;
	width: 100%;
	height: 40px;
}

.bids input.new-bid {
	font-size: 18px;
	font-weight: 700;
}

.bids div.autobid-redirect,
.bids div.bid-redirect,
.bids button.autobid-remove-bid,
.bids button.autobid-add-bid,
.bids button.submit-bid {
	font-size: 18px;
	font-weight: 700;
	color: rgba(255, 255, 255, 0.5);
}

.bids div.autobid-redirect:hover,
.bids div.bid-redirect:hover,
.bids button.autobid-remove-bid:hover,
.bids button.autobid-add-bid:hover,
.bids button.submit-bid:hover {
	color: rgba(255, 255, 255, 0.8);
}

.obj-info .favorite,
.obj-info .reminder,
.SMS-add i,
.SMS-remove i,
.social i  { 
	margin-top: 5px;
	margin-right: 10px;
	float:left;
}

.social i.fa-mobile {
	padding: 8px 0px;
    font-size: 30px !important;
    margin-top: 25px;
    width: 33px;
    height: 33px;
    line-height: 17px;
    border-radius: 6px;
    text-align: center;
}

.SMS i.fa-clock-o {
	width: 36px;
    text-align: center;
}

.obj-info .favorite i,
.obj-info .reminder i,
.SMS-remove i,
.SMS-add i { 
	font-size: 26px;
	padding: 5px;
	color: #fff;
	border-radius: 10px;
}

.obj-info .favorite i.active,
.obj-info .favorite i.active:hover {
	background: #faba00;
}

.obj-info .reminder i.active, 
.obj-info .reminder i.active:hover {
	background: #004f4e;
}

.obj-info .favorite i,
.obj-info .reminder i,
.SMS-add i {  
	background: #ccc;
}

.SMS-remove i {
	background: #cb643c; 
}

.obj-info .favorite i:hover,
.obj-info .reminder i:hover,
.SMS-add i:hover { 
	background: #bbb;
	cursor:pointer;
}

.SMS-remove i:hover {
	background: #9f3121;
}

.social i {
	margin-top: 22px;
}

.obj-info .social h3 {
	margin-bottom: -10px !important;
}

.related {
	list-style: none;
	padding: 0px;
}


.related h3 {
	margin-top: 0px !important;
}

.related .object-container.list {
	border: none;
	border-bottom: 1px solid #999;
}

.related li.object-container.list:last-child  {
	border-bottom: none;
}
.related .list .display-img {
	height: 80px;
	margin-top: 10px;
}

.related .list p {
	line-height: 20px;
}

.auction-bid-box-outer {
	border-top: 1px #cdcdcd solid;
	border-left: 1px #cdcdcd solid;
	border-right: 1px #cdcdcd solid;
	position: relative;
}

.auction-bid-box-inner {
	border-bottom: 1px #cdcdcd solid;
	position: relative;
	height: 45px;
}

.auction-bid-box-inner.taller {
	height: 60px;
}

.auction-bid-box-prefix {
	width: 130px;
	position: absolute;
	left: 10px;
	top: 0px;
	line-height: 45px;
	height: 45px;
}

.auction-bid-box-inner.taller .auction-bid-box-prefix {
	width: 85px;
	line-height: 15px; 
	padding-top: 7px;
}

.single-object .auction-bid-box-inner.taller .submit-bid {
	height: 45px;
	width: 60px;
	font-weight: 600;
}

.top-bid-avatar-single {
	right: 2px;
	position: absolute;
	top: 2px;
	width: 40px;
	height: 40px;
}

.autobid-info {
	position: relative;
}

.autobid-info i {
	font-size: 16px;
	color: #cb643c;
}

.autobid-info .autobid-info-box {
	display: none;
	position: absolute;
	max-width: 300px;
	background: #fff;
	padding: 10px;
	top: 0px;
	color: #333;
	z-index: 1;
	border: 1px #333 solid;
}

.autobid-info:hover .autobid-info-box {
	display: block;
}

.SMS-info .SMS-info-box {
	display: none;
	position: absolute;
	width: 95%;
	background: #fff;
	padding: 10px;
	top: 160px;
	left: 15%;
	color: #333;
	z-index: 1;
	border: 1px #333 solid;
}

.SMS-info:hover .SMS-info-box {
	display: block;
}

.auction-bid-box-body {
	text-align: right;
	padding-left: 135px;
	padding-right: 10px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

.auction-bid-box-inner.taller .auction-bid-box-body {
	padding-left: 90px;
    padding-right: 70px;
	height: 60px;
	line-height: 60px;
}

.auction-bid-box-body-price {
	font-size: 16px;
    font-weight: bolder;
    text-align: right;
    padding-top: 5px;
}

.auction-bid-box-body-price-sub {
	font-size: 9px;
	font-weight: normal;
	position: absolute;
	bottom: 5px;
	right: 10px;
}

.auction-bid-box-autobid-right {
	float:right;
	width:180px;
	background-color:#ff0000;
}

.auction-bid-box-autobid-left {
  width: 100%;
  background-color:#00FF00;
}

.objectdisplay-buttons-container {
	height: 65px;
}

/*
.single-object .bids {
	margin-top: 15px;
} */

.modal-content-single-object .modal-header {
	width:100%;
	height:50px;
	background: #004f4e;
	overflow: hidden;
	padding: 0px;
    border-bottom: 0px;
}

.modal-header-inner {
	height: 50px;
	float: right;
	padding: 5px;
}

.modal-header-text {
	height: 40px;
	font-size: 14px;
	color: #fff;
	line-height: 40px;
	padding: 0px 5px;
	display: inline-block;
	vertical-align: top;
}

.modal-header-button {
	height: 40px;
	width: 40px;
	padding: 0px 5px;
	font-size: 35px;
	color: #fff;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
	
}

.modal-header-button a {
	position: absolute;
}

.modal-header-button-highlight {
	position: absolute;
	height: 28px;
	width: 28px;
	border-radius: 14px;
	background: #004f4e;
	top: 6px;
}

.modal-header-button:hover .modal-header-button-highlight {
	background: #cb643c;
}

.modal-header-button-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	line-height: inherit;
	font-size: 20px;
	color: #004f4e;
	text-align: center;
}

.modal-header-button a {
	height: 40px;
	line-height: 40px;
	color: #fff;
}

.modal-header-button button.close {
	position: initial;
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-weight: 800;
    margin: 5px 0px;
    text-shadow: none;
}

.modal-header-button button.close span {
	color: #004f4e;
    height: 30px;
    width: 30px;
    line-height: 30px;
    font-size: 33px;
    padding-left: 1px;
}

.modal-header-button:hover button.close span {
	color: #cb643c; 
}

.modal-header-button:hover button.close {
	opacity: 1;
}

/*
.single-object-button-back { 
	position: absolute;
	top: 0px;
	left: 20px;
	height: 100%;
	width: 40px;
}

.single-object-button-next { 
	position: absolute;
	top: 0px;
	right: 20px;
	height: 100%;
	width: 40px;
}

.single-object-button-inner { 
	height: 100%;
	width: 40px;
	display: table;
}

.single-object-button-float { 
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 40px;
	width: 40px;
	font-size: 40px;
	color: #cb643c;
}

.single-object-button-float:hover { 
	color: #9f3121;
}
*/

.single-object-contact-footer { 
	border-top: 2px #cdcdcd solid; 
	margin: 0px 15px; 
	padding: 20px 0px 0px 0px;
}

.single-object-contact-footer .notice-text-area { 
	height: 100px;
}

.single-object-contact-button-row { 
	height: 40px;
}

.single-object-contact-footer .btn-send-notice { 
	text-align: center;
	width: 150px;
	height: 40px;
	background: #cb643c;
	color: #fff;
	float: right;
	margin-bottom: 0px;
	line-height: 26px;
	border-radius: 0px;
}

.single-object-contact-footer  .btn-send-notice:hover { 
	background: #9f3121;
}

.single-object-contact-subheader { 
	color: #333;
	font-size: 12px;
	width: 100%;
	margin-bottom: 5px;
}

.single-object-contact-header { 
	color: #333;
	font-size: 18px;
	font-weight: bolder;
	width: 100%;
	margin-bottom: 15px;
}


/*================================================
	Archive single
==================================================*/
.single-object,
.single-page {
	background: #fff;
	margin-bottom: 15px;
}	

.single-object .slider {
	width: 100%;
	max-width: 100%;
}


/*================================================
	Single page
==================================================*/
.single-page aside {
	margin-top: 20px;
	text-align: center;
}

.single-page aside img {
	max-width: 100%;
}

/*================================================
	map page
==================================================*/
.map-page {
	padding: 15px !important;
}

.object {
  padding: 5px 0px;
  border-bottom: 1px solid #004f4e;	
}

.map-page .modal ul {
	list-style: none;
	text-align: center;
	padding: 0px;
}

.map-page h2 {
	padding-left: 15px;
	margin-top: 0px;	
}

/*================================================
	Auktion startpage
==================================================*/

/*.auktion-container,*/
/*
.object-container > .col-md-12 {
	padding: 0px;
	border: 1px solid #999;
	background: #fff;
	margin-bottom: 30px;
	position: relative;
	min-height: 485px;
}

.auktion-container > .col-md-12 {
	padding: 0px;
	border: 1px solid #999;
	background: #fff;
	margin-bottom: 30px;
	position: relative;	
}

.auktion-container .info-container {
	padding: 10px 15px;
	cursor:pointer;
}
*/



.info-container p.col-xs-10 {
	padding-left: 5px;
}

.auktion-container img {
	max-width: 100%;
	width: 100%;
}

.auktion-container .row i {
	/*padding-left: 30px;*/
}

.auktion-container .date {
	float: right;
}

.auktion-container .display-img {
	display: none;
}

.display-img {
	margin-bottom: -1px;
}

.object-container .display-img {
	max-height: 173px;
    overflow: hidden;	
}

.fixed-aspect-ratio-img {
    position: relative;
    width: 100%;
    padding-top: 75%;
    overflow: hidden;
}

.fixed-aspect-ratio-img img {
    position: absolute;
    top: 0;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
}

.auktion-container .display-img.show-start {
	display: block;
}

.info, .info-category {
	background: #004f4e;
	color: #fff;
	padding: 5px 15px;
	font-size: 14px;
	cursor: pointer;
}

.info-category a {
	color:white;
}

.object-excerpt {
	padding: 0px 15px;
}

.object-excerpt i {
	color: #cb643c;
}


.auktion-link {
	float: right;
	padding-right: 15px;
}

.infobar-lg {
	width:115px;
}

.bidding-infobar {
	width:65px;
}

.infobar-lg,
.infobar-sm-1,
.infobar-sm-2,
.infobar-sm-3,
.infobar-xs-1,
.infobar-xs-2,
.infobar-xs-3 {
	position: absolute;
	top: 0;
	background: #cb643c;
	color: #fff;
	z-index: 9;
	height: 30px;
	line-height: 30px;
}

.infobar-lg i,
.infobar-sm-1 i,
.infobar-sm-2 i, 
.infobar-sm-3 i,
.infobar-xs-1 i,
.infobar-xs-2 i, 
.infobar-xs-3 i {
	font-size: 18px;
	line-height: 30px;
}

.infobar-lg:after,
.infobar-sm-1:after,
.infobar-sm-2:after,
.infobar-sm-3:after,
.infobar-xs-1:after,
.infobar-xs-2:after,
.infobar-xs-3:after {
  content: '';
  position: absolute;
  top: 0; 
  left: 30px;
  width: 100%; 
  height: 100%;
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  transform: skew(-45deg);
  z-index: -1;
}


.infobar-sm-1,
.infobar-sm-2,
.infobar-sm-3 {
	width: 60px;
}

.infobar-xs-1,
.infobar-xs-2,
.infobar-xs-3 {
	width: 40px;
}

.infobar-sm-1 {
	z-index: 4;
	left: 95px;
	text-align: right;
}

.infobar-sm-2 {
	left: 135px;
	text-align: right;
	z-index: 3;
}

.infobar-sm-3 {
	left: 185px;
	text-align: right;
	z-index: 2;
}


.infobar-lg span {
	position: relative;
	padding-left: 3px;
}
.infobar-lg:after {
  background: #cb643c;
}



.infobar-xs-1 {
	z-index: 5;
	left: 0px;
	text-align: right;
}
.infobar-xs-2 {
	z-index: 4;
	left: 40px;
	text-align: right;
}
.infobar-xs-3 {
	z-index: 3;
	left: 80px;
	text-align: right;
}

.new,
.new:after {
	font-weight: 700;
	color: #cb643c;
  background: #eee;
}

.favo,
.favo:after {
	background: #faba00;
}

.bidding-infobar,
.bidding-infobar:after {
	background: #004f4e;
}



/*================================================
	Become member and auction obj startpage
==================================================*/
.become-member {
	background: url(../img/become-member.jpg);
  height: 350px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 25px;
  position: relative;
}

.become-member p {
	font-size: 3em;
	line-height: 1.2em;
	width: 60%;
	padding: 15px 0px 0px 15px;
}
.become-member .button {
	position: absolute;
	bottom: 25px;
	left: 50px;
	background: #cb643c;
	color: #fff;
	padding: 10px 15px;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #cb643c;
	transition: all 0.25s linear;
}

.become-member .button:hover {
	background: inherit;
	color: #cb643c;
}

.sorting-objects {
	padding: 15px 0px 10px 0px;
	margin-bottom: 0px;
	font-size: 18px;
	text-transform: uppercase;
}

aside .sorting-objects {
	padding: 15px 15px 10px 15px;
}
.sorting-objects li {
	display: inline-block;
	padding-right: 15px;
	color: rgba(0,0,0,0.5);
}

.sorting-objects h2 {
	color: #000;
	font-size: 22px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}

.startpage .sorting-objects h2 {
	font-size: 18px;
}
.sorting-objects a {
	color: rgba(0,0,0,0.5);
}

.sorting-objects .active a {
	font-weight: 700;
	color: #cb643c;
}

div.object-container {
	font-size: 12px;
}

.object-container img {
	object-fit: contain;
	max-width: 100%;
	width: 100%;
}


.object-container img.avatar {
	width: 25px;
}

.object-container .highest-bid {
	line-height: 25px;
	height:25px;
	/* height: 60px;*/
}

.highest-bid .col-xs-6 {
	padding: 0px;
}

.autobid {
	color: #004f4e;
	font-weight: 700;
	display: block;
	position: relative;
	top: -9px;
	left: 19px;
}
.object-container .price {
	font-size: 10px;
	margin-top:10px;
}

/*
.object-container .row {
    padding-left: 15px;
    margin-bottom: 5px;
}
*/

.object-container.list .row {
	padding-left: 0px !important;
} 

.row.bidding {
	padding-left: 0px;
}

.bid {
	margin-top: 5px;
}
/*
.bid input {
    background: #9f3121;
    outline: 0;
    font-size: 18px;
    border: 0px solid;
    width: auto;
    max-width: 100%;
    width: 100%;
    padding: 5px 10px;
    text-align: right;
    color: #fff;
    font-weight: 700;
}
*/

.bid input {
	border: none;
    font-size: 15px;
    padding: 5px 10px;
    color: #333;
    font-weight: 500;
	width: 100%;
    height: 31px;
    text-align: right;
}

.bid input.bid-ok, 
.bid-ok {
	background-color: #eaf4eb;
}

.bid-checking-ok { 
	background-color: #fae2dc;
}

.bid-not-ok { 
	background-color: #f9dce9;
}

.bid-ok-text { 
	color: #148c41;
}

.new-bid { 
	background-color: inherit;
}

/*
input.new-bid {
  background: #9e9fa0;
  max-width: 65%;
  width: 65%;
  font-size: 12px;
  float: left;
  padding: 7px 10px;
  margin-top: 5px;
  font-weight: 400;
}
*/

/*
button.submit-bid {
  max-width: 30%;
  width: 30%;
  float: right;
  font-size: 10px;
  margin-top: 5px;
  height: 31px;
  line-height: 12px;
  background: #cb643c;
  border: none;
  color: #fff;
  text-transform: uppercase;
}
*/

div.autobid-redirect,
button.autobid-remove-bid,
button.autobid-add-bid { 
	padding: 0px;
	width: 50px;
    font-size: 10px;
    height: 31px;
    line-height: 12px;
    border: none;
    color: #fff;
    background: #3c5fa5;
    text-transform: uppercase;
    position: absolute;
    top: 6px;
    right: 5px;
}

.auction-bid-box-inner.taller button.autobid-add-bid,
.auction-bid-box-inner.taller button.autobid-remove-bid {
	height: 45px;
	width: 60px;
	font-weight: 600;
}

.autobid-display-bid { 
  font-size: 18px;
  padding-right: 10px;
  font-weight: 600;
  color: #3c5fa5;

  /*
  font-size: 18px;
  font-weight: 700;
  max-width: 100%;
  width: 100%;
  height: 40px;
  background: #9e9fa0;
  float: left;
  padding: 7px 10px;
  margin-top: 20px;
  outline: 0;
  border: 0px solid;
  text-align: right;
  color: #fff;
  text-transform: uppercase;
  */
}

div.bid-redirect:hover,
.mina-auktioner-bid-submit:hover,
button.submit-bid:hover {
	background: #9f3121;
}

div.autobid-redirect:hover,
button.autobid-add-bid:hover,
button.autobid-remove-bid:hover {
	background: #193264;
}

/*.highest-bid {
	margin-top: 35px;
	padding: 0px;
}
*/
.price {
	float: right;
}

.u-name {
	line-height: 16px;
}

/*================================================
	Auktion-page
==================================================*/

.auktion-info { 
	background: #fff;
	/*border: 1px #858585 solid;*/
	padding: 10px;
	margin-bottom: 30px;
}

.auktion-info h1 {
	text-transform: initial;	
	cursor: pointer;
}

.auktion-info h1 i {
	padding-right: 5px;
}

.auktion-info > .about {
	padding: 15px 0px;
	background-color: #fff;
	overflow: auto;
}


.auktion-info .slider {
	width: 100%;
}

.auktion-info .exerpt {
	max-width: 400px;
}

.auktion-info h2 { 
	font-size: 22px;
	margin-top: 5px;
	font-weight: normal;
}

.auktion-info p { 
	font-size: 14px;
	line-height: 14px;
}

.auktion-info p i {
	width: 15px;
	color: #cb643c;
}

.social .auktion-info .fa {
	font-size: 42px;
}

.social {
	font-size: 42px;
	padding-left:0px;
}

.social {
	font-size: 42px;
	padding-left:0px;
}

.social a {
	color: #ccc;
}

.social a:hover {
	color: #bbb;
}
.time {
	text-align: right;
	font-size: 22px;
	color: #cb643c;
	font-weight: 700;
}

.time span {
	font-size: 16px;
	color: rgba(203,100,60,0.6);
}

.time i {
	padding-right: 5px;
}

.auktion-info .contact-person img { 
	max-width: 100%;
}

.contact { 
	margin-top: 8px;
}
.contact p {
	margin-bottom: 15px;
}

.send-message {
	margin-bottom: 0px;
	transition: all 0.2s;
	width: auto;
}

.send-message:hover {
	background-color: #9f3121;
}

/*
.my-auctions-nav { 
	text-align:left;
}

.my-auctions-nav .my-bids {
	background: #fff;
}

.my-auctions-nav .my-objects {

	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	background-color:#fff;
}

.my-auctions-nav .head {
	background: #004f4e;
	padding: 5px;		
	color: #fff;
	font-weight: 700;
}

.my-auctions-nav .head i {
	padding: 0px 5px;
}

.my-auctions-nav .head img {
	height: 20px;
	padding-left: 5px;
	vertical-align: bottom;
}

.my-auctions-nav .headline {
	background: #d9dadb;
	background-color: #d9dadb;
	margin: 0px;
	padding: 3px 0px 3px 15px;
}

.my-auctions-nav ul {
	list-style: none;
	margin: 0;
	padding: 3px 15px;
}

.my-auctions-nav .u-name {
	float: right;
	line-height: inherit;
	font-weight: 500;
}
*/

.active-auctions-nav { 
	background: #fff;
	border: 1px #858585 solid;
}

.active-auctions-nav .head { 
	background: #004f4e;
	color: #fff;
	font-size: 12px;
	font-weight: bolder;
	padding: 5px 10px;
}

.active-auctions-nav .fa-gavel {
	display: none;
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 16px;
	animation: active-auctions-nav-pulse 1.5s infinite linear;
	-webkit-animation: active-auctions-nav-pulse 1.5s infinite linear;
}

.active-auctions-nav .sidebar_auction_active .fa-gavel {
	display: block;
}

.active-auctions-nav .item {
	position: relative;
	display: block;
}

.active-auctions-nav .item.sidebar_auction_expired {
	display: none;
}

@keyframes active-auctions-nav-pulse {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #cc4814;
  }
  55% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  66% {
    color: #cc4814;
  }
  67% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    color: #cb643c;
  }
  75% {
    -webkit-transform: rotate(340deg);
    transform: rotate(340deg);
  }
  82% {
    color: #cc4814;
  }
  83% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    color: #cb643c;
  }
  88% {
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #cc4814;
  }
}

.my-auctions-nav .headline { 
	background: #201d21;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0px;
}

.my-auctions-nav .subheadline { 
	background: #a6a6a6;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	margin: 0px;
}

.my-auctions-nav .groupeditem {
	background: #f2f2f2;
}

.my-auctions-nav .title {
	font-size: 12px;
	line-height: 14px;
	max-height: 28px;
	padding-right: 16px;
}

.my-auctions-nav .location { 
	font-size: 10px;
	line-height: 12px;
}

.my-auctions-nav .item { 
	color: #333;
	padding: 5px 10px;
}

.my-auctions-nav .item.groupeditem { 
	color: #333;
	padding: 5px 10px 5px 15px;
}

.active-auctions {
	float: right;
}

.aactive-auktion-list .my-bids {
	background: #fff;
}

.active-auktion-list .my-objects {
	/*border: 1px solid #004f4e;*/
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

.active-auktion-list .head { 
	background: #004f4e;
	color: #fff;
	font-weight: bolder;
}

.active-auktion-list .head i {
	padding: 0px 5px;
}

.active-auktion-list .head img {
	height: 20px;
	padding-left: 5px;
	vertical-align: bottom;
}

.active-auktion-list .headline {
	background: #d9dadb;
	margin: 0px;
	padding: 3px 0px 3px 15px;
}

.active-auktion-list ul {
	list-style: none;
	margin: 0;
	padding: 3px 15px;
}

.active-auktion-list .u-name {
	float: right;
	line-height: inherit;
	font-weight: 500;
}

.favorites {
	margin-top: 15px;
}

.favorites .head {
	background: #faba00 !important;
	color: #fff !important;
	border: none !important;
}

.my-objects .head {
	background: #004f4e !important;
	color: #fff !important;
	border: none !important;
}

.favorites ul {
	background: #fff;
}


#sidebar {
	width: 263px;
}

#sidebar .my-objects {
	color: #000;
}

#sidebar .active-auctions-nav {
	margin-top:15px;
	margin-bottom:15px;
}

#sidebar .item {
	
}

.auktion-display-button { 
	float: right;
    font-size: 28px;
    padding: 2px 10px;
    color: #cdcdcd;
}

.auktion-display-button:hover { 
	color: #333;
}

.auktion-display-button-active { 
	color: #858585;
}

.auktion-object-card { 
	background: #fff;
	/*border: 1px #858585 solid;*/
}

.auktion-object-body {
	position: relative;
	margin-bottom: 25px;
}

.auktion-object-footer {
	padding: 10px;
}

.auktion-object-card-title { 
	padding: 5px 10px;
	background: #858585;
	position: relative;
	width: 100%;
}

.auktion-object-body-inner { 
	padding: 5px 10px;
}

.auktion-object-body-item {
	font-size: 12px;
	line-height: 20px;
}

.auction-object-card-subtitle {
	display: none;
}

.object-autobid-display-bid {
	height: 30px;
	line-height: 30px;
	padding: 0px;
	width: 100%;
	text-align: right;
	font-weight: 600;
	color: #3c5fa5;
}

.autobid-display-bid.inactive,
.object-autobid-display-bid.inactive {
	font-weight: normal;
	color: #858585;
}

.auktion-object-card-icons {
	position: absolute;
	right: 5px;
	/*bottom: 5px;*/
	/*height: 100%;*/
	width: 15px;
	text-align: center;
}

.auktion-object-card-avatar {
	position: absolute;
	right: 0px;
	top: -3px;
	height: 31px;
	width: 31px;
	text-align: center;
}

.auktion-object-card-avatar-text {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	padding-left: 90px;
	padding-right: 35px;
	text-align: right;
	font-size: 12px;
}

.object-bid-fav-icons {
	width: 100%;
	font-size: 12px;
	color: #cb643c; 
}

.auktion-object-box {
	position: relative;
}

.auktion-object-box-top {
	border-top: 1px #ececed solid;
	position: relative;
}

.auktion-object-timer-border {
	position: absolute;
	top: 0px;
	left: 0px;
	border-top: 25px solid #cdcdcd;
    border-right: 25px solid transparent;
    height: 0;
    width: 95px;
    z-index: 1;
}

.auktion-object-timer-content {
	position: absolute;
	top: 0px;
	left: 0px;
    height: 25px;
    width: 75px;
    font-size: 14px;
    text-align: left;
    color: #fff;
    padding: 0px 8px;
    line-height: 25px;
    z-index: 2;
}

.bid-ok .auktion-object-timer-border {
	border-top: 25px solid #148c41;	
}

.bid-checking-ok .auktion-object-timer-border,
.bid-checking-ok .auktion-object-timer-content,
.bid-not-ok .auktion-object-timer-border,
.bid-not-ok .auktion-object-timer-content {
	display: none;
}

.auktion-object-timer-pulse {
	animation: auktion-timer-pulse 1.5s infinite linear;
	-webkit-animation: auktion-timer-pulse 1.5s infinite linear;
}

@keyframes auktion-timer-pulse {
  0% {
    border-top-color: #cb643c;
  }
  8% {
    border-top-color: #cb643c;
  }
  50% {
    border-top-color: #9f3121;
  }
  92% {
    border-top-color: #cb643c;
  }
  100% {
    border-top-color: #cb643c;
  }
}

/*
.auktion-object-box-top:after {
	content:''; 
	width: 90%; 
	height:1px; 
	background: #ececed; 
	position:absolute; 
	top: 0px;
	left: 5%;
}

.list-view .auktion-object-box-top {
	border-top: 1px #ececed solid;
}
*/

.list-view .auktion-grid-marker {
	display: none;	
}

.auktion-grid-marker { 
	color: #cb643c;
	font-size: 16px;
	vertical-align: middle;
	width: 20px;
	text-align: center;
}

.list-view .auktion-object-box-top:after {
	display: none;
}

.auction-object-box-item-left {
	position: absolute;
    left: 0px;
    top: 6px;
    width: 65px;
    line-height: 10px;
    font-size: 9px;
}

.auction-object-box-item-upper {
	width: 100%;
	padding: 5px 0px 0px 75px;
	font-size: 16px;
    font-weight: bolder;
    text-align: right;
}

.auction-object-box-item-lower {
	width: 100%;
	padding: 0px 0px 5px 10px;
    font-size: 9px;
    text-align: right;
	height: 17px;
    overflow: hidden;
}

.auction-object-box-item-right {
	padding: 5px 70px 0px 70px;
    text-align: right;
}

.auktion-object-card-new-bid {
	border: none;
	font-size: 15px;
	padding: 0px;
	height: 22px;
	margin-top: 4px;
	line-height: 30px;
	color: #333;
	font-weight: 500;
	width: 100%;
	text-align: right;
	padding: 0px 2px;
}

.auktion-object-card-new-bid:not(:focus) {
	border-right: 1px solid rgba(51,51,51,1);
	animation-name: bid-box-right-pulse;
	animation-duration: 1.072s;
	animation-iteration-count: infinite;
}

@keyframes bid-box-right-pulse {
	0% {
		border-right: 1px solid rgba(51,51,51,1);
	}
	49.99% {
		border-right: 1px solid rgba(51,51,51,1);
	}
	50% {
		border-right: 1px solid rgba(51,51,51,0);
	}
	99.99% {
		border-right: 1px solid rgba(51,51,51,0);
	}
	100% {
		border-right: 1px solid rgba(51,51,51,1);
	}
}

.mina-auktioner-bid-submit,
.auktion-object-bidbox .submit-bid {
	width: 65px;
    font-size: 10px;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    background: #cb643c;
    border: none;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 11px;
    right: 0px;
}

.auktion-object-bidbox-cover {
	position: absolute;
	top:0px;
	left:-1%;
	width:102%;
	height:100%;
	z-index: 1;
}

.auktion-object-bidbox-cover-table {
	display: table;
	vertical-align: middle;
	width:100%;
	height:100%;
	background-color: #fff;
	text-align: center;
}

.auktion-object-bidbox-cover-cell {
	display: table-cell;
	width: 100%;
	padding: 10px;
	text-align: center;
	vertical-align: middle;
}

.bid-ok .auktion-object-bidbox-cover-table {
	background-color: #eaf4eb;
}

.bid-checking-ok .auktion-object-bidbox-cover-table {
	background-color: #fae2dc;
}

.bid-not-ok .auktion-object-bidbox-cover-table {
	background-color: #f9dce9;
}

.auktion-object-autobid-button {
	width: 65px;
    font-size: 10px;
    padding: 0px;
    height: 20px;
    line-height: 20px;
    background: #3c5fa5;
    border: none;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    top: 46px;
    right: 0px;
}

.auction-bid-box-autobid-buttons {
	position: absolute;
	height: 45px;
	top: 0px;
    right: 5px;
}

a i.googlesquare {
	width: 36px;
	height: 36px;
	font-size: 35px;
	color: #fff;
	background: #ccc;
	border-radius: 6px;
	text-align: right;
	line-height: 46px;
	margin-top: 25px;
}

a i.googlesquare:hover {
	background: #bbb;
}

.auktion-object-body-buttons-row { 
	position: absolute;
	z-index: 8;
	height: 25px;
	padding: 0px 0px 0px 10px;
	margin: 0px;
	width: 100%;
	bottom: -25px;
	left: 0px;
}

.item_card_button_disabled { 
	background: #ddd;
	cursor: default;
}

.item_card_button_disabled:hover {
	background: #ddd;
}

.item_card_button_gray { 
	background: #ccc;
	cursor: pointer;
}

.item_card_button_gray:hover {
	background: #bbb;;
}

.item_card_button_orange {
	background: #cb643c;
	cursor: pointer;
}

.item_card_button_orange:hover {
	background: #9f3121;
}

.item_card_button_blue {
	background: #3c5fa5;
	cursor: pointer;
}

.item_card_button_blue:hover {
	background: #193264l
}

.item_card_button {
	margin: 0px 6px 0px 0px;
	border-radius: 4px;
	width: 25px;
	height: 25px;
	position: relative;
	display: inline-block;
}

.item_modal_button {
	margin: 0px 10px 0px 0px;
	border-radius: 6px;
	width: 36px;
	height: 36px;
	position: relative;
	display: inline-block;
}

.item_card_button_interior {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 19px;
	text-align: center;
	color: #fff;
	line-height: 25px;
}

.item_modal_button_interior {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	font-size: 24px;
	text-align: center;
	color: #fff;
	line-height: 36px;
}

.multiwatch_button {
	position: relative;
}

.multiwatch_button_extension {
	width: 0px;
	height: 25px;
	top: 23px;
	right: 0px;
	line-height: 25px;
	position: absolute;
	font-size: 14px;
	color: #fff;
	text-align:center;
	transition: width 0.5s;
	overflow: hidden;
	white-space: nowrap;
}

.list-view .multiwatch_button_extension {
	top: 0px;
	right: 23px;
}

/*================================================
	Category and Search
==================================================*/

.categori-grid { 
	width: 100%;
	margin-top: 30px;
	display: grid;
	grid-template-columns: 33.3% 33.3% 33.3%;
}

.auction-grid,
.search-grid { 
	width: 100%;
    display: grid;
    grid-template-columns: 33.3% 33.3% 33.3%;
}

.search-form { 
	margin-top: 10px;
	margin-bottom: 15px;
	background: #f6f6f6;
}

.search-title { 
	font-size: 22px;
	padding: 10px 10px 0px 10px;
	text-transform: uppercase;
	font-weight: bolder;
}

#search-categories-accordian-button { 
	padding: 10px;
	margin: 5px 5px 0px 5px;
	color: #333;
	font-weight: 700;
}

#search-categories-panel { 
	overflow: hidden;
	max-height: 0px;
	margin-top: 5px;
}

#search-categories-panel article { 
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
}


#search-categories-panel label { 
	margin: 0px;
}

#search-categories-panel input[type=checkbox] { 
	margin: 0px;
}

/*
.search-button-mobile {
	display: none;
	position: absolute;
	width: 90%;
	left: 5%;
	color: #cb643c;
	border: 2px #cb643c solid;
	bottom: 30px;
	margin-top: 10px;
}

.search-button-mobile {
	display: none;
	margin-left: 15px;
	margin-right: 15px;
	color: #cb643c;
	border: 2px #cb643c solid;
	margin-top: 10px;
	margin-bottom: 10px;
}
*/

.search-button {
	margin-left: 15px;
	margin-right: 15px;
	color: #cb643c;
	border: 2px #cb643c solid;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-form-submit
{
	width: 100%;
	height: 100%;
	color: inherit;
	background: #fff;
	border: 0px;
	height: 40px;
	font-size: 20px;
	font-weight: bolder;
}

.search-form-submit:hover {
	color: #fff;
	background: #cb643c;
}

.search-panel-buffer {
	height: 10px;
}

.searchpageselect {
	text-align: right;	
}

.searchpageselect a {
	cursor: pointer;
}

.kategori-banner-buffer {
	height: 370px;
	width: 100%;
}

.kategori-banner {
	height: 370px;
	width: 100%;
	position: absolute;
	left: 0px;
}

/*================================================
	Footer
==================================================*/

footer {
	background: #1a171b;
	background-image: url(../img/VAK_grey.png);
	background-position: right;
	background-repeat: no-repeat;
	color: #fff;
	padding: 50px 15px;
	float: none;
	clear: both;
}

footer ul {
	padding: 0;
}

footer li {
	list-style: none;
}

footer a {
	color: #fff !important;
}

footer a:hover {
	color: #cb643c !important;
}

footer span {
	display: block;
}

footer img {
	padding-bottom: 15px;
}


footer .headline {
  border-bottom: 1px solid #fff;
  width: 80%;
  text-transform: uppercase;
  padding: 0px;
  margin: 0px 0px 5px 15px;
}

footer .copyright {
	color: rgba(255, 255, 255, 0.5) !important;
}

footer .social-media {
	margin-bottom: 15px;
	margin-top: 15px;
}

footer .social-media i {
	font-size: 26px;
	vertical-align: middle;
	padding-right: 15px;
}


/*================================================
	List view
==================================================*/

.object-container.list .row {
	padding-left: 0px !important;
	margin-bottom: 0px;
} 

.object-container.list {
	height: 116px;
	background: #fff;
	border: 1px solid #999;
	margin-bottom: 10px;
}

.list .display-img {
    height: 114px;
    background-size: cover !important;
    background-position: center center !important;	
}

.list a.link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 4;
}

.bidding form {
	z-index: 20;
}

.list h3 {
	font-size: 14px;
	margin: 0px 0px 5px -15px;
	padding: 0px;
	font-weight: 700;
}

.list .highest-bid {
	text-align: center;
	padding-top: 20px;
}

.list .autobid {
	left: 0px;
}

.list .bidding .col-sm-3,
.list .bidding .col-sm-9 {
	padding: 0px;
}

.list.bid-ok {
	background: #ebf4eb;
}

.list.bid-checking-ok {
	background: #fae2dc;
}

.list.bid-not-ok {
	background: #f9dce9;
}
/*================================================
	Queries
==================================================*/


/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
/* Medium devices */
@media (max-width: 1199px) {
	#google-map {
		height: 153px;
	}
	/*
	.bids li .date {
		width:90px;
		font-size:10px;	
	}
	.bids li .u-name {
		width:110px;
		font-size:10px;	
	}
	*/
	.glyphicon-user {
		font-size: 25px;
		padding: 0px;
	}

	.my-pages .col-sm-9 {
    padding: 8px 0px 0px 0px;
    font-size: 12px;
	}

	.my-pages .col-xs-12 {
		padding: 0px;
	}

	.nav > li > a {
		font-size: 12px;

	}
	
	#main-nav .fa {
    font-size: 16px;
    color: #cb643c;
    padding-right: 5px;
    vertical-align: middle;
	}

	.my-pages .fa-user, 
	.my-pages .fa-bars   { 
		font-size: 28px;
	}

	#sidebar {
		width: 213px;	
	}

	.signed-in .user-info {
		margin-right: 30px;
	}
	
	.categori-grid {
	    grid-template-columns: 50% 50%;
	}
	
	.auction-grid,
	.search-grid {
	    grid-template-columns: 50% 50%;
	}
	
	.promo-image {
	    width: 330px;
    	right: 100px;
    	top: 51px;
	}
	
	.user-page .tab-pane-info-box {
		width: 580px;
	}
	
	.frontpage-speech-bubble::after {
		right: 115px;
	}
	
	.settings-mini {
		/*height: 314px;*/
	}
	
	.my-pages .sidenav-item-sidesymbol {
	    right: 2px;
	}
}

/* Small devices */
@media (max-width: 991px) {
	#google-map {
		height: 158px;
	}
	
	.navbar-subdropdown-container {
		width: 25%
	}
	
	.nav > li > a {
		font-size: 10px !important;
		padding-left: 5px;
		padding-right: 5px;
	}

	.my-pages .fa-user, 
	.my-pages .fa-bars { 
		font-size: 24px !important;
		margin-right: 0px !important;	
	}

	#sidebar {
		position: relative !important;
	    width: 100% !important;
	    margin-bottom: 30px;
	    top: 0px;
	}

	.sorting-objects {
		font-size: 14px;
	}

	.sorting-objects h2 {
		font-size: 16px;
	}

	.sorting-objects li {
		display: inline-block;
		padding-right: 5px;
		color: rgba(0,0,0,0.5);
	}

	.signed-in .user-info {
		margin-right: 0px !important;
	}
	
	.nav-bar-main-row {
		height: 100px;
	}
	
	.navbar-top-row-right {
		width: 100%;
		float: none;
	}
	
	.navbar-bottom-row-left {
		width: 100%;
		float: none;
	}
	
	.nav-bar-main-button {
	    border-top: 1px #fff solid;
	    
	}
	
	.nav-bar-main-search { 
		border-left: 1px #fff solid;
		border-right: 1px #fff solid;
	}

	.my-pages.nav-bar-main-common { 
		border-right: 1px #fff solid;
	}

	/*Single objekt*/
	.object-info-col {
		margin-top: 30px;
		border-top: 1px solid #999;
	}

	.archive .object-info-col {
		border-top: none;
	}

	.custom-tabs li:last-child {
		float: none;
	}

	.bids .bid {
    margin-top: 30px;
	}

	.bids .bid .row {
	    margin-left: -15px;
	}

	.bids .row .row {
		margin-left: -15px;
	}

	.object-info-col .social h3{
		padding-bottom: 5px !important;
	}

	.hidden-sm-down {
		display: none;
	}

	.hidden-md-up {
		display: block;
	}
	
	.categori-grid {
	    grid-template-columns: 50% 50%;
	}
	
	/*
	.search-button {
		display: none;
	}
	
	.search-button-mobile {
		display: block;
	}
	
	.search-panel-buffer {
		height: 10px;
	}
	*/
	
	.promo-image {
	    width: 240px;
    	right: 15px;
    	top: 50px;
	}
	
	.promo-text {
    	height: 60%;
    }
    
    .user-page .tab-pane-info-box {
		width: 360px;
	}
	
	.frontpage-speech-bubble::after {
		right: 170px;
	}
	
	.front-page-object-column-margins {
		margin-left: 0px !important;
	}
	
	#popular-objects {
		padding-left: 25px;
		padding-right: 25px;
	}
	
	.settings-mini {
		height: 300px;	
	}
}


/* Extra small devices */
@media (max-width: 767px) {
	#google-map {
		height: 188px;
	}
	
	header {
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
	}

	header.sticky .top-article { 
		border-bottom: 1px #cdcdcd solid;
	}

	.sticky .top-article > nav {
		margin-bottom: 0px;
	}

	.sticky .top-article {
		height: 50px;
	}

	.sticky .top-article img {
    max-width: 150px;
    margin: 0px;
	}
	section.sticky-content {
		padding-top: 170px;
	}

	#main-nav {
		background: #fff;
	}

	#main-nav span {
		display: none;
	}

	#main-nav .nav > li > a {
		font-size: 14px !important;
		text-transform: initial;
		padding-left: 15px;
		color: #9f3121;
		border-bottom: 1px solid #9f3121;
	}

	.hide-search .nav-bar-main-row {
		height: 50px;
	}
	
	.hide-search .navbar-top-row-right {
		display: none;
	}

	.nav-bar-main-search { 
		border-left: 0px;
		border-right: 0px;
	}
	
	.navbar-dropdown-content {
		border-top: 1px #cdcdcd solid;
		padding-bottom: 10px;
	}
	
	.navbar-dropdown-content,
	.navbar-subdropdown-content,
	.navbar-dropdown-container:hover .navbar-dropdown-content,
	.navbar-subdropdown-container:hover .navbar-subdropdown-content {
		display: none;
	}
	
	.navbar-dropdown-content.nav-bar-active {
		display: block !important;
		max-height: 400px;
		overflow-y: auto;
		background-color: #fff;
		color: #cdcdcd;
		padding: 0px 10px 10px 10px;
	}
	
	.navbar-subdropdown-content.nav-bar-active {
		display: block !important;
		position: static;
		background-color: #fff;
		color: #cdcdcd;
		padding: 0px;
	}
	
	.nav-bar-main-button,
	.nav-bar-main-button:hover,
	.nav-bar-main-button:focus,
	.nav-bar-altcolor .nav-bar-main-button,
	.nav-bar-altcolor .nav-bar-main-button:hover,
	.nav-bar-altcolor .nav-bar-main-button:focus {
		background: #fff;
		color: #cdcdcd;
		border-left: 0px;
		border-right: 0px;
	}
	
	.nav-bar-main-button.nav-bar-active,
	.nav-bar-main-button.nav-bar-active:hover,
	.nav-bar-main-button.nav-bar-active:focus {
		background: #858585;
		color: #fff !important;
	}
	
	.nav-bar-altcolor .nav-bar-main-button.nav-bar-active,
	.nav-bar-altcolor .nav-bar-main-button.nav-bar-active:hover,
	.nav-bar-altcolor .nav-bar-main-button.nav-bar-active:focus {
		background: #004f4e;
	}
	
	.navbar-subdropdown-container:hover .drop-menu-item-text {
		color: #cdcdcd;
	}
	
	.navbar-subdropdown-container {
		width: 100%;
		padding: 0px 0px;
		border-bottom: 2px #cdcdcd solid;
		text-align: left;
		height: auto;
		display: block;
		position: relative;
		padding: 0px 5px 0px 5px;
	}
	
	.drop-menu-item-container {
		height: 50px;
	}
	
	.drop-submenu-item {
		border-top: 1px #cdcdcd solid;
		height: 40px;
		line-height: 40px;
		padding: 0px;
		color: #cdcdcd;
	}
	
	.drop-submenu-item span {
		float: right;
		width: 60px;
		text-align: center;
		font-weight: bolder;
	}
	
	.navbar-expandmark {
		display: block;
		width:60px; 
		height:50px; 
		position:absolute; 
		top: 0px; 
		right: 5px; 
		font-size: 30px; 
		font-weight: bolder; 
		text-align: center;
		line-height: 50px;
	}
	
	.drop-menu-item-text,
	.navbar-subdropdown-container,
	.navbar-subdropdown-container:hover {
		color: #cdcdcd;
	}
	
	.nav-bar-main-button {
		position: relative;
		border: 0px;
		border-top: 1px #cdcdcd solid;
		border-bottom: 1px #cdcdcd solid;
	}
	
	.navbar-xs-button {
		display: block;
		position: absolute; 
		top: 0px; 
		left: 0px; 
		height: 100%; 
		width: 100%;
	}
	
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: initial;
	}
	
	#nav-button-hela-auktioner {
		border-right: 1px #cdcdcd solid;
	}
	
	/*
	.drop-menu-nav { 
		background: #fff;
		padding-left: 2.5%;
		padding-right: 2.5%;
		padding-bottom: 15px;
		max-height: 370px;
		overflow-y: scroll;
	}
	
	.drop-menu-nav.nav-bar-altcolor {
		background: #fff;
	}
	
	
	
	.drop-menu-item-inner {
		height: 40px;
		line-height: 40px;
		color: #858585;
	}
	
	.drop-menu-mobile-accord {
	    height: auto;
	}
	
	.drop-submenu-item-mobile {
		width: 100%;
		height: 40px;
		line-height: 40px;
		border-top: 1px #cdcdcd solid;
		font-size: 14px;
		color: #858585;
	}
	
	.drop-menu-mobile-accord {
		width: 100%;
	}
	*/

	.search form {
		padding: 0px 0px;
	}

	.search .fa-search {
		right: 0px;
	}

	.mobile-top {
		position: absolute;
    width: 100%;
    background: #fff;
    top: 120px;
    transition: all 0.3s ease-in-out;
    z-index: -1;
	}

	.mobile-top.sticky {
		top: 50px;
	}

	.mobile-top a {
		font-size: 12px;
		letter-spacing: 1px;
	}

	.top-article {
		background: #fff;
		height: auto;
		position: relative;
	}

	.top-article img {
		position: inherit;
		max-width: 250px;
		margin: auto auto;
		padding-left: 0px;
		transition: all 0.3s ease-in-out;
	}

	.top-article .row {
		margin: 0px;
	}
	.auktion-container {
		padding: 0px;
	}

	.hidden {
		display: block !important;
	}

	.hidden-sm {
		display: none !important;
	}

	.rm-left {
		padding-left: 15px !important;
	}

	.rm-right {
		padding-right: 15px !important;
	}

	.object-container .row {
		padding-right: 0px;
	}

	.autobid {
		left: 34px;
	}

	footer {
		padding: 50px 0px 70px 0px;
	}

	footer .headline {
	    margin-left: 0px;
	    margin-top: 15px;
	}	

	footer .col-md-8 .col-md-4,
	footer .col-md-8 .col-md-8 {
		padding-left: 0px;
	}

	footer ul {
		margin-bottom: 0px;
	}
	.copyright {
		margin-bottom: 15px;
	}


	.row {
		margin: 0px 5px;
	}
	
	.nav-bar-main-row { 
		margin: 0px;
		padding: 0px;
	}

	/*
	.row .row {
		margin: 0px;
	} */

	.container {
	  padding: 0px;
	}

	/*
	.social {
		font-size: 32px;
		padding: 0px 15px;
	} */

	.time { 
		padding: 10px 0px;
	}

	.contact {
		float: left;
	}
	.contact .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.send-message {
		width: 100%;	
	}

	/*
	.contact-person {
		display: none;
	}
	*/

	#auktion-map {
    height: 142px;
    margin-top: 15px;
    /*margin-left: -15px;*/
    /*margin-right: -15px;*/
	}

	.auktion-info .row{
		margin-left: -15px;
		margin-right: -15px;	
	}

	.auktion-info .time .row {
		padding: 0px 15px;
	}

	.object-container {
		padding: 0px;
	}
	.sorting-objects .headline {
		width: 100%;
	}
	#sidebar {
		/* display: none; */
	}


	.object-container.list {
		height: auto;
	}



	.list .display-img {
	    height: 120px;
	}

	.list .object-excerpt {
		padding: 0px;
		padding-top: 5px;
	}

	.list p,
	.list h3 {
		line-height: 20px;
	}


	.modal:before {
		height: 0%;
	}

	.modal-lg {
		width: 95%;
	}

	.modal .slider,
	.single-object .slider {
		max-width: 100%;
		width: 100%;
	}

	.modal .row .row,
	.single-object .row .row {
		margin-left: -15px;
		margin-right: -15px;
	}

	.object-info-col .social {
		padding: 15px !important; 
	}

	.modal .related .list .display-img {
		margin-right: 15px
	}
	
	.categori-grid {
	    grid-template-columns: 100%;
	}
	
	.auction-grid,
	.search-grid {
	    grid-template-columns: 100%;
	}
	
	.search-form {
		margin-top: 30px;
	}
	
	.single-object .object-container {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.hidden-xs {
    	display: none!important;
	}
	
	.list .highest-bid {
		text-align: left;
		padding-top: 0px;
	}
	
	#faqBtn,
	#myBtn {
		bottom: 57px !important;
	}
	
	#faqBack {
		padding: 10px 10px 57px 10px;
	}
	
	.user-page .tab-pane-info-box {
		width: 100%;
		margin-bottom: 0px;
	}
	
	#popular-objects {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.auktion-object-body-buttons-row {
		padding: 0px 10px;
		text-align: right;
	}
}
/*================================================
	Post Bootstrap Size Effects
==================================================*/
/*Force Auction Card View for Small Screens*/
@media (max-width: 499px) { 
	#grid-button,
	#list-button {
		display: none;
	}
}

/*Screen size based overrides for small and larger boot strap sizes*/
@media (min-width: 768px) {
	.sidenav-main-menu {
		width: 400px;
		height: 100%;
		position: absolute;
		top: 0;
		right: 0;
		-webkit-animation: width 0.3s;
	    transition: width 0.3s;
	}
	
	.sidenav-hidden {
		width: 0px;
	}
	
	.my-pages-nav {
		background: #9f3121;
		display: block !important;
		position: relative;
		color: #fff;
	}
	
	.sidenav-close-button {
		position: absolute;
		left: 10px;
		top: -40px;
		line-height: 40px;
		height: 40px;
		width: 40px;
		font-size: 40px;
		text-align: center;
		color: #fff !important;
		opacity: 0.75;
	}
	
	.sidenav-close-button:hover {
		opacity: 1;
	}
	
	.sidenav-content {
		margin: 50px 60px;
	}
	
	#sidenav-item-meny {
		display: block;
	}
	
	#sidenav-id-row {
		height: 36px; 
		background: #fff; 
		padding: 3px 40px 3px 40px;
		line-height:30px; 
		color: #333; 
		margin-bottom: 0px !important; 
		border-bottom: 0px #fff solid;
	}
	
	/*#sidenav-id-row img*/
	.sidenav-avatar {
		top: 3px;
		right: 5px;
		width: 30px; 
		height: 30px;
	}
	
	#sidenav-id-row img.vip_marker {
		top: 8px;
		left: 10px;
		width: 20px; 
		height: 20px;
	}
	
	.sidenav-content-item {
		border-bottom: 1px #fff solid;
	}
	
	.sidenav-item-sidesymbol,
	.sidenav-item-sidesymbol-left {
		color: #fff;
	}
	
	.sidenav-main-menu .sidenav-note-circle {
		color: #9f3121;
	}
	
	.sidenav-toggle-symbol {
		font-size: 32px;
		opacity: 0.75;
	}
	
	.sidenav-toggle-symbol:hover {
		opacity: 1;
	}
	
	.sidenav-content-table {
		display: block;
		width: 100%;
		border-top: 1px #fff solid;
		border-left: 1px #fff solid;
		border-right: 1px #fff solid;
		margin-bottom: 20px;
	}
	
	.sidenav-content-table tr {
		height: 28px;
		line-height: 28px;
		border-bottom: 1px #fff solid;
	}
	
	.sidenav-content-table td {
		width: 50%;
		height: 28px;
		line-height: 28px;
		color: #fff;
		background: #9f3121;
	}

	.list-view .object-container.category-object-list {
		padding-left: 0px;
    	padding-right: 0px;
	}
	
	.auction-grid.list-view
	{
		width: 100%;
		display: block;
	}
	
	.list-view .auktion-object-card {
		width: 100%;
		height: 132px;
		position: relative;
	}
	
	.list-view .auktion-object-body {
		height: 132px;
		margin-right: 250px;
	}
	
	.list-view .auktion-object-footer {
		width: 250px;
		position: absolute;
		right: 0px;
		top: 0px;
		height: 132px;
		z-index: 2;
	}
	
	.list-view .show-autobid .auktion-object-card,
	.list-view .show-autobid .auktion-object-body,
	.list-view .show-autobid .auktion-object-footer {
		height: 167px;
	}
	
	.list-view .auktion-object-footer:after {
		content: "";
		position: absolute;
		height: 112px;
		top: 10px;
		right: 251px;
		width: 1px;
		background: #ececed;
	}
	
	.list-view .show-autobid .auktion-object-footer:after {
		height: 147px;
	}
	
	.list-view .auktion-object-body-image {
		width: 176px;
		left: 0px;
		top: 0px;
		position: absolute;
	}
	
	.list-view .show-autobid .auktion-object-body-image {
		width: 222px;
	}
	
	.list-view .auktion-object-card-title {
		display: none;
	}
	
	.list-view .auktion-object-body-item {
		height: 17px;
		overflow: hidden;
	}
	
	.list-view .auction-object-card-subtitle {
		display: block;
		font-size: 14px;
    	line-height: 19px;
    	height: 19px;
	}
	
	.list-view .auktion-object-body-inner {
		height: 127px;
		padding: 10px 14px 0px 190px;
	}
	
	.list-view .show-autobid .auktion-object-body-inner {
		height: 136px;
		padding: 31px 5px 0px 232px;
	}
	
	.list-view .auktion-object-box {
		height: 46px;
	}
	
	.list-view .auktion-object-bidbox {
		height: 36px;
	}
	
	.list-view .show-autobid .auktion-object-bidbox {
		height: 71px;
	}
	
	.list-view .auktion-object-body-buttons-row {
		bottom: 5px;
		left: 180px;
		width: 165px;
	}
	
	.list-view .show-autobid .auktion-object-body-buttons-row {
		bottom: 15px;
		left: 222px;
	}
	
	#sidenav-id-row {
		margin-bottom: 10px;
	}
	
	#pay_page_bottom_right_image {
		position: absolute;
		right: 0px;
		bottom: 0px;
	}
}

/*================================================
	Fixes
==================================================*/

::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

:-moz-placeholder { /* Firefox 18- */
	color: rgba(255, 255, 255, .5);  
}

::-moz-placeholder {  /* Firefox 19+ */
	color: rgba(255, 255, 255, .5);  
}

:-ms-input-placeholder {  
	color: rgba(255, 255, 255, .5);  
}

input[disabled], textarea[disabled],
select[disabled='disabled']{
   color: rgba(255, 255, 255, 1); 
   -webkit-text-fill-color: #ffffff;
}


/*focus*/
:focus {
	outline: 1px solid rgba(0, 0, 0, .5);
}


::-ms-clear {
    display: none;
}

@-ms-viewport { 
	width: auto !important; 
}

.warning {
	color:red;
	font-weight:bold;
}
.success {
	color:green;
	font-weight:bold;
}

.extra_image_block {
	float:left;
	margin:5px;
	height:50px;
}

/*[NET326]*/
.product-main-image-container {
	width: 100%;
	overflow: hidden;
}
/*[NET326]*/
.product-main-image {
	width: 100%;
}

#confirm-delete,
#confirm-autobid {
	z-index:10000;
}

#notices {
	z-index:5000;
}

.image_container {
	position:relative;		
}

.object-list-timer #timer{
	top:50%;
}

.category-object-list #timer {
	top:15%;
}

.category-object-list-hidden { 
	display: none;
}

.object-list-timer, .object-list-timer #timer .seconds {
	font-size:16px;
}

.goog-te-menu-value span:last-child {
	display:none;
}

.my-auctions {
	padding-left:15px;
}

.auktions .auction-list {
	margin-bottom:50px;
}

.single-page {
	padding: 15px;
}
.single-page aside img {
	max-width: 100%;
	width: 100%;
}

.single-page aside {
	text-align: left;
	margin-top: 0px;
}	

.single-page ul {
display: inline-block;
margin: 0;
padding: 0;
list-style: none;
padding: 15px 0;
}

.single-page strong {
	display: block;
}

.single-page p {
	padding-top: 15px;
	margin: 0;
}

.single-footer {
	background: #dadada;
	padding: 15px;
	margin-top: 30px;
}

span.name {
	color: #d56d47;
	font-size: 14px;
	display: block;
}

.single-page h1 {
	margin: 15px 0;
	padding: 0px;
	text-transform: initial;
}

.my-bids {
	margin-bottom:20px;
}

.relative {
	position:relative;
}

.right {
	float:right;
}

.active-auctions-nav .active-auction { 
	padding: 5px 10px;
	background-color: #fff;
}

.image-container {
	position:relative;
}

.auction-listitem-highlight {
	box-shadow: 0 0 10px rgb(0, 0, 0);
	margin: 5px 1px 3px 0px;
	border: 1px solid rgba(81, 203, 238, 1);
}

.centerimage img{
	max-width:100%;
}

.list-clock {
	margin-top:5px;
	color:black;
}

.top-bidder-text {
	display:block;
}

#confirm-delete .modal-dialog, #notices .modal-dialog {
	width:auto !important;
}

.new-bid-highlight {
	font-weight:bold;
	color:#cb643c;
}


.object-sold-overlay-single {
    position: absolute;
    top: 10px;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 160px;
    z-index: 10;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background-color: white;
    padding: 2px 0px;
}

.object-sold-overlay {
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 94%;
    z-index: 10;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    background-color: white;
    padding: 2px 0px;
    bottom: 20px;
    padding:10px;
    border:1px solid gray;
}

.object-sold-reserve-met {
	color:#91ad8b;
}

.object-sold-reserve-not-met {
	color:#9f3121;
}

.tabbable-custom ul {
	padding:0px;
}

.dataTables_paginate li {
	padding:0px 5px;
	float:left;
}

.negotiation-bid-input {
	width:80px;
	padding: 1px 1px;
}

.reminder_notice {
	clear:both;
}

.auction_modal_button_notice {
	font-size: 12px;
	position:absolute; 
	left:0px; 
	top: 70px; 
	z-index:10;
}

.favorite-box i, .reminder-box i {
	margin-bottom:5px;	
}

.end_message { 
	text-align:center;
	opacity: 0;	
}

.end_message h3 {
	text-align:center;
	font-size:14px;	
}

.pswp__bg {
	opacity:0.8 !important;
}

#hot-auctions a:hover, #new-auctions a:hover {
	 cursor: pointer; 
}

.headline .subtext {
	font-size:14px;	
}

.front-page-auction-line {
	border-top: 1px solid #888;
}

.auktion-contact-input { 
	width: 100%;
	height: 40px;
	margin-bottom: 20px;
	background: #91aa8c;
	overflow: hidden;
	color: #fff;
	padding: 5px 10px;
	line-height: 30px;
}

.notice-text-area { 
	width: 100%;
	height: 200px;
	background: #cdcdcd;
	overflow-x: hidden;
	overflow-y: auto;
	color: #fff;
	padding: 10px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
  margin: 0; 
}

/*================================================
	Override
==================================================*/

.active-card-color-change { 

}

.settings-block input[disabled] {
	color:black;
	font-weight:bold;
	-webkit-text-fill-color: black;
}

.single-page-container {
	background-color:#fff;
}

.obj-info.facts .fa {
	font-size:14px;	
}

.auktion-info .fa {
	font-size:16px;	
}

.auktion-info .social .fa {
	font-size:38px;	
}

.single-object-contact-footer input, .single-object-contact-footer textarea {
	border:0px;	
}
}
.no-pad-horizontal{
	cursor:pointer;	
}

.active-auctions-nav .selected-auction {
	background-color: #eabfae;
}

.active-auctions-nav .click-auction {
	background-color: #cb643c;
	color: #fff;
}

.active-auctions-nav .click-auction .title,
.active-auctions-nav .click-auction .location {
	color: #fff;
}

.pagination {
  display: inline-block;
  margin-bottom:0px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
  border: 1px solid #ddd; /* Gray */
}

.pagination a.active {
  background-color: #cb643c;
  color: white;
}

.nav-bar-main-common:hover {
	cursor:pointer;	
}

.page_user_input {
	width: 175px; 
	border: none; 
	background: #ececed; 
	height: 30px; 
	padding: 0px 5px;
}

.page_user_input:active,
.page_user_input:hover {
	border: none;
}

#sample_5_wrapper
#sample_6_wrapper, {
	margin-top: 120px !important;	
}

.logged_in_vip_marker {
	position: absolute;
	top: 15px;
	right: 2px;
	width: 20px;
	height: 20px;
	/*z-index: 1;*/
}

.logged_in_vip_marker img {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 20px;
	height: 20px;
}

.avatar_group_title {
	width: 100%;
    margin: 0px 10px 13px 10px;
}

.avatar_divider {
	height: 1px;
	background: rgba(0,0,0,0.5);
	margin: 15px 10px;
	width: 100%;
	clear: both;
}

.layered_avatar {
	display: inline-block;
	position: relative;
}

.layered_avatar_layer {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.sparkle_container {
	position: absolute;
	object-fit: contain;
	transform: translate(-50%, -50%)
}

.rotating_sparkle {
	width: 100%;
	transform: scale(0, 0);
	/*height: 100%;*/
	animation-timing-function: linear;
	animation-name: rotating_sparkle_frames;
	animation-iteration-count: infinite;
}

@keyframes rotating_sparkle_frames {
	0%   {transform: scale(0, 0) rotate(0.0turn);}
	12%   {transform: scale(1, 1) rotate(1.0turn);}
	12.00001%   {transform: scale(1, 1) rotate(0.0turn);}
	24%  {transform: scale(0, 0) rotate(1.0turn);}
	100%  {transform: scale(0, 0) rotate(1.0turn);}
}

.extrapicture {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-main-image:hover {
	cursor:pointer;
}

.pagination .active a {
	border: 2px solid #cb643c;
    padding: 7px 15px;
}

.simple-action-button,
.simple-action-button-tall {
	background-color: #cb643c;
	border: 0px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	border-radius: 3px;
	padding: 0px 12px;
}

.simple-action-button:hover,
.simple-action-button-tall:hover {
	background-color: #9f3121;
	color: #fff !important;
	transition: background-color 0.25s ease-in-out;
}

.simple-action-button-tall {
	padding:5px 10px;
}

table.simple_full_width_table {
	width: 100%;
	padding: 0px;
	margin: 0px;
	border-spacing: 0px;
	border: none;
	border-top: 2px #333 solid;
	border-bottom: 2px #333 solid;
	background: inherit;
}

table.simple_full_width_table tr {
	background: inherit;
	border-bottom: 1px #333 solid;
	height: auto;
}

table.simple_full_width_table td,
table.simple_full_width_table th {
	text-align: left;
	background: inherit;
	color: #333;
	width: 0px;
	padding: 3px;
	white-space: nowrap;
	cursor: default;
}

table.simple_full_width_table td.stretch_cell ,
table.simple_full_width_table th.stretch_cell {
	width: auto;
	white-space: default;
}

table.simple_full_width_table th {
	font-weight: bold;
	border-bottom: 2px #333 solid;
	font-size: 11px;
}

.login_qr_img {
	cursor: pointer;
}

.login-input {
	width: 100%;
	background: #91ad8b;
	height: 40px;
	padding-left: 15px;
	color: #fff;
	border: none;
	margin-bottom: 15px;
}

.login-input.login-input-inactive {
	background: #9c9c9c;
}

.login-button {
	height: 40px;
	border: none;
	background: #cb643c;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	position: relative;
}

.login-button a {
	height: 100%;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 40px;
	font-size: 14px;
}

.login-button.disabled {
	background: #9c9c9c;;
}

.category_ended_overlay,
.product_ended_overlay {
	position: absolute;
    transform: rotate(-37deg);
    left: -12.5%;
    top: calc(50% - 20px);
    width: 125%;
    height: 40px;
    line-height: 40px;
    font-size: 25px;
    background: rgba(200,0,0,0.4);
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.vacation-notice {
	max-width: 700px;
	text-align: right;
	margin-bottom:0px;
	float: right;
    padding: 0px 10px;
}

.vacation-notice p {
	margin: 0px;
}

@media only screen and (max-width: 1200px) {
	.vacation-notice {
		width: 600px;
		text-align: right;
		font-size:13px;
	}
}

@media only screen and (max-width: 990px) {
	.vacation-notice {
		width: 420px;
		text-align: right;
		float:right;
		font-size:12px;
	}
}

@media only screen and (max-width: 765px) {
	.vacation-notice {
		width: 100%;
		text-align: center;
		float:none;
	}
}