@-webkit-keyframes mau_blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes mau_blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes mau_blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes mau_blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes mau_blink {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*
Theme Name: Artycok
Author: Michal Mau
Version: 1.9.2
Description:
Bitbucket Theme URI: michalmau/artycok-theme
Bitbucket Branch: artycok
*/
/* ALL YOUR CODE BELONGS TO POETRY */
/*

This file has been generated from "style.scss" by Syntactically Awesome Stylesheets (SCSS) meta-language.
PLEASE, DON'T EDIT THIS FILE DIRECTLY!
Visit http://sass-lang.com/ for more information.

TABLE OF CONTENTS:
	General & Resets
	Layout
	Navigation
	Text-visual Switch
	Header Top Right
	Header Alphabet Nav
	Search
	Pagination
	Footer
	Tax Lists
	Visual Mode
	Archives
	Off Canvas Layout
	Single
	Floats
	Media Queries
*/
/* GENERAL & RESETS */
body {
  background: #F8F1D4;
  color: #000;
  font-family: "Relative Book", 'Century Gothic', Verdana, sans-serif;
  font-size-adjust: .5;
  font-weight: normal;
  font-style: normal;
  line-height: 1.5em; }

a, a:active, a:hover, a:visited, a:focus {
  color: #000; }

a:hover {
  text-decoration: underline; }

.content a, .content a:active, .content a:hover, .content a:visited, .content a:focus {
  text-decoration: underline; }

ol, ul, li {
  list-style: none;
  margin-left: 0; }

table {
  background: none;
  border: none; }

em {
  font-style: normal; }

.entry em,
.entry table tbody tr td {
  font-size: 15px;
  line-height: 25px;
  color: #000; }

.entry h3 {
  margin-bottom: 4px;
  letter-spacing: .25em; }

.entry td br {
  display: none; }

.entry p {
  margin-bottom: 34px; }

/* reset inputs */
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"],
textarea {
  background: none;
  border-color: #000;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
  display: block;
  font-size: 15px;
  margin: 0 0 12px 0;
  padding: 6px;
  height: 32px;
  width: 100%; }

#skipnav {
  display: none !important; }

/* TYPOGRAPHY */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
  font-size: 15px; }

.logo {
  width: 110px;
  height: auto;
  margin-bottom: 14px;
  z-index: 100;
  position: relative; }

.beta {
  position: relative;
  left: -2px;
  bottom: 10px; }

/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
  margin-top: 4px;
  font-weight: normal;
  color: #000; }

body > header h1 {
  font-family: 'Futura','Lucida Grande', 'Trebuchet MS', Calibri, Monaco, monospace;
  margin-top: 0;
  font-size: 1.6em;
  text-transform: none; }

article h1 {
  font-size: 1em;
  text-transform: uppercase;
  margin-bottom: 30px; }

aside h2 {
  font-weight: normal;
  letter-spacing: .25em;
  margin-bottom: 4px;
  margin-top: 3px; }

.archive .hentry h2 {
  text-transform: uppercase; }

/* LAYOUT */
body > header {
  padding-top: 14px; }

.row {
  width: 100%;
  max-width: 1480px;
  margin-bottom: 4px; }

.hentry {
  padding-top: 6px; }
  .hentry > .inner {
    padding: 0 15px; }

.content-container {
  padding-left: 0;
  padding-right: 9%; }

.content-container > p {
  padding-right: 9%; }

.columns {
  min-height: 34px; }

/* LAYERING */
.above-overlay {
  z-index: 520;
  position: relative; }

/* NAVIGATION */
/* reset default styles */
.nav-bar {
  height: auto;
  background: none;
  margin: 0 0 22px 0;
  overflow: hidden;
  width: 105%; }
  .nav-bar li ul li a {
    font-size: 15px; }
    .nav-bar li ul li a:hover {
      color: #000; }
  .nav-bar.has-opened > li {
    display: none; }
    .nav-bar.has-opened > li:first-child, .nav-bar.has-opened > li.opened {
      display: block;
      width: 100%; }
    .nav-bar.has-opened > li:first-child a {
      display: inline;
      text-decoration: none; }
  .nav-bar li.current-post-ancestor > a,
  .nav-bar li.current-category-ancestor > a {
    text-decoration: underline; }
  .nav-bar > li {
    float: left;
    width: 100%;
    display: block;
    position: relative;
    padding: 5px 0;
    margin: 0;
    border: none;
    line-height: normal;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .nav-bar > li:first-child {
      display: none; }
    .nav-bar > li:hover {
      background: none; }
    .nav-bar > li:last-child {
      border: none; }
    .nav-bar > li > a {
      color: #000;
      font-size: 15px; }
    .nav-bar > li.opened > a:first-child {
      letter-spacing: .2em; }
    .nav-bar > li.active > a {
      color: #000; }
    .nav-bar > li > a:first-child {
      padding: 0;
      font-size: 15px; }
    .nav-bar > li:hover > a, .nav-bar > li.active > a, .nav-bar > li.current-menu-item > a, .nav-bar > li.current-menu-parent > a {
      text-decoration: underline; }
    .nav-bar > li.opened {
      text-decoration: underline; }
      .nav-bar > li.opened ul {
        display: block;
        margin-left: 0; }
    .nav-bar > li ul {
      display: none;
      position: relative;
      left: 0;
      top: 12px;
      width: 100%;
      margin-top: 0px; }
      .nav-bar > li ul li {
        width: 100%;
        float: left;
        border: none; }
        .nav-bar > li ul li a {
          background: none;
          border: none;
          color: #000;
          box-shadow: none;
          padding: 2px 0 10px 0;
          width: 100%;
          -moz-box-shadow: none;
          -webkit-box-shadow: none; }
          .nav-bar > li ul li a:hover {
            background: none; }
        .nav-bar > li ul li.current-menu-item > a {
          text-decoration: underline; }

/* TEXT-VISUAL SWITCH */
.artycok_mau_tv_switch {
  line-height: 1.4em;
  position: relative;
  padding-top: 8px; }
  .artycok_mau_tv_switch a {
    padding: 0 4px; }
    .artycok_mau_tv_switch a:hover, .artycok_mau_tv_switch a.active {
      text-decoration: underline; }

/* HEADER TOP RIGHT */
.artycok_mau_social_links,
.artycok_mau_lang_switch,
.artycok_mau_right_nav {
  text-align: right;
  clear: right; }

.artycok_mau_social_links {
  padding-top: 7px; }

.artycok_mau_lang_switch {
  margin-bottom: 4px; }
  .artycok_mau_lang_switch ul {
    margin: 0; }

.artycok_mau_right_nav li {
  padding-bottom: 3px; }

.artycok_mau_social_links li,
.artycok_mau_lang_switch li {
  display: inline;
  padding-left: 12px; }

/* HEAEDER ALHPABET NAV */
.artycok_mau_alphabet_nav {
  overflow: hidden; }

.artycok_mau_alphabet_nav li {
  float: left;
  padding: 0 10px 2px 0; }

.artycok_mau_alphabet_nav li a:hover {
  text-decoration: underline; }

.artycok_mau_alphabet_nav li a, .artycok_mau_alphabet_nav li a:hover,
.artycok_mau_alphabet_nav li a:hover,
.artycok_mau_alphabet_nav li a:hover:hover {
  -webkit-transition: font-weight 0.2s ease-out;
  -moz-transition: font-weight 0.2s ease-out;
  -o-transition: font-weight 0.2s ease-out;
  transition: font-weight 0.2s ease-out; }

/* SEARCH */
#searchform {
  padding-top: 10px; }
  #searchform label {
    display: none; }

#s {
  margin: 0;
  letter-spacing: 0.2em;
  font-size: .9em;
  color: #000;
  border: 1px solid #000;
  border-width: 0 0 1px 0;
  padding-left: 0; }
  #s:focus {
    padding-left: 7px; }

