/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name: www.mtbtours.ro
Author: Horia Marusca


******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;

  scroll-behavior: smooth;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
  }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 10px;
  border: none;
  background: #c3e9fb;
  }

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  /* margin: 1em 0; */
  }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: none;
  }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;/* 1 */
  font-size: 100%;/* 2 */
  margin: 0;/* 3 */
  }

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;/* 1 */
  margin: 0.3em 0 0 0em;/* 2 */
  }

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

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

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

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

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

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

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {zoom:1;
  }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }


/******************************************************************
Stylesheet: Typography
*/
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig";
  }


/******************************************************************
Stylesheet: Button Styles
/*********************
BUTTON DEFAULTS
*********************/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #005596;
  background: #c3e9fb;
  border: solid 2px #c3e9fb;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: 700;
  padding: 0 24px;
  border-radius: 0px;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
  }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    color: white;
    background: #005596;
    text-decoration: none;
    }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px; }

/******************************************************************
Stylesheet: Form Styles
******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  padding: 0 12px;
  font-size: 1em;
  box-shadow: none;
  line-height: 1.5em;
  border: 2px solid #d8d8d8;
  background-color: #FFF;
  width: 100%;
  max-width: 500px;
  transition: background-color 0.24s ease-in-out;
  }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa;
    border-color: #005596; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8;
       }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
  border: 2px solid #d8d8d8;
  background-color: #FFFFFF;
  }

textarea:focus {
  border-color: #005596;
}

select {
  background-repeat: no-repeat;
  background-position: 97.5% center;
  }

/*********************
BASE (MOBILE) SIZE
*********************/
/******************************************************************


Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
#wpstats{
  display: none;
}

body {
  font-family: Montserrat, Ubuntu, Open Sans, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  font-weight: 300;
  color: #141412;
  -webkit-font-smoothing: antialiased;
  background: url(../images/curbe_background.gif);
  background-attachment: fixed;
  }

/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/* home page */

.homepage #inner-header {
  position: relative;
  top: 0;
}

.homepage .wrap {
    top: initial;
  }

.homepage .matrix {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5%;
}

.home .matrix .element {
	position: relative;
	float: left;
	width: 100%;
	height: 75vw;
	overflow: hidden;
	line-height: 0;
	margin-bottom: 1vw;
}
 
.home .matrix .element img {
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    width: fit-content;
    height:auto;
}

.home .matrix .element .book_now img {
  position: relative;
  transform: initial;
  width: 2em;
  padding: 0.35em 0.35em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.home .matrix .element .book_now img:hover {
  transform: rotate(45deg);
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.homepage .matrix article header {
  position: absolute;
  bottom: 0;
  width: 90%;
  margin: 0 5%;
  text-transform: none;
}

.homepage .matrix article header .entry-title {
    font-size: 3.5vw;
    text-transform: uppercase;
}


.testimonials {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  margin: 0 0 0.5em 0;
}

.testimonials .one,
.testimonials .two,
.testimonials .three {
  width: 100%;
  box-shadow: 0.5vw 0.5vw #f2f2f2;
  border-top: 0.1vw solid #f2f2f2;
  border-left: 0.1vw solid #f2f2f2;
  font-style: italic;
  color: #404040;
}

.testimonials .four {
}

.page-template-page-transylvanian-alps .entry-content .testimonials .one {
  color: #32302e;
  background: #d8d8d8;
  box-shadow: 0.5vw 0.5vw #9e0000;
  border-bottom-left-radius: 3vw;
}

.page-template-page-transylvanian-alps .entry-content .testimonials .one p {
  box-shadow: none;
  background: #d8d8d8;
  line-height: 1.5em;
}

.page-template-page-bucegi-circuit .entry-content .testimonials .one {
  color: #32302e;
  background: #d8d8d8;
  box-shadow: 0.5vw 0.5vw #005596;
  border-bottom-left-radius: 3vw;
}

.page-template-page-bucegi-circuit .entry-content .testimonials .one p {
  box-shadow: none;
  background: #d8d8d8;
  line-height: 1.5em;
}

.page-template-page-carpat-MTB-enduro .entry-content .testimonials .one {
  color: #32302e;
  background: #d8d8d8;
  box-shadow: 0.5vw 0.5vw #000;
  border-bottom-left-radius: 3vw;
}

.page-template-page-carpat-MTB-enduro .entry-content .testimonials .one p {
  box-shadow: none;
  background: #d8d8d8;
  line-height: 1.5em;
}

.page-template-page-carpathian-peaks .entry-content .testimonials .one {
  color: #32302e;
  background: #d8d8d8;
  box-shadow: 0.5vw 0.5vw #5a186b;
  border-bottom-left-radius: 3vw;
}

.page-template-page-carpathian-peaks .entry-content .testimonials p {
  box-shadow: none;
  background: #d8d8d8;
  line-height: 1.5em;
}

.entry-content .testimonials {
  width: 60%;
  clear: initial;
margin: 0;font-size: 1.1em;}

.entry-content .testimonials .one {
  width: auto;
  margin: 0 0 2vw 0;
}

.entry-content .testimonials .one p {
  clear: initial;
}

.testimonials .one::before,
.testimonials .two::before,
.testimonials .three::before {
  position: relative;
  float: left;
  content: '"';
  bottom: 0.35em;
  right: 2.8vw;
  height: 0.2em;
  font-size: 8em;
  font-weight: 700;
  padding: 0 0.1em 0.1em 0;
  color: #f2f2f2;
}

.testimonials .one,
.testimonials .two,
.testimonials .three {
  padding: 2vw;
}

.testimonials .three {
  margin: 0 0 1em 0;
}

.testimonials p {
  margin: 0;
}

.testimonials a,
.testimonials a:visited {
  float: right;
  font-weight: 700;
  font-size: 0.9em;
  color: #000000;
  background: #e3e3e3;
  margin-top: 1em;
  padding: 0.1vw 1vw;
  border-radius: 0.5em;
  box-shadow: 0.2vw 0.2vw #005595, -0.2vw -0.2vw #c3e9fb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.testimonials a:hover,
.testimonials a:active {
 padding: 0.1vw 1.8vw;
 letter-spacing: 0.10em;
 border-radius: 0.5em;
 box-shadow: -0.2vw -0.2vw #005595, 0.2vw 0.2vw #c3e9fb;
}


.testimonials a.thumbnail,
.testimonials a.thumbnail:hover
{
	padding: 0;
	box-shadow: none;
	margin: 0;
	border-radius: 0;
	background: none;
}

.homepage article .article-header {
   position: relative;
   padding-top: initial;
}

.homepage .expert_band, .homepage .advanced_band, .homepage .medium_band, .homepage .book_now, .homepage .price_band {
	float: initial;
	margin: 0;
	width: auto;
	display: inline-block;
	font-size: 3vw;
	text-align: center;
}


/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */
/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
  }

/*********************
LINK STYLES
*********************/
a, a:visited {
  color: #005596;/* on hover *//* on click *//* mobile tap color */
  text-decoration: none;
  }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    color: #005596;
    background-color: #C3E9FB;
    }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    /* -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); */
    }

a:hover > img {
  padding: 0;
  border: 0 none;
  background: none;
}


/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;/*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  *//* removing text decoration from all headline links */
  }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em;
  }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  }

h3, .h3 {
  font-size: 1.125em;
  }

h4, .h4 {
  font-size: 1.1em;
  font-weight: 700;
  }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*********************
HEADER STYLES
*********************/
.header {
  position: relative;
  z-index: 1;
  }

#inner-header {
    position: fixed;
    top: 0%;
    overflow: visible;
}

#inner-header {
  width: 96%;
  margin: 0 2% 0.4em;
}

#inner-header {
     -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

#logo {
  position: relative;
  float: left;
  /* margin: 1em 0 0.2em 0; */
  min-width: 100px;
  width: 30vw;
  max-width: 230px;
  background: #ffffffc2;	
  border-bottom-left-radius: 1.8vw;
  border-bottom-right-radius: 1.8vw;
  /* -webkit-filter: drop-shadow( 0.2vw 0.2vw #ffffff70 ); */
  /* filter: drop-shadow( 0.2vw 0.2vw #ffffff70); */
  /* -webkit-transition: all 0.5s ease; */
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#logo:hover {
  background: #cfcfcfd6;
}

#inner-header.sticky {
}

#header-bloginfo-homepage {
    display: block;
    float: left;
    clear: right;
    position: relative;
    padding-top: 0em;
    color: #C3E9FB;
    text-align: right;
    font-size: 0.7em;
    text-transform: uppercase;
}

.homepage #inner-header .site_headline,
.homepage #inner-header .site_title {
}

.homepage #inner-header .site_headline {
}

.homepage #inner-header .site_title {
}

.site_headline {
    display: none;
    float: right;
	height: 1.5em;
    margin: 0 3.5em 0 0;
    padding: 0 0.4em;
    color: #ffffff;
    font-size: 1.6em;
    font-weight: 500;
    background: #005595c9;
    border-bottom-left-radius: 0.4vw;
    border-bottom-right-radius: 0.4vw;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.slider .site_title {
  text-align: left;
  margin: 0 2%;
}

.site_title {
  clear: both;
  color: #050505;
  font-weight: 700;
  font-size: 1.5em;
  line-height: initial;
  text-align: center;
  letter-spacing: 0;
  padding: 1em 0 0 0;
  margin: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
}

.site_description {
  font-size: 0.9em;
}

#logo, .top-nav {
  top: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  }
  #logo a:hover {
  background: none;
  }

.home #logo img {
	/* padding: 0.5em 0 0; */
}
  #logo img {
  padding: 0.6em 0.8em 0.1em 0.6em;
  }

.home #logo img {
  top: 0.4em;
}

