@charset "UTF-8";
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../extras/Font-Awesome-fa-4/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../extras/Font-Awesome-fa-4/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../extras/Font-Awesome-fa-4/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../extras/Font-Awesome-fa-4/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../extras/Font-Awesome-fa-4/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../extras/Font-Awesome-fa-4/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center; }

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

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

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

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

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

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

@font-face {
  font-family: HelveticaNeue;
  src: url(../fonts/HelveticaNeueCyr-Roman.otf); }

@font-face {
  font-family: "Exo2Bold";
  src: url("../fonts/Exo2Bold.eot");
  src: url("../fonts/Exo2Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2Bold.woff") format("woff"), url("../fonts/Exo2Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Exo2ExtraLight";
  src: url("../fonts/Exo2ExtraLight.eot");
  src: url("../fonts/Exo2ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2ExtraLight.woff") format("woff"), url("../fonts/Exo2ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Exo2Medium";
  src: url("../fonts/Exo2Medium.eot");
  src: url("../fonts/Exo2Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Exo2Medium.woff") format("woff"), url("../fonts/Exo2Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* =============================================================================
   METRIC
   ========================================================================== */
table {
  border-collapse: collapse; }

th {
  padding-right: 1em;
  /* LTR */
  text-align: left;
  /* LTR */
  border-bottom: 3px solid #ccc; }

tbody {
  border-top: 1px solid #ccc; }

tr.even,
tr.odd {
  padding: 0.1em 0.6em;
  border-bottom: 1px solid #ccc;
  background-color: #eee; }

tr.odd td, td.odd {
  background-color: #e8e8e8; }

#wrapper {
  min-width: 1320px;
  min-height: 100%; }

#container {
  /*padding:  0 0 340px;*/
  position: relative;
  padding: 0 0 420px; }

body.front #header.front-fixed, #header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1380px;
  height: 93px;
  background-color: white; }

body.front #header {
  position: absolute;
  min-width: 1340px;
  background-color: transparent; }

#header-left {
  position: relative;
  float: left; }

#header-right {
  float: right; }

#header-indent {
  width: 100%;
  height: 93px;
  background-color: transparent; }

body.front #header-indent {
  display: none; }

#content {
  width: 1200px;
  margin: 110px auto 0; }

body.front #content {
  width: 100%;
  margin-top: 0; }

#footer {
  position: relative;
  width: 100%;
  min-width: 1320px;
  height: 490px;
  margin: -390px auto 0;
  background-color: #f4f4f4; }
  #footer > .inner {
    width: 1200px;
    margin: 0 auto;
    padding-top: 41px; }

.footer-left {
  float: left;
  max-width: 800px; }

.footer-right {
  float: right;
  width: 590px; }

/* =============================================================================
   HEADER
   ========================================================================== */
#logo-block-small {
  float: left;
  /*margin-left: 49px;*/
  margin-right: 25px;
  margin-left: 75px;
  padding: 14px 0 0 0;
  -webkit-transition: 1s;
  transition: 1s; }

.hidden-small-logo {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0; }

#logo-block-small img {
  height: 55px;
  padding-top: 3px; }

#logo-block {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  width: 231px;
  height: 267px;
  margin-left: 49px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: url(../images/logo-front-en.png) 0 0 no-repeat;
  background-size: contain; }

[lang="ru"] body #logo-block {
  background: url(../images/logo-front-ru.png) 0 0 no-repeat;
  background-size: contain; }

#logo-block a {
  display: block;
  width: 100%;
  height: 100%; }

.hidden-logo {
  top: -267px !important;
  /*display: none;*/
  -webkit-transition: 0.7s;
  transition: 0.7s;
  opacity: 0; }

body.front .hidden-logo {
  opacity: 1; }

/* icons */
#block-block-7 {
  float: left;
  margin-left: 40px;
  padding: 36px 0 0 0; }

body.front #header.front-fixed #block-block-7 {
  margin-left: 40px; }

body.front #block-block-7 {
  margin-left: 63px; }

#block-block-7 .content a {
  display: inline-block;
  height: 16px;
  margin-left: 15px;
  vertical-align: middle; }
  #block-block-7 .content a:first-child {
    margin-left: 0; }

#block-block-7 .content .mail {
  width: 16px;
  background: url(../images/ico-mail.png) 0 0 no-repeat; }

#block-block-7 .content .igrm {
  width: 16px;
  background: url(../images/ico-igrm.png) 0 0 no-repeat; }

#block-block-7 .content .fb {
  width: 9px;
  background: url(../images/ico-fb.png) 0 0 no-repeat; }

#block-block-7 .content .vk {
  width: 16px;
  background: url(../images/ico-vk.png) 0 0 no-repeat; }

#block-block-7 .content .youtube {
  width: 16px;
  background: url(../images/ico-youtube.png) 0 0 no-repeat; }

body.front #header.front-fixed #block-block-7 .content a {
  background-position: 0 0px; }

body.front #block-block-7 .content a {
  background-position: 0 -16px; }

/* language selector */
#block-languageswitcher {
  float: left;
  padding: 38px 0 0 22px; }
  #block-languageswitcher .links {
    margin: 0;
    padding: 0; }
    #block-languageswitcher .links li {
      margin: 0;
      padding: 0 0 0 18px;
      list-style: none none;
      border-left: 1px solid #b2b2b2; }
      #block-languageswitcher .links li.is-active {
        display: none; }

body.front #header.front-fixed #block-languageswitcher .links li,
#block-languageswitcher .links li {
  opacity: 0.5; }

body.front #header.front-fixed #block-languageswitcher .links li a,
#block-languageswitcher .links li,
#block-languageswitcher .links li a {
  font-family: "Exo2Medium";
  font-size: 14px;
  line-height: 1;
  color: black; }

body.front #block-languageswitcher .links li {
  opacity: 0.7;
  color: white; }

body.front #block-languageswitcher .links li a {
  color: white; }

#block-languageswitcher .language-link--untranslated {
  text-decoration: line-through; }

/* book now */
#block-booknow,
#block-block-8 {
  float: right;
  padding: 22px 51px 0 0; }
  #block-booknow .content .field-name-body > *,
  #block-block-8 .content .field-name-body > * {
    margin-bottom: 10px; }
  #block-booknow .content .field-name-body > :last-child,
  #block-block-8 .content .field-name-body > :last-child {
    margin-bottom: 0; }
  #block-booknow .content .field-name-body a,
  #block-block-8 .content .field-name-body a {
    font-family: "Exo2Medium";
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    text-transform: uppercase;
    color: white;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    /*padding: 2px 0;*/ }
    #block-booknow .content .field-name-body a .inner,
    #block-block-8 .content .field-name-body a .inner {
      display: inline-block;
      padding: 13px 22px;
      text-align: center;
      border-top: 2px solid white;
      border-bottom: 2px solid white;
      background-color: black; }

body.front #block-booknow .content a,
body.front #block-block-8 .content a {
  display: block;
  text-decoration: none;
  color: black;
  border-top-color: white;
  border-bottom-color: white; }
  body.front #block-booknow .content a .inner,
  body.front #block-block-8 .content a .inner {
    display: block;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    background-color: white; }

#block-booknow .content .order-free-brochure a,
#block-block-8 .content .order-free-brochure a {
  font-weight: bold;
  line-height: normal; }

#block-booknow .content .order-free-brochure i,
#block-block-8 .content .order-free-brochure i {
  margin-bottom: 10px; }

i.icon-map {
  display: inline-block;
  width: 31px;
  height: 27px;
  background: url(../images/icons/icon-map.svg) no-repeat 50% 50%; }

/* primary menu */
#block-system-main-menu {
  float: right;
  margin-right: 30px;
  padding-top: 40px; }
  #block-system-main-menu ul.menu {
    line-height: 1;
    margin: 0;
    padding: 0; }
    #block-system-main-menu ul.menu li {
      float: left;
      margin: 0 0 0 22px;
      padding: 0;
      list-style: none none; }
      #block-system-main-menu ul.menu li.expanded {
        padding-right: 16px;
        background: url("/themes/custom/rmc/images/down-arrow.svg") no-repeat 100% 23%;
        background-size: 10px; }
        #block-system-main-menu ul.menu li.expanded > ul.menu {
          /*will-change: transform, opacity;*/
          position: absolute;
          z-index: -1;
          visibility: hidden;
          -webkit-transition: transform 0.3s ease-out 0s, z-index 0.3s ease-in 0s, opacity 0.2s ease-in 0s;
          -webkit-transition: z-index 0.3s ease-in 0s, opacity 0.2s ease-in 0s, -webkit-transform 0.3s ease-out 0s;
          transition: z-index 0.3s ease-in 0s, opacity 0.2s ease-in 0s, -webkit-transform 0.3s ease-out 0s;
          transition: transform 0.3s ease-out 0s, z-index 0.3s ease-in 0s, opacity 0.2s ease-in 0s;
          transition: transform 0.3s ease-out 0s, z-index 0.3s ease-in 0s, opacity 0.2s ease-in 0s, -webkit-transform 0.3s ease-out 0s;
          -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
          opacity: 0;
          background-color: white;
          -webkit-box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.59);
          box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.59); }
        #block-system-main-menu ul.menu li.expanded:hover > ul.menu {
          z-index: 1;
          visibility: visible;
          -webkit-transform: translateY(0em);
          transform: translateY(0em);
          opacity: 1; }
        #block-system-main-menu ul.menu li.expanded > ul.menu li {
          float: none;
          margin: 0; }
      #block-system-main-menu ul.menu li > ul.menu li:hover {
        background-color: black; }

body.front #header.front-fixed #block-system-main-menu ul.menu li > ul.menu li:hover a, body.front #header.front-fixed #block-system-main-menu ul.menu li > ul.menu li:hover .nolink {
  color: white; }

#block-system-main-menu ul.menu li > ul.menu li:hover a, #block-system-main-menu ul.menu li > ul.menu li:hover .nolink {
  color: white; }

#block-system-main-menu ul.menu li > ul.menu li a, #block-system-main-menu ul.menu li > ul.menu li .nolink {
  display: block;
  padding: 10px 20px;
  color: black; }

#block-system-main-menu ul.menu li:first-child {
  margin-left: 0; }

body.front #header.front-fixed #block-system-main-menu ul.menu li a, body.front #header.front-fixed #block-system-main-menu ul.menu li .nolink {
  font-family: "Exo2Medium";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: black; }

#block-system-main-menu ul.menu li a {
  font-family: "Exo2Medium";
  font-size: 14px;
  text-decoration: none;
  text-transform: uppercase;
  color: black; }

#block-system-main-menu ul.menu li .nolink {
  font-family: "Exo2Medium";
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
  text-transform: uppercase;
  color: black; }

body.front #header.front-fixed #block-system-main-menu ul.menu li.expanded {
  background-image: url("/themes/custom/rmc/images/down-arrow.svg"); }

