div.tooltip-inner {
    font-size: 14px;
    padding: 10px;
    max-width: 260px;
}

/* billistan */

.sort.asc span:before {content: "\f0d8";font-family: FontAwesome;margin-right:10px;}
.sort.desc span:before {content: "\f0d7";font-family: FontAwesome;margin-right:10px;}

.sorting {
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0 2px #ccc;
    border-radius: 5px;
}

.pagination {
    margin: auto;
}
section#bilar .carcontainer {
    box-shadow: 0px 0px 2px #ccc;
    max-width: 300px;
    margin: 0 auto 10px auto;
}
section#bilar .carcontainer a {
    display: block;
}
section#bilar .center {
    text-align: center;
}
section#bilar .carimage {
    width: 100%;
    padding-bottom: 70%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
section#bilar .carcontainer h4 {
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 2rem;
    line-height: 2rem;
    white-space: nowrap!important;
}
section#bilar .carcontainer .carinfo {
    padding: 10px;
}
section#bilar .carcontainer .carinfo .btn, section#bilar .price {
    margin-top: 10px;
}
section#bilar .price {
    font-size: 80%;
    padding: 5px;
    border: 1px solid rgb(204, 204, 204);
    border-radius: 5px;
}
section#bilar .price span {
    font-weight: bold;
    font-size: 1rem;
}
section#bilar i.fa-info-circle {
    margin-left: 20px;
    color: grey;
}
section#bilar i.fa-arrow-down {
    color: red;
    margin-right: 20px;
}
section#bilar .carcontainer .dl-horizontal {
    margin-bottom: 10px;
    width: 80%;
    margin: auto;
}
section#bilar .carcontainer dt, section#bilar .carcontainer dd {
    width: 50% !important;
    float: left;
    margin: 0;
}
section#bilar .carcontainer dl dt {
    text-align: left;
}
section#bilar .carcontainer dl dd {
    text-align: right;
}
section#bilar .logo {
    max-width: 250px;
    margin: auto;
}

/* bilsidan */
section#bil h1 {
    color: black;
    font-size: 6vw;
}
section#bil .objekt-utr .list-group.row {
    margin: 0;
}
section#bil .objekt-utr ul .list-group-item {
    border: none;
    padding: 0;
}
@media screen (max-width:500px) {
    section#bil .objekt-utr ul .list-group-item {
        font-size: 80%;
    }
}

.dl-horizontal.dl-striped > dt {
    margin: 0 20px 0 0;
    padding: 5px 0;
    width: 90px;
    float: left;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal.dl-striped > dd {
    margin: 0;
    padding: 5px 0;
}
.dl-horizontal.dl-striped > dd:nth-child(4n - 2) {
    background-color: rgba(0, 0, 0, 0.1);
}

section#bil .objekt-parameters {
    margin-bottom: 30px;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}
section#bil .objekt-parameters .card-body {
    padding: 0.5rem;
    margin-bottom: 0;
}

@media print {
    .objekt-parameters {
        margin: 0!important;
    }
}
/* ==========================================================================
   Prislager på slidern
   ========================================================================== */

.price-overlay {
    position: absolute;
    right: 15px;
    z-index: 99;
}

.price-overlay .price-container {
    background-color: #444547;
    background: rgba(0, 0, 0, 0.55);
    padding: 5px;
    color: #fff;
    -webkit-border-bottom-left-radius: 5px;  -moz-border-radius-bottomleft: 5px;  border-bottom-left-radius: 5px;
}
.price-container .section {
    padding: 8px;
    float: left;
}
.price-container .section .label {
    background: none;
    font-size: 16px;
    font-weight: normal;
	font-family: Arial, Tahoma, Helvetica;
    padding: 0;
    color: inherit;
    margin-bottom: 5px;
}

.price-overlay .price {
	font-family: Arial, Tahoma, Helvetica;
    font-size: 24px;
    font-weight: bold;
}
.price-overlay .price small {
	font-size: 50%;
	font-weight: normal;
	float:right;
}
.price-overlay .price span {
    float:right;
}
@media (max-width: 480px)
{

    .flex-direction-nav {display: none;}

    .list-object .info {
		padding: 4px;
	}
	.list-object .info .name {
		width: 100%;
		max-height: 30px;
	}

	.price-container .section {
	    width: 45%;
	    padding-right: 0px;
	    padding-top: 4px;
	    padding-bottom: 4px;
	}

	.price-overlay {
	    right: 0px;
		width: 100%;
	}

	.price {
	    font-size: 17px;
	}
	.price-overlay .price-container {
	    border-radius: 0px;
	    background-color: rgba(0, 0, 0, 0.8);
	}
	.price-overlay .price small, .price-overlay .price span {
		float: left;
	}

	.price-overlay {
	    position: relative;
    }

	#SearchResult h2 {
		line-height: 30px;
		margin: 0px;
	}

}