#logo.sticky, .top-nav.sticky {
  top: -30vw;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
}

#logo.sticky {

}

#facebook-couter {
	display: block;
	float: right;
}

.search-form {
  margin-top: 0.5em;
  float: right;
}

.homepage .search-form {
  clear: initial;
}

.search-form.sticky {
  display: none;
}

#sidebar2 .search-form.sticky  {
  display: inline;
  float: left;
  padding: 0;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
}

.search-form input[type="search"] {
    display: inline;
    background-color: transparent;
    background-image: url(../images/search-image.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    border: none;
    cursor: pointer;
    height: 32px;
    padding: 0 0 0 34px;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 1px;
}

#sidebar2 .search-form.sticky input[type="search"] {
    display: inline;
    background-position: top left;
    position: relative;
    -webkit-transition: width 400ms ease, background 400ms ease;
    transition:         width 400ms ease, background 400ms ease;
    width: 1px;
}

.search-form input[type="search"]:focus {
	background-color:rgba(255,255,255,0.7);
    background-position: 4px 4px;
    background-size: 24px 24px;
    color: #000;
	cursor: text;
	outline: 0;
	width: 230px;
	padding: 0 3em 0;
	font-size: 1em;
	box-shadow: none;
	line-height: 1.5em;
	border: 2px solid #005596;
}

#sidebar2 .search-form.sticky input[type="search"]:focus {
    background-position: 4px 4px;
    width: 65%;
}

.search-form input[type="search"]:active {
}

.search-form .search-submit {
	display: none;
}

.calendar-banner {
  clear: both;
  position: relative;
  top: 1vw;
  width: 95%;
  margin: 0 auto 3vw;
  text-align: center;
  font-size: 2em;
  font-weight: 700;
}

.sidebar.calendar-banner {
  width: 100%;
  float: right;
  font-size: 1.6vw;
  margin: 0 0.5% 1em;
}

.calendar-banner p {
  text-align: center;
  color: #27aae1;
  font-size: 0.7em;
  font-weight: 500;
  line-height: 2vw;
  margin-bottom: 1em;
}

#sidebar1 .calendar-banner p {
  font-size: 1.3vw;
  line-height: 1.5vw;
  padding: 0 0 0.2em 1em;
  text-align: right;
}

.calendar-banner a, 
.calendar-banner a:visited {
  display: block;
  color: #fff;
  background: #27aae1;
  padding: 1vw 2vw;
	border-radius: 1em;
  box-shadow: 0.5vw 0.5vw black, -0.5vw -0.5vw #c3e9fb;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

sidebar .calendar-banner a {
  display: block;
}

.calendar-banner a:hover, 
.calendar-banner a:active {
 background: #27aae1;
 letter-spacing: 0.15em;
 text-shadow: none;
 box-shadow: -0.5vw -0.5vw black, 0.5vw 0.5vw #c3e9fb;
}


/*********************
NAVIGATION STYLES
*********************/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/

.top-nav.nav, .qts_type_image {
    font-size: 1.2em;
}

.top-nav.nav {
    box-shadow: -1px 1px 0px #e1e1e1;
    /* min-width: 75vw; */
}

/* Nav menu */
nav .top-nav.nav {
    position: absolute;
    top: 1.5em;
    right: 0;
    background: #e1e1e1;
    overflow: hidden;
    text-transform: uppercase;
    text-align: right;
}

nav .top-nav.nav {
    max-height: 0;
    transition: max-height .5s ease-out;
}

.top-nav.nav li:first-child {
    margin-top: 0.4em;
}

.top-nav.nav li ul {
  background: #e8e8e8;
}

.top-nav.nav li a {
  color: #005595;
  display: block;
  text-decoration: none;
  padding: 0.2em 0.5em 0.2em 0.5em;
}

.top-nav.nav .current-menu-item {
}

.top-nav.nav li ul.sub-menu li {
  font-weight: 300;
}

    .nav ul {
      margin: 0;
      }

        .nav li a:hover, .nav li a:focus, .current-menu-item a {
          color: #005596;
          background: #d4d2d2;
          }

         .nav li.current-menu-item a {
           color: #005596;
           font-weight: 700;
         }

         .nav li ul.sub-menu li a,
          .nav li ul.sub-menu li a:visited {
         }

          .nav li ul.sub-menu li.background-blue a,
          .nav li ul.sub-menu li.background-blue a:visited,
          .nav li ul.sub-menu li.background-lighterblue a,
          .nav li ul.sub-menu li.background-lighterblue a:visited,
          .nav li ul.sub-menu li.background-green a,
          .nav li ul.sub-menu li.background-green a:visited,
          .nav li ul.sub-menu li.background-purple a,
          .nav li ul.sub-menu li.background-purple a:visited,
          .nav li ul.sub-menu li.background-red a,
          .nav li ul.sub-menu li.background-red a:visited,
          .nav li ul.sub-menu li.background-black a,
          .nav li ul.sub-menu li.background-black a:visited {
           /* color: #fff; */
         }

          .nav li ul.sub-menu li a:hover,
          .nav li ul.sub-menu li a:active, 
          .nav li ul.sub-menu li.background-blue a:hover,
          .nav li ul.sub-menu li.background-green a:hover,
          .nav li ul.sub-menu li.background-lighterblue a:hover,
          .nav li ul.sub-menu li.background-black a:hover,
          .nav li ul.sub-menu li.background-purple a:hover,
          .nav li ul.sub-menu li.background-red a:hover {
         }

        .nav li ul.sub-menu li.current-menu-item a {
           font-weight: 700;
         }

          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            border-left: 0.5em solid #e1e1e1;
            font-weight: 300;
            line-height: 1.1em;
            padding: 0.2em 0.5em 0.2em 1em;
            margin: 0.1em 0;
            background: initial;
            }
          .nav li ul.sub-menu li a:hover,
          .nav li ul.children li a:active {
            }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0;
            }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }

.background-green,
.background-white,
.background-blue,
.background-lighterblue,
.background-orange,
.background-black,
.background-red,
.background-purple,
.our-tours {
          position: relative;
          padding: 0;
          margin: 0.1em 1.5em 0 0.4em;
          background: #f2f2f2;
          border-right: 0.5em solid #d4d2d2;
        }

        .background-green {
        border-left: 0.5em solid #008e4c;
        }

       .background-blue {
        border-left: 0.5em solid #005596;
        }

       .background-lighterblue {
        border-left: #27aae1;
        }

        .background-orange {
        border-left: #ff9800;
        }

        .background-black {
        border-left: 0.5em solid #000;
        }

        .background-red {
        border-left: 0.5em solid #9e0000;
        }
        .background-purple {
        border-left: 0.5em solid #5a186b;
        }

        .background-white {
        border-left: 0.5em solid #ffffff;
        }

/* Menu Icon */

.hamb {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    float: right;
    padding: 0.85em 2em;
    background: #ffffffb8;
    border-bottom-left-radius: 0.4vw;
    border-bottom-right-radius: 0.4vw;
}

.hamb-line {
    display: block;
    background: #005595;
    height: 0.7em;
    position: relative;
    width: 0.7em;
    border-radius: 1em;
    box-shadow: 0px 0px 5px white;
}

.hamb-line::before,
.hamb-line::after{
    background: #005595;
	box-shadow: 0px 0px 10px white;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
    border-radius: 1em;
}

.hamb-line::before {
    left: -1em;
  animation-name: dot-left;
  animation-duration: 4s;
}

@keyframes dot-left {
  from {
	left: -1em;
	background: #005595;
  }
  to {
	left: -1.3em;
	background: #27aae1;
  }
}

.hamb-line:hover::before {
  left: -1.3em;
}

.hamb-line::after {
    right: -1em;
  animation-name: dot-right;
  animation-duration: 4s;
}

@keyframes dot-right {
  from {
	right: -1em;
	background: #005595;
  }
  to {
	right: -1.3em;
	background: #27aae1;
  }
}


.hamb-line:hover::after {
  right: -1.3em;
}


.side-menu {
    display: none;
}

/* Toggle menu icon */

.side-menu:checked ~ nav .top-nav.nav {
    max-height: 100vh;
}

ul#menu-simple-nav-menu::before {
    content: 'the tours';
    writing-mode: vertical-rl;
    position: absolute;
    right: 0%;
    font-weight: 700;
    color: #005595;
    padding: 0.5em 0 0 0;
}

.side-menu:checked ~ .hamb .hamb-line {
    top: 0.3em;
    height: 0.5em;
}

.side-menu:checked ~ .hamb {background: #e1e1e1;height: 3em;border-bottom-left-radius: 0;border-bottom-right-radius: 0;/* border-top-left-radius: 1em; */}

.side-menu:checked ~ .hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;
  width: 2.3em;
  left: -0.8em;
  background: #005595;
}

.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top: 0;
    width: 2.3em;
    left: -0.8em;
    background: #005595;
}

/* end .nav */
/*********************
POSTS & CONTENT STYLES
*********************/
#content {
  margin: 0;
  position: relative;
  }

.homepage #content {
}

.homepage article header {
  font-weight: 900;
  text-transform: uppercase;
}

.homepage article section {
  width: 100%;
  display: block;
  flex: 1;
  flex-basis: 100%;
}

.homepage article section.four {
}

.homepage article .carousel-text {
  color: #000000;
  margin: 0;
  padding: 1em 0 0 0;
  font-style: italic;
  width: 100%;
  text-shadow: 1px 1px 0px #FFF;
}

.carousel-text .entry-content p {
  margin: 0 0 0.5em;
}

.homepage h3.entry-title  {
  font-size: 1.6em;
  font-weight: 900;
  color: #005596;
  text-shadow: none;
  padding: 1em 0;
}


.single #inner-content, .page #inner-content, .archive #inner-content, .search #inner-content {

}  

