/****** FILE: themes/nkwindows/css/layout.css *****/
@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
      /**
* Remove all paddings around the image on small screen
*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url('http://localhost/yourprojectname/images/ajax-loader.gif') center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #E2231A;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: url("../images/carousel-prev.png");
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: url("../images/carousel-next.png");
}

#features .slick-next, #features .slick-prev {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-size: 1.231em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  width: auto;
  color: #E2231A;
  z-index: 999;
}
#features .slick-next:before, #features .slick-prev:before {
  content: none;
}
#features .slick-next {
  right: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

@media only screen and (max-width: 940px) {
  #nav {
    float: left;
    padding-top: 35px;
  }
  #nav li {
    padding-left: 0;
    padding-right: 20px;
  }
  #nav li a {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 820px) {
  .banner-img {
    display: none;
  }

  .banner-text {
    background: none;
    float: none;
    width: 100%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 620px), only screen and (max-device-width: 620px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .desktop-only, #nav {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  h1, #home-content h2 {
    font-size: 2.462em;
  }

  .diagonal {
    background: none;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    width: auto;
    height: auto;
    border-top: 2px dotted #4D4D4D;
    border-bottom: 2px dotted #4D4D4D;
  }

  .slide {
    height: 310px;
  }

  .slide-text {
    background: none;
    float: none;
    width: 100%;
    height: 270px;
    padding: 40px 0 0 0;
  }

  .slide-img, .range-img {
    display: none;
  }

  .slide-pager {
    left: 0;
    right: auto;
  }

  #features {
    background: none;
    padding: 30px 0;
  }
  #features .col {
    float: left;
  }
  #features .feature {
    margin: 0;
  }

  #consult {
    display: none;
  }

  #consult.alt {
    display: block;
  }
  #consult.alt img, #consult.alt span {
    display: none;
  }
  #consult.alt a {
    color: #fff;
  }

  #home-content {
    padding: 30px 0 15px 0;
  }
  #home-content .col-2 {
    float: none;
    width: 100%;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .col {
    float: none;
    width: 100%;
    margin: 0;
  }

  #content {
    background: none;
    padding: 30px 0;
  }

  .cols {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  #gallery a {
    width: 47%;
    margin-right: 4%;
  }

  #gallery a:nth-child(4n+1) {
    margin-right: 4%;
  }

  #gallery a:nth-child(2n+1) {
    margin-right: 0%;
  }

  .range {
    height: auto;
    margin: 0 0 30px 0;
  }
  .range .range-text, .range.even .range-text {
    width: 100%;
    float: none;
    text-align: left;
  }

  .product-text, .product-image {
    float: none;
    width: 100%;
  }

  .product-image img {
    margin: 30px auto 0 auto;
  }

  #carousel {
    width: 80%;
  }

  #footer {
    padding: 0 0 40px 0;
  }
  #footer .container {
    width: 100%;
  }
  #footer .col:last-child {
    width: 92%;
    margin: 0 4%;
    padding: 10px 0 0 0;
    border-top: 2px dotted #CCCCCC;
  }
  #footer ul.nav {
    margin: 0 0 30px 0;
  }
  #footer ul.nav li {
    border-bottom: 1px solid #808080;
    margin: 0;
    padding: 0 4%;
  }
  #footer ul.nav li.section, #footer ul.nav li.current {
    background: #333333;
  }
  #footer ul.nav li a {
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
  }

  #credits {
    line-height: 2;
  }
  #credits span {
    display: none;
  }
}
* {
  padding: 0;
  margin: 0;
}

html, body {
  height: 100%;
  font-size: 13px;
}

.mobile-only {
  display: none;
}

/*	Structure:
--------------------------------------------------*/
.container {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  overflow: hidden;
}

.row {
  overflow: hidden;
  width: 100%;
}

.col {
  float: left;
  width: 29.3%;
  margin: 0 6% 0 0;
}
.col:last-child {
  margin-right: 0;
}
.col:nth-child(3n+3) {
  margin-right: 0;
}

ul > li > a {
  color: #e2231a;
}

