/* line 17, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby193/lib/ruby/gems/1.9.1/gems/compass-0.12.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: 'texgyreadventorregular';
  src: url("../../fonts/texgyreadventor-regular-webfont.eot");
  src: url("../../fonts/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/texgyreadventor-regular-webfont.woff") format("woff"), url("../../fonts/texgyreadventor-regular-webfont.ttf") format("truetype"), url("../../fonts/texgyreadventor-regular-webfont.svg#texgyreadventorregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'texgyreadventorbold';
  src: url("../../fonts/texgyreadventor-bold-webfont.eot");
  src: url("../../fonts/texgyreadventor-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/texgyreadventor-bold-webfont.woff") format("woff"), url("../../fonts/texgyreadventor-bold-webfont.ttf") format("truetype"), url("../../fonts/texgyreadventor-bold-webfont.svg#texgyreadventorbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 1, ../sass/_general.scss */
* {
  background-repeat: no-repeat;
}

/* line 2, ../sass/_general.scss */
h2 {
  font-size: 1.7em;
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
  padding-bottom: 30px;
}
/* line 8, ../sass/_general.scss */
h2.less {
  padding-bottom: 15px;
}
/* line 12, ../sass/_general.scss */
h2.bigger {
  font-size: 2.5em;
  line-height: 0.75em;
}
/* line 17, ../sass/_general.scss */
h2 span {
  font-size: 0.7em;
  color: #444444;
}
/* line 21, ../sass/_general.scss */
h2 span.month {
  font-size: 0.45em;
  color: white;
}

/* line 28, ../sass/_general.scss */
h3 {
  font-size: 1.45em;
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
  padding-bottom: 10px;
}

/* line 29, ../sass/_general.scss */
h4 {
  font-size: 1.3em;
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
  padding-bottom: 10px;
}

/* line 31, ../sass/_general.scss */
p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #444444;
}
/* line 36, ../sass/_general.scss */
p a {
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
}
/* line 39, ../sass/_general.scss */
p a:hover {
  text-decoration: underline;
}
/* line 44, ../sass/_general.scss */
p strong {
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
}

/* line 49, ../sass/_general.scss */
a {
  text-decoration: none;
}

/* line 52, ../sass/_general.scss */
ul li {
  font-size: 1.2em;
  line-height: 1.7em;
}

/* line 58, ../sass/_general.scss */
strong {
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
}

/* line 60, ../sass/_general.scss */
.bgtitel {
  background-color: #444444;
  color: white !important;
  padding: 8px 18px;
  display: inline-block;
  margin-bottom: 20px;
}

/* line 68, ../sass/_general.scss */
.automargin {
  margin-right: auto;
  margin-left: auto;
}

/* line 73, ../sass/_general.scss */
.innercontent {
  padding-left: 15%;
  padding-right: 15%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 78, ../sass/_general.scss */
.innercontent.class-10 {
  padding-left: 10%;
  padding-right: 10%;
}
/* line 80, ../sass/_general.scss */
.innercontent p {
  margin-bottom: 20px;
}
/* line 84, ../sass/_general.scss */
.innercontent ul {
  margin-bottom: 20px;
  padding-left: 50px;
  list-style-type: disc;
}

/* line 91, ../sass/_general.scss */
.line {
  margin-top: 50px;
  margin-bottom: 50px;
  width: 100%;
  height: 2px;
}

/* line 99, ../sass/_general.scss */
.col-3 .inner {
  width: 30%;
  float: left;
}
/* line 103, ../sass/_general.scss */
.col-3 .inner img {
  width: 100%;
}
/* line 106, ../sass/_general.scss */
.col-3 .space {
  width: 5%;
  float: left;
}

/* line 112, ../sass/_general.scss */
.editcontent a {
  display: inline-block;
  background-color: black;
  color: white !important;
  padding: 8px 15px;
  margin-top: 20px;
}

/* line 120, ../sass/_general.scss */
.float-l {
  float: left;
}

/* line 121, ../sass/_general.scss */
.center {
  text-align: center;
}

/* line 122, ../sass/_general.scss */
.right {
  text-align: right;
}

/* line 123, ../sass/_general.scss */
.clear {
  clear: both;
  height: 0px;
}

/* line 124, ../sass/_general.scss */
.space1 {
  height: 100px;
}

/* line 125, ../sass/_general.scss */
.space2 {
  height: 150px;
}

/* line 126, ../sass/_general.scss */
.space3 {
  height: 50px;
}

/* line 127, ../sass/_general.scss */
.space4 {
  height: 40px;
}

/* line 128, ../sass/_general.scss */
.padding-img {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
}

/* line 131, ../sass/_general.scss */
.nwheels h2, .nwheels h4, .nwheels a, .nwheels .fa {
  color: #0059b2;
}
/* line 132, ../sass/_general.scss */
.nwheels input[type="submit"], .nwheels .line, .nwheels .offerte, .nwheels .home-images a {
  background-color: #0059b2;
}
/* line 133, ../sass/_general.scss */
.nwheels .border {
  border-bottom: 4px solid #0059b2;
}
/* line 134, ../sass/_general.scss */
.nwheels .white {
  color: white;
}
/* line 135, ../sass/_general.scss */
.nwheels .green {
  color: #a3d800;
}
/* line 136, ../sass/_general.scss */
.nwheels .contactpage .content_left {
  border-right: 2px solid #0059b2;
}
/* line 137, ../sass/_general.scss */
.nwheels legend {
  border-bottom: 2px solid #0059b2;
}

/* line 141, ../sass/_general.scss */
.nsolar h2, .nsolar h4, .nsolar a, .nsolar .fa {
  color: #ffc000;
}
/* line 142, ../sass/_general.scss */
.nsolar input[type="submit"], .nsolar .line, .nsolar .offerte, .nsolar .home-images a {
  background-color: #ffc000;
}
/* line 143, ../sass/_general.scss */
.nsolar .border {
  border-bottom: 4px solid #ffc000;
}
/* line 144, ../sass/_general.scss */
.nsolar .contactpage .content_left {
  border-right: 2px solid #ffc000;
}
/* line 145, ../sass/_general.scss */
.nsolar legend {
  border-bottom: 2px solid #ffc000;
}

/* line 149, ../sass/_general.scss */
.nsolmax h2, .nsolmax h4, .nsolmax a, .nsolmax .fa {
  color: #e20513;
}
/* line 150, ../sass/_general.scss */
.nsolmax input[type="submit"], .nsolmax .line, .nsolmax .offerte, .nsolmax .home-images a {
  background-color: #e20513;
}
/* line 151, ../sass/_general.scss */
.nsolmax .border {
  border-bottom: 4px solid #e20513;
}
/* line 152, ../sass/_general.scss */
.nsolmax .contactpage .content_left {
  border-right: 2px solid #e20513;
}
/* line 153, ../sass/_general.scss */
.nsolmax legend {
  border-bottom: 2px solid #e20513;
}

/* line 24, ../sass/screen.scss */
html, body {
  font-size: 0.652em;
  font-family: 'texgyreadventorregular', 'Arial', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscaled;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
  background-color: #f9f9f9;
}

/* line 35, ../sass/screen.scss */
#wrapper {
  font-size: 2em;
  margin: 0 0 0 400px;
  height: 100%;
}
/* line 40, ../sass/screen.scss */
#wrapper .container {
  height: 100%;
}