.page-template-page-expert #inner-content,
.page-template-page-advanced #inner-content,
.page-template-page-medium #inner-content,
.page-template-page-weekend #inner-content {
  background: none;
}

.latest_story_thumb {
}

.latest_story_thumb img {
    width: 140%;
    height: auto;
}

.single .latest_story_thumb img, .page .latest_story_thumb img, .archive .latest_story_thumb img, .search .latest_story_thumb img {
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
    z-index: -99;
    width: auto;
    max-width: none;
    min-width: 100vw;
    height: auto;
}

.page-template-page-expert .latest_story_thumb img,
.page-template-page-advanced .latest_story_thumb img,
.page-template-page-medium .latest_story_thumb img,
.page-template-page-weekend .latest_story_thumb img {
  }

.wrap {
  overflow: hidden;
  position: relative;
}

article.homepage, .carousel-text, article.hentry, .pagination {
  width: 96%;
  margin: 0 2%;
}

article.homepage {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
  padding-top: 1vw;
}

article.homepage .entry-title {
  float: left;
  color: white;
  padding: 0.1vw 0.5vw;
  margin: 1.5vw 0;
  background: #27aae1;
}

article.homepage h2.site-title {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 1.5em;
  color: #005596;
}

article.homepage .entry-content p {
  clear: both;
}

.hentry {
  position: relative;
  }
  .hentry header {
    }

  .home .hentry header {
    bottom: 2em;
  }

   .single .hentry header, .page .hentry header {
    margin: 0 0 0 0;
    }

 article .article-header {
   position: relative;
   padding-top: 55vw;
 }

  .error404 .hentry .article-header, .archive .hentry .article-header, .search .hentry .article-header {
    position: relative;
    bottom: 0;
    padding: 0;
    width: 100%;
  }

  .hentry footer {

    }
    .hentry footer p {
      margin: 0; }
      
    .single .hentry, .page .hentry {
    }

    .archive .page-title, .search .page-title {
      width: 70%;
      margin: 0 15%;
      position: relative;
      margin-bottom: 1em;
      text-transform: uppercase;
    }

    .error404 .hentry {
      top: 10em;
      min-height: 500px;
      margin-bottom: 10em;
    }

.page-template-page-expert .hentry,
.page-template-page-advanced .hentry,
.page-template-page-medium .hentry,
.page-template-page-weekend .hentry {
  top: 0;
}

/* end .hentry */

.manifest_band {
  float: left;
  clear: left;
  color: white;
  background: black;
  writing-mode: vertical-rl;
  text-transform: uppercase;
  margin-right: 1em;
}

.manifest_band p {
  font-size: 1.5em;
  font-weight: 900;
  line-height: 0.1em;
  padding: 0.1em 0.5em;
  margin: 0;
}

.category-manifest .entry-title {
  clear: initial;
  }

.category-manifest .social-media {
  float: right;
}

.category-manifest .entry-content {
  clear: initial;
  padding-top: 0;
}

