@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

.option{
    text-align:center;
}

.si-frame
{
	overflow:unset!important;
}

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

.db-icon {
    padding: 3rem;
    font-size: 50px !important;
    border: 1px solid #860000;
    border-radius: 20px;
    margin: 2rem;
    color: #860000;
}

    .db-icon:before {
        display: block;
        font-size:100px!important;
    }

    .db-icon:hover {
        background-color: #6faa92;
        color: #eee;
        border-color: #6faa92;
        cursor:pointer;
    }

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

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

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

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: visible; }

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

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

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

button[disabled], html input[disabled] {
  cursor: not-allowed; }

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

input {
  line-height: normal; }

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

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td, th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

	.offer-button
	{
		width:120px;
		height:120px;
		background-color:#530000;
		border:1px solid #530000;
		border-radius:50%;
		position:absolute;
		top:0;
		left:0;
		transform:translate(-50%, 5%);
		display:flex;
		justify-content:center;
		align-items:center;
	}
	
	.offer-button:after { 
    	content: '';
		display: block;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		border:2px dashed #fff;
		border-radius:50%;
		margin:5px;
	}

	.offer-text{
		color:#fff;
		text-align:center;
		position:absolute;
		font-size:20px;
		line-height:22px;
	
	}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

#map_canvas img, #map_canvas embed, #map_canvas object, .map_canvas img, .map_canvas embed, .map_canvas object, .mqa-display img, .mqa-display embed, .mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

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

.row {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    max-width: none;
    margin-left: -1rem;
    margin-right: -1rem; }
  .row .row.collapse {
    margin-left: 0;
    margin-right: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-left: auto;
      margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

[class*="-pull-"], [class*="-push-"] {
  position: relative; }

.small-1 {
  width: 8.3333333333%; }

.small-push-1 {
  left: 8.3333333333%; }

.small-pull-1 {
  left: -8.3333333333%; }

.small-offset-1 {
  margin-left: 8.3333333333%; }

.small-2 {
  width: 16.6666666667%; }

.small-push-2 {
  left: 16.6666666667%; }

.small-pull-2 {
  left: -16.6666666667%; }

.small-offset-2 {
  margin-left: 16.6666666667%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  left: 25%; }

.small-pull-3 {
  left: -25%; }

.small-offset-3 {
  margin-left: 25%; }

.small-4 {
  width: 33.3333333333%; }

.small-push-4 {
  left: 33.3333333333%; }

.small-pull-4 {
  left: -33.3333333333%; }

.small-offset-4 {
  margin-left: 33.3333333333%; }

.small-5 {
  width: 41.6666666667%; }

.small-push-5 {
  left: 41.6666666667%; }

.small-pull-5 {
  left: -41.6666666667%; }

.small-offset-5 {
  margin-left: 41.6666666667%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  left: 50%; }

.small-pull-6 {
  left: -50%; }

.small-offset-6 {
  margin-left: 50%; }

.small-7 {
  width: 58.3333333333%; }

.small-push-7 {
  left: 58.3333333333%; }

.small-pull-7 {
  left: -58.3333333333%; }

.small-offset-7 {
  margin-left: 58.3333333333%; }

.small-8 {
  width: 66.6666666667%; }

.small-push-8 {
  left: 66.6666666667%; }

.small-pull-8 {
  left: -66.6666666667%; }

.small-offset-8 {
  margin-left: 66.6666666667%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  left: 75%; }

.small-pull-9 {
  left: -75%; }

.small-offset-9 {
  margin-left: 75%; }

.small-10 {
  width: 83.3333333333%; }

.small-push-10 {
  left: 83.3333333333%; }

.small-pull-10 {
  left: -83.3333333333%; }

.small-offset-10 {
  margin-left: 83.3333333333%; }

.small-11 {
  width: 91.6666666667%; }

.small-push-11 {
  left: 91.6666666667%; }

.small-pull-11 {
  left: -91.6666666667%; }

.small-offset-11 {
  margin-left: 91.6666666667%; }

.small-12 {
  width: 100%; }

.small-push-12 {
  left: 100%; }

.small-pull-12 {
  left: -100%; }

.small-offset-12 {
  margin-left: 100%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row, .expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1rem;
  padding-right: 1rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 40rem) {
  .medium-1 {
    width: 8.3333333333%; }

  .medium-push-1 {
    left: 8.3333333333%; }

  .medium-pull-1 {
    left: -8.3333333333%; }

  .medium-offset-1 {
    margin-left: 8.3333333333%; }

  .medium-2 {
    width: 16.6666666667%; }

  .medium-push-2 {
    left: 16.6666666667%; }

  .medium-pull-2 {
    left: -16.6666666667%; }

  .medium-offset-2 {
    margin-left: 16.6666666667%; }

  .medium-3 {
    width: 25%; }

  .medium-push-3 {
    left: 25%; }

  .medium-pull-3 {
    left: -25%; }

  .medium-offset-3 {
    margin-left: 25%; }

  .medium-4 {
    width: 33.3333333333%; }

  .medium-push-4 {
    left: 33.3333333333%; }

  .medium-pull-4 {
    left: -33.3333333333%; }

  .medium-offset-4 {
    margin-left: 33.3333333333%; }

  .medium-5 {
    width: 41.6666666667%; }

  .medium-push-5 {
    left: 41.6666666667%; }

  .medium-pull-5 {
    left: -41.6666666667%; }

  .medium-offset-5 {
    margin-left: 41.6666666667%; }

  .medium-6 {
    width: 50%; }

  .medium-push-6 {
    left: 50%; }

  .medium-pull-6 {
    left: -50%; }

  .medium-offset-6 {
    margin-left: 50%; }

  .medium-7 {
    width: 58.3333333333%; }

  .medium-push-7 {
    left: 58.3333333333%; }

  .medium-pull-7 {
    left: -58.3333333333%; }

  .medium-offset-7 {
    margin-left: 58.3333333333%; }

  .medium-8 {
    width: 66.6666666667%; }

  .medium-push-8 {
    left: 66.6666666667%; }

  .medium-pull-8 {
    left: -66.6666666667%; }

  .medium-offset-8 {
    margin-left: 66.6666666667%; }

  .medium-9 {
    width: 75%; }

  .medium-push-9 {
    left: 75%; }

  .medium-pull-9 {
    left: -75%; }

  .medium-offset-9 {
    margin-left: 75%; }

  .medium-10 {
    width: 83.3333333333%; }

  .medium-push-10 {
    left: 83.3333333333%; }

  .medium-pull-10 {
    left: -83.3333333333%; }

  .medium-offset-10 {
    margin-left: 83.3333333333%; }

  .medium-11 {
    width: 91.6666666667%; }

  .medium-push-11 {
    left: 91.6666666667%; }

  .medium-pull-11 {
    left: -91.6666666667%; }

  .medium-offset-11 {
    margin-left: 91.6666666667%; }

  .medium-12 {
    width: 100%; }

  .medium-push-12 {
    left: 100%; }

  .medium-pull-12 {
    left: -100%; }

  .medium-offset-12 {
    margin-left: 100%; }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .medium-collapse .row, .expanded.row .medium-collapse.row {
    margin-left: 0;
    margin-right: 0; }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; }

  .medium-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
@media screen and (min-width: 64rem) {
  .large-1 {
    width: 8.3333333333%; }

  .large-push-1 {
    left: 8.3333333333%; }

  .large-pull-1 {
    left: -8.3333333333%; }

  .large-offset-1 {
    margin-left: 8.3333333333%; }

  .large-2 {
    width: 16.6666666667%; }

  .large-push-2 {
    left: 16.6666666667%; }

  .large-pull-2 {
    left: -16.6666666667%; }

  .large-offset-2 {
    margin-left: 16.6666666667%; }

  .large-3 {
    width: 25%; }

  .large-push-3 {
    left: 25%; }

  .large-pull-3 {
    left: -25%; }

  .large-offset-3 {
    margin-left: 25%; }

  .large-4 {
    width: 33.3333333333%; }

  .large-push-4 {
    left: 33.3333333333%; }

  .large-pull-4 {
    left: -33.3333333333%; }

  .large-offset-4 {
    margin-left: 33.3333333333%; }

  .large-5 {
    width: 41.6666666667%; }

  .large-push-5 {
    left: 41.6666666667%; }

  .large-pull-5 {
    left: -41.6666666667%; }

  .large-offset-5 {
    margin-left: 41.6666666667%; }

  .large-6 {
    width: 50%; }

  .large-push-6 {
    left: 50%; }

  .large-pull-6 {
    left: -50%; }

  .large-offset-6 {
    margin-left: 50%; }

  .large-7 {
    width: 58.3333333333%; }

  .large-push-7 {
    left: 58.3333333333%; }

  .large-pull-7 {
    left: -58.3333333333%; }

  .large-offset-7 {
    margin-left: 58.3333333333%; }

  .large-8 {
    width: 66.6666666667%; }

  .large-push-8 {
    left: 66.6666666667%; }

  .large-pull-8 {
    left: -66.6666666667%; }

  .large-offset-8 {
    margin-left: 66.6666666667%; }

  .large-9 {
    width: 75%; }

  .large-push-9 {
    left: 75%; }

  .large-pull-9 {
    left: -75%; }

  .large-offset-9 {
    margin-left: 75%; }

  .large-10 {
    width: 83.3333333333%; }

  .large-push-10 {
    left: 83.3333333333%; }

  .large-pull-10 {
    left: -83.3333333333%; }

  .large-offset-10 {
    margin-left: 83.3333333333%; }

  .large-11 {
    width: 91.6666666667%; }

  .large-push-11 {
    left: 91.6666666667%; }

  .large-pull-11 {
    left: -91.6666666667%; }

  .large-offset-11 {
    margin-left: 91.6666666667%; }

  .large-12 {
    width: 100%; }

  .large-push-12 {
    left: 100%; }

  .large-pull-12 {
    left: -100%; }

  .large-offset-12 {
    margin-left: 100%; }

  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

  .large-collapse .row, .expanded.row .large-collapse.row {
    margin-left: 0;
    margin-right: 0; }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1rem;
    padding-right: 1rem; }

  .large-centered {
    float: none;
    margin-left: auto;
    margin-right: auto; }

  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("assets/fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("assets/fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("assets/fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("assets/fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("assets/fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("assets/fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.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; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

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

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: Arial;
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

/* Dots */
.slick-dots {
  position: absolute;
  z-index: 10;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: Arial;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: white;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: white;
      opacity: 0.75; }

.si-float-wrapper {
  position: absolute;
  width: 100%; }
  .si-float-wrapper,
  .si-float-wrapper * {
    box-sizing: border-box; }

[class*='si-wrapper'] {
  display: flex;
  position: absolute;
  align-items: center;
  font-size: 14px;
  cursor: default; }

.si-wrapper-top {
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  transform: translate(-50%, -100%); }

.si-wrapper-bottom {
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  transform: translate(-50%, 0); }

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  transform: translate(-100%, -50%); }

.si-wrapper-right {
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  transform: translate(0, -50%); }

[class*='si-shadow-wrapper'] {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.298039;
  z-index: 1; }

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  flex-direction: column; }

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  order: -1; }

.si-shadow-frame {
  box-shadow: 0 1px 3px 0 #000; }

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto; }

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%;
  box-shadow: -0.7071067812px 0.7071067812px 3px 0 #000; }

.si-shadow-inner-pointer-top {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg); }

