@charset "UTF-8";
/* PARTIALS */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 85%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
img {
  border: 0; }

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

/* Grouping content
   ========================================================================== */
figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*
   VARIABLES
   ========================================================================== */
/*
  MIXINS / UTILITIES
  ========================================================================== */
.cf {
  *zoom: 1; }
  .cf:before, .cf:after {
    display: table;
    content: ''; }
  .cf:after {
    clear: both; }

/*
   GRID
   ========================================================================== */
@-webkit-viewport {
  width: device-width; }

@-moz-viewport {
  width: device-width; }

@-ms-viewport {
  width: device-width; }

@-o-viewport {
  width: device-width; }

@viewport {
  width: device-width; }

.row {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  text-align: left; }
  @media (min-width: 767px) {
    .row {
      padding: 40px 0; } }

.row-inner {
  *zoom: 1;
  display: block;
  margin: 0 -20px;
  margin: 0 auto;
  position: relative;
  z-index: 200; }
  .row-inner:before, .row-inner:after {
    display: table;
    content: ''; }
  .row-inner:after {
    clear: both; }
  @media (min-width: 767px) {
    .row-inner {
      width: 100%; } }
  @media (min-width: 960px) {
    .row-inner {
      width: 960px; } }
  .row-inner p:last-child, .row-inner ul:last-child, .row-inner ol:last-child {
    margin-bottom: 0; }

.row-inner-wide {
  *zoom: 1;
  display: block;
  margin: 0 -20px;
  margin: 0 auto; }
  .row-inner-wide:before, .row-inner-wide:after {
    display: table;
    content: ''; }
  .row-inner-wide:after {
    clear: both; }
  @media (min-width: 960px) {
    .row-inner-wide {
      width: 960px; } }
  @media (min-width: 1280px) {
    .row-inner-wide {
      width: 1400px; } }
  @media (min-width: 1560px) {
    .row-inner-wide {
      width: 1800px; } }

.col-2 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 50%; }
  @media (min-width: 767px) {
    .col-2 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 16.6666666667%; } }

.col-3 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 50%; }
  @media (min-width: 767px) {
    .col-3 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 25%; } }

.col-4 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .col-4 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 33.3333333333%; } }

.col-5 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .col-5 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 41.6666666667%; } }

.col-6 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .col-6 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 50%; } }

.col-7 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .col-7 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 58.3333333333%; } }

.col-8 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .col-8 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 66.6666666667%; } }

.col-9 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .col-9 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 75%; } }

.col-10 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .col-10 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 83.3333333333%; } }

.col-11 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .col-11 {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 91.6666666667%; } }

.col-12 {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }

.push-1 {
  margin-left: 0%; }
  @media (min-width: 767px) {
    .push-1 {
      margin-left: 8.3333333333%; } }

/*
   BASE
   ========================================================================== */
html {
  font-size: 62.5%;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent; }

* {
  box-sizing: border-box; }

body {
  *zoom: 1;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Helvetica Neue", "Helvetica-Neue", Helvetica, "Open Sans", Arial, sans-serif;
  color: #4A4A4A; }
  body:before, body:after {
    display: table;
    content: ''; }
  body:after {
    clear: both; }

input, textarea, select, fieldset {
  margin-bottom: 1.5rem; }

pre, blockquote, dl, p, figure, table, ul, ol, form {
  margin-bottom: 2rem; }

p {
  margin-top: 0; }

img, canvas, iframe, svg, select, textarea {
  max-width: 100%; }

img {
  height: auto; }

* {
  -webkit-font-smoothing: antialiased; }

a {
  color: inherit; }

a[href$='.pdf'] {
  line-height: 20px;
  display: inline-block; }
  a[href$='.pdf']:after {
    content: '.pdf';
    background: url(../img/doc.svg) no-repeat 0 0;
    vertical-align: top;
    display: inline-block;
    height: 20px;
    padding-left: 20px;
    margin-left: 4px;
    color: #999999;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
  font-family: "acumin-pro-condensed", sans-serif; }

h1 {
  font-size: 3.6rem;
  line-height: 1.5; }

h2 {
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 13.3333333333px; }

h3 {
  font-size: 2.4rem;
  line-height: 1.5; }

h4 {
  font-size: 2.2rem;
  line-height: 1.5; }

h5 {
  font-size: 2.0rem;
  line-height: 1.5; }

h6 {
  font-size: 1.8rem;
  line-height: 1.5; }

small {
  display: inline-block;
  font-size: 1.2rem;
  color: #999999;
  margin-bottom: 20px; }

ul {
  margin-bottom: 20px;
  padding-left: 35px;
  list-style-position: outside; }

li {
  margin-bottom: 7px; }

.embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }
  .embed iframe, .embed object, .embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

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

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'whittles';
    src: url('../font/whittles.svg?61992481#whittles') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "whittles";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-star:before {
  content: '\e800'; }

