@charset "UTF-8";
/* required styles */
.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-tile-container,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0; }

.leaflet-container {
  overflow: hidden;
  -ms-touch-action: none; }

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none; }

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block; }

/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
  max-width: none !important; }

/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
  max-width: 15000px !important; }

.leaflet-tile {
  filter: inherit;
  visibility: hidden; }

.leaflet-tile-loaded {
  visibility: inherit; }

.leaflet-zoom-box {
  width: 0;
  height: 0; }

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none; }

.leaflet-tile-pane {
  z-index: 2; }

.leaflet-objects-pane {
  z-index: 3; }

.leaflet-overlay-pane {
  z-index: 4; }

.leaflet-shadow-pane {
  z-index: 5; }

.leaflet-marker-pane {
  z-index: 6; }

.leaflet-popup-pane {
  z-index: 7; }

.leaflet-vml-shape {
  width: 1px;
  height: 1px; }

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute; }

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 7;
  pointer-events: auto; }

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 100;
  pointer-events: none; }

.leaflet-top {
  top: 0; }

.leaflet-right {
  right: 0; }

.leaflet-bottom {
  bottom: 0; }

.leaflet-left {
  left: 0; }

.leaflet-control {
  float: left;
  clear: both; }

.leaflet-right .leaflet-control {
  float: right; }

.leaflet-top .leaflet-control {
  margin-top: 10px; }

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px; }

.leaflet-left .leaflet-control {
  margin-left: 10px; }

.leaflet-right .leaflet-control {
  margin-right: 10px; }

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1; }

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1); }

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden; }

/* cursors */
.leaflet-clickable {
  cursor: pointer; }

.leaflet-container {
  cursor: -webkit-grab;
  cursor: -moz-grab; }

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto; }

.leaflet-dragging .leaflet-container,
.leaflet-dragging .leaflet-clickable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing; }

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0; }

.leaflet-container a {
  color: #0078A8; }

.leaflet-container a.leaflet-active {
  outline: 2px solid orange; }

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5); }

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif; }

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px; }

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black; }

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block; }

.leaflet-bar a:hover {
  background-color: #f4f4f4; }

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none; }

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb; }

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px; }

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px; }

.leaflet-control-zoom-out {
  font-size: 20px; }

.leaflet-touch .leaflet-control-zoom-in {
  font-size: 22px; }

.leaflet-touch .leaflet-control-zoom-out {
  font-size: 24px; }

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px; }

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px; }

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px; }

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px; }

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none; }

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative; }

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff; }

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px; }

.leaflet-control-layers label {
  display: block; }

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px; }

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0; }

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333; }

.leaflet-control-attribution a {
  text-decoration: none; }

.leaflet-control-attribution a:hover {
  text-decoration: underline; }

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px; }

.leaflet-left .leaflet-control-scale {
  margin-left: 5px; }

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px; }

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5); }

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px; }

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777; }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none; }

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box; }

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center; }

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px; }

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4; }

.leaflet-popup-content p {
  margin: 18px 0; }

.leaflet-popup-tip-container {
  margin: 0 auto;
  width: 40px;
  height: 20px;
  position: relative;
  overflow: hidden; }

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4); }

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent; }

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999; }

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd; }

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1; }

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678); }

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px; }

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999; }

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*!
 *  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("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("//netdna.bootstrapcdn.com/font-awesome/4.7.0/fonts/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; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* 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; }

/*

cleanslate.css

inspired by;
reset.css - http://meyerweb.com/eric/tools/css/reset/ 
normalize.css - http://git.io/normalize 

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

*,
*:focus {
  outline: none;
  outline: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, textarea, select, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

a,
a:hover, a:active, a:focus {
  text-decoration: none;
  outline: 0 !important; }

::selection {
  background: #000;
  color: #FFF; }

::-moz-selection {
  background: #000;
  color: #FFF; }

/* HTML5 display definitions
========================================================================== 
*/
/*
 * Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/*
	Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, and Safari 4.
	Known issue: no IE 6 support.
*/
[hidden] {
  display: none; }

/*
	1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using `em` units.
	2. Prevents iOS text size adjust after orientation change, without disabling user zoom.
*/
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
	Addresses `font-family` inconsistency between `textarea` and other form elements.
*/
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/*
 * Addresses margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
  line-height: 1; }

/*  Links
========================================================================== 
*/
/*
	Addresses `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: thin dotted; }

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

/*
Typography
========================================================================== 
*/
/*
 * Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.


abbr[title] 
{
    border-bottom: 1px dotted;
}
*/
/*
	Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.

b,
strong {
	font-weight: bold;
}
*/
/*
	Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/*
	Improves readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Addresses CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/*
 * Addresses `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/*
Lists
========================================================================== 
*/
dl,
dd,
menu,
ol,
ul,
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

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

/*
 * 1. Corrects color not being inherited in IE 6/7/8/9.
 * 2. Corrects text not wrapping in Firefox 3.
 * 3. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/*
1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls.
2. Corrects inability to style clickable `input` types in iOS.
3. Improves usability and consistency of cursor style between image-type `input` and others.
4. Removes inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6.
*/
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: default;
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/*
1. Addresses box sizing set to content-box in IE 8/9.
2. Removes excess padding in IE 8/9.
3. Removes excess padding in IE 7.
Known issue: excess padding remains in IE 6.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

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

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/*
	1. Removes default vertical scrollbar in IE 6/7/8/9.
	2. Improves readability and alignment in all browsers.
*/
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/*
Tables
========================================================================== 
*/
/*
Remove most spacing between table cells.
tables still need 'cellspacing="0"' in the markup
*/
table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale; }

body {
  font-size: 10px;
  font-family: "courier_new", "Arial", "Verdana", sans-serif;
  background-color: #fff;
  padding-top: 84px; }
  body.home {
    padding-top: 0; }
  body .overflow_wrap {
    overflow-x: hidden; }

.cl:before,
.cl:after {
  content: "";
  display: table; }

.cl:after {
  clear: both; }

.cl {
  zoom: 1;
  /*For IE 6/7 (trigger hasLayout)*/ }

.wrap {
  width: 100%;
  max-width: 1085px;
  text-align: left;
  margin: 0 auto; }

a:hover {
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s; }

.page_wrap {
  width: 100%;
  max-width: 655px;
  text-align: left;
  margin: 0 auto;
  padding: 0 30px; }

.page_wrap_wide {
  width: 100%;
  max-width: 755px;
  text-align: left;
  margin: 0 auto; }

