@charset "UTF-8";
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

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

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

[hidden] {
  display: none; }

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

html, button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

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

h1 {
  font-size: 2em;
  margin: .67em 0; }

h2 {
  font-size: 1.5em;
  margin: .83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: .83em;
  margin: 1.67em 0; }

h6 {
  font-size: .75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace,serif;
  _font-family: 'courier new',monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }

q:before, q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

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

button, input {
  line-height: normal; }

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

button[disabled], input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }

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

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

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ----------------------------------------------------------------------
VARIABLES
------------------------------------------------------------------------- */
@font-face {
  font-family: 'PrimaryFont';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFontBold';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Semibold.ttf") format("truetype"); }
@font-face {
  font-family: 'PrimaryFontLight';
  src: url("../fonts/Source_Sans_Pro/SourceSansPro-Light.ttf") format("truetype"); }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -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;
  margin-left: auto;
  margin-right: auto; }
  .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; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .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; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../slick/fonts/slick.eot");
  src: url("../slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../slick/fonts/slick.woff") format("woff"), url("../slick/fonts/slick.ttf") format("truetype"), url("../slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .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 {
      color: black;
      opacity: 0.75; }

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.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;
  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;
  box-shadow: none;
  touch-action: manipulation; }
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;
  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; }
  .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;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

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

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    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;
  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;
    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; } }
/*  -------------------------------------------
    STANDARD
-----------------------------------------------*/
body, html {
  min-height: 100%; }

body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: #ebebe9;
  color: #656565;
  font-family: "PrimaryFont", sans-serif; }

p {
  font-family: "PrimaryFont", sans-serif;
  color: #656565;
  line-height: 150%; }

h1 {
  font-family: "PrimaryFont", sans-serif;
  font-weight: normal;
  line-height: 125%;
  font-size: 2.0em; }

h2 {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  line-height: 125%;
  font-size: 1.75em; }

h3 {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  line-height: 125%;
  font-size: 1.35em; }

h4 {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal;
  line-height: 125%;
  font-size: 1.25em; }

h5 {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal; }

h6 {
  font-family: "PrimaryFontBold", sans-serif;
  font-weight: normal; }

section {
  outline: none; }

@media (min-width: 768px) {
  h2 {
    font-size: 2.25em; }

  h3 {
    font-size: 1.45em; }

  h4 {
    font-size: 1.40em; }

  h5 {
    font-size: 1.0em; } }
@media (min-width: 1280px) {
  h2 {
    font-size: 2.75em; }

  h3 {
    font-size: 1.65em; }

  h4 {
    font-size: 1.5em; } }
@media (min-width: 1366px) {
  h2 {
    font-size: 3.25em; }

  h3 {
    font-size: 1.75em; } }
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

*:focus {
  outline: 0; }

a {
  color: #656565;
  text-decoration: none;
  outline: none; }

a:link {
  outline: none; }

