/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; height:100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { height:100%; margin: 0; font-size: 13px; line-height: 1.231; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #68E7FF; color: #000; text-shadow: none; }
::selection { background: #68E7FF; color: #000; text-shadow: none; }

/* =============================================================================
   Links
   ========================================================================== */

a {
    color: #03809d;
    font-weight: bold;
    text-decoration: none;
}
a:visited { color: #03809d; }
a:focus { outline: 0; }

form input[type="number"],
form input[type="text"],
form input[type="email"],
form select,
textarea {
    border: 1px solid #CCCCCC;
    padding: 6px;
}

form input[type="submit"] {
  padding: 6px;
}

form input:focus,
form textarea:focus {
  border:1px solid #00aaed;
  outline: none;
}

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; }

/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }
li { font-size: 1.1em; }

/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }

/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }

/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */
   
* {
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

body {
  background: url('../img/background.gif') repeat;
  font-family: 'Open Sans', Arial, Verdana, sans-serif;
  color:#000;
}

#container {
  padding-top:20px;
}

#main {
  width: auto;
  max-width: 984px;
  height: 100%;
  margin: 0 auto;
  padding:0 20px 120px 20px;
  background: #fff;
  position:relative;
  border: 1px solid #eee;
  border-radius: 15px;
}

#logotype {
  width:150px;
  height:81px;
  background:url('../img/logotype.svg') no-repeat;
  position:absolute;
  top:20px;
  right:80px;
}

#fb {
  width:53px;
  height:66px;
  background:url('../img/facebook.png') no-repeat;
  position:absolute;
  top:5px;
  right:5px;
  color:#3B5998;
  text-align:center;
  font-size:12px;
  line-height:100px;
  display:none;
}

#uc {
  position: relative;
  top: 30px;
}

#rosabandet {
	width: 110px;
	height: 126px;
	background:url('../img/other/rosabandet.png') no-repeat;
	position: absolute;
	right: 10px;
	top: 30px;
	z-index: 999;
	background-size: contain;
}

#copyright,
#copyright a {
  text-align: center;
}

#copyright a img {
  width: 120px;
  height: 28px;
  position: relative;
  top: 39px;
}

#response {
  color:#000;
  width:530px;
  line-height:40px;
  height:40px;
  margin-bottom:20px;
  text-indent:25px;
  display:none;
}

#response.success {
  background:url("../img/success.png") no-repeat 1px 50%;
}

#response.error {
  background:url("../img/error.png") no-repeat 1px 50%;
}

header nav#normal-view {
  display: inline-block;
  height:44px;
  background: #4fceed;
  margin-top:40px;
  margin-left:-27px;
  position:relative;
}

header nav#mobile-view {
  height: 32px;
  margin: 80px -21px 0 -21px;
  position: relative;
  display: none;
  background: #4fceed;
  text-align: center;
}

header nav#mobile-view a {
  line-height: 32px;
  margin-right: 0.8em;
  font-size: 0.9em;
}

header nav#mobile-view a:last-child {
  margin-right: 0;
}

header nav ::-moz-selection { background: none; color: none; }
header nav ::selection { background: none; color: none; }

header nav#normal-view:before,
#latest-cars article .price:before {
  content:"";
  width:7px;
  height:7px;
  background:url('../img/header-shadow.png') no-repeat;
  position:absolute;
  bottom:-7px;
  left:0;
}

header nav#normal-view:after {
  border-color:transparent #4fceed;
  border-style:solid;
  border-width:22px 0 22px 15px;
  content:"";
  position:absolute;
}

header nav#normal-view a {
  float: left;
  line-height: 44px;
  margin:0;
  padding:0 1.2em;
  font-weight:600;
}

header nav#normal-view a:first-child {
  margin-left: 1em;
}

header a,
header a:visited {
  font-size: 1.3em;
  color: #fff;
  text-decoration: none;
}

header a:hover,
header a.selected {
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition:all .2s ease-in-out;
  -o-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  color: #000000;
  text-shadow: none;
}

