@charset "UTF-8";
/* Variables =================================================== */
/* 1. ROOT                  ============================== */
/* 2. TYPOGRAPHY 			============================== */
/* 3. COLOUR 				============================== */
/* 4. FONTS                 ============================== */
* {
  background-position: left top;
  background-repeat: no-repeat; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%; }

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
div, span {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

svg:not(:root) {
  overflow: hidden; }

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

/**
 * FORMS
 */
input, select {
  vertical-align: middle; }

input[type=text],
input[type=email],
input[type=url],
input[type=number] {
  box-sizing: border-box; }

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button {
  display: none;
  -webkit-appearance: 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 */ }

/**
 * 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 */
  padding: 0;
  /* 2 */ }

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

/**
 * 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 */ }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
  /* 1 */ }

.clear:before, .clear:after {
  content: "";
  display: table; }

.clear:after {
  clear: both; }

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

a:active,
a:hover {
  outline: 0; }

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

/**
 * 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; }

@font-face {
  font-family: 'chaparral';
  src: url("../font/chaparralpro-semibold-webfont.eot");
  src: url("../font/chaparralpro-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/chaparralpro-semibold-webfont.woff") format("woff"), url("../font/chaparralpro-semibold-webfont.ttf") format("truetype"), url("../font/chaparralpro-semibold-webfont.svg#chaparral_prosemibold") format("svg");
  font-weight: 700;
  font-style: normal; }

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

@font-face {
  font-family: 'chaparral';
  src: url("../font/ChaparralPro-Regular.eot");
  src: local("☺"), url("../font/ChaparralPro-Regular.woff") format("woff"), url("../font/ChaparralPro-Regular.ttf") format("truetype"), url("../font/ChaparralPro-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  /*font-size: ($size/$base-font-size)*1rem;*/
  color: #354548;
  line-height: 1.5em;
  background: #e9e0c6 url("../img/bg-pattern.1498749292.png") repeat-x top; }