a:hover {
  color: #000; }

a:active {
  outline: none; }

a:visited {
  outline: none; }

.ab-clear {
  clear: both;
  outline: none; }

.ab-space {
  height: 20px;
  clear: both; }

.ab-space-extra {
  height: 50px;
  clear: both; }

.ab-txt-normal {
  font-weight: normal; }

.ab-txt-bold {
  font-weight: bold; }

.ab-txt-italic {
  font-style: italic; }

.ab-txt-underline {
  text-decoration: underline; }

.ab-txt-left {
  text-align: left; }

.ab-txt-right {
  text-align: right; }

.ab-txt-center {
  text-align: center; }

.ab-grid-vcenter {
  display: grid;
  align-items: center; }

.ab-flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.ab-box-center {
  margin: 0px auto; }

.ab-box-left {
  float: left; }

.ab-box-right {
  float: right; }

.ab-txt-light {
  font-weight: normal; }

.ab-font-light {
  font-weight: normal; }

.ab-font-normal {
  font-weight: normal; }

.ab-font-bold {
  font-weight: bold; }

.ab-txt-shadow {
  text-shadow: 0 0 10px #000; }

.ab-txt-light {
  font-weight: normal; }

.ab-txt-verysmall {
  font-size: 0.625em; }

.ab-txt-small {
  font-size: 0.725em; }

.ab-txt-medium {
  font-size: 0.85em; }

.ab-txt-big {
  font-size: 1.25em; }

.ab-txt-bigger {
  font-size: 1.55em;
  font-weight: bold; }

.ab-txt-bigger-normal {
  font-size: 1.55em;
  font-weight: normal; }

.ab-txt-verybig {
  font-size: 2.0em; }

.ab-txt-highlight {
  font-size: 1.125em;
  font-weight: bold; }

.ab-txt-color-primary {
  color: #656565; }

.ab-txt-color-white {
  color: #fff; }

.ab-txt-color-black {
  color: #000; }

.ab-line-small {
  line-height: 110%; }

.ab-line-normal {
  line-height: normal; }

.ab-line-big {
  line-height: 150%; }

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

.ab-no-margin-top {
  margin-top: 0px; }

.ab-margin-top-5 {
  margin-top: 5px; }

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

.ab-margin-bottom-5 {
  margin-bottom: 5px; }

.ab-no-padding {
  padding: 0; }

.ab-no-padding-top {
  padding-top: 0px; }

.ab-padding-top-big {
  padding-top: 25px; }

.ab-no-padding-bottom {
  padding-bottom: 0px; }

.ab-padding-top-50 {
  padding-top: 50px; }

.ab-padding-bottom-50 {
  padding-bottom: 50px; }

.ab-padding-left-50 {
  padding-left: 50px; }

.ab-padding-right-50 {
  padding-right: 50px; }

.ab-padding-75 {
  padding: 75px 0px; }

.ab-padding-50 {
  padding: 50px 0px; }

.ab-padding-20 {
  padding: 20px 0px; }

.ab-img-reponsive {
  width: 100%;
  height: auto;
  outline: none;
  border: 0;
  padding: 0;
  margin: 0; }

a.ab-txt-color-white {
  color: #fff; }

a.ab-txt-color-white:hover.ab-txt-color-white {
  color: #fff; }

a.ab-txt-color-black {
  color: #000; }

a.ab-txt-color-black:hover {
  color: #000; }

/*  -------------------------------------------
    TEXT SIZE
-----------------------------------------------*/
.ab-vtxt-nm {
  font-size: 1.0em; }

.ab-vtxt-lg {
  font-size: 1.15em; }

.ab-vtxt-smlg {
  font-size: 0.5em; }

.ab-vtxt-xlg {
  font-size: 1.15em; }

@media (min-width: 600px) {
  .ab-vtxt-smlg {
    font-size: 1.05em; } }
@media (min-width: 768px) {
  .ab-vtxt-nm {
    font-size: 1.05em; }

  .ab-vtxt-lg {
    font-size: 1.25em; }

  .ab-vtxt-smlg {
    font-size: 1.15em; }

  .ab-vtxt-xlg {
    font-size: 1.5em; } }
@media (min-width: 1024px) {
  .ab-vtxt-smlg {
    font-size: 1.25em; } }
@media (min-width: 1280px) {
  .ab-vtxt-nm {
    font-size: 1.15em; }

  .ab-vtxt-lg {
    font-size: 1.40em; }

  .ab-vtxt-smlg {
    font-size: 1.55em; }

  .ab-vtxt-xlg {
    font-size: 1.75em; } }
@media (min-width: 1500px) {
  .ab-vtxt-nm {
    font-size: 1.25em; }

  .ab-vtxt-lg {
    font-size: 1.55em; }

  .ab-vtxt-smlg {
    font-size: 1.75em; }

  .ab-vtxt-xlg {
    font-size: 2.0em; } }
/*  -------------------------------------------
    BACK TO TOP
-----------------------------------------------*/
.ab-top {
  display: inline-block;
  width: 40px;
  height: 41px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: transparent url(../graphics/ab-arrow-up-small.png) no-repeat top center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s; }

.ab-top.ab-is-visible, .ab-top.ab-fade-out, .no-touch .ab-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

.ab-top.ab-is-visible {
  visibility: visible;
  opacity: 1;
  outline: none;
  border: 0; }

.ab-top.ab-fade-out {
  opacity: .5; }

.no-touch .ab-top:hover {
  opacity: 1;
  outline: none;
  border: 0; }

@media (min-width: 768px) {
  .ab-top {
    right: 20px;
    bottom: 20px; } }
@media (min-width: 1024px) {
  .ab-top {
    width: 80px;
    height: 81px;
    right: 30px;
    bottom: 30px;
    background: transparent url("../graphics/ab-arrow-up.png") no-repeat top center; } }
/*  -------------------------------------------
    mfp-with-anim
-----------------------------------------------*/
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8); }

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1); }

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/*  -------------------------------------------
HEADER:
-----------------------------------------------*/
header {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000; }
  header .header-bar {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 25px 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center; }
  header h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.0em;
    margin: 0;
    padding: 0; }

nav {
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1010;
  background: #fff;
  font-family: "Times New Roman", Times, serif; }
  nav .header-bar {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 25px 0;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: space-between;
    align-items: center; }
  nav h1 {
    font-family: "Times New Roman", Times, serif;
    font-size: 1.0em;
    margin: 0;
    padding: 0 0 45px 0;
    text-align: center; }
  nav ul {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0; }
    nav ul li {
      box-sizing: border-box;
      width: 100%;
      margin: 0;
      padding: 0 0 25px 0;
      text-align: center; }
      nav ul li a {
        display: inline-block;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
        font-size: 1.0em; }
      nav ul li a.current {
        border-bottom: 1px #656565 solid;
        padding: 0 0 2px 0; }

.header-margin {
  box-sizing: border-box;
  width: 100%;
  height: 98px;
  margin: 0;
  padding: 0; }

#ab-nav-btn {
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: url("../graphics/ab-menu-button.png") top left no-repeat;
  background-size: cover;
  cursor: pointer; }

#ab-nav-btn-close {
  box-sizing: border-box;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  background: url("../graphics/ab-menu-button-close.png") top left no-repeat;
  background-size: cover;
  cursor: pointer; }

#ab-instagram-btn {
  display: block;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  margin: 0 auto;
  padding: 0;
  background: url("../graphics/ab-instagram-btn.png") top left no-repeat;
  background-size: cover; }

#ab-instagram-btn-contact {
  display: block;
  box-sizing: border-box;
  width: 26px;
  height: 26px;
  margin: 25px 0 0 0;
  padding: 0;
  background: url("../graphics/ab-instagram-btn.png") top left no-repeat;
  background-size: cover; }