.bluebutton {
  outline: 0;
  background: #4fceed;
  background: -moz-linear-gradient(top, #4fceed 0%, #35b4d3 100%);
  background: -webkit-linear-gradient(top, #4fceed 0%,#35b4d3 100%);
  background: linear-gradient(to bottom, #4fceed 0%,#35b4d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fceed', endColorstr='#35b4d3',GradientType=0);
}

.bluebutton:hover {
  background: -moz-linear-gradient(top, #35b4d3 0%, #4fceed 100%);
  background: -webkit-linear-gradient(top, #35b4d3 0%,#4fceed 100%);
  background: linear-gradient(to bottom, #35b4d3 0%,#4fceed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35b4d3', endColorstr='#4fceed',GradientType=0);
}

hr {
  height:2px;
  width:100%;
  background:#fff;
  border-top:1px solid #aaa;
  margin-bottom:25px;
}

footer {
  position:relative;
  height:120px;
  max-width:984px;
  margin:-120px auto 0;
  font-size:1.0em;
  color:#fff;
  background: #4fceed;
  background: -moz-linear-gradient(top, #4fceed 0%, #35b4d3 100%);
  background: -webkit-linear-gradient(top, #4fceed 0%,#35b4d3 100%);
  background: linear-gradient(to bottom, #4fceed 0%,#35b4d3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fceed', endColorstr='#35b4d3',GradientType=0);
  clear:both;
  border-radius:0 0 15px 15px;
}

footer article {
  float: left;
  height: 100%;
  width: calc(100% / 3);
  margin-top: 7px;
}

footer article h1 {
  font-size:1.4em;
  font-weight:bold;
  margin-left:20px;
}

footer article p {
  font-size:0.9em;
  margin:0 0 0 20px;
}

footer article p > a {
  color:#fff;
  text-decoration:none;
  font-weight:normal;
}

h1 {
  font-size:34px;
  margin:10px 0;
}

p {
  font-size:1.2em;
  line-height:1.6em;
}

sup {
  color:#a00;
}

form {
 width: 550px;
 margin: 0 20px 0;
 float: left;
}

form label {
  display: block;
  margin-bottom: 10px;
}

form input[type="text"],
form input[type="email"],
form textarea,
select {
  margin-top: 3px;
  padding: 5px;
  width: 220px;
}

form textarea {
  resize:none;
  width: 300px;
}

form input[type="submit"]
{
  float: right;
}

::-webkit-input-placeholder {
   color: #bbb;
}

:-moz-placeholder {
   color: #bbb;
}

.text-center {
  text-align:center;
}

.right {
  float: right;
}

.shadowed-image {
  background:#fff;
  padding:5px;
  box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.2);
  margin:0 1em;
}

.email {
  unicode-bidi: bidi-override;
  direction: rtl;
  display: inline-block;
}

#latest-cars,
#listing,
#details {
  margin-bottom:30px;
}

#latest-cars article {
  font:normal 0.9em/1.3em 'Open Sans', Arial, Verdana, sans-serif;
  width:calc((100% - 60px)/4);
  border:1px solid #ddd;
  float:left;
  margin-right:20px;
  padding:5px 5px 40px 5px;
  position:relative;
}

#latest-cars article.last {
  margin-right:0;
}

#latest-cars article img {
  width:100%;
  display:block;
  background:url(../img/no-image.png) no-repeat 50% 50% #fff;
}

#latest-cars article header {
  font-weight:bold;
  font-size:1.2em;
  margin:10px 0 10px 0;
  padding:5px;
  height:55px;
  text-align:center;
  border-bottom:1px dashed #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
}

#latest-cars article span {
  width:calc((100% - 20px) / 2);
  display:inline-block;
  margin-left:5px;
  font-weight:bold;
}

#latest-cars article .shadow {
  position:absolute;
  bottom:-7px;
  left:0px;
  width:220px;
  height:7px;
  background:url('../img/shadow.png') no-repeat;
}

#latest-cars article .price {
  padding:4px 7px;
  background:rgba(53,180,211,0.8);
  box-shadow:1px 1px 2px rgba(0,0,0,0.5);
  color:#fff;
  font-size:1.2em;
  position: absolute;
  top: 7px;
  left: -12px;
  width: auto;
}

