/*!
Pure v0.2.1
Copyright 2013 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-g {
  letter-spacing: -.31em;
  *letter-spacing: normal;
  *word-spacing: -.43em;
  text-rendering: optimizespeed; }

.opera-only :-o-prefocus, .pure-g {
  word-spacing: -.43em; }

.pure-u {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-5-24, .pure-u-7-24, .pure-u-11-24, .pure-u-13-24, .pure-u-17-24, .pure-u-19-24, .pure-u-23-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto; }

.pure-u-1 {
  width: 100%; }

.pure-u-1-2 {
  width: 50%; }

.pure-u-1-3 {
  width: 33.33333%; }

.pure-u-2-3 {
  width: 66.66666%; }

.pure-u-1-4 {
  width: 25%; }

.pure-u-3-4 {
  width: 75%; }

.pure-u-1-5 {
  width: 20%; }

.pure-u-2-5 {
  width: 40%; }

.pure-u-3-5 {
  width: 60%; }

.pure-u-4-5 {
  width: 80%; }

.pure-u-1-6 {
  width: 16.666%; }

.pure-u-5-6 {
  width: 83.33%; }

.pure-u-1-8 {
  width: 12.5%; }

.pure-u-3-8 {
  width: 37.5%; }

.pure-u-5-8 {
  width: 62.5%; }

.pure-u-7-8 {
  width: 87.5%; }

.pure-u-1-12 {
  width: 8.3333%; }

.pure-u-5-12 {
  width: 41.6666%; }

.pure-u-7-12 {
  width: 58.3333%; }

.pure-u-11-12 {
  width: 91.6666%; }

.pure-u-1-24 {
  width: 4.1666%; }

.pure-u-5-24 {
  width: 20.8333%; }

.pure-u-7-24 {
  width: 29.1666%; }

.pure-u-11-24 {
  width: 45.8333%; }

.pure-u-13-24 {
  width: 54.1666%; }

.pure-u-17-24 {
  width: 70.8333%; }

.pure-u-19-24 {
  width: 79.1666%; }

.pure-u-23-24 {
  width: 95.8333%; }

.pure-g-r {
  letter-spacing: -.31em;
  *letter-spacing: normal;
  *word-spacing: -.43em; }

.opera-only :-o-prefocus, .pure-g-r {
  word-spacing: -.43em; }

.pure-g-r img {
  max-width: 100%; }

@media (min-width: 980px) {
  .pure-visible-phone {
    display: none; }
  .pure-visible-tablet {
    display: none; }
  .pure-hidden-desktop {
    display: none; } }

@media (max-width: 480px) {
  .pure-g-r > .pure-u, .pure-g-r > [class*="pure-u-"] {
    width: 100%; } }

@media (max-width: 767px) {
  .pure-g-r > .pure-u, .pure-g-r > [class*="pure-u-"] {
    width: 100%; }
  .pure-hidden-phone {
    display: none; }
  .pure-visible-desktop {
    display: none; } }

@media (min-width: 768px) and (max-width: 979px) {
  .pure-hidden-tablet {
    display: none; }
  .pure-visible-desktop {
    display: none; } }

html, body {
  margin: 0;
  padding: 0;
  background: #333;
  font-family: Arial;
  font-size: 14px;
  line-height: 1.5em; }

h1, h2, h3, h4, h5, h6 {
  font-family: "museo-slab", sans-serif;
  color: #1483C9; }

p {
  margin: 0 0 1em 0; }

p:last-child {
  margin-bottom: 0; }

a img {
  border: none; }

a.link {
  color: black;
  text-decoration: none; }

a.link:hover {
  color: #1483C9; }

a {
  color: black;
  text-decoration: underline; }

h1#logo {
  margin: 0;
  font-family: "futura-pt-condensed", sans-serif;
  color: #FFF;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 36px; }

h1#logo a {
  color: white;
  text-decoration: none; }

header#header {
  position: relative;
  width: 1000px;
  margin: auto;
  padding: 30px 0 5px; }

header#header nav {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  height: 36px;
  line-height: 36px; }

header#header nav ul {
  text-align: justify; }

header#header nav ul li {
  float: none;
  display: inline;
  margin: 0 9px; }
  header#header nav ul li:first-child {
    margin-left: 0; }
  header#header nav ul li:nth-last-child(2) {
    margin-right: 0; }
  header#header nav ul li.stretch {
    display: inline-block;
    width: 100%;
    /* if you need IE6/7 support */
    *display: inline;
    zoom: 1; }

header#header nav ul li a {
  color: #fff;
  text-decoration: none; }

header#header nav ul li.active a,
header#header nav ul li a:hover {
  color: #2399E6; }

#bokning {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  background: #1483C9;
  color: white;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 0 0 6px 6px;
  font-size: 110%;
  text-transform: uppercase; }

#banner {
  width: 1000px;
  display: block;
  margin: auto; }
  #banner ul {
    height: 250px;
    overflow: hidden; }
    #banner ul li {
      margin-top: -40px; }
  #banner img {
    display: block;
    max-width: 100%; }

body.template-index #banner ul {
  height: auto; }

body.template-index #banner ul li {
  margin: 0; }

#content {
  position: relative; }