/*BLUE*/
/*PINK*/
/*BLACK*/
/*GREY*/
@font-face {
  font-family: 'courier_new';
  src: url("../fonts/courier_new-webfont.woff2") format("woff2"), url("../fonts/courier_new-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'cervo';
  src: url("../fonts/cervo_light-webfont.woff2") format("woff2"), url("../fonts/cervo_light-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'colors_of_autumn';
  src: url("../fonts/colors_of_autumn-webfont.woff2") format("woff2"), url("../fonts/colors_of_autumn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'castro_script';
  src: url("../fonts/castro_script-webfont.woff2") format("woff2"), url("../fonts/castro_script-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

h1,
.section_title {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-family: "cervo", "Ariel", sans-serif;
  font-size: 500%;
  letter-spacing: 4px; }

.large {
  text-transform: uppercase;
  font-family: "cervo", "Ariel", sans-serif;
  font-size: 360% !important;
  letter-spacing: 4px !important;
  margin-bottom: 40px !important; }

.entry_content h2,
.entry_content h3,
.entry_content h4,
.entry_content h5,
.entry_content h6 {
  display: block;
  text-transform: uppercase;
  font-family: "cervo", "Ariel", sans-serif; }

.entry_content h2 {
  font-size: 230%;
  letter-spacing: 3.5px;
  margin-bottom: 25px; }

.entry_content h3 {
  font-size: 200%;
  margin-bottom: 24px; }

.entry_content h4, .entry_content h5, .entry_content h6 {
  font-size: 180%;
  margin-bottom: 18px; }

.entry_content p {
  display: block;
  font-size: 140%;
  line-height: 2em;
  margin-bottom: 1.3em; }
  @media only screen and (max-width: 767px) {
    .entry_content p {
      text-align: justify; } }
  .entry_content p:last-child {
    margin-bottom: 0; }

.entry_content strong {
  font-weight: 700; }
  .entry_content strong a {
    font-weight: 700; }

.entry_content em {
  font-style: italic; }
  .entry_content em a {
    font-style: italic; }

.entry_content span {
  display: inline-block; }

.entry_content a {
  display: inline-block;
  text-decoration: underline;
  color: #000;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s; }
  .entry_content a:hover {
    text-decoration: none; }

.entry_content blockquote {
  border-left: solid 1px #000;
  padding: 10px 14px;
  margin-bottom: 20px;
  background-color: #fafafa;
  font-size: 160%;
  line-height: 1.8em; }
  .entry_content blockquote p {
    font-size: 18px;
    margin-bottom: 0; }

.entry_content ul,
.entry_content ol {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px; }
  .entry_content ul li,
  .entry_content ol li {
    font-size: 140%;
    line-height: 1.4em;
    margin-bottom: 1em; }

.entry_content ul li {
  padding-left: 14px;
  position: relative; }
  .entry_content ul li:before {
    position: absolute;
    left: 0;
    content: "\2022";
    color: #000; }

.entry_content ol {
  list-style-type: decimal;
  list-style-position: inside; }

.entry_content dl {
  display: block;
  margin-bottom: 30px;
  padding: 0 20px; }
  .entry_content dl dt,
  .entry_content dl dd {
    font-size: 140%;
    line-height: 1.4em; }
  .entry_content dl dt {
    display: block;
    font-weight: 700;
    padding: 20px 0 10px 0; }
    .entry_content dl dt:first-child {
      padding-top: 0; }
  .entry_content dl dd {
    display: block;
    margin-bottom: 1em; }

.entry_content table {
  border: solid 1px #555;
  width: 100%;
  border-collapse: collapse;
  font-size: 120%;
  text-align: left;
  margin-bottom: 30px; }
  .entry_content table caption,
  .entry_content table td,
  .entry_content table th {
    border: solid 1px #999;
    padding: 10px; }
  .entry_content table th {
    font-weight: 700; }
  .entry_content table caption {
    border-bottom: none;
    font-size: 16px;
    text-align: left; }

.entry_content img {
  display: block;
  max-width: 100%; }
  .entry_content img.alignleft {
    float: left;
    margin: 0 2% 2% 0; }
  .entry_content img.alignright {
    float: right;
    margin: 0 0 2% 2%; }
  .entry_content img.aligncenter {
    margin: 0 auto; }

/*RED*/
.form_title {
  text-align: left;
  border-top: solid 1px #000;
  padding: 20px; }
  .form_title span {
    display: block;
    font-size: 360%;
    letter-spacing: 3.2px;
    text-transform: uppercase;
    font-family: "cervo", "Ariel", sans-serif; }

.gform_wrapper {
  display: block; }
  .gform_wrapper form {
    border-bottom: solid 1px #000; }
    .gform_wrapper form .validation_error {
      color: #c81515;
      padding: 30px;
      padding-bottom: 0;
      font-size: 16px; }
    .gform_wrapper form ul {
      display: block; }
      .gform_wrapper form ul li {
        float: left;
        width: 100%;
        border-bottom: solid 1px #000; }
        @media only screen and (min-width: 768px) {
          .gform_wrapper form ul li {
            padding: 0 20px; } }
        .gform_wrapper form ul li label {
          float: left;
          width: 100%;
          text-transform: uppercase;
          font-family: "cervo", "Ariel", sans-serif;
          letter-spacing: 2.2px;
          font-size: 22px; }
          @media only screen and (min-width: 768px) {
            .gform_wrapper form ul li label {
              width: 30%;
              line-height: 90px; } }
          @media only screen and (max-width: 767px) {
            .gform_wrapper form ul li label {
              border-bottom: solid 1px #000;
              padding: 20px; } }
        .gform_wrapper form ul li div input,
        .gform_wrapper form ul li div textarea,
        .gform_wrapper form ul li div select {
          font-size: 16px;
          font-family: "courier_new", "Arial", "Verdana", sans-serif;
          padding: 0 20px; }
          @media only screen and (min-width: 768px) {
            .gform_wrapper form ul li div input,
            .gform_wrapper form ul li div textarea,
            .gform_wrapper form ul li div select {
              width: 70%;
              border-left: solid 1px #000;
              line-height: 90px; } }
          @media only screen and (max-width: 767px) {
            .gform_wrapper form ul li div input,
            .gform_wrapper form ul li div textarea,
            .gform_wrapper form ul li div select {
              width: 100%;
              padding: 20px; } }
        .gform_wrapper form ul li.gfield_error .validation_message {
          color: #c81515;
          font-size: 140%;
          padding-bottom: 10px; }
    .gform_wrapper form .gform_footer input {
      display: block;
      width: 100%;
      text-transform: uppercase;
      font-family: "cervo", "Ariel", sans-serif;
      font-size: 22px;
      line-height: 1.4em;
      letter-spacing: 2.2px;
      padding: 30px;
      text-align: center;
      background: none;
      -o-transition: .2s;
      -ms-transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s;
      transition: .2s;
      -webkit-border-radius: 0px; }
      .gform_wrapper form .gform_footer input:hover {
        color: #6C98A5; }

.map_pad {
  padding: 0 30px; }

.map {
  position: relative;
  width: 100%;
  padding-bottom: 60%;
  height: 0;
  overflow: hidden;
  z-index: 1;
  margin-top: 100px; }
  .map .map_box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0; }
  .map .map_btn {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 20%;
    text-align: center; }
    .map .map_btn .btn {
      max-width: 270px; }

.pagination_pad {
  padding: 0 30px; }

.single_pagination {
  margin-top: 70px;
  text-align: center; }
  .single_pagination > span {
    display: block;
    font-size: 160%;
    margin-bottom: 38px; }
  .single_pagination a {
    min-width: 220px;
    margin: 0 30px; }
    @media only screen and (max-width: 767px) {
      .single_pagination a {
        width: 100%;
        margin: 0 0 20px 0; }
        .single_pagination a:last-child {
          margin-bottom: 0; } }

/*
---------------------------------------------------------------------------
=	HEADER
---------------------------------------------------------------------------
*/
#header {
  height: 84px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  padding: 0 20px;
  /*
	.home.sm &
	{
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		z-index: 100;
	}
	*/ }
  #header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100; }
  #header .wrap {
    position: relative;
    text-align: center; }
  #header #nav-toggle {
    display: block;
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 100; }
    #header #nav-toggle #nav-burger {
      width: 30px;
      height: 19px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer; }
      #header #nav-toggle #nav-burger span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out; }
        #header #nav-toggle #nav-burger span:nth-child(1) {
          top: 0px; }
        #header #nav-toggle #nav-burger span:nth-child(2), #header #nav-toggle #nav-burger span:nth-child(3) {
          top: 8px; }
        #header #nav-toggle #nav-burger span:nth-child(4) {
          top: 16px; }
      #header #nav-toggle #nav-burger.open span:nth-child(1), #header #nav-toggle #nav-burger.open span:nth-child(4) {
        top: 12px;
        width: 0%;
        left: 50%; }
      #header #nav-toggle #nav-burger.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      #header #nav-toggle #nav-burger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  #header .logo {
    display: inline-block;
    padding-top: 18px;
    width: 80%;
    max-width: 160px;
    height: auto; }
    #header .logo img {
      display: block;
      width: 100%;
      height: auto; }
  #header #main_nav {
    position: absolute;
    right: 0;
    top: 15px; }
    #header #main_nav a {
      display: block;
      float: left;
      margin-left: 14px;
      font-size: 240%;
      line-height: 50px;
      height: 50px;
      letter-spacing: 2.4px;
      text-transform: uppercase;
      font-family: "cervo", "Ariel", sans-serif;
      color: #000;
      border: solid 1px #fff;
      padding: 0 10px; }
      @media only screen and (max-width: 1000px) {
        #header #main_nav a {
          font-size: 180%;
          padding: 0 6px; } }
      #header #main_nav a#nav_gifts {
        color: #90CBDD;
        border: solid 1px #FFD7DC; }
      #header #main_nav a:hover {
        border: solid 1px #000 !important; }
      @media only screen and (max-width: 767px) {
        #header #main_nav a {
          border: none;
          padding: 0;
          margin: 4px 0 0 0;
          font-size: 240%; }
          #header #main_nav a:hover {
            border: none !important; }
          #header #main_nav a.mob_hide {
            border: solid 1px #f1812f;
            display: none; } }
  @media only screen and (max-width: 767px) and (max-width: 374px) {
    #header #main_nav a {
      font-size: 18px; } }
  #header #slide_out_nav {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: -100%;
    margin-top: 0;
    overflow-y: scroll;
    background: url(../images/bg_texture2.jpg);
    z-index: 50;
    transition-property: all;
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1); }
    #header #slide_out_nav.active {
      left: 0; }
    #header #slide_out_nav .slide_out_nav_inner {
      position: relative;
      width: 100%;
      height: 100%;
      text-align: center; }
      #header #slide_out_nav .slide_out_nav_inner .v_align {
        position: fixed;
        width: 170px;
        margin: 0;
        position: absolute;
        top: 45%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media only screen and (max-width: 767px) {
          #header #slide_out_nav .slide_out_nav_inner .v_align {
            top: 42%; } }
        #header #slide_out_nav .slide_out_nav_inner .v_align .box_border {
          margin-bottom: 40px; }
        #header #slide_out_nav .slide_out_nav_inner .v_align nav a {
          display: block;
          font-size: 250%;
          letter-spacing: 2.5px;
          font-family: "cervo", "Ariel", sans-serif;
          text-transform: uppercase;
          color: #000;
          border-bottom: solid 1px #000;
          line-height: 42px; }
          @media only screen and (max-width: 374px) {
            #header #slide_out_nav .slide_out_nav_inner .v_align nav a {
              font-size: 200%; } }
          #header #slide_out_nav .slide_out_nav_inner .v_align nav a:last-child {
            border-bottom: none; }
          #header #slide_out_nav .slide_out_nav_inner .v_align nav a:hover {
            background-color: #000;
            color: #fff; }