.search-submit {
  display: block;
  margin: 0 auto;
  padding-top: 7px; }

/* PAGINATION */
ul.pagination {
  height: auto;
  margin-left: -9px; }
  ul.pagination li a, ul.pagination li a:hover, ul.pagination li.current a, ul.pagination li.current a:hover {
    background: none;
    color: #000;
    padding: 0 7px 0 0;
    margin: 0;
    font-weight: normal; }
  ul.pagination li.current a, ul.pagination li.current a:hover {
    text-decoration: underline; }
  ul.pagination.below {
    padding-top: 8px;
    padding-left: 0px;
    margin-left: 5px; }

/* FOOTER */
body > footer.row {
  padding-top: 40px;
  padding-bottom: 20px; }

/* TAX LISTS */
.tax-list-title {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .3em;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000; }
  .tax-list-title:hover {
    text-decoration: none; }

.tax-list li {
  border-bottom: 1px solid #000;
  padding: 7px 0;
  height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

#list-load-more a {
  animation-name: mau_blink;
  -webkit-animation-name: mau_blink;
  -moz-animation-name: mau_blink;
  -ms-animation-name: mau_blink;
  -o-animation-name: mau_blink;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -ms-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite; }
  #list-load-more a:hover {
    text-decoration: none; }

/* THUMBNAILS */
.artycok_mau_thumbnail:after {
  content: " ";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent #F8F1D4;
  -webkit-transform: rotate(360deg);
  cursor: pointer;
  position: absolute;
  left: 48%;
  bottom: 48%; }