.gold {
  color: #f9d76d; }

[data-behavior="clickable"] {
  cursor: pointer; }

.author {
  font-family: "chaparral", sans-serif; }

.scrollbar-wrap {
  display: none; }

.image-overlay {
  height: 150px;
  overflow: hidden;
  margin-bottom: 10px; }

.three a {
  white-space: nowrap; }

table.break a {
  white-space: normal; }

.grid article .columns table {
  margin-left: 0;
  word-wrap: break-word; }

.gallery {
  margin-left: 10px;
  box-sizing: border-box;
  width: 600px;
  margin-top: 20px; }

.services {
  margin-bottom: 35px; }

.float-right {
  float: right;
  margin-right: 10px; }

.button.classic.no-margin-top {
  margin-top: 0; }

.career h1:not(.cufon) {
  font-size: 26px;
  color: #f9d76d;
  font-family: 'jannon_t_moderne_otregular', sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: normal;
  margin: 0;
  padding: 0; }

.career h2:not(.cufon) {
  font-size: 22px;
  color: #f9d76d;
  font-family: 'jannon_t_moderne_otregular', sans-serif;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: normal;
  margin: 25px 0 10px; }

.career h3:not(.cufon) {
  font-size: 18px;
  color: #f9d76d;
  font-family: 'jannon_t_moderne_otregular', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0 10px; }

.career h4:not(.cufon) {
  font-size: 16px;
  color: #f9d76d;
  font-family: 'jannon_t_moderne_otregular', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0 10px; }

.career h5:not(.cufon) {
  font-size: 14px;
  color: #f9d76d;
  font-family: 'jannon_t_moderne_otregular', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 20px 0 10px; }

.clear {
  clear: both; }

.hr {
  border: 0;
  width: 25px;
  border-top: 1px dashed #c3bfbf;
  display: inline-block;
  margin: 0;
  padding: 0; }

/* Layout */
.content {
  position: relative;
  margin: 0 auto;
  width: 1246px; }
  .homepage main .content {
    background: none; }
  main .content {
    background: url("../img/bg-content-large.1498749292.jpg") repeat-y center top; }

.grid.container {
  width: 620px;
  text-align: left;
  position: relative;
  top: 38px;
  padding-bottom: 80px;
  left: 147px; }

.grid.sidebar {
  color: white;
  float: right;
  margin-right: 90px;
  width: 170px; }

/* Section */
/* Headings */
h1 {
  font-family: 'jannon_t_moderne_otregular', sans-serif; }

h2 {
  font-family: 'jannon_t_moderne_otregular', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  /*font-size: ($size/$base-font-size)*1rem;*/
  color: #fef4d9;
  font-weight: normal; }
  h2 span {
    text-transform: none;
    display: block;
    font-size: 15px;
    color: #7a756b; }
  .grid h2 {
    margin-top: 38px;
    margin-bottom: 35px; }

h3 {
  font-family: 'jannon_t_moderne_otregular', sans-serif; }

.panel-bottom-left {
  background: url("../img/bg-panel-bottom-left.1498749292.jpg") no-repeat;
  width: 74px;
  height: 115px;
  position: absolute;
  bottom: 0;
  left: 12px; }

.panel-bottom-right {
  background: url("../img/bg-panel-bottom-right.1498749292.jpg") no-repeat;
  width: 74px;
  height: 115px;
  position: absolute;
  bottom: 0;
  right: 11px;
  left: auto; }

.panel-top-left {
  background: url("../img/bg-panel-top-left.1498749292.jpg") no-repeat;
  width: 79px;
  height: 176px;
  position: absolute;
  top: 0;
  left: 9px; }

.panel-top-right {
  background: url("../img/bg-panel-top-right.1498749292.jpg") no-repeat;
  width: 79px;
  height: 176px;
  position: absolute;
  top: 0;
  left: auto;
  right: 8px; }

.shadow-top {
  background: url("../img/shadow-top.1498749292.png") repeat-x;
  height: 57px;
  position: absolute;
  width: 1150px;
  margin-left: 50px; }

.visual {
  margin: 20px 10px; }

.button.classic {
  font-family: "chaparral", sans-serif;
  font-size: 15px;
  /*font-size: ($size/$base-font-size)*1rem;*/
  color: #e9e1c7;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(3, 3, 3, 0.46);
  background: url("../img/button-classic-middle.1498749292.png");
  background-repeat: repeat-x;
  position: relative;
  height: 38px;
  line-height: 38px;
  display: inline-block;
  margin: 20px 18px;
  margin-left: 18px; }
  .button.classic:before {
    content: '';
    width: 18px;
    height: 38px;
    background-image: url("../img/button-classic-left.1498749292.png");
    display: block;
    position: absolute;
    left: -18px; }
  .button.classic:after {
    content: '';
    width: 18px;
    height: 38px;
    background-image: url("../img/button-classic-right.1498749292.png");
    display: block;
    position: absolute;
    left: auto;
    right: -18px;
    top: 0; }

.link {
  position: relative;
  margin-left: 35px;
  color: #f9d76d; }
  .link:before {
    content: '';
    width: 16px;
    height: 16px;
    background-image: url("../img/link-arrow.1498749292.png");
    display: block;
    position: absolute;
    top: 1px;
    left: -25px; }

.clear:before, .clear:after {
  content: ' ';
  display: table; }

.clear {
  *zoom: 1; }
  .clear:after {
    clear: both; }

.columns:before, .columns:after {
  content: "";
  display: table; }

.columns:after {
  clear: both; }

.columns .column {
  float: left;
  position: relative; }

.columns.three .column {
  width: 31%;
  margin-left: 11px; }

.icon.facebook {
  width: 48px;
  height: 50px;
  background-image: url("../img/icon-facebook.1498749292.png");
  display: inline-block; }

.icon.twitter {
  width: 48px;
  height: 50px;
  background-image: url("../img/icon-twitter.1498749292.png");
  display: inline-block; }

.icon.close {
  width: 26px;
  height: 26px;
  background-image: url("../img/icon-close.1498835798.png");
  display: inline-block; }

.bubble-box {
  position: absolute;
  left: -130px; }

.bubble-content:before {
  content: '';
  border: 15px solid transparent;
  position: absolute;
  border-top-color: #fef4d9;
  border-bottom: none;
  bottom: -16px;
  left: 127px; }

.bubble-content:after {
  content: '';
  border: 14px solid transparent;
  position: absolute;
  border-top-color: black;
  border-bottom: none;
  bottom: -14px;
  left: 128px; }

.bubble-content {
  background: black;
  box-sizing: border-box;
  position: absolute;
  bottom: 80px;
  width: 300px;
  padding: 10px;
  border: 1px solid #fef4d9; }
  .bubble-content h2 {
    margin: 0;
    padding-bottom: 0;
    padding-top: 12px; }

.services li .bubble-box {
  display: none; }

.services li:hover .bubble-box {
  display: inline-block; }

.news-list li {
  list-style: none;
  display: block;
  position: relative; }

.news-list .news-content {
  margin-left: 100px;
  padding: 20px 0; }

.news-list .border {
  position: absolute;
  left: 0;
  border: 2px solid #393433;
  padding: 5px;
  margin-left: 10px; }

.grid article .news-list p {
  padding: 0; }

.news-list .date {
  font-size: 15px;
  /*font-size: ($size/$base-font-size)*1rem;*/
  color: #60504b;
  padding-top: 23px;
  padding-left: 0; }

.grid article .news-list h2 {
  margin-top: 5px;
  margin-bottom: 8px;
  text-transform: inherit;
  margin-left: 0; }
  .grid article .news-list h2 a {
    color: #f9d76d;
    text-decoration: underline; }
    .grid article .news-list h2 a:hover {
      text-decoration: none; }

.news-list .flag {
  position: absolute;
  right: 0; }
  .news-list .flag.red {
    width: 123px;
    height: 28px;
    background-image: url("../img/flag-red.1498749292.png");
    color: white;
    text-align: center;
    margin-right: 10px;
    font-family: "chaparral", sans-serif;
    font-size: 11px;
    /*font-size: ($size/$base-font-size)*1rem;*/
    text-transform: uppercase;
    font-weight: bold;
    line-height: 28px;
    text-indent: 9px; }

.news-navigation {
  text-align: center;
  font-family: "chaparral", sans-serif;
  text-transform: uppercase; }
  .news-navigation li {
    list-style: none;
    display: inline-block;
    margin: 10px 15px;
    position: relative; }
    .news-navigation li:before {
      content: '';
      width: 3px;
      height: 1px;
      background: #d19c81;
      display: block;
      position: absolute;
      left: -18px;
      top: 12px; }
    .news-navigation li:first-child:before {
      display: none; }
    .grid article .news-navigation li a {
      text-decoration: underline; }
    .grid article .news-navigation li.active a {
      text-decoration: none;
      color: #d19c81; }
      .grid article .news-navigation li.active a:hover {
        text-decoration: none; }

.dots, .dots-block ul {
  margin-left: 35px; }
  .dots:before, .dots-block ul:before, .dots:after, .dots-block ul:after {
    content: "";
    display: table; }
  .dots:after, .dots-block ul:after {
    clear: both; }
  .dots li, .dots-block ul li {
    font-size: 15px;
    /*font-size: ($size/$base-font-size)*1rem;*/
    list-style: none;
    color: #f9f0d8;
    position: relative;
    font-family: "chaparral", sans-serif; }
    .dots li:before, .dots-block ul li:before {
      content: '';
      width: 11px;
      height: 12px;
      background-image: url("../img/bullet.1498749292.png");
      display: block;
      position: absolute;
      left: -23px;
      top: 7px; }

.dots-block ul {
  margin-bottom: 10px; }

.review li {
  margin-bottom: 30px;
  list-style: none; }
  .review li .rating {
    float: right; }
  .review li .autor {
    margin-left: 10px;
    color: #b29f99;
    margin-bottom: 10px;
    display: inline-block; }
  .review li h3 {
    margin-left: 10px;
    color: #f9d76d;
    font-weight: normal; }

.news {
  position: relative;
  width: 166px;
  height: 500px;
  background-image: url("../img/news-hp-bg.1498749292.jpg");
  height: 490px;
  background-repeat: repeat-y;
  background-position: top center;
  text-align: left;
  font-family: "chaparral", sans-serif; }
  .news li {
    list-style: none; }
    .news li.last {
      position: absolute;
      bottom: 9px;
      width: 166px;
      text-align: center; }
      .news li.last a {
        color: black; }
        .news li.last a:hover {
          text-decoration: underline; }
  .news li:first-child + li hr {
    position: absolute;
    bottom: 32px;
    left: 12px; }
  .news:before {
    content: '';
    width: 184px;
    height: 16px;
    background-image: url("../img/hp-news-top.1498749292.jpg");
    display: block;
    position: absolute;
    left: -9px;
    top: -16px; }
  .news img {
    position: absolute;
    left: 13px; }
  .news p {
    font-size: 14px;
    /*font-size: ($size/$base-font-size)*1rem;*/
    line-height: 1.22;
    padding: 3px 10px; }
  .news .info {
    height: 90px;
    margin-left: 80px;
    line-height: 1.1; }
    .news .info span {
      color: #7a756b;
      margin-top: 20px;
      display: inline-block;
      font-size: 14px;
      /*font-size: ($size/$base-font-size)*1rem;*/ }
    .news .info p {
      margin: 0;
      padding: 0; }
  .news hr {
    background: none;
    border: 0;
    border-top: 1px dashed #c1bcbc;
    width: 142px;
    margin: 5px auto 7px; }

.services li {
  cursor: pointer;
  position: relative; }

#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  -moz-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */ }

.rating {
  background: url("../img/rating-stars.1498749292.png") no-repeat;
  width: 103px;
  height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
  left: 5px;
  margin-right: 11px; }
  .rating.r0 {
    background-position: 0px 0px; }
  .rating.r1 {
    background-position: 0px -16px; }
  .rating.r2 {
    background-position: 0px -32px; }
  .rating.r3 {
    background-position: 0px -48px; }
  .rating.r4 {
    background-position: 0px -64px; }
  .rating.r5 {
    background-position: 0px -80px; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  display: none; }
  .popup__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 510px;
    background: #fff url("../img/popup-bg.1498835798.jpg") no-repeat center;
    background-size: cover;
    padding: 70px 20px 20px;
    text-align: center; }
  .popup h2 {
    font-size: 22px;
    /*font-size: ($size/$base-font-size)*1rem;*/ }
  .popup p {
    font-size: 15px;
    /*font-size: ($size/$base-font-size)*1rem;*/ }
  .popup h2, .popup .orange {
    color: #F67946; }
  .popup hr {
    max-width: 340px;
    margin: 30px auto 20px; }
  .popup__fb {
    color: #4A4A4A;
    font-size: 13px;
    /*font-size: ($size/$base-font-size)*1rem;*/
    text-decoration: none; }
    .popup__fb .icon {
      vertical-align: middle;
      margin: 0 10px 0 0; }
  .popup__close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #4A4A4A;
    cursor: pointer;
    font-size: 13px;
    /*font-size: ($size/$base-font-size)*1rem;*/
    text-decoration: none; }
    .popup__close .icon {
      vertical-align: middle;
      margin: 0 0 0 5px; }

table {
  color: #fef4d9; }
  table td:first-child {
    padding-right: 20px; }
  table td {
    font-size: 13px;
    /*font-size: ($size/$base-font-size)*1rem;*/
    font-family: "chaparral", sans-serif;
    vertical-align: top; }
  table a {
    white-space: no-wrap; }

.book th {
  padding: 20px;
  padding-left: 10px;
  vertical-align: top; }
  .book th img {
    width: 174px; }

.grid article .book p {
  padding: 0; }

.grid article .book h2 {
  text-transform: inherit;
  margin-bottom: 5px;
  line-height: 1.1;
  margin-left: 0; }

.grid article .book h2 a {
  color: #f9d76d; }

.book .autor {
  color: #ffffff;
  font-size: 15px;
  /*font-size: ($size/$base-font-size)*1rem;*/ }

.book .price {
  color: #f38254;
  font-size: 16px;
  /*font-size: ($size/$base-font-size)*1rem;*/ }

.grid article .book + hr {
  margin-bottom: 25px; }

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 5px;
  height: 100%; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #3e3733;
  position: relative;
  border-radius: 3px; }

.jspDrag {
  background: #6f6661;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  border-radius: 3px; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden; }

#cboxWrapper {
  max-width: none; }

#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%; }

#cboxMiddleLeft, #cboxBottomLeft {
  clear: left; }

#cboxContent {
  position: relative; }

#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

#cboxTitle {
  margin: 0; }

#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer; }

.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic; }

.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0; }