.col-2 {
  float: right;
  width: 64.6%;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 4.5em;
  -webkit-column-gap: 4.5em;
  column-gap: 4.5em;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form {
  width: 50%;
}

#consult {
  background: #4D4D4D;
  padding: 15px 0;
  font-size: 1.538em;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  border-top: 1px solid #333;
}
#consult a {
  color: #fff;
}
#consult img {
  opacity: 0.35;
  vertical-align: -3px;
  padding: 0 10px;
}
#consult.alt {
  background: #E2231A;
  border-color: #E2231A;
}

#content {
  background: url(../images/banner-shadow.png) no-repeat top center;
  padding: 50px 0;
}

.cols {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  -moz-column-gap: 4.5em;
  -webkit-column-gap: 4.5em;
  column-gap: 4.5em;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#home-content {
  background: #fff;
  padding: 60px 0;
}
#home-content h1 {
  display: block;
  padding: 15px 0 15px 0;
  text-transform: uppercase;
  border-top: 2px dotted #ccc;
  border-bottom: 2px dotted #ccc;
  font-size: 3em;
  font-weight: 400;
  margin: 0 0 20px 0;
}

/* Blog styles */
#Breadcrumbs {
  margin-bottom: 20px;
}
#Breadcrumbs a {
  color: #e2231a;
}

.blogSummary a, .blogEntry a {
  color: #e2231a;
}

.diagonal {
  background: url(../images/header-bg.png) no-repeat 0 0;
  width: 339px;
  height: 39px;
  text-transform: uppercase;
  padding-top: 13px;
  text-align: center;
  color: #4D4D4D;
  margin: 0 auto 35px auto;
}

p.dotted {
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
  margin: 0 0 20px 0;
}

/*	Header:
--------------------------------------------------*/
#background {
  overflow: hidden;
}

#header {
  padding: 30px 0;
}
#header .container {
  position: relative;
  overflow: visible;
}

#logo {
  width: 125px;
  height: auto;
  float: left;
}

#phone {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.231em;
}
#phone span {
  font-weight: 500;
  text-transform: uppercase;
}
#phone .icon {
  vertical-align: -5px;
  margin: 0 0 0 10px;
  opacity: 0.6;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#phone .icon:hover {
  opacity: 1;
}
#phone a:hover {
  color: #E2231A;
}

#mobile-phone {
  position: absolute;
  top: 0;
  right: 0;
}

/*	Nav:
--------------------------------------------------*/
#nav {
  padding: 65px 0 0 0;
  margin: 0;
  float: right;
}
#nav li {
  position: relative;
  float: left;
  padding: 0 0 0 25px;
  border-bottom: 1px solid #fff;
}
#nav li:first-child {
  padding-left: 0;
}
#nav li > ul {
  top: auto;
  left: auto;
}
#nav li:hover ul {
  display: block;
}
#nav a {
  display: block;
  padding: 0 0 0 0;
  font-size: 1.231em;
  line-height: 1;
  color: #666;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#nav li:hover a {
  color: #333;
}
#nav a:hover, #nav .section a, #nav .current a {
  color: #E2231A;
}
#nav ul {
  display: none;
  position: absolute;
  background: #333;
  width: 200px;
  padding: 5px 0;
  top: 40px;
  left: 0;
  z-index: 999;
}
#nav ul a {
  font-size: 12px;
  line-height: 12px;
  width: 180px;
  padding: 8px 10px;
  margin: 0;
  color: #fff;
}

#sub-menu {
  background: #4D4D4D;
}
#sub-menu ul {
  margin: 0;
  padding: 15px 0;
  font-size: 1.231em;
  text-align: center;
}
#sub-menu li {
  display: inline-block;
}
#sub-menu li:first-child:before {
  content: "";
  padding: 0;
}
#sub-menu li:before {
  content: "|";
  padding: 0 10px;
}
#sub-menu a {
  color: #ccc;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#sub-menu .section a, #sub-menu .current a, #sub-menu li:hover a {
  color: #fff;
}

#nav-icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 45px;
  height: 34px;
}

/*	HomePage:
--------------------------------------------------*/
#banner {
  position: relative;
  background: #E2231A;
  overflow: hidden;
}

