@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700,900,200italic,400italic,600italic,700italic,900italic&subset=latin,latin-ext);
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
td,
th {
  padding: 0;
}
* {
  box-sizing: border-box;
}
@media only screen and (max-width: 736px) {
  .hide-on-mobile {
    display: none!important;
  }
}
.show-on-mobile {
  display: none!important;
}
@media only screen and (max-width: 736px) {
  .show-on-mobile {
    display: block!important;
  }
}
.vertical-align-wrapper {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-align {
  display: table-cell;
  vertical-align: middle;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.viewport-specific {
  display: none;
}
@media only screen and (min-width: 1100px) and (max-width: 1128px), only screen and (min-width: 1129px), only screen and (min-width: 1442px) {
  .viewport-specific.desktop,
  .viewport-specific.desktop-xl {
    display: block;
  }
  .viewport-specific.desktop.as-table-cell,
  .viewport-specific.desktop-xl.as-table-cell {
    display: table-cell;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .viewport-specific.tablet {
    display: block;
  }
  .viewport-specific.tablet.as-table-cell {
    display: table-cell;
  }
}
@media only screen and (max-width: 736px) {
  .viewport-specific.mobile {
    display: block;
  }
  .viewport-specific.mobile.as-table-cell {
    display: table-cell;
  }
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/themes/bullfrog/fonts/fontawesome/fontawesome-webfont.eot?v=4.3.0");
  src: url('/themes/bullfrog/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/themes/bullfrog/fonts/fontawesome/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/themes/bullfrog/fonts/fontawesome/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/themes/bullfrog/fonts/fontawesome/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/themes/bullfrog/fonts/fontawesome/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
/* 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 #eeeeee;
  border-radius: .1em;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-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 {
  -webkit-filter: none;
          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: #ffffff;
}
/* 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-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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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-genderless:before,
.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-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-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";
}
/*-----------------------------------------------------------------------------

KENBURNER RESPONSIVE BASIC STYLES OF HTML DOCUMENT

Screen Stylesheet

version:   	1.0
date:      	07/27/11
author:		themepunch
email:     	support@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
.boxedcontainer {
  max-width: 1170px;
  margin: auto;
  padding: 0px 30px;
}
/*********************************************
	-	SETTINGS FOR BANNER CONTAINERS	-
**********************************************/
.slider-container {
  width: 100%;
  position: relative;
  padding: 0;
}
@media only screen and (max-width: 736px) {
  .slider-container .tparrows {
    display: none;
  }
}
.slider {
  width: 100%;
  position: relative;
}
.tp-banner-fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
/*-----------------------------------------------------------------------------

	-	Revolution Slider 4.1 Captions -

		Screen Stylesheet

version:   	1.4.5
date:      	27/11/13
author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/
/*************************
	-	CAPTIONS	-
**************************/
.tp-static-layers {
  position: absolute;
  z-index: 505;
  top: 0px;
  left: 0px;
}
.tp-hide-revslider,
.tp-caption.tp-hidden-caption {
  visibility: hidden !important;
  display: none !important;
}
.tp-caption {
  z-index: 1;
  white-space: nowrap;
}
.tp-caption-demo .tp-caption {
  position: relative !important;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 20px !important;
}
.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  min-width: 408px;
  min-height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.whitedivider3px {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 468px;
  min-height: 3px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 37px;
  line-height: 37px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.boldwide_small_white {
  font-size: 25px;
  line-height: 25px;
  font-weight: 800;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.whitedivider3px_vertical {
  color: #000000;
  text-shadow: none;
  background-color: #ffffff;
  text-decoration: none;
  font-size: 0px;
  line-height: 0;
  min-width: 3px;
  min-height: 130px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_small_white {
  color: #ffffff;
  text-shadow: none;
  font-size: 25px;
  line-height: 25px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: transparent;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.finewide_verysmall_white_mw {
  font-size: 13px;
  line-height: 25px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  max-width: 470px;
  white-space: normal !important;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.finewide_large_white {
  color: #FFF;
  text-shadow: none;
  font-size: 60px;
  line-height: 60px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 8px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}
.tp-caption.finewide_medium_white {
  color: #FFF;
  text-shadow: none;
  font-size: 34px;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  background-color: rgba(0, 0, 0, 0);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 5px;
  border-width: 0px;
  border-color: #000;
  border-style: none;
}
.tp-caption.huge_red {
  position: absolute;
  color: #df4b6b;
  font-weight: 400;
  font-size: 150px;
  line-height: 130px;
  font-family: 'Oswald', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  background-color: #2d3136;
  padding: 0px;
}
.tp-caption.middle_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.huge_thin_yellow {
  position: absolute;
  color: #fbd572;
  font-weight: 300;
  font-size: 90px;
  line-height: 90px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  letter-spacing: 20px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.big_dark {
  position: absolute;
  color: #333;
  font-weight: 700;
  font-size: 70px;
  line-height: 70px;
  font-family: "Open Sans";
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_dark {
  position: absolute;
  color: #333;
  font-weight: 300;
  font-size: 40px;
  line-height: 40px;
  font-family: "Open Sans";
  margin: 0px;
  letter-spacing: 5px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_grey {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  padding: 2px 4px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #888;
  white-space: nowrap;
}
.tp-caption.small_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.large_bold_white_25 {
  font-size: 55px;
  line-height: 65px;
  font-weight: 700;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.medium_text_shadow {
  font-size: 25px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Open Sans";
  color: #fff;
  text-decoration: none;
  background-color: transparent;
  text-align: center;
  text-shadow: #000 0px 5px 10px;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.medium_bold_grey {
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.very_large_text {
  position: absolute;
  color: #fff;
  text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  letter-spacing: -2px;
}
.tp-caption.very_big_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #000;
}
.tp-caption.very_big_black {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 700;
  font-size: 60px;
  line-height: 60px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
  padding: 0px 4px;
  padding-top: 1px;
  background-color: #fff;
}
.tp-caption.modern_medium_fat {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_fat_white {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_medium_light {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.modern_big_bluebg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #4e5b6c;
  letter-spacing: 0;
}
.tp-caption.modern_big_redbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
  font-family: "Open Sans", sans-serif;
  padding: 3px 10px;
  padding-top: 1px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  background-color: #de543e;
  letter-spacing: 0;
}
.tp-caption.modern_small_text_dark {
  position: absolute;
  color: #555;
  text-shadow: none;
  font-size: 14px;
  line-height: 22px;
  font-family: Arial;
  margin: 0px;
  border-width: 0px;
  border-style: none;
  white-space: nowrap;
}
.tp-caption.boxshadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp-caption a {
  color: #ff7302;
  text-shadow: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-caption a:hover {
  color: #ffa902;
}
.tp-caption.thinheadline_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 30px;
  line-height: 30px;
  font-family: "Open Sans";
  background-color: transparent;
}
.tp-caption.thintext_dark {
  position: absolute;
  color: rgba(0, 0, 0, 0.85);
  text-shadow: none;
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
  font-family: "Open Sans";
  background-color: transparent;
}
.tp-caption.medium_bg_red a {
  color: #fff;
  text-decoration: none;
}
.tp-caption.medium_bg_red a:hover {
  color: #fff;
  text-decoration: underline;
}
.tp-caption.smoothcircle {
  font-size: 30px;
  line-height: 75px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.498039);
  padding: 50px 25px;
  text-align: center;
  border-radius: 500px 500px 500px 500px;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.largeblackbg {
  font-size: 50px;
  line-height: 70px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 0px 20px 5px;
  text-shadow: none;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.largepinkbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #db4360;
  padding: 0px 20px;
  border-radius: 0px;
}
.tp-caption.largewhitebg {
  position: absolute;
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #fff;
  padding: 0px 20px;
  border-radius: 0px;
}
.tp-caption.largegreenbg {
  position: absolute;
  color: #fff;
  text-shadow: none;
  font-weight: 300;
  font-size: 50px;
  line-height: 70px;
  font-family: "Open Sans";
  background-color: #67ae73;
  padding: 0px 20px;
  border-radius: 0px;
}
.tp-caption.excerpt {
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  font-family: Arial;
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  text-shadow: none;
  margin: 0px;
  letter-spacing: -1.5px;
  padding: 1px 4px 0px 4px;
  width: 150px;
  white-space: normal !important;
  height: auto;
  border-width: 0px;
  border-color: #ffffff;
  border-style: none;
}
.tp-caption.large_bold_grey {
  font-size: 60px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  text-shadow: none;
  margin: 0px;
  padding: 1px 4px 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_thin_grey {
  font-size: 34px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #666666;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_thin_grey {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #757575;
  text-decoration: none;
  background-color: transparent;
  padding: 1px 4px 0px;
  text-shadow: none;
  margin: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.lightgrey_divider {
  text-decoration: none;
  background-color: #ebebeb;
  width: 370px;
  height: 3px;
  background-position: initial initial;
  background-repeat: initial initial;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bold_darkblue {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_darkblue {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #34495e;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bold_red {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_red {
  font-size: 21px;
  line-height: 26px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #e33a0c;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_red {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #e33a0c;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bold_orange {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #f39c12;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_orange {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.grassfloor {
  text-decoration: none;
  background-color: #a0b397;
  width: 4000px;
  height: 150px;
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bold_white {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_white {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_white_center {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px 0px 0px 0px;
  text-align: center;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_bg_asbestos {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #7f8c8d;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.medium_light_black {
  font-size: 30px;
  line-height: 36px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.large_bold_black {
  font-size: 58px;
  line-height: 60px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: transparent;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumlarge_light_darkblue {
  font-size: 34px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #34495e;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.small_light_white {
  font-size: 17px;
  line-height: 28px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
  padding: 0px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.roundedimage {
  border-width: 0px;
  border-color: #222222;
  border-style: none;
}
.tp-caption.large_bg_black {
  font-size: 40px;
  line-height: 40px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #000000;
  padding: 10px 20px 15px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.mediumwhitebg {
  font-size: 30px;
  line-height: 30px;
  font-weight: 300;
  font-family: "Open Sans";
  color: #000000;
  text-decoration: none;
  background-color: #ffffff;
  padding: 5px 15px 10px;
  text-shadow: none;
  border-width: 0px;
  border-color: #000000;
  border-style: none;
}
.tp-caption.medium_bg_orange_new1 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 800;
  font-family: "Open Sans";
  color: #ffffff;
  text-decoration: none;
  background-color: #f39c12;
  padding: 10px;
  border-width: 0px;
  border-color: #ffd658;
  border-style: none;
}
.tp-caption.boxshadow {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.tp-caption.black {
  color: #000;
  text-shadow: none;
  font-weight: 300;
  font-size: 19px;
  line-height: 19px;
  font-family: 'Open Sans', sans;
}
.tp-caption.noshadow {
  text-shadow: none;
}
.tp_inner_padding {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-height: none !important;
}
/*.tp-caption			{	transform:none !important}*/
/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
.tp-caption .frontcorner {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
.tp-caption .backcorner {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
.tp-caption .frontcornertop {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-bottom: 40px solid #00A8FF;
  position: absolute;
  left: -40px;
  top: 0px;
}
.tp-caption .backcornertop {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 40px solid transparent;
  border-top: 40px solid #00A8FF;
  position: absolute;
  right: 0px;
  top: 0px;
}
/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
  width: 100%;
  height: auto;
}
/******************************
	-	BUTTONS	-
*******************************/
.tp-simpleresponsive .button {
  padding: 6px 13px 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  height: 30px;
  cursor: pointer;
  color: #fff !important;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6) !important;
  font-size: 15px;
  line-height: 45px !important;
  background: url("/themes/bullfrog//images/revolution/images/gradient/g30.png") repeat-x top;
  font-family: arial, sans-serif;
  font-weight: bold;
  letter-spacing: -1px;
}
.tp-simpleresponsive .button.big {
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.6);
  font-weight: bold;
  padding: 9px 20px;
  font-size: 19px;
  line-height: 57px !important;
  background: url("/themes/bullfrog//images/revolution/images/gradient/g40.png") repeat-x top;
}
.tp-simpleresponsive .purchase:hover,
.tp-simpleresponsive .button:hover,
.tp-simpleresponsive .button.big:hover {
  background-position: bottom, 15px 11px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tp-simpleresponsive .button {
    padding: 4px 8px 3px;
    line-height: 25px !important;
    font-size: 11px !important;
    font-weight: normal;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tp-simpleresponsive .button {
    padding: 2px 5px 2px;
    line-height: 20px !important;
    font-size: 10px !important;
  }
  .tp-simpleresponsive a.button {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
  }
}
/*	BUTTON COLORS	*/
.tp-simpleresponsive .button.green,
.tp-simpleresponsive .button:hover.green,
.tp-simpleresponsive .purchase.green,
.tp-simpleresponsive .purchase:hover.green {
  background-color: #21a117;
  box-shadow: 0px 3px 0px 0px #104d0b;
}
.tp-simpleresponsive .button.blue,
.tp-simpleresponsive .button:hover.blue,
.tp-simpleresponsive .purchase.blue,
.tp-simpleresponsive .purchase:hover.blue {
  background-color: #1d78cb;
  box-shadow: 0px 3px 0px 0px #0f3e68;
}
.tp-simpleresponsive .button.red,
.tp-simpleresponsive .button:hover.red,
.tp-simpleresponsive .purchase.red,
.tp-simpleresponsive .purchase:hover.red {
  background-color: #cb1d1d;
  box-shadow: 0px 3px 0px 0px #7c1212;
}
.tp-simpleresponsive .button.orange,
.tp-simpleresponsive .button:hover.orange,
.tp-simpleresponsive .purchase.orange,
.tp-simpleresponsive .purchase:hover.orange {
  background-color: #ff7700;
  box-shadow: 0px 3px 0px 0px #a34c00;
}
.tp-simpleresponsive .button.darkgrey,
.tp-simpleresponsive .button.grey,
.tp-simpleresponsive .button:hover.darkgrey,
.tp-simpleresponsive .button:hover.grey,
.tp-simpleresponsive .purchase.darkgrey,
.tp-simpleresponsive .purchase:hover.darkgrey {
  background-color: #555;
  box-shadow: 0px 3px 0px 0px #222222;
}
.tp-simpleresponsive .button.lightgrey,
.tp-simpleresponsive .button:hover.lightgrey,
.tp-simpleresponsive .purchase.lightgrey,
.tp-simpleresponsive .purchase:hover.lightgrey {
  background-color: #888;
  box-shadow: 0px 3px 0px 0px #555555;
}
/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/
/*.tp-simpleresponsive				{	-webkit-perspective: 1500px;
										-moz-perspective: 1500px;
										-o-perspective: 1500px;
										-ms-perspective: 1500px;
										perspective: 1500px;
									}*/
/**********************************************
	-	FULLSCREEN AND FULLWIDHT CONTAINERS	-
**********************************************/
.fullscreen-container {
  width: 100%;
  position: relative;
  padding: 0;
}
.fullwidthbanner-container {
  width: 100%;
  position: relative;
  padding: 0;
  overflow: hidden;
}
.fullwidthbanner-container .fullwidthbanner {
  width: 100%;
  position: relative;
}
/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
  /*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; */
  position: absolute;
  visibility: hidden;
  -webkit-font-smoothing: antialiased !important;
}
.tp-simpleresponsive img {
  max-width: none;
}
/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
  -webkit-filter: none !important;
          filter: none !important;
}
/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-bannershadow.tp-shadow1 {
  background: url("/themes/bullfrog//images/revolution/assets/shadow1.png") no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow2 {
  background: url("/themes/bullfrog//images/revolution/assets/shadow2.png") no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
.tp-bannershadow.tp-shadow3 {
  background: url("/themes/bullfrog//images/revolution/assets/shadow3.png") no-repeat;
  background-size: 100% 100%;
  width: 890px;
  height: 60px;
  bottom: -60px;
}
/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.caption.fullscreenvideo iframe,
.caption.fullscreenvideo video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.tp-caption.fullscreenvideo {
  left: 0px;
  top: 0px;
  position: absolute;
  width: 100%;
  height: 100%;
}
.tp-caption.fullscreenvideo iframe,
.tp-caption.fullscreenvideo iframe video {
  width: 100% !important;
  height: 100% !important;
  display: none;
}
.fullcoveredvideo video,
.fullscreenvideo video {
  background: #000000;
}
.fullcoveredvideo .tp-poster {
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.html5vid.videoisplaying .tp-poster {
  display: none;
}
.tp-video-play-button {
  background: #000;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 40px;
  color: #FFF;
  z-index: 3;
  margin-top: -27px;
  margin-left: -28px;
  text-align: center;
  cursor: pointer;
}
.html5vid .tp-revstop {
  width: 15px;
  height: 20px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  position: relative;
  margin: 10px 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.html5vid .tp-revstop {
  display: none;
}
.html5vid.videoisplaying .revicon-right-dir {
  display: none;
}
.html5vid.videoisplaying .tp-revstop {
  display: block;
}
.html5vid.videoisplaying .tp-video-play-button {
  display: none;
}
.html5vid:hover .tp-video-play-button {
  display: block;
}
.fullcoveredvideo .tp-video-play-button {
  display: none !important;
}
.tp-video-controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 5px;
  opacity: 0;
  transition: opacity .3s;
  background-image: linear-gradient(bottom, #000000 13%, #323232 100%);
  display: table;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.tp-caption:hover .tp-video-controls {
  opacity: .9;
}
.tp-video-button {
  background: rgba(0, 0, 0, 0.5);
  border: 0;
  color: #EEE;
  -o-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  line-height: 12px;
  font-size: 12px;
  color: #fff;
  padding: 0px;
  margin: 0px;
  outline: none;
}
.tp-video-button:hover {
  cursor: pointer;
}
.tp-video-button-wrap,
.tp-video-seek-bar-wrap,
.tp-video-vol-bar-wrap {
  padding: 0px 5px;
  display: table-cell;
}
.tp-video-seek-bar-wrap {
  width: 80%;
}
.tp-video-vol-bar-wrap {
  width: 20%;
}
.tp-volume-bar,
.tp-seek-bar {
  width: 100%;
  cursor: pointer;
  outline: none;
  line-height: 12px;
  margin: 0;
  padding: 0;
}
/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/
/********************************
	-	DOTTED OVERLAYS	-
*********************************/
.tp-dottedoverlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
}
.tp-dottedoverlay.twoxtwo {
  background: url("/themes/bullfrog//images/revolution/assets/gridtile.png");
}
.tp-dottedoverlay.twoxtwowhite {
  background: url("/themes/bullfrog//images/revolution/assets/gridtile_white.png");
}
.tp-dottedoverlay.threexthree {
  background: url("/themes/bullfrog//images/revolution/assets/gridtile_3x3.png");
}
.tp-dottedoverlay.threexthreewhite {
  background: url("/themes/bullfrog//images/revolution/assets/gridtile_3x3_white.png");
}
/********************************
	-	DOTTED OVERLAYS ENDS	-
*********************************/
/************************
	-	NAVIGATION	-
*************************/
/** BULLETS **/
.tpclear {
  clear: both;
}
.tp-bullets {
  z-index: 1000;
  position: absolute;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5px);
}
.tp-bullets.hidebullets {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-bullets.simplebullets.navbar {
  border: 1px solid #666;
  border-bottom: 1px solid #444;
  background: url("/themes/bullfrog//images/revolution/assets/boxed_bgtile.png");
  height: 40px;
  padding: 0px 10px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.navbar-old {
  background: url("/themes/bullfrog//images/revolution/assets/navigdots_bgtile.png");
  height: 35px;
  padding: 0px 10px;
  border-radius: 5px;
}
.tp-bullets.simplebullets.round .bullet {
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/bullet.png") no-Repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
}
.tp-bullets.simplebullets.round .bullet.last {
  margin-right: 3px;
}
.tp-bullets.simplebullets.round-old .bullet {
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/bullets.png") no-Repeat bottom left;
  width: 23px;
  height: 23px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.round-old .bullet.last {
  margin-right: 0px;
}
/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet {
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/bullets2.png") no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.square .bullet.last {
  margin-right: 0px;
}
/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet {
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/bullets2.png") no-Repeat bottom left;
  width: 19px;
  height: 19px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.square-old .bullet.last {
  margin-right: 0px;
}
/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet {
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/bullet_boxed.png") no-Repeat top left;
  width: 18px;
  height: 19px;
  margin-right: 5px;
  float: left;
  margin-top: 0px;
}
.tp-bullets.simplebullets.navbar .bullet.first {
  margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar .bullet.last {
  margin-right: 0px !important;
}
/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet {
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/navigdots.png") no-Repeat bottom left;
  width: 15px;
  height: 15px;
  margin-left: 5px !important;
  margin-right: 5px !important;
  float: left;
  margin-top: 10px;
}
.tp-bullets.simplebullets.navbar-old .bullet.first {
  margin-left: 0px !important;
}
.tp-bullets.simplebullets.navbar-old .bullet.last {
  margin-right: 0px !important;
}
.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected {
  background-position: top left;
}
.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected {
  background-position: bottom left;
}
/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -webkit-transform: translateZ(5000px);
  -webkit-transform-style: flat;
  -webkit-backface-visibility: hidden;
  z-index: 600;
  position: relative;
}
.tparrows.hidearrows {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.tp-leftarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/large_left.png") no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-rightarrow {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/large_right.png") no-Repeat top left;
  width: 40px;
  height: 40px;
}
.tp-leftarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/small_left.png") no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-rightarrow.round {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/small_right.png") no-Repeat top left;
  width: 19px;
  height: 14px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-leftarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/arrow_left.png") no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-rightarrow.round-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/arrow_right.png") no-Repeat top left;
  width: 26px;
  height: 26px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
}
.tp-leftarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/small_left_boxed.png") no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-right: 6px;
  margin-top: 12px;
}
.tp-rightarrow.navbar {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/small_right_boxed.png") no-Repeat top left;
  width: 20px;
  height: 15px;
  float: left;
  margin-left: 6px;
  margin-top: 12px;
}
.tp-leftarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/arrowleft.png") no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-right: 6px;
  margin-top: 10px;
}
.tp-rightarrow.navbar-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/arrowright.png") no-Repeat top left;
  width: 9px;
  height: 16px;
  float: left;
  margin-left: 6px;
  margin-top: 10px;
}
.tp-leftarrow.navbar-old.thumbswitharrow {
  margin-right: 10px;
}
.tp-rightarrow.navbar-old.thumbswitharrow {
  margin-left: 0px;
}
.tp-leftarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/arrow_left2.png") no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}
.tp-rightarrow.square {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/arrow_right2.png") no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}
.tp-leftarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/arrow_left2.png") no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-right: 0px;
  margin-top: 0px;
}
.tp-rightarrow.square-old {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/arrow_right2.png") no-Repeat top left;
  width: 12px;
  height: 17px;
  float: left;
  margin-left: 0px;
  margin-top: 0px;
}
.tp-leftarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/large_left.png") no-Repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-rightarrow.default {
  z-index: 100;
  cursor: pointer;
  position: relative;
  background: url("/themes/bullfrog//images/revolution/assets/large_right.png") no-Repeat 0 0;
  width: 40px;
  height: 40px;
}
.tp-leftarrow:hover,
.tp-rightarrow:hover {
  background-position: bottom left;
}
/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/
.tp-bullets.tp-thumbs {
  z-index: 1000;
  position: absolute;
  padding: 3px;
  background-color: #fff;
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  margin-top: -50px;
}
.fullwidthbanner-container .tp-thumbs {
  padding: 3px;
}
.tp-bullets.tp-thumbs .tp-mask {
  width: 500px;
  height: 50px;
  /* THE DIMENSIONS OF THE THUMB CONTAINER */
  overflow: hidden;
  position: relative;
}
.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer {
  width: 5000px;
  position: absolute;
}
.tp-bullets.tp-thumbs .bullet {
  width: 100px;
  height: 50px;
  /* THE DIMENSION OF A SINGLE THUMB */
  cursor: pointer;
  overflow: hidden;
  background: none;
  margin: 0;
  float: left;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /*filter: alpha(opacity=50);	*/
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-thumbs img {
  width: 100%;
}
/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer {
  width: 100%;
  height: 10px;
  background: url("/themes/bullfrog//images/revolution/assets/timer.png");
  position: absolute;
  z-index: 200;
  top: 0px;
}
.tp-bannertimer.tp-bottom {
  bottom: 0px;
  height: 5px;
  top: auto;
}
/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .responsive .tp-bullets {
    display: none;
  }
  .responsive .tparrows {
    display: none;
  }
}
/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/
.tp-simpleresponsive img {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tp-simpleresponsive a {
  text-decoration: none;
}
.tp-simpleresponsive ul,
.tp-simpleresponsive ul li,
.tp-simpleresponsive ul li:before {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  overflow-x: visible;
  overflow-y: visible;
  background-image: none;
}
.tp-simpleresponsive > ul > li {
  list-style: none;
  position: absolute;
  visibility: hidden;
}
/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {
  width: 3000px;
  height: 1500px;
  background: url("/themes/bullfrog//images/revolution/assets/coloredbg.png") repeat;
}
.tp-caption.slidelink a span {
  background: url("/themes/bullfrog//images/revolution/assets/coloredbg.png") repeat;
}
/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
.tparrows .tp-arr-imgholder {
  display: none;
}
.tparrows .tp-arr-titleholder {
  display: none;
}
/*****************************************
	-	NAVIGATION FANCY EXAMPLES	-
*****************************************/
/* NAVIGATION PREVIEW 1 */
.tparrows.preview1 {
  width: 100px;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  background: transparent;
}
.tparrows.preview1:after {
  position: absolute;
  left: 0px;
  top: 0px;
  font-family: "revicons";
  color: #fff;
  font-size: 30px;
  width: 100px;
  height: 100px;
  text-align: center;
  background: #fff;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
  line-height: 100px;
  transition: background 0.3s, color 0.3s;
}
.tp-rightarrow.preview1:after {
  content: '\e825';
}
.tp-leftarrow.preview1:after {
  content: '\e824';
}
.tparrows.preview1:hover:after {
  background: #ffffff;
  color: #aaaaaa;
}
.tparrows.preview1 .tp-arr-imgholder {
  background-size: cover;
  background-position: center center;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tparrows.preview1 .tp-arr-iwrapper {
  transition: all 0.3s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0;
}
.tparrows.preview1:hover .tp-arr-iwrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-rightarrow.preview1 .tp-arr-imgholder {
  right: 100%;
  -webkit-transform: rotateY(-90deg);
  transform: rotateY(-90deg);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tp-leftarrow.preview1 .tp-arr-imgholder {
  left: 100%;
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tparrows.preview1:hover .tp-arr-imgholder {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview1,
  .tparrows.preview1:after {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
}
/* PREVIEW 1 BULLETS */
.tp-bullets.preview1 {
  height: 21px;
}
.tp-bullets.preview1 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.15) !important;
  /*-webkit-border-radius: 10px;
											    border-radius: 10px;*/
  box-shadow: none;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 5px !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview1 .bullet.last {
  margin-right: 0px;
}
.tp-bullets.preview1 .bullet:hover,
.tp-bullets.preview1 .bullet.selected {
  box-shadow: none;
  background: #aaa !important;
  width: 5px !important;
  height: 5px !important;
  border: 8px solid #ffffff !important;
}
/* NAVIGATION PREVIEW 2 */
.tparrows.preview2 {
  min-width: 60px;
  min-height: 60px;
  background: #fff;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  overflow: hidden;
  transition: width 0.3s, background-color 0.3s, opacity 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.tparrows.preview2:after {
  position: absolute;
  top: 50%;
  font-family: "revicons";
  color: #aaa;
  font-size: 25px;
  margin-top: -12px;
  transition: color 0.3s;
}
.tp-rightarrow.preview2:after {
  content: '\e81e';
  right: 18px;
}
.tp-leftarrow.preview2:after {
  content: '\e81f';
  left: 18px;
}
.tparrows.preview2 .tp-arr-titleholder {
  background-size: cover;
  background-position: center center;
  display: block;
  visibility: hidden;
  position: relative;
  top: 0px;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  white-space: nowrap;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 14px;
  line-height: 60px;
  padding: 0px 10px;
}
.tp-rightarrow.preview2 .tp-arr-titleholder {
  right: 50px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.tp-leftarrow.preview2 .tp-arr-titleholder {
  left: 50px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.tparrows.preview2.hovered {
  width: 300px;
}
.tparrows.preview2:hover {
  background: #ffffff;
}
.tparrows.preview2:hover:after {
  color: #000000;
}
.tparrows.preview2:hover .tp-arr-titleholder {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  visibility: visible;
  position: absolute;
}
/* PREVIEW 2 BULLETS */
.tp-bullets.preview2 {
  height: 17px;
}
.tp-bullets.preview2 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview2 .bullet.last {
  margin-right: 0px;
}
.tp-bullets.preview2 .bullet:hover,
.tp-bullets.preview2 .bullet.selected {
  box-shadow: none;
  background: #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #000000 !important;
}
.tp-arr-titleholder.alwayshidden {
  display: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview2 {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 20px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 11px;
  }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 11px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 12px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 35px;
  }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px;
  }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    font-size: 10px;
    line-height: 30px;
    letter-spacing: 0px;
  }
  .tp-rightarrow.preview2 .tp-arr-titleholder {
    right: 25px;
  }
  .tp-leftarrow.preview2 .tp-arr-titleholder {
    left: 25px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none;
  }
}
@media only screen and (min-width: 0px) and (max-width: 479px) {
  .tparrows.preview2 {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
  }
  .tparrows.preview2:after {
    position: absolute;
    top: 50%;
    font-family: "revicons";
    font-size: 14px;
    margin-top: -12px;
  }
  .tp-rightarrow.preview2:after {
    content: '\e81e';
    right: 8px;
  }
  .tp-leftarrow.preview2:after {
    content: '\e81f';
    left: 8px;
  }
  .tparrows.preview2 .tp-arr-titleholder {
    display: none;
    visibility: none;
  }
  .tparrows.preview2:hover {
    width: 30px !important;
    height: 30px !important;
  }
}
/* NAVIGATION PREVIEW 3 */
.tparrows.preview3 {
  width: 70px;
  height: 70px;
  background: #fff;
  background: #ffffff;
  -webkit-transform-style: flat;
}
.tparrows.preview3:after {
  position: absolute;
  line-height: 70px;
  text-align: center;
  font-family: "revicons";
  color: #aaa;
  font-size: 30px;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 100;
  width: 70px;
  height: 70px;
  transition: color 0.3s;
}
.tparrows.preview3:hover:after {
  color: #000000;
}
.tp-rightarrow.preview3:after {
  content: '\e825';
}
.tp-leftarrow.preview3:after {
  content: '\e824';
}
.tparrows.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  z-index: 0;
  position: absolute;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  display: table;
  min-height: 90px;
  top: -10px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.tparrows.preview3 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  display: table-cell;
  min-width: 90px;
  height: 90px;
  position: relative;
  top: 0px;
}
.tp-rightarrow.preview3 .tp-arr-iwrapper {
  right: 0px;
  padding-right: 70px;
}
.tp-leftarrow.preview3 .tp-arr-iwrapper {
  left: 0px;
  direction: rtl;
  padding-left: 70px;
}
.tparrows.preview3 .tp-arr-titleholder {
  display: table-cell;
  padding: 30px;
  font-size: 16px;
  color: #fff;
  white-space: nowrap;
  position: relative;
  clear: right;
  vertical-align: middle;
}
.tparrows.preview3:hover .tp-arr-iwrapper {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
/* PREVIEW 3 BULLETS */
.tp-bullets.preview3 {
  height: 17px;
}
.tp-bullets.preview3 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview3 .bullet.last {
  margin-right: 0px;
}
.tp-bullets.preview3 .bullet:hover,
.tp-bullets.preview3 .bullet.selected {
  box-shadow: none;
  background: #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #000000 !important;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px;
  }
  .tparrows.preview3 .tp-arr-imgholder {
    min-width: 70px;
    height: 70px;
  }
  .tp-rightarrow.preview3 .tp-arr-iwrapper {
    padding-right: 50px;
  }
  .tp-leftarrow.preview3 .tp-arr-iwrapper {
    padding-left: 50px;
  }
  .tparrows.preview3 .tp-arr-titleholder {
    padding: 10px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .tparrows.preview3:after,
  .tparrows.preview3 {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
  }
  .tparrows.preview3 .tp-arr-iwrapper {
    min-height: 70px;
  }
}
/* NAVIGATION PREVIEW 4 */
.tparrows.preview4 {
  width: 30px;
  height: 110px;
  background: transparent;
  -webkit-transform-style: preserve-3d;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
}
.tparrows.preview4:after {
  position: absolute;
  line-height: 110px;
  text-align: center;
  font-family: "revicons";
  color: #fff;
  font-size: 20px;
  top: 0px;
  left: 0px;
  z-index: 0;
  width: 30px;
  height: 110px;
  background: #000;
  background: rgba(0, 0, 0, 0.25);
  transition: all 0.2s ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.tp-rightarrow.preview4:after {
  content: '\e825';
}
.tp-leftarrow.preview4:after {
  content: '\e824';
}
.tparrows.preview4 .tp-arr-allwrapper {
  visibility: hidden;
  width: 180px;
  position: absolute;
  z-index: 1;
  min-height: 120px;
  top: 0px;
  left: -150px;
  overflow: hidden;
  -webkit-perspective: 1000px;
  -webkit-transform-style: flat;
}
.tp-leftarrow.preview4 .tp-arr-allwrapper {
  left: 0px;
}
.tparrows.preview4 .tp-arr-iwrapper {
  position: relative;
}
.tparrows.preview4 .tp-arr-imgholder {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: relative;
  top: 0px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tparrows.preview4 .tp-arr-imgholder2 {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 180px;
  height: 110px;
  position: absolute;
  top: 0px;
  left: 180px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tp-leftarrow.preview4 .tp-arr-imgholder2 {
  left: -180px;
}
.tparrows.preview4 .tp-arr-titleholder {
  display: block;
  font-size: 12px;
  line-height: 25px;
  padding: 0px 10px;
  text-align: left;
  color: #fff;
  position: relative;
  background: #000;
  color: #FFF;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 1px;
  font-weight: 700;
  font-size: 11px;
  line-height: 2.75;
  transition: all 0.3s;
  -webkit-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0.0;
  -khtml-opacity: 0.0;
  opacity: 0.0;
}
.tparrows.preview4:after {
  transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}
.tp-leftarrow.preview4:after {
  transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
}
@media only screen and (min-width: 768px) {
  .tparrows.preview4:hover:after {
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
  }
  .tp-leftarrow.preview4:hover:after {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
  }
  .tparrows.preview4:hover .tp-arr-titleholder {
    transition-delay: 0.4s;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
  }
}
/* PREVIEW 4 BULLETS */
.tp-bullets.preview4 {
  height: 17px;
}
.tp-bullets.preview4 .bullet {
  cursor: pointer;
  position: relative !important;
  background: rgba(0, 0, 0, 0.5) !important;
  border-radius: 10px;
  box-shadow: none;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid rgba(0, 0, 0, 0) !important;
  display: inline-block;
  margin-right: 2px !important;
  margin-bottom: 0px !important;
  transition: background-color 0.2s, border-color 0.2s;
  float: none !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.tp-bullets.preview4 .bullet.last {
  margin-right: 0px;
}
.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  box-shadow: none;
  background: #ffffff !important;
  width: 6px !important;
  height: 6px !important;
  border: 5px solid #000000 !important;
}
@media only screen and (max-width: 767px) {
  .tparrows.preview4 {
    width: 20px;
    height: 80px;
  }
  .tparrows.preview4:after {
    width: 20px;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
  }
  .tparrows.preview1 .tp-arr-allwrapper,
  .tparrows.preview2 .tp-arr-allwrapper,
  .tparrows.preview3 .tp-arr-allwrapper,
  .tparrows.preview4 .tp-arr-allwrapper {
    display: none !important;
  }
}
/******************************
	-	LOADER FORMS	-
********************************/
.tp-loader {
  top: 50%;
  left: 50%;
  z-index: 10000;
  position: absolute;
}
.tp-loader.spinner0 {
  width: 40px;
  height: 40px;
  background: url("/themes/bullfrog//images/revolution/assets/loader.gif") no-repeat center center;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner1 {
  width: 40px;
  height: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: tp-rotateplane 1.2s infinite ease-in-out;
  animation: tp-rotateplane 1.2s infinite ease-in-out;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tp-loader.spinner5 {
  background: url("/themes/bullfrog//images/revolution/assets/loader.gif") no-repeat 10px 10px;
  background-color: #fff;
  margin: -22px -22px;
  width: 44px;
  height: 44px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
@-webkit-keyframes tp-rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes tp-rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.tp-loader.spinner2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  background-color: #ff0000;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  -webkit-animation: tp-scaleout 1s infinite ease-in-out;
  animation: tp-scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes tp-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes tp-scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.tp-loader.spinner3 {
  margin: -9px 0px 0px -35px;
  width: 70px;
  text-align: center;
}
.tp-loader.spinner3 .bounce1,
.tp-loader.spinner3 .bounce2,
.tp-loader.spinner3 .bounce3 {
  width: 18px;
  height: 18px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: tp-bouncedelay 1.4s infinite ease-in-out;
  animation: tp-bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.tp-loader.spinner3 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.tp-loader.spinner3 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tp-loader.spinner4 {
  margin: -20px 0px 0px -20px;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-animation: tp-rotate 2s infinite linear;
  animation: tp-rotate 2s infinite linear;
}
.tp-loader.spinner4 .dot1,
.tp-loader.spinner4 .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: tp-bounce 2s infinite ease-in-out;
  animation: tp-bounce 2s infinite ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.tp-loader.spinner4 .dot2 {
  top: auto;
  bottom: 0px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes tp-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes tp-rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes tp-bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes tp-bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.tp-transparentimg {
  content: "url(/themes/bullfrog//images/revolution/assets/transparent.png)";
}
.tp-3d {
  -webkit-transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50%;
}
.tp-caption img {
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
  zoom: 1;
}
@font-face {
  font-family: 'revicons';
  src: url("/themes/bullfrog//fonts/revolution/revicons.eot?5510888");
  src: url("/themes/bullfrog//fonts/revolution/revicons.eot?5510888#iefix") format('embedded-opentype'), url("/themes/bullfrog//fonts/revolution//revicons.woff?5510888") format('woff'), url("/themes/bullfrog//fonts/revolution/revicons.ttf?5510888") format('truetype'), url("/themes/bullfrog//fonts/revolution//revicons.svg?5510888#revicons") format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'revicons';
    src: url('../font/revicons.svg?5510888#revicons') format('svg');
  }
}
*/
[class^="revicon-"]:before,
[class*=" revicon-"]:before {
  font-family: "revicons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.revicon-search-1:before {
  content: '\e802';
}
/* '' */
.revicon-pencil-1:before {
  content: '\e831';
}
/* '' */
.revicon-picture-1:before {
  content: '\e803';
}
/* '' */
.revicon-cancel:before {
  content: '\e80a';
}
/* '' */
.revicon-info-circled:before {
  content: '\e80f';
}
/* '' */
.revicon-trash:before {
  content: '\e801';
}
/* '' */
.revicon-left-dir:before {
  content: '\e817';
}
/* '' */
.revicon-right-dir:before {
  content: '\e818';
}
/* '' */
.revicon-down-open:before {
  content: '\e83b';
}
/* '' */
.revicon-left-open:before {
  content: '\e819';
}
/* '' */
.revicon-right-open:before {
  content: '\e81a';
}
/* '' */
.revicon-angle-left:before {
  content: '\e820';
}
/* '' */
.revicon-angle-right:before {
  content: '\e81d';
}
/* '' */
.revicon-left-big:before {
  content: '\e81f';
}
/* '' */
.revicon-right-big:before {
  content: '\e81e';
}
/* '' */
.revicon-magic:before {
  content: '\e807';
}
/* '' */
.revicon-picture:before {
  content: '\e800';
}
/* '' */
.revicon-export:before {
  content: '\e80b';
}
/* '' */
.revicon-cog:before {
  content: '\e832';
}
/* '' */
.revicon-login:before {
  content: '\e833';
}
/* '' */
.revicon-logout:before {
  content: '\e834';
}
/* '' */
.revicon-video:before {
  content: '\e805';
}
/* '' */
.revicon-arrow-combo:before {
  content: '\e827';
}
/* '' */
.revicon-left-open-1:before {
  content: '\e82a';
}
/* '' */
.revicon-right-open-1:before {
  content: '\e82b';
}
/* '' */
.revicon-left-open-mini:before {
  content: '\e822';
}
/* '' */
.revicon-right-open-mini:before {
  content: '\e823';
}
/* '' */
.revicon-left-open-big:before {
  content: '\e824';
}
/* '' */
.revicon-right-open-big:before {
  content: '\e825';
}
/* '' */
.revicon-left:before {
  content: '\e836';
}
/* '' */
.revicon-right:before {
  content: '\e826';
}
/* '' */
.revicon-ccw:before {
  content: '\e808';
}
/* '' */
.revicon-arrows-ccw:before {
  content: '\e806';
}
/* '' */
.revicon-palette:before {
  content: '\e829';
}
/* '' */
.revicon-list-add:before {
  content: '\e80c';
}
/* '' */
.revicon-doc:before {
  content: '\e809';
}
/* '' */
.revicon-left-open-outline:before {
  content: '\e82e';
}
/* '' */
.revicon-left-open-2:before {
  content: '\e82c';
}
/* '' */
.revicon-right-open-outline:before {
  content: '\e82f';
}
/* '' */
.revicon-right-open-2:before {
  content: '\e82d';
}
/* '' */
.revicon-equalizer:before {
  content: '\e83a';
}
/* '' */
.revicon-layers-alt:before {
  content: '\e804';
}
/* '' */
.revicon-popup:before {
  content: '\e828';
}
/* '' */
.tp-caption {
  white-space: normal !important;
}
.slider-container * {
  box-sizing: content-box;
}
.slider-container .slider {
  color: #fff;
}
.slider-container .slider > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider-container .slider > ul > li {
  margin: 0;
}
.slider-container .slider .bullfrog-slide-overlay {
  background-image: url("/themes/bullfrog/images/slide-overlay-pattern.png");
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.slider-container .slider .bullfrog-caption {
  bottom: 0!important;
  display: table!important;
  height: 100%;
  left: 0!important;
  position: absolute!important;
  right: 0!important;
  top: 0!important;
  width: 100%;
}
.slider-container .slider .bullfrog-caption .caption-wrapper {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.slider-container .tparrows {
  height: 48px;
  width: 32px;
}
.slider-container .tp-leftarrow {
  background-image: url("/themes/bullfrog/images/revolution/assets/nav-arrow-left.png");
  left: 90px!important;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slider-container .tp-leftarrow {
    background-image: url("/themes/bullfrog/images/revolution/assets/nav-arrow-left@2x.png");
    background-size: 32px 48px;
  }
}
.slider-container .tp-rightarrow {
  background-image: url("/themes/bullfrog/images/revolution/assets/nav-arrow-right.png");
  right: 90px!important;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .slider-container .tp-rightarrow {
    background-image: url("/themes/bullfrog/images/revolution/assets/nav-arrow-right@2x.png");
    background-size: 32px 48px;
  }
}
.slider-container h1 {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
  margin: 0;
}
@media only screen and (min-width: 1100px) and (max-width: 1128px), only screen and (min-width: 737px) and (max-width: 1024px) {
  .slider-container .tp-leftarrow {
    left: 45px!important;
  }
  .slider-container .tp-rightarrow {
    right: 45px!important;
  }
  .slider-container .slide_destination {
    font-size: 90px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1128px) {
  .slider-container .slide_user_quote {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .slider-container .slide_user_quote,
  .slider-container .slide_user_attribution {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .slider-container .slide_destination {
    font-size: 60px;
    line-height: 60px;
  }
  .slider-container .slide_user_quote,
  .slider-container .slide_user_attribution {
    display: none;
  }
}
@media only screen and (max-width: 1530px) {
  .slider-container .tp-leftarrow {
    left: 45px!important;
  }
  .slider-container .tp-rightarrow {
    right: 45px!important;
  }
  .slider-container .slide_destination {
    font-size: 90px;
    line-height: 90px;
  }
}
@media only screen and (max-width: 1260px) {
  .slider-container .tp-leftarrow {
    left: 45px!important;
  }
  .slider-container .tp-rightarrow {
    right: 45px!important;
  }
  .slider-container .slide_destination {
    font-size: 70px;
    line-height: 70px;
  }
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.2
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.chosen-container * {
  box-sizing: border-box;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}
.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}
.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}
/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border-radius: 3px;
  background-color: #fff;
  background-clip: padding-box;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/themes/bullfrog/images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 39px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/themes/bullfrog/images/chosen/arrow.png");
  background-repeat: no-repeat;
  background-position: center left;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: #ffffff url("/themes/bullfrog/images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("/themes/bullfrog/images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}
/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}
/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("/themes/bullfrog/images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}
/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}
/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}
/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: #ffffff url("/themes/bullfrog/images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("/themes/bullfrog/images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}
/* @end */
/* @group Retina compatibility */
/* @end */
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 10045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 10044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10046;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
/*! jQuery UI - v1.11.4 - 2015-06-16
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 6000;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 6000;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
  z-index: 11000!important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/themes/bullfrog/images/jquery-ui/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222222;
}
.ui-widget-content a {
  color: #222222;
}
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url("/themes/bullfrog/images/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222222;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("/themes/bullfrog/images/jquery-ui/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url("/themes/bullfrog/images/jquery-ui/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #212121;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url("/themes/bullfrog/images/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("/themes/bullfrog/images/jquery-ui/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("/themes/bullfrog/images/jquery-ui/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/themes/bullfrog/images/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/themes/bullfrog/images/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("/themes/bullfrog/images/jquery-ui/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/themes/bullfrog/images/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("/themes/bullfrog/images/jquery-ui/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("/themes/bullfrog/images/jquery-ui/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/themes/bullfrog/images/jquery-ui/ui-icons_cd0a0a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url("/themes/bullfrog/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("/themes/bullfrog/images/jquery-ui/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: alpha(opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}
/*
 * Timepicker stylesheet
 * Highly inspired from datepicker
 * FG - Nov 2010 - Web3R
 *
 * version 0.0.3 : Fixed some settings, more dynamic
 * version 0.0.4 : Removed width:100% on tables
 * version 0.1.1 : set width 0 on tables to fix an ie6 bug
 */
#ui-timepicker-div * {
  box-sizing: content-box;
}
.ui-timepicker-inline {
  display: inline;
}
#ui-timepicker-div {
  padding: 0.2em;
}
.ui-timepicker-table {
  display: inline-table;
  width: 0;
}
.ui-timepicker-table table {
  margin: 0.15em 0 0 0;
  border-collapse: collapse;
}
.ui-timepicker-hours,
.ui-timepicker-minutes {
  padding: 0.2em;
}
.ui-timepicker-table .ui-timepicker-title {
  line-height: 1.8em;
  text-align: center;
}
.ui-timepicker-table td {
  padding: 0.1em;
  width: 2.2em;
}
.ui-timepicker-table th.periods {
  padding: 0.1em;
  width: 2.2em;
}
/* span for disabled cells */
.ui-timepicker-table td span {
  display: block;
  padding: 0.2em 0.3em 0.2em 0.5em;
  width: 1.2em;
  text-align: right;
  text-decoration: none;
}
/* anchors for clickable cells */
.ui-timepicker-table td a {
  display: block;
  padding: 0.2em 0.3em 0.2em 0.5em;
  width: 1.2em;
  cursor: pointer;
  text-align: right;
  text-decoration: none;
}
/* buttons and button pane styling */
.ui-timepicker .ui-timepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-timepicker .ui-timepicker-buttonpane button {
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
/* The close button */
.ui-timepicker .ui-timepicker-close {
  float: right;
}
/* the now button */
.ui-timepicker .ui-timepicker-now {
  float: left;
}
/* the deselect button */
.ui-timepicker .ui-timepicker-deselect {
  float: left;
}
@font-face {
  font-family: 'ywft_ultramagnetic_expandedRg';
  src: url("/themes/bullfrog/fonts//YWFTUltramagneticExpanded/YWFTUltramagneticExpanded-webfont.eot");
  src: url("/themes/bullfrog/fonts//YWFTUltramagneticExpanded/YWFTUltramagneticExpanded-webfont.eot?#iefix") format('embedded-opentype'), url("/themes/bullfrog/fonts//YWFTUltramagneticExpanded/YWFTUltramagneticExpanded-webfont.woff2") format('woff2'), url("/themes/bullfrog/fonts//YWFTUltramagneticExpanded/YWFTUltramagneticExpanded-webfont.woff") format('woff'), url("/themes/bullfrog/fonts//YWFTUltramagneticExpanded/YWFTUltramagneticExpanded-webfont.ttf") format('truetype'), url("/themes/bullfrog/fonts//YWFTUltramagneticExpanded/YWFTUltramagneticExpanded-webfont.svg#ywft_ultramagnetic_expandedRg") format('svg');
  font-weight: normal;
  font-style: normal;
}
html {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  color: #666f82;
}
a {
  color: #61b4d1;
  text-decoration: none;
}
a:hover {
  color: #b0dae8;
  text-decoration: underline;
}
h1.page-title {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 45px;
}
h2 {
  font-size: 38px;
  font-weight: 600;
}
@media only screen and (max-width: 736px) {
  h1.page-title {
    font-size: 38px;
    margin-bottom: 27px;
  }
  h2 {
    font-size: 29px;
  }
}
body.mobile-menu-open {
  overflow: hidden;
}
header {
  background-color: rgba(94, 104, 125, 0);
  color: #fff;
  height: 124px;
  padding: 18px 90px;
  position: fixed;
  transition: all 0.5s ease-in-out;
  top: 0;
  width: 100%;
  z-index: 5000;
}
header.headroom--not-top,
header.no-hero-slider {
  background-color: #5e687d;
}
header.headroom--unpinned {
  top: -124px;
}
header.headroom--pinned {
  top: 0;
}
header .main-nav .mobile-call-menu,
header .main-nav .mobile-menu {
  display: none;
}
header .main-nav .left-tab {
  float: left;
  width: 340px;
}
header .main-nav .logo {
  display: block;
  float: left;
  height: 88px;
  margin: 0;
  text-indent: -10000px;
  width: 88px;
}
header .main-nav .logo a {
  background-image: url("/themes/bullfrog/images/logo.png");
  display: block;
  height: 88px;
  width: 88px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .main-nav .logo a {
    background-image: url("/themes/bullfrog/images/logo@2x.png");
    background-size: 88px 88px;
  }
}
header .main-nav .title {
  font-size: 30px;
  font-weight: 500;
  margin: 5px 0;
}
header .main-nav .title-home {
  display: inline;
}
header .main-nav .select-destination {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 0 0;
  position: relative;
}
header .main-nav .select-destination:after {
  border-color: #ffffff transparent transparent transparent;
  border-style: solid;
  border-width: 4px 3.5px 0 3.5px;
  content: ' ';
  height: 0;
  position: absolute;
  right: 8px;
  text-indent: -10000px;
  top: 17px;
  width: 0;
}
header .main-nav .select-destination .selected {
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
}
header .main-nav .select-destination ul {
  display: none;
  left: 100px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 30px;
  background: white;
  border-radius: 5px;
  width: 140px;
}
header .main-nav .select-destination ul li {
  margin: 0;
  padding: 4px;
}
header .main-nav .select-destination ul li a {
  color: #666f82;
}
header .main-nav .menu {
  display: table;
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .main-nav .menu li {
  display: table-cell;
  margin: 0;
  padding: 0 0 0 20px;
}
header .main-nav .menu li a {
  color: #fff;
}
header .main-nav .menu li a:hover {
  text-decoration: underline;
}
header .main-nav .menu li:first-child {
  padding-left: 0;
}
header .main-nav .menu .account a {
  background-image: url("/themes/bullfrog/images/account-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 32px;
  padding-top: 32px;
  text-indent: -10000px;
  width: 24px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .main-nav .menu .account a {
    background-image: url("/themes/bullfrog/images/account-icon@2x.png");
    background-size: 24px 24px;
  }
}
header .main-nav .menu .cart a {
  background-image: url("/themes/bullfrog/images/cart-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  padding-bottom: 28px;
  padding-top: 28px;
  text-indent: -10000px;
  width: 31px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .main-nav .menu .cart a {
    background-image: url("/themes/bullfrog/images/cart-icon@2x.png");
    background-size: 31px 28px;
  }
}
@media only screen and (min-width: 1442px) {
  header {
    padding-left: calc((100% - 1380px) / 2);
    padding-right: calc((100% - 1380px) / 2);
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1128px) {
  header {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  header {
    background-color: #5e687d;
    height: 60px;
    padding: 7px 12px;
  }
  header.headroom--not-top {
    background-color: #5e687d;
  }
  header.headroom--unpinned {
    top: -60px;
  }
  header .main-nav .mobile-call-menu {
    display: block;
    float: left;
  }
  header .main-nav .mobile-call-menu a.toggle {
    background-image: url("/themes/bullfrog/images/menu-phone.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 30px;
  }
  header .main-nav .mobile-call-menu .wrapper {
    background-color: #f0f2f8;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 60px;
  }
  header .main-nav .mobile-call-menu .wrapper.open {
    display: block;
  }
  header .main-nav .mobile-call-menu .wrapper .heading {
    color: #666f82;
    font-size: 34px;
    font-weight: 900;
    height: 74px;
    left: 0;
    line-height: 74px;
    padding: 0 24px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
  }
  header .main-nav .mobile-call-menu .wrapper .heading:before,
  header .main-nav .mobile-call-menu .wrapper .heading:after {
    content: " ";
    display: table;
  }
  header .main-nav .mobile-call-menu .wrapper .heading:after {
    clear: both;
  }
  header .main-nav .mobile-call-menu .wrapper .menu {
    bottom: 0;
    display: block;
    left: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 74px;
  }
  header .main-nav .mobile-call-menu .wrapper .menu li {
    display: block;
    padding-left: 0;
  }
  header .main-nav .mobile-call-menu .wrapper .menu li a {
    border-top: 1px solid #dbdee6;
    color: #666f82;
    display: block;
    font-size: 23px;
    padding: 15px 24px;
  }
  header .main-nav .mobile-menu {
    display: block;
    float: right;
  }
  header .main-nav .mobile-menu a.toggle {
    background-image: url("/themes/bullfrog/images/menu-hamburger.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 35px;
  }
  header .main-nav .mobile-menu .wrapper {
    background-color: #f0f2f8;
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 60px;
    overflow-y: auto;
  }
  header .main-nav .mobile-menu .wrapper.open {
    display: block;
    padding-top: 0;
  }
  header .main-nav .mobile-menu .wrapper .heading:before,
  header .main-nav .mobile-menu .wrapper .heading:after {
    content: " ";
    display: table;
  }
  header .main-nav .mobile-menu .wrapper .heading:after {
    clear: both;
  }
  header .main-nav .mobile-menu .wrapper .heading .select-destination {
    color: #666f82;
    display: block;
    float: left;
    font-size: 34px;
    font-weight: 900;
    height: auto;
    padding-left: 0;
    padding-top: 15px;
  }
  header .main-nav .mobile-menu .wrapper .heading .select-destination:after {
    display: none;
  }
  header .main-nav .mobile-menu .wrapper .heading .select-destination .selected {
    padding-left: 25px;
    line-height: normal;
  }
  header .main-nav .mobile-menu .wrapper .heading .select-destination .selected span {
    padding-top: 10px;
    font-size: 25px;
  }
  header .main-nav .mobile-menu .wrapper .heading .select-destination ul {
    z-index: 4000;
    width: 100%;
    background: none;
    font-size: 26px;
    font-weight: 400;
    line-height: normal;
    padding-left: 40px !important;
    position: relative;
    left: 0;
    top: 0;
  }
  header .main-nav .mobile-menu .wrapper .heading .cart {
    background-image: url("/themes/bullfrog/images/cart-icon-dark.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    padding-right: 70px;
    height: 74px;
    text-indent: -10000px;
    width: 31px;
  }
  header .main-nav .mobile-menu .wrapper .heading .account {
    background-image: url("/themes/bullfrog/images/account-icon-dark.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    float: right;
    height: 74px;
    text-indent: -10000px;
    width: 41px;
  }
  header .main-nav .mobile-menu .wrapper .menu {
    display: block;
    overflow: auto;
    float: none;
  }
  header .main-nav .mobile-menu .wrapper .menu li {
    display: block;
    padding-left: 0;
  }
  header .main-nav .mobile-menu .wrapper .menu li a {
    border-top: 1px solid #dbdee6;
    color: #666f82;
    display: block;
    font-size: 23px;
    height: 50px;
    line-height: 50px;
    padding: 0 24px;
  }
  header .main-nav .left-tab {
    float: none;
    margin: 0 auto;
  }
  header .main-nav .logo {
    float: none;
    height: 50px;
    margin: 0 auto;
    width: 50px;
  }
  header .main-nav .logo a {
    background-size: 50px 50px;
    height: 50px;
    width: 50px;
  }
  header .main-nav .title {
    display: none;
  }
  header .main-nav .title-home {
    display: none;
  }
  header .main-nav .select-destination {
    display: none;
  }
  header .main-nav .menu {
    display: none;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), only screen and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .main-nav .mobile-call-menu a.toggle {
    background-image: url("/themes/bullfrog/images/menu-phone@2x.png");
    background-size: 30px 30px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), only screen and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .main-nav .mobile-menu a.toggle {
    background-image: url("/themes/bullfrog/images/menu-hamburger@2x.png");
    background-size: 35px 24px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), only screen and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .main-nav .mobile-menu .wrapper .heading .cart {
    background-image: url("/themes/bullfrog/images/cart-icon-dark@2x.png");
    background-size: 31px 28px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), only screen and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  header .main-nav .mobile-menu .wrapper .heading .account {
    background-image: url("/themes/bullfrog/images/account-icon-dark@2x.png");
    background-size: 21px 21px;
  }
}
footer {
  background-color: #666f82;
  padding: 60px 90px;
}
footer:before,
footer:after {
  content: " ";
  display: table;
}
footer:after {
  clear: both;
}
footer nav.company,
footer nav.destinations {
  background-repeat: no-repeat;
  float: right;
  width: 50%;
}
footer nav.company {
  background-image: url("/themes/bullfrog/images/footer-logo.png");
  background-position: 20px 0;
  min-height: 212px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer nav.company {
    background-image: url("/themes/bullfrog/images/footer-logo@2x.png");
    background-size: 212px 212px;
  }
}
footer nav.destinations {
  background-image: url("/themes/bullfrog/images/footer-destination.png");
  background-position: 30px 0;
  min-height: 216px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer nav.destinations {
    background-image: url("/themes/bullfrog/images/footer-destination@2x.png");
    background-size: 151px 216px;
  }
}
footer nav h3 {
  color: #fff;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 16px;
  margin: 0 0 30px 0;
  text-transform: uppercase;
}
footer nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer nav ul li {
  font-size: 18px;
  margin-bottom: 15px;
}
footer nav ul li:last-child {
  margin-bottom: 0;
}
footer nav ul li a {
  color: #b2bdd4;
}
footer.secondary {
  background: #666f82;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to right, #666f82 0%, #666f82 50%, #5e687d 50%, #5e687d 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666f82', endColorstr='#5e687d', GradientType=1);
  /* IE6-9 */
}
footer.secondary .navigations {
  float: right;
  width: 50%;
}
footer.secondary nav.company,
footer.secondary nav.destinations {
  width: 50%;
}
footer.secondary .join-the-conversation {
  background-image: url("/themes/bullfrog/images/footer-conversation-background.png");
  background-position: top right;
  background-repeat: no-repeat;
  float: right;
  min-height: 215px;
  padding-left: 10%;
  padding-top: 50px;
  width: 50%;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  footer.secondary .join-the-conversation {
    background-image: url("/themes/bullfrog/images/footer-conversation-background@2x.png");
    background-size: 219px 215px;
  }
}
footer.secondary .join-the-conversation h3 {
  color: #fff;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 24px;
  margin: 0;
  text-transform: uppercase;
}
footer.secondary .join-the-conversation ul {
  display: cell;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
  width: 100%;
}
footer.secondary .join-the-conversation ul:before,
footer.secondary .join-the-conversation ul:after {
  content: " ";
  display: table;
}
footer.secondary .join-the-conversation ul:after {
  clear: both;
}
footer.secondary .join-the-conversation ul li {
  display: table-cell;
  padding: 0 5px;
}
@media only screen and (min-width: 1442px) {
  footer {
    padding-left: calc((100% - 1380px) / 2);
    padding-right: calc((100% - 1380px) / 2);
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  footer {
    padding: 15px 0;
  }
  footer nav.company,
  footer nav.destinations {
    background-position: calc(100% - 15px) 0px;
    float: none;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  footer nav.destinations {
    background-size: 103px 147px;
  }
  footer nav.company {
    background-size: 114px 114px;
  }
  footer nav.company li {
    float: left;
    width: 50%;
  }
  footer nav h3 {
    margin-bottom: 10px;
  }
  footer.secondary {
    background: #666f82;
    padding-top: 0px;
  }
  footer.secondary .navigations,
  footer.secondary .join-the-conversation {
    float: none;
    width: 100%;
  }
  footer.secondary nav.company,
  footer.secondary nav.destinations {
    float: none;
    width: 100%;
  }
  footer.secondary .join-the-conversation {
    background-color: #5e687d;
    background-size: 122px 119.5px;
    background-position: calc(100% - 15px) 15px;
    margin-bottom: 15px;
    min-height: 150px;
    padding-top: 27px;
    padding-left: 15px;
    padding-right: 15px;
  }
  footer.secondary .join-the-conversation h1 {
    font-size: 22px;
  }
  footer.secondary .join-the-conversation ul {
    display: table;
    margin: 0 auto;
  }
  footer.secondary .join-the-conversation ul li {
    display: table-cell;
    max-width: 100%!important;
    padding-left: 5px;
    padding-right: 5px;
  }
}
input[type=text],
input[type=email],
input[type=tel],
input[type=number],
input[type=password] {
  border: 1px solid #c9cedd!important;
  border-radius: 3px;
  color: #666f82;
  padding: 0 10px;
  height: 46px;
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=tel]:disabled,
input[type=number]:disabled,
input[type=password]:disabled {
  opacity: 0.5;
}
input[type=text][type=tel],
input[type=email][type=tel],
input[type=tel][type=tel],
input[type=number][type=tel],
input[type=password][type=tel],
input[type=text][type=number],
input[type=email][type=number],
input[type=tel][type=number],
input[type=number][type=number],
input[type=password][type=number] {
  width: 100%;
}
textarea {
  border: 1px solid #c9cedd;
  border-radius: 3px;
  color: #666f82;
  padding: 0 10px;
  height: 150px;
}
.date-input.icon-outside {
  position: relative;
}
.date-input.icon-outside input {
  width: calc(100% - 35px) !important;
}
.date-input.icon-outside i {
  background-image: url("/themes/bullfrog/images/calendar-icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  bottom: 0;
  cursor: pointer;
  right: 0;
  position: absolute;
  top: 0;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .date-input.icon-outside i {
    background-image: url("/themes/bullfrog/images/calendar-icon@2x.png");
    background-size: 27px 27px;
  }
}
.date-input.icon-outside .cal-container {
  display: none;
  position: absolute;
  top: 46px;
  z-index: 50;
}
.chosen-container .chosen-results {
  max-height: 300px;
}
html,
body {
  overflow-x: hidden;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .date-input.icon-outside .cal-container {
    left: 5%!important;
    position: fixed!important;
    top: 70px;
    width: 90%!important;
  }
  .date-input.icon-outside .cal-container .ui-datepicker {
    font-size: 16px;
    width: 100%;
  }
}
a.btn {
  display: inline-block;
}
.btn {
  background-color: transparent;
  border: 1px solid #61b4d1;
  border-radius: 4px;
  color: #666f82;
  font-size: 18px;
  line-height: 18px;
  outline: none;
  padding: 25px 35px;
  text-align: center;
  text-decoration: none;
}
.btn:disabled {
  opacity: 0.5;
  background-color: transparent!important;
}
.btn:hover {
  background-color: #e3ecf4;
  color: #666f82;
  text-decoration: none;
}
.btn.btn-primary {
  background-color: #a5c828;
  border: none;
  color: #fff;
  font-weight: 600;
}
.btn.btn-primary:disabled {
  background-color: #a5c828!important;
}
.btn.btn-primary:hover {
  background-color: #b7d353;
  color: #fff;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .btn {
    padding: 15px 15px;
  }
}
.fixed-flash-message {
  padding: 0 90px 25px 90px;
}
.fixed-flash-message .alert {
  padding: 25px;
}
.fixed-flash-message .alert.alert-danger {
  background-color: #f8e6e6;
  border: 1px solid #c23321;
}
.fixed-flash-message .alert.alert-info {
  background: #e1f7ff;
  border: 1px solid #61b4d1;
}
/* 
    Component: callout
------------------------
*/
.callout {
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}
.callout h4 {
  margin-top: 0;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.callout.callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.callout.callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.callout.callout-danger h4 {
  color: #B94A48;
}
.callout.callout-warning h4 {
  color: #C09853;
}
.callout.callout-info h4 {
  color: #3A87AD;
}
body {
  overflow-x: hidden;
  width: 100%;
}
body.overflow-hidden {
  overflow: hidden;
}
.hidden-sidebar-overlay {
  background: rgba(97, 180, 209, 0.8);
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  position: fixed;
  opacity: 0.0;
  top: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
  width: 100%;
  z-index: 999;
}
.hidden-sidebar-overlay.visible {
  display: block;
  opacity: 1.0;
}
.hidden-sidebar {
  background-color: #f0f2f8;
  bottom: 0;
  position: fixed;
  top: 0;
  right: 0;
  width: 75%;
  overflow-y: scroll;
  /* smooth scrolling on mobile phones and tablets */
  -webkit-overflow-scrolling: touch;
  /* this how we move the author bio section off the canvas */
  webkit-transform: translateX(100%);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-duration: 0.3s;
  z-index: 999;
  padding-bottom: 40px;
}
.hidden-sidebar .rich-content-item {
  padding-left: 90px;
  padding-right: 90px;
}
.hidden-sidebar .close {
  color: #666f82;
  cursor: pointer;
  font-size: 30px;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 20px;
  text-align: center;
  text-decoration: none;
  top: 20px;
  width: 40px;
}
.hidden-sidebar.slide-in {
  webkit-transform: translateX(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.hidden-sidebar .sidebar-content {
  display: none;
}
.sidebar-content.shopping-cart .customer-login .login {
  padding: 45px;
}
.sidebar-content.shopping-cart .customer-login .login form .form-group {
  padding-bottom: 10px;
}
.sidebar-content.shopping-cart .customer-login .login form .form-group input {
  border: 1px solid #61b4d1;
  width: 100%;
}
.sidebar-content.shopping-cart .customer-login .login input[type=submit] {
  float: right;
  padding: 15px 25px;
}
.sidebar-content.shopping-cart .customer-login .login .form-footer:before,
.sidebar-content.shopping-cart .customer-login .login .form-footer:after {
  content: " ";
  display: table;
}
.sidebar-content.shopping-cart .customer-login .login .form-footer:after {
  clear: both;
}
.sidebar-content.shopping-cart .customer-login .login .form-footer .create-account-if-needed {
  float: left;
}
.sidebar-content.shopping-cart .customer-login .login .forgotten-password {
  text-align: center;
}
.sidebar-content.shopping-cart .customer-login .login .social-login {
  margin: 30px auto 0 auto;
  max-width: 500px;
  width: 100%;
}
.sidebar-content.shopping-cart .customer-login .login .social-login:before,
.sidebar-content.shopping-cart .customer-login .login .social-login:after {
  content: " ";
  display: table;
}
.sidebar-content.shopping-cart .customer-login .login .social-login:after {
  clear: both;
}
.sidebar-content.shopping-cart .customer-login .login .social-login a {
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  width: calc(50% - 5px);
}
.sidebar-content.shopping-cart .customer-login .login .social-login a i {
  font-size: 32px;
  padding-left: 5px;
  vertical-align: middle;
}
.sidebar-content.shopping-cart .customer-login .login .social-login a.facebook {
  background-color: #3a5999;
  float: left;
}
.sidebar-content.shopping-cart .customer-login .login .social-login a.facebook:hover {
  background-color: #4b70bb;
}
.sidebar-content.shopping-cart .customer-login .login .social-login a.google-plus {
  background-color: #f8bd00;
  float: right;
}
.sidebar-content.shopping-cart .customer-login .login .social-login a.google-plus:hover {
  background-color: #ffcd2c;
}
.sidebar-content.shopping-cart .customer-summary .logged-in-as {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 30px 0;
}
.sidebar-content.shopping-cart .customer-summary .logged-in-as img {
  border-radius: 50%;
  vertical-align: middle;
}
.sidebar-content.shopping-cart .customer-summary .profile-links {
  border-top: 1px solid #c1c5cf;
}
.sidebar-content.shopping-cart .customer-summary .profile-links a {
  border-bottom: 1px solid #c1c5cf;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
.sidebar-content.shopping-cart .customer-summary .profile-links a:hover {
  background-color: #737c8e;
  color: #fff;
}
.sidebar-content.shopping-cart h3 {
  font-size: 38px;
  font-weight: 600;
  margin-top: 0;
  padding: 0 40px;
  text-align: center;
}
.sidebar-content.shopping-cart .items-wrapper {
  padding: 0 40px;
}
.sidebar-content.shopping-cart .items-wrapper .items {
  width: 100%;
}
.sidebar-content.shopping-cart .items-wrapper .items a.name {
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.sidebar-content.shopping-cart .items-wrapper .items .details {
  color: #a9afbd;
  font-size: 16px;
  font-weight: 600;
}
.sidebar-content.shopping-cart .items-wrapper .items .details td {
  padding-bottom: 30px;
}
.sidebar-content.shopping-cart .totals {
  width: 100%;
}
.sidebar-content.shopping-cart .totals tr td {
  padding: 5px 40px;
}
.sidebar-content.shopping-cart .totals tr:nth-child(odd) {
  background-color: #e5e8ef;
}
.sidebar-content.shopping-cart .actions {
  padding: 40px 40px 0 40px;
  text-align: right;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .hidden-sidebar {
    width: 80%;
  }
  .sidebar-content {
    padding: 0;
  }
  .sidebar-content .rich-content-item {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media only screen and (max-width: 736px) {
  .hidden-sidebar {
    width: 90%;
  }
  .sidebar-content {
    padding: 0;
  }
  .sidebar-content.shopping-cart .customer-login .login .social-login a {
    float: none;
    width: 100%;
  }
  .sidebar-content.shopping-cart .customer-login .login .social-login a.facebook {
    margin-bottom: 10px;
  }
  .sidebar-content .rich-content-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.wrapper.no-hero-slider {
  padding-top: 174px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .wrapper {
    padding-top: 60px;
  }
  .wrapper.no-hero-slider {
    padding-top: 84px;
  }
}
.tour-show {
  position: relative;
}
.tour-show .tour-header {
  border-bottom: 1px solid #d4d4d4;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 150px;
  padding-right: calc(200px + 25%);
  position: relative;
}
.tour-show .tour-header .tour-icon {
  float: left;
  position: relative;
  width: 18%;
}
.tour-show .tour-header .tour-icon .icon-wrapper {
  float: left;
  position: relative;
}
.tour-show .tour-header .tour-icon .icon-wrapper:before {
  border-right: 2px solid #f0f2f8;
  bottom: -1000px;
  content: ' ';
  left: calc(50% - 1px);
  position: absolute;
  text-indent: -10000px;
  top: -1000px;
}
.tour-show .tour-header .tour-icon .icon-wrapper img {
  position: relative;
  width: 100%;
  z-index: 1;
}
.tour-show .tour-header .name {
  font-size: 34px;
  font-weight: 600;
  margin: 0;
}
.tour-show .tour-header .details {
  margin-bottom: 40px;
  padding-left: 20%;
}
.tour-show .tour-header .details .review-information {
  float: left;
}
.tour-show .tour-header .details .star-ratings {
  display: inline-block;
}
.tour-show .tour-header .details .average {
  display: inline-block;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 8px 0 10px;
  padding: 0 10px 0 0;
  position: relative;
}
.tour-show .tour-header .details .average:after {
  background-color: #bdd1d6;
  bottom: -1px;
  content: ' ';
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: -1px;
  width: 1px;
}
.tour-show .tour-header .details .reviews-link {
  display: inline-block;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.tour-show .tour-header ul.extended-details {
  display: table;
  list-style: none;
  margin: 0 0 0 20%;
  max-width: 435px;
  padding: 0;
  width: 100%;
}
.tour-show .tour-header ul.extended-details li {
  color: #61b4d1;
  display: table-cell;
  font-size: 18px;
  text-align: center;
  width: 33.33333%;
}
.tour-show .sidebar {
  z-index: 4500;
}
.tour-show .sidebar .rich-content-item {
  padding-left: 0;
  padding-right: 0;
}
.tour-show .sidebar .rich-content-item.promotional-banner {
  padding-bottom: 20px;
}
.tour-show .sidebar .rich-content-item:last-child {
  padding-bottom: 60px;
}
.tour-show .sidebar .reserve-now {
  background-color: #a5c828;
  border-radius: 4px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
  padding: 0 30px;
  width: 100%;
}
.tour-show .sidebar .reserve-now .center-wrapper {
  display: table;
  padding: 10px 0;
  width: 100%;
}
.tour-show .sidebar .reserve-now .center-wrapper .reserve {
  display: table-cell;
  font-size: 28px;
  line-height: 28px;
  height: 58px;
  vertical-align: middle;
}
.tour-show .sidebar .reserve-now .center-wrapper .price-wrapper {
  display: table-cell;
  height: 58px;
  line-height: 22px;
  vertical-align: middle;
}
.tour-show .sidebar .reserve-now .center-wrapper .price-wrapper .price {
  float: right;
  text-align: right;
}
.tour-show .sidebar .reserve-now .center-wrapper .price-wrapper .price .from {
  font-size: 18px;
  font-weight: 400;
}
.tour-show .sidebar .divider {
  padding-bottom: 48px;
}
.tour-show .tour-body .rich-content-item {
  padding-left: 150px;
  padding-right: calc(200px + 25%);
}
.tour-show .tour-body .rich-content-item.no-sidebar-allowed {
  padding-left: 90px;
  padding-right: 90px;
}
.tour-show .curations .title,
.tour-show .reviews .title {
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.tour-show.private-tour .tour-header {
  padding-right: 150px;
}
.tour-show.private-tour .tour-body .rich-content-item {
  padding-right: 150px;
}
@media only screen and (min-width: 1129px), only screen and (min-width: 1100px) and (max-width: 1128px) {
  .tour-show .sidebar {
    position: absolute;
    right: 150px;
    top: 60px;
    width: 25%;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1128px) {
  .tour-show .tour-header {
    padding-left: 45px;
    padding-right: calc(95px + 35%);
  }
  .tour-show .sidebar {
    right: 45px;
    width: 35%;
  }
  .tour-show .sidebar .reserve-now {
    font-size: 24px;
    padding-right: 15px;
  }
  .tour-show .tour-body .rich-content-item {
    padding-left: 45px;
    padding-right: calc(95px + 35%);
  }
  .tour-show .tour-body .rich-content-item.no-sidebar-allowed {
    padding-left: 45px;
    padding-right: 45px;
  }
  .private-tour .tour-header {
    padding-right: 45px;
  }
  .private-tour .tour-body .rich-content-item {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .tour-show .sidebar {
    background-color: #f0f2f8;
    bottom: 0;
    left: 0;
    padding: 93px 15px 15px 15px;
    position: fixed!important;
    top: auto!important;
    width: 100%;
  }
  .tour-show .sidebar .rich-content-item {
    display: none;
  }
  .tour-show .sidebar .rich-content-item.reserve-now {
    bottom: 15px;
    cursor: pointer;
    display: block;
    left: 15px;
    margin-bottom: 0;
    position: absolute;
    right: 15px;
    width: auto;
  }
  .add-to-cart-open {
    overflow: hidden;
  }
  .add-to-cart-open .tour-show .sidebar {
    overflow-y: scroll;
    padding-top: 80px;
    top: 0!important;
  }
  .add-to-cart-open .tour-show .sidebar .reservation-process {
    background-color: #f0f2f8;
    border: none;
    border-radius: 0;
    bottom: 0;
    display: block;
    left: 0;
    margin-bottom: 0;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 60px;
  }
  .add-to-cart-open .tour-show .sidebar .reservation-process .mobile-header {
    display: block;
    position: relative;
  }
  .add-to-cart-open .tour-show .sidebar .reservation-process .mobile-header h3 {
    font-size: 24px;
    margin-top: 0;
    padding-right: 40px;
  }
  .add-to-cart-open .tour-show .sidebar .reservation-process .mobile-header a.close {
    color: #666f82;
    display: block;
    font-size: 24px;
    position: absolute;
    right: 0;
    text-align: right;
    text-decoration: none;
    top: 0;
    width: 40px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .tour-show .tour-header {
    padding-left: 45px;
    padding-right: 45px;
  }
  .tour-show .tour-body .rich-content-item {
    padding-left: 45px;
    padding-right: 45px;
  }
  .tour-show .tour-body .rich-content-item.no-sidebar-allowed {
    padding-left: 45px;
    padding-right: 45px;
  }
  .tour-show.private-tour .tour-header {
    padding-right: 45px;
  }
  .tour-show.private-tour .tour-body .rich-content-item {
    padding-right: 45px;
  }
}
@media only screen and (max-width: 736px) {
  .tour-show .in-page-menu {
    display: none;
  }
  .tour-show .tour-header {
    padding: 25px;
  }
  .tour-show .tour-header h3.name {
    font-size: 21px;
  }
  .tour-show .tour-header .tour-icon {
    padding-top: 25px;
    width: 80px;
  }
  .tour-show .tour-header .tour-icon .icon-wrapper:before {
    display: none;
  }
  .tour-show .tour-header .details {
    margin-bottom: 0;
    padding-left: 90px;
    padding-top: 20px;
  }
  .tour-show .tour-header .details .review-information .star-ratings {
    display: block;
    margin-bottom: 10px;
  }
  .tour-show .tour-header .details .review-information .average {
    margin-left: 0;
  }
  .tour-show .tour-header ul.extended-details {
    display: none;
  }
  .tour-show .tour-body .rich-content-item {
    padding: 0 25px 25px 25px;
  }
  .tour-show .tour-body .rich-content-item.no-sidebar-allowed {
    padding: 0 25px 25px 25px;
  }
  .tour-show .tour-body .rich-content-item.grey-background {
    padding-top: 25px;
  }
  .tour-show .tour-body .rich-content-item.grey-background.connected {
    padding-top: 0;
  }
  .tour-show .tour-body .rich-content-item.video,
  .tour-show .tour-body .rich-content-item.image-gallery {
    padding-left: 0;
    padding-right: 0;
  }
  .tour-show.private-tour .tour-header {
    padding-right: 25px;
  }
  .tour-show.private-tour .tour-body .rich-content-item {
    padding-right: 25px;
  }
}
.destination-cart .desktop-cart {
  margin: 0 90px;
}
@media only screen and (max-width: 736px), only screen and (min-width: 737px) and (max-width: 1024px) {
  .destination-cart .desktop-cart {
    display: none;
  }
}
.destination-cart .desktop-cart .cart-header {
  margin-bottom: 25px;
}
.destination-cart .desktop-cart .cart-header:before,
.destination-cart .desktop-cart .cart-header:after {
  content: " ";
  display: table;
}
.destination-cart .desktop-cart .cart-header:after {
  clear: both;
}
.destination-cart .desktop-cart .cart-header h3 {
  float: left;
  font-size: 32px;
  height: 70px;
  line-height: 70px;
  margin: 0;
  padding: 0;
}
.destination-cart .desktop-cart .cart-header a.btn {
  display: block;
  float: right;
}
.destination-cart .desktop-cart .cart-items {
  border: 1px solid #c9cedd;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.destination-cart .desktop-cart .cart-items thead tr th {
  background-color: #f1f1f1;
  padding: 25px;
  text-align: left;
}
.destination-cart .desktop-cart .cart-items tbody tr td {
  border-top: 1px solid #c9cedd;
  padding: 25px;
  text-align: left;
}
.destination-cart .desktop-cart .cart-totals {
  margin-top: 10px;
  width: 100%;
}
.destination-cart .desktop-cart .cart-totals tr td {
  padding: 5px 25px;
  text-align: left;
}
.destination-cart .desktop-cart .cart-totals tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.destination-cart .desktop-cart .cart-footer {
  padding: 25px 0;
}
.destination-cart .desktop-cart .cart-footer:before,
.destination-cart .desktop-cart .cart-footer:after {
  content: " ";
  display: table;
}
.destination-cart .desktop-cart .cart-footer:after {
  clear: both;
}
.destination-cart .desktop-cart .cart-footer .promo-code {
  float: left;
  width: 40%;
}
.destination-cart .desktop-cart .cart-footer .promo-code label {
  display: block;
  width: 100%;
}
.destination-cart .desktop-cart .cart-footer .promo-code input {
  width: 60%;
}
.destination-cart .desktop-cart .cart-footer .promo-code .btn {
  height: 46px;
  line-height: 46px;
  padding: 0 35px;
}
.destination-cart .desktop-cart .checkout {
  float: right;
}
@media only screen and (min-width: 1129px), only screen and (min-width: 1100px) and (max-width: 1128px), only screen and (min-width: 1442px) {
  .destination-cart .mobile-cart {
    display: none;
  }
}
.destination-cart .mobile-cart .cart-header {
  padding-left: 25px;
  padding-right: 25px;
}
.destination-cart .mobile-cart .cart-header .btn {
  width: 100%;
}
.destination-cart .mobile-cart .cart-header h3 {
  font-size: 27px;
  font-weight: 600;
  text-align: center;
}
.destination-cart .mobile-cart ul.cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.destination-cart .mobile-cart ul.cart-items li.item .header {
  border-bottom: 1px solid #bdd1d6;
  padding: 25px 25px;
  position: relative;
}
.destination-cart .mobile-cart ul.cart-items li.item .header .name {
  font-size: 18px;
  padding-right: 25px;
}
.destination-cart .mobile-cart ul.cart-items li.item .header .handle {
  display: block;
  height: 25px;
  line-height: 25px;
  position: absolute;
  right: 25px;
  text-align: center;
  text-decoration: none;
  top: calc(50% - 12px);
  width: 25px;
}
.destination-cart .mobile-cart ul.cart-items li.item .body {
  border-bottom: 1px solid #bdd1d6;
  display: none;
  padding: 25px 0;
}
.destination-cart .mobile-cart ul.cart-items li.item .body .date,
.destination-cart .mobile-cart ul.cart-items li.item .body .passengers,
.destination-cart .mobile-cart ul.cart-items li.item .body .total {
  font-size: 16px;
  font-weight: 600;
  padding: 0 25px 15px 25px;
}
.destination-cart .mobile-cart ul.cart-items li.item .body .total:before,
.destination-cart .mobile-cart ul.cart-items li.item .body .total:after {
  content: " ";
  display: table;
}
.destination-cart .mobile-cart ul.cart-items li.item .body .total:after {
  clear: both;
}
.destination-cart .mobile-cart ul.cart-items li.item .body .total span {
  display: block;
  float: right;
}
.destination-cart .mobile-cart ul.cart-items li.item .body .controls {
  padding: 0 25px;
}
.destination-cart .mobile-cart ul.cart-items li.item .body .controls:before,
.destination-cart .mobile-cart ul.cart-items li.item .body .controls:after {
  content: " ";
  display: table;
}
.destination-cart .mobile-cart ul.cart-items li.item .body .controls:after {
  clear: both;
}
.destination-cart .mobile-cart ul.cart-items li.item .body .controls .edit {
  float: left;
}
.destination-cart .mobile-cart ul.cart-items li.item .body .controls .remove {
  float: right;
}
.destination-cart .mobile-cart .cart-totals {
  margin-top: 10px;
  width: 100%;
}
.destination-cart .mobile-cart .cart-totals tr td {
  padding: 5px 25px;
  text-align: left;
}
.destination-cart .mobile-cart .cart-totals tr td.label {
  text-align: left;
  padding-left: 25px;
}
.destination-cart .mobile-cart .cart-totals tr td.value {
  text-align: right;
  padding-right: 25px;
}
.destination-cart .mobile-cart .cart-totals tr:nth-child(even) td {
  background-color: #f1f1f1;
}
.destination-cart .mobile-cart .cart-controls {
  padding: 15px 25px;
}
.destination-cart .mobile-cart .cart-controls .btn.checkout {
  width: 100%;
}
.login-section {
  background-color: #f0f2f8;
  border-top: 1px solid #bdd1d6;
  padding: 30px 90px;
}
.login-section:before,
.login-section:after {
  content: " ";
  display: table;
}
.login-section:after {
  clear: both;
}
.login-section h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
}
.login-section .login {
  border-right: 1px solid #bdd1d6;
  float: left;
  padding-right: 60px;
  width: 66.666666%;
}
.login-section .login form .form-group {
  padding-bottom: 10px;
}
.login-section .login form .form-group input {
  border: 1px solid #61b4d1;
  width: 100%;
}
.login-section .login input[type=submit] {
  float: right;
  padding: 15px 25px;
}
.login-section .login .form-footer:before,
.login-section .login .form-footer:after {
  content: " ";
  display: table;
}
.login-section .login .form-footer:after {
  clear: both;
}
.login-section .login .social-login {
  margin: 30px auto 0 auto;
  max-width: 500px;
  width: 100%;
}
.login-section .login .social-login:before,
.login-section .login .social-login:after {
  content: " ";
  display: table;
}
.login-section .login .social-login:after {
  clear: both;
}
.login-section .login .social-login a {
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  width: calc(50% - 5px);
}
.login-section .login .social-login a i {
  font-size: 32px;
  padding-left: 5px;
  vertical-align: middle;
}
.login-section .login .social-login a.facebook {
  background-color: #3a5999;
  float: left;
}
.login-section .login .social-login a.facebook:hover {
  background-color: #4b70bb;
}
.login-section .login .social-login a.google-plus {
  background-color: #f8bd00;
  float: right;
}
.login-section .login .social-login a.google-plus:hover {
  background-color: #ffcd2c;
}
.login-section .register-continue-section {
  float: right;
  padding: 40px 0 0 60px;
  width: 33.3333333%;
}
.login-section .register-continue-section a {
  margin-bottom: 20px;
  width: 100%;
}
.checkout-form {
  background-color: #f0f2f8;
  border-top: 1px solid #bdd1d6;
  margin-top: 50px;
  padding: 50px 90px 0 90px;
}
.checkout-form:before,
.checkout-form:after {
  content: " ";
  display: table;
}
.checkout-form:after {
  clear: both;
}
.checkout-form .section {
  float: left;
  width: calc(50% - 25px);
}
.checkout-form .section.personal-information {
  margin-right: 50px;
}
.checkout-form .section h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
}
.checkout-form .section .submit {
  text-align: right;
}
.checkout-form .section .form-group {
  margin-bottom: 40px;
}
.checkout-form .section .form-group label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 15px;
}
.checkout-form .section .form-group label b {
  color: #ee2c3c;
}
.checkout-form .section .form-group input[type=text] {
  border-color: #61b4d1;
  width: 100%;
}
.checkout-form .section .form-group textarea {
  border-color: #61b4d1;
  border-radius: 3px;
  height: 150px;
  width: 100%;
}
.checkout-form .section .form-group .terms {
  border: 1px solid #61b4d1;
  border-radius: 3px;
  height: 100px;
  margin-bottom: 10px;
  padding: 10px;
  overflow-y: auto;
}
.checkout-form .section .form-group .terms p {
  margin: 0;
}
.checkout-form .section .form-group .chosen-container .chosen-single {
  border: 1px solid #61b4d1;
  height: 46px;
}
.checkout-form .section .form-group .chosen-container .chosen-single > span {
  line-height: 46px;
}
.checkout-form .section .form-group .chosen-container .chosen-single div {
  padding-right: 8px;
}
.checkout-form .section .form-group .chosen-container .chosen-single div b {
  background-position: center right;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .checkout-form {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
  .checkout-form .section {
    float: none;
    width: 100%;
  }
  .login-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .login-section .login {
    border-right: 0;
    float: none;
    padding-right: 0;
    width: 100%;
  }
  .login-section .register-continue-section {
    float: none;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 736px) {
  .login-section .login .social-login a {
    float: none;
    margin-bottom: 5px;
    width: 100%;
  }
}
.checkout-complete-header {
  padding: 0 90px 25px 90px;
}
.checkout-complete-header h3 {
  font-size: 32px;
  font-weight: 600;
}
.tell-your-friends {
  background-color: #f0f2f8;
  border-top: 1px solid #bdd1d6;
  margin-top: 50px;
  padding: 50px 90px 50px 90px;
}
.tell-your-friends h2 {
  font-size: 42px;
  font-weight: 600;
  margin-top: 0;
  text-align: center;
}
.tell-your-friends .share {
  text-align: center;
}
.tell-your-friends .share a {
  display: inline-block;
  margin: 0 5px;
}
.tell-your-friends .share a div {
  display: inline-block;
  position: relative;
}
.tell-your-friends .share a:hover div:after {
  background-color: rgba(255, 255, 255, 0.2);
  bottom: 0;
  content: ' ';
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .tell-your-friends {
    padding: 25px;
  }
  .tell-your-friends h2 {
    font-size: 27px;
    text-align: center;
  }
  .tell-your-friends .share a {
    display: block;
    width: 100%;
  }
}
.registration .registration-form {
  margin: 0 auto;
  width: 50%;
}
.registration .registration-form h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
}
.registration .registration-form form .form-group {
  margin-bottom: 20px;
}
.registration .registration-form form .form-group label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 15px;
}
.registration .registration-form form .form-group label b {
  color: #ee2c3c;
}
.registration .registration-form form .form-group input[type=text],
.registration .registration-form form .form-group input[type=email],
.registration .registration-form form .form-group input[type=password] {
  border-color: #61b4d1;
  width: 100%;
}
.registration .registration-form form .submit {
  margin-bottom: 20px;
}
.registration .registration-form form .social-login {
  margin: 30px auto 20px auto;
  max-width: 500px;
  width: 100%;
}
.registration .registration-form form .social-login:before,
.registration .registration-form form .social-login:after {
  content: " ";
  display: table;
}
.registration .registration-form form .social-login:after {
  clear: both;
}
.registration .registration-form form .social-login a {
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 20px;
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  text-align: center;
  text-decoration: none;
  width: calc(50% - 5px);
}
.registration .registration-form form .social-login a i {
  font-size: 32px;
  padding-left: 5px;
  vertical-align: middle;
}
.registration .registration-form form .social-login a.facebook {
  background-color: #3a5999;
  float: left;
}
.registration .registration-form form .social-login a.facebook:hover {
  background-color: #4b70bb;
}
.registration .registration-form form .social-login a.google-plus {
  background-color: #f8bd00;
  float: right;
}
.registration .registration-form form .social-login a.google-plus:hover {
  background-color: #ffcd2c;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .registration .registration-form {
    margin: 0 45px;
    width: auto;
  }
  .registration .registration-form form .form-group input[type=text],
  .registration .registration-form form .form-group input[type=email],
  .registration .registration-form form .form-group input[type=password] {
    width: 100%;
  }
  .registration .registration-form form .social-login a {
    float: none;
    width: 100%;
  }
  .registration .registration-form form .social-login a.facebook {
    margin-bottom: 10px;
  }
}
.account-overview {
  padding: 30px 90px;
}
.account-overview:before,
.account-overview:after {
  content: " ";
  display: table;
}
.account-overview:after {
  clear: both;
}
.account-overview h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
}
.account-overview .overview {
  float: left;
  width: 20%;
}
.account-overview .overview .profile-image {
  border: 3px solid #f0f2f8;
  border-radius: 50%;
  margin: 0 auto;
  max-width: 200px;
  padding: 3px;
}
.account-overview .overview .profile-image:before,
.account-overview .overview .profile-image:after {
  content: " ";
  display: table;
}
.account-overview .overview .profile-image:after {
  clear: both;
}
.account-overview .overview .profile-image img {
  border-radius: 50%;
  display: inline-block;
  float: left;
}
.account-overview .overview .profile-name {
  padding-top: 10px;
  text-align: center;
}
.account-overview .overview .all-reservations,
.account-overview .overview .upcoming-reservations {
  padding-top: 10px;
  text-align: center;
}
.account-overview .billing-information {
  float: left;
  padding-left: 30px;
  width: 80%;
}
.account-overview .billing-information .billing-information-content {
  padding-bottom: 28px;
}
.account-overview .billing-information .billing-information-content:before,
.account-overview .billing-information .billing-information-content:after {
  content: " ";
  display: table;
}
.account-overview .billing-information .billing-information-content:after {
  clear: both;
}
.account-overview .billing-information .billing-information-content .email,
.account-overview .billing-information .billing-information-content .phone,
.account-overview .billing-information .billing-information-content .address {
  float: left;
  width: calc(33.333333% - 10px);
}
.account-overview .billing-information .billing-information-content .phone {
  padding-left: 15px;
}
.account-overview .billing-information .billing-information-content h5 {
  margin: 0;
}
.account-overview .billing-information .billing-information-content .form {
  display: none;
}
.account-overview .billing-information .billing-information-content .form input[type=text],
.account-overview .billing-information .billing-information-content .form input[type=email] {
  margin-bottom: 15px;
}
.mobile-reservations {
  display: none;
}
.desktop-reservations {
  border-top: 1px solid #bdd1d6;
  padding: 30px 90px;
}
.desktop-reservations h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
}
.reservation-items {
  border: 1px solid #c9cedd;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
}
.reservation-items thead tr th {
  background-color: #f1f1f1;
  padding: 25px;
  text-align: left;
}
.reservation-items tbody tr td {
  border-top: 1px solid #c9cedd;
  padding: 25px;
  text-align: left;
}
@media only screen and (max-width: 736px) {
  .account-overview {
    padding: 30px 15px;
  }
  .account-overview h3 {
    text-align: center;
  }
  .account-overview .overview {
    float: none;
    width: 100%;
  }
  .account-overview .billing-information {
    float: none;
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
  .account-overview .billing-information .billing-information-content .email,
  .account-overview .billing-information .billing-information-content .phone,
  .account-overview .billing-information .billing-information-content .address {
    float: none;
    padding: 10px 0 0 0;
    width: 100%;
  }
  .desktop-reservations {
    display: none;
  }
  .mobile-reservations {
    border-top: 1px solid #bdd1d6;
    display: block;
    padding: 30px 15px;
  }
  .mobile-reservations h3 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
  }
  .mobile-reservations .mobile-reservation-item h4 {
    margin-bottom: 0;
  }
  .mobile-reservations .mobile-reservation-item .reservation-field {
    padding-bottom: 10px;
  }
  .mobile-reservations .mobile-reservation-item .reservation-field:before,
  .mobile-reservations .mobile-reservation-item .reservation-field:after {
    content: " ";
    display: table;
  }
  .mobile-reservations .mobile-reservation-item .reservation-field:after {
    clear: both;
  }
  .mobile-reservations .mobile-reservation-item .reservation-field label {
    display: block;
    float: left;
    font-weight: bold;
    width: 90px;
  }
  .mobile-reservations .mobile-reservation-item .reservation-field .value {
    display: block;
    float: right;
    width: calc(100% - 100px);
    text-align: right;
  }
  .mobile-reservations a.btn {
    width: 100%;
  }
}
.purchase-history h3 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 0;
}
.purchase-history .purchases {
  padding: 0 90px 20px 90px;
}
.purchase-history .purchases .purchases-list .controls {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.purchase-history .purchases .purchases-list .controls li {
  display: inline-block;
  padding: 0 10px;
}
.purchase-history .purchases .purchases-list .controls li:first-child {
  padding-left: 0;
}
.purchase-history .purchases .purchases-list .controls li a {
  color: #666f82;
  display: inline-block;
  font-weight: 600;
  padding: 5px 20px;
  text-decoration: none;
}
.purchase-history .purchases .purchases-list .controls li a:hover {
  color: #fff;
  background-color: #a5c628;
  border-radius: 15px;
}
.purchase-history .purchases .purchases-list .controls li.active a {
  color: #fff;
  background-color: #a5c628;
  border-radius: 15px;
}
.purchase-history .purchases .purchases-list .list {
  border: 1px solid #c9cedd;
  border-radius: 10px;
  margin: 20px 0;
  overflow: hidden;
}
.purchase-history .purchases .purchases-list .list .header {
  background-color: #f1f1f1;
  border-bottom: 1px solid #c9cedd;
  font-size: 20px;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
}
.purchase-history .purchases .purchases-list .list .header .destination {
  float: left;
  padding-left: 40px;
  width: 75%;
}
.purchase-history .purchases .purchases-list .list .header .date {
  float: right;
  padding: 0 10px;
  width: 25%;
}
.purchase-history .purchases .purchases-list .list .body .destination {
  border-bottom: 1px solid #c9cedd;
}
.purchase-history .purchases .purchases-list .list .body .destination:last-child {
  border-bottom: 0;
}
.purchase-history .purchases .purchases-list .list .body .destination a.destination-toggle {
  display: block;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  width: 100%;
}
.purchase-history .purchases .purchases-list .list .body .destination a.destination-toggle:before {
  background-image: url("/themes/bullfrog/images/up-indicator-large.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: ' ';
  display: block;
  left: 10px;
  height: 60px;
  position: absolute;
  top: 0;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .purchase-history .purchases .purchases-list .list .body .destination a.destination-toggle:before {
    background-image: url("/themes/bullfrog/images/up-indicator-large@2x.png");
    background-size: 14px 7px;
  }
}
.purchase-history .purchases .purchases-list .list .body .destination.active a.destination-toggle:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase {
  border-top: 1px solid #c9cedd;
  display: none;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .general {
  height: 60px;
  line-height: 60px;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .general .activity-name {
  float: left;
  padding-left: 80px;
  position: relative;
  width: 75%;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .general .activity-name:before {
  background-image: url("/themes/bullfrog/images/up-indicator-small.png");
  background-position: center center;
  background-repeat: no-repeat;
  content: ' ';
  display: block;
  left: 50px;
  height: 60px;
  position: absolute;
  top: 0;
  width: 30px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .general .activity-name:before {
    background-image: url("/themes/bullfrog/images/up-indicator-small@2x.png");
    background-size: 12px 5px;
  }
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .general .activity-name .purchase-toggle {
  display: block;
  text-decoration: none;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .general .activity-date {
  float: right;
  padding: 0 10px;
  width: 25%;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details {
  border-top: 1px solid #c9cedd;
  display: none;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row {
  padding: 10px 0;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:before,
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:after {
  content: " ";
  display: table;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:after {
  clear: both;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) {
  background-color: #f1f1f1;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-1,
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-1,
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-2,
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-2 {
  display: block;
  float: left;
  padding: 0 10px;
  width: 25%;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-1,
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-2 {
  text-align: right;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-1,
.purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-2 {
  color: #abb0bc;
}
.purchase-history .purchases .purchases-list .list .body .destination .purchase.active .general .activity-name:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.purchase-history .purchases .contact:before,
.purchase-history .purchases .contact:after {
  content: " ";
  display: table;
}
.purchase-history .purchases .contact:after {
  clear: both;
}
.purchase-history .purchases .contact p {
  float: left;
  width: 30%;
}
.purchase-history .purchases .contact .buttons {
  float: right;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .purchase-history .purchases .contact p {
    float: none;
    text-align: center;
    width: 100%;
  }
  .purchase-history .purchases .contact .buttons {
    float: none;
    text-align: center;
    width: 100%;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .purchase-history .purchases {
    padding: 20px 0;
  }
  .purchase-history .purchases h3 {
    border-bottom: 1px solid #c9cedd;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
  }
  .purchase-history .purchases .purchases-list .controls {
    text-align: center;
  }
  .purchase-history .purchases .purchases-list .list {
    border-left: 0;
    border-radius: 0;
    border-right: 0;
  }
  .purchase-history .purchases .purchases-list .list .header {
    display: none;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .general {
    line-height: 1em;
    height: auto;
    padding: 15px 0;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .general .activity-name {
    float: none;
    padding-left: 40px;
    width: 100%;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .general .activity-name:before {
    bottom: 0;
    height: auto;
    left: 10px;
    top: 0;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .general .activity-date {
    float: none;
    padding-left: 40px;
    width: 100%;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) {
    background-color: #fff;
    padding: 0;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-1,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .label-1,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-1,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .value-1 {
    background-color: #f1f1f1;
    padding: 10px 15px;
    width: 50%;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-1.label-1,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .label-1.label-1,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-1.label-1,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .value-1.label-1 {
    text-align: left;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-1.value-1,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .label-1.value-1,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-1.value-1,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .value-1.value-1 {
    text-align: right;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-2,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .label-2,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-2,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .value-2 {
    padding: 10px 15px;
    width: 50%;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-2.label-2,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .label-2.label-2,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-2.label-2,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .value-2.label-2 {
    text-align: left;
  }
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .label-2.value-2,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .label-2.value-2,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row .value-2.value-2,
  .purchase-history .purchases .purchases-list .list .body .destination .purchase .details .row:nth-child(odd) .value-2.value-2 {
    text-align: right;
  }
  .purchase-history .purchases .contact p {
    float: none;
    text-align: center;
    width: 100%;
  }
  .purchase-history .purchases .contact .buttons {
    float: none;
    text-align: center;
    padding: 0 15px;
    width: 100%;
  }
  .purchase-history .purchases .contact .buttons .btn {
    display: block;
    margin: 0 0 10px 0;
    width: 100%;
  }
}
.rich-content-item {
  padding: 0 90px 60px 90px;
}
.rich-content-item.after-hero-slider,
.rich-content-item.first-after-grey {
  padding-top: 60px;
}
.rich-content-item.grey-background {
  padding-top: 60px;
  background-color: #f0f2f8;
}
.rich-content-item.grey-background.connected {
  padding-top: 0px;
}
@media only screen and (min-width: 1442px) {
  .rich-content-item {
    padding-left: calc((100% - 1380px) / 2);
    padding-right: calc((100% - 1380px) / 2);
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1128px), only screen and (min-width: 737px) and (max-width: 1024px) {
  .rich-content-item {
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 30px;
  }
  .rich-content-item.after-hero-slider,
  .rich-content-item.first-after-grey {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1128px), only screen and (min-width: 1129px), only screen and (min-width: 1442px) {
  .hide-on-desktop {
    display: none;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .hide-on-tablet {
    display: none;
  }
}
@media only screen and (max-width: 736px) {
  .rich-content-item {
    padding: 0 15px 30px 15px;
  }
  .rich-content-item.after-hero-slider,
  .rich-content-item.first-after-grey {
    padding-top: 30px;
  }
  .rich-content-item.grey-background {
    padding-top: 30px;
  }
  .hide-on-mobile {
    display: none;
  }
}
.promotional-banner img {
  display: block;
  margin: 0 auto;
}
.rich-content-item.wysiwyg *:first-child {
  margin-top: 0;
}
.rich-content-item.wysiwyg-with-image .title {
  font-size: 56px;
  font-weight: 600;
  margin: 30px 0 0 0;
  text-align: center;
}
.rich-content-item.wysiwyg-with-image .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: -28px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group:before,
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group:after {
  content: " ";
  display: table;
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group:after {
  clear: both;
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group .image:before,
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group .image:after {
  content: " ";
  display: table;
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group .image:after {
  clear: both;
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group .image > div {
  float: left;
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group .image > div .caption {
  padding-top: 10px;
  text-align: center;
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.image-on-left .image {
  float: left;
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.image-on-right .image {
  float: right;
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.one-quarter .image {
  width: calc(25% - 25px);
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.one-quarter.image-on-left .wysiwyg-content {
  margin-left: calc(25% + 25px);
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.one-quarter.image-on-right .wysiwyg-content {
  margin-right: calc(25% + 25px);
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.one-third .image {
  width: calc(33.333333333% - 25px);
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.one-third.image-on-left .wysiwyg-content {
  margin-left: calc(33.333333333% + 25px);
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.one-third.image-on-right .wysiwyg-content {
  margin-right: calc(33.333333333% + 25px);
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.one-half .image {
  width: calc(50% - 25px);
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.one-half.image-on-left .wysiwyg-content {
  margin-left: calc(50% + 25px);
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group.one-half.image-on-right .wysiwyg-content {
  margin-right: calc(50% + 25px);
}
.rich-content-item.wysiwyg-with-image .image-wysiwyg-group .wysiwyg-content *:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .rich-content-item.wysiwyg-with-image .image-wysiwyg-group .image {
    float: none !important;
    text-align: center;
    width: 100%!important;
  }
  .rich-content-item.wysiwyg-with-image .image-wysiwyg-group .image > div {
    float: none;
    display: inline-block;
  }
  .rich-content-item.wysiwyg-with-image .image-wysiwyg-group .image > div .caption {
    padding-bottom: 10px;
  }
  .rich-content-item.wysiwyg-with-image .image-wysiwyg-group .wysiwyg-content {
    margin-left: 0!important;
    margin-right: 0!important;
  }
}
@media only screen and (max-width: 736px) {
  .rich-content-item.wysiwyg-with-image .title {
    font-size: 28px;
  }
  .rich-content-item.wysiwyg-with-image .subtitle {
    display: none;
  }
}
.rich-content-item.wysiwyg-with-video .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.rich-content-item.wysiwyg-with-video .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: -28px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group:before,
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group:after {
  content: " ";
  display: table;
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group:after {
  clear: both;
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group .video:before,
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group .video:after {
  content: " ";
  display: table;
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group .video:after {
  clear: both;
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group .video .caption {
  padding-top: 10px;
  text-align: center;
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.video-on-left .wysiwyg-content {
  float: right;
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.video-on-right .wysiwyg-content {
  float: left;
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.one-quarter .wysiwyg-content {
  width: calc(25% - 25px);
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.one-quarter.video-on-left .video {
  margin-right: calc(25% + 25px);
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.one-quarter.video-on-right .video {
  margin-left: calc(25% + 25px);
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.one-third .wysiwyg-content {
  width: calc(33.333333333% - 25px);
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.one-third.video-on-left .video {
  margin-right: calc(33.333333333% + 25px);
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.one-third.video-on-right .video {
  margin-left: calc(33.333333333% + 25px);
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.one-half .wysiwyg-content {
  width: calc(50% - 25px);
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.one-half.video-on-left .video {
  margin-right: calc(50% + 25px);
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group.one-half.video-on-right .video {
  margin-left: calc(50% + 25px);
}
.rich-content-item.wysiwyg-with-video .video-wysiwyg-group .wysiwyg-content *:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .rich-content-item.wysiwyg-with-video .video-wysiwyg-group .wysiwyg-content {
    float: none !important;
    text-align: center;
    width: 100%!important;
  }
  .rich-content-item.wysiwyg-with-video .video-wysiwyg-group .video {
    margin-left: 0!important;
    margin-right: 0!important;
  }
  .rich-content-item.wysiwyg-with-video .video-wysiwyg-group .video .caption {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 736px) {
  .rich-content-item.wysiwyg-with-video .title {
    font-size: 28px;
  }
  .rich-content-item.wysiwyg-with-video .subtitle {
    display: none;
  }
}
.full-width-destination-selector {
  background-color: rgba(0, 0, 0, 0.5);
  height: 130px;
  margin: -130px 0 0 0;
  padding: 25px 0;
  position: relative;
  width: 100%;
  z-index: 1000;
}
.full-width-destination-selector .selector {
  display: block;
  height: 80px;
  margin: 0 auto;
  width: 620px;
}
.full-width-destination-selector .selector select {
  height: 80px;
  width: 620px;
}
.full-width-destination-selector .selector .chosen-single {
  font-size: 26px;
  font-weight: 600;
  height: 80px;
  line-height: 80px;
  padding: 0 28px;
}
@media only screen and (max-width: 736px) {
  .full-width-destination-selector {
    background-color: transparent;
    height: auto;
    margin: 0;
    padding: 15px;
  }
  .full-width-destination-selector .selector {
    height: 47px;
    width: 100%;
  }
  .full-width-destination-selector .selector select {
    height: 47px;
    width: 100%;
  }
  .full-width-destination-selector .selector .chosen-single {
    border: 1px solid #61b4d1;
    color: #666f82;
    font-size: 18px;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
  }
  .full-width-destination-selector .selector .chosen-drop {
    border-left: 1px solid #61b4d1;
    border-right: 1px solid #61b4d1;
    border-bottom: 1px solid #61b4d1;
  }
}
ul.divided-list {
  border-top: 1px solid #bdd1d6;
  border-bottom: 1px solid #bdd1d6;
  display: table;
  height: 80px;
  list-style: none;
  margin: 0 0 60px 0;
  padding-bottom: 0;
  padding-top: 0;
  width: 100%;
}
ul.divided-list li {
  color: #61b4d1;
  display: table-cell;
  font-family: 'ywft_ultramagnetic_expandedRg';
  font-size: 14px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}
ul.divided-list li:after {
  background-color: #bdd1d6;
  content: ' ';
  display: block;
  height: 30px;
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: 25px;
  width: 1px;
}
ul.divided-list li:last-child:after {
  display: none;
}
ul.divided-list li:first-child {
  text-align: left;
}
ul.divided-list li:last-child {
  text-align: right;
}
ul.divided-list li img {
  max-width: 15%;
  vertical-align: middle;
}
@media only screen and (min-width: 1100px) and (max-width: 1128px) {
  ul.divided-list li {
    font-size: 12px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  ul.divided-list li {
    font-size: 10px;
  }
}
@media only screen and (max-width: 736px) {
  ul.divided-list {
    border-top: none;
    border-bottom: none;
    height: auto;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  ul.divided-list li {
    display: block;
    padding: 30px;
    text-align: left!important;
    width: 100%!important;
  }
  ul.divided-list li:before,
  ul.divided-list li:after {
    content: " ";
    display: table;
  }
  ul.divided-list li:after {
    clear: both;
  }
  ul.divided-list li:after {
    bottom: 0;
    height: 1px;
    left: calc(50% - 10px);
    right: auto;
    top: auto;
    width: 30px;
  }
}
.homepage-hero-slider {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.homepage-hero-slider .slider {
  padding-bottom: 130px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .homepage-hero-slider .slider {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 736px) {
  .homepage-hero-slider .slider {
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 60px;
  }
}
.tour-page-hero-slider {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.tour-page-hero-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tour-page-hero-slider ul li {
  margin: 0;
}
@media only screen and (max-width: 736px) {
  .tour-page-hero-slider .slider {
    overflow: hidden;
    padding-bottom: 0;
  }
}
.destination-list .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.destination-list .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 2px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.destination-list .destinations {
  font-size: 0;
  list-style: none;
  margin: 50px 0 -10px 0;
  padding: 0;
}
.destination-list .destinations li {
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px 10px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: calc(25% - 10px);
}
.destination-list .destinations li:nth-child(4n+4) {
  margin-right: 0;
}
.destination-list .destinations li img {
  display: block;
  width: 100%;
}
.destination-list .destinations li a {
  bottom: 0;
  color: #fff;
  display: block;
  font-size: 3vw;
  font-weight: 900;
  left: 0;
  padding: 5px;
  position: absolute;
  right: 0;
  text-align: center;
  text-decoration: none;
  top: 0;
}
.destination-list .destinations li a:hover {
  background-color: rgba(97, 180, 209, 0.8);
}
.destination-list .destinations li a span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .destination-list .destinations li {
    width: calc(50% - 10px);
  }
  .destination-list .destinations li:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 736px) {
  .destination-list {
    padding: 0 0 15px 0!important;
  }
  .destination-list .title {
    font-size: 28px;
  }
  .destination-list .subtitle {
    display: none;
  }
  .destination-list .destinations {
    margin-top: 15px;
  }
  .destination-list .destinations li {
    border-radius: 0;
    margin-right: 0;
    width: 100%;
  }
  .destination-list .destinations li a {
    font-size: 40px;
  }
}
.category-grid ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
}
.category-grid ul:before,
.category-grid ul:after {
  content: " ";
  display: table;
}
.category-grid ul:after {
  clear: both;
}
.category-grid ul li {
  display: table;
  float: left;
  margin: 0 20px 28px 0;
  padding: 0;
  width: calc(33.333333% - 13.33333px);
}
.category-grid ul li:before,
.category-grid ul li:after {
  content: " ";
  display: table;
}
.category-grid ul li:after {
  clear: both;
}
.category-grid ul li:nth-child(3n+3) {
  margin-right: 0;
}
.category-grid ul li .image {
  display: table-cell;
  padding-right: 20px;
  width: 30%;
}
.category-grid ul li .image img {
  display: block;
  width: 100%;
}
.category-grid ul li .details {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.category-grid ul li .details .name {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.category-grid ul li .details .name a {
  color: #666f82;
}
.category-grid ul li .details .star-ratings {
  display: inline-block;
}
.category-grid ul li .details .average {
  display: inline-block;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 8px 0 10px;
  padding: 0 10px 0 0;
  position: relative;
}
.category-grid ul li .details .average:after {
  background-color: #bdd1d6;
  bottom: -1px;
  content: ' ';
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: -1px;
  width: 1px;
}
.category-grid ul li .details .reviews-link {
  display: inline-block;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .category-grid ul li {
    display: block;
  }
  .category-grid ul li .image {
    display: none;
    padding-right: 0;
    text-align: center;
    width: 100%;
  }
  .category-grid ul li .details {
    display: block;
    width: 100%;
  }
  .category-grid ul li .details .name {
    font-size: 20px;
  }
}
.star-ratings {
  background-image: url("/themes/bullfrog/images/star-ratings.png");
  height: 13px;
  position: relative;
  width: 81px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .star-ratings {
    background-image: url("/themes/bullfrog/images/star-ratings@2x.png");
    background-size: 81px 13px;
  }
}
.star-ratings .star-average {
  background-image: url("/themes/bullfrog/images/star-ratings-highlight.png");
  height: 13px;
  left: 0;
  position: absolute;
  top: 0;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .star-ratings .star-average {
    background-image: url("/themes/bullfrog/images/star-ratings-highlight@2x.png");
    background-size: 81px 13px;
  }
}
.tabs .navigation {
  height: 69px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tabs .navigation li {
  background-color: #f0f2f8;
  border-top: 1px solid #c9cedd;
  border-left: 1px solid #c9cedd;
  float: left;
  font-size: 18px;
  font-weight: 600;
  height: 65px;
  line-height: 65px;
  margin-top: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 14px 0 34px;
  position: relative;
}
.tabs .navigation li:hover {
  background-color: #f7f8fb;
  cursor: pointer;
}
.tabs .navigation li:hover:after {
  background-color: #f7f8fb;
}
.tabs .navigation li:after {
  background-color: #f0f2f8;
  border-right: 1px solid #c9cedd;
  border-top: 1px solid #c9cedd;
  border-top-right-radius: 6px;
  bottom: 0;
  content: ' ';
  position: absolute;
  right: -16px;
  text-indent: -10000px;
  top: -1px;
  -webkit-transform: skew(20deg);
          transform: skew(20deg);
  width: 27px;
  z-index: 1;
}
.tabs .navigation li:first-child {
  border-top-left-radius: 10px;
  padding-left: 28px;
}
.tabs .navigation li:first-child.active:before {
  left: 0;
}
.tabs .navigation li.active {
  background-color: #fff;
  border-top-left-radius: 10px;
  height: 69px;
  margin-top: 0;
  padding-top: 4px;
}
.tabs .navigation li.active:before {
  border: 1px solid #fff;
  bottom: -1px;
  content: ' ';
  left: 27px;
  position: absolute;
  right: -28px;
  text-indent: -10000px;
}
.tabs .navigation li.active:after {
  background-color: #fff;
}
.tabs .container {
  border: 1px solid #c9cedd;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 28px 28px 0 28px;
  width: 100%;
}
.image-gallery {
  position: relative;
}
.image-gallery img {
  vertical-align: top;
  max-width: auto;
  width: 100%;
}
.image-gallery .row {
  padding-bottom: 2px;
  width: 100;
}
.image-gallery .row:before,
.image-gallery .row:after {
  content: " ";
  display: table;
}
.image-gallery .row:after {
  clear: both;
}
.image-gallery .row:last-child {
  padding-bottom: 0;
}
.image-gallery .row.image-count-2 .image {
  float: left;
  padding: 0 1px;
  width: 50%;
}
.image-gallery .row.image-count-3 .image {
  float: left;
  padding: 0 1px;
  width: 33.33333333%;
}
.image-gallery .row.image-count-4 .image {
  float: left;
  padding: 0 1px;
  width: 25%;
}
.image-gallery .row.image-count-5 .image {
  float: left;
  padding: 0 1px;
  width: 20%;
}
.image-gallery .row.image-count-6 .image {
  float: left;
  padding: 0 1px;
  width: 16.66666666%;
}
.image-gallery ul.images {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.image-gallery ul.images li {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.image-gallery ul.bullets {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 16px;
  bottom: 25px;
  height: 30px;
  list-style: none;
  padding: 0 16px;
  position: absolute;
}
.image-gallery ul.bullets li {
  display: inline-block;
}
.image-gallery ul.bullets li a {
  color: rgba(0, 0, 0, 0.35);
  display: block;
  font-size: 40px;
  height: 32px;
  line-height: 26px;
  padding: 0;
  text-align: center;
  text-decoration: none;
  width: 32px;
}
.image-gallery ul.bullets li a:hover,
.image-gallery ul.bullets li a.active {
  color: #fff;
}
.activity-details .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.activity-details .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: -28px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.activity-details ul.details {
  list-style: none;
  margin: 0;
  padding: 0;
}
.activity-details ul.details .item {
  padding: 20px 0;
  position: relative;
}
.activity-details ul.details .item:before,
.activity-details ul.details .item:after {
  content: " ";
  display: table;
}
.activity-details ul.details .item:after {
  clear: both;
}
.activity-details ul.details .item:not(.inline) {
  border-bottom: 1px solid #e2e4e9;
}
.activity-details ul.details .item.after-view-more {
  display: none;
}
.activity-details ul.details .item label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.activity-details ul.details .item.inline label {
  float: left;
  margin-bottom: 0;
  width: 40%;
}
.activity-details ul.details .item.inline.with-icon label {
  width: 30%;
}
.activity-details ul.details .item.inline.with-icon .value {
  padding-top: 5px;
}
.activity-details ul.details .item.inline .icon {
  float: left;
  text-align: center;
  width: 10%;
}
.activity-details ul.details .item.inline .icon img {
  vertical-align: top;
}
.activity-details ul.details .item.inline:first-child .value:before,
.activity-details ul.details .item.inline.first-after-view-more .value:before {
  border-bottom: 1px solid #e2e4e9;
  display: block;
  content: ' ';
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: 0;
  width: 60%;
}
.activity-details ul.details .item.inline .value {
  float: left;
  width: 60%;
}
.activity-details ul.details .item.inline .value:after {
  border-bottom: 1px solid #e2e4e9;
  bottom: 0;
  display: block;
  content: ' ';
  position: absolute;
  right: 0;
  text-indent: -10000px;
  width: 60%;
}
.activity-details ul.details .item.availability a {
  color: #ee2f3e;
}
.activity-details ul.details .view-more {
  padding: 20px 0;
}
.activity-details .inclusions ul,
.activity-details .exclusions ul {
  list-style: disc;
}
.activity-details .prices table td {
  padding: 5px;
}
@media only screen and (max-width: 736px) {
  .activity-details .title {
    font-size: 28px;
  }
  .activity-details ul.details .item.inline:first-child .value:before,
  .activity-details ul.details .item.inline.first-after-view-more .value:before {
    display: none;
  }
  .activity-details ul.details .item.inline label {
    float: none;
    font-size: 16px;
    margin-bottom: 5px;
    width: 100%;
  }
  .activity-details ul.details .item.inline label.with-icon {
    width: 100%;
  }
  .activity-details ul.details .item.inline .icon {
    padding-right: 15px;
    width: 15%;
  }
  .activity-details ul.details .item.inline .value {
    width: 85%;
  }
  .activity-details ul.details .item.inline .value:after {
    right: calc(50% - (25% / 2));
    width: 25%;
  }
}
.curations .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.curations .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: -28px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.curations .placeholder {
  background-color: #c9cedd;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 0 0;
  padding: 100px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .curations .title {
    font-size: 28px;
    text-align: center;
  }
}
.reviews .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.reviews .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 2px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.reviews .placeholder {
  background-color: #c9cedd;
  font-size: 20px;
  font-weight: 700;
  margin: 30px 0 0 0;
  padding: 100px 0;
  text-align: center;
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .reviews .title {
    font-size: 28px;
    text-align: center;
  }
}
.faq .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.faq .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: -28px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.faq .faq-with-sections:before,
.faq .faq-with-sections:after {
  content: " ";
  display: table;
}
.faq .faq-with-sections:after {
  clear: both;
}
.faq .faq-with-sections ul.section-nav {
  background-color: #f0f2f8;
  border: 1px solid #c9cedd;
  border-radius: 3px;
  float: left;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  width: calc(30% - 25px);
}
.faq .faq-with-sections ul.section-nav li a {
  color: #666f82;
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding: 20px 30px;
  text-decoration: none;
}
.faq .faq-with-sections ul.section-nav li a:hover,
.faq .faq-with-sections ul.section-nav li a.active {
  background-color: #bec3d4;
  border-left: 4px solid #61b4d1;
  color: #fff;
  padding-left: 26px;
}
.faq .faq-with-sections ul.sections {
  list-style: none;
  margin: 0;
  margin-left: calc(30% + 25px);
  padding: 0;
}
.faq .faq-with-sections ul.sections li.section {
  display: none;
}
.faq .faq-with-sections ul.sections li.section > .header {
  display: none;
}
.faq ul.questions {
  list-style: none;
  margin: 0;
  padding: 0;
}
.faq ul.questions li.question {
  background-color: #fff;
  border: 1px solid #c9cedd;
  border-radius: 5px;
  margin-bottom: 15px;
}
.faq ul.questions li.question.after-view-more {
  display: none;
}
.faq ul.questions li.question.view-more {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.faq ul.questions li.question.view-more button {
  background-color: transparent;
  border: 1px solid #61b4d1;
  border-radius: 4px;
  font-size: 18px;
  line-height: 18px;
  outline: none;
  padding: 25px 35px;
}
.faq ul.questions li.question.view-more button:hover {
  background-color: #e3ecf4;
}
.faq ul.questions li.question .header {
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  padding: 40px 65px 40px 25px;
}
.faq ul.questions li.question .header .handle {
  background-image: url("/themes/bullfrog/images/faq-arrows.png");
  background-position: top left;
  display: block;
  float: right;
  height: 11px;
  margin-right: -40px;
  text-indent: -10000px;
  width: 25px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq ul.questions li.question .header .handle {
    background-image: url("/themes/bullfrog/images/faq-arrows@2x.png");
    background-size: 25px 22px;
  }
}
.faq ul.questions li.question.active > .header .handle {
  background-position: bottom left;
}
.faq ul.questions li.question .body {
  display: none;
  padding: 0 25px 40px 25px;
}
.faq ul.questions li.question .body *:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .faq .faq-with-sections ul.section-nav {
    display: none;
  }
  .faq .faq-with-sections ul.sections {
    margin-left: 0;
  }
  .faq .faq-with-sections ul.sections li.section {
    display: block!important;
    border: 1px solid #c9cedd;
    border-radius: 3px;
    margin-bottom: 15px;
    padding: 40px 20px;
  }
  .faq .faq-with-sections ul.sections li.section > .header {
    color: #61b4d1;
    cursor: pointer;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding-right: 40px;
  }
  .faq .faq-with-sections ul.sections li.section > .header .handle {
    background-image: url("/themes/bullfrog/images/faq-arrows.png");
    background-position: top left;
    display: block;
    float: right;
    height: 11px;
    margin-right: -40px;
    text-indent: -10000px;
    width: 25px;
  }
  .faq .faq-with-sections ul.sections li.section ul.questions {
    display: none;
  }
  .faq .faq-with-sections ul.sections li.section ul.questions li.view-more {
    display: none;
  }
  .faq .faq-with-sections ul.sections li.section ul.questions li.question {
    border: none;
    padding: 00;
  }
  .faq .faq-with-sections ul.sections li.section ul.questions li.question:first-child {
    padding-top: 40px;
  }
  .faq .faq-with-sections ul.sections li.section ul.questions li.question .header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .faq .faq-with-sections ul.sections li.section ul.questions li.question .body {
    display: none;
  }
  .faq .faq-with-sections ul.sections li.section ul.questions li.question.after-view-more {
    display: block!important;
  }
  .faq .faq-with-sections ul.sections li.section.active > .header .handle {
    background-position: bottom left;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx), only screen and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .faq .faq-with-sections ul.sections li.section > .header .handle {
    background-image: url("/themes/bullfrog/images/faq-arrows@2x.png");
    background-size: 25px 22px;
  }
}
@media only screen and (max-width: 736px) {
  .faq .title {
    font-size: 28px;
    text-align: center;
  }
  .faq .view-more button {
    width: 100%;
  }
}
.popular-attractions .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.popular-attractions .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 2px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.popular-attractions .attractions {
  font-size: 0;
  list-style: none;
  margin: 30px 0 -30px 0;
  padding: 0;
}
.popular-attractions .attractions:before,
.popular-attractions .attractions:after {
  content: " ";
  display: table;
}
.popular-attractions .attractions:after {
  clear: both;
}
.popular-attractions .attractions li.attraction {
  display: inline-block;
  margin: 0 45px 20px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: calc(33.3333333% - 30px);
}
.popular-attractions .attractions li.attraction .cover {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.popular-attractions .attractions li.attraction .cover img {
  display: block;
  width: 100%;
}
.popular-attractions .attractions li.attraction .cover .name {
  color: #fff;
  font-size: 40px;
  font-weight: 900;
  left: 25px;
  line-height: 35px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 25px;
  text-align: center;
  text-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
  top: calc(50% - 40px);
  word-wrap: break-word;
}
.popular-attractions .attractions li.attraction .cover .tour-count {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  bottom: 25px;
  color: #fff;
  display: block;
  font-size: 30px;
  font-weight: 900;
  height: 50px;
  left: 25px;
  line-height: 50px;
  padding: 0 15px;
  position: absolute;
  right: 25px;
  text-align: center;
}
.popular-attractions .view-more {
  margin: 40px 0 0 0;
  text-align: center;
}
.popular-attractions .view-more .btn {
  display: inline-block;
}
@media only screen and (min-width: 1129px) {
  .popular-attractions .attractions li.attraction:nth-child(3n+3) {
    margin-right: 0;
  }
  .hidden-sidebar .popular-attractions .attractions li.attraction {
    margin-right: 0;
  }
  .hidden-sidebar .popular-attractions .attractions li.attraction .cover .name {
    top: 25px;
    font-size: 22px;
  }
  .hidden-sidebar .popular-attractions .attractions li.attraction .tour-count {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1128px) {
  .popular-attractions .attractions li.attraction:nth-child(3n+3) {
    margin-right: 0;
  }
  .popular-attractions .attractions li.attraction .cover .name {
    font-size: 30px;
  }
  .popular-attractions .attractions li.attraction .cover .tour-count {
    font-size: 20px;
  }
  .hidden-sidebar .popular-attractions .attractions li.attraction .cover .name {
    top: 10px;
    right: 10px;
    left: 10px;
    font-size: 22px;
  }
  .hidden-sidebar .popular-attractions .attractions li.attraction .tour-count {
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 18px;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .popular-attractions .attractions li.attraction {
    margin-right: 40px;
    width: calc(50% - 20px);
  }
  .popular-attractions .attractions li.attraction:nth-child(2n+2) {
    margin-right: 0;
  }
  .popular-attractions .attractions li.attraction .cover .name {
    font-size: 30px;
  }
  .popular-attractions .attractions li.attraction .cover .tour-count {
    font-size: 20px;
  }
  .hidden-sidebar .popular-attractions .attractions li.attraction .cover .name {
    top: 10px;
    right: 10px;
    left: 10px;
    font-size: 22px;
  }
  .hidden-sidebar .popular-attractions .attractions li.attraction .tour-count {
    bottom: 10px;
    left: 10px;
    right: 10px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 736px) {
  .popular-attractions {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .popular-attractions .title {
    font-size: 28px;
  }
  .popular-attractions .attractions {
    margin: 15px 0 0 0;
  }
  .popular-attractions .attractions li.attraction {
    float: none;
    padding-bottom: 20px;
    width: 100%;
  }
  .popular-attractions .attractions li.attraction .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .popular-attractions .view-more {
    margin-top: 0;
  }
}
.divider {
  border-top: 1px solid #c9cedd;
}
.in-page-menu {
  background-color: #fff;
  border-bottom: 1px solid #bdd1d6;
  height: 70px;
  left: 0;
  overflow: hidden;
  padding-bottom: 0;
  position: fixed;
  right: 0;
  top: -70px;
  transition: all 0.5s ease-in-out;
  z-index: 4000;
}
.in-page-menu.pinned {
  top: 0;
}
.in-page-menu.pinned.headroom-pinned {
  top: 124px;
}
.in-page-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.in-page-menu ul li {
  display: block;
  float: left;
  height: 70px;
  line-height: 70px;
  margin: 0 10px;
}
.in-page-menu ul li:first-child {
  margin-left: 0;
}
.in-page-menu ul li:last-child {
  margin-right: 0;
}
.in-page-menu ul li a {
  color: #666f82;
  display: block;
  font-weight: 600;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
}
.in-page-menu ul li a:hover,
.in-page-menu ul li a.active {
  border-bottom: 4px solid #ee2c3c;
  color: #ee2c3c;
}
.in-page-menu.fixed {
  left: auto;
  margin-bottom: 60px;
  position: relative;
  right: auto;
  top: auto;
}
.in-page-menu.fixed ul {
  text-align: center;
}
.in-page-menu.fixed ul li {
  display: inline-block;
  float: none;
  padding: 0 40px;
}
.in-page-menu.fixed ul li:first-child {
  padding-left: 0;
}
.in-page-menu.fixed ul li:last-child {
  padding-right: 0;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .in-page-menu.pinned {
    top: 0;
  }
  .in-page-menu.pinned.headroom-pinned {
    top: 64px;
  }
}
.activities-list .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.activities-list .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 2px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.activities-list .activities {
  font-size: 0;
  list-style: none;
  margin: 30px 0 -30px 0;
  padding: 0;
}
.activities-list .activities:before,
.activities-list .activities:after {
  content: " ";
  display: table;
}
.activities-list .activities:after {
  clear: both;
}
.activities-list .activities li.activity {
  display: inline-block;
  margin: 0 45px 30px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: calc(33.33333333% - 30px);
}
.activities-list .activities li.activity:nth-child(3n+3) {
  margin-right: 0;
}
.activities-list .activities li.activity .cover {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.activities-list .activities li.activity .cover img {
  display: block;
  width: 100%;
}
.activities-list .activities li.activity .cover .favorite {
  background-image: url("/themes/bullfrog/images/favorite-icon.png");
  display: block;
  height: 36px;
  position: absolute;
  right: 7px;
  text-indent: -10000px;
  top: 7px;
  width: 36px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .activities-list .activities li.activity .cover .favorite {
    background-image: url("/themes/bullfrog/images/favorite-icon@2x.png");
    background-size: 36px 36px;
  }
}
.activities-list .activities li.activity .cover .info {
  color: #fff;
  font-size: 18px;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  top: 0;
}
.activities-list .activities li.activity .cover .info .price {
  background-color: rgba(97, 180, 209, 0.8);
  display: block;
  float: left;
  height: 50px;
  padding: 0 30px;
}
.activities-list .activities li.activity .cover .info .on-sale {
  background-color: #a5cb02;
  display: block;
  float: left;
  height: 50px;
  padding: 0 30px;
}
.activities-list .activities li.activity .footer {
  margin-top: 25px;
}
.activities-list .activities li.activity .footer .tour-icon {
  float: left;
  height: 50px;
  width: 50px;
}
.activities-list .activities li.activity .footer .details {
  padding-left: 62px;
}
.activities-list .activities li.activity .footer .details .review-information {
  float: left;
}
.activities-list .activities li.activity .footer .details .name {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.activities-list .activities li.activity .footer .details .name a {
  color: #666f82;
}
.activities-list .activities li.activity .footer .details .star-ratings {
  display: inline-block;
}
.activities-list .activities li.activity .footer .details .average {
  display: inline-block;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 8px 0 10px;
  padding: 0 10px 0 0;
  position: relative;
}
.activities-list .activities li.activity .footer .details .average:after {
  background-color: #bdd1d6;
  bottom: -1px;
  content: ' ';
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: -1px;
  width: 1px;
}
.activities-list .activities li.activity .footer .details .reviews-link {
  display: inline-block;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
.activities-list .view-more {
  margin: 40px 0 0 0;
  text-align: center;
}
.activities-list .view-more .btn {
  display: inline-block;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .activities-list .activities li.activites .cover .info {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .activities-list .activities li.activites .cover .info .price,
  .activities-list .activities li.activites .cover .info .on-sale {
    height: 30px;
    padding: 0 10px;
  }
  .activities-list .activities li.activites .footer {
    margin-top: 15px;
  }
  .activities-list .activities li.activites .footer .tour-icon {
    display: none;
  }
  .activities-list .activities li.activites .footer .details {
    padding-left: 0;
  }
  .activities-list .activities li.activites .footer .details .name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 736px) {
  .activities-list {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .activities-list .title {
    font-size: 28px;
  }
  .activities-list .activities {
    margin: 15px 0 0 0;
  }
  .activities-list .activities li.activity {
    float: none;
    padding-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .activities-list .activities li.activity .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .activities-list .view-more {
    margin-top: 0;
  }
}
.site-menu {
  background-color: #fff;
  border-bottom: 1px solid #bdd1d6;
  height: 70px;
  margin-bottom: 60px;
  overflow: hidden;
  padding-bottom: 0;
}
.site-menu nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.site-menu nav ul li {
  display: inline-block;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
}
.site-menu nav ul li:first-child {
  padding-left: 0;
}
.site-menu nav ul li:last-child {
  padding-right: 0;
}
.site-menu nav ul li a {
  color: #666f82;
  display: block;
  font-weight: 600;
  height: 70px;
  line-height: 70px;
  text-decoration: none;
}
.site-menu nav ul li a:hover,
.site-menu nav ul li a.active {
  border-bottom: 4px solid #ee2c3c;
  color: #ee2c3c;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .site-menu {
    height: auto;
    margin-bottom: 20px;
    overflow: visible;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .site-menu nav ul li {
    line-height: 40px;
    height: 40px;
    padding: 0 15px;
  }
  .site-menu nav ul li a {
    line-height: 40px;
    height: 40px;
  }
  .site-menu select {
    width: 100%;
  }
  .site-menu .chosen-container {
    border: 1px solid #61b4d1;
    border-radius: 3px;
    padding: 15px;
  }
  .site-menu .chosen-container .chosen-single {
    color: #666f82;
    font-size: 15px;
    font-weight: 600;
  }
  .site-menu .chosen-container.chosen-container-active .chosen-single {
    box-shadow: none;
  }
}
.guides .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0;
  text-align: center;
}
.guides .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 2px 0 0 0;
  text-align: center;
  text-transform: uppercase;
}
.guides .guides {
  list-style: none;
  margin: 30px auto -30px auto;
  padding: 0;
  text-align: center;
  width: 85%;
}
.guides .guides:before,
.guides .guides:after {
  content: " ";
  display: table;
}
.guides .guides:after {
  clear: both;
}
.guides .guides li.guide {
  cursor: pointer;
  float: left;
  margin: 0 60px 30px 0;
  text-align: center;
  width: calc(33% - 40px);
}
.guides .guides li.guide:nth-child(3n+3) {
  margin-right: 0;
}
.guides .guides li.guide .name {
  display: block;
  font-size: 24px;
  font-weight: 200;
}
.guides .view-more {
  margin: 40px 0 0 0;
  text-align: center;
}
.guides .view-more .btn {
  display: inline-block;
}
@media only screen and (max-width: 736px) {
  .guides {
    padding-left: 0;
    padding-right: 0;
  }
  .guides .title {
    font-size: 28px;
  }
  .guides .guide-wrapper {
    position: relative;
  }
  .guides .guide-wrapper .arrows {
    display: block;
    position: absolute;
    height: 37px;
    width: 24px;
  }
  .guides .guide-wrapper .arrows.previous {
    background-image: url("/themes/bullfrog/images/guides-arrow-left.png");
    left: 18px;
  }
  .guides .guide-wrapper .arrows.next {
    background-image: url("/themes/bullfrog/images/guides-arrow-right.png");
    right: 18px;
  }
  .guides .guide-wrapper .guides {
    margin: 15px 0 0 0;
    margin-left: 60px;
    margin-right: 60px;
    overflow: hidden;
    position: relative;
    width: calc(100% - 120px);
  }
  .guides .guide-wrapper .guides li.guide {
    left: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .guides .guide-wrapper .guides li.guide.mob {
    background: white;
  }
  .guides .view-more {
    margin-top: 0;
  }
}
@media only screen and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .guides .guide-wrapper .arrows.previous {
    background-image: url("/themes/bullfrog/images/guides-arrow-left@2x.png");
    background-size: 24px 37px;
  }
}
@media only screen and (max-width: 736px) and (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .guides .guide-wrapper .arrows.next {
    background-image: url("/themes/bullfrog/images/guides-arrow-right@2x.png");
    background-size: 24px 37px;
  }
}
.filterable-tours:before,
.filterable-tours:after {
  content: " ";
  display: table;
}
.filterable-tours:after {
  clear: both;
}
.filterable-tours .aside {
  background-color: #f8f8fb;
  border-radius: 8px;
  float: left;
  width: 400px;
}
.filterable-tours .aside .header,
.filterable-tours .aside .mobile-controls {
  display: none;
}
.filterable-tours .aside .filter {
  padding: 25px;
}
.filterable-tours .aside .filter:last-child {
  padding-bottom: 25px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.filterable-tours .aside .filter h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 0;
}
.filterable-tours .aside .filter.listable-filters {
  padding: 0;
}
.filterable-tours .aside .filter.listable-filters h3 {
  padding: 25px;
  cursor: pointer;
}
.filterable-tours .aside .filter.listable-filters h3 .toggle {
  float: right;
  font-size: 16px;
  line-height: 20px;
}
.filterable-tours .aside .filter.listable-filters ul {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0 25px 25px 25px;
}
.filterable-tours .aside .filter.listable-filters ul li {
  padding-top: 20px;
}
.filterable-tours .aside .filter.listable-filters ul li label {
  cursor: pointer;
  display: block;
}
.filterable-tours .aside .filter.listable-filters ul li label input {
  margin-right: 5px;
}
.filterable-tours .aside .filter.listable-filters.expanded {
  background-color: #a5c628;
  color: #fff;
}
.filterable-tours .aside .filter.listable-filters.expanded .toggle {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filterable-tours .aside .filter.date-range:before,
.filterable-tours .aside .filter.date-range:after {
  content: " ";
  display: table;
}
.filterable-tours .aside .filter.date-range:after {
  clear: both;
}
.filterable-tours .aside .filter.date-range h3 {
  margin-bottom: 5px;
}
.filterable-tours .aside .filter.date-range .start,
.filterable-tours .aside .filter.date-range .end {
  float: left;
  width: calc(50% - 10px);
}
.filterable-tours .aside .filter.date-range .start {
  margin-right: 10px;
}
.filterable-tours .aside .filter.date-range .end {
  margin-left: 10px;
}
.filterable-tours .aside .filter.price-range .minPriceLabel,
.filterable-tours .aside .filter.price-range .maxPriceLabel {
  background-image: url("/themes/bullfrog/images/slider-label.png");
  background-repeat: no-repeat;
  color: #666f82;
  height: 33px;
  font-family: "Source Sans Pro";
  font-size: 16px;
  left: -25px;
  line-height: 22px;
  padding: 0;
  position: absolute;
  text-align: center;
  top: -33px;
  width: 65px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .filterable-tours .aside .filter.price-range .minPriceLabel,
  .filterable-tours .aside .filter.price-range .maxPriceLabel {
    background-image: url("/themes/bullfrog/images/slider-label@2x.png");
    background-size: 65px 33px;
  }
}
.filterable-tours .aside .filter.price-range .ui-slider {
  background-color: #eaeaea;
  background-image: none;
  margin-top: 38px;
}
.filterable-tours .aside .filter.price-range .ui-slider-handle {
  background-color: #a6c729;
  background-image: none;
  border: 1px solid #86a21c;
  border-radius: 15px;
  cursor: pointer;
  outline: 0;
}
.filterable-tours .aside .filter.price-range .ui-slider-range {
  background-color: #bbdd3c;
  background-image: none;
  border: 1px solid #a5c628;
}
.filterable-tours .aside .filter.price-range .label-group:before,
.filterable-tours .aside .filter.price-range .label-group:after {
  content: " ";
  display: table;
}
.filterable-tours .aside .filter.price-range .label-group:after {
  clear: both;
}
.filterable-tours .aside .filter.price-range .label-group .min {
  float: left;
}
.filterable-tours .aside .filter.price-range .label-group .max {
  float: right;
}
.filterable-tours .main {
  float: left;
  margin-left: 30px;
  width: calc(100% - 430px);
}
.filterable-tours .main .panel:before,
.filterable-tours .main .panel:after {
  content: " ";
  display: table;
}
.filterable-tours .main .panel:after {
  clear: both;
}
.filterable-tours .main .panel .tour-info {
  float: left;
  width: 250px;
}
.filterable-tours .main .panel .tour-info h3.count {
  font-size: 32px;
  font-weight: 600;
  margin: 0;
  padding: 25px 0 0 0;
}
.filterable-tours .main .panel .filter-info {
  float: left;
  width: calc(100% - 250px);
}
.filterable-tours .main .panel .filter-info h3 {
  color: #61b4d1;
  float: left;
  font-family: "ywft_ultramagnetic_expandedRg";
  font-size: 16px;
  margin: 0;
}
.filterable-tours .main .panel .filter-info a.clear {
  float: right;
  font-family: "ywft_ultramagnetic_expandedRg";
  font-size: 12px;
}
.filterable-tours .main .panel .filter-info ul.filters {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0;
}
.filterable-tours .main .panel .filter-info ul.filters li {
  background-color: #a5c628;
  border-radius: 14px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  margin: 0 10px 5px 0;
  padding: 0 10px 0 30px;
  position: relative;
}
.filterable-tours .main .panel .filter-info ul.filters li a {
  background-image: url("/themes/bullfrog/images/remove-filter.png");
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 30px;
  left: 0;
  position: absolute;
  top: 0;
  text-decoration: none;
  width: 30px;
  z-index: 1;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .filterable-tours .main .panel .filter-info ul.filters li a {
    background-image: url("/themes/bullfrog/images/remove-filter@2x.png");
    background-size: 9px 9px;
  }
}
.filterable-tours .main .tours .actions {
  display: none;
  text-align: center;
}
.filterable-tours .main .tours .activities {
  font-size: 0;
  list-style: none;
  margin: 30px 0 -30px 0;
  padding: 0;
}
.filterable-tours .main .tours .activities:before,
.filterable-tours .main .tours .activities:after {
  content: " ";
  display: table;
}
.filterable-tours .main .tours .activities:after {
  clear: both;
}
.filterable-tours .main .tours .activities li.activity {
  display: inline-block;
  margin: 0 30px 30px 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  vertical-align: top;
  width: calc(50% - 15px);
}
.filterable-tours .main .tours .activities li.activity:nth-child(2n+2) {
  margin-right: 0;
}
.filterable-tours .main .tours .activities li.activity .cover {
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.filterable-tours .main .tours .activities li.activity .cover img {
  display: block;
  width: 100%;
}
.filterable-tours .main .tours .activities li.activity .cover .favorite {
  background-image: url("/themes/bullfrog/images/favorite-icon.png");
  display: block;
  height: 36px;
  position: absolute;
  right: 7px;
  text-indent: -10000px;
  top: 7px;
  width: 36px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .filterable-tours .main .tours .activities li.activity .cover .favorite {
    background-image: url("/themes/bullfrog/images/favorite-icon@2x.png");
    background-size: 36px 36px;
  }
}
.filterable-tours .main .tours .activities li.activity .cover .info {
  color: #fff;
  font-size: 18px;
  height: 50px;
  left: 0;
  line-height: 50px;
  position: absolute;
  top: 0;
}
.filterable-tours .main .tours .activities li.activity .cover .info .price {
  background-color: rgba(97, 180, 209, 0.8);
  display: block;
  float: left;
  height: 50px;
  padding: 0 30px;
}
.filterable-tours .main .tours .activities li.activity .cover .info .on-sale {
  background-color: #a5cb02;
  display: block;
  float: left;
  height: 50px;
  padding: 0 30px;
}
.filterable-tours .main .tours .activities li.activity .footer {
  margin-top: 25px;
}
.filterable-tours .main .tours .activities li.activity .footer .tour-icon {
  float: left;
  height: 50px;
  width: 50px;
}
.filterable-tours .main .tours .activities li.activity .footer .details {
  padding-left: 62px;
}
.filterable-tours .main .tours .activities li.activity .footer .details .review-information {
  float: left;
}
.filterable-tours .main .tours .activities li.activity .footer .details .name {
  font-size: 24px;
  font-weight: 400;
  margin: 0;
}
.filterable-tours .main .tours .activities li.activity .footer .details .name a {
  color: #666f82;
}
.filterable-tours .main .tours .activities li.activity .footer .details .star-ratings {
  display: inline-block;
}
.filterable-tours .main .tours .activities li.activity .footer .details .average {
  display: inline-block;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0 8px 0 10px;
  padding: 0 10px 0 0;
  position: relative;
}
.filterable-tours .main .tours .activities li.activity .footer .details .average:after {
  background-color: #bdd1d6;
  bottom: -1px;
  content: ' ';
  position: absolute;
  right: 0;
  text-indent: -10000px;
  top: -1px;
  width: 1px;
}
.filterable-tours .main .tours .activities li.activity .footer .details .reviews-link {
  display: inline-block;
  font-family: "ywft_ultramagnetic_expandedRg", sans-serif;
  font-size: 12px;
  line-height: 16px;
}
@media only screen and (min-width: 1129px), only screen and (min-width: 1100px) and (max-width: 1128px) {
  .filterable-tours .aside .filter.listable-filters:hover {
    background-color: #a5c628;
    color: #fff;
  }
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .filterable-tours .main .tours .activities li.activites .cover .info {
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .filterable-tours .main .tours .activities li.activites .cover .info .price,
  .filterable-tours .main .tours .activities li.activites .cover .info .on-sale {
    height: 30px;
    padding: 0 10px;
  }
  .filterable-tours .main .tours .activities li.activites .footer {
    margin-top: 15px;
  }
  .filterable-tours .main .tours .activities li.activites .footer .tour-icon {
    display: none;
  }
  .filterable-tours .main .tours .activities li.activites .footer .details {
    padding-left: 0;
  }
  .filterable-tours .main .tours .activities li.activites .footer .details .name {
    font-size: 18px;
  }
}
@media only screen and (max-width: 736px) {
  .filterable-tours {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .filterable-tours .aside .header {
    padding: 0 25px;
  }
  .filterable-tours .main .panel {
    padding: 0 25px;
  }
  .filterable-tours .main .tours .activities {
    margin: 15px 0 0 0;
  }
  .filterable-tours .main .tours .activities li.activity {
    float: none;
    margin-right: 0;
    padding-bottom: 20px;
    width: 100%;
  }
  .filterable-tours .main .tours .activities li.activity .footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .filterable-tours .view-more {
    margin-top: 0;
  }
}
@media only screen and (max-width: 736px), only screen and (min-width: 737px) and (max-width: 1024px) {
  .filterable-tours .aside {
    background-color: transparent;
    float: none;
    width: 100%;
  }
  .filterable-tours .aside .header {
    display: block;
  }
  .filterable-tours .aside .add-change-filters {
    font-weight: 700;
    width: 100%;
  }
  .filterable-tours .aside .mobile-controls {
    display: none;
  }
  .filterable-tours .aside .container {
    display: none;
  }
  .filterable-tours .aside.active {
    background-color: #fff;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-top: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000;
  }
  .filterable-tours .aside.active .add-change-filters {
    display: none;
  }
  .filterable-tours .aside.active .container {
    display: block;
  }
  .filterable-tours .aside.active .mobile-controls {
    display: block;
    padding: 25px;
  }
  .filterable-tours .aside.active .mobile-controls:before,
  .filterable-tours .aside.active .mobile-controls:after {
    content: " ";
    display: table;
  }
  .filterable-tours .aside.active .mobile-controls:after {
    clear: both;
  }
  .filterable-tours .aside.active .mobile-controls button {
    float: left;
    font-weight: bold;
    width: calc(50% - 10px);
  }
  .filterable-tours .aside.active .mobile-controls button.apply {
    margin-right: 20px;
  }
  .filterable-tours .aside.active .mobile-controls button.cancel {
    color: #ee2c3c;
  }
  .filterable-tours .main {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .filterable-tours .main .panel .tour-info {
    float: none;
    width: 100%;
  }
  .filterable-tours .main .panel .filter-info {
    float: none;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
  }
  .filterable-tours .main .panel .filter-info h3 {
    color: #a6abb7;
    font-size: 12px;
  }
  .filterable-tours .main .panel .filter-info .clear {
    bottom: 0;
    left: 0;
    position: absolute;
  }
}
.rich-content-item.content-slider ul.content-blocks {
  list-style: none;
  margin: 0;
  padding: 0;
}
.rich-content-item.content-slider ul.content-blocks li {
  display: none;
}
.rich-content-item.content-slider .content-block-nav-wrapper {
  text-align: center;
}
.rich-content-item.content-slider ul.content-block-nav {
  background-color: rgba(18, 29, 61, 0.15);
  border-radius: 30px;
  display: inline-block;
  height: 65px;
  margin: 0;
  padding: 0 30px;
  text-align: center;
}
.rich-content-item.content-slider ul.content-block-nav li {
  cursor: pointer;
  display: inline-block;
  height: 65px;
  position: relative;
  padding: 0 15px;
}
.rich-content-item.content-slider ul.content-block-nav li:before {
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 15px;
  content: ' ';
  height: 15px;
  left: 7px;
  position: absolute;
  top: 25px;
  width: 16px;
}
.rich-content-item.content-slider ul.content-block-nav li.active:before,
.rich-content-item.content-slider ul.content-block-nav li:hover:before {
  background-color: #fff;
}
.cart-item-requirements {
  background-color: #fff;
  max-height: 80%;
  margin: 0 auto;
  max-width: 80%;
  padding: 20px;
  position: relative;
  width: auto;
}
.cart-item-requirements .actions {
  text-align: center;
}
.reservation-process {
  background-color: #fff;
  border: 1px solid #bdd1d6;
  border-radius: 4px;
  margin: 0 0 48px 0;
  padding: 25px!important;
  width: 100%;
}
.reservation-process .error {
  border: 1px solid #ff0000;
  background-color: #fcd7d7;
  margin-top: 10px;
  padding: 10px;
}
.reservation-process label span {
  color: #a5c828;
}
.reservation-process button.next {
  margin-top: 25px;
  width: 100%;
}
.reservation-process .mobile-header {
  display: none;
}
.reservation-process .edit a {
  background-image: url("/themes/bullfrog/images/edit-icon.png");
  background-position: top right;
  display: inline-block;
  float: right;
  height: 27px;
  text-indent: -10000px;
  width: 27px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .reservation-process .edit a {
    background-image: url("/themes/bullfrog/images/edit-icon@2x.png");
    background-size: 27px 27px;
  }
}
.reservation-process .table-input {
  display: table;
  min-height: 27px;
  width: 100%;
}
.reservation-process .select-date .table-input label {
  display: table-cell;
  font-size: 18px;
  min-width: 115px;
  vertical-align: middle;
}
.reservation-process .select-date .table-input .date-input,
.reservation-process .select-date .table-input .selected-date {
  display: table-cell;
  vertical-align: middle;
}
.reservation-process .select-date .table-input .selected-date {
  font-weight: 700;
}
.reservation-process .select-date .table-input .edit {
  display: table-cell;
  vertical-align: middle;
}
.reservation-process .select-group {
  margin-top: 10px;
}
.reservation-process .select-group label {
  display: block;
}
.reservation-process .select-group .group-options {
  padding-top: 10px;
}
.reservation-process .select-group .group-options:before,
.reservation-process .select-group .group-options:after {
  content: " ";
  display: table;
}
.reservation-process .select-group .group-options:after {
  clear: both;
}
.reservation-process .select-group .group-options .option {
  margin-bottom: 10px;
  display: block;
  width: 100%;
}
.reservation-process .select-group .group-options .option:before,
.reservation-process .select-group .group-options .option:after {
  content: " ";
  display: table;
}
.reservation-process .select-group .group-options .option:after {
  clear: both;
}
.reservation-process .select-group .group-options .option label {
  float: left;
  display: block;
}
.reservation-process .select-group .group-options .option label .name {
  color: #61b4d1;
  font-family: "ywft_ultramagnetic_expandedRg";
  font-size: 11px;
  display: block;
}
.reservation-process .select-group .group-options .option label .price {
  color: #a5c828;
  display: block;
  font-size: 11px;
  font-weight: 700;
}
.reservation-process .select-group .group-options .option .control {
  display: block;
  float: right;
}
.reservation-process .select-group .group-options .option .chosen-container {
  width: auto!important;
}
.reservation-process .select-group .group-options .option .chosen-single {
  border: 1px solid #c9cedd;
  padding: 0px 0 0 4px;
}
.reservation-process .select-group .group-options .option .chosen-single > div {
  padding-right: 4px;
}
.reservation-process .select-group .group-options .option .chosen-single > div b {
  background-position: right center;
  background-size: 7px 4.5px;
}
.reservation-process .select-group.completed .table-input {
  margin-bottom: 10px;
}
.reservation-process .select-group .selected-tickets .ticket {
  border-bottom: 1px dashed #c9cedd;
  display: table;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 0 5px 0;
  width: 100%;
}
.reservation-process .select-group .selected-tickets .ticket:before,
.reservation-process .select-group .selected-tickets .ticket:after {
  content: " ";
  display: table;
}
.reservation-process .select-group .selected-tickets .ticket:after {
  clear: both;
}
.reservation-process .select-group .selected-tickets .ticket .name {
  display: table-cell;
  padding-right: 10px;
  width: 40%;
}
.reservation-process .select-group .selected-tickets .ticket .count {
  display: table-cell;
  text-align: right;
  width: 60%;
}
.reservation-process .select-group .table-input label,
.reservation-process .select-group .table-input .edit {
  display: table-cell;
  vertical-align: middle;
}
.reservation-process .select-time {
  margin-top: 10px;
}
.reservation-process .select-time .times {
  padding-left: 17px;
}
.reservation-process .select-time .times .time {
  display: block;
  padding-bottom: 3px;
}
.reservation-process .select-time .times .time span {
  color: #666f82;
}
.reservation-process .select-time .times .time.sold-out span,
.reservation-process .select-time .times .time.not-enough-seats span {
  color: red;
}
.reservation-process .select-time .times .time.sold-out .the-time,
.reservation-process .select-time .times .time.not-enough-seats .the-time {
  text-decoration: line-through;
}
.reservation-process .select-time .times .time.limited-availability .the-message {
  font-weight: bold;
}
.sidebar-content .reservation-process {
  background-color: transparent;
  border: none;
  padding: 0 90px!important;
}
@media only screen and (min-width: 737px) and (max-width: 1024px) {
  .sidebar-content .reservation-process {
    padding: 0 45px!important;
  }
}
@media only screen and (max-width: 736px) {
  .sidebar-content .reservation-process {
    padding: 0 25px!important;
  }
}
.sidebar-content .reservation-process .mobile-header {
  display: block!important;
}
.sidebar-content .reservation-process .mobile-header .close {
  display: none;
}
.rich-content-item.form .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.rich-content-item.form .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: -28px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.rich-content-item.form .row {
  margin-left: -50px;
  width: calc(100% + 50px);
}
.rich-content-item.form .row:before,
.rich-content-item.form .row:after {
  content: " ";
  display: table;
}
.rich-content-item.form .row:after {
  clear: both;
}
.rich-content-item.form .form-group {
  float: left;
  margin-left: 50px;
  padding-bottom: 20px;
}
.rich-content-item.form .form-group:before,
.rich-content-item.form .form-group:after {
  content: " ";
  display: table;
}
.rich-content-item.form .form-group:after {
  clear: both;
}
.rich-content-item.form .form-group label {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  padding-bottom: 5px;
}
.rich-content-item.form .form-group.required label:first-child:after {
  color: #ee2c3c;
  content: "*";
}
.rich-content-item.form .form-group label.error {
  color: #ee2c3c;
  font-size: 14px;
  padding-top: 3px;
}
.rich-content-item.form .form-group input[type=text],
.rich-content-item.form .form-group input[type=email],
.rich-content-item.form .form-group select,
.rich-content-item.form .form-group textarea {
  border: 1px solid #61b4d1;
  width: 100%;
}
.rich-content-item.form .form-group .chosen-container .chosen-single {
  border: 1px solid #61b4d1;
  height: 46px;
}
.rich-content-item.form .form-group .chosen-container .chosen-single > span {
  line-height: 46px;
}
.rich-content-item.form .form-group .chosen-container .chosen-single div {
  padding-right: 8px;
}
.rich-content-item.form .form-group .chosen-container .chosen-single div b {
  background-position: center right;
}
.rich-content-item.form .row.one-col .form-group {
  width: calc(100% - 50px);
}
.rich-content-item.form .row.two-col .form-group {
  width: calc(50% - 50px);
}
.rich-content-item.form .row.three-col .form-group {
  width: calc(33.3333333% - 50px);
}
.rich-content-item.form label label {
  display: inline-block !important;
  padding-left: 5px;
}
.rich-content-item.form .check-radio-group {
  padding: 0 0 5px 45px;
}
.rich-content-item.form .group-row {
  margin: 0 0 15px 0;
  width: 100%;
}
.rich-content-item.form .group-row:before,
.rich-content-item.form .group-row:after {
  content: " ";
  display: table;
}
.rich-content-item.form .group-row:after {
  clear: both;
}
.rich-content-item.form .group-row:last-child {
  margin-bottom: 0;
}
.rich-content-item.form .group-row .city {
  width: 48%;
  float: left;
}
.rich-content-item.form .group-row .state {
  width: 48%;
  float: right;
}
.rich-content-item.form .group-row .zip {
  width: 48%;
  float: left;
}
.rich-content-item.form .group-row .country {
  width: 48%;
  float: right;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .rich-content-item.form .row {
    margin-left: 0!important;
    width: 100%!important;
  }
  .rich-content-item.form .row .form-group {
    float: none!important;
    margin-left: 0!important;
    width: 100%!important;
  }
}
@media only screen and (max-width: 736px) {
  .rich-content-item.form .title {
    font-size: 28px;
  }
  .rich-content-item.form .subtitle {
    display: none;
  }
}
.rich-content-item.three-column-content .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.rich-content-item.three-column-content .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: -28px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.rich-content-item.three-column-content .cols:before,
.rich-content-item.three-column-content .cols:after {
  content: " ";
  display: table;
}
.rich-content-item.three-column-content .cols:after {
  clear: both;
}
.rich-content-item.three-column-content .cols .col {
  border: 1px solid #61b4d1;
  border-radius: 5px;
  float: left;
  margin-right: 75px;
  padding: 15px;
  width: calc(33.3333333% - 50px);
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
}
.rich-content-item.three-column-content .cols .col:last-child {
  margin-right: 0;
}
.rich-content-item.three-column-content .cols .col *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.rich-content-item.three-column-content .cols .col *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.rich-content-item.three-column-content .cols .col:empty {
  visibility: hidden;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .rich-content-item.three-column-content .cols .col {
    margin-bottom: 15px;
    margin-right: 0;
    width: 100%;
  }
  .rich-content-item.three-column-content .cols .col:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 736px) {
  .rich-content-item.three-column-content .title {
    font-size: 28px;
  }
  .rich-content-item.three-column-content .subtitle {
    display: none;
  }
}
.map {
  position: relative;
}
.map .touch-interceptor {
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.map iframe {
  max-width: 100%;
}
.rich-content-item.google-map .title {
  font-size: 56px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.rich-content-item.google-map .subtitle {
  color: #61b4d1;
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: -28px 0 30px 0;
  text-align: center;
  text-transform: uppercase;
}
.rich-content-item.google-map .map iframe {
  width: 100%;
}
@media only screen and (max-width: 736px) {
  .rich-content-item.google-map .title {
    font-size: 28px;
  }
  .rich-content-item.google-map .subtitle {
    display: none;
  }
}
.xchange-hero-slider {
  padding: 0;
  position: relative;
}
.xchange-hero-slider .navigation {
  display: block;
  height: 48px;
  position: absolute;
  text-indent: -10000px;
  width: 32px;
}
.xchange-hero-slider .navigation.next {
  background-image: url("/themes/bullfrog/images/revolution/assets/nav-arrow-right.png");
  right: 90px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .xchange-hero-slider .navigation.next {
    background-image: url("/themes/bullfrog/images/revolution/assets/nav-arrow-right@2x.png");
    background-size: 32px 48px;
  }
}
.xchange-hero-slider .navigation.prev {
  background-image: url("/themes/bullfrog/images/revolution/assets/nav-arrow-left.png");
  left: 90px;
}
@media (-webkit-min-device-pixel-ratio: 1.5), (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3/2), (min-resolution: 1.5dppx) {
  .xchange-hero-slider .navigation.prev {
    background-image: url("/themes/bullfrog/images/revolution/assets/nav-arrow-left@2x.png");
    background-size: 32px 48px;
  }
}
.xchange-hero-slider ul {
  position: relative;
}
.xchange-hero-slider ul li {
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
}
.xchange-hero-slider ul li img {
  max-width: none;
  width: 100%;
}
.xchange-hero-slider ul li .slide-overlay {
  background-image: url("/themes/bullfrog//images/slide-overlay-pattern.png");
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
}
.xchange-hero-slider ul li video {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
}
.xchange-hero-slider ul li .caption {
  bottom: 0;
  display: table;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.xchange-hero-slider ul li .caption .caption-wrapper {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.slide_destination {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 120px;
  font-weight: 900;
  line-height: 120px;
  margin: 0;
  text-align: center;
}
.slide_user_quote {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 600;
  text-align: center;
}
.slide_user_attribution {
  font-family: 'ywft_ultramagnetic_expandedRg', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
}
.blue {
  color: #61b4d1;
}
.title_medium {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 36px;
  font-weight: 400;
  margin: 30px 0;
}
.title_large {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 56px;
  font-weight: 600;
  margin: 30px 0;
}
.title_extra_large {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 62px;
  font-weight: 600;
  margin: 30px 0;
}
@media only screen and (min-width: 737px) and (max-width: 1024px), only screen and (max-width: 736px) {
  .title_medium {
    font-size: 26px;
    margin: 20px 0;
  }
  .title_large {
    font-size: 36px;
    margin: 20px 0;
  }
  .title_extra_large {
    font-size: 42px;
    margin: 20px 0;
  }
}