/* VISUAL MODE */
.visual .hentry {
  padding-top: 0;
  padding-bottom: 16px; }
  .visual .hentry > .inner {
    padding: 0 0 6px;
    border-bottom: 1px solid #000; }
  .visual .hentry h1 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 7px;
    margin-top: 7px; }
.visual .artycok_mau_thumbnail {
  position: relative; }
  .visual .artycok_mau_thumbnail img {
    width: 100%; }
  .visual .artycok_mau_thumbnail:after {
    border: none;
    left: 48%;
    bottom: 57%; }
.visual .artycok-post-meta a {
  display: inline;
  border-bottom: none; }

/* ARCHIVES */
.artycok-post-meta .inside {
  display: block;
  border-bottom: 1px solid #000; }
.artycok-post-meta a {
  width: 100%; }
.artycok-post-meta .date {
  text-align: right;
  word-spacing: 0.1em; }

.list-letter-heading {
  text-transform: uppercase; }

/* OFF CANVAS LAYOUT */
body {
  padding: 0;
  margin: 0; }

.row {
  overflow: hidden;
  width: 100%; }

.row .row {
  overflow: visible; }

.page-panel {
  width: 100%;
  padding: 0 15px;
  -webkit-transition: 0.3s margin ease-in-out;
  -moz-transition: 0.3s margin ease-in-out;
  -o-transition: 0.3s margin ease-in-out;
  transition: 0.3s margin ease-in-out; }

[role="main"] {
  display: block;
  position: relative;
  margin-left: 0;
  z-index: 2;
  width: 400%;
  overflow: hidden;
  float: none;
  left: 0;
  padding: 0;
  -webkit-transition: 0.5s all ease-in;
  -moz-transition: 0.5s all ease-in;
  -o-transition: 0.5s all ease-in;
  transition: 0.5s all ease-in; }

.page-panel {
  float: left !important;
  margin: 0;
  width: 25%; }

.column, .columns.page-panel {
  width: 25% !important; }

#switchPanels {
  padding-top: 20px; }

/* SINGLE */
.maudev_temp_video_thumb {
  width: 100%;
  margin: 14px 0;
  display: block; }

.artycok-post-share a {
  display: block; }

.single-post-tabs-content {
  padding-top: 28px;
  padding-bottom: 28px; }