/*  -------------------------------------------
FOOTER:
-----------------------------------------------*/
footer {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0; }

/*  -------------------------------------------
    LAYOUT
-----------------------------------------------*/
.ab-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 10px; }

.ab-container-1500 {
  max-width: 1500px; }

.ab-container-2000 {
  max-width: 1500px; }

.ab-clear-small {
  clear: both; }

.ab-break {
  display: inline; }

.ab-break-small {
  display: inline; }

.ab-break-medium {
  display: inline; }

.ab-break-large {
  display: inline; }

.ab-small-only {
  display: block; }

.ab-small-medium {
  display: block; }

.ab-medium-only {
  display: none; }

.ab-large-only {
  display: none; }

.ab-medium-large {
  display: none; }

.ab-medium-large-inline {
  display: none; }

.ab-xlarge-only {
  display: none; }

.ab-col-2-medium-padding {
  padding: 0px 10px 0px 10px; }

@media (min-width: 500px) {
  .ab-break-small {
    display: block; } }
@media (min-width: 768px) {
  .ab-clear-small {
    clear: none; }

  .ab-break-medium {
    display: block; }

  .ab-small-only {
    display: none; }

  .ab-medium-only {
    display: block; }

  .ab-large-only {
    display: none; }

  .ab-medium-large {
    display: block; }

  .ab-medium-large-inline {
    display: inline; }

  .ab-col-2-medium-padding {
    padding: 0px 10px 0px 20px; } }
@media (min-width: 1024px) {
  .ab-container {
    padding: 0px 25px; }

  .ab-break {
    display: block; }

  .ab-small-only {
    display: none; }

  .ab-small-medium {
    display: none; }

  .ab-medium-only {
    display: none; }

  .ab-large-only {
    display: block; }

  .ab-medium-large {
    display: block; }

  .ab-col-2-medium-padding {
    padding: 0px 10px 0px 25px; } }
@media (min-width: 1280px) {
  .ab-container {
    padding: 0px 75px; }

  .ab-break-large {
    display: block; }

  .ab-xlarge-only {
    display: block; } }
