/*! normalize.css v3.0.2 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button, input, optgroup, select, textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

button {
  border: none;
  background: none;
  appearance: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: 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; }

@-webkit-keyframes MenuTopClose {
  50% {
    -webkit-transform: translateY(0); }

  100% {
    -webkit-transform: translateY(0) rotate(45deg); } }

@-moz-keyframes MenuTopClose {
  50% {
    -moz-transform: translateY(0); }

  100% {
    -moz-transform: translateY(0) rotate(45deg); } }

@keyframes MenuTopClose {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  100% {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); } }

@-webkit-keyframes MenuBottomClose {
  50% {
    -webkit-transform: translateY(0); }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg); } }

@-moz-keyframes MenuBottomClose {
  50% {
    -moz-transform: translateY(0); }

  100% {
    -moz-transform: translateY(0) rotate(-45deg); } }

@keyframes MenuBottomClose {
  50% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); } }

@-webkit-keyframes MenuTopOpen {
  0% {
    -webkit-transform: rotate(45deg); }

  50% {
    -webkit-transform: translateY(0) rotate(0deg); }

  100% {
    -webkit-transform: translateY(-8px); } }

@-moz-keyframes MenuTopOpen {
  0% {
    -moz-transform: rotate(45deg); }

  50% {
    -moz-transform: translateY(0) rotate(0deg); }

  100% {
    -moz-transform: translateY(-8px); } }

@keyframes MenuTopOpen {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }

  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); }

  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px); } }

@-webkit-keyframes MenuBottomOpen {
  0% {
    -webkit-transform: rotate(-45deg); }

  50% {
    -webkit-transform: translateY(0) rotate(0deg); }

  100% {
    -webkit-transform: translateY(8px); } }

@-moz-keyframes MenuBottomOpen {
  0% {
    -moz-transform: rotate(-45deg); }

  50% {
    -moz-transform: translateY(0) rotate(0deg); }

  100% {
    -moz-transform: translateY(8px); } }

@keyframes MenuBottomOpen {
  0% {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  50% {
    -webkit-transform: translateY(0) rotate(0deg);
    -moz-transform: translateY(0) rotate(0deg);
    -ms-transform: translateY(0) rotate(0deg);
    -o-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg); }

  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px); } }

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

html, body {
  height: 100%; }

body {
  color: #262626;
  font-size: 15px;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Sans-serif";
  background: #fff url("../images/bg.jpg") no-repeat center top;
  -webkit-font-smoothing: antialiased; }

.container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  .container::after {
    clear: both;
    content: "";
    display: table; }
  @media  (min-width: 480px) and (max-width: 767px) {
    .container {
      max-width: 480px; } }
  @media  (max-width: 479px) {
    .container {
      max-width: 320px; } }
  @media  (min-width: 768px) and (max-width: 959px) {
    .container {
      max-width: 740px; } }

header, h1, h2, h3, h4, h5, h6 {
  font-family: "Julius Sans One", "Helvetica Neue", "Helvetica", "Arial", "Sans-serif"; }

h1 {
  font-size: 26px;
  line-height: 1.3; }

h2 {
  font-size: 24px;
  line-height: 1.4; }

h3 {
  font-size: 22px;
  line-height: 1.4; }

h4 {
  font-size: 20px;
  line-height: 1.4; }

h5 {
  font-size: 18px;
  line-height: 1.5; }

h6 {
  font-size: 16px;
  line-height: 1.5; }

p {
  line-height: 1.5; }

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  a:hover {
    color: #262626; }

hr {
  border: 1px solid #999;
  border-bottom: none;
  margin-bottom: 20px; }

.form-row {
  width: 100%;
  margin-bottom: 12px; }
  .form-row label {
    margin: 0 0 4px;
    display: block;
    font-family: "Julius Sans One", "Helvetica Neue", "Helvetica", "Arial", "Sans-serif";
    font-size: 14px; }
  .form-row .input-text {
    width: 100%; }

label {
  font-weight: 700; }

input, textarea, button {
  outline: none;
  font-size: 14px;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", "Sans-serif";
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

.input-text {
  padding: 5px 8px;
  border: 2px solid #777; }
  .input-text:focus {
    border-color: #76b1f5;
    box-shadow: 0 0 5px rgba(118, 177, 245, 0.4); }

.button {
  font-family: "Julius Sans One", "Helvetica Neue", "Helvetica", "Arial", "Sans-serif";
  font-size: 20px;
  padding: 5px 10px;
  background: none;
  border: 2px solid #555;
  display: inline-block;
  box-sizing: border-box; }
  .button:hover {
    color: #863E54;
    border-color: #863E54; }

[class^="icon-"], [class*=" icon-"] {
  width: 24px;
  height: 24px;
  display: inline-block;
  fill: currentColor; }

#header {
  padding-top: 60px; }
  #header #logo {
    width: 31.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-left: 34.1666666667%;
    text-align: center; }
    @media  (max-width: 767px) {
      #header #logo {
        width: 98.3333333333%;
        float: left;
        margin-left: 0.8333333333%;
        margin-right: 0.8333333333%; } }
  #header .contact-details {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 31.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    margin-top: 60px;
    font-size: 24px;
    text-align: center;
    padding-right: 50px; }
    #header .contact-details span {
      display: block;
      font-size: 13px; }
    @media  (min-width: 768px) and (max-width: 959px) {
      #header .contact-details {
        margin-top: 30px;
        font-size: 18px; } }
    @media  (max-width: 767px) {
      #header .contact-details {
        display: none; } }
  #header #primary-nav {
    width: 98.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%;
    background-color: #888;
    background-image: -webkit-linear-gradient(-360deg, #888, #fff, #888);
    background-image: linear-gradient(90deg,#888, #fff, #888);
    position: relative;
    z-index: 10;
    font-size: 18px;
    line-height: 34px;
    margin-top: 10px;
    border-top: 1px solid #ddd;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4); }
    #header #primary-nav:before, #header #primary-nav:after {
      content: "";
      top: 35px;
      z-index: -1;
      display: block;
      position: absolute;
      border-style: solid;
      border-width: 20px;
      box-shadow: 0 3px 7px rgba(0, 0, 0, 0.4) inset; }
    #header #primary-nav:before {
      left: 0;
      border-color: #888 #888 transparent transparent; }
    #header #primary-nav:after {
      right: 0;
      border-color: #888 transparent transparent #888; }
    #header #primary-nav ul {
      margin: 0;
      padding: 0;
      text-align: center; }
      #header #primary-nav ul li {
        padding: 0 12px;
        list-style: none;
        position: relative;
        display: inline-block; }
        #header #primary-nav ul li:hover, #header #primary-nav ul li.current-menu-item {
          background-color: #fdfdfd;
          background-image: -webkit-linear-gradient(#fdfdfd, #888);
          background-image: linear-gradient(#fdfdfd, #888); }
        #header #primary-nav ul li:hover ul.sub-menu {
          display: block; }
      #header #primary-nav ul ul.sub-menu {
        z-index: 15;
        display: none;
        min-width: 240px;
        text-align: left;
        border: 15px solid transparent;
        border-top: none;
        position: absolute;
        top: 34px;
        left: -15px; }
        #header #primary-nav ul ul.sub-menu li {
          width: 100%;
          display: block;
          font-size: 14px;
          background: #999;
          box-sizing: border-box;
          border-bottom: 1px solid #eee; }
          #header #primary-nav ul ul.sub-menu li:hover, #header #primary-nav ul ul.sub-menu li.current-menu-item {
            background: #aaa; }
    @media  (min-width: 768px) and (max-width: 959px) {
      #header #primary-nav {
        font-size: 16px; }
        #header #primary-nav:before, #header #primary-nav:after {
          border-width: 15px; }
        #header #primary-nav ul li {
          padding: 0 8px; } }
    @media  (max-width: 767px) {
      #header #primary-nav:before, #header #primary-nav:after {
        display: none; } }

#carousel {
  float: left;
  width: 90%;
  height: 440px;
  overflow: hidden;
  margin: 1px 5% 0; }
  #carousel .carousel {
    height: 400px; }
    #carousel .carousel header {
      top: 320px;
      padding: 5px 0;
      position: relative;
      text-align: center;
      background-color: rgba(255, 255, 255, 0.1);
      background-image: -webkit-linear-gradient(-360deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.6) 90%, rgba(255, 255, 255, 0.1) 100%);
      background-image: linear-gradient(90deg,rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.6) 90%, rgba(255, 255, 255, 0.1) 100%); }
      #carousel .carousel header h5 {
        margin: 0; }
  #carousel ul.slick-dots {
    text-align: center; }
    #carousel ul.slick-dots li {
      margin: 0 4px;
      display: inline-block; }
      #carousel ul.slick-dots li button {
        width: 18px;
        height: 18px;
        overflow: hidden;
        text-indent: -9999px;
        border-radius: 50%;
        background: white;
        box-shadow: inset 0 1px 4px 1px rgba(0, 0, 0, 0.25); }
      #carousel ul.slick-dots li.slick-active button {
        background-image: -webkit-radial-gradient(50% 10%, circle, #aaa 0%, #282828 50%);
        background-image: radial-gradient(  circle at 50% 10%, #aaa 0%, #282828 50%); }
  @media  (max-width: 767px) {
    #carousel {
      width: 98.3333333333%;
      float: left;
      margin-left: 0.8333333333%;
      margin-right: 0.8333333333%;
      height: 300px;
      background-position: center center;
      background-size: cover; }
      #carousel .carousel {
        height: 260px; }
        #carousel .carousel header {
          top: 180px;
          padding: 5px 10px; }
          #carousel .carousel header h5 {
            font-size: 16px; } }

#footer {
  width: 90%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  padding-bottom: 20px;
  font-family: "Julius Sans One", "Helvetica Neue", "Helvetica", "Arial", "Sans-serif"; }
  #footer:after {
    content: " ";
    display: block;
    clear: both; }
  #footer .facebook, #footer .credits {
    width: 48.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  #footer .facebook a {
    width: 120px;
    display: block;
    line-height: 1.3;
    padding: 1px 0 0 46px;
    background: url("../images/facebook.png") no-repeat left top; }
  #footer .credits p {
    margin: 0;
    text-align: right; }
  @media  (max-width: 767px) {
    #footer {
      margin-top: 30px; }
      #footer .facebook, #footer .credits {
        width: 98.3333333333%; }
      #footer .facebook a {
        margin: 0 auto 10px; }
      #footer .credits p {
        text-align: center; } }

#bg-footer {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  height: 220px;
  position: absolute;
  background: url("../images/bg-footer.jpg") center center no-repeat; }

#main {
  margin: 20px 0; }
  #main #primary .container {
    max-width: 840px; }
    @media  (min-width: 480px) and (max-width: 767px) {
      #main #primary .container {
        max-width: 480px; } }
    @media  (max-width: 479px) {
      #main #primary .container {
        max-width: 320px; } }
    @media  (min-width: 768px) and (max-width: 959px) {
      #main #primary .container {
        max-width: 672px; } }
  #main .page-header, #main .entry-header, #main .entry-content, #main .entry-footer {
    width: 98.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  #main .page-header, #main .entry-header {
    margin-left: -12px;
    padding: 7px 5px 5px 27px;
    background-color: #bbb;
    background-image: -webkit-linear-gradient(-360deg, #bbb 0%, #fff 50%);
    background-image: linear-gradient(90deg,#bbb 0%, #fff 50%); }
    #main .page-header h1, #main .page-header h2, #main .page-header h3, #main .entry-header h1, #main .entry-header h2, #main .entry-header h3 {
      margin: 0; }
  #main .entry-content a {
    text-decoration: underline; }
  #main .archive {
    float: left;
    width: 100%;
    margin: 40px 0; }
    #main .archive .service {
      float: left;
      width: 40%;
      margin-left: 5%;
      margin-right: 5%;
      margin-bottom: 20px;
      text-align: center; }
      #main .archive .service header {
        height: 100px;
        padding: 15px;
        background-color: #ccc;
        background-image: -webkit-linear-gradient(#ccc, #fff 50%);
        background-image: linear-gradient(#ccc, #fff 50%); }
        #main .archive .service header h3 {
          margin: 0 0 10px; }
      #main .archive .service img {
        height: auto;
        max-width: 100%; }
      @media  (max-width: 767px) {
        #main .archive .service {
          width: 98.3333333333%;
          float: left;
          margin-left: 0.8333333333%;
          margin-right: 0.8333333333%; } }
  body.home #main h5 {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: 16px; }
  body.home #main h1 {
    margin-top: 0; }
  #main .contact {
    width: 40%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
  #main .map {
    width: 56.6666666667%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; }
    #main .map #map_canvas {
      width: 100%;
      height: 400px; }

@media  (max-width: 959px) {
  img {
    height: auto;
    max-width: 100%; } }

@media  (max-width: 767px) {
  img.alignleft, img.alignright {
    float: none !important; }
  #main .contact, #main .map {
    width: 98.3333333333%;
    float: left;
    margin-left: 0.8333333333%;
    margin-right: 0.8333333333%; } }