/* reset */
/* main variables */
/*Canvas*/
/* open-sans-300 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v34-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/open-sans-v34-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}

/* open-sans-700 - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/open-sans-v34-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg'); /* Legacy iOS */
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans";
  background-color: #FFF;
  height: 100%;
  line-height: 1;
  position: relative;
  font-size: 16px !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #333;
  font-family: "Open Sans";
  outline: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none; }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a {
  color: #3843ad;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }


@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

/* reset */
/* main variables */
/*Canvas*/
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
header {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: left;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-order: 1; }

.title-bar {
  background-color: #707070;
  border-bottom: 1px solid white; }

.menu-icon:hover::after {
  background: white;
  -webkit-box-shadow: 0 7px 0 white, 0 14px 0 white;
  box-shadow: 0 7px 0 white, 0 14px 0 white; }

header .wrapper {
  padding-right: 0; }

.top-part {
  padding: 25px 0 0; }
  .top-part .wrapper {
    max-width: initial;
    padding-right: 0;
    background: transparent;
    border-bottom: 2px solid #707070; }
  .top-part ul.menu {
    -ms-flex-item-align: center;
    align-self: center;
    margin-right: 3em; }
    .top-part ul.menu li {
      font-size: 16px;
      padding: 10px 0;
      -webkit-box-flex: 2;
      -ms-flex-positive: 2;
      flex-grow: 2;
      text-align: center; }
      .top-part ul.menu li:last-child span {
        border-right: none; }
      .top-part ul.menu li span {
        font-size: 16px;
        padding: 0 1.5em;
        border-right: 2px solid #6f6f6f;
        color: #6f6f6f;
        text-transform: uppercase; }

.top-bar-left > ul.menu {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center; }
  .top-bar-left > ul.menu > li {
    padding: 2em 0 0; }
    .top-bar-left > ul.menu > li.active {
      position: relative; }
      .top-bar-left > ul.menu > li.active > a {
        background: transparent;
        color: white; }
    .top-bar-left > ul.menu > li:hover > a {
      background: transparent;
      color: #3843ad; }
    .top-bar-left > ul.menu > li:last-child a {
      border-right: none; }
    .top-bar-left > ul.menu > li a {
      border-right: 2px solid #d4d5cf;
      color: white;
      font-size: 1em;
      font-family: "Open Sans";
      text-align: left;
      padding: 0px 1.5em 15px; }

.bottom-part #main-nav {
  -ms-flex-item-align: end;
  align-self: flex-end; }

@media screen and (max-width: 1023px) {
  header .wrapper {
    padding: 0; } }

@media screen and (max-width: 1023px) {
  .top-bar-left > ul.menu > li {
    padding: 0 3px; }
    .top-bar-left > ul.menu > li a {
      font-size: 0.9em; } }

@media screen and (min-width: 640px) {
  .menu_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #707070; } }

@media screen and (max-width: 639px) {
  .top-part .wrapper {
    padding: 0 15px !important; }
    .top-part .wrapper h1.header-title {
      font-size: 1.5em; }
    .top-part .wrapper ul.menu {
      margin-right: 0; }
      .top-part .wrapper ul.menu li > a {
        padding: 0 1em; }
  .top-bar-left {
    background: #707070; }
    .top-bar-left > ul.menu > li {
      padding: 0; }
      .top-bar-left > ul.menu > li a {
        border-right: none;
        font-size: 1em;
        padding: 10px 15px; } }

body {
  overflow-x: hidden; }

.text-wrap, .img_wrap {
  padding: 15px 20px; }

.img_wrap img {
  width: 100%; }

.visible_on_fixed {
  display: none; }

.fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  top: 0;
  width: 100%;
  z-index: 99; }
  .fixed .visible_on_fixed {
    display: block; }
    .fixed .visible_on_fixed h1 {
      font-size: 2em;
      padding: 15px; }
  .fixed .wrapper {
    background-color: transparent; }

.main-wrapper {
  padding: 0 0 0 0;
  min-width: 320px;
  width: 100%;
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-pack: start;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start; }

.wrapper {
  min-width: 320px;
  max-width: 100%;
  position: relative;
  background: #dfdfdf; }

/* titles */
p {
  font-size: 1em;
  line-height: 1.55em;
  color: #575757;
  font-family: "Open Sans";
  padding: 1em 0 5px 0;
  font-weight: 400; }

h1 {
  font-size: 3em;
  line-height: 1em;
  color: #3843ad;
  font-family: "Open Sans";
  padding: 15px 0 15px 0;
  font-weight: 600; }

h2 {
  font-size: 2.5em;
  line-height: 1.1em;
  color: #3843ad;
  font-family: "Open Sans";
  padding: 15px 0 15px 0;
  font-weight: 300;
  text-transform: uppercase; }

h3 {
  font-size: 1.8em;
  line-height: 2rem;
  color: white;
  font-family: "Open Sans";
  padding: 15px 0 15px 0;
  font-weight: 400; }
  
div.cbp-popup-content h2 {
	color: #3843ad;
	margin-top:1.5em;
}

  div.cbp-popup-content h3 {
	color: #3843ad;
	margin-top:0.5em;
}

h4 {
  font-size: 1.5em;
  line-height: 1.5rem;
  color: white;
  font-family: "Open Sans";
  padding: 15px 0 15px 0;
  font-weight: 600; }

/* text position */
.text-left {
  text-align: left !important; }

.text-center {
  text-align: center !important; }

.text-right {
  text-align: right !important; }

.nowrap {
  white-space: nowrap !important; }

/* loader */
.loaded .main-wrapper {
  visibility: hidden; }

.icon-load {
  background: url(../img/loader.gif) no-repeat left top;
  background-size: contain;
  z-index: 1000;
  width: 5px;
  height: 5px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: scale(25, 25);
  -ms-transform: scale(25, 25);
  transform: scale(25, 25);
  display: none; }

.loaded .icon-load {
  display: block; }

/*
================================================================================
|                                     CONTENT                                 |
================================================================================
*/
.content {
  min-width: 320px;
  text-align: left;
  width: 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-order: 2;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  background: #ffffff; }

/*a.link {
  color: $active-color;
  font-family: $custom-font-family;
  line-height: 14px;
  font-size: 14px;
  display: flex;
  padding: 5px 0;
  &:hover {
    color: $menu-color;
  }
}*/
.mt-0 {
  margin-top: 0 !important; }

span.bold {
  font-weight: bold; }

.btn {
  border: none;
  overflow: hidden;
  background-color: #e6e6e6;
  text-align: center;
  line-height: 16pt;
  font-size: 0.9em;
  margin: 0 auto;
  padding: 12px 15px;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s; }
  .btn:hover, .btn.active {
    background-color: #3843ad;
    color: #fff; }
  .btn.btn-blue {
    background-color: #3843ad;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .btn.btn-blue i {
      font-size: 1.5em;
      margin-right: 10px; }
    .btn.btn-blue:hover, .btn.btn-blue.active {
      background-color: #e6e6e6;
      color: #000; }

section .section_header {
  text-transform: lowercase;
  font-size: 3em;
  font-weight: bold;
  line-height: inherit;
  padding-top: 0; }

section#l_slider .wrapper {
  padding-bottom: 3em; }

section#artwork .wrapper {
  padding: 2em 2em 1em 0; }

section#about_me .wrapper {
  padding: 2em 2em 1em 0; }

section#exhibitions .wrapper {
  padding: 2em 2em 1em 0; }

section#contact .wrapper {
  padding: 2em 2em 1em 0; }

.section_header {
  text-transform: uppercase;
  font-family: "Open Sans"; }

.base_ff {
  font-family: "Open Sans"; }

.custom_ff {
  font-family: "Open Sans"; }

div.grid-x.grid-margin-x.exh p {
  line-height: 1.2em;
  padding-top: 12px;}

/*  .cbp-l-inline {
    padding: 0 15px 0 0;
    background: transparent !important;
  }
  .cbp-l-inline-left {
    float: left;
    width: 50%;
  }
  .cbp-l-inline-right {
    float: right;
    width: 50%;
    padding-left: 15px;
  }*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    min-height: 100hv;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

@media screen and (min-width: 1750px) {
  body {
    font-size: 18px !important;
    /*.wrapper {
      margin: 0 auto;
    }*/ } }