.banner-text {
  position: relative;
  background: url(../images/banner-bg.png) no-repeat top right;
  width: 42%;
  padding: 50px 330px 50px 0;
  color: #fff;
  z-index: 9;
}
.banner-text h1 {
  text-transform: uppercase;
  margin: 0;
}
.banner-text h1 + h2 {
  margin: 25px 0 0 0;
}
.banner-text h2.dotted {
  font-size: 1.385em;
  font-weight: 300;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  padding: 10px 0;
  color: #FFF;
  line-height: 1.4;
  text-transform: none;
}

.banner-img {
  width: 70%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #F9F0ED url(../images/banner-pattern-bg.png) repeat-x bottom center;
  z-index: 0;
}

.slide {
  width: 100%;
  height: 360px;
}

.slide-pager {
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 999;
  margin: 0;
}
.slide-pager li {
  display: inline-block;
  margin: 0 0 0 10px;
}
.slide-pager li a {
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  display: block;
  width: 10px;
  height: 10px;
}
.slide-pager li.cycle-pager-active a {
  background: #fff;
}

.slide-inner {
  position: relative;
}
.slide-inner .container {
  position: relative;
}

.slide-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.slide-img img {
  width: 100%;
  height: auto;
  min-width: 1150px;
}

.slide-text {
  position: relative;
  background: url(../images/slide-bg.png) no-repeat bottom left;
  float: right;
  width: 29.3%;
  height: 310px;
  padding: 50px 0 0 388px;
  text-align: right;
  z-index: 9;
}
.slide-text span {
  color: #fff;
  font-size: 3em;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 20px 0;
  display: block;
}
.slide-text p {
  font-size: 1.538em;
  font-weight: 300;
  color: #fff;
}
.slide-text a {
  color: #fff;
}

.features {
  background: url(../images/banner-shadow.png) no-repeat top center;
  padding: 60px 0;
  margin: 0 auto;
}
.features .col {
  overflow: hidden;
  margin: 0;
}
.features .feature {
  position: relative;
  margin: 0 6%;
}
.features .feature--margin {
  margin-bottom: 15px;
}
.features .img {
  border: 1px solid #E5E5E5;
}
.features .img img {
  display: block;
  width: 100%;
  height: auto;
}
.features .inner {
  padding: 20px;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5E5E5), to(#ffffff));
  background-image: -webkit-linear-gradient(#E5E5E5, #ffffff);
  background-image: -moz-linear-gradient(#E5E5E5, #ffffff), -moz-linear-gradient(#E5E5E5, #ffffff);
  background-image: -o-linear-gradient(#E5E5E5, #ffffff), -o-linear-gradient(#E5E5E5, #ffffff);
  background-image: linear-gradient(#e5e5e5, #ffffff), linear-gradient(#e5e5e5, #ffffff);
  -moz-background-size: 1px 100%;
  background-size: 1px 100%;
  background-position: 0 0, 100% 0;
  background-repeat: no-repeat;
}
.features h2 {
  padding: 0 0 15px 0;
  border-bottom: 2px dotted #ccc;
  font-size: 1.692em;
  margin: 0 0 15px 0;
  color: #E2231A;
}
.features a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features a span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0 0 0 -100px;
  width: 200px;
  padding: 7px 0 10px 0;
  font-size: 1.692em;
  text-align: center;
  font-weight: 500;
  color: #fff;
  border-top: 2px dotted #fff;
  border-bottom: 2px dotted #fff;
  transform: translateY(-50%);
  opacity: 0;
  margin-top: -15px;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.features a:hover {
  background: rgba(51, 51, 51, 0.85);
}
.features a:hover span {
  margin-top: 0px;
  opacity: 100%;
}

.features--gallery .col {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .features--gallery .col {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .features--gallery .col {
    width: 33.33%;
  }
}

.btn {
  background: url(../images/slide-btn.png) no-repeat 0 0;
  display: inline-block;
  width: 250px;
  padding: 8px 0 0 0;
  height: 37px;
  text-align: center;
}
.btn:hover {
  background-position: 0 -45px;
}

/*	Gallery:
--------------------------------------------------*/
#gallery .container {
  overflow: hidden;
  padding: 0 0 50px 0;
}

#gallery a {
  position: relative;
  display: inline-block;
  width: 100%;
}
#gallery a img {
  border: 1px solid #E5E5E5;
  display: block;
  width: 100%;
  height: auto;
  opacity: 0.7;
}
#gallery a:hover img {
  opacity: 1;
}

#gallery a:nth-child(4n+1) {
  margin-right: 0;
}