#listing,
#details {
  margin-top:30px;
}

#listing article,
#details article {
  position:relative;
  margin:0 -20px;
  background:#F8F7F5;
  border-bottom:1px dashed #ddd;
  text-shadow: 1px 1px #fff;
}

#details article {
  border-top:1px dashed #ddd;
  padding: 10px 0;
}

#details p,
#details ul li {
  line-height:1.5em;
}

#details article > header {
  font-weight: bold;
  font-size: 1.6em;
  margin-bottom: 20px;
  padding: 5px 20px;
  color: #03809d;
}

#details > header,
#listing > header {
  font-weight: bold;
  font-size: 1.8em;
  color: #03809d;
  margin-bottom: 10px;
}

#listing article:nth-child(2n) {
  background:#DBF1F7;
}

#listing article.first {
  border-top:1px dashed #ddd;
}

#listing article section.image,
#details article section.image {
  float: left;
  height: 100%;
  padding: 10px;
  position: relative;
}

#details article section.image {
  padding-top: 0px;
}

#listing article section.image img,
#details article section.image img {
  background:url(../img/no-image.png) no-repeat 50% 50% #fff;
  width:272px;
  /*height:207px;*/
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  padding:5px;
  display:block;
}

#details article section.image img {
  width:calc(100% - 10px);
  height:auto;
  position:relative;
}

#listing article section.description {
  float: left;
  height: 100%;
  padding: 20px 10px 10px 10px;
  width: calc(100% - 452px);
  font-size:12px;
  line-height: 1.3em;
}

#details article section.description {
  height: auto;
  width: 100%;
  padding: 10px 0 70px 0;
  font-size: 12px;
  line-height: 1.5em;
  position: relative;
}

#details article section.description .contact {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#details h4 {
  font-size:1.3em;
  margin:0 0 5px 0;
  color:#03809d;
}

#thumbscontainer {
  height: auto;
  display: block;
  float:right;
  padding:0;
  margin:0 10px 0 0;
  width:383px;
}

#details article section.thumbs img {
  padding: 3px;
  margin: 3px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  background: #fff;
}

#details article section.thumbs img:hover {
  cursor: pointer;
  background: #4fceed;
}

#listing article section.description header {
  font-size: 1.3em;
  font-weight: bold;
  color:#03809d;
}

#listing article section.description p {
  font-size: 1.1em;
}

#listing article section.description span {
  width:215px;
  display:inline-block;
}

.smallspacing {
  display: inline-block;
  width: 100px;
}

.mediumspacing {
  display: inline-block;
  width: 130px;
}

.card {
  width: 300px;
  background: #fff;
  box-shadow:0 2px 3px 0 rgba(0, 0, 0, 0.2);
  min-height: 585px; /* hax */
}

.card > header {
  background: url('../img/card_header.png') no-repeat 0 0;
  background-size: cover;
  height: 300px;
  text-align: center;
  padding-top: 50px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: none;
  font-size: 2.0em;
}

.card img {
  display: block;
  margin: -160px auto 0 auto;
}

.card p {
  margin: 2em 0;
  font-size: 1.1em;
  text-align: center;
  padding: 0 1em;
  font-weight: bold;
  display: inline-block;
}

#listing article section.actions,
#details article section.thumbs {
  position:absolute;
  right:0;
  height:100%;
  width:162px;
  background:rgba(0,0,0,0.02);
}

#listing article section.actions a.details {
  position:absolute;
  right:26px;
  bottom:55px;
  width: 112px;
}

#listing article section.actions a.contact {
  position:absolute;
  right:26px;
  bottom:15px;
  width: 112px;
}

.btn {
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #ccc #ccc #b3b3b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  color: #444;
  cursor: pointer;
  display: inline-block;
  padding: 8px;
  font-size: 11px;
  text-align: center;
  text-decoration:none;
  vertical-align: middle;
  min-width:110px;
}

.btn:hover {
  background:#E6E6E6;
}

.btn:visited {
  color: #444;
}

.pricetag {
  text-align:center;
  text-shadow: 1px 1px 1px #fff;
}

