@charset "UTF-8";
/*-------------------------------------- Import Files ---------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ---------- RESET ---------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

input {
  margin: 0;
  padding: 0; }

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

body {
  line-height: 100%; }

blockquote,
q {
  quotes: none; }

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul,
ol,
li {
  list-style-type: none; }

input,
textarea {
  outline: none; }

strong {
  font-weight: bold; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.fr {
  float: right; }

.fl {
  float: left; }

.cb {
  clear: both; }

/***********************************************************************************/
/* CSS Variables */
/***********************************************************************************/
/***********************************************************************************/
/* Screen Sizes */
/***********************************************************************************/
/***********************************************************************************/
/* Mixins */
/***********************************************************************************/
/***********************************************************************************/
/* All Typeography */
/***********************************************************************************/
body {
  font-size: 18px;
  line-height: 1.75em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: black;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5em; }

h1 {
  font-size: 2.375em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1f80aa;
  line-height: 1em;
  -webkit-font-smoothing: antialiased; }

h2 {
  font-size: 2em;
  color: #999999;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased; }

h3 {
  font-size: 1.75em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #999999;
  -webkit-font-smoothing: antialiased; }

h4 {
  font-size: 1.5em;
  color: #1f80aa;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

h5 {
  font-size: 1.375em;
  color: #999999;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased; }

h6, h7, h8 {
  font-size: 1.25em;
  color: #999999;
  -webkit-font-smoothing: antialiased; }

p {
  margin: 1.75em 0 0 0; }

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

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.75em; }

  h3 {
    font-size: 1.5em; }

  h4 {
    font-size: 1.25em; }

  h5, h6 {
    font-size: 1.125em; } }
@media screen and (max-width: 667px) {
  h1 {
    font-size: 2em; }

  h2 {
    font-size: 1.75em; }

  h3 {
    font-size: 1.5em; }

  h4 {
    font-size: 1.25em; }

  h5, h6 {
    font-size: 1.125em; } }
@media screen and (max-width: 568px) {
  h1 {
    font-size: 1.75em; }

  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1.25em; }

  h4 {
    font-size: 1.125em; }

  h5, h6 {
    font-size: 1em; }

  p {
    font-size: 1em; } }
@media screen and (max-width: 375px) {
  h1 {
    font-size: 1.75em; }

  h2 {
    font-size: 1.5em; }

  h3 {
    font-size: 1.25em; }

  h4 {
    font-size: 1.125em; }

  h5, h6 {
    font-size: 1em; }

  p {
    font-size: 1em; } }
/***********************************************************************************/
/* Column Code */
/***********************************************************************************/
.span_12 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 100%; }
  .span_12:last-child {
    margin-right: 0; }

.span_11 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 91.48936%; }
  .span_11:last-child {
    margin-right: 0; }

.span_10 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 82.97872%; }
  .span_10:last-child {
    margin-right: 0; }

.span_9 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 74.46809%; }
  .span_9:last-child {
    margin-right: 0; }

.span_8 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 65.95745%; }
  .span_8:last-child {
    margin-right: 0; }

.span_7 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 57.44681%; }
  .span_7:last-child {
    margin-right: 0; }

.span_6 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 48.93617%; }
  .span_6:last-child {
    margin-right: 0; }

.span_5 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 40.42553%; }
  .span_5:last-child {
    margin-right: 0; }

.span_4 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 31.91489%; }
  .span_4:last-child {
    margin-right: 0; }

.span_3 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 23.40426%; }
  .span_3:last-child {
    margin-right: 0; }

.span_2 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 14.89362%; }
  .span_2:last-child {
    margin-right: 0; }

.span_1 {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 6.38298%; }
  .span_1:last-child {
    margin-right: 0; }

.shift_1 {
  margin-left: 8.51064%; }

.shift_2 {
  margin-left: 17.02128%; }

.shift_3 {
  margin-left: 25.53191%; }

.shift_4 {
  margin-left: 34.04255%; }

.shift_5 {
  margin-left: 42.55319%; }

.shift_6 {
  margin-left: 51.06383%; }

.shift_7 {
  margin-left: 400%; }

.shift_8 {
  margin-left: 68.08511%; }

.shift_9 {
  margin-left: 76.59574%; }

.shift_10 {
  margin-left: 85.10638%; }

.shift_11 {
  margin-left: 93.61702%; }

.shift_12 {
  margin-left: 102.12766%; }

.omega, .last {
  margin-right: 0; }

/***********************************************************************************/
/* Mobile Columns */
/***********************************************************************************/
@media screen and (max-width: 568px) {
  *[class*='span'], *[class^=' span'] {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-right: 0; }
    *[class*='span']:last-child, *[class^=' span']:last-child {
      margin-right: 0; }

  *[class*='shift'], *[class^=' shift'] {
    margin-left: 0; } }
/***********************************************************************************/
/* No Scroll - Disable Google Maps Mouse Scroll Wheel */
/***********************************************************************************/
.google-maps {
  position: relative;
  height: 404px !important;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 404px !important; }

.scrolloff {
  pointer-events: none; }

/***********************************************************************************/
/* Parallax Elements https://www.w3schools.com/howto/howto_css_parallax.asp */
/***********************************************************************************/
/*-------------------------------------- Home Page ---------------------------------------*/
.bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
  position: relative;
  /*opacity: 0.65;*/
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

.bgimg-1 {
  background-image: url("../images/bgs/greystone_antiques_store.jpg");
  min-height: 600px; }

/*-------------------------------------- About Page ---------------------------------------*/
.bgimg-2 {
  background-image: url("../images/bgs/greystone_antiques_store.jpg");
  min-height: 450px;
  background-position: center -150px; }