#gallery .gallery-inner {
  width: 21%;
  display: inline-block;
  margin: 0 3% 15px 0;
  vertical-align: top;
}

.overlay {
  overflow: hidden;
  background: url(../images/lightbox-bg.png) no-repeat center;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 999;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.overlay span {
  display: inline-block;
  width: 100%;
  font-size: 1.692em;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0%;
  color: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.overlay:hover span {
  margin-top: 25%;
}
.overlay:hover {
  opacity: 1;
}

/*	Product Holder Page:
--------------------------------------------------*/
.range {
  position: relative;
  overflow: hidden;
  height: 270px;
  padding: 0 0 25px 0;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #E6E7E8;
}
.range .range-text {
  float: left;
  width: 50%;
  padding-top: 30px;
}
.range .range-text a {
  display: inline-block;
  background: url(../images/range-btn-bg.png) no-repeat 0 0;
  width: 223px;
  height: 30px;
  padding-top: 6px;
  margin-top: 10px;
  font-size: 1.154em;
  text-transform: uppercase;
  text-align: center;
  color: #4D4D4D;
}
.range .range-text a:hover {
  background-position: 0 -36px;
  color: #fff;
}
.range.even .range-text {
  float: right;
  text-align: right;
}
.range .range-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 52%;
}
.range .range-img img {
  width: 100%;
  height: auto;
  min-width: 580px;
}
.range.even .range-img {
  right: auto;
  left: 0;
}
.range .corner {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/range-img-bg.png) no-repeat 0 0;
  width: 270px;
  height: 270px;
  z-index: 0;
}
.range.even .corner {
  background: url(../images/range-img-left-bg.png) no-repeat 0 0;
  left: auto;
  right: 0;
}
.range h2 {
  font-size: 2.462em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  border-bottom: 2px dotted #B2B2B2;
  color: #E2231A;
}

.product {
  min-height: 320px;
}
.product h2 {
  position: relative;
  line-height: 1.25;
  height: 120px;
  border-bottom: 2px dotted #B2B2B2;
  color: #333;
}
.product h2 span {
  position: absolute;
  bottom: 10px;
  left: 0;
}
.product .product-img {
  position: relative;
  background: #fff;
  width: 100%;
}
.product .product-img img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
  margin: 0 auto;
}
.product .product-img a {
  background: url(../images/product-bg.png) no-repeat center;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product .product-img a span {
  position: absolute;
  display: block;
  width: 100%;
  top: 0;
  margin-top: -15px;
  font-size: 1.923em;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.product .product-img a:hover {
  opacity: 1;
}
.product .product-img a:hover span {
  top: 50%;
}

.product-text {
  float: left;
  width: 44%;
}

.product-gallery {
  float: right;
  width: 44%;
}
.product-gallery img > .display-img {
  display: block;
  width: 100%;
  max-width: 400px;
}
.product-gallery .product-slides {
  margin-right: 10px;
}
.product-gallery .product-slides:hover {
  cursor: pointer;
}
.product-gallery .product-slides:nth-of-type(4n) {
  margin-right: 0px;
}

.video {
  position: relative;
  margin: 30px 0 0 0;
}
.video span {
  display: block;
  width: 80%;
  height: 2px;
  border-top: 2px dotted #B2B2B2;
  margin: 0 auto 20px auto;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#carousel {
  width: 90%;
  margin: 0 auto;
}

.carousel .inner {
  padding: 0 15px;
}
.carousel h4 {
  position: relative;
  font-size: 1.154em;
  font-weight: 400;
  height: 50px;
  border-bottom: 2px dotted #B2B2B2;
}
.carousel h4 span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 10px;
}
.carousel a {
  position: relative;
  display: block;
  margin: 0 auto;
}
.carousel img {
  width: 100%;
  max-width: 210px;
  height: auto;
  margin: 0 auto;
}
.carousel .overlay:hover span {
  margin-top: 32%;
}

/*	Footer:
--------------------------------------------------*/
#footer {
  background: #4D4D4D;
  padding: 40px 0;
  font-size: 1.077em;
  color: #fff;
  border-top: 1px solid #333;
}
#footer h4 {
  font-size: 1.286em;
  text-transform: uppercase;
  border-bottom: 2px dotted #ccc;
  padding: 0 0 10px 0;
  color: #fff;
}
#footer ul {
  margin: 0;
}
#footer li,
#footer .AVANSERnumber {
  line-height: 1.5;
  margin: 0 0 7px 0;
  color: #fff;
  font-size: 14px;
}
#footer .contact {
  margin: 0 0 20px 0;
}
#footer .contact li {
  margin-bottom: 10px;
}
#footer span {
  font-size: 1.286em;
  font-weight: 500;
  text-transform: uppercase;
  color: #B2B2B2;
}
#footer .icon {
  vertical-align: -5px;
  margin: 0 0 0 10px;
  opacity: 0.5;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#footer .icon:hover {
  opacity: 1;
}
#footer a {
  color: #B2B2B2;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer li.section a, #footer li.current a, #footer a:hover {
  color: #fff;
}
#footer .right {
  text-align: right;
}

