/*!
 * Bootstrap v3.0.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

footer {
    display: block;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

a {
    background: transparent;
}

a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

strong {
    font-weight: bold;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

small {
    font-size: 80%;
}

img {
    border: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

button,
input {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,
input {
    line-height: normal;
}

button {
    text-transform: none;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #ffffff;
}

input,
button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #428bca;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

p {
    margin: 0 0 10px;
}

small {
    font-size: 85%;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

h1,
h2,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1,
h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.428571429;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-sm-2,
.col-md-2,
.col-sm-3,
.col-md-3,
.col-xs-4,
.col-sm-4,
.col-lg-4,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-lg-8,
.col-md-9,
.col-xs-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.col-xs-4,
.col-xs-6,
.col-xs-8 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

@media (min-width:768px) {
    .container {
        width: 750px;
    }
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-6 {
        float: left;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-4 {
        width: 33.33333333333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.666666666666664%;
    }
}

@media (min-width:992px) {
    .container {
        width: 970px;
    }
    .col-md-2,
    .col-md-3,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-9 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-7 {
        width: 58.333333333333336%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666666666667%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.666666666666664%;
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px;
    }
    .col-lg-4,
    .col-lg-5,
    .col-lg-7,
    .col-lg-8 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-8 {
        width: 66.66666666666666%;
    }
    .col-lg-7 {
        width: 58.333333333333336%;
    }
    .col-lg-5 {
        width: 41.66666666666667%;
    }
    .col-lg-4 {
        width: 33.33333333333333%;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus {
    color: #333333;
    text-decoration: none;
}

.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}

.btn-default:active {
    background-image: none;
}

.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0;
}

.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group .form-control:first-child,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group .form-control:last-child,
.input-group-btn:last-child>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-btn {
    position: relative;
    white-space: nowrap;
}

.input-group-btn:last-child>.btn {
    margin-left: -1px;
}

.input-group-btn>.btn {
    position: relative;
}

.input-group-btn>.btn+.btn {
    margin-left: -4px;
}

.input-group-btn>.btn:hover,
.input-group-btn>.btn:active {
    z-index: 2;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important;
    }
}

.visible-md {
    display: none !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-md.visible-lg {
        display: block !important;
    }
}

.visible-lg {
    display: none !important;
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display: block !important;
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important;
    }
}

.hidden-xs {
    display: block !important;
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display: none !important;
    }
}

.hidden-sm {
    display: block !important;
}

@media (max-width:767px) {
    .hidden-sm.hidden-xs {
        display: none !important;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important;
    }
}


/*custom.css*/

.leftadspace,
.leftsidebar {
    margin-left: 0;
    padding-left: 0
}

.gallerypic,
html {
    position: relative
}

a {
    color: #404040
}

a:hover {
    color: #606060;
    text-decoration: underline
}

.gallerymode .pris,
.pris {
    color: #00ab24;
    font-weight: 700
}

.nopadding {
    padding: 0
}

