/* =================================
	IMPORTING STYLE.LESS
=================================== */
/* =================================
	Colors css
=================================== */
/* =================================a
		Fonts
=================================== */
/* =================================
		Route
=================================== */
/* =================================
	Algemene css
=================================== */
::selection {
  background: #fcdce3;
  /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #fcdce3;
  /* Gecko Browsers */
}
* {
  margin: 0;
  padding: 0;
}
img {
  border: 0px;
  padding: 0px;
  margin: 0px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html {
  font-size: 100%;
  min-height: 100%;
  position: relative;
  width: 100%;
}
body {
  font-family: 'Libre Franklin', sans-serif;
  font-size: 16px;
  font-weight: 300;
  height: 100%;
  position: relative;
  width: 100%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a {
  transition: all 150ms linear 0s;
}
a:active,
a:focus,
a:hover {
  outline: medium none;
  text-decoration: none;
}
p {
  font-size: 1em;
  margin: 0 0 1em 0;
}
.col-tight {
  padding: 0px;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
  outline: none;
}
/* =================================
	Header classes
=================================== */
header {
  height: calc(100vh - 74px);
}
header svg {
  font-size: 160px;
  font-weight: 900;
  height: 45vh;
  margin-bottom: 50px;
  margin-top: 140px;
  width: 100vh;
}
header svg #Welcome {
  float: left;
  transform: translate(-25px, 0px);
}
header svg text {
  font-family: 'Libre Franklin', sans-serif;
}
header .bx-wrapper {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}
header .bx-wrapper .bx-pager {
  bottom: inherit;
  right: 25px;
  text-align: right;
  top: 10px;
  width: 200px;
}
header .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #000000;
  border-radius: 100px;
  height: 20px;
  width: 20px;
}
header .bx-wrapper .bx-pager.bx-default-pager a:hover,
header .bx-wrapper .bx-pager.bx-default-pager a.active,
header .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background-color: #FF0033;
}
header .bx-wrapper .bxslider li {
  background-position: 25% 25%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
header .bx-wrapper .bxslider li .text {
  color: #1D1C1B;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 19vh;
  font-weight: 800;
  line-height: 17vh;
  margin-bottom: 30px;
  margin-top: 15vh;
}
header .bx-wrapper .bxslider li .text span {
  color: #FF0033;
}
header .bx-wrapper .bxslider li .text .apostrof {
  display: inline-block;
}
header .bx-wrapper .bxslider li .text .apostrof img {
  height: 6vh;
  margin-top: 8px;
}
header .bx-wrapper .bxslider li .btn-slider {
  border: 1px solid #1D1C1B;
  border-radius: 0;
  color: #1D1C1B;
  font-size: 27px;
  font-weight: 300;
  padding: 20px 30px;
  text-transform: uppercase;
}
header .bx-wrapper .bxslider li .btn-slider:focus,
header .bx-wrapper .bxslider li .btn-slider:hover {
  background-color: #759798;
  border: 1px solid #759798;
  color: #ffffff;
}
/* =================================
	Navbar classes
=================================== */
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:focus,
.navbar-inverse .navbar-nav > .open > a:hover {
  background-color: transparent;
  color: #FF0033;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: transparent;
  text-decoration: none;
}
.navbar {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: 0px -4px 2px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -4px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -4px 2px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  min-height: 74px;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.navbar.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
.navbar .navbar-brand {
  margin-left: 46px;
  margin-top: 9px;
}
.navbar .navbar-brand span {
  background-color: #FF0033;
  border-radius: 100px;
  display: block;
  float: left;
  height: 23px;
  margin-right: 10px;
  width: 23px;
}
.navbar .navbar-nav li a {
  color: #000000;
  font-size: 25px;
  font-weight: 300;
  padding: 27px 27px;
  text-transform: uppercase;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover {
  color: #FF0033;
}
.navbar .navbar-nav .user a,
.navbar .navbar-nav .language a {
  padding: 27px 15px;
  position: relative;
  top: 2px;
}
.navbar .order-now-menu-container {
  position: absolute;
  right: 0;
  top: 0;
}
.navbar .order-now-menu-container .order-now-menu {
  background-color: #FF0033;
  float: right;
  transition: all 150ms linear 0s;
}
.navbar .order-now-menu-container .order-now-menu li a {
  color: #ffffff;
  text-transform: lowercase;
}
.navbar .order-now-menu-container .order-now-menu:focus,
.navbar .order-now-menu-container .order-now-menu:hover {
  background-color: #19313B !important;
  text-decoration: none !important;
}
.spacer {
  height: 73px;
}
/* =================================
	Social-bar classes
=================================== */
.social-bar {
  bottom: 30px;
  display: none;
  left: 30px;
  position: fixed;
  width: 100%;
  z-index: 99999999;
}
.social-bar h3 {
  color: #19313B;
  float: left;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 14px;
  margin-right: 20px;
}
.social-bar h4 {
  color: #19313B;
  float: left;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
  line-height: 34px;
  margin-top: 8px;
}
.social-bar .social-icons {
  float: left;
  margin-right: 20px;
}
.social-bar .social-icons li {
  display: inline-block;
}
.social-bar .social-icons li a {
  background-color: #19313B;
  border-radius: 100px;
  color: #ffffff;
  display: block;
  height: 55px;
  margin-right: 8px;
  text-align: center;
  width: 55px;
}
.social-bar .social-icons li a i {
  font-size: 30px;
  line-height: 55px;
}
/* =================================
	Home - Row odd classes
=================================== */
.block-odd {
  background-color: #19313B;
  display: block;
}
.block-odd .block-text {
  float: right;
}
.block-odd .block-half {
  display: table;
  width: 100%;
}
.block-odd .block-image {
  float: left;
}
.block-odd .image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  width: auto;
}
.block-odd .block-padding {
  display: table-cell;
  height: 520px;
  padding: 0 0;
  vertical-align: middle;
  width: 700px;
}
.block-odd .block-padding .title {
  color: #ffffff;
  font-family: "acta-poster", serif;
  font-size: 46px;
  line-height: 70px;
  text-align: center;
  text-transform: lowercase;
}
.block-odd .block-padding .bar {
  background-color: #ffffff;
  height: 1px;
  margin: 50px auto 0;
  width: 180px;
}
.block-odd .block-padding p {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 50px;
  text-align: center;
}
.block-odd .block-padding span {
  color: #ffffff;
  font-size: 28px;
  line-height: 42px;
  text-transform: uppercase;
}
/* =================================
	Home - Row even classes
=================================== */
.block-even {
  background-color: #759798;
  display: block;
}
.block-even .image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  width: auto;
}
.block-even .block-half {
  display: table;
  width: 100%;
}
.block-even .block-padding {
  display: table-cell;
  height: 520px;
  padding: 0 0;
  vertical-align: middle;
}
.block-even .block-padding .title {
  color: #ffffff;
  font-family: "acta-poster", serif;
  font-size: 46px;
  line-height: 70px;
  text-align: center;
  text-transform: lowercase;
}
.block-even .block-padding .bar {
  background-color: #ffffff;
  height: 1px;
  margin: 50px auto 0;
  width: 180px;
}
.block-even .block-padding p {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 50px;
  text-align: center;
}
.block-even .block-padding span {
  color: #ffffff;
  font-size: 28px;
  line-height: 42px;
  text-transform: uppercase;
}
.block-even.product-intro .image {
  background-color: #ffffff;
  background-position: right -50% top 80px;
  background-size: 500px auto;
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 50px;
  text-align: center;
  width: 100%;
}
.block-even.product-intro .image img {
  height: 100%;
  margin: 0 auto;
}
.block-even.product-intro .variation-thumb {
  position: absolute;
}
.block-even.product-intro .variation-thumb img {
  display: inline-block;
  width: 80px;
  margin: 10px;
}
.block-even.product-intro p {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.1em;
}
.block-even.product-intro p:last-child {
  margin-bottom: 0;
}
/* =================================
	Intro classes
=================================== */
#intro {
  background-color: #19313B;
  display: block;
}
#intro .right {
  float: right;
}
#intro .left {
  float: left;
}
#intro .image {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 520px;
  position: relative;
  width: auto;
}
#intro .image .new {
  background-color: #F0F0F0;
  bottom: 0;
  float: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  padding: 10px 14px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
}
#intro .image .new span {
  background-color: #FF0033;
  border-radius: 100px;
  display: block;
  float: left;
  height: 14px;
  margin-right: 8px;
  position: relative;
  top: 10px;
  width: 14px;
}
#intro .block-padding {
  display: table-cell;
  height: 520px;
  vertical-align: middle;
  width: 700px;
}
#intro .block-padding .title {
  color: #ffffff;
  font-family: "acta-poster", serif;
  font-size: 74px;
  line-height: 70px;
  text-align: center;
}
#intro .block-padding .bar {
  background-color: #ffffff;
  height: 1px;
  margin: 50px auto 0;
  width: 180px;
}
#intro .block-padding p {
  color: #ffffff;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0;
  margin-top: 50px;
  text-align: center;
}
#intro .block-padding .date {
  color: #FF0033;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2.6px;
  line-height: 26px;
  margin-top: 50px;
  text-align: center;
}
#intro .block-padding span {
  color: #ffffff;
  font-size: 28px;
  line-height: 42px;
  text-transform: uppercase;
}
#intro .block-padding .maps-search {
  margin: 50px auto 0;
  width: 300px;
}
#intro .block-padding .maps-search .form-control {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-right: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 300;
  height: 52px;
}
#intro .block-padding .maps-search .form-control::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
#intro .block-padding .maps-search .form-control:focus {
  box-shadow: none;
}
#intro .block-padding .maps-search .btn {
  background-color: transparent;
  border: 1px solid #ffffff;
  border-left: none;
  border-radius: 0;
  color: #ffffff;
  height: 52px;
}
#intro .block-padding .maps-search .btn i {
  font-size: 30px;
}
/* =================================
	Google Maps classes
=================================== */
.google-maps {
  height: 575px;
  margin-bottom: 80px;
  position: relative;
}
.google-maps #map {
  height: 575px;
}
/* =================================
	Dealer container classes
=================================== */
#dealers-container h2 {
  color: #000000;
  float: left;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 30px;
  margin-right: 30px;
  margin-top: 10px;
}
#dealers-container .btn-textbox {
  border: 1px solid #19313B;
  border-radius: 0;
  color: #19313B;
  float: left;
  font-size: 20px;
  font-weight: 300;
  margin-left: 30px;
  padding: 18px 28px;
  text-transform: uppercase;
}
#dealers-container .btn-textbox:focus,
#dealers-container .btn-textbox:hover {
  background-color: #759798;
  border: 1px solid #759798;
  color: #ffffff;
}
#dealers-container ul {
  margin-top: 30px;
}
#dealers-container ul li .dealer {
  color: #759798;
  display: block;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding: 8px 0;
  text-transform: uppercase;
}
#dealers-container ul li .dealer:focus,
#dealers-container ul li .dealer:hover {
  color: #FF0033;
}
/* =================================
	Review container classes
=================================== */
#review-container {
  margin: 50px 0 100px;
}
#review-container .review {
  float: left;
  margin-bottom: 50px;
  width: 100%;
}
#review-container .review .image-container {
  border-right: 1px solid #19313B;
}
#review-container .review .text {
  padding-left: 40px;
}
#review-container .review .text .title {
  color: #000000;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 30px;
}
#review-container .review .text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  margin-bottom: 1.5em;
}
#review-container .review .text .type {
  float: left;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  margin-right: 30px;
}
#review-container .review .text .ranking {
  float: left;
  margin-right: 30px;
}
#review-container .review .text .name {
  float: left;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-right: 30px;
}
#review-container .review .text a {
  color: #FF0033;
  float: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