.why-mtb-in-romania_band {
  float: left;
  background: #141412;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

.why-mtb-in-romania_band p, .why-mtb-in-romania_band a, .why-mtb-in-romania_band a:visited {
  color: #c3e9fb;
  font-size: 1.2em;
  font-weight: 900;
  line-height: 1.2em;
  padding: 0em 0.2em;
  margin: 0;
}

.why-mtb-in-romania_band a:hover {
  background: none;
  color: white;
}

.category-why-mtb-in-romania .entry-content {
  clear: initial;
  padding-top: 0;
}

.category-why-mtb-in-romania .social-media {
  float: left;
  left: 0em;
}

.latest_story_band, .expert_band, .advanced_band, .medium_band, .book_now, .price_band {
	float: left;
	margin: 0;
}

.home .expert_band, .home .advanced_band, .home .medium_band, , .book_now {
    padding: 0;
    margin: 0.5em 0 0;
}

.page .expert_band, .page .advanced_band, .page .medium_band {
  background: white;
}

.latest_story_band p, .latest_story_band p a, .expert_band p, .advanced_band p, .medium_band p, .price_band p {
	color: #fff;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 1.3em;
	font-weight: 700;
	white-space: nowrap;
	padding: 0 0.5em;
	margin: 0;
	background: #ffffffa8;
}

.category-medium .latest_story_band p {
  color: #008e4c;
  background-color: #ffffff;
  border-top: 5px solid #008e4c;
}

.homepage .latest_story_band p,
.homepage .latest_story_band p a,
.homepage .expert_band p,
.homepage .advanced_band p,
.homepage .medium_band p,
.homepage .book_now a,
.homepage .price_band p {
	font-size: 1.2em;
}

.price_band p {
  background: #000000;
  color: #fff;
  font-weight: 500;
  text-transform: none;
}

.transylvanian-alps .price_band p,
.page-template-page-transylvanian-alps .price_band p {
  background: #9e0000;
}

.carpat-MTB-enduro .price_band p,
.page-template-page-carpat-mtb-enduro .price_band p {
  background: #000;
}

.bucegi-circuit .price_band p,
.page-template-page-bucegi-circuit .price_band p {
  background: #005596;
}

.latest_story_band p a {
  padding: 0;
}

.homepage .book_now {
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  border-radius: 2em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.homepage .book_now:hover {
  background: #ffffff78;
  box-shadow: -0.5vw 0.5vw #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.carpathian-peaks .book_now {
  background: #5a186b;
}


.carpathian-peaks .book_now:hover {
  background: #5a186b;
}

.carpathian-peaks .book_now a:hover {
  color: #fff;
}

.carpat-mtb-enduro .book_now {
  background: #000;
}

.carpat-mtb-enduro .book_now:hover {
  background: #000;
}

.carpat-mtb-enduro .book_now a:hover {
  color: #fff;
}

.transylvanian-alps .book_now {
  background: #9e0000;
}

.transylvanian-alps .book_now:hover {
  background: #9e0000;
}

.transylvanian-alps .book_now a:hover {
  color: #fff;
}

.bucegi-circuit .book_now {
  background: #005596;
}

.bucegi-circuit .book_now:hover {
  background: #005596;
}

.bucegi-circuit .book_now a:hover {
  color: #fff;
}

.book_now a, .book_now a:visited {
  font-weight: 700;
  background: none;
  text-shadow: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.book_now a:hover, .book_now a:active {
  color:#000;
  letter-spacing: 0.1em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.expert_band p,
.category-expert .latest_story_band p {
	background: #000000;
}

.advanced_band p,
.category-advanced .latest_story_band p {
	background: #005596;
}

.carpat-mtb-enduro .expert_band p,
.page-template-page-carpat-MTB-enduro .expert_band p {
  color: #000;
  background: #ffffff90;
}

.category-.carpat-MTB-enduro .latest_story_band p {
  background: #000;
}

.carpathian-peaks .expert_band p,
.page-template-page-carpathian-peaks .expert_band p {
  color: #5a186b;
  background: #ffffff90;
}

.category-carpathian-peaks .latest_story_band p {
  background: #5a186b;
}

.medium_band p {
  color: #38b449;
  border-top: 5px solid #38b449;
  background: #ffffff90;
}

.bucegi-circuit .advanced_band p,
.category-bucegi-circuit .latest_story_band p {
  color: #005596;
  background: #ffffff90;
}

.transylvanian-alps .advanced_band p,
.page-template-page-transylvanian-alps .advanced_band p {
  color: #9e0000;
  background: #ffffff90;
}	

.category-transylvanian-alps .latest_story_band p {
  background: #9e0000;
}

.category-bucegi-circuit .latest_story_band p {
  color: white;
  background: #005596;
}
  
.medium_band p, .category-medium .latest_story_band p {
}

.single-title,
.page-title,
.entry-title, 
.entry-title a {
  clear: left;
  margin: 0;
  padding: 0 0 0.2em 0;
  font-size: 1.8em;
  line-height: 1em;
  font-weight: 700;
  color: #fff;
  text-shadow: 0.5vw 0.5vw #000000, -1px -1px 0px #d2d2d2;
} 

.homepage .matrix .entry-title a {
  width: 100%;
  padding: 0 0.2em;
  text-shadow: none;
}

.matrix .carpathian-peaks .entry-title a,
.matrix .carpathian-peaks .entry-title a:visited {
  background: #5a186b;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.matrix .carpathian-peaks .entry-title a:hover,
.matrix .carpathian-peaks .entry-title a:active {
  background: #fff;
  color: #5a186b;
}

.matrix .carpat-mtb-enduro .entry-title a,
.matrix .carpat-mtb-enduro .entry-title a:visited {
  background: #000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.matrix .carpat-mtb-enduro .entry-title a:hover,
.matrix .carpat-mtb-enduro .entry-title a:active {
  background: #fff;
  color: #000;
}

.matrix .transylvanian-alps .entry-title a,
.matrix .transylvanian-alps .entry-title a:visited {
  background: #9e0000;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.matrix .transylvanian-alps .entry-title a:hover,
.matrix .transylvanian-alps .entry-title a:active {
  background: #fff;
  color: #9e0000;
}

.matrix .bucegi-circuit .entry-title a,
.matrix .bucegi-circuit .entry-title a:visited {
  background: #005595;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.matrix .bucegi-circuit .entry-title a:hover,
.matrix .bucegi-circuit .entry-title a:active {
  background: #fff;
  color: #005595;
}

.page-template-page-mugshots .entry-title,
.page-template-page-open-tours-calendar .entry-title,
.page-template-page-testimonials .entry-title {
  color: #000000;
  text-shadow: none;
}

.page-template-page-testimonials h1.entry-title {
  font-size: 2em;
  margin: 1em 0 0 0;
  float: left;
}

.page.page-template-page-open-tours-calendar .entry-title {
    display: block;
}

.page.page-template-page-open-tours-calendar .entry-content ul {
    list-style: none;
	font-weight: 700;
	margin: 0;
	padding: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
}

.page.page-template-page-open-tours-calendar .entry-content ul li {
	margin: 0.2em 0.2em 0 0;
	padding: 0 0.5em;
 	background: #ff8800;
	color: white;
}

.page.page-template-page-open-tours-calendar .entry-content ul li del {
	background: #734400;
	font-weight: initial;
}

.archive .hentry, .search .hentry, .pagination {
  padding: 1em;
  background: #ffffff;
}   

.archive .entry-title, .search .entry-title, .search .page .entry-title {
  font-size: 0.8em;
  margin-top: 0;
  clear: initial;
}

.archive .entry-title a, .search .entry-title a, .search .page .entry-title a {
  color: #005596;
  text-shadow: none;
  background: #ffffff99;
  line-height: 1.15em;
}

.archive .entry-content, .search .entry-content {
  clear: initial;
}

.archive .medium-thumb, .search .medium-thumb {
  display: block;
  float: left;
  margin: 0 2em 0 0;
}

.archive .medium-thumb img, .search .medium-thumb img {
  max-width: 80vw;
  height: auto  
}

.single-title a:hover,
.page-title a:hover,
.entry-title a:hover, 
.entry-title a:hover {
  background: none;
  color: #C3E9FB;
}

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */

.page-id-12919 .entry-content h3 {
  margin-top: 0;
}

/* general post style */

.single .entry-title, .page .entry-title {
  font-size: 2em;
}

/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }

.entry-content p.byline {
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry-content p.byline:first-of-type {
  clear: initial;
}

/* entry content */
.entry-content {
  clear: left;
  padding: 1vw 0 0;/*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
  }

.homepage .entry-content  {
  box-shadow: none;
}

.page-template-page-mugshots article .article-header,
.page-template-page-open-tours-calendar article .article-header,
.page-template-page-testimonials article .article-header {
   padding-top: min(15vh,20vw);
}

.archive article .article-header, .search article .article-header, .category article .article-header {
  padding-top: 25vh;
}

.archive .entry-content p:first-of-type {
  clear: initial;
}

  .entry-content p {
    font-size: 0.9em;
    line-height: 1.4em;
  background: white;
  box-shadow: -1vw -1vw #fff, 1vw 1vw #fff, -1vw 1vw #fff, 1vw -1vw #fff;
    }
  .entry-content ul {
    font-size: 0.9em;
    margin-top: 0;
    list-style-type: disclosure-closed;
    padding: 0 0 0 20px;
  }

.entry-content h2,
.entry-content h3
{
  background: white;
  box-shadow: -1vw -1vw #fff, 1vw 1vw #fff, -1vw 1vw #fff, 1vw -1vw #fff;
}

.page-template .highlights,
.page-template .entry-content .testimonials {
  width: 100%;
}

.page-template .book_now {
  display: block;
  position: absolute;
  right: 0;
  top: 70%;
  -webkit-transition: all 0.5s ease;
  border-radius: 0.2em;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.page-template .book_now:hover {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.page-template .book_now a {
  color: #fff;
  background: #005596;
  float: right;
  padding: 0.1em 0.6em;
  border-radius: 1em;
  box-shadow: -0.1vw -0.1vw #fff, 0.5vw 0.5vw black;
}

.page-template-page-carpathian-peaks .book_now a {
  background: #5a186b;
}

.page-template .book_now a:hover {
  box-shadow: 0.5vw 0.5vw white, -0.5vw -0.5vw black;	
}

.page-template-page-transylvanian-alps .book_now a {
  background: #9e0000;
}

.page-template-page-carpat-MTB-enduro .book_now {
  /* box-shadow: -0.1vw -0.1vw #fff, 0.5vw 0.5vw darkgrey; */
}

.page-template-page-carpat-MTB-enduro .book_now a {
  background: #242424;
}

.page-template .book_now a:hover {
  color: white;
  background: #005596;
}

.page-template-page-carpathian-peaks .book_now a:hover {
  background: #5a186b;
}

.page-template-page-transylvanian-alps .book_now a:hover {
  background: #9e0000;
}
.page-template-page-carpat-MTB-enduro .book_now a:hover {
  color: #000;
  background: darkgrey;
}
.page-template-page-carpat-MTB-enduro .entry-content,
.page-template-page-carpathian-peaks .entry-content,
.page-template-page-transylvanian-alps .entry-content,
.page-template-page-bucegi-circuit .entry-content
{
  padding-top: 0;
}

.page-template-page-carpat-MTB-enduro .entry-content ul,
.page-template-page-carpathian-peaks .entry-content ul,
.page-template-page-transylvanian-alps .entry-content ul,
.page-template-page-bucegi-circuit .entry-content ul {
  list-style-type: disclosure-closed;
  color: #fff;
  padding: 1vw 1vw 1vw 2em;
  border-top-right-radius: 3vw;
  font-weight: 500;
  font-size: 1.1em;line-height: 1.2em;
}

.page-template-page-carpat-MTB-enduro .entry-content ul li,
.page-template-page-carpathian-peaks .entry-content ul li,
.page-template-page-transylvanian-alps .entry-content ul li,
.page-template-page-bucegi-circuit .entry-content ul li {
  padding: 0.5em 0.5em 0.2em;
}

.page-template-page-carpat-MTB-enduro .entry-content .highlights ul {
  background: #000;
  box-shadow: 0.5vw 0.5vw #d8d8d8;
  box-shadow: 0.5vw 0.5vw #d8d8d8;
}

.page-template-page-carpathian-peaks .entry-content .highlights ul {
  background: #5a186b;
  box-shadow: 0.5vw 0.5vw #000;
  box-shadow: 0.5vw 0.5vw #000;
}

.page-template-page-transylvanian-alps .entry-content .highlights ul {
  background: #9e0000;
  box-shadow: 0.5vw 0.5vw #000;
  box-shadow: 0.5vw 0.5vw #000;
  /* margin-bottom: 0; */
}

.page-template-page-bucegi-circuit .entry-content .highlights ul {
  background: #005596;
  box-shadow: 0.5vw 0.5vw #000;
}

  .entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #eaedf2; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #2980b9;
    font-style: italic;
    color: #9fa6b4; }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
    }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
.pagination,
.wp-prev-next {
  }

.pagination {
  clear: both;
  text-align: center;
  }
  .pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    background: #DBD5D5;
    margin: 0 2px 2px 0;
    float: left;
    display: inline;
    overflow: hidden;
    }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #FFFFFF;
    }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #C3E9FB;
      color: #005596; }
  .pagination .current {
    cursor: default;
    color: #005596;
    background: #C3E9FB;
    }
    .pagination .current:hover, .pagination .current:focus {
      background-color: white;
      color: #5c6b80; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/

    .page #floating-comments {
      display: none;
    }

    #floating-comments {
      display: none;
      position: absolute;
      top: 14vh;
      right: 0;
      width: 50%;
      text-align: right;
    }

    #floating-comments .comment {
      background-color:rgba(0, 0, 0, 0.65);
      box-shadow: 0.5vw 0.5vw #ffffff63;
      border-top-left-radius: 2em;
      padding: 0.5em 1em;
      font-style: italic;
      font-weight: 500;
      color: #fff;
      font-size: 0.8em;
    }

    #floating-comments .comment-author.vcard {
      color: white;
      text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.8);
      font-weight: 100;
      margin: 0;
      padding: 0;
    }

#floating-comments .commentlist::before {
  display: none;
}

/* h3 comment title */
#comments-title {
  margin: 0;
  /* number of comments span */
  }

.commentlist {
  margin: 0;
  list-style-type: none;
  }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  }

.commentlist::before {
  position: relative;
  bottom: 30px;
  float: left;
  content: '"';
  font-size: 15vw;
  height: 10vw;
  font-weight: 700;
  color: #c3e9fb;
}

.page-template-page-testimonials .commentlist::before {
  bottom: initial;
  left: 0px;
  font-size: 8em;
  font-style: italic;
  line-height: 0;
  height: 100%;
  width: 100%;
}

.page-template-page-testimonials .commentlist {
  display: flex;
  flex-wrap: wrap;
  float: left;
  width: 100%;
  box-shadow: 0.5vw 0.5vw #f2f2f2;
  background: #f8f9fa;
  padding: 2em 0 0.5em 0;
  margin: 2em 0 0 0;
  flex-direction: column;
  align-items: flex-start;
}

.page-template-page-testimonials .commentlist .comment {
  flex: 1;
  flex-basis: 33%;
  width: 100%;
  overflow: initial;
}

.page-template-page-testimonials .commentlist .comment.post-title {
  flex: initial;
  padding: 1em 1em 0 0;
}

.page-template-page-testimonials .commentlist .comment .comment_content {
  padding: 1em;
  font-style: italic;
}

.page-template-page-testimonials .commentlist .comment .comment_content .author {
  padding-left: 1.5em;
  font-weight: 500;
  color: #005595;
}

header.comment-author.vcard {
  position: relative;
  top: 0px;
  margin: 0;
  padding: 1em 1.5em 0;
  width: 100%;
}

  .comment .comment-author {
    padding: 7px;
    border: 0;
    }
  .comment .vcard {
    margin-left: 50px;
    }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      font-size: 0.9em;
      font-style: italic;
      }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      display: none;
      position: relative;
      top: 1em;
      left: 1em;
      border-radius: 50%;
      }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px;
    }
  .comment.odd {
    background-color: white;
    border: 1em solid #f8f9fa;
    }
  .comment.even {
    background: #f8f9fa;
    }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 1.5em 1.5em 1.5em;
  font-size: 1em;
  line-height: 1.5em;
  font-style: italic;
  color: #005596;
  }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 1em;
  text-decoration: none;
  font-size: 0.9em;
  }