.pricetag p.text {
  color: #222;
  font-size: 11px;
  font-weight: 400;
  margin: -2px 0 0 0;
  text-shadow: 1px 1px 1px #fff;
}

.pricetag p.number {
  font-size: 22px;
  font-weight: 400;
  margin: 15px 0 0 0;
}

.leaf {
  width:85px;
  height:85px;
  background:url('../img/leaf.png') no-repeat;
  display:block;
  position:absolute;
  bottom:95px;
  right:9px;
}

.reset-margin {
  margin:20px;
}

.list-decimal {
  list-style:decimal;
}

.detail-logo {
  margin:20px 20px 0 0;
  float:right;
}

.sale {
  background: url('../img/sale.png') transparent no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 85px;
  width: 85px;
}

.image .sale {
  bottom: 10px;
  right: 10px;
}

.relative {
  position: relative !important;
  display: block;
}

.red {
  color: #c00;
}

.line-through {
  text-decoration: line-through;
}

.badge {
  background: #03809d;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  text-shadow: none;
  border-radius: 500px;
  vertical-align: middle;
  justify-content: center;
  white-space: nowrap;
}

.crew {
  float:left;
  margin:0 20px 20px 20px;
}

.crew .info {
  float: left;
  margin: 1em 0 0 1em;
}

.crew .info h1 {
  margin: 0;
  font-size: 1.9em;
}

.crew .info h2 {
  margin: 0;
  font-size: 1.2em;
}

.crew .info .email {
  margin-top: 1em;
}

#map {
  float: right;
  display: block;
  border-left: 1px dashed rgb(204, 204, 204);
  width: 350px;
  padding: 10px 60px;
}

#map img {
  border: 4px solid #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
  width: 230px;
  margin-top:10px;
}

#mobile-map {
  display: none;
  float: left;
  clear: left;
  margin: 20px;
}

.notification {
    color: #333;
	width: 480px;
	margin: 100px auto;
	text-shadow: none;
	padding: 2em;
}

.notification p {
    line-height: 1.7;
}

.notification h1 {
    font-size: 24px;
}

.notification hr {
    height: 1px;
}

.btn-lg {
    margin-top: 1em;
    font-size: 1.3em;
    width: 100%;
    text-align: center;
    padding: 1em 0;
}

.btn-lg:hover {
    border-color: #b3b3b3 #ccc #ccc;
    color: #666;
}


