﻿/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import url('https://fonts.googleapis.com/css?family=Merriweather:900i|Open+Sans:400,800');
@font-face {
  font-family: 'FontAwesome';
  src: url('../../../Content/Fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../../../Content/Fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../../../Content/Fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../../../Content/Fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../../../Content/Fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../../../Content/Fonts/fontawesome-webfont.svg?v=4.6.3#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.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.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;
}
/*===================================================================================================================================================
 |Global vars.
===================================================================================================================================================*/
.box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile-date-input .clearable-date-field input.date-input {
  width: 100% !important;
}
.mobile-date-input .clearable-date-field .ui-icon.clear-link {
  right: 10px;
}
.clear-float {
  width: 100%;
  float: none;
}
/*===================================================================================================================================================
 |Baseline.
===================================================================================================================================================*/
.hidden {
  display: none;
}
.clear {
  display: block;
  float: none;
  clear: both;
  width: 0;
  height: 0;
}
.resize-limit {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #323232;
  background-color: white;
}
h1,
h2,
h3,
h4,
h5,
h6,
fieldset legend {
  margin: 0.83em 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: 800;
}
h1 {
  font-size: 2em;
}
h2,
fieldset legend {
  font-size: 1.5em;
}
h3 {
  font-size: 1.3em;
}
h4 {
  font-size: 1.1em;
}
h5 {
  font-size: 1em;
}
p {
  margin: 1em 0;
  padding: 0;
}
sup {
  vertical-align: super;
  font-size: 0.7em;
}
sub {
  vertical-align: sub;
  font-size: 0.7em;
}
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #ED6E4E;
}
a p {
  font-weight: normal;
  color: #000;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
s {
  text-decoration: line-through;
}
i {
  font-style: normal;
}
address {
  font-style: normal;
}
/*===================================================================================================================================================
 |Forms
===================================================================================================================================================*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------
 |All form elements
---------------------------------------------------------------------------------------------------------------------------------------------------*/
fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
fieldset legend {
  padding: 0;
}
input,
select,
textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 8px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8333em;
}
input[type=file] {
  background-color: transparent;
}
input[type=submit],
input[type=button],
input[type=reset],
.button {
  display: block;
  padding: 10px;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  font-weight: 800;
  color: white;
  background-color: #ED6E4E;
  cursor: default;
}
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
.button:hover {
  background-color: #ea532e;
}
input[type=reset] {
  padding: 6px;
  background-color: #888;
}
input[type=reset]:hover {
  background-color: #aaa;
}
label {
  display: block;
  font-weight: bold;
}
#ui-datepicker-div {
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-size: 13px;
}
#ui-datepicker-div .ui-timepicker-div .ui-datepicker-buttonpane {
  border-top: none;
}
#ui-datepicker-div .ui-timepicker-div .ui-datepicker-buttonpane .add-time.ui-state-hover,
#ui-datepicker-div .ui-timepicker-div .ui-datepicker-buttonpane .remove-time.ui-state-hover {
  cursor: pointer;
}
#ui-datepicker-div .ui-timepicker-div dl {
  margin-left: 5px;
}
#ui-datepicker-div .ui-timepicker-div dl dt,
#ui-datepicker-div .ui-timepicker-div dl dd {
  float: left;
  margin-bottom: 5px;
}
#ui-datepicker-div .ui-timepicker-div dl dt {
  width: 10%;
  clear: left;
}
#ui-datepicker-div .ui-timepicker-div dl dd select {
  padding: 2px;
}
#ui-datepicker-div .ui-priority-secondary {
  font-weight: bold;
  opacity: 1;
}
.clearable-date-field {
  position: relative;
}
.clearable-date-field input.date-input {
  width: 233px !important;
}
.clearable-date-field img.ui-datepicker-trigger {
  position: relative;
  top: 4px;
  left: 8px;
  cursor: pointer;
}
.clearable-date-field .ui-icon.clear-link {
  position: absolute;
  top: 9px;
  right: 35px;
  width: 18px;
  height: 18px;
  cursor: pointer;
}
@media screen and (max-width: 620px) {
  select {
    width: 100%;
  }
  .clearable-date-field {
    width: 100%;
  }
  .clearable-date-field input.date-input {
    width: 100% !important;
  }
  .clearable-date-field img.ui-datepicker-trigger {
    display: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------
 |Standard half-page 2 column form
---------------------------------------------------------------------------------------------------------------------------------------------------*/
form.standard-form fieldset legend {
  float: left;
}
form.standard-form .form-col {
  float: left;
  margin-bottom: 16.66666667px;
}
form.standard-form .form-col.full {
  width: 100%;
}
form.standard-form .form-col.full label,
form.standard-form .form-col.full input,
form.standard-form .form-col.full textarea,
form.standard-form .form-col.full select,
form.standard-form .form-col.full .field-validation-error {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.standard-form .form-col.half {
  width: 261px;
}
form.standard-form .form-col.half label,
form.standard-form .form-col.half input,
form.standard-form .form-col.half textarea,
form.standard-form .form-col.half .field-validation-error {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.standard-form .form-col.half select {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
form.standard-form .form-col.half.first {
  margin-right: 25px;
}
form.standard-form .form-col.new-row {
  clear: left;
}
form.standard-form .form-col label,
form.standard-form .form-col .field-validation-error {
  display: block;
  padding-right: 16px;
  padding-bottom: 2px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
form.standard-form .form-col label .optional,
form.standard-form .form-col .field-validation-error .optional {
  font-weight: normal;
}
form.standard-form .form-col label.choice-label,
form.standard-form .form-col .enum-radio-button-list label {
  display: inline;
  padding-bottom: 0;
  vertical-align: middle;
}
form.standard-form .form-col textarea {
  height: 300px;
}
form.standard-form .form-col input[type=checkbox],
form.standard-form .form-col input[type=radio] {
  display: inline-block;
  width: auto;
  margin-top: -1px;
  margin-left: 0;
  vertical-align: middle;
}
form.standard-form .form-col input[type=file] {
  padding-left: 0;
  padding-right: 16px;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
form.standard-form .form-col input[type=submit],
form.standard-form .form-col input[type=button] {
  width: auto;
}
form.standard-form .form-col .location-picker .map-canvas {
  width: 100%;
  height: 400px;
  margin-top: 12.5px;
  margin-bottom: 12.5px;
}
form.standard-form .form-col .field-validation-error {
  margin-top: 8px;
  font-size: 0.875em;
  color: red;
}
@media screen and (max-width: 900px) {
  form.standard-form .form-col.half {
    width: 100%;
  }
  form.standard-form .form-col.event-date {
    width: 234px;
  }
  form.standard-form .form-col.event-date .clearable-date-field input.date-input {
    width: 213px !important;
  }
}
@media screen and (max-width: 750px) {
  form.standard-form .form-col {
    float: none;
  }
  form.standard-form .form-col.event-date {
    float: left;
  }
}
@media screen and (max-width: 620px) {
  form.standard-form .form-col.event-date {
    width: 100%;
    float: none;
  }
  form.standard-form .form-col.event-date .clearable-date-field input.date-input {
    width: 100% !important;
  }
  form.standard-form .form-col.event-date .clearable-date-field .ui-icon.clear-link {
    right: 10px;
  }
}
/*===================================================================================================================================================
 |Decorative styles
===================================================================================================================================================*/
h2.decorative {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0.415em;
}
/*===================================================================================================================================================
 |AJAX Spinner
===================================================================================================================================================*/
.ajax-spinner {
  display: block;
  margin: 0 auto;
}
.ajax-spinner-force-load {
  display: none;
}
/*===================================================================================================================================================
 |Preview Overlay
===================================================================================================================================================*/
#preview-overlay {
  display: none;
}
html.preview  #preview-overlay {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 3px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000000;
  background-color: steelblue;
  font-size: 1.5em;
  text-transform: uppercase;
  color: white;
}
html.preview  > body > header {
  margin-top: 42px;
}
/*===================================================================================================================================================
 |_Layout.cshtml
===================================================================================================================================================*/
/*---------------------------------------------------------------------------------------------------------------------------------------------------
 |Site Header
---------------------------------------------------------------------------------------------------------------------------------------------------*/
header#site-header {
  background-color: #FFF;
}
header#site-header .resize-limit .halls-creek-logo {
  float: left;
  margin: 30px 0 30px;
}
header#site-header .resize-limit .halls-creek-logo img {
  max-width: 230px;
}
header#site-header .resize-limit a + div {
  float: right;
  width: 300px;
  margin-top: 30px;
}
header#site-header .resize-limit a + div form input {
  float: left;
  width: 255px;
  padding: 10px 45px 10px 10px;
  margin-right: 0;
  border: none;
  font-size: 1.125em;
  font-weight: bold;
  background: url("images/magnifying-glass.svg") no-repeat center right 12px #FAFAFA;
}
header#site-header .resize-limit a + div form input::-webkit-input-placeholder,
header#site-header .resize-limit a + div form input:-moz-placeholder,
header#site-header .resize-limit a + div form input::-moz-placeholder,
header#site-header .resize-limit a + div form input:-ms-input-placeholder {
  color: #616161;
}
header#site-header .resize-limit a + div form input::placeholder {
  color: #616161;
}
header#site-header .resize-limit a + div form input:focus::-webkit-input-placeholder,
header#site-header .resize-limit a + div form input:focus:-moz-placeholder,
header#site-header .resize-limit a + div form input:focus::-moz-placeholder,
header#site-header .resize-limit a + div form input:focus:-ms-input-placeholder {
  color: transparent;
}
header#site-header .resize-limit a + div form input:focus::placeholder {
  color: transparent;
}
header#site-header .resize-limit a + div a.mobile-menu-link {
  display: none;
}
header#site-header nav {
  height: 35px;
  background-position: center;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
header#site-header nav > ul {
  visibility: visible;
}
header#site-header nav > ul > li {
  float: left;
  padding-right: 30px;
  margin-right: -30px;
}
header#site-header nav > ul > li.selected {
  background-position: right;
  background-repeat: no-repeat;
}
header#site-header nav > ul > li.selected > a {
  border-bottom: solid 2px #ED6E4E;
}
header#site-header nav > ul > li.selected > a,
header#site-header nav > ul > li .selected > a {
  color: #ED6E4E;
}
header#site-header nav > ul > li a {
  color: #323232;
  text-transform: uppercase;
  font-weight: 600;
}
header#site-header nav > ul > li > a {
  display: block;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  margin-right: 30px;
  height: 21px;
}
header#site-header nav > ul > li > ul {
  display: none;
  position: absolute;
  width: 250px;
  background-color: #FFF;
  z-index: 10;
  margin-left: -20px;
  padding-top: 10px;
}
header#site-header nav > ul > li > ul > li:hover {
  background-color: #FAFAFA;
}
header#site-header nav > ul > li > ul > li > a {
  display: block;
  padding: 10px 21px;
}
header#site-header nav > ul > li:hover > ul {
  display: block;
}
@media screen and (max-width: 1024px) {
  header#site-header .resize-limit a + div {
    width: 300px;
  }
  header#site-header .resize-limit a + div a.mobile-menu-link {
    display: block;
    float: right;
    width: 42px;
    height: 42px;
    background: url("images/menu-icon.png") center center no-repeat #fdebe7;
    border-radius: 2px;
    text-indent: -9999px;
  }
  header#site-header .resize-limit a + div a.mobile-menu-link:hover {
    cursor: pointer;
  }
  header#site-header nav {
    height: auto;
    background: black;
    padding: 0;
  }
  header#site-header nav > ul {
    display: none;
    padding: 0;
  }
  header#site-header nav > ul li {
    float: none;
    margin-right: 0;
    padding-right: 0;
  }
  header#site-header nav > ul li a {
    margin-right: 0;
    padding: 12px 25px;
    background: white;
  }
  header#site-header nav > ul li:nth-of-type(2n - 1) a {
    background: #fdebe7;
  }
  header#site-header nav > ul li > ul {
    position: static;
    width: auto;
  }
  header#site-header nav > ul li:hover > ul {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  header#site-header .resize-limit {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 620px) {
  header#site-header .resize-limit .halls-creek-logo {
    position: relative;
    float: left;
    margin: 20px 0;
    z-index: 10;
  }
  header#site-header .resize-limit a + div {
    position: relative;
    width: 100%;
    height: 120px;
    margin-top: -70px;
  }
  header#site-header .resize-limit a + div form input {
    display: block;
    width: 100%;
    position: absolute;
    top: 60px;
    right: 0;
    left: 0;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------
 |Site Footer
