/* LESS Document - galerie.radekkislinger.cz */
/**************************************************/
/*                                          FONTS */
/**************************************************/
@font-face {
  font-family: 'helvetica_neue_lt_pro';
  src: url('/styles/type/helveticaneueltpro-roman-webfont.eot');
  src: url('/styles/type/helveticaneueltpro-roman-webfont.eot?#iefix') format('embedded-opentype'), url('/styles/type/helveticaneueltpro-roman-webfont.woff') format('woff'), url('/styles/type/helveticaneueltpro-roman-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_neue_lt_pro';
  src: url('/styles/type/helveticaneueltpro-it-webfont.eot');
  src: url('/styles/type/helveticaneueltpro-it-webfont.eot?#iefix') format('embedded-opentype'), url('/styles/type/helveticaneueltpro-it-webfont.woff') format('woff'), url('/styles/type/helveticaneueltpro-it-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'helvetica_neue_lt_pro';
  src: url('/styles/type/helveticaneueltpro-bd-webfont.eot');
  src: url('/styles/type/helveticaneueltpro-bd-webfont.eot?#iefix') format('embedded-opentype'), url('/styles/type/helveticaneueltpro-bd-webfont.woff') format('woff'), url('/styles/type/helveticaneueltpro-bd-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica_neue_lt_pro';
  src: url('/styles/type/helveticaneueltpro-bdit-webfont.eot');
  src: url('/styles/type/helveticaneueltpro-bdit-webfont.eot?#iefix') format('embedded-opentype'), url('/styles/type/helveticaneueltpro-bdit-webfont.woff') format('woff'), url('/styles/type/helveticaneueltpro-bdit-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'din_alternate';
  src: url('/styles/type/din_alternate_bold-webfont.eot');
  src: url('/styles/type/din_alternate_bold-webfont.eot?#iefix') format('embedded-opentype'), url('/styles/type/din_alternate_bold-webfont.woff2') format('woff2'), url('/styles/type/din_alternate_bold-webfont.woff') format('woff'), url('/styles/type/din_alternate_bold-webfont.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/**************************************************/
/*                                         COMMON */
/**************************************************/
/* Variables */
/* Screen sizes */
*::before,
*::after {
  box-sizing: border-box;
}
body {
  font-family: 'helvetica_neue_lt_pro', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.3;
  color: #808183;
  background-color: #222122;
}
/* Common Tags */
a {
  color: #b4b4b5;
  text-decoration: none;
  transition: color 250ms;
}
a:hover {
  color: #fff;
  transition: color 250ms;
}
hr {
  display: none;
}
img {
  border: none;
}
/* Common Classes */
.hidden {
  position: absolute;
  left: -999999px;
  top: auto;
}
.inline {
  display: inline;
}
.uppercase {
  text-transform: uppercase;
}
.white {
  color: #fff;
}
/* Mixins */
/**************************************************/
/*                                         LAYOUT */
/**************************************************/
.inner {
  box-sizing: border-box;
  min-width: 760px;
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
  position: relative;
}
.inner:before,
.inner:after {
  content: " ";
  display: table;
}
.inner:after {
  clear: both;
}
@media (max-width: 1199px) {
  .inner {
    max-width: 760px;
  }
}
/**************************************************/
/*                                         HEADER */
/**************************************************/
.header {
  height: 130px;
  font-family: "din_alternate", Arial, Helvetica, sans-serif;
}
.header__logo {
  float: left;
  font-size: 42px;
  color: #fff;
  padding: 10px 0 0;
}
.header__logo a {
  color: #fff;
}
.header__logo .logo-reg {
  font-size: 24px;
  vertical-align: super;
}
/* Navigation */
.navigation__menu {
  float: right;
  font-size: 16px;
  padding: 68px 0 0;
  text-transform: uppercase;
}
.navigation__menu li {
  float: left;
}
.navigation__menu li + li {
  padding-left: 50px;
}
.page-hp li.home a,
.page-exhibitions li.exhibitions a,
.page-contact li.contact a {
  color: #fff;
}
/**************************************************/
/*                                        CONTENT */
/**************************************************/
.content {
  background-color: #151214;
}
.content .inner {
  padding-top: 35px;
  padding-bottom: 35px;
}
.content-works {
  float: left;
  width: 420px;
  overflow: auto;
}
@media (max-width: 1199px) {
  .content-works {
    float: none;
    width: auto;
    padding: 0 0 20px;
  }
}
.content-works-secondary {
  position: relative;
  float: none;
  clear: both;
  padding-top: 20px;
}
.content-works-secondary .works-squares {
  display: flex;
  justify-content: space-between;
}
.content-works-secondary .works-squares__square {
  width: 170px;
  height: 170px;
  margin: 0;
}
.works-squares__square {
  float: left;
  box-sizing: border-box;
  width: 200px;
  height: 200px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 10px 10px 0;
  position: relative;
}
@media (max-width: 1199px) {
  .works-squares__square {
    margin: 0 12px 12px 0;
    width: 171px;
    height: 171px;
  }
  .works-squares__square:last-child {
    margin-right: 0;
  }
}
.works-squares__square--large {
  width: 410px;
  height: 410px;
}
@media (max-width: 1199px) {
  .works-squares__square--large {
    width: 171px;
    height: 171px;
  }
}
.works-squares__square.square-jewels {
  background-image: url(/images/works-square-jewels.jpg);
}
.works-squares__square.square-glass {
  background-image: url(/images/works-square-glass.jpg);
}
.works-squares__square.square-paintings {
  background-image: url(/images/works-square-paintings.jpg);
}
.works-squares__square.square-wood-carving {
  background-image: url(/images/works-square-wood-carving.jpg);
}
.works-squares__square.square-sculptures {
  background-image: url(/images/works-square-sculptures.jpg);
}
.works-squares__square a {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  box-sizing: border-box;
}
.works-squares__square a:hover,
.works-squares__square a .page-glass .square-glass {
  border: 3px dotted #000;
}
.works-squares__square a:hover span,
.works-squares__square a .page-glass .square-glass span {
  left: -3px;
  bottom: -3px;
}
.works-squares__square a span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  padding: 5px 8px;
  background-color: #151214;
  font-family: "din_alternate", Arial, Helvetica, sans-serif;
  font-size: 17px;
  text-transform: uppercase;
}
.page-glass .square-glass a,
.page-jewels .square-jewels a,
.page-paintings .square-paintings a,
.page-wood-carving .square-wood-carving a,
.page-sculptures .square-sculptures a {
  color: #fff;
  border: 3px dotted #000;
}
.page-glass .square-glass a span,
.page-jewels .square-jewels a span,
.page-paintings .square-paintings a span,
.page-wood-carving .square-wood-carving a span,
.page-sculptures .square-sculptures a span {
  left: -3px;
  bottom: -3px;
}
.content-gallery {
  float: right;
  width: 720px;
  overflow: hidden;
  margin-bottom: 10px;
}
.content-gallery--horizontal .gallery__intro {
  box-sizing: border-box;
  float: left;
  padding-bottom: 15px;
  width: 440px;
  min-height: 410px;
}
.content-gallery--horizontal .gallery__intro:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid #222122;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -15px;
  top: 45px;
  left: auto;
  bottom: auto;
}
.content-gallery--horizontal .gallery__intro.no-arrow:after {
  display: none;
}
.content-gallery--horizontal .gallery__main-image {
  float: right;
  width: 280px;
}
.gallery__intro {
  background-color: #222122;
  padding: 20px 25px 25px;
  position: relative;
}
.gallery__intro h1 {
  font-family: "din_alternate", Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
  color: #9a9b9c;
  margin-right: 5px;
}
.gallery__intro a.close {
  position: absolute;
  right: 20px;
  top: 17px;
}
.gallery__intro a.close img {
  display: block;
}
.gallery__intro p {
  margin: 15px 0 0;
}
.gallery__intro:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 15px solid #222122;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 45px;
  bottom: -15px;
}
.gallery__main-image img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery__thumbnails {
  padding: 15px 0 0;
  overflow: hidden;
}
.gallery__thumbnails:before,
.gallery__thumbnails:after {
  content: " ";
  display: table;
}
.gallery__thumbnails:after {
  clear: both;
}
.gallery__thumbnails a {
  float: left;
  margin: 0 15px 15px 0;
}
.gallery__thumbnails a:nth-child(7n) {
  margin-right: 0;
}
.gallery__thumbnails .thumbnail {
  display: block;
  width: 90px;
  height: 90px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.gallery__show-more {
  display: none;
  font-size: 14px;
  text-align: center;
  border-top: 1px solid #3c3a3c;
  margin: 10px 0 -5px;
}
.gallery__show-more a {
  color: #565356;
  display: inline-block;
  padding: 0 10px;
  background-color: #151214;
  position: relative;
  top: -10px;
}
.gallery__show-more a:hover {
  color: #808183;
}
/* PAGE: CONTACT */
.page-contact .content-works li,
.page-exhibitions .content-works li {
  opacity: 0.2;
  transition: opacity 500ms;
}
.page-contact .content-works li:hover,
.page-exhibitions .content-works li:hover {
  opacity: 1;
  transition: opacity 500ms;
}
/* PAGE: GENEALOGY */
.text-content {
  padding: 25px;
}
.genealogy {
  padding: 20px 0;
}
.genealogy .generation {
  width: 400px;
  margin: 0 0 40px;
  padding: 0 30px 30px 0;
  border: 1px solid #808183;
  border-top: none;
  position: relative;
}
.genealogy .generation:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid #222122;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
  position: absolute;
  left: 30px;
  bottom: -10px;
  border-top-color: #808183;
}
.genealogy .generation:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.genealogy .generation:last-child:after {
  content: normal;
}
.genealogy .generation .man {
  margin-left: -1px;
  padding: 0 0 15px;
  background-color: #151214;
}
.genealogy .generation .man h2 {
  font-family: "din_alternate", Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-weight: normal;
}
.genealogy .generation .man .born {
  margin-bottom: 15px;
}
.genealogy .generation .wife {
  position: absolute;
  left: 430px;
  top: 0;
  width: 238px;
  padding: 17px 0 15px;
  background-color: #151214;
}
.genealogy .generation .wife:before {
  content: "+";
  position: absolute;
  left: -15px;
  top: 16px;
}
/**************************************************/
/*                                         FOOTER */
/**************************************************/
.footer .inner {
  padding: 20px 20px 30px;
  white-space: nowrap;
}
.footer__contact {
  float: left;
  margin-bottom: 15px;
}
.footer__contact strong {
  margin-right: 10px;
}
.footer__contact .separator {
  margin: 0 10px;
}
.footer__contact img.fb {
  vertical-align: middle;
  margin-top: -5px;
}
.footer__copy {
  float: right;
}
.footer__support {
  clear: both;
  padding-top: 10px;
  padding-bottom: 20px;
}
.footer__support strong {
  display: block;
  margin-bottom: 15px;
}
/*# sourceMappingURL=radek-kislinger.css.map */