/* line 45, ../sass/screen.scss */
.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  float: left;
  width: 400px;
  height: 100%;
  text-align: center;
  background-color: white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 56, ../sass/screen.scss */
.sidebar.scroll {
  overflow-y: scroll;
}
/* line 60, ../sass/screen.scss */
.sidebar .sidebarheader {
  width: 100%;
  height: 350px;
  background-position: center;
}
/* line 65, ../sass/screen.scss */
.sidebar .sidebarheader.nwheels {
  background-image: url("../../images/logo-nwheels-full.png");
  background-color: #0059b2;
}
/* line 70, ../sass/screen.scss */
.sidebar .sidebarheader.nsolar {
  background-image: url("../../images/logo-nsolar-full.png");
  background-color: #ffc000;
}
/* line 75, ../sass/screen.scss */
.sidebar .sidebarheader.nsolmax {
  background-image: url("../../images/logo-nsolmax-full.png");
  background-color: #e20513;
}
/* line 81, ../sass/screen.scss */
.sidebar .sidebarmenu {
  margin-top: 30px;
  margin-bottom: 55px;
}
/* line 86, ../sass/screen.scss */
.sidebar .sidebarmenu .cl-effect-1 a::before,
.sidebar .sidebarmenu .cl-effect-1 a::after {
  display: inline-block;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  transition: transform 0.3s, opacity 0.2s;
}
/* line 94, ../sass/screen.scss */
.sidebar .sidebarmenu .cl-effect-1 a::before {
  margin-right: 10px;
  content: '|';
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  transform: translateX(20px);
}
/* line 102, ../sass/screen.scss */
.sidebar .sidebarmenu .cl-effect-1 a::after {
  margin-left: 10px;
  content: '|';
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  transform: translateX(-20px);
}
/* line 113, ../sass/screen.scss */
.sidebar .sidebarmenu .cl-effect-1 a:hover::before,
.sidebar .sidebarmenu .cl-effect-1 a:hover::after,
.sidebar .sidebarmenu .cl-effect-1 a:focus::before,
.sidebar .sidebarmenu .cl-effect-1 a:focus::after {
  opacity: 1;
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
/* line 121, ../sass/screen.scss */
.sidebar .sidebarmenu .side-nav li, .sidebar .sidebarmenu .menu li {
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
  font-size: 2.25em;
}
/* line 127, ../sass/screen.scss */
.sidebar .sidebarmenu .side-nav li.active-trail > a, .sidebar .sidebarmenu .side-nav li.active > a, .sidebar .sidebarmenu .menu li.active-trail > a, .sidebar .sidebarmenu .menu li.active > a {
  color: #444444;
}
/* line 129, ../sass/screen.scss */
.sidebar .sidebarmenu .side-nav li.active-trail .menu, .sidebar .sidebarmenu .side-nav li.active .menu, .sidebar .sidebarmenu .menu li.active-trail .menu, .sidebar .sidebarmenu .menu li.active .menu {
  display: block;
}
/* line 134, ../sass/screen.scss */
.sidebar .sidebarmenu .side-nav li a, .sidebar .sidebarmenu .menu li a {
  padding: 10px 0;
  display: inline-block;
}
/* line 136, ../sass/screen.scss */
.sidebar .sidebarmenu .side-nav li a:hover, .sidebar .sidebarmenu .menu li a:hover {
  -webkit-transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -ms-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  color: #444444;
}
/* line 142, ../sass/screen.scss */
.sidebar .sidebarmenu .side-nav .menu, .sidebar .sidebarmenu .menu .menu {
  display: none;
  background-color: #efefef;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
}
/* line 148, ../sass/screen.scss */
.sidebar .sidebarmenu .side-nav .menu li, .sidebar .sidebarmenu .menu .menu li {
  font-family: 'texgyreadventorregular', 'Arial', sans-serif;
  font-size: 0.9em;
}
/* line 152, ../sass/screen.scss */
.sidebar .sidebarmenu .side-nav .menu li a, .sidebar .sidebarmenu .menu .menu li a {
  padding: 8px 0;
}
/* line 159, ../sass/screen.scss */
.sidebar .sidebarmenu .social {
  margin: 10px;
}
/* line 162, ../sass/screen.scss */
.sidebar .sidebarmenu .social a {
  padding: 5px 10px;
  font-size: 2.8em;
}
/* line 166, ../sass/screen.scss */
.sidebar .sidebarmenu .social a:hover .fa {
  -webkit-transition: color 150ms ease-in-out;
  -moz-transition: color 150ms ease-in-out;
  -ms-transition: color 150ms ease-in-out;
  -o-transition: color 150ms ease-in-out;
  transition: color 150ms ease-in-out;
  color: #444444 !important;
}

/* line 175, ../sass/screen.scss */
.headsidebar {
  float: none;
  width: 380px;
  left: 0px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 181, ../sass/screen.scss */
.headsidebar.closed {
  left: -380px;
}
/* line 183, ../sass/screen.scss */
.headsidebar .container {
  position: relative;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 190, ../sass/screen.scss */
.headsidebar .container a {
  display: block;
  background-position: center;
  width: 100%;
  height: 200px;
}
/* line 196, ../sass/screen.scss */
.headsidebar .container a.nlabs {
  background-image: url("../../images/logo-nlabs.png");
}
/* line 197, ../sass/screen.scss */
.headsidebar .container a.nsolmax {
  background-image: url("../../images/logo-nsolmax-red.png");
  height: 100px;
}
/* line 198, ../sass/screen.scss */
.headsidebar .container a.nsolar {
  background-image: url("../../images/logo-nsolar-yellow.png");
  height: 100px;
}
/* line 199, ../sass/screen.scss */
.headsidebar .container a.nwheels {
  background-image: url("../../images/logo-nwheels-blue.png");
  height: 100px;
}
/* line 203, ../sass/screen.scss */
.headsidebar .sidetoggle {
  position: absolute;
  top: 0;
  right: -20px;
  width: 20px;
  height: 100%;
  background-color: black;
  padding-top: 20px;
  background-image: url("../../images/sidebar-logo.jpg");
  background-position: 0 40px;
  cursor: pointer;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 216, ../sass/screen.scss */
.headsidebar .sidetoggle .fa {
  color: white;
  font-size: 1.8em;
}

/* line 223, ../sass/screen.scss */
.footer {
  position: fixed;
  z-index: 9997;
  left: 0px;
  bottom: 0px;
  background-color: black;
  color: white;
  text-align: center;
  width: 100%;
  padding: 15px 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 235, ../sass/screen.scss */
.footer.close {
  bottom: -55px;
}
/* line 237, ../sass/screen.scss */
.footer p {
  color: white;
  font-size: 1.85em;
}
/* line 241, ../sass/screen.scss */
.footer p span {
  padding: 0 8px;
}

/* line 247, ../sass/screen.scss */
.footermobile {
  display: none;
  background-color: black;
  text-align: center;
  width: 100%;
  padding: 15px 0;
}
/* line 253, ../sass/screen.scss */
.footermobile p {
  color: white;
  font-size: 0.95em;
}

/* line 256, ../sass/screen.scss */
.imageheader {
  position: relative;
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: right bottom;
}
/* line 263, ../sass/screen.scss */
.imageheader .editcontent {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

/* Repairpage */
/* line 272, ../sass/screen.scss */
.repairpage .tagblock {
  position: relative;
}
/* line 275, ../sass/screen.scss */
.repairpage .tagblock img {
  width: 100%;
  display: block;
}
/* line 280, ../sass/screen.scss */
.repairpage .tagblock p {
  position: absolute;
  top: 20px;
  display: inline-block;
}
/* line 287, ../sass/screen.scss */
.repairpage .afspraak {
  background-color: #0059b2;
  padding: 80px 0px;
}

/* Basicpage */
/* line 295, ../sass/screen.scss */
.normalpage p {
  margin-bottom: 20px;
}
/* line 299, ../sass/screen.scss */
.normalpage ul {
  margin-bottom: 20px;
  list-style-type: disc;
  padding-left: 50px;
}
/* line 304, ../sass/screen.scss */
.normalpage ul li {
  padding-bottom: 10px;
}
/* line 309, ../sass/screen.scss */
.normalpage a {
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
}
/* line 312, ../sass/screen.scss */
.normalpage a:hover {
  text-decoration: underline;
}
/* line 318, ../sass/screen.scss */
.normalpage .normalcontent img {
  max-width: 100%;
}

/* line 322, ../sass/screen.scss */
.offerte {
  display: block;
  padding: 30px 0px;
  font-family: 'texgyreadventorregular', 'Arial', sans-serif;
}
/* line 327, ../sass/screen.scss */
.offerte p {
  color: white;
  font-size: 1.4em;
  margin-bottom: 0px;
  font-family: 'texgyreadventorregular', 'Arial', sans-serif;
}
/* line 328, ../sass/screen.scss */
.offerte .fa {
  color: white !important;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
/* line 329, ../sass/screen.scss */
.offerte:hover {
  text-decoration: none !important;
}
/* line 331, ../sass/screen.scss */
.offerte:hover .fa {
  margin-left: 20px;
}

/* Contactpage */
/* line 338, ../sass/screen.scss */
.contactpage .fa {
  padding-right: 10px;
}
/* line 341, ../sass/screen.scss */
.contactpage .contactintro h3 {
  padding-bottom: 20px;
}
/* line 343, ../sass/screen.scss */
.contactpage .contactintro .content_left, .contactpage .contactintro .content_right {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 348, ../sass/screen.scss */
.contactpage .contactintro .content_left {
  padding: 15px 40px 15px 0px;
}
/* line 352, ../sass/screen.scss */
.contactpage .contactintro .content_right {
  padding: 15px 0px 15px 40px;
}
/* line 356, ../sass/screen.scss */
.contactpage .contactintro .content_right table tr td:first-child {
  padding-right: 30px;
}
/* line 360, ../sass/screen.scss */
.contactpage .contactintro .content_right table td {
  padding-bottom: 12px;
  font-size: 1.2em;
  color: #444444;
}
/* line 369, ../sass/screen.scss */
.contactpage .contactform {
  padding: 60px 0px;
  background-color: #eaeaea;
}
/* line 373, ../sass/screen.scss */
.contactpage .contactform h2.success {
  padding-bottom: 0px;
}
/* line 376, ../sass/screen.scss */
.contactpage #googlemaps {
  width: 100%;
  height: 400px;
}

/* line 383, ../sass/screen.scss */
.images a {
  width: 200px;
  height: 200px;
  display: inline-block;
  margin: 5px;
  position: relative;
  overflow: hidden;
}
/* line 391, ../sass/screen.scss */
.images a img {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 393, ../sass/screen.scss */
.images a .overlay {
  position: absolute;
  width: 100%;
  bottom: -100px;
  font-size: 4.5em;
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  -o-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
/* line 400, ../sass/screen.scss */
.images a .overlay .fa {
  color: white !important;
}
/* line 406, ../sass/screen.scss */
.images a:hover .overlay {
  bottom: 65px;
}
/* line 410, ../sass/screen.scss */
.images a:hover img {
  opacity: 0.7;
}
/* line 417, ../sass/screen.scss */
.images.w-150 a {
  width: 150px;
  height: 150px;
}
/* line 421, ../sass/screen.scss */
.images.w-150 a img {
  width: 150px;
}
/* line 426, ../sass/screen.scss */
.images.w-150 a:hover .overlay {
  bottom: 45px;
}

/* NEWS */
/* line 435, ../sass/screen.scss */
.news {
  margin-bottom: 30px;
}
/* line 438, ../sass/screen.scss */
.news .newsitem {
  margin-top: 20px;
  width: 48%;
  height: 200px;
  display: block;
  float: left;
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 448, ../sass/screen.scss */
.news .newsitem:hover {
  background-color: #e9e9e9;
}
/* line 452, ../sass/screen.scss */
.news .newsitem.margin {
  margin-right: 4%;
}
/* line 454, ../sass/screen.scss */
.news .newsitem .date {
  padding: 0 15px;
  height: 100%;
  background-color: #444444;
}
/* line 459, ../sass/screen.scss */
.news .newsitem .date h2 {
  color: white;
  padding-top: 65px;
}
/* line 465, ../sass/screen.scss */
.news .newsitem .inner {
  padding: 20px 15px 0 0;
}

/* line 472, ../sass/screen.scss */
#popup-overlay {
  font-size: 1.7em;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-image: url("../../images/transparant_bg.png");
  background-repeat: repeat;
  display: table;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 800ms ease-in-out;
  -moz-transition: opacity 800ms ease-in-out;
  -ms-transition: opacity 800ms ease-in-out;
  -o-transition: opacity 800ms ease-in-out;
  transition: opacity 800ms ease-in-out;
}
/* line 486, ../sass/screen.scss */
#popup-overlay.show {
  opacity: 1;
  visibility: visible;
}
/* line 491, ../sass/screen.scss */
#popup-overlay .popup-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
/* line 496, ../sass/screen.scss */
#popup-overlay .popup-content .popup-content-box {
  background-color: #FFFFFF;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
}
/* line 501, ../sass/screen.scss */
#popup-overlay .popup-content .popup-content-box h2 {
  padding-bottom: 20px;
}
/* line 504, ../sass/screen.scss */
#popup-overlay .popup-content .popup-content-box p {
  padding-left: 20px;
  padding-right: 20px;
}
/* line 508, ../sass/screen.scss */
#popup-overlay .popup-content .popup-content-box a.download-button {
  display: inline-block;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #000000;
  color: #FFFFFF;
  padding: 8px 15px;
  border: 2px solid #000000;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 518, ../sass/screen.scss */
#popup-overlay .popup-content .popup-content-box a.download-button:hover {
  background-color: #FFFFFF;
  color: #000000;
}
/* line 523, ../sass/screen.scss */
#popup-overlay .popup-content .popup-content-box .top-border {
  background-color: #F0F0F0;
  height: 40px;
  margin-bottom: 20px;
  text-align: right;
  border-bottom: 1px solid #DFDFDF;
}
/* line 530, ../sass/screen.scss */
#popup-overlay .popup-content .popup-content-box .top-border a.close {
  margin-right: 20px;
  line-height: 40px;
  font-size: 1.5em;
  color: #000000;
  -webkit-transition: color 300ms ease-in;
  -moz-transition: color 300ms ease-in;
  -ms-transition: color 300ms ease-in;
  -o-transition: color 300ms ease-in;
  transition: color 300ms ease-in;
}
/* line 537, ../sass/screen.scss */
#popup-overlay .popup-content .popup-content-box .top-border a.close:hover {
  color: #FF0000;
}

/* Product overview homepage */
/* line 2, ../sass/_nsolar.scss */
.productoverview {
  padding: 80px 6%;
  background-size: cover;
}
/* line 6, ../sass/_nsolar.scss */
.productoverview h2 {
  margin-bottom: 20px;
}
/* line 8, ../sass/_nsolar.scss */
.productoverview .p-body {
  margin-bottom: 30px;
}
/* line 11, ../sass/_nsolar.scss */
.productoverview .p-body .editcontent a {
  width: auto;
}
/* line 16, ../sass/_nsolar.scss */
.productoverview a {
  width: 22%;
  float: left;
  display: block;
}
/* line 21, ../sass/_nsolar.scss */
.productoverview a .p_container {
  overflow: hidden;
  width: 100%;
  position: relative;
  border: 4px solid white;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
/* line 29, ../sass/_nsolar.scss */
.productoverview a .p_container img {
  width: 100%;
}
/* line 33, ../sass/_nsolar.scss */
.productoverview a .p_container .p_description {
  padding: 10px 0;
  width: 100%;
  position: absolute;
  bottom: -30px;
  background-color: white;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 41, ../sass/_nsolar.scss */
.productoverview a .p_container .p_description p {
  color: #ffc000;
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
}
/* line 45, ../sass/_nsolar.scss */
.productoverview a .p_container .p_description p span {
  font-family: 'texgyreadventorregular', 'Arial', sans-serif;
  color: #444444;
}
/* line 53, ../sass/_nsolar.scss */
.productoverview a.margin {
  margin-right: 4%;
}
/* line 55, ../sass/_nsolar.scss */
.productoverview a:hover .p_description {
  bottom: 0px;
}
/* line 59, ../sass/_nsolar.scss */
.productoverview a:hover .p_container {
  border: 4px solid #ffc000;
}

/* line 67, ../sass/_nsolar.scss */
.nsolar-productpage .subproduct a {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 1.3em;
}
/* line 72, ../sass/_nsolar.scss */
.nsolar-productpage .subproduct a .fa {
  -webkit-transition: all 100ms ease-in-out;
  -moz-transition: all 100ms ease-in-out;
  -ms-transition: all 100ms ease-in-out;
  -o-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
/* line 75, ../sass/_nsolar.scss */
.nsolar-productpage .subproduct a:hover .fa {
  margin-left: 10px;
}
/* line 81, ../sass/_nsolar.scss */
.nsolar-productpage .subproduct p a {
  font-size: 1em;
  margin-bottom: 0px;
}
/* line 87, ../sass/_nsolar.scss */
.nsolar-productpage .subproduct ul li {
  font-size: 1em;
  color: #444444;
}
/* line 91, ../sass/_nsolar.scss */
.nsolar-productpage .subproduct ul li a {
  margin-bottom: 10px;
}
/* line 99, ../sass/_nsolar.scss */
.nsolar-productpage .alternative h3 {
  color: #444444 !important;
}

/* line 2, ../sass/_nwheels.scss */
.nwheels-productpage .filter {
  margin-bottom: 30px;
  padding: 40px 0;
  background-color: #0059b2;
  background-image: url("../../images/pattern_blue.jpg");
  background-repeat: repeat;
}
/* line 9, ../sass/_nwheels.scss */
.nwheels-productpage .filter form#filter-products {
  width: 80%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 13, ../sass/_nwheels.scss */
.nwheels-productpage .filter form#filter-products select {
  width: 36%;
  margin-right: 4%;
  margin-bottom: 0px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 20, ../sass/_nwheels.scss */
.nwheels-productpage .filter form#filter-products #btnSubmit {
  width: 19%;
  background-color: white;
  color: #0059b2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 29, ../sass/_nwheels.scss */
.nwheels-productpage .pager {
  width: 100%;
  text-align: center;
  background-color: white;
  -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
}
/* line 35, ../sass/_nwheels.scss */
.nwheels-productpage .pager a {
  display: inline-block;
  padding: 10px 15px;
  -webkit-transition: color 300ms ease-in-out;
  -moz-transition: color 300ms ease-in-out;
  -ms-transition: color 300ms ease-in-out;
  -o-transition: color 300ms ease-in-out;
  transition: color 300ms ease-in-out;
}
/* line 40, ../sass/_nwheels.scss */
.nwheels-productpage .pager a.current {
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
  font-size: 1.3em;
  color: #444444;
}
/* line 46, ../sass/_nwheels.scss */
.nwheels-productpage .pager a:hover {
  color: #444444;
}
/* line 52, ../sass/_nwheels.scss */
.nwheels-productpage .product {
  display: block;
  width: 22%;
  margin-bottom: 30px;
  border: 5px solid white;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15);
}
/* line 61, ../sass/_nwheels.scss */
.nwheels-productpage .product.first, .nwheels-productpage .product.second, .nwheels-productpage .product.third {
  margin-right: 4%;
}
/* line 63, ../sass/_nwheels.scss */
.nwheels-productpage .product > div {
  width: 100%;
  position: relative;
}
/* line 67, ../sass/_nwheels.scss */
.nwheels-productpage .product > div img {
  position: relative;
  width: 100%;
  display: block;
}
/* line 73, ../sass/_nwheels.scss */
.nwheels-productpage .product > div .sale {
  width: 85px;
  position: absolute;
  top: 0;
  left: -5px;
}
/* line 81, ../sass/_nwheels.scss */
.nwheels-productpage .product span {
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  background-color: white;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/* line 90, ../sass/_nwheels.scss */
.nwheels-productpage .product:hover {
  border: 5px solid #0059b2;
}
/* line 93, ../sass/_nwheels.scss */
.nwheels-productpage .product:hover span {
  color: white;
  background-color: #0059b2;
}

/* line 102, ../sass/_nwheels.scss */
.productnwheelspage .backlink {
  font-size: 1.1em;
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
  padding: 8px 15px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #0059b2;
}
/* line 109, ../sass/_nwheels.scss */
.productnwheelspage .backlink:hover {
  background-color: #0059b2;
  color: white !important;
}
/* line 113, ../sass/_nwheels.scss */
.productnwheelspage .backlink:hover .fa {
  color: white !important;
}
/* line 119, ../sass/_nwheels.scss */
.productnwheelspage .productspecificaties * {
  color: white;
}
/* line 122, ../sass/_nwheels.scss */
.productnwheelspage .productspecificaties {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 123, ../sass/_nwheels.scss */
.productnwheelspage .productspecificaties div {
  width: 45%;
  float: left;
}
/* line 127, ../sass/_nwheels.scss */
.productnwheelspage .productspecificaties div:nth-child(2) {
  float: right;
}
/* line 133, ../sass/_nwheels.scss */
.productnwheelspage .productimage {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 20px;
  background-color: white;
}
/* line 141, ../sass/_nwheels.scss */
.productnwheelspage .productimage .sale {
  position: absolute;
  top: 10px;
  left: 0px;
}
/* line 147, ../sass/_nwheels.scss */
.productnwheelspage .productimage p {
  padding-top: 15px;
  color: #0059b2;
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
}
/* line 154, ../sass/_nwheels.scss */
.productnwheelspage .productdescription {
  width: 70%;
}
/* line 158, ../sass/_nwheels.scss */
.productnwheelspage .productspecificaties {
  background-color: #0059b2;
  margin-top: 60px;
  padding: 40px 8%;
}
/* line 164, ../sass/_nwheels.scss */
.productnwheelspage .productspecificaties .col-three ul {
  width: 33.33%;
  float: left;
}
/* line 168, ../sass/_nwheels.scss */
.productnwheelspage .productspecificaties .col-three ul li {
  color: white;
  padding-bottom: 15px;
}
/* line 172, ../sass/_nwheels.scss */
.productnwheelspage .productspecificaties .col-three ul li p {
  color: white;
  font-size: 1em;
  line-height: 1.45em;
}
/* line 182, ../sass/_nwheels.scss */
.productnwheelspage .productimages {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #252525;
}
/* line 188, ../sass/_nwheels.scss */
.productnwheelspage .productimages a {
  display: block;
  width: 300px;
  height: 300px;
  float: left;
  margin: 0;
}
/* line 196, ../sass/_nwheels.scss */
.productnwheelspage .productimages a:hover .overlay {
  bottom: 125px;
}
/* line 202, ../sass/_nwheels.scss */
.productnwheelspage .productimages .placeholder {
  width: 50px;
  height: 100%;
  float: left;
}
/* line 207, ../sass/_nwheels.scss */
.productnwheelspage .productimages .placeholder.hide {
  display: none;
}
/* line 210, ../sass/_nwheels.scss */
.productnwheelspage .productimages .arrow, .productnwheelspage .productimages .arrow {
  width: 50px;
  height: 300px;
  background-color: #eaeaea;
  position: absolute;
  cursor: pointer;
  z-index: 500;
}
/* line 218, ../sass/_nwheels.scss */
.productnwheelspage .productimages .arrow .fa, .productnwheelspage .productimages .arrow .fa {
  color: white !important;
  line-height: 300px;
}
/* line 219, ../sass/_nwheels.scss */
.productnwheelspage .productimages .arrow.leftarrow, .productnwheelspage .productimages .arrow.leftarrow {
  left: 0px;
  top: 0px;
}
/* line 220, ../sass/_nwheels.scss */
.productnwheelspage .productimages .arrow.rightarrow, .productnwheelspage .productimages .arrow.rightarrow {
  right: 0px;
  top: 0px;
}
/* line 221, ../sass/_nwheels.scss */
.productnwheelspage .productimages .arrow.active, .productnwheelspage .productimages .arrow.active {
  background-color: #0059b2;
}
/* line 222, ../sass/_nwheels.scss */
.productnwheelspage .productimages .arrow.hide, .productnwheelspage .productimages .arrow.hide {
  display: none;
}
/* line 225, ../sass/_nwheels.scss */
.productnwheelspage .productimages .scrollcontainer {
  width: 6000px;
}

/* line 231, ../sass/_nwheels.scss */
#benefits {
  background-color: #0059b2;
  padding-top: 50px;
  padding-bottom: 40px;
  background-image: url("../../images/bg-icon-nwheels.png"), url("../../images/pattern_blue.jpg");
  background-position: bottom right;
  background-repeat: no-repeat, repeat;
}
/* line 239, ../sass/_nwheels.scss */
#benefits ul {
  padding-left: 0px;
  list-style-type: none;
}
/* line 243, ../sass/_nwheels.scss */
#benefits ul li {
  padding-bottom: 20px;
}
/* line 248, ../sass/_nwheels.scss */
#benefits a {
  display: inline-block;
  background-color: white;
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
  padding: 8px 15px;
}

/* line 256, ../sass/_nwheels.scss */
#introblock {
  width: 100%;
  height: 450px;
  max-height: 450px;
  background-position: left;
  background-image: url("../../images/home_nwheels.jpg");
}
/* line 264, ../sass/_nwheels.scss */
#introblock .introtext {
  margin-left: 600px;
  padding-top: 90px;
  width: 550px;
}