/******************************************************************
COMMENT FORM STYLES
******************************************************************/
.comment-respond, .commentlist, #comments-title {
  clear: left;
  padding: 14px 0 0;/*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */
  background: white;
  box-shadow: -14px -14px 0px #ffffff, 14px 14px 0px white, -14px 14px 0px #ffffff, 14px -14px 0px white;
  }
h3#comments-title {
  font-size: 12vw;
  margin: 0;
  padding: 0;
  line-height: 0.5em;
  height: 3vw;
  color: #005595;
  font-weight: 900;
}

h3#comments-title.closing {
  margin-top: 0.3em;
  text-align: right;
}

#floating-comments .commentlist {
  background: none;
  box-shadow: none;
}

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #5c6b80; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: left;
  font-size: 1em;
  margin-bottom: 1em;
  }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar img {
  max-width: 100%;
  height: auto;
}

#sidebar1 {
  display: none;
  float: right;
  margin: 0em 0 2em 1em;
}

.single #sidebar1 {
  
}

#sidebar1 aside {
  padding: 0.5em;
  background: #fff;
  box-shadow: 5px 5px #000, -5px -5px #d8d8d8;
}

.single #sidebar2, .page #sidebar2 {
  position: relative;
}

#sidebar1.sidebar-four-programs {
  clear: left;border: none;
  padding: 0.5vw 0 0 0;
  background: none;
  box-shadow: none;
  margin: 0.5em 0 1em 1em;
}

.category-manifest #sidebar1.sidebar-four-programs {
  clear: initial;
}

#sidebar1.sidebar-four-programs .banner {
  position: relative;
  margin-bottom: 0.5em;
}

.page-template-page-open-tours-calendar #sidebar1.sidebar-four-programs .banner {
  height: 12vw;
  overflow: hidden;
}

#sidebar1.sidebar-four-programs .banner img {
  position: absolute;
  top: 65%;
  transform: translatey(-50%);
  width: fit-content;
  height: auto;
  max-width: 100%;
}

#sidebar1.sidebar-four-programs h3 {
  font-size: 2vw;
  line-height: 1em;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.page-template-page-open-tours-calendar #sidebar1.sidebar-four-programs h3 {
  position: absolute;
}

#sidebar1.sidebar-four-programs .banner .book_now {
  position: absolute;
  bottom: 0em;
  right: 0em;
  top: initial;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#sidebar1.sidebar-four-programs a,
#sidebar1.sidebar-four-programs a:visited {
  padding: 0 0.2em;
  color: white;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

#sidebar1.sidebar-four-programs .carpathian-peaks a,
#sidebar1.sidebar-four-programs .carpathian-peaks a:visited {
  background: #5a186b;
}

#sidebar1.sidebar-four-programs .carpat-mtb-enduro a,
#sidebar1.sidebar-four-programs .carpat-mtb-enduro a:visited {
  background: #000;
}

#sidebar1.sidebar-four-programs .bucegi-circuit a,
#sidebar1.sidebar-four-programs .bucegi-circuit a:visited {
  background: #005595;
}

#sidebar1.sidebar-four-programs .transylvanian-alps a,
#sidebar1.sidebar-four-programs .transylvanian-alps a:visited {
  background: #9e0000;
}

#sidebar1.sidebar-four-programs .bucegi-circuit a:hover,
#sidebar1.sidebar-four-programs .bucegi-circuit a:active,
#sidebar1.sidebar-four-programs .carpathian-peaks a:hover,
#sidebar1.sidebar-four-programs .carpathian-peaks a:active,
#sidebar1.sidebar-four-programs .carpat-mtb-enduro a:hover,
#sidebar1.sidebar-four-programs .carpat-mtb-enduro a:active,
#sidebar1.sidebar-four-programs .transylvanian-alps a:hover,
#sidebar1.sidebar-four-programs .transylvanian-alps a:active{
  letter-spacing: 0.083vw;
}

.page-template-page-expert #sidebar2,
.page-template-page-advanced #sidebar2,
.page-template-page-medium #sidebar2,
.page-template-page-weekend #sidebar2 {
  top: 0;
  padding-bottom: 0;
}

#sidebar2 {
  display: flex;
  width: 96%;
  margin: 0 auto 1% auto;
  clear: left;
  padding: 14px 0 0;
  background: white;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5%;
}

#sidebar2 .widgettitle {
  background: #005596 url(../images/mtbtours-sign-white.svg) no-repeat right;
  color: #ffffff;
  padding: 0 0 0 0.5em;
  text-transform: uppercase;
  border-top: 0px solid #5f5f5f;
	border-top-right-radius: 0.5em;
	border-bottom-right-radius: 0.5em;
}

#sidebar2 .hentry {
  top: 0;
}

#sidebar2 .widget h3 {
  margin: 0em 0em 0.3em 0em;
  line-height: 1.1em;
  font-size: 1.1em;
  font-weight: 900;
}

#sidebar2 .widget span {
font-weight: 900;
padding: 0 0.4em;
margin: 0 0.4em 0 -0.5em;
background: #b9b9b9;
color: white;
}

#sidebar2 .widget ul li {
  padding: 0;
  margin: 0;
  font-size: 1em;
}

#sidebar2 .widget .category-expert {
	border-left: 10px solid #000000;
	border-bottom: 1px dashed #00000012;
	padding-left: 0.5em;
}

#sidebar2 .widget .category-expert.category-carpathian-peaks {
  border-left-color: #5a186b;
}

#sidebar2 .widget .category-advanced.category-transylvanian-alps {
  border-left-color: #9e0000;
}

#sidebar2 .widget .category-expert a {
  color: black;
}


#sidebar2 .widget .category-advanced {
	border-left: 10px solid #005596;
	border-bottom: 1px dashed #0055962e;
	padding-left: 0.5em;
}

#sidebar2 .widget .category-advanced {
  color: #005596;
}


#sidebar2 .widget .category-medium {
	border-left: 10px solid #29b473;
	border-bottom: 1px dashed #29b4732b;
	padding-left: 0.5em;
}

#sidebar2 .widget .category-medium a {
  color: #29b473;
}

#sidebar2 .widget .category-transylvanian-alps a {
  color: #9e0000;
}

#sidebar2 .widget .category-carpathian-peaks a {
  color: #5a186b;
}

#sidebar2 .widget .category-winter {
	border-left: 10px solid #c3e9fb;
	border-bottom: 1px dashed #29b4732b;
	padding-left: 0.5em;
}

#prices {
  float: right;
  clear: right;
  width: auto;
  margin: 0 0 1em 1em;
  background: white;
  padding: 0.5em;
}

.page-template-page-transylvanian-alps #prices {
  box-shadow: -0.5vw -0.5vw #d8d8d8, 0.5vw 0.5vw #9e0000;
}

.page-template-page-bucegi-circuit #prices {
  box-shadow: -0.5vw -0.5vw #d8d8d8, 0.5vw 0.5vw #005596;
}

.page-template-page-carpathian-peaks #prices {
  box-shadow: -0.5vw -0.5vw #d8d8d8, 0.5vw 0.5vw #5a186b;
}

.page-template-page-carpat-MTB-enduro #prices {
  box-shadow: -0.5vw -0.5vw #d8d8d8, 0.5vw 0.5vw #000;
}

#prices h4 {
  display: block;
  
  color: #000;
  margin: 0;
  padding: 0em 0.2em 0;
  font-weight: 700;
text-transform: uppercase;}

#prices p {
  clear: left;
  box-shadow: none;
  color: #fff;
  background: #005596;
  padding: 0.3em 0.6em;
  margin: 0;
  line-height: 1.1em;
}

#prices p:first-of-type {
  text-transform: uppercase;
  padding-bottom: 0;
}

.page-template-page-transylvanian-alps #prices p {
  background: #9e0000;
}

.page-template-page-carpathian-peaks #prices p {
  background: #5a186b;
}

.page-template-page-carpat-MTB-enduro #prices p {
  background: #000;
}

#prices ul {
  clear: both;list-style: none;
  padding: initial;
  display: block;
  color: #000000;
  margin: 0;
  text-shadow: none;
  border-left: none;
}

#prices ul li {
  padding: 0.1em 0.3em;
  border-bottom: none;
  background: white;
}

#prices ul li:nth-child(odd) {

}

#prices ul li:nth-child(even) {

}

#prices .prices_explained p {
}

/* Sidebar1 area */

.site-main .sidebar-container {
	display: block;
	float: right;
	width: 270px;
	position: relative;
	top: 40px;
	left: 11px;
}

.site-main .widget-area {
	width: 260px;
	position: absolute;
}

.widget-area {
	display: block;
	float: right;
	width: 260px;
}

.widget {
	float: right;
	width: 100%;
	background-color: #fff;
	margin: 0 0 1em 0;
	box-sizing: border-box;
}

#sidebar2 #advanced_text-10.widget {
  width: 100%;
  margin: 0;
  padding: 0;
}

#advanced_text-10.widget .AdvancedText {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column;
}

#advanced_text-10.widget .AdvancedText ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5vw;
}

.widget.tour-reports {
  padding: 0.4em;
  box-shadow: 0.5vw 0.5vw #000, -0.5vw -0.5vw #d8d8d8;
}

.widget.tour-reports a {
  color: black;
}

.widget.tour-reports a:hover {
  background: #d8d8d8;
}

.widget.tour-reports ul {
  list-style-type: disclosure-closed;
  color: #d8d8d8;
}

#sidebar1 .widget h4 {
	padding: 0 0.2em;
	font-size: 1.5em;
	line-height: 1em;
	text-transform: uppercase;
	color: white;
	margin: 0;
}