.nomarginpaddingsides {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

@media (max-width:767px) {
    .nomarginpaddingsidesonmobile {
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

@media (max-width:500px) {
    .auktionshusinfo small {
        font-size: 9px
    }
}

.galleryitem .smalldate {
    font-size: 11px;
    margin-bottom: 0;
    line-height: 10px
}

.gallerymode h6 {
    margin-top: 0;
    font-weight: 700;
    margin-bottom: 2px
}

.gallerymode .pris {
    margin-top: 0;
    font-size: 12px;
    line-height: 12px
}

.galleryitem {
    margin-bottom: 10px;
    min-height: 230px
}

@media (min-width:380px) {
    .galleryitem {
        min-height: 284px
    }
}

@media (min-width:992px) {
    .galleryitem {
        min-height: 200px
    }
}

@media (min-width:1200px) {
    .galleryitem {
        min-height: 220px
    }
}

h1 {
    font-weight: 700;
    font-size: 24px
}

h2 {
    font-size: 14px;
    line-height: 1.428571429;
    font-family: Arial, sans-serif;
    margin-top: 0;
    margin-bottom: 0
}

.pris {
    font-size: 24px;
    line-height: 26px
}

.searchheader {
    background-color: #dadada;
    padding: 30px 15px 25px
}

@media (max-width:500px) {
    .searchheader {
        padding-top: 15px;
        padding-bottom: 14px;
        font-size: 10px
    }
    .searchheader img {
        height: 10px;
        width: auto
    }
}

.borderright {
    border-right: thin solid #eee
}

.topmargin15,
.topmargin25 {
    margin-top: 15px
}

.topmargin200 {
    margin-top: 200px
}

.btn-oldstyle {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #464646;
    background-image: -moz-linear-gradient(top, #505050, #373737);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#505050), to(#373737));
    background-image: -webkit-linear-gradient(top, #505050, #373737);
    background-image: -o-linear-gradient(top, #505050, #373737);
    background-image: linear-gradient(to bottom, #505050, #373737);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff505050', endColorstr='#ff363636', GradientType=0);
    border-color: #373737 #373737 #101010;
    border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
    -moz-border-radius: 0;
    border-radius: 0
}

.btn-oldstyle:focus,
.btn-oldstyle:hover {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position .1s linear;
    -moz-transition: background-position .1s linear;
    -o-transition: background-position .1s linear;
    transition: background-position .1s linear;
    color: #ddd;
    background-color: #373737
}

.btn-oldstyle:active {
    color: #aaa;
    background-color: #434343;
    border-color: #373737
}

.input-group {
    width: 100%
}

.form-control {
    border: 0
}

.search_box .input_bg,
.search_box input[type=text] {
    font-size: 16px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    float: left;
    width: 100%
}

.search_box {
    width: 100%;
    padding: 10px 12px;
    background: #dadada;
    display: block
}

.search_box .input_bg {
    width: 100%;
    float: left;
    background: #fff url(/common/images/Search-icon.svg) no-repeat .5em .55em;
    background-size: 1.6em 1.6em;
    font-size: 13px;
    line-height: 18px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    border: none;
    padding: 0 0 0 40px;
    font-style: italic
}

.search_box input[type=text] {
    background: #fff;
    line-height: 16px;
    padding-left: 0
}

.leftadspace {
    padding-right: 0;
    margin-right: 0
}

.leftsidebar h5 {
    margin-right: 15px;
    font-size: 23px;
    font-weight: 700
}

.leftsidebar {
    margin-right: 0
}

.gallerypic {
    background: url(/img_box_bg.png);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    float: left;
    margin-bottom: 3px;
    overflow: hidden
}

.gallerypic img {
    width: 100%
}

.load_more {
    float: left;
    background-color: #FFF;
    background: linear-gradient(#fff 0, #eee 100%) repeat-x #fff;
    background-position: left top;
    background-repeat: repeat-x;
    border-color: #DDD #AAA #AAA #DDD;
    border-style: solid;
    border-width: 1px;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: 40px;
    line-height: 1.5em;
    margin-bottom: 6px;
    outline: 0;
    padding: 8px 0;
    color: #444;
    text-decoration: none;
    text-align: center;
    text-shadow: 1px 1px 1px #FFF;
    width: 100%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px
}

.load_more:hover {
    background-position: left -78px;
    border: 1px solid #BBB;
    text-decoration: none
}

.load_more:active {
    background-position: left -38px;
    color: #666
}

.margintop15 {
    margin-top: 15px
}

.footer a {
    text-decoration: underline;
    color: #fff
}

.footer a:hover,
.footer dd a,
.footer dt {
    text-decoration: none
}

html {
    min-height: 100%
}

body {
    margin-bottom: 100px;
    min-height: 500px
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 200px;
    background-color: #666;
    color: #fff
}

@media (max-width:768px) {
    body {
        margin-bottom: 50px
    }
    .footer {
        position: absolute;
        bottom: 0;
        height: 100px
    }
}

.footer dd {
    padding: .1em 0;
    margin-bottom: 0
}

.footer dd a {
    color: #fff;
    font-size: .9em
}

.footer dt {
    color: #fff;
    margin-bottom: .5em;
    letter-spacing: .15em;
    font-size: .9em
}

.footcontainer {
    padding: 35px 0;
    height: 100px
}

input[type=text],
input[type=text]:focus {
    border-color: rgba(126, 239, 104, .8);
    box-shadow: 0 0 0 rgba(0, 0, 0, .075) inset, 0 0 0 rgba(126, 239, 104, .6);
    outline: 0
}

.headerlogo .img-responsive {
    margin: 0 auto;
    padding-bottom: 10em
}

.frontpage-search-container {
    position: absolute;
    top: 0;
    left: 5%;
    right: 5%;
    bottom: 0
}

.headerlogo {
    width: 100%;
    position: absolute;
    top: 20%;
    margin-top: -17px
}

.headerlogo .search_box {
    max-width: 52em;
    margin: 0 auto
}

@media (max-width:768px) {
    .headerlogo {
        position: absolute;
        top: 10%;
        margin-top: -17px
    }
    .headerlogo .img-responsive {
        margin: 0 auto;
        padding-bottom: 5em
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.leftmargin15 {
    margin-left: 15px
}