body.front #block-system-main-menu ul.menu li.expanded {
  background-image: url("/themes/custom/rmc/images/down-arrow-white.svg"); }

body.front #block-system-main-menu ul.menu li a, body.front #block-system-main-menu ul.menu li .nolink {
  color: white; }

#block-system-main-menu .content > ul.menu > li > a, #block-system-main-menu .content > ul.menu > li > .nolink {
  display: block;
  padding-bottom: 10px; }

#block-system-main-menu ul.menu li a:hover {
  text-decoration: underline; }

/* =============================================================================
   PRIMARY SLIDER - - РУЧНОЙ!!!
   ========================================================================== */
#block-views-slider-block-1 {
  overflow: hidden;
  width: 100%; }

/* slide */
#block-views-block-osnovnoy-slayder-block-1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 713px;
  height: 663px; }
  #block-views-block-osnovnoy-slayder-block-1 .contextual-region {
    position: initial; }
  #block-views-block-osnovnoy-slayder-block-1 .bx-wrapper .bx-controls .bx-pager-item:first-child {
    margin-left: 320px; }
  #block-views-block-osnovnoy-slayder-block-1 .background {
    width: 100%;
    height: 663px;
    background-position: center center;
    background-size: cover; }
    @media screen and (max-width: 480px) {
      #block-views-block-osnovnoy-slayder-block-1 .background {
        height: 185px; } }
  #block-views-block-osnovnoy-slayder-block-1 .inner {
    font-family: "Exo2Bold";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 285px;
    text-transform: uppercase;
    color: white; }
    #block-views-block-osnovnoy-slayder-block-1 .inner > * {
      margin-left: 320px; }
    #block-views-block-osnovnoy-slayder-block-1 .inner .subtitle {
      font-size: 15px;
      letter-spacing: 2.2px;
      color: #ebf192; }
    #block-views-block-osnovnoy-slayder-block-1 .inner .title {
      font-size: 43px;
      line-height: 1.15;
      margin-top: 13px;
      letter-spacing: 3.5px; }
    #block-views-block-osnovnoy-slayder-block-1 .inner .link {
      font-family: "Exo2Medium";
      font-size: 14px;
      margin-top: 32px; }
      #block-views-block-osnovnoy-slayder-block-1 .inner .link a {
        line-height: 1;
        display: inline-block;
        padding: 15px 47px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-decoration: none;
        letter-spacing: 2px;
        color: black;
        background: rgba(255, 255, 255, 0.6); }
        #block-views-block-osnovnoy-slayder-block-1 .inner .link a:hover {
          -webkit-transition: 0.5s;
          transition: 0.5s;
          color: black;
          background-color: white; }

.bx-wrapper .bx-viewport {
  border: 0px !important; }

/* dots (bxslider) */
#block-views-slider-block-1 {
  position: relative; }

.bx-wrapper .bx-controls {
  position: absolute;
  z-index: 100;
  bottom: 32px;
  left: 0;
  width: 100%; }
  .bx-wrapper .bx-controls .bx-pager-item {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    padding: 0;
    list-style: none none; }
    .bx-wrapper .bx-controls .bx-pager-item a {
      font-size: 0;
      display: inline-block;
      width: 8px;
      height: 8px;
      margin: 4px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      vertical-align: top;
      opacity: 0.6;
      color: transparent;
      border-radius: 4px;
      background-color: white; }
      .bx-wrapper .bx-controls .bx-pager-item a:hover {
        width: 12px;
        height: 12px;
        margin: 2px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0.8;
        border-radius: 6px; }
      .bx-wrapper .bx-controls .bx-pager-item a.active {
        width: 16px;
        height: 16px;
        margin: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 1;
        border-radius: 8px; }
        .bx-wrapper .bx-controls .bx-pager-item a.active:hover {
          width: 16px;
          height: 16px;
          margin: 0;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          opacity: 1;
          border-radius: 8px; }

.bx-wrapper .slick-dots {
  margin: 0;
  padding: 0; }
  .bx-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    list-style: none none; }
    .bx-wrapper .slick-dots li:first-child {
      margin-left: 320px; }
    .bx-wrapper .slick-dots li button {
      font-size: 0;
      width: 8px;
      height: 8px;
      margin: 4px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.6;
      color: transparent;
      border: none;
      border-radius: 4px;
      background-color: white; }
    .bx-wrapper .slick-dots li:hover button {
      width: 12px;
      height: 12px;
      margin: 2px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8;
      border-radius: 6px; }
    .bx-wrapper .slick-dots li.slick-active button, .bx-wrapper .slick-dots li.slick-active:hover button {
      width: 16px;
      height: 16px;
      margin: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 1;
      border-radius: 8px; }

/* =============================================================================
   PRIMARY SLIDER
   ========================================================================== */
#block-views-slider-block {
  overflow: hidden;
  width: 100%;
  height: 713px; }

/* slide */
.bx-wrapper .slick-slide {
  position: relative;
  width: 100%;
  height: 713px; }
  .bx-wrapper .slick-slide .background {
    width: 100%;
    height: 100%; }
    .bx-wrapper .slick-slide .background img {
      width: 100%;
      height: 100%;
      min-height: 713px; }
  .bx-wrapper .slick-slide .inner {
    font-family: "Exo2Bold";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 285px;
    text-transform: uppercase;
    color: white; }
    .bx-wrapper .slick-slide .inner > * {
      margin-left: 320px; }
    .bx-wrapper .slick-slide .inner .subtitle {
      font-size: 15px;
      letter-spacing: 2.2px;
      color: #ebf192; }
    .bx-wrapper .slick-slide .inner .title {
      font-size: 43px;
      line-height: 1.15;
      margin-top: 13px;
      letter-spacing: 3.5px; }
    .bx-wrapper .slick-slide .inner .link {
      font-family: "Exo2Medium";
      font-size: 14px;
      margin-top: 32px; }
      .bx-wrapper .slick-slide .inner .link a {
        line-height: 1;
        display: inline-block;
        padding: 15px 47px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-decoration: none;
        letter-spacing: 2px;
        color: white;
        border: 3px solid white; }
        .bx-wrapper .slick-slide .inner .link a:hover {
          -webkit-transition: 0.5s;
          transition: 0.5s;
          color: black;
          background-color: white; }

.bx-wrapper .slick-dots {
  position: absolute;
  z-index: 100;
  bottom: 32px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0; }
  .bx-wrapper .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    list-style: none none; }
    .bx-wrapper .slick-dots li:first-child {
      margin-left: 320px; }
    .bx-wrapper .slick-dots li button {
      font-size: 0;
      width: 8px;
      height: 8px;
      margin: 4px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.6;
      color: transparent;
      border: none;
      border-radius: 4px;
      background-color: white; }
    .bx-wrapper .slick-dots li:hover button {
      width: 12px;
      height: 12px;
      margin: 2px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8;
      border-radius: 6px; }
    .bx-wrapper .slick-dots li.slick-active button, .bx-wrapper .slick-dots li.slick-active:hover button {
      width: 16px;
      height: 16px;
      margin: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 1;
      border-radius: 8px; }

/* dots */
/* =============================================================================
   TITLE-BLOCK
   ========================================================================== */
#title-block {
  height: 960px;
  max-height: 600px;
  background: url(/sites/default/files/styles/tour_background/public/tours/images/isvd4499.jpg); }

#title-block {
  width: 100%;
  height: 227px;
  background: url(../images/title-bg.jpg) top center no-repeat;
  background-size: cover; }
  #title-block > .inner {
    display: table;
    width: 750px;
    /*width: 1200px;*/
    height: 100%;
    margin: 0 auto;
    text-align: center; }
    #title-block > .inner > .cell {
      display: table-cell;
      width: 700px;
      height: 100%;
      vertical-align: middle; }

#block-rmc-page-title h1 {
  font-family: "Exo2Bold";
  font-size: 45px;
  line-height: 1.1;
  margin: 0;
  padding: 20px 10px;
  color: white; }
  @media (max-width: 768px) {
    #block-rmc-page-title h1 {
      font-size: 30px; } }
  @media screen and (max-width: 768px) and (max-width: 480px) {
    #block-rmc-page-title h1 {
      font-size: 20px; } }

#title-block .subtitle {
  margin-top: 13px; }
  #title-block .subtitle .content {
    font-family: "Exo2Bold";
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white; }

/* скрываем, где не нужно */
body.front #title-block {
  display: none; }

/* =============================================================================
   GS adventures in Russia
   ========================================================================== */
#block-block-1 {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0 95px; }
  #block-block-1 .block-title {
    font-size: 45px;
    line-height: 1;
    margin: 0 auto 17px;
    text-align: center; }

body.i18n-en #block-block-1 .block-title {
  width: 660px; }

body.i18n-ru #block-block-1 .block-title {
  width: 700px; }

#block-block-1 .content {
  text-align: center; }
  #block-block-1 .content .subtitle {
    font-family: "Exo2ExtraLight";
    font-size: 14px;
    line-height: 1;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #6b6b6b; }
  #block-block-1 .content .text {
    font-size: 17px;
    line-height: 1.7;
    width: 740px;
    margin: 0 auto; }

/* =============================================================================
   TOURS FRONT (FEATURED TOURS)
   ========================================================================== */
#block-views-block-tours-front-block-block-1 {
  width: 100%;
  height: 655px;
  background: url(../images/tours-front.jpg) top center no-repeat;
  background-size: cover; }
  #block-views-block-tours-front-block-block-1 .block-title {
    font-family: "Exo2Bold";
    font-size: 32px;
    line-height: 1;
    margin: 0 0 59px;
    padding-top: 100px;
    text-align: center;
    letter-spacing: 1;
    text-transform: uppercase;
    color: white; }
  #block-views-block-tours-front-block-block-1 > div {
    width: 1200px;
    margin: 0 auto; }

/* tour items */
.jcarousel-view--tours-front--block .view-content:after {
  display: table;
  clear: both;
  content: ""; }

.tour-item-front {
  position: relative;
  display: inline-block;
  float: left;
  width: 370px;
  height: 238px;
  margin-left: 45px; }
  .tour-item-front:first-child {
    margin-left: 0; }
  .tour-item-front .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .tour-item-front:hover .overlay {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1; }
  .tour-item-front .overlay .inner {
    /*background-color: rgba(0, 0, 0, 0.5);*/
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 16px 25px; }
  .tour-item-front .overlay .title {
    font-family: "Exo2Bold";
    font-size: 24px;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
    color: white; }
  .tour-item-front .overlay .type {
    font-family: "Exo2Bold";
    font-size: 14px;
    line-height: 1;
    height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ebf192; }
  .tour-item-front .overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .tour-item-front .overlay-link a {
      font-size: 0;
      display: block;
      width: 100%;
      height: 100%;
      color: transparent; }