/* line 273, ../sass/_nwheels.scss */
#linkblock div {
  width: 100%;
  height: 350px;
  background-position: top left;
  background-size: cover;
  border-top: 2px solid #b8b8b8;
  padding-top: 155px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 283, ../sass/_nwheels.scss */
#linkblock span {
  font-size: 1.8em;
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
  padding: 10px 20px;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 291, ../sass/_nwheels.scss */
#linkblock:hover span {
  background-color: #0059b2;
  color: white;
}

/* line 2, ../sass/_nsolmax.scss */
.home-images a {
  display: block;
  width: 33.33%;
  margin: 0px;
  padding: 0px;
  float: left;
}
/* line 9, ../sass/_nsolmax.scss */
.home-images a img {
  width: 100%;
  display: block;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}
/* line 16, ../sass/_nsolmax.scss */
.home-images a:hover img {
  opacity: 0.5;
}

/* line 24, ../sass/_nsolmax.scss */
.nsolmax .normalpage .normalcontent {
  padding-top: 30px;
}
/* line 27, ../sass/_nsolmax.scss */
.nsolmax .normalpage .normalcontent h2 {
  background-color: #444444;
  color: white !important;
  padding: 8px 18px;
  display: inline-block;
  margin-bottom: 20px;
  border-bottom: 4px solid #e20513;
}
/* line 36, ../sass/_nsolmax.scss */
.nsolmax .normalpage .normalcontent table img {
  padding-right: 20px;
}