.single .sidebar {
  padding-top: 10px; }
  .single .sidebar ul {
    margin-bottom: 25px; }
  .single .sidebar .artycok_crew ul {
    margin-left: 0;
    display: inline; }
    .single .sidebar .artycok_crew ul li {
      display: inline; }
      .single .sidebar .artycok_crew ul li:after {
        content: ","; }
      .single .sidebar .artycok_crew ul li:last-child:after {
        content: ""; }
  .single .sidebar .artycok_artist_crew {
    margin-top: 25px; }
    .single .sidebar .artycok_artist_crew:first-child {
      margin-top: 0; }
  .single .sidebar .show_more_crew {
    white-space: nowrap; }

.single .main_video_thumb {
  position: relative; }
  .single .main_video_thumb .no-video-yet {
    background: #f8f1d4;
    width: 100%;
    padding: 30px;
    text-align: center; }
.single .player-container > div[id^="placeholder"] {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 100% !important;
  width: 100% !important; }
.single .player-container embed {
  width: 100% !important; }
.single .post-title {
  text-transform: uppercase;
  font-size: 1em;
  margin: 0;
  line-height: 24px; }

.video-subtitle-line span {
  display: none;
  color: #666;
  padding-left: 15px;
  font-size: .8em; }
.video-subtitle-line:hover span {
  display: inline; }

#art_player_embed {
  height: 110px;
  display: block; }

/* TABS */
.single-post-tabs a {
  padding: 6px 0;
  width: 100%;
  display: block; }
.single-post-tabs .active a {
  border-bottom: 1px solid #000; }

.single-post-tabs-content .columns:last-child {
  float: left; }
.single-post-tabs-content.single-post-tabs-ready > div {
  display: none; }
  .single-post-tabs-content.single-post-tabs-ready > div.active {
    display: block; }

/* DISCUSSION */
#respond {
  font-size: 1em;
  font-weight: normal;
  color: #000; }

#commentform p {
  position: relative; }
#commentform input {
  width: 180px; }
#commentform label {
  position: absolute;
  left: 190px;
  top: 0;
  padding-top: 3px;
  color: #000;
  font-size: .9em; }

#comment {
  width: 360px;
  height: 120px; }

#submit {
  background: none;
  border: none;
  text-align: left;
  font-size: 1em;
  padding: 5px 10px 10px 0;
  cursor: pointer;
  width: 100px; }
  #submit:hover {
    text-decoration: underline; }

/* ALPHABET NAV */
.alphabet-nav {
  padding-top: 20px; }

/* FLOATS */
.floats {
  display: none; }
  .floats .artycok_mau_thumbnail {
    position: absolute;
    z-index: 550;
    width: 305px;
    max-width: 305px;
    height: 175px;
    overflow: hidden;
    background: #000;
    color: #F8F1D4; }
    .floats .artycok_mau_thumbnail img {
      position: absolute;
      bottom: -14px;
      left: 0; }
    .floats .artycok_mau_thumbnail .text-info {
      position: absolute;
      bottom: -200px;
      width: 100%;
      left: 0;
      padding: 10px; }
      .floats .artycok_mau_thumbnail .text-info a {
        color: #F8F1D4; }
      .floats .artycok_mau_thumbnail .text-info h2 {
        text-transform: uppercase;
        margin-bottom: 6px; }
        .floats .artycok_mau_thumbnail .text-info h2 a {
          width: 100%;
          padding-top: 130px;
          display: block;
          font-size: 14px; }
    .floats .artycok_mau_thumbnail .date {
      float: right;
      text-align: right;
      word-spacing: 0.6em; }
    .floats .artycok_mau_thumbnail:after {
      display: none; }
    .floats .artycok_mau_thumbnail .artycok_mau_thumbnail:after {
      display: block;
      left: 145px;
      bottom: 75px; }
    .floats .artycok_mau_thumbnail:hover .artycok_mau_thumbnail:after, .floats .artycok_mau_thumbnail.touched .artycok_mau_thumbnail:after {
      bottom: 275px; }
    .floats .artycok_mau_thumbnail:hover .text-info, .floats .artycok_mau_thumbnail.touched .text-info {
      bottom: 0;
      z-index: 551; }
    .floats .artycok_mau_thumbnail:hover img, .floats .artycok_mau_thumbnail.touched img {
      bottom: 200px; }
    .floats .artycok_mau_thumbnail img, .floats .artycok_mau_thumbnail img:hover,
    .floats .artycok_mau_thumbnail .text-info,
    .floats .artycok_mau_thumbnail .text-info:hover, .floats .artycok_mau_thumbnail::after, .floats .artycok_mau_thumbnail::after:hover, .floats .artycok_mau_thumbnail:hover img, .floats .artycok_mau_thumbnail:hover img:hover, .floats .artycok_mau_thumbnail.touched img, .floats .artycok_mau_thumbnail.touched img:hover, .floats .artycok_mau_thumbnail:hover .text-info, .floats .artycok_mau_thumbnail:hover .text-info:hover, .floats .artycok_mau_thumbnail.touched .text-info, .floats .artycok_mau_thumbnail.touched .text-info:hover, .floats .artycok_mau_thumbnail:hover:after, .floats .artycok_mau_thumbnail:hover:after:hover, .floats .artycok_mau_thumbnail.touched:after, .floats .artycok_mau_thumbnail.touched:after:hover {
      -webkit-transition: bottom 0.2s ease-out;
      -moz-transition: bottom 0.2s ease-out;
      -o-transition: bottom 0.2s ease-out;
      transition: bottom 0.2s ease-out; }

#float-thumbnail-1 {
  top: 260px;
  left: 20%; }

#float-thumbnail-2 {
  top: 300px;
  left: 60%; }