/*.tour-item-front:hover .overlay { background-color: rgba(0, 0, 0, 0.5); }*/
/* footer */
.jcarousel-view--tours-front--block footer {
  width: 1200px;
  margin: 65px auto 0;
  text-align: center;
  color: white; }
  .jcarousel-view--tours-front--block footer > * {
    line-height: 1;
    display: inline-block;
    vertical-align: middle; }
  .jcarousel-view--tours-front--block footer .left {
    font-style: italic;
    width: 300px;
    text-align: right; }
  .jcarousel-view--tours-front--block footer .book-link {
    font-family: "Exo2Medium";
    font-size: 15px;
    margin-right: 22px;
    margin-left: 22px;
    padding: 17px 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: black;
    background-color: rgba(255, 255, 255, 0.6); }
    .jcarousel-view--tours-front--block footer .book-link:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      color: black;
      background-color: white; }
  .jcarousel-view--tours-front--block footer .right {
    font-style: italic;
    width: 300px;
    text-align: left; }
    .jcarousel-view--tours-front--block footer .right a {
      color: #ebf192; }

/* =============================================================================
   ОСОБЕННОСТИ НА ГЛАВНОЙ (SPECIALS)
   ========================================================================== */
#block-block-2 > .content {
  width: 1200px;
  margin: 0 auto; }

#specials-front .special {
  position: relative;
  float: left;
  width: 399px;
  height: 282px;
  text-align: center;
  border-left: 1px solid #e9e9e9; }
  @media screen and (max-width: 640px) {
    #specials-front .special {
      margin-bottom: 20px; } }
  #specials-front .special:first-child {
    border-left: none; }
  #specials-front .special .inner {
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  #specials-front .special .title {
    font-family: "Exo2Bold";
    font-size: 20px;
    line-height: 1;
    padding-top: 120px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    color: black; }
  #specials-front .special .text {
    font-size: 13px;
    padding: 25px 80px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #282828; }

#specials-front .sp-safety .inner {
  background: url(../images/full-safety.png) center 49px no-repeat white; }

#specials-front .sp-exp .inner {
  background: url(../images/amazing-expirience.png) center 57px no-repeat white; }

#specials-front .sp-costs .inner {
  background: url(../images/low-costs.png) center 57px no-repeat white; }

#specials-front .special .link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  #specials-front .special .link a {
    display: block;
    width: 100%;
    height: 100%; }

#specials-front .sp-safety {
  background: url(../images/sp-1-bg.jpg) 0 0 no-repeat; }

#specials-front .sp-exp {
  background: url(../images/sp-2-bg.jpg) 0 0 no-repeat; }

#specials-front .sp-costs {
  background: url(../images/sp-3-bg.jpg) 0 0 no-repeat; }

#specials-front .special:hover .inner {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5); }

#specials-front .special:hover .title, #specials-front .special:hover .text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: white; }

/* icons */
/* backgrounds */
/* hover */
/* =============================================================================
   ОТЗЫВЫ (TESTIMONIALS) на главной
   ========================================================================== */
#block-views-block-otzyvy-block-1 {
  position: relative;
  width: 100%;
  height: 531px;
  color: white; }
  #block-views-block-otzyvy-block-1 > h2 {
    font-family: "Exo2Bold";
    font-size: 45px;
    line-height: 1;
    position: absolute;
    z-index: 100;
    top: 77px;
    left: 0;
    /*padding-top: 85px;*/
    width: 100%;
    margin: 0;
    padding-bottom: 58px;
    text-align: center;
    color: white; }
  #block-views-block-otzyvy-block-1 .bx-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #block-views-block-otzyvy-block-1 > {
    /*    div {
          width: 100%;
          height: 531px;
          color: white;
          position: relative;
        }*/ }

/* slide */
#block-views-block-otzyvy-block-1 .views-row {
  position: relative;
  width: 100%;
  height: 531px; }
  #block-views-block-otzyvy-block-1 .views-row .slide__content {
    width: 100%;
    height: 100%; }
  #block-views-block-otzyvy-block-1 .views-row .background {
    width: 100%;
    height: 531px;
    background-position: center center;
    background-size: cover; }
  #block-views-block-otzyvy-block-1 .views-row .slide-inner {
    position: absolute;
    /*width: 1200px;
    margin: 0 auto;*/
    z-index: 100;
    top: 177px;
    left: 0;
    width: 100%;
    height: 343px;
    text-align: center; }
  #block-views-block-otzyvy-block-1 .views-row .title {
    font-family: "Exo2Bold";
    font-size: 15px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ebf192; }
    #block-views-block-otzyvy-block-1 .views-row .title > * {
      display: inline-block;
      vertical-align: middle; }
    #block-views-block-otzyvy-block-1 .views-row .title .line {
      width: 156px;
      height: 2px;
      background: url(../images/testimonials-line.png) 0 0 no-repeat transparent; }
    #block-views-block-otzyvy-block-1 .views-row .title .name {
      padding: 0 37px; }
  #block-views-block-otzyvy-block-1 .views-row .text {
    font-size: 20px;
    line-height: 1.75;
    overflow: hidden;
    width: 670px;
    height: 105px;
    margin-top: 21px;
    margin-right: auto;
    margin-left: auto; }

/* more link */
#block-views-block-otzyvy-block-1 .more-link {
  position: absolute;
  /*margin-top: 57px;*/
  z-index: 100;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: center; }
  #block-views-block-otzyvy-block-1 .more-link a {
    font-family: "Exo2Medium";
    font-size: 15px;
    line-height: 1;
    display: inline-block;
    padding: 17px 53px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black;
    background: rgba(255, 255, 255, 0.6); }
    #block-views-block-otzyvy-block-1 .more-link a:hover {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      color: black;
      background-color: white; }

/* dots */
#block-views-block-otzyvy-block-1 .slick-dots {
  position: absolute;
  z-index: 100;
  bottom: 29px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }
  #block-views-block-otzyvy-block-1 .slick-dots li {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
    list-style: none none; }
    #block-views-block-otzyvy-block-1 .slick-dots li button {
      font-size: 0;
      width: 8px;
      height: 8px;
      margin: 4px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.6;
      color: transparent;
      border: none;
      border-radius: 4px;
      background-color: white; }
    #block-views-block-otzyvy-block-1 .slick-dots li:hover button {
      width: 12px;
      height: 12px;
      margin: 2px;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0.8;
      border-radius: 6px; }
    #block-views-block-otzyvy-block-1 .slick-dots li.slick-active button, #block-views-block-otzyvy-block-1 .slick-dots li.slick-active:hover button {
      width: 16px;
      height: 16px;
      margin: 0;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 1;
      border-radius: 8px; }

/* =============================================================================
    страница TESTIMONIALS
   ========================================================================== */
.testimonials-item {
  margin-top: 20px; }
  .testimonials-item:first-child {
    margin-top: 0; }
  .testimonials-item .title {
    font-family: "Exo2Bold";
    font-size: 18px;
    margin-bottom: 3px; }
  .testimonials-item .text {
    font-size: 16px;
    font-style: italic; }

/* =============================================================================
   Заказ брошюры на главной
   ========================================================================== */
#block-block-26 .content {
  max-width: 1200px;
  margin: 80px auto;
  padding: 40px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6; }

#block-block-26 .field-name-body {
  font-weight: bold;
  font-size: 2em;
  color: #494949; }
  @media screen and (min-width: 481px) {
    #block-block-26 .field-name-body {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 4em; } }

#block-block-26 img {
  max-width: 100%; }
  @media screen and (min-width: 481px) {
    #block-block-26 img {
      max-width: 640px;
      margin-right: 80px; } }

#block-block-26 a {
  color: #b36c0d; }

/* =============================================================================
   ЗАГОЛОВОК 'News and articles' на главной
   ========================================================================== */
#block-block-6 {
  padding-top: 60px;
  padding-bottom: 74px; }
  #block-block-6 .block-title {
    font-family: "Exo2Bold";
    font-size: 30px;
    line-height: 1;
    width: 1200px;
    margin: 0 auto 10px;
    text-align: center;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    color: black; }
  #block-block-6 .content {
    font-family: "Exo2ExtraLight";
    font-size: 14px;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: 1.9px;
    text-transform: uppercase;
    color: black; }
    #block-block-6 .content a {
      color: #b36c0d; }

/* =============================================================================
   СТАТЬИ НА ГЛАВНОЙ, страница одной статьи
   ========================================================================== */
#block-views-block-articles-block-1 {
  width: 1200px;
  margin: 0 auto; }

/* article */
.article-front {
  position: relative;
  float: left;
  width: 399px;
  height: 268px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: center;
  border-left: 1px solid #e9e9e9;
  background-color: white; }
  @media screen and (max-width: 640px) {
    .article-front {
      margin-bottom: 10px; } }
  .article-front:first-child {
    border-left: none; }
  .article-front .image {
    width: 100%;
    height: 100%;
    background-color: gray; }
    .article-front .image img {
      display: block; }
  .article-front .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: white; }
  .article-front .type {
    font-family: "Exo2ExtraLight";
    font-size: 14px;
    line-height: 1;
    padding-top: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: black; }
    @media screen and (max-width: 480px) {
      .article-front .type {
        padding-top: 20px; } }
  .article-front .title {
    font-family: "Exo2Bold";
    font-size: 20px;
    line-height: 1;
    margin-top: 10px;
    padding: 0 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    color: black; }
    @media screen and (max-width: 480px) {
      .article-front .title {
        font-size: 15px; } }
  .article-front .text {
    font-size: 14px;
    line-height: 1.3;
    margin-top: 19px;
    padding: 0 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #a7a7a7; }
    .article-front .text p {
      margin: 0; }
  .article-front .link {
    font-size: 14px;
    line-height: 1;
    margin-top: 16px; }
    .article-front .link a {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      color: black; }
  .article-front:hover .overlay {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.5); }
  .article-front:hover .type, .article-front:hover .title, .article-front:hover .text, .article-front:hover a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: white; }

/* hover */
/* страница одной статьи */
article.article .field-name-field-article-image {
  float: left;
  margin: 0 20px 10px 0; }

article .field-name-body img {
  max-width: 740px; }

article .field-name-body, #tour-content .field-name-body {
  line-height: 1.6; }

/* =============================================================================
   страница NEWS & ARTICLES (Новости и публикации) ПРЕДВАРИТЕЛЬНАЯ ЗАГОТОВКА
   ========================================================================== */
.articles-front .rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-around;
  -ms-flex-pack: distribute; }