/* line 1, ../sass/_frontpage.scss */
#frontwrapper, #frontwrapper .frontcontainer {
  width: 100%;
  height: 100%;
}
/* line 5, ../sass/_frontpage.scss */
#frontwrapper .region-content, #frontwrapper .block-system, #frontwrapper .content, #frontwrapper .frontcontainer .region-content, #frontwrapper .frontcontainer .block-system, #frontwrapper .frontcontainer .content {
  height: 100%;
}
/* line 9, ../sass/_frontpage.scss */
#frontwrapper .frontpage, #frontwrapper .frontcontainer .frontpage {
  font-size: 2em;
  overflow: hidden;
  height: 100%;
}
/* line 14, ../sass/_frontpage.scss */
#frontwrapper .frontpage .sidebar, #frontwrapper .frontcontainer .frontpage .sidebar {
  float: left;
  width: 400px;
  height: 100%;
  padding: 50px 40px 20px 40px;
  overflow-y: scroll;
  text-align: center;
  border-right: 20px solid black;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
}
/* line 24, ../sass/_frontpage.scss */
#frontwrapper .frontpage .sidebar h1, #frontwrapper .frontcontainer .frontpage .sidebar h1 {
  display: inline-block;
  width: 115px;
  height: 107px;
  background-image: url("../../images/logo-nlabs.png");
}
/* line 30, ../sass/_frontpage.scss */
#frontwrapper .frontpage .sidebar h1 span, #frontwrapper .frontcontainer .frontpage .sidebar h1 span {
  display: none;
}
/* line 35, ../sass/_frontpage.scss */
#frontwrapper .frontpage .sidebar .seperator, #frontwrapper .frontcontainer .frontpage .sidebar .seperator {
  width: 50px;
  height: 2px;
  margin-top: 70px;
  margin-bottom: 70px;
  background-color: black;
}
/* line 43, ../sass/_frontpage.scss */
#frontwrapper .frontpage .sidebar .subtitle, #frontwrapper .frontcontainer .frontpage .sidebar .subtitle {
  font-size: 1.4em;
  margin-bottom: 30px;
}
/* line 49, ../sass/_frontpage.scss */
#frontwrapper .frontpage .content, #frontwrapper .frontcontainer .frontpage .content {
  margin: 0 0 0 400px;
  height: 100%;
}
/* line 53, ../sass/_frontpage.scss */
#frontwrapper .frontpage .content a, #frontwrapper .frontcontainer .frontpage .content a {
  height: 33.3333%;
  display: block;
  position: relative;
  background-size: cover;
  background-position: left center;
}
/* line 60, ../sass/_frontpage.scss */
#frontwrapper .frontpage .content a img, #frontwrapper .frontcontainer .frontpage .content a img {
  position: absolute;
  left: 30px;
  top: 30px;
}