#nudge {
  height: 84px;
  width: 100%;
  display: none; }
  #nudge.show {
    display: block !important; }

/*
---------------------------------------------------------------------------
=	BANNERS
---------------------------------------------------------------------------
*/
.banner.banner_message {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0 20px; }
  .banner.banner_message p {
    font-size: 140%;
    line-height: 1.2em;
    padding: 14px 0; }
    .banner.banner_message p a {
      display: inline-block;
      color: #fff;
      text-decoration: underline; }
      .banner.banner_message p a:hover {
        text-decoration: none; }

.banner.banner_love {
  background-color: #BABAA7;
  color: #fff;
  text-align: center;
  padding: 0 20px; }
  .banner.banner_love p {
    font-size: 140%;
    line-height: 1.2em;
    padding: 14px 0; }
    .banner.banner_love p em {
      display: inline-block;
      font-family: "colors_of_autumn", serif;
      font-size: 20px; }

.post-type-archive-careers .banner,
.single-careers .banner {
  background-color: #6C98A5; }

.banner.banner_subnav {
  color: #fff;
  text-align: center; }
  .banner.banner_subnav a {
    display: block;
    float: left;
    width: 50%;
    color: #fff;
    line-height: 50px;
    font-size: 140%;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s; }
    .banner.banner_subnav a#subnav_bold-street {
      background-color: #90CBDD;
      /*BABY BLUE*/ }
    .banner.banner_subnav a#subnav_allerton {
      background-color: #F09AA5;
      /*BABY PINK*/ }
    .banner.banner_subnav a:hover {
      background-color: #000 !important; }

@media only screen and (max-width: 767px) {
  .banner p {
    font-size: 11px !important; } }

/*
---------------------------------------------------------------------------
=	SUBNAV
---------------------------------------------------------------------------
*/
.sub_nav {
  height: 150px;
  overflow: hidden;
  background-color: #90CBDD; }
  .sub_nav a {
    position: relative;
    display: block;
    float: left;
    height: 150px;
    filter: grayscale(100%);
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s; }
    .sub_nav a:hover, .sub_nav a.active {
      filter: grayscale(0%); }
    .sub_nav a span {
      display: block;
      position: absolute;
      text-transform: uppercase;
      bottom: 30px;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 300%;
      letter-spacing: 2.4px;
      font-family: "cervo", "Ariel", sans-serif; }
      @media only screen and (max-width: 767px) {
        .sub_nav a span {
          display: none; } }
  .sub_nav.itmes_2 a {
    width: 50%; }
  .sub_nav.itmes_3 a {
    width: 33.33%; }
  .sub_nav.itmes_4 a {
    width: 25%; }
  .sub_nav.itmes_5 a, .sub_nav.itmes_more_than_5 a {
    width: 20%; }

/*
---------------------------------------------------------------------------
=	FOOTER
---------------------------------------------------------------------------
*/
#footer {
  padding: 160px 30px 140px 30px;
  text-align: center;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    #footer {
      padding: 80px 30px; } }
  @media only screen and (max-width: 374px) {
    #footer {
      padding: 80px 0; } }
  #footer .social_list {
    margin-bottom: 40px; }
  #footer #foot_email {
    display: block;
    text-transform: uppercase;
    color: #000;
    font-size: 180%;
    letter-spacing: 4.8px;
    font-family: "cervo", "Ariel", sans-serif;
    margin-bottom: 32px;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s; }
    #footer #foot_email:hover {
      color: #99D4E6; }
  #footer ul {
    display: block;
    text-align: center;
    margin-bottom: 54px; }
    @media only screen and (max-width: 374px) {
      #footer ul {
        margin-bottom: 30px; } }
    #footer ul li {
      display: inline-block;
      font-size: 140%;
      /*
			&:first-child
			{
				padding-right: 26px;
				margin-right: 10px;
				position: relative;
				
				
				@include breakpoint($less_than_ipad)
				{
					padding-right: 10px;
					margin-right: 0;		
				}
				
				&:after
				{
					position: absolute;
					right:0;
					bottom:0;
					content: ".";
				}
			}
			*/ }
      @media only screen and (max-width: 390px) {
        #footer ul li {
          font-size: 12px; } }
      #footer ul li a {
        display: block;
        color: #000; }
        #footer ul li a:hover {
          text-decoration: underline; }
  #footer .credit {
    font-size: 120%; }
    #footer .credit a {
      color: #000; }
      #footer .credit a:hover {
        text-decoration: underline; }