#sidebar2 .widget p {
  margin: 0 0 0.5em 0;
}

#sidebar2 .widget a:link p, #sidebar2 .widget a:visited p {
  color: #000;
}

#sidebar2 .widget a:hover p, #sidebar2 .widget a:active p {
  color: #000;
  background: #e2e2e2;
}

.page-template-page-expert #sidebar1 .widget h4,
.page-template-page-carpat-MTB-enduro #sidebar1 .widget h4 {
	color: #141412;
}

.page-template-page-carpathian-peaks #sidebar1 .widget h4 {
	color: #5a186b;
}

.page-template-page-advanced #sidebar1 .widget h4,
.page-template-page-bucegi-circuit #sidebar1 .widget h4 {
	color: #005596;
}

.page-template-page-transylvanian-alps #sidebar1 .widget h4 {
	color: #9e0000;
}

.page-template-page-medium #sidebar1 .widget h4 {
  background: #38B449;
}

.page-template-page-weekend #sidebar1 .widget h4 {
  background: #38B449;
}

#sidebar1 ul {
  margin: 0.2em;
}

#sidebar1 ul li {
  margin: 0.2em 0.2em 0.2em 0.4em;
  line-height: 1.5em;
}

#sidebar1 ul li:last-child {
  border-bottom: 0;
}

.widget .widget-title,
.first-widget-title,
.second-widget-title {
	float: left;
	text-transform: uppercase;
	writing-mode: tb;
	padding: 0 0;
	margin: 0;
	font-weight: 700;
	font-size: 1.45em;
	line-height: 1em;
	color: #B3B3B3;
}

.first-widget-title {
    color: #d8d8d8;
    }

h3.widget-title,
h3.first-widget-title,
h3.second-widget-title {
}

.widget-area aside {
	clear: both;
	display: inline;
}

#calendar,
#medium-tour,
#advanced-tour,
#expert-tour {
	padding: 0 0;
	margin: 0.2em 0 0 0;
}

#calendar {
	border-style: solid;
	border-width: 1px;
	border-color: #828282;
	background: #828282;
	overflow: hidden;
}

#calendar-heading {
    text-transform: uppercase;
    padding: 0 0 0 5px;
    color: #828282;
    background: white;
}

#medium-tour {
	border-style: solid;
	border-width: 1px;
	border-color: #29b473;
	background: #29b473;
	overflow: hidden;
}

#advanced-tour {
	border-style: solid;
	border-width: 1px;
	border-color: #005596;
	background: #005596;
	overflow: hidden;
}

#expert-tour {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background: #000000;
	overflow: hidden;
}

#medium,
#advanced,
#expert,
#calendar-heading {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
	padding: 0 0 0 5px;
}

#medium {
	color: #29b473;
	background: white;
}

#advanced {
	color: #005596;
	background: #FFF;
}

#expert{
	background: #FFF;
}

.widget .bucegi-circuit,
.widget .transylvanian-alps,
.widget .carpat-mtb-enduro,
.widget .carpathian-peaks {
  float: right;
  clear: right;
  font-size: 1.5em;
  line-height: 1.5em;
}

.widget .bucegi-circuit a,
.widget .bucegi-circuit a:visited {
  width: 100%;
  color: #005596;
}

.widget .bucegi-circuit a:hover,
.widget .bucegi-circuit a:active {
  color: #fff;
  background: #005596;
}

.widget .transylvanian-alps a,
.widget .transylvanian-alps a:visited {
  width: 100%;
  color: #9e0000;
}

.widget .transylvanian-alps a:hover,
.widget .transylvanian-alps a:active {
  color: #fff;
  background: #9e0000;
}

.widget .carpathian-peaks a,
.widget .carpathian-peaks a:visited {
  width: 100%;
  color: #5a186b;
}

.widget .carpathian-peaks a:hover,
.widget .carpathian-peaks a:active {
  color: #fff;
  background: #5a186b;
}

.widget .carpat-mtb-enduro a,
.widget .carpat-mtb-enduro a:visited {
  width: 100%;
  color: #000;
}

.widget .carpat-mtb-enduro a:hover,
.widget .carpat-mtb-enduro a:active {
  color: #fff;
  background: #000;
}

#medium-title,
#advanced-title,
#expert-title,
#calendar-title {
	width: 90%;
	color: #fff;
	text-align: right;
	font-weight: 500;
	font-size: 1.4em;
	margin: 0 0 0 10%;
}

#calendar-title {
 }


#medium-title a:active,
#medium-title a:hover {
}

#advanced-title a:active,
#advanced-title a:hover {
}

#expert-title a:active,
#expert-title a:hover {

}

#medium-title {
}

#advanced-title {
}

#expert-title {
}

.social-media {
    float: left;
    clear: right;
    position: relative;
    top: 0.26em;
    left: 0.5em;
}

#banner-mountainguide {
	text-align: center;
}

#mountainguide-logo {
	background-image: url(../images/mountainguide-logo.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 77px;
}

.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  color: #f8f9fa;
  }

#inner-footer {
  background-color: #005596;
}

#inner-footer {
  width: 100%;
  text-align: center;
}

#inner-footer p {
  font-size: 0.8em;
  margin: 0.2em 0;
}


#inner-footer a:link, #inner-footer a:visited {
  color: #C3E9FB;
}

#inner-footer a:hover, #inner-footer a:active {
  color: #005596;
}

#inner-footer .original-photos {
  background: #27aae1;
}

#inner-footer .original-photos h3 {
  text-transform: uppercase;
  margin: 0;
  padding: 0.5em 0 0.1em 0;
  letter-spacing: 0.2em;
}

#inner-footer .original-photos p {
  font-size: 1.1em;
  margin: 0;
  padding: 0 0 0.5em 0;
}

#inner-footer .original-photos a:hover {
  color: #005596;
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet
  
  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.
  
  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.
  
  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */

#inner-header {
}

#header-bloginfo {
    display: none;
    display: block;
    position: relative;
    padding-top: 0em;
    color: #C3E9FB;
    font-size: 0.7em;
}

.homepage #inner-header .site_headline,
.homepage #inner-header .site_title {
}
  /*********************
  NAVIGATION STYLES
  *********************/


  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/

    #floating-comments {
      display: none;
      top: 25vw;
      right: 0;
      width: 35%;
    }

    #floating-comments .comment {
      font-size: 0.9em;
    }


  .latest_story_thumb img {
    width: 140%;
    height: auto;
}

  .wrap {
  overflow: hidden;
  position: relative;
}
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right;
      }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

    #sidebar1 {
    clear: right;
    }
    #sidebar2 .widget {
      float: left;
      width: 49%;
      margin: 0;
    }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!
  
  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/

.site_description {
    font-size: 2vw;
}

.slider .site_title {
  /* position: absolute; */
  /* top: 0; */
  display: block;
  margin: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  text-align: center;
  color: #005595;
  width: 100%;
  /* text-shadow: 2px 2px 1px #005595; */
  padding: 0.5em 0 0;
}
  
.site_title {
    font-size: 3.7vw;
    line-height: initial;
}


.page-template-page-mugshots article .article-header,
.page-template-page-open-tours-calendar article .article-header {
 }

.home .matrix .element {
  height: auto;
  width: 49.5%;
}
  
.home .matrix .element {}

.home .matrix .element.one {
    margin-bottom: 1%;
}
  
.home .matrix .element.two {
    float: right;
}

.home .matrix .element.three {
}

.home .matrix .element.four {
}

.homepage .matrix article header .entry-title {
  font-size: 1.8vw;
}

.home .matrix .element img {
    position: relative;
    transform: translatey(0%);
    max-width: -webkit-fill-available;
    height: -webkit-fill-available;
}

.home .matrix .element .excerpt-carousell, .page .excerpt-carousell {
  right: 1vw;
  top: 1vw;
  width: 5vw;
  height: 5vw;
}
  
.home .matrix .element .excerpt-carousell::before, .page .excerpt-carousell::before {
  top: 0%;
  right: 0%;
  width: 5vw;
  height: 5vw;
  background-size: 5vw;
}

.home .matrix .element .excerpt-carousell:hover, .page .excerpt-carousell:hover {
  width: 95%;
}
 
.home .matrix .element .excerpt-carousell p, .page .excerpt-carousell p {
  top: 6vw;
  font-size: 2vw;
  line-height: 3vw;
  padding: 0.5em;
}
  
.homepage .expert_band, .homepage .advanced_band, .homepage .medium_band, .homepage .book_now {
    font-size: 1.1vw;
}

article.testimonials {
}

.testimonials .one,
.testimonials .two,
.testimonials .three {
  width: 30%;
}

.testimonials .one::before,
.testimonials .two::before,
.testimonials .three::before {
  bottom: 5.1vw;
  right: 1.8vw;
  height: 5vw;
  font-size: 14vw;
  padding: 0;
}
  
.homepage .price_band {
  font-size: 0.9vw;
}
  
.homepage article header {
  font-weight: 900;
  text-transform: uppercase;
  padding-top: 0;
}

article.homepage h2.site-title {
  font-size: 3vw;
}

.homepage article section {
  width: 100%;
  display: block;
  flex: 1;
  flex-basis: 45%;
}

.homepage article section.one {
}

.homepage article section.two {
}

.homepage article section.three {
}

.entry-content p {
    font-size: 1.1em;
    line-height: 1.6em;
    margin: 0 0 1.3vw;
}

.entry-content p:first-of-type {
  clear: left;
}

.entry-content ul {
    font-size: 1.1em;
}

.page-template .book_now {
  top: min(50vw, 65vh);
}

.page-template .book_now a {
  font-size: 1.7em;
}
  