#footer-map {
  width: 100%;
  height: 285px;
}
#footer-map #map {
  width: 100%;
  height: 100%;
  border-top: 3px solid #808080;
}

#credits {
  background: #333;
  padding: 10px 4%;
  font-size: 0.846em;
  text-align: center;
  color: #fff;
}
#credits a {
  color: #fff;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#credits a:hover {
  color: #E2231A;
}

/*	Other:
--------------------------------------------------*/
.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.center {
  text-align: center;
}


/****** FILE: themes/nkwindows/css/typography.css *****/
@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
      /**
* Remove all paddings around the image on small screen
*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url('http://localhost/yourprojectname/images/ajax-loader.gif') center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #E2231A;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: url("../images/carousel-prev.png");
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: url("../images/carousel-next.png");
}

#features .slick-next, #features .slick-prev {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-size: 1.231em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  width: auto;
  color: #E2231A;
  z-index: 999;
}
#features .slick-next:before, #features .slick-prev:before {
  content: none;
}
#features .slick-next {
  right: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

@media only screen and (max-width: 940px) {
  #nav {
    float: left;
    padding-top: 35px;
  }
  #nav li {
    padding-left: 0;
    padding-right: 20px;
  }
  #nav li a {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 820px) {
  .banner-img {
    display: none;
  }

  .banner-text {
    background: none;
    float: none;
    width: 100%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 620px), only screen and (max-device-width: 620px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .desktop-only, #nav {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  h1, #home-content h2 {
    font-size: 2.462em;
  }

  .diagonal {
    background: none;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    width: auto;
    height: auto;
    border-top: 2px dotted #4D4D4D;
    border-bottom: 2px dotted #4D4D4D;
  }

  .slide {
    height: 310px;
  }

  .slide-text {
    background: none;
    float: none;
    width: 100%;
    height: 270px;
    padding: 40px 0 0 0;
  }

  .slide-img, .range-img {
    display: none;
  }

  .slide-pager {
    left: 0;
    right: auto;
  }

  #features {
    background: none;
    padding: 30px 0;
  }
  #features .col {
    float: left;
  }
  #features .feature {
    margin: 0;
  }

  #consult {
    display: none;
  }

  #consult.alt {
    display: block;
  }
  #consult.alt img, #consult.alt span {
    display: none;
  }
  #consult.alt a {
    color: #fff;
  }

  #home-content {
    padding: 30px 0 15px 0;
  }
  #home-content .col-2 {
    float: none;
    width: 100%;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .col {
    float: none;
    width: 100%;
    margin: 0;
  }

  #content {
    background: none;
    padding: 30px 0;
  }

  .cols {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  #gallery a {
    width: 47%;
    margin-right: 4%;
  }

  #gallery a:nth-child(4n+1) {
    margin-right: 4%;
  }

  #gallery a:nth-child(2n+1) {
    margin-right: 0%;
  }

  .range {
    height: auto;
    margin: 0 0 30px 0;
  }
  .range .range-text, .range.even .range-text {
    width: 100%;
    float: none;
    text-align: left;
  }

  .product-text, .product-image {
    float: none;
    width: 100%;
  }

  .product-image img {
    margin: 30px auto 0 auto;
  }

  #carousel {
    width: 80%;
  }

  #footer {
    padding: 0 0 40px 0;
  }
  #footer .container {
    width: 100%;
  }
  #footer .col:last-child {
    width: 92%;
    margin: 0 4%;
    padding: 10px 0 0 0;
    border-top: 2px dotted #CCCCCC;
  }
  #footer ul.nav {
    margin: 0 0 30px 0;
  }
  #footer ul.nav li {
    border-bottom: 1px solid #808080;
    margin: 0;
    padding: 0 4%;
  }
  #footer ul.nav li.section, #footer ul.nav li.current {
    background: #333333;
  }
  #footer ul.nav li a {
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
  }

  #credits {
    line-height: 2;
  }
  #credits span {
    display: none;
  }
}
body {
  font-family: Roboto, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.4;
  color: #666;
}
@media only screen and (min-width: 768px) {
  body {
    line-height: 1.5;
  }
}

a {
  text-decoration: none;
  color: #666;
}

li {
  list-style: none;
}

p, ul {
  margin: 0 0 15px 0;
}

a img {
  border: 0;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}

h1, h2, h3, h4 {
  line-height: 1;
  font-weight: 500;
}

h1, h2.large {
  font-size: 3em;
  font-weight: 400;
  margin: 0 0 20px 0;
}

h2 {
  font-size: 1.692em;
  margin: 0 0 15px 0;
}

h2.dotted {
  font-size: 2.692em;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 0 0 50px 0;
  border-bottom: 2px dotted #B2B2B2;
  color: #E2231A;
}

h3 {
  font-size: 1.692em;
  margin: 0 0 15px 0;
  color: #E2231A;
}

h3.dotted {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 0 10px 0;
  margin: 50px 0;
  font-weight: 400;
  border-bottom: 2px dotted #B2B2B2;
}

h4 {
  font-size: 1.385em;
  line-height: 1.5;
  margin: 0 0 15px 0;
}

h5 {
  font-size: 1em;
  margin: 0 0 15px 0;
}

.typography ul li {
  background: url(../images/bullet.png) no-repeat 0 8px;
  padding: 0 0 0 17px;
  margin: 0 0 0 0;
}
.typography ol li {
  list-style: decimal;
  padding: 0 0 0 0;
  margin: 0 0 0 17px;
}
.typography img.right {
  float: right;
  margin: 0 0 15px 15px;
}
.typography img.left {
  float: left;
  margin: 0 15px 15px 0;
}
.typography img.center {
  display: block;
  margin: 0 auto 15px auto;
}
.typography p {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .typography p {
    font-size: 15px;
  }
}


/****** FILE: themes/nkwindows/css/form.css *****/
@charset "UTF-8";
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
      /**
* Remove all paddings around the image on small screen
*/
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url('http://localhost/yourprojectname/images/ajax-loader.gif') center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: #E2231A;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
.slick-prev:before {
  content: url("../images/carousel-prev.png");
}