/* '' */
.icon-right-open-big:before {
  content: '\e801'; }

/* '' */
.icon-right-open-mini:before {
  content: '\e802'; }

/* '' */
.icon-left-open-mini:before {
  content: '\e803'; }

/* '' */
.icon-up-open-mini:before {
  content: '\e804'; }

/* '' */
.icon-down-open-big:before {
  content: '\e805'; }

/* '' */
.icon-left-open-big:before {
  content: '\e806'; }

/* '' */
.icon-up-open-big:before {
  content: '\e807'; }

/* '' */
.icon-down-open-mini:before {
  content: '\e808'; }

/* '' */
.icon-location:before {
  content: '\e809'; }

/* '' */
.icon-direction:before {
  content: '\e80a'; }

/* '' */
.icon-mail:before {
  content: '\e80b'; }

/* '' */
.icon-search:before {
  content: '\e80c'; }

/* '' */
.icon-i:before {
  content: '\e80d'; }

/* '' */
.icon-f:before {
  content: '\e80e'; }

/* '' */
.icon-check:before {
  content: '\e80f'; }

/* '' */
.icon-cancel:before {
  content: '\e810'; }

/* '' */
.icon-retweet:before {
  content: '\e811'; }

/* '' */
/* MODULES */
/*
   BUTTONS
   ====================================================================
*/
.btn {
  display: inline-block;
  padding: 4px 10px;
  text-align: center;
  color: #4A4A4A;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #E4E4E4;
  transition: 0.2s all ease; }
  .btn:hover {
    background: #fafafa; }

/*
   CONTENT
   ========================================================================== */
img {
  display: block; }

#banner {
  padding: 0;
  margin: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 100;
  position: relative;
  min-height: 180px;
  overflow: hidden; }
  @media (min-width: 767px) {
    #banner {
      min-height: 380px; } }

main img {
  margin: 20px 0; }

main h1, main h2 {
  position: relative;
  padding-left: 20px; }
  main h1:before, main h2:before {
    content: '';
    width: 20px;
    height: 44px;
    display: block;
    background: url(../img/slashSprite.svg) -30px 0 no-repeat;
    left: 0px;
    top: 8px;
    position: absolute; }
  @media (min-width: 767px) {
    main h1, main h2 {
      padding-left: 0; }
      main h1:before, main h2:before {
        left: -20px; } }

main h2:before {
  background-position: -60px 0;
  height: 28px;
  width: 8px;
  top: 11px;
  left: 0px; }
  @media (min-width: 767px) {
    main h2:before {
      left: -16px; } }