.articles-list-item {
  position: relative;
  width: 30%;
  margin: 25px 10px; }
  .articles-list-item .type {
    font-family: "Exo2Medium";
    font-size: 13px;
    position: absolute;
    top: 10px;
    right: 0px;
    padding: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.4); }
  .articles-list-item .title {
    font-family: "Exo2Medium";
    font-size: 16px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    left: 0px;
    padding: 13px;
    text-transform: uppercase;
    background-color: rgba(0, 0, 0, 0.4); }
    .articles-list-item .title a {
      text-decoration: none;
      color: white; }
      .articles-list-item .title a:hover {
        text-decoration: underline; }
  .articles-list-item .text {
    margin-top: 4px;
    color: #606060; }

@media screen and (max-device-width: 800px) {
  .articles-list-item {
    float: none;
    width: 90%;
    margin: 30px auto; }
    .articles-list-item > a img {
      width: 100%; } }

/* =============================================================================
   BOOK NOW
   ========================================================================== */
.book-now {
  font-size: 0; }
  .book-now > * {
    font-size: 14px;
    display: inline-block;
    width: 33%;
    vertical-align: top; }

.bnow-item {
  text-align: center; }
  .bnow-item .number {
    width: 55px;
    height: 55px;
    margin: 0 auto;
    background-image: url("../images/rent-numbers.png");
    background-repeat: no-repeat; }
  .bnow-item .link {
    font-family: "Exo2Bold";
    font-size: 24px;
    line-height: 1;
    margin-top: 33px; }
    .bnow-item .link a {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      text-decoration: none;
      color: #737373; }
      .bnow-item .link a:hover {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        text-decoration: underline;
        color: black; }

.book-now .bnow-tour .number {
  background-position: 0 0; }

.book-now .bnow-bike .number {
  background-position: -55px 0; }

.book-now .bnow-special .number {
  background-position: -110px 0; }

/* =============================================================================
   RENT a bike (views-page)
   ========================================================================== */
/* header */
.view-rent header {
  padding-bottom: 132px;
  text-align: center; }
  .view-rent header .h-line {
    display: inline-block;
    width: 86px;
    height: 4px;
    margin: 0 auto;
    background-color: #bf7a20; }
  .view-rent header p {
    font-size: 17px;
    line-height: 1.7; }
    @media (min-width: 760px) {
      .view-rent header p {
        width: 740px;
        margin: 35px auto 0; } }

.view-rent .view-content:after {
  display: table;
  clear: both;
  content: ""; }

/* .rent-bike-item */
@media (min-width: 760px) {
  .view-rent .rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .view-rent .rows .views-row {
      -webkit-box-flex: 1;
      -ms-flex: 1 30%;
      flex: 1 30%; } }

.rent-bike-item {
  font-size: 14px;
  position: relative;
  text-align: center; }
  @media (min-width: 760px) {
    .rent-bike-item {
      display: inline-block;
      float: left;
      width: 370px; } }
  .rent-bike-item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 238px; }
    .rent-bike-item .image img {
      display: block; }
  .rent-bike-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2); }
  .rent-bike-item:hover .overlay {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1; }
  .rent-bike-item .overlay .link {
    position: absolute;
    bottom: 0;
    left: 0;
    display: table;
    width: 50%; }
    .rent-bike-item .overlay .link a {
      font-family: "Exo2Medium";
      font-size: 14px;
      line-height: 1;
      display: inline-block;
      display: table-cell;
      width: 100%;
      width: 50%;
      height: 48px;
      padding: 17px 0;
      /*background-color: rgba(0, 0, 0, 0.6);*/
      padding: 0;
      vertical-align: middle;
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      background-color: black; }
  .rent-bike-item .overlay .rent-link {
    position: absolute;
    right: 0;
    bottom: 0;
    display: table;
    width: 50%; }
    .rent-bike-item .overlay .rent-link a {
      font-family: "Exo2Medium";
      font-size: 14px;
      line-height: 1;
      display: table-cell;
      width: 100%;
      width: 50%;
      height: 48px;
      /*background-color: rgba(199, 198, 141, 0.8);*/
      padding: 0;
      /* display: inline-block;
        padding: 17px 0; */
      vertical-align: middle;
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      background-color: #c7c68d; }
  .rent-bike-item .number {
    width: 55px;
    height: 55px;
    margin: 37px auto 0;
    background-image: url(../images/rent-numbers.png);
    background-repeat: no-repeat; }
  .rent-bike-item .num1 {
    background-position: 0 0; }
  .rent-bike-item .num2 {
    background-position: -55px 0; }
  .rent-bike-item .num3 {
    background-position: -110px 0; }
  .rent-bike-item .title {
    font-family: "Exo2Bold";
    font-size: 24px;
    line-height: 1;
    margin-top: 33px; }
    .rent-bike-item .title a {
      text-decoration: none;
      color: #737373; }
  .rent-bike-item:hover .title a {
    color: black; }
  .rent-bike-item .title a:hover {
    text-decoration: underline; }
  .rent-bike-item .text {
    font-size: 13px;
    margin-top: 24px;
    color: #6b6b6b; }
  .rent-bike-item .price {
    font-family: "Exo2Bold";
    font-size: 13px;
    display: inline-block;
    margin-top: 33px;
    padding-left: 24px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    opacity: 0.3;
    color: black;
    background: url(../images/price-tag.png) left center no-repeat; }
  .rent-bike-item:hover .price {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1; }

/* image and links */
/* /image and links */
/* /rent-bike-item */
/* footer */
.view-rent .view-footer {
  padding-top: 155px;
  text-align: center; }
  .view-rent .view-footer span {
    font-size: 15px;
    font-style: italic;
    color: #747474; }
  .view-rent .view-footer a {
    font-family: "Exo2Medium";
    line-height: 1;
    display: inline-block;
    margin-left: 19px;
    padding: 17px 52px;
    text-decoration: none;
    text-transform: uppercase;
    color: black;
    border: 3px solid black;
    background-color: transparent;
    /*transition: 0.5s;*/ }

/*.view-rent .view-footer a:hover {
    transition: 0.5s;
    color: white;
    background-color: black;
}*/
/* =============================================================================
   CHOOSE A BIKE (использует стили вьюхи 'rent a bike' выше)
   ========================================================================== */
.rent-bike-item .overlay-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 370px;
  height: 238px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: transparent; }
  .rent-bike-item .overlay-link a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%; }
  .rent-bike-item .overlay-link span {
    font-family: "Exo2Medium";
    font-size: 14px;
    line-height: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    padding: 17px 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
    text-transform: uppercase;
    opacity: 0;
    color: white;
    background-color: #c7c68d; }

.rent-bike-item:hover .overlay-link {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.2); }
  .rent-bike-item:hover .overlay-link span {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1; }

/* hover */
/* =============================================================================
   single BIKE page
   ========================================================================== */
body.page-node-type-bike article .field-name-field-rent-price {
  margin-top: 20px; }

body.page-node-type-bike article .field-name-field-bike-images {
  margin-top: 40px;
  margin-left: -20px; }
  body.page-node-type-bike article .field-name-field-bike-images .field-item {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 20px; }

/* =============================================================================
   TOURS (КАТАЛОГ ТУРОВ)
   ========================================================================== */
/* блоки заголовков и вводного текста */
#block-block-12 {
  background-color: #f4f4f4; }

#block-block-11 > .block-title, #block-block-12 > .block-title {
  font-family: "Exo2Bold";
  font-size: 20px;
  line-height: 1;
  width: 730px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black; }

#tours-cats > #block-block-11 > .content, #tours-cats > #block-block-12 > .content {
  font-size: 17px;
  line-height: 1.6;
  width: 730px;
  margin: 0 auto;
  padding-bottom: 67px;
  text-align: center;
  color: black; }

#block-block-11 > .content hr, #block-block-12 > .content hr {
  width: 86px;
  height: 4px;
  margin: 34px auto 41px;
  border: medium none;
  background-color: #bf7a20; }

#block-block-11 > .content div, #block-block-12 > .content div {
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  color: black; }

/* вьюхи туров */
#tours-cats > .block-block {
  padding-top: 90px; }

#tours-cats > .block-views {
  padding-bottom: 88px; }

#tours-cats > .block .block-title {
  font-family: "Exo2Bold";
  font-size: 20px;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 2px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: black; }

#tours-cats > .block > .content {
  width: 1200px;
  margin: 0 auto; }

/* backgrounds */
#block-views-tours-block-2 {
  background-color: #f4f4f4; }

/* header */
.view-tours .view-header {
  font-size: 17px;
  line-height: 1.6;
  width: 730px;
  margin: 0 auto;
  padding-bottom: 67px;
  text-align: center;
  color: black; }
  .view-tours .view-header hr {
    width: 86px;
    height: 4px;
    margin: 34px auto 41px;
    border: none;
    background-color: #bf7a20; }

.view-tours .view-content {
  font-size: 0;
  margin-top: -67px;
  /*margin-top: -86px;*/
  margin-left: -45px; }

/* content */
/* tour-list-item */
.tour-list-item {
  font-size: 14px;
  display: inline-block;
  width: 370px;
  margin: 86px 0 0 45px;
  vertical-align: top; }
  .tour-list-item .image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 238px; }
    .tour-list-item .image img {
      display: block; }
  .tour-list-item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    opacity: 1;
    /*  opacity: 0; */
    background-color: rgba(0, 0, 0, 0.2);
    background-color: transparent; }
  .tour-list-item:hover .overlay {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1; }
  .tour-list-item .overlay .link {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%; }
    .tour-list-item .overlay .link a {
      font-family: "Exo2Medium";
      font-size: 14px;
      line-height: 1;
      display: inline-block;
      width: 100%;
      padding: 17px 0;
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      /*background-color: rgba(0, 0, 0, 0.6);*/
      background-color: black; }
  .tour-list-item .overlay .rent-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 50%; }
    .tour-list-item .overlay .rent-link a {
      font-family: "Exo2Medium";
      font-size: 14px;
      line-height: 1;
      display: inline-block;
      width: 100%;
      padding: 17px 0;
      text-decoration: none;
      text-transform: uppercase;
      color: white;
      /*background-color: rgba(199, 198, 141, 0.8);*/
      background-color: #c7c68d; }
  .tour-list-item .title {
    font-family: "Exo2Bold";
    font-size: 24px;
    line-height: 1.1;
    margin-top: 24px; }
    .tour-list-item .title a {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      text-decoration: none;
      color: #737373; }
  .tour-list-item:hover .title a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: black; }
  .tour-list-item .text {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 13px;
    color: #6b6b6b; }
  .tour-list-item .info {
    font-family: "Exo2Bold";
    font-size: 13px;
    margin-top: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-transform: uppercase;
    opacity: 0.3;
    color: black; }
  .tour-list-item:hover .info {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1; }
  .tour-list-item .info .duration {
    display: inline-block;
    margin-right: 20px;
    padding-left: 22px;
    background: url(../images/ico-duration.png) left center no-repeat; }
  .tour-list-item .info .price {
    display: inline-block;
    padding-left: 24px;
    background: url(../images/ico-price.png) left center no-repeat; }
  .tour-list-item article.date .field--label,
  .tour-list-item .field-name-field-duration .field--label,
  .tour-list-item .field-name-field-price .field--label,
  .tour-list-item .field-name-field-price-rub .field--label {
    font-weight: bold;
    display: inline-block;
    margin-right: 5px; }
    .tour-list-item article.date .field--label:after,
    .tour-list-item .field-name-field-duration .field--label:after,
    .tour-list-item .field-name-field-price .field--label:after,
    .tour-list-item .field-name-field-price-rub .field--label:after {
      content: ':'; }
  .tour-list-item article.date .field-item,
  .tour-list-item .field-name-field-duration .field-item,
  .tour-list-item .field-name-field-price .field-item,
  .tour-list-item .field-name-field-price-rub .field-item {
    display: inline-block; }
  .tour-list-item article.date .field,
  .tour-list-item .field-name-field-duration .field,
  .tour-list-item .field-name-field-price .field,
  .tour-list-item .field-name-field-price-rub .field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px; }

/* image and links */
/* /image and links */
/* меню на самой странице */
body.page-node-44 #content {
  margin-top: 0; }