.page-template-page-carpat-MTB-enduro .entry-content ul,
.page-template-page-carpathian-peaks .entry-content ul,
.page-template-page-bucegi-circuit .entry-content ul,
.page-template-page-transylvanian-alps .entry-content ul {
}

.single-title, .page-title, .entry-title, .entry-title a {
    margin: 0;
    font-size: 1.8em;
}

.page-template-page-testimonials .commentlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
  
#prices {
}

/* - large photo in content for big size screen */

.single #inner-content, .page #inner-content {
}  

.single .hentry, .page .hentry {
}

 article .article-header {
 }

.single #sidebar2, .page #sidebar2 {
  position: relative;
}

.page-template-page-expert .hentry,
.page-template-page-advanced .hentry,
.page-template-page-medium .hentry,
.page-template-page-weekend .hentry {
  top: 0;
}

.page-template-page-expert #sidebar2,
.page-template-page-advanced #sidebar2,
.page-template-page-medium #sidebar2,
.page-template-page-weekend #sidebar2 {
  top: 0;
  padding-bottom: 0;
}

    #floating-comments {
      display: block;
      top: 30vw;
      right: 0;
      width: 35%;
    }

    #floating-comments .comment {
      font-size: 1em;
    }

  /*********************
  LAYOUT & GRID STYLES
  *********************/

  .wrap {
    overflow: hidden;
    }

    .latest_story_band p, .expert_band p, .advanced_band p, .medium_band p, .book_now a, .price_band p {
        font-size: 1.4em;
    }

  #sidebar1 .book_now a {
    font-size: 1.2em;
  }

.homepage .latest_story_band p,
.homepage .latest_story_band p a,
.homepage .expert_band p,
.homepage .advanced_band p,
.homepage .medium_band p,
.homepage .book_now a,
.homepage .price_band p {
	font-size: 2em;
}
  
.why-mtb-in-romania_band p, .why-mtb-in-romania_band a, .why-mtb-in-romania_band a:visited {
  font-size: 1.4em;
}
    
  .latest_story_thumb img {
    width: 140%;
    }
   .latest_story_thumb {
    }
    .single .entry-title, .page .entry-title {
        font-size: 4em;
    }

.page-template .highlights,
.page-template .entry-content .testimonials {
  float: left;
  width: 60%;
}

.manifest_band p {
    font-size: 2.4em;
}

    #sidebar1 {
      display: initial;
      width: 35%;
      min-width: 270px;
      margin-top: 2em;
    }


  /*********************
  HEADER STYLES
  *********************/

.homepage #inner-header {
    position: absolute;
}

.site_headline {
    display: initial;
}

.homepage #inner-header .site_headline,
.homepage #inner-header .site_title {
}

#header-bloginfo {
    display: block;
    float: right;
    clear: right;
    position: relative;
    padding-top: 0em;
    color: #005596;
    font-size: 1.5em;
    font-weight: 800;
}

.header-container {
  float: right;
  padding-top: 1em;
}
.home #logo img {
	/* padding: 0.5em 0 0; */
}
	
#logo {
}
  #logo a {
  }
  #logo img {
  }

#logo.sticky {
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
}

#logo.sticky {
}

.site_headline {
}


  /*********************
  NAVIGATION STYLES
  *********************/
.top-nav.nav {
    box-shadow: none;
}

.hamb {
  /* display: none; */
}

nav .top-nav.nav {
    top: 2.5em;
}
  
.top-nav.nav, .qts_type_image {
}

.nav {
  border-bottom: 0;
  margin: 0;
  }

.nav ul {
}
  
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav li a {
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */
      }
  .top-nav.nav li ul.sub-menu li {
  padding: 0;
}
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      }

         .nav li ul.sub-menu li.background-orange a:hover,
         .nav li ul.sub-menu li.background-green a:hover,
          .nav li ul.sub-menu li.background-red a:hover {
         }
         .nav li ul.sub-menu li a,
          .nav li ul.sub-menu li a:visited {
         }
  
  .top-nav.nav, .qts_type_image {
    display: block;
    position: relative;
    background: #e1e1e1;
    text-transform: uppercase;
    float: right;
    border: 0;
    }

  .top-nav.nav {
   }

  .top-nav.nav li {
  }

#qts-lang-menu {
  clear: right;
}
    .qts_type_image {
      margin: 0;
    } 
    .qts_lang_item {
      margin: 0 !important;
    }

    #qts-lang-menu li.qts_lang_item a {
      padding: 0.21em 0.6em;
    }
    #qts-lang-menu li.qts_lang_item a img {
      height: 16px;
      position: relative;
      top: 2px;
    }
    .nav ul {
      }
    .nav li {
      
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */
      }
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
        .nav li a:hover, .nav li a:focus, .current-menu-item a {
          }

         .nav li.current-menu-item a {
         }

         .nav li ul.sub-menu li a,
          .nav li ul.sub-menu li a:visited {
         }

         .nav li ul.sub-menu li a:hover,
          .nav li ul.sub-menu li a:active {
           }

        .nav li ul.sub-menu li.current-menu-item a,
        .nav li ul.sub-menu li.current-menu-item a:visited {
         }
          
          .qtranxs-lang-menu {
          }

      .nav li ul.sub-menu,
      .nav li ul.children {

        /* highlight sub-menu current page */
        }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */
          margin: 0;
          }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            }
          .nav li ul.sub-menu li a:hover,
          .nav li ul.children li a:active {
            background: #cfcfcf;
            }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0;
            }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            top: 0;
            left: 100%; }
      .nav li:hover > ul {
        visibility: visible;
        }

  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    }

  .widgettitle {
    margin-bottom: 0.75em;
    line-height: 1.5em;
    }

  .widget {
    }
    .widget ul li {
      margin-bottom: 0.75em;/* deep nesting */
      }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */
 }

@media only screen and (min-width: 1024px) {
  .wrap {
  }

#inner-header {
  width: 80%;
  margin: 0 10%;
}

#logo {
}

.site_description {
    font-size: 1.7vw;
}

.site_title {
    line-height: initial;
}
  
.homepage #inner-header .site_headline,
.homepage #inner-header .site_title {
}

.homepage #inner-header .site_headline {
}

.homepage #inner-header .site_title {
}  

.page-template-page-mugshots article .article-header,
.page-template-page-open-tours-calendar article .article-header {
}

.homepage .carousel article header {
  position: absolute;
  bottom: 0vh;
  width: 80%;
  margin: 0 10%;
  text-transform: none;
}

.home .matrix .element .excerpt-carousell, .page .excerpt-carousell {
  right: 1vw;
  top: 1vw;
  width: 4vw;
  height: 4vw;
}
  
.home .matrix .element .excerpt-carousell::before, .page .excerpt-carousell::before {
  top: 0%;
  right: 0%;
  width: 5vw;
  height: 5vw;
  background-size: 4vw;
}

.home .matrix .element .excerpt-carousell:hover, .page .excerpt-carousell:hover {
  width: 75%;
}
 
.home .matrix .element .excerpt-carousell p, .page .excerpt-carousell p {
  top: 5vw;
  font-size: 1.8vw;
  line-height: 2.5vw;
  padding: 0.5em;
}
  
article.homepage, .carousel-text, article.hentry, .pagination {
  width: 80%;
  margin: 0 10%;
}

.homepage article section {
    width: 100%;
    display: block;
    flex: 1;
    flex-basis: 30%;
}

.calendar-banner  {
  width: 80%;
  margin: 0 10% 4vw;
}

.testimonials  {
  font-size: 1.5vw;
}
  
.calendar-banner p {
  font-size: 2vw;
}
  
 article .article-header {
   position: relative;
   padding-top: min(60vw, 70vh);
 }

.page-template-page-testimonials .commentlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#sidebar2 {
  width: 80%;
  margin: 0 auto 2em auto;
}

    #floating-comments {
      left: unset;
      right: 0;
      width: 30%;
      text-align: right;
    }

    #floating-comments .comment {
      font-size: 1.1em;
    }

}

/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1200px) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  ******************************************************************/
  #logo {
  }

.homepage #content {
}



#inner-header {
  width: 76%;
  margin: 0 12%;
}

.homepage .carousel article header {
  position: absolute;
  bottom: 0vh;
  width: 76%;
  margin: 0 12%;
  text-transform: none;
}

article.homepage, .carousel-text, article.hentry {
  width: 76%;
  margin: 0 12%;
}

.slider .site_title {
}
  
.calendar-banner {
  width: 76%;
  margin: 0 12% 4vw;
}

.testimonials {
  font-size: 1.4vw;
}
 
 article .article-header {
}

#sidebar2 {
  width: 76%;
  margin: 0 auto 2em auto;
}

#inner-header.sticky {
    top: 0px;
}

.header-container {
  float: right;
  padding-top: 2.5em;
}
  
#header-bloginfo {
    display: block;
    float: right;
    clear: right;
    right: 0;
    position: relative;
    color: #005596;
    font-size: 1.8em;
    font-weight: 800;
}

  .latest_story_band, .expert_band, .advanced_band, .medium_band {
    left: 0;
    }
  .wrap {
    }
  .latest_story_thumb img {
    width: 1200px;
    }
  .latest_story_thumb {
    }
    .single-title, .page-title, .entry-title, .entry-title a {
    font-size: 1.85em;
    }
    .single .entry-title, .page .entry-title {
        font-size: 5em;
    }


.manifest_band p {
    font-size: 3em;
}

#sidebar2 .widget {
      float: left;
      width: 32%;
      margin: 0;
    }

/* - large photo in content for big size screen */

.homepage article section {
}

.homepage article section.one, .homepage article section.two {
}

.homepage article section.three {
}

.single #inner-content, .page #inner-content {

}  

.single .hentry, .page .hentry {
}

.single #sidebar2, .page #sidebar2 {
  position: relative;
}

