/* Fonts */
@import "https://cdn.linearicons.com/free/1.0.0/icon-font.min.css";
@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700";
/* Header BG / Text */
/* Orange */
/* Grey Text */
/* Footer BG */
/* Green */
/* Green */
/* Black */
/* Green */
/* GLOBAL ELEMENTS */
/* Reset */
/* line 2, partials/_reset.scss */
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; }

/* line 3, partials/_reset.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* line 3, partials/_reset.scss */
body {
  line-height: 1; }

/* line 3, partials/_reset.scss */
ol, ul {
  list-style: none; }

/* line 3, partials/_reset.scss */
blockquote, q {
  quotes: none; }

/* line 3, partials/_reset.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

/* line 3, partials/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Grid */
/* line 2, partials/_grid.scss */
.container {
  width: 1280px;
  margin: 0 auto;
  max-width: 100%;
  position: relative; }

/* line 9, partials/_grid.scss */
.clear:after, .row:after {
  display: block;
  clear: both;
  content: ''; }

/* line 21, partials/_grid.scss */
.row + .row {
  margin-top: 0; }

/* line 26, partials/_grid.scss */
.col {
  float: left;
  margin-right: 0; }
  /* line 30, partials/_grid.scss */
  .col:last-child {
    margin-right: 0%; }

/* line 35, partials/_grid.scss */
.lg-1 {
  width: 8.33333%; }

/* line 36, partials/_grid.scss */
.lg-2 {
  width: 16.66667%; }

/* line 37, partials/_grid.scss */
.lg-3 {
  width: 25%; }

/* line 38, partials/_grid.scss */
.lg-4 {
  width: 33.33333%; }

/* line 39, partials/_grid.scss */
.lg-5 {
  width: 41.66667%; }

/* line 40, partials/_grid.scss */
.lg-6 {
  width: 50%; }

/* line 41, partials/_grid.scss */
.lg-7 {
  width: 58.33333%; }

/* line 42, partials/_grid.scss */
.lg-8 {
  width: 66.66667%; }

/* line 43, partials/_grid.scss */
.lg-9 {
  width: 75%; }

/* line 44, partials/_grid.scss */
.lg-10 {
  width: 83.33333%; }

/* line 45, partials/_grid.scss */
.lg-11 {
  width: 91.66667%; }

/* line 46, partials/_grid.scss */
.lg-12 {
  width: 100%; }

/* line 48, partials/_grid.scss */
.my-col-20 {
  width: 20%; }

/* line 49, partials/_grid.scss */
.my-col-40 {
  width: 40%; }

/* line 50, partials/_grid.scss */
.my-col-60 {
  width: 60%; }

/* line 51, partials/_grid.scss */
.my-col-80 {
  width: 80%; }

/* line 52, partials/_grid.scss */
.my-col-100 {
  width: 100%; }

/* line 54, partials/_grid.scss */
.gap-1 {
  margin: 0 8.33333333333%; }

/* line 55, partials/_grid.scss */
.gap-2 {
  margin: 0 16.6666666667%; }

/* line 56, partials/_grid.scss */
.gap-3 {
  margin: 0 25.0%; }

/* line 57, partials/_grid.scss */
.gap-4 {
  margin: 0 33.3333333333%; }

/* line 58, partials/_grid.scss */
.gap-5 {
  margin: 0 41.6666666667%; }

/* line 59, partials/_grid.scss */
.gap-6 {
  margin: 0 50.0%; }

/* line 60, partials/_grid.scss */
.gap-7 {
  margin: 0 58.3333333333%; }

/* line 61, partials/_grid.scss */
.gap-8 {
  margin: 0 66.6666666667%; }

/* line 62, partials/_grid.scss */
.gap-9 {
  margin: 0 75.0%; }

/* line 63, partials/_grid.scss */
.gap-10 {
  margin: 0 83.3333333333%; }

/* line 64, partials/_grid.scss */
.gap-11 {
  margin: 0 91.6666666667%; }

/* line 65, partials/_grid.scss */
.gap-12 {
  margin: 0 100%; }

/* line 67, partials/_grid.scss */
.gap-left-1 {
  margin-left: 8.33333333333%; }

/* line 68, partials/_grid.scss */
.gap-left-2 {
  margin-left: 16.6666666667%; }

/* line 69, partials/_grid.scss */
.gap-left-3 {
  margin-left: 25.0%; }

/* line 70, partials/_grid.scss */
.gap-left-4 {
  margin-left: 33.3333333333%; }

/* line 71, partials/_grid.scss */
.gap-left-5 {
  margin-left: 41.6666666667%; }

/* line 72, partials/_grid.scss */
.gap-left-6 {
  margin-left: 50.0%; }

/* line 73, partials/_grid.scss */
.gap-left-7 {
  margin-left: 58.3333333333%; }

/* line 74, partials/_grid.scss */
.gap-left-8 {
  margin-left: 66.6666666667%; }

/* line 75, partials/_grid.scss */
.gap-left-9 {
  margin-left: 75.0%; }

/* line 76, partials/_grid.scss */
.gap-left-10 {
  margin-left: 83.3333333333%; }

/* line 77, partials/_grid.scss */
.gap-left-11 {
  margin-left: 91.6666666667%; }

/* line 78, partials/_grid.scss */
.gap-left-12 {
  margin-left: 100%; }

/* line 80, partials/_grid.scss */
.gap-right-1 {
  margin-right: 8.33333333333%; }

/* line 81, partials/_grid.scss */
.gap-right-2 {
  margin-right: 16.6666666667%; }

/* line 82, partials/_grid.scss */
.gap-right-3 {
  margin-right: 25.0%; }

/* line 83, partials/_grid.scss */
.gap-right-4 {
  margin-right: 33.3333333333%; }

/* line 84, partials/_grid.scss */
.gap-right-5 {
  margin-right: 41.6666666667%; }

/* line 85, partials/_grid.scss */
.gap-right-6 {
  margin-right: 50.0%; }

/* line 86, partials/_grid.scss */
.gap-right-7 {
  margin-right: 58.3333333333%; }

/* line 87, partials/_grid.scss */
.gap-right-8 {
  margin-right: 66.6666666667%; }

/* line 88, partials/_grid.scss */
.gap-right-9 {
  margin-right: 75.0%; }

/* line 89, partials/_grid.scss */
.gap-right-10 {
  margin-right: 83.3333333333%; }

/* line 90, partials/_grid.scss */
.gap-right-11 {
  margin-right: 91.6666666667%; }

/* line 91, partials/_grid.scss */
.gap-right-12 {
  margin-right: 100%; }

/* line 93, partials/_grid.scss */
*[class*="push-"], *[class*="pull-"] {
  position: relative; }

/* line 94, partials/_grid.scss */
.push-1 {
  left: 8.33333333333%; }

/* line 95, partials/_grid.scss */
.push-2 {
  left: 16.6666666667%; }

/* line 96, partials/_grid.scss */
.push-3 {
  left: 25.0%; }

/* line 97, partials/_grid.scss */
.push-4 {
  left: 33.3333333333%; }

/* line 98, partials/_grid.scss */
.push-5 {
  left: 41.6666666667%; }

/* line 99, partials/_grid.scss */
.push-6 {
  left: 50.0%; }

/* line 100, partials/_grid.scss */
.push-7 {
  left: 58.3333333333%; }

/* line 101, partials/_grid.scss */
.push-8 {
  left: 66.6666666667%; }

/* line 102, partials/_grid.scss */
.push-9 {
  left: 75.0%; }

/* line 103, partials/_grid.scss */
.push-10 {
  left: 83.3333333333%; }

/* line 104, partials/_grid.scss */
.push-11 {
  left: 91.6666666667%; }

/* line 105, partials/_grid.scss */
.push-12 {
  left: 100%; }

/* line 107, partials/_grid.scss */
.pull-1 {
  right: 8.33333333333%; }

/* line 108, partials/_grid.scss */
.pull-2 {
  right: 16.6666666667%; }

/* line 109, partials/_grid.scss */
.pull-3 {
  right: 25.0%; }

/* line 110, partials/_grid.scss */
.pull-4 {
  right: 33.3333333333%; }

/* line 111, partials/_grid.scss */
.pull-5 {
  right: 41.6666666667%; }

/* line 112, partials/_grid.scss */
.pull-6 {
  right: 50.0%; }

/* line 113, partials/_grid.scss */
.pull-7 {
  right: 58.3333333333%; }

/* line 114, partials/_grid.scss */
.pull-8 {
  right: 66.6666666667%; }

/* line 115, partials/_grid.scss */
.pull-9 {
  right: 75.0%; }

/* line 116, partials/_grid.scss */
.pull-10 {
  right: 83.3333333333%; }

/* line 117, partials/_grid.scss */
.pull-11 {
  right: 91.6666666667%; }

/* line 118, partials/_grid.scss */
.pull-12 {
  right: 100%; }

/* line 120, partials/_grid.scss */
.device-visible {
  display: none; }

/* line 121, partials/_grid.scss */
.device-hidden {
  display: block; }

/* line 123, partials/_grid.scss */
.gutters > .col {
  padding: 0.5%; }

/* line 124, partials/_grid.scss */
.gutters > .col:first-of-type {
  padding-left: 0; }

/* line 125, partials/_grid.scss */
.gutters > .col:last-of-type {
  padding-right: 0; }

/* line 126, partials/_grid.scss */
.gutters > .row > .col {
  padding: 0.5%; }

/* line 127, partials/_grid.scss */
.gutters > .row > .col:first-of-type {
  padding-left: 0; }

/* line 128, partials/_grid.scss */
.gutters > .row > .col:last-of-type {
  padding-right: 0; }

/* line 130, partials/_grid.scss */
.flex {
  display: flex;
  align-items: stretch; }

@media only screen and (min-width: 1025px) {
  /* Medium Desktop Screens */ }
@media only screen and (max-width: 1024px) {
  /* line 139, partials/_grid.scss */
  .container {
    padding: 0 2%; }

  /* line 140, partials/_grid.scss */
  .col {
    width: 100%; }

  /* line 141, partials/_grid.scss */
  .push-1, .push-2, .push-3, .push-4, .push-5, .push-6, .push-7, .push-8, .push-9, .push-10, .push-11, .push-12 {
    margin-left: 0; }

  /* line 143, partials/_grid.scss */
  .flex {
    display: block; }

  /* line 144, partials/_grid.scss */
  *[class*="gap-"] {
    margin: 0; }

  /* line 145, partials/_grid.scss */
  *[class*="push-"], *[class*="pull-"] {
    left: 0;
    right: 0; } }
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  /* line 149, partials/_grid.scss */
  .md-ls-1 {
    width: 8.33333%; }

  /* line 150, partials/_grid.scss */
  .md-ls-2 {
    width: 16.66667%; }

  /* line 151, partials/_grid.scss */
  .md-ls-3 {
    width: 25%; }

  /* line 152, partials/_grid.scss */
  .md-ls-4 {
    width: 33.33333%; }

  /* line 153, partials/_grid.scss */
  .md-ls-5 {
    width: 41.66667%; }

  /* line 154, partials/_grid.scss */
  .md-ls-6 {
    width: 50%; }

  /* line 155, partials/_grid.scss */
  .md-ls-7 {
    width: 58.33333%; }

  /* line 156, partials/_grid.scss */
  .md-ls-8 {
    width: 66.66667%; }

  /* line 157, partials/_grid.scss */
  .md-ls-9 {
    width: 75%; }

  /* line 158, partials/_grid.scss */
  .md-ls-10 {
    width: 83.33333%; }

  /* line 159, partials/_grid.scss */
  .md-ls-11 {
    width: 91.66667%; }

  /* line 160, partials/_grid.scss */
  .md-ls-12 {
    width: 100%; }

  /* line 162, partials/_grid.scss */
  .md-ls-hidden {
    display: none; }

  /* line 164, partials/_grid.scss */
  .md-ls-left-1 {
    margin-left: 8.33333333333%; } }
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  /* line 169, partials/_grid.scss */
  .md-1 {
    width: 8.33333%; }

  /* line 170, partials/_grid.scss */
  .md-2 {
    width: 16.66667%; }

  /* line 171, partials/_grid.scss */
  .md-3 {
    width: 25%; }

  /* line 172, partials/_grid.scss */
  .md-4 {
    width: 33.33333%; }

  /* line 173, partials/_grid.scss */
  .md-5 {
    width: 41.66667%; }

  /* line 174, partials/_grid.scss */
  .md-6 {
    width: 50%; }

  /* line 175, partials/_grid.scss */
  .md-7 {
    width: 58.33333%; }

  /* line 176, partials/_grid.scss */
  .md-8 {
    width: 66.66667%; }

  /* line 177, partials/_grid.scss */
  .md-9 {
    width: 75%; }

  /* line 178, partials/_grid.scss */
  .md-10 {
    width: 83.33333%; }

  /* line 179, partials/_grid.scss */
  .md-11 {
    width: 91.66667%; }

  /* line 180, partials/_grid.scss */
  .md-12 {
    width: 100%; }

  /* line 182, partials/_grid.scss */
  .md-hidden {
    display: none; }

  /* line 184, partials/_grid.scss */
  .md-left-1 {
    margin-left: 8.33333333333%; } }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 187, partials/_grid.scss */
  .sm-ls-1 {
    width: 8.33333%; }

  /* line 188, partials/_grid.scss */
  .sm-ls-2 {
    width: 16.66667%; }

  /* line 189, partials/_grid.scss */
  .sm-ls-3 {
    width: 25%; }

  /* line 190, partials/_grid.scss */
  .sm-ls-4 {
    width: 33.33333%; }

  /* line 191, partials/_grid.scss */
  .sm-ls-5 {
    width: 41.66667%; }

  /* line 192, partials/_grid.scss */
  .sm-ls-6 {
    width: 50%; }

  /* line 193, partials/_grid.scss */
  .sm-ls-7 {
    width: 58.33333%; }

  /* line 194, partials/_grid.scss */
  .sm-ls-8 {
    width: 66.66667%; }

  /* line 195, partials/_grid.scss */
  .sm-ls-9 {
    width: 75%; }

  /* line 196, partials/_grid.scss */
  .sm-ls-10 {
    width: 83.33333%; }

  /* line 197, partials/_grid.scss */
  .sm-ls-11 {
    width: 91.66667%; }

  /* line 198, partials/_grid.scss */
  .sm-ls-12 {
    width: 100%; }

  /* line 199, partials/_grid.scss */
  .sm-ls-hidden {
    display: none; } }
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* Phones Screens*/
  /* line 203, partials/_grid.scss */
  .col {
    width: 100%; }

  /* line 204, partials/_grid.scss */
  .sm-1 {
    width: 8.33333%; }

  /* line 205, partials/_grid.scss */
  .sm-2 {
    width: 16.66667%; }

  /* line 206, partials/_grid.scss */
  .sm-3 {
    width: 25%; }

  /* line 207, partials/_grid.scss */
  .sm-4 {
    width: 33.33333%; }

  /* line 208, partials/_grid.scss */
  .sm-5 {
    width: 41.66667%; }

  /* line 209, partials/_grid.scss */
  .sm-6 {
    width: 50%; }

  /* line 210, partials/_grid.scss */
  .sm-7 {
    width: 58.33333%; }

  /* line 211, partials/_grid.scss */
  .sm-8 {
    width: 66.66667%; }

  /* line 212, partials/_grid.scss */
  .sm-9 {
    width: 75%; }

  /* line 213, partials/_grid.scss */
  .sm-10 {
    width: 83.33333%; }

  /* line 214, partials/_grid.scss */
  .sm-11 {
    width: 91.66667%; }

  /* line 215, partials/_grid.scss */
  .sm-12 {
    width: 100%; }

  /* line 216, partials/_grid.scss */
  .sm-hidden {
    display: none; } }
/* Global Elements */
/* line 2, partials/_global.scss */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* line 4, partials/_global.scss */
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  width: 100%; }