/** RESET AND LAYOUT
===================================*/
/* line 8, ../sass/_libraries.scss */
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1;
}

/* line 15, ../sass/_libraries.scss */
.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
/* line 23, ../sass/_libraries.scss */
.bx-wrapper .bx-viewport {
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}

/* line 39, ../sass/_libraries.scss */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
/* line 47, ../sass/_libraries.scss */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat white;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
/* line 60, ../sass/_libraries.scss */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

/* line 70, ../sass/_libraries.scss */
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

/* line 76, ../sass/_libraries.scss */
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 90, ../sass/_libraries.scss */
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
/* line 96, ../sass/_libraries.scss */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) no-repeat 0 -32px;
}

/* line 101, ../sass/_libraries.scss */
.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) no-repeat -43px -32px;
}

/* line 106, ../sass/_libraries.scss */
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

/* line 110, ../sass/_libraries.scss */
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

/* line 114, ../sass/_libraries.scss */
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

/* line 125, ../sass/_libraries.scss */
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
/* line 131, ../sass/_libraries.scss */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

/* line 135, ../sass/_libraries.scss */
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

/* line 146, ../sass/_libraries.scss */
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

/* line 150, ../sass/_libraries.scss */
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

/* line 161, ../sass/_libraries.scss */
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* line 167, ../sass/_libraries.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