.blocket {
	background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEyMCIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDEyOSAyOCIgZmlsbD0ibm9uZSI+CiAgICA8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDApIj4KICAgICAgICA8bWFzayBpZD0ibWFzazAiIG1hc2stdHlwZT0iYWxwaGEiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSIxMjkiIGhlaWdodD0iMjkiPgogICAgICAgICAgICA8cGF0aCBkPSJNMC4xMTA1MzUgMjguMDAwNUgxMjguODI4VjAuMTYzNDUySDAuMTEwNTM1VjI4LjAwMDVaIiBmaWxsPSJ3aGl0ZSIvPgogICAgICAgIDwvbWFzaz4KICAgICAgICA8ZyBtYXNrPSJ1cmwoI21hc2swKSI+CiAgICAgICAgICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjIuNTc3NyAyNy42MTM2SDMwLjA3OTZWMC4xNjMyMDhIMjIuNTc3N1YyNy42MTM2WiIgZmlsbD0iI0Y3MTQxNCIvPgogICAgICAgICAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTQyLjkzOTcgMTMuMDc2NUM0MC43MTk3IDEzLjA3NjUgMzkuODAxMiAxNC44MTY1IDM5LjgwMTIgMTcuMDU4NkMzOS44MDEyIDE5LjMwMTIgNDAuNzE5NyAyMS4xMTgxIDQyLjkzOTcgMjEuMTE4MUM0NS4xNTk3IDIxLjExODEgNDYuMDc4MSAxOS4zMDEyIDQ2LjA3ODEgMTcuMDU4NkM0Ni4wNzgxIDE0LjgxNjUgNDUuMTU5NyAxMy4wNzY1IDQyLjkzOTcgMTMuMDc2NVpNNDIuOTM5NyAyOC4wMDA0QzM1LjgyMDUgMjguMDAwNCAzMi4wNjk2IDI0LjI1IDMyLjA2OTYgMTcuMDU4NkMzMi4wNjk2IDkuODY3NjcgMzUuODIwNSA2LjE5NDgyIDQyLjkzOTcgNi4xOTQ4MkM1MC4wNTg5IDYuMTk0ODIgNTMuODA5OCA5Ljg2NzY3IDUzLjgwOTggMTcuMDU4NkM1My44MDk4IDI0LjI1IDUwLjA1ODkgMjguMDAwNCA0Mi45Mzk3IDI4LjAwMDRaIiBmaWxsPSIjRjcxNDE0Ii8+CiAgICAgICAgICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNzEuNzk5MSAyMC4wMzU3VjI2LjkxNzhDNzAuMTkxMiAyNy42MTM2IDY4LjEyNDcgMjguMDAwMiA2Ni41MTcyIDI4LjAwMDJDNTkuNTUwOCAyOC4wMDAyIDU1LjQ5MzkgMjQuMDk1MSA1NS40OTM5IDE3LjA1ODlDNTUuNDkzOSAxMC4wMjIxIDU5LjU1MDggNi4xOTQ3IDY2LjUxNzIgNi4xOTQ3QzY4LjEyNDcgNi4xOTQ3IDcwLjE5MTIgNi41ODA5NiA3MS43OTkxIDcuMjc3MTlWMTQuMTU5M0M3MC40NTkzIDEzLjU0MDYgNjguNzc1MiAxMy4wNzY2IDY3LjQzNTcgMTMuMDc2NkM2NC43NTY1IDEzLjA3NjYgNjMuMjI1NiAxNC41NDU5IDYzLjIyNTYgMTcuMDU4OUM2My4yMjU2IDE5LjU3MjEgNjQuNzU2NSAyMS4xMTgyIDY3LjQzNTcgMjEuMTE4MkM2OC43NzUyIDIxLjExODIgNzAuNDU5MyAyMC42NTQ1IDcxLjc5OTEgMjAuMDM1N1oiIGZpbGw9IiNGNzE0MTQiLz4KICAgICAgICAgICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04OC40MTAxIDE1Ljc4MjdMOTUuNzk3MiAyNy42MTM2SDg2Ljg3OTNMODEuNDQ0MSAxOC4yMTg3VjI3LjYxMzZINzMuOTQyNVYwLjE2MzIwOEg4MS40NDQxVjEzLjQ2MzJMODYuNjQ5NCA2LjU4MDk1SDk1Ljc5NzJMODguNDEwMSAxNS43ODI3WiIgZmlsbD0iI0Y3MTQxNCIvPgogICAgICAgICAgICA8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEwNi45MzUgMTQuNTA3MkMxMDYuOTM1IDEyLjg4MzEgMTA2LjEzMiAxMS42ODQ2IDEwNC4zNzEgMTEuNjg0NkMxMDIuNjEgMTEuNjg0NiAxMDEuODA3IDEyLjg4MzEgMTAxLjgwNyAxNC41MDcySDEwNi45MzVaTTExNC4xMzEgMTguNzYwMkgxMDEuODA3QzEwMi4wMzYgMjAuOTI1IDEwNC4xMDMgMjEuODE0IDEwNi44OTcgMjEuODE0QzEwOS4wNzkgMjEuODE0IDExMS45NDkgMjEuMjM0NiAxMTQuMTMxIDIwLjMwNjNWMjYuMzc2MkMxMTEuNTI4IDI3LjUzNjIgMTA4LjUwNCAyOC4wMDA0IDEwNS41OTUgMjguMDAwNEM5Ny43ODc2IDI4LjAwMDQgOTQuMTUxOCAyNC4yNSA5NC4xNTE4IDE3LjA1ODZDOTQuMTUxOCA5Ljk0NDY3IDk4LjAxNzMgNi4xOTQ4MiAxMDQuNiA2LjE5NDgyQzExMC44MDEgNi4xOTQ4MiAxMTQuMTMxIDEwLjMzMTMgMTE0LjEzMSAxNi41OTVWMTguNzYwMloiIGZpbGw9IiNGNzE0MTQiLz4KICAgICAgICAgICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMjMuNDcgMTMuMzA4NVYxNi44MjdDMTIzLjQ3IDE5LjkxOTcgMTI1LjQ2IDIwLjk2MzggMTI4LjQ0NSAyMC45NjM4SDEyOC44MjhWMjcuNjkxMkMxMjguMTM5IDI3LjgwNzMgMTI3LjM3NCAyNy44ODQ2IDEyNi42ODUgMjcuODg0NkMxMTkuNjQyIDI3Ljg4NDYgMTE1Ljk2OCAyNC4wOTUzIDExNS45NjggMTYuOTgxN1YxLjE2ODdIMTIzLjQ3VjYuNTgxMTRIMTI4LjgyOFYxMy4zMDg1SDEyMy40N1oiIGZpbGw9IiNGNzE0MTQiLz4KICAgICAgICAgICAgPG1hc2sgaWQ9Im1hc2sxIiBtYXNrLXR5cGU9ImFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjEiIGhlaWdodD0iMjgiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTAuMTEwNTM1IDAuMTYzNDUySDIwLjU4NzNWMjcuNjEzNkgwLjExMDUzNVYwLjE2MzQ1MloiIGZpbGw9IndoaXRlIi8+CiAgICAgICAgICAgIDwvbWFzaz4KICAgICAgICAgICAgPGcgbWFzaz0idXJsKCNtYXNrMSkiPgogICAgICAgICAgICAgICAgPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjkxMzcyIDEyLjkyMjFDOC40OTI3OCAxMi45MjIxIDcuOTU3MDYgMTIuOTk5MSA3LjYxMjM1IDEzLjA3NjRWMjEuMDQxM0g4Ljk5MDNDMTEuNTE2NSAyMS4wNDEzIDEyLjg1NjIgMTkuNDU1OSAxMi44NTYyIDE2LjkwNDJDMTIuODU2MiAxNC4zNTI0IDExLjQzOTkgMTIuOTIyMSA4LjkxMzcyIDEyLjkyMjFaTTkuMzM0ODMgMjcuNjEzNkgwLjExMDQ0N1YwLjE2MzIwOEg3LjYxMjM1VjYuNDY1MThDOC4zMzk0NCA2LjMxMDgyIDkuMjU4MDcgNi4xOTQ3IDEwLjA2MTkgNi4xOTQ3QzE2LjY0NTIgNi4xOTQ3IDIwLjU4NzMgOS44Njc1NCAyMC41ODczIDE2LjkwNDJDMjAuNTg3MyAyNC4wMTgxIDE2LjM3NzIgMjcuNjEzNiA5LjMzNDgzIDI3LjYxMzZaIiBmaWxsPSIjRjcxNDE0Ii8+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+CiAgICA8ZGVmcz4KICAgICAgICA8Y2xpcFBhdGggaWQ9ImNsaXAwIj4KICAgICAgICAgICAgPHJlY3Qgd2lkdGg9IjEyOSIgaGVpZ2h0PSIyOCIgZmlsbD0id2hpdGUiLz4KICAgICAgICA8L2NsaXBQYXRoPgogICAgPC9kZWZzPgo8L3N2Zz4=");
	width: 120px;
	height: 26px;
	display: block;
	margin-top: 25px;
}