#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url("../img/colorbox/overlay.1498749292.png") repeat 0 0; }

#colorbox {
  outline: 0; }

#cboxTopLeft {
  width: 21px;
  height: 21px; }

#cboxTopRight {
  width: 21px;
  height: 21px; }

#cboxBottomLeft {
  width: 21px;
  height: 21px; }

#cboxBottomRight {
  width: 21px;
  height: 21px; }

#cboxMiddleLeft {
  width: 21px; }

#cboxMiddleRight {
  width: 21px; }

#cboxTopCenter {
  height: 21px; }

#cboxBottomCenter {
  height: 21px; }

#cboxContent {
  background: #fff; }

.cboxIframe {
  background: #fff; }

#cboxError {
  padding: 50px;
  border: 1px solid #ccc; }

#cboxLoadedContent {
  box-shadow: 0 0 30px -5px #333; }

#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494; }

#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494; }

#cboxLoadingOverlay {
  background: url("../img/colorbox/loading_background.1498749292.png") no-repeat center center; }

#cboxLoadingGraphic {
  background: url("../img/colorbox/loading.gif") no-repeat center center; }

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none; }

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0; }

#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef; }

#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/colorbox/controls.1498749292.png") no-repeat -75px 0;
  width: 26px;
  height: 26px;
  text-indent: -9999px; }