.slick-next {
  right: -25px;
}
.slick-next:before {
  content: url("../images/carousel-next.png");
}

#features .slick-next, #features .slick-prev {
  position: absolute;
  top: auto;
  left: auto;
  right: auto;
  font-size: 1.231em;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
  width: auto;
  color: #E2231A;
  z-index: 999;
}
#features .slick-next:before, #features .slick-prev:before {
  content: none;
}
#features .slick-next {
  right: 0;
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0px 5px;
  padding: 0px;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:focus {
  outline: 0;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

@media only screen and (max-width: 940px) {
  #nav {
    float: left;
    padding-top: 35px;
  }
  #nav li {
    padding-left: 0;
    padding-right: 20px;
  }
  #nav li a {
    line-height: 1.5;
  }
}
@media only screen and (max-width: 820px) {
  .banner-img {
    display: none;
  }

  .banner-text {
    background: none;
    float: none;
    width: 100%;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 620px), only screen and (max-device-width: 620px) {
  body {
    -webkit-text-size-adjust: 100%;
  }

  .desktop-only, #nav {
    display: none;
  }

  .mobile-only {
    display: block;
  }

  h1, #home-content h2 {
    font-size: 2.462em;
  }

  .diagonal {
    background: none;
    margin: 0 auto 30px auto;
    padding: 10px 0;
    width: auto;
    height: auto;
    border-top: 2px dotted #4D4D4D;
    border-bottom: 2px dotted #4D4D4D;
  }

  .slide {
    height: 310px;
  }

  .slide-text {
    background: none;
    float: none;
    width: 100%;
    height: 270px;
    padding: 40px 0 0 0;
  }

  .slide-img, .range-img {
    display: none;
  }

  .slide-pager {
    left: 0;
    right: auto;
  }

  #features {
    background: none;
    padding: 30px 0;
  }
  #features .col {
    float: left;
  }
  #features .feature {
    margin: 0;
  }

  #consult {
    display: none;
  }

  #consult.alt {
    display: block;
  }
  #consult.alt img, #consult.alt span {
    display: none;
  }
  #consult.alt a {
    color: #fff;
  }

  #home-content {
    padding: 30px 0 15px 0;
  }
  #home-content .col-2 {
    float: none;
    width: 100%;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .col {
    float: none;
    width: 100%;
    margin: 0;
  }

  #content {
    background: none;
    padding: 30px 0;
  }

  .cols {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  #gallery a {
    width: 47%;
    margin-right: 4%;
  }

  #gallery a:nth-child(4n+1) {
    margin-right: 4%;
  }

  #gallery a:nth-child(2n+1) {
    margin-right: 0%;
  }

  .range {
    height: auto;
    margin: 0 0 30px 0;
  }
  .range .range-text, .range.even .range-text {
    width: 100%;
    float: none;
    text-align: left;
  }

  .product-text, .product-image {
    float: none;
    width: 100%;
  }

  .product-image img {
    margin: 30px auto 0 auto;
  }

  #carousel {
    width: 80%;
  }

  #footer {
    padding: 0 0 40px 0;
  }
  #footer .container {
    width: 100%;
  }
  #footer .col:last-child {
    width: 92%;
    margin: 0 4%;
    padding: 10px 0 0 0;
    border-top: 2px dotted #CCCCCC;
  }
  #footer ul.nav {
    margin: 0 0 30px 0;
  }
  #footer ul.nav li {
    border-bottom: 1px solid #808080;
    margin: 0;
    padding: 0 4%;
  }
  #footer ul.nav li.section, #footer ul.nav li.current {
    background: #333333;
  }
  #footer ul.nav li a {
    display: block;
    padding: 15px 0;
    text-transform: uppercase;
  }

  #credits {
    line-height: 2;
  }
  #credits span {
    display: none;
  }
}
input, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