section#content {
  width: 960px;
  margin: auto;
  padding: 30px 20px;
  background: white; }

section#content .text {
  padding: 0 20px; }

section#content .text table td {
  vertical-align: top;
  padding: 0 10px 10px 0;
  font-size: 0.9em; }

section#content .text table td strong {
  font-size: 1.2em; }

section#content .text hr {
  margin: 15px 0;
  border: none;
  border-top: solid 1px #CCC; }

section#content img {
  max-width: 100%; }

section#content .side img {
  max-width: 100%; }

footer#footer {
  width: 940px;
  margin: auto;
  padding: 10px 30px;
  height: 20px;
  background: #1483C9;
  line-height: 20px;
  font-size: 12px;
  color: white; }

footer#footer strong {
  text-transform: uppercase;
  margin-right: 5px; }

footer#footer span {
  margin: 0 5px; }

footer#footer a {
  color: white;
  text-decoration: none; }

footer#footer a:hover {
  text-decoration: underline; }

#angelicasvanberg {
  width: 1000px;
  margin: 15px auto; }

.manufacturers {
  z-index: 1000;
  position: absolute;
  top: -35px;
  left: 35px;
  right: 35px;
  background: #fff;
  padding: 8px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  text-align: center; }
  .manufacturers img {
    vertical-align: text-bottom;
    display: inline-block;
    margin: 0 25px;
    max-height: 54px; }

/** General styles **/
iframe {
  border: none;
  margin: 0;
  overflow: hidden; }

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

.row:after,
ul.inline:after {
  clear: both; }

.row,
ul.inline {
  *zoom: 1; }

ul.nolist {
  list-style: none;
  padding: 0;
  margin: 0; }

ul.inline li {
  float: left;
  margin: 0 5px; }

ul.inline li:first-child {
  margin-left: 0px; }

ul.inline li:last-child {
  margin-right: 0px; }

img.mrf {
  display: block; }

.side {
  float: right;
  width: 350px; }

/** Index **/
#content.index {
  padding-top: 65px; }

section#content.index .text {
  font-size: 17px;
  line-height: 1.8em; }

section#content.index .text ul {
  padding: 0 0 0 20px;
  font-weight: bold; }

section#content.index .links {
  margin-top: 30px;
  margin-left: 20px; }

section#content.index .links .link {
  position: relative;
  width: 138px;
  height: 248px;
  float: left;
  border: solid 1px #CCC;
  border-radius: 10px;
  padding: 5px;
  margin-right: 15px;
  background: -webkit-linear-gradient(#DDD, #FFF);
  font-size: 11px;
  line-height: 14px; }

section#content.index .links .link img {
  border-radius: 5px;
  max-width: 100%;
  margin-bottom: 10px; }

section#content.index .links .link strong {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  border-radius: 5px 5px 0 0;
  background: rgba(0, 0, 0, 0.75);
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
  height: 35px;
  line-height: 35px; }

section#content.index .links .link a {
  text-transform: uppercase;
  text-decoration: none;
  color: black; }

section#content.index .links .link a:hover {
  text-decoration: underline; }

section#content.index .side .rslides {
  width: 350px;
  margin-bottom: 20px; }

section#content.index .logos {
  margin-top: 25px;
  padding-left: 20px; }

section#content.index .logos img {
  margin-right: 20px; }

/** Page **/
/** Contact **/
section#content.contact strong {
  text-transform: uppercase; }

section#content.contact .text {
  margin-right: 30px;
  border-right: solid 1px black; }

section#content.contact iframe {
  margin-bottom: 15px; }

section#content.contact .employee {
  margin-top: 10px; }

section#content.contact .employee img {
  float: left;
  max-width: 150px;
  margin-right: 10px; }

section#content.contact .employee a {
  font-size: 13px; }

/** Cars **/
section#content.cars .car {
  padding: 10px 20px; }

section#content.cars .car img {
  display: block;
  float: left;
  max-height: 100px;
  margin-right: 20px; }

section#content.cars .car a {
  color: black;
  font-weight: bold;
  text-decoration: none; }

section#content.cars .car a:hover {
  color: #1483C9; }

section#content.cars .car p {
  font-size: 0.9em;
  line-height: 1.6em;
  color: #333; }

/** Car **/
section#content.car .car a.back {
  font-size: 0.9em;
  display: inline-block;
  margin-bottom: 10px; }

section#content.car .car img.image {
  display: block;
  margin-bottom: 20px; }

section#content.car .car .images {
  margin-bottom: 20px; }

section#content.car .car .images img {
  max-height: 84px; }

/** Forms **/
.form-input {
  margin: 0 0 15px; }

.form-input label {
  display: table;
  font-weight: bold; }

.form-input input[type=text],
.form-input textarea {
  display: block;
  margin: 5px 0;
  border: solid 1px #CCC;
  border-radius: 3px;
  box-shadow: 0 1px 2px #DDD;
  padding: 5px 10px;
  outline: none;
  width: 300px; }

.form-input textarea {
  width: 500px; }

input[type=submit] {
  font-size: 16px; }

.form-input .help {
  color: #999; }

.form-input .form-error {
  color: red;
  font-weight: bold; }