main .main a {
  color: #fd5200; }
  main .main a:hover {
    color: #fd5200; }

main .main .emailbtn a {
  color: #222; }

.main {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  @media (min-width: 767px) {
    .main {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 66.6666666667%; }
      .main.branch {
        position: relative;
        display: inline;
        float: left;
        padding: 0 20px;
        width: 100%; } }

.aside {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #E4E4E4; }
  @media (min-width: 767px) {
    .aside {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 33.3333333333%;
      margin-top: 0;
      padding-top: 0;
      border: none; } }

.links {
  display: block;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  margin: 0 0 20px 0; }
  .links h3 {
    background: #fd5200;
    color: white;
    border-radius: 3px 3px 0 0;
    padding: 10px 20px;
    margin: 0; }
  .links a {
    display: block;
    border-top: 1px solid #E4E4E4;
    margin: 0;
    padding: 10px 20px;
    text-decoration: none; }
    .links a:first-child {
      border-top: none; }
    .links a:before {
      font-family: "whittles";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: '\e801';
      margin-left: 0;
      margin-right: 5px;
      color: rgba(0, 0, 0, 0.3);
      font-size: 1.1rem; }
    .links a:hover {
      background: #f1f1f1; }
  .links .child > a {
    padding-left: 40px;
    border-top: none;
    font-size: 1.2rem; }
  .links > a + .child {
    border-top: 1px solid #f1f1f1; }

.special-link {
  display: block;
  font-family: "acumin-pro-condensed", sans-serif;
  padding: 20px;
  font-size: 2.2rem;
  color: #fff;
  background: url(../img/placeholder1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 0 20px 0;
  border-radius: 3px;
  text-decoration: none;
  overflow: hidden; }
  .special-link span {
    position: relative;
    z-index: 5;
    padding-left: 30px;
    display: inline-block;
    line-height: 1.3em; }
    .special-link span:before {
      position: absolute;
      top: 3px;
      left: 0; }
  .special-link:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1; }

.box {
  display: block;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 20px;
  position: relative; }
  .box > img {
    top: 20px;
    left: 20px;
    position: absolute; }
  .box.box-icon > h3, .box.box-icon > p {
    margin-left: 60px; }
  .box.box-icon .actions {
    text-align: center;
    margin: 0; }
  .box.box-quote p {
    font-size: 2rem;
    font-family: Georgia, serif; }
    .box.box-quote p:before {
      content: '“';
      color: #999999; }
    .box.box-quote p:after {
      content: '”';
      color: #999999; }
  .box.box-quote cite {
    color: #999999; }
  .box.box-error h3 {
    font-size: 1.8rem;
    color: #fd5200; }

.aside-image {
  border-radius: 3px;
  margin: 0 0 20px 0; }

.map {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%;
  margin-top: 40px;
  height: 200px; }
  @media (min-width: 767px) {
    .map {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 66.6666666667%;
      height: 380px; } }

.contact {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%;
  margin-top: 40px; }
  @media (min-width: 767px) {
    .contact {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 25%; } }

.emailbtn {
  text-align: center;
  margin: 20px 0; }

.address, .post, .phone {
  min-height: 54px;
  padding: 9px 0 5px 75px;
  margin: 10px 0;
  font-size: 1.2rem; }

.address {
  background: url(../img/icon-loc.svg) left center no-repeat; }

.post {
  background: url(../img/icon-envelope.svg) left center no-repeat; }

.phone {
  background: url(../img/icon-phone.svg) left center no-repeat;
  font-size: 1.4rem; }

p.manager {
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 10px;
  text-align: center; }

.manager-img {
  border-radius: 3px; }

.search-results {
  list-style: none;
  margin: 0;
  padding: 0; }
  .search-results li {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #E4E4E4; }
  .search-results p {
    margin-bottom: 0; }
    .search-results p a {
      margin-bottom: 10px;
      font-size: 1.7rem; }
  .search-results small {
    margin: 0; }

#video {
  position: absolute;
  bottom: 50%;
  right: 50%;
  -webkit-transform: translateX(50%) translateY(50%);
  transform: translateX(50%) translateY(50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 320px; }
  @media (min-width: 767px) {
    #video {
      height: auto; } }

#login-content {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  #login-content:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    background: rgba(0, 0, 0, 0.6); }

.main-one {
  color: #fff;
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%;
  padding: 40px; }
  @media (min-width: 767px) {
    .main-one {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 66.6666666667%;
      padding: 20px; } }
  .main-one h1, .main-one h2 {
    padding-left: 0px; }
    .main-one h1:before, .main-one h2:before {
      display: none; }

.main-two {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%;
  padding: 40px; }
  @media (min-width: 767px) {
    .main-two {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 33.3333333333%;
      padding: 0 40px; } }
  .main-two .owner_login {
    background: #fff; }
  .main-two h1, .main-two h2 {
    padding-left: 20px; }
    .main-two h1:before, .main-two h2:before {
      left: 0; }

.faq {
  display: block; }

.faq-title {
  font-size: 1.5rem;
  font-weight: bold;
  border-bottom: 1px solid #E4E4E4;
  padding: 15px 5px;
  cursor: pointer;
  padding-left: 30px;
  position: relative; }
  .faq-title:before {
    content: '+';
    background: #fd5200;
    position: absolute;
    left: 5px;
    top: 18px;
    color: #fff;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    font-weight: normal;
    text-align: center;
    line-height: 13px; }
  .faq-title.active:before {
    content: '-';
    background: #E4E4E4; }
  .faq-title:hover {
    color: #fd5200; }
  .faq-title.active:hover {
    color: #666; }

.faq-content {
  display: none; }

.faq-ihateyoujquery {
  padding: 5px;
  border-bottom: 1px solid #E4E4E4; }

.main .branch-list, .main .child-list {
  *zoom: 1; }
  .main .branch-list:before, .main .branch-list:after, .main .child-list:before, .main .child-list:after {
    display: table;
    content: ''; }
  .main .branch-list:after, .main .child-list:after {
    clear: both; }
  .main .branch-list a, .main .child-list a {
    color: #fff; }
    @media (min-width: 767px) {
      .main .branch-list a, .main .child-list a {
        width: 48%;
        float: left; }
        .main .branch-list a:nth-child(2n+1), .main .child-list a:nth-child(2n+1) {
          margin-right: 2%; }
        .main .branch-list a:nth-child(2n), .main .child-list a:nth-child(2n) {
          margin-left: 2%; } }
    .main .branch-list a:hover, .main .child-list a:hover {
      color: #fff; }
      .main .branch-list a:hover span, .main .child-list a:hover span {
        opacity: 0.7; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  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; }
  .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("../img/../img/ajax-loader.gif") center center no-repeat; }

/* Icons */
/* 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%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -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: "whittles";
  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-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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: "whittles";
        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; }

.slider, .slide {
  position: relative;
  min-height: 320px;
  overflow: hidden; }
  @media (min-width: 767px) {
    .slider, .slide {
      min-height: 540px; } }

.slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

/*
   FOOTER
   ========================================================================== */
footer {
  background: #272727;
  color: #fff;
  padding: 40px 0; }

.copy {
  vertical-align: middle; }
  .copy img {
    display: block;
    vertical-align: middle;
    margin: 0 auto; }
    @media (min-width: 767px) {
      .copy img {
        display: inline-block;
        margin-right: 10px; } }

.footer-links {
  margin-top: 20px;
  padding: 0 20px; }
  @media (min-width: 767px) {
    .footer-links {
      padding: 0; } }
  .footer-links a {
    text-decoration: none;
    color: #999999;
    margin: 0 5px;
    display: inline-block; }
    .footer-links a:hover {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .footer-links a.login {
    color: #fd5200; }
    .footer-links a.login:hover {
      border-bottom: 1px solid rgba(71, 179, 255, 0.5); }

#branches {
  background: #fd5200;
  color: #fff;
  line-height: 28px;
  text-align: center;
  padding: 20px; }
  #branches a {
    text-decoration: none;
    margin: 0 8px; }
    #branches a:hover {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  @media (min-width: 767px) {
    #branches {
      padding: 20px 0;
      line-height: 44px; } }
  #branches h3 {
    display: block;
    margin: 0; }
    @media (min-width: 767px) {
      #branches h3 {
        display: inline-block; }
        #branches h3:after {
          content: '';
          width: 10px;
          height: 44px;
          margin: 0 10px;
          background: url(/assets/img/slashSprite.svg) no-repeat;
          background-position: 0 0;
          display: inline-block;
          vertical-align: middle; } }

/*
   FORMS
   ========================================================================== */
form {
  margin: 0;
  display: block; }

.contactForm {
  margin: 0 40px 20px; }

textarea[type="email"], textarea[type="number"], textarea[type="search"], textarea[type="submit"], textarea[type="text"], textarea[type="tel"], textarea[type="url"], textarea[type="password"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"] {
  width: 100%;
  padding: 11px 13px;
  color: #4A4A4A;
  font-family: "Helvetica Neue", "Helvetica-Neue", Helvetica, "Open Sans", Arial, sans-serif;
  font-size: 1.4rem;
  appearance: none;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  box-shadow: inset 0px 0px 4px rgba(0, 0, 0, 0.05);
  transition: 0.2s ease all; }

textarea::placeholder,
input::placeholder {
  color: #b0b0b0; }

input[type="submit"] {
  border: none;
  background: #fd5200;
  color: white;
  box-shadow: none;
  transition: all .2s ease;
  max-width: 200px;
  margin: 0 auto; }

textarea {
  min-height: 65px;
  padding: 6px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease all; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="submit"], input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus {
  border-color: #b1b1b1;
  outline: 0; }

textarea:focus,
select:focus {
  border-color: #b1b1b1;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem; }

fieldset {
  padding: 0;
  margin: 0;
  border-width: 0; }

input[type="checkbox"], input[type="radio"] {
  display: inline; }

label {
  font-size: 1.6rem; }
  label em {
    color: #fd5200; }

input[type="text"], input[type="email"], input[type="search"] {
  width: 100%; }

textarea {
  width: 100%;
  height: 70px;
  padding: 11px 13px;
  border: 1px solid #E4E4E4;
  font-family: "Helvetica Neue", "Helvetica-Neue", Helvetica, "Open Sans", Arial, sans-serif;
  font-size: 1.4rem;
  appearance: none;
  border-radius: 3px; }
  @media (767px) {
    textarea {
      width: 96%; } }

select {
  padding: 10px; }

#form .radio_checkbox_group_legend {
  font-weight: bold;
  margin: 0 0 8px 0; }

.form-group {
  padding: 0 20px 10px 0; }
  .form-group label {
    font-size: 1.5rem; }

.requstAProposal_suburb,
.requstAProposal_postcode,
.requstAProposal_givenNames,
.requstAProposal_surname,
.requstAProposal_email,
.requstAProposal_telephone,
.requstAProposal_residential,
.requstAProposal_commercial {
  width: 50%;
  float: left; }

.requstAProposal_numberOfLotsUnits,
.requstAProposal_numberOfBuildingLevels,
.requstAProposal_yearBuildingBuiltApprox {
  width: 33.3333333%;
  float: left; }
  .requstAProposal_numberOfLotsUnits label,
  .requstAProposal_numberOfBuildingLevels label,
  .requstAProposal_yearBuildingBuiltApprox label {
    font-size: 1.3rem; }

.radio_checkbox_group ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.radio_checkbox_group li {
  list-style: none;
  margin: 0 10px 0 0;
  padding: 0;
  display: inline-block; }
  .radio_checkbox_group li input {
    display: inline-block;
    cursor: pointer; }
  .radio_checkbox_group li label {
    display: inline-block;
    padding: 0 3px;
    cursor: pointer; }

.login-form {
  width: 100%;
  margin: 0 auto; }
  .login-form .form-group {
    padding-right: 0; }
  .login-form input[type="submit"] {
    width: 100%;
    display: block; }
  .login-form p {
    text-align: center; }
  .login-form h2 {
    font-size: 2.6rem;
    padding-top: 3px; }

#form {
  margin-bottom: 40px; }

/*
   HEADER
   ========================================================================== */
header.row {
  padding: 20px 0;
  margin: 0;
  position: relative;
  z-index: 2000;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3); }
  @media (min-width: 767px) {
    header.row {
      padding: 20px 0 0 0; } }

.logo {
  margin: 0 0 0 20px;
  width: 140px; }
  @media (min-width: 767px) {
    .logo {
      float: left;
      width: auto;
      height: 74px; } }

.nav-toggle {
  position: absolute;
  top: 20px;
  right: 20px; }
  @media (min-width: 767px) {
    .nav-toggle {
      display: none; } }
  .home .nav-toggle {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.3); }
    .home .nav-toggle:hover {
      background: transparent; }

nav {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 200ms ease all;
  position: absolute;
  background: #fff;
  top: 92px;
  width: 100%;
  z-index: 1000; }
  nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  nav:after {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    bottom: -40px;
    left: 0;
    border-top: 1px solid #999;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), transparent); }
  nav .secondary {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    background: #fff; }
    nav .secondary li {
      display: block;
      vertical-align: middle;
      margin: 0;
      line-height: 28px;
      padding: 0 0 0 2px;
      position: relative;
      border-bottom: 1px solid #E4E4E4; }
      nav .secondary li:last-child a {
        display: inline-block; }
    nav .secondary a {
      padding: 10px 20px;
      vertical-align: middle;
      text-decoration: none;
      color: #333;
      display: block; }
      nav .secondary a:hover {
        text-decoration: underline;
        color: #000; }
        nav .secondary a:hover i {
          color: #000; }
      nav .secondary a.cancel {
        color: #fd5200;
        text-decoration: underline;
        padding: 0; }
    nav .secondary i {
      color: #666;
      padding: 0 3px 0 0;
      display: inline-block;
      font-size: 1.6rem;
      line-height: 26px;
      vertical-align: top; }
    nav .secondary li:last-child i {
      padding: 0; }
  nav .primary {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #E4E4E4; }
    nav .primary > li {
      display: block;
      font-size: 1.8rem;
      position: relative;
      border-bottom: 1px solid #E4E4E4;
      margin: 0; }
      nav .primary > li > a {
        text-decoration: none;
        font-family: "acumin-pro-condensed", sans-serif;
        display: inline-block;
        padding: 0px 20px;
        height: 48px;
        line-height: 48px; }
      nav .primary > li > .show-children {
        display: inline-block;
        color: #666;
        font-size: 1.3rem;
        z-index: 15;
        border-left: 1px solid #E4E4E4;
        position: absolute;
        top: 0;
        right: 0;
        width: 44px;
        height: 48px;
        line-height: 47px;
        text-align: center;
        background: #f1f1f1; }
        nav .primary > li > .show-children > i {
          position: absolute;
          left: 12px;
          top: 0;
          transform: rotate(0deg);
          transition: 200ms ease all; }
        nav .primary > li > .show-children.active i {
          transform: rotate(180deg); }
    nav .primary > li > ul {
      display: block;
      background: white;
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 1.4rem;
      z-index: 9;
      border-top: 1px solid #E4E4E4;
      background: #f1f1f1; }
      nav .primary > li > ul > li {
        margin: 0;
        display: block;
        padding: 0; }
        nav .primary > li > ul > li > ul {
          list-style: none;
          margin: 0;
          padding: 0;
          border-bottom: 1px solid #E4E4E4; }
          nav .primary > li > ul > li > ul > li {
            margin: 0; }
          nav .primary > li > ul > li > ul > li > a {
            padding-left: 40px; }
      nav .primary > li > ul a {
        display: block;
        border-bottom: 1px solid #E4E4E4;
        margin: 0;
        padding: 10px 20px;
        text-decoration: none;
        position: relative; }
    nav .primary > li > ul {
      display: none;
      position: relative; }
      nav .primary > li > ul li:last-child > a {
        border-bottom: none; }
    nav .primary > li > a {
      position: relative;
      z-index: 15; }

@media (min-width: 767px) {
  nav {
    position: relative;
    background: transparent;
    top: auto;
    width: auto;
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
    nav:after {
      display: none; }
    nav .secondary {
      position: absolute;
      right: 0;
      background: transparent; }
      nav .secondary li {
        display: inline-block;
        border: none; }
        nav .secondary li:after {
          line-height: 28px;
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 8px;
          height: 28px;
          background: url(../img/slashSprite.svg) -60px 0 no-repeat; }
        nav .secondary li:last-child:after {
          display: none; }
        nav .secondary li a {
          padding: 0 8px 0 0;
          display: inline-block;
          color: #999999; }
          nav .secondary li a:hover {
            color: #444; }
            nav .secondary li a:hover i {
              color: #444; }
        nav .secondary li i {
          color: #c3c3c3; }
    nav .primary {
      border-top: 1px solid #EBEBEB;
      float: right;
      margin-top: 36px;
      padding-bottom: 8px; }
      nav .primary > li {
        display: inline-block;
        border: none;
        padding: 0 3px; }
        nav .primary > li > a {
          font-size: 1.3rem;
          padding: 10px 0px;
          height: auto;
          line-height: 1.5em; }
        nav .primary > li > .show-children {
          position: relative;
          line-height: inherit;
          width: auto;
          height: auto;
          background: transparent;
          border: none; }
          nav .primary > li > .show-children > i {
            position: static; }
        nav .primary > li > ul {
          background: white;
          display: block;
          border: 1px solid #ccc;
          border-radius: 0 3px 3px 3px;
          overflow: visible;
          position: absolute;
          opacity: 0;
          top: 38px;
          margin-left: -7px;
          width: 270px;
          visibility: hidden;
          transition: 200ms ease all;
          transform: translateY(-10px); }
          nav .primary > li > ul > li {
            position: relative; }
            nav .primary > li > ul > li > ul {
              display: block;
              background: #ebebeb;
              position: absolute;
              left: 268px;
              width: 240px;
              top: -1px;
              border-radius: 0 3px 3px 3px;
              transition: 200ms ease all;
              transform: translateX(-10px);
              opacity: 0;
              visibility: hidden;
              border: 1px solid #ccc;
              overflow: hidden; }
              nav .primary > li > ul > li > ul > li {
                background: none; }
              nav .primary > li > ul > li > ul > li > a {
                padding-left: 35px;
                border-color: #ccc; }
                nav .primary > li > ul > li > ul > li > a:hover {
                  background: #E4E4E4; }
            nav .primary > li > ul > li:hover > ul {
              opacity: 1;
              visibility: visible;
              transform: translateX(0px); }
        nav .primary > li ul a {
          padding-left: 35px; }
        nav .primary > li ul a:before {
          font-family: "whittles";
          font-style: normal;
          font-weight: normal;
          speak: none;
          display: inline-block;
          text-decoration: inherit;
          width: 1em;
          margin-right: .2em;
          text-align: center;
          /* opacity: .8; */
          /* For safety - reset parent styles, that can break glyph codes*/
          font-variant: normal;
          text-transform: none;
          /* fix buttons height, for twitter bootstrap */
          line-height: 1em;
          /* Animation center compensation - margins should be symmetric */
          /* remove if not needed */
          margin-left: .2em;
          /* you can be more comfortable with increased icons size */
          /* font-size: 120%; */
          /* Font smoothing. That was taken from TWBS */
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          /* Uncomment for 3D effect */
          /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
          content: '\e801';
          margin-left: 0;
          margin-right: 5px;
          color: rgba(0, 0, 0, 0.3);
          font-size: 1.1rem;
          position: absolute;
          left: 20px;
          top: 15px; }
        nav .primary > li:hover:after {
          opacity: 1;
          transform: translateY(0px); }
        nav .primary > li:hover > ul {
          opacity: 1;
          visibility: visible;
          transform: translateY(0px); }
          nav .primary > li:hover > ul > li:hover {
            background: #ebebeb; }
        nav .primary > li:last-child > ul {
          right: -4px;
          border-radius: 3px 0px 3px 3px; }
          nav .primary > li:last-child > ul > li > ul {
            right: auto;
            left: -240px;
            transform: translateX(10px);
            border-radius: 3px; }
          nav .primary > li:last-child > ul > li:hover > ul {
            transform: translateX(0px); }
        nav .primary > li:after {
          content: '';
          opacity: 0;
          position: absolute;
          top: -4px;
          left: -4px;
          bottom: 0px;
          right: -4px;
          border: 1px solid #ccc;
          border-bottom: 1px solid white;
          background: #fff;
          z-index: 10;
          border-radius: 3px 3px 0 0;
          transition: 200ms ease all;
          transform: translateY(5px); } }

@media (min-width: 960px) {
  nav .primary > li {
    padding: 0 5px; }
    nav .primary > li > a {
      font-size: 1.8rem;
      padding: 10px 4px; }
    nav .primary > li > ul {
      top: 46px;
      margin-left: -9px; } }

.search-box {
  position: absolute;
  background: #fff;
  z-index: 200;
  width: 200px;
  padding: 20px;
  left: 50%;
  margin-left: -100px;
  border: 1px solid #E4E4E4;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: 200ms ease all; }
  .search-box.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); }
  .search-box a {
    color: #fd5200; }
  .search-box input[type="submit"] {
    margin: 0; }
  .search-box p {
    margin: 0; }

.home nav .secondary .email-box a {
  color: #4A4A4A; }
  .home nav .secondary .email-box a:hover {
    color: #4A4A4A; }

nav .secondary .email-box {
  transition: 200ms ease all;
  display: none; }
  nav .secondary .email-box.active {
    display: block; }
  nav .secondary .email-box a {
    color: #4A4A4A;
    padding: 5px 20px;
    border-top: 1px solid #E4E4E4;
    border-right: 1px solid #E4E4E4;
    width: 50%;
    display: inline-block; }
    nav .secondary .email-box a:hover {
      background: #f1f1f1;
      text-decoration: none; }
  @media (min-width: 767px) {
    nav .secondary .email-box {
      display: block;
      position: absolute;
      background: #fff;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
      margin-left: -100px;
      z-index: 1000;
      transform: translateY(-10px);
      left: 50%;
      top: 27px;
      width: 200px;
      border: 1px solid #E4E4E4;
      border-radius: 3px;
      opacity: 0;
      visibility: hidden; }
      nav .secondary .email-box a {
        color: #4A4A4A;
        display: block;
        border: none;
        border-bottom: 1px solid #E4E4E4;
        width: 100%; }
      nav .secondary .email-box.active {
        opacity: 1;
        visibility: visible;
        transform: translateY(0px); } }

@media (min-width: 767px) {
  .email-open:hover .email-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px); } }

#breadcrumbs {
  padding: 20px 0;
  background: #F5F5F5;
  border-bottom: 1px solid #E4E4E4;
  border-top: 1px solid #E4E4E4; }

.breadcumbs {
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%; }
  .breadcumbs a {
    color: #fd5200;
    display: inline-block;
    padding: 0; }
    .breadcumbs a:after {
      font-family: "whittles";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      /* opacity: .8; */
      /* For safety - reset parent styles, that can break glyph codes*/
      font-variant: normal;
      text-transform: none;
      /* fix buttons height, for twitter bootstrap */
      line-height: 1em;
      /* Animation center compensation - margins should be symmetric */
      /* remove if not needed */
      margin-left: .2em;
      /* you can be more comfortable with increased icons size */
      /* font-size: 120%; */
      /* Font smoothing. That was taken from TWBS */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      /* Uncomment for 3D effect */
      /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
      content: '\e801';
      text-decoration: none;
      margin-right: 0;
      color: #999999;
      font-size: 1.2rem;
      margin-left: 5px; }
  .breadcumbs a.current {
    text-decoration: none;
    color: #4A4A4A;
    font-weight: bold; }
    .breadcumbs a.current:after {
      content: ''; }

.home header {
  background: #273768; }

@media (min-width: 767px) {
  .home header {
    color: white; }
  .home nav .secondary li:after {
    background-position: -130px 0; }
  .home nav .secondary a {
    color: rgba(255, 255, 255, 0.75); }
    .home nav .secondary a i {
      color: rgba(255, 255, 255, 0.5); }
    .home nav .secondary a:hover {
      color: rgba(255, 255, 255, 0.9); }
      .home nav .secondary a:hover i {
        color: white; }
  .home nav .search-box {
    color: #222; }
    .home nav .search-box a {
      color: #fd5200; }
      .home nav .search-box a:hover {
        color: #4A4A4A; }
  .home nav .primary {
    border-top-color: rgba(255, 255, 255, 0.5); }
    .home nav .primary a {
      color: #fff; }
    .home nav .primary li:hover a {
      color: #222; } }

/*
   HOME
   ========================================================================== */
.home header {
  border-bottom: 6px solid #fff; }

.home #banner {
  position: relative;
  min-height: 320px; }
  .home #banner .row-inner {
    min-height: 320px; }
  .home #banner:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
    z-index: 50; }
  @media (min-width: 767px) {
    .home #banner {
      min-height: 540px; }
      .home #banner .row-inner {
        min-height: 540px; }
      .home #banner:after {
        height: 40%; } }

.home .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.intro {
  color: #fff;
  font-family: "acumin-pro-condensed", sans-serif;
  width: 100%;
  position: absolute;
  bottom: 40px;
  z-index: 100;
  padding: 0 20px;
  font-size: 1.4rem; }
  @media (min-width: 767px) {
    .intro {
      max-width: 640px;
      padding: 0 0 0 40px;
      font-size: 1.6rem; }
      .intro:before {
        content: '';
        background: url(../img/slashSprite.svg) -90px 0 no-repeat;
        width: 20px;
        height: 87px;
        position: absolute;
        left: 5px;
        top: 6px; } }

.home-box {
  text-align: center;
  position: relative;
  display: inline;
  float: left;
  padding: 0 20px;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #E4E4E4; }
  .home-box:last-child {
    border-bottom: none; }
  @media (min-width: 767px) {
    .home-box {
      position: relative;
      display: inline;
      float: left;
      padding: 0 20px;
      width: 25%;
      margin-bottom: 0;
      border-bottom: none; } }
  .home-box img {
    height: 80px;
    margin: 0 auto 20px auto; }
  .home-box h3 {
    line-height: 1.2em; }
  .home-box p {
    color: #999999;
    font-size: 1.2rem; }

#award {
  padding: 20px;
  color: white;
  background: url(../img/stripesPattern.png) 0 0; }

/* VENDOR */