form fieldset {
  width: 100%;
  border: 0;
  color: #666;
}

.field {
  overflow: hidden;
  padding: 0 0 10px 0;
}
.field label {
  float: left;
}

.middleColumn {
  width: 75%;
  float: right;
}

span.required {
  font-weight: bold;
  color: #B61017;
  width: 75%;
  float: right;
}

input,
textarea,
select {
  font-family: Arial, san-serif;
  font-size: 1em;
  color: #666;
}

input.text,
textarea.textarea {
  width: 96%;
  border: 1px solid #bbb;
  padding: 3px 1%;
  margin: 2px 0 0 0;
  display: block;
}

select.select {
  width: auto;
  border: 1px solid #bbb;
  padding: 3px;
  margin: 2px 10px 0 0 !important;
}

input.action {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #bbb;
  margin: 0 0 15px 25%;
}

.field input:focus, .field textarea:focus, input.action:hover {
  border: 1px solid #000;
}

input.action:hover {
  cursor: pointer;
}

/*	Admin Login
--------------------------------------------------*/
#Remember, #ForgotPassword {
  margin: 0 0 0 25%;
}

#ForgotPassword a {
  text-decoration: underline;
}

#Remember input {
  margin: 2px 10px 0 0;
  float: left;
}

input:required {
  box-shadow: none;
}

input:invalid {
  box-shadow: none;
}