#float-thumbnail-3 {
  top: 500px;
  left: 10%; }

#float-thumbnail-4 {
  top: 540px;
  left: 43%; }

#float-thumbnail-5 {
  top: 660px;
  left: 70%; }

#float-thumbnail-6 {
  top: 760px;
  left: 20%; }

#floats-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 500;
  display: block;
  left: 0;
  top: 0; }

/* CONTACTS */
.contacts-by-country > li {
  float: left;
  width: 48%;
  padding-bottom: 22px; }
  .contacts-by-country > li h3 {
    font-size: 1em;
    letter-spacing: .2em;
    font-weight: normal; }
  .contacts-by-country > li a {
    font-size: 1em; }
    .contacts-by-country > li a:hover {
      text-decoration: underline; }
  .contacts-by-country > li ul {
    margin: 0; }

/* ABOUT */
.about-artycok {
  margin-top: 30px; }
  .about-artycok article {
    padding-top: 22px;
    border-bottom: 1px solid #000; }
    .about-artycok article header h2 {
      font-size: 1em;
      text-transform: uppercase;
      display: inline; }
    .about-artycok article header h3 {
      font-size: 1em;
      font-weight: normal;
      display: inline;
      margin-left: 20px; }
    .about-artycok article > .inner p {
      padding-right: 9%; }
    .hentry .about-artycok article > .inner {
      padding: 0; }

.contacts-by-country > li:first-child {
  margin-bottom: 200px; }

/* PARTNERS */
.partners {
  margin-top: 40px;
  padding: 0; }

.partners-list {
  margin-bottom: 36px; }

.mau_partners_list.mau_partners_list_tooltip li:after {
  content: ", "; }

.mau_partners_list.mau_partners_list_tooltip li:last-child:after {
  content: ""; }

.mau_partners_list.mau_partners_list_tooltip li {
  display: inline;
  line-height: 25px; }

/* FEEDBACK FORM */
.gform_wrapper .artycok-feedback-form textarea {
  padding: 8px;
  font-size: 1em; }
.gform_wrapper .artycok-feedback-form .top_label input.medium:focus {
  padding-left: 7px; }
.gform_wrapper .artycok-feedback-form .gform_footer {
  margin-top: 0; }
.gform_wrapper .artycok-feedback-form .top_label .gfield_label {
  display: none; }

.artycok-feedback-form textarea,
.artycok-feedback-form input {
  margin: 0;
  color: #000;
  border: 1px solid #000; }
.artycok-feedback-form input {
  padding-left: 0;
  border-width: 0 0 1px 0; }
  .artycok-feedback-form input.button {
    background: none;
    font-weight: normal;
    border: none; }
    .artycok-feedback-form input.button:hover, .artycok-feedback-form input.button:focus {
      color: #000;
      text-decoration: underline;
      box-shadow: none;
      -webkit-box-shadow: none; }
.artycok-feedback-form .gfield_required {
  display: none; }

/* NEWSLETTER FORM */
.gform_wrapper .artycok-newsletter-form .gfield {
  float: left;
  clear: none;
  width: 24.5%;
  margin-right: 1.7%; }
  .gform_wrapper .artycok-newsletter-form .gfield.newsletter-lang {
    width: 15%; }
  .gform_wrapper .artycok-newsletter-form .gfield .validation_message {
    font-weight: normal;
    font-size: 1em; }
  .gform_wrapper .artycok-newsletter-form .gfield.gfield_error {
    background: none;
    border: none;
    width: 24.5%;
    margin-right: 1.7%; }
    .gform_wrapper .artycok-newsletter-form .gfield.gfield_error.newsletter-lang {
      width: 15%; }
    .gform_wrapper .artycok-newsletter-form .gfield.gfield_error.gfield_contains_required {
      padding: 0 !important;
      margin: 0 1.7% 0 0 !important;
      border-color: #000; }
      .gform_wrapper .artycok-newsletter-form .gfield.gfield_error.gfield_contains_required .ginput_container {
        margin-top: 0; }
      .gform_wrapper .artycok-newsletter-form .gfield.gfield_error.gfield_contains_required label.gfield_label {
        margin-top: 10px; }
  .gform_wrapper .artycok-newsletter-form .gfield input {
    font-size: 1em;
    padding: 0 2%; }
.gform_wrapper .artycok-newsletter-form label,
.gform_wrapper .artycok-newsletter-form .top_label .gfield_label {
  font-weight: normal;
  font-size: 1em;
  color: #000;
  margin-bottom: 12px; }
.gform_wrapper .artycok-newsletter-form ul.gfield_checkbox {
  padding-top: 7px; }
  .gform_wrapper .artycok-newsletter-form ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    font-weight: normal;
    font-size: 1em; }
.gform_wrapper .artycok-newsletter-form .gfield_required {
  display: none; }
.gform_wrapper .artycok-newsletter-form .validation_error {
  display: none; }
.gform_wrapper .artycok-newsletter-form .gform_heading {
  margin-bottom: 12px; }
.gform_wrapper .artycok-newsletter-form .gform_footer {
  padding-left: 78.7%;
  padding-top: 0; }
  .gform_wrapper .artycok-newsletter-form .gform_footer .button {
    position: relative;
    top: 10px;
    color: #000;
    font-weight: normal;
    padding: 2px 0 10px 0;
    background: none;
    border: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none; }
    .gform_wrapper .artycok-newsletter-form .gform_footer .button:hover {
      background: none;
      text-decoration: underline; }

/* ONLINE EXHIBITIONS ARCHIVE */
a.expand-artists {
  display: none;
  width: auto;
  position: absolute;
  right: 1.6%;
  top: 0;
  font-size: 1.4em; }

.items-overflow .inside {
  padding-right: 15px; }
.items-overflow a.expand-artists {
  display: block; }

.artycok-post-meta.artists-expanded .inside {
  height: auto;
  white-space: normal; }

/* MEDIA QUERIES */
@media only screen and (max-width: 767px) {
  .tax-list-title {
    margin-bottom: 21px;
    font-weight: normal; }
    .active .tax-list-title {
      border-bottom: none; }

  #s {
    font-size: .95em; }

  .artycok_mau_thumbnail img {
    width: 100%; }

  .artycok-post-meta .inside {
    border: none; }
  .artycok-post-meta:last-child .inside {
    border-bottom: 1px solid #000;
    padding-bottom: 12px; }

  .floats {
    position: relative; }

  #floats-overlay {
    display: none; }

  #float-thumbnail-1, #float-thumbnail-2, #float-thumbnail-3,
  #float-thumbnail-4, #float-thumbnail-5, #float-thumbnail-6 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0; }

  .js-sticky {
    position: relative !important; }

  /* NEWSLETTER */
  .gform_wrapper .artycok-newsletter-form .gfield {
    float: none;
    width: 100%; }
    .gform_wrapper .artycok-newsletter-form .gfield.newsletter-lang {
      width: 100%; }
    .gform_wrapper .artycok-newsletter-form .gfield.gfield_error {
      width: 100%; }
  .gform_wrapper .artycok-newsletter-form .gform_footer {
    margin-top: 0;
    padding-left: 0; }
    .gform_wrapper .artycok-newsletter-form .gform_footer .button {
      text-align: left;
      width: auto; }

  .artycok_mau_tv_switch {
    z-index: 2;
    padding-bottom: 20px; }
    .artycok_mau_tv_switch a {
      padding: 0; }

  .artycok_mau_social_links {
    position: absolute;
    top: -12px;
    right: 10px;
    max-width: 110px; }

  .empty-col {
    display: none; } }
