
/*!
 *  Font Awesome 4.5.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('../eot/fontawesome-webfont3295.eot');
  src: url('../eot/fontawesome-webfontd41d.eot#iefix&v=4.5.0') format('embedded-opentype'), url('../woff2/fontawesome-webfont3295.woff2') format('woff2'), url('../woff/fontawesome-webfont3295.woff') format('woff'), url('../ttf/fontawesome-webfont3295.ttf') format('truetype'), url('../svg/fontawesome-webfont3295.svg#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #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-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper: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-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

h1 {
  font-size: 250%; }

h2 {
  font-size: 200%; }

h3 {
  font-size: 150%; }

h4 {
  font-size: 125%; }

h5 {
  font-size: 115%; }

h6 {
  font-size: 100%; }

.card-img .no-image, header .menu, header .menu .top-menu ul, .top-tours .container .tour .image-wrap .city, .page-list .container .item .image-wrap .city, footer .container .left, footer .container .right, .attachments .content {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center; }

header .logo h1, header .logo h2, footer .created a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.hero .right h2, .top-tours .container .featured-headline, .bottom-menu .container .featured-headline, .additional-tours .additional-headline, .review__headline {
  color: #263238;
  font-size: 1.5em;
  letter-spacing: 1px;
  font-weight: 300;
  text-transform: uppercase; }

.top-tours .container .tour__desc, .top-tours .container .tour__control span, .top-tours .container .tour__control .more, .bottom-menu .container .item__control span, .bottom-menu .container .item__control .more, .additional-tours .tour span, .additional-tours .tour .more, .page-list .container .item__control span, .page-list .container .item__control .more, .review__date, .tour-category-page .back-to-tours {
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase; }

p {
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color: #263238;
  margin: 1em 0; }

.top-tours .container .tour__control .more, .bottom-menu .container .item__control .more, .additional-tours .tour .more, .page-list .container .item__control .more {
  display: inline-block;
  text-decoration: none; }

.top-tours .container .featured-headline::after, .bottom-menu .container .featured-headline::after {
  left: 50%;
  transform: translateX(-50%); }
/*
 Default transition for all elements
 */
.attachments .content .download a {
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }

.contact-page .contact-form, .content-page .right-column .contact-form, .tour-page .tour .right-column .contact-form {
  border-radius: 3px;
  background-color: #fff;
  border: solid 1px rgba(35, 35, 35, .2); }
  .contact-page .contact-form > .title, .content-page .right-column .contact-form > .title, .tour-page .tour .right-column .contact-form > .title {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background-color: #0287b8;
    padding: 1em 2em;
    color: #f2f2f2;
    border-radius: 3px 3px 0 0; }
    .contact-page .contact-form > .title h1, .content-page .right-column .contact-form > .title h1, .tour-page .tour .right-column .contact-form > .title h1, .contact-page .contact-form > .title h2, .content-page .right-column .contact-form > .title h2, .tour-page .tour .right-column .contact-form > .title h2, .contact-page .contact-form > .title h3, .content-page .right-column .contact-form > .title h3, .tour-page .tour .right-column .contact-form > .title h3, .contact-page .contact-form > .title h4, .content-page .right-column .contact-form > .title h4, .tour-page .tour .right-column .contact-form > .title h4, .contact-page .contact-form > .title h5, .content-page .right-column .contact-form > .title h5, .tour-page .tour .right-column .contact-form > .title h5, .contact-page .contact-form > .title h6, .content-page .right-column .contact-form > .title h6, .tour-page .tour .right-column .contact-form > .title h6 {
      line-height: 1;
      text-transform: uppercase;
      font-size: 1.5em;
      font-weight: bold; }
  .contact-page .contact-form .form, .content-page .right-column .contact-form .form, .tour-page .tour .right-column .contact-form .form {
    padding: 3em;
    font-size: 0.8em; }
    .contact-page .contact-form .form .headline, .content-page .right-column .contact-form .form .headline, .tour-page .tour .right-column .contact-form .form .headline {
      font-size: 0.8em;
      font-weight: bold; }
    .contact-page .contact-form .form form .error, .content-page .right-column .contact-form .form form .error, .tour-page .tour .right-column .contact-form .form form .error {
      color: #e53935; }
      .contact-page .contact-form .form form input, .content-page .right-column .contact-form .form form input, .tour-page .tour .right-column .contact-form .form form input, .contact-page .contact-form .form form textarea, .content-page .right-column .contact-form .form form textarea, .tour-page .tour .right-column .contact-form .form form textarea {
        resize: none;
        padding: 0.5em 1em;
        border: solid 1px rgba(0, 0, 0, 0.2);
        width: 100%;
        border-radius: 3px;
        margin: 0.5em 0;
        font-family: Georgia, "Bitstream Charter", serif;
        color: rgba(0, 0, 0, 0.8); }
        .contact-page .contact-form .form form input[type="submit"], .content-page .right-column .contact-form .form form input[type="submit"], .tour-page .tour .right-column .contact-form .form form input[type="submit"], .contact-page .contact-form .form form textarea[type="submit"], .content-page .right-column .contact-form .form form textarea[type="submit"], .tour-page .tour .right-column .contact-form .form form textarea[type="submit"] {
          background-color: #0287b8;
          border: 0;
          color: #fff;
          text-transform: uppercase;
          font-weight: 900;
          font-size: 0.85em;
          letter-spacing: 1px;
          padding: 1em 2em;
          transition: 0.1s ease; }
          .contact-page .contact-form .form form input[type="submit"]:hover, .content-page .right-column .contact-form .form form input[type="submit"]:hover, .tour-page .tour .right-column .contact-form .form form input[type="submit"]:hover, .contact-page .contact-form .form form textarea[type="submit"]:hover, .content-page .right-column .contact-form .form form textarea[type="submit"]:hover, .tour-page .tour .right-column .contact-form .form form textarea[type="submit"]:hover {
            background-color: #02749f;
            cursor: pointer; }

a {
  color: #0287b8; }
  a:hover {
    color: #0287b8; }

em {
  font-style: italic; }

strong {
  font-weight: 700; }

.clear {
  clear: both; }

body {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  background-color: #fff;
  min-height: 95vh;
  margin: 86px 0 0 0;
  font-family: Georgia, "Bitstream Charter", serif;
  line-height: 1.5; }
  body * {
    box-sizing: border-box; }

section {
  position: relative;
  z-index: 10; }

.container {
  max-width: 75rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 1em; }

.banner-heading {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.btn-primary {
  background-color: rgba(20, 90, 149, .8);
  color: #fff;
  border-color: rgba(20, 90, 149, .8); }
  .btn-primary:hover, .btn-primary.hover {
    background-color: #145a95;
    border-color: #145a95; }
  .btn-primary:active, .btn-primary.active, .btn-primary:focus, .btn-primary.focus {
    background-color: #114c7f;
    border-color: #114c7f; }
  .btn-lg {
    padding: 1rem 3rem; }

.card-img {
  position: relative; }
  .card-img .no-image {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    background-color: #ccc;
    top: 0;
    font-size: 3rem;
    left: 0;
    width: 100%;
    height: 100%; }

.cookies-bar {
  padding: 1em;
  text-align: center;
  position: fixed;
  z-index: 99;
  width: 100vw;
  background-color: white;
  bottom: 0; }

.container.error {
  margin-top: 25vh; }

ul {
  margin: 1em 0 1em 2em;
  list-style: disc; }
  #CDSWIDSSP, #TA_selfserveprop497 {
    width: 100% !important; }

header {
  width: 100%;
  background-color: #fff;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .3);
  z-index: 999;
  position: fixed;
  top: 0; }
  header .head {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    position: relative; }
  @media (max-width: 1200px) {
    header .head {
      padding: 0 2rem; } }
  header .menu-mobile-button {
    display: none; }
  @media (max-width: 1024px) {
    header .menu-mobile-button {
      display: block; } }
  header .logo .logo-text {
    font-size: 0; }
  header .logo a {
    display: block;
    background: url("../png/logo.png");
    width: 275px;
    height: 86px; }
  header .menu {
    width: 100%; }
  @media (max-width: 1024px) {
    header .menu {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      margin-left: 0; }
      header .menu .menu-mobile-button:hover {
        cursor: pointer; } }
  header .menu .top-menu {
    height: 100%; }
    header .menu .top-menu > ul {
      height: 100%;
      margin: 0;
      padding: 0;
      list-style: none;
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-justify-content: flex-end;
      justify-content: flex-end; }
      header .menu .top-menu > ul li {
        text-align: center;
        padding: 0 0 0 2rem;
        position: relative; }
        header .menu .top-menu > ul li a {
          text-transform: uppercase;
          color: #263238;
          font-size: 12px;
          text-decoration: none;
          letter-spacing: 1.2px;
          font-weight: 600; }
        header .menu .top-menu > ul li > ul {
          display: none;
          -webkit-flex-flow: column nowrap;
          flex-flow: column nowrap;
          -webkit-justify-content: flex-start;
          justify-content: flex-start;
          padding: 0.5em 0;
          position: absolute;
          margin: 0;
          list-style: none;
          top: 100%;
          left: 50%;
          transform: translateX(-50%);
          background-color: white;
          border: solid 1px #dedede; }
          header .menu .top-menu > ul li > ul > li {
            width: 100%; }
            header .menu .top-menu > ul li > ul > li > a {
              width: 100%;
              padding: 0.8em 1em;
              display: block;
              line-height: 1;
              font-size: 12px;
              white-space: nowrap; }
          header .menu .top-menu > ul li > ul ul {
            display: none; }
          header .menu .top-menu > ul li > ul li ~ li {
            margin-left: 0; }
        header .menu .top-menu > ul li:hover > ul {
          display: -webkit-flex;
          display: -webkit-box;
          display: -moz-box;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex; }
    @media (max-width: 1024px) {
    header .menu .top-menu {
      display: none;
      position: absolute;
      left: 0;
      top: 100%;
      z-index: 9999;
      padding: 1rem 0;
      border-top: solid 2px rgba(2, 135, 184, .4);
      width: 100%;
      height: auto;
      background: white; }
      header .menu .top-menu ul {
        -webkit-flex-flow: column nowrap;
        flex-flow: column nowrap; }
        header .menu .top-menu ul li {
          margin: 0.5rem 0; }
        header .menu .top-menu ul li ~ li {
          margin-left: 0; }

      header .menu .top-menu.visible {
        display: block; } }
  header .menu .link-to-de {
    width: 20px;
    height: 15px;
    background-image: url("../png/flag-de-min.png");
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    right: 0px;
    font-size: 0;
    text-decoration: none; }
    @media (max-width: 1024px) {
    header .menu .link-to-de {
      width: 48px;
      height: 36px;
      background-image: url("../png/flag-de-mobile-min.png");
      margin-left: -24px;
      top: auto;
      right: auto;
      left: 50%; } }

.navigation {
  padding: 0.5rem 0;
  background-color: #f2f2f2;
  font-size: 14px;
  text-transform: uppercase; }
  .navigation a {
    text-decoration: none; }
  .navigation *:not(a) {
    color: #999; }

.header-banner .slides {
  position: relative;
  z-index: 90; }
  .header-banner .slides .image-bg {
    width: 100%;
    height: 280px;
    background-size: cover;
    background-position: center top;
    position: relative; }
  .header-banner .slides .jssora21l, .header-banner .slides .jssora21r {
    width: 55px;
    height: 55px;
    color: #0287b8;
    position: absolute;
    top: 85px;
    display: block;
    cursor: pointer; }
  .header-banner .slides .jssora21l {
    font-size: 5em;
    left: 30px; }
  .header-banner .slides .jssora21r {
    font-size: 5em;
    right: 30px; }
  .header-banner .slides .banner-wrap {
    height: 500px;
    position: relative;
    /* For Safari reasons */ }
    .header-banner .slides .banner-wrap img {
      width: 100%;
      min-width: 100%;
      min-height: 100%;
      max-width: initial; }
    .header-banner .slides .banner-wrap .banner-mask {
      width: 29%;
      height: 100%;
      background: url('../png/banner_mask.png');
      position: absolute;
      top: 0;
      left: 0; }
    .header-banner .slides .banner-wrap .inner-wrap {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .header-banner .slides .banner-wrap .perspective {
      transform: perspective(2000px); }

.hero {
  padding-top: 30px;
  padding-bottom: 1.5rem; }
  .hero .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    padding: 0 1em; }
  @media (max-width: 1024px) {
    .hero .container {
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .hero .container * {
        -webkit-justify-content: center;
        justify-content: center; } }
  .hero .left {
    -webkit-flex: 0 1 35%;
    -ms-flex: 0 1 35%;
    -webkit-box-flex: 0 1 35%;
    -moz-box-flex: 0 1 35%;
    flex: 0 1 35%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start;
    margin-bottom: 1em;
    position: relative; }
  @media (min-width: 1025px) {
    .hero .left {
      margin-bottom: 0; } }
  .hero .left img {
    max-width: 100%;
    margin: 7px 0 0 0;
    box-shadow: inset 0 0 10px 2px rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .5); }
  .hero .left .button {
    width: 120px;
    background-color: #f8d274;
    color: #263238;
    font-size: 1.5em;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    padding: 10px 0;
    border: 1px solid #f5b10d;
    display: inline-block;
    position: absolute;
    bottom: 25px;
    right: 0;
    left: 0; }
    .hero .left .button:hover {
      background-color: #f4ba2b; }
  .hero .right {
    -webkit-flex: 0 1 65%;
    -ms-flex: 0 1 65%;
    -webkit-box-flex: 0 1 65%;
    -moz-box-flex: 0 1 65%;
    flex: 0 1 65%;
    padding: 0 0 0 1em; }
  .hero .right h2 {
    padding-bottom: 0;
    color: #263238;
    font-weight: 700; }
  .hero .right p {
    margin: 0.65em 0; }
  .hero .banner {
    width: 100%;
    padding: 15em 0 0 0;
    background: url("../jpg/prague-banner.jpg") no-repeat;
    background-attachment: fixed;
    background-size: auto auto;
    background-position: center 86px;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  .hero .banner .overlay {
    background: white;
    padding: 1.5em 1em;
    width: 100%;
    min-height: 60%; }

.top-tours {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2; }
  .top-tours .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    padding-right: 0;
    padding-left: 0; }
  .top-tours .container .featured-headline {
    flex: 0 0 100%;
    text-align: center;
    position: relative;
    padding-bottom: 0.5em;
    color: #263238;
    font-weight: 700; }
    .top-tours .container .featured-headline::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 100px;
      color: #263238; }
  .top-tours .container .tour {
    width: 33.3333%;
    padding: 1em; }
    @media (max-width: 900px) {
    .top-tours .container .tour {
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      -webkit-box-flex: 1 0 100%;
      -moz-box-flex: 1 0 100%;
      flex: 1 0 100%;
      width: 100%; } }
    .top-tours .container .tour .image-wrap {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      position: relative;
      margin-bottom: 1em; }
      .top-tours .container .tour .image-wrap:hover .city {
        opacity: 1; }
      .top-tours .container .tour .image-wrap .city {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        transition: 0.3s ease;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        color: white;
        text-align: center;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        padding: 1em; }
    .top-tours .container .tour__headline_link {
      color: #232323;
      text-decoration: none; }
    .top-tours .container .tour__headline {
      margin-bottom: 0.5em; }
    .top-tours .container .tour .wrap {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      background-color: #fbfbfb;
      border: solid 1px rgba(34, 34, 34, 0.2);
      height: 100%;
      padding: 1rem;
      border-radius: 0.3em; }
    .top-tours .container .tour img {
      width: 100%; }
    .top-tours .container .tour p, .top-tours .container .tour ul, .top-tours .container .tour ul li {
      font-size: 14px;
      color: #333;
      margin: 0.5em;
      list-style: disc; }
    .top-tours .container .tour__desc {
      width: 100%;
      text-align: center;
      margin-bottom: 0.5em;
      margin-top: -0.5em;
      font-size: 12px; }
      .top-tours .container .tour__desc a {
        color: #000;
        text-decoration: none; }
        .top-tours .container .tour__desc a:hover {
          text-decoration: underline; }
    .top-tours .container .tour__control {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 1em; }
      .top-tours .container .tour__control span {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #0287b8;
        font-size: 12px; }
        .top-tours .container .tour__control span i {
          font-size: 16px;
          margin-right: 0.2em; }
      .top-tours .container .tour__control .more {
        color: #fff;
        min-width: 115px;
        background: #0287b8;
        text-align: center;
        padding: 0.5rem 0;
        border-radius: 3px;
        font-size: 10px; }
        .top-tours .container .tour__control .more i {
          margin-left: 0.2rem; }
        .top-tours .container .tour__control .more:hover {
          background: #0287b8;
          transition: 0.3s ease; }

.bottom-menu {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e2e2; }
  .bottom-menu .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    padding-right: 0;
    padding-left: 0; }
  .bottom-menu .container .featured-headline {
    flex: 0 0 100%;
    text-align: center;
    position: relative;
    padding-bottom: 0.5em;
    color: #263238;
    font-weight: 700; }
    .bottom-menu .container .featured-headline::after {
      content: '';
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 100px;
      color: #263238; }
  .bottom-menu .container .item {
    width: 33.3333%;
    padding: 1em; }
    @media (max-width: 900px) {
    .bottom-menu .container .item {
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      -webkit-box-flex: 1 0 100%;
      -moz-box-flex: 1 0 100%;
      flex: 1 0 100%;
      width: 100%; }
      .bottom-menu .container .item ~ .tour ~ .tour ~ .tour {
        display: none; } }
    .bottom-menu .container .item .image-wrap {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      position: relative;
      margin-bottom: 1em; }
    .bottom-menu .container .item__headline {
      margin-bottom: 0.5em; }
    .bottom-menu .container .item .wrap {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      background-color: #fbfbfb;
      border: solid 1px rgba(34, 34, 34, 0.2);
      height: 100%;
      padding: 1rem;
      border-radius: 0.3em; }
    .bottom-menu .container .item img {
      width: 100%; }
    .bottom-menu .container .item p, .bottom-menu .container .item ul, .bottom-menu .container .item ul * {
      font-size: 14px;
      color: #333;
      margin: 0.5em;
      list-style: disc; }
    .bottom-menu .container .item__control {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 1em; }
      .bottom-menu .container .item__control span {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #0287b8;
        font-size: 12px; }
        .bottom-menu .container .item__control span i {
          font-size: 16px;
          margin-right: 0.2em; }
      .bottom-menu .container .item__control .more {
        color: #fff;
        background: #0287b8;
        padding: 0.5rem 1.5rem;
        border-radius: 3px;
        font-size: 10px; }
        .bottom-menu .container .item__control .more i {
          margin-left: 0.2rem; }
        .bottom-menu .container .item__control .more:hover {
          background: #0287b8;
          transition: 0.3s ease; }

.additional-tours {
  padding-top: 2rem;
  padding-bottom: 6em; }
  .additional-tours .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
  .additional-tours .additional-headline {
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    flex: 1 0 100%;
    margin-bottom: 1.5em;
    text-align: center;
    color: #263238;
    font-weight: 700; }
  .additional-tours .tour {
    padding: 0.2rem 0 1px 0.2rem; }
  .additional-tours .tour ~ .tour {
    margin-top: -1px; }
  .additional-tours .tour h4, .additional-tours .tour p {
    margin: 0; }
  .additional-tours .tour p {
    margin: 0 0 0.5rem; }
  .additional-tours .tour span {
    margin-top: 5px;
    display: inline-block;
    color: rgba(20, 90, 149, .7);
    font-size: 10px; }
  .additional-tours .tour .more {
    color: #145a95;
    background: transparent;
    padding: 0.4rem 1.2rem;
    float: right;
    font-size: 10px;
    border-radius: 0.5em; }
    .additional-tours .tour .more i {
      margin-left: 0.2rem; }
    .additional-tours .tour .more:hover {
      background: rgba(20, 90, 149, .5);
      color: white;
      transition: 0.3s ease; }
  .additional-tours .tour h4 {
    font-size: 1.2rem;
    color: rgba(0, 0, 0, .7); }
  .additional-tours article {
    -webkit-flex: 1 0 20%;
    -ms-flex: 1 0 20%;
    -webkit-box-flex: 1 0 20%;
    -moz-box-flex: 1 0 20%;
    flex: 1 0 20%;
    padding: 1rem 0 1rem 0; }
  @media (max-width: 1024px) {
    .additional-tours article {
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      -webkit-box-flex: 1 0 100%;
      -moz-box-flex: 1 0 100%;
      flex: 1 0 100%;
      width: 100%; } }
  .additional-tours article.double {
    -webkit-flex: 1 0 75%;
    -ms-flex: 1 0 75%;
    -webkit-box-flex: 1 0 75%;
    -moz-box-flex: 1 0 75%;
    flex: 1 0 75%;
    padding-right: 1em; }
    .additional-tours article.double p:first-child {
      padding-top: 15px; }
  .additional-tours article p {
    margin: 0.5rem 0; }
  .additional-tours .wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .additional-tours .tripadvisor .wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center; }

.base-contact-form {
  background-color: #fff;
  padding-top: 0; }

.contact-page h1 {
  text-transform: uppercase;
  font-size: 2em;
  letter-spacing: 2px;
  font-weight: 300;
  margin-top: 2em; }
  .contact-page .contact-form {
    max-width: 50%;
    margin: 24px 0 0 0; }

.contact-bar {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0 -1em; }
  .contact-bar__address, .contact-bar__communication {
    -webkit-flex: 1 0 400px;
    -ms-flex: 1 0 400px;
    -webkit-box-flex: 1 0 400px;
    -moz-box-flex: 1 0 400px;
    flex: 1 0 400px;
    margin: 2em 1em;
    border-radius: 3px;
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3); }
  .contact-bar__address .icon, .contact-bar__communication .icon {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1em 0;
    width: 100%;
    background-color: #0287b8;
    border-radius: 3px 3px 0 0; }
    .contact-bar__address .icon i, .contact-bar__communication .icon i {
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      -webkit-box-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      flex: 1 0 auto;
      text-align: center;
      color: #013d53; }
  .contact-bar__address .content, .contact-bar__communication .content {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 1em; }
    .contact-bar__address .content > *, .contact-bar__communication .content > * {
      -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
      -webkit-box-flex: 1 0 auto;
      -moz-box-flex: 1 0 auto;
      flex: 1 0 auto;
      text-align: center;
      color: #232323; }
/*
 .contact-info{
 @include display(flex);
 @include flex-flow(row wrap);
 @include justify-content(space-between);
 .left, .right{
 @include flex;
 @include display(flex);
 width: 49vw;
 max-height: 50vh;
 height: 50vw;
 }
 .left{
 @extend %center-content;
 background: url("../images/layout/prague-HD.jpg") fixed center no-repeat;
 background-size: cover;
 background-blend-mode: multiply;
 background-color: rgba(0,0,0,0.6);
 }
 .right{
 padding: 2em;
 @include align-items(center);
 h2{
 font-size: 32px;
 text-transform: uppercase;
 font-weight: bold;
 color: #263238;
 }
 .item{
 color: #263238;
 font-size: 16px;
 padding-left: 1em;
 }
 }
 }
 */
.margin-top-0 {
  margin-top: 0px !important; }

.margin-top-10 {
  margin-top: 10px !important; }

.margin-top-15 {
  margin-top: 15px !important; }

.margin-top-30 {
  margin-top: 30px !important; }

.margin-bottom-0 {
  margin-bottom: 0px !important; }

.margin-bottom-10 {
  margin-bottom: 10px !important; }

.margin-bottom-15 {
  margin-bottom: 15px !important; }

.margin-bottom-30 {
  margin-bottom: 30px !important; }

.padding-top-0 {
  padding-top: 0px !important; }

.padding-top-10 {
  padding-top: 10px !important; }

.padding-top-15 {
  padding-top: 15px !important; }

.padding-top-30 {
  padding-top: 30px !important; }

.padding-bottom-0 {
  padding-bottom: 0px !important; }

.padding-bottom-10 {
  padding-bottom: 10px !important; }

.padding-bottom-15 {
  padding-bottom: 15px !important; }

.padding-bottom-30 {
  padding-bottom: 30px !important; }

.content-page {
  /*
   p {
   line-height: 22px;
   color: #666;
   font-size: 14px;
   margin: 0.5em 0;
   }
   */ }
  .content-page h1 {
    color: #0287b8;
    font-weight: 700;
    margin: 0 0 15px 0;
    padding: 5px 10px;
    border-bottom: 2px solid #0287b8; }
  .content-page h2 {
    height: 47px;
    line-height: 42px;
    background: url("../png/h2_m.png") repeat-x scroll center top transparent;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    margin: 15px 0 0 0;
    /*margin-left: -15px;*/
    padding: 0 10px;
    display: inline-block; }
  .content-page h2:before {
    content: url("../png/h2_l.png");
    height: 47px;
    margin-left: -20px;
    position: absolute;
    width: 10px; }
  .content-page h2:after {
    clear: both;
    content: url("../png/h2_r.png");
    height: 47px;
    margin-left: 10px;
    position: absolute;
    width: 25px; }
  .content-page h3 {
    font-size: 1.5em;
    display: inline-block;
    font-weight: 900;
    margin: 0.5em 0;
    color: #222; }
  .content-page h4 {
    font-size: 1.2em;
    display: inline-block;
    font-weight: 900;
    margin: 0.5em 0;
    color: #222; }
  .content-page ul li {
    color: #263238; }
  .content-page strong, .content-page b {
    font-weight: 800; }
  .content-page i {
    font-style: italic; }
  .content-page .text-align-right {
    text-align: right; }
  .content-page .text-align-justify {
    text-align: justify; }
  .content-page .text-align-left {
    text-align: left; }
  .content-page .display-flex {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap; }
  @media (max-width: 1024px) {
    .content-page .display-flex {
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap; }
      .content-page .display-flex * {
        -webkit-justify-content: center;
        justify-content: center; } }
  .content-page .display-flex .col-50 {
    -webkit-flex: 0 1 50%;
    -ms-flex: 0 1 50%;
    -webkit-box-flex: 0 1 50%;
    -moz-box-flex: 0 1 50%;
    flex: 0 1 50%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: start;
    align-items: start; }
  .content-page > .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 2em auto; }
  .content-page .content-wrap {
    margin: 0 0 2em 0;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
  .content-page .content-wrap strong {
    font-weight: bold; }
  .content-page .content-wrap em {
    font-style: italic; }
  .content-page .content-wrap .image-wrap {
    text-align: right;
    float: right; }
  .content-page .content-wrap.image-small .image-wrap, .content-page .content-wrap.image-medium .image-wrap {
    width: 50%;
    margin: 0 0 0.3em 1em; }
  .content-page .content-wrap.image-big .image-wrap, .content-page .content-wrap.image-wide .image-wrap {
    width: 100%; }
  @media (min-width: 1025px) {
    .content-page .content-wrap.image-small .image-wrap {
      width: 25%;
      margin: 0 0 0.3em 1em; }
      .content-page .content-wrap.image-medium .image-wrap {
        width: 50%;
        margin: 0 0 0.3em 1em; }
      .content-page .content-wrap.image-big .image-wrap {
        width: 75%;
        margin: 0 0 0.3em 1em; }
      .content-page .content-wrap.image-wide .image-wrap {
        width: 100%; } }
  .content-page .content-wrap img {
    max-width: 100%; }
  .content-page .content-wrap.with-images {
    -webkit-flex: 9 0 250px;
    -ms-flex: 9 0 250px;
    -webkit-box-flex: 9 0 250px;
    -moz-box-flex: 9 0 250px;
    flex: 9 0 250px;
    padding: 1em; }
  .content-page .content-text {
    -webkit-flex: 9 0 250px;
    -ms-flex: 9 0 250px;
    -webkit-box-flex: 9 0 250px;
    -moz-box-flex: 9 0 250px;
    flex: 9 0 250px;
    padding: 0 2em 1em 0; }
  .content-page .right-column {
    -webkit-flex: 1 0 250px;
    -ms-flex: 1 0 250px;
    -webkit-box-flex: 1 0 250px;
    -moz-box-flex: 1 0 250px;
    flex: 1 0 250px; }
  .content-page .right-column .contact-form {
    background-color: #fbfbfb; }
    .content-page .right-column .contact-form h2 {
      height: auto;
      background: none;
      margin: 0;
      padding: 0; }
      .content-page .right-column .contact-form h2:before, .content-page .right-column .contact-form h2:after {
        display: none; }
  .content-page .right-column .photogallery {
    text-align: center;
    margin: 0 0 0 0; }
    .content-page .right-column .photogallery h3 {
      width: 100%;
      color: #0287b8;
      margin: 0 0 1em 0;
      padding: 17px 10px;
      border-bottom: 2px solid #0287b8; }
    .content-page .right-column .photogallery figure {
      margin-bottom: 15px; }
  .content-page .print-this-page, .content-page .this-url {
    display: none; }
  .content-page .old-web-table {
    margin: 0 0 30px 0; }
  .content-page .old-web-table td {
    padding: 0 15px 0 0;
    vertical-align: top; }
  .content-page .box-50 {
    width: 50%;
    padding: 0;
    display: inline-block;
    vertical-align: top; }
  .content-page .box-50 .contact-form {
    max-width: 100%; }
  .content-page .box-50.left {
    padding-right: 15px; }
  .content-page .box-50.right {
    padding-left: 15px; }

.page-list {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e2e2e2; }
  .page-list .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
  .page-list .container .item {
    -webkit-flex: 1 0 33.3333%;
    -ms-flex: 1 0 33.3333%;
    -webkit-box-flex: 1 0 33.3333%;
    -moz-box-flex: 1 0 33.3333%;
    flex: 1 0 33.3333%;
    max-width: 400px;
    padding: 1rem; }
    @media (max-width: 900px) {
    .page-list .container .item {
      -webkit-flex: 1 0 100%;
      -ms-flex: 1 0 100%;
      -webkit-box-flex: 1 0 100%;
      -moz-box-flex: 1 0 100%;
      flex: 1 0 100%;
      width: 100%; }
      .page-list .container .item ~ .tour ~ .tour ~ .tour {
        display: none; } }
    .page-list .container .item .image-wrap {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      position: relative;
      margin-bottom: 1em; }
      .page-list .container .item .image-wrap:hover .city {
        opacity: 1; }
      .page-list .container .item .image-wrap .city {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        transition: 0.3s ease;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        color: white;
        text-align: center;
        height: 100%;
        background: rgba(0, 0, 0, .6);
        padding: 1em; }
    .page-list .container .item__headline {
      margin-bottom: 0.5em; }
    .page-list .container .item .wrap {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      background-color: #fbfbfb;
      border: solid 1px rgba(34, 34, 34, 0.2);
      height: 100%;
      padding: 1rem;
      border-radius: 0.3em; }
    .page-list .container .item img {
      width: 100%; }
    .page-list .container .item p, .page-list .container .item ul, .page-list .container .item ul * {
      font-size: 14px;
      color: #263238;
      margin: 0.5em;
      list-style: disc; }
    .page-list .container .item__control {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 1em; }
      .page-list .container .item__control span {
        display: -webkit-flex;
        display: -webkit-box;
        display: -moz-box;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-align: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #0287b8;
        font-size: 12px; }
        .page-list .container .item__control span i {
          font-size: 16px;
          margin-right: 0.2em; }
      .page-list .container .item__control .more {
        color: #fff;
        background: #0287b8;
        padding: 0.5rem 1.5rem;
        border-radius: 3px;
        font-size: 10px; }
        .page-list .container .item__control .more i {
          margin-left: 0.2rem; }
        .page-list .container .item__control .more:hover {
          background: #0287b8;
          transition: 0.3s ease; }

.reviews {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 2em auto; }
  .reviews .left, .reviews .right {
    -webkit-flex: 1 0 50%;
    -ms-flex: 1 0 50%;
    -webkit-box-flex: 1 0 50%;
    -moz-box-flex: 1 0 50%;
    flex: 1 0 50%;
    width: 50%; }
  .reviews .main-photo {
    padding-top: 23px; }
  .reviews .main-photo img {
    max-width: 100%; }
  .reviews .display-flex .tripadvisor {
    padding-right: 1em; }
  .reviews .display-flex .main-photo {
    padding-left: 1em; }

.review {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 3em 0 0 0; }
  .review ~ .review {
    padding-top: 3em;
    border-top: solid 1px #ccc; }
  .review__date {
    font-size: 12px;
    color: #999; }
  .review__text {
    margin-top: 1em;
    font-size: 16px; }
  .review__content {
    width: 100%;
    padding: 1em; }
  .review .quote {
    width: 80px; }
  .review .open-quote {
    -webkit-slign-self: flex-start;
    align-self: flex-start; }
  .review .close-quote {
    -webkit-slign-self: flex-end;
    align-self: flex-end; }

.tours-page > .container {
  padding-top: 1rem; }

.tours__control {
  width: 300px;
  margin-top: 30px;
  display: block; }
  @media (max-width: 1024px) {
  .tours__control {
    min-width: 0;
    width: 100%; } }
  .tours__control .wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .tours__control .control-item {
    padding: 1em 1.5em;
    text-decoration: none;
    color: #232323;
    background-color: #dedede;
    opacity: 0.8;
    border: solid transparent 2px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase; }
  .tours__control .control-item:nth-of-type(even) {
    background-color: #ededed; }
  .tours__control .control-item:hover {
    cursor: pointer;
    opacity: 1; }
  .tours__control input {
    display: none; }
  .tours__control input:checked + .control-item {
    border-color: #999; }
    @media (min-width: 1025px) {
    .tours__control input:checked + .control-item:after {
      content: '';
      position: absolute;
      left: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      border: solid 15px;
      border-color: transparent transparent transparent #999; } }

.tours {
  width: 835px;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -webkit-box-flex: 1 0 auto;
  -moz-box-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin: 0 15px 2rem; }
  @media (max-width: 1024px) {
  .tours {
    margin-top: 2rem; } }
  .tours .tour {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    background-color: #fff;
    margin: 0 0 1em 0; }
  .tours .tour.hidden {
    display: none; }
  .tours .tour__image {
    min-width: 150px;
    max-height: 50vh;
    position: relative;
    transition: 0.1s ease;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end; }
    .tours .tour__image img {
      max-width: 20vw;
      min-width: 150px;
      width: 100%;
      max-height: 50vh; }
    .tours .tour__image:hover {
      opacity: 0.95; }
  .tours .tour__category {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.8em 1em 0.2em;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 12px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .9)); }
  .tours .tour__info {
    width: 445px;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1 0 auto;
    -moz-box-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 0 1rem; }
  .tours .tour__title {
    font-size: 2em;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase; }
    .tours .tour__title a {
      color: #232323;
      text-decoration: none;
      display: block;
      max-width: 40vw;
      transition: 0.1s ease; }
      .tours .tour__title a:hover {
        opacity: 0.85; }
    @media (max-width: 1024px) {
    .tours .tour__title a {
      max-width: unset; } }
  .tours .tour__headline {
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    letter-spacing: 2px;
    color: #222; }
  .tours .tour__desc {
    margin: 1em 0;
    color: #888;
    font-size: 1em; }
    .tours .tour__desc a {
      color: #000;
      text-decoration: none; }
      .tours .tour__desc a:hover {
        text-decoration: underline; }
  .tours .tour__detail {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
    .tours .tour__detail span {
      padding: 0.1em 0.3em;
      border-radius: 3px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      margin: 0.2em;
      color: rgba(0, 0, 0, 0.4); }
      .tours .tour__detail span i {
        margin-right: 0.2em; }
  @media (max-width: 640px) {
    .tours .tour {
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      .tours .tour__info {
        margin-top: 1rem; }
      .tours .tour__image {
        max-width: 80vw;
        width: 100%;
        min-width: 150px;
        max-height: 80vw; }
        .tours .tour__image img {
          max-width: 80vw;
          width: 100%;
          min-width: 150px;
          max-height: 80vw; } }

.tour-category-page {
  padding: 2em 0; }
  .tour-category-page > .container {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  .tour-category-page .back-to-tours {
    margin-top: 2em;
    color: #0287b8;
    text-decoration: none;
    align-self: flex-start;
    font-size: 12px; }
  .tour-category-page .back-to-tours:hover {
    opacity: 0.8; }
  .tour-category-page h1 {
    font-size: 2.2em;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1;
    display: inline-block;
    align-self: flex-start;
    color: #0287b8;
    border-bottom: 4px solid #0287b8; }
  @media (max-width: 1024px) {
    .tour-category-page h1 {
      font-size: 2em; } }
  .tour-category-page .featured-headline {
    color: #0287b8; }
  .tour-category-page .content-text {
    padding: 15px 0 0 0; }
  .tour-category-page .category-list {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 -2%; }
  .tour-category-page .category-list .category {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    flex: 0 1 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: flex-end;
    -moz-box-align: flex-end;
    -ms-flex-align: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    width: 46%;
    margin: 1em 2%;
    padding: 1em; }
    .tour-category-page .category-list .category:hover {
      cursor: pointer;
      background-color: rgba(0, 0, 0, 0.05); }
    .tour-category-page .category-list .category .name {
      font-size: 2em;
      letter-spacing: 4px;
      text-transform: uppercase;
      font-weight: bold;
      line-height: 0.71;
      color: #222;
      margin-right: 1em; }
    .tour-category-page .category-list .category .headline {
      font-size: 1em;
      letter-spacing: 1px;
      font-weight: 300;
      margin-top: 1em;
      line-height: 0.8;
      color: #222; }

.tour-page .main-image-calibration {
  position: absolute;
  top: 200px;
  left: 50px;
  z-index: 9999; }
  .tour-page .main-image-calibration .main-image-calibration-top, .tour-page .main-image-calibration .save, .tour-page .main-image-calibration .up, .tour-page .main-image-calibration .down {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-size: 1.2em;
    text-align: center;
    margin: 5px 0;
    display: block;
    border: 2px solid #000;
    cursor: pointer; }
    .tour-page .main-image-calibration .main-image-calibration-top i, .tour-page .main-image-calibration .save i, .tour-page .main-image-calibration .up i, .tour-page .main-image-calibration .down i {
      vertical-align: text-top; }
  .tour-page .main-image-calibration .main-image-calibration-top {
    font-size: 1em;
    cursor: initial; }
  .tour-page .tour {
    position: relative; }
  .tour-page .tour__wrap {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 2em auto; }
    @media (max-width: 1024px) {
    .tour-page .tour__wrap {
      padding: 0; } }
  .tour-page .tour .right-column {
    -webkit-flex: 1 0 250px;
    -ms-flex: 1 0 250px;
    -webkit-box-flex: 1 0 250px;
    -moz-box-flex: 1 0 250px;
    flex: 1 0 250px; }
    @media (min-width: 1024px) {
    .tour-page .tour .right-column {
      max-width: 320px; } }
    .tour-page .tour .right-column .contact-form {
      background-color: #fbfbfb; }
      @media (min-width: 1024px) {
    .tour-page .tour .right-column .contact-form .recaptcha {
      -webkit-transform: scale(0.77);
      -moz-transform: scale(0.77);
      -ms-transform: scale(0.77);
      -o-transform: scale(0.77);
      transform: scale(0.77);
      -webkit-transform-origin: 0 0;
      -moz-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
      -o-transform-origin: 0 0;
      transform-origin: 0 0; } }
    .tour-page .tour .right-column .photogallery {
      text-align: center;
      margin: 15px 0 0 0; }
      .tour-page .tour .right-column .photogallery h3 {
        margin-top: 1em;
        margin-bottom: 1.25em; }
      .tour-page .tour .right-column .photogallery figure {
        margin-bottom: 15px; }
  .tour-page .tour__perex {
    padding: 2em 3em 0;
    font-size: 0.8em;
    font-weight: 300; }
  .tour-page .tour .tour-info {
    -webkit-flex: 9 0 250px;
    -ms-flex: 9 0 250px;
    -webkit-box-flex: 9 0 250px;
    -moz-box-flex: 9 0 250px;
    flex: 9 0 250px;
    padding: 1em 2em 1em 0; }
    @media (max-width: 1024px) {
    .tour-page .tour .tour-info {
      padding-right: 0;
      padding-left: 0; } }
  .tour-page .tour__details {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    padding: 0 0 1em 0; }
    .tour-page .tour__details .item {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: column nowrap;
      flex-flow: column nowrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      color: #232323;
      font-weight: 300;
      padding: 0.5rem;
      font-size: 0.8em;
      flex: 1 0 0;
      text-align: center; }
  .tour-page .tour__desc {
    color: #232323; }
    .tour-page .tour__desc h1, .tour-page .tour__desc .h1, .tour-page .tour__desc h2, .tour-page .tour__desc .h2, .tour-page .tour__desc h3, .tour-page .tour__desc .h3, .tour-page .tour__desc h4, .tour-page .tour__desc .h4 {
      color: #0287b8; }
    .tour-page .tour__desc h2 {
      color: #0287b8;
      font-weight: 700;
      margin: 30px 0 0 0;
      padding: 5px 10px;
      border-bottom: 2px solid #0287b8; }
    .tour-page .tour__desc h3 {
      color: #0287b8;
      font-size: 140%;
      font-weight: 700;
      margin: 30px 0 0 0;
      padding: 0 0;
      /*
       min-height: 47px; line-height: 42px;
       background: url("../images/layout/h2_m.png") repeat scroll center top transparent;
       color: #fff; font-size: 1em; font-weight: bold;
       text-transform: uppercase;
       margin-top: 15px; padding: 0 10px;
       display: inline-block;
       &:before {
       content: url("../images/layout/h2_l.png");
       height: 47px;
       margin-left: -20px;
       position: absolute;
       width: 10px;
       }
       &:after {
       clear: both;
       content: url("../images/layout/h2_r.png");
       height: 47px;
       margin-left: 10px;
       position: absolute;
       width: 25px;
       @media (max-width: $breakpoint){
       display: none;
       }
       }
       */ }
    .tour-page .tour__desc article {
      font-weight: 300;
      font-size: 1em; }
    .tour-page .tour__desc p {
      margin: 0.5rem 0; }
    .tour-page .tour__desc ul li {
      margin: 0 0 0.5rem 0; }
    .tour-page .tour__desc .tour-contact-info {
      font-style: italic;
      padding: 2em 0 0 0; }
      .tour-page .tour__desc .tour-contact-info h3 {
        margin-bottom: 0.5em; }
    @media (max-width: 1024px) {
    .tour-page .tour__desc {
      padding: 0 1em; } }
  .tour-page .tour__image {
    position: relative;
    width: 100%;
    height: 30vh;
    min-height: 250px;
    overflow: hidden;
    background-size: cover;
    background-position: center; }
    .tour-page .tour__image img {
      width: 100%;
      position: absolute; }
    @media (max-width: 1024px) {
    .tour-page .tour__image img {
      height: 100%;
      position: relative;
      top: 0 !important; } }
  .tour-page .tour__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); }
    .tour-page .tour__title .container {
      display: -webkit-flex;
      display: -webkit-box;
      display: -moz-box;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-flow: rown wrap;
      flex-flow: rown wrap;
      -webkit-box-align: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media (max-width: 1024px) {
    .tour-page .tour__title .container {
      display: block; } }
    .tour-page .tour__title .title {
      color: #fff;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 1.5em;
      letter-spacing: 2px;
      margin-right: 30px; }
      @media (max-width: 1024px) {
    .tour-page .tour__title .title {
      font-size: 1em; } }
    .tour-page .tour__title .link-separator {
      color: white;
      font-size: 1.8em;
      margin-right: 30px; }
      @media (max-width: 1024px) {
    .tour-page .tour__title .link-separator {
      display: none; } }
    .tour-page .tour__title .link-category {
      color: white;
      line-height: 1;
      font-size: 1em;
      text-decoration: none; }
  .tour-page .tour .table-prices {
    width: 100%;
    background-color: #fafafa;
    margin: 15px 0 0 0;
    border-collapse: collapse;
    border: 1px solid #000; }
    .tour-page .tour .table-prices th, .tour-page .tour .table-prices td {
      text-align: center;
      padding: 5px;
      border: 1px solid #000; }
    .tour-page .tour .table-prices tr:first-child th, .tour-page .tour .table-prices tr:first-child td {
      font-weight: 700; }
    .tour-page .tour .table-prices th:nth-child(n), .tour-page .tour .table-prices td:nth-child(1) {
      font-weight: 700; }
  .tour-page .no-tour {
    margin-top: 25vh;
    text-align: center; }
  .tour-page .no-tour p {
    font-weight: 900;
    text-transform: uppercase; }
  .tour-page .no-tour span {
    font-weight: 300; }

.albums__list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch; }
  @media (max-width: 1024px) {
  .albums__list {
    -webkit-justify-content: space-around;
    justify-content: space-around; } }

.albums__item {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0 1 auto;
  -moz-box-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 30%;
  min-width: 290px;
  margin-right: 5%;
  margin-bottom: 2em;
  background-color: #fff;
  border-radius: 3px; }
  .albums__item.third {
    margin-right: 0; }
  @media (max-width: 1024px) {
  .albums__item {
    width: 100%;
    max-width: 400px;
    margin-right: 0;
    min-width: auto; } }

.albums__item .text {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 1em;
  margin-top: auto;
  color: #222;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 1em; }
  .albums__item .text .link {
    text-decoration: none; }

.albums__item .image {
  border-bottom: solid 4px rgba(0, 0, 0, 0.1); }
  .albums__item .image .no-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center; }
  @media (max-width: 1024px) {
      .albums__item .image .no-image .fa-stack {
        font-size: 2em; } }
  .albums__item .image .no-image .fa-ban {
    color: rgba(255, 0, 0, 0.6); }
  .albums__item .image .no-image .fa-camera {
    color: #222; }
  .albums__item .image a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .albums__item .image img {
    width: 100%;
    max-height: 30vw;
    height: 100%;
    margin-bottom: -7px;
    border-radius: 3px 3px 0 0; }

.albums {
  padding: 0 1em; }
  .albums__title {
    margin-bottom: 1em; }
  footer {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    background: #e2e2e2;
    margin-top: auto;
    padding: 4rem 0; }
  footer .container {
    max-width: 75rem;
    width: 100%;
    margin: 0 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap; }
  footer .container .left {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  footer .container .right {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    flex: 1 1 auto;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap; }
  footer .content {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 2em; }
  footer .content, footer .content p {
    font-size: 13px;
    font-weight: 300; }
  footer .content p {
    margin-right: 0.3rem; }
  footer .footer-menu {
    border: solid rgba(0, 0, 0, 0.2);
    width: 100%;
    display: inline-block;
    border-width: 1px 0;
    padding: 1rem;
    margin-bottom: 3rem; }
  footer .footer-menu ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    footer .footer-menu ul li {
      margin: 0 5px 0 0;
      padding: 0 5px 0 0;
      display: inline-block;
      border-right: 1px solid #282b2a; }
      footer .footer-menu ul li.last {
        border-right: none; }
      footer .footer-menu ul li a {
        text-decoration: none;
        color: #282b2a;
        font-size: 0.8em; }
        footer .footer-menu ul li a:hover {
          color: #08243b;
          text-decoration: underline; }
  footer .created {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.25); }
  footer .created a {
    display: inline-block;
    height: 19px;
    width: 118px;
    margin-left: 1rem;
    background: url("../png/7interactive.png") no-repeat; }
    /*
     Unprintable elements of page.
     Disable displaying on print.
     */

/*
 Attachments download section
 */

.attachments {
  margin: 2em; }
  .attachments hr {
    border-color: #dedede;
    outline: 0;
    border-style: solid; }
  .attachments .content {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 2em; }
  .attachments .content * {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0 1 auto;
    -moz-box-flex: 0 1 auto;
    flex: 0 1 auto; }
  .attachments .content .download {
    margin: 0.5em;
    text-decoration: none;
    font-size: 12px;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 1em 1.5em;
    color: #232323;
    border-radius: 3px;
    text-align: center; }
    .attachments .content .download span {
      text-transform: uppercase;
      font-weight: bold;
      display: block; }
    .attachments .content .download a {
      display: block;
      background-color: #0287b8;
      padding: 0.5em 1em;
      margin-top: 0.5em;
      color: #232323;
      text-decoration: none; }
      .attachments .content .download a:hover {
        text-decoration: underline;
        background-color: #0287b8; }
  .attachments .content h1, .attachments .content h2, .attachments .content h3, .attachments .content h4, .attachments .content h5 {
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #232323; }
/*
 Additional content on content pages
 */
.additional-content {
  margin: 2em 0; }
  .additional-content .content, .additional-content .content * {
    font-size: 14px;
    color: #666; }
/*
 Parallax
 */
.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px; }
  .parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .parallax-container .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

.base-contact-form form {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  -webkit-box-align: flex-start;
  -moz-box-align: flex-start;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start; }
  .base-contact-form input, .base-contact-form textarea {
    padding: 0.5em 1.5em;
    border: solid 1px #ccc;
    width: 300px;
    resize: none;
    border-radius: 3px;
    margin: 0.5em 0; }
  .base-contact-form input[type="submit"], .base-contact-form textarea[type="submit"] {
    width: auto;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: 2px;
    padding: 1em 2em; }
    .base-contact-form input[type="submit"]:hover, .base-contact-form textarea[type="submit"]:hover {
      background-color: #ccc;
      cursor: pointer; }

.slide-to-top {
  display: none; }

.special-box {
  background-color: #f8d274;
  color: #263238;
  font-size: 15px;
  font-style: italic;
  text-align: center;
  text-decoration: none;
  margin-top: 0;
  padding: 1em;
  border: 1px solid #f5b10d;
  display: block; }
  .special-box:hover {
    background-color: #f4ba2b;
    color: #263238; }