/* line 172, ../sass/_libraries.scss */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
/* line 179, ../sass/_libraries.scss */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

/* line 188, ../sass/_libraries.scss */
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* line 199, ../sass/_libraries.scss */
body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

/* line 204, ../sass/_libraries.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

/* line 215, ../sass/_libraries.scss */
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

/* line 225, ../sass/_libraries.scss */
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* line 236, ../sass/_libraries.scss */
.lightbox a img {
  border: none;
}

/* line 240, ../sass/_libraries.scss */
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

/* line 254, ../sass/_libraries.scss */
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 260, ../sass/_libraries.scss */
.lb-container {
  padding: 4px;
}

/* line 264, ../sass/_libraries.scss */
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

/* line 274, ../sass/_libraries.scss */
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

/* line 282, ../sass/_libraries.scss */
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

/* line 291, ../sass/_libraries.scss */
.lb-container > .nav {
  left: 0;
}

/* line 295, ../sass/_libraries.scss */
.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

/* line 300, ../sass/_libraries.scss */
.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

/* line 306, ../sass/_libraries.scss */
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 319, ../sass/_libraries.scss */
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 324, ../sass/_libraries.scss */
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

/* line 337, ../sass/_libraries.scss */
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* line 342, ../sass/_libraries.scss */
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 355, ../sass/_libraries.scss */
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

/* line 361, ../sass/_libraries.scss */
.lb-data {
  padding: 0 4px;
  color: #ccc;
}

/* line 366, ../sass/_libraries.scss */
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

/* line 373, ../sass/_libraries.scss */
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5em;
}

/* line 379, ../sass/_libraries.scss */
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
  line-height: 1.5em;
}

/* line 388, ../sass/_libraries.scss */
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

/* line 404, ../sass/_libraries.scss */
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* DATETIMEPICKER */
/* line 411, ../sass/_libraries.scss */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 430, ../sass/_libraries.scss */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 440, ../sass/_libraries.scss */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 444, ../sass/_libraries.scss */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 453, ../sass/_libraries.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 454, ../sass/_libraries.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 455, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 460, ../sass/_libraries.scss */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 466, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 469, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 472, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 477, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 480, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 487, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 491, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 499, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 503, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 512, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 516, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 522, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 529, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

/* line 547, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 556, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 561, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}

/* line 566, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 579, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 584, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 588, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 603, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 606, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 609, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 620, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 621, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 622, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 626, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 630, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 636, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 640, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 643, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 647, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 652, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 655, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 658, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 671, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 674, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

/* line 677, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF;
}

/* line 682, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 690, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

/* line 694, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 699, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 705, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit  !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 710, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 716, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 717, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 718, ../sass/_libraries.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 721, ../sass/_libraries.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 725, ../sass/_libraries.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 730, ../sass/_libraries.scss */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 738, ../sass/_libraries.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 743, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000000;
  border-bottom: 1px solid #444444;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  border-top: 1px solid #333333;
  color: #cccccc;
}

/* line 753, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222;
}

/* line 756, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222222;
  color: #999999;
}

/* line 762, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 765, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 770, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 775, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 784, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 789, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222222;
  color: #999999;
}

/* line 795, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 798, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 803, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 810, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 815, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 818, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 819, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 820, ../sass/_libraries.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 823, ../sass/_libraries.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 826, ../sass/_libraries.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 834, ../sass/_libraries.scss */
.nano {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 840, ../sass/_libraries.scss */
.nano > .nano-content {
  position: absolute;
  overflow: scroll;
  overflow-x: hidden;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 849, ../sass/_libraries.scss */
.nano > .nano-content:focus {
  outline: thin dotted;
}

/* line 852, ../sass/_libraries.scss */
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}

/* line 855, ../sass/_libraries.scss */
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}

/* line 858, ../sass/_libraries.scss */
.nano > .nano-pane {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
  width: 10px;
  right: 0;
  top: 0;
  bottom: 0;
  visibility: hidden\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: .01;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 875, ../sass/_libraries.scss */
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0, 0, 0, 0.5);
  position: relative;
  margin: 0 1px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