/*-------------------------------------- Repairs and Restoration Page ---------------------------------------*/
.bgimg-3 {
  background-image: url("../images/bgs/bg_restoration.jpg");
  min-height: 450px;
  background-position: center center; }

.bgimg-10 {
  background-image: url("../images/bgs/bg_restoration2.jpg");
  min-height: 450px;
  background-position: center center; }

/*-------------------------------------- Custom Designs Page ---------------------------------------*/
.bgimg-4 {
  background-image: url("../images/bgs/bg_custom-kitchen.jpg");
  min-height: 450px;
  background-position: center center; }

.bgimg-9 {
  background-image: url("../images/bgs/bg_custom-hood.jpg");
  min-height: 450px;
  background-position: center center; }

/*-------------------------------------- Furniture & Accesories Page ---------------------------------------*/
.bgimg-5 {
  background-image: url("../images/bgs/bg_inlay_table.jpg");
  min-height: 450px;
  background-position: top center; }

/*-------------------------------------- Buy & Sale Page ---------------------------------------*/
.bgimg-6 {
  background-image: url("../images/bgs/bg_desk2.jpg");
  min-height: 450px;
  background-position: center center; }

/*-------------------------------------- Farm Table ---------------------------------------*/
.bgimg-7 {
  background-image: url("../images/bgs/bg_farm-table.jpg");
  min-height: 450px;
  background-position: center -220px; }

/*-------------------------------------- Contact Us ---------------------------------------*/
.bgimg-8 {
  background-image: url("../images/bgs/bg_flag-table.jpg");
  min-height: 450px;
  background-position: center center; }

/*-------------------------------------- Captions ---------------------------------------*/
.caption {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000; }

.caption span.border {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: 8px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 20px 30px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

.caption2 {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000; }
  .caption2 a.tel {
    text-decoration: none;
    color: white; }
    .caption2 a.tel a:hover {
      text-decoration: none;
      /*Transition*/
      -webkit-transition: All 0.5s ease;
      -moz-transition: All 0.5s ease;
      -o-transition: All 0.5s ease;
      -ms-transition: All 0.5s ease;
      transition: All 0.5s ease; }

.caption2 span.border {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25em;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0.75);
  color: white;
  padding: 20px 30px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px; }

/*-------------------------------------- Mobile Off ---------------------------------------*/
/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
    background-attachment: scroll; }

  .bgimg-4, .bgimg-5, .bgimg-6 {
    background-position: center -100px; } }
/*-------------------------------------- Mobile Views ---------------------------------------*/
@media screen and (max-width: 812px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
    min-height: 400px;
    background-position: top center; } }
@media screen and (max-width: 768px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
    min-height: 430px;
    background-position: center;
    background-size: 800px 450px; } }
@media screen and (max-width: 736px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
    min-height: 320px;
    background-position: top center;
    background-size: 800px 450px; } }
@media screen and (max-width: 667px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
    min-height: 280px;
    background-position: top center;
    background-size: 700px 394px; } }
@media screen and (max-width: 568px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
    min-height: 225px;
    background-position: top center;
    background-size: 600px 338px; } }
@media screen and (max-width: 414px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
    min-height: 480px;
    background-position: top center;
    background-size: 1000px 563px; }

  .caption2 span.border {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875em !important;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; } }
@media screen and (max-width: 375px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
    min-height: 380px;
    background-position: top center;
    background-size: 700px 394px; }

  .caption span.border {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125em !important;
    letter-spacing: 2px !important;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }

  .caption2 span.border {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875em !important;
    letter-spacing: 2px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; } }
@media screen and (max-width: 320px) {
  .bgimg-1, .bgimg-2, .bgimg-3, .bgimg-4, .bgimg-5, .bgimg-6, .bgimg-7, .bgimg-8, .bgimg-9, .bgimg-10 {
    min-height: 340px;
    background-position: center -50px; }

  .caption2 span.border {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.875em !important;
    letter-spacing: 0px;
    background-color: rgba(0, 0, 0, 0.75);
    color: white;
    padding: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; } }
/***********************************************************************************/
/* CSS Flexslider HTML Items */
/***********************************************************************************/
/*
 * jQuery FlexSlider v2.4.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 * 
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("flexslider/fonts/flexslider-icon.eot");
  src: url("flexslider/fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("flexslider/fonts/flexslider-icon.woff") format("woff"), url("flexslider/fonts/flexslider-icon.ttf") format("truetype"), url("flexslider/fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 0px;
  /*  Added to collapse directional nav  */ }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block;
  bottom: 120px;
  /***** Added to adjust image postion *****/ }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * HOME THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 auto;
  padding: 0;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  position: relative; }

.flexslider .slides img.feature1 {
  bottom: 250px; }

.flexslider .slides img.feature2 {
  bottom: 200px; }

.flexslider .slides img.feature3 {
  bottom: 250px; }

.flexslider .slides img.feature4 {
  bottom: 0; }

.flexslider .slides img.feature5 {
  bottom: 225px; }

.flexslider .slides img.sm_feature1 {
  bottom: 0; }

.flexslider .slides img.sm_feature2 {
  bottom: 0; }

.flexslider .slides img.sm_feature3 {
  bottom: 0; }

.flexslider .slides img.sm_feature4 {
  bottom: 0; }

.flexslider .slides img.sm_feature5 {
  bottom: 0; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 50px;
  /*  Changed for positioning  */
  height: 50px;
  /*  Changed for positioning  */
  margin: 240px 0;
  /*  Changed for positioning  */
  position: absolute;
  top: 50%;
  /*  Changed for positioning  */
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 35px;
  /*  changed from 40px  */
  height: 50px;
  /*  Added for positioning  */
  position: relative;
  /*  Added for positioning  */
  top: 10px;
  /*  Added for positioning  */
  padding: 8px 0;
  /*  Added for positioning  */
  display: inline-block;
  content: '\f001';
  color: #FFF;
  /*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);*/ }