.tours-view footer .field-item .tour-block-link {
  float: left;
  width: 50%;
  height: 280px;
  text-align: center; }
  .tours-view footer .field-item .tour-block-link .inner {
    height: 100%; }

.tours-view footer .field-item .t-calendar .inner {
  border-right: 1px solid #e9e9e9; }

.tours-view footer .field-item .tour-block-link .title {
  padding-top: 120px; }
  .tours-view footer .field-item .tour-block-link .title a {
    font-family: "Exo2Bold";
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    color: black; }
    .tours-view footer .field-item .tour-block-link .title a:hover {
      text-decoration: underline; }

.tours-view footer .field-item .tour-block-link .text {
  font-size: 13px;
  width: 220px;
  margin: 27px auto 0;
  color: #282828; }

.tours-view footer .field-item .t-calendar .inner {
  background: url(../images/view-calendar.png) center 52px no-repeat transparent; }

.tours-view footer .field-item .t-custom .inner {
  background: url(../images/custom-tour.png) center 55px no-repeat transparent; }

/* убираем отступ от подвала */
body.page-node-44 #container {
  padding-bottom: 340px; }

body.node-type-tour #container #title-block {
  width: 100%;
  max-height: 580px !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

/* =============================================================================
   TOUR PAGE (СТРАНИЦА ТУРА)
   ========================================================================== */
/* top (content) part */
.node-tour .field-name-field-tour-subtitle {
  font-size: 17px;
  width: 730px;
  margin: 0 auto;
  text-align: center; }
  .node-tour .field-name-field-tour-subtitle h3 {
    font-family: "Exo2Bold";
    font-size: 20px;
    margin: 0;
    text-transform: uppercase; }

.node-tour hr {
  width: 86px;
  height: 4px;
  margin: 30px auto 40px;
  border: none;
  background-color: #bf7a20; }

#tour-content hr {
  width: 86px;
  height: 4px;
  margin: 30px auto 40px;
  border: none;
  background-color: #bf7a20; }

.node-tour .field-name-field-tour-image {
  margin-top: 62px; }

/* layout */
#tour-content {
  margin-top: 40px; }

#tour-left {
  float: left;
  width: 810px; }

#tour-right {
  float: right;
  width: 300px; }
  #tour-right > * {
    margin-top: 70px; }
    #tour-right > *:first-child {
      margin-top: 0; }

/* tour-left */
#tour-left .field-name-field-tour-cat-text {
  font-size: 17px;
  line-height: 1.65;
  max-width: 730px;
  margin: 0 auto 65px;
  text-align: center; }
  #tour-left .field-name-field-tour-cat-text:before {
    display: block;
    width: 86px;
    height: 4px;
    margin: 30px auto 40px;
    margin-top: 0;
    margin-bottom: 26px;
    content: '';
    border: none;
    background-color: #bf7a20; }
  #tour-left .field-name-field-tour-cat-text:after {
    display: block;
    width: 86px;
    height: 4px;
    margin: 30px auto 40px;
    margin-bottom: 0;
    content: '';
    border: none;
    background-color: #bf7a20; }

#tour-left .text {
  line-height: 1.6; }
  #tour-left .text h3 {
    font-size: 15px;
    margin-top: 32px;
    margin-bottom: 9px;
    letter-spacing: 1px;
    text-transform: uppercase; }

/* tour-right */
#tour-right .field--label {
  font-family: "Exo2Bold";
  font-size: 20px;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  color: black; }
  #tour-right .field--label:after {
    display: block;
    width: 86px;
    height: 4px;
    margin: 10px 0 37px 0;
    content: '';
    border: none;
    background-color: #bf7a20; }

#tour-right hr {
  margin: 10px 0 37px 0; }

#tour-right .field-name-field-tour-gallery .field__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

#tour-right .field-name-field-tour-gallery .field-item {
  width: 45%;
  margin-bottom: 15px; }

#tour-right .field-name-field-tour-map .field-item a {
  display: block;
  width: 100%; }
  #tour-right .field-name-field-tour-map .field-item a img {
    width: 100%; }

#tour-right .tour-links {
  display: none;
  text-align: center; }
  #tour-right .tour-links .tour-book-link a {
    font-family: "Exo2Medium";
    font-size: 15px;
    line-height: 1;
    display: block;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
    #tour-right .tour-links .tour-book-link a .inner {
      display: block;
      padding: 20px 0;
      letter-spacing: 2px;
      border-top: 2px solid white;
      border-bottom: 2px solid white;
      background-color: black; }
  #tour-right .tour-links .tour-view-link {
    font-style: italic;
    line-height: 1;
    margin-top: 20px; }
    #tour-right .tour-links .tour-view-link a {
      color: #b36c0d; }

/* nearest date */
.field-name-nearest-dates .dates-list a {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  color: #000; }

.field-name-nearest-dates .dates-footer {
  font-size: 14px;
  display: block;
  min-height: 19px;
  margin-top: 18px;
  padding-left: 31px;
  color: #b36c0d;
  background: url(../images/calendar.png) left center no-repeat; }

.view-calendar-new table {
  width: 100%;
  margin-right: 20px;
  margin-bottom: 60px;
  border: none; }
  @media only screen and (min-width: 760px) {
    .view-calendar-new table {
      border-top: 1px solid #e1e1e1; } }
  .view-calendar-new table caption {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: 10px;
    text-align: left; }
  .view-calendar-new table tr, .view-calendar-new table td, .view-calendar-new table th {
    padding: 20px 10px;
    text-align: left;
    vertical-align: middle;
    border: none; }
  .view-calendar-new table td.views-field-field-date, .view-calendar-new table td.views-field-field-duration, .view-calendar-new table td.views-field-php {
    white-space: nowrap; }

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px) {
  .view-calendar-new .mobile-rows-header, .view-calendar-new td:nth-of-type(1):before, .view-calendar-new td:nth-of-type(2):before, .view-calendar-new td:nth-of-type(3):before, .view-calendar-new td:nth-of-type(4):before, .view-calendar-new td:nth-of-type(5):before {
    font-weight: bold;
    position: relative;
    top: 0;
    left: 0;
    display: inline-block;
    width: 50%;
    vertical-align: top; }
  .view-calendar-new table, .view-calendar-new thead, .view-calendar-new tbody, .view-calendar-new th, .view-calendar-new td, .view-calendar-new tr {
    display: block; }
  .view-calendar-new .views-field-title-1 {
    max-width: 100% !important; }
    .view-calendar-new .views-field-title-1 a {
      display: inline-block;
      width: 75%; }
  .view-calendar-new thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .view-calendar-new tr {
    border: 1px solid #ccc;
    background: none; }
  .view-calendar-new td {
    position: relative;
    padding: 10px 10px !important;
    border: none;
    border-bottom: 1px solid #eee; }
  .view-calendar-new td:before {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap; }
  .view-calendar-new td:nth-of-type(1):before {
    content: "Date"; }
  .view-calendar-new td:nth-of-type(2):before {
    content: "Tour"; }
  .view-calendar-new td:nth-of-type(3):before {
    content: "Action"; }
  .view-calendar-new td:nth-of-type(4):before {
    content: "Duration"; }
  .view-calendar-new td:nth-of-type(5):before {
    content: "Price"; }
  html[lang="ru"] .view-calendar-new td:nth-of-type(1):before {
    content: "Дата"; }
  html[lang="ru"] .view-calendar-new td:nth-of-type(2):before {
    content: "Название тура"; }
  html[lang="ru"] .view-calendar-new td:nth-of-type(3):before {
    content: "Доступность"; }
  html[lang="ru"] .view-calendar-new td:nth-of-type(4):before {
    content: "Продолжительность"; }
  html[lang="ru"] .view-calendar-new td:nth-of-type(5):before {
    content: "Цена"; } }

.view-nearest-date .view-footer .view-calendar a {
  font-size: 14px;
  color: #b36c0d; }

/* =============================================================================
   GENERAL FORMS SETTINGS
   ========================================================================== */
#block-system-main .webform-client-form {
  z-index: 90; }

.webform-client-form .webform-component > label, body.page-user #block-system-main .form-item > label {
  font-weight: normal;
  padding: 0 0 4px 16px;
  color: #282828; }

.webform-client-form .webform-component > label .form-required, body.page-user #block-system-main .form-item > label .form-required {
  display: none; }

.webform-client-form input.form-text, .webform-client-form textarea.form-textarea {
  font-size: 13px;
  line-height: 1.3;
  display: inline-block;
  width: 366px;
  padding: 12px 16px;
  color: #282828;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-color: white; }

body.page-user #block-system-main .form-item input.form-text {
  font-size: 13px;
  line-height: 1.3;
  display: inline-block;
  width: 366px;
  padding: 12px 16px;
  color: #282828;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-color: white; }

.webform-client-form textarea.form-textarea {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  width: 400px; }

.webform-client-form .webform-component-date label {
  font-weight: normal;
  padding: 0 0 4px 16px;
  color: #282828; }
  .webform-client-form .webform-component-date label .form-required {
    display: none; }

.webform-client-form .webform-component-date .webform-datepicker {
  display: inline-block; }
  .webform-client-form .webform-component-date .webform-datepicker select {
    font-size: 13px;
    line-height: 1.3;
    display: inline-block;
    padding: 7px 10px;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background-color: white; }
    .webform-client-form .webform-component-date .webform-datepicker select option {
      color: #282828; }
  .webform-client-form .webform-component-date .webform-datepicker > input.webform-calendar {
    width: 32px;
    height: 32px;
    margin-left: 10px;
    padding: 0; }

.webform-client-form .form-actions {
  margin-top: 25px; }

/* date */
/* actions */
body.page-user #block-system-main .form-actions {
  margin-top: 25px; }

.webform-client-form .form-actions input.form-submit, body.page-user #block-system-main .form-actions input.form-submit {
  display: inline-block;
  padding: 13px 22px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
  border-top: 2px solid white;
  border-right: none;
  border-bottom: 2px solid white;
  border-left: none;
  border-radius: 0;
  background-color: black; }

.webform-client-form .form-actions input.form-submit[disabled='disabled'], body.page-user #block-system-main .form-actions input.form-submit[disabled='disabled'] {
  cursor: default;
  opacity: 0.4; }

/* =============================================================================
   BOOK TOUR, RENT BIKE, REQUEST SPECIAL TOUR,
   Забронировать тур, Арендовать мотоцикл, Заказать специальный тур
   ========================================================================== */
/* fields */
.webform-client-form-61 .webform-component-textfield, .webform-client-form-61 .webform-component-email {
  display: inline-block;
  float: left;
  width: 50%; }

.webform-client-form-46 .webform-component-textfield, .webform-client-form-46 .webform-component-email {
  display: inline-block;
  float: left;
  width: 50%; }

.webform-client-form-51 .webform-component-textfield, .webform-client-form-51 .webform-component-email, .webform-client-form-51 .webform-component-number, .webform-client-form-51 .webform-component-date {
  display: inline-block;
  float: left;
  width: 50%; }

.webform-client-form-61 .webform-component-textfield, .webform-client-form-61 .webform-component-email {
  display: inline-block;
  float: left;
  width: 50%; }

.webform-client-form-98 .webform-component-textfield, .webform-client-form-98 .webform-component-email {
  display: inline-block;
  float: left;
  width: 50%; }

.webform-client-form-96 .webform-component-textfield, .webform-client-form-96 .webform-component-email, .webform-client-form-96 .webform-component-number, .webform-client-form-96 .webform-component-date {
  display: inline-block;
  float: left;
  width: 50%; }

.webform-client-form-97 .webform-component-textfield, .webform-client-form-97 .webform-component-email {
  display: inline-block;
  float: left;
  width: 50%; }

.webform-client-form-760 .webform-component-textfield, .webform-client-form-760 .webform-component-email {
  display: inline-block;
  float: left;
  width: 50%; }

@media (min-width: 768px) {
  #webform-submission-podpiska-node-718-add-form .form-item {
    width: 49%; } }

#webform-submission-podpiska-node-718-add-form .form-item input {
  max-width: 70%; }