@media screen and (min-width: 1024px) {
  .wrapper {
    margin: 0 10% 0 0;
    padding-left: 7.5% !important; }
  /*.cbp-wrapper-outer {
    margin-right: 0;
    width: 50%;
  }*/ }

@media screen and (max-width: 1023px) {
  main .wrapper {
    padding: 0 15px !important; } }

@media screen and (max-width: 639px) {
  main .wrapper {
    padding: 0 15px !important; } }

.inner-head {
  text-align: center;
  color: #3843ad;
  margin: 20px 0 15px; }

.filter-head h4 {
  color: #3843ad;
  text-align: center;
  font-weight: 400; }

.items-filter {
  background-color: white;
  margin: 3em 2em;
  padding: 2em;
  margin-bottom: 0; }

button.filter {
  border: none;
  overflow: hidden;
  background-color: #e6e6e6;
  padding: 10px 2px;
  text-align: center;
  line-height: 16pt;
  font-size: 0.9em;
  margin: 5px auto;
  width: 100%;
  -webkit-transition: all 0.2s ease-out 0.1s;
  -moz-transition: all 0.2s ease-out 0.1s;
  -ms-transition: all 0.2s ease-out 0.1s;
  -o-transition: all 0.2s ease-out 0.1s;
  transition: all 0.2s ease-out 0.1s; }
  button.filter:hover, button.filter.active {
    background-color: #3843ad;
    color: #fff; }

#filering-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.result-container {
  -webkit-box-shadow: 10px 3px 5px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 10px 3px 5px -5px rgba(0, 0, 0, 0.2); }
  .result-container #filering-result .result-item {
    display: none;
    width: 25%;
    padding: 5px; }
    .result-container #filering-result .result-item.show {
      display: inline-block; }
    .result-container #filering-result .result-item a {
      display: block; }

