@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/AvenirNext-UltraLight.woff") format('woff');
  font-weight: 100;
font-
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/AvenirNext-Regular.woff") format('woff');
  font-weight: 300;
font-
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/AvenirNext-Medium.woff") format('woff');
  font-weight: 500;
font-
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/AvenirNext-DemiBold.woff") format('woff');
  font-weight: 600;
font-
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/AvenirNext-Bold.woff") format('woff');
  font-weight: 700;
font-
}
@font-face {
  font-family: 'Avenir Next';
  src: url("../fonts/AvenirNext-Heavy.woff") format('woff');
  font-weight: 800;
font-
}
* {
  box-sizing: border-box;
}
a {
  color: inherit;
  text-decoration: none;
  background: inherit;
}
.bigBox {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  position: relative;
}
.bigBox img {
  width: 100%;
}
.bigBoxMaxWidth {
  max-width: 840px;
}
.categoryHeadline {
  font-size: 4vw;
  color: #fff;
  position: absolute;
  bottom: 6%;
}
@media (min-width: 1000px) {
  .categoryHeadline {
    font-size: 2vw;
  }
}
#doubleBoxes {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1000px) {
  #doubleBoxes {
    flex-direction: row;
  }
}
#doubleBoxes .smallBox {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
@media (min-width: 1000px) {
  #doubleBoxes .smallBox {
    width: 50%;
  }
}
#doubleBoxes .smallBox img {
  width: 80%;
  margin: 17% 0px;
}
article,
#footer {
  background: #f1f0f0;
  display: none;
  padding: 20px 20px 40px 20px;
}
article #company,
#footer #company {
  background: #2c2c2d;
}
article #findus,
#footer #findus {
  background: #323233;
}
article #contact,
#footer #contact {
  background: #3b3b3c;
}
article #openHours,
#footer #openHours {
  background: #414142;
}
article .footerBox,
#footer .footerBox {
  height: 270px;
  padding: 7%;
  width: 50%;
}
@media (min-width: 1000px) {
  article .footerBox,
  #footer .footerBox {
    height: 400px;
    padding: 0;
    width: 25%;
  }
}
article #inside,
#footer #inside {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  padding: 50px 0px;
}
article #inside img,
#footer #inside img {
  width: 100%;
  max-width: 592px;
}
article #inside #features,
#footer #inside #features {
  display: flex;
  margin-top: 40px;
}
article #inside #features .feature,
#footer #inside #features .feature {
  color: #5f5f5f;
  padding: 4px 13px;
  font-size: 16px;
  border-right: 2px solid #eaeaea;
}
article #inside #features .feature:last-child,
#footer #inside #features .feature:last-child {
  border: 0;
}
article div a,
#footer div a {
  text-decoration: none;
  padding: 9px 13px;
  background: #efefef;
  color: #464646;
  margin-bottom: 4px;
  display: inline-block;
  font-size: 16px;
}
article h1,
#footer h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
}
@media (min-width: 1000px) {
  article h1,
  #footer h1 {
    font-size: 40px;
  }
}
article p,
#footer p {
  margin: 20px 0px;
  font-size: 19px;
}
article p a,
#footer p a {
  color: #000;
}
#footer {
  display: flex;
  padding: 0;
  position: relative;
  flex-wrap: wrap;
}
#footer h2 {
  margin: 0 0 5px 0;
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  color: #fff;
}
@media (min-width: 1000px) {
  #footer h2 {
    font-size: 20px;
  }
}
#footer .footerText {
  color: #959595;
  font-size: 14px;
}
@media (min-width: 1000px) {
  #footer .footerText {
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    margin-left: 50px;
    height: 350px;
  }
}
#footer .footerText span {
  display: block;
}
.construction {
  margin-bottom: -50px;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 50px 0px 0px 0px;
}
@media (min-width: 1000px) {
  .construction {
    padding: 0;
    height: 300px;
  }
}
@media (min-width: 1000px) {
  .construction .fixed {
    top: 70px;
    width: 100%;
    z-index: 2;
    position: absolute;
  }
}
.construction .fixed div {
  padding: 0px 20px;
  font-size: 35px;
  margin-bottom: 20px;
}
@media (min-width: 1000px) {
  .construction .fixed div {
    font-size: 40px;
  }
}
.construction .fixed span {
  font-size: 20px;
  display: block;
  color: #444;
  padding: 0px 15px;
}
.construction img {
  display: none;
}
@media (min-width: 1000px) {
  .construction img {
    display: table;
    height: 300px;
    float: right;
    position: absolute;
    right: 0;
  }
}
body {
  margin: 0;
  font-family: 'Avenir Next';
  font-weight: 300;
}
header {
  background: #333;
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  padding: 0px 25px;
}
header:after {
  content: 'Wheels4u';
}
@media (min-width: 1000px) {
  header:after {
    color: #979797;
    content: 'Skickar till hela Sverige';
  }
}
header #logo {
  height: 50px;
  width: 120px;
  background: #fff;
  position: absolute;
  top: 25px;
  left: 25px;
  text-align: center;
  line-height: 50px;
  color: #000;
  cursor: pointer;
  display: none;
}
@media (min-width: 1000px) {
  header #logo {
    display: block;
  }
}
header .right,
header .left {
  position: absolute;
  font-size: 12px;
  letter-spacing: 2px;
  color: #999;
}
header .right {
  right: 10px;
}
@media (min-width: 1000px) {
  header .right {
    right: calc(10% + 20px);
  }
}
header .left {
  left: 10px;
  color: #4ade82;
}
@media (min-width: 1000px) {
  header .left {
    left: calc(10% + 20px);
  }
}
header a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
#subHeader {
  background: #444;
  display: flex;
  justify-content: center;
  line-height: 52px;
  flex-wrap: wrap;
  color: #979797;
  font-size: 15px;
  padding: 0px 20px;
}
#subHeader div {
  margin: 0 5px;
}
#submenu {
  background: #f7f7f7;
  align-items: center;
  display: none;
  font-size: 15px;
}
@media (min-width: 1000px) {
  #submenu {
    background: #d8d8d8;
    font-size: inherit;
  }
}
#submenu .button {
  color: #444;
  padding: 0px 15px;
  height: 50px;
  line-height: 50px;
}
@media (min-width: 1000px) {
  #submenu .button {
    margin: 0px 5px;
    height: 70px;
    line-height: 70px;
  }
}
#submenu .subActive {
  color: #0bad48;
}
#menu {
  padding: 10px;
}
@media (min-width: 1000px) {
  #menu {
    padding: 0px;
  }
}
#menu .button {
  width: 25%;
  color: 333333;
  text-transform: capitalize;
  font-size: 16px;
  cursor: pointer;
  line-height: 33px;
  display: flex;
  height: 80px;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (min-width: 1000px) {
  #menu .button {
    width: 140px;
    text-transform: capitalize;
    font-size: 16px;
    cursor: pointer;
    line-height: 33px;
    height: 140px;
  }
  #menu .button:hover {
    background: #dedede;
  }
}
#menu .button span {
  font-size: 12px;
  height: 15px;
  line-height: 20px;
}
@media (min-width: 1000px) {
  #menu .button span {
    height: 28px;
    line-height: inherit;
    font-size: inherit;
  }
}
@media (min-width: 1000px) {
  #menu .button .iconBox {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
#menu .button img {
  background: transparent;
  width: 50px;
}
@media (min-width: 1000px) {
  #menu .button img {
    width: inherit;
  }
}
#menu .active {
  background: #d8d8d8;
}
nav {
  background: #e2e2e2;
  display: flex;
  justify-content: center;
  line-height: 52px;
  flex-wrap: wrap;
}
nav .active,
nav .subActive {
  color: #4ade82;
}
.specificView {
  background: #fff;
}
#content {
  position: relative;
}
#content address {
  font-style: normal;
}
#content .contactBox {
  background: #fff;
  border-radius: 3px;
  padding: 25px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #eaeaea;
  flex-direction: column;
}
@media (min-width: 1000px) {
  #content .contactBox {
    flex-direction: row;
  }
}
#content .contactBox a {
  color: inherit;
  text-decoration: none;
}
#content .contactBox img {
  display: table;
}
#content .contactBox .section {
  padding: 30px 50px;
  display: flex;
  width: 100%;
  max-width: 340px;
}
#content .contactBox .section:last-child {
  border: 0;
}
@media (min-width: 1000px) {
  #content .contactBox .section {
    border-right: 1px solid #eaeaea;
    padding: 10px 50px;
  }
}
#content .contactBox .section .contactInfo {
  margin-left: 30px;
}
#content .contactBox .section .contactInfo .contactTitle {
  font-size: 16px;
  display: block;
  font-weight: 500;
}
#content .contactBox .section .contactInfo .contactText {
  font-size: 14px;
  color: #7d7d7d;
}
#content .contactBox .section .contactInfo .dark {
  color: #000;
  font-weight: 500;
}
#edit {
  position: absolute;
  right: 15px;
  top: 15px;
  opacity: 0.5;
  cursor: pointer;
}
main {
  width: 100%;
}
@media (min-width: 1000px) {
  main {
    background: #f1f0f0;
  }
}
main #vehicles {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 1000px) {
  main #vehicles {
    padding: 50px;
  }
}
main #vehicles .vehicle {
  display: inline-block;
  text-align: center;
  margin: 10px;
  width: 100%;
  margin-top: 10px;
  cursor: pointer;
  height: 500px;
  background: #fff;
  padding: 50px 0px;
}
@media (min-width: 1000px) {
  main #vehicles .vehicle {
    width: calc(50% - 20px);
  }
}
main #vehicles .vehicle .title {
  font-size: 30px;
  color: #444;
}
main #vehicles .vehicle .price {
  font-size: 18px;
  margin-top: 5px;
  color: #828181;
}
main #vehicles .vehicle .image {
  max-width: 100%;
  max-height: 330px;
}
main #vehicles .big {
  order: -1;
}
@media (min-width: 1000px) {
  main #vehicles .big {
    width: 100%;
    height: 700px;
  }
}
@media (min-width: 1000px) {
  main #vehicles .big .image {
    max-height: 550px;
  }
}
main .specificVehicle {
  padding-top: 30px;
  display: block;
  width: 100%;
  margin: auto;
  text-align: center;
}
main .specificVehicle .title {
  font-size: 8vw;
  color: #444;
}
@media (min-width: 1000px) {
  main .specificVehicle .title {
    font-size: 50px;
  }
}
main .specificVehicle .price {
  font-size: 30px;
  margin-top: 10px;
  color: #828181;
  font-weight: 300;
  background: #f1f0f0;
  border-radius: 3px;
  justify-content: center;
  width: 200px;
  margin: 10px auto;
  line-height: 60px;
  cursor: pointer;
  transition: 0.1s;
}
main .specificVehicle .price img {
  width: 26px;
  margin-right: 5px;
}
@media (min-width: 1000px) {
  main .specificVehicle .price {
    font-size: 32px;
  }
  main .specificVehicle .price:hover {
    background: #e0e0e0;
  }
}
main .specificVehicle .image {
  max-width: 100%;
  margin-top: 10px;
}
@media (min-width: 1000px) {
  main .specificVehicle .image {
    max-width: 70%;
  }
}
main .specificVehicle #informationBox {
  background: #e2e4e3;
}
@media (min-width: 1000px) {
  main .specificVehicle #informationBox {
    display: flex;
  }
}
main .specificVehicle #informationBox .text {
  background: #efefef;
  text-align: left;
  padding: 50px;
  color: #555;
  font-size: 18px;
  line-height: 28px;
  white-space: pre-wrap;
}
@media (min-width: 1000px) {
  main .specificVehicle #informationBox .text {
    padding: 7% 10%;
    min-height: 590px;
    width: 50%;
  }
}
main .specificVehicle #informationBox .text:before {
  content: 'Information';
  display: block;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 3px solid #dcdcdc;
}
main .specificVehicle .buyBox,
main .specificVehicle .bottomBuyBox {
  width: 100%;
  background: #efefef;
  margin: auto;
  display: none;
  padding: 60px 0px;
}
main .specificVehicle .buyBox .buyTitle,
main .specificVehicle .bottomBuyBox .buyTitle {
  font-size: 26px;
  margin-top: 25px;
}
main .specificVehicle .buyBox .small,
main .specificVehicle .bottomBuyBox .small {
  font-size: 18px;
  color: #777;
}
main .specificVehicle .buyBox .smaller,
main .specificVehicle .bottomBuyBox .smaller {
  font-size: 16px;
  color: #777;
  margin-bottom: 40px;
}
main .specificVehicle .buyBox .buyBtn,
main .specificVehicle .bottomBuyBox .buyBtn {
  border: 2px solid #ccc;
  width: 200px;
  height: 50px;
  display: flex;
  align-items: center;
  margin: auto;
  border-radius: 3px;
  margin: 10px auto 0 auto;
  padding: 0px 15px;
  color: #555;
}
main .specificVehicle .buyBox .buyBtn img,
main .specificVehicle .bottomBuyBox .buyBtn img {
  margin-right: 15px;
}
main .specificVehicle .bottomBuyBox {
  display: block;
  background: #fff;
}
main .specificVehicle .bottomBuyBox .buyBtn {
  background: #efefef;
}
@media (min-width: 1000px) {
  main .specificVehicle .bottomBuyBox {
    width: 50%;
    background: transparent;
  }
}
main .confirmBtn {
  border: 0;
  text-align: center;
  background: #c1c1c1;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: 0.15s;
  line-height: 53px;
  font-size: 14px;
  height: 52px;
  border-radius: 3px;
  margin-top: 20px;
}
main .confirmBtn:hover {
  background: #4dc37c;
}
main .addVehicle {
  width: calc(100% - 40px);
  margin: auto;
  padding-bottom: 100px;
}
@media (min-width: 1000px) {
  main .addVehicle {
    width: 60%;
    min-width: 600px;
  }
}
main .addVehicle input,
main .addVehicle textarea,
main .addVehicle #addVehicle,
main .addVehicle #select,
main .addVehicle #imageBox,
main .addVehicle #complete {
  border: 2px solid #c1c1c1;
  border-radius: 3px;
  width: 100%;
  margin-top: 20px;
  padding: 15px;
  font-size: 15px;
  height: 52px;
  display: inline-block;
  color: #757575;
  font-family: Proxima Nova;
  line-height: 20px;
  position: relative;
}
main .addVehicle textarea {
  font-size: 15px;
  min-height: 200px;
}
main .addVehicle #image {
  display: none;
}
main .addVehicle #imageClick {
  z-index: 1;
  width: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 52px;
  line-height: 51px;
  padding-left: 15px;
  cursor: pointer;
}
main .addVehicle #progress {
  width: 0%;
  height: 48px;
  background: #81ca81;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: 0.2s;
}
main .addVehicle #complete {
  color: #fff;
  background: #81ca81;
  cursor: pointer;
  text-align: center;
  border-color: #81ca81;
}
main .addVehicle #complete a {
  text-decoration: none;
}