.webform-client-form-766 .webform-component-email, .webform-client-form-766 .webform-component-textfield {
  display: inline-block;
  float: left;
  width: 50%; }

.webform-client-form-907 .webform-component-email, .webform-client-form-907 .webform-component-textfield {
  display: inline-block;
  float: left;
  width: 50%; }

form .form-item {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em; }
  form .form-item label {
    font-family: "Exo2Bold";
    font-size: 15px;
    display: inline-block;
    width: 127px;
    color: #606060; }
  form .form-item input {
    font-size: 13px;
    line-height: 1.3;
    display: inline-block;
    width: 366px;
    padding: 12px 16px;
    color: #282828;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background-color: white; }
  form .form-item textarea {
    width: 800px; }

form .js-form-type-textarea {
  clear: both;
  width: 100%;
  padding-top: 60px; }
  form .js-form-type-textarea label {
    width: 100%; }
  form .js-form-type-textarea textarea {
    font-size: 13px;
    line-height: 1.3;
    display: inline-block;
    width: 800px;
    margin-left: 130px;
    padding: 12px 16px;
    color: #282828;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background-color: white; }

form .form-actions {
  clear: both;
  margin-top: 0;
  padding-top: 15px;
  text-align: center; }
  form .form-actions .form-submit {
    display: inline-block;
    padding: 13px 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: white;
    border-top: 2px solid white;
    border-right: none;
    border-bottom: 2px solid white;
    border-left: none;
    border-radius: 0;
    background-color: black; }

.webform-submission-form .webform-section-title {
  clear: both;
  width: 100%;
  margin-top: 0;
  margin-bottom: 40px;
  padding-top: 60px;
  text-align: center; }
  .webform-submission-form .webform-section-title:after {
    display: block;
    width: 86px;
    height: 4px;
    margin: 18px auto 0;
    content: '';
    border: none;
    background-color: #bf7a20; }

.webform-submission-form .webform-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 50%;
  flex: 1 50%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .webform-submission-form .webform-section-wrapper .js-form-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    /* &:nth-child(odd) label + * {
         padding-right: 30px;
       }*/ }
    .webform-submission-form .webform-section-wrapper .js-form-item * {
      width: 60%;
      min-width: 60%;
      max-width: 60%; }
    .webform-submission-form .webform-section-wrapper .js-form-item label {
      width: 25%;
      min-width: 25%;
      max-width: 25%; }
    .webform-submission-form .webform-section-wrapper .js-form-item:nth-child(even) label {
      padding-left: 30px; }

.webform-submission-form .form-wrapper {
  display: block;
  width: 100%; }

.webform-submission-form .form-actions {
  width: 100%;
  margin-top: 30px; }

/* =============================================================================
   РЕГИСТРАЦИЯ НОВОГО ПОЛЬЗОВАТЕЛЯ (УБРАТЬ!!)
   ========================================================================== */
body.page-user-register #content {
  width: 100%; }
  body.page-user-register #content > .content-head {
    width: 1200px;
    margin: 0 auto; }

body.page-user-register .content-head .tabs {
  display: none; }

/* скрываем управляющие кнопки (tabs) */
/* layout */
.reg-form-account {
  padding: 0 0 90px;
  text-align: left; }

.reg-form-address {
  padding: 73px 0 90px;
  text-align: left;
  background-color: #f4f4f4; }

.reg-form-account > .title, .reg-form-address > .title {
  font-family: "Exo2Bold";
  font-size: 20px;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: black; }

.reg-form-account > hr, .reg-form-address > hr {
  width: 86px;
  height: 4px;
  margin: 18px auto 70px;
  border: none;
  background-color: #bf7a20; }

.reg-form-account > .clearfix, .reg-form-address > .clearfix {
  width: 1200px;
  margin: 0 auto; }

.reg-form-account > .clearfix > *, .reg-form-address > .clearfix > * {
  display: inline-block;
  float: left;
  width: 50%; }

/* fields */
#user-register-form {
  text-align: center; }
  #user-register-form .field-type-text label, #user-register-form .form-item-mail label, #user-register-form .field-type-number-decimal label {
    font-family: "Exo2Bold";
    font-size: 15px;
    display: inline-block;
    width: 127px;
    color: #606060; }
  #user-register-form .field-type-text label .form-required, #user-register-form .form-item-mail label .form-required, #user-register-form .field-type-number-decimal label .form-required {
    display: none; }
  #user-register-form .field-type-text input, #user-register-form .form-item-mail input, #user-register-form .field-type-number-decimal input {
    font-size: 13px;
    line-height: 1.3;
    display: inline-block;
    width: 366px;
    padding: 12px 16px;
    color: #282828;
    border: 1px solid #e2e2e2;
    border-radius: 0;
    background-color: white; }
  #user-register-form .form-item-mail .description {
    display: none; }
  #user-register-form .form-actions {
    display: inline-block;
    margin: 72px auto 0;
    border-top: 1px solid black;
    border-bottom: 1px solid black; }
    #user-register-form .form-actions input.form-submit {
      display: inline-block;
      padding: 13px 22px;
      letter-spacing: 2px;
      text-transform: uppercase;
      color: white;
      border-top: 2px solid white;
      border-right: none;
      border-bottom: 2px solid white;
      border-left: none;
      border-radius: 0;
      background-color: black; }

/* registration button */
/* =============================================================================
   страница CONTACTS
   ========================================================================== */
.contacts-left {
  float: left;
  width: 400px; }

.contacts-map {
  float: right;
  width: 700px; }

/* =============================================================================
   FOOTER
   ========================================================================== */
/* FOOTER INFO */
#block-block-4 {
  float: left; }

.footer-logo {
  float: left;
  width: 144px;
  height: 183px;
  background: url(../images/logo-footer.png) 0 0 no-repeat transparent; }

.footer-info {
  font-size: 13px;
  float: left;
  width: 270px;
  padding-left: 62px;
  color: #282828; }
  .footer-info a {
    color: #282828; }
  .footer-info .copy {
    font-family: "Exo2Bold";
    font-size: 15px;
    padding-top: 9px;
    color: #606060; }
  .footer-info .contacts {
    line-height: 1.8;
    margin-top: 24px; }
  .footer-info .links {
    line-height: 1.8;
    margin-top: 16px; }
  .footer-info .foresite {
    margin-top: 26px; }
    .footer-info .foresite a {
      font-weight: bold; }

/* instagram */
#block-block-10 {
  float: left;
  margin-left: 10px; }
  #block-block-10 a {
    text-decoration: none;
    color: #606060; }
    #block-block-10 a:hover {
      text-decoration: underline; }
  #block-block-10 .block-title {
    font-family: "Exo2Bold";
    font-size: 16px;
    margin: 0 0 13px;
    color: #606060; }
  #block-block-10 > .content > iframe {
    margin: -15px 0 0 -17px; }

/* SHARE */
#block-block-5:after {
  display: table;
  clear: both;
  content: ""; }

#block-block-5 .block-title {
  font-family: "Exo2Bold";
  font-size: 15px;
  margin: 0 0 8px;
  color: #606060; }

#block-block-5 .content .share-icons {
  float: left;
  width: 200px;
  padding-top: 3px; }

#block-block-5 .content .paypal {
  display: inline-block;
  width: 168px;
  height: 23px;
  background: url(../images/paypal.png) 0 0 no-repeat; }

#block-block-5 .content .paypal-ru {
  display: inline-block;
  width: 193px;
  height: 23px;
  background: url(../images/paypal-ru.png) 0 0 no-repeat; }

#block-block-5 .content .card {
  display: block;
  float: left;
  padding-top: 12px;
  text-align: left; }
  #block-block-5 .content .card .visa, #block-block-5 .content .card .mastercard {
    display: inline-block;
    height: 23px; }
  #block-block-5 .content .card .visa {
    width: 99px;
    background: url(../images/visa.png) 0 0 no-repeat; }
  #block-block-5 .content .card .mastercard {
    width: 36px;
    background: url(../images/mastercard.png) 0 0 no-repeat; }

/* Subscribe to our newsletter */
#block-webform-client-block-17 {
  margin-bottom: 15px; }

#block-webform-client-block-35 {
  margin-bottom: 30px; }

#block-webform-client-block-17 .block-title, #block-webform-client-block-35 .block-title {
  font-family: "Exo2Bold";
  font-size: 15px;
  margin: 0 0 13px;
  color: #606060; }

/* webform */
#webform-client-form-17, #webform-client-form-35 > form {
  padding: 10px 15px;
  color: white;
  border: 2px solid #e9e9e9; }

#webform-client-form-17 .form-item {
  display: inline-block;
  width: 309px;
  margin: 0;
  padding: 0; }

#webform-client-form-35 .form-item {
  display: inline-block;
  width: 309px;
  width: 259px;
  margin: 0;
  padding: 0; }

#webform-client-form-17 .form-item input {
  width: 300px;
  padding: 2px 0;
  border: none;
  border-radius: 0;
  background-color: transparent; }

#webform-client-form-35 .form-item input {
  width: 300px;
  width: 250px;
  padding: 2px 0;
  border: none;
  border-radius: 0;
  background-color: transparent; }