.page-template-page-expert .hentry,
.page-template-page-advanced .hentry,
.page-template-page-medium .hentry,
.page-template-page-weekend .hentry {
  top: 0;
}

.page-template-page-expert #sidebar2,
.page-template-page-advanced #sidebar2,
.page-template-page-medium #sidebar2,
.page-template-page-weekend #sidebar2 {
  top: 0;
  padding-bottom: 0;
}
    }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  ******************************************************************/ }
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  ******************************************************************/
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }


/** Various **/

.video-responsive-container {
    position: relative;
    margin: 0 0 1em;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    clear: right;
}

#sidebar2 .video-responsive-container {
    margin-bottom: 2em; */
}

.video-responsive-container,
.video-responsive-container iframe {
}



.video-responsive-container iframe {
  	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
}


/* Custom Contact Form */

.ccf-form {
    float: left;
    clear: both;
    position: relative;
    width: 100%;
    background: #fff;
    padding: 0.5em;
    margin-bottom: 3vw;box-shadow: -0.5vw -0.5vw #005596, 0.5vw 0.5vw #27aae1;
}

.homepage article section.ccf-form {
    clear: both;
    width: 100%;
    padding: 0;
}

.ccf-form-wrapper .field {
    position: relative;
    float: left;
    clear: none;
    min-height: 100px;
    width: 98%;
    max-width: none;
    margin: 0.2em;
    padding: 0.5em 0.5em 1.5em;
    border: none;
    background: #f6f6f6;
}


@media only screen and (min-width: 768px) {
  .ccf-form-wrapper .field {
      position: relative;
      padding: 0.5em 0.5em 1em;
      width: 49%;
      min-height: 128px;
  }
}

@media only screen and (min-width: 1200px) {
  .ccf-form-wrapper .field {
      position: relative;
      padding: 0.5em;
  }
}

.ccf-form-wrapper .form-title {
    display: block;
    width: fit-content;
    font-weight: 700;
    color: #fff;
    background: #005596;
    padding: 0.2em 0.5em;
    text-transform: uppercase;
    margin: 0.2em 0 0.5em 0.1em;
    
}

.ccf-form-wrapper .field label {
    font-weight: 300;
    white-space: nowrap;
    color: #000000;
}

.ccf-form-wrapper .field label.main-label {
    color: #005596;
}

.ccf-form-wrapper .field-description {
  font-style: italic;
  color: #7a7a7a;
  text-shadow: 1px 1px 0 #FFF;
  position: absolute;
  bottom: 0;
  right: 0.5em;
}

.ccf-form-wrapper .form-description {
  color: #000;
  padding: 0 0 0.5em 0.5em;
  }

.ccf-form-wrapper .field textarea {
  margin: 0 0 1em;
  color: #9e9e9e;
  font-size: 0.9em;
  font-weight: 300;
  padding: 0.3em;
}

.ccf-form select .field-input {
  width: auto;
}

.checkboxes .choice, .radio .choice {
  float: left;
  padding: 0 1em 0 0;
}

.ccf-form input[value]{
  accent-color: #005596;
}

.ccf-form input[type="radio"] {
  position: relative;
  top: 0.1em;
  margin: 0 0.1em 0 0;
}

.ccf-form .form-submit {
  float: right;
  clear: both;
  text-align: right;
  padding: 0;
  margin: 1em 0 1em 0;
}

.ccf-form .form-submit input[value] {
    color: #FFFFFF;
    background: #27aae1;
    text-transform: uppercase;
    font-size: 1.2em;
    font-weight: 700;
    padding: 1em;
    border-radius: 1em;
    border: none;
    box-shadow: -0.5vw -0.5vw #c3e9fb, 0.5vw 0.55vw #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ccf-form .form-submit input[value]:hover {
    color: #27aae1;
    background: #e4f6ff;
    letter-spacing: 0.2em;
    padding: 1em;
    border: none;
    box-shadow: 0.5vw 0.5vw, -0.5vw -0.5vw #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.ccf-recaptcha-wrapper {
    margin: 0 0 1em;
}

.ccf-form-complete {
    background: #005596;
    padding: 0.5em;
    font-weight: 700;
    font-size:  1.2em;
    color: #FFFFFF;
    text-shadow: 1px 1px 0 #000;
}

.choice.radio, .choice.checkbox {
  display: inline;
  margin: 0 1em 0 0;
  background: #fff;
  padding: 0.1em 0.5em;
}

.open-tours-list .choice.radio, .open-tours-list .choice.checkbox {
  display: block;
}

.page-template-page-carpathian-peaks .ccf-form {
    box-shadow: -0.5vw -0.5vw #5a186b, 0.5vw 0.5vw #000;
}

.page-template-page-carpathian-peaks .ccf-form-wrapper .form-title {
  background: #5a186b;
  color: #fff;
}

.page-template-page-carpathian-peaks .ccf-form .form-submit input[value] {
    color: #FFFFFF;
    background: #5a186b;
    box-shadow: -0.5vw -0.5vw lightgrey, 0.5vw 0.5vw #000;
}

.page-template-page-carpathian-peaks .ccf-form .form-submit input[value]:hover {
    color: #5a186b;
    background: #fff;
    box-shadow: 0.5vw 0.5vw #5a186b, -0.5vw -0.5vw #000;
}

.page-template-page-carpathian-peaks .ccf-form-wrapper .field label.main-label {
    color: #5a186b;
}

.page-template-page-carpat-MTB-enduro .ccf-form {
    box-shadow: -0.5vw -0.5vw #000, 0.5vw 0.5vw grey;
}

.page-template-page-carpat-MTB-enduro .ccf-form-wrapper .form-title {
  background: #000;
  color: #fff;
}

.page-template-page-carpat-MTB-enduro .ccf-form .form-submit input[value] {
    color: #FFFFFF;
    background: #000;
    box-shadow: -0.5vw -0.5vw lightgrey, 0.5vw 0.5vw grey;
}

.page-template-page-carpat-MTB-enduro .ccf-form .form-submit input[value]:hover {
    color: #000;
    background: #fff;
    box-shadow: 0.5vw 0.5vw grey, -0.5vw -0.5vw #000;
}

.page-template-page-carpat-MTB-enduro .ccf-form-wrapper .field label.main-label {
    color: #000;
}

.page-template-page-transylvanian-alps .ccf-form {
    box-shadow: -0.5vw -0.5vw #9e0000, 0.5vw 0.5vw #000;
}

.page-template-page-transylvanian-alps .ccf-form-wrapper .form-title {
  background: #9e0000;
  color: #fff;
}

.page-template-page-transylvanian-alps .ccf-form .form-submit input[value] {
    color: #FFFFFF;
    background: #9e0000;
    box-shadow: -0.5vw -0.5vw lightgrey, 0.5vw 0.5vw #000;
}

.page-template-page-transylvanian-alps .ccf-form .form-submit input[value]:hover {
    color: #9e0000;
    background: #fff;
    box-shadow: 0.5vw 0.5vw #9e0000, -0.5vw -0.5vw #000;
}

.page-template-page-transylvanian-alps .ccf-form-wrapper .field label.main-label {
  color: #9e0000;
}

/* Slider Pro customization */

    .slider-pro {
		display: none;
		}

@media only screen and (min-width: 768px) {
    .slider-pro {
		display: initial;
    }
}

.slider {
  position: relative;
}

a.sp-video:after {
    content: '\25B6';
    position: absolute;
    width: 12vw;
    padding-left: 5px;
    height: 12vw;
    border: 2px solid #FFF;
    text-align: center;
    font-size: 8vw;
    border-radius: 12vw;
    top: 0;
    color: #FFF;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.2);
    margin: auto;
    line-height: 12vw;
}

.slider .slider-one {
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slider-one h2 {
  font-size: 6vw;
  color: #ffffffc9;
  font-weight: 900;
  position: relative;
  text-align: left;
  display: block;
  top: 35vw;
  width: 100vw;
  padding: 0 10%;
}

.slider .slider-two {
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slider-two h2 {
  position: relative;
  font-size: 6vw;
  line-height: 5.5vw;
  font-weight: 900;
  color: #ffffffc9;
  position: relative;
  text-align: left;
  display: block;
  top: 35vw;
  width: 100vw;
  padding: 0 10%;
}

.slider .slider-three {
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slider-three h2 {
  position: relative;
  font-size: 6vw;
  line-height: 5.5vw;
  font-weight: 900;
  color: #ffffffc9;
  position: relative;
  text-align: right;
  display: block;
  top: 35vw;
  width: 100vw;
  padding: 0 10%;
}

.slider .slider-four {
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slider-four h2 {
  font-size: 6vw;
  color: #ffffffc9;
  font-weight: 900;
  position: relative;
  text-align: right;
  width: 100vw;
  padding: 0 10%;
  display: block;
  top: 35vw;
}

.slider .slider-five {
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slider-five h2 {
  font-size: 6vw;
  font-weight: 900;
  color: #ffffffc9;
  position: relative;
  text-align: right;  
  display: block;
  top: 35vw;
  width: 100vw;
  padding: 0 10%;
}

.slider .slider-six {
  position: absolute;
  top: 0;
  left: 0;
}

.slider .slider-six h2 {
  font-size: 6vw;
  font-weight: 900;
  color: #ffffffc9;
  position: relative;
  text-align: right;
  display: block;
  top: 35vw;
  width: 100vw;
  padding: 0 10%;
}

/* slider h2 animation */

.slider .slider-one h2 {
  visibility: hidden;
  opacity: 0;
  animation: fadeIn 2s ease-in-out 2s forwards;
}

@keyframes fadeIn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}

/* qtranslate XT */

.qtranxs-lang-menu-item img {
  height: 1em;
  position: relative;
  float: left;
  top: 5px;
}