.third-filter-line {
  margin: 10px 0; }
  .third-filter-line .inner-head {
    margin: 25px 0;
    padding: 20px; }

.inner-content {
  margin: 5px 10px; }

.slider-1, .slider-2 {
  margin-top: 40px; }

/*SLIDERS*/
.noUi-horizontal {
  height: 5px; }

.noUi-horizontal .noUi-handle {
  background-color: #3843ad;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  .noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
    content: none; }

.result-footer .btn {
  display: block;
  width: 100%;
  color: #263687;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #e8e8e8;
  text-align: center;
  padding: 10px;
  margin-top: 25px; }
  .result-footer .btn:hover {
    color: #3843ad; }

.noUi-tooltip {
  font-size: 10pt; }

.noUi-pips {
  font-size: 10pt; }

.noUi-marker-normal {
  background: none; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 8px; }

.noUi-connect {
  background-color: #3843ad; }

  
a.cbp-l-loadMore-link.pdf {
	margin-bottom:2em;
}

a.cbp-l-loadMore-link.pdf:before {
    content: "";
    display: block;
    background: url("../img/book.png") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 10px 10px 0 0;
}

a.cbp-l-loadMore-link.shop:before {
    content: "";
    display: block;
    background: url("../img/cart.png") no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    margin: 10px 10px 0 0;
}
  
  
/*
================================================================================
|                                     FOOTER                                   |
================================================================================
*/
footer {
  text-align: left;
  width: 100%;
  min-width: 320px;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  -webkit-order: 3; }
  footer ul.menu li {
    color: #d0d0d0; }
    footer ul.menu li a {
      padding: 5px 0;
      font-weight: 200;
      color: #d0d0d0; }
      footer ul.menu li a:hover {
        color: #3843ad; }
  footer .wrapper {
    background-color: #656161;
    padding: 2em 0; }

@media screen and (max-width: 1023px) {
  footer ul.menu {
    margin: 10px 0; }
  footer .wrapper {
    padding: 0 15px !important; } }

@media screen and (max-width: 639px) {
  footer .wrapper {
    padding: 0 15px !important; } }

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