/* line 8, partials/_global.scss */
body {
  color: #59564b;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4em; }

/* line 14, partials/_global.scss */
h1, .title_1 {
  margin-bottom: 10px;
  color: #f58026;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem; }

/* line 14, partials/_global.scss */
h2, .title_2 {
  margin-bottom: 10px;
  color: #f58026;
  font-family: "Open Sans", sans-serif;
  font-size: 1.6rem; }

/* line 14, partials/_global.scss */
h3, .title_3 {
  margin-bottom: 10px;
  color: #f58026;
  font-family: "Open Sans", sans-serif;
  font-size: 1.2rem; }

/* line 14, partials/_global.scss */
h4, .title_4 {
  margin-bottom: 10px;
  color: #f58026;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8rem; }

/* line 14, partials/_global.scss */
h5, .title_5 {
  margin-bottom: 10px;
  color: #f58026;
  font-family: "Open Sans", sans-serif;
  font-size: 0.4rem; }

/* line 14, partials/_global.scss */
h6, .title_6 {
  margin-bottom: 10px;
  color: #f58026;
  font-family: "Open Sans", sans-serif;
  font-size: 0rem; }

/* line 22, partials/_global.scss */
a, .btn, .app_Google_map .directions .direction_search_button, .map .directions .direction_search_button, .google_map .directions .direction_search_button, :focus {
  outline: none;
  text-decoration: none; }

/* line 23, partials/_global.scss */
a {
  color: #000; }
  /* line 25, partials/_global.scss */
  a:hover {
    color: black; }

/* line 29, partials/_global.scss */
p, ul, ol, blockquote {
  margin-bottom: 20px; }

/* line 30, partials/_global.scss */
p {
  color: #59564b; }

/* line 31, partials/_global.scss */
ul {
  padding-left: 40px; }
  /* line 31, partials/_global.scss */
  ul li {
    list-style: disc; }

/* line 32, partials/_global.scss */
ol {
  padding-left: 40px; }
  /* line 32, partials/_global.scss */
  ol li {
    list-style: decimal; }

/* line 33, partials/_global.scss */
strong {
  font-weight: bold; }

/* line 34, partials/_global.scss */
em {
  font-style: italic; }

/* line 35, partials/_global.scss */
blockquote {
  padding: 20px;
  color: #000;
  border: solid 1px #000;
  font-style: italic;
  font-family: "Open Sans", sans-serif; }

/* line 40, partials/_global.scss */
.clear {
  clear: both; }

/* line 41, partials/_global.scss */
.img-responsive {
  max-width: 100%; }

/* line 44, partials/_global.scss */
.text-left, table th {
  text-align: left; }
/* line 45, partials/_global.scss */
.text-right {
  text-align: right; }
/* line 46, partials/_global.scss */
.text-center {
  text-align: center; }
/* line 48, partials/_global.scss */
.text-sm {
  font-size: 0.8em; }
/* line 49, partials/_global.scss */
.text-md {
  font-size: 1.2em; }
/* line 50, partials/_global.scss */
.text-lg {
  font-size: 1.6em; }
/* line 52, partials/_global.scss */
.text-uppercase {
  text-transform: uppercase; }
/* line 53, partials/_global.scss */
.text-line-through {
  text-decoration: line-through; }
/* line 54, partials/_global.scss */
.text-italic {
  font-style: italic; }
/* line 56, partials/_global.scss */
.text-primary {
  color: #000; }
/* line 57, partials/_global.scss */
.text-secondary {
  color: #000; }
/* line 58, partials/_global.scss */
.text-success {
  color: #66c189; }
/* line 59, partials/_global.scss */
.text-error {
  color: #df4d5f; }
/* line 60, partials/_global.scss */
.text-info {
  color: #75a4cd; }
/* line 61, partials/_global.scss */
.text-warning {
  color: #f6a721; }

/*.hero {
	background: $color-default;padding:10px;border-radius:$radius;
	&-sm {font-size:0.8em;padding:5px;}
	&-md {font-size:1.2em;padding:15px;}
	&-lg {font-size:1.6em;padding:20px;}
}
*/
/* Main Colours */
/* line 75, partials/_global.scss */
.primary {
  color: #000; }

/* line 75, partials/_global.scss */
.secondary {
  color: #000; }

/* line 75, partials/_global.scss */
.error {
  color: #df4d5f; }

/* line 75, partials/_global.scss */
.success {
  color: #66c189; }

/* line 75, partials/_global.scss */
.info {
  color: #75a4cd; }

/* line 75, partials/_global.scss */
.warning {
  color: #f6a721; }

/* line 75, partials/_global.scss */
.default {
  color: #000; }

/* line 78, partials/_global.scss */
.clear {
  clear: both; }

/* line 79, partials/_global.scss */
.left {
  float: left; }

/* line 80, partials/_global.scss */
.right {
  float: right; }

/* line 82, partials/_global.scss */
.mask {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999999999999999;
  display: block; }

/* line 93, partials/_global.scss */
.ajax-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999999999999;
  transform: translate(-50%, -50%); }

/* LIBRARY */
/* Buttons */
/* line 2, library/_buttons.scss */
.btn, .app_Google_map .directions .direction_search_button, .map .directions .direction_search_button, .google_map .directions .direction_search_button {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 900;
  text-align: center;
  cursor: pointer;
  vertical-align: top;
  padding: 10px 24px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25); }
  /* line 19, library/_buttons.scss */
  .btn.btn-sm, .app_Google_map .directions .btn-sm.direction_search_button, .map .directions .btn-sm.direction_search_button, .google_map .directions .btn-sm.direction_search_button {
    padding: 2px 6px; }
  /* line 20, library/_buttons.scss */
  .btn.btn-md, .app_Google_map .directions .btn-md.direction_search_button, .map .directions .btn-md.direction_search_button, .google_map .directions .btn-md.direction_search_button {
    padding: 10px 15px; }
  /* line 21, library/_buttons.scss */
  .btn.btn-lg, .app_Google_map .directions .btn-lg.direction_search_button, .map .directions .btn-lg.direction_search_button, .google_map .directions .btn-lg.direction_search_button {
    padding: 15px 25px; }
  /* line 23, library/_buttons.scss */
  .btn.btn-disabled, .app_Google_map .directions .btn-disabled.direction_search_button, .map .directions .btn-disabled.direction_search_button, .google_map .directions .btn-disabled.direction_search_button {
    cursor: not-allowed; }
  /* line 26, library/_buttons.scss */
  .btn.btn-icon .icon, .app_Google_map .directions .btn-icon.direction_search_button .icon, .map .directions .btn-icon.direction_search_button .icon, .google_map .directions .btn-icon.direction_search_button .icon {
    display: block;
    font-size: 2em; }
  /* line 27, library/_buttons.scss */
  .btn.btn-icon .text, .app_Google_map .directions .btn-icon.direction_search_button .text, .map .directions .btn-icon.direction_search_button .text, .google_map .directions .btn-icon.direction_search_button .text {
    display: block;
    font-size: 0.8em;
    padding: 5px;
    text-transform: uppercase;
    font-weight: bold; }
  /* line 29, library/_buttons.scss */
  .btn.btn-drag, .app_Google_map .directions .btn-drag.direction_search_button, .map .directions .btn-drag.direction_search_button, .google_map .directions .btn-drag.direction_search_button {
    cursor: move; }

/* Buttons Colours */
/* line 67, library/_buttons.scss */
.btn, .app_Google_map .directions .direction_search_button, .map .directions .direction_search_button, .google_map .directions .direction_search_button {
  color: #fff;
  border-color: #f2f2f2;
  background: #f58026;
  color: #999999; }
  /* line 36, library/_buttons.scss */
  .btn:hover, .app_Google_map .directions .direction_search_button:hover, .map .directions .direction_search_button:hover, .google_map .directions .direction_search_button:hover {
    background: #de660a;
    border-color: #de660a;
    color: #fff; }
  /* line 50, library/_buttons.scss */
  .btn.btn-outline, .app_Google_map .directions .btn-outline.direction_search_button, .map .directions .btn-outline.direction_search_button, .google_map .directions .btn-outline.direction_search_button {
    background: none;
    border-color: #ffffff;
    color: #ffffff; }
  /* line 56, library/_buttons.scss */
  .btn.btn-disabled, .app_Google_map .directions .btn-disabled.direction_search_button, .map .directions .btn-disabled.direction_search_button, .google_map .directions .btn-disabled.direction_search_button {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.4); }
    /* line 60, library/_buttons.scss */
    .btn.btn-disabled:hover, .app_Google_map .directions .btn-disabled.direction_search_button:hover, .map .directions .btn-disabled.direction_search_button:hover, .google_map .directions .btn-disabled.direction_search_button:hover {
      background: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.4);
      border-color: rgba(255, 255, 255, 0.1); }

/* line 68, library/_buttons.scss */
.btn-primary {
  color: #fff;
  border-color: #f2f2f2;
  background: #f58026;
  color: #999999; }
  /* line 36, library/_buttons.scss */
  .btn-primary:hover {
    background: #de660a;
    border-color: #de660a;
    color: #fff; }
  /* line 50, library/_buttons.scss */
  .btn-primary.btn-outline {
    background: none;
    border-color: #ffffff;
    color: #ffffff; }
  /* line 56, library/_buttons.scss */
  .btn-primary.btn-disabled {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.4); }
    /* line 60, library/_buttons.scss */
    .btn-primary.btn-disabled:hover {
      background: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.4);
      border-color: rgba(255, 255, 255, 0.1); }

/* line 69, library/_buttons.scss */
.btn-secondary {
  color: #fff;
  border-color: #f2f2f2;
  background: #f58026;
  color: rgba(245, 128, 38, 0.85); }
  /* line 36, library/_buttons.scss */
  .btn-secondary:hover {
    background: #de660a;
    border-color: #de660a;
    color: #fff; }
  /* line 50, library/_buttons.scss */
  .btn-secondary.btn-outline {
    background: none;
    border-color: #59564b;
    color: #59564b; }
  /* line 56, library/_buttons.scss */
  .btn-secondary.btn-disabled {
    background: rgba(89, 86, 75, 0.1);
    border-color: rgba(89, 86, 75, 0.1);
    color: rgba(89, 86, 75, 0.4); }
    /* line 60, library/_buttons.scss */
    .btn-secondary.btn-disabled:hover {
      background: rgba(89, 86, 75, 0.1);
      color: rgba(89, 86, 75, 0.4);
      border-color: rgba(89, 86, 75, 0.1); }

/* line 70, library/_buttons.scss */
.btn-error {
  color: #fff;
  border-color: #f2f2f2;
  background: #f58026;
  color: rgba(245, 128, 38, 0.85); }
  /* line 36, library/_buttons.scss */
  .btn-error:hover {
    background: #de660a;
    border-color: #de660a;
    color: #fff; }
  /* line 50, library/_buttons.scss */
  .btn-error.btn-outline {
    background: none;
    border-color: #df4d5f;
    color: #df4d5f; }
  /* line 56, library/_buttons.scss */
  .btn-error.btn-disabled {
    background: rgba(223, 77, 95, 0.1);
    border-color: rgba(223, 77, 95, 0.1);
    color: rgba(223, 77, 95, 0.4); }
    /* line 60, library/_buttons.scss */
    .btn-error.btn-disabled:hover {
      background: rgba(223, 77, 95, 0.1);
      color: rgba(223, 77, 95, 0.4);
      border-color: rgba(223, 77, 95, 0.1); }

/* line 71, library/_buttons.scss */
.btn-success {
  color: #fff;
  border-color: #f2f2f2;
  background: #f58026;
  color: rgba(245, 128, 38, 0.85); }
  /* line 36, library/_buttons.scss */
  .btn-success:hover {
    background: #de660a;
    border-color: #de660a;
    color: #fff; }
  /* line 50, library/_buttons.scss */
  .btn-success.btn-outline {
    background: none;
    border-color: #66c189;
    color: #66c189; }
  /* line 56, library/_buttons.scss */
  .btn-success.btn-disabled {
    background: rgba(102, 193, 137, 0.1);
    border-color: rgba(102, 193, 137, 0.1);
    color: rgba(102, 193, 137, 0.4); }
    /* line 60, library/_buttons.scss */
    .btn-success.btn-disabled:hover {
      background: rgba(102, 193, 137, 0.1);
      color: rgba(102, 193, 137, 0.4);
      border-color: rgba(102, 193, 137, 0.1); }

/* line 72, library/_buttons.scss */
.btn-warning {
  color: #fff;
  border-color: #f2f2f2;
  background: #f58026;
  color: rgba(245, 128, 38, 0.85); }
  /* line 36, library/_buttons.scss */
  .btn-warning:hover {
    background: #de660a;
    border-color: #de660a;
    color: #fff; }
  /* line 50, library/_buttons.scss */
  .btn-warning.btn-outline {
    background: none;
    border-color: #f6a721;
    color: #f6a721; }
  /* line 56, library/_buttons.scss */
  .btn-warning.btn-disabled {
    background: rgba(246, 167, 33, 0.1);
    border-color: rgba(246, 167, 33, 0.1);
    color: rgba(246, 167, 33, 0.4); }
    /* line 60, library/_buttons.scss */
    .btn-warning.btn-disabled:hover {
      background: rgba(246, 167, 33, 0.1);
      color: rgba(246, 167, 33, 0.4);
      border-color: rgba(246, 167, 33, 0.1); }

/* line 73, library/_buttons.scss */
.btn-info {
  color: #fff;
  border-color: #f2f2f2;
  background: #f58026;
  color: rgba(245, 128, 38, 0.85); }
  /* line 36, library/_buttons.scss */
  .btn-info:hover {
    background: #de660a;
    border-color: #de660a;
    color: #fff; }
  /* line 50, library/_buttons.scss */
  .btn-info.btn-outline {
    background: none;
    border-color: #75a4cd;
    color: #75a4cd; }
  /* line 56, library/_buttons.scss */
  .btn-info.btn-disabled {
    background: rgba(117, 164, 205, 0.1);
    border-color: rgba(117, 164, 205, 0.1);
    color: rgba(117, 164, 205, 0.4); }
    /* line 60, library/_buttons.scss */
    .btn-info.btn-disabled:hover {
      background: rgba(117, 164, 205, 0.1);
      color: rgba(117, 164, 205, 0.4);
      border-color: rgba(117, 164, 205, 0.1); }

/* Tables */
/* line 2, library/_tables.scss */
table {
  width: 100%;
  border: 1px solid rgba(204, 204, 204, 0.5);
  margin-bottom: 20px; }
  /* line 6, library/_tables.scss */
  table td, table th {
    padding: 10px;
    border-bottom: solid 1px #000;
    border-left: solid 1px #000; }
  /* line 12, library/_tables.scss */
  table th {
    color: #000; }
  /* line 17, library/_tables.scss */
  table tr:nth-child(even) {
    background: #fff; }
  /* line 20, library/_tables.scss */
  table.clean, table .clean table, table.clean td, table.clean th, table .clean td, table .clean th {
    border: none; }
  /* line 21, library/_tables.scss */
  table.clean tr, table.clean tr, table .clean tr, table .clean tr {
    background: none; }

/* Tables Colours */
/* line 25, library/_tables.scss */
.table-primary, .table-primary table {
  border-color: #000; }
  /* line 27, library/_tables.scss */
  .table-primary td, .table-primary table td {
    border-bottom-color: #000; }
  /* line 28, library/_tables.scss */
  .table-primary tr:nth-child(even), .table-primary table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.1); }

/* line 25, library/_tables.scss */
.table-secondary, .table-secondary table {
  border-color: #000; }
  /* line 27, library/_tables.scss */
  .table-secondary td, .table-secondary table td {
    border-bottom-color: #000; }
  /* line 28, library/_tables.scss */
  .table-secondary tr:nth-child(even), .table-secondary table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.1); }

/* line 25, library/_tables.scss */
.table-error, .table-error table {
  border-color: #df4d5f; }
  /* line 27, library/_tables.scss */
  .table-error td, .table-error table td {
    border-bottom-color: #df4d5f; }
  /* line 28, library/_tables.scss */
  .table-error tr:nth-child(even), .table-error table tr:nth-child(even) {
    background: rgba(223, 77, 95, 0.1); }

/* line 25, library/_tables.scss */
.table-success, .table-success table {
  border-color: #66c189; }
  /* line 27, library/_tables.scss */
  .table-success td, .table-success table td {
    border-bottom-color: #66c189; }
  /* line 28, library/_tables.scss */
  .table-success tr:nth-child(even), .table-success table tr:nth-child(even) {
    background: rgba(102, 193, 137, 0.1); }

/* line 25, library/_tables.scss */
.table-info, .table-info table {
  border-color: #75a4cd; }
  /* line 27, library/_tables.scss */
  .table-info td, .table-info table td {
    border-bottom-color: #75a4cd; }
  /* line 28, library/_tables.scss */
  .table-info tr:nth-child(even), .table-info table tr:nth-child(even) {
    background: rgba(117, 164, 205, 0.1); }

/* line 25, library/_tables.scss */
.table-warning, .table-warning table {
  border-color: #f6a721; }
  /* line 27, library/_tables.scss */
  .table-warning td, .table-warning table td {
    border-bottom-color: #f6a721; }
  /* line 28, library/_tables.scss */
  .table-warning tr:nth-child(even), .table-warning table tr:nth-child(even) {
    background: rgba(246, 167, 33, 0.1); }

/* line 25, library/_tables.scss */
.table-default, .table-default table {
  border-color: #000; }
  /* line 27, library/_tables.scss */
  .table-default td, .table-default table td {
    border-bottom-color: #000; }
  /* line 28, library/_tables.scss */
  .table-default tr:nth-child(even), .table-default table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.1); }

/* APPS */
/* Forms */
/* line 2, apps/_forms.scss */
.form-group, .app_Google_map .directions .direction_search_panel, .map .directions .direction_search_panel, .google_map .directions .direction_search_panel {
  margin-bottom: 10px;
  width: 100%; }
  /* line 4, apps/_forms.scss */
  .form-group label, .app_Google_map .directions .direction_search_panel label, .map .directions .direction_search_panel label, .google_map .directions .direction_search_panel label {
    color: #f58026; }
  /* line 5, apps/_forms.scss */
  .form-group .form-element, .app_Google_map .directions .direction_search_panel .form-element, .map .directions .direction_search_panel .form-element, .google_map .directions .direction_search_panel .form-element, .app_Google_map .directions .direction_search_panel input, .app_Google_map .directions .direction_search_panel select, .map .directions .direction_search_panel input, .map .directions .direction_search_panel select, .google_map .directions .direction_search_panel input, .google_map .directions .direction_search_panel select {
    display: block;
    width: 100%;
    padding: 10px 15px;
    border: solid 1px #000; }
    /* line 10, apps/_forms.scss */
    .form-group .form-element:hover, .app_Google_map .directions .direction_search_panel .form-element:hover, .map .directions .direction_search_panel .form-element:hover, .google_map .directions .direction_search_panel .form-element:hover, .app_Google_map .directions .direction_search_panel input:hover, .app_Google_map .directions .direction_search_panel select:hover, .map .directions .direction_search_panel input:hover, .map .directions .direction_search_panel select:hover, .google_map .directions .direction_search_panel input:hover, .google_map .directions .direction_search_panel select:hover {
      border-color: black; }
    /* line 11, apps/_forms.scss */
    .form-group .form-element:focus, .app_Google_map .directions .direction_search_panel .form-element:focus, .map .directions .direction_search_panel .form-element:focus, .google_map .directions .direction_search_panel .form-element:focus, .app_Google_map .directions .direction_search_panel input:focus, .app_Google_map .directions .direction_search_panel select:focus, .map .directions .direction_search_panel input:focus, .map .directions .direction_search_panel select:focus, .google_map .directions .direction_search_panel input:focus, .google_map .directions .direction_search_panel select:focus {
      border-color: #000; }

/* line 15, apps/_forms.scss */
.form-inline {
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: table-cell;
  display: flex; }
  /* line 17, apps/_forms.scss */
  .form-inline .form-group, .form-inline .app_Google_map .directions .direction_search_panel, .app_Google_map .directions .form-inline .direction_search_panel, .form-inline .map .directions .direction_search_panel, .map .directions .form-inline .direction_search_panel, .form-inline .google_map .directions .direction_search_panel, .google_map .directions .form-inline .direction_search_panel {
    padding: 5px;
    margin-bottom: 20px; }
    /* line 19, apps/_forms.scss */
    .form-inline .form-group:first-of-type, .form-inline .app_Google_map .directions .direction_search_panel:first-of-type, .app_Google_map .directions .form-inline .direction_search_panel:first-of-type, .form-inline .map .directions .direction_search_panel:first-of-type, .map .directions .form-inline .direction_search_panel:first-of-type, .form-inline .google_map .directions .direction_search_panel:first-of-type, .google_map .directions .form-inline .direction_search_panel:first-of-type {
      padding-left: 0; }
    /* line 20, apps/_forms.scss */
    .form-inline .form-group:last-of-type, .form-inline .app_Google_map .directions .direction_search_panel:last-of-type, .app_Google_map .directions .form-inline .direction_search_panel:last-of-type, .form-inline .map .directions .direction_search_panel:last-of-type, .map .directions .form-inline .direction_search_panel:last-of-type, .form-inline .google_map .directions .direction_search_panel:last-of-type, .google_map .directions .form-inline .direction_search_panel:last-of-type {
      padding-right: 0; }

/* line 24, apps/_forms.scss */
.radio-group, .checkbox-group {
  margin-bottom: 20px; }
  /* line 26, apps/_forms.scss */
  .radio-group label, .checkbox-group label {
    display: block;
    padding: 5px 10px; }
  /* line 27, apps/_forms.scss */
  .radio-group.radio-group-inline label, .radio-group.checkbox-group-inline label, .checkbox-group.radio-group-inline label, .checkbox-group.checkbox-group-inline label {
    display: inline-block; }
  /* line 28, apps/_forms.scss */
  .radio-group label, .checkbox-group label {
    display: block;
    cursor: pointer; }

/* Google Maps */
/* line 2, apps/_maps.scss */
.app_Google_map, .map, .google_map {
  position: relative;
  padding: 0  0 40px; }
  /* line 5, apps/_maps.scss */
  .app_Google_map .directions, .map .directions, .google_map .directions {
    width: 100%;
    background: #fff;
    color: #000; }
    /* line 9, apps/_maps.scss */
    .app_Google_map .directions .direction_search_panel, .map .directions .direction_search_panel, .google_map .directions .direction_search_panel {
      display: inline-block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: table-cell;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center;
      padding: 10px; }
      /* line 15, apps/_maps.scss */
      .app_Google_map .directions .direction_search_panel span, .map .directions .direction_search_panel span, .google_map .directions .direction_search_panel span {
        padding: 0 10px; }
    /* line 20, apps/_maps.scss */
    .app_Google_map .directions .direction_search_button, .map .directions .direction_search_button, .google_map .directions .direction_search_button {
      color: #fff;
      border-color: #f2f2f2;
      background: #f58026;
      color: rgba(245, 128, 38, 0.85); }
      /* line 36, library/_buttons.scss */
      .app_Google_map .directions .direction_search_button:hover, .map .directions .direction_search_button:hover, .google_map .directions .direction_search_button:hover {
        background: #de660a;
        border-color: #de660a;
        color: #fff; }
      /* line 50, library/_buttons.scss */
      .app_Google_map .directions .direction_search_button.btn-outline, .map .directions .direction_search_button.btn-outline, .google_map .directions .direction_search_button.btn-outline {
        background: none;
        border-color: #000;
        color: #000; }
      /* line 56, library/_buttons.scss */
      .app_Google_map .directions .direction_search_button.btn-disabled, .map .directions .direction_search_button.btn-disabled, .google_map .directions .direction_search_button.btn-disabled {
        background: rgba(0, 0, 0, 0.1);
        border-color: rgba(0, 0, 0, 0.1);
        color: rgba(0, 0, 0, 0.4); }
        /* line 60, library/_buttons.scss */
        .app_Google_map .directions .direction_search_button.btn-disabled:hover, .map .directions .direction_search_button.btn-disabled:hover, .google_map .directions .direction_search_button.btn-disabled:hover {
          background: rgba(0, 0, 0, 0.1);
          color: rgba(0, 0, 0, 0.4);
          border-color: rgba(0, 0, 0, 0.1); }

/* line 2, apps/_faq.scss */
.app_faq .faq_answer {
  display: none; }

/* Navigation 
.nav {
	ul {padding-left: 0;}
	li {
		list-style:none;
		ul {display:none;}
		a {
			display:block;
			padding:5px 10px;
		}
	}
	&.nav-inline {
		text-align:right;
		ul {
			display:block; width:100%;
			li {display:inline-block; position:relative;}
			a {border:none; text-align:center; display:block;}
			ul {display:none; position: absolute; top:100%; left:0;}
			li:hover ul {display:block;}
		}
	}
}
*/
/* Navigation */
/* line 26, apps/_navigation.scss */
nav ul {
  list-style: none;
  padding: 0; }

/* line 27, apps/_navigation.scss */
nav > ul > li {
  display: inline-block;
  position: relative; }

/* line 28, apps/_navigation.scss */
nav ul ul {
  display: none;
  left: 0;
  position: absolute;
  top: 45px; }

/* line 35, apps/_navigation.scss */
nav li:hover > ul {
  display: block; }

/* Testimonials */
/* line 4, apps/_testimonials.scss */
.app_testimonials .testimonial .testimonial-meta {
  margin-bottom: 0px;
  text-align: right;
  font-style: normal; }
  /* line 7, apps/_testimonials.scss */
  .app_testimonials .testimonial .testimonial-meta .meta-name {
    font-weight: bold; }

/* Blog */
/* line 3, apps/_blog.scss */
.blog-entries .blog-entry {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #000; }
  /* line 3, apps/_blog.scss */
  .blog-entries .blog-entry:last-of-type {
    border: none; }
/* line 5, apps/_blog.scss */
.blog-entries .blog-entry-thumbnail figure {
  margin: 0 10px 10px 0; }
/* line 6, apps/_blog.scss */
.blog-entries .blog-entry-thumbnail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%; }
/* line 8, apps/_blog.scss */
.blog-entries .blog-entry-meta {
  font-size: 0.7em;
  color: #000;
  text-transform: uppercase; }

/* line 12, apps/_blog.scss */
.blog-categories ul {
  padding: 0; }
/* line 13, apps/_blog.scss */
.blog-categories a {
  display: block;
  padding: 5px;
  border-bottom: solid 1px #000; }
/* line 14, apps/_blog.scss */
.blog-categories li {
  list-style: none; }
/* line 15, apps/_blog.scss */
.blog-categories li:last-of-type:not(:first-of-type) a {
  border-bottom: none; }

/* Image Gallery */
/* line 36, apps/_galleries.scss */
.app_images {
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: table-cell;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 3, apps/_galleries.scss */
  .app_images img {
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    opacity: .9; }
  /* line 4, apps/_galleries.scss */
  .app_images a:hover img {
    opacity: 1; }
  /* line 7, apps/_galleries.scss */
  .app_images a {
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: table-cell;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: calc(100%/3 - 5px);
    height: 250px;
    margin: 0 calc(5px / 2) 5px;
    position: relative;
    overflow: hidden; }
    /* line 16, apps/_galleries.scss */
    .app_images a:nth-of-type(3n+1) {
      margin-left: 0; }
    /* line 17, apps/_galleries.scss */
    .app_images a:nth-of-type(3n) {
      margin-right: 0; }
    /* line 19, apps/_galleries.scss */
    .app_images a img {
      flex-shrink: 0;
      min-width: 100%;
      min-height: 100%; }
  /* line 23, apps/_galleries.scss */
  .app_images:after {
    content: '';
    display: block;
    clear: both; }
  /* line 25, apps/_galleries.scss */
  .app_images.tile_gallery {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    line-height: 0; }
    /* line 28, apps/_galleries.scss */
    .app_images.tile_gallery img {
      display: block;
      max-width: 100%;
      margin-bottom: 5px;
      margin-bottom: 5px; }

/* Lightbox */
/* line 44, apps/_galleries.scss */
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8; }

/* line 50, apps/_galleries.scss */
.lightbox {
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  z-index: 10000;
  width: 100%;
  font-weight: 400;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  /* line 56, apps/_galleries.scss */
  .lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    border-radius: 0px; }
  /* line 60, apps/_galleries.scss */
  .lightbox a img {
    border: none; }
  /* line 61, apps/_galleries.scss */
  .lightbox .lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0px; }
    /* line 66, apps/_galleries.scss */
    .lightbox .lb-outerContainer:after {
      display: table; }
  /* line 68, apps/_galleries.scss */
  .lightbox .lb-loader, .lightbox .lb-nav {
    position: absolute;
    left: 0; }
  /* line 72, apps/_galleries.scss */
  .lightbox .lb-container {
    padding: 4px; }
    /* line 74, apps/_galleries.scss */
    .lightbox .lb-container > .nav {
      left: 0; }
    /* line 75, apps/_galleries.scss */
    .lightbox .lb-container .lb-loader {
      top: 43%;
      height: 25%;
      width: 100%; }
      /* line 78, apps/_galleries.scss */
      .lightbox .lb-container .lb-loader .lb-cancel {
        display: block;
        width: 32px;
        height: 32px;
        margin: 0 auto;
        background: url(images/loading.gif) no-repeat; }
    /* line 83, apps/_galleries.scss */
    .lightbox .lb-container .lb-nav {
      top: 0;
      z-index: 10;
      height: 100%;
      width: 100%; }
      /* line 87, apps/_galleries.scss */
      .lightbox .lb-container .lb-nav .lb-next, .lightbox .lb-container .lb-nav .lb-prev {
        height: 100%;
        display: block;
        background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
        outline: 0;
        cursor: pointer; }
      /* line 93, apps/_galleries.scss */
      .lightbox .lb-container .lb-nav .lb-prev {
        float: left;
        width: 34%;
        left: 0;
        background: url(images/prev.png) left 48% no-repeat;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity .6s;
        -moz-transition: opacity .6s;
        -o-transition: opacity .6s;
        transition: opacity .6s; }
        /* line 98, apps/_galleries.scss */
        .lightbox .lb-container .lb-nav .lb-prev:hover {
          filter: alpha(Opacity=100);
          opacity: 1; }
      /* line 100, apps/_galleries.scss */
      .lightbox .lb-container .lb-nav .lb-next {
        float: right;
        width: 64%;
        right: 0;
        background: url(images/next.png) right 48% no-repeat;
        filter: alpha(Opacity=0);
        opacity: 0;
        -webkit-transition: opacity .6s;
        -moz-transition: opacity .6s;
        -o-transition: opacity .6s;
        transition: opacity .6s; }
        /* line 105, apps/_galleries.scss */
        .lightbox .lb-container .lb-nav .lb-next:hover {
          filter: alpha(Opacity=100);
          opacity: 1; }
  /* line 110, apps/_galleries.scss */
  .lightbox .lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px; }
    /* line 116, apps/_galleries.scss */
    .lightbox .lb-dataContainer:after {
      display: table; }
    /* line 117, apps/_galleries.scss */
    .lightbox .lb-dataContainer .lb-data {
      padding: 0 4px;
      color: #ccc; }
      /* line 120, apps/_galleries.scss */
      .lightbox .lb-dataContainer .lb-data .lb-details {
        float: left;
        width: 85%;
        text-align: left;
        line-height: 1.1em; }
      /* line 124, apps/_galleries.scss */
      .lightbox .lb-dataContainer .lb-data .lb-caption {
        font-size: 13px;
        font-weight: 700;
        line-height: 1em; }
      /* line 125, apps/_galleries.scss */
      .lightbox .lb-dataContainer .lb-data .lb-number {
        clear: left;
        display: block;
        padding-bottom: 1em;
        font-size: 12px;
        color: #999; }
      /* line 129, apps/_galleries.scss */
      .lightbox .lb-dataContainer .lb-data .lb-close {
        float: right;
        display: block;
        width: 30px;
        height: 30px;
        background: url(images/close.png) top right no-repeat;
        text-align: right;
        filter: alpha(Opacity=70);
        opacity: .7;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s; }
        /* line 135, apps/_galleries.scss */
        .lightbox .lb-dataContainer .lb-data .lb-close:hover {
          cursor: pointer;
          filter: alpha(Opacity=100);
          opacity: 1; }

/* Vendors */
/* JQuery UI Theme */
/* line 5, vendors/_jqueryui.theme.scss */
.ui-widget {
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

/* line 9, vendors/_jqueryui.theme.scss */
.ui-widget .ui-widget {
  font-size: 16px; }

/* line 12, vendors/_jqueryui.theme.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Open Sans", sans-serif;
  font-size: 16px; }

/* line 19, vendors/_jqueryui.theme.scss */
.ui-widget.ui-widget-content {
  border: solid 1px #000; }

/* line 22, vendors/_jqueryui.theme.scss */
.ui-widget-content {
  border: solid 1px #000;
  background: #fff;
  color: #59564b; }

/* line 27, vendors/_jqueryui.theme.scss */
.ui-widget-content a {
  color: #59564b; }

/* line 30, vendors/_jqueryui.theme.scss */
.ui-widget-header {
  border: solid 1px #000;
  background: #000;
  color: #fff;
  font-weight: normal; }

/* line 36, vendors/_jqueryui.theme.scss */
.ui-widget-header a {
  color: #fff; }

/* line 41, vendors/_jqueryui.theme.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: solid 1px #000;
  background: #fff;
  font-weight: normal;
  color: #000; }

/* line 54, vendors/_jqueryui.theme.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #000;
  text-decoration: none; }

/* line 64, vendors/_jqueryui.theme.scss */
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: solid 1px #000;
  border-color: black;
  background: #000;
  font-weight: normal;
  color: #fff; }

/* line 78, vendors/_jqueryui.theme.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #fff;
  text-decoration: none; }

/* line 92, vendors/_jqueryui.theme.scss */
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

/* line 95, vendors/_jqueryui.theme.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: solid 1px #000;
  border-color: #000;
  background: #fff;
  font-weight: normal;
  color: black; }

/* line 107, vendors/_jqueryui.theme.scss */
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #333333;
  background-color: #000; }

/* line 112, vendors/_jqueryui.theme.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #000;
  text-decoration: none; }

/* line 120, vendors/_jqueryui.theme.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: solid 1px #000;
  border-color: #000;
  background: #000;
  color: #fff; }

/* line 128, vendors/_jqueryui.theme.scss */
.ui-state-checked {
  border: solid 1px #000;
  border-color: #000;
  background: #000; }

/* line 133, vendors/_jqueryui.theme.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636; }

/* line 138, vendors/_jqueryui.theme.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: solid 1px #000;
  border-color: #df4d5f;
  background: #df4d5f;
  color: #ffffff; }

/* line 146, vendors/_jqueryui.theme.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff; }

/* line 151, vendors/_jqueryui.theme.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff; }

/* line 156, vendors/_jqueryui.theme.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: normal; }

/* line 161, vendors/_jqueryui.theme.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

/* line 168, vendors/_jqueryui.theme.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

/* line 175, vendors/_jqueryui.theme.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* line 182, vendors/_jqueryui.theme.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0px; }

/* line 188, vendors/_jqueryui.theme.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0px; }

/* line 194, vendors/_jqueryui.theme.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0px; }

/* line 200, vendors/_jqueryui.theme.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0px; }

/* line 208, vendors/_jqueryui.theme.scss */
.ui-widget-overlay {
  background: #fff;
  opacity: .5;
  filter: Alpha(Opacity=50);
  /* support: IE8 */ }

/* line 213, vendors/_jqueryui.theme.scss */
.ui-widget-shadow {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2); }

/* line 221, vendors/_jqueryui.theme.scss */
.ui-icon {
  font-size: 0; }
  /* line 223, vendors/_jqueryui.theme.scss */
  .ui-icon:before {
    font-size: 16px;
    font-family: "FontAwesome";
    color: inherit;
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    z-index: 999999999;
    width: 100%;
    text-indent: 0;
    height: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1em; }
  /* line 240, vendors/_jqueryui.theme.scss */
  .ui-icon.ui-icon-circle-triangle-w:before {
    content: '\f104'; }
  /* line 241, vendors/_jqueryui.theme.scss */
  .ui-icon.ui-icon-circle-triangle-e:before {
    content: '\f105'; }
  /* line 242, vendors/_jqueryui.theme.scss */
  .ui-icon.ui-icon-closethick:before {
    content: '\f00d'; }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/* line 4, vendors/_font-awesome.min.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* line 4, vendors/_font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-2x {
  font-size: 2em; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-3x {
  font-size: 3em; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-4x {
  font-size: 4em; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-5x {
  font-size: 5em; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ul > li {
  position: relative; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

/* line 4, vendors/_font-awesome.min.scss */
.pull-right {
  float: right; }

/* line 4, vendors/_font-awesome.min.scss */
.pull-left {
  float: left; }

/* line 4, vendors/_font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em; }

/* line 4, vendors/_font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
/* line 4, vendors/_font-awesome.min.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 4, vendors/_font-awesome.min.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 4, vendors/_font-awesome.min.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

/* line 4, vendors/_font-awesome.min.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

/* line 4, vendors/_font-awesome.min.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

/* line 4, vendors/_font-awesome.min.scss */
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-inverse {
  color: #fff; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-glass:before {
  content: "\f000"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-music:before {
  content: "\f001"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-search:before {
  content: "\f002"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-heart:before {
  content: "\f004"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-star:before {
  content: "\f005"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-user:before {
  content: "\f007"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-film:before {
  content: "\f008"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-th:before {
  content: "\f00a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-check:before {
  content: "\f00c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-signal:before {
  content: "\f012"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-home:before {
  content: "\f015"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-road:before {
  content: "\f018"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-download:before {
  content: "\f019"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-lock:before {
  content: "\f023"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-flag:before {
  content: "\f024"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-book:before {
  content: "\f02d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-print:before {
  content: "\f02f"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-camera:before {
  content: "\f030"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-font:before {
  content: "\f031"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bold:before {
  content: "\f032"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-italic:before {
  content: "\f033"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-list:before {
  content: "\f03a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tint:before {
  content: "\f043"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-play:before {
  content: "\f04b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-eject:before {
  content: "\f052"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-expand:before {
  content: "\f065"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-compress:before {
  content: "\f066"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-plus:before {
  content: "\f067"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-minus:before {
  content: "\f068"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-plane:before {
  content: "\f072"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-random:before {
  content: "\f074"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-comment:before {
  content: "\f075"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-key:before {
  content: "\f084"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-comments:before {
  content: "\f086"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-upload:before {
  content: "\f093"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-phone:before {
  content: "\f095"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-github:before {
  content: "\f09b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-rss:before {
  content: "\f09e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-circle:before {
  content: "\f111"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-code:before {
  content: "\f121"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-crop:before {
  content: "\f125"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-question:before {
  content: "\f128"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-info:before {
  content: "\f129"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-shield:before {
  content: "\f132"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file:before {
  content: "\f15b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-xing:before {
  content: "\f168"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-adn:before {
  content: "\f170"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-apple:before {
  content: "\f179"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-android:before {
  content: "\f17b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-trello:before {
  content: "\f181"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-female:before {
  content: "\f182"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-male:before {
  content: "\f183"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-archive:before {
  content: "\f187"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bug:before {
  content: "\f188"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-vk:before {
  content: "\f189"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-slack:before {
  content: "\f198"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pied-piper:before {
  content: "\f1a7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-hacker-news:before {
  content: "\f1d4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-history:before {
  content: "\f1da"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-genderless:before, .fa-circle-thin:before {
  content: "\f1db"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-tty:before {
  content: "\f1e4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-binoculars:before {
  content: "\f1e5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-plug:before {
  content: "\f1e6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-slideshare:before {
  content: "\f1e7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-twitch:before {
  content: "\f1e8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-yelp:before {
  content: "\f1e9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-newspaper-o:before {
  content: "\f1ea"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-wifi:before {
  content: "\f1eb"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-calculator:before {
  content: "\f1ec"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-paypal:before {
  content: "\f1ed"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-google-wallet:before {
  content: "\f1ee"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cc-visa:before {
  content: "\f1f0"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cc-mastercard:before {
  content: "\f1f1"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cc-discover:before {
  content: "\f1f2"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cc-amex:before {
  content: "\f1f3"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cc-paypal:before {
  content: "\f1f4"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cc-stripe:before {
  content: "\f1f5"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bell-slash:before {
  content: "\f1f6"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bell-slash-o:before {
  content: "\f1f7"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-trash:before {
  content: "\f1f8"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-copyright:before {
  content: "\f1f9"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-at:before {
  content: "\f1fa"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-eyedropper:before {
  content: "\f1fb"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-paint-brush:before {
  content: "\f1fc"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-birthday-cake:before {
  content: "\f1fd"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-area-chart:before {
  content: "\f1fe"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pie-chart:before {
  content: "\f200"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-line-chart:before {
  content: "\f201"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-lastfm:before {
  content: "\f202"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-lastfm-square:before {
  content: "\f203"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-toggle-off:before {
  content: "\f204"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-toggle-on:before {
  content: "\f205"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bicycle:before {
  content: "\f206"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-bus:before {
  content: "\f207"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ioxhost:before {
  content: "\f208"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-angellist:before {
  content: "\f209"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cc:before {
  content: "\f20a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-meanpath:before {
  content: "\f20c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-buysellads:before {
  content: "\f20d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-connectdevelop:before {
  content: "\f20e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-dashcube:before {
  content: "\f210"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-forumbee:before {
  content: "\f211"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-leanpub:before {
  content: "\f212"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-sellsy:before {
  content: "\f213"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-shirtsinbulk:before {
  content: "\f214"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-simplybuilt:before {
  content: "\f215"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-skyatlas:before {
  content: "\f216"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cart-plus:before {
  content: "\f217"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-cart-arrow-down:before {
  content: "\f218"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-diamond:before {
  content: "\f219"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-ship:before {
  content: "\f21a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-user-secret:before {
  content: "\f21b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-motorcycle:before {
  content: "\f21c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-street-view:before {
  content: "\f21d"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-heartbeat:before {
  content: "\f21e"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-venus:before {
  content: "\f221"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mars:before {
  content: "\f222"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mercury:before {
  content: "\f223"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-transgender:before {
  content: "\f224"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-transgender-alt:before {
  content: "\f225"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-venus-double:before {
  content: "\f226"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mars-double:before {
  content: "\f227"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-venus-mars:before {
  content: "\f228"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mars-stroke:before {
  content: "\f229"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mars-stroke-v:before {
  content: "\f22a"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-mars-stroke-h:before {
  content: "\f22b"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-neuter:before {
  content: "\f22c"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-facebook-official:before {
  content: "\f230"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-pinterest-p:before {
  content: "\f231"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-whatsapp:before {
  content: "\f232"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-server:before {
  content: "\f233"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-user-plus:before {
  content: "\f234"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-user-times:before {
  content: "\f235"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-viacoin:before {
  content: "\f237"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-train:before {
  content: "\f238"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-subway:before {
  content: "\f239"; }

/* line 4, vendors/_font-awesome.min.scss */
.fa-medium:before {
  content: "\f23a"; }

/* line 43, style_site.scss */
.btn-2 {
  background: #59564b;
  color: #ffffff;
  padding: 15px 30px; }

/* line 44, style_site.scss */
strong {
  color: #f58026; }

/* line 45, style_site.scss */
h1, h2 {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px; }

/* line 47, style_site.scss */
.container {
  margin: 0 auto;
  max-width: 100%;
  width: 1280px; }

/* line 49, style_site.scss */
nav ul {
  margin: 0;
  padding: 0; }
  /* line 52, style_site.scss */
  nav ul li {
    display: inline-block;
    position: relative; }
    /* line 55, style_site.scss */
    nav ul li:after {
      border-right: 1px solid;
      color: #fff;
      content: '';
      height: 20px;
      right: -4px;
      position: absolute;
      top: 22px; }
    /* line 64, style_site.scss */
    nav ul li:last-child:after {
      border-right: none; }
    /* line 65, style_site.scss */
    nav ul li a {
      color: #fff;
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      padding: 20px 8px; }

/* line 69, style_site.scss */
.header_main {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500000; }
  /* line 74, style_site.scss */
  .header_main .header_top {
    background: #59564b;
    position: relative; }
    /* line 77, style_site.scss */
    .header_main .header_top .search_bar {
      margin: 12px 0;
      text-align: right; }
      /* line 79, style_site.scss */
      .header_main .header_top .search_bar input {
        background-color: white;
        background-image: url("../library/searchicon.jpg");
        background-position: right center;
        background-repeat: no-repeat;
        border: none;
        box-sizing: border-box;
        padding: 12px 40px 12px 12px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
        width: 260px; }
        /* line 90, style_site.scss */
        .header_main .header_top .search_bar input:focus {
          width: 100%; }
    /* line 93, style_site.scss */
    .header_main .header_top .customer {
      margin: 0;
      padding: 0; }
      /* line 96, style_site.scss */
      .header_main .header_top .customer li {
        display: inline-block; }
        /* line 98, style_site.scss */
        .header_main .header_top .customer li a {
          color: #fff;
          display: block;
          padding: 20px 8px; }
        /* line 100, style_site.scss */
        .header_main .header_top .customer li:first-child .mini_cart {
          background: #ffffff;
          border: 1px solid #f58026;
          bottom: -54px;
          display: none;
          padding: 15px 30px;
          position: absolute;
          right: 0;
          -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
          z-index: 5000; }
          /* line 111, style_site.scss */
          .header_main .header_top .customer li:first-child .mini_cart p {
            color: #59564b;
            margin: 0;
            padding: 0; }
        /* line 113, style_site.scss */
        .header_main .header_top .customer li:first-child:hover .mini_cart {
          display: block; }
  /* line 118, style_site.scss */
  .header_main .header_bottom {
    background: #fff;
    background: white; }
    /* line 120, style_site.scss */
    .header_main .header_bottom figure img {
      max-width: 100%; }
    /* line 121, style_site.scss */
    .header_main .header_bottom nav ul {
      margin: 12px 0; }
      /* line 124, style_site.scss */
      .header_main .header_bottom nav ul li:after {
        color: #59564b;
        height: 25px;
        top: 20px; }
      /* line 125, style_site.scss */
      .header_main .header_bottom nav ul li:last-child ul {
        margin-left: -250px; }
      /* line 126, style_site.scss */
      .header_main .header_bottom nav ul li a {
        color: #59564b;
        font-size: 18px;
        font-size: 1.125rem;
        /*font-size:1.25vw;*/
        padding: 20px 10px; }
      /* line 128, style_site.scss */
      .header_main .header_bottom nav ul ul {
        top: 45px;
        width: 300px; }
        /* line 131, style_site.scss */
        .header_main .header_bottom nav ul ul li {
          display: block; }
          /* line 133, style_site.scss */
          .header_main .header_bottom nav ul ul li:after {
            border: none; }
          /* line 134, style_site.scss */
          .header_main .header_bottom nav ul ul li a {
            background: #59564b;
            color: #ffffff;
            display: block;
            font-size: 18px;
            font-size: 1.125rem;
            padding: 10px;
            text-align: left;
            width: 100%; }
            /* line 142, style_site.scss */
            .header_main .header_bottom nav ul ul li a:hover {
              background: #3d3b34; }
  /* line 150, style_site.scss */
  .header_main.fixed nav ul li:after {
    top: 11px; }
  /* line 151, style_site.scss */
  .header_main.fixed nav ul li a {
    padding: 8px; }
  /* line 153, style_site.scss */
  .header_main.fixed .header_top .search_bar {
    margin: 4px 0; }
    /* line 155, style_site.scss */
    .header_main.fixed .header_top .search_bar input {
      padding: 8px 40px 8px 12px; }
  /* line 158, style_site.scss */
  .header_main.fixed .header_bottom nav ul ul {
    top: 26px; }
  /* line 159, style_site.scss */
  .header_main.fixed .header_bottom figure img {
    width: 210px; }

/* line 164, style_site.scss */
.slider {
  margin-top: 58px;
  position: relative; }
  /* line 167, style_site.scss */
  .slider img {
    max-width: 100%;
    position: relative;
    width: 1920px;
    z-index: 5; }
  /* line 173, style_site.scss */
  .slider .cycle-pager {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1000; }
    /* line 180, style_site.scss */
    .slider .cycle-pager span {
      background: #fff;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 50%;
      cursor: pointer;
      display: inline-block;
      height: 25px;
      margin: 0 5px;
      text-indent: -9999em;
      width: 25px; }
    /* line 191, style_site.scss */
    .slider .cycle-pager span:hover, .slider .cycle-pager span.cycle-pager-active {
      background: #f58026; }

/* line 194, style_site.scss */
.hero {
  margin-top: 157px; }
  /* line 196, style_site.scss */
  .hero img {
    max-width: 100%; }

/* line 199, style_site.scss */
.content {
  padding: 40px 0;
  /* BLOG */
  /* PRODUCT LISTING */
  /*
  .prod_wrap {
  			a {
  				display:block;
  				text-align:center;
  				.prod_list {
  					margin:3%;
  					figure {
  					height:100%;
  					overflow:hidden;
  					position:relative;
  					width:100%;
  					figcaption {
  						height:100%;
  						left:0;
  						overflow:hidden;
  						position:absolute;
  						top:0;
  						-webkit-transition: all 0.4s ease-in-out;
  						transition: all 0.4s ease-in-out;
  						width:100%;
  					}
  					&:hover figcaption {background-color:rgba(0,0,0,.6);}
  					h2, img {
  						-webkit-transition: all 0.4s ease-in-out;
  						transition: all 0.4s ease-in-out;
  					}
  					img {
  						display:block;
  						position:relative;
  						-webkit-transform: scale(1.1);
  						-ms-transform: scale(1.1);
  						transform: scale(1.1);
  						max-width:100%;
  					}
  					&:hover img {
  						-webkit-transform: scale(1);
  						-ms-transform: scale(1);
  						transform: scale(1);
  					}
  					h2 {
  						background: rgba(0, 0, 0, 0.6);
  						bottom:15px;
  						color:$color-3;
  						@include font-size(26px);
  						margin:0;
  						padding:16px 0;
  						position:absolute;
  						text-align:center;
  						width:100%;
  					}
  					&:hover h2 {display:none;}
  					span {
  						background-color: transparent;
  						border:2px solid $color-2;
  						color:$color-3;
  						filter: alpha(opacity=0);
  						@include font-size(26px);
  						height:85%;
  						left:7.5%;
  						opacity:0;
  						padding-top:24%;
  						position:absolute;
  						top:7.5%;
  						-webkit-transform: scale(1.5);
  						-ms-transform: scale(1.5);
  						transform: scale(1.5);
  						-webkit-transition: all 0.4s ease-in-out;
  						transition: all 0.4s ease-in-out;
  						width:85%;
  					}
  					&:hover span {
  						background-color: rgba(0,0,0,.6);
  						color:$color-2;
  						opacity: 1;
  						filter: alpha(opacity=100);
  						-webkit-transform: scale(1);
  						-ms-transform: scale(1);
  						transform: scale(1);
  					}
  				}  
  				}
  			}
  		}		
  */
  /* PRODUCT DETAIL */
  	/*
  		.prod_detail {
  					padding-top:20px;
  					.left_col {
  						.slider_prod img {height:auto; max-width:100%; width:576px;}
  						.controls_wrapper {
  							.slider_thum {
  								margin:15px auto;
  								a {
  									margin:10px 1%;
  									img {max-width:100%;}
  								}
  							}
  							.slider_controls {
  								position:relative;
  								span {
  									color:$color-2;
  									@include font-size(40px);
  									position:absolute;
  									top:22.5px;
  									&:hover {color:$color-1; cursor:pointer;}
  								}
  								.prev {left:10px;}
  								.next {right:10px;}
  							}
  						}
  					}
  					.right_col {
  						padding-left:5%;
  						.top_area {text-align:right;
  							.print {
  								color:$color-2; 
  								@include font-size(32px); 
  								padding:0 15px; 
  								position:relative; 
  								top:10px;
  								&:hover {color:$color-1;}
  							}
  						}
  						ul {
  							margin:0 0 20px 0;
  							padding:0;
  							li {
  								@include font-size(24px);
  								line-height:1.8;
  								strong {color:$color-2; font-weight:400; padding-right:5px;}
  							}
  						}
  						.price {
  							@include font-size(32px); 
  							font-weight:700; 
  							text-align:right; 
  							strong {color:$color-2;}
  						}
  						.quantity {
  							label {
  								color:$color-2; 
  								float:left; 
  								@include font-size(28px); 
  								font-weight:700; 
  								padding-right:5px;
  								position:relative;
  								top:18px;
  							}
  							.input {
  								float:left;
  								height:64px;
  								width:64px;
  								position: relative;
  								input {
  									background:$color-1;
  									border:none;
  									bottom:0;
  									color:$color-3;
  									@include font-size(24px);
  									font-weight:700;
  									position:absolute;
  									top:0;
  									width:64px;
  									text-align:center;
  									&:focus {border:none;}
  								}
  							}
  							.quant {
  								width:200px;
  								.minus, .plus {
  									background:$color-1;
  									float:left;
  									height:32px;
  									text-align:center;
  									width:32px;
  								}
  								.plus {background:$color-4;}
  								a {
  									color:$color-3;
  									display:block;
  									@include font-size(24px);
  									height:100%;
  									padding-top:5px;
  									width:100%;
  								}
  							}
  						}
  						.add_cart {
  							a {
  								color:$color-3;
  								display:inline-block;
  								@include font-size(24px);
  								font-weight:400;
  								padding:21px 35px 21px 70px;
  								position:relative;
  								&:before {
  									background-image:url(../library/icon_cart.png);
  									background-repeat:no-repeat;
  									bottom:10%;
  									content:'';
  									height:49px;
  									left:0;
  									position:absolute;
  									width:44px;
  									z-index:50000;
  								}
  							}
  						}
  					}
  				}
  		.prod_chart {
  					margin-top:60px;
  
  					.tabs {
  						background:#e8e8e8;
  						margin:0;
  						padding:0;
  						li {
  							display:inline-block;
  							list-style-type:none;
  							text-align:center;
  							width:33%;
  							&:first-child {text-align:right;}
  							&:nth-child(3) {text-align:left;}
  							a {
  								background:#e8e8e8;
  								border-bottom:5px solid $color-3;
  								color:#59564b;
  								display:block;
  								@include font-size(18px);
  								padding:10px;
  							}
  						}
  						li.active a, li:focus a {border-color:$color-2;}
  					}
  					.tab_container {
  						margin-bottom:50px;
  						dl {
  							background-color:#e8e8e8;
  							flex-direction: column;
  							width: 100%;
  							position: relative;
  							.percentage {
  								background: repeating-linear-gradient(to bottom,#ddd,#ddd 1px,#f5f5f5 1px,#f5f5f5 100%);
  								@include font-size(18px);
  								height:50px;
  								line-height:1;
  								padding-left:12%;
  								width:100%;
  								&:after {
  									background-color: $color-2;
  									content:"";
  									cursor:pointer;
  									display:block;
  									height:80%;
  									margin-bottom: 10px;
  									position: relative;
  									top:50%;
  									transform: translateY(-50%);
  									transition: background-color .3s ease;
  									width:50px;
  								  }
  								&:hover, &:focus {
  									&:after {background-color:#aaa;}
  								}
  								.text {
  									@include flexbox;
  									@include align-items(center);
  									@include justify-content(center);
  									background-color:$color-1;
  									border-bottom:2px solid $color-3;
  									color:$color-3;
  									height:50px;
  									left:0;
  									max-width:153px;
  									position:absolute;
  									width:12%;
  								}
  							}
  							dollar s
  							@for si from 1 through 100 {
  								.percentage-si {
  									&:after {
  										svalue: (si * 1%);
  										width: $value;
  									}
  								}
  							}
  						}
  					}
  				}
  	*/ }
  /* line 201, style_site.scss */
  .content h1 {
    font-size: 32px;
    font-size: 2rem;
    margin-bottom: 40px; }
  /* line 202, style_site.scss */
  .content h1, .content h2, .content h3 {
    font-weight: 700;
    line-height: 1.2; }
  /* line 203, style_site.scss */
  .content p {
    line-height: 1.5; }
  /* line 204, style_site.scss */
  .content strong {
    color: #f58026; }
  /* line 205, style_site.scss */
  .content .two_list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2; }
  /* line 206, style_site.scss */
  .content .left_col {
    margin-right: 5%; }
    /* line 208, style_site.scss */
    .content .left_col .latest_news {
      margin: 65px 0 0;
      position: relative; }
      /* line 211, style_site.scss */
      .content .left_col .latest_news a.arrow_left, .content .left_col .latest_news a.arrow_right {
        color: #f58026;
        font-size: 18px;
        font-size: 1.125rem;
        position: absolute;
        top: 0; }
      /* line 212, style_site.scss */
      .content .left_col .latest_news a.arrow_left {
        right: 20px; }
      /* line 213, style_site.scss */
      .content .left_col .latest_news a.arrow_right {
        right: 0; }
      /* line 214, style_site.scss */
      .content .left_col .latest_news figure {
        width: 30%; }
        /* line 216, style_site.scss */
        .content .left_col .latest_news figure img {
          max-width: 100%;
          width: 233px; }
      /* line 218, style_site.scss */
      .content .left_col .latest_news .news_post {
        padding-left: 5%;
        width: 70%; }
        /* line 221, style_site.scss */
        .content .left_col .latest_news .news_post h3 {
          color: #59564b; }
        /* line 222, style_site.scss */
        .content .left_col .latest_news .news_post .social {
          margin: 0;
          padding: 0; }
          /* line 225, style_site.scss */
          .content .left_col .latest_news .news_post .social li {
            display: inline-block; }
            /* line 227, style_site.scss */
            .content .left_col .latest_news .news_post .social li a {
              color: #3e589e;
              font-size: 24px;
              font-size: 1.5rem; }
            /* line 231, style_site.scss */
            .content .left_col .latest_news .news_post .social li:nth-child(2) a {
              color: #03aaf6; }
            /* line 232, style_site.scss */
            .content .left_col .latest_news .news_post .social li:nth-child(3) a {
              color: #c62022; }
            /* line 233, style_site.scss */
            .content .left_col .latest_news .news_post .social li:nth-child(4) a {
              color: #d94634; }
            /* line 234, style_site.scss */
            .content .left_col .latest_news .news_post .social li:last-child a {
              color: #314e6c; }
      /* line 240, style_site.scss */
      .content .left_col .latest_news .news_item p {
        margin-bottom: 5px; }
        /* line 242, style_site.scss */
        .content .left_col .latest_news .news_item p img {
          border: 5px solid #efefef;
          height: initial;
          margin: 0 2% 0 0;
          max-width: 100%;
          padding: 1%;
          width: 400px; }
        /* line 250, style_site.scss */
        .content .left_col .latest_news .news_item p a.btn, .content .left_col .latest_news .news_item p .app_Google_map .directions a.direction_search_button, .app_Google_map .directions .content .left_col .latest_news .news_item p a.direction_search_button, .content .left_col .latest_news .news_item p .map .directions a.direction_search_button, .map .directions .content .left_col .latest_news .news_item p a.direction_search_button, .content .left_col .latest_news .news_item p .google_map .directions a.direction_search_button, .google_map .directions .content .left_col .latest_news .news_item p a.direction_search_button {
          color: #ffffff; }
      /* line 254, style_site.scss */
      .content .left_col .latest_news .cta_news a {
        background: #59564b;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        -ms-border-radius: 6px;
        border-radius: 6px;
        color: #ffffff;
        height: 12px;
        width: 12px; }
  /* line 264, style_site.scss */
  .content .left_col_inside {
    margin-right: 10%; }
    /* line 266, style_site.scss */
    .content .left_col_inside ul li {
      margin: 8px; }
  /* line 269, style_site.scss */
  .content .right_col img {
    height: inherit;
    max-width: 100%; }
  /* line 270, style_site.scss */
  .content .right_col a.latest_cat {
    display: block;
    line-height: 1;
    margin-bottom: 90px;
    position: relative; }
    /* line 275, style_site.scss */
    .content .right_col a.latest_cat figure {
      position: relative; }
      /* line 277, style_site.scss */
      .content .right_col a.latest_cat figure img {
        max-width: 100%; }
      /* line 278, style_site.scss */
      .content .right_col a.latest_cat figure figcaption {
        background: rgba(64, 62, 54, 0.9);
        bottom: 0;
        color: #ffffff;
        display: block;
        font-size: 26px;
        font-size: 1.625rem;
        left: 0;
        padding: 18px;
        position: absolute;
        width: 100%; }
    /* line 280, style_site.scss */
    .content .right_col a.latest_cat .arrow_down {
      bottom: 10%;
      position: absolute;
      right: 5%;
      -webkit-transition: 0.4s ease-in-out;
      transition: 0.4s ease-in-out; }
  /* line 290, style_site.scss */
  .content .right_col ul {
    margin: 0;
    padding: 0; }
    /* line 293, style_site.scss */
    .content .right_col ul li {
      display: block; }
      /* line 295, style_site.scss */
      .content .right_col ul li a {
        background-color: #59564b;
        color: #ffffff;
        display: block;
        font-size: 26px;
        font-size: 1.625rem;
        padding: 35px 0 35px 70px;
        position: relative; }
        /* line 302, style_site.scss */
        .content .right_col ul li a:before {
          background-repeat: no-repeat;
          bottom: 20%;
          content: '';
          height: 57px;
          left: 0;
          position: absolute;
          width: 52px;
          z-index: 500; }
        /* line 312, style_site.scss */
        .content .right_col ul li a:after {
          background-image: url("../library/cta_arrow.png");
          background-repeat: no-repeat;
          content: '';
          height: 27px;
          position: absolute;
          right: 8%;
          -webkit-transition: 0.4s ease-in-out;
          transition: 0.4s ease-in-out;
          width: 27px;
          z-index: 500; }
        /* line 324, style_site.scss */
        .content .right_col ul li a:hover {
          background-color: #3d3b34; }
          /* line 326, style_site.scss */
          .content .right_col ul li a:hover:after {
            right: 5%; }
      /* line 329, style_site.scss */
      .content .right_col ul li:first-child a:before {
        background-image: url("../library/cta_dairy.png"); }
      /* line 330, style_site.scss */
      .content .right_col ul li:nth-child(2) a {
        background-color: #403e36; }
        /* line 332, style_site.scss */
        .content .right_col ul li:nth-child(2) a:before {
          background: url("../library/cta_beef.png"); }
        /* line 333, style_site.scss */
        .content .right_col ul li:nth-child(2) a:hover {
          background-color: #24231f; }
  /* line 338, style_site.scss */
  .content .quote p {
    color: #f58026;
    font-size: 32px;
    font-size: 2rem;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 50px;
    padding: 30px 5% 30px 18%;
    position: relative;
    text-align: center; }
    /* line 348, style_site.scss */
    .content .quote p:before, .content .quote p:after {
      color: #59564b;
      font-family: FontAwesome;
      font-size: 36px;
      font-size: 2.25rem;
      position: absolute; }
    /* line 354, style_site.scss */
    .content .quote p:before {
      content: '\f10d';
      left: 6%;
      top: 0; }
    /* line 355, style_site.scss */
    .content .quote p:after {
      bottom: 0;
      content: '\f10e';
      right: 0; }
  /* line 357, style_site.scss */
  .content .our_team ul {
    margin: 0;
    padding: 0;
    text-align: right; }
    /* line 361, style_site.scss */
    .content .our_team ul li {
      display: inline-block;
      list-style-type: none;
      margin: 0 1% 15px; }
      /* line 362, style_site.scss */
      .content .our_team ul li img {
        height: auto;
        max-width: 100%;
        width: 80px; }
  /* line 365, style_site.scss */
  .content .links {
    margin: 0;
    padding: 0; }
    /* line 368, style_site.scss */
    .content .links li {
      clear: both;
      display: inline-block;
      list-style-type: none;
      margin: 20px 0;
      width: 100%; }
      /* line 375, style_site.scss */
      .content .links li a {
        display: block; }
        /* line 377, style_site.scss */
        .content .links li a img {
          float: left;
          max-width: 100%;
          padding: 4px;
          width: 50%; }
          /* line 377, style_site.scss */
          .content .links li a img:hover {
            -webkit-box-shadow: 0 0 5px #59564b ;
            -moz-box-shadow: 0 0 5px #59564b ;
            box-shadow: 0 0 5px #59564b ; }
      /* line 379, style_site.scss */
      .content .links li br {
        display: none; }
      /* line 380, style_site.scss */
      .content .links li strong {
        color: #59564b;
        float: right;
        font-weight: 400;
        padding: 15px;
        text-align: left;
        width: 50%; }
  /* line 383, style_site.scss */
  .content .owners_wrapper {
    background: #f58026;
    margin: 30px 0;
    padding: 30px 0 15px; }
    /* line 387, style_site.scss */
    .content .owners_wrapper h2, .content .owners_wrapper p {
      color: #ffffff; }
    /* line 388, style_site.scss */
    .content .owners_wrapper ul {
      display: table;
      margin: 0;
      padding: 0;
      width: 100%; }
      /* line 393, style_site.scss */
      .content .owners_wrapper ul li {
        background: #ffffff;
        border: 30px solid #f58026;
        display: table-cell;
        list-style-type: none;
        padding: 1%;
        position: relative;
        text-align: center;
        vertical-align: top;
        width: 31%; }
        /* line 395, style_site.scss */
        .content .owners_wrapper ul li p {
          margin: 0; }
          /* line 397, style_site.scss */
          .content .owners_wrapper ul li p img {
            height: inherit;
            margin-bottom: 40px;
            max-width: 100%; }
          /* line 398, style_site.scss */
          .content .owners_wrapper ul li p:last-child {
            bottom: 0;
            left: 0;
            margin: 15px auto;
            position: absolute;
            right: 0; }
            /* line 404, style_site.scss */
            .content .owners_wrapper ul li p:last-child a {
              color: #ffffff; }
  /* line 411, style_site.scss */
  .content .downloads_page img {
    height: inherit;
    margin-bottom: 25px;
    max-width: 100%; }
  /* line 414, style_site.scss */
  .content .blog .left_col {
    padding: 0 5%; }
    /* line 416, style_site.scss */
    .content .blog .left_col img {
      border: 5px solid #efefef;
      margin: 0 2% 0 0;
      max-width: 100%; }
    /* line 423, style_site.scss */
    .content .blog .left_col .blog_list_posts {
      margin-bottom: 30px;
      padding: 30px 30px 1px 0; }
      /* line 427, style_site.scss */
      .content .blog .left_col .blog_list_posts .tot_posts {
        font-size: 14px;
        font-size: 0.875rem; }
      /* line 428, style_site.scss */
      .content .blog .left_col .blog_list_posts .blog_list_cats {
        margin-bottom: 20px; }
      /* line 429, style_site.scss */
      .content .blog .left_col .blog_list_posts img {
        border: 5px solid #efefef;
        margin: 0 2% 0 0;
        max-width: 100%; }
      /* line 434, style_site.scss */
      .content .blog .left_col .blog_list_posts:nth-child(odd) {
        background: #efefef; }
    /* line 436, style_site.scss */
    .content .blog .left_col .blog_list_date, .content .blog .left_col .blog_detail_date {
      margin-bottom: 20px; }
    /* line 437, style_site.scss */
    .content .blog .left_col .btn, .content .blog .left_col .app_Google_map .directions .direction_search_button, .app_Google_map .directions .content .blog .left_col .direction_search_button, .content .blog .left_col .map .directions .direction_search_button, .map .directions .content .blog .left_col .direction_search_button, .content .blog .left_col .google_map .directions .direction_search_button, .google_map .directions .content .blog .left_col .direction_search_button {
      color: #fff; }
    /* line 440, style_site.scss */
    .content .blog .left_col .blog_detail_posts a[href$=".pdf"] {
      border: 1px solid #f58026;
      padding: 10px;
      color: #f58026; }
      /* line 444, style_site.scss */
      .content .blog .left_col .blog_detail_posts a[href$=".pdf"]:before {
        color: #f58026;
        content: "\f1c1";
        font-family: "FontAwesome";
        font-size: 20px;
        padding-right: 10px; }
      /* line 451, style_site.scss */
      .content .blog .left_col .blog_detail_posts a[href$=".pdf"]:hover {
        background: #f58026;
        color: #ffffff; }
        /* line 454, style_site.scss */
        .content .blog .left_col .blog_detail_posts a[href$=".pdf"]:hover:before {
          color: #ffffff; }
  /* line 460, style_site.scss */
  .content .blog .right_col ul {
    margin: 0;
    padding: 0; }
    /* line 463, style_site.scss */
    .content .blog .right_col ul li {
      list-style-type: none; }
      /* line 465, style_site.scss */
      .content .blog .right_col ul li a {
        background: #f58026;
        border-bottom: 1px solid #fff;
        display: block;
        font-size: 20px;
        font-size: 1.25rem;
        padding: 15px; }
        /* line 467, style_site.scss */
        .content .blog .right_col ul li a:before, .content .blog .right_col ul li a:after {
          background-image: none; }
    /* line 470, style_site.scss */
    .content .blog .right_col ul li.current_page a {
      background: #59564b; }
  /* line 477, style_site.scss */
  .content .listing_wrapper .cms_prod_listing {
    margin: 15px 5%;
    position: relative; }
    /* line 480, style_site.scss */
    .content .listing_wrapper .cms_prod_listing .thumb_place {
      line-height: 0;
      max-height: 210px;
      overflow: hidden; }
      /* line 484, style_site.scss */
      .content .listing_wrapper .cms_prod_listing .thumb_place img {
        max-width: 100%;
        width: 400px; }
    /* line 486, style_site.scss */
    .content .listing_wrapper .cms_prod_listing .offer_list {
      background: rgba(89, 86, 75, 0.7);
      color: #ffffff;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 600;
      padding: 10px 0;
      position: absolute;
      text-align: center;
      top: 0;
      width: 100%; }
    /* line 488, style_site.scss */
    .content .listing_wrapper .cms_prod_listing .values .prod_name {
      background: #f58026;
      color: #ffffff;
      display: block;
      font-size: 18px;
      font-size: 1.125rem;
      height: 70px;
      padding: 12px;
      text-align: center; }
    /* line 497, style_site.scss */
    .content .listing_wrapper .cms_prod_listing .values .data_list {
      display: block;
      padding: 5px; }
      /* line 500, style_site.scss */
      .content .listing_wrapper .cms_prod_listing .values .data_list:nth-child(odd) {
        background: #f3f3f3; }
      /* line 501, style_site.scss */
      .content .listing_wrapper .cms_prod_listing .values .data_list .label {
        display: inline-block;
        font-weight: 700;
        width: 50%; }
    /* line 503, style_site.scss */
    .content .listing_wrapper .cms_prod_listing .values .short_desc {
      display: block;
      height: 55px;
      padding: 5px; }
    /* line 508, style_site.scss */
    .content .listing_wrapper .cms_prod_listing .values p {
      margin: 0; }
      /* line 509, style_site.scss */
      .content .listing_wrapper .cms_prod_listing .values p a {
        border: 1px solid #f58026;
        color: #f58026;
        display: inline-block;
        margin: 15px auto 0;
        padding: 5px 20px;
        text-align: center; }
        /* line 511, style_site.scss */
        .content .listing_wrapper .cms_prod_listing .values p a:hover {
          background: #f58026;
          color: #ffffff; }
  /* line 516, style_site.scss */
  .content .listing_wrapper .view_tab {
    margin: 0;
    padding: 0;
    margin: 0 auto 20px;
    max-width: 100%;
    width: 400px; }
    /* line 522, style_site.scss */
    .content .listing_wrapper .view_tab li {
      display: inline-block;
      list-style-type: none; }
      /* line 525, style_site.scss */
      .content .listing_wrapper .view_tab li a {
        background: #f58026;
        border: 1px solid #ffffff;
        color: #ffffff;
        font-weight: 700;
        padding: 10px 40px; }
        /* line 531, style_site.scss */
        .content .listing_wrapper .view_tab li a:hover {
          background: #ffffff;
          border-color: #f58026;
          color: #f58026; }
  /* line 540, style_site.scss */
  .content .listing_wrapper table td, .content .listing_wrapper table th {
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    border-left: 1px solid rgba(204, 204, 204, 0.5);
    font-size: 12px;
    font-size: 0.75rem;
    padding: 2px 1px;
    text-align: center; }
  /* line 547, style_site.scss */
  .content .listing_wrapper table th {
    background: #59564b;
    border-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 7px 0; }
  /* line 548, style_site.scss */
  .content .listing_wrapper table tr:nth-of-type(2) th {
    background: rgba(89, 86, 75, 0.7);
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 549, style_site.scss */
  .content .listing_wrapper table tr:nth-child(odd) td {
    background: rgba(89, 86, 75, 0.2);
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 550, style_site.scss */
  .content .listing_wrapper table tr:nth-of-type(3) td {
    background: none;
    font-size: 13px;
    font-size: 0.8125rem; }
  /* line 551, style_site.scss */
  .content .listing_wrapper table td a .fa {
    color: #f58026; }
  /* line 553, style_site.scss */
  .content .listing_wrapper .pagination a {
    border: 1px solid #f58026;
    color: #f58026;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 1px 6px; }
    /* line 555, style_site.scss */
    .content .listing_wrapper .pagination a:hover {
      background: #f58026;
      color: #ffffff; }
    /* line 556, style_site.scss */
    .content .listing_wrapper .pagination a.prev_page, .content .listing_wrapper .pagination a.next_page {
      border: none; }
    /* line 557, style_site.scss */
    .content .listing_wrapper .pagination a.prev_page:hover, .content .listing_wrapper .pagination a.next_page:hover {
      background: none; }
  /* line 651, style_site.scss */
  .content .detail_wrapper .prod_left .current_img_container {
    position: relative; }
    /* line 653, style_site.scss */
    .content .detail_wrapper .prod_left .current_img_container .current_img {
      line-height: 0; }
      /* line 655, style_site.scss */
      .content .detail_wrapper .prod_left .current_img_container .current_img img {
        height: auto;
        max-width: 100%; }
    /* line 657, style_site.scss */
    .content .detail_wrapper .prod_left .current_img_container .caption {
      background: rgba(245, 128, 38, 0.75);
      bottom: 0;
      font-size: 26px;
      font-size: 1.625rem;
      padding: 14px 0;
      position: absolute;
      width: 100%; }
      /* line 657, style_site.scss */
      .content .detail_wrapper .prod_left .current_img_container .caption strong {
        color: #ffffff; }
  /* line 661, style_site.scss */
  .content .detail_wrapper .prod_right {
    padding-left: 5%; }
    /* line 663, style_site.scss */
    .content .detail_wrapper .prod_right ul {
      margin: 10px 0 30px;
      padding: 0; }
      /* line 666, style_site.scss */
      .content .detail_wrapper .prod_right ul li {
        list-style-type: none;
        padding: 5px; }
        /* line 669, style_site.scss */
        .content .detail_wrapper .prod_right ul li strong {
          display: inline-block;
          width: 150px; }
        /* line 670, style_site.scss */
        .content .detail_wrapper .prod_right ul li:nth-child(even) {
          background: rgba(89, 86, 75, 0.1); }
    /* line 673, style_site.scss */
    .content .detail_wrapper .prod_right .cart_detail table {
      -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) ;
      -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) ;
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) ;
      border: none;
      margin-bottom: 70px;
      max-width: 100%;
      text-align: center;
      width: 400px; }
      /* line 680, style_site.scss */
      .content .detail_wrapper .prod_right .cart_detail table td, .content .detail_wrapper .prod_right .cart_detail table th {
        border: 1px solid rgba(89, 86, 75, 0.1);
        font-size: 12px;
        font-size: 0.75rem;
        padding: 10px; }
      /* line 681, style_site.scss */
      .content .detail_wrapper .prod_right .cart_detail table th {
        background: rgba(89, 86, 75, 0.7); }
        /* line 682, style_site.scss */
        .content .detail_wrapper .prod_right .cart_detail table th strong {
          color: #ffffff;
          font-size: 14px;
          font-size: 0.875rem; }
      /* line 684, style_site.scss */
      .content .detail_wrapper .prod_right .cart_detail table p {
        margin: 0; }
      /* line 685, style_site.scss */
      .content .detail_wrapper .prod_right .cart_detail table .subm {
        background: #f58026;
        border: none;
        color: #ffffff;
        padding: 5px 15px; }
        /* line 686, style_site.scss */
        .content .detail_wrapper .prod_right .cart_detail table .subm:hover {
          cursor: pointer;
          background: #59564b; }
  /* line 690, style_site.scss */
  .content .detail_wrapper table {
    border-color: rgba(0, 0, 0, 0.1); }
    /* line 692, style_site.scss */
    .content .detail_wrapper table tr {
      border-color: rgba(0, 0, 0, 0.1); }
      /* line 694, style_site.scss */
      .content .detail_wrapper table tr td, .content .detail_wrapper table tr th {
        border-color: rgba(0, 0, 0, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        padding: 1px;
        vertical-align: middle; }
      /* line 695, style_site.scss */
      .content .detail_wrapper table tr td {
        height: 24.5px;
        line-height: 24.5px; }
  /* line 698, style_site.scss */
  .content .detail_wrapper .table_title {
    width: 100px; }
  /* line 699, style_site.scss */
  .content .detail_wrapper .graph_half_page {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) ;
    -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) ;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3) ;
    text-align: center; }
    /* line 702, style_site.scss */
    .content .detail_wrapper .graph_half_page th {
      background: #89C831;
      text-align: center; }
      /* line 703, style_site.scss */
      .content .detail_wrapper .graph_half_page th img {
        height: auto; }
  /* line 706, style_site.scss */
  .content .detail_wrapper .graphs_bars {
    background: url(../library/background-dairy-bulls-data.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border: none;
    margin-bottom: 35px; }
    /* line 713, style_site.scss */
    .content .detail_wrapper .graphs_bars .top_spacer {
      height: 32px; }
    /* line 714, style_site.scss */
    .content .detail_wrapper .graphs_bars .bar {
      background: #f58026;
      color: #fff;
      height: 25px;
      line-height: 25px;
      margin: 4px 0;
      text-align: center; }
    /* line 722, style_site.scss */
    .content .detail_wrapper .graphs_bars .pos {
      margin-left: 50.2%; }
  /* line 724, style_site.scss */
  .content .detail_wrapper .graphs_left {
    margin-right: 5%;
    text-align: center; }
    /* line 728, style_site.scss */
    .content .detail_wrapper .graphs_left .graphs_production .table_title {
      background: #C9E1E5; }
    /* line 731, style_site.scss */
    .content .detail_wrapper .graphs_left .graphs_Fertility .table_title {
      background: #E9DD55; }
  /* line 734, style_site.scss */
  .content .detail_wrapper .graphs_right {
    margin-left: 5%;
    text-align: center; }
    /* line 738, style_site.scss */
    .content .detail_wrapper .graphs_right .graphs_Health .table_title {
      background: #2E81B7; }
    /* line 741, style_site.scss */
    .content .detail_wrapper .graphs_right .graphs_mgmt .table_title {
      background: #D5C2D6; }
    /* line 744, style_site.scss */
    .content .detail_wrapper .graphs_right .graphs_calving .table_title {
      background: #E5A76C; }
    /* line 747, style_site.scss */
    .content .detail_wrapper .graphs_right .graphs_beef .table_title {
      background: #EF9E45; }
    /* line 750, style_site.scss */
    .content .detail_wrapper .graphs_right .graphs_type .table_title {
      background: #AD937A; }
  /* line 753, style_site.scss */
  .content .detail_wrapper .bull_data {
    text-align: center; }
    /* line 756, style_site.scss */
    .content .detail_wrapper .bull_data tr.subtitle {
      color: #f58026;
      font-weight: 600;
      padding: 3px 0; }
    /* line 757, style_site.scss */
    .content .detail_wrapper .bull_data tr th {
      background: rgba(89, 86, 75, 0.7);
      color: #ffffff;
      font-weight: 600;
      padding: 2px 10px;
      text-align: center; }
  /* line 978, style_site.scss */
  .content .contact .left_col {
    padding-right: 5%;
    /* user */
    /* phone */
    /* address */
    /* subject */
    /* msg */ }
    /* line 980, style_site.scss */
    .content .contact .left_col .form_element {
      margin-bottom: 10px;
      position: relative; }
      /* line 983, style_site.scss */
      .content .contact .left_col .form_element:before {
        border-right: 1px solid rgba(0, 0, 0, 0.3);
        color: rgba(0, 0, 0, 0.4);
        content: "";
        font-family: "FontAwesome";
        font-size: 20px;
        left: 0;
        padding: 12px 15px;
        position: absolute;
        text-align: center;
        width: 18px; }
      /* line 995, style_site.scss */
      .content .contact .left_col .form_element label {
        display: none; }
      /* line 996, style_site.scss */
      .content .contact .left_col .form_element p {
        display: none; }
      /* line 997, style_site.scss */
      .content .contact .left_col .form_element input, .content .contact .left_col .form_element textarea {
        border: 1px solid rgba(0, 0, 0, 0.3);
        color: rgba(0, 0, 0, 0.6);
        padding: 15px 30px 15px 60px;
        width: 100%; }
        /* line 1002, style_site.scss */
        .content .contact .left_col .form_element input:active, .content .contact .left_col .form_element input:focus, .content .contact .left_col .form_element textarea:active, .content .contact .left_col .form_element textarea:focus {
          border-color: #f58026;
          color: #59564b; }
      /* line 1007, style_site.scss */
      .content .contact .left_col .form_element textarea {
        font-size: 16px;
        font-size: 1rem;
        resize: none;
        width: 100%; }
    /* line 1009, style_site.scss */
    .content .contact .left_col #container_elId_10053.form_element:before {
      content: "\f007"; }
    /* line 1010, style_site.scss */
    .content .contact .left_col #container_elId_10053.form_element:active:before {
      color: #f58026; }
    /* line 1011, style_site.scss */
    .content .contact .left_col #container_elId_10053.form_element:focus:before {
      color: #f58026; }
    /* line 1012, style_site.scss */
    .content .contact .left_col #container_elId_10054.form_element:before {
      content: "\f095"; }
    /* line 1013, style_site.scss */
    .content .contact .left_col #container_elId_10055.form_element:before {
      content: "\f041"; }
    /* line 1014, style_site.scss */
    .content .contact .left_col #container_elId_10056.form_element:before {
      content: "\f07c"; }
    /* line 1015, style_site.scss */
    .content .contact .left_col #container_elId_10057.form_element:before {
      content: "\f044";
      border-bottom: 1px solid rgba(0, 0, 0, 0.3); }
    /* line 1016, style_site.scss */
    .content .contact .left_col .captcha {
      margin-bottom: 10px;
      position: relative; }
      /* line 1019, style_site.scss */
      .content .contact .left_col .captcha:before {
        border: none; }
      /* line 1020, style_site.scss */
      .content .contact .left_col .captcha input {
        padding: 15px; }
      /* line 1021, style_site.scss */
      .content .contact .left_col .captcha img {
        position: absolute;
        right: 15px;
        top: 12.5px; }
    /* line 1027, style_site.scss */
    .content .contact .left_col button {
      color: #ffffff; }
  /* line 1029, style_site.scss */
  .content .contact .right_col {
    padding-left: 5%; }
    /* line 1031, style_site.scss */
    .content .contact .right_col iframe {
      max-width: 100%; }

/* line 1037, style_site.scss */
.services {
  background-attachment: fixed;
  background-image: url(../library/services_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 554px; }
  /* line 1044, style_site.scss */
  .services h2 {
    color: #ffffff;
    font-size: 32px;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 35px 0 0; }
  /* line 1046, style_site.scss */
  .services .cta:first-of-type, .services .cta:last-of-type {
    margin-top: 20px; }
  /* line 1047, style_site.scss */
  .services .cta figure {
    line-height: 0;
    position: relative; }
    /* line 1050, style_site.scss */
    .services .cta figure:after {
      background-color: transparent;
      background-image: -webkit-gradient(linear, bottom, from(rgba(0, 0, 0, 0.8)), to(transparent));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
      background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
      background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
      background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
      background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
      filter: progid:DXImageTransform.Microsoft.gradient(GradientType=$angle,StartColorStr='rgba(0, 0, 0, 0.8)', EndColorStr='transparent');
      bottom: 0;
      content: "";
      height: 30%;
      left: 0;
      position: absolute;
      right: 0;
      width: 100%;
      z-index: 500; }
    /* line 1061, style_site.scss */
    .services .cta figure img {
      max-width: 100%; }
    /* line 1062, style_site.scss */
    .services .cta figure figcaption {
      bottom: 35px;
      color: #ffffff;
      font-size: 32px;
      font-size: 2rem;
      font-weight: 700;
      left: 0;
      margin: auto;
      position: absolute;
      right: 0;
      text-align: center;
      text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
      z-index: 5000; }
  /* line 1077, style_site.scss */
  .services .cta figure.slider .cycle-pager {
    left: inherit;
    right: 10px;
    top: 10px;
    -webkit-transform: none;
    transform: none; }
    /* line 1083, style_site.scss */
    .services .cta figure.slider .cycle-pager span {
      border-radius: 0;
      height: 12px;
      width: 12px; }
  /* line 1090, style_site.scss */
  .services .cta .textarea {
    background: none;
    border: none;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-size: 1rem;
    height: 160px;
    padding: 15px 5%;
    resize: none;
    text-align: center;
    width: 100%;
    display: block; }

/* line 1094, style_site.scss */
.help {
  background: #59564b;
  padding: 25px 5px 10px; }
  /* line 1097, style_site.scss */
  .help h3 {
    color: #ffffff;
    font-size: 5vh;
    font-weight: 700;
    margin-bottom: 15px;
    padding-top: 40px; }
  /* line 1098, style_site.scss */
  .help p {
    color: #ffffff; }
  /* line 1099, style_site.scss */
  .help .left_col {
    padding-right: 5%; }
  /* line 1102, style_site.scss */
  .help .right_col {
    margin: 0 10%; }
    /* line 1104, style_site.scss */
    .help .right_col a {
      color: #ffffff;
      font-size: 24px;
      font-size: 1.5rem;
      font-weight: 400;
      margin: 10px 0;
      padding: 24px 30px 24px 70px;
      position: relative; }
      /* line 1111, style_site.scss */
      .help .right_col a:before {
        background-image: url("../library/icon_email.png");
        background-repeat: no-repeat;
        content: '';
        height: 42px;
        position: absolute;
        left: 0;
        top: 15px;
        width: 48px;
        z-index: 500; }
    /* line 1123, style_site.scss */
    .help .right_col p {
      font-size: 24px;
      font-size: 1.5rem; }

/* line 1126, style_site.scss */
.news_wrap {
  padding: 30px 0 20px; }
  /* line 1128, style_site.scss */
  .news_wrap .news_container {
    position: relative;
    /*.controls {
    	position:absolute;
    	right:0;
    	top:4px;
    	a {
    		border:1px solid $color-2;
    		border-radius:50%;
    		color:$color-2;
    		display:inline-block;
    		@include font-size(24px);
    		height:30px;
    		margin:0;
    		text-align:center;
    		width:30px;
    		&:hover {
    			background:$color-2;
    			color:$color-3;
    		}
    	}
    }*/ }
    /* line 1130, style_site.scss */
    .news_wrap .news_container h3 {
      font-size: 32px;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1; }
      /* line 1134, style_site.scss */
      .news_wrap .news_container h3 span {
        color: #59564b;
        font-size: 26px;
        font-size: 1.625rem;
        font-weight: 400; }
    /* line 1136, style_site.scss */
    .news_wrap .news_container .title_cal {
      color: #59564b;
      font-size: 20px;
      font-size: 1.25rem;
      font-weight: 700;
      margin-bottom: 10px; }
    /* line 1138, style_site.scss */
    .news_wrap .news_container .cal_left select, .news_wrap .news_container .cal_left input {
      border: 1px solid #f58026;
      padding: 8px;
      text-align: center;
      width: 24%; }
    /* line 1144, style_site.scss */
    .news_wrap .news_container .cal_left input.btn, .news_wrap .news_container .cal_left .app_Google_map .directions input.direction_search_button, .app_Google_map .directions .news_wrap .news_container .cal_left input.direction_search_button, .news_wrap .news_container .cal_left .map .directions input.direction_search_button, .map .directions .news_wrap .news_container .cal_left input.direction_search_button, .news_wrap .news_container .cal_left .google_map .directions input.direction_search_button, .google_map .directions .news_wrap .news_container .cal_left input.direction_search_button {
      color: #ffffff; }
    /* line 1146, style_site.scss */
    .news_wrap .news_container .cal_right {
      border: 1px solid #f58026;
      padding: 8px 0 9px; }
      /* line 1149, style_site.scss */
      .news_wrap .news_container .cal_right p {
        color: #f58026;
        display: inline-block;
        font-weight: 700;
        margin: 0;
        text-align: center;
        vertical-align: top;
        width: 30%; }
        /* line 1151, style_site.scss */
        .news_wrap .news_container .cal_right p:first-child {
          width: 18%; }
        /* line 1152, style_site.scss */
        .news_wrap .news_container .cal_right p:nth-child(2) {
          width: 40%; }
        /* line 1153, style_site.scss */
        .news_wrap .news_container .cal_right p:nth-child(3) {
          width: 40%; }

/* line 1179, style_site.scss */
footer {
  background: #403e36;
  padding: 25px 5% 5px; }
  /* line 1182, style_site.scss */
  footer h3, footer p, footer a {
    color: #ffffff; }
  /* line 1183, style_site.scss */
  footer h3 {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 25px; }
  /* line 1184, style_site.scss */
  footer .flexed {
    display: inline-block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: table-cell;
    display: flex; }
    /* line 1186, style_site.scss */
    footer .flexed .col:nth-child(2) {
      display: inline-block;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: table-cell;
      display: flex;
      -webkit-align-self: flex-end;
      -moz-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; }
  /* line 1192, style_site.scss */
  footer .left_col {
    margin-bottom: 15px; }
    /* line 1194, style_site.scss */
    footer .left_col address {
      color: #ffffff;
      font-style: normal;
      margin-bottom: 15px; }
    /* line 1195, style_site.scss */
    footer .left_col p {
      margin-bottom: 0; }
  /* line 1197, style_site.scss */
  footer .mid_col ul {
    margin: 0;
    padding: 0; }
    /* line 1200, style_site.scss */
    footer .mid_col ul li {
      display: inline-block;
      list-style-type: none; }
      /* line 1203, style_site.scss */
      footer .mid_col ul li a {
        color: #ffffff;
        font-size: 26px;
        font-size: 1.625rem; }
      /* line 1207, style_site.scss */
      footer .mid_col ul li:first-child:hover a {
        color: #4867AA; }
      /* line 1208, style_site.scss */
      footer .mid_col ul li:nth-child(2):hover a {
        color: #32CDFD; }
      /* line 1209, style_site.scss */
      footer .mid_col ul li:nth-child(3):hover a {
        color: #DC4A38; }
      /* line 1210, style_site.scss */
      footer .mid_col ul li:last-child:hover a {
        color: #007BB6; }
  /* line 1213, style_site.scss */
  footer .right_col {
    margin-left: 20%; }
    /* line 1214, style_site.scss */
    footer .right_col h3 {
      text-align: right; }
    /* line 1217, style_site.scss */
    footer .right_col form input {
      display: block;
      margin: 0 0 20px;
      padding: 15px;
      width: 100%; }
    /* line 1218, style_site.scss */
    footer .right_col form button {
      border: none;
      color: #ffffff;
      font-size: 26px;
      font-size: 1.625rem;
      font-weight: 400; }
  /* line 1221, style_site.scss */
  footer nav {
    margin: 25px 0; }
  /* line 1223, style_site.scss */
  footer .signature {
    font-size: 14px;
    font-size: 0.875rem; }

/* line 1225, style_site.scss */
footer .flexed {
  display: block;
  text-align: center; }

@media only screen and (max-width: 1280px) {
  /* line 1228, style_site.scss */
  .container {
    padding: 0 2%; }

  /* line 1229, style_site.scss */
  .header_main.fixed .header_bottom nav ul ul {
    top: 20px; }
    /* line 1231, style_site.scss */
    .header_main.fixed .header_bottom nav ul ul li a {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 8px 10px; }

  /* line 1233, style_site.scss */
  .header_main .header_bottom nav ul li a {
    font-size: 15px;
    font-size: 0.9375rem; } }
@media only screen and (max-width: 1024px) and (orientation: landscape) {
  /* line 1237, style_site.scss */
  nav ul li a {
    font-size: 16px;
    font-size: 1rem; }

  /* line 1240, style_site.scss */
  .header_main .header_top .container {
    padding: 0 .5%; }
  /* line 1243, style_site.scss */
  .header_main .header_bottom nav ul li:after {
    top: 10px; }
  /* line 1244, style_site.scss */
  .header_main .header_bottom nav ul li a {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 7px; }

  /* line 1247, style_site.scss */
  .hero {
    margin-top: 136px; }

  /* line 1249, style_site.scss */
  .content h1, .content h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1; }
  /* line 1250, style_site.scss */
  .content h2 {
    font-size: 22px;
    font-size: 1.375rem; }
  /* line 1252, style_site.scss */
  .content .right_col a.latest_cat figure figcaption, .content .right_col ul li a {
    font-size: 22px;
    font-size: 1.375rem; }
  /* line 1255, style_site.scss */
  .content .listing_wrapper .cms_prod_listing .thumb_place {
    max-height: 160px; }
  /* line 1256, style_site.scss */
  .content .listing_wrapper .cms_prod_listing .values .prod_name {
    font-size: 16px;
    font-size: 1rem;
    height: 65px;
    padding: 10px; }
  /* line 1260, style_site.scss */
  .content .detail_wrapper .prod_right .symbols img {
    max-width: 100%;
    width: 80px; }
  /* line 1262, style_site.scss */
  .content .detail_wrapper .bull_data tr th {
    font-size: 14px;
    font-size: 0.875rem; }

  /* line 1266, style_site.scss */
  .news_wrap .cal_left {
    margin-bottom: 10px;
    text-align: center; }

  /* line 1269, style_site.scss */
  .help .right_col a {
    padding-left: 40px; }
  /* line 1270, style_site.scss */
  .help .right_col p {
    font-size: 22px;
    font-size: 1.375rem; }

  /* line 1272, style_site.scss */
  footer {
    padding: 25px 0 5px; }
    /* line 1273, style_site.scss */
    footer h3 {
      font-size: 22px;
      font-size: 1.375rem; }

  /* line 1276, style_site.scss */
  footer nav {
    margin: 25px 0 5px; } }
@media only screen and (max-width: 1024px) and (orientation: portrait) {
  /* line 1280, style_site.scss */
  nav ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 5px; }

  /* line 1283, style_site.scss */
  .header_main .header_top .search_bar input {
    font-size: 11px;
    font-size: 0.6875rem;
    width: 200px; }
  /* line 1286, style_site.scss */
  .header_main .header_bottom nav ul li:after {
    top: 3px; }
  /* line 1287, style_site.scss */
  .header_main .header_bottom nav ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 5px; }

  /* line 1290, style_site.scss */
  .hero {
    margin-top: 118px; }

  /* line 1294, style_site.scss */
  .content .right_col a.latest_cat figure figcaption {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 14px; }
  /* line 1295, style_site.scss */
  .content .right_col a.latest_cat .arrow_down {
    right: 1%;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  /* line 1297, style_site.scss */
  .content .right_col ul li a {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 30px 0 30px 55px; }
    /* line 1299, style_site.scss */
    .content .right_col ul li a:before, .content .right_col ul li a:after {
      -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75); }
    /* line 1300, style_site.scss */
    .content .right_col ul li a:after {
      right: 6%; }
  /* line 1303, style_site.scss */
  .content .our_team ul li img {
    width: 66px; }
  /* line 1305, style_site.scss */
  .content .listing_wrapper .sortDown, .content .listing_wrapper .sortUp {
    display: block;
    padding: 1px; }
  /* line 1306, style_site.scss */
  .content .listing_wrapper .cms_prod_listing .thumb_place {
    max-height: 180px; }
  /* line 1308, style_site.scss */
  .content .detail_wrapper .prod_right .cart_detail table {
    width: 100%; }

  /* line 1310, style_site.scss */
  .services {
    height: 500px; }
    /* line 1313, style_site.scss */
    .services .cta figure figcaption, .services .cta .help h3 {
      font-size: 24px;
      font-size: 1.5rem; }
    /* line 1314, style_site.scss */
    .services .cta .textarea {
      height: 180px; }

  /* line 1318, style_site.scss */
  .help h3 {
    font-size: 3vh; }
  /* line 1319, style_site.scss */
  .help p {
    font-size: 16px;
    font-size: 1rem; }
  /* line 1320, style_site.scss */
  .help .right_col {
    margin: 0; }
    /* line 1322, style_site.scss */
    .help .right_col a {
      display: block;
      font-size: 22px;
      font-size: 1.375rem;
      padding: 20px; }
    /* line 1323, style_site.scss */
    .help .right_col p {
      font-size: 20px;
      font-size: 1.25rem; }

  /* line 1327, style_site.scss */
  .news_wrap .cal_left {
    margin-bottom: 10px;
    text-align: center; }

  /* line 1329, style_site.scss */
  footer {
    padding: 25px 0 5px; }
    /* line 1331, style_site.scss */
    footer h3 {
      font-size: 19px;
      font-size: 1.1875rem; }
    /* line 1332, style_site.scss */
    footer nav ul li a {
      font-size: 13px;
      font-size: 0.8125rem;
      padding: 20px 4px; } }
@media only screen and (max-width: 850px) {
  /* line 1338, style_site.scss */
  nav ul li:after {
    top: 12px; }
  /* line 1339, style_site.scss */
  nav ul li a {
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 10px 6px; }

  /* line 1341, style_site.scss */
  .header_main {
    position: relative; }
    /* line 1344, style_site.scss */
    .header_main .header_top .search_bar {
      margin: 5px 0;
      width: 100%; }
      /* line 1346, style_site.scss */
      .header_main .header_top .search_bar input {
        width: 100%; }
    /* line 1348, style_site.scss */
    .header_main .header_top .customer_wrap .customer li a {
      font-size: 14px;
      font-size: 0.875rem;
      padding: 10px 6px; }
    /* line 1351, style_site.scss */
    .header_main .header_bottom figure {
      display: inline-block;
      width: 220px; }
    /* line 1352, style_site.scss */
    .header_main .header_bottom .mobile_nav {
      cursor: pointer;
      display: inline-block;
      height: 26px;
      margin: 0 2%;
      position: absolute;
      right: 0;
      top: -44px;
      width: 34px;
      z-index: 500;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out; }
      /* line 1353, style_site.scss */
      .header_main .header_bottom .mobile_nav span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #59564b;
        border-radius: 8px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
      /* line 1354, style_site.scss */
      .header_main .header_bottom .mobile_nav span:nth-child(1) {
        top: 0px; }
      /* line 1355, style_site.scss */
      .header_main .header_bottom .mobile_nav span:nth-child(2), .header_main .header_bottom .mobile_nav #nav-icon3 span:nth-child(3) {
        top: 10px; }
      /* line 1356, style_site.scss */
      .header_main .header_bottom .mobile_nav span:nth-child(4) {
        top: 20px; }
      /* line 1358, style_site.scss */
      .header_main .header_bottom .mobile_nav.open span:nth-child(1) {
        top: 20px;
        width: 0%;
        left: 50%; }
      /* line 1359, style_site.scss */
      .header_main .header_bottom .mobile_nav.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 1360, style_site.scss */
      .header_main .header_bottom .mobile_nav.open span:nth-child(3) {
        bottom: 12px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      /* line 1361, style_site.scss */
      .header_main .header_bottom .mobile_nav.open span:nth-child(4) {
        top: 24px;
        width: 0%;
        left: 50%; }
    /* line 1364, style_site.scss */
    .header_main .header_bottom .main_nav {
      position: relative; }
      /* line 1366, style_site.scss */
      .header_main .header_bottom .main_nav ul {
        display: none;
        text-align: center; }
        /* line 1369, style_site.scss */
        .header_main .header_bottom .main_nav ul li {
          display: block;
          width: 100%; }
          /* line 1372, style_site.scss */
          .header_main .header_bottom .main_nav ul li a {
            border-bottom: 1px solid #59564b;
            font-size: 18px;
            font-size: 1.125rem;
            margin: 0;
            padding: 10px 0; }
          /* line 1378, style_site.scss */
          .header_main .header_bottom .main_nav ul li ul {
            margin: 0;
            position: relative;
            top: 0;
            width: 100%; }
            /* line 1383, style_site.scss */
            .header_main .header_bottom .main_nav ul li ul li a {
              border-bottom: 1px solid #ffffff;
              padding: 10px 0;
              text-align: center; }

  /* line 1390, style_site.scss */
  .slider {
    margin-top: 0px; } }
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /* line 1395, style_site.scss */
  nav ul li:after {
    top: 11px; }
  /* line 1396, style_site.scss */
  nav ul li a {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 10px 4px; }

  /* line 1398, style_site.scss */
  .header_main {
    position: relative; }
    /* line 1401, style_site.scss */
    .header_main .header_top .search_bar {
      margin: 5px 0; }
      /* line 1403, style_site.scss */
      .header_main .header_top .search_bar input {
        font-size: 10px;
        font-size: 0.625rem;
        width: 200px; }
    /* line 1405, style_site.scss */
    .header_main .header_top .customer li a {
      font-size: 12px;
      font-size: 0.75rem;
      padding: 10px 4px; }
    /* line 1407, style_site.scss */
    .header_main .header_bottom nav ul {
      margin: 0; }
      /* line 1409, style_site.scss */
      .header_main .header_bottom nav ul li a {
        font-size: 12px;
        font-size: 0.75rem;
        padding: 10px 3px; }
      /* line 1410, style_site.scss */
      .header_main .header_bottom nav ul ul {
        width: 160px; }
        /* line 1412, style_site.scss */
        .header_main .header_bottom nav ul ul li a {
          padding: 6px 10px; }

  /* line 1416, style_site.scss */
  .slider, .hero {
    margin-top: 0; }

  /* line 1417, style_site.scss */
  .slider .cycle-pager {
    bottom: 10px; }
    /* line 1419, style_site.scss */
    .slider .cycle-pager span {
      height: 20px;
      width: 20px; }

  /* line 1422, style_site.scss */
  .content h1, .content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px; }
  /* line 1423, style_site.scss */
  .content h2 {
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 1424, style_site.scss */
  .content p {
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 1427, style_site.scss */
  .content .right_col a.latest_cat figure figcaption {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px; }
  /* line 1428, style_site.scss */
  .content .right_col a.latest_cat .arrow_down {
    bottom: 3%;
    right: 0;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5); }
  /* line 1430, style_site.scss */
  .content .right_col ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px 0 20px 30px; }
    /* line 1432, style_site.scss */
    .content .right_col ul li a:before, .content .right_col ul li a:after {
      -webkit-transform: scale(0.7);
      -ms-transform: scale(0.7);
      transform: scale(0.7); }
    /* line 1433, style_site.scss */
    .content .right_col ul li a:before {
      bottom: 5%;
      left: -5px; }
    /* line 1434, style_site.scss */
    .content .right_col ul li a:after {
      right: 3%; }
  /* line 1438, style_site.scss */
  .content .quote p {
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 1439, style_site.scss */
  .content .our_team ul li img {
    width: 44px; }
  /* line 1441, style_site.scss */
  .content .listing_wrapper table th {
    font-size: 12px;
    font-size: 0.75rem; }
  /* line 1442, style_site.scss */
  .content .listing_wrapper .cms_prod_listing .values .data_list .label {
    font-size: 14px;
    font-size: 0.875rem;
    width: 42%; }
  /* line 1445, style_site.scss */
  .content .detail_wrapper .prod_left .current_img_container .caption {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 6px 0; }
  /* line 1446, style_site.scss */
  .content .detail_wrapper .graphs_left, .content .detail_wrapper .graphs_right {
    margin: 0; }

  /* line 1449, style_site.scss */
  .services {
    height: 280px; }
    /* line 1451, style_site.scss */
    .services h2 {
      margin-bottom: 40px; }
    /* line 1453, style_site.scss */
    .services .cta figure figcaption {
      bottom: 22px;
      font-size: 22px;
      font-size: 1.375rem; }
    /* line 1454, style_site.scss */
    .services .cta .textarea {
      display: none; }

  /* line 1457, style_site.scss */
  .news_wrap .news_container h3 {
    font-size: 22px;
    font-size: 1.375rem; }
    /* line 1457, style_site.scss */
    .news_wrap .news_container h3 span {
      font-size: 20px;
      font-size: 1.25rem; }

  /* line 1459, style_site.scss */
  .help h3 {
    font-size: 18px;
    font-size: 1.125rem; }
  /* line 1460, style_site.scss */
  .help p {
    font-size: 14px;
    font-size: 0.875rem; }
  /* line 1461, style_site.scss */
  .help .right_col {
    margin: 0;
    padding: 0; }
    /* line 1462, style_site.scss */
    .help .right_col a {
      font-size: 20px;
      font-size: 1.25rem;
      padding: 20px 0;
      width: 100%; }
    /* line 1463, style_site.scss */
    .help .right_col p {
      font-size: 14px;
      font-size: 0.875rem; }

  /* line 1467, style_site.scss */
  footer h3 {
    font-size: 16px;
    font-size: 1rem; } }
@media only screen and (max-width: 767px) and (orientation: portrait) {
  /* line 1472, style_site.scss */
  .slider {
    margin-top: 0; }
    /* line 1474, style_site.scss */
    .slider .cycle-pager {
      bottom: 1px; }
      /* line 1476, style_site.scss */
      .slider .cycle-pager span {
        height: 15px;
        width: 15px; }

  /* line 1479, style_site.scss */
  .hero {
    margin-top: 0; }

  /* line 1480, style_site.scss */
  .content {
    padding: 15px 0; }
    /* line 1482, style_site.scss */
    .content h1 {
      font-size: 26px;
      font-size: 1.625rem;
      line-height: 1.1;
      margin-bottom: 15px; }
    /* line 1487, style_site.scss */
    .content h2 {
      font-size: 24px;
      font-size: 1.5rem; }
    /* line 1488, style_site.scss */
    .content h3 {
      font-size: 20px;
      font-size: 1.25rem; }
    /* line 1489, style_site.scss */
    .content .two_list {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; }
    /* line 1494, style_site.scss */
    .content .contact .left_col {
      padding-right: 0; }
    /* line 1495, style_site.scss */
    .content .left_col_inside {
      margin: 0; }
    /* line 1496, style_site.scss */
    .content .right_col {
      display: none; }
    /* line 1498, style_site.scss */
    .content .blog .left_col .blog_list_posts {
      padding: 0; }
      /* line 1500, style_site.scss */
      .content .blog .left_col .blog_list_posts img {
        display: block;
        height: auto;
        margin: 0 0 15px 0;
        width: 100%; }
    /* line 1502, style_site.scss */
    .content .blog .left_col .blog_list_date, .content .blog .left_col .blog_detail_date {
      font-size: 14px;
      font-size: 0.875rem; }
    /* line 1503, style_site.scss */
    .content .blog .left_col .blog_detail_posts img {
      max-width: 100%; }
    /* line 1512, style_site.scss */
    .content .listing_wrapper .view_tab {
      text-align: center; }
      /* line 1514, style_site.scss */
      .content .listing_wrapper .view_tab li a {
        padding: 10px; }
    /* line 1517, style_site.scss */
    .content .listing_wrapper .cms_prod_listing .values .prod_name, .content .listing_wrapper .cms_prod_listing .values .short_desc {
      height: auto; }
    /* line 1521, style_site.scss */
    .content .owners_wrapper ul {
      display: block; }
      /* line 1523, style_site.scss */
      .content .owners_wrapper ul li {
        border: 10px solid #f58026;
        display: block;
        margin: 15px 0;
        padding-top: 15px;
        width: 100%; }
        /* line 1525, style_site.scss */
        .content .owners_wrapper ul li img {
          padding: 15px;
          max-width: 100%; }

  /* line 1530, style_site.scss */
  .md-left-1 {
    margin: 0; }

  /* line 1531, style_site.scss */
  .services {
    height: initial; }

  /* line 1534, style_site.scss */
  .news_wrap .news_container .cal_left select, .news_wrap .news_container .cal_left input {
    width: 100%; }
  /* line 1536, style_site.scss */
  .news_wrap .news_container .cal_right p {
    width: 100% !important; }

  /* line 1538, style_site.scss */
  .footer_nav {
    display: none; }

  /* line 1540, style_site.scss */
  footer h3 {
    margin-bottom: 10px; }
  /* line 1541, style_site.scss */
  footer .mid_col ul {
    margin: 0 0 15px 0; } }
/*******************  COOKIE LAW  *****************/
/* line 1547, style_site.scss */
#cookie_button {
  line-height: 1.2;
  width: 50px;
  -webkit-border-radius: 5px 0 0 0;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.4);
  border-radius: 5px 0 0 0;
  padding: 10px;
  z-index: 9999;
  height: 70px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  position: fixed;
  right: 0px;
  bottom: 0px;
  background: #f58026;
  /* for a change */
  overflow: hidden; }

/* line 1548, style_site.scss */
#cookie_button:hover, #cookie_button:hover p:first-child {
  color: #f58026; }

/* line 1549, style_site.scss */
#cookie_content {
  width: 740px;
  padding: 5px 10px;
  height: auto;
  margin: -65px 0 0 30px;
  background: #f58026;
  color: #fff;
  font-size: 14px;
  line-height: 1.2; }

/* line 1550, style_site.scss */
#cookie_content p {
  color: #ffffff;
  margin: 10px 30px 10px 10px;
  text-align: left; }

/* line 1551, style_site.scss */
#cookie_content p a {
  color: #fff;
  text-decoration: none;
  font-weight: bold; }

/* line 1552, style_site.scss */
#cookie_content p a:hover {
  text-decoration: underline; }

/* line 1553, style_site.scss */
#cookies_accept a {
  background: url(../library/cookies/tick.png) no-repeat right;
  display: block;
  float: right;
  margin: 0 20px 0 0;
  padding: 5px 40px 5px 5px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold; }

/* line 1554, style_site.scss */
#cookies_accept a:hover {
  text-decoration: underline; }

/* line 1555, style_site.scss */
#cookie_button #cookies_title {
  font-weight: bold;
  margin: 0 0 0 10px;
  font-size: 16px; }

/******************  END COOKIE LAW  ****************/

/*# sourceMappingURL=style_site.css.map */