#cboxPrevious:hover {
  background-position: -75px -25px; }

#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url("../img/colorbox/controls.1498749292.png") no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px; }

#cboxNext:hover {
  background-position: -50px -25px; }

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url("../img/colorbox/close.1498749292.png") no-repeat;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  top: -12px;
  right: -12px; }

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF); }

header .content {
  text-align: center;
  margin-top: 33px;
  width: 1246px;
  height: 156px;
  background-image: url("../img/header-large.1498749292.jpg"); }

header .logo {
  display: inline-block;
  position: relative;
  top: 49px;
  width: 775px;
  height: 72px;
  background-image: url("../img/logo.1498749292.png"); }

header.center {
  text-align: center; }

nav {
  font-family: "chaparral", sans-serif;
  font-weight: 700;
  height: 600px; }
  nav ul {
    list-style: none; }
  nav a {
    color: #d19c81;
    font-size: 15px;
    /*font-size: ($size/$base-font-size)*1rem;*/
    text-decoration: none;
    text-transform: uppercase; }
    nav a:hover {
      color: #fef4d9; }
  nav li {
    height: 42px;
    line-height: 41px; }
    nav li.active a {
      color: #f8d465; }
  nav a[href="http://www.dumknihy.cz"] {
    position: relative; }
    nav a[href="http://www.dumknihy.cz"]:after {
      content: '';
      width: 10px;
      height: 10px;
      background-image: url("../img/link.1498749292.png");
      position: absolute;
      display: block;
      top: 2px;
      left: 54px; }

.social-buttons {
  position: relative;
  top: 13px; }

footer {
  position: relative; }
  footer .content {
    background: url("../img/bg-footer-large.1498749292.jpg") no-repeat;
    position: relative;
    left: 17px;
    height: 129px; }
  .homepage footer .content {
    display: none; }

.grid aside a {
  text-decoration: none; }

.grid aside h2 {
  font-size: 20px;
  /*font-size: ($size/$base-font-size)*1rem;*/
  letter-spacing: -1px;
  margin-bottom: 0; }
  .grid aside h2 + p {
    color: #7a756b; }

.grid aside hr {
  background: #3e3733;
  border: 0;
  height: 1px; }

.grid aside h2 {
  margin-bottom: 0px; }

.grid aside h3 {
  font-size: 18px;
  /*font-size: ($size/$base-font-size)*1rem;*/
  font-weight: 400;
  line-height: 1.1; }

.grid aside a {
  color: #f9d76d;
  text-decoration: none; }
  .grid aside a * {
    text-decoration: none; }
  .grid aside a h2 {
    color: #f9d76d; }

.grid aside .price {
  color: #f38254;
  font-size: 16px;
  /*font-size: ($size/$base-font-size)*1rem;*/
  display: block;
  margin-bottom: 10px; }

.grid aside .author {
  display: block;
  color: white;
  font-size: 15px;
  /*font-size: ($size/$base-font-size)*1rem;*/ }

.grid aside ul li {
  list-style: none; }

.grid aside img {
  background: url("../img/book-side-simple.1498749292.png") no-repeat right top;
  background: url("../img/book-corner.1498749292.png") no-repeat right top, url("../img/book-side.1498749292.png") no-repeat right bottom;
  padding: 0px 6px 0px 0px; }

.grid article header {
  position: relative;
  background: url("../img/article-header.1498749292.jpg") repeat-y;
  box-sizing: border-box;
  padding: 14px;
  margin-left: 11px;
  margin-top: 100px;
  margin-bottom: 20px; }
  .grid article header:before {
    content: '';
    width: 620px;
    height: 87px;
    background-image: url("../img/article-header-top.1498749292.png");
    display: block;
    position: absolute;
    top: -87px;
    left: -11px; }
  .grid article header h1 {
    box-sizing: border-box;
    color: #534036;
    width: 100%;
    font-size: 28px;
    /*font-size: ($size/$base-font-size)*1rem;*/
    text-align: center;
    padding: 0;
    padding-bottom: 8px;
    line-height: 1.1; }
  .grid article header img {
    margin-bottom: 10px; }
  .grid article header.double {
    background: none;
    padding: 0;
    text-align: center; }
    .grid article header.double h2 {
      box-sizing: border-box;
      color: #534036;
      width: 100%;
      font-size: 24px;
      /*font-size: ($size/$base-font-size)*1rem;*/
      text-align: center;
      padding: 0;
      padding-bottom: 8px;
      line-height: 1.1;
      text-transform: none;
      font-weight: bold;
      margin: 0;
      margin-bottom: 10px; }
    .grid article header.double:before {
      display: none; }
    .grid article header.double .columns .column {
      width: 285px;
      position: relative;
      background: url("../img/article-header.1498749292.jpg") repeat-y;
      padding-left: 0px; }
      .grid article header.double .columns .column:first-child {
        margin-right: 35px; }
      .grid article header.double .columns .column:before {
        content: '';
        width: 298px;
        height: 84px;
        background-image: url("../img/article-header-top-half.1498749292.png");
        display: block;
        position: absolute;
        top: -84px;
        left: -7px; }

.grid article h2 {
  color: #f9d76d;
  margin-bottom: 20px;
  margin-left: 10px;
  font-size: 18px;
  /*font-size: ($size/$base-font-size)*1rem;*/ }
  .grid article h2 span {
    display: inline-block;
    color: #b29f99;
    font-size: 24px;
    /*font-size: ($size/$base-font-size)*1rem;*/ }

.grid article p {
  color: #f9f0d8 !important;
  font-family: "chaparral", sans-serif;
  font-size: 15px;
  /*font-size: ($size/$base-font-size)*1rem;*/
  padding: 0px 11px 10px 11px; }
  .grid article p.perex {
    color: #f9d76d !important;
    font-size: 18px;
    /*font-size: ($size/$base-font-size)*1rem;*/ }

.grid article strong {
  color: #f9f0d8 !important; }

.grid article table {
  margin-left: 10px; }
  .grid article table th span {
    font-family: "chaparral", sans-serif;
    width: 100px;
    display: inline-block; }

.grid article hr {
  border: 0;
  height: 1px;
  width: 97%;
  background: url("../img/article-hr.1498749292.png") repeat-x;
  margin: 0 auto;
  margin-top: 20px; }

.grid article a {
  color: #f9d76d;
  text-decoration: none; }
  .grid article a:hover {
    text-decoration: underline; }

.grid article .button {
  margin-left: 28px; }

.grid article .photo {
  text-align: right;
  padding-top: 30px; }
  .grid article .photo h2 {
    margin: 7px 19px;
    padding: 0; }
  .grid article .photo p {
    color: #7a756b; }
  .grid article .photo img {
    display: inline-block;
    border: 2px solid #393433;
    padding: 3px; }

.grid article .services {
  margin-left: 11px;
  position: relative; }
  .grid article .services ul {
    position: absolute;
    top: -2px;
    left: 130px; }
    .grid article .services ul li {
      list-style: none;
      display: inline-block; }

.grid article .gallery ul:before, .grid article .gallery ul:after {
  content: "";
  display: table; }

.grid article .gallery ul:after {
  clear: both; }

.grid article .gallery ul li {
  list-style: none;
  display: inline-block;
  float: left; }

.grid article .gallery .scrollbar-bg {
  position: absolute;
  width: 97%;
  background: #3f3b33;
  height: 5px;
  margin-top: 6px;
  border-radius: 2px; }

.grid article .gallery .scrollbar {
  margin-top: 15px; }
  .grid article .gallery .scrollbar .handle {
    cursor: url("../img/grabbing.1498749292.png") 8 8, move;
    position: relative;
    width: 53px;
    height: 21px;
    background-image: url("../img/scrollbar-handle.1498749292.png");
    background-repeat: repeat-x;
    background-position: center center; }
    .grid article .gallery .scrollbar .handle:before {
      content: '';
      width: 8px;
      height: 21px;
      background-image: url("../img/scrollbar-handle-left.1498749292.png");
      display: block;
      position: absolute; }
    .grid article .gallery .scrollbar .handle:after {
      content: '';
      width: 9px;
      height: 21px;
      background-image: url("../img/scrollbar-handle-right.1498749292.png");
      display: block;
      position: absolute;
      left: auto;
      right: 0px; }
    .grid article .gallery .scrollbar .handle .dots, .grid article .gallery .scrollbar .handle .dots-block ul, .dots-block .grid article .gallery .scrollbar .handle ul {
      width: 26px;
      height: 6px;
      background-image: url("../img/scrollbar-handle-middle.1498749292.png");
      position: absolute;
      left: 50%;
      top: 50%;
      margin-left: -13px;
      margin-top: -4px; }

.grid article .map-container {
  margin-top: 40px;
  background: url("../img/article-header.1498749292.jpg") repeat-y;
  position: relative;
  margin-left: 11px;
  box-sizing: border-box;
  padding: 0 19px 0 11px;
  text-align: center; }
  .grid article .map-container:before {
    width: 619px;
    height: 19px;
    background-image: url("../img/map-container-top.1498749292.png");
    content: '';
    display: block;
    position: absolute;
    top: -19px;
    left: -10px; }
  .grid article .map-container .link {
    color: #7a756b;
    font-size: 20px;
    /*font-size: ($size/$base-font-size)*1rem;*/
    margin: 20px 0;
    display: inline-block; }
    .grid article .map-container .link:before {
      display: none; }

.grid article #map {
  height: 209px;
  box-sizing: border-box; }

.grid article img.left {
  float: left;
  padding: 10px;
  border: 2px solid #393433;
  margin: 10px;
  margin-top: 0;
  margin-right: 23px;
  margin-bottom: 5px; }

.grid article img.right {
  float: right;
  padding: 10px;
  border: 2px solid #393433;
  margin-right: 10px;
  margin-top: 0;
  margin-left: 23px;
  margin-bottom: 5px; }

.grid article .columns.two .column {
  box-sizing: border-box;
  padding-left: 20px;
  width: 46%; }
  .grid article .columns.two .column:first-child {
    margin-right: 35px; }

.grid article .columns.two.book-info {
  margin-bottom: 20px; }
  .grid article .columns.two.book-info .button {
    margin-left: 0px; }
  .grid article .columns.two.book-info .column {
    color: #b9a59f;
    box-sizing: border-box;
    padding-left: 0px;
    width: 46%; }
    .grid article .columns.two.book-info .column:first-child {
      margin-right: 20px; }

.grid article .center {
  margin-top: 20px;
  width: 100%;
  text-align: center; }
  .grid article .center * {
    display: inline-block; }

.grid article header.center {
  margin-top: 100px; }

.grid article .three h2 {
  margin-left: 0; }

.grid article p.subtitle {
  color: #534036 !important;
  text-align: center;
  padding: 0;
  margin: 0; }

.grid {
  width: 166px;
  float: left;
  text-align: center; }
  .grid.navigation {
    left: 107px;
    position: relative; }

.homepage .column:first-child {
  width: 493px;
  height: 737px;
  background-image: url("../img/bg-hp-left.1498749292.png");
  margin-left: 9px; }

.homepage .column:first-child + .column {
  width: 246px;
  height: 722px;
  background-image: url("../img/bg-hp-center.1498749292.png"); }

.homepage .column:first-child + .column + .column {
  width: 490px;
  height: 732px;
  background-image: url("../img/bg-hp-right.1498749292.png"); }

.homepage .link {
  text-transform: uppercase;
  font-family: 'jannon_t_moderne_otregular';
  color: #594718;
  text-decoration: none;
  padding: 20px;
  position: relative;
  top: 43px;
  font-size: 17px; }
  .homepage .link:hover {
    text-decoration: underline; }

.homepage h2 {
  font-size: 20px;
  /*font-size: ($size/$base-font-size)*1rem;*/ }
  .homepage h2.margin-none {
    margin-bottom: 0; }

.homepage .grid {
  width: 166px;
  text-align: center;
  float: left; }
  .homepage .grid.navigation {
    left: 90px;
    position: relative; }
  .homepage .grid.dumknihy {
    float: left;
    left: 134px;
    position: relative;
    top: 0px; }
    .homepage .grid.dumknihy a {
      text-decoration: none;
      color: #354548; }
      .homepage .grid.dumknihy a * {
        text-decoration: none; }
    .homepage .grid.dumknihy h2 a {
      text-decoration: none;
      color: #fef4d9; }
      .homepage .grid.dumknihy h2 a:hover {
        text-decoration: none; }
    .homepage .grid.dumknihy h3 {
      text-align: center;
      font-size: 24px;
      /*font-size: ($size/$base-font-size)*1rem;*/
      margin-bottom: 5px; }
    .homepage .grid.dumknihy .center {
      text-align: center; }
      .homepage .grid.dumknihy .center hr {
        width: 30px;
        margin-bottom: 2px; }
    .homepage .grid.dumknihy h2 + p {
      background: url("../img/hr.1498749292.png") no-repeat bottom center;
      padding-bottom: 7px;
      margin-bottom: 4px; }
    .homepage .grid.dumknihy .title {
      text-decoration: underline; }
      .homepage .grid.dumknihy .title:hover {
        text-decoration: none; }
  .homepage .grid.links {
    width: 240px;
    text-align: center;
    font-family: "chaparral", sans-serif; }
    .homepage .grid.links h2 {
      margin-bottom: 0; }
      .homepage .grid.links h2 a {
        text-decoration: none;
        color: #fef4d9; }
        .homepage .grid.links h2 a:hover {
          text-decoration: none; }
    .homepage .grid.links a {
      text-decoration: none; }
      .homepage .grid.links a:hover {
        text-decoration: underline; }
    .homepage .grid.links a.text-normal {
      color: #a19a89;
      font-size: 16px;
      text-transform: initial; }
    .homepage .grid.links span {
      display: block;
      color: #a19a89;
      line-height: 1.2;
      margin-top: 10px; }
    .homepage .grid.links a {
      color: #f9d76d;
      text-transform: uppercase;
      font-size: 22px;
      /*font-size: ($size/$base-font-size)*1rem;*/ }
    .homepage .grid.links hr {
      width: 5px;
      margin: 32px auto 34px; }
    .homepage .grid.links .big {
      position: relative;
      display: block;
      margin-top: 30px;
      font-size: 18px;
      /*font-size: ($size/$base-font-size)*1rem;*/ }
    .homepage .grid.links .eshop {
      position: relative;
      display: block; }
      .homepage .grid.links .eshop:after {
        content: '';
        display: block;
        width: 152px;
        height: 92px;
        background-image: url("../img/prejit-do-eshopu.1498749292.png");
        position: absolute;
        left: 44px;
        top: 40px; }
    .homepage .grid.links .additional {
      color: #fef4d9;
      font-size: 14px;
      /*font-size: ($size/$base-font-size)*1rem;*/
      width: 77%;
      margin: 0 auto;
      margin-top: 145px;
      line-height: 1.22; }
    .homepage .grid.links .dashed {
      background: none;
      border: 0;
      border-top: 1px dashed #555250;
      width: 40px;
      margin: 20px auto 13px;
      bottom: 26px;
      left: 15px; }
  .homepage .grid.calendar {
    width: 168px;
    height: 587px;
    position: relative;
    left: 19px;
    font-family: "chaparral", sans-serif; }
    .homepage .grid.calendar h2 {
      margin-bottom: 20px; }
      .homepage .grid.calendar h2 a {
        text-decoration: none;
        color: #fef4d9; }
        .homepage .grid.calendar h2 a:hover {
          text-decoration: none; }
    .homepage .grid.calendar h3 a {
      color: #f9d76d;
      font-size: 18px;
      /*font-size: ($size/$base-font-size)*1rem;*/
      font-weight: normal;
      margin-top: 14px;
      display: inline-block; }
    .homepage .grid.calendar hr {
      background: #3e3733;
      border: 0;
      height: 1px; }
    .homepage .grid.calendar .date {
      color: #f38254;
      line-height: 1.3;
      display: inline-block;
      margin: 3px 0 10px 0;
      font-size: 16px;
      /*font-size: ($size/$base-font-size)*1rem;*/ }
    .homepage .grid.calendar p {
      color: white;
      font-size: 14px;
      /*font-size: ($size/$base-font-size)*1rem;*/
      line-height: 1.22; }
    .homepage .grid.calendar img {
      border: 2px solid #393433;
      padding: 6px;
      margin-top: 11px; }
    .homepage .grid.calendar a:hover {
      text-decoration: none; }
    .homepage .grid.calendar a.gold {
      position: absolute;
      bottom: 9px;
      left: 40px;
      text-decoration: none; }
      .homepage .grid.calendar a.gold:hover {
        text-decoration: underline; }
    .homepage .grid.calendar hr.dashed {
      background: none;
      border: 0;
      border-top: 1px dashed #555250;
      width: 142px;
      margin: 20px auto 13px;
      position: absolute;
      bottom: 26px;
      left: 15px; }
    .homepage .grid.calendar article {
      background: url("../img/bg-hp-article.1498749292.png") repeat-y top;
      text-align: left;
      padding: 0px 17px 17px 17px;
      position: relative;
      box-sizing: border-box;
      margin-top: 53px; }
      .homepage .grid.calendar article:before {
        content: '';
        width: 179px;
        height: 26px;
        background-image: url("../img/bg-hp-article-top.1498749292.jpg");
        display: block;
        position: absolute;
        left: -6px;
        top: -26px; }
      .homepage .grid.calendar article:after {
        content: '';
        width: 168px;
        height: 3px;
        background-image: url("../img/bg-hp-article-bottom.1498749292.jpg");
        display: block;
        position: absolute;
        left: 0px;
        position: relative;
        left: -17px;
        top: 17px; }
      .homepage .grid.calendar article p {
        color: black;
        font-size: 14px;
        /*font-size: ($size/$base-font-size)*1rem;*/
        font-family: "chaparral", sans-serif;
        line-height: 1.22; }
    .homepage .grid.calendar .image {
      width: 60px;
      float: left;
      font-size: 14px;
      /*font-size: ($size/$base-font-size)*1rem;*/ }
    .homepage .grid.calendar .info {
      font-family: "chaparral", sans-serif;
      color: #7a756b;
      font-size: 14px;
      /*font-size: ($size/$base-font-size)*1rem;*/
      position: relative;
      top: 17px;
      line-height: 1.22; }
    .homepage .grid.calendar time {
      display: block;
      color: black; }
  .homepage .grid.bestseller {
    position: relative;
    left: 64px; }
    .homepage .grid.bestseller hr {
      background: #3e3733;
      border: 0;
      height: 1px; }
    .homepage .grid.bestseller h2 {
      margin-bottom: 20px; }
    .homepage .grid.bestseller h3 {
      font-size: 18px;
      /*font-size: ($size/$base-font-size)*1rem;*/
      font-weight: 400;
      line-height: 1.1; }
    .homepage .grid.bestseller a {
      color: #f9d76d;
      text-decoration: none; }
      .homepage .grid.bestseller a * {
        text-decoration: none; }
      .homepage .grid.bestseller a h2 {
        color: #f9d76d; }
    .homepage .grid.bestseller .price {
      color: #f38254;
      font-size: 16px;
      /*font-size: ($size/$base-font-size)*1rem;*/
      display: block;
      margin-bottom: 10px; }
    .homepage .grid.bestseller .author {
      display: block;
      color: white;
      font-size: 15px;
      /*font-size: ($size/$base-font-size)*1rem;*/ }
    .homepage .grid.bestseller ul {
      height: 460px;
      overflow: scroll; }
      .homepage .grid.bestseller ul li {
        list-style: none;
        margin-bottom: 23px; }
    .homepage .grid.bestseller img {
      background: url("../img/book-side-simple.1498749292.png") no-repeat right top;
      background: url("../img/book-corner.1498749292.png") no-repeat right top, url("../img/book-side.1498749292.png") no-repeat right bottom;
      padding: 0px 6px 0px 0px; }

.homepage .grid article header {
  margin: 0;
  background: none; }
  .homepage .grid article header:before {
    display: none; }

.page-prodejny .grid article header .column--closed:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: -1px;
  right: 0;
  width: 287px;
  height: 169px;
  background-image: url("../img/prodejna-v-rekonstrukci3.1504093315.png");
  transform: translateY(-50%); }