---------------------------------------------------------------------------------------------------------------------------------------------------*/
footer#site-footer {
  position: relative;
  margin-top: -80px;
  padding-top: 50px;
  padding-bottom: 120px;
  color: #fff;
  background-image: url("images/footer-image.png");
  background-color: #ED6E4E;
  background-position: center top;
}
footer#site-footer nav {
  float: left;
  width: 40%;
  overflow: hidden;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
footer#site-footer nav ul {
  margin-left: -22px;
}
footer#site-footer nav ul li {
  list-style: none;
  float: left;
  padding-left: 22px;
  line-height: 1.9;
}
footer#site-footer nav ul li a {
  color: #fff;
  font-weight: bold;
}
footer#site-footer #contact {
  float: left;
  margin-left: 50px;
}
footer#site-footer #contact address .row {
  font-style: normal;
}
footer#site-footer #find-us {
  float: right;
  width: 20%;
}
footer#site-footer #find-us ul li {
  float: left;
  margin-right: 5px;
}
footer#site-footer #find-us > a {
  display: inline-block;
  float: left;
}
footer#site-footer #find-us > a.accreditation-tick {
  clear: both;
  width: 60px;
  height: 60px;
  margin-top: 5px;
  background: url("images/accreditation-tick.png") no-repeat center center;
}
footer#site-footer #find-us > a.visit-centre {
  width: 50px;
  height: 50px;
  margin-top: 10px;
  margin-left: 5px;
  background: url("images/accredited-visit-information-centre.jpg") no-repeat center center;
}
@media screen and (max-width: 1024px) {
  footer#site-footer nav,
  footer#site-footer #contact {
    width: 33%;
  }
}
@media screen and (max-width: 900px) {
  footer#site-footer {
    padding-bottom: 40px;
  }
  footer#site-footer .resize-limit {
    box-sizing: border-box;
  }
  footer#site-footer nav,
  footer#site-footer #contact {
    width: 100%;
    float: none;
  }
  footer#site-footer #contact {
    margin-top: 25px;
    margin-left: 0;
  }
  footer#site-footer #find-us {
    float: none;
    width: 40%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 620px) {
  footer#site-footer #find-us {
    width: 100%;
  }
}
/*===================================================================================================================================================
 |Page Header
===================================================================================================================================================*/
header#page-header {
  margin-bottom: 37.5px;
}
header#page-header h1 {
  color: #fff;
}
header#page-header .background .title {
  padding-top: 30px;
  padding-bottom: 0;
  margin-top: 22px;
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}
header#page-header .background.has-image {
  min-height: 120px;
  padding-top: 220px;
  border-bottom: 1px solid #EBEBEB;
  -moz-background-size: cover;
  background-size: cover;
  background-color: transparent;
  background-position: center center;
}
header#page-header .background.has-image .title {
  padding: 25px 0;
}
header#page-header .summary {
  padding-top: 37.5px;
  padding-bottom: 37.5px;
  background-color: #f4f4f4;
}
@media screen and (min-width: 1500px) {
  header#page-header .background.has-image {
    padding-top: 300px;
  }
}
@media screen and (min-width: 1900px) {
  header#page-header .background.has-image {
    padding-top: 350px;
  }
}
@media screen and (max-width: 750px) {
  header#page-header .title h1 {
    font-size: 1.75em;
  }
  header#page-header .background.has-image {
    background: none !important;
    min-height: 0;
    padding-top: 0;
  }
  header#page-header .background.has-image .title {
    margin-bottom: 0;
  }
}
/*===================================================================================================================================================
 |Authoring styles.
 WARNING: This is manually simulated in the admin site's ckeditor/contents.css and must be kept in sync.
 NOTE: content.css is CSS not LESS, you will need to manually convert variables to values!
===================================================================================================================================================*/
.auth-content {
  /* Images */
  /* Lists */
  /* Headings */
  /* Tables FIXME */
}
.auth-content img.auth-image-full {
  width: 100%;
  margin: 20px 0 20px 0;
}
.auth-content img.auth-image-left {
  float: left;
  width: 49%;
  margin: 20px 20px 20px 0;
}
.auth-content img.auth-image-right {
  float: right;
  width: 49%;
  margin: 20px 0 20px 20px;
}
.auth-content img.auth-image-left-small {
  float: left;
  width: 29%;
  margin: 20px 20px 20px 0;
}
.auth-content img.auth-image-right-small {
  float: right;
  width: 29%;
  margin: 20px 0 20px 20px;
}
.auth-content img.auth-image-original {
  max-width: 100%;
  margin: 20px 0 20px 0;
}
.auth-content ul,
.auth-content ol {
  margin: 1em 0;
  padding-left: 40px;
}
.auth-content ul ol,
.auth-content ul ul,
.auth-content ol ol,
.auth-content ol ul {
  margin: 0;
}
.auth-content ul li {
  list-style: disc;
}
.auth-content ol li {
  list-style: decimal;
}
.auth-content h2.auth-h2 {
  font-size: 1.5em;
}
.auth-content h3.auth-h3 {
  font-size: 1.3em;
}
.auth-content h4.auth-h4 {
  font-size: 1.1em;
}
.auth-content h5.auth-h5 {
  font-size: 1em;
}
.auth-content table {
  max-width: 100%;
  border-collapse: collapse;
  /*Prevents tables from buting against eachother*/
}
.auth-content table thead tr {
  border-bottom: 1px solid #777;
}
.auth-content table tr {
  border-bottom: 1px dashed #e1e1e1;
}
.auth-content table tr th {
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
  text-align: left;
}
.auth-content table tr th,
.auth-content table tr td {
  margin: 0;
  padding: 5px;
  vertical-align: top;
}
.auth-content table + table {
  margin-top: 20px;
}
@media screen and (max-width: 620px) {
  .auth-content img.auth-image-left,
  .auth-content img.auth-image-right,
  .auth-content img.auth-image-left-small,
  .auth-content img.auth-image-right-small {
    width: auto;
    max-width: 100%;
    float: none;
    margin: 20px 0;
  }
}
/*===================================================================================================================================================
 |To ensure the first element in content do not have top margin.
===================================================================================================================================================*/
.top-aligned h2:first-child,
.top-aligned p:first-child,
.top-aligned legend:first-child {
  margin-top: 0;
}
/*===================================================================================================================================================
 |Side nav.
===================================================================================================================================================*/
nav.side-nav {
  float: left;
  width: 25%;
  margin-right: 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 800;
}
nav.side-nav ul li {
  margin: 3px 0;
  border-top: 0;
  overflow: hidden;
  background-color: #f4f4f4;
}
nav.side-nav ul li a {
  display: block;
  padding: 20px 10px;
  color: #323232;
  font-weight: bold;
}
nav.side-nav ul li a.selected {
  color: #fff;
  background-color: #ED6E4E;
}
@media screen and (max-width: 900px) {
  nav.side-nav {
    width: 100%;
    float: none;
  }
}
/*---------------------------------------------------------------------------------------------------------------------------------------------------
 |Container for counterpart right hand area when using side nav.
---------------------------------------------------------------------------------------------------------------------------------------------------*/
.side-nav-content {
  float: left;
  width: 72%;
}
@media screen and (max-width: 900px) {
  .side-nav-content {
    width: 100%;
    float: none;
    margin-top: 25px;
  }
}
/*===================================================================================================================================================
 |All pages.
===================================================================================================================================================*/
.page {
  padding-bottom: 180px;
}
.page .page-col {
  float: left;
  width: 48%;
}
.page .page-col:after {
  content: "";
  display: table;
  clear: both;
}
.page .page-col:first-child {
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  .page .page-col {
    width: 100%;
    float: none;
  }
  .page .page-col:first-child {
    margin-right: 0;
  }
  .page .page-col:first-child + .page-col {
    margin-top: 25px;
  }
}
/*===================================================================================================================================================
 |Home page.
===================================================================================================================================================*/
#home-page {
  position: relative;
  z-index: 0;
  overflow: hidden;
  background-size: 100%;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center -219px;
}
#home-page .cycle-slideshow {
  width: 100%;
  height: 0;
}
#home-page .cycle-slideshow img {
  width: 100%;
}
#home-page span.hero-intro,
#home-page span.hero-divider {
  display: block;
}
#home-page span.hero-intro,
#home-page h1,
#home-page #hero-links a,
#home-page #hero-links span {
  color: #fff;
  text-shadow: 0px 0px 2px black;
}
#home-page span.hero-intro.dark,
#home-page h1.dark,
#home-page #hero-links a.dark,
#home-page #hero-links span.dark {
  color: #171717;
  opacity: 1;
  text-shadow: none;
}
#home-page span.hero-intro.dim,
#home-page h1.dim,
#home-page #hero-links a.dim,
#home-page #hero-links span.dim {
  color: #ccc;
  opacity: 1;
}
#home-page span.hero-intro.bright,
#home-page h1.bright,
#home-page #hero-links a.bright,
#home-page #hero-links span.bright {
  color: #fff;
  opacity: 1;
}
#home-page span.hero-intro {
  margin-top: 150px;
  margin-bottom: 20px;
  font-family: 'Merriweather', serif;
  font-weight: 900;
  font-size: 1.3em;
}
#home-page span.hero-divider {
  border-bottom: solid 4px #ED6E4E;
  width: 65px;
}
#home-page h1 {
  width: 400px;
  margin-top: 20px;
  margin-bottom: 20px;
  opacity: .7;
  font-size: 4em;
  line-height: 1em;
}
#home-page .resize-limit {
  position: relative;
  z-index: 200;
}
#home-page .resize-limit #hero-links {
  margin-bottom: 100px;
  overflow: hidden;
  font-family: 'Merriweather', serif;
  font-weight: 900;
}
#home-page .resize-limit #hero-links ul {
  width: 535px;
}
#home-page .resize-limit #hero-links ul li {
  float: left;
  margin-bottom: 3px;
  padding-right: 31px;
  margin-left: 5px;
}
#home-page .resize-limit #hero-links ul li a {
  display: block;
  padding: 1px 20px 0 0;
  font-size: 1.5em;
  float: left;
}
#home-page .resize-limit #hero-links ul li span {
  margin-top: 12px;
  margin-left: -5px;
}
#home-page .resize-limit #hero-links .twitter-timeline .timeline-header {
  display: none;
}
@media screen and (max-width: 1024px) {
  #home-page {
    padding-bottom: 50px;
  }
  #home-page span.hero-intro {
    margin-top: 30px;
  }
  #home-page h1 {
    margin-top: 30px;
  }
  #home-page .resize-limit #hero-links {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 750px) {
  #home-page .resize-limit #hero-links ul {
    width: 100%;
  }
  #home-page .resize-limit #hero-links ul li a {
    font-size: 1.25em;
  }
  #home-page .resize-limit #hero-links ul li span {
    margin-top: 8px;
  }
}
@media screen and (max-width: 620px) {
  #home-page h1 {
    width: auto;
    font-size: 2em;
  }
  #home-page .resize-limit #hero-links ul li a {
    padding-right: 10px;
    font-size: 1em;
  }
  #home-page .resize-limit #hero-links ul li span {
    margin-top: 5px;
  }
}
/*===================================================================================================================================================
 |Index page.
===================================================================================================================================================*/
#index-page nav ul {
  margin-left: -25px;
}
#index-page nav ul li {
  float: left;
  width: 22%;
  margin-left: 25px;
  margin-bottom: 25px;
  border: 1px solid #ebebeb;
  background-color: #f4f4f4;
}
#index-page nav ul li a {
  display: block;
}
#index-page nav ul li a img {
  display: block;
  width: 100%;
}
#index-page nav ul li h2 {
  position: relative;
  z-index: 10;
  float: left;
  margin: -55px 0 -12px;
  font-size: 1.2em;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: right top;
  background-image: url("images/text-background.png");
}
#index-page nav ul li h2 a {
  padding: 9px 35px 9px 20px;
  color: #fff;
}
#index-page nav ul li p {
  clear: left;
  margin: 0;
  padding: 16.66666667px;
}
@media screen and (max-width: 1024px) {
  #index-page nav ul li {
    width: 22%;
    margin-left: 23px;
  }
  #index-page nav ul li h2 {
    margin: -75px 0 -16px;
  }
}
@media screen and (max-width: 900px) {
  #index-page nav ul li {
    width: 29%;
    margin-left: 28px;
  }
}
@media screen and (max-width: 750px) {
  #index-page nav ul li {
    width: 44%;
    margin-left: 25px;
  }
}
@media screen and (max-width: 620px) {
  #index-page nav ul {
    margin-left: 0;
  }
  #index-page nav ul li {
    width: 100%;
    float: none;
    margin-top: 25px;
    margin-left: 0;
  }
  #index-page nav ul li h2 {
    margin: -55px 0 -12px;
  }
}
/*===================================================================================================================================================
 |Content page.
===================================================================================================================================================*/
/*===================================================================================================================================================
 |Event/Attraction listing pages.
===================================================================================================================================================*/
/*===================================================================================================================================================
 |Event listing page.
===================================================================================================================================================*/
#event-listing-page header#page-header {
  margin-bottom: 0;
}
#event-listing-page .controls {
  margin-bottom: 37.5px;
  padding: 37.5px 0;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ebebeb;
}
#event-listing-page .controls .criteria {
  float: left;
}
#event-listing-page .controls .criteria label {
  display: inline-block;
  font-weight: normal;
}
#event-listing-page .controls .criteria fieldset.category,
#event-listing-page .controls .criteria fieldset.when {
  margin-bottom: 25px;
}
#event-listing-page .controls .criteria fieldset.category {
  float: left;
}
#event-listing-page .controls .criteria fieldset.category select {
  margin-right: 25px;
}
#event-listing-page .controls .criteria fieldset.when {
  float: left;
}
#event-listing-page .controls .criteria fieldset.when .field {
  display: inline-block;
}
#event-listing-page .controls .criteria fieldset.when .field .clearable-date-field {
  display: inline-block;
  margin-left: 12.5px;
  margin-right: 12.5px;
}
#event-listing-page .controls .criteria fieldset.when .field .clearable-date-field input.date-input {
  width: 135px !important;
}
#event-listing-page .controls .criteria fieldset.when .field .clearable-date-field .ui-icon.clear-link {
  right: 25px;
}
#event-listing-page .controls .criteria fieldset.when .field:first-child label {
  margin-right: 25px;
}
#event-listing-page .controls .criteria fieldset.attributes {
  clear: left;
}
#event-listing-page .controls .criteria fieldset.attributes label {
  margin-right: 12.5px;
}
#event-listing-page .controls fieldset.submission {
  float: right;
  padding-left: 16.66666667px;
  border-left: 1px solid #ebebeb;
}
#event-listing-page .controls fieldset.submission a {
  margin-bottom: 16.66666667px;
}
#event-listing-page .controls fieldset.submission input {
  display: block;
}
@media screen and (max-width: 1024px) {
  #event-listing-page .controls .criteria {
    float: none;
  }
  #event-listing-page .controls fieldset.submission {
    float: none;
    margin-top: 12.5px;
    padding: 0;
    border-top: 1px solid #ebebeb;
    border-left: none;
  }
  #event-listing-page .controls fieldset.submission a,
  #event-listing-page .controls fieldset.submission input {
    display: inline-block;
    margin: 25px 0 0;
  }
  #event-listing-page .controls fieldset.submission a {
    margin-bottom: 0;
    margin-right: 25px;
  }
  #event-listing-page .controls fieldset.submission input {
    padding: 10px;
  }
}
@media screen and (max-width: 900px) {
  #event-listing-page .controls .criteria fieldset.category,
  #event-listing-page .controls fieldset.when {
    float: none;
  }
}
@media screen and (max-width: 750px) {
  #event-listing-page .controls .criteria fieldset.when .field:first-child {
    display: block;
    margin-bottom: 12.5px;
  }
}
@media screen and (max-width: 620px) {
  #event-listing-page .controls input[type=checkbox] {
    padding: 0;
  }
  #event-listing-page .controls .criteria fieldset.when {
    float: none;
    margin-bottom: 12.5px;
  }
  #event-listing-page .controls .criteria fieldset.when .field {
    display: block;
    width: 100%;
    margin-bottom: 12.5px;
  }
  #event-listing-page .controls .criteria fieldset.when .field .clearable-date-field input.date-input {
    width: 100% !important;
  }
  #event-listing-page .controls .criteria fieldset.when .field .clearable-date-field .ui-icon.clear-link {
    right: 10px;
  }
  #event-listing-page .controls .criteria fieldset.when .field .clearable-date-field {
    margin: 0;
  }
  #event-listing-page .controls .criteria fieldset.attributes:after {
    content: "";
    display: table;
    clear: both;
  }
  #event-listing-page .controls .criteria fieldset.attributes input {
    float: left;
    clear: left;
    margin-top: 4px;
  }
  #event-listing-page .controls .criteria fieldset.attributes label {
    float: left;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 5px;
  }
}
#event-listing-page #event-listing-results ul li {
  background-color: #f4f4f4;
  margin-bottom: 25px;
  border: 1px solid #ebebeb;
}
#event-listing-page #event-listing-results ul li > a {
  display: block;
  float: left;
  width: 250px;
}
#event-listing-page #event-listing-results ul li > a img {
  display: block;
  width: 100%;
}
#event-listing-page #event-listing-results ul li .info {
  overflow: auto;
  padding: 16.66666667px;
}
#event-listing-page #event-listing-results ul li .info h2 {
  float: left;
}
#event-listing-page #event-listing-results ul li .info h2 a {
  display: block;
}
#event-listing-page #event-listing-results ul li .info h2 > span {
  display: block;
  font-size: 0.83333333em;
}
#event-listing-page #event-listing-results ul li .info .attributes {
  float: right;
  vertical-align: top;
}
#event-listing-page #event-listing-results ul li .info .attributes img {
  margin-left: 8.33333333px;
  vertical-align: top;
}
#event-listing-page #event-listing-results ul li .info p {
  clear: both;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  #event-listing-page #event-listing-results ul li .info h2,
  #event-listing-page #event-listing-results ul li .info .attributes {
    float: none;
  }
  #event-listing-page #event-listing-results ul li .info h2 img,
  #event-listing-page #event-listing-results ul li .info .attributes img {
    margin-left: 0;
    margin-right: 8.33333333px;
  }
}
@media screen and (max-width: 1024px) and (min-width: 750px) {
  #event-listing-page #event-listing-results ul li {
    background: none;
    border: none;
  }
  #event-listing-page #event-listing-results ul li .info {
    padding-top: 0;
  }
}
@media screen and (max-width: 750px) {
  #event-listing-page #event-listing-results ul li > a {
    width: 100%;
    float: none;
  }
  #event-listing-page #event-listing-results ul li > a img {
    width: 100%;
  }
  #event-listing-page #event-listing-results ul li .info {
    float: none;
  }
}
/*===================================================================================================================================================
 |Attractions listing page.
===================================================================================================================================================*/
#attraction-listing-page a.mobile-map-button {
  display: none;
}
#attraction-listing-page ol {
  float: left;
  width: 75%;
}
#attraction-listing-page ol li {
  background-color: #f4f4f4;
  border: 1px solid #ebebeb;
  margin-right: 25px;
  margin-bottom: 25px;
  padding-right: 16.66666667px;
}
#attraction-listing-page ol li > a {
  float: left;
  width: 250px;
}
#attraction-listing-page ol li > a img {
  display: block;
  width: 100%;
}
#attraction-listing-page ol li .info {
  margin-left: 250px;
  padding: 16.66666667px 0;
  padding-left: 16.66666667px;
}
#attraction-listing-page .attraction-map {
  position: relative;
  float: left;
  width: 25%;
  height: 350px;
}
#attraction-listing-page .attraction-map .google-map {
  position: absolute;
  width: 100%;
  height: 350px;
}
#attraction-listing-page .no-background {
  background: none;
  border: none;
}
#attraction-listing-page .no-background > a {
  width: 154px;
}
#attraction-listing-page .no-background > .info {
  margin-left: 154px;
}
#attraction-listing-page .no-background > div.info {
  padding-top: 0;
}
@media screen and (max-width: 1024px) and (min-width: 900px) {
  #attraction-listing-page ol {
    width: 60%;
  }
  #attraction-listing-page ol li {
    background: none;
    border: none;
  }
  #attraction-listing-page ol li > a {
    width: 154px;
  }
  #attraction-listing-page ol li > .info {
    margin-left: 154px;
  }
  #attraction-listing-page ol li > div.info {
    padding-top: 0;
  }
  #attraction-listing-page .attraction-map {
    width: 40%;
  }
}
@media screen and (max-width: 900px) {
  #attraction-listing-page a.mobile-map-button {
    display: inline-block;
    margin-bottom: 12.5px;
  }
  #attraction-listing-page a.mobile-map-button:hover {
    cursor: pointer;
  }
  #attraction-listing-page ol {
    width: 100%;
    float: none;
  }
  #attraction-listing-page ol li {
    margin-right: 0;
  }
  #attraction-listing-page .attraction-map {
    width: 100%;
    float: none;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 740px) and (min-width: 620px) {
  #attraction-listing-page ol li {
    background: none;
    border: none;
  }
  #attraction-listing-page ol li > a {
    width: 154px;
  }
  #attraction-listing-page ol li > .info {
    margin-left: 154px;
  }
  #attraction-listing-page ol li > div.info {
    padding-top: 0;
  }
}
@media screen and (max-width: 620px) {
  #attraction-listing-page ol li {
    padding-right: 0;
  }
  #attraction-listing-page ol li > a {
    width: 100%;
    float: none;
  }
  #attraction-listing-page ol li > a img {
    width: 100%;
  }
  #attraction-listing-page ol li .info {
    float: none;
    margin: 0;
  }
}
/*===================================================================================================================================================
 |Event/Attraction page.
===================================================================================================================================================*/
#event-page header#page-header,
#attraction-page header#page-header {
  margin-bottom: 0;
}
#event-page .details,
#attraction-page .details {
  margin-bottom: 37.5px;
  background-color: #f4f4f4;
  border-bottom: 1px solid #ebebeb;
}
#event-page .details section,
#attraction-page .details section {
  margin-bottom: 0.83em;
}
#event-page .details section .map-link,
#attraction-page .details section .map-link {
  display: none;
}
#event-page .details .tile,
#attraction-page .details .tile {
  float: left;
  width: 21%;
  margin-top: 37.5px;
  margin-right: 25px;
}
#event-page .details .tile a,
#attraction-page .details .tile a {
  word-wrap: break-word;
}
#event-page .details .google-map,
#attraction-page .details .google-map {
  width: 28%;
  height: 300px;
}
#event-page .description,
#attraction-page .description {
  float: left;
  width: 78%;
  margin-right: 25px;
}
#event-page .description > img,
#attraction-page .description > img {
  max-width: 66%;
  margin: 20px 0;
}
#event-page aside,
#attraction-page aside {
  float: left;
}
#event-page aside ul,
#attraction-page aside ul {
  width: 180px;
}
#event-page aside ul a,
#attraction-page aside ul a {
  display: block;
}
#event-page aside ul a img,
#attraction-page aside ul a img {
  width: 100%;
}
#event-page aside ul a:first-child + a,
#attraction-page aside ul a:first-child + a {
  margin-bottom: 25px;
}
@media screen and (max-width: 1024px) {
  #event-page .description,
  #attraction-page .description {
    width: 70%;
  }
  #event-page .details,
  #attraction-page .details {
    padding-bottom: 37.5px;
  }
  #event-page .details section .map-link,
  #attraction-page .details section .map-link {
    display: block;
  }
  #event-page .details .tile,
  #attraction-page .details .tile {
    width: 28%;
  }
  #event-page .details .google-map,
  #attraction-page .details .google-map {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  #event-page .details .tile,
  #attraction-page .details .tile {
    width: 50%;
    margin-right: 0;
  }
  #event-page .details .tile section,
  #attraction-page .details .tile section {
    padding-right: 25px;
  }
  #event-page .details .tile:first-child + .tile + .tile,
  #attraction-page .details .tile:first-child + .tile + .tile {
    width: 100%;
    float: none;
    clear: both;
  }
  #event-page .details .tile:first-child + .tile + .tile:after,
  #attraction-page .details .tile:first-child + .tile + .tile:after {
    content: "";
    display: table;
    clear: both;
  }
  #event-page .details .tile:first-child + .tile + .tile section,
  #attraction-page .details .tile:first-child + .tile + .tile section {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #event-page .description,
  #attraction-page .description {
    margin-right: 0;
  }
  #event-page aside,
  #attraction-page aside {
    width: 30%;
  }
  #event-page aside h2,
  #attraction-page aside h2,
  #event-page aside ul,
  #attraction-page aside ul {
    width: auto;
    margin-left: 25px;
  }
}
@media screen and (max-width: 750px) {
  #event-page .description,
  #attraction-page .description {
    width: auto;
    margin-right: 0;
  }
  #event-page .description > img,
  #attraction-page .description > img {
    max-width: none;
    margin: 20px 0;
    width: 100%;
  }
  #event-page aside,
  #attraction-page aside {
    width: 100%;
  }
  #event-page aside h2,
  #attraction-page aside h2 {
    margin-left: 0;
  }
  #event-page aside ul,
  #attraction-page aside ul {
    width: 100%;
    margin-left: 0;
  }
  #event-page aside ul li,
  #attraction-page aside ul li {
    width: 50%;
    float: left;
  }
  #event-page aside ul li a,
  #attraction-page aside ul li a {
    margin-right: 12.5px;
  }
  #event-page aside ul li:nth-of-type(even) a,
  #attraction-page aside ul li:nth-of-type(even) a {
    margin-left: 12.5px;
    margin-right: 0;
  }
  #event-page aside ul li:nth-of-type(odd),
  #attraction-page aside ul li:nth-of-type(odd) {
    clear: left;
  }
}
@media screen and (max-width: 620px) {
  #event-page .details,
  #attraction-page .details {
    padding-top: 50px;
  }
  #event-page .details .tile,
  #attraction-page .details .tile {
    width: 100%;
    margin-top: 0;
  }
  #event-page .details .tile:first-child + .tile + .tile section,
  #attraction-page .details .tile:first-child + .tile + .tile section {
    width: 100%;
    float: none;
  }
  #event-page aside ul li,
  #attraction-page aside ul li {
    width: 100%;
    float: none;
  }
  #event-page aside ul li:nth-of-type(odd) a,
  #attraction-page aside ul li:nth-of-type(odd) a,
  #event-page aside ul li:nth-of-type(even) a,
  #attraction-page aside ul li:nth-of-type(even) a {
    margin-right: 0;
    margin-left: 0;
  }
}
/*===================================================================================================================================================
 |HallsCreek map page.
===================================================================================================================================================*/
#halls-creek-map-page .google-map {
  width: 100%;
  height: 600px;
}
/*===================================================================================================================================================
 |Contact us page.
===================================================================================================================================================*/
#contact-page aside i {
  display: block;
  margin-bottom: 25px;
  color: #a9a9a9;
}
/*===================================================================================================================================================
 |Accommodation & Tours page
===================================================================================================================================================*/
#accommodation-page form,
#tours-page form {
  margin-bottom: 100px;
  padding: 37.5px 0 37.5px 37.5px;
  background-color: #f4f4f4;
}
#accommodation-page form fieldset,
#tours-page form fieldset {
  float: left;
  margin-right: 25px;
}
#accommodation-page form fieldset.criteria,
#tours-page form fieldset.criteria {
  width: 22.99%;
  min-width: 186px;
}
#accommodation-page form fieldset.criteria + .criteria + .criteria,
#tours-page form fieldset.criteria + .criteria + .criteria {
  width: 208px;
}
#accommodation-page form fieldset select,
#tours-page form fieldset select {
  width: 100%;
}
#accommodation-page form fieldset .clearable-date-field input.date-input,
#tours-page form fieldset .clearable-date-field input.date-input {
  width: 186px !important;
}
#accommodation-page form fieldset .clearable-date-field .ui-icon.clear-link,
#tours-page form fieldset .clearable-date-field .ui-icon.clear-link {
  right: 30px;
}
#accommodation-page form fieldset input[type=submit],
#tours-page form fieldset input[type=submit] {
  margin-top: 22px;
}
@media screen and (max-width: 1024px) {
  #accommodation-page form,
  #tours-page form {
    padding: 37.5px;
  }
  #accommodation-page form fieldset.criteria + .criteria + .criteria + fieldset,
  #tours-page form fieldset.criteria + .criteria + .criteria + fieldset {
    clear: left;
  }
}
@media screen and (max-width: 900px) {
  #accommodation-page form fieldset.criteria,
  #tours-page form fieldset.criteria {
    min-width: 174px;
  }
  #accommodation-page form fieldset.criteria + .criteria + .criteria,
  #tours-page form fieldset.criteria + .criteria + .criteria {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  #accommodation-page form fieldset.criteria,
  #tours-page form fieldset.criteria {
    width: 50%;
    margin-right: 0;
  }
  #accommodation-page form fieldset.criteria label,
  #tours-page form fieldset.criteria label,
  #accommodation-page form fieldset.criteria select,
  #tours-page form fieldset.criteria select {
    width: 92%;
  }
  #accommodation-page form fieldset.criteria + .criteria label,
  #tours-page form fieldset.criteria + .criteria label,
  #accommodation-page form fieldset.criteria + .criteria select,
  #tours-page form fieldset.criteria + .criteria select {
    margin-right: 37.5px;
  }
  #accommodation-page form fieldset.criteria + .criteria + .criteria,
  #tours-page form fieldset.criteria + .criteria + .criteria {
    margin-top: 25px;
  }
}
@media screen and (max-width: 620px) {
  #accommodation-page form,
  #tours-page form {
    background: none;
    padding: 0;
    margin-bottom: 0;
  }
  #accommodation-page form > input + fieldset.criteria,
  #tours-page form > input + fieldset.criteria {
    margin-top: 0;
  }
  #accommodation-page form fieldset.criteria,
  #tours-page form fieldset.criteria,
  #accommodation-page form input[type=submit],
  #tours-page form input[type=submit] {
    width: 100%;
    margin-right: 0;
    margin-top: 25px;
  }
  #accommodation-page form fieldset.criteria label,
  #tours-page form fieldset.criteria label,
  #accommodation-page form input[type=submit] label,
  #tours-page form input[type=submit] label,
  #accommodation-page form fieldset.criteria select,
  #tours-page form fieldset.criteria select,
  #accommodation-page form input[type=submit] select,
  #tours-page form input[type=submit] select {
    width: 100%;
  }
  #accommodation-page form fieldset.criteria + .criteria select,
  #tours-page form fieldset.criteria + .criteria select,
  #accommodation-page form input[type=submit] + .criteria select,
  #tours-page form input[type=submit] + .criteria select {
    margin-right: 0;
  }
  #accommodation-page form fieldset.criteria + .criteria + .criteria,
  #tours-page form fieldset.criteria + .criteria + .criteria,
  #accommodation-page form input[type=submit] + .criteria + .criteria,
  #tours-page form input[type=submit] + .criteria + .criteria {
    width: 100%;
  }
  #accommodation-page form fieldset.criteria + .criteria + .criteria .clearable-date-field input.date-input,
  #tours-page form fieldset.criteria + .criteria + .criteria .clearable-date-field input.date-input,
  #accommodation-page form input[type=submit] + .criteria + .criteria .clearable-date-field input.date-input,
  #tours-page form input[type=submit] + .criteria + .criteria .clearable-date-field input.date-input {
    width: 100% !important;
  }
  #accommodation-page form fieldset.criteria + .criteria + .criteria .clearable-date-field .ui-icon.clear-link,
  #tours-page form fieldset.criteria + .criteria + .criteria .clearable-date-field .ui-icon.clear-link,
  #accommodation-page form input[type=submit] + .criteria + .criteria .clearable-date-field .ui-icon.clear-link,
  #tours-page form input[type=submit] + .criteria + .criteria .clearable-date-field .ui-icon.clear-link {
    right: 10px;
  }
}
#accommodation-page #be-region-accom div.region-gadget.BE,
#tours-page #be-region-accom div.region-gadget.BE,
#accommodation-page #be-region-tours div.region-gadget.BE,
#tours-page #be-region-tours div.region-gadget.BE {
  font-family: 'Open Sans', sans-serif;
  color: #323232;
}
#accommodation-page #be-region-accom .tabs-group .view-choice .label,
#tours-page #be-region-accom .tabs-group .view-choice .label,
#accommodation-page #be-region-tours .tabs-group .view-choice .label,
#tours-page #be-region-tours .tabs-group .view-choice .label {
  display: none;
}
#accommodation-page #be-region-accom .tabs-group .view-choice > .current,
#tours-page #be-region-accom .tabs-group .view-choice > .current,
#accommodation-page #be-region-tours .tabs-group .view-choice > .current,
#tours-page #be-region-tours .tabs-group .view-choice > .current {
  border-bottom: solid #323232 2px;
}
#accommodation-page #be-region-accom .tabs-group .view-choice > :not(.current),
#tours-page #be-region-accom .tabs-group .view-choice > :not(.current),
#accommodation-page #be-region-tours .tabs-group .view-choice > :not(.current),
#tours-page #be-region-tours .tabs-group .view-choice > :not(.current) {
  color: #727272;
}
#accommodation-page #be-region-accom .tabs-group .view-choice > *,
#tours-page #be-region-accom .tabs-group .view-choice > *,
#accommodation-page #be-region-tours .tabs-group .view-choice > *,
#tours-page #be-region-tours .tabs-group .view-choice > * {
  background-color: transparent;
  border: none;
  border-radius: unset;
  margin: 0 40px 0 0;
  padding: 0;
  text-align: center;
}
#accommodation-page #be-region-accom .embedded-search div.search-gadget.BE,
#tours-page #be-region-accom .embedded-search div.search-gadget.BE,
#accommodation-page #be-region-tours .embedded-search div.search-gadget.BE,
#tours-page #be-region-tours .embedded-search div.search-gadget.BE {
  font-family: 'Open Sans', sans-serif;
  color: #323232;
}
#accommodation-page #be-region-accom .embedded-search .search-gadget,
#tours-page #be-region-accom .embedded-search .search-gadget,
#accommodation-page #be-region-tours .embedded-search .search-gadget,
#tours-page #be-region-tours .embedded-search .search-gadget {
  border: none;
  background: none;
  padding: 0 0 5px;
}
#accommodation-page #be-region-accom .embedded-search .search-gadget .date,
#tours-page #be-region-accom .embedded-search .search-gadget .date,
#accommodation-page #be-region-tours .embedded-search .search-gadget .date,
#tours-page #be-region-tours .embedded-search .search-gadget .date,
#accommodation-page #be-region-accom .embedded-search .search-gadget .period,
#tours-page #be-region-accom .embedded-search .search-gadget .period,
#accommodation-page #be-region-tours .embedded-search .search-gadget .period,
#tours-page #be-region-tours .embedded-search .search-gadget .period,
#accommodation-page #be-region-accom .embedded-search .search-gadget .adults,
#tours-page #be-region-accom .embedded-search .search-gadget .adults,
#accommodation-page #be-region-tours .embedded-search .search-gadget .adults,
#tours-page #be-region-tours .embedded-search .search-gadget .adults,
#accommodation-page #be-region-accom .embedded-search .search-gadget .children,
#tours-page #be-region-accom .embedded-search .search-gadget .children,
#accommodation-page #be-region-tours .embedded-search .search-gadget .children,
#tours-page #be-region-tours .embedded-search .search-gadget .children,
#accommodation-page #be-region-accom .embedded-search .search-gadget .infants,
#tours-page #be-region-accom .embedded-search .search-gadget .infants,
#accommodation-page #be-region-tours .embedded-search .search-gadget .infants,
#tours-page #be-region-tours .embedded-search .search-gadget .infants {
  margin-top: 15px;
}
#accommodation-page #be-region-accom .embedded-search .search-gadget .refineTools,
#tours-page #be-region-accom .embedded-search .search-gadget .refineTools,
#accommodation-page #be-region-tours .embedded-search .search-gadget .refineTools,
#tours-page #be-region-tours .embedded-search .search-gadget .refineTools {
  padding-top: 0;
}
#accommodation-page #be-region-accom .embedded-search .search-gadget .refineTools > *,
#tours-page #be-region-accom .embedded-search .search-gadget .refineTools > *,
#accommodation-page #be-region-tours .embedded-search .search-gadget .refineTools > *,
#tours-page #be-region-tours .embedded-search .search-gadget .refineTools > * {
  margin-top: 15px;
}
#accommodation-page #be-region-accom .prices-grid,
#tours-page #be-region-accom .prices-grid,
#accommodation-page #be-region-tours .prices-grid,
#tours-page #be-region-tours .prices-grid {
  border: none;
}
#accommodation-page #be-region-accom .prices-grid .type-group > table thead .label,
#tours-page #be-region-accom .prices-grid .type-group > table thead .label,
#accommodation-page #be-region-tours .prices-grid .type-group > table thead .label,
#tours-page #be-region-tours .prices-grid .type-group > table thead .label,
#accommodation-page #be-region-accom .prices-grid .type-group > table tbody tr.inline-header .label,
#tours-page #be-region-accom .prices-grid .type-group > table tbody tr.inline-header .label,
#accommodation-page #be-region-tours .prices-grid .type-group > table tbody tr.inline-header .label,
#tours-page #be-region-tours .prices-grid .type-group > table tbody tr.inline-header .label {
  color: transparent;
}
#accommodation-page #be-region-accom .prices-grid .type-group > table thead td,
#tours-page #be-region-accom .prices-grid .type-group > table thead td,
#accommodation-page #be-region-tours .prices-grid .type-group > table thead td,
#tours-page #be-region-tours .prices-grid .type-group > table thead td,
#accommodation-page #be-region-accom .prices-grid .type-group > table tbody tr.inline-header td,
#tours-page #be-region-accom .prices-grid .type-group > table tbody tr.inline-header td,
#accommodation-page #be-region-tours .prices-grid .type-group > table tbody tr.inline-header td,
#tours-page #be-region-tours .prices-grid .type-group > table tbody tr.inline-header td {
  background-color: #ED6E4E;
}
#accommodation-page #be-region-accom .prices-grid .type-group > table thead td.date .date,
#tours-page #be-region-accom .prices-grid .type-group > table thead td.date .date,
#accommodation-page #be-region-tours .prices-grid .type-group > table thead td.date .date,
#tours-page #be-region-tours .prices-grid .type-group > table thead td.date .date,
#accommodation-page #be-region-accom .prices-grid .type-group > table tbody tr.inline-header td.date .date,
#tours-page #be-region-accom .prices-grid .type-group > table tbody tr.inline-header td.date .date,
#accommodation-page #be-region-tours .prices-grid .type-group > table tbody tr.inline-header td.date .date,
#tours-page #be-region-tours .prices-grid .type-group > table tbody tr.inline-header td.date .date {
  color: white;
}
#accommodation-page #be-region-accom .prices-grid .type-group > table tbody tr,
#tours-page #be-region-accom .prices-grid .type-group > table tbody tr,
#accommodation-page #be-region-tours .prices-grid .type-group > table tbody tr,
#tours-page #be-region-tours .prices-grid .type-group > table tbody tr {
  border: none;
}
#accommodation-page #be-region-accom .prices-grid .type-group > table tbody tr .total a > span:first-of-type,
#tours-page #be-region-accom .prices-grid .type-group > table tbody tr .total a > span:first-of-type,
#accommodation-page #be-region-tours .prices-grid .type-group > table tbody tr .total a > span:first-of-type,
#tours-page #be-region-tours .prices-grid .type-group > table tbody tr .total a > span:first-of-type,
#accommodation-page #be-region-accom .prices-grid .type-group > table tbody tr .total a > .price,
#tours-page #be-region-accom .prices-grid .type-group > table tbody tr .total a > .price,
#accommodation-page #be-region-tours .prices-grid .type-group > table tbody tr .total a > .price,
#tours-page #be-region-tours .prices-grid .type-group > table tbody tr .total a > .price {
  background-image: unset;
  border-radius: unset;
  border: none;
  margin-top: 5px;
}
#accommodation-page #be-region-accom .list-view,
#tours-page #be-region-accom .list-view,
#accommodation-page #be-region-tours .list-view,
#tours-page #be-region-tours .list-view {
  border: none;
}
#accommodation-page #be-region-accom .list-view .list-item,
#tours-page #be-region-accom .list-view .list-item,
#accommodation-page #be-region-tours .list-view .list-item,
#tours-page #be-region-tours .list-view .list-item {
  border: none;
}
#accommodation-page #be-region-accom .list-view .list-item.sold-out .rating,
#tours-page #be-region-accom .list-view .list-item.sold-out .rating,
#accommodation-page #be-region-tours .list-view .list-item.sold-out .rating,
#tours-page #be-region-tours .list-view .list-item.sold-out .rating {
  top: 60px;
}
#accommodation-page #be-region-accom .list-view .list-item .rating,
#tours-page #be-region-accom .list-view .list-item .rating,
#accommodation-page #be-region-tours .list-view .list-item .rating,
#tours-page #be-region-tours .list-view .list-item .rating {
  top: 90px;
}
#accommodation-page #be-region-accom .list-view .list-item .im-pricebutton > a,
#tours-page #be-region-accom .list-view .list-item .im-pricebutton > a,
#accommodation-page #be-region-tours .list-view .list-item .im-pricebutton > a,
#tours-page #be-region-tours .list-view .list-item .im-pricebutton > a {
  border: none;
  border-radius: unset;
  background-image: unset;
}
#accommodation-page #be-region-accom .list-view .list-item .thumb,
#tours-page #be-region-accom .list-view .list-item .thumb,
#accommodation-page #be-region-tours .list-view .list-item .thumb,
#tours-page #be-region-tours .list-view .list-item .thumb {
  border: none;
  padding: 0;
}
#accommodation-page #be-region-accom .map-container,
#tours-page #be-region-accom .map-container,
#accommodation-page #be-region-tours .map-container,
#tours-page #be-region-tours .map-container {
  border: none;
  min-width: 600px;
}
#accommodation-page #be-region-accom .map-container .product-list,
#tours-page #be-region-accom .map-container .product-list,
#accommodation-page #be-region-tours .map-container .product-list,
#tours-page #be-region-tours .map-container .product-list {
  border: none;
}
#accommodation-page #be-region-accom .map-container .product-list .map-sidebar-item,
#tours-page #be-region-accom .map-container .product-list .map-sidebar-item,
#accommodation-page #be-region-tours .map-container .product-list .map-sidebar-item,
#tours-page #be-region-tours .map-container .product-list .map-sidebar-item {
  border: none;
}
#accommodation-page #be-region-accom .map-container .mapInfoWindow .im-pricebutton,
#tours-page #be-region-accom .map-container .mapInfoWindow .im-pricebutton,
#accommodation-page #be-region-tours .map-container .mapInfoWindow .im-pricebutton,
#tours-page #be-region-tours .map-container .mapInfoWindow .im-pricebutton {
  background: none;
  padding: 10px 0 0;
}
#accommodation-page #be-region-accom .map-container .mapInfoWindow .im-pricebutton a,
#tours-page #be-region-accom .map-container .mapInfoWindow .im-pricebutton a,
#accommodation-page #be-region-tours .map-container .mapInfoWindow .im-pricebutton a,
#tours-page #be-region-tours .map-container .mapInfoWindow .im-pricebutton a {
  background-image: none;
  border-radius: unset;
  border: none;
}
@media screen and (max-width: 1000px) {
  #accommodation-page #be-region-accom .tabs-group,
  #tours-page #be-region-accom .tabs-group,
  #accommodation-page #be-region-tours .tabs-group,
  #tours-page #be-region-tours .tabs-group {
    display: none;
  }
  #accommodation-page #be-region-accom .prices-grid .type-group table,
  #tours-page #be-region-accom .prices-grid .type-group table,
  #accommodation-page #be-region-tours .prices-grid .type-group table,
  #tours-page #be-region-tours .prices-grid .type-group table {
    table-layout: fixed;
  }
  #accommodation-page #be-region-accom .prices-grid .type-group table thead td.date,
  #tours-page #be-region-accom .prices-grid .type-group table thead td.date,
  #accommodation-page #be-region-tours .prices-grid .type-group table thead td.date,
  #tours-page #be-region-tours .prices-grid .type-group table thead td.date,
  #accommodation-page #be-region-accom .prices-grid .type-group table tbody td.date,
  #tours-page #be-region-accom .prices-grid .type-group table tbody td.date,
  #accommodation-page #be-region-tours .prices-grid .type-group table tbody td.date,
  #tours-page #be-region-tours .prices-grid .type-group table tbody td.date,
  #accommodation-page #be-region-accom .prices-grid .type-group table thead td.price,
  #tours-page #be-region-accom .prices-grid .type-group table thead td.price,
  #accommodation-page #be-region-tours .prices-grid .type-group table thead td.price,
  #tours-page #be-region-tours .prices-grid .type-group table thead td.price,
  #accommodation-page #be-region-accom .prices-grid .type-group table tbody td.price,
  #tours-page #be-region-accom .prices-grid .type-group table tbody td.price,
  #accommodation-page #be-region-tours .prices-grid .type-group table tbody td.price,
  #tours-page #be-region-tours .prices-grid .type-group table tbody td.price {
    display: none;
  }
  #accommodation-page #be-region-accom .prices-grid .type-group table thead,
  #tours-page #be-region-accom .prices-grid .type-group table thead,
  #accommodation-page #be-region-tours .prices-grid .type-group table thead,
  #tours-page #be-region-tours .prices-grid .type-group table thead,
  #accommodation-page #be-region-accom .prices-grid .type-group table tbody tr.inline-header,
  #tours-page #be-region-accom .prices-grid .type-group table tbody tr.inline-header,
  #accommodation-page #be-region-tours .prices-grid .type-group table tbody tr.inline-header,
  #tours-page #be-region-tours .prices-grid .type-group table tbody tr.inline-header {
    display: none;
  }
  #accommodation-page #be-region-accom .prices-grid .type-group table tbody tr,
  #tours-page #be-region-accom .prices-grid .type-group table tbody tr,
  #accommodation-page #be-region-tours .prices-grid .type-group table tbody tr,
  #tours-page #be-region-tours .prices-grid .type-group table tbody tr {
    border-bottom: solid 1px gainsboro;
  }
  #accommodation-page #be-region-accom .prices-grid .type-group table tbody tr td,
  #tours-page #be-region-accom .prices-grid .type-group table tbody tr td,
  #accommodation-page #be-region-tours .prices-grid .type-group table tbody tr td,
  #tours-page #be-region-tours .prices-grid .type-group table tbody tr td {
    background: none;
    padding: 10px 0;
  }
  #accommodation-page #be-region-accom .prices-grid .type-group table tbody tr td.property,
  #tours-page #be-region-accom .prices-grid .type-group table tbody tr td.property,
  #accommodation-page #be-region-tours .prices-grid .type-group table tbody tr td.property,
  #tours-page #be-region-tours .prices-grid .type-group table tbody tr td.property {
    width: 70%;
  }
  #accommodation-page #be-region-accom .prices-grid .type-group table tbody tr td.total,
  #tours-page #be-region-accom .prices-grid .type-group table tbody tr td.total,
  #accommodation-page #be-region-tours .prices-grid .type-group table tbody tr td.total,
  #tours-page #be-region-tours .prices-grid .type-group table tbody tr td.total {
    width: 30%;
  }
  #accommodation-page #be-region-accom .prices-grid .type-group table tbody tr td span,
  #tours-page #be-region-accom .prices-grid .type-group table tbody tr td span,
  #accommodation-page #be-region-tours .prices-grid .type-group table tbody tr td span,
  #tours-page #be-region-tours .prices-grid .type-group table tbody tr td span {
    white-space: normal;
    word-break: break-word;
  }
}
@media screen and (max-width: 800px) {
  #accommodation-page #be-region-accom .list-view .list-item,
  #tours-page #be-region-accom .list-view .list-item,
  #accommodation-page #be-region-tours .list-view .list-item,
  #tours-page #be-region-tours .list-view .list-item {
    padding: 15px;
    clear: both;
    overflow: hidden;
  }
  #accommodation-page #be-region-accom .list-view .list-item > *,
  #tours-page #be-region-accom .list-view .list-item > *,
  #accommodation-page #be-region-tours .list-view .list-item > *,
  #tours-page #be-region-tours .list-view .list-item > * {
    display: inline-block;
    position: relative;
    left: 0;
    top: unset;
  }
  #accommodation-page #be-region-accom .list-view .list-item .location,
  #tours-page #be-region-accom .list-view .list-item .location,
  #accommodation-page #be-region-tours .list-view .list-item .location,
  #tours-page #be-region-tours .list-view .list-item .location {
    width: 100%;
  }
  #accommodation-page #be-region-accom .list-view .list-item.sold-out .rating,
  #tours-page #be-region-accom .list-view .list-item.sold-out .rating,
  #accommodation-page #be-region-tours .list-view .list-item.sold-out .rating,
  #tours-page #be-region-tours .list-view .list-item.sold-out .rating,
  #accommodation-page #be-region-accom .list-view .list-item .rating,
  #tours-page #be-region-accom .list-view .list-item .rating,
  #accommodation-page #be-region-tours .list-view .list-item .rating,
  #tours-page #be-region-tours .list-view .list-item .rating {
    top: unset;
    width: 100%;
  }
  #accommodation-page #be-region-accom .list-view .list-item.sold-out .rating > *,
  #tours-page #be-region-accom .list-view .list-item.sold-out .rating > *,
  #accommodation-page #be-region-tours .list-view .list-item.sold-out .rating > *,
  #tours-page #be-region-tours .list-view .list-item.sold-out .rating > *,
  #accommodation-page #be-region-accom .list-view .list-item .rating > *,
  #tours-page #be-region-accom .list-view .list-item .rating > *,
  #accommodation-page #be-region-tours .list-view .list-item .rating > *,
  #tours-page #be-region-tours .list-view .list-item .rating > * {
    float: right;
    margin-right: 15px;
  }
  #accommodation-page #be-region-accom .list-view .list-item .im-pricebutton,
  #tours-page #be-region-accom .list-view .list-item .im-pricebutton,
  #accommodation-page #be-region-tours .list-view .list-item .im-pricebutton,
  #tours-page #be-region-tours .list-view .list-item .im-pricebutton {
    float: right;
  }
  #accommodation-page #be-region-accom .list-view .list-item .thumb,
  #tours-page #be-region-accom .list-view .list-item .thumb,
  #accommodation-page #be-region-tours .list-view .list-item .thumb,
  #tours-page #be-region-tours .list-view .list-item .thumb {
    margin-top: -10px;
  }
}
@media screen and (max-width: 600px) {
  #accommodation-page #be-region-accom .embedded-search .search-gadget .date,
  #tours-page #be-region-accom .embedded-search .search-gadget .date,
  #accommodation-page #be-region-tours .embedded-search .search-gadget .date,
  #tours-page #be-region-tours .embedded-search .search-gadget .date {
    width: 100%;
  }
}
#accommodation-page #be-cart-toolbar,
#tours-page #be-cart-toolbar {
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
}
#accommodation-page #be-cart-toolbar .cart-label,
#tours-page #be-cart-toolbar .cart-label {
  font-size: 1.2em;
  font-weight: bold;
  float: left;
  padding-right: 10px;
  margin-top: 9px;
}
#accommodation-page #be-cart-toolbar .shopping-cart.BE,
#tours-page #be-cart-toolbar .shopping-cart.BE {
  font-family: 'Open Sans', sans-serif;
  color: #323232;
}
#accommodation-page #be-cart-toolbar .shopping-cart.BE.auto-collapse div.cartItems div.totalDisplay,
#tours-page #be-cart-toolbar .shopping-cart.BE.auto-collapse div.cartItems div.totalDisplay {
  background: none;
}
#accommodation-page #be-cart-toolbar .shopping-cart.BE.auto-collapse div.cartItems div.totalDisplay a,
#tours-page #be-cart-toolbar .shopping-cart.BE.auto-collapse div.cartItems div.totalDisplay a {
  background-image: url(images/cart-sprite.png);
}
#accommodation-page #be-cart-toolbar .shopping-cart.BE.auto-collapse div.cartItems div.totalDisplay a span,
#tours-page #be-cart-toolbar .shopping-cart.BE.auto-collapse div.cartItems div.totalDisplay a span {
  color: #ED6E4E;
}
#accommodation-page #be-cart-toolbar .shopping-cart.BE .cartItems,
#tours-page #be-cart-toolbar .shopping-cart.BE .cartItems {
  border: none;
  float: left;
  padding: 0 0 20px;
}
#accommodation-page #be-cart-toolbar .shopping-cart.BE .cartItems .totalDisplay,
#tours-page #be-cart-toolbar .shopping-cart.BE .cartItems .totalDisplay {
  border: none;
  background-image: none;
  padding: 5px;
}
#accommodation-page #be-cart-toolbar .shopping-cart.BE .noItems,
#tours-page #be-cart-toolbar .shopping-cart.BE .noItems {
  padding: 0 0 20px;
  font-size: 0.85em;
  clear: both;
}
#accommodation-page #be-operator-accom div.operator-gadget,
#tours-page #be-operator-accom div.operator-gadget,
#accommodation-page #be-operator-tours div.operator-gadget,
#tours-page #be-operator-tours div.operator-gadget {
  font-family: 'Open Sans', sans-serif;
  color: #323232;
}
#accommodation-page #be-operator-accom #details-gadget .details-gadget-left,
#tours-page #be-operator-accom #details-gadget .details-gadget-left,
#accommodation-page #be-operator-tours #details-gadget .details-gadget-left,
#tours-page #be-operator-tours #details-gadget .details-gadget-left {
  width: 100%;
  /*width: 60%;
                margin-right: 3%;*/
}
#accommodation-page #be-operator-accom #details-gadget .details-gadget-left .details-gadget-intro,
#tours-page #be-operator-accom #details-gadget .details-gadget-left .details-gadget-intro,
#accommodation-page #be-operator-tours #details-gadget .details-gadget-left .details-gadget-intro,
#tours-page #be-operator-tours #details-gadget .details-gadget-left .details-gadget-intro {
  padding-top: 0;
}
#accommodation-page #be-operator-accom #details-gadget .details-gadget-right,
#tours-page #be-operator-accom #details-gadget .details-gadget-right,
#accommodation-page #be-operator-tours #details-gadget .details-gadget-right,
#tours-page #be-operator-tours #details-gadget .details-gadget-right {
  width: 100%;
  padding: 20px 0;
  /*width: 37%;*/
}
#accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img,
#tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img,
#accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img,
#tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img {
  width: 18%;
  float: left;
  margin: 0 1.25% 1.25% 0;
  /*width: 45%;
                        margin: 0 0 5% 5%;
                        float: right;*/
  object-fit: cover;
}
#accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:hover,
#tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:hover,
#accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:hover,
#tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:hover {
  cursor: pointer;
  opacity: 0.8;
}
#accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
#tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
#accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
#tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5) {
  margin-right: 0;
}
#accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-of-type(n + 21),
#tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-of-type(n + 21),
#accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-of-type(n + 21),
#tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-of-type(n + 21) {
  display: none;
}
#accommodation-page #be-operator-accom #details-tabrow,
#tours-page #be-operator-accom #details-tabrow,
#accommodation-page #be-operator-tours #details-tabrow,
#tours-page #be-operator-tours #details-tabrow {
  border: none;
}
#accommodation-page #be-operator-accom #details-tabrow .details-tab-button,
#tours-page #be-operator-accom #details-tabrow .details-tab-button,
#accommodation-page #be-operator-tours #details-tabrow .details-tab-button,
#tours-page #be-operator-tours #details-tabrow .details-tab-button {
  border: none;
}
#accommodation-page #be-operator-accom #details-tabs,
#tours-page #be-operator-accom #details-tabs,
#accommodation-page #be-operator-tours #details-tabs,
#tours-page #be-operator-tours #details-tabs {
  border: none;
}
#accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE,
#tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE,
#accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE,
#tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE {
  background: none;
  border: none;
}
#accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid,
#tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid,
#accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid,
#tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid {
  border: none;
  font-family: 'Open Sans', sans-serif;
  color: #323232;
}
#accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td,
#tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td,
#accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td,
#tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td {
  background: #ED6E4E;
}
#accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.date .date,
#tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.date .date,
#accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.date .date,
#tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.date .date {
  color: white;
}
#accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr,
#tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr,
#accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr,
#tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr {
  border: none;
}
#accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name a.has-hover,
#tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name a.has-hover,
#accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name a.has-hover,
#tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name a.has-hover {
  background-image: none;
  padding: 0;
}
#accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr .total > a,
#tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr .total > a,
#accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr .total > a,
#tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr .total > a {
  background-image: none;
  border-radius: unset;
  border: none;
}
#accommodation-page #be-operator-accom #details-tabs .details-tab-location .box,
#tours-page #be-operator-accom #details-tabs .details-tab-location .box,
#accommodation-page #be-operator-tours #details-tabs .details-tab-location .box,
#tours-page #be-operator-tours #details-tabs .details-tab-location .box {
  padding: 0;
  color: #323232;
  background: none;
  border-radius: unset;
}
#accommodation-page #be-operator-accom #details-tabs .details-tab-policies .box,
#tours-page #be-operator-accom #details-tabs .details-tab-policies .box,
#accommodation-page #be-operator-tours #details-tabs .details-tab-policies .box,
#tours-page #be-operator-tours #details-tabs .details-tab-policies .box {
  padding: 0;
  color: #323232;
  background: none;
  border-radius: unset;
}
@media screen and (max-width: 1000px) {
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-left,
  #tours-page #be-operator-accom #details-gadget .details-gadget-left,
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-left,
  #tours-page #be-operator-tours #details-gadget .details-gadget-left,
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right,
  #tours-page #be-operator-accom #details-gadget .details-gadget-right,
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right,
  #tours-page #be-operator-tours #details-gadget .details-gadget-right {
    width: 100%;
  }
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-left,
  #tours-page #be-operator-accom #details-gadget .details-gadget-left,
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-left,
  #tours-page #be-operator-tours #details-gadget .details-gadget-left {
    margin-right: 0;
  }
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right,
  #tours-page #be-operator-accom #details-gadget .details-gadget-right,
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right,
  #tours-page #be-operator-tours #details-gadget .details-gadget-right {
    padding-bottom: 15px;
  }
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img,
  #tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img,
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img,
  #tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img,
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
  #tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
  #tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5) {
    float: left;
    width: 24%;
    margin: 0 1.33% 1.33% 0;
  }
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(4n+4),
  #tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(4n+4),
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(4n+4),
  #tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(4n+4) {
    margin-right: 0;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab,
  #tours-page #be-operator-accom #details-tabs .details-tab,
  #accommodation-page #be-operator-tours #details-tabs .details-tab,
  #tours-page #be-operator-tours #details-tabs .details-tab {
    padding: 20px 0;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table {
    table-layout: fixed;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.quantity,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.quantity,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.quantity,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.quantity,
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.quantity,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.quantity,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.quantity,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.quantity,
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.date,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.date,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.date,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.date,
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.date,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.date,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.date,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.date,
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.price,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.price,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.price,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead td.price,
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.price,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.price,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.price,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody td.price {
    display: none;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table thead,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table thead {
    display: none;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr {
    border-bottom: solid 1px gainsboro;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name {
    width: 70%;
    padding: 10px 0;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name .thumb,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name .thumb,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name .thumb,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td.name .thumb {
    margin-top: 5px;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td {
    background: none;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td span,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td span,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td span,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .priceGrid table tbody tr td span {
    white-space: normal;
    word-break: break-word;
  }
}
@media screen and (max-width: 800px) {
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-left,
  #tours-page #be-operator-accom #details-gadget .details-gadget-left,
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-left,
  #tours-page #be-operator-tours #details-gadget .details-gadget-left,
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right,
  #tours-page #be-operator-accom #details-gadget .details-gadget-right,
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right,
  #tours-page #be-operator-tours #details-gadget .details-gadget-right {
    float: none;
    width: unset;
    padding: 0;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE .date,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE .date,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE .date,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE .date {
    width: 100%;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE > *,
  #tours-page #be-operator-accom #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE > *,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE > *,
  #tours-page #be-operator-tours #details-tabs .details-tab-booking #itemGadget .embedded-search .search-gadget.BE > * {
    margin-top: 10px;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-overview .details-tab-left,
  #tours-page #be-operator-accom #details-tabs .details-tab-overview .details-tab-left,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-overview .details-tab-left,
  #tours-page #be-operator-tours #details-tabs .details-tab-overview .details-tab-left,
  #accommodation-page #be-operator-accom #details-tabs .details-tab-overview .details-tab-right,
  #tours-page #be-operator-accom #details-tabs .details-tab-overview .details-tab-right,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-overview .details-tab-right,
  #tours-page #be-operator-tours #details-tabs .details-tab-overview .details-tab-right {
    width: 100%;
    float: left;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-location .details-tab-left,
  #tours-page #be-operator-accom #details-tabs .details-tab-location .details-tab-left,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-location .details-tab-left,
  #tours-page #be-operator-tours #details-tabs .details-tab-location .details-tab-left,
  #accommodation-page #be-operator-accom #details-tabs .details-tab-location .details-tab-right,
  #tours-page #be-operator-accom #details-tabs .details-tab-location .details-tab-right,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-location .details-tab-right,
  #tours-page #be-operator-tours #details-tabs .details-tab-location .details-tab-right {
    width: 100%;
    float: left;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-location #map_canvas,
  #tours-page #be-operator-accom #details-tabs .details-tab-location #map_canvas,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-location #map_canvas,
  #tours-page #be-operator-tours #details-tabs .details-tab-location #map_canvas {
    width: 100%;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-policies .details-tab-left,
  #tours-page #be-operator-accom #details-tabs .details-tab-policies .details-tab-left,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-policies .details-tab-left,
  #tours-page #be-operator-tours #details-tabs .details-tab-policies .details-tab-left {
    width: 100%;
    float: left;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-policies .details-tab-right,
  #tours-page #be-operator-accom #details-tabs .details-tab-policies .details-tab-right,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-policies .details-tab-right,
  #tours-page #be-operator-tours #details-tabs .details-tab-policies .details-tab-right {
    width: 100%;
    float: left;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-policies .room-row .rooms-right,
  #tours-page #be-operator-accom #details-tabs .details-tab-policies .room-row .rooms-right,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-policies .room-row .rooms-right,
  #tours-page #be-operator-tours #details-tabs .details-tab-policies .room-row .rooms-right {
    float: none;
    width: unset;
  }
  #accommodation-page #be-operator-accom #details-tabs .details-tab-policies .room-row .rooms-right h3,
  #tours-page #be-operator-accom #details-tabs .details-tab-policies .room-row .rooms-right h3,
  #accommodation-page #be-operator-tours #details-tabs .details-tab-policies .room-row .rooms-right h3,
  #tours-page #be-operator-tours #details-tabs .details-tab-policies .room-row .rooms-right h3 {
    clear: both;
  }
}
@media screen and (max-width: 600px) {
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img,
  #tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img,
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img,
  #tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img,
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
  #tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
  #tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5) {
    width: calc(50% - 1%);
  }
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img,
  #tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img,
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img,
  #tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img,
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(3n+3),
  #tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(3n+3),
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(3n+3),
  #tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(3n+3),
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
  #tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5),
  #tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(5n+5) {
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #accommodation-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(2n),
  #tours-page #be-operator-accom #details-gadget .details-gadget-right .imageContainer img:nth-child(2n),
  #accommodation-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(2n),
  #tours-page #be-operator-tours #details-gadget .details-gadget-right .imageContainer img:nth-child(2n) {
    margin-right: 0;
  }
}
#accommodation-page #be-cart-checkout .shopping-cart .cartItems,
#tours-page #be-cart-checkout .shopping-cart .cartItems {
  border: none;
  font-family: 'Open Sans', sans-serif;
  color: #323232;
}
#accommodation-page #be-cart-checkout .shopping-cart .cartItems div.item div.name,
#tours-page #be-cart-checkout .shopping-cart .cartItems div.item div.name {
  background-image: none;
}
#accommodation-page #be-cart-checkout .shopping-cart .cartItems div.item div.name,
#tours-page #be-cart-checkout .shopping-cart .cartItems div.item div.name,
#accommodation-page #be-cart-checkout .shopping-cart .cartItems div.item div.operator,
#tours-page #be-cart-checkout .shopping-cart .cartItems div.item div.operator,
#accommodation-page #be-cart-checkout .shopping-cart .cartItems div.item div.date-nights,
#tours-page #be-cart-checkout .shopping-cart .cartItems div.item div.date-nights,
#accommodation-page #be-cart-checkout .shopping-cart .cartItems div.item div.dropoff,
#tours-page #be-cart-checkout .shopping-cart .cartItems div.item div.dropoff,
#accommodation-page #be-cart-checkout .shopping-cart .cartItems div.item div.pickup,
#tours-page #be-cart-checkout .shopping-cart .cartItems div.item div.pickup,
#accommodation-page #be-cart-checkout .shopping-cart .cartItems div.item div.bookingQuestions,
#tours-page #be-cart-checkout .shopping-cart .cartItems div.item div.bookingQuestions {
  padding-left: 0;
}
#accommodation-page #be-cart-checkout .personalDetails,
#tours-page #be-cart-checkout .personalDetails {
  border: none;
  font-family: 'Open Sans', sans-serif;
  color: #323232;
}
#accommodation-page #be-cart-checkout .personalDetails > *,
#tours-page #be-cart-checkout .personalDetails > * {
  margin-bottom: 5px;
}
#accommodation-page #be-cart-checkout .personalDetails > .button,
#tours-page #be-cart-checkout .personalDetails > .button {
  background: none;
}
#accommodation-page #be-cart-checkout .personalDetails > .button > a,
#tours-page #be-cart-checkout .personalDetails > .button > a {
  border: none;
  border-radius: unset;
  background-image: none;
}
#accommodation-page #be-cart-checkout .ccDetails,
#tours-page #be-cart-checkout .ccDetails {
  border: none;
  font-family: 'Open Sans', sans-serif;
  color: #323232;
}
#accommodation-page #be-cart-checkout .ccDetails > *,
#tours-page #be-cart-checkout .ccDetails > * {
  margin-bottom: 5px;
}
#accommodation-page #be-cart-checkout .ccDetails > .button:not(.finalising),
#tours-page #be-cart-checkout .ccDetails > .button:not(.finalising) {
  background: none;
}
#accommodation-page #be-cart-checkout .ccDetails > .button:not(.finalising) > a,
#tours-page #be-cart-checkout .ccDetails > .button:not(.finalising) > a {
  background-image: none;
  border: none;
  border-radius: unset;
}
@media screen and (max-width: 1000px) {
  #accommodation-page #be-cart-checkout .booking-gadget.BE .shopping-cart.BE,
  #tours-page #be-cart-checkout .booking-gadget.BE .shopping-cart.BE,
  #accommodation-page #be-cart-checkout .booking-gadget.BE > *,
  #tours-page #be-cart-checkout .booking-gadget.BE > * {
    width: 100%;
  }
  #accommodation-page #be-cart-checkout .booking-gadget.BE .shopping-cart.BE .cartItems,
  #tours-page #be-cart-checkout .booking-gadget.BE .shopping-cart.BE .cartItems {
    min-height: 0;
    padding: 0;
  }
  #accommodation-page #be-cart-checkout .booking-gadget.BE .shopping-cart.BE .cartItems .total,
  #tours-page #be-cart-checkout .booking-gadget.BE .shopping-cart.BE .cartItems .total {
    position: relative;
    float: right;
    right: 0;
  }
  #accommodation-page #be-cart-checkout .booking-gadget.BE .personalDetails > * > label,
  #tours-page #be-cart-checkout .booking-gadget.BE .personalDetails > * > label,
  #accommodation-page #be-cart-checkout .booking-gadget.BE .ccDetails > * > label,
  #tours-page #be-cart-checkout .booking-gadget.BE .ccDetails > * > label {
    width: 49%;
  }
  #accommodation-page #be-cart-checkout .booking-gadget.BE .personalDetails > * > :not(label),
  #tours-page #be-cart-checkout .booking-gadget.BE .personalDetails > * > :not(label),
  #accommodation-page #be-cart-checkout .booking-gadget.BE .ccDetails > * > :not(label),
  #tours-page #be-cart-checkout .booking-gadget.BE .ccDetails > * > :not(label) {
    width: 50%;
  }
  #accommodation-page #be-cart-checkout .booking-gadget.BE .personalDetails,
  #tours-page #be-cart-checkout .booking-gadget.BE .personalDetails {
    min-height: 0;
    padding: 0;
  }
  #accommodation-page #be-cart-checkout .booking-gadget.BE .ccDetails,
  #tours-page #be-cart-checkout .booking-gadget.BE .ccDetails {
    min-height: 0;
    margin-left: 0;
    padding: 0;
    margin-top: 30px;
  }
}
@media screen and (max-width: 600px) {
  #accommodation-page #be-cart-checkout .booking-gadget.BE .personalDetails > * > label,
  #tours-page #be-cart-checkout .booking-gadget.BE .personalDetails > * > label,
  #accommodation-page #be-cart-checkout .booking-gadget.BE .ccDetails > * > label,
  #tours-page #be-cart-checkout .booking-gadget.BE .ccDetails > * > label {
    width: 100%;
  }
  #accommodation-page #be-cart-checkout .booking-gadget.BE .personalDetails > * > :not(label),
  #tours-page #be-cart-checkout .booking-gadget.BE .personalDetails > * > :not(label),
  #accommodation-page #be-cart-checkout .booking-gadget.BE .ccDetails > * > :not(label),
  #tours-page #be-cart-checkout .booking-gadget.BE .ccDetails > * > :not(label) {
    width: 100%;
  }
  #accommodation-page #be-cart-checkout .booking-gadget.BE .ccDetails > .button,
  #tours-page #be-cart-checkout .booking-gadget.BE .ccDetails > .button {
    padding: 10px 0;
  }
}
#accommodation-page #be-cart-confirmation > *,
#tours-page #be-cart-confirmation > * {
  border: none;
  box-shadow: none;
  border-radius: unset;
}
#wdOverlayContent .add-to-cart-form .addButton .checkOutNow,
#wdOverlayContent .add-to-cart-form .addButton .addToCart {
  background-image: none;
  border-radius: unset;
  border: none;
}
#wdOverlayContent .cartInOverlay div.cartItems div.item div.name {
  background-image: none;
}
#wdOverlayContent .cartInOverlay div.cartItems div.item div.name,
#wdOverlayContent .cartInOverlay div.cartItems div.item div.operator,
#wdOverlayContent .cartInOverlay div.cartItems div.item div.date-nights,
#wdOverlayContent .cartInOverlay div.cartItems div.item div.dropoff,
#wdOverlayContent .cartInOverlay div.cartItems div.item div.pickup,
#wdOverlayContent .cartInOverlay div.cartItems div.item div.bookingQuestions {
  padding-left: 0;
}
#wdOverlayContent .cartInOverlay .checkout a {
  border: none;
  border-radius: unset;
}
#wdOverlayContent .cartInOverlay .checkout a span {
  background-color: #37c;
  border: none;
  border-radius: unset;
}
/*=========
    Shared Book Easy Styles
===========*/
#be-cart-toolbar {
  width: 45px;
  display: inline;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 0;
}
#be-cart-toolbar .cart-label {
  font-size: 1.2em;
  font-weight: bold;
  float: left;
  padding-right: 10px;
  margin-top: 9px;
}
#be-cart-toolbar .shopping-cart.BE {
  font-family: 'Open Sans', sans-serif;
  color: #323232;
}
#be-cart-toolbar .shopping-cart.BE.auto-collapse div.cartItems div.totalDisplay {
  background: none;
}
#be-cart-toolbar .shopping-cart.BE.auto-collapse div.cartItems div.totalDisplay a {
  background-image: url(images/cart-sprite.png);
}
#be-cart-toolbar .shopping-cart.BE.auto-collapse div.cartItems div.totalDisplay a span {
  color: #ED6E4E;
}
#be-cart-toolbar .shopping-cart.BE .cartItems {
  border: none;
  float: left;
  padding: 0 0 20px;
}
#be-cart-toolbar .shopping-cart.BE .cartItems .totalDisplay {
  border: none;
  background-image: none;
  padding: 5px;
}
#be-cart-toolbar .shopping-cart.BE .noItems {
  padding: 0;
  margin: 9px;
  font-size: 0;
  background: transparent url(images/cart-sprite-off.png) no-repeat -144px -8px;
  width: 45px;
  height: 45px;
  /*&::after {
                content: "0";
                color: @body-font-alt-color;
                font-size: 1rem;
                padding-left: 13px;
                top: -5px;
                position: relative;
            }*/
}
@media screen and (max-width: 1024px) {
  #be-cart-toolbar .noItems {
    width: 35px;
  }
}
@media screen and (max-width: 620px) {
  #be-cart-toolbar {
    position: absolute;
    top: -50px;
    right: 0;
  }
}
#myImg:hover {
  opacity: 0.7;
}
/* The Modal (background) */
.book-easy-gallery-modal {
  display: none;
  position: fixed;
  z-index: 11;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.9);
  /* 100% Image Width on Smaller Screens */
}
.book-easy-gallery-modal .modal-content {
  margin: auto;
  display: block;
  max-width: 80%;
  max-height: 100%;
  height: auto;
}
.book-easy-gallery-modal .modal-content {
  animation-name: zoom;
  animation-duration: 0.2s;
}
@keyframes zoom {
  from {
    transform: scale(0.8);
  }
  to {
    transform: scale(1);
  }
}
.book-easy-gallery-modal .close:hover,
.book-easy-gallery-modal .prev:hover,
.book-easy-gallery-modal .next:hover,
.book-easy-gallery-modal .close:focus,
.book-easy-gallery-modal .prev:focus,
.book-easy-gallery-modal .next:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.book-easy-gallery-modal .prev,
.book-easy-gallery-modal .next {
  clear: both;
  position: relative;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: 600;
  transition: 0.3s;
  width: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.book-easy-gallery-modal .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}