.flex-direction-nav a.flex-next:before {
  content: '\f002'; }

.flex-direction-nav .flex-prev {
  left: 0px; }

.flex-direction-nav .flex-next {
  right: 0px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a .flex-play:before {
  content: '\f003'; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
  border: solid thin green; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.9); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * CAPTIONS AND BUTTONS
 * ====================================================================================================================*/
.slides .flex-caption-one {
  font-size: 2.125em;
  line-height: 1.25em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 390px;
  width: 100%;
  padding: 0.75em;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

.slides .flex-caption-top {
  font-size: 1.875em;
  line-height: 1.25em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 0px;
  width: 100%;
  padding: 0.75em;
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

.slides .flex-caption-bottom {
  font-size: 1.875em;
  line-height: 1.25em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 250px;
  width: 100%;
  padding: 0.75em;
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

.slides .flex-caption-two {
  font-size: 2.25em;
  line-height: 1.25em;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 0.5em;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

.slides .flex-btn1 {
  position: absolute;
  top: 460px;
  right: 250px;
  text-align: center;
  margin: 20px 0 0 0; }

.slides .flex-btn2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.4375em;
  display: inline-block;
  line-height: 1.25em;
  text-align: left;
  margin-top: 1em;
  -webkit-text-shadow: none;
  -moz-text-shadow: none;
  text-shadow: none; }

/* ====================================================================================================================
 * RESPONSIVE  GO TO _small-screen.scss
 * ====================================================================================================================*/
@media screen and (max-width: 1024px) {
  .flexslider .slides img {
    position: relative; }

  .flexslider .slides img.feature1 {
    bottom: 170px; }

  .flexslider .slides img.feature2 {
    bottom: 85px; }

  .flexslider .slides img.feature3 {
    bottom: 125px; }

  .flexslider .slides img.feature4 {
    bottom: 0; }

  .flexslider .slides img.feature5 {
    bottom: 175px; } }
@media screen and (max-width: 812px) {
  .flexslider .slides img {
    position: relative; }

  .flexslider .slides img.feature1 {
    bottom: 130px; }

  .flexslider .slides img.feature2 {
    bottom: 65px; }

  .flexslider .slides img.feature3 {
    bottom: 75px; }

  .flexslider .slides img.feature4 {
    bottom: 0; }

  .flexslider .slides img.feature5 {
    bottom: 125px; }

  .slides .flex-caption-one {
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    top: 150px;
    left: 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-top {
    font-size: 1.5em; }

  .slides .flex-caption-bottom {
    font-size: 1.5em;
    top: 140px; } }
@media screen and (max-width: 768px) {
  .flexslider .slides img {
    position: relative; }

  .flexslider .slides img.feature1 {
    bottom: 130px; }

  .flexslider .slides img.feature2 {
    bottom: 45px; }

  .flexslider .slides img.feature3 {
    bottom: 80px; }

  .flexslider .slides img.feature4 {
    bottom: 0; }

  .flexslider .slides img.feature5 {
    bottom: 135px; }

  .slides .flex-caption-one {
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    top: 300px;
    left: 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-top {
    font-size: 1.5em; }

  .slides .flex-caption-bottom {
    font-size: 1.5em;
    top: 190px; } }
/* ====================================================================================================================*/
@media screen and (max-width: 736px) {
  .flexslider .slides img {
    position: relative; }

  .flexslider .slides img.feature1 {
    bottom: 130px; }

  .flexslider .slides img.feature2 {
    bottom: 65px; }

  .flexslider .slides img.feature3 {
    bottom: 75px; }

  .flexslider .slides img.feature4 {
    bottom: 0; }

  .flexslider .slides img.feature5 {
    bottom: 125px; }

  .slides .flex-caption-one {
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    top: 150px;
    left: 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/* ====================================================================================================================*/
@media screen and (max-width: 667px) {
  .flexslider .slides img {
    position: relative;
    bottom: 0; }

  .flexslider .slides img.feature1 {
    bottom: 0; }

  .flexslider .slides img.feature2 {
    bottom: 0; }

  .flexslider .slides img.feature3 {
    bottom: 0; }

  .flexslider .slides img.feature4 {
    bottom: 0; }

  .flexslider .slides img.feature5 {
    bottom: 0; }

  .slides .flex-caption-one {
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    top: 242px;
    left: 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); }

  .slides .flex-caption-top {
    font-size: 1.25em; } }
/* ====================================================================================================================*/
@media screen and (max-width: 568px) {
  .slides .flex-caption-one {
    font-size: 1.5em;
    line-height: 1.25em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF;
    position: absolute;
    top: 262px;
    left: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9); } }
/* ====================================================================================================================*/
@media screen and (max-width: 414px) {
  .flexslider .slides img {
    position: relative;
    bottom: 0; }

  .flexslider .slides img.feature1 {
    bottom: 0; }

  .flexslider .slides img.feature2 {
    bottom: 0; }

  .flexslider .slides img.feature3 {
    bottom: 0; }

  .flexslider .slides img.feature4 {
    bottom: 0; }

  .flexslider .slides img.feature5 {
    bottom: 0; }

  .slides .flex-caption-one {
    font-size: 1.75em;
    line-height: 1.25em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    width: 414px;
    height: 277px;
    padding-top: 100px;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/* ====================================================================================================================*/
@media screen and (max-width: 375px) {
  .flexslider .slides img {
    position: relative;
    bottom: 0; }

  .flexslider .slides img.feature1 {
    bottom: 0; }

  .flexslider .slides img.feature2 {
    bottom: 0; }

  .flexslider .slides img.feature3 {
    bottom: 0; }

  .flexslider .slides img.feature4 {
    bottom: 0; }

  .flexslider .slides img.feature5 {
    bottom: 0; }

  .slides .flex-caption-one {
    font-size: 1.625em;
    line-height: 1.25em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    width: 375px;
    height: 250px;
    padding-top: 100px;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/* ====================================================================================================================*/
@media screen and (max-width: 320px) {
  .flexslider .slides img {
    position: relative;
    bottom: 0; }

  .flexslider .slides img.feature1 {
    bottom: 0; }

  .flexslider .slides img.feature2 {
    bottom: 0; }

  .flexslider .slides img.feature3 {
    bottom: 0; }

  .flexslider .slides img.feature4 {
    bottom: 0; }

  .flexslider .slides img.feature5 {
    bottom: 0; }

  .slides .flex-caption-one {
    font-size: 1.625em;
    line-height: 1.25em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    color: #FFF;
    width: 320px;
    height: 210px;
    padding-top: 50px;
    position: absolute;
    top: 0px;
    left: 0;
    margin: 0 0 0 0;
    -webkit-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    -moz-text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9);
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.9); } }
/***********************************************************************************/
/* No Scroll - Disable Google Maps Mouse Scroll Wheel */
/***********************************************************************************/
.google-maps {
  position: relative;
  height: 404px !important;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 404px !important; }

.scrolloff {
  pointer-events: none; }

/***********************************************************************************/
/* CSS for background video
/***********************************************************************************/
/*-------------------------------------- Pause button fade ---------------------------------------*/
.stopfade {
  opacity: .5; }

/*-------------------------------------- Second Try ---------------------------------------*/
.hero-module {
  border-right: none;
  border-left: none;
  position: relative; }

.hero-mobile {
  display: none; }

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden; }

.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute; }

.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%; }

.video-container .title-container {
  z-index: 1000;
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  color: #fff; }

.video-container .description .inner {
  font-size: 1em;
  width: 45%;
  margin: 0 auto; }

.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
  transition: 1s opacity;
  /* for pause button fade */ }

.video-container video.fillWidth {
  width: 100%; }

/*-------------------------------------- Deal with Mobile ---------------------------------------*/
@media screen and (max-width: 961px) {
  .hero-module {
    display: none; }

  .hero-mobile {
    display: block;
    background-image: url("../images/bgs/bg-nwd-gotrocks.jpg");
    min-height: 600px;
    position: relative;
    background-attachment: fixed;
    background-position: center -125px;
    background-repeat: no-repeat;
    background-size: cover; } }
/*-------------------------------------- Global Styles ---------------------------------------*/
.mobile_only {
  display: none; }

.small_portrait_only {
  display: none; }

.navContain {
  display: none; }

p {
  margin-top: 0;
  margin-bottom: 1em; }

img {
  width: 100%; }

strong, b {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 700; }

em {
  font-style: italic; }

a {
  color: #1f80aa;
  text-decoration: underline;
  transition: color 0.25s ease; }
  a:hover {
    color: #999999;
    text-decoration: underline; }

hr {
  height: 1px;
  width: 100%;
  display: block;
  margin: 1em 0;
  padding: 0;
  border: none;
  background: #cccccc; }

.content {
  padding-top: 1em;
  padding-bottom: 1em; }

.list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.list li {
  padding-left: 1.5em;
  line-height: 1.5em;
  font-size: 0.875em; }
.list li::before {
  content: "• "; }

.list2 ul {
  list-style: none;
  padding-left: 1.5em;
  margin: 0; }
.list2 li {
  list-style: disc;
  padding-left: 1.5em;
  line-height: 1.5em; }

.side_padding {
  padding-right: 1em;
  padding-left: 1em; }

.bg_white {
  background: white; }

.bg_black {
  background: black;
  color: #cccccc; }
  .bg_black h1, .bg_black h2, .bg_black h3, .bg_black h4, .bg_black h5, .bg_black h6 {
    color: #cccccc; }

.bg_dark_gray {
  background: #222222;
  color: #cccccc; }
  .bg_dark_gray h1, .bg_dark_gray h2, .bg_dark_gray h3, .bg_dark_gray h4, .bg_dark_gray h5, .bg_dark_gray h6 {
    color: #cccccc; }

.bg_blue {
  background: #1f80aa;
  color: white; }
  .bg_blue h1, .bg_blue h2, .bg_blue h3, .bg_blue h4, .bg_blue h5, .bg_blue h6 {
    color: white; }
  .bg_blue a {
    color: white;
    text-decoration: underline;
    transition: color 0.25s ease; }
    .bg_blue a:hover {
      color: #cccccc;
      text-decoration: underline; }
  .bg_blue a.tel {
    text-decoration: none;
    color: white; }
    .bg_blue a.tel a:hover {
      text-decoration: none;
      color: white; }
  .bg_blue .chevron_down {
    font-size: 3.5em;
    color: white;
    margin-bottom: .5em; }

.bg_gray {
  background: #f2f2f2; }

.bg_none {
  background: transparent; }

.right {
  text-align: right; }

a.tel {
  text-decoration: none; }
  a.tel a:hover {
    text-decoration: none;
    /*Transition*/
    -webkit-transition: All 0.5s ease;
    -moz-transition: All 0.5s ease;
    -o-transition: All 0.5s ease;
    -ms-transition: All 0.5s ease;
    transition: All 0.5s ease; }

.img_border {
  border: solid 2px white; }

.chevron_down {
  font-size: 3.5em;
  color: #1f80aa; }

.btm_10 {
  margin-bottom: 10px; }

/*-------------------------------------- Structure ---------------------------------------*/
body {
  background: #222222; }

.body_wrapper {
  background: transparent; }

.inside-960 {
  width: 960px;
  margin: 0 auto;
  zoom: 1;
  position: relative; }
  .inside-960:before, .inside-960:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .inside-960:after {
    clear: both; }

.inside-800 {
  width: 800px;
  margin: 0 auto;
  zoom: 1;
  position: relative; }
  .inside-800:before, .inside-800:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .inside-800:after {
    clear: both; }

.custom_services {
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 48.93617%;
  margin-left: 25.53191%; }
  .custom_services:last-child {
    margin-right: 0; }

/*-------------------------------------- Header ---------------------------------------*/
header.masthead {
  padding: 0;
  position: relative;
  display: block;
  float: left;
  margin-right: 2.12766%;
  width: 100%;
  background: #222222;
  zoom: 1; }
  header.masthead:last-child {
    margin-right: 0; }
  header.masthead:before, header.masthead:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  header.masthead:after {
    clear: both; }
  header.masthead a.tel {
    text-decoration: none;
    color: #999999; }
    header.masthead a.tel a:hover {
      text-decoration: none;
      color: #999999; }
  header.masthead .inside-960 {
    padding: 0; }
  header.masthead .logo {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 31.91489%; }
    header.masthead .logo:last-child {
      margin-right: 0; }
    header.masthead .logo a {
      display: block;
      width: 260px;
      height: 80px;
      background: url("../images/logo-greystone.png") 0 0 no-repeat;
      text-indent: -999em; }
      header.masthead .logo a:hover {
        background-position: 0 -80px; }
  header.masthead .infoBox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-right: 0;
    text-align: right;
    padding-top: 0.5em;
    color: #999999; }
    header.masthead .infoBox:last-child {
      margin-right: 0; }
    header.masthead .infoBox h5 {
      margin: 0; }
    header.masthead .infoBox p {
      font-size: 0.875em;
      margin: 0;
      padding: 0; }
  header.masthead .mainNavContain {
    width: 100%;
    background: black; }
  header.masthead .mainNav {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-right: 0;
    margin-top: 0px;
    /* determines header height */
    height: 40px; }
    header.masthead .mainNav:last-child {
      margin-right: 0; }
    header.masthead .mainNav ul {
      zoom: 1;
      position: absolute;
      left: 0;
      padding: 0;
      background: black; }
      header.masthead .mainNav ul:before, header.masthead .mainNav ul:after {
        content: "\0020";
        display: block;
        height: 0;
        overflow: hidden; }
      header.masthead .mainNav ul:after {
        clear: both; }
      header.masthead .mainNav ul li {
        position: relative;
        display: inline-block;
        padding-top: .25em;
        padding-bottom: .25em; }
        header.masthead .mainNav ul li a {
          display: block;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
          font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
          font-style: normal;
          font-weight: 700;
          color: #999999;
          text-decoration: none;
          font-size: 1em;
          margin-right: 0.6em;
          margin-left: 0.6em; }
          header.masthead .mainNav ul li a:hover {
            color: #1f80aa; }
        header.masthead .mainNav ul li ul {
          display: none;
          position: absolute;
          top: 100%;
          left: -50px;
          width: 200px;
          padding-top: 3px;
          z-index: 9999; }
          header.masthead .mainNav ul li ul li {
            padding: 0;
            margin: 0; }
            header.masthead .mainNav ul li ul li a, header.masthead .mainNav ul li ul li a.hover_nav {
              background: #222222;
              display: block;
              margin: 0;
              padding: .5em 0;
              color: #FFF;
              text-align: center;
              width: 200px;
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              transition: all 0.2s ease;
              font-family: 'Roboto', Arial, Helvetica, sans-serif;
              font-style: normal;
              font-weight: 400;
              font-size: 0.875em;
              border-bottom: 1px solid #090909; }
              header.masthead .mainNav ul li ul li a:hover, header.masthead .mainNav ul li ul li a.hover_nav:hover {
                color: white;
                background: #1f80aa;
                border-bottom: 1px solid #17607f; }

/*-------------------------------------- Body Content ---------------------------------------*/
.container {
  zoom: 1;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding: 3.5em 0; }
  .container:before, .container:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .container:after {
    clear: both; }

.feature {
  min-height: 550px;
  overflow: hidden;
  zoom: 1;
  background-position: center; }
  .feature:before, .feature:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .feature:after {
    clear: both; }

.small_feature {
  min-height: 350px;
  overflow: hidden;
  zoom: 1;
  background-position: center;
  background: #222222;
  border: solid 2px white; }
  .small_feature:before, .small_feature:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .small_feature:after {
    clear: both; }

article.login_page {
  min-height: 500px; }

.row {
  padding-top: 20px; }

.servicebox {
  padding: 20px 10px;
  background: #f2f2f2;
  margin-bottom: 20px; }
  .servicebox h4 {
    text-align: center; }
  .servicebox p {
    text-align: center;
    margin-top: 0; }
  .servicebox .button_container {
    margin: 20px auto;
    width: 300px; }
  .servicebox .button1 {
    width: 300px; }

.img_btn {
  background: black;
  position: relative;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  overflow: hidden;
  margin-top: 20px; }
  .img_btn img {
    display: block;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  .img_btn:hover img {
    opacity: 0.3;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .img_btn:hover .img-description {
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out; }
  .img_btn a {
    display: block; }

.img-description {
  display: none;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125em;
  color: white;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10; }

.google-maps {
  position: relative;
  height: 404px !important;
  overflow: hidden; }

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 404px !important; }

.grecaptcha-badge {
  z-index: 100; }

/*-------------------------------------- Social Media ---------------------------------------*/
.social_icons {
  text-align: center; }
  .social_icons ul li {
    display: inline-block; }

a.icon {
  display: inline-block;
  font-size: 30px;
  width: 40px;
  height: 40px;
  text-align: center;
  padding: 5px;
  margin: 0px 2px;
  color: #222222;
  background: #666666;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  a.icon:hover {
    color: black;
    background: #cccccc; }

/*-------------------------------------- Footer ---------------------------------------*/
footer {
  clear: left;
  background: #222222;
  padding: 1.5em 0; }
  footer .container {
    background-color: #222222; }
  footer .footer_line_1 {
    zoom: 1; }
    footer .footer_line_1:before, footer .footer_line_1:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    footer .footer_line_1:after {
      clear: both; }
  footer .copyright {
    clear: both;
    margin: 1em 0;
    font-size: 0.6875em;
    color: #999999;
    text-align: center; }
    footer .copyright a {
      color: #999999;
      text-decoration: none;
      -webkit-transition: color 0.2s ease;
      -moz-transition: color 0.2s ease;
      -o-transition: color 0.2s ease;
      transition: color 0.2s ease; }
      footer .copyright a:hover {
        color: #1f80aa; }
  footer #back-top a.icon {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: block;
    font-size: 20px;
    padding-bottom: 10px;
    text-align: center;
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 5px;
    color: #cccccc;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s; }
    footer #back-top a.icon:hover {
      color: #f2f2f2;
      background: #1f80aa; }

/*-------------------------------------- Imports ---------------------------------------*/
/***********************************************************************************/
/* CSS Buttons */
/***********************************************************************************/
body .button, body .form .submit input[type="submit"], .form .submit body input[type="submit"], body .form .submit button, .form .submit body button {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125em;
  display: inline-block;
  padding: .5em .2em;
  /*border: 2px solid $white;*/
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  text-decoration: none;
  min-width: 200px;
  text-align: center; }
body .button1 {
  color: white;
  background: #1f80aa;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .button1:hover {
    color: white;
    background: #222222;
    text-decoration: none;
    cursor: pointer; }
body .button2 {
  color: white;
  background: #222222;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .button2:hover {
    color: white;
    background: black;
    text-decoration: none;
    cursor: pointer; }
body .button_container {
  margin: 1.0em 0; }
body .lg_button_1 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25em;
  display: inline-block;
  width: 100%;
  background: #1f80aa;
  color: white;
  padding: 1.25em 0;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .lg_button_1:hover {
    color: white;
    background: #222222; }
body .lg_button_2 {
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.125em;
  display: inline-block;
  padding: .5em .2em;
  text-align: center;
  width: 100%;
  background: #1f80aa;
  color: white;
  text-decoration: none;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  body .lg_button_2:hover {
    color: white;
    background: #222222; }
@media screen and (max-width: 768px) {
  body .lg_button {
    font-size: 1em;
    letter-spacing: 2px;
    padding: .75em 0; } }

/***********************************************************************************/
/* Form Fields, Inputs, Textareas */
/***********************************************************************************/
/*-------------------------------------- Form Elements ---------------------------------------*/
/* Main Pages */
.form {
  max-width: 800px;
  margin: 0 auto;
  /*------------------ Custom Input for File Upload -------------------*/
  /* style 2 */
  /*------------------ End Custom Input for File Upload -------------------*/
  /* Placeholder Text Color */ }
  .form .split-row div {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 48.93617%; }
    .form .split-row div:last-child {
      margin-right: 0; }
    .form .split-row div:nth-child(2n) {
      margin-right: 0; }
  .form .upload-row {
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    display: block;
    color: #1f80aa;
    width: 100%;
    min-height: 136px;
    padding: 1em;
    font-size: 18px;
    margin-bottom: 20px;
    border: 0px solid #1f80aa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    .form .upload-row input[type="file"] {
      /*@include span-columns(4 of 12);
      @include omega(3n);
      margin: 1em 0;*/
      display: none; }
  .form .js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1; }
  .form .inputfile + label {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1em;
    display: inline-block;
    padding: .5em .2em;
    width: 196px;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    margin-bottom: .5em; }
  .form .no-js .inputfile + label {
    display: none; }
  .form .inputfile:focus + label, .form .inputfile.has-focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px; }
  .form .inputfile + label .fa {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em; }
  .form .inputfile-2 + label {
    color: #1f80aa;
    border: 2px solid currentColor;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px; }
  .form .inputfile-2:focus + label,
  .form .inputfile-2.has-focus + label,
  .form .inputfile-2 + label:hover {
    color: white;
    background: #1f80aa;
    border: 2px solid #1f80aa;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
  .form input[type="email"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="url"], .form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="month"], .form input[type="time"], .form input[type="week"], .form textarea {
    background: rgba(255, 255, 255, 0.8);
    display: block;
    color: black;
    width: 100%;
    padding: .75em;
    font-size: 18px;
    margin-bottom: 20px;
    border: 0px solid #1f80aa;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px; }
    .form input[type="email"]:focus, .form input[type="number"]:focus, .form input[type="password"]:focus, .form input[type="search"]:focus, .form input[type="tel"]:focus, .form input[type="text"]:focus, .form input[type="url"]:focus, .form input[type="color"]:focus, .form input[type="date"]:focus, .form input[type="datetime"]:focus, .form input[type="datetime-local"]:focus, .form input[type="month"]:focus, .form input[type="time"]:focus, .form input[type="week"]:focus, .form textarea:focus {
      background: white;
      color: black; }
  .form .submit-row {
    margin-top: 1.5em;
    margin-left: auto;
    margin-right: auto;
    text-align: center; }
  .form .if-submit-row {
    margin-bottom: 2.25em; }
  .form .submit input[type="submit"], .form .submit button {
    color: white;
    background: #222222;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border: none;
    text-align: center; }
    .form .submit input[type="submit"]:hover, .form .submit button:hover {
      color: white;
      background: black;
      text-decoration: none;
      cursor: pointer; }
  .form ::-webkit-input-placeholder {
    color: #1f80aa; }
  .form :-moz-placeholder {
    /* Firefox 18- */
    color: #1f80aa; }
  .form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #1f80aa; }
  .form :-ms-input-placeholder {
    color: #1f80aa; }
  .form .error {
    background-color: #f2f2f2;
    border: solid 2px black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1em;
    margin-bottom: 1em;
    font-size: 1.375em;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    color: #cc0000;
    text-align: center; }
  .form .success {
    background-color: #f2f2f2;
    border: solid 2px black;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 2.5em;
    margin-bottom: 3em; }
    .form .success h4 {
      color: #1f80aa; }

/*-------------------------------------- Small Screens Import ---------------------------------------*/
@media screen and (max-width: 960px) {
  /***********************************************************************************/
  /* Desktop Min View */
  /***********************************************************************************/
  img, object, video, embed {
    max-width: 100%;
    height: auto !important; }

  .body_wrapper {
    zoom: 1;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .body_wrapper:before, .body_wrapper:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .body_wrapper:after {
      clear: both; }

  .inside-960 {
    width: 100%;
    margin: 0 auto;
    zoom: 1;
    position: relative; }
    .inside-960:before, .inside-960:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .inside-960:after {
      clear: both; }

  .default_page {
    margin: 0;
    width: 100%;
    clear: both; }

  header.masthead {
    width: 100%;
    margin-right: 0; }
    header.masthead .mainNav ul li a {
      margin-right: .3em; }

  .container {
    padding: 0 10px; }

  .videocontent {
    width: 100%;
    max-width: 640px; }

  /***********************************************************************************/
  /* iPhone X Plus Landscape */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPad Portrait */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6-8 Plus Landscape */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6-8 Landscape */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 5 Landscape */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6-8 Plus Portrait */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 6-8 Portrait */
  /***********************************************************************************/
  /***********************************************************************************/
  /* iPhone 4 and 5 Portrait */
  /***********************************************************************************/ }
@media screen and (max-width: 960px) and (max-width: 940px) {
  .body_wrapper, .container {
    zoom: 1;
    max-width: 940px;
    margin-left: auto;
    margin-right: auto; }
    .body_wrapper:before, .body_wrapper:after, .container:before, .container:after {
      content: "\0020";
      display: block;
      height: 0;
      overflow: hidden; }
    .body_wrapper:after, .container:after {
      clear: both; } }
@media screen and (max-width: 960px) and (max-width: 812px) {
  .mobile_only {
    display: block; }

  .big_screen_only {
    display: none; }

  .small_portrait_only {
    display: none; }

  .landscape {
    display: block; }

  header.masthead .logo {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 31.91489%; }
    header.masthead .logo:last-child {
      margin-right: 0; }
    header.masthead .logo a {
      display: block;
      width: 260px;
      height: 80px;
      background: url("../images/logo-greystone.png") 0 0 no-repeat;
      text-indent: -999em; }
      header.masthead .logo a:hover {
        background-position: 0 -80px; }
  header.masthead .infoBox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 57.44681%;
    margin-right: 0;
    text-align: right;
    height: 80px;
    padding-top: 1.70em;
    color: #999999; }
    header.masthead .infoBox:last-child {
      margin-right: 0; }
    header.masthead .infoBox h5 {
      margin: 0; }
    header.masthead .infoBox p {
      display: none; }
  header.masthead .mainNav {
    display: none; }
  header.masthead .navTrigger {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding: 5px 0 0 7px;
    color: #666666;
    position: absolute;
    bottom: 14px;
    right: 20px; }
    header.masthead .navTrigger:hover {
      color: #666666; }

  .navContain {
    position: relative;
    width: 100%;
    z-index: 999; }

  .mobileNav ul li a {
    color: white;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125em;
    text-align: center;
    background: #1f80aa;
    display: block;
    width: 100%;
    padding: .65em 0;
    border: 1px solid;
    border-color: #17607f;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .mobileNav ul li a:hover {
      background: #222222;
      color: #1f80aa; }
  .mobileNav ul li ul li a {
    background: #1f80aa;
    color: white; }

  body .navContain {
    top: 100%;
    padding-top: 0px; }

  .feature {
    min-height: 432px; }

  .small_feature {
    min-height: 295px;
    margin-bottom: 2em; } }
@media screen and (max-width: 960px) and (max-width: 768px) {
  .mobile_only {
    display: block; }

  .big_screen_only {
    display: none; }

  .small_portrait_only {
    display: none; }

  .landscape {
    display: block; }

  header.masthead .logo {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 48.93617%; }
    header.masthead .logo:last-child {
      margin-right: 0; }
    header.masthead .logo a {
      display: block;
      width: 260px;
      height: 80px;
      background: url("../images/logo-greystone.png") 0 0 no-repeat;
      text-indent: -999em; }
      header.masthead .logo a:hover {
        background-position: 0 -80px; }
  header.masthead .infoBox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 40.42553%;
    margin-right: 0;
    text-align: right;
    height: 80px;
    padding-top: 1.70em;
    padding-right: 1em;
    color: #999999; }
    header.masthead .infoBox:last-child {
      margin-right: 0; }
    header.masthead .infoBox h5 {
      margin: 0; }
    header.masthead .infoBox p {
      display: none; }
  header.masthead .mainNav {
    display: none; }
  header.masthead .navTrigger {
    display: block;
    width: 40px;
    height: 40px;
    font-size: 30px;
    padding: 5px 0 0 7px;
    color: #666666;
    position: absolute;
    bottom: 14px;
    right: 20px; }
    header.masthead .navTrigger:hover {
      color: #666666; }

  .navContain {
    position: relative;
    width: 100%;
    z-index: 999; }

  .mobileNav ul li a {
    color: white;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.125em;
    text-align: center;
    background: #1f80aa;
    display: block;
    width: 100%;
    padding: .65em 0;
    border: 1px solid;
    border-color: #17607f;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .mobileNav ul li a:hover {
      background: #222222;
      color: #1f80aa; }
  .mobileNav ul li ul li a {
    background: #1f80aa;
    color: white; }

  body .navContain {
    top: 100%; }

  .content {
    padding: 2em .75em; }

  .feature {
    min-height: 432px; }

  .small_feature {
    min-height: 268px; }

  .custom_services {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 65.95745%;
    margin-left: 17.02128%; }
    .custom_services:last-child {
      margin-right: 0; } }
@media screen and (max-width: 960px) and (max-width: 736px) {
  body .lg_button {
    font-size: 1em;
    letter-spacing: 2px;
    padding: 1.25em 0; }
  body .caption span.border {
    font-size: 1.125em;
    letter-spacing: 6px; }

  header.masthead .navTrigger {
    bottom: 14px;
    right: 15px; }

  .small_portrait_only {
    display: none; }

  .landscape {
    display: block; }

  .feature {
    min-height: 415px; }

  .small_feature {
    min-height: 256px;
    margin-bottom: 1em; }

  .img-description {
    font-size: 0.875em;
    line-height: 1em;
    height: 50px;
    top: 90%; }
    .img-description p {
      margin: 16px; } }
@media screen and (max-width: 960px) and (max-width: 667px) {
  header.masthead .logo {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 40.42553%; }
    header.masthead .logo:last-child {
      margin-right: 0; }
  header.masthead .navTrigger {
    bottom: 14px;
    right: 15px; }
  header.masthead .infoBox {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 48.93617%;
    padding-right: 1em; }
    header.masthead .infoBox:last-child {
      margin-right: 0; }

  .feature {
    min-height: 375px; }

  .small_feature {
    min-height: 230px; }

  .landscape {
    display: block; }

  aside p {
    margin: 1em 0; }

  aside.sidebar {
    border-top: 1px solid #cccccc;
    margin-top: 1em;
    padding: 2em 0;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    clear: left;
    margin-right: 0;
    margin-top: -1em; }
    aside.sidebar:last-child {
      margin-right: 0; } }
@media screen and (max-width: 960px) and (max-width: 568px) {
  .landscape {
    display: block; }

  .feature {
    min-height: 320px; }

  .img-description {
    font-size: 1em;
    line-height: 1.125em;
    height: 60px;
    top: 95%; }
    .img-description p {
      margin: 20px; }

  span.line_break {
    display: block; }

  footer.footer div {
    text-align: center;
    margin: .4em 0; }
  footer.footer .fr {
    float: none; } }
@media screen and (max-width: 960px) and (max-width: 414px) {
  .big_screen_only {
    display: none; }

  .mobile_only {
    display: none; }

  .small_portrait_only {
    display: block; }

  .landscape {
    display: none; }

  .feature {
    min-height: 277px; }

  .small_feature {
    min-height: 212px; }

  .custom_services {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-left: 0%; }
    .custom_services:last-child {
      margin-right: 0; }

  .img-description {
    font-size: 1em;
    line-height: 1.125em;
    height: 60px;
    top: 92%; }
    .img-description p {
      margin: 20px; }

  header.masthead .logo {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 82.97872%;
    margin-left: 17.02128%; }
    header.masthead .logo:last-child {
      margin-right: 0; }
    header.masthead .logo a {
      display: block;
      width: 260px;
      height: 80px;
      background: url("../images/logo-greystone.png") 0 0 no-repeat;
      text-indent: -999em; }
      header.masthead .logo a:hover {
        background-position: 0 -80px; }
  header.masthead .infoBox {
    background: black;
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-right: 0;
    text-align: center;
    height: 40px;
    padding-top: .35em;
    color: #999999; }
    header.masthead .infoBox:last-child {
      margin-right: 0; }
    header.masthead .infoBox h5 {
      margin: 0; }
    header.masthead .infoBox p {
      display: none; }
  header.masthead .mainNav {
    display: none; }
  header.masthead .navTrigger {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 6.38298%;
    top: 26px;
    right: 20px; }
    header.masthead .navTrigger:last-child {
      margin-right: 0; } }
@media screen and (max-width: 960px) and (max-width: 375px) {
  header.masthead .logo {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-left: 0%; }
    header.masthead .logo:last-child {
      margin-right: 0; }
    header.masthead .logo a {
      display: block;
      width: 300px;
      height: 80px;
      background: url("../images/logo-greystone.png") 40px 0 no-repeat;
      text-indent: -999em; }

  .big_screen_only {
    display: none; }

  .mobile_only {
    display: none; }

  .small_portrait_only {
    display: block; }

  .landscape {
    display: none; }

  .feature {
    min-height: 250px; } }
@media screen and (max-width: 960px) and (max-width: 320px) {
  header.masthead .logo {
    display: block;
    float: left;
    margin-right: 2.12766%;
    width: 100%;
    margin-left: 0%; }
    header.masthead .logo:last-child {
      margin-right: 0; }
    header.masthead .logo a {
      display: block;
      width: 280px;
      height: 80px;
      background: url("../images/logo-greystone.png") 10px 0 no-repeat;
      text-indent: -999em; }

  .landscape {
    display: none; }

  .feature {
    min-height: 210px;
    background: pink; }

  .servicebox {
    padding: 20px 10px;
    background: #f2f2f2;
    margin-bottom: 20px; }
    .servicebox h4 {
      text-align: center; }
    .servicebox p {
      text-align: center;
      margin-top: 0; }
    .servicebox .button_container {
      margin: 20px auto;
      width: 200px; }
    .servicebox .button1 {
      width: 200px; }

  .img-description {
    font-size: 0.875em;
    line-height: 1em;
    height: 60px;
    top: 92%; }
    .img-description p {
      margin: 20px; } }