/*  -------------------------------------------
SECTIONS
-----------------------------------------------*/
.ab-sec-normal {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: transparent;
  outline: none; }

.ab-sec-white {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #fff;
  outline: none; }

.ab-sec-grey {
  box-sizing: border-box;
  padding: 30px 0px;
  margin: 0;
  background: #f7f7f7;
  outline: none; }

@media (min-width: 768px) {
  .ab-sec-width-sm {
    box-sizing: border-box;
    width: 65%;
    margin: 0 auto; }

  .ab-sec-width-md {
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto; }

  .ab-sec-width-lg {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto; } }
@media (min-width: 1024px) {
  .ab-sec-width-sm {
    box-sizing: border-box;
    width: 60%;
    margin: 0 auto; }

  .ab-sec-width-md {
    box-sizing: border-box;
    width: 70%;
    margin: 0 auto; }

  .ab-sec-width-lg {
    box-sizing: border-box;
    width: 90%;
    margin: 0 auto; } }
@media (min-width: 1280px) {
  .ab-sec-width-sm {
    box-sizing: border-box;
    width: 55%;
    margin: 0 auto; }

  .ab-sec-width-md {
    box-sizing: border-box;
    width: 65%;
    margin: 0 auto; }

  .ab-sec-width-lg {
    box-sizing: border-box;
    width: 80%;
    margin: 0 auto; }

  .ab-sec-width-55 {
    box-sizing: border-box;
    width: 55%;
    margin: 0 auto; }

  .ab-sec-width-75 {
    box-sizing: border-box;
    width: 75%;
    margin: 0 auto; }

  .ab-sec-width-85 {
    box-sizing: border-box;
    width: 85%;
    margin: 0 auto; }

  .ab-sec-width-100 {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto; }

  .ab-sec-width-1000 {
    box-sizing: border-box;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto; } }
/*  -------------------------------------------
EXTRA PADDING
-----------------------------------------------*/
.ab-prj-extra-space-25 {
  height: 25px; }

.ab-prj-extra-space-50 {
  height: 50px; }

.ab-prj-extra-space-75 {
  height: 75px; }

.ab-prj-extra-space-100 {
  height: 100px; }

.ab-prj-extra-space-125 {
  height: 125px; }

.ab-prj-extra-space-250 {
  height: 250px; }

.ab-prj-extra-space-500 {
  height: 500px; }

.ab-prj-extra-space-10-25-50 {
  height: 10px; }

.ab-prj-extra-space-25-50-75 {
  height: 25px; }

.ab-prj-extra-space-50-75-100 {
  height: 50px; }

.ab-prj-extra-space {
  height: 30px; }

.ab-prj-padding-extra-TB {
  padding: 25px 0 25px 0; }

.ab-prj-padding-extra-TB-sm {
  padding: 15px 0 15px 0; }

.ab-prj-padding-top {
  padding-top: 0px; }

.ab-prj-padding-bottom {
  padding-bottom: 0px; }

.ab-prj-padding-left {
  padding-left: 0px; }

.ab-prj-padding-right {
  padding-right: 0px; }

@media (min-width: 768px) {
  .ab-prj-extra-space-10-25-50 {
    height: 25px; }

  .ab-prj-extra-space-25-50-75 {
    height: 50px; }

  .ab-prj-extra-space-50-75-100 {
    height: 75px; }

  .ab-prj-padding-extra-TB {
    padding: 50px 0 50px 0; }

  .ab-prj-padding-extra-TB-sm {
    padding: 25px 0 25px 0; }

  .ab-prj-padding-top {
    padding-top: 25px; }

  .ab-prj-padding-bottom {
    padding-bottom: 25px; }

  .ab-prj-padding-left {
    padding-left: 25px; }

  .ab-prj-padding-right {
    padding-right: 25px; } }
@media (min-width: 1024px) {
  .ab-prj-extra-space-10-25-50 {
    height: 50px; }

  .ab-prj-extra-space-25-50-75 {
    height: 75px; }

  .ab-prj-extra-space-50-75-100 {
    height: 100px; }

  .ab-prj-padding-extra-TB {
    padding: 75px 0 75px 0; }

  .ab-prj-padding-extra-TB-sm {
    padding: 35px 0 35px 0; }

  .ab-prj-padding-top {
    padding-top: 50px; }

  .ab-prj-padding-bottom {
    padding-bottom: 50px; }

  .ab-prj-padding-left {
    padding-left: 50px; }

  .ab-prj-padding-right {
    padding-right: 50px; } }