#webform-client-form-17 .form-actions {
  display: inline-block;
  width: 52px;
  margin: 0;
  text-align: center; }

#webform-client-form-35 .form-actions {
  display: inline-block;
  width: 52px;
  width: 102px;
  margin: 0;
  padding-top: 0;
  text-align: center; }

#webform-client-form-17 .form-actions input, #webform-client-form-35 .form-actions input {
  font-family: "Exo2Bold";
  padding: 0;
  text-transform: uppercase;
  opacity: 1;
  color: #606060;
  border: none;
  border-radius: 0;
  background-color: transparent; }

/* информация в подвале */
#block-block-13 {
  margin-top: 30px; }
  #block-block-13 > .content {
    font-size: 11px; }

/* =============================================================================
   стили виджета instagram
   ========================================================================== */
#block-block-10 > .content img {
  border: 0; }

#block-block-10 > .content .clear {
  line-height: 1px;
  clear: both;
  height: 1px; }

#block-block-10 > .content .widget {
  overflow: hidden;
  width: 210px;
  border: none;
  background: rgba(255, 255, 255, 0); }
  #block-block-10 > .content .widget a.title:link {
    display: block;
    height: 1px;
    text-decoration: none;
    background: rgba(255, 255, 255, 0); }

.widget a.title:visited {
  display: block;
  height: 1px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0); }

#block-block-10 > .content .widget .title .icon {
  display: block;
  float: left;
  width: 25px;
  height: 25px;
  margin: 4px 10px 0 5px; }

#block-block-10 > .content .widget .title .text {
  font-size: 18px;
  float: left;
  overflow: hidden;
  width: 166px;
  height: 25px;
  margin: 5px 0 0 0;
  white-space: nowrap;
  color: #FFF; }

#block-block-10 > .content .widget .profile {
  width: 100%;
  border-collapse: collapse; }
  #block-block-10 > .content .widget .profile tr td {
    margin: 0px;
    padding: 0px;
    text-align: center; }
  #block-block-10 > .content .widget .profile td {
    border: 1px solid #c3c3c3; }
  #block-block-10 > .content .widget .profile .avatar {
    line-height: 0px;
    width: 1%;
    padding: 10px !important;
    border-left: none !important; }
    #block-block-10 > .content .widget .profile .avatar img {
      width: 60px; }
  #block-block-10 > .content .widget .profile .value {
    font-size: 14px;
    font-weight: bold;
    width: 33%;
    height: 30px; }
  #block-block-10 > .content .widget .profile span {
    font-size: 9px;
    font-weight: bold;
    display: block;
    margin: -2px 0 0 0;
    color: #999999; }

#block-block-10 > .content .widget a.follow:link {
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 120px;
  margin: 0 auto 0 auto;
  padding: 4px 4px 4px 10px;
  text-decoration: none;
  color: #FFF;
  border: 3px solid #FFF;
  border-radius: 5px 5px 5px 5px;
  background: #ad4141;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5); }

.widget a.follow:visited {
  font-size: 14px;
  font-weight: bold;
  display: block;
  width: 120px;
  margin: 0 auto 0 auto;
  padding: 4px 4px 4px 10px;
  text-decoration: none;
  color: #FFF;
  border: 3px solid #FFF;
  border-radius: 5px 5px 5px 5px;
  background: #ad4141;
  -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.5); }

#block-block-10 > .content .widget a.follow:hover {
  background: #cf3838; }

#block-block-10 > .content .widget .data {
  margin: 10px 0 0 10px;
  padding: 0 0 5px 0;
  text-align: left; }
  #block-block-10 > .content .widget .data .image {
    display: block;
    float: left;
    overflow: hidden;
    width: 87px;
    height: 87px;
    margin: 0 5px 5px 0;
    ling-height: 0px; }
    #block-block-10 > .content .widget .data .image img {
      width: 87px; }
    #block-block-10 > .content .widget .data .image:hover {
      opacity: 0.8;
      filter: alpha(opacity=80); }

#block-block-10 > .content .widget .empty {
  margin: 10px 0 10px 0;
  text-align: center; }

/* =============================================================================
   правки
   ========================================================================== */
/* !!! */
/* MOBILE VERSION */
/* !!! */
@media screen and (max-device-width: 800px) {
  /*@media screen and (max-width: 800px) {*/
  #wrapper, #header, #footer {
    min-width: 0; }
  #tour-content {
    margin-top: 0; }
  body > #wrapper .tours-cats, body > #wrapper .content, body > #wrapper #container {
    padding: 0 15px; }
  .rent-bike-item .image {
    display: inline-block;
    width: auto; }
  body.page-node-44 #container {
    padding-bottom: 0; }
  #block-system-main-menu li {
    position: relative;
    margin-right: 30px; }
    #block-system-main-menu li a {
      position: relative;
      display: inline-block; }
    #block-system-main-menu li.active-trail > a:before {
      /*content: "▼";*/
      position: absolute;
      top: 0px;
      left: -23px;
      width: 10px;
      height: 10px;
      content: "●";
      color: white; }
  body.front #header.front-fixed #block-block-7 {
    margin-left: 0; }
    body.front #header.front-fixed #block-block-7 .content a {
      background-position: 0 -16px; }
  .rent-bike-item .overlay {
    display: block;
    opacity: 1; }
  #block-views-slider-block, #block-views-slider-block-1, #block-views-block-otzyvy-block-1 {
    display: none; }
  /* hide testimonials */
  #container {
    padding: 0; }
  /* header */
  #header {
    position: relative;
    width: 100%;
    height: auto; }
  body.front #header {
    position: relative;
    height: auto; }
  #header-left {
    float: none;
    background: url(../images/tours-front.jpg) 50% 100% no-repeat;
    background-size: cover; }
  #logo-block {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    margin-left: 0;
    background: url(../images/logo-front-en.png) 50% 0 no-repeat; }
  body.front #block-block-7, #block-block-7 {
    margin-left: 0;
    padding-top: 18px; }
  /*    #block-block-7 { margin:0; padding:0; margin-left: 0; padding-top: 18px; border: 1px solid red; clear:  both; margin-top: 30px} */
  #block-languageswitcher {
    float: right;
    height: 30px;
    padding-top: 20px; }
  body.front #header.front-fixed #block-languageswitcher .links li a, #block-languageswitcher .links li a {
    opacity: 0.7;
    color: white; }
  #header-right {
    float: none;
    background-color: black; }
  #block-booknow,
  #block-block-8 {
    float: none;
    padding: 0; }
    #block-booknow .content a,
    #block-block-8 .content a {
      width: 100%;
      color: #000;
      border: 0; }
      #block-booknow .content a .inner,
      #block-block-8 .content a .inner {
        width: 100%;
        padding: 13px 0;
        text-align: center;
        border: 0;
        background-color: white; }
  /*        body.front #block-block-8 .content a {width: 100%; border: 0;} */
  #block-system-main-menu {
    float: none;
    padding: 10px 15px 0 0; }
    #block-system-main-menu ul.menu li {
      margin: 10px 20px 10px 0; }
      #block-system-main-menu ul.menu li.expanded {
        background-image: url("/themes/custom/rmc/images/down-arrow-white.svg");
        background-position: 100% 5px; }
        #block-system-main-menu ul.menu li.expanded:hover > ul.menu {
          z-index: -1;
          visibility: hidden;
          -webkit-transform: translateY(-2em);
          transform: translateY(-2em);
          opacity: 0; }
        #block-system-main-menu ul.menu li.expanded.selected > ul.menu {
          position: relative;
          z-index: 1;
          visibility: visible;
          padding-bottom: 20px;
          -webkit-transform: translateY(0);
          transform: translateY(0);
          opacity: 1;
          border-bottom: 1px solid #fff; }
        #block-system-main-menu ul.menu li.expanded > ul.menu {
          background: transparent; }
    #block-system-main-menu > .content > ul.menu {
      overflow-x: hidden;
      overflow-y: scroll; }
    #block-system-main-menu .content > ul.menu > li > a, #block-system-main-menu .content > ul.menu > li > .nolink {
      display: inline-block; }
    #block-system-main-menu ul.menu li.expanded > ul.menu li a, #block-system-main-menu ul.menu li.expanded > ul.menu li .nolink {
      font-size: 16px;
      color: #fff; }
    #block-system-main-menu ul.menu li a, #block-system-main-menu ul.menu li .nolink {
      font-size: 16px;
      color: #fff; }
  body.front #header.front-fixed #block-system-main-menu ul.menu li a, body.front #header.front-fixed #block-system-main-menu ul.menu li .nolink {
    font-size: 16px;
    color: #fff; }
  #block-block-1 {
    width: auto;
    padding-right: 20px;
    padding-left: 20px; }
    #block-block-1 .content .text {
      width: auto; }
  body.i18n-en #block-block-1 .block-title, body.i18n-ru #block-block-1 .block-title {
    width: auto; }
  /* featured tours */
  #block-views-block-tours-front-block-block-1 {
    height: auto;
    padding-bottom: 50px; }
    #block-views-block-tours-front-block-block-1 > div {
      width: auto; }
  .tour-item-front {
    display: block;
    float: none;
    overflow: hidden;
    width: auto;
    width: auto;
    height: auto;
    margin: 10px auto;
    margin-left: 0; }
    .tour-item-front:first-child {
      margin: 10px auto; }
    .tour-item-front img {
      width: 100%;
      height: auto; }
    .tour-item-front .overlay {
      opacity: 1;
      /* position: relative; */
      background-color: rgba(0, 0, 0, 0.5); }
  .jcarousel-view--tours-front--block footer {
    width: auto; }
    .jcarousel-view--tours-front--block footer .left, .jcarousel-view--tours-front--block footer .right {
      display: block;
      width: auto;
      margin: 10px 0;
      text-align: center; }
  /* three blocks */
  #block-block-2 > .content {
    width: auto; }
  #specials-front .special {
    float: none;
    width: auto;
    height: auto;
    border-left: none; }
    #specials-front .special .text {
      display: none; }
  /* news and articles */
  #block-block-6 {
    padding-bottom: 10px; }
    #block-block-6 .block-title {
      width: auto;
      margin-top: 0;
      padding-top: 40px;
      border-top: 1px solid silver; }
    #block-block-6 .content {
      width: auto; }
  #block-views-block-articles-block-1 {
    width: auto;
    /*display: none*/ }
    #block-views-block-articles-block-1 > .article-front {
      float: none;
      width: auto;
      height: auto;
      background: none; }
  .article-front {
    width: auto;
    height: auto; }
    .article-front .title, .article-front .text, .article-front .link {
      margin-top: 5px;
      padding: 0; }
    .article-front .image img {
      width: 100%;
      height: auto; }
  /* book now page */
  .book-now > * {
    display: block;
    width: auto;
    height: 80px; }
  .book-now .number {
    float: left; }
  .bnow-item .link {
    margin-top: 0;
    margin-left: 75px;
    padding-top: 13px;
    text-align: left; }
  /* rental page */
  .view-rent .view-header p {
    width: auto; }
  .rent-bike-item {
    display: block;
    float: none;
    width: auto;
    margin-bottom: 50px;
    margin-left: 0; }
  /*.rent-bike-item .overlay,
  .rent-bike-item:hover .overlay,
  .rent-bike-item .number {display: none;} */
  /* calendar page */
  .calendar-item .tour, .calendar-item .date, .calendar-item .duration, .calendar-item .price, .calendar-item .read-more {
    width: auto; }
  .calendar-item .tour {
    padding-left: 0; }
  .calendar-item .date, .calendar-item .duration {
    margin-right: 15px; }
  .calendar-item .overlay-link {
    clear: both;
    width: 100%;
    margin-top: 15px; }
  /* tours page */
  .page-node-44 .tour-list-item {
    margin-bottom: 30px; }
  #tours-cats > #block-block-11 > .content, #tours-cats > #block-block-12 > .content {
    width: auto; }
  #block-block-11 > .block-title, #block-block-12 > .block-title, #tours-cats > .block > .content {
    width: auto; }
  .tour-list-item {
    display: block;
    width: auto;
    margin: 0; }
  .view-tours .view-content {
    margin: 0; }
  .tour-list-item .overlay {
    display: none; }
  .tours-view footer .field-item .tour-block-link {
    float: none;
    width: 100%; }
  /* footer */
  #footer {
    height: auto;
    margin: 0; }
    #footer > .inner {
      width: auto;
      margin-top: 20px;
      padding: 20px 0; }
  .footer-left {
    float: none; }
  #block-block-4 {
    float: none;
    padding: 0 20px;
    text-align: center; }
  .footer-logo {
    display: none; }
  /* hide logo in footer */
  .footer-info {
    float: none;
    width: 270px;
    padding-left: 0; }
  #block-block-10, .footer-right {
    display: none; }
  /* hide instagram */
  /* hide right part of footer */
  /* one tour page */
  .node-tour .field-name-field-tour-subtitle {
    width: auto; }
  #tour-left, #tour-right {
    float: none;
    width: auto; }
  #tour-left .intro {
    width: auto; }
  /* innder header */
  #header-indent {
    display: none; }
  #title-block > .inner {
    width: auto; }
  /* text on inner pages */
  #content {
    width: auto;
    margin: 20px 10px 0 10px; }
    #content img {
      max-width: 100%;
      height: auto; }
  #header, body.front #header {
    position: relative;
    margin-top: 50px; }
  #header #header-right {
    position: fixed;
    z-index: 998;
    top: 50px;
    left: 0;
    display: none;
    width: 100%; }
  #header #block-block-7 {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 45px; }
  #header #block-languageswitcher {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 40px; }
  #block-system-main-menu {
    margin: 0; }
    #block-system-main-menu li {
      display: block;
      width: 100%;
      margin-right: 0;
      text-align: right; }
  .menu-burger {
    font-size: 24px;
    position: fixed;
    z-index: 999;
    top: 16px;
    right: 15px;
    display: block;
    cursor: pointer;
    color: #FFF; }
  .mobile-menu-wrapper {
    position: fixed;
    z-index: 997;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50px;
    background: #000 url("../images/mobile_logo_icon.png") no-repeat left center; }
    .mobile-menu-wrapper span {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      height: 50px; }
  #wrapper #block-block-7 .content a {
    background-position: 0 -16px; }
  .webform-client-form .webform-component {
    width: 100%; }
    .webform-client-form .webform-component .form-text {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; }
  .suggested-items-dates {
    z-index: 2;
    top: 65px;
    left: 0;
    margin-left: 18px;
    border: 1px solid #e2e2e2;
    background: white; }
  .suggested-items {
    z-index: 3;
    top: 65px;
    left: 0;
    border: 1px solid #e2e2e2;
    background: white; }
  .form-item.webform-component .form-textarea-wrapper {
    margin-left: 0; }
    .form-item.webform-component .form-textarea-wrapper textarea {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%; } }