/* LARGE ONLY, BOTTOM UP */
@media all and (min-width: 768px) {
  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, p, blockquote, th, td {
    font-size: 15px; }

  [role="main"] {
    width: 100%;
    padding: 0;
    left: 0 !important; }

  .visual .hentry h1 {
    white-space: nowrap; }
  .visual .hentry:last-child {
    float: left; }
  .visual .artycok-post-meta > .columns {
    min-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .page-panel {
    display: block;
    margin: 0; }

  .three.page-panel {
    width: 25% !important; }

  .tax-list-title a {
    cursor: default;
    text-decoration: none; }

  .nav-bar > li {
    width: 50%; }
    .nav-bar > li ul {
      left: 50%;
      top: -18px;
      width: 50%; }
    .nav-bar > li > a:first-child {
      font-size: 15px; }

  aside.partners {
    margin-top: 0px; }

  .floats {
    display: block; }
    .floats h2, .floats .artists {
      white-space: nowrap;
      overflow: hidden; }

  .page-id-9 #s {
    margin-left: -8%; }

  .contacts-by-country > li {
    width: 26%; }

  .artycok_mau_tv_switch {
    text-align: center; }
    .artycok_mau_tv_switch a {
      padding-left: 12px; }

  #switchPanels {
    padding-top: 0; }

  .js-sticky {
    width: 100%;
    max-width: 1480px;
    background: #f8f1d4;
    z-index: 10;
    padding-top: 6px !important; }
    .js-sticky .columns {
      min-height: 30px; }

  .artycok-post-meta .inside {
    height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }

  .single-post-tabs a {
    border-bottom: 1px solid #000;
    padding: 0 0 2px; }
  .single-post-tabs .active a {
    border-bottom: none; }
  .single-post-tabs .empty {
    display: block;
    height: 24px;
    border-bottom: 1px solid #000; }

  .single .hentry h1,
  .archive .hentry h2 {
    font-family: "Relative Book", 'Century Gothic', Verdana, sans-serif;
    font-size-adjust: .5;
    font-weight: normal;
    font-style: normal;
    font-weight: normal;
    display: inline;
    text-transform: none; }

  .gform_wrapper.artycok-feedback-form_wrapper {
    max-width: 44%; }

  .single .artycok-post-meta {
    position: absolute;
    bottom: 0px;
    min-height: 24px; }
    .single .artycok-post-meta.flex-head {
      position: relative;
      bottom: 0; }
      .single .artycok-post-meta.flex-head .inside {
        height: auto;
        white-space: normal;
        padding-bottom: 6px; }
    .single .artycok-post-meta:nth-child(2) {
      left: 25%; }
    .single .artycok-post-meta:nth-child(3) {
      left: 50%; }
      .single .artycok-post-meta:nth-child(3).flex-head {
        left: 25%; }
    .single .artycok-post-meta:nth-child(4) {
      left: 75%; }
  .single .header-wrapper {
    overflow: hidden;
    position: relative;
    margin-bottom: 1px; }

  ul.pagination.below {
    margin-left: -16px; } }

/*# sourceMappingURL=style.css.map */