/*  -------------------------------------------
    SLICK CAROUSEL
-----------------------------------------------*/
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: transparent;
  outline: none; }

.slick-prev {
  left: -100px; }

[dir='rtl'] .slick-prev {
  right: -100px;
  left: auto; }

.slick-next {
  right: -100px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -100px; }

.slick-slider {
  margin-bottom: 0px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  left: -10px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: left; }

.slick-dots li {
  position: relative;
  display: inline-block; }

.slick-dots li button {
  /*
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  margin: 5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #454545;
  border-radius: 15px;
  */
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px;
  text-indent: -9999px;
  cursor: pointer;
  background-color: transparent;
  border: 1px #1ab7ea solid;
  border-radius: 10px; }

.slick-dots li button:hover, .slick-dots li button:focus {
  /*
  outline: none;
  width: 15px;
  height: 15px;
  margin: 5px;
  background-color: #454545;
  */
  outline: none;
  width: 10px;
  height: 10px;
  background-color: #1ab7ea; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li.slick-active button {
  /*
    width: 15px;
    height: 15px;
    margin: 5px;
    background-color: #454545;
  */
  width: 10px;
  height: 10px;
  background-color: #1ab7ea; }

/*  -------------------------------------------
    TEXT, EMAIL, PASSWORD, SUBMIT, TEXTAREA
-----------------------------------------------*/
@supports (-moz-appearance: none) {
  select {
    -moz-appearance: none !important;
    background: #fff url("data:image/gif;base64,R0lGODlhBgAGAKEDAFVVVX9/f9TU1CgmNyH5BAEKAAMALAAAAAAGAAYAAAIODA4hCDKWxlhNvmCnGwUAOw==") right center no-repeat !important;
    background-position: calc(100% - 5px) center !important; } }
form {
  box-sizing: border-box;
  padding: 0px;
  margin: 0;
  width: 100%;
  font-size: 1.0em; }

form.ab-form-small-txt {
  font-size: 1.0em; }

::placeholder {
  color: #ccc; }

input[type="text"], input[type="email"], input[type="password"] {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  border: 1px #f0f0f0 solid;
  border-radius: 5px;
  font-size: 0.815em; }

input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled {
  background: transparent;
  padding: 0;
  border: 0; }

input[type="text"]:disabled::placeholder, input[type="email"]:disabled::placeholder, input[type="password"]:disabled::placeholder {
  color: transparent; }

input[type="date"] {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  border: 1px #f0f0f0 solid;
  border-radius: 5px;
  font-size: 0.815em; }

input[type="file"] {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  background: #fff;
  border: 1px #f0f0f0 solid;
  border-radius: 5px;
  font-size: 0.815em; }

input[type="file"]:hover, input[type="file"]:focus {
  border: 1px #0095cc solid; }

textarea {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  height: 125px;
  border: 1px #f0f0f0 solid;
  border-radius: 5px;
  font-size: 0.815em; }

textarea.ab-textarea-small {
  box-sizing: border-box;
  padding: 10px;
  margin: 0;
  width: 100%;
  height: 65px;
  border: 1px #f0f0f0 solid;
  border-radius: 5px;
  font-size: 0.815em; }

input[type="submit"], input[type="reset"], input[type="button"] {
  display: block;
  box-sizing: border-box;
  padding: 12px 25px;
  margin: 25px 0 0 0;
  color: #fff;
  background: #656565;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 0.85em; }

input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
  background: #333;
  color: #fff; }

input[type="submit"].ab-btn-delete:hover, input[type="button"].ab-btn-delete:hover {
  background: #c00;
  color: #fff; }

select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 10px;
  margin: 0;
  border: 0;
  outline: none;
  border: 1px #f0f0f0 solid;
  border-radius: 5px;
  font-size: 0.815em; }

/*  -------------------------------------------
    PROJECT 
-----------------------------------------------*/
.ab-body-welcome-bg {
  height: 100%;
  background: #ebebe9 url("../graphics/JM-welcome.jpg?nocahce=1") center center no-repeat fixed;
  background-size: cover; }

.ab-body-installation-view-bg {
  height: 100%;
  background: #ebebe9 url("../graphics/BG-installation-view.jpg") bottom center no-repeat fixed;
  background-size: cover; }

.ab-body-current-view-bg {
  height: 100%;
  background: #ebebe9 url("../graphics/BG-current-view.jpg.jpg") center center no-repeat fixed;
  background-size: cover; }

.ab-font-family-bold {
  font-family: "PrimaryFontBold", sans-serif; }

.ab-color-red {
  color: #c00; }

.ab-color-blue {
  color: #0095ff; }

.ab-color-green {
  color: #090; }

.ab-tag-red {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 6px;
  border-radius: 3px;
  margin: 0;
  background: #c00;
  color: #fff;
  font-size: 0.715em; }

.ab-tag-blue {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 6px;
  border-radius: 3px;
  margin: 0;
  background: #0095ff;
  color: #fff;
  font-size: 0.715em; }

.ab-tag-green {
  display: inline-block;
  box-sizing: border-box;
  padding: 2px 6px;
  border-radius: 3px;
  margin: 0;
  background: #090;
  color: #fff;
  font-size: 0.715em; }

.ab-msg-failed {
  color: #c00; }

.ab-msg-success {
  color: #090; }

.ab-msg-notice {
  color: #0095ff; }

.ab-txt-uppercase {
  font-family: "PrimaryFontBold", sans-serif;
  text-transform: uppercase; }

.ab-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 20px;
  margin: 0;
  color: #fff;
  background: #656565;
  color: #fff;
  border: 0;
  border-radius: 5px;
  font-size: 0.85em; }

.ab-btn:hover {
  background: #333;
  color: #fff; }

.ab-btn-blue {
  background: #0095ff; }

.ab-btn-blue:hover {
  background: #656565; }

.ab-work-description {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 0; }

.ab-work-separator {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0; }

/*  -------------------------------------------
    SLIDER CONTAINER & NAVIGATION
-----------------------------------------------*/
.slider-container {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: grid;
  grid-template-columns: 12px 90% 12px;
  justify-content: space-between; }
  .slider-container .slider-nav-left, .slider-container .slider-nav-right {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 26vh 0 0 0; }
    .slider-container .slider-nav-left img, .slider-container .slider-nav-right img {
      display: block;
      box-sizing: border-box;
      width: 12px;
      height: auto;
      margin: 0;
      padding: 0;
      cursor: pointer; }

/*  -------------------------------------------
    SLIDER CW (Current Works)
-----------------------------------------------*/
.slider-cw {
  box-sizing: border-box;
  width: 100%;
  margin: 35px 0 0 0;
  padding: 0; }

.slider-cw-slide {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }
  .slider-cw-slide .slider-cw-slide-img {
    display: inline-block;
    box-sizing: border-box;
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    box-shadow: 3px 3px 6px #999; }
  .slider-cw-slide .slider-cw-slide-txt {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    padding: 25px 0 0 0;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
    font-size: 0.765em; }

@media (min-width: 768px) {
  .slider-cw-slide .slider-cw-slide-img {
    height: 60vh;
    width: auto; } }
/*  -------------------------------------------
    SLIDER IW (Installation View)
-----------------------------------------------*/
.slider-iw {
  box-sizing: border-box;
  width: 100%;
  margin: 35px 0 0 0;
  padding: 0; }

.slider-iw-slide {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }
  .slider-iw-slide .slider-iw-slide-img {
    display: inline-block;
    box-sizing: border-box;
    width: 80%;
    height: auto;
    margin: 0;
    padding: 0;
    box-shadow: 3px 3px 6px #999; }

@media (min-width: 560px) {
  .slider-iw-slide .slider-iw-slide-img {
    height: 50vh;
    width: auto; } }
/*  -------------------------------------------
    SLIDER IW (Small Work)
-----------------------------------------------*/
.slider-sw {
  box-sizing: border-box;
  width: 100%;
  margin: 35px 0 0 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center; }

.slider-sw-slide {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }
  .slider-sw-slide .slider-sw-slide-img {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: 3px 3px 6px #999; }
  .slider-sw-slide .slider-sw-slide-txt {
    display: none; }

.slider-sw-slide:hover .slider-sw-slide-txt {
  display: block; }

/*# sourceMappingURL=default.css.map */