/* !!! */
/* END OF MOBILE VERSION */
/* !!! */
@media screen and (min-device-width: 801px) {
  .menu-burger, .mobile-menu-wrapper {
    display: none; }
  .suggested-items-dates {
    z-index: 2;
    top: 42px;
    left: 162px;
    min-width: unset !important;
    max-width: unset !important;
    margin-left: 18px;
    border: 1px solid #e2e2e2;
    background: white; }
  .suggested-items {
    z-index: 2;
    top: 42px;
    left: 150px;
    min-width: unset !important;
    max-width: unset !important;
    border: 1px solid #e2e2e2;
    background: white; }
  .form-item.webform-component .form-textarea-wrapper {
    margin-left: 143px; } }

a.book-this-bike {
  font-family: "Exo2Medium";
  font-size: 14px;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  border-top: 2px solid black;
  border-top: 2px solid white;
  border-bottom: 2px solid black;
  background-color: black; }
  a.book-this-bike:after {
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    content: " ";
    background: black; }

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

.hidden {
  display: none; }

.absolute {
  position: absolute; }

.relative, .form-item.webform-component {
  position: relative; }

.suggested-item, .suggested-item-date {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100% !important;
  min-width: unset !important;
  max-width: unset !important;
  padding: 10px 15px;
  cursor: pointer; }

.webform-component--date .suggested-item-date {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 15px;
  cursor: pointer; }

.form-item.webform-component .error {
  border: 1px solid red; }

.price.rub {
  white-space: nowrap; }

.webform-client-form {
  position: relative;
  z-index: 999;
  background: white; }

.breadcrumb {
  display: block;
  margin-bottom: 30px; }
  .breadcrumb > div, .breadcrumb > span, .breadcrumb > a {
    display: inline-block; }

.tours-list-tour-image-info {
  background: rgba(0, 0, 0, 0.4) !important; }

.metatags-edit-link-wrapper {
  text-align: center; }

.metatags-edit-link {
  display: inline-block;
  margin-bottom: 30px;
  padding: 7px 12px;
  border: 1px solid;
  border-radius: 5px; }
  .metatags-edit-link a {
    text-decoration: none;
    color: #606060; }
  .metatags-edit-link:hover {
    border-color: #606060;
    background-color: #606060; }
    .metatags-edit-link:hover a {
      color: #FFF; }

.header-status-error #block-block-10 {
  display: none; }

/*

.header-status-error #block-block-4,
.header-status-error .footer-left
  {display: block;width: 100%;float: none;max-width: 100%;}
.header-status-error #block-block-4 .content  {display: table;width: 100%;}
.header-status-error #block-block-4 .content > div  {display: table-cell;float: none;width: 50%;padding: 0 40px;}
.header-status-error #block-block-4 .content > .footer-logo {background-position: right center;}
*/
.admin-menu #header {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 15px; }

/* .tour-list-item.node-teaser {text-align: center !important;} */
article.tour.teaser .tour-details .text {
  font-weight: 700; }

.mailmunch-scrollbox {
  overflow: scroll;
  max-height: 100%; }

/**
 * Subscribe blocks
 */
#block-webform-client-block-17 .captcha, #block-webform-client-block-35 .captcha {
  float: left;
  margin-top: 10px; }

.webform-with-recaptcha .webform-client-form {
  min-height: 110px; }

.social-lang-container {
  position: absolute;
  z-index: -1;
  overflow: hidden;
  width: auto;
  margin-left: 280px; }
  .social-lang-container.open {
    z-index: 1; }

.social-lang-toggler {
  position: absolute;
  z-index: 1;
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-top: 28px;
  margin-left: 20px;
  text-decoration: none;
  border-radius: 36px;
  background-color: black; }

.social-lang-container.open .social-lang-toggler {
  background-color: white; }

.social-lang-toggler:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 32px;
  display: inline-block;
  margin-top: 1px;
  margin-left: 13px;
  content: "\f105";
  text-decoration: none;
  color: #FFF;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.social-lang-container.open .social-lang-toggler:before {
  margin-left: 10px;
  content: "\f104";
  color: black; }

.social-lang-wrapper #block-block-7, .social-lang-wrapper #block-languageswitcher {
  padding-top: 0; }

.social-lang-container.open .social-lang-wrapper #block-block-7 {
  margin-left: 40px; }

body.front #header.front-fixed .social-lang-container #block-block-7 .content a {
  background-position: 0 -16px; }

body.front #header.front-fixed .social-lang-container #block-languageswitcher .content ul li a {
  color: white; }

.book-btn {
  display: inline-block;
  width: 122px;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: white;
  background-color: gray; }
  .book-btn:visited {
    display: inline-block;
    width: 122px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: white;
    background-color: gray; }

.last_call,
.last_call:visited {
  background-color: orange !important; }

.sold_out,
.sold_out:visited {
  cursor: default;
  color: #000;
  border: 1px solid gray;
  background-color: #e2e2e2; }

.view-calendar-new .views-field-title-1 {
  max-width: 400px; }

.js-form-type-select select, .js-form-type-select option {
  line-height: 1.3;
  display: inline-block;
  width: 366px;
  padding: 12px 16px;
  color: #282828;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background-color: white; }

.webform-submission-rent-a-bike-form .form-item-date-until {
  margin-left: auto; }
  .webform-submission-rent-a-bike-form .form-item-date-until label {
    padding-left: 30px; }

.pager__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 36px 0px; }
  .pager__items .pager__item {
    margin: 0px 5px; }

[lang="ru"] .field-name-field-price {
  display: none !important; }

[lang="en"] .field-name-field-price-rub {
  display: none !important; }

.webform-submission-book-tour-node-27-form .form-item input {
  width: 65% !important; }

.webform-submission-book-tour-node-27-form .form-item-tour, .webform-submission-book-tour-node-27-form .form-item-date {
  position: relative; }

@media (max-width: 760px) {
  .webform-submission-book-tour-node-27-form .form-item {
    display: block !important;
    width: 100%; }
  .webform-submission-book-tour-node-27-form .form-item label {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important; }
  .webform-submission-book-tour-node-27-form .form-item input,
  .webform-submission-book-tour-node-27-form .form-item textarea {
    width: 90% !important;
    margin: 0; }
  .webform-submission-book-tour-node-27-form .form-item-tour, .webform-submission-book-tour-node-27-form .form-item-date {
    position: relative; } }

.pager__item.is-active > a {
  font-weight: bold;
  text-decoration: none;
  color: #000; }

[data-drupal-selector="edit-buttons"] .webform-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

[data-drupal-selector="edit-buttons"] .webform-section-wrapper .form-actions {
  width: 370px;
  margin: 0;
  text-align: center; }

[data-drupal-selector="edit-result-message"] [role="alert"] {
  color: red;
  border: 1px solid red;
  background-color: rgba(255, 0, 0, 0.1); }

[data-drupal-selector="edit-result-message"] li {
  margin-bottom: 5px;
  list-style-type: none; }

/*# sourceMappingURL=maps/style.css.map */