/* =============================================================================
   Javascript slider
   ========================================================================== */

#slide-container {
  position:relative;
  width:100%;
}

#slides {
  position:relative;
  background:url(../img/loading.gif) no-repeat 50% 50%;
  margin:30px auto;
  width:100% !important;
  height:auto;
}

#slides img {
  display:none;
  border:1px solid #ddd;
  width:100% !important;
}

/* in case script does not load */
#slides img:first-child {
    position:static;
    z-index:100;
}

#slides-pager {
  position:absolute;
  bottom:-14px;
  right:4px;
	z-index:9;
	cursor:pointer;
}

#slides-pager span {
	display:block;
	width:10px;
	height:10px;
	background:url(../img/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}

#slides-pager span.cycle-pager-active {
	background-position:-16px 0;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.center {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 480px) {
  header nav#normal-view {
    display: none;
  }

  header nav#mobile-view {
    display: block;
  }

  #logotype {
    width: 105px;
    height: 57px;
    top: 10px;
    left: 25px;
  }
  
  #rosabandet {
	width: 65px;
	height: 81px;
	top: 14px;
	left: 108px;
  }
/*
  #latest-cars article
  {
    font: normal 0.65em/1.3em 'Open Sans', Arial, Verdana, sans-serif;
    width: calc((100% - 40px) / 3);
  }

  #latest-cars article:nth-of-type(3)
  {
    margin-right:0;
  }

  #latest-cars article.last {
    display: none;
  } 

  #latest-cars article .shadow {
    display: none;
  }

  #latest-cars article .info {
    display: block !important;
  }
*/

  .notification {
      width: 350px;
  }

  footer article h1 {
    font-size: 0.9em;
  }

  footer article p {
    font-size: 0.6em;
  }

  #details article > header {
    font-size: 1.4em;
  }

  #details p,
  #details ul li {
    font-size: 0.9em;
  }

  #mujo {
    float:left;
    margin:20px 0 0 20px;
  }

  #contactform {
    width: 90%;
  }

  #contactform fieldset > div {
    float: none !important;
  }

  form input[type="text"],
  form input[type="email"],
  form textarea,
  select {
    width: 100% !important;
  }

  #send {
    position: absolute;
    bottom: 25px;
    right: 20px;
    height: 35px;
  }

  #listing article section.description {
    clear: left;
    width: 100%
  }

  #listing article section.actions {
    position: inherit;
    float: left;
    width: 100%;
  }

  .pricetag {
    text-align: left;
    padding-left: 10px;
  }

  .pricetag p.text {
    margin: -2px 0 20px 0;
  }

  #listing article section.actions a.contact {
    bottom: 7px;
  }

  #listing article section.actions a.details {
    bottom: 42px;
  }

  #details > header,
  #listing > header {
    font-size: 1.4em;
  }

  #copyright a img {
    width: 69px;
    height: 16px;
    position: relative;
    top: 33px;
  }

  footer article {
    padding: 0;
    margin-top: 10px;
  }

  footer article:last-child {
    border: 0 !important;
  }
  
  footer article:last-child img {
    width: 90px;
  }
}