/* line 884, ../sass/_libraries.scss */
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  /* Target only IE7 and IE8 with this hack */
  opacity: 0.99;
}

/* line 1, ../sass/_mobile.scss */
#mobilenav {
  display: none;
  background-color: white;
  border-bottom: 1px solid #CECECE;
}
/* line 7, ../sass/_mobile.scss */
#mobilenav .mobile-nav li, #mobilenav .menu li {
  padding: 10px 0;
  border-bottom: 1px solid #DFDFDF;
}
/* line 11, ../sass/_mobile.scss */
#mobilenav .mobile-nav li a, #mobilenav .menu li a {
  display: block;
  font-family: 'texgyreadventorbold', 'Arial', sans-serif;
}
/* line 17, ../sass/_mobile.scss */
#mobilenav .mobile-nav li.active-trail .menu, #mobilenav .mobile-nav li.active .menu, #mobilenav .menu li.active-trail .menu, #mobilenav .menu li.active .menu {
  display: block;
}
/* line 22, ../sass/_mobile.scss */
#mobilenav .mobile-nav li .menu, #mobilenav .menu li .menu {
  display: none;
}
/* line 25, ../sass/_mobile.scss */
#mobilenav .mobile-nav li .menu li, #mobilenav .menu li .menu li {
  font-size: 0.9em;
  border: none;
}
/* line 33, ../sass/_mobile.scss */
#mobilenav .social {
  padding: 20px 0;
}
/* line 36, ../sass/_mobile.scss */
#mobilenav .social a {
  font-size: 2em;
  padding: 0 15px;
}
/* line 43, ../sass/_mobile.scss */
#mobilenav .otherlinks a {
  display: block;
  padding: 10px 0;
  border-top: 1px solid #DFDFDF;
}

/* line 47, ../sass/_mobile.scss */
#mobilenav-toggle {
  display: none;
  cursor: pointer;
}
/* line 51, ../sass/_mobile.scss */
#mobilenav-toggle span {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 1.5em;
  padding-right: 20px;
}

/* line 1, ../sass/_forms.scss */
form {
  width: 750px;
  margin: 0 auto;
}
/* line 5, ../sass/_forms.scss */
form .form-item {
  width: 100%;
  margin: 0;
  float: left;
}
/* line 12, ../sass/_forms.scss */
form .form-item.half {
  width: 48%;
}
/* line 13, ../sass/_forms.scss */
form .form-item.driekwart {
  width: 70%;
}
/* line 14, ../sass/_forms.scss */
form .form-item.kwart {
  width: 26%;
}
/* line 15, ../sass/_forms.scss */
form .form-item.margin-4 {
  margin-right: 4%;
}
/* line 18, ../sass/_forms.scss */
form .form-actions {
  margin-top: 10px;
  float: right;
}
/* line 23, ../sass/_forms.scss */
form legend {
  width: 100%;
  text-align: left;
  font-size: 1.3em;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
/* line 30, ../sass/_forms.scss */
form legend span {
  display: block;
  width: 100%;
}

/* line 37, ../sass/_forms.scss */
#wrapper form label {
  display: none;
}

/* line 39, ../sass/_forms.scss */
input, select, textarea {
  border-radius: 0px;
}

/* line 41, ../sass/_forms.scss */
input[type="text"], input[type="number"], input[type="email"], textarea {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  font-family: 'texgyreadventorregular', 'Arial', sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
  background-color: white;
  border: none;
  font-size: 1.2em;
  padding: 8px;
  margin-bottom: 10px;
  resize: none;
}

/* line 57, ../sass/_forms.scss */
input[type="submit"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  color: white;
  padding: 8px;
  cursor: pointer;
  font-size: 1.2em;
}

/* line 68, ../sass/_forms.scss */
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  height: 100%;
  background-color: white;
  border: none;
  font-size: 1.2em;
  padding: 8px;
  margin-bottom: 10px;
  background-image: url("../../images/select-arrow.png");
  background-position: right center;
}

/* line 84, ../sass/_forms.scss */
.afspraak input, .afspraak textarea, .afspraak select {
  background-color: #004f9f;
  color: white;
}
/* line 89, ../sass/_forms.scss */
.afspraak select option {
  background-color: white;
  color: #444444;
}
/* line 94, ../sass/_forms.scss */
.afspraak input[type="submit"] {
  background-color: white !important;
  color: #0059b2;
}
/* line 38, ../sass/_mixins.scss */
.afspraak input::-webkit-input-placeholder {
  color: #8db1e3;
}
/* line 39, ../sass/_mixins.scss */
.afspraak input:-moz-placeholder {
  color: #8db1e3;
  opacity: 1;
}
/* line 40, ../sass/_mixins.scss */
.afspraak input::-moz-placeholder {
  color: #8db1e3;
  opacity: 1;
}
/* line 41, ../sass/_mixins.scss */
.afspraak input:-ms-input-placeholder {
  color: #8db1e3;
}
/* line 42, ../sass/_mixins.scss */
.afspraak textarea::-webkit-input-placeholder {
  color: #8db1e3;
}
/* line 43, ../sass/_mixins.scss */
.afspraak textarea:-moz-placeholder {
  color: #8db1e3;
  opacity: 1;
}
/* line 44, ../sass/_mixins.scss */
.afspraak textarea::-moz-placeholder {
  color: #8db1e3;
  opacity: 1;
}
/* line 45, ../sass/_mixins.scss */
.afspraak textarea:-ms-input-placeholder {
  color: #8db1e3;
}

/* line 103, ../sass/_forms.scss */
.contactpage .webform-component--gegevens {
  margin-top: 30px;
}

/* line 106, ../sass/_forms.scss */
.webform-component-markup p {
  padding: 20px 0;
  color: white;
}

/* line 111, ../sass/_forms.scss */
#userlogin {
  margin-top: 100px;
}
/* line 114, ../sass/_forms.scss */
#userlogin form {
  width: 450px;
}
/* line 117, ../sass/_forms.scss */
#userlogin form label {
  display: inline-block;
  padding-bottom: 5px;
}
/* line 122, ../sass/_forms.scss */
#userlogin form input[type="text"], #userlogin form input[type="password"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  max-width: 100%;
  font-family: 'texgyreadventorregular', 'Arial', sans-serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(../../boxsizing.htc);
  background-color: white;
  border: 1px solid #444444;
  font-size: 1.2em;
  padding: 8px;
  margin-bottom: 10px;
  resize: none;
}
/* line 138, ../sass/_forms.scss */
#userlogin form input[type="submit"] {
  background-color: #0059b2;
}
/* line 143, ../sass/_forms.scss */
#userlogin .description {
  display: none;
}

@-moz-document url-prefix() {
  /* line 149, ../sass/_forms.scss */
  select {
    background-image: none;
  }
}

