/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

html { color: #000; font-size: 12px; line-height: 1.333; box-sizing: border-box; }
body,html{width:100%;height:100%;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;}

::-moz-selection {background: #b3d4fc;text-shadow: none;}
::selection {background: #b3d4fc;text-shadow: none;}

hr {display: block;height: 1px;border: 0;border-top: 1px solid #ccc;margin: 1em 0;padding: 0;}
audio,canvas,iframe,img,svg,video {vertical-align: middle;}
fieldset {border: 0;margin: 0;padding: 0;}
textarea {resize: vertical;}
.browserupgrade {margin: 0.2em 0;background: #ccc;color: #000;padding: 0.2em 0;}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

*, *:before, *:after { box-sizing: inherit; margin: 0; padding: 0; }

/* Containers
----------------------------------------------------------------------------------------------------*/
.container { width: 90%; margin-left: auto; margin-right: auto; padding-left: 15px; max-width: 1400px; }

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { float: left; position: relative; padding-right: 15px; margin-bottom: 15px; }
.grid_12 { float: none; clear: both; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.grid_1 {width:calc(1/12 * 100%);}
.grid_2 {width:calc(2/12 * 100%);}
.grid_3 {width:calc(3/12 * 100%);}
.grid_4 {width:calc(4/12 * 100%);}
.grid_5 {width:calc(5/12 * 100%);}
.grid_6 {width:calc(6/12 * 100%);}
.grid_7 {width:calc(7/12 * 100%);}
.grid_8 {width:calc(8/12 * 100%);}
.grid_9 {width:calc(9/12 * 100%);}
.grid_10 {width:calc(10/12 * 100%);}
.grid_11 {width:calc(11/12 * 100%);}
.grid_12 {width:100%;}

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.prefix_1 { margin-left:calc(1/12 * 100%); }
.prefix_2 { margin-left:calc(2/12 * 100%); }
.prefix_3 { margin-left:calc(3/12 * 100%); }
.prefix_4 { margin-left:calc(4/12 * 100%); }
.prefix_5 { margin-left:calc(5/12 * 100%); }
.prefix_6 { margin-left:calc(6/12 * 100%); }
.prefix_7 { margin-left:calc(7/12 * 100%); }
.prefix_8 { margin-left:calc(8/12 * 100%); }
.prefix_9 { margin-left:calc(9/12 * 100%); }
.prefix_10 { margin-left:calc(10/12 * 100%); }
.prefix_11 { margin-left:calc(11/12 * 100%); }

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.suffix_1 { margin-right:calc(1/12 * 100%); }
.suffix_2 { margin-right:calc(2/12 * 100%); }
.suffix_3 { margin-right:calc(3/12 * 100%); }
.suffix_4 { margin-right:calc(4/12 * 100%); }
.suffix_5 { margin-right:calc(5/12 * 100%); }
.suffix_6 { margin-right:calc(6/12 * 100%); }
.suffix_7 { margin-right:calc(7/12 * 100%); }
.suffix_8 { margin-right:calc(8/12 * 100%); }
.suffix_9 { margin-right:calc(9/12 * 100%); }
.suffix_10 { margin-right:calc(10/12 * 100%); }
.suffix_11 { margin-right:calc(11/12 * 100%); }

@media screen and (max-width: 1024px) {

    .container { width: 100%; }

}

/* ----------------------------------------------------------------------------------------------------*/


body { font-family: 'Open Sans', sans-serif; background-color: #d0cec2; padding-top: 128px; }

h1, h2, h3, h4, h5, h6 { font-family: 'Julius Sans One', sans-serif; font-weight: 400; margin: 0; padding: 0; }

h1 { position: relative; left: -6px; font-size: 48px; }
h1.small { font-size: 24px; left: -2px; }
h2 { position: relative; font-size: 18px; }

p { font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; }

a { color: #000; text-decoration: none;}

.anchor { display:inline-block; width: 0; height:0; }

.overflow-text { /*white-space: nowrap;*/ overflow: hidden; text-overflow: ellipsis; }

.more { text-align: right }

.share { display: inline-block; width: 25px; height: 25px; margin-right: 6px; overflow: hidden; background-image: url(../img/icons-share.png); background-repeat: no-repeat;  }
.share-icon {background-position: 0 0;}
.facebook-icon {background-position: -31px 0;}
.gplus-icon {background-position: -62px 0;}
.pinterest-icon {background-position: -93px 0;}
.twitter-icon {background-position: -124px 0;}

@media screen and (max-width: 480px) {

  h1 { font-size: 24px; left: -2px; }

}


/* Nav
----------------------------------------------------------------------------------------------------*/

header { position: fixed; z-index: 10; right: 0; left: 0; top: 0; background-color: #d0cec2; }
header .container { padding-top: 22px; }
.header-footer { display: none; width: 90%; margin: 0 auto; max-width: 1400px; height: 15px; background-color: #eeede5; }
.headroom { transition: -webkit-transform 200ms linear; transition: transform 200ms linear; }
.headroom--pinned { -webkit-transform: translateY(0%); transform: translateY(0%); }
.headroom--unpinned { -webkit-transform: translateY(-100%); transform: translateY(-100%); }
.headroom--pinned .header-footer { display: block; }

.logo { float: left; margin-right: calc(45/1035 * 100%); margin-bottom: 15px; }

.toggleMenu { position: relative; display: none; padding: 8px 0; width: 22px; float: right; margin-right: 15px; }
.toggleMenu span { display: block; background: #000; height: 2px; }
.toggleMenu:before, .toggleMenu:after { position: absolute; left: 0; content:""; display: block; background: #000; height: 2px; width: 100%; }
.toggleMenu:before { top: 0; }
.toggleMenu:after { bottom: 0; }
.nav { list-style: none; position: relative; z-index: 999999; }
.nav ul { list-style: none; }
.nav a { padding: 0 0; color:#000; }
.nav li { position: relative; }
.nav > li { float: left; padding-right: calc(45/1035 * 100%); margin-top: 57px; }
.nav > li > .parent {  }
.nav > li > a { display: block; padding-bottom: 34px; }
.nav > li.active:after, .nav > li.hover:after {
    position: absolute; left: 0; bottom:0; content: ""; width: 0; height: 0;
    border-style: solid; border-width: 0 14.5px 15px 14.5px; border-color: transparent transparent #eeede5 transparent;
}
.nav li  ul { position: absolute; left: -9999px; opacity: 0; transition: opacity 500ms ease-out;  }
.nav > li.hover > ul { left: -21px; top: 100%; opacity: 1; transition: opacity 500ms ease-out;   }
.nav li li.hover ul { left: 100%; top: 0; }
.nav li li a { display: block; padding: 2px 21px 2px 21px; margin-bottom: 4px; background: #eeede5; white-space: nowrap; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25); }
.nav li li a:hover, .nav li li a.active { background: #a39e99; color: #edece4; }
.last { float: right !important; padding-right: 15px !important; margin-top: 0 !important; }
.last.hover:after { display: none; }

.basket { background: url(../img/icon-basket.png) no-repeat; color: #eeede5; margin-top:18px; padding-left: 33px; }
.basket span { display: inline-block; vertical-align: top; color: #eeede5; padding-top: 6px }
.basket span a { color: #eeede5; }
.basket span:last-child { display: block; height: 20px; line-height: 20px; float: right; color: #000; border: 1px solid #edece4; padding: 0 7px; }

.search { margin-top: 16px; }
.search input { display: inline-block; vertical-align: top; border: 0; }
.search input[type="submit"] { width: 33px; height: 23px; background: url(../img/icon-search.png) no-repeat; }
.search input[type="text"] { width: calc(100% - 33px); height: 20px; font-size: 12px; line-height: 20px; padding: 0 7px; border: 1px solid #edece4; background: transparent; }

.gsc-selected-option-container { width: 150px!important; }

@media screen and (max-width: 920px) {
    .active { display: block; }
    .nav { float: none; clear: both; padding-bottom: 30px; }
    .nav > li { float: none; padding: 0; margin-top: 0; }
    .nav > li > a { display: block; margin-top: 0; padding-bottom: 10px; }
    .nav li ul { margin-bottom: 15px; }
    .nav li li a { padding: 0; margin-bottom: 4px; background: transparent; box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0); }
    .nav li li a:hover { background: transparent; color: #000; }
    .nav > li > .parent { background-position: 95% 50%; }
    .parent { position: relative; }
    .parent:after { position: absolute; right: 15px; top:0; content: ""; width: 0;height: 0;border-style: solid; border-width: 5px 4.5px 0 4.5px; border-color: #000000 transparent transparent transparent; }
    .hover .parent:after { border-width: 0 4.5px 5px 4.5px; border-color: transparent transparent #000000 transparent; }
    .nav ul { display: block; width: 100%; }
    .nav > li.hover > ul , .nav li li.hover ul { position: static; }
    .nav > li.active:after, .nav > li.hover:after { display: none; }
    .last { max-width: 200px; float: none !important; padding-right: 0 !important; }
    .basket { margin-top:5px; }
    .search { margin-top: 16px; }
}


article { position: relative; padding-top: 15px; margin-bottom: 15px; background-color: #eeede5 }

.img-wrap, .img-wrap-square { position: relative; width: 100%; }
.img-wrap:after {content: ""; display: block; padding-top: 75%;}
.img-wrap-square:after {content: ""; display: block; padding-top: 100%;}
.img-inner { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.img-inner img {  }

.quotes {text-align: center; padding-top: 60px}
.quotes div { margin-bottom: 60px; }
.quotes div.quotelogo { margin-bottom: 0; padding: 0 10%; overflow: hidden; }
.quotes div.quotelogo img { width: auto; height: auto; max-width: 100%; max-height: 50px; }
.quotes p { text-align: left; padding: 15px 10% 0 10% }

@media screen and (max-width: 640px) {

  .exhibition-announcement .grid_7, .exhibition-announcement .grid_5 { width: 100%; }
  .quotes .grid_4 { width: 100%; }
  .quotes p { text-align: left; padding: 15px 0 0 0 }

}

@media screen and (max-width: 480px) {

  .working-hours .grid_4, .working-hours .grid_8 { width: 100%; }


}


/* Slider */
.slick-slider {
    position: relative; display: block;
    -moz-user-select: none; -ms-user-select: none; -webkit-user-select: none; user-select: none;
    -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
.slick-list.dragging { cursor: pointer; cursor: hand; }
.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
.slick-track { position: relative; top: 0; left: 0; display: block; }
.slick-track:before, .slick-track:after { display: table; content: ''; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }
.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-loading .slick-list { background: #fff url('../img/ajax-loader.gif') center center no-repeat; }

/* Arrows */
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 0; display: block; height: 100%; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: transparent; }
.slick-prev:before, .slick-next:before {
  content: ""; opacity: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%);
  display: block; width: 34px; height: 60px; background-position: center; background-repeat: no-repeat;
  transition: opacity 0.5s;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus { color: transparent; outline: none; background: transparent; }
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before { opacity: 1; transition: opacity 0.5s; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: .25; }
.slick-prev { left: 0; }
.slick-next { right: 0; }
.slick-prev:before { left: 5%; background-image: url(../img/arrow-prev.png); }
.slick-next:before { right: calc(5% + 15px); background-image: url(../img/arrow-next.png); }

/* Dots */
.slick-slider { margin-bottom: 30px; }
.slick-dots { position: absolute; bottom: -45px; display: block; width: 100%; padding: 0; list-style: none; text-align: center; }
.slick-dots li { position: relative; display: inline-block; width: 20px; height: 20px; margin: 0 5px; padding: 0; cursor: pointer; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 20px; height: 20px; padding: 5px; cursor: pointer; color: transparent; border: 0; outline: none; background: transparent; }
.slick-dots li button:hover, .slick-dots li button:focus { outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before { opacity: 1; }
.slick-dots li button:before { font-family: 'slick'; font-size: 6px; line-height: 20px; position: absolute; top: 0; left: 0; width: 20px; height: 20px; content: '•'; text-align: center; opacity: .25; color: black; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: .75; color: black; }

.slick-slide { width: 100%; display: inline-block; position: relative; }
.slick-slide:after { content: ""; padding-top: 75%; display: block;  }

.slider-for .slick-prev { width: 30%; }
.slider-for .slick-next { width: 30%; }

.slick-slide span { position: absolute; display: block; top: 0; left: 0; background:#eeede5; margin:0; padding:0; text-align: center; width: calc(100% - 15px); height: calc(100% - 15px); }
.slick-slide span img {  }
.slider-nav .slick-slide { cursor: pointer; }
.slider-nav .slick-slide span { right: 15px; bottom: 15px; overflow: hidden; text-align: center; }
.slider-nav .slick-slide span img {  }
.slider-nav .slick-slide { border-bottom: 1px solid #e2e1d8}
.slider-nav .slick-center:before { content: ""; position: absolute; left: 0; bottom: -1px; width: calc(100% - 15px); height: 3px; background-color: #000; }

.slider-thumbs .slick-slide:after { display: none; }
.slider-thumbs .slick-slide div { width: 100%; display: inline-block; position: relative; }
.slider-thumbs .slick-slide div:after { content: ""; padding-top: 75%; display: block;  }
/*.slider-thumbs .slick-slide div a { position: absolute; display: block; top: 0; right: 15px; bottom: 15px; left: 0; background:#eeede5; margin:0; padding:0; overflow: hidden; }*/
.slider-thumbs .slick-slide div a { display: block; overflow: hidden; position: absolute; background:#eeede5; top: 0; left: 0; margin: 0; padding: 0; width: calc(100% - 15px); height: calc(100% - 15px); }
.slider-thumbs .slick-slide { border-bottom: 1px solid #e2e1d8}
.slider-thumbs .slick-slide p { margin-bottom: 15px; }
.slider-thumbs .slick-current:before { content: ""; position: absolute; left: 0; bottom: -1px; width: calc(100% - 15px); height: 3px; background-color: #000; }



.slick-slider{margin:0 auto 15px 0;}

@media screen and (max-width: 640px) {

  .caption .grid_5 { width: 100%; margin-left: 0; }
  .caption-text { padding-left: 15px; }

}


.slideshow { position: relative; float: none; clear: both; }
.slideshow:hover .caption { opacity: 1; transition: opacity .5s linear; }
.caption { position: absolute; z-index: 2; top: 0; left: 0; width: 100%; background-color: rgba(238,237,229,0.75); opacity: 0; transition: opacity .5s linear; }
.social { padding: 15px 0 0 15px; }
.buy { margin-bottom: 0; }
.buy a { display: inline-block; padding: 3px 15px 11px; border-right: 1px solid #000;  }





.item-origin p { line-height: 2; margin-top: -7px; }
.item-more { margin-top: 30px; }

@media screen and (max-width: 640px) {

    .exhibition .grid_7, .exhibition .grid_5 { width: 100% }

}

@media screen and (max-width: 480px) {

    .item-origin div { width: 100%; }
    .item-origin-text p { line-height: 1.333; margin-top: -7px; }

}



.news-headline { margin-bottom: 0; }
.news-item .img-wrap, .text-item .img-wrap{ margin-bottom: 15px; }
.pagination a { display: inline-block; margin-right: 30px; color: #cacaca }
.pagination a.active { color: #000 }

@media screen and (max-width: 640px) {

    .news-item .grid_3, .news-item .grid_9, .text-item .grid_3, .text-item .grid_9 { width: 100%; }

}


.thumb { position: relative; display: inline-block; vertical-align: top; width: 20%; padding-right: 15px; margin-bottom: 30px; }
.thumb .img-wrap{ margin-bottom: 15px; }
.thumb p span { color: #ca0026 }

.shop { padding-bottom: 30px }
.shop .thumb { margin-bottom: 15px; }
.thumbnails-group { margin-top: 45px; }

.thumb:hover .tooltip { clip: auto; height: auto; width: 150%; margin: 0; overflow: visible; opacity: 1; transition: opacity .25s linear; }
.tooltip {
  position: absolute; left: 0; top: 25px; z-index: 2; width: 1px; padding: 10px 5px; background-color: #66605e; color: #fff; margin-top: 9px; opacity: 0; transition: opacity .25s linear;
  border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden;
}
.tooltip:before { position: absolute; left:10px; top:-9px; content:""; width: 0; height: 0; border-style: solid; border-width: 0 8.5px 9px 8.5px; border-color: transparent transparent #66605e transparent; }
.col-half { display: inline-block; vertical-align: top; width: 50%; padding: 0 5px; }
.tooltip .img-wrap { margin-bottom: 0; }


@media screen and (max-width: 920px) {

  .thumb { width: 25%; }

}

@media screen and (max-width: 640px) {

  .thumb { width: 50%; }
  .thumb:hover .tooltip { width: 100%; }

}

@media screen and (max-width: 480px) {

  .thumb { width: 100%; }
  .thumb:hover .tooltip { width: calc(100% - 15px); }

}


.visitus {}

@media screen and (max-width: 640px) {

  .visitus .grid_4, .visitus .grid_8 { width: 100%; margin-left: 0; margin-right: 0; }

}



.shop-item {}
.shop-item .caption-text { margin-top: 15px; }
.item-name {}
.item-author { text-align: right; }
.item-name h1, .item-author h1 { font-size: 18px; }
.item-description { margin-bottom: 25px; }
.item-description-cat { color: #6a635f; margin-bottom: 5px }
.item-description-txt { margin-bottom: 5px }
.item-footer { text-align: right; }
.item-footer div { display: inline-block; height: 30px; line-height: 30px; vertical-align: middle; border-right: 1px solid #000; margin: 0; padding: 0 30px; }
.item-footer div:last-child { border: 0; }
.item-footer a { display: inline-block; line-height: 30px; }

@media screen and (max-width: 640px) {

  .shop-item .item-name, .shop-item .item-author { width: 100%; }
  .item-author { text-align: left; }
  /*.shop-item .item-description-cat {width:calc(2/12 * 100%);}
  .shop-item .item-description-txt {width:calc(10/12 * 100%);}*/
  .shop-item .item-description-cat, .shop-item .item-description-txt {width: 100%;}

  .item-footer { text-align: left; }
  .item-footer div { width: 50%; padding: 0; text-align: center; }
  .item-footer .social { display: block; width: auto; padding: 0; border: 0; margin-bottom: 15px; }

}

@media screen and (max-width: 480px) {

  .shop-item .item-description-cat, .shop-item .item-description-txt {width: 100%;}

}


.checkout-item { border-top: 1px solid #000; padding: 15px 0 30px 0; margin-right: 15px }
.checkout-item p { margin-bottom: 5px; }
.checkout-item span { display: inline-block; vertical-align: middle; line-height: 20px; margin-right: 5px; }
.editable { width: 50px; text-align: right; padding: 0 7px; background-color: #fff; border: 1px solid #000 }

.checkout-form fieldset { display: block; padding: 15px 0 30px 0; border-bottom: 1px solid #000; }
.checkout-form fieldset:last-child { border: 0 }
.checkout-form p:before, .checkout-form p:after {content: " "; display: table;}
.checkout-form p:after {clear: both;}
.checkout-form label { line-height: 20px; }
.checkout-form input { width: 100%; line-height: 20px; padding: 0 5px; border: 1px solid #000; background-color: #fff; color: #000; }
.checkout-form button { width: 100%; border: 1px solid #000; background-color: #edece4; color: #ca0026; text-align: left; padding-left: 10% }
.checkout-form button:after, .checkout-form button:before {bottom: 21px;left: 20%;border: solid transparent;content: "";height: 0;width: 0;position: absolute;pointer-events: none;}
.checkout-form button:after {border-color: rgba(237, 236, 228, 0);border-bottom-color: #edece4;border-width: 10px;margin-left: -10px;}
.checkout-form button:before {border-color: rgba(0, 0, 0, 0);border-bottom-color: #000000;border-width: 11px;margin-left: -11px;}

.item-col { display: block; }

.checkout-form fieldset.place-order p { margin-top: 15px }

@media screen and (max-width: 768px) {

  .checkout-item-data .item-col { width: 28%; margin: 0; }
  .checkout-item-data .item-col:first-child { width: 4%; }
  .checkout-item-data .item-col:last-child { width: 12%; }
  .checkout-item-total .item-col { margin: 0; }
  .checkout-item-total .item-col:first-child { width: 28%; margin-left: 4%; }
  .checkout-item-total .item-col:last-child { width: 68%; }

  .checkout-form fieldset p { margin-bottom: 15px; }
  .checkout-form fieldset p label { margin: 0; }
  .checkout-form fieldset p label:first-child { width: 32%; }
  .checkout-form fieldset p label:last-child { width: 68%; }

  .checkout-form fieldset.place-order p label { margin: 0; }
  .checkout-form fieldset.place-order p label:first-child, .checkout-form fieldset.place-order p label:last-child { margin-left: 32%; width: 68%; }
  .checkout-form fieldset.place-order p label:first-child { margin-bottom: 15px }

}

@media screen and (max-width: 640px) {

  .checkout-item-data .item-col, .checkout-item-data .item-col:first-child, .checkout-item-data .item-col:last-child { width: 100%; }
  .checkout-item-total .item-col { margin: 0; }
  .checkout-item-total .item-col:first-child { width: 28%; margin-left: 4%; }
  .checkout-item-total .item-col:last-child { width: 68%; }

  .checkout-form fieldset p label:first-child, .checkout-form fieldset p label:last-child { width: 100%; }
  .checkout-form fieldset.place-order p label:first-child, .checkout-form fieldset.place-order p label:last-child { margin-left: 0; width: 100%; }

}


.google-maps { position: relative; padding-bottom: 75%; height: 0; overflow: hidden; }
.google-maps iframe { position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }


.navArrow { position: absolute; width: 34px; height: 60px; top: 50%; margin-top: -30px; }
.prevItem { left: 15px; background: url(../img/arrow-prev.png) no-repeat; }
.nextItem { right: 15px; background: url(../img/arrow-next.png) no-repeat; }



footer { background-color: #eeede5; padding-top: 30px; }
footer div { margin-bottom: 30px !important; }
footer div:last-child { text-align: right; }
footer div a { margin-right: 15px; }
footer div a:last-child { margin-right: 0; }

@media screen and (max-width: 640px) {

  footer div { width: 100% !important; }
  footer div:last-child { text-align: left; }

}

@media screen and (max-width: 480px) {

  footer div:last-child { text-align: center; }

}

.caption-container { height: 75px; overflow: hidden; }
.caption-container-expanded { height: auto; }
/*.caption-container-expanded { max-height: 500px; -webkit-transition: max-height 1s ease-out; transition: max-height 1s ease-out; }
.caption-container-contracted { max-height: 75px; overflow: hidden; -webkit-transition: max-height 1s ease-out; transition: max-height 1s ease-out;}*/


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {display: none !important;}
.visuallyhidden {border: 0;clip: rect(0 0 0 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {clip: auto;height: auto;margin: 0;overflow: visible;position: static;width: auto;}
.invisible {visibility: hidden;}
.clearfix:before,.clearfix:after {content: " "; display: table;}
.clearfix:after {clear: both;}


@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,*:before,*:after {background: transparent !important;color: #000 !important;box-shadow: none !important;text-shadow: none !important;}
    /*a,a:visited {text-decoration: underline;}*/
    /*a[href]:after {content: " (" attr(href) ")";}*/
    abbr[title]:after {content: " (" attr(title) ")";}
    a[href^="#"]:after,a[href^="javascript:"]:after {content: "";}
    pre,blockquote {border: 1px solid #999;page-break-inside: avoid;}
    thead {display: table-header-group;}
    tr,img {page-break-inside: avoid;}
    img {max-width: 100% !important;}
    p,h2,h3 {orphans: 3;widows: 3;}
    h2,h3 {page-break-after: avoid;}
    header, footer, .item-footer, .prevItem, .nextItem, .item-name, .item-author {display:none;}
    article, body { padding: 0; margin: 0; }
    .img-wrap, .img-inner { position: relative; top: 0; left: 0; width: 100%; height: auto; padding: 0; margin: 0; text-align: left;}
    .img-inner img { position: relative; max-width: 100%; max-height: 420px; height: auto; top: 0; left: 0; margin: 0; }
    .img-wrap:after { content: ""; display: block; padding-top: 0; }
}

@media screen and (max-width: 640px) {

  .vouchers { display: flex; flex-direction: column;}
  .vouchers .grid_4 { width: 100%; }
  .vouchers .grid_6 { width: 100%; }
  .vouchers .grid_2 { width: 100%; }

}
