/*
	FIAT VOORRAAD VOORDEEL

	CHAPTERS
	--------------------------------------------

	01	COLORS
	02	RESET / NORMALIZE
	03	PAGE BUILDING
	04	NAVIGATION
	05	TEXT
	06	LINKS & BUTTONS
	07	MODEL LIST
	08	PAGE SPECIFIC OBJECT
		.1	HOMEPAGE
		.2	Result
	09	FORMS
	IE FIXES


	01	COLORS
	--------------------------------------------

	Black		#333333
				Used for copy and links

	Grey		#666666
				Used in navigation

	Light grey	#f2f2f2
				Body background

	Red			#99172c
				Branding

	Green		#009640
				Ecoplus / Prices



	02	RESET / NORMALIZE (Bootstrap)
	--------------------------------------------
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

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

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

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img {
  max-width: none; }

table {
  border-collapse: collapse;
  width: 100%; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: ""; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box; }

/*

	03	PAGE BUILDING
	--------------------------------------------
*/
body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  background-color: #fff; }

.row {
  position: relative; }

.header,
.content {
  background-color: #ededed; }

.content {
  padding-bottom: 40px;
  margin-bottom: 40px; }

.header {
  padding-bottom: 50px; }

.header .navigation {
  background: #fff;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 40px;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1); }

.header .navigation .container {
  position: relative;
  height: 40px; }

.header .navigation h3 {
  position: absolute;
  left: 0;
  top: -17px;
  width: 75px;
  height: 75px;
  padding: 0;
  margin: 0; }

.header .navigation h3 a {
  display: block;
  width: 75px;
  height: 75px;
  text-indent: -9999px;
  background: url(../img/sprite.png) left top no-repeat; }

.footer .nav {
  padding: 0; }

.footer .nav li {
  font-size: 10px;
  padding: 0 20px 0 0; }

.nav li a {
  text-decoration: none;
  color: #565656; }

.nav li a:hover {
  color: #000;
  background-color: transparent; }

.nav li.home {
  padding-left: 0;
  font-weight: bold; }

.nav li.home a {
  color: #96172e; }

.nav li.fiat {
  float: right;
  padding-right: 0; }

.nav li ul {
  border-top: 1px solid #ededed;
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  background-color: #fff;
  list-style-type: none;
  padding: 0;
  margin: 0;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1); }

.nav li:hover ul {
  display: block; }

.nav li ul li {
  display: block;
  float: none; }

.crumb {
  position: absolute;
  top: -40px; }

.crumb ol {
  padding: 0;
  margin: 0;
  float: left; }

.crumb ol li {
  list-style-type: none;
  display: inline; }

.crumb > a {
  float: right; }

.crumb a {
  color: #999; }

.footer {
  padding: 20px 0; }

a.expo {
  display: block;
  width: 75px;
  height: 57px;
  background: url(../img/sprite.png) -80px -3px no-repeat;
  text-indent: -9999px; }

.form {
  overflow: hidden;
  padding: 5px;
  background: #ac1430;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ac1430), color-stop(100%, #96172e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ac1430 0%, #96172e 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #ac1430 0%, #96172e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ac1430', endColorstr='#96172e',GradientType=0 );
  /* IE6-9 */
  border-radius: 4px;
  margin-bottom: 40px;
  padding-bottom: 20px; }

.form-contact,
.form-contact h3 {
  color: #fff; }

.form .error input[type="text"] {
  background-color: #f2dede;
  color: #b94a48; }

.form .input-wrapper.form-actions,
.contact .input-wrapper.form-actions {
  padding-top: 30px;
  width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-top: none; }

.form .form-actions a {
  margin-left: 15px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  color: #cb8b97;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase; }

a.toggle:after {
  content: ' ';
  position: absolute;
  right: 0px;
  top: 8px;
  display: block;
  width: 5px;
  height: 3px;
  background: url(../img/sprite.png) -350px -860px no-repeat; }

a.toggle:hover:after {
  background: url(../img/sprite.png) -360px -860px no-repeat; }

a.toggle-up:after {
  background: url(../img/sprite.png) -350px -860px no-repeat; }

a.toggle-up:hover:after {
  background: url(../img/sprite.png) -360px -860px no-repeat; }

.form form {
  margin-bottom: 0; }

.form .form-actions a:hover,
.form .form-actions a:focus {
  color: #fff; }

.form .input-wrapper label {
  display: block;
  padding-left: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: #cb8b97; }

.form .input-wrapper label.checkbox,
.form .input-wrapper label.radio {
  padding-left: 20px;
  font-size: 12px;
  text-transform: none;
  color: white; }

.form .input-wrapper label.checkbox input,
.form .input-wrapper label.radio input {
  width: auto;
  margin-top: 4px; }

.form .input-wrapper button,
.form .input-wrapper select {
  width: 100%;
  padding: 5px; }

.advanced-search {
  clear: both;
  margin: 5px;
  padding: 10px;
  background-color: #fff;
  border-radius: 3px; }

.advanced-search h5 {
  clear: both;
  margin: 0 0 10px 0;
  font-size: 11px;
  line-height: 20px;
  color: #999;
  text-transform: uppercase;
  border-bottom: none; }

.advanced-search ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden; }

.advanced-search ul li {
  width: 33%; }

.advanced-search ul li {
  float: left;
  padding-bottom: 5px; }

.advanced-search label {
  font-weight: bold; }

.advanced-search label:hover {
  cursor: pointer;
  color: #000; }

/* SIDEBAR */
.sidebar .form {
  padding: 0; }

.sidebar .form .input-wrapper {
  margin: 0 5px;
  width: 280px; }

.sidebar .form .input-wrapper.color {
  padding-bottom: 20px; }

.sidebar .form hr {
  border: 0;
  border-top: 1px solid #b8374f; }

.sidebar .form a {
  color: white;
  text-decoration: underline; }

.sidebar .advanced-search {
  margin: 0;
  padding: 20px 10px;
  border-radius: 0; }

.sidebar .advanced-search ul li {
  width: 100%; }

.sidebar .advanced-search ul li label {
  font-weight: normal; }

.sidebar .input-wrapper.form-actions {
  padding-top: 20px;
  margin-bottom: 20px; }

/*

	05 TEXT
	--------------------------------------------
*/
h1 {
  font-size: 30px;
  line-height: 40px; }

h3 {
  font-size: 20px;
  color: #333333; }

h3 a {
  color: #333333;
  text-decoration: none; }

h3 a:hover,
h3 a:focus {
  color: #000; }

/*

	06 LINKS & BUTTONS
	--------------------------------------------
*/
.btn {
  border-radius: 0; }

.btn-primary {
  color: #fff;
  background-color: #000;
  *background-color: #000;
  background-image: none;
  border-color: #000;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000cc', endColorstr='#000000cc', GradientType=0); }

.voordeel-button a.btn {
  padding-top: 6px;
  padding-bottom: 6px; }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #333333;
  *background-color: #333333;
  text-decoration: none; }

.btn-primary:active,
.btn-primary.active {
  background-color: #000 \9; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover {
  color: #ffffff; }

.btn.loading {
  background-image: url("loading-dark.gif");
  background-position: 2% 50%;
  background-repeat: no-repeat; }

.detail .form {
  padding: 20px; }

.detail .form .input-wrapper-wide {
  clear: both;
  width: 100%;
  padding: 5px; }

.input-action {
  clear: both; }

/*

	09 FORMS
	--------------------------------------------
*/
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border-radius: 2px; }

.navbar-default {
  border-color: transparent;
  border-radius: 0;
  background-color: #f2f2f2; }
  @media (min-width: 768px) {
    .navbar-default {
      background-color: #ffffff; } }
  .navbar-default .navbar-brand {
    height: 40px;
    color: #99172c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .navbar-default .navbar-brand {
        padding: 10px;
        position: relative;
        padding-left: 80px; }
        .navbar-default .navbar-brand:before {
          content: '';
          position: absolute;
          left: 0;
          top: -17px;
          width: 75px;
          height: 75px;
          background-image: url("../img/sprite.png");
          background-position: 0 0;
          background-size: 560px 880px;
          background-repeat: no-repeat;
          text-indent: -9999px; } }
    @media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 192dpi) {
      .navbar-default .navbar-brand:before {
        background-image: url("../img/sprite_2x.png"); } }

.nav {
  padding-left: 0; }

.navbar {
  min-height: 40px;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .navbar {
      position: absolute;
      top: 40px;
      width: 100%;
      box-shadow: 0 2px 6px rgba(51, 51, 51, 0.25);
      z-index: 9000; } }

@media (min-width: 768px) {
  .navbar-nav > li {
    padding: 0; } }
@media (min-width: 1200px) {
  .navbar-nav > li {
    margin-left: 10px;
    margin-right: 10px; } }
@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding: 10px;
    text-transform: uppercase; } }
@media (min-width: 992px) {
  .navbar-nav > li > a {
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase; } }
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
  color: #99172c; }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #99172c; }

.xxx-nav li {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  float: left;
  text-transform: uppercase; }

.dropdown-menu {
  border-color: transparent; }
  .dropdown-menu > li {
    padding-top: 5px;
    padding-bottom: 5px; }
    .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
      color: #99172c; }

.header .slider ul {
  padding: 0;
  margin: 0; }
.header .slider li {
  list-style: none;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    .header .slider li {
      background-size: auto; } }
.header .slider li .container {
  height: 0;
  padding-top: 50%;
  position: relative; }
  @media (min-width: 992px) {
    .header .slider li .container {
      height: 500px;
      padding-top: 0; } }
.header .slider li .container .voordeel {
  position: absolute;
  right: -10px;
  top: 200px;
  width: 270px;
  height: 85px;
  background: url(../img/sprite.png) left -770px;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  padding: 15px 10px 10px 60px; }
.header .slider li .container .voordeel p {
  margin: 0;
  line-height: 30px; }
.header .slider li .container .voordeel .price {
  font-size: 40px;
  font-weight: bold; }

.carousel-indicators li.active {
  background-color: #666666; }

.carousel-indicators li:hover {
  cursor: pointer; }

.form {
  overflow: hidden;
  padding: 10px;
  background: #99172c;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #99172c 0%, #8c1528 100%);
  background: linear-gradient(to bottom, #99172c 0%, #8c1528 100%);
  /* W3C */
  border-radius: 4px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #ffffff; }
  .form label {
    color: #e5c5ca; }
  .sidebar .form {
    padding-top: 20px;
    padding-bottom: 20px; }
  .form h3 {
    color: #ffffff; }
  .form .opt-in {
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    padding: 20px;
    background-color: #ffffff;
    color: #333333;
    border-radius: 3px; }
    .form .opt-in p {
      clear: both; }
    .form .opt-in a {
      color: #333333; }
    .form .opt-in label.radio {
      font-weight: bold;
      color: #333333;
      color: black;
      color: #333333; }

.searchform .form-group {
  padding: 0px 10px; }
  @media (min-width: 768px) {
    .searchform .form-group {
      width: 50%;
      float: left; } }
  @media (min-width: 992px) {
    .searchform .form-group {
      width: 20%; }
      .searchform .form-group.form-actions {
        margin-top: 25px; } }
  .sidebar .searchform .form-group {
    width: 100%; }

.form .input-wrapper {
  padding: 5px;
  width: 180px;
  float: left; }

.form .input-wrapper.error label {
  color: #ffffff; }

.form .error input[type="text"] {
  background-color: #f2dede;
  color: #b94a48; }

.form .input-wrapper.form-actions,
.contact .input-wrapper.form-actions {
  padding-top: 30px;
  width: 150px;
  margin-top: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-top: none; }

.form .form-actions a {
  margin-left: 15px;
  display: inline-block;
  padding-right: 10px;
  position: relative;
  color: #cb8b97;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase; }

ul.model-nav {
  border-top: 5px solid #99172c;
  padding: 0;
  margin: 0;
  background-color: #fff;
  list-style-type: none;
  overflow: hidden;
  text-align: center; }
  ul.model-nav li {
    display: inline; }
    ul.model-nav li a {
      position: relative;
      display: inline-block;
      margin: 10px 20px 10px 20px;
      padding-top: 110px;
      width: 140px;
      text-align: center;
      font-weight: bold;
      text-decoration: none;
      color: #99172c;
      text-transform: uppercase;
      -webkit-transition: background-position 0.25s ease;
              transition: background-position 0.25s ease; }
      ul.model-nav li a:before {
        position: absolute;
        left: 0;
        top: 0;
        content: '';
        display: block;
        width: 140px;
        height: 110px;
        background-color: #fff;
        background-image: url(../img/sprite.png);
        background-repeat: no-repeat;
        background-position: 140px 130px; }
      ul.model-nav li a:hover, ul.model-nav li a:focus {
        color: #000; }
    ul.model-nav li.empty a {
      opacity: 0.2; }
      ul.model-nav li.empty a:hover, ul.model-nav li.empty a:focus {
        color: #565656;
        cursor: default; }
    ul.model-nav li.fiat_500 a:before {
      background-position: -140px -80px; }
    ul.model-nav li.fiat_500c a:before {
      background-position: -420px -80px; }
    ul.model-nav li.fiat_panda a:before {
      background-position: -420px -300px; }
    ul.model-nav li.fiat_punto a:before {
      background-position: -140px -410px; }
    ul.model-nav li.fiat_bravo a:before {
      background-position: -420px -410px; }
    ul.model-nav li.fiat_sedici a:before {
      background-position: -140px -520px; }
    ul.model-nav li.fiat_qubo a:before {
      background-position: -140px -630px; }
    ul.model-nav li.fiat_doblo a:before {
      background-position: -420px -520px; }
    ul.model-nav li.fiat_500l a:before {
      background-position: -140px -190px; }
    ul.model-nav li.fiat_500l_trekking a:before {
      background-position: -140px -300px; }
    ul.model-nav li.fiat_500l_living a:before {
      background-position: -420px -190px; }
    ul.model-nav li.fiat_500x a:before {
      background-position: -420px -630px; }
    ul.model-nav li.full.fiat_500 a:hover:before {
      background-position: 0 -80px; }
    ul.model-nav li.full.fiat_500c a:hover:before {
      background-position: -280px -80px; }
    ul.model-nav li.full.fiat_panda a:hover:before {
      background-position: -280px -300px; }
    ul.model-nav li.full.fiat_punto a:hover:before {
      background-position: 0 -410px; }
    ul.model-nav li.full.fiat_bravo a:hover:before {
      background-position: -280px -410px; }
    ul.model-nav li.full.fiat_sedici a:hover:before {
      background-position: 0 -520px; }
    ul.model-nav li.full.fiat_qubo a:hover:before {
      background-position: 0 -630px; }
    ul.model-nav li.full.fiat_doblo a:hover:before {
      background-position: -280px -520px; }
    ul.model-nav li.full.fiat_500l a:hover:before {
      background-position: 0 -190px; }
    ul.model-nav li.full.fiat_500l_trekking a:hover:before {
      background-position: 0 -300px; }
    ul.model-nav li.full.fiat_500l_living a:hover:before {
      background-position: -280px -190px; }
    ul.model-nav li.full.fiat_500x a:hover:before {
      background-position: -280px -630px; }

.footer a {
  color: #666666; }

/*

	08.2 LISTING
	--------------------------------------------
*/
.list {
  padding: 0;
  background-color: #fff;
  list-style-type: none;
  border-top: 5px solid #99172c; }

.detail .list {
  margin: 0 0 20px 0;
  padding: 20px 40px; }

.span12 .detail .list {
  margin: 0; }

.list li {
  padding: 20px 20px 40px 20px;
  border-bottom: 1px solid #f2f2f2; }

.list .summary {
  position: relative;
  padding-left: 170px;
  margin-bottom: 20px; }

.detail .list .summary {
  min-height: 150px; }

.list .summary .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  border: none; }

.list p,
.list small {
  color: #565656;
  clear: both; }

.thumbnail {
  display: block;
  padding: 0;
  line-height: 20px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: none;
          transition: none; }

a.thumbnail:hover,
a.thumbnail:focus {
  box-shadow: none; }

dl.dl-horizontal {
  width: 100%;
  margin-right: 1%;
  float: left; }
  @media (min-width: 992px) {
    dl.dl-horizontal {
      width: 49%; }
      dl.dl-horizontal.prices {
        max-width: 250px; } }

dl.dl-horizontal dt {
  width: 100px;
  text-align: left;
  float: left; }

dl.dl-horizontal dd {
  margin-left: 100px;
  word-wrap: break-word; }

dl.dl-horizontal.details dt {
  width: 80px;
  text-align: left; }

dl.dl-horizontal.details dd {
  margin-left: 80px; }

dl.dl-horizontal.prices dd {
  text-align: right;
  padding-right: 5px;
  text-align: right; }

dl.dl-horizontal.prices dd.voordeel {
  padding-right: 0; }

.prices .voordeel {
  color: #99172c;
  padding: 7px 0;
  height: 34px; }

th, td {
  text-align: left; }

td.money {
  text-align: right; }

table.krediet {
  margin-top: 20px; }

table.krediet td,
table.krediet th {
  border: 1px solid #0c0c0c;
  font-size: 11px;
  font-weight: normal;
  line-height: 11px;
  text-align: left;
  padding: 3px 4px; }

table.krediet tfoot td {
  text-align: center; }

.lenen-warning {
  display: inline-block;
  width: 160px;
  height: 14px;
  text-indent: -9999px;
  background: url(../img/sprite.png) -80px -61px no-repeat; }

.voordeel-container {
  margin-top: 40px;
  overflow: hidden;
  position: relative; }

.voordeel-container .voordeel-text {
  border: 2px solid #99172c;
  padding: 5px 10px;
  width: 100%;
  margin-bottom: 20px;
  float: left;
  text-align: right;
  font-weight: bold;
  color: #99172c;
  font-size: 18px; }
  @media (min-width: 992px) {
    .voordeel-container .voordeel-text {
      margin-bottom: 0;
      width: 356px; } }

.voordeel-container .voordeel-text span {
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  height: 32px;
  background-color: #99172c;
  padding: 5px 20px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px; }

.voordeel-container .voordeel-text span:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 1px;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #99172c; }

.voordeel-container .voordeel-button {
  float: right;
  width: 165px; }

.voordeel-container del {
  color: #666666;
  font-size: 14px;
  font-weight: normal; }

.voordeel-wrapper {
  position: relative;
  display: inline-block;
  width: 60px;
  padding: 3px 5px;
  background-color: #99172c;
  color: white; }

.voordeel-wrapper:after {
  content: '';
  position: absolute;
  left: -12px;
  top: 0;
  width: 0;
  height: 0px;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent #99172c transparent transparent; }

.breadcrumb {
  background-color: transparent; }

.no-margin-bottom {
  margin-bottom: 0; }