@media only screen and (max-width: 1600px) {
  /* line 2, ../sass/_responsive.scss */
  #introblock {
    background-position-x: -100px;
  }

  /* line 3, ../sass/_responsive.scss */
  #introblock .introtext {
    width: 500px;
    margin-left: 470px;
  }
}
@media only screen and (max-width: 1440px) {
  /* line 7, ../sass/_responsive.scss */
  .sidebar .sidebarheader, .imageheader {
    height: 250px;
  }

  /* line 8, ../sass/_responsive.scss */
  .innercontent {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media only screen and (max-width: 1440px) {
  /* line 12, ../sass/_responsive.scss */
  #introblock {
    background-position-x: -560px;
  }

  /* line 13, ../sass/_responsive.scss */
  #introblock .introtext {
    width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1350px) {
  /* line 17, ../sass/_responsive.scss */
  .nwheels-productpage .product {
    width: 30%;
  }
  /* line 19, ../sass/_responsive.scss */
  .nwheels-productpage .product.row-1, .nwheels-productpage .product.row-2 {
    margin-right: 5%;
  }
  /* line 20, ../sass/_responsive.scss */
  .nwheels-productpage .product.row-3 {
    margin-right: 0px;
  }

  /* line 22, ../sass/_responsive.scss */
  .nwheels-productpage .filter form#filter-products select {
    margin-right: 3.5%;
  }

  /* line 23, ../sass/_responsive.scss */
  .news .newsitem.margin {
    margin-right: 0px;
  }

  /* line 24, ../sass/_responsive.scss */
  .news .newsitem {
    width: 100%;
  }

  /* line 25, ../sass/_responsive.scss */
  .productoverview a {
    width: 48%;
    margin-bottom: 20px;
  }

  /* line 26, ../sass/_responsive.scss */
  .productoverview a:nth-child(odd) {
    margin-right: 0px;
  }
}
@media only screen and (max-width: 1200px) {
  /* line 30, ../sass/_responsive.scss */
  form {
    width: 80%;
  }
}
@media only screen and (max-width: 1030px) {
  /* line 34, ../sass/_responsive.scss */
  .sidebar {
    display: none;
  }

  /* line 35, ../sass/_responsive.scss */
  #frontwrapper .sidebar, #mobilenav-toggle {
    display: block;
  }

  /* line 36, ../sass/_responsive.scss */
  #wrapper {
    margin-left: 0px;
  }

  /* line 37, ../sass/_responsive.scss */
  .footer {
    display: none;
  }

  /* line 38, ../sass/_responsive.scss */
  .footermobile {
    display: block;
  }

  /* line 39, ../sass/_responsive.scss */
  .space3 {
    height: 0px;
  }
}
@media only screen and (max-width: 750px) {
  /* line 43, ../sass/_responsive.scss */
  #frontwrapper .frontcontainer .frontpage {
    overflow-y: initial;
  }

  /* line 44, ../sass/_responsive.scss */
  #frontwrapper .frontcontainer .frontpage .sidebar {
    width: 100%;
    float: none;
    height: auto;
    position: relative;
    overflow-y: initial;
    border: none;
  }

  /* line 45, ../sass/_responsive.scss */
  #frontwrapper .frontcontainer .frontpage .content {
    margin: 0;
    height: auto;
  }

  /* line 46, ../sass/_responsive.scss */
  #frontwrapper .frontcontainer .frontpage .content a {
    height: 200px;
  }

  /* line 47, ../sass/_responsive.scss */
  .news .newsitem.margin {
    margin-right: 0px;
  }

  /* line 48, ../sass/_responsive.scss */
  .news .newsitem {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 52, ../sass/_responsive.scss */
  #linkblock div {
    height: 180px;
    padding-top: 80px;
  }

  /* line 53, ../sass/_responsive.scss */
  .repairpage .space2 {
    height: 20px;
  }

  /* line 54, ../sass/_responsive.scss */
  .contactpage .contactintro .content_left, .contactpage .contactintro .content_right {
    width: 100%;
    padding: 15px 30px;
    text-align: left;
  }

  /* line 55, ../sass/_responsive.scss */
  .nsolar .contactpage .content_left, .nsolmax .contactpage .content_left, .nwheels .contactpage .content_left {
    border: none;
  }

  /* line 56, ../sass/_responsive.scss */
  .imageheader {
    background-position: center bottom;
  }

  /* line 57, ../sass/_responsive.scss */
  .productnwheelspage .productspecificaties div {
    width: 100%;
  }
}
@media only screen and (max-width: 550px) {
  /* line 61, ../sass/_responsive.scss */
  .nwheels-productpage .product {
    width: 48%;
  }
  /* line 63, ../sass/_responsive.scss */
  .nwheels-productpage .product.first, .nwheels-productpage .product.third {
    margin-right: 4%;
  }
  /* line 64, ../sass/_responsive.scss */
  .nwheels-productpage .product.second, .nwheels-productpage .product.fourth {
    margin-right: 0px;
  }

  /* line 66, ../sass/_responsive.scss */
  .nwheels-productpage .filter form#filter-products select {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  /* line 67, ../sass/_responsive.scss */
  .nwheels-productpage .filter form#filter-products #btnSubmit {
    width: 100%;
  }

  /* line 68, ../sass/_responsive.scss */
  #introblock .introtext {
    width: 85%;
    padding-top: 25px;
  }

  /* line 69, ../sass/_responsive.scss */
  #linkblock span {
    font-size: 1.2em;
  }

  /* line 70, ../sass/_responsive.scss */
  .news .newsitem img {
    display: none;
  }

  /* line 71, ../sass/_responsive.scss */
  .news .newsitem h3, .news .newsitem p {
    margin-left: 100px !important;
  }

  /* line 72, ../sass/_responsive.scss */
  .images.w-150 a, .images a {
    width: 80px;
    height: 80px;
  }

  /* line 73, ../sass/_responsive.scss */
  .images.w-150 a img, .images a img {
    width: 80px;
  }

  /* line 75, ../sass/_responsive.scss */
  .contactpage form {
    width: 100%;
  }
  /* line 76, ../sass/_responsive.scss */
  .contactpage .innercontent {
    padding: 0 5%;
  }

  /* line 78, ../sass/_responsive.scss */
  .nwheels .images a img {
    width: 100%;
  }

  /* line 79, ../sass/_responsive.scss */
  .productnwheelspage .productimages a {
    width: 150px;
    height: 150px;
  }

  /* line 80, ../sass/_responsive.scss */
  .productnwheelspage .productimages .arrow {
    height: 150px;
  }

  /* line 81, ../sass/_responsive.scss */
  .productnwheelspage .productimages .arrow .fa {
    line-height: 150px;
  }
}
@media only screen and (max-width: 470px) {
  /* line 86, ../sass/_responsive.scss */
  form .form-item.half {
    width: 100%;
  }
  /* line 87, ../sass/_responsive.scss */
  form .form-item.driekwart {
    width: 100%;
  }
  /* line 88, ../sass/_responsive.scss */
  form .form-item.kwart {
    width: 100%;
  }
  /* line 89, ../sass/_responsive.scss */
  form .form-item.margin-4 {
    margin-right: 0px;
  }

  /* line 91, ../sass/_responsive.scss */
  .productoverview a {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 380px) {
  /* line 95, ../sass/_responsive.scss */
  #linkblock:hover span {
    color: #0059b2;
    background: none;
  }
}
