/* !Base (Author: mail@jandousek.cz) */

/*
 Bodies
 ***
*/

html, body {
  min-height: 100%;
  background-color: #fff;
}
body {
  min-width: 360px;
  font: 300 17px 'Montserrat', Arial, sans-serif;
  color: #5f5d66;
}

/*
  hide empty tags
  ***
*/

p:empty {
  display: none;
}

/*
  form-elements
  ***
*/

input, select, textarea, button {
  font: 300 16px 'Montserrat', Arial, sans-serif;
  color: #333;
}

/*
 links
 ***
*/

a {
  color: #333;
}
a:hover {
  color: #898793;
}

/*
  bolds
  ***
*/

h1, h2, h3, h4, h5, h6, strong, b {
  font-weight: 800;
}

/*
  grid
  ---
*/

.grid {
  margin: 0 -25px;
}
.grid-col-inset {
  margin: 0 25px;
  font-size: 17px;
}

/*
  link
  ***
*/

.link {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
  text-decoration: none;
}

/*
  type-button
  ---
*/

.link.type-button {
  padding: 13px 20px;
  background-color: #05040a;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  -webkit-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}

/* actions */

html.device-desktop .link.type-button:hover {
  background-color: #38354a;
}

/*
  separator
  ***
*/

.separator {
  height: 1px;
  display: block;
  clear: both;
  background: #cecece;
}

/*
  pull
  ***
*/

.pull {
  /* TODO */
}

/*
  flashMessage
  ***
*/

.flashMessage {
  position: relative;
  padding: 0 0 0 35px;
  line-height: 1.5;
  font-weight: 600;
  font-size: 16px;
}
.flashMessage:before {
  content: '\eb45';
  position: absolute;
  left: 0;
  top: -1px;
  font: 24px 'unicons';
  color: #05040a;
}
.flashMessage + .flashMessage {
  margin-top: -25px;
}

/*
  type
  ---
*/
.flashMessage.type-happy:before {
  content: '\ea0f';
}
.flashMessage.type-danger:before {
  content: '\ea50';
}

/*
  down
  ***
*/

.down {
  display: inline-block;
  padding: 25px 35px;
  background-color: #fff;
  font-size: 15px;
  color: #8d8d8d;
}
.down:before {
  content: '\e93f';
  position: relative;
  bottom: -1px;
  margin-right: 10px;
  font: 100% 'unicons';
}

/*
  counter
  ***
*/

.counter {
  width: 70px;
  display: block;
  padding: 16px 10px;
  background-color: #05040a;
  text-align: center;
  font-size: 14px;
  white-space: nowrap;
  color: #fff;
}
.counter > span {
  position: relative;
  top: -1px;
  display: inline-block;
  margin: 0 4px;
}
.counter > span:last-child {
  opacity: 0.6;
}

/*
  bx-prev, bx-next
  ***
*/

.bx-prev, .bx-next {
  width: 20px;
  height: 20px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  font-size: 0;
  color: #05040a;
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}
.bx-prev:before, .bx-next:before {
  font: 20px 'unicons';
}
.bx-prev:before {
  content: '\e829';
}
.bx-next:before {
  content: '\e82a';
}

/* actions */

html.device-desktop .bx-prev:hover,
html.device-desktop .bx-next:hover {
  color: #5f5d66;
}

/*
  spider
  ***
*/

.spider {
  width: 600px;
  height: 450px;
  position: relative;
  overflow: hidden;
}
.spider-inset {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: width 400ms ease-out, height 400ms ease-out;
  -o-transition: width 400ms ease-out, height 400ms ease-out;
  transition: width 400ms ease-out, height 400ms ease-out;
}

/*
  adjust svg
  ---
*/

.spider svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.spider svg:nth-child(1) {
  mix-blend-mode: overlay;
  opacity: 0.7;
}
.spider svg:nth-child(2) {
  opacity: 0.3;
}

/*
  listParams
  ***
*/

.listParams {
 /* TODO */
}

/*
  icon
  ---
*/

.listParams-icon {
  width: 80px;
  float: left;
  margin: -14px 0 0 -120px;
  font-size: 0;
}
.listParams-icon > img {
  display: block;
  margin: 0 auto;
}
.listParams-icon > img[src*="education"] {
  max-width: 80px;
}
.listParams-icon > img[src*="valuation"] {
  max-width: 50px;
}
.listParams-icon > img[src*="stays"] {
  max-width: 65px;
}
.listParams-icon > img[src*="experiences"] {
  max-width: 63px;
}

/*
  title
  ---
*/

.listParams-title {
  text-transform: uppercase;
  font-size: 30px;
  color: #05040a;
}

/*
  list
  ---
*/

.listParams-list {
  min-height: 100px;
  margin: 36px 0 76px 0;
}
.listParams-list:last-child {
  margin-bottom: 0;
}
.listParams-list > li {
  position: relative;
  margin-bottom: 4px;
  padding-left: 23px;
  line-height: 1.7;
}
.listParams-list > li :before {
  content: '\e81f';
  position: absolute;
  left: 0;
  top: 3px;
  font: 18px 'unicons';
  color: #898793;
}
.listParams-list > li > b {
  font-weight: 300;
  color: #05040a;
}

/*
  gallery
  ***
*/

.gallery {
  padding: 15px 8px 0 7px;
  border: 1px solid #cecece;
  text-align: center;
  font-size: 0;
}

/*
  dl
  ---
*/

.gallery > dl {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}

/*
  columns
  ---
*/

.gallery.gallery-columns-1 > dl {
  width: 100%;
}
.gallery.gallery-columns-2 > dl {
  width: 50%;
}
.gallery.gallery-columns-3 > dl {
  width: 33.33%;
}
.gallery.gallery-columns-4 > dl {
  width: 25%;
}
.gallery.gallery-columns-5 > dl {
  width: 20%;
}
.gallery.gallery-columns-6 > dl {
  width: 16.66%;
}
.gallery.gallery-columns-7 > dl {
  width: 14.28%;
}
.gallery.gallery-columns-8 > dl {
  width: 12.5%;
}
.gallery.gallery-columns-9 > dl {
  width: 11.11%;
}
.gallery.gallery-columns-10 > dl {
  width: 10%;
}

/*
  dt
  ...
*/

.gallery > dl > dt {
  width: 100%;
}

/*
  format
*/

.gallery > dl > dt > a, .gallery dl > dt > a > img {
  display: block;
}
.gallery > dl > dt > a {
  position: relative;
  margin: 0 7px 0 8px;
  text-decoration: none;
}
.gallery > dl > dt > a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
.gallery > dl > dt > a > img {
  width: 100% !important;
}

/* actions */

html.device-desktop .gallery > dl:hover > dt > a:before {
  opacity: 1;
}

/*
  dd
  ---
*/

.gallery > dl > dd {
  position: absolute;
  left: 20px;
  top: 37%;
  right: 20px;
  line-height: 1.6;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
}
html.js-true .gallery > dl > dd {
  cursor: pointer;
}
.gallery > dl > dd:before {
  content: '\e9a1';
  width: 30px;
  display: block;
  margin: 0 auto 20px auto;
  padding: 5px 0;
  border: 1px solid #cecece;
  border-radius: 100%;
  font: 20px 'unicons';
  color: #cecece;
}

/* actions */

html.device-desktop .gallery > dl:hover > dd {
  opacity: 1;
}

/*
  accordion
  ***
*/

.accordion {
  border-bottom: 1px solid #cecece;
}

/*
  title
  ---
*/

.accordion-title {
  position: relative;
  padding: 20px 0 25px 53px;
  line-height: 1.5;
  font-weight: 500;
  font-size: 20px;
  color: #05040a;
  cursor: pointer;
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}
.accordion-title:before {
  content: '\ead8';
  width: 35px;
  position: absolute;
  left: 0;
  top: 18px;
  padding: 7px 0 8px 0;
  border: 1px solid #cecece;
  border-radius: 100%;
  text-align: center;
  font: 20px 'unicons';
  color: #05040a;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* actions */

html.device-desktop .accordion-title:hover,
.accordion-title.is-active {
  color: #5f5d66;
}
html.device-desktop .accordion-title:hover {
  text-decoration: underline;
}
.accordion-title.is-active:before {
  content: '\ea90';
  background-color: #05040a;
  border-color: #05040a;
  color: #fff;
}

/*
  content
  ---
*/

.accordion-content {
  padding: 0 0 20px 50px;
}

/*
  - group
  ---
*/

.accordion--group {
  /* TODO */
}

/*
  adjust accordion
  ...
*/

.accordion--group .accordion:last-child {
  border-bottom: none;
}

/*
  navSub
  ***
*/

.navSub {
  padding: 0 8%;
  background-color: #f0f1f2;
}
.navSub-inset {
  max-width: 1150px;
  margin: 0 auto;
  padding: 50px 0 30px 0;
}

/*
  title
  ---
*/

.navSub-title {
  line-height: 1.3;
  font-size: 26px;
  color: #05040a;
}

/*
  list
  ---
*/

.navSub-list {
  margin-top: 20px;
  font-size: 0;
}
.navSub-list > li {
  display: inline-block;
  margin: 0 18px 18px 0;
}
.navSub-list > li > a {
  display: inline-block;
  padding: 14px 25px;
  background-color: #05040a;
  line-height: 1.6;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

/* actions */

html.device-desktop .navSub-list > li > a:hover,
.navSub-list > li.is-active > a {
  background-color: #5f5d66;
}

/*
  navPager
  ***
*/

.navPager {
  width: 150px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  font-size: 0;
}

/*
  pages
  ---
*/

.navPager-pages {
  font-size: 15px;
  color: #05040a;
}
.navPager-pages > span {
  margin: 0 3px;
}
.navPager-pages > span:last-child {
  color: #898793;
}

/*
  arrow
  ---
*/

.navPager-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin: -10px 0 0 0;
  color: #05040a;
}

/* actions */

html.device-desktop .navPager-arrow:hover {
  color: #898793;
}

/*
  type-*
  ...
*/

.navPager-arrow.type-prev {
  left: -4px;
}
.navPager-arrow.type-next {
  right: 5px;
}

/*
  adjust ui-icon
  ...
*/

.navPager-arrow .ui-icon {
  display: block;
  font-size: 20px;
}

/*
  navShare
  ***
*/

.navShare {
  font-size: 0;
}
.navShare > li {
  margin-bottom: 15px;
}
.navShare > li > a {
  width: 50px;
  height: 50px;
  position: relative;
  display: block;
  border: 1px solid #cecece;
  border-radius: 100%;
  -webkit-transition: background-color 150ms linear;
  -o-transition: background-color 150ms linear;
  transition: background-color 150ms linear;
}
.navShare > li > a > img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* actions */

html.device-desktop .navShare > li > a:hover {
  background-color: #f0f1f2;
  border-color: #f0f1f2;
}

/*
  sliderMedia
  ***
*/

.sliderMedia {
  position: relative;
  margin-top: -1px;
}

/*
  slides
  ---
*/

.sliderMedia-slides {
  /* TODO */
}

/*
  item
  ---
*/

.sliderMedia-item {
  position: relative;
  overflow: hidden;
  background-color: #000;
}

/*
  img
  ...
*/

.sliderMedia-item > span, .sliderMedia-item > span > img {
  display: block;
}
.sliderMedia-item > span {
  height: 80vh;
  overflow: hidden;
  background: center center no-repeat;
  background-size: cover;
}
.sliderMedia-item > span > img {
  width: 100%;
  height: auto;
  visibility: hidden;
}

/*
  video
  ...
*/

.sliderMedia-item > video {
  width: 100%;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

/*
  Play
  ...
*/

.sliderMedia-item-play {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0;
  color: #fff;
}
.sliderMedia-item-play:before {
  content: '\ead3';
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
  font: 100px 'unicons';
}

/*
  adjust counter
  ---
*/

.sliderMedia .counter {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

/*
  adjust bx-prev, bx-next
  ---
*/

.sliderMedia .bx-prev,
.sliderMedia .bx-next {
  width: 46px;
  position: absolute;
  top: 0;
  padding: 10px 0 16px 0;
  background-color: #05040a;
  color: #fff;
}
.sliderMedia .bx-prev {
  right: 135px;
}
.sliderMedia .bx-next {
  right: 95px;
}
.sliderMedia .bx-prev:before,
.sliderMedia .bx-next:before {
  position: relative;
  font-size: 26px;
}

/* actions */

html.device-desktop .sliderMedia .bx-prev:hover,
html.device-desktop .sliderMedia .bx-next:hover {
  color: #d3cfc3;
}

/*
  filterSearch
  ***
*/

.filterSearch {
  overflow: hidden;
}

/*
  input
  ---
*/

.filterSearch-input {
  width: 70%;
  width: calc(100% - 120px);
  float: left;
  padding: 12px 20px;
  border: 1px solid #d6d4de;
  border-right: none;
  border-radius: 3px 0 0 3px;
}

/* actions */

.filterSearch-input:focus {
  border-color: #898793;
}

/*
  submit
  ---
*/

.filterSearch-submit {
  width: 25%;
  width: calc(120px);
  float: right;
  padding: 13px 10px 14px 10px;
  background-color: #898793;
  border-radius: 0 3px 3px 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

/* actions */

.filterSearch-submit:focus {
  background-color: #d6d4de;
  color: #05040a;
}

/*
  itemPost
  ***
*/

.itemPost-inset {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: #5f5d66;
}
.itemPost-inset-inset {
  position: relative;
  margin: -50px 55px 0 0;
  padding: 30px 15px 0 15px;
  background-color: #fff;
}

/*
  thumb
  ---
*/

.itemPost-thumb, .itemPost-thumb img {
  display: block;
}
.itemPost-thumb {
  position: relative;
  overflow: hidden;
  background: #222 center center no-repeat;
  background-size: cover;
  text-align: center;
}
.itemPost-thumb:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.itemPost-thumb img {
  visibility: hidden;
}
.itemPost-thumb > span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-top: -40px;
  font-size: 14px;
  color: #cdcdcc;
  opacity: 0;
  -webkit-transition: opacity 150ms linear;
  -o-transition: opacity 150ms linear;
  transition: opacity 150ms linear;
}
.itemPost-thumb > span:before {
  content: '\e86c';
  width: 33px;
  display: block;
  margin: 0 auto 20px auto;
  padding: 7px 0 6px 0;
  border: 1px solid #cdcdcc;
  border-radius: 100%;
  font: 20px 'unicons';
}

/* actions */

html.device-desktop a.itemPost-inset:hover .itemPost-thumb:before,
html.device-desktop a.itemPost-inset:hover .itemPost-thumb > span {
  opacity: 1;
}

/*
  title
  ---
*/

.itemPost-title {
  height: 65px;
  overflow: hidden;
  line-height: 1.8;
  font-weight: 600;
  font-size: 20px;
  color: #05040a;
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}

/* actions */

html.device-desktop a.itemPost-inset:hover .itemPost-title {
  text-decoration: underline;
  color: inherit;
}

/*
  excerpt
  ---
*/

.itemPost-excerpt {
  margin-top: 18px;
  line-height: 2;
}

/*
  list
  ---
*/

.itemPost--list-inset {
  padding: 0 8%;
  border-bottom: 1px solid #f0f1f2;
}
.itemPost--list-inset-inset {
  max-width: 1170px;
  margin: 0 auto;
  padding: 65px 0 20px 0;
  font-size: 0;
}

/*
  head
  ...
*/

.itemPost--list-head {
  padding: 0 8%;
  border-bottom: 1px solid #f0f1f2;
}
.itemPost--list-head-inset {
  max-width: 1150px;
  margin: 0 auto;
  padding: 180px 0 70px 0;
}

/*
  adjust filterSearch
*/

.itemPost--list-head .filterSearch {
  max-width: 550px;
  display: none;
  margin: 25px 0 0 3px;
}

/* actions */

.itemPost--list-head .filterSearch.is-active {
  display: block;
}

/*
  title
  ...
*/

.itemPost--list-title {
  float: left;
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 60px;
}
.itemPost--list-title > b {
  color: #05040a;
}

/*
  excerpt
  ...
*/

.itemPost--list-excerpt {
  margin-top: 30px;
  line-height: 1.7;
  font-size: 24px;
}

/*
  search
  ...
*/

.itemPost--list-search {
  position: relative;
  top: -15px;
  float: left;
  margin-left: 10px;
  text-decoration: none;
  font-size: 0;
}
.itemPost--list-search:before,
.itemPost--list-search:after {
  content: '';
  height: 3px;
  position: absolute;
  left: 5px;
  top: 50%;
  right: 5px;
  display: none;
  margin-top: -2px;
  background-color: #05040a;
}
.itemPost--list-search:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.itemPost--list-search:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* actions */

html.device-desktop .itemPost--list-search:hover:before,
html.device-desktop .itemPost--list-search:hover:after {
  background-color: #898793;
}
.itemPost--list-search.is-active:before,
.itemPost--list-search.is-active:after {
  display: block;
}

/*
  adjust ui-icon
*/

.itemPost--list-search .ui-icon {
  font-size: 30px;
}

/*
  count
  ...
*/

.itemPost--list-count {
  float: right;
  line-height: 1.2;
  font-size: 60px;
  color: #5f5d66;
}

/*
  adjust itemPost
  ...
*/

.itemPost--list .itemPost {
  width: 33.33%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 60px;
}
.itemPost--list .itemPost-inset {
  margin: 0 10px;
}

/*
  navPager
  ...
*/

.itemPost--list .navPager {
  margin: 0 auto 50px auto;
}

/*
  adjust flashMessage
  ...
*/

.itemPost--list .flashMessage {
  margin: 0 0 50px 8px;
}

/*
  itemPopular
  ***
*/

.itemPopular-inset {
  overflow: hidden;
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #5f5d66;
}
.itemPopular-inset-inset {
  margin-left: 230px;
}

/*
  thumb
  ---
*/

.itemPopular-thumb, .itemPopular-thumb > img {
  display: block;
}
.itemPopular-thumb {
  width: 200px;
  float: left;
}

/*
  title
  ---
*/

.itemPopular-title {
  position: relative;
  top: -9px;
  z-index: 1;
  line-height: 1.7;
  font-weight: 600;
  font-size: 20px;
  color: #05040a;
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}

/*
  date
  ---
*/

.itemPopular-date {
  position: absolute;
  left: 230px;
  bottom: 0;
}

/* actions */

html.device-desktop a.itemPopular-inset:hover .itemPopular-title {
  text-decoration: underline;
  color: inherit;
}

/*
  slider
  ---
*/

.itemPopular--slider {
  position: relative;
  padding: 80px 0 200px 0;
  background-color: #f0f1f2;
}

/*
  title
  ...
*/

.itemPopular--slider-title {
  padding: 0 8%;
  margin-bottom: 70px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase;
  font-size: 42px;
  color: #05040a;
}

/*
  adjust counter
  ...
*/

.itemPopular--slider .counter {
  position: absolute;
  left: 50%;
  bottom: 95px;
  margin-left: -45px;
  background-color: transparent;
  color: #05040a;
}

/*
  adjust down
  ...
*/

.itemPopular--slider .down {
  position: absolute;
  left: 8%;
  bottom: 0;
}

/*
  adjust bx-prev, bx-next
  ...
*/

.itemPopular--slider .bx-prev,
.itemPopular--slider .bx-next {
  position: absolute;
  bottom: 109px;
}
.itemPopular--slider .bx-prev {
  right: 50%;
  margin-right: 51px;
}
.itemPopular--slider .bx-next {
  left: 50%;
  margin-left: 50px;
}

/*
  itemPromo
  ***
*/

.itemPromo, .itemPromo-inset .itemPromo-inset-inset {
  position: relative;
}
.itemPromo {
  background: #222 center center no-repeat;
  background-size: cover;
  color: #fff;
}
.itemPromo:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  opacity: 0.6;
}
.itemPromo-inset {
  width: 100%;
  min-height: 100vh;
  z-index: 5;
  display: table;
}
.itemPromo-inset-inset {
  z-index: 10;
  display: table-cell;
  vertical-align: middle;
  padding: 100px 8%;
}

/*
  title
  ---
*/

.itemPromo-title {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
}

/*
  excerpt
  ---
*/

.itemPromo-excerpt {
  margin-top: 20px;
  line-height: 1.7;
  font-size: 24px;
}

/*
  more
  ---
*/

.itemPromo-more {
  width: 50px;
  height: 50px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  margin-top: 25px;
  background-color: #fff;
  text-decoration: none;
  white-space: nowrap;
  text-indent: 200%;
  color: #5c5c5c;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}

/* actions */

html.device-desktop .itemPromo-more:hover {
  background-color: #05040a;
  color: #fff;
}

/*
  adjust ui-icon
  ...
*/

.itemPromo-more .ui-icon {
  position: absolute;
  left: 5px;
  top: 10px;
  font-size: 30px;
  text-indent: 0;
}

/*
  adjust spider
  ---
*/

.itemPromo .spider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*
  - slider
  ---
*/

.itemPromo--slider {
  position: relative;
}

/*
  adjust counter
  ...
*/

.itemPromo--slider .counter {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}

/*
  adjust bx-pager
  ...
*/

.itemPromo--slider .bx-pager {
  position: absolute;
  right: 120px;
  bottom: 26px;
  z-index: 100;
  font-size: 0;
}
.itemPromo--slider .bx-pager > div {
  display: inline-block;
  margin-left: 20px;
}
.itemPromo--slider .bx-pager > div > a {
  width: 24px;
  height: 3px;
  display: block;
  background-color: #fff;
}

/* actions */

.itemPromo--slider .bx-pager > div > a:hover, .itemPromo--slider .bx-pager > div > a.active {
  background-color: #000;
}

/*
  headPage
  ***
*/

.headPage {
  position: relative;
  overflow: hidden;
  background: #05040a center center no-repeat;
  background-size: cover;
  color: #fff;
}
.headPage:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,1)),to(rgba(0,0,0,0)));
  background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
  opacity: 0.6;
}
.headPage-inset {
  width: 100%;
  position: relative;
  min-height: 100vh;
  display: table;
}
.headPage-inset-inset {
  display: table-cell;
  vertical-align: middle;
  padding: 200px 8% 150px 8%;
}