#main {
  background-color: #fff; }

/*
---------------------------------------------------------------------------
=	FEATURED IMAGE
---------------------------------------------------------------------------
*/
.featured {
  text-align: center;
  position: relative;
  padding: 50px 20px 40px 20px;
  margin-top: 60px;
  background-color: #fff; }
  @media only screen and (max-width: 767px) {
    .featured {
      padding: 15px;
      overflow: hidden; } }
  .home .featured {
    margin-top: 0; }
  .featured .background_img {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto; }
    .featured .background_img .img {
      display: block;
      position: relative;
      width: 100%;
      padding-bottom: 65%;
      height: 0;
      z-index: 3;
      background-color: #000; }
      .featured .background_img .img span {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .featured .background_img .frame {
      position: absolute;
      left: -22px;
      top: -22px;
      width: 100%;
      max-width: 750px;
      margin: 0 auto;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .featured .background_img .frame {
          display: none; } }
      .featured .background_img .frame span {
        display: block;
        position: relative;
        top: 0;
        width: 98%;
        padding-bottom: 60%;
        height: 0;
        z-index: 3;
        border: solid 1px #000; }
  .featured .featured_bg {
    position: absolute;
    height: 100%;
    width: 200%;
    background: url(../images/bg_texture2.jpg);
    top: 0;
    z-index: 0; }
    @media only screen and (max-width: 767px) {
      .featured .featured_bg {
        width: 200% !important;
        left: 0; } }
  .featured .text {
    display: block;
    position: absolute;
    bottom: 40%;
    font-size: 2000%;
    line-height: 140px;
    font-family: "castro_script", cursive;
    color: #FFF;
    text-transform: lowercase; }
    @media only screen and (max-width: 1000px) {
      .featured .text {
        display: none; } }
    .featured .text.bold-street {
      color: #90CBDD;
      bottom: -60px; }
    .featured .text.allerton {
      color: #FFD7DC;
      bottom: -60px; }
    .featured .text span {
      display: block; }
  .featured.featured_left .featured_bg {
    right: 50%;
    margin-right: -305px; }
  .featured.featured_left .text {
    left: 0; }
    .featured.featured_left .text span {
      float: left; }
      .featured.featured_left .text span:nth-child(2) {
        padding-right: 10%; }
  .featured.featured_right .featured_bg {
    left: 50%;
    margin-left: -305px; }
  .featured.featured_right .text {
    right: 0; }
    .featured.featured_right .text span {
      float: right; }
      .featured.featured_right .text span:nth-child(2) {
        padding-left: 10%; }

/*
---------------------------------------------------------------------------
=	BUTTONS
---------------------------------------------------------------------------
*/
.btn {
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  padding: 2px 0;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .btn .inner {
    display: block;
    border: 1px solid #000;
    border-width: 1px 0; }
    .btn .inner span {
      display: block;
      margin: 0 2px;
      text-transform: uppercase;
      font-family: "cervo", "Ariel", sans-serif;
      font-size: 250%;
      letter-spacing: 2px;
      padding: 10px 36px;
      -o-transition: .2s;
      -ms-transition: .2s;
      -moz-transition: .2s;
      -webkit-transition: .2s;
      transition: .2s; }
  .btn:before, .btn:after {
    content: '';
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0; }
  .btn:before {
    border-right: 1px solid #000; }
  .btn:after {
    border-left: 1px solid #000;
    right: 0; }
  .btn:hover .inner span {
    color: #fff;
    background-color: #000; }
  .btn.btn_reverse .inner span {
    background-color: #000;
    color: #fff; }
  .btn.btn_reverse:hover .inner span {
    background-color: #fff;
    color: #000; }

/*
---------------------------------------------------------------------------
=	CONTENT
---------------------------------------------------------------------------
*/
.page_pad {
  padding: 60px 0 0 0; }
  .page_pad .main_content {
    margin-top: 60px; }

.archive_title {
  text-align: center; }
  .archive_title span {
    display: block;
    text-transform: uppercase;
    font-size: 180%;
    letter-spacing: 2px;
    margin-bottom: 36px; }

/*
---------------------------------------------------------------------------
=	CHILDREN
---------------------------------------------------------------------------
*/
.children {
  text-align: center;
  margin-top: 32px; }
  .children a {
    position: relative;
    display: inline-block;
    color: #B8B8B8;
    text-transform: uppercase;
    font-family: "cervo", "Ariel", sans-serif;
    font-size: 300%;
    padding: 0 12px 6px 12px;
    margin: 0 8px; }
    @media only screen and (max-width: 400px) {
      .children a {
        padding: 0 4px; } }
    .children a.active {
      color: #000; }
    .children a.active:after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      border-bottom: solid 2px #BABAA7; }
    @media only screen and (min-width: 769px) {
      .children a:hover:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        border-bottom: solid 2px #BABAA7; } }
    .children a.bold-street:hover:after, .children a.bold-street.active:after {
      border-bottom: solid 2px #BBE1EA;
      /*BLUE*/ }
    .children a.allerton:hover:after, .children a.allerton.active:after {
      border-bottom: solid 2px #F09AA5;
      /*PINK*/ }

/*
---------------------------------------------------------------------------
=	BORDER BOX
---------------------------------------------------------------------------
*/
.box_border {
  border: 1px solid #000;
  padding: 5px 0;
  overflow: hidden;
  position: relative;
  margin-top: 100px; }
  .box_border .inner {
    display: block;
    border: 1px solid #000;
    border-width: 1px 0; }
    .box_border .inner .inner_block {
      padding: 70px 46px 70px 46px; }
      @media only screen and (max-width: 767px) {
        .box_border .inner .inner_block {
          padding: 40px 30px; } }
      .box_border .inner .inner_block .block_links {
        margin-top: 50px;
        text-align: center; }
        .box_border .inner .inner_block .block_links a {
          margin: 0 20px 30px 20px; }
          @media only screen and (max-width: 767px) {
            .box_border .inner .inner_block .block_links a {
              width: 100%;
              margin: 0 0 20px 0; }
              .box_border .inner .inner_block .block_links a:last-child {
                margin-bottom: 0; } }
  .box_border.box_border_multi .inner > div {
    border-bottom: 1px solid #000; }
    .box_border.box_border_multi .inner > div:last-child {
      border-bottom: none; }
  .box_border table {
    border: solid 1px #000;
    border-width: 1px 0;
    width: 100%;
    border-collapse: collapse;
    font-size: 120%;
    text-align: left; }
    .box_border table caption {
      text-align: left;
      font-size: 360%;
      letter-spacing: 3.2px;
      text-transform: uppercase;
      font-family: "cervo", "Ariel", sans-serif;
      border-top: solid 1px #000;
      padding: 20px; }
    .box_border table tbody tr {
      border-bottom: solid 1px #000; }
      @media only screen and (max-width: 767px) {
        .box_border table tbody tr th, .box_border table tbody tr td {
          display: block;
          width: 100%; } }
      .box_border table tbody tr th {
        text-transform: uppercase;
        font-family: "cervo", "Ariel", sans-serif;
        font-size: 22px;
        line-height: 1.4em;
        letter-spacing: 2.2px;
        padding: 20px; }
        @media only screen and (min-width: 768px) {
          .box_border table tbody tr th {
            width: 30%; } }
        @media only screen and (max-width: 767px) {
          .box_border table tbody tr th {
            padding-bottom: 10px; } }
        .box_border table tbody tr th a {
          display: inline-block;
          color: #000;
          -o-transition: .2s;
          -ms-transition: .2s;
          -moz-transition: .2s;
          -webkit-transition: .2s;
          transition: .2s; }
          .box_border table tbody tr th a:hover {
            color: #90CBDD; }
          .box_border table tbody tr th a.allerton:hover {
            color: #FFD7DC; }
        @media only screen and (min-width: 768px) {
          .single-people .box_border table tbody tr th {
            width: 40%; } }
      .box_border table tbody tr td {
        font-size: 16px;
        line-height: 1.4em;
        padding: 0px 20px 20px 20px; }
        .box_border table tbody tr td.mob_view {
          display: none; }
        @media only screen and (max-width: 767px) {
          .box_border table tbody tr td.desk_view {
            display: none; }
          .box_border table tbody tr td.mob_view {
            display: block; } }
        .box_border table tbody tr td.star_sign {
          text-transform: capitalize; }
        .box_border table tbody tr td .social_icn {
          font-size: 24px; }
        .box_border table tbody tr td a {
          display: inline-block;
          color: #000;
          -o-transition: .2s;
          -ms-transition: .2s;
          -moz-transition: .2s;
          -webkit-transition: .2s;
          transition: .2s; }
          .box_border table tbody tr td a:hover {
            color: #90CBDD; }
          .box_border table tbody tr td a.allerton:hover {
            color: #FFD7DC; }
    .box_border table tfoot tr td {
      text-transform: uppercase;
      font-family: "cervo", "Ariel", sans-serif;
      font-size: 22px;
      line-height: 1.4em;
      letter-spacing: 2.2px;
      padding: 30px;
      text-align: center; }
      .box_border table tfoot tr td a {
        display: block;
        color: #000;
        -o-transition: .2s;
        -ms-transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        transition: .2s; }
        .box_border table tfoot tr td a:hover {
          color: #6C98A5; }
    .box_border table.menu tr td {
      text-transform: uppercase;
      font-family: "cervo", "Ariel", sans-serif;
      font-size: 22px;
      line-height: 1.4em;
      letter-spacing: 2.2px;
      padding: 30px; }
      .box_border table.menu tr td a {
        display: block;
        color: #000;
        -o-transition: .2s;
        -ms-transition: .2s;
        -moz-transition: .2s;
        -webkit-transition: .2s;
        transition: .2s; }
        .box_border table.menu tr td a:hover {
          color: #90CCDE; }
  .box_border:before, .box_border:after {
    content: '';
    display: block;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0; }
  .box_border:before {
    border-right: 1px solid #000; }
  .box_border:after {
    border-left: 1px solid #000;
    right: 0; }

.content_block {
  text-align: center;
  padding: 220px 40px 180px 40px;
  overflow: hidden;
  background-color: #fff; }
  @media only screen and (max-width: 768px) {
    .content_block {
      padding: 20% 40px; } }
  .content_block .section_title {
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .content_block .section_title {
        margin-bottom: 40px; } }
  .content_block .entry_content {
    margin: 0 auto;
    text-align: left;
    max-width: 480px; }
    @media only screen and (max-width: 767px) {
      .content_block .entry_content {
        text-align: justify; } }
  .content_block a {
    margin-top: 80px; }

.text_bg {
  position: relative; }
  .text_bg:before {
    content: attr(data-bg);
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    color: #EDFCFF;
    /*FADED BLUE*/
    z-index: 0;
    font-size: 4500%;
    font-family: "colors_of_autumn", serif;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .text_bg:before {
        font-size: 1500%; } }
  .text_bg.allerton:before {
    color: #fef6f7;
    /*FADED PINK*/ }
  .text_bg p {
    position: relative;
    z-index: 2; }

.content_block .section_title {
  position: relative;
  z-index: 2; }

/*
---------------------------------------------------------------------------
=	PULL QUOTE
---------------------------------------------------------------------------
*/
.pull_quote {
  margin-top: 100px;
  text-align: center;
  padding: 100px;
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .pull_quote {
      padding: 30px; } }
  .pull_quote blockquote {
    margin-bottom: 90px; }
    @media only screen and (max-width: 767px) {
      .pull_quote blockquote {
        margin-bottom: 30px; } }
    .pull_quote blockquote p {
      font-family: "cervo", "Ariel", sans-serif;
      font-size: 800%;
      line-height: 1.1em;
      letter-spacing: 6.4px;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .pull_quote blockquote p {
          font-size: 400%; } }
  .pull_quote cite {
    position: relative;
    z-index: 2;
    font-size: 200%; }

/*
---------------------------------------------------------------------------
=	SOCIAL ICONS
---------------------------------------------------------------------------
*/
.social_icn {
  display: inline-block;
  color: #000;
  font-size: 300%;
  -o-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  transition: .2s; }
  .social_icn:after {
    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; }
  .social_icn.social_icn_twitter:after {
    content: "\f099"; }
  .social_icn.social_icn_facebook:after {
    content: "\f09a"; }
  .social_icn.social_icn_instagram:after {
    content: "\f16d"; }
  .social_icn:hover {
    color: #9BD4E5; }

.social_list.align-left span {
  display: block;
  float: left;
  font-size: 140%;
  line-height: 30px;
  margin-right: 50px; }
  @media only screen and (max-width: 767px) {
    .social_list.align-left span {
      margin-right: 20px; } }

.social_list.align-left a {
  display: block;
  float: left;
  margin-right: 14px; }
  .social_list.align-left a:last-child {
    margin-right: 0; }

.social_list.align-centre {
  display: block;
  text-align: center; }
  .social_list.align-centre a {
    display: inline-block;
    margin: 0 7px; }

.social_list.allerton.align-left a {
  color: #F09AA5 !important; }
  .social_list.allerton.align-left a:hover {
    color: #000 !important; }

/*
---------------------------------------------------------------------------
=	LANDING
---------------------------------------------------------------------------
*/
.landing {
  width: 100%;
  height: 100vh;
  position: relative;
  /*
	@include breakpoint($less_than_ipad)
	{
		display: none;
	}*/ }
  @media only screen and (min-width: 1025px) {
    .landing {
      background: none !important; } }
  .landing img {
    display: block;
    position: relative;
    margin: 0 auto;
    top: 45%;
    z-index: 2;
    -webkit-transform: translateY(-45%);
    -ms-transform: translateY(-45%);
    transform: translateY(-45%);
    max-width: 80%; }
  .landing div {
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    bottom: 10%;
    z-index: 2; }
    @media only screen and (max-width: 767px) {
      .landing div {
        bottom: 15%; } }
    .landing div img {
      display: inline-block;
      margin: 0 auto;
      margin-bottom: 40px;
      animation: bounce 2s infinite;
      -webkit-animation: bounce 2s infinite;
      -moz-animation: bounce 2s infinite;
      -o-animation: bounce 2s infinite; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px); } }

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0); }
  40% {
    -moz-transform: translateY(-30px); }
  60% {
    -moz-transform: translateY(-15px); } }

@-o-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -o-transform: translateY(0); }
  40% {
    -o-transform: translateY(-30px); }
  60% {
    -o-transform: translateY(-15px); } }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-30px); }
  60% {
    transform: translateY(-15px); } }
    .landing div span {
      display: block;
      color: #fff;
      font-size: 140%;
      letter-spacing: 1.5px; }
  .landing .overlay {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/overlay_splash.png); }

/*
---------------------------------------------------------------------------
=	WELCOME
---------------------------------------------------------------------------


.welcome_links
{
	padding: 95px 30px 80px 30px;
	overflow: hidden;
	
	@include breakpoint($less_than_ipad)
	{
		padding: 40px 30px;	
	}
	
	.welcome_link
	{
		display: block;
		float: left;
		width: 30%;
		text-align: center;
		
		&:nth-child(2)
		{
			margin: 0 5%;
		}
		
		@include breakpoint($less_than_ipad)
		{
			width: 100%;
			
			&:nth-child(2)
			{
				margin: 0;
			}
		}
		
		.img_link
		{
			display: block;
			position: relative;
			width: 100%;
			padding-bottom: 67%;
			height: 0;
			
			@include breakpoint($more_than_ipad)
			{	
				margin-bottom: 40px;
				
				-moz-transition: all 0.3s;
				-webkit-transition: all 0.3s;
				transition: all 0.3s;
				
				
				&:hover
				{
					-moz-transform: scale(1.1);
					-webkit-transform: scale(1.1);
					transform: scale(1.1);
				}
			}
			
			@include breakpoint($less_than_ipad)
			{
				margin-bottom: 20px;
			}
			
			&#img_3
			{
				&:after
				{
					content: "FAQS";
					position: absolute;
					right:-20px;
					bottom:-10px;
					color: #fff;
					font-family: $colors_of_autumn;
					font-size: 700%;
					
					-webkit-transform: rotate(-5deg);
					-moz-transform: rotate(-5deg);
					-o-transform: rotate(-5deg);
					-ms-transform: rotate(-5deg);
					transform: rotate(-5deg);
					
					@include breakpoint('max-width:900px')
					{
						font-size: 50px !important;
					}
					@include breakpoint($less_than_ipad)
					{
						font-size: 70px !important;
					}
				}
			}
		}
		
		.btn
		{
			margin-bottom: 24px;
			width:100%;
			
			@include breakpoint($more_than_ipad)
			{
				max-width: 172px;
			}
		}
		
		&:last-child
		{
			.btn
			{
				margin-bottom: 0;	
			}
		}
		
		p
		{
			display: block;
			font-size: 140%;
			line-height: 1.4em;
			padding: 0 30px;
		}
	}
}
*/
/*
---------------------------------------------------------------------------
=	LOCATIONS
---------------------------------------------------------------------------
*/
.location_select {
  padding: 150px 0;
  background: url(../images/bg_texture.jpg); }
  @media only screen and (max-width: 900px) {
    .location_select {
      padding: 90px 0; } }
  .location_select .tabs {
    margin-bottom: 80px; }
  .location_select .tab_content {
    display: none; }
    .location_select .tab_content.active {
      display: block; }
  .location_select .section_title {
    margin-bottom: 40px; }
  .location_select .outer {
    position: relative; }
    .location_select .outer .badge {
      position: absolute;
      top: 0;
      left: 20px; }
      @media only screen and (max-width: 900px) {
        .location_select .outer .badge {
          left: 10px;
          max-width: 30%; } }
    .location_select .outer .location_content {
      float: left;
      width: 100%;
      padding: 0 30px; }
      @media only screen and (min-width: 901px) {
        .location_select .outer .location_content {
          max-width: 450px; } }
      @media only screen and (max-width: 900px) {
        .location_select .outer .location_content {
          max-width: 100%;
          text-align: justify; }
          .location_select .outer .location_content .btn {
            width: 100%; } }
    .location_select .outer.right_align .location_content {
      float: right; }
    .location_select .outer .section_title {
      text-align: left; }
      @media only screen and (max-width: 900px) {
        .location_select .outer .section_title {
          display: none; } }
    .location_select .outer .entry_content {
      position: relative;
      z-index: 3;
      margin-bottom: 60px; }
      @media only screen and (max-width: 900px) {
        .location_select .outer .entry_content {
          margin-bottom: 30px; } }
    .location_select .outer .social_list {
      margin-bottom: 60px; }
      @media only screen and (max-width: 900px) {
        .location_select .outer .social_list {
          margin-bottom: 30px; } }
      @media only screen and (max-width: 374px) {
        .location_select .outer .social_list span {
          width: 100%;
          margin-bottom: 5px; } }
      .location_select .outer .social_list a {
        color: #BBE1EA; }
        .location_select .outer .social_list a:hover {
          color: #000; }
    @media only screen and (max-width: 900px) {
      .location_select .outer .btn {
        margin-bottom: 20px; } }
    .location_select .outer .sketch {
      display: block;
      z-index: 0;
      transition: all 300ms ease-in;
      position: relative; }
      .location_select .outer .sketch img {
        display: block;
        height: 100%;
        width: auto; }
      @media only screen and (min-width: 901px) {
        .location_select .outer .sketch {
          height: 100%;
          width: auto;
          top: 50%;
          transform: translate(0, -50%);
          position: absolute; } }
      @media only screen and (max-width: 1699px) {
        .location_select .outer .sketch {
          height: 80%; } }
      @media only screen and (max-width: 1300px) {
        .location_select .outer .sketch {
          height: 70%; } }
      @media only screen and (max-width: 1100px) {
        .location_select .outer .sketch {
          height: 60%; } }
      @media only screen and (max-width: 1000px) {
        .location_select .outer .sketch {
          height: 55%; } }
      @media only screen and (max-width: 900px) {
        .location_select .outer .sketch {
          display: block;
          width: 100%;
          height: auto;
          margin-bottom: 50px; } }
    .location_select .outer.left_align .sketch {
      right: 0; }
    .location_select .outer.right_align .sketch {
      left: 0; }
    .location_select .outer > span {
      display: block;
      position: absolute;
      z-index: 2;
      top: 50%;
      font-family: "castro_script", cursive;
      color: #bbe1ea;
      font-size: 2300%;
      text-transform: lowercase;
      transform: translate(0, -50%);
      transition: all 300ms ease-in; }
      @media only screen and (max-width: 1000px) {
        .location_select .outer > span {
          font-size: 2000%; } }
      @media only screen and (max-width: 900px) {
        .location_select .outer > span {
          top: 30%; } }
      @media only screen and (max-width: 850px) {
        .location_select .outer > span {
          font-size: 1500%; } }
      @media only screen and (max-width: 650px) {
        .location_select .outer > span {
          top: 20%;
          font-size: 1000%; } }
      @media only screen and (max-width: 500px) {
        .location_select .outer > span {
          font-size: 800%; } }
      @media only screen and (max-width: 360px) {
        .location_select .outer > span {
          top: 10%;
          font-size: 600%; } }
    .location_select .outer.left_align > span {
      right: 0;
      text-align: right; }
    .location_select .outer.right_align > span {
      text-align: left;
      left: 0;
      color: #F09AA5; }

/*
---------------------------------------------------------------------------
=	3 COL
---------------------------------------------------------------------------
*/
.content_cols {
  padding: 100px 30px;
  background: url(../images/bg_texture.jpg); }
  @media only screen and (max-width: 1023px) {
    .content_cols {
      padding: 9% 30px; } }
  @media only screen and (max-width: 767px) {
    .content_cols {
      padding: 9% 30px; } }
  @media only screen and (min-width: 768px) {
    .content_cols .wrap {
      background: url(../images/bg_cols.png) 50% 0 repeat-y; } }
  .content_cols .col {
    float: left;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      .content_cols .col {
        width: 100%; } }
    .content_cols .col.col1 {
      padding: 20% 80px 0 0;
      text-align: center; }
      @media only screen and (max-width: 1023px) {
        .content_cols .col.col1 {
          padding: 8% 40px 0 0; } }
      @media only screen and (max-width: 767px) {
        .content_cols .col.col1 {
          padding: 30px 0 12% 0;
          border-bottom: solid 1px #b0aba4;
          text-align: justify; } }
      .content_cols .col.col1 .col_img {
        background-color: #ebe9e7; }
        .content_cols .col.col1 .col_img img {
          display: block;
          width: 100%;
          height: auto;
          -ms-transform: rotate(2deg);
          -webkit-transform: rotate(2deg);
          transform: rotate(2deg);
          margin-bottom: 40px; }
          @media only screen and (max-width: 767px) {
            .content_cols .col.col1 .col_img img {
              margin-bottom: 20px; } }
      .content_cols .col.col1 h3 {
        display: block;
        font-size: 1000%;
        font-family: "castro_script", cursive;
        color: #bbe1ea;
        text-transform: lowercase; }
        @media only screen and (max-width: 1023px) {
          .content_cols .col.col1 h3 {
            font-size: 700%; } }
        @media only screen and (max-width: 754px) {
          .content_cols .col.col1 h3 {
            font-size: 600%;
            text-align: center; } }
    .content_cols .col.col2 > div {
      padding: 160px 0 160px 100px; }
      @media only screen and (max-width: 1023px) {
        .content_cols .col.col2 > div {
          padding: 12% 0 12% 12%; } }
      @media only screen and (max-width: 767px) {
        .content_cols .col.col2 > div {
          padding-left: 0; }
          .content_cols .col.col2 > div p {
            text-align: center !important; } }
      .content_cols .col.col2 > div h3 {
        text-align: left;
        margin-bottom: 14px; }
        @media only screen and (max-width: 767px) {
          .content_cols .col.col2 > div h3 {
            text-align: center; } }
      .content_cols .col.col2 > div:first-child {
        border-bottom: solid 1px #b0aba4; }
    .content_cols .col .btn {
      margin-top: 26px; }
      @media only screen and (max-width: 767px) {
        .content_cols .col .btn {
          width: 100%; } }

/*
---------------------------------------------------------------------------
=	HOME QUOTE
---------------------------------------------------------------------------
*/
.home_quote {
  padding: 180px;
  background-color: #fff;
  text-align: center; }
  @media only screen and (max-width: 1500px) {
    .home_quote {
      padding: 10%; } }
  @media only screen and (max-width: 767px) {
    .home_quote {
      padding: 10% 30px; } }
  .home_quote abbr {
    display: block;
    font-size: 180%;
    margin-bottom: 40px; }
  .home_quote blockquote p {
    font-family: "cervo", "Ariel", sans-serif;
    font-size: 800%;
    line-height: 1.1em;
    letter-spacing: 6.4px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1024px) {
      .home_quote blockquote p {
        font-size: 600%; } }
    @media only screen and (max-width: 767px) {
      .home_quote blockquote p {
        font-size: 400%; } }
  .home_quote cite {
    margin-top: 50px;
    display: block;
    font-size: 200%; }
  .home_quote .btn {
    margin: 60px 0 40px 0; }
    @media only screen and (max-width: 767px) {
      .home_quote .btn {
        width: 100%; } }
  .home_quote .the_link {
    display: block;
    color: #000;
    font-size: 140%; }

/*
---------------------------------------------------------------------------
=	INSTAGRAM
---------------------------------------------------------------------------
*/
.insta_gallery a {
  display: block;
  float: left;
  position: relative;
  width: 20%;
  padding-bottom: 20%;
  height: 0;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .insta_gallery a {
      width: 25%;
      padding-bottom: 25%; }
      .insta_gallery a:nth-child(9), .insta_gallery a:nth-child(10) {
        display: none; } }
  @media only screen and (max-width: 374px) {
    .insta_gallery a {
      width: 33.33%;
      padding-bottom: 33.33%; }
      .insta_gallery a:nth-child(7), .insta_gallery a:nth-child(8) {
        display: none; } }
  .insta_gallery a img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .insta_gallery a:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.page-faqs .faq {
  margin-bottom: 30px; }
  .page-faqs .faq:last-child {
    margin: 0; }
  .page-faqs .faq h2 {
    display: block;
    font-size: 280%;
    line-height: 1.3em;
    text-transform: uppercase;
    font-family: "cervo", "Ariel", sans-serif;
    cursor: pointer;
    -o-transition: .2s;
    -ms-transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    transition: .2s; }
    .page-faqs .faq h2:hover, .page-faqs .faq h2.close {
      color: #90CBDD; }
    .page-faqs .faq h2.close.open {
      color: #000; }
  .page-faqs .faq .hide {
    display: none;
    padding-top: 20px; }

.allergens {
  margin-top: 30px;
  color: red; }
  @media only screen and (max-width: 767px) {
    .allergens p {
      text-align: left; } }

.page-allergens {
  padding: 25px; }
  .page-allergens .logo {
    margin-bottom: 25px;
    text-align: center;
    padding: 0 35%; }
    .page-allergens .logo img {
      display: inline-block;
      max-width: 100%;
      height: auto; }
  .page-allergens .box_border {
    margin: 0; }
    .page-allergens .box_border tr th {
      width: 15%; }

.page-book .entry_content {
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .page-book .entry_content p {
      text-align: center; } }

.page-book .locations {
  display: block;
  text-align: center;
  margin-top: 5em; }
  @media only screen and (max-width: 767px) {
    .page-book .locations .btn {
      width: 100%; }
      .page-book .locations .btn:first-child {
        margin-bottom: 2em; } }
  .page-book .locations .btn:first-child {
    margin-right: 2em; }

.page-book .tab_content {
  display: none; }
  .page-book .tab_content.active {
    display: block; }

.page-book .tab_content .booking_form {
  margin-top: 100px; }
  .page-book .tab_content .booking_form .section_title {
    margin-bottom: 65px; }

.single-locations .location_menus .btn {
  width: 100%;
  margin: 0 0 20px 0 !important; }
  .single-locations .location_menus .btn:last-child {
    margin-bottom: 0 !important; }

.single-locations .contact_details {
  margin-top: 100px;
  padding: 0 46px; }
  @media only screen and (max-width: 767px) {
    .single-locations .contact_details {
      margin-top: 50px;
      padding: 0; } }
  .single-locations .contact_details .section_title {
    text-align: left; }
  .single-locations .contact_details ul li {
    display: block;
    font-size: 160%;
    line-height: 1.6em; }
    .single-locations .contact_details ul li a {
      display: inline-block;
      color: #000; }

.single-locations .box_border table th {
  width: 45%; }

.single-locations .map {
  margin-bottom: 0; }

.booking-widget-container {
  text-align: center;
  margin-top: 50px; }
  .booking-widget-container.mob_book {
    display: none; }
  @media only screen and (max-width: 767px) {
    .booking-widget-container.desk_book {
      display: none; }
    .booking-widget-container.mob_book {
      display: block; } }
  .booking-widget-container iframe {
    display: inline-block;
    margin: 0 auto; }

.single-people .staff_contact {
  display: block;
  width: 100%;
  margin-top: 20px; }
  .single-people .staff_contact li {
    display: block;
    float: left;
    font-size: 140%;
    margin-right: 10px; }
    .single-people .staff_contact li a {
      display: inline-table;
      color: #000; }
      .single-people .staff_contact li a:hover {
        text-decoration: underline; }

.single-we-love .mob_title {
  display: none; }
  @media only screen and (max-width: 767px) {
    .single-we-love .mob_title {
      display: block; } }

@media only screen and (max-width: 767px) {
  .single-we-love .other_loves {
    display: none; } }

.error404 .error_img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 60px; }

.error404 .error_content {
  text-align: center;
  padding: 0 20px; }
  .error404 .error_content h1 {
    font-family: "colors_of_autumn", serif;
    font-size: 1000%;
    margin-bottom: 34px; }
    @media only screen and (max-width: 550px) {
      .error404 .error_content h1 {
        font-size: 800%; } }
  .error404 .error_content .children a {
    color: #000; }
    .error404 .error_content .children a:after {
      border-bottom: none; }
    .error404 .error_content .children a:hover {
      color: #90CBDD; }
    @media only screen and (max-width: 550px) {
      .error404 .error_content .children a {
        width: 100%;
        margin-bottom: 6px; } }

.error404 #footer {
  padding: 60px 20px 0 20px; }