#review-container .review .text a:focus,
#review-container .review .text a:hover {
  color: #759798;
}
#review-container #pagination {
  margin-top: 50px;
}
.js-slide-text {
  display: none;
}
/* =================================
	Textbox classes
=================================== */
#textbox {
  display: block;
}
#textbox .title {
  color: #000000;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 10px;
  line-height: 85px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
}
#textbox .title span {
  font-weight: 200;
}
/* =================================
	Textbox blog classes
=================================== */
#textbox-blog .title {
  color: #000000;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 47px;
  font-weight: 200;
  line-height: 85px;
  margin-bottom: 30px;
  padding: 20px 0;
  text-align: center;
}
#textbox-blog .title .btn-textbox {
  border: 1px solid #19313B;
  border-radius: 0;
  color: #19313B;
  font-size: 20px;
  font-weight: 300;
  margin-left: 30px;
  padding: 18px 28px;
  text-transform: uppercase;
}
#textbox-blog .title .btn-textbox:focus,
#textbox-blog .title .btn-textbox:hover {
  background-color: #759798;
  border: 1px solid #759798;
  color: #ffffff;
}
/* =================================
	A day in the life of classes
=================================== */
#a-day-in-the-life-of {
  height: 560px;
  position: relative;
}
#a-day-in-the-life-of .bx-wrapper {
  border: none;
  box-shadow: none;
}
#a-day-in-the-life-of .text-block {
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  height: 560px;
  padding: 85px;
}
#a-day-in-the-life-of .text-block .date {
  color: #FF0033;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 26px;
  margin-bottom: 40px;
}
#a-day-in-the-life-of .text-block h2 {
  color: #000000;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 30px;
}
#a-day-in-the-life-of .text-block p {
  color: #000000;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}