/*
  title
  ---
*/

.headPage-title {
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 60px;
}
.headPage-title > small {
  display: block;
  padding-bottom: 15px;
  text-transform: none;
  font-weight: 300;
  font-size: 40%;
}

/*
  excerpt
  ---
*/

.headPage-excerpt {
  max-width: 630px;
  position: relative;
  margin-top: 30px;
  padding-bottom: 4em;
  font-size: 24px;
}
.headPage-excerpt:before, .headPage-excerpt:after {
  position: absolute;
  font: 4em 'Montserrat';
  opacity: 0.5;
}
.headPage-excerpt:before {
  content: open-quote;
  left: -50px;
  top: -35px;
}
.headPage-excerpt:after {
  content: close-quote;
  bottom: -20px;
  right: -35px;
}
.headPage-excerpt > p {
  line-height: 1.7;
}

/*
  adjust down
  ...
*/

.headPage .down {
  position: absolute;
  left: 8%;
  bottom: -1px;
}

/*
  adjust spider
  ---
*/

.headPage .spider {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*
  detailPage
  ***
*/

.detailPage {
  overflow: hidden;
  border-bottom: 1px solid #f0f1f2
}
.detailPage-inset {
  position: relative;
  z-index: 1;
  padding: 0 10%;
}
.detailPage-inset-inset {
  max-width: 750px;
  margin: 0 auto;
  padding: 100px 200px 70px 200px;
  background-color: #fff;
}

/*
  has-thumb
  ---
*/

.detailPage.has-thumb {
  border-bottom: none;
}
.detailPage.has-thumb .detailPage-inset {
  margin-bottom: -180px;
}


/*
  thumb
  ---
*/

.detailPage-thumb {
  height: 650px;
  position: relative;
  background: #05040a center center no-repeat;
  background-size: cover;
}

/*
  adjust down
  ...
*/

.detailPage-thumb .down {
  position: absolute;
  left: 8%;
  bottom: 0;
}

/*
  link
  ---
*/

.detailPage-link {
  position: relative;
  display: inline-block;
  margin: 100px 0 56px 0;
  padding: 13px 20px 13px 20px;
  background-color: #5c5c5c;
  line-height: 1.6;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  -webkit-transition: 150ms linear;
  -o-transition: 150ms linear;
  transition: 150ms linear;
}
.detailPage-link:before {
  content: '\e8cb';
  position: relative;
  bottom: -1px;
  margin-right: 4px;
  font: 20px 'unicons';
}
.detailPage-link > span {
  color: #9a9898;
}

/* actions */

html.device-desktop .detailPage-link:hover {
  background-color: #f0bc21;
  color: #05040a;
}
html.device-desktop .detailPage-link:hover > span {
  color: inherit;
}

/*
  adjust listParams
  ---
*/

.detailPage .listParams {
  margin-bottom: 30px;
}

/*
  detailPost
  ***
*/

.detailPost-inset {
  padding: 0 8%;
  border-bottom: 1px solid #f0f1f2
}
.detailPost-inset-inset {
  max-width: 1150px;
  margin: 0 auto;
  padding: 100px 0 70px 0;
}
.detailPost-inset-inset-inset {
  padding: 0 100px 0 200px;
}

/*
  head
  ---
*/

.detailPost-head {
  padding: 0 8%;
  border-bottom: 1px solid #f0f1f2
}
.detailPost-head-inset {
  max-width: 1150px;
  margin: 0 auto;
  padding: 180px 0 70px 0;
}
.detailPost-head-inset-inset {
  min-height: 200px;
  position: relative;
  overflow: hidden;
  padding: 0 100px 0 200px;
}

/*
  error404
  ...
*/

html.error404 .detailPost-head-inset {
  max-width: 1150px;
  padding-bottom: 130px;
}
html.error404 .detailPost-head-inset-inset {
  padding-left: 0;
}

/*
  adjust navShare
  ...
*/

.detailPost-head .navShare {
  position: absolute;
  left: 90px;
  top: 12px;
}

/*
  adjust link
  ...
*/

.detailPost-head .link.type-button {
  margin: 35px 20px 0 0;
}

/*
  title
  ---
*/

.detailPost-title {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 60px;
  color: #05040a;
}

/*
  cats
  ---
*/

.detailPost-cats {
  margin: 5px 0 15px 0;
  line-height: 1.7;
  font-size: 24px;
}
.detailPost-cats > a {
  text-decoration: none;
}

/*
  tags
  ---
*/

.detailPost-tags {
  margin-top: 25px;
  font-size: 0;
}
.detailPost-tags > a {
  position: relative;
  display: inline-block;
  -webkit-transform-origin: left 50%;
      -ms-transform-origin: left 50%;
          transform-origin: left 50%;
  margin: 10px 25px 0 0;
  padding: 6px 20px 6px 10px;
  background-color: #05040a;
  border-radius: 3px;
  line-height: 1.4;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  color: #eee;
  -webkit-transition: 150ms ease-in-out;
  -o-transition: 150ms ease-in-out;
  transition: 150ms ease-in-out;
}
.detailPost-tags > a:before,
.detailPost-tags > a:after {
  content: '';
  position: absolute;
}
.detailPost-tags > a:before {
  width: 20px;
  height: 20px;
  right: 0;
  top: 0;
  -webkit-transform: translate(8px, 4px) rotate(45deg);
      -ms-transform: translate(8px, 4px) rotate(45deg);
          transform: translate(8px, 4px) rotate(45deg);
  background-color: #05040a;
  border-radius: 3px;
}
.detailPost-tags > a:after {
  width: 5px;
  height: 5px;
  right: -2px;
  top: 11px;
  background-color: #fff;
  border-radius: 100%;
}

/* actions */

html.device-desktop .detailPost-tags > a:hover {
  -webkit-transform: rotate(6deg);
      -ms-transform: rotate(6deg);
          transform: rotate(6deg);
}

/*
  excerpt
  ---
*/

.detailPost-excerpt {
  margin-top: 30px;
  line-height: 1.9;
  font-size: 20px;
}

/*
  adjust pull
  ---
*/

.detailPost .pull {
  margin-left: -200px;
  margin-right: -100px;
}

/*
  webWrap
  ***
*/

.webWrap {
  overflow: hidden;
}

/*
  webHead
  ***
*/

.webHead {
  /* TODO */
}

/*
  logo
  ---
*/

.webHead-logo {
  width: 40px;
  position: absolute;
  left: 50px;
  top: 50px;
  z-index: 1000;
  line-height: 1.4;
  text-decoration: none;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}
html.page-template-home .webHead-logo {
  color: #fff;
}
.webHead-logo > span:first-child {
  opacity: 0.6;
}
.webHead-logo > span:last-child {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
}

/*
  nav
  ---
*/

.webHead-nav {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: none;
  background-color: rgba(0, 0, 0, 0.95);
}
.webHead-nav-inset {
  width: 100%;
  min-height: 100vh;
  display: table;
}

/*
  list
  ---
*/

.webHead-nav-list {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.webHead-nav-list > li > a {
  display: block;
  padding: 10px 5%;
  line-height: 1.7;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 150ms linear;
  -o-transition: color 150ms linear;
  transition: color 150ms linear;
}
.webHead-nav-list > li > a > b {
  display: block;
  line-height: 1.4;
  text-transform: uppercase;
  font-size: 40px;
}
.webHead-nav-list > li > a > span {
  font-style: italic;
  color: #fff;
  opacity: 0.5;
}

/* actions */

html.device-desktop .webHead-nav-list > li > a:hover,
.webHead-nav-list > li.is-active > a {
  color: #f0f1f2;
}
html.device-desktop .webHead-nav-list > li > a:hover > b,
.webHead-nav-list > li.is-active > a > b {
  text-decoration: underline;
}

/*
  trigger
  ---
*/

.webHead-trigger {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1000;
  padding-right: 40px;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  color: #05040a;
}
.webHead-trigger:after {
  content: '\e808';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -17px;
  font: 30px 'unicons';
}
.webHead-trigger > span {
  opacity: 0.8;
}

/* actions */

.webHead-trigger.is-active {
  color: #fff !important;
}
.webHead-trigger.is-active:after {
  content: '\eb91';
}

/*
  color-light
  ...
*/

.webHead-trigger.color-light {
  color: #fff;
}

/*
  webFoot
  ***
*/

.webFoot {
  padding: 0 5%;
}
.webFoot-inset {
  max-width: 1200px;
  margin: 0 auto;
  padding: 85px 0;
}
.webFoot-inset-inset {
  width: 100%;
  display: table;
  font-size: 0;
}

/*
  col
  ---
*/

.webFoot-col {
  width: 33.33%;
  display: table-cell;
  padding: 0 25px;
  font-size: 14px;
}

/*
  title
  ---
*/

.webFoot-title {
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 20px;
  color: #05040a;
}

/*
  excerpt
  ---
*/

.webFoot-excerpt {
  margin-top: 20px;
  line-height: 1.9;
}

/*
  copy
  ---
*/

.webFoot-copy {
  margin-top: 15px;
  line-height: 1.7;
  color: #05040a;
}
.webFoot-copy > a {
  max-width: 45px;
  position: relative;
  bottom: -3px;
  display: inline-block;
  font-size: 0;
}

/*
  link
  ---
*/

.webFoot-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #05040a;
}
.webFoot-link:before {
  content: '\e81f';
  position: relative;
  top: -1px;
  left: -3px;
  margin-right: 2px;
  font: 100% 'unicons';
  color: #898793;
}

/* actions */

html.device-desktop .webFoot-link:hover {
  color: #898793;
}

/*
  links
  ---
*/

.webFoot-links {
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0;
  color: #05040a;
}
.webFoot-links > li {
  width: 45%;
  display: inline-block;
  margin: 0 5% 13px 0;
}
.webFoot-links > li > a {
  display: block;
  line-height: 1.5;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  color: #05040a;
}
.webFoot-links > li > a:before {
  content: '\e81f';
  position: relative;
  top: -1px;
  margin-right: 4px;
  font: 100% 'unicons';
  color: #898793;
}

/* actions */

html.device-desktop .webFoot-links > li > a:hover,
.webFoot-links > li.is-active > a {
  color: #898793;
}