.si-shadow-inner-pointer-left {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg); }

.si-frame {
  position: relative;
  flex: 1 1 auto;
  border-radius: 3px;
  overflow: hidden;
  z-index: 2; }

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  background-color: #fff; }
  .si-has-border .si-content-wrapper {
    border: 1px solid #bbb; }

.si-content {
  overflow: auto; }

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: #fff;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 1;
  appearance: none; }
  .si-close-button:hover, .si-close-button:focus {
    opacity: 1; }

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3; }

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4; }
  .si-has-border [class*='si-pointer-bg'] {
    border-width: 15px; }

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  transform: translate(-50%, 0); }

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  transform: translate(0, -50%); }

.si-pointer-top {
  border-bottom: 0; }

.si-pointer-border-top {
  bottom: 0;
  border-top-color: #bbb; }

.si-pointer-bg-top {
  border-top-color: #fff; }
  .si-has-border .si-pointer-bg-top {
    top: -1px;
    margin-bottom: 0px; }

.si-pointer-bottom {
  border-top: 0; }

.si-pointer-border-bottom {
  top: 0;
  border-bottom-color: #bbb; }

.si-pointer-bg-bottom {
  border-bottom-color: #fff; }
  .si-has-border .si-pointer-bg-bottom {
    bottom: -1px;
    margin-top: 0px; }

.si-pointer-left {
  border-right: 0; }

.si-pointer-border-left {
  right: 0;
  border-left-color: #bbb; }

.si-pointer-bg-left {
  border-left-color: #fff; }
  .si-has-border .si-pointer-bg-left {
    left: -1px;
    margin-right: 0px; }

.si-pointer-right {
  border-left: 0; }

.si-pointer-border-right {
  left: 0;
  border-right-color: #bbb; }

.si-pointer-bg-right {
  border-right-color: #fff; }
  .si-has-border .si-pointer-bg-right {
    right: -1px;
    margin-left: 0px; }

@font-face {
  font-family: "wolsey";
  src: url("assets/fonts/wolsey/wolsey-icons.eot?5308969");
  src: url("assets/fonts/wolsey/wolsey-icons.eot?5308969#iefix") format("embedded-opentype"), url("assets/fonts/wolsey/wolsey-icons.woff2?5308969") format("woff2"), url("assets/fonts/wolsey/wolsey-icons.woff?5308969") format("woff"), url("assets/fonts/wolsey/wolsey-icons.ttf?5308969") format("truetype"), url("assets/fonts/wolsey/wolsey-icons.svg?5308969#wolsey-icons") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="wi--"]:before, [class*=" wi--"]:before {
  font-family: "wolsey";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.wi--child-age:before {
  content: '\e800'; }

/* '' */
.wi--croquet:before {
  content: '\e801'; }

/* '' */
.wi--disabled:before {
  content: '\e802'; }

/* '' */
.wi--dog:before {
  content: '\e803'; }

/* '' */
.wi--euro:before {
  content: '\e804'; }

.wi--bolt:before{
	content:'\f0e7';	
}

/* '' */
.wi--fishing:before {
  content: '\e805'; }

/* '' */
.wi--fourposter:before {
  content: '\e806'; }

/* '' */
.wi--garden:before {
  content: '\e807'; }

/* '' */
.wi--golf:before {
  content: '\e808'; }

/* '' */
.wi--gf-bed:before {
  content: '\e809'; }

/* '' */
.wi--historical:before {
  content: '\e80a'; }

/* '' */
.wi--licensed:before {
  content: '\e80b'; }

/* '' */
.wi--nopets:before {
  content: '\e80c'; }

/* '' */
.wi--nosmoking:before {
  content: '\e80d'; }

/* '' */
.wi--opa:before {
  content: '\e80e'; }

/* '' */
.wi--pets:before {
  content: '\e80f'; }

/* '' */
.wi--smoking:before {
  content: '\e810'; }

/* '' */
.wi--sterling:before {
  content: '\e811'; }

/* '' */
.wi--swim:before {
  content: '\e812'; }

/* '' */
.wi--tennis:before {
  content: '\e813'; }

/* '' */
.wi--tc:before {
  content: '\e814'; }

/* '' */
.wi--vat:before {
  content: '\e815'; }

/* '' */
.wi--wifi:before {
  content: '\e816'; }

/* '' */
.wi--byo:before {
  content: '\e817'; }

/* '' */
.wi--cheque:before {
  content: '\e818'; }

/* '' */
.wi--child:before {
  content: '\e819'; }

/* '' */
.wi--cutlery:before {
  content: '\f0f5'; }

.wi--

h1, h2, h3, h4, h5, h6 {
  font-family: "Lora", serif;
  color: #6faa92;
  letter-spacing: 0.05em;
  margin: 2.4rem 0 1.2rem 0;
  font-weight: 400; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }

h1 {
  font-size: 2.985984rem;
  line-height: 3.5831808rem;
  border-bottom: 1px dashed #444;
  color: #860000;
  padding-bottom: 1.2rem;
  margin-bottom: 2.4rem;
  text-transform: uppercase; }

h2 {
  font-size: 2.48832rem;
  line-height: 2.985984rem; }

h3 {
  font-size: 2.0736rem;
  line-height: 2.48832rem; }

h4 {
  font-size: 1.728rem;
  line-height: 2.0736rem; }

h5 {
  font-size: 1.44rem;
  line-height: 1.728rem; }

h6 {
  font-size: 1.2rem;
  line-height: 1.44rem; }

p {
  font-size: 1rem;
  font-weight: normal;
  margin: 0 0 1rem 0; }

a {
  color: #6faa92; }

@media only screen and (max-width: 670px) {
  h1 {
    font-size: 2.48832rem;
    line-height: 2.985984rem; }

  h2 {
    font-size: 2.0736rem;
    line-height: 2.48832rem; }

  h3 {
    font-size: 1.728rem;
    line-height: 2.0736rem; }

  h4 {
    font-size: 1.44rem;
    line-height: 1.728rem; }

  h5 {
    font-size: 1.44rem;
    line-height: 1.728rem; }

  h6 {
    font-size: 1.2rem;
    line-height: 1.44rem; } }
@media only screen and (max-width: 380px) {
  html, body {
    font-size: 100%;
    line-height: 100%; }

  p {
    font-size: 0.875rem; }

  .body-text p, .body-text li {
    line-height: 1.512rem; }

  h1 {
    font-size: 2.0736rem;
    line-height: 2.48832rem; }

  h2 {
    font-size: 1.728rem;
    line-height: 2.0736rem; }

  h3 {
    font-size: 1.44rem;
    line-height: 1.728rem; }

  h4 {
    font-size: 1.44rem;
    line-height: 1.728rem; }

  h5 {
    font-size: 1.2rem;
    line-height: 1.44rem; }

  h6 {
    font-size: 1.2rem;
    line-height: 1.44rem; } }
html, body {
  font-family: "Lora", serif;
  color: #444;
  font-size: 16px;
  line-height: 16px; }

a {
  text-decoration: none; }

.body-text p, .body-text li {
  line-height: 1.728rem; }
.body-text a {
  color: #6faa92; }
  .body-text a:hover {
    text-decoration: underline; }

.video__wrapper {
  text-align: center;
  width: 100%; }
.video__inner {
  height: 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  overflow: hidden;
  position: relative; }
  .video__inner iframe, .video__inner object, .video__inner embed {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute; }

.btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: transparent;
  border: none;
  padding: .5rem 1rem;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1rem;
  -webkit-transition: background-color 400ms, color 400ms;
  -moz-transition: background-color 400ms, color 400ms;
  -ms-transition: background-color 400ms, color 400ms;
  -o-transition: background-color 400ms, color 400ms;
  transition: background-color 400ms, color 400ms; }
  .btn:focus {
    outline: none; }
  .btn:hover {
    text-decoration: none; }
  .btn--cta {
    color: #fff !important;
    background-color: #860000; }
    .btn--cta:hover {
      background-color: #530000; }
  .btn--border {
    border: 1px solid; }
    .btn--border--white {
      color: #fff; }
      .btn--border--white:hover {
        background-color: #fff;
        color: #6faa92; }
  .btn--nav {
    color: #fff !important;
    background-color: #6faa92; }
    .btn--nav:hover {
      background-color: #559179; }
  .btn--prev {
    float: left;
    margin-right: 2rem; }
  .btn--next {
    float: left; }
  .btn--submit {
    float: left;
    color: #fff !important;
    background-color: #860000; }
    .btn--submit:hover {
      background-color: #530000; }

.nl-form__field {
  display: inline-block;
  text-align: left;
  margin: 0 .5rem; }
  .nl-form__field label {
    display: block;
    font-size: 0.8333333333rem;
    margin-bottom: .25rem; }
  .nl-form__field input[type="text"], .nl-form__field input[type="email"] {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 .5rem;
    height: 2rem;
    width: 250px; }
    .nl-form__field input[type="text"]:focus, .nl-form__field input[type="email"]:focus {
      background: #559179; }
.nl-form__nav {
  display: inline-block; }
  .nl-form__nav input[type="submit"] {
    border: none;
    background: #fff;
    color: #6faa92;
    padding: 0 1rem;
    line-height: 2rem;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms; }
    .nl-form__nav input[type="submit"]:hover {
      background: #305043;
      color: #fff; }

*:focus {
  outline: none; }

@media only screen and (max-width: 680px) {
  .nl-form__field {
    display: block;
    text-align: left;
    margin: 0 auto 1rem auto;
    width: 100%;
    max-width: 400px; }
    .nl-form__field input[type="text"], .nl-form__field input[type="email"] {
      width: 100%; }
  .nl-form__nav {
    display: block;
    margin: auto;
    width: 100%;
    max-width: 400px; }
    .nl-form__nav input[type="submit"] {
      width: 100%; } }
.sm-icon {
  border: 1px solid #444;
  width: 40px;
  line-height: 40px;
  display: inline-block;
  margin-right: 1rem;
  color: #444;
  background: #fff;
  -webkit-transition: color 400ms, background 400ms;
  -moz-transition: color 400ms, background 400ms;
  -ms-transition: color 400ms, background 400ms;
  -o-transition: color 400ms, background 400ms;
  transition: color 400ms, background 400ms;
  text-align: center; }
  .sm-icon:hover {
    color: #fff;
    background: #444; }

.icon {
  width: 40px;
  background-color: #444;
  color: #fff;
  font-size: 40px;
  text-align: center;
  display: inline-block;
  margin: .5rem; }
  .icon.selected {
    background-color: #860000; }
  .icon .wi {
    line-height: 40px;
    font-size: 28px;
    position: relative; }
    .icon .wi:after {
      display: none;
      position: absolute;
      background: #fff;
      color: #444;
      padding: .25rem;
      font-size: 0.8333333333rem;
      line-height: 1rem;
      top: 100%;
      left: 0;
      margin-top: 3px;
      -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
      box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
      text-align: left;
      z-index: 10; }
    .icon .wi:hover:after {
      display: block; }
    .icon .wi--byo:after {
      content: "bring your own"; }
    .icon .wi--cheque:after {
      content: "cheque"; }
    .icon .wi--child:after {
      content: "Children by arrangement"; }
    .icon .wi--child-age:after {
      content: "children over 10 welcome"; }
    .icon .wi--croquet:after {
      content: "croquet"; }
    .icon .wi--disabled:after {
      content: "disabled access"; }
    .icon .wi--dog:after {
      content: "Dogs by arrangement"; }
    .icon .wi--euro:after {
      content: "euro accepted"; }
    .icon .wi--fishing:after {
      content: "fishing"; }
    .icon .wi--fourposter:after {
      content: "four poster bed"; }
    .icon .wi--garden:after {
      content: "garden of 1/2 acre"; }
    .icon .wi--golf:after {
      content: "golf course nearby"; }
    .icon .wi--gf-bed:after {
      content: "bedroom on ground-floor"; }
    .icon .wi--historical:after {
      content: "building of historical interest"; }
    .icon .wi--licensed:after {
      content: "licensed"; }
    .icon .wi--nopets:after {
      content: "lodge has no dogs/pets"; }
    .icon .wi--nosmoking:after {
      content: "a non smoking house"; }
    .icon .wi--opa:after {
      content: "online payment available"; }
    .icon .wi--pets:after {
      content: "lodge has dogs/pets"; }
    .icon .wi--smoking:after {
      content: "owners may smoke in non-guest areas"; }
    .icon .wi--sterling:after {
      content: "sterling"; }
    .icon .wi--swim:after {
      content: "swimming pool"; }
    .icon .wi--tennis:after {
      content: "tennis"; }
    .icon .wi--tc:after {
      content: "sterling travellers cheque"; }
    .icon .wi--vat:after {
      content: "vat registered"; }
    .icon .wi--cutlery:after {
      content: "Dining Available"; }
	.icon .wi--bolt:after{
		content: 'Electric vehicle charger available';	
	}
	.icon .wi--map-signs:after{
		content: 'Close to shops and restaurants;'
	}
    .icon .wi--wifi:after {
      content: "Free wifi"; }
  .icon .pi {
    line-height: 40px;
    height: 40px;
    background-image: url("/css/assets/images/sprite.png");
    background-repeat: no-repeat;
    position: relative; }
    .icon .pi:after {
      display: none;
      position: absolute;
      background: #fff;
      color: #444;
      padding: .25rem;
      font-size: 0.8333333333rem;
      line-height: 1rem;
      top: 100%;
      left: 0;
      margin-top: 3px;
      -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
      box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7);
      text-align: left;
      z-index: 10; }
    .icon .pi:hover:after {
      display: block; }
    .icon .pi--amex {
      background-position: -0px 0; }
      .icon .pi--amex:after {
        content: "american express"; }
    .icon .pi--paypal {
      background-position: -40px 0; }
      .icon .pi--paypal:after {
        content: "paypal"; }
    .icon .pi--visa {
      background-position: -80px 0; }
      .icon .pi--visa:after {
        content: "visa"; }
    .icon .pi--mastercard {
      background-position: -120px 0; }
      .icon .pi--mastercard:after {
        content: "mastercard"; }
    .icon .pi--maestro {
      background-position: -160px 0; }
      .icon .pi--maestro:after {
        content: "maestro"; }
    .icon .pi--diners {
      background-position: -200px 0; }
      .icon .pi--diners:after {
        content: "diners club"; }

.pin-info {
  width: 250px; }
  .pin-info__img {
    margin-bottom: .5rem; }
  .pin-info__content {
    padding: 0 .5rem .5rem .5rem; }
  .pin-info__heading {
    font-size: 1rem;
    line-height: 1.2rem;
    margin-bottom: .25rem; }
  .pin-info__location {
    font-size: 0.8333333333rem;
    font-style: italic; }
  .pin-info__desc {
    font-size: 0.8333333333rem;
    margin-bottom: .25rem; }
  .pin-info__link {
    display: block;
    font-size: 0.8333333333rem; }
    .pin-info__link:after {
      content: " >>"; }

.menu-btn {
  float: right;
  margin: 1rem;
  padding: 1rem;
  background: #6faa92;
  cursor: pointer;
  -webkit-transition: background 500ms;
  -moz-transition: background 500ms;
  -ms-transition: background 500ms;
  -o-transition: background 500ms;
  transition: background 500ms;
  display: none; }
  .menu-btn:hover {
    background: #559179; }

.hamburger div {
  width: 28px;
  height: 3px;
  background: #fff;
  margin-bottom: 5px;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -ms-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  position: relative;
  top: 0;
  left: 0; }
  .hamburger div:last-child {
    margin-bottom: 0; }
.hamburger--close div:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 8px; }
.hamburger--close div:nth-child(2) {
  width: 0;
  left: 50%; }
.hamburger--close div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: -8px; }

.nav li:nth-child(1) {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms; }

.nav li:nth-child(2) {
  -webkit-transition-delay: 400ms;
  -moz-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  transition-delay: 400ms; }

.nav li:nth-child(3) {
  -webkit-transition-delay: 600ms;
  -moz-transition-delay: 600ms;
  -ms-transition-delay: 600ms;
  -o-transition-delay: 600ms;
  transition-delay: 600ms; }

.nav li:nth-child(4) {
  -webkit-transition-delay: 800ms;
  -moz-transition-delay: 800ms;
  -ms-transition-delay: 800ms;
  -o-transition-delay: 800ms;
  transition-delay: 800ms; }

.nav li:nth-child(5) {
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms; }

.nav {
  text-transform: capitalize; }
  .nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .nav a {
    display: block; }
    .nav a:hover {
      text-decoration: none; }
  .nav a {
    display: block; }

.footer__links > ul {
  text-align: center;
  font-size: 0;
  line-height: 0; }
  .footer__links > ul > li {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem; }
.footer__links ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }
.footer__links a {
  display: block; }
  .footer__links a:hover {
    text-decoration: none; }
.footer__links ul {
  margin-bottom: 1rem; }
.footer__links li {
  padding: 0 1rem;
  line-height: 1.5rem !important; }
.footer__links a {
  color: #444;
  font-size: 0.8333333333rem; }

@media only screen and (min-width: 1025px) {
  .nav {
    float: left;
    margin-top: 2.5rem; }
    .nav > ul {
      text-align: center;
      font-size: 0;
      line-height: 0; }
      .nav > ul > li {
        display: inline-block;
        font-size: 1rem;
        line-height: 1rem; }
    .nav li {
      border-right: 1px solid; }
      .nav li:last-child {
        border-right: none; }
    .nav a {
      padding: 0 1rem;
      color: #444; }
      .nav a:hover {
        color: #6faa92; } }
@media only screen and (max-width: 1400px) and (min-width: 1281px) {
  .nav {
    margin-top: 2.15rem; } }
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .nav {
    float: right;
    margin-top: 65px; } }
@media only screen and (max-width: 1024px) {
  .menu-btn {
    display: block; }

  .nav {
    margin-top: 1rem; }
    .nav li {
      margin-bottom: .5rem; }
    .nav a:hover {
      color: #860000; } }
@media only screen and (max-width: 500px) {
  .footer__links > ul > li {
    display: block; } }
@media only screen and (max-width: 470px) {
  .menu-btn {
    margin: .75rem 1rem .75rem 0;
    padding: .5rem; }

  .hamburger div {
    width: 23px; } }
.prop-search {
  width: 100%; }
  .prop-search--small {
    max-width: 580px; }
  .prop-search__tabs:after {
    content: " ";
    height: 0;
    display: block;
    clear: both; }
  .prop-search__form {
    background: #6faa92;
    position: relative;
    z-index: 2;
    top: -1px;
	max-width: 565px;
  }
    .prop-search__form:after {
      content: " ";
      height: 0;
      display: block;
      clear: both; }
  .prop-search__fieldsets {
    padding: 2rem 1.5rem; }
    .prop-search__fieldsets:after {
      content: " ";
      height: 0;
      display: block;
      clear: both; }

.country-switcher {
  background: #6faa92;
  color: #fff;
  float: left;
  padding: .5rem 2rem; }
  .country-switcher.inactive {
    position: relative;
    top: 2px;
    overflow: hidden;
    background: #fff;
    color: #444; }
    .country-switcher.inactive:after {
      content: " ";
      position: absolute;
      top: -10px;
      right: -10px;
      bottom: 2px;
      left: 0;
      -webkit-box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.75);
      box-shadow: inset 0 0 8px 0px rgba(0, 0, 0, 0.75); }

.ps-fieldset {
  float: left; }
  .ps-fieldset--large {
    width: 100%; }
  .ps-fieldset--small {
    width: 50%; }

.ps-field {
  float: left;
  width: 50%;
  padding: 0 0.5rem; }
  .ps-field--small {
    width: 25%; }
  .ps-field label {
    display: block;
    font-size: 0.8333333333rem;
    margin-bottom: .25rem;
    color: #fff; }
  .ps-field input[type="text"], .ps-field select {
    width: 100%;
    height: 2rem;
    padding: 0 .5rem;
    background: transparent;
    border: 1px solid #fff;
    color: #fff; }
    .ps-field input[type="text"]:focus, .ps-field select:focus {
      background: rgba(0, 0, 0, 0.1); }
  .ps-field option {
    color: #444; }
  .ps-field__btn {
    background: #860000;
    color: #fff;
    border: none;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
    text-transform: uppercase;
    height: 2rem;
    width: 100%;
    margin-top: 1.25rem;
    text-align: center; }
    .ps-field__btn:hover {
      background: #530000; }
  .ps-field--or {
    text-align: center;
    color: #fff;
    margin-top: 1.75rem; }

.ps-browse {
  background: #fff;
  text-align: right;
  padding: .5rem 1rem;
  margin-bottom: 2rem;
  float: left;
  width: 100%;
  line-height: 1.44rem; }
  .ps-browse a {
    color: #444;
    text-transform: uppercase; }
    .ps-browse a:first-child {
      margin-right: 1rem; }
    .ps-browse a:last-child {
      margin-left: 1rem; }
    .ps-browse a:hover {
      text-decoration: underline; }

.ps-filter {
  background: #fff;
  padding: .5rem 1rem;
  float: left;
  width: 100%; }
  .ps-filter__label {
    margin: .5rem 0; }
  .ps-filter__icons {
    margin: 0 -.5rem; }

.ps-footer {
  padding: 1rem;
  float: left;
  width: 100%; }
  .ps-footer__controls {
    float: left;
    margin-right: 2rem;
    color: #fff;
    margin-top: .75rem; }
    .ps-footer__controls a {
      color: #fff; }
  .ps-footer .btn {
    float: right; }

@media only screen and (max-width: 825px) {
  .ps-field {
    width: 100%;
    margin-bottom: 1rem; }
    .ps-field:last-child {
      margin-bottom: 0; } }
@media only screen and (max-width: 825px) and (min-width: 576px) {
  .ps-fieldset--small:first-child {
    padding-right: 1.5rem;
    position: relative; }
    .ps-fieldset--small:first-child:after {
      content: "or";
      position: absolute;
      top: 1.5rem;
      right: -8px;
      color: #fff; }
  .ps-fieldset--small:last-child {
    padding-left: 1.5rem; }

  .ps-field--or {
    display: none; } }
@media only screen and (max-width: 575px) {
  .prop-search__fieldsets {
    padding: 2rem .5rem; }

  .ps-fieldset--small {
    width: 100%; }

  .ps-field--or {
    margin: 0 0 1rem 0 !important; } }
@media only screen and (max-width: 385px) {
  .ps-footer__controls {
    width: 100%;
    margin: 0 0 1rem 0; }
  .ps-footer .btn {
    float: left; } }
.uform__fieldset {
  border: none;
  padding: 0;
  margin: 0; }
  .uform__fieldset__name {
    font-size: 1.2rem;
    line-height: 1.44rem;
    color: #6faa92;
    margin-bottom: 1.2rem; }

.ufield {
  margin-bottom: 1.5rem;
  max-width: 600px; }
  .ufield__label {
    display: block;
    font-size: 0.8333333333rem;
    margin-bottom: .25rem;
    font-weight: bold; }
  .ufield__validation-message {
    color: #860000;
    font-size: 0.8333333333rem;
    margin: .25rem 0;
    font-style: italic; }
  .ufield__help {
    font-size: 0.8333333333rem;
    margin-top: .25rem;
    font-style: italic;
    color: #6faa92; }
  .ufield input[type="text"] {
    height: 2rem;
    padding: 0 .5rem;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd; }
  .ufield input[type="password"] {
    height: 2rem;
    padding: 0 .5rem;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd; }
  .ufield select {
    height: 2rem;
    padding: 0 .5rem;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd; }
  .ufield textarea {
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
    height: 200px;
    padding: .5rem; }
  .ufield.checkbox .ufield__label {
    display: inline-block;
    font-size: 1rem;
    margin: 0;
    font-weight: normal;
    margin-bottom: .5rem; }
  .ufield.checkbox .ufield__input {
    float: left;
    margin-right: 1rem; }
    .ufield.checkbox .ufield__input input[type="checkbox"] {
      position: relative;
      top: 1px; }
  .ufield.multiplechoice .ufield__input {
    margin: .5rem 0; }
    .ufield.multiplechoice .ufield__input input[type="checkbox"] {
      position: relative;
      top: 1px;
      margin-right: 1rem;
      display: inline-block; }
    .ufield.multiplechoice .ufield__input label {
      margin-bottom: .5rem;
      display: inline-block; }
  .ufield.singlechoice .ufield__input {
    margin: .5rem 0; }
    .ufield.singlechoice .ufield__input input[type="radio"] {
      position: relative;
      top: 2px;
      margin-right: 1rem;
      display: inline-block; }
    .ufield.singlechoice .ufield__input label {
      margin-bottom: .5rem;
      display: inline-block; }
  .ufield.fileupload .ufield__input {
    margin: .5rem 0; }
  .ufield.recaptcha .ufield__label {
    display: none; }

#recaptcha_area {
  margin-top: .5rem; }
  #recaptcha_area:after {
    content: " ";
    display: block;
    height: 0;
    clear: both; }
  #recaptcha_area:before {
    content: "please complete to prove you are human";
    font-size: 0.8333333333;
    margin-bottom: .5rem;
    font-style: italic;
    text-align: left;
    width: 100%;
    color: #999;
    display: block; }
  #recaptcha_area tr, #recaptcha_area td {
    display: block; }
  #recaptcha_area td {
    float: left; }
  #recaptcha_area tr {
    height: auto !important; }
  #recaptcha_area #recaptcha_table {
    position: relative;
    min-height: 155px;
    width: 316px;
    float: left; }
    #recaptcha_area #recaptcha_table > tbody {
      min-height: 155px; }
    #recaptcha_area #recaptcha_table tr:first-child td {
      float: left; }
      #recaptcha_area #recaptcha_table tr:first-child td:nth-child(2) {
        min-height: 80px; }
    #recaptcha_area #recaptcha_table tr:last-child {
      position: absolute;
      top: 80px;
      right: 0;
      width: 185px; }
      #recaptcha_area #recaptcha_table tr:last-child td {
        padding: 0 7px 0 0; }
        #recaptcha_area #recaptcha_table tr:last-child td:last-child {
          float: right; }
  #recaptcha_area #recaptcha_logo {
    width: 64px; }
  #recaptcha_area #recaptcha_response_field {
    width: 100% !important;
    border: 1px solid #bbb !important;
    padding: 0 .5rem;
    margin-bottom: .5rem;
    height: 32px; }
  #recaptcha_area #recaptcha_privacy {
    font-size: .8rem;
    line-height: 1rem; }
    #recaptcha_area #recaptcha_privacy a {
      color: #6faa92; }
  #recaptcha_area .recaptcha_image_cell {
    height: auto !important;
    width: 100% !important; }
  #recaptcha_area #recaptcha_image {
    height: auto !important;
    width: 100% !important; }

@media only screen and (max-width: 375px) {
  #recaptcha_area #recaptcha_table {
    width: 250px; }
  #recaptcha_area #recaptcha_logo {
    display: none; } }
.header {
  width: 100%;
  z-index: 5;
  text-align: center;
  background: #fff;
  top: 0;
  left: 0;
  position: fixed; }
  .header__right {
    float: right; }
  .header__sm {
    display: inline-block; }

.search {
  display: inline-block;
  position: relative; }
  .search label {
    display: none; }
  .search input[type="text"] {
    background: transparent;
    border: none;
    width: 290px;
    height: 100px;
    padding: 0 60px 0 0.5rem;
    background: #6faa92;
    color: #fff; }
    .search input[type="text"]::-webkit-input-placeholder {
      color: #fff; }
    .search input[type="text"]:-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .search input[type="text"]::-moz-placeholder {
      color: #fff;
      opacity: 1; }
    .search input[type="text"]:-ms-input-placeholder {
      color: #fff; }
    .search input[type="text"]:focus {
      background: #559179; }
  .search__btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100px;
    width: 60px;
    color: #fff;
    background: transparent;
    border: none; }
    .search__btn__label {
      display: none; }
    .search__btn:focus {
      background: rgba(0, 0, 0, 0.1); }

.canvas-wrap {
  width: 100%;
  padding-top: 100px; }
  .canvas-wrap:after {
    content: " ";
    height: 0;
    display: block;
    clear: both; }
.canvas-content {
  width: 100%;
  padding: 0 0 8rem 0;
  background: #eee; }
  .canvas-content:after {
    content: " ";
    height: 0;
    display: block;
    clear: both; }
  .canvas-content--nopad {
    padding-bottom: 0; }

.logo {
  float: left;
  margin-right: 2rem;
  padding: 10px 0 10px 1rem; }

.tm-small {
  font-size: 20px;
  top: -1.5em; }

.footer {
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 4rem;
}
  .footer__sm {
    margin-bottom: 2rem; }
    .footer__sm .sm-icon:last-child {
      margin-right: 0; }
  .footer__logos {
    margin: 3.5rem 0; }
    .footer__logos img {
      height: 100px;
      margin: .5rem; }
  .footer__text p {
    font-size: 0.8333333333rem;
    line-height: 1.2rem; }
  .footer__text a {
    color: #444; }

.newsletter-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: rgba(80,80,80,0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.6s ease, opacity 0.6s ease;
}

.newsletter-popup.active {
    visibility: visible;
    opacity: 1;
}

.newsletter-popup .close {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(40%, -40%);
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0.4ch;
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.newsletter-popup .close::after {
    content: 'X';
    font-size: 1rem;
    color: #000;
}

.newsletter {
    text-align: center;
    color: #fff;
    background: #6faa92;
    padding: 2rem 1rem;
    position: relative;
}
.newsletter__title {
    color: #fff; 
    margin-top: 0;
}

.newsletter__form
{
	margin-bottom:2rem
}

.text-col {
  max-width: 775px; }

.two-col {
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-count: 2;
  column-fill: balance;
  -moz-column-fill: balance; }

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

.page--pad-large {
  padding: 6rem 0; }
.page--pad-small {
  padding: 2rem 0; }

.intro {
  margin: 4rem 0; }
  .intro--large p {
    font-size: 1.2rem;
    line-height: 2.0736rem; }

@media only screen and (max-width: 1400px) and (min-width: 1281px) {
  .canvas-wrap {
    padding-top: 85px; }

  .logo img {
    height: 65px; }

  .search input[type="text"] {
    height: 85px; }

  .search__btn {
    height: 85px; } }
@media only screen and (max-width: 1280px) {
  .search input[type="text"] {
    height: 32px;
    background: transparent;
    color: #444; }
    .search input[type="text"]::-webkit-input-placeholder {
      color: #444; }
    .search input[type="text"]:-moz-placeholder {
      color: #444;
      opacity: 1; }
    .search input[type="text"]::-moz-placeholder {
      color: #444;
      opacity: 1; }
    .search input[type="text"]:-ms-input-placeholder {
      color: #444; }
    .search input[type="text"]:focus {
      background: rgba(0, 0, 0, 0.1); }
  .search__btn {
    height: 32px;
    color: #444; }
    .search__btn:focus {
      background: rgba(0, 0, 0, 0.1); } }
@media only screen and (max-width: 1280px) and (min-width: 1025px) {
  .header__right {
    position: absolute;
    top: 0;
    right: 0;
    padding: .5rem 1rem; }

  .header__sm {
    float: right; }
    .header__sm .sm-icon {
      margin-right: 0;
      margin-left: 1rem;
      width: 32px;
      line-height: 30px; } }
@media only screen and (min-width: 1025px) {
  .mobile-nav {
    display: block !important; } }
@media only screen and (max-width: 1024px) {
  .canvas-wrap {
    padding-top: 85px; }

  .logo img {
    max-height: 65px; }

  .mobile-nav {
    float: left;
    width: 100%;
    display: none; }

  .header__right {
    float: none;
    text-align: center;
    margin-bottom: 1rem; }

  .header__sm {
    display: block;
    margin: 2rem 0 1rem 0; }
    .header__sm .sm-icon:last-child {
      margin-right: 0; }

  .search input[type="text"] {
    background: rgba(0, 0, 0, 0.1); } }
@media only screen and (max-width: 800px) {
  .two-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; } }
@media only screen and (max-width: 470px) {
  .canvas-wrap {
    padding-top: 61px; }

  .logo {
    margin-right: 1rem; }
    .logo img {
      max-width: 195px; } }
.contact-info p {
  line-height: 1.728rem; }
.contact-info a {
  color: #444; }

@media only screen and (min-width: 1024px) {
  .contact-form .btn--submit, .contact-form .btn--next {
    float: right; } }
.home-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  min-height: 530px;
  margin-top: -100px;
  margin-bottom: 4rem; }
  .home-banner__search {
    position: absolute;
    top: 70%;
    left: 25%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 50px; }

.banner-fs {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .banner-fs__item {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 700ms;
    -moz-transition: opacity 700ms;
    -ms-transition: opacity 700ms;
    -o-transition: opacity 700ms;
    transition: opacity 700ms; }
    .banner-fs__item.active {
      opacity: 1; }
    .banner-fs__item__note {
      position: absolute;
      bottom: 1rem;
      right: 1rem;
      color: #fff;
      text-transform: uppercase; }

.qlink-wrap {
  margin: 4rem -1rem 0 -1rem; }

.ql-item {
  padding: 0 1rem;
  width: 33.3333333333%;
  float: left; }
  .ql-item__inner {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    position: relative; }
  .ql-item__content {
    padding: 1rem; }
  .ql-item__image {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 225px; }
  .ql-item__text {
    font-size: 0.8333333333rem;
    line-height: 1.2rem; }
  .ql-item__link {
    border-top: 1px solid #444;
    display: block;
    color: #6faa92;
    padding-top: .5rem;
    font-size: 1.2rem;
    line-height: 1.44rem; }
    .ql-item__link:after {
      content: " >>"; }
    .ql-item__link:hover {
      text-decoration: underline; }

@media only screen and (max-width: 950px) {
  .home-banner__search {
    top: 50%;
    left: 50%; } }
@media only screen and (max-width: 825px) {
  .home-banner {
    min-height: 623.5px;
    margin-top: -100px; }
    .home-banner__search {
      margin-top: 50px; }

  .ql-item {
    width: 100%;
    margin-bottom: 2rem; } }
@media only screen and (max-width: 825px) and (min-width: 476px) {
  .ql-item__inner {
    float: left;
    width: 100%; }
  .ql-item__image {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 40%;
    height: auto; }
  .ql-item__content {
    float: right;
    width: 60%; } }
@media only screen and (max-width: 500px) {
  .home-banner {
    height: auto;
    width: 100%;
    position: relative;
    min-height: auto;
    margin-top: 0; }
    .home-banner__search {
      position: static;
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0);
      margin-top: 2rem;
      padding: 0 1rem; }

  .banner-fs {
    position: relative;
    height: 300px; } }
@media only screen and (max-width: 350px) {
  .ql-item__image {
    height: 175px; } }
.page-list__item {
  border-top: 1px solid #4e595b;
  padding-top: 2rem;
  margin-top: 2rem;
  float: left;
  width: 100%; }
  .page-list__item__heading {
    margin: .25rem 0 .5rem 0; }
  .page-list__item .body-image {
    max-width: 25%; }
  .page-list__item__images {
    float: left;
    width: 30%; }
    .page-list__item__images__main {
      width: 100%;
      margin-bottom: .5rem; }
    .page-list__item__images__thumb {
      float: left;
      width: 25%;
      padding: .25rem; }
  .page-list__item__text {
    float: left;
    width: 100%; }
    .page-list__item__text--withimage {
      width: 70%;
      padding-left: 1.5rem; }

@media only screen and (max-width: 500px) {
  .page-list__item__images {
    width: 100%;
    margin-bottom: 1rem; }
  .page-list__item__text {
    width: 100%;
    padding-left: 0; } }
.view-gallery {
  color: #860000 !important;
  font-size: 1.2rem;
  line-height: 1.728rem;
  text-transform: uppercase; }

.lodge-info {
  margin-bottom: 3rem; }
  .lodge-info__title {
    border-bottom: 1px solid;
    color: #860000;
    padding-bottom: .5rem; }

.tab-heading {
  background: #6faa92;
  color: #fff;
  padding: .5rem;
  font-size: 1.2rem;
  line-height: 1.728rem; }

.lodge-details span {
  font-weight: bold; }
.lodge-details__icons {
  margin-bottom: 1rem; }

.lodge-logos {
  margin-bottom: 1rem; }
  .lodge-logos img {
    height: 100px;
    margin: .5rem; }

.news-item {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #4e595b; }
  .news-item__title {
    font-size: 1.728rem;
    line-height: 2.0736rem; }

.date {
  font-style: italic; }

.read-more {
  display: inline-block; }
  .read-more:after {
    content: " >>"; }

.archive {
  margin-bottom: 1rem; }
  .archive > ul > li {
    border-bottom: 1px solid #6faa92;
    padding-bottom: .5rem; }
  .archive ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .archive li {
    margin-bottom: .5rem; }
    .archive li ul {
      margin-top: .5rem;
      padding-left: 1rem; }
    .archive li:last-child {
      margin-bottom: 0;
      border-bottom: none; }
  .archive a {
    display: block; }

.categories {
  margin-bottom: 1rem; }
  .categories ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .categories li {
    margin-bottom: .5rem; }

.page-navigation {
  list-style-type: none;
  margin: 2rem 0 0 0;
  width: 100%;
  float: left;
  padding: 0; }

.page-nav {
  text-transform: uppercase;
  font-weight: bold; }
  .page-nav--prev {
    float: left;
    margin-right: 2rem; }
  .page-nav--next {
    float: right; }

.tags {
  margin: 4rem 0 1rem 0; }
  .tags ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .tags li {
    display: inline-block;
    margin: 0 1rem 1rem 0; }
  .tags a {
    padding: .5rem;
    background: #555;
    color: #fff; }

.back-link {
  border-top: 1px solid #4e595b;
  padding-top: 1rem; }
  .back-link__text {
    font-weight: bold; }
    .back-link__text:before {
      content: "<< "; }

.lodge-search {
  margin: -2rem 0 4rem 0; }

.toggle-view {
  float: left;
  width: 100%; }

.toggle-tab {
  float: left;
  width: 50%;
  padding: 1rem;
  cursor: pointer; }

.map-view {
  background: #6faa92;
  color: #fff;
  text-align: right; }

.grid-view {
  background: #fff;
  color: #860000; }

.lodge-results {
  background: #fff;
  float: left;
  width: 100%; }

.results-grid {
  margin: 1rem -1rem; }
  .results-grid:after {
    content: " ";
    height: 0;
    display: block;
    clear: both; }

.results-view {
  display: none; }
  .results-view.active {
    display: block; }

.lodge {
  padding: 1rem;
  float: left; }
  .lodge__inner {
    background: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6); }
  .lodge__content {
    padding: 1rem; }
  .lodge__image {
    width: 100%; }
  .lodge__title {
    font-size: 1.44rem;
    line-height: 1.728rem;
    margin-bottom: .5rem; }
  .lodge__location {
    font-size: 0.8333333333rem;
    line-height: 1.2rem;
    font-style: italic; }
  .lodge__text {
    font-size: 0.8333333333rem;
    line-height: 1.2rem; }
  .lodge__link {
    border-top: 1px solid #444;
    display: block;
    color: #6faa92;
    padding-top: .5rem;
    font-size: 1.2rem;
    line-height: 1.44rem; }
    .lodge__link:after {
      content: " >>"; }
    .lodge__link:hover {
      text-decoration: underline; }

.results-more {
  text-align: center;
  margin: 3rem 0;
  float: left;
  width: 100%; }
  .results-more__btn {
    background: #6faa92;
    color: #fff;
    padding: .5rem 3rem;
    text-transform: uppercase; }

#map {
  width: 100%;
  min-height: 600px; }

@media only screen and (min-width: 776px) {
  .lodge {
    width: 33.3333333333%; }
    .lodge:nth-child(3n+1) {
      clear: left; } }
@media only screen and (max-width: 775px) and (min-width: 501px) {
  .lodge {
    width: 50%; }
    .lodge:nth-child(2n+1) {
      clear: left; } }
@media only screen and (max-width: 500px) {
  .lodge {
    width: 100%; }
    .lodge:nth-child(1n+1) {
      clear: left; } }
.s-res {
  margin: 0;
  padding: 0;
  list-style: none; }
  .s-res__item {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd; }
    .s-res__item__title {
      font-size: 1.2rem;
      line-height: 1.44rem;
      margin-bottom: .5rem; }
    .s-res__item__snippet {
      font-size: 0.8333333333rem;
      line-height: 1.2rem;
      margin-bottom: 0; }

.body-text img {
  max-width: 40%;
  height: auto !important; }
  .body-text img[align="left"], .body-text img[style*="float: left"], .body-text img[style*="float:left"] {
    margin: .5rem 1rem 1rem 0; }
  .body-text img[align="right"], .body-text img[style*="float: right"], .body-text img[style*="float:right"] {
    margin: .5rem 0 1rem 1rem; }

@media only screen and (max-width: 670px) {
  .body-text img {
    max-width: 100%; } }
.textblock {
  display: table;
  margin-bottom: 2rem; }
  .textblock__cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle; }
    .textblock__cell img {
      width: 100%; }
    .textblock__cell--image {
      padding-right: 3rem; }
      .textblock__cell--image.textblock__cell--pushright {
        padding-right: 0;
        padding-left: 3rem; }
    .textblock__cell--pullleft {
      right: 50%;
      position: relative; }
    .textblock__cell--pushright {
      left: 50%;
      position: relative; }

.testimonial {
  padding: 2rem 0;
  margin: 2rem 0 4rem 0;
  color: #fff;
  background: #6faa92;
  text-align: center; }
  .testimonial__quote {
    font-size: 1.728rem;
    line-height: 2.48832rem; }
  .testimonial__name {
    line-height: 1.44rem; }

.sidebar {
  margin-bottom: 1rem; }
  .sidebar__content > ul > li {
    border-bottom: 1px solid #6faa92;
    padding-bottom: .5rem; }
  .sidebar__content ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar__content li {
    margin-bottom: .5rem; }
    .sidebar__content li ul {
      margin-top: .5rem;
      padding-left: 1rem; }
    .sidebar__content li:last-child {
      margin-bottom: 0;
      border-bottom: none; }
  .sidebar__content a {
    display: block;
    line-height: 1.728rem; }
  .sidebar-toggle {
    display: none;
    background: #6faa92;
    color: #fff;
    padding: .5rem;
    cursor: pointer; }

.acc-wrap {
  margin-bottom: 2rem; }

.acc-item {
  margin-bottom: 1rem; }
  .acc-item:last-child {
    margin-bottom: 0; }
  .acc-item__heading {
    background: #6faa92;
    padding: .5rem;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.44rem;
    margin: 0; }
    .acc-item__heading .fa {
      float: right; }
  .acc-item__content {
    display: none; }
    .acc-item__content__inner {
      padding: 1rem 0; }

.cta {
  margin: 2rem 0; }
  .cta__text {
    font-size: 1.2rem;
    line-height: 2.0736rem; }

@media only screen and (max-width: 750px) {
  .textblock {
    display: block; }
    .textblock__cell {
      display: block;
      width: 100%; }
      .textblock__cell img {
        width: 100%; }
      .textblock__cell--image {
        padding-right: 0;
        margin-bottom: 2rem; }
        .textblock__cell--image.textblock__cell--pushright {
          padding-left: 0; }
      .textblock__cell--pullleft {
        position: static; }
      .textblock__cell--pushright {
        position: static; } }
@media only screen and (min-width: 640px) {
  .sidebar__content {
    display: block !important; } }
@media only screen and (max-width: 639px) {
  .sidebar-toggle {
    display: block; }
  .sidebar__content {
    display: none; }
    .sidebar__content > ul {
      padding-top: 1rem; } }
@media only screen and (max-width: 475px) {
  .testimonial__quote {
    font-size: 1.2rem;
    line-height: 1.728rem; }

  .cta {
    margin: 2rem 0; }
    .cta__text {
      font-size: 1rem;
      line-height: 1.44rem; } }
.timeline {
  float: left;
  width: 100%;
  position: relative; }
  .timeline:after {
    content: " ";
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -1px;
    background: #444; }

.time-item {
  float: left;
  clear: left;
  position: relative; }
  .time-item:after {
    content: " ";
    position: absolute;
    height: 2px;
    top: 1rem;
    background: #444; }
  .time-item__date {
    font-size: 1.44rem;
    line-height: 1.44rem;
    margin-bottom: .5rem;
    font-weight: bold; }
    .time-item__date__year {
      font-size: 2.0736rem;
      line-height: 2.0736rem; }
  .time-item__title {
    font-size: 1.2rem;
    line-height: 1.728rem;
    margin-bottom: .5rem; }
  .time-item__toggle {
    border: 1px solid;
    float: right;
    width: 32px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: color 400ms, background 400ms;
    -moz-transition: color 400ms, background 400ms;
    -ms-transition: color 400ms, background 400ms;
    -o-transition: color 400ms, background 400ms;
    transition: color 400ms, background 400ms; }
    .time-item__toggle:hover {
      color: #fff;
      background: #444; }
    .time-item__toggle .fa {
      line-height: 30px; }
    .time-item__toggle .fa-minus {
      display: none; }
    .time-item__toggle.open .fa-minus {
      display: block; }
    .time-item__toggle.open .fa-plus {
      display: none; }
  .time-item__details {
    visibility: hidden;
    position: absolute;
    z-index: 3;
    top: 100%; }
    .time-item__details__inner {
      padding: 1rem;
      border: 1px solid;
      background: #fff;
      -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
      -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
      box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.7);
      margin-top: 1rem;
      opacity: 0;
      -webkit-transition: opacity 500ms;
      -moz-transition: opacity 500ms;
      -ms-transition: opacity 500ms;
      -o-transition: opacity 500ms;
      transition: opacity 500ms;
      text-align: left; }
    .time-item__details.open {
      visibility: visible; }
      .time-item__details.open .time-item__details__inner {
        opacity: 1; }
  .time-item__close {
    font-weight: bold;
    cursor: pointer; }

@media only screen and (min-width: 601px) {
  .time-item {
    width: 50%; }
    .time-item:nth-child(odd) {
      text-align: right;
      padding-right: 4rem; }
      .time-item:nth-child(odd):after {
        left: 100%;
        right: 0;
        margin-left: -3rem; }
      .time-item:nth-child(odd) .time-item__details {
        right: 4rem; }
    .time-item:nth-child(even) {
      left: 50%;
      padding-left: 4rem; }
      .time-item:nth-child(even):after {
        left: 0;
        right: 100%;
        margin-right: -3rem; }
      .time-item:nth-child(even) .time-item__toggle {
        float: left; }
      .time-item:nth-child(even) .time-item__details {
        left: 4rem; } }
@media only screen and (max-width: 900px) and (min-width: 601px) {
  .time-item:nth-child(odd) .time-item__details {
    right: -50%; }
  .time-item:nth-child(even) .time-item__details {
    left: -50%; } }
@media only screen and (max-width: 600px) {
  .timeline:after {
    left: 100%;
    margin-left: 0; }

  .time-item {
    width: 100%;
    text-align: right;
    padding-right: 4rem;
    margin-bottom: 2rem; }
    .time-item:after {
      left: 100%;
      right: 0;
      margin-left: -3rem; }
    .time-item__details {
      right: 4rem; } }
@media only screen and (max-width: 450px) {
  .time-item {
    padding-right: 1rem; }
    .time-item:after {
      margin-left: -0.5rem; }
    .time-item__details {
      right: 1rem; } }
@media only print {
  @page {
    size: auto;
    /* auto is the initial value */
    margin: 20mm 10mm; }
  * {
    background: transparent;
    color: #444 !important; }

  html, body {
    font-size: 100%;
    line-height: 100%; }

  p {
    font-size: 0.875rem; }

  .body-text p, .body-text li {
    line-height: 1.512rem; }

  h1 {
    font-size: 2.0736rem;
    line-height: 2.48832rem;
    margin-top: 1.2rem !important;
    border-bottom: 0;
    padding-bottom: 0; }

  h2 {
    font-size: 1.728rem;
    line-height: 2.0736rem; }

  h3 {
    font-size: 1.44rem;
    line-height: 1.728rem; }

  h4 {
    font-size: 1.44rem;
    line-height: 1.728rem; }

  h5 {
    font-size: 1.2rem;
    line-height: 1.44rem; }

  h6 {
    font-size: 1.2rem;
    line-height: 1.44rem; }

  .print-image {
    display: block; }

  .header {
    position: relative; }

  .mobile-nav {
    display: none; }

  .logo {
    float: none; }
    .logo img {
      height: 50px;
      margin: auto;
      display: block; }

  .canvas-wrap {
    padding-top: 0; }
  .canvas-content {
    padding-bottom: 0; }

  .footer {
    display: none; }

  .text-col {
    max-width: 100%; }

  .two-col {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1; }

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

  .page--pad-large {
    padding: 0; }
  .page--pad-small {
    padding: 0; }

  .home-banner {
    display: none; }

  .ql-item {
    width: 100%;
    margin-bottom: 2rem;
    float: none;
    page-break-inside: avoid;
    padding: 0;
    margin-bottom: 1rem; }
    .ql-item:after {
      content: " ";
      height: 0;
      display: block;
      clear: both; }
    .ql-item__image {
      height: auto;
      float: left;
      width: 40%;
      padding-right: 2rem; }
    .ql-item__content {
      float: left;
      width: 60%; }
    .ql-item__link {
      display: none; }

  .textblock {
    page-break-inside: avoid; }

  .btn {
    display: none; }

  .tab-heading {
    padding: 0;
    border-bottom: 1px solid; }

  .print-icon {
    width: auto;
    height: auto;
    margin: .5rem; }
    .print-icon .pi {
      width: auto;
      line-height: auto; }
      .print-icon .pi:after {
        position: static;
        background: #fff;
        color: #444;
        padding: 0;
        font-size: 1rem;
        line-height: 1rem;
        margin-top: 0;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        display: block; }

  .intro {
    margin: 0; }

  .testimonial {
    display: none; }

  .acc-item__heading {
    padding: 0;
    border-bottom: 1px solid; }
  .acc-item__content {
    display: block; }

  .cta {
    display: none; }

  .sidebar {
    display: none; }

  .lodge-search {
    display: none; }

  .toggle-view {
    display: none; }

  .lodge {
    float: none;
    page-break-inside: avoid; }
    .lodge:after {
      content: " ";
      height: 0;
      display: block;
      clear: both; }
    .lodge__image {
      float: left;
      width: 40%;
      margin: 0 1rem 1rem 0; }

  .results-more__btn {
    display: none; }

  .timeline {
    margin-top: 2rem; }

  .time-item {
    width: 100%;
    text-align: left;
    padding-right: 0;
    margin-bottom: 2rem; }
    .time-item__toggle {
      display: none; }
    .time-item__details {
      right: 0;
      visibility: visible;
      position: static; }
      .time-item__details__inner {
        opacity: 1;
        border: none;
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
    .time-item__close {
      display: none; }

  .page-list__item {
    float: none;
    page-break-inside: avoid; }
    .page-list__item:after {
      content: " ";
      height: 0;
      display: block;
      clear: both; }

  .archive {
    display: none; }

  .categories {
    display: none; }

  .news-item {
    page-break-inside: avoid; }

  .tags {
    display: none; }

  .back-link {
    display: none; }

  form {
    display: none; } }

.accreditationItems img {
	max-height: 267px;
	width: auto;
}

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