.book-easy-gallery-modal .prev {
  left: calc(40% - 20px);
}
.book-easy-gallery-modal .next {
  left: calc(60% - 30px);
}
@media only screen and (max-width: 700px) {
  .book-easy-gallery-modal .modal-content {
    width: 100%;
  }
}
/*===================================================================================================================================================
|Search page.
===================================================================================================================================================*/
#search #page-header .title {
  padding-bottom: 25px;
  background-image: url("images/footer-image.png");
  background-color: #ED6E4E;
  background-position: center top;
}
#search .search-embed {
  width: 78%;
  padding: 0 0;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
}
#search .search-embed .visually-hide {
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  position: absolute;
}
#search .search-embed input.addsearch {
  box-sizing: border-box !important;
  border: solid 1px #a0a0a0;
  margin: 0 0 3em 0;
  padding: 0.5em;
  width: 100%;
}
#search .search-embed #addsearch-results {
  font-size: 1em;
}
#search .search-embed #addsearch-results .addsearch-result-item-container {
  background-image: none !important;
  margin-bottom: 3em;
}
#search .search-embed #addsearch-results .addsearch-result-item-container .addsearch-result-item-sub {
  background-image: none !important;
  border: none;
  min-height: inherit;
}
#search .search-embed #addsearch-results .addsearch-result-item-container .addsearch-result-item-sub > div {
  padding: 0;
  min-height: inherit;
}
#search .search-embed #addsearch-results .addsearch-result-item-container .addsearch-result-item-sub > div h2 a {
  padding-top: 0;
  padding-bottom: 7px;
  font-size: 1.1em;
}
#search .search-embed #addsearch-results .addsearch-result-item-container .addsearch-result-item-sub > div h2 a:link {
  color: #ED6E4E;
}
#search .search-embed #addsearch-results .addsearch-result-item-container .addsearch-result-item-sub > div h2 a:visited {
  color: #323232;
}
#search .search-embed #addsearch-results .addsearch-result-item-container .addsearch-result-item-sub > div p > span {
  display: none;
  margin-top: 7px;
}
#search .search-embed #addsearch-results #addsearch-fuzzy {
  margin-bottom: 3em;
}
#search .search-embed #addsearch-results #addsearch-results-bottom {
  margin-top: -35px;
}
#search .search-embed #addsearch-results #addsearch-results-bottom #addsearch-logo-img {
  display: none !important;
}
#search .search-embed #addsearch-results #addsearch-results-bottom #addsearch-rp-paging {
  float: left !important;
}
#search .search-embed #addsearch-results #addsearch-results-bottom #addsearch-rp-paging a {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #ED6E4E;
  border: none !important;
}
#search .search-embed #addsearch-results #addsearch-results-bottom #addsearch-rp-paging a.currentResultPage {
  font-weight: bold;
}
#search .search-embed #addsearch-results #addsearch-results-bottom #addsearch-rp-paging a:first-child {
  padding-left: 0;
}
#search .search-embed #addsearch-results #addsearch-nohits p {
  padding: 0;
}
@media screen and (max-width: 900px) {
  #search {
    width: 100%;
  }
}
.widget {
  /*margin: @site-space/2  0 @site-space 0;*/
  margin: 1.33em 0;
  padding: 0;
  clear: both;
}
.widget ul,
.widget ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.widget.mc-contentimage {
  clear: left;
  width: 50%;
}
.widget.mc-contentimage img {
  display: block;
  width: 100%;
}
.widget.mc-contentimage figcaption {
  margin: 1em 0;
}
.widget.mc-contentimage figcaption > *:first-child {
  margin-top: 0;
}
.widget.mc-contentimage figcaption > *:last-child {
  margin-bottom: 0;
}
.widget.mc-contentimage figcaption > * {
  margin-bottom: 0;
}
.widget.mc-contentimage a figcaption {
  font-weight: 600;
}
.widget.mc-contentimage a:hover img {
  opacity: 0.9;
}
.widget.mc-contentimage a:hover figcaption > * {
  text-decoration: underline;
}
.widget.mc-contentimage.mc-native {
  width: auto;
}
.widget.mc-contentimage.mc-native img {
  width: auto;
  max-width: 100%;
}
.widget.mc-contentimage.mc-fullwidth {
  width: 100%;
  max-width: 100%;
}
.widget.mc-contentimage.mc-fullwidth img {
  width: 100%;
}
.widget.mc-contentimage.mc-floatleft {
  float: left;
  margin: 0.5em 2em 1em 0;
}
.widget.mc-contentimage.mc-floatright {
  float: right;
  margin: 0.5em 0 1em 2em;
}
@media screen and (max-width: 650px) {
  .widget.mc-contentimage.mc-floatleft,
  .widget.mc-contentimage.mc-floatright {
    float: none;
    width: 100%;
    margin: 1em 0;
  }
}
.widget.mc-doclinks {
  list-style: none;
}
.widget.mc-doclinks li {
  margin-bottom: 1em;
}
.widget.mc-doclinks li span {
  font-weight: 600;
}
.widget.mc-embed {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.widget.mc-embed > * {
  float: left;
  margin: 0 !important;
  width: 100% !important;
}
.widget.mc-embed audio {
  width: 100%;
}
.widget.mc-quicklinks {
  list-style: none;
}
.widget.mc-quicklinks li {
  margin-bottom: 1em;
  font-weight: 600;
}
.widget.mc-embed.video,
.widget.mc-youtube {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
.widget.mc-embed.video iframe,
.widget.mc-youtube iframe,
.widget.mc-embed.video object,
.widget.mc-youtube object,
.widget.mc-embed.video embed,
.widget.mc-youtube embed {
  width: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}