#a-day-in-the-life-of .image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 560px;
  width: 100%;
}
#a-day-in-the-life-of .timeline {
  background-color: #19313B;
  height: 1px;
  margin-top: -200px;
  position: relative;
  width: 100%;
  z-index: 1;
}
#a-day-in-the-life-of .timeline .circle-left {
  background-color: #19313B;
  border-radius: 100px;
  height: 46px;
  left: 33%;
  margin-left: -23px;
  margin-top: -23px;
  position: absolute;
  width: 46px;
}
#a-day-in-the-life-of .timeline .circle-middle {
  background-color: #FF0033;
  border-radius: 100px;
  height: 78px;
  left: 50%;
  margin-left: -39px;
  margin-top: -39px;
  position: absolute;
  width: 78px;
}
#a-day-in-the-life-of .timeline .circle-right {
  background-color: #19313B;
  border-radius: 100px;
  height: 46px;
  right: 33%;
  margin-left: -23px;
  margin-top: -23px;
  position: absolute;
  width: 46px;
}
#a-day-in-the-life-of.blog-list {
  height: auto;
}
#a-day-in-the-life-of.blog-list .fragment {
  display: block;
  padding: 0 15px;
}
#a-day-in-the-life-of.blog-list .fragment:nth-child(odd) .image {
  border-left: 1px solid #000000;
}
#a-day-in-the-life-of.blog-list .fragment:nth-child(odd) .image .circle {
  background-color: #FF0033;
  border-radius: 100px;
  display: block;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px;
}
#a-day-in-the-life-of.blog-list .fragment:nth-child(even) .image {
  border-right: 1px solid #000000;
}
#a-day-in-the-life-of.blog-list .fragment:nth-child(even) .image .circle {
  background-color: #FF0033;
  border-radius: 100px;
  display: block;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 30px;
}
#a-day-in-the-life-of.blog-list .text-block {
  box-shadow: none;
  height: 450px;
  padding: 85px 50px;
}
#a-day-in-the-life-of.blog-list .image {
  height: 450px;
  position: relative;
}
/* =================================
	Homepage visual classes
=================================== */
#visual-home {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  margin-top: -100px;
  position: relative;
  width: 100%;
}
/* =================================
	Sub-intro classes
=================================== */
#sub-intro {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  min-height: 150px;
  padding: 50px 0;
  position: relative;
}
#sub-intro .close {
  background-color: #FF0033;
  height: 32px;
  opacity: 1;
  position: absolute;
  right: 0;
  text-align: center;
  top: 2px;
  width: 32px;
}
#sub-intro .close img {
  margin-top: 11px;
}
#sub-intro .intro-text {
  font-weight: 600;
}
#sub-intro .intro-text span {
  color: #FF0033;
  cursor: pointer;
  font-size: 14px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
#sub-intro .title {
  display: table-cell;
  font-size: 38px;
  font-weight: 200;
  height: 225px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}
#sub-intro p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  margin-bottom: 0;
}
/* =================================
	Sub-intro SPECIAL classes
=================================== */
#sub-intro-special {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  min-height: 225px;
}
#sub-intro-special .intro-text {
  font-weight: 600;
}
#sub-intro-special .title {
  display: table-cell;
  font-size: 38px;
  font-weight: 200;
  height: 225px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
}
#sub-intro-special p {
  display: table-cell;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  height: 225px;
  margin-bottom: 0;
  vertical-align: middle;
}
/* =================================
	New block classes
=================================== */
#new-block .new {
  background-color: #F0F0F0;
  float: left;
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  padding: 10px 14px;
  text-transform: uppercase;
}
#new-block .new span {
  background-color: #FF0033;
  border-radius: 100px;
  display: block;
  float: left;
  height: 14px;
  margin-right: 8px;
  position: relative;
  top: 10px;
  width: 14px;
}
/* =================================
	Products container classes
=================================== */
#products-container {
  margin: 50px 0 80px;
}
#products-container .product {
  color: #1D1C1B;
  display: block;
  margin-bottom: 25px;
  position: relative;
}
#products-container .product .new, #products-container .product .new-label {
  background-color: #FF0033;
  border-radius: 100px;
  display: block;
  height: 18px;
  position: absolute;
  right: 25px;
  top: 25px;
  width: 18px;
  z-index: 10;
}
#products-container .product .new-label {
  background: none;
  right: 80px;
  font-size: 19px;
}
#products-container .product .imageBox {
  margin-bottom: 24px;
  position: relative;
}
#products-container .product .imageBox .image-inn {
  padding: 24px;
}
#products-container .product .imageBox .hover-img {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}
#products-container .product:hover .hover-img {
  display: block;
}
#products-container .product .title {
  font-size: 20px;
  line-height: 24px;
  min-height: 60px;
  text-align: center;
}
#products-container .product:focus,
#products-container .product:hover {
  color: #FF0033;
}
#products-container .product:focus .new-label,
#products-container .product:hover .new-label {
  color: #000000;
}
/* =================================
	Action block container classes
=================================== */
#actions-block-container {
  min-height: 150px;
}
#actions-block-container .action-block {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  color: #FF0033;
  display: block;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 62px;
  padding: 38px 30px;
  position: relative;
  text-transform: uppercase;
  top: 0;
}
#actions-block-container .action-block p {
  font-size: 1em;
  margin: 0;
  height: 250px;
  overflow: hidden;
}
#actions-block-container .action-block:focus,
#actions-block-container .action-block:hover {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.8);
  top: -3px;
}
#actions-block-container .blog:focus,
#actions-block-container .blog:hover {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  top: -3px;
}
/* =================================
	Pagination classes
=================================== */
#pagination nav .pager li a,
#pagination nav .pager li span {
  border: none;
  border-radius: 0;
  color: #19313B;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 14px;
  text-transform: uppercase;
}
#pagination nav .pager li a:focus,
#pagination nav .pager li span:focus,
#pagination nav .pager li a:hover,
#pagination nav .pager li span:hover {
  background-color: transparent;
  color: #FF0033;
}
#pagination nav .pager li a.active,
#pagination nav .pager li span.active {
  color: #FF0033;
}
#pagination nav .pager li.previous a,
#pagination nav .pager li.next a {
  border: 1px solid #ffffff !important;
  min-width: 60px;
}
#pagination nav .pager li.active span {
  color: #FF0033;
}
#pagination nav .pager li.previous:focus a,
#pagination nav .pager li.previous:hover a,
#pagination nav .pager li.next:focus a,
#pagination nav .pager li.next:hover a {
  border: 1px solid #19313B !important;
  color: #19313B;
}
/* =================================
	Product-views classes
=================================== */
#product-views {
  margin: 50px 0;
  overflow: hidden;
}
#product-views .slick-dots li button::before {
  color: #000000;
  font-size: 55px;
  opacity: 1;
}
#product-views .slick-dots li.slick-active button::before {
  color: #FF0033;
  font-size: 55px;
  opacity: 1;
}
/* =================================
	Quote classes
=================================== */
#quote-container {
  margin: 70px 0;
}
#quote-container .text {
  background-image: url("../images/icons/quotes.svg");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 45px 28px;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 50px;
  padding: 0 70px;
  text-align: center;
}
#quote-container .more-information {
  text-align: center;
}
#quote-container .more-information .ranking {
  display: inline-block;
}
#quote-container .more-information .name {
  color: #000000;
  display: inline-block;
  margin: 0 20px;
}
#quote-container .more-information a {
  color: #FF0033;
  display: inline-block;
}
#quote-container .more-information a:focus,
#quote-container .more-information a:hover {
  color: #759798;
}
/* =================================
	Product review
=================================== */
#product-review-container .product-review-login-form {
  text-align: center;
}
#product-review-container h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}
#product-review-container .btn-login {
  border: 1px solid #19313B;
  border-radius: 0;
  color: #19313B;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 30px;
  padding: 18px 28px;
  text-transform: uppercase;
}
#product-review-container .btn-login:focus,
#product-review-container .btn-login:hover {
  background-color: #759798;
  border: 1px solid #759798;
  color: #ffffff;
}
#product-review-container form label {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
}
#product-review-container form .form-control {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 42px;
}
#product-review-container form .form-control textarea {
  height: auto;
  resize: vertical;
}
#product-review-container form textarea.form-control {
  height: auto;
  resize: vertical;
}
#product-review-container form .btn {
  border: 1px solid #1D1C1B;
  border-radius: 0;
  color: #1D1C1B;
  font-size: 20px;
  font-weight: 300;
  padding: 12px 22px;
  text-transform: uppercase;
  transition: all 150ms linear 0s;
  background-color: #ffffff;
  border-color: #000000;
}
#product-review-container form .btn:focus,
#product-review-container form .btn:hover {
  background-color: #759798;
  border: 1px solid #759798;
  color: #ffffff;
}
/* =================================
	Features classes
=================================== */
#features {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 0;
  position: relative;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
}
#features h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}
#features .bullets li {
  list-style: outside disc;
  margin-left: 15px;
}
#features li {
  line-height: 34px;
}
#features .clipboard {
  color: #FF0033;
  display: block;
  float: left;
  font-size: 14px;
  margin-top: 10px;
  cursor: pointer;
  line-height: 1em;
}
#features .clipboard:focus,
#features .clipboard:hover {
  margin-left: 3px;
}
/* =================================
	Button-group classes
=================================== */
#button-group {
  margin: 65px 0;
  text-align: center;
}
#button-group a {
  color: #759798;
  display: inline-block;
  line-height: 18px;
  margin: 0 20px;
  text-transform: uppercase;
  transition: all 150ms linear 0s;
}
#button-group a svg,
#button-group a img {
  margin-right: 5px;
  position: relative;
  top: 1px;
  transition: all 150ms linear 0s;
}
#button-group a:focus,
#button-group a:hover {
  color: #FF0033;
}
#button-group a:focus #save,
#button-group a:hover #save,
#button-group a:focus #share,
#button-group a:hover #share,
#button-group a:focus #catalog,
#button-group a:hover #catalog {
  fill: #FF0033;
}
.share-icons {
  display: none;
  margin: 20px;
}
/* =================================
	Bijpassende producten classes
=================================== */
#matching-products,
#wishlist {
  margin-bottom: 70px;
}
#matching-products h2,
#wishlist h2 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}
#matching-products .product-remove,
#wishlist .product-remove {
  position: absolute;
  top: 25px;
  right: 25px;
  font-size: 30px;
  color: #FF0033;
}
#matching-products .product,
#wishlist .product {
  color: #1D1C1B;
  display: block;
  margin-top: 30px;
}
#matching-products .product img,
#wishlist .product img {
  margin-bottom: 15px;
  padding: 25px;
}
#dealer-images .row {
  margin-top: 30px;
}
/* =================================
	Blogview classes
=================================== */
#blogview {
  margin-bottom: 90px;
  margin-top: 60px;
}
.blog {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 400px;
  margin-bottom: 24px;
  position: relative;
  top: 0;
  width: 100%;
}
.blog:focus,
.blog:hover {
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.5);
}
.blog .inner {
  background-color: #ffffff;
  bottom: 24px;
  left: 18px;
  padding: 35px;
  position: absolute;
  right: 18px;
}
.blog .inner h2 {
  color: #19313B;
  font-size: 38px;
  font-weight: 300;
  line-height: 50px;
}
.blog .inner h3 {
  color: #19313B;
  font-size: 20px;
  line-height: 34px;
  text-transform: uppercase;
}
/* =================================
	Show more JS classes
=================================== */
.js-show-more-list {
  -webkit-transition: max-height 1s ease-in;
  -moz-transition: max-height 1s ease-in;
  -ms-transition: max-height 1s ease-in;
  -o-transition: max-height 1s ease-in;
  transition: max-height 1s ease-in;
  overflow: hidden;
  height: 100%;
  max-height: 1000px;
}
.js-show-more-list.show-part {
  max-height: 150px;
}
.more-info-gradient {
  -webkit-transition: opacity 1s ease-in;
  -moz-transition: opacity 1s ease-in;
  -ms-transition: opacity 1s ease-in;
  -o-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  opacity: 0;
  height: 100px;
  margin-bottom: 20px;
  margin-top: -50px;
  position: relative;
  pointer-events: none;
}
.more-info-gradient.active {
  opacity: 1;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, #ffffff 50%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.4) 0%, #ffffff 50%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, #ffffff 50%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66ffffff', endColorstr='#ffffff', GradientType=0);
}
/* =================================
	Footer classes
=================================== */
footer {
  background-color: #19313B;
  margin-top: -150px;
}
footer .footer-top {
  padding: 200px 0 38px;
}
footer .footer-top h3 {
  color: #ffffff;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 14px;
}
footer .footer-top h4 {
  color: #ffffff;
  font-family: 'Libre Franklin', sans-serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 200;
  line-height: 34px;
  margin-top: 8px;
}
footer .footer-top .social-icons li {
  display: inline-block;
}
footer .footer-top .social-icons li a {
  background-color: #ffffff;
  border-radius: 100px;
  color: #19313B;
  display: block;
  height: 55px;
  margin-right: 8px;
  text-align: center;
  width: 55px;
}
footer .footer-top .social-icons li a i {
  font-size: 30px;
  line-height: 55px;
}
footer .footer-top .social-icons li a:focus,
footer .footer-top .social-icons li a:hover {
  background-color: #759798;
}
footer .footer-top .menu li a {
  color: #ffffff;
  font-size: 38px;
  font-weight: 200;
  line-height: 55px;
}
footer .footer-top .menu li a:focus,
footer .footer-top .menu li a:hover {
  color: #759798;
}
footer .footer-bottom {
  margin-top: 65px;
}
footer .footer-bottom .logo {
  display: block;
}
footer .footer-bottom .logo span {
  background-color: #FF0033;
  border-radius: 100px;
  display: block;
  float: left;
  height: 23px;
  margin-right: 10px;
  width: 23px;
}
footer .footer-bottom .logo img {
  float: left;
  max-width: 200px;
}
footer .footer-bottom .menu li {
  display: inline-block;
}
footer .footer-bottom .menu li a {
  color: #ffffff;
  font-size: 10px;
  font-weight: 300;
  line-height: 34px;
  margin-right: 16px;
  text-transform: uppercase;
}
/* =================================
	Content classes
=================================== */
#content-container {
  margin-top: 65px;
}
#content-container .image {
  margin-bottom: 50px;
}
#content-container h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 34px;
}
#content-container p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}
#content-container #quote-container {
  margin-bottom: 30px;
}
#content-container .image-block img {
  margin-bottom: 2em;
}
#content-container .image-block h3 {
  margin-top: 4em;
}
#content-container a {
  color: #FF0033;
}
#content-container a:focus,
#content-container a:hover {
  color: #759798;
}
#content-container ol {
  list-style-position: inside;
  list-style: decimal;
}
#content-container ul {
  list-style: disc;
}
#content-container li {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
  list-style-position: inside;
}
/* =================================
	Copyright classes
=================================== */
#copyright {
  background-color: #19313B;
  color: #ffffff;
  font-size: 10px;
  font-weight: 200;
  padding: 15px;
  text-align: right;
}
#copyright a {
  color: #ffffff;
}
/* =================================
	Checkbox classes
=================================== */
/* CHECKBOX */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 35px;
  padding-top: 7px;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #19313B !important;
  box-shadow: none;
  width: 25px;
  height: 25px;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  background: #FF0033;
  content: ' ';
  position: absolute;
  top: 8px;
  left: 2px;
  -moz-border-radius: 0;
  border-radius: 0;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  height: 21px;
  width: 21px;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: none;
}
/* hover style just for information */
label:hover:before {
  border: none;
}
/* =================================
	User classes
=================================== */
#user-container {
  margin: 50px 0 100px;
}
#user-container h1 {
  color: #19313B;
  float: left;
  font-family: "acta-poster", serif;
  font-size: 74px;
  line-height: 64px;
  margin-bottom: 50px;
}
#user-container h2 {
  color: #000000;
  font-size: 38px;
  font-weight: 200;
  line-height: 50px;
  margin-bottom: 30px;
}
#user-container p {
  font-size: 20px;
  font-weight: 300;
  line-height: 34px;
}
#user-container nav ul li.active a {
  color: #FF0033;
}
#user-container nav ul li a,
#user-container nav ul li span {
  color: #19313B;
  font-size: 20px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
}
#user-container nav ul li a:focus,
#user-container nav ul li span:focus,
#user-container nav ul li a:hover,
#user-container nav ul li span:hover {
  color: #FF0033;
}
#user-container nav .menu_level_1 {
  margin-left: 15px;
}
#user-container form label {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
}
#user-container form .form-control {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  height: 42px;
}
#user-container form .btn {
  border: 1px solid #1D1C1B;
  border-radius: 0;
  color: #1D1C1B;
  font-size: 20px;
  font-weight: 300;
  padding: 12px 22px;
  text-transform: uppercase;
  transition: all 150ms linear 0s;
}
#user-container form .btn:focus,
#user-container form .btn:hover {
  background-color: #759798;
  border: 1px solid #759798;
  color: #ffffff;
}
/* =================================
	Media Queries classes
=================================== */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .block-odd .block-padding,
  .block-even .block-padding {
    padding: 0 14px;
  }
  .block-odd .block-padding .title,
  .block-even .block-padding .title {
    font-size: 50px;
    line-height: 60px;
  }
}
/* Medium devices (desktops, 1199px and down) */
@media (max-width: 1199px) {
  .navbar .navbar-nav li a {
    font-size: 14px;
    padding: 27px 8px;
  }
  .block-odd .block-padding .title,
  .block-even .block-padding .title {
    font-size: 40px;
    line-height: 60px;
  }
  .product-intro .block-padding p {
    font-size: 16px !important;
    line-height: 30px !important;
  }
  .product-intro .image {
    background-position: right -250px top 80px !important;
    display: table-cell;
    vertical-align: middle;
  }
  #a-day-in-the-life-of .timeline {
    display: none;
  }
  #a-day-in-the-life-of.blog-list .text-block {
    padding: 45px 40px;
  }
  #visual-home {
    height: 400px;
    margin-top: -70px;
  }
}
/* Small devices (tablets, 991px and down) */
@media (max-width: 991px) {
  header svg {
    height: 30vh;
    margin-top: 50%;
  }
  header svg #Welcome {
    transform: translate(-34vw, 0px);
  }
  .block-odd .image,
  .block-even .image {
    height: 565px;
  }
  .block-odd .block-padding,
  .block-even .block-padding {
    height: 565px;
    padding: 0 20px;
  }
  .block-odd .block-padding .title,
  .block-even .block-padding .title {
    font-size: 32px;
    line-height: 50px;
  }
  .block-odd .block-padding p,
  .block-even .block-padding p {
    font-size: 20px;
    line-height: 34px;
  }
  #intro .image {
    height: 565px;
  }
  #intro .block-padding {
    height: 565px;
    padding: 0 20px;
    width: 100%;
  }
  #intro .block-padding .title {
    font-size: 56px;
    line-height: 50px;
    word-break: break-all;
  }
  #intro .block-padding p {
    font-size: 20px;
    line-height: 34px;
  }
  .product-intro .image {
    display: table;
    padding: 140px 50px !important;
  }
  #textbox .title {
    line-height: 45px;
    padding: 30px 0;
  }
  #a-day-in-the-life-of {
    height: 560px;
  }
  #a-day-in-the-life-of .image {
    height: 560px;
  }
  #a-day-in-the-life-of .text-block {
    height: 560px;
  }
  #a-day-in-the-life-of .text-block h2 {
    font-size: 35px;
    line-height: 50px;
  }
  #a-day-in-the-life-of .text-block p {
    font-size: 18px;
    line-height: 32px;
  }
  #a-day-in-the-life-of.blog-list .text-block {
    padding: 35px 40px;
  }
  #a-day-in-the-life-of.blog-list .text-block .date {
    margin-bottom: 20px;
  }
  #a-day-in-the-life-of.blog-list .text-block h2 {
    line-height: 42px;
  }
  footer .footer-top .social-icons li a {
    height: 40px;
    width: 40px;
  }
  footer .footer-top .social-icons li a i {
    font-size: 22px;
    line-height: 40px;
  }
  footer .footer-top h4 {
    font-size: 16px;
  }
  footer .footer-bottom {
    margin-top: 15px;
  }
  footer .footer-bottom .menu li a {
    font-size: 9px;
    margin-right: 8px;
  }
  #blogview {
    margin-top: 60px;
  }
  #blogview .blog .inner {
    padding: 20px;
  }
  #blogview .blog .inner h2 {
    font-size: 30px;
    line-height: 36px;
  }
  #review-container .review .text a {
    float: left;
    margin-top: 1em;
  }
  #user-container h1 {
    font-size: 64px;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .block-odd .block-half {
    float: right;
  }
  .full-height {
    background-color: #ffffff;
    position: fixed;
    z-index: 99999999;
  }
  .full-height .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.9);
    border: none;
    box-shadow: none;
    bottom: 0;
    left: 0;
    padding-top: 80px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 72px;
    z-index: 999999;
  }
  .full-height .dropdown-menu li a {
    font-size: 70px;
    font-weight: 900;
    letter-spacing: -3px;
    line-height: 80px;
    padding: 0;
  }
  .full-height .dropdown-menu li.register {
    margin-top: 40px;
  }
  .full-height .dropdown-menu li.register a {
    color: #759798;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    text-transform: uppercase;
  }
  .full-height .dropdown-menu li.register a img {
    margin-right: 12px;
    margin-top: 30px;
  }
}
/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) {
  header {
    height: 100vh;
    padding-top: 72px;
  }
  header svg {
    height: auto;
    margin-bottom: 0;
    margin-top: 20%;
    width: 100%;
  }
  header svg #Welcome {
    transform: translate(0px, 0px);
  }
  header .bx-pager {
    display: none;
  }
  header .bx-wrapper .bxslider li {
    background-position: 50% 25%;
  }
  header .bx-wrapper .bxslider li .text {
    font-size: 54px;
    line-height: normal;
    margin-top: 15vh;
  }
  header .bx-wrapper .bxslider li .text .apostrof img {
    height: 20px;
  }
  header .bx-wrapper .bxslider li .btn-slider {
    font-size: 18px;
  }
  .navbar {
    /* Hamburger switch to cross */
    /* // Hamburger switch to cross */
  }
  .navbar .navbar-brand {
    float: left;
    margin-left: 0;
  }
  .navbar .navbar-brand img {
    max-width: 200px;
  }
  .navbar .navbar-toggle {
    border: none;
    border-radius: 0;
    margin-top: 20px;
  }
  .navbar .navbar-toggle:focus,
  .navbar .navbar-toggle:hover {
    background-color: transparent;
  }
  .navbar .navbar-toggle .icon-bar {
    background-color: #19313B;
  }
  .navbar .navbar-nav li a {
    padding: 12px 16px;
    text-align: center;
  }
  .navbar .navbar-nav .order-now-menu {
    background-color: #FF0033;
  }
  .navbar .navbar-nav .order-now-menu a {
    color: #ffffff;
  }
  .navbar .navbar-nav .order-now-menu a:focus,
  .navbar .navbar-nav .order-now-menu a:hover {
    color: #ffffff;
  }
  .navbar .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar .navbar-nav .open .dropdown-menu > li > a {
    padding: 12px 16px;
  }
  .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
  .navbar .navbar-nav .open .dropdown-menu > li > a:hover {
    background-color: transparent;
    color: #19313B;
  }
  .navbar .navbar-collapse {
    border: none;
    box-shadow: none;
  }
  .navbar .navbar-inverse .navbar-toggle span {
    transform: rotate(0deg);
    transition: all 0.25s ease-in-out 0s;
  }
  .navbar .navbar-inverse .navbar-toggle[aria-expanded="true"] span:nth-child(2) {
    position: relative;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .navbar .navbar-inverse .navbar-toggle[aria-expanded="true"] span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .navbar .navbar-inverse .navbar-toggle[aria-expanded="true"] span:nth-child(4) {
    opacity: 0;
  }
  .block-odd .block-image {
    float: none;
  }
  .block-odd .block-text {
    float: none;
  }
  .block-odd .image,
  .block-even .image {
    height: 300px;
  }
  .block-odd .block-padding,
  .block-even .block-padding {
    height: auto;
    padding: 50px 0;
  }
  #intro .right {
    float: none;
    display: table;
    width: 100%;
  }
  #intro .left {
    float: none;
  }
  #intro .image {
    height: 300px;
  }
  #intro .block-padding {
    height: 400px;
    padding: 50px 0;
  }
  #intro .block-padding .title {
    font-size: 37px;
    line-height: 40px;
    word-break: break-word;
  }
  #intro .block-padding form {
    width: 100%;
  }
  #intro .block-padding form .form-control {
    font-size: 18px;
  }
  .product-intro .image {
    display: table;
    padding: 25px !important;
  }
  #a-day-in-the-life-of {
    height: auto;
  }
  #a-day-in-the-life-of .text-block {
    height: auto;
  }
  #a-day-in-the-life-of .image {
    height: 300px;
  }
  #a-day-in-the-life-of.blog-list a {
    padding: 0;
  }
  #a-day-in-the-life-of.blog-list a:nth-child(odd) .image,
  #a-day-in-the-life-of.blog-list a:nth-child(even) .image {
    border: none;
  }
  #a-day-in-the-life-of.blog-list a:nth-child(odd) .image .circle,
  #a-day-in-the-life-of.blog-list a:nth-child(even) .image .circle {
    display: none;
  }
  #a-day-in-the-life-of.blog-list .text-block {
    padding: 35px 40px;
  }
  #a-day-in-the-life-of.blog-list .text-block .date {
    margin-bottom: 20px;
  }
  #a-day-in-the-life-of.blog-list .text-block h2 {
    line-height: 42px;
  }
  #visual-home {
    height: 150px;
    margin-top: 0;
  }
  #textbox-blog {
    margin-top: 30px;
  }
  #textbox-blog .title {
    line-height: 55px;
  }
  #textbox-blog .btn-textbox {
    margin-top: 25px;
  }
  #textbox-blog .title .btn-textbox {
    margin-left: 0;
    padding: 18px;
  }
  #actions-block-container .action-block {
    font-size: 50px;
    line-height: 52px;
    margin-bottom: 25px;
  }
  #actions-block-container .action-block p {
    height: 210px;
    font-size: 0.7em;
  }
  #sub-intro {
    height: auto;
    padding: 30px 0;
  }
  #sub-intro .title {
    float: left;
    height: auto;
    margin-bottom: 1em;
    text-align: left;
  }
  #sub-intro p {
    height: auto;
  }
  #quote-container .text {
    background-image: none;
    font-size: 30px;
    line-height: 40px;
    padding: 0 15px;
  }
  #features ul.bullets {
    margin-bottom: 25px;
  }
  #button-group {
    margin: 35px 0;
  }
  #button-group a {
    display: block;
    padding: 20px 0;
    text-align: center;
  }
  footer .footer-top .menu {
    margin-top: 30px;
  }
  footer .footer-bottom .menu {
    float: left;
    margin-top: 20px;
  }
  footer .footer-bottom .menu li a {
    line-height: 20px;
  }
  #copyright {
    text-align: left;
  }
  #quote-container .more-information a {
    margin-top: 15px;
  }
  #dealers-container h2 {
    float: none;
    margin-right: 0;
    text-align: center;
  }
  #dealers-container .btn-textbox {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  #dealers-container .dealer {
    text-align: center;
  }
  #review-container .review .image {
    margin-bottom: 25px;
  }
  #review-container .review .text {
    border: none;
    padding: 0;
  }
  #review-container .review .text .type {
    margin-bottom: 1em;
  }
  #review-container .review .text a {
    float: left;
    margin-top: 1em;
  }
  #user-container h1 {
    font-size: 50px;
  }
  #user-container nav {
    margin-bottom: 30px;
    text-align: center;
  }
  #product-review-container form .btn.btn-login {
    font-size: 19px;
  }
}
/* Extra Small devices (mobile, 480px and down) */
@media (max-width: 480px) {
  .block-odd .block-padding .title,
  .block-even .block-padding .title {
    font-size: 26px;
  }
}