@media only screen and (max-width: 964px) {
  #thumbscontainer {
    float: left;
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  #map {
    display: none;
  }

  #mobile-map {
    display: block;
  }
}

@media only screen and (min-width: 480px) and (max-width: 768px) {
  header a,
  header a:visited {
    font-size: 0.9em;
  }

  header nav#normal-view a
  {
    padding: 0;
    margin: 0 1.3em;
  }

  #latest-cars article
  {
    font: normal 0.7em/1.3em 'Open Sans', Arial, Verdana, sans-serif;
  }

  #latest-cars article .shadow {
    display: none;
  }

  footer article h1 {
    font-size: 1.0em;
  }

  footer article p {
    font-size: 0.7em;
  }

  #listing article section.description {
    clear: left;
    width: calc(100% - 160px);
  }

  #logotype {
    width: 52px;
    height: 28px;
    top: 7px;
    left: 25px;
  }

  #rosabandet {
	width: 32px;
	height: 40px;
	left: 68px;
	top: 12px;
  }
  
  #copyright a img {
    width: 96px;
    height: 22px;
    position: relative;
    top: 39px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 930px) {
  header a,
  header a:visited {
    font-size: 1.1em;
  }
  
  #logotype {
    width: 105px;
    height: 57px;
    top: 33px;
  }

  #rosabandet {
	width: 65px;
	height: 81px;
	right: 35px;
	top: 45px;
  }
  
  #copyright a img {
    width: 96px;
    height: 22px;
    position: relative;
    top: 39px;
  }

  header nav#normal-view a
  {
    padding: 0;
    margin: 0 1em;
  }

  #latest-cars article .shadow {
    display: none;
  }

  footer article h1 {
    font-size: 1.2em;
  }

  footer article p {
    font-size: 0.8em;
  }
}

/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}