@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* EMPTY
@import url("http://fast.fonts.net/lt/1.css?apiType=css&c=512191a7-6fef-47e3-af32-79a4927f63d8&fontids=694355,694358,694361");
*/
html,
button,
input,
select,
textarea {
  color: #222;
}
body {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
img {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*---------------------------------------------------
    LESS Prefixer
  ---------------------------------------------------
    
    All of the CSS3 fun, none of the prefixes!

    As a rule, you can use the CSS properties you
    would expect just by adding a '.':

    box-shadow => .box-shadow(@args)

    Also, when shorthand is available, arguments are
    not parameterized. Learn CSS, not LESS Prefixer.

    -------------------------------------------------
    TABLE OF CONTENTS
    (*) denotes a syntax-sugar helper
    -------------------------------------------------

        .animation(@args)
            .animation-delay(@delay)
            .animation-direction(@direction)
            .animation-duration(@duration)
            .animation-iteration-count(@count)
            .animation-name(@name)
            .animation-play-state(@state)
            .animation-timing-function(@function)
        .background-size(@args)
        .border-radius(@args)
        .box-shadow(@args)
            .inner-shadow(@args) *
        .box-sizing(@args)
            .border-box() *
            .content-box() *
        .columns(@args)
            .column-count(@count)
            .column-gap(@gap)
            .column-rule(@args)
            .column-width(@width)
        .gradient(@default,@start,@stop) *
            .linear-gradient-top(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
            .linear-gradient-left(@default,@color1,@stop1,@color2,@stop2,[@color3,@stop3,@color4,@stop4])*
        .opacity(@factor)
        .transform(@args)
            .rotate(@deg)
            .scale(@factor)
            .translate(@x,@y)
            .translate3d(@x,@y,@z)
            .translateHardware(@x,@y) *
        .text-shadow(@args)
        .transition(@args)
            .transition-delay(@delay)
            .transition-duration(@duration)
            .transition-property(@property)
            .transition-timing-function(@function)



    Credit to LESS Elements for the motivation and
    to CSS3Please.com for implementation.

    Copyright (c) 2012 Joel Sutherland
    MIT Licensed:
    http://www.opensource.org/licenses/mit-license.php

-----------------------------------------------------*/
/* Animation */
/* Background Size */
/* Border Radius */
/* Box Shadows */
/* Box Sizing */
/* Columns */
/* Gradients */
/* Opacity */
/* Text Shadow */
/* Transforms */
/* Transitions */
.contentCol {
  min-height: 20px;
  float: left;
  position: relative;
  width: auto;
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.contentCol:before,
.contentCol:after {
  content: " ";
  display: table;
}
.contentCol:after {
  clear: both;
}
.contentCol:before,
.contentCol:after {
  content: " ";
  display: table;
}
.contentCol:after {
  clear: both;
}
.contentCol[data-type="menu"] {
  width: 23%;
  margin: 0;
  padding-right: 40px;
}
.contentCol[data-type="content"] {
  width: 75%;
  margin: 0px;
}
.contentCol[data-width="auto"] {
  width: auto;
}
.contentCol[data-width="1/1"],
.contentCol[data-width="full"] {
  width: 100%;
}
.contentCol[data-width="1/2"] {
  width: 50%;
}
.contentCol[data-width="1/3"] {
  width: 33.33%;
}
.contentCol[data-width="2/3"] {
  width: 66.66%;
}
.contentCol[data-width="1/4"] {
  width: 25%;
}
.contentCol[data-width="2/4"] {
  width: 50%;
}
.contentCol[data-width="3/4"] {
  width: 75%;
}
.contentCol[data-width="1/5"] {
  width: 20%;
}
.contentCol[data-width="2/5"] {
  width: 40%;
}
.contentCol[data-width="3/5"] {
  width: 60%;
}
.contentCol[data-width="4/5"] {
  width: 80%;
}
@media only screen and (max-width: 1100px) {
  .contentCol[data-media-show="small-screen"] {
    display: block;
  }
  .contentCol[data-media-hide="small-screen"] {
    display: none;
  }
  .contentCol[data-media-scale="small-screen"][data-width="1/2"],
  .contentCol[data-media-scale="small-screen"][data-width="1/3"],
  .contentCol[data-media-scale="small-screen"][data-width="2/3"],
  .contentCol[data-media-scale="small-screen"][data-width="1/4"],
  .contentCol[data-media-scale="small-screen"][data-width="2/4"],
  .contentCol[data-media-scale="small-screen"][data-width="3/4"],
  .contentCol[data-media-scale="small-screen"][data-width="1/5"],
  .contentCol[data-media-scale="small-screen"][data-width="2/5"],
  .contentCol[data-media-scale="small-screen"][data-width="3/5"],
  .contentCol[data-media-scale="small-screen"][data-width="4/5"] {
    width: 100%;
  }
}
@media only screen and (max-width: 900px) {
  .contentCol[data-media-show="tablet-show"] {
    display: block;
  }
  .contentCol[data-media-hide="tablet-hide"] {
    display: none;
  }
  .contentCol[data-media-scale="tablet"][data-width="1/2"],
  .contentCol[data-media-scale="tablet"][data-width="1/3"],
  .contentCol[data-media-scale="tablet"][data-width="2/3"],
  .contentCol[data-media-scale="tablet"][data-width="1/4"],
  .contentCol[data-media-scale="tablet"][data-width="2/4"],
  .contentCol[data-media-scale="tablet"][data-width="3/4"],
  .contentCol[data-media-scale="tablet"][data-width="1/5"],
  .contentCol[data-media-scale="tablet"][data-width="2/5"],
  .contentCol[data-media-scale="tablet"][data-width="3/5"],
  .contentCol[data-media-scale="tablet"][data-width="4/5"] {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .contentCol[data-media-show="phone-show"] {
    display: block;
  }
  .contentCol[data-media-hide="phone-hide"] {
    display: none;
  }
  .contentCol[data-media-scale="phone"][data-width="1/2"],
  .contentCol[data-media-scale="phone"][data-width="1/3"],
  .contentCol[data-media-scale="phone"][data-width="2/3"],
  .contentCol[data-media-scale="phone"][data-width="1/4"],
  .contentCol[data-media-scale="phone"][data-width="2/4"],
  .contentCol[data-media-scale="phone"][data-width="3/4"],
  .contentCol[data-media-scale="phone"][data-width="1/5"],
  .contentCol[data-media-scale="phone"][data-width="2/5"],
  .contentCol[data-media-scale="phone"][data-width="3/5"],
  .contentCol[data-media-scale="phone"][data-width="4/5"] {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .contentCol[data-media-show="small-phone-show"] {
    display: block;
  }
  .contentCol[data-media-hide="small-phone-hide"] {
    display: none;
  }
  .contentCol[data-media-scale="small-phone"][data-width="1/2"],
  .contentCol[data-media-scale="small-phone"][data-width="1/3"],
  .contentCol[data-media-scale="small-phone"][data-width="2/3"],
  .contentCol[data-media-scale="small-phone"][data-width="1/4"],
  .contentCol[data-media-scale="small-phone"][data-width="2/4"],
  .contentCol[data-media-scale="small-phone"][data-width="3/4"],
  .contentCol[data-media-scale="small-phone"][data-width="1/5"],
  .contentCol[data-media-scale="small-phone"][data-width="2/5"],
  .contentCol[data-media-scale="small-phone"][data-width="3/5"],
  .contentCol[data-media-scale="small-phone"][data-width="4/5"] {
    width: 100%;
  }
}
.contentCol[data-height="auto"] {
  height: auto;
}
.contentCol[data-height="1/1"],
.contentCol[data-height="full"] {
  height: 100%;
}
.contentCol[data-height="1/4"] {
  height: 25%;
}
.contentCol[data-height="2/4"] {
  height: 50%;
}
.contentCol[data-height="3/4"] {
  height: 75%;
}
.contentCol[data-height="1/5"] {
  height: 20%;
}
.contentCol[data-height="2/5"] {
  height: 40%;
}
.contentCol[data-height="3/5"] {
  height: 60%;
}
.contentCol[data-height="4/5"] {
  height: 80%;
}
.contentCol[data-height="1/3"] {
  height: 33.33%;
}
.contentCol[data-height="2/3"] {
  height: 66.66%;
}
.contentCol[data-height="1/2"] {
  height: 50%;
}
.contentCol[data-padding="content"] {
  padding: 50px 50px 50px 0px;
}
.contentCol[data-padding="left"] {
  padding-left: 35px;
}
.contentCol[data-padding="right"] {
  padding-right: 35px;
}
.contentCol[data-padding="both"] {
  padding-left: 35px;
  padding-right: 35px;
}
.contentCol[data-padding="left2"] {
  padding-left: 25px;
}
.contentCol[data-padding="right2"] {
  padding-right: 25px;
}
.contentCol[data-padding="both2"] {
  padding-left: 25px;
  padding-right: 25px;
}
.contentCol[data-padding="left3"] {
  padding-left: 40px;
}
.contentCol[data-padding="right3"] {
  padding-right: 40px;
}
.contentCol[data-padding="both3"] {
  padding-left: 40px;
  padding-right: 40px;
}
.contentCol[data-padding="left4"] {
  padding-left: 75px;
}
.contentCol[data-padding="right4"] {
  padding-right: 75px;
}
.contentCol[data-padding="both4"] {
  padding-left: 75px;
  padding-right: 75px;
}
.contentRow {
  margin: 0 0 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.contentRow:before,
.contentRow:after {
  content: " ";
  display: table;
}
.contentRow:after {
  clear: both;
}
.contentRow:before,
.contentRow:after {
  content: " ";
  display: table;
}
.contentRow:after {
  clear: both;
}
@font-face {
  font-family: "Didot W02 Roman";
  src: url("webfonts/694355/44c137d9-c4c5-4ec7-99c6-b288854a5a4c.eot?#iefix");
  src: url("webfonts/694355/44c137d9-c4c5-4ec7-99c6-b288854a5a4c.eot?#iefix") format("eot"), url("webfonts/694355/327b0334-dae0-44be-9cf6-92b52082c881.woff2") format("woff2"), url("webfonts/694355/3ced57ea-930a-4a35-b65b-2a1e482858f0.woff") format("woff"), url("webfonts/694355/dfee02f2-2061-49e4-86f1-c7d9cf822527.ttf") format("truetype"), url("webfonts/694355/41fb3b38-51d1-4fc4-8be8-fcf207ade3c4.svg#41fb3b38-51d1-4fc4-8be8-fcf207ade3c4") format("svg");
}
@font-face {
  font-family: "Didot W02 Italic";
  src: url("webfonts/694358/2f50937c-d04a-4785-90e2-c0ea941afa28.eot?#iefix");
  src: url("webfonts/694358/2f50937c-d04a-4785-90e2-c0ea941afa28.eot?#iefix") format("eot"), url("webfonts/694358/a6ebb45d-6d74-4efe-a497-d4dc51a4a78c.woff2") format("woff2"), url("webfonts/694358/5c08ac2f-b8ec-4fc7-9369-fe3cf967808f.woff") format("woff"), url("webfonts/694358/9cc897c4-3032-4590-a9d9-25b5827d6d3a.ttf") format("truetype"), url("webfonts/694358/54d7b27d-e7e7-4e5d-8371-b079d9c1cbc3.svg#54d7b27d-e7e7-4e5d-8371-b079d9c1cbc3") format("svg");
}
@font-face {
  font-family: "Didot W02 Bold";
  src: url("webfonts/694361/6af3efde-bb5d-4ecf-8fb7-1b3631aa0f38.eot?#iefix");
  src: url("webfonts/694361/6af3efde-bb5d-4ecf-8fb7-1b3631aa0f38.eot?#iefix") format("eot"), url("webfonts/694361/5be0b71c-9a26-495e-8a9c-5e9ac101f6a9.woff2") format("woff2"), url("webfonts/694361/02bdd0cd-75ae-41ba-9e9d-aa99e0411ad9.woff") format("woff"), url("webfonts/694361/d4beb55c-b894-4b02-bb02-94d178f56986.ttf") format("truetype"), url("webfonts/694361/1a927ad8-316c-4a1e-911c-2c8473f19cad.svg#1a927ad8-316c-4a1e-911c-2c8473f19cad") format("svg");
}
* {
  font-weight: 400;
}
a {
  color: #181818;
  text-decoration: none;
}
a:hover {
  color: #9e2529;
}
strong {
  font-family: "Didot W02 Bold", serif;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  font-size: 14px;
  font-family: "Didot W02 Roman", serif;
}
html.lightboxShow,
body.lightboxShow {
  -ms-overflow-style: none;
  overflow-style: none;
  -webkit-overflow-style: none;
  -moz-overflow-style: none;
  overflow: hidden;
}
html.lightboxShow #lightbox,
body.lightboxShow #lightbox {
  -ms-overflow-style: scrollbar;
}
header {
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 0 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  *zoom: 1;
  z-index: 2000;
  -webkit-transition: top 0.8s;
  -moz-transition: top 0.8s;
  -o-transition: top 0.8s;
  transition: top 0.8s;
  z-index: 400;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header:before,
header:after {
  content: " ";
  display: table;
}
header:after {
  clear: both;
}
header #logo {
  height: 32px;
  overflow: hidden;
  margin: 32px 0 30px 0;
  width: 520px;
  background-image: url(../../images/logo-big-2.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
header #logo h3 {
  line-height: 300px;
  margin: 0;
}
header.hide {
  top: -200px;
  -webkit-transition: top 0.8s;
  -moz-transition: top 0.8s;
  -o-transition: top 0.8s;
  transition: top 0.8s;
}
header:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  width: 100%;
  height: 5px;
  background-image: url(../../images/logo-big-shade.png);
  background-repeat: no-repeat;
  background-position: left top;
}
header .hamburger {
  display: none;
}
#page {
  margin: 142px 200px 0 200px;
  padding: 0 326px 0 0;
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
#page:before,
#page:after {
  content: " ";
  display: table;
}
#page:after {
  clear: both;
}
#page:before,
#page:after {
  content: " ";
  display: table;
}
#page:after {
  clear: both;
}
#page .pagination {
  position: absolute;
  left: -500px;
  width: 200px;
}
#menu {
  width: 326px;
  position: fixed;
  top: 205px;
  right: 200px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 15px;
  z-index: 500;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}
#menu:before,
#menu:after {
  content: " ";
  display: table;
}
#menu:after {
  clear: both;
}
#menu:before,
#menu:after {
  content: " ";
  display: table;
}
#menu:after {
  clear: both;
}
#menu .selection {
  position: absolute;
  top: -130px;
  left: -4px;
}
#menu .selection a {
  display: none;
  float: left;
  width: 92px;
  height: 92px;
  background: url(../../images/pdf_selection_sprite.png) no-repeat;
  margin: 0 10px 0 0;
}
#menu .selection a.show {
  display: inline;
}
#menu .selection a span {
  display: block;
  width: 92px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  bottom: 15px;
}
#menu .selection a.film {
  background: url(../../images/film_selection_sprite.png) no-repeat;
}
#menu .selection a:hover {
  background-position: -92px 0;
  color: #fff;
}
#menu .big {
  margin: 0 0 13px;
}
#menu ul {
  padding: 0;
  margin: 0;
}
#menu ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 2px;
}
#menu ul li ul {
  display: none;
}
#menu ul li ul li {
  list-style: none;
}
#menu ul li ul li a {
  text-transform: none;
}
#menu ul li.current ul,
#menu ul li.open ul {
  display: block;
  margin: 15px 0 18px;
}
#menu ul.small {
  margin-top: 27px;
}
#menu ul.artists-menu li .category {
  display: none;
}
#menu ul.artists-menu li:hover .category {
  position: absolute;
  right: 325px;
  display: block;
  margin-top: -40px;
  border: 1px solid #999999;
  background-color: #fff;
}
#menu ul.artists-menu li:hover .category p {
  margin: 1px 0 1px 1px;
  padding: 16px 30px 16px 28px;
  display: block;
  background-color: #fff;
  font-size: 1.15rem;
  font-family: "Didot W02 Roman", serif;
  text-transform: none;
  line-height: 1.6em;
}
#menu ul.artists-menu li:hover .category:before {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: 28px;
  right: 0;
  margin: -5px -5px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #000;
}
#menu a {
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  font-size: 1.55rem;
  line-height: 1.3em;
  display: block;
  font-family: "Didot W02 Bold", serif;
  font-weight: 400;
}
#menu .current ul a {
  color: #000;
}
#menu a:hover,
#menu .current a,
#menu .current ul a:hover,
#menu .current ul li.current a {
  color: #9e2629;
}
#menu .small a {
  font-size: 1.15rem;
  font-family: "Didot W02 Roman", serif;
  text-transform: none;
}
html.no-touch #menu ul.artists-menu li .category {
  display: none;
}
html.no-touch #menu ul.artists-menu li:hover .category {
  position: absolute;
  right: 325px;
  display: block;
  margin-top: -40px;
  border: 1px solid #999999;
  background-color: #fff;
}
html.no-touch #menu ul.artists-menu li:hover .category p {
  margin: 1px 0 1px 1px;
  padding: 16px 30px 16px 28px;
  display: block;
  background-color: #fff;
  font-size: 1.15rem;
  font-family: "Didot W02 Roman", serif;
  text-transform: none;
  line-height: 1.6em;
}
html.no-touch #menu ul.artists-menu li:hover .category:before {
  content: '';
  z-index: -1;
  display: block;
  position: absolute;
  top: 28px;
  right: 0;
  margin: -5px -5px 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  background-color: #000;
}
.profile {
  position: relative;
}
.profile h1 {
  font-size: 2.14em;
  line-height: 1em;
  font-family: "Didot W02 Bold", serif;
  font-weight: 400;
  font-style: normal;
}
.profile #profile-content h2 {
  text-align: center;
  margin: 0 0 60px 0;
  font-size: 1.79em;
  line-height: 1em;
  font-family: "Didot W02 Roman", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.artisMenu {
  position: absolute;
  left: 33.3%;
  top: 4px;
}
.artisMenu ul {
  margin: 0;
  padding: 0;
}
.artisMenu ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.artisMenu ul li a {
  display: block;
  font-family: "Didot W02 Bold", serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-decoration: none;
  font-size: 1.07em;
  line-height: 2em;
  color: #181818;
}
.artisMenu ul li a:before {
  content: ' / ';
}
.artisMenu ul li a.current,
.artisMenu ul li a:hover {
  color: #9e2529;
}
.artisMenu ul li:first-child a:before {
  content: none;
}
.galleryList {
  *zoom: 1;
  margin: 0 0 132px 0;
}
.galleryList:before,
.galleryList:after {
  content: " ";
  display: table;
}
.galleryList:after {
  clear: both;
}
.galleryList:before,
.galleryList:after {
  content: " ";
  display: table;
}
.galleryList:after {
  clear: both;
}
.galleryList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  *zoom: 1;
}
.galleryList ul:before,
.galleryList ul:after {
  content: " ";
  display: table;
}
.galleryList ul:after {
  clear: both;
}
.galleryList ul:before,
.galleryList ul:after {
  content: " ";
  display: table;
}
.galleryList ul:after {
  clear: both;
}
.galleryList ul li {
  width: 33.3%;
  padding: 0 25px 0 0;
  margin: 0 0 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  overflow: hidden;
  float: left;
  -webkit-transition-property: top, left, opacity ! important;
  -moz-transition-property: top, left, opacity ! important;
  -ms-transition-property: top, left, opacity ! important;
  -o-transition-property: top, left, opacity ! important;
  transition-property: top, left, opacity ! important;
  -webkit-transition-delay: 0s, 0.8s, 0s;
  transition-delay: 0s, 0.8s, 0s;
}
.galleryList ul li:before,
.galleryList ul li:after {
  content: " ";
  display: table;
}
.galleryList ul li:after {
  clear: both;
}
.galleryList ul li:before,
.galleryList ul li:after {
  content: " ";
  display: table;
}
.galleryList ul li:after {
  clear: both;
}
.galleryList ul li a {
  display: block;
  text-decoration: none;
}
.galleryList ul li a:hover h3,
.galleryList ul li a.current h3 {
  color: #9e2629;
}
.galleryList ul li .image,
.galleryList ul li .vimeo {
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
  position: relative;
}
.galleryList ul li .image img,
.galleryList ul li .vimeo img {
  width: auto;
  height: 100%;
  position: absolute;
}
.galleryList ul li .image iframe,
.galleryList ul li .vimeo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.galleryList ul li .image .rate,
.galleryList ul li .vimeo .rate {
  padding-top: 100%;
}
.galleryList ul li .image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-position: center center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.galleryList ul li .image:after {
  content: ' ';
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
  transition: opacity 0.8s;
}
.galleryList ul li .image:hover:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.galleryList ul li h3 {
  text-align: center;
  display: block;
  font-size: 1.07em;
  line-height: 1em;
  color: #181818;
  text-transform: uppercase;
}
.galleries_block_bottom {
  margin: 0 -526px 0 -200px;
  padding: 130px 526px 0 200px;
  background-color: #f8f8f8;
  *zoom: 1;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  filter: alpha(opacity=0);
}
.galleries_block_bottom:before,
.galleries_block_bottom:after {
  content: " ";
  display: table;
}
.galleries_block_bottom:after {
  clear: both;
}
.galleries_block_bottom:before,
.galleries_block_bottom:after {
  content: " ";
  display: table;
}
.galleries_block_bottom:after {
  clear: both;
}
body[data-isotope="done"] .galleries_block_bottom {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
.posts[data-type="newslist"],
.posts-isotope {
  *zoom: 1;
}
.posts[data-type="newslist"]:before,
.posts-isotope:before,
.posts[data-type="newslist"]:after,
.posts-isotope:after {
  content: " ";
  display: table;
}
.posts[data-type="newslist"]:after,
.posts-isotope:after {
  clear: both;
}
.posts[data-type="newslist"]:before,
.posts-isotope:before,
.posts[data-type="newslist"]:after,
.posts-isotope:after {
  content: " ";
  display: table;
}
.posts[data-type="newslist"]:after,
.posts-isotope:after {
  clear: both;
}
.posts[data-type="newslist"] .post,
.posts-isotope .post {
  width: 33.3%;
  padding: 0 25px 0 0;
  margin: 0 0 38px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  -webkit-transition-property: opacity ! important;
  -moz-transition-property: opacity ! important;
  -ms-transition-property: opacity ! important;
  -o-transition-property: opacity ! important;
  transition-property: opacity ! important;
}
.posts[data-type="newslist"] .post:before,
.posts-isotope .post:before,
.posts[data-type="newslist"] .post:after,
.posts-isotope .post:after {
  content: " ";
  display: table;
}
.posts[data-type="newslist"] .post:after,
.posts-isotope .post:after {
  clear: both;
}
.posts[data-type="newslist"] .post:before,
.posts-isotope .post:before,
.posts[data-type="newslist"] .post:after,
.posts-isotope .post:after {
  content: " ";
  display: table;
}
.posts[data-type="newslist"] .post:after,
.posts-isotope .post:after {
  clear: both;
}
.posts[data-type="newslist"] .post img,
.posts-isotope .post img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.posts[data-type="newslist"] .post .image,
.posts-isotope .post .image {
  position: relative;
}
.posts[data-type="newslist"] .post .image .play,
.posts-isotope .post .image .play {
  position: absolute;
  z-index: 20;
  height: 100%;
  width: 100%;
  background-image: url(../../images/film-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: 60px;
  -moz-background-size: 60px;
  background-size: 60px;
}
.posts[data-type="newslist"] .post .image img,
.posts-isotope .post .image img {
  width: 100%;
  height: auto;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
}
.posts[data-type="newslist"] .post .image .rate,
.posts-isotope .post .image .rate {
  padding-top: 56.25%;
}
.posts[data-type="newslist"] .post a,
.posts-isotope .post a {
  overflow: hidden;
}
.posts[data-type="newslist"] .post h2,
.posts-isotope .post h2 {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-family: "Didot W02 Bold", serif;
}
.posts[data-type="newslist"] .post h2 a,
.posts-isotope .post h2 a {
  color: #181818;
  text-decoration: none;
  line-height: 1.2em;
  overflow: auto;
  font-size: 1.44rem;
}
.posts[data-type="newslist"] .post h2 a span,
.posts-isotope .post h2 a span {
  font-style: oblique;
  display: block;
  font-weight: 400;
  font-family: "Didot W02 Italic", serif;
  padding-left: 0px;
  font-style: normal;
}
.posts[data-type="newslist"] .post .vimeo,
.posts-isotope .post .vimeo {
  position: relative;
}
.posts[data-type="newslist"] .post .vimeo iframe,
.posts-isotope .post .vimeo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.posts[data-type="newslist"] .post .vimeo .rate,
.posts-isotope .post .vimeo .rate {
  padding-top: 56.25%;
}
.profile-gallery {
  opacity: 0;
  filter: alpha(opacity=0);
}
ul.profile-isotope {
  *zoom: 1;
  margin: 0 0 110px 0;
  padding: 0;
  list-style: none;
  min-height: 500px;
  overflow: hidden;
}
ul.profile-isotope:before,
ul.profile-isotope:after {
  content: " ";
  display: table;
}
ul.profile-isotope:after {
  clear: both;
}
ul.profile-isotope:before,
ul.profile-isotope:after {
  content: " ";
  display: table;
}
ul.profile-isotope:after {
  clear: both;
}
ul.profile-isotope li.grid_item {
  width: 33.3%;
  padding: 0 25px 0 0;
  margin: 0 0 25px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  -webkit-transition-property: opacity ! important;
  -moz-transition-property: opacity ! important;
  -ms-transition-property: opacity ! important;
  -o-transition-property: opacity ! important;
  transition-property: opacity ! important;
}
ul.profile-isotope li.grid_item:before,
ul.profile-isotope li.grid_item:after {
  content: " ";
  display: table;
}
ul.profile-isotope li.grid_item:after {
  clear: both;
}
ul.profile-isotope li.grid_item:before,
ul.profile-isotope li.grid_item:after {
  content: " ";
  display: table;
}
ul.profile-isotope li.grid_item:after {
  clear: both;
}
ul.profile-isotope li.grid_item a {
  display: block;
}
ul.profile-isotope li.grid_item img {
  width: 100%;
  height: auto;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.profile-isotope li.grid_item .image {
  position: relative;
}
ul.profile-isotope li.grid_item .image img {
  width: 100%;
  height: auto;
  position: absolute;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.profile-isotope li.grid_item .image .rate {
  padding-top: 56.25%;
}
ul.profile-isotope li.grid_item h2 {
  margin: 0 0 10px 0;
}
ul.profile-isotope li.grid_item h2 a {
  color: #181818;
  text-decoration: none;
  font-size: 1.78rem;
  line-height: 1.2em;
}
ul.profile-isotope li.grid_item h2 a span {
  font-style: oblique;
  display: block;
  font-weight: 400;
}
ul.profile-isotope li.grid_item .vimeo {
  position: relative;
}
ul.profile-isotope li.grid_item .vimeo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
ul.profile-isotope li.grid_item .vimeo .rate {
  padding-top: 56.25%;
}

.datenschutz {
	width: 66%;
}

.about .image {
  width: 33.3%;
  padding: 0 25px 0 0;
  margin: 0 0 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  float: left;
}
.about .image:before,
.about .image:after {
  content: " ";
  display: table;
}
.about .image:after {
  clear: both;
}
.about .image:before,
.about .image:after {
  content: " ";
  display: table;
}
.about .image:after {
  clear: both;
}
.about .image img {
  width: 100%;
}
.about .content {
  width: 60%;
  padding: 0 25px 0 0;
  margin: 0 0 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  float: left;
}
.about .content:before,
.about .content:after {
  content: " ";
  display: table;
}
.about .content:after {
  clear: both;
}
.about .content:before,
.about .content:after {
  content: " ";
  display: table;
}
.about .content:after {
  clear: both;
}
.about .content p {
  font-size: 1.07em;
  line-height: 1.33em;
  color: #181818;
  margin: 0 0 2em;
}
.about .content a {
  color: #181818;
  text-decoration: underline;
}
.about .content a:hover {
  color: #9e2529;
}
.instgr_grid {
  *zoom: 1;
  margin: 0 0 25px 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  filter: alpha(opacity=0);
}
.instgr_grid:before,
.instgr_grid:after {
  content: " ";
  display: table;
}
.instgr_grid:after {
  clear: both;
}
.instgr_grid:before,
.instgr_grid:after {
  content: " ";
  display: table;
}
.instgr_grid:after {
  clear: both;
}
.instgr_grid .instgr_grid_item {
  width: 33.3%;
  padding: 0 25px 0 0;
  margin: 0 0 25px 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
  -webkit-transition-property: opacity ! important;
  -moz-transition-property: opacity ! important;
  -ms-transition-property: opacity ! important;
  -o-transition-property: opacity ! important;
  transition-property: opacity ! important;
}
.instgr_grid .instgr_grid_item:before,
.instgr_grid .instgr_grid_item:after {
  content: " ";
  display: table;
}
.instgr_grid .instgr_grid_item:after {
  clear: both;
}
.instgr_grid .instgr_grid_item:before,
.instgr_grid .instgr_grid_item:after {
  content: " ";
  display: table;
}
.instgr_grid .instgr_grid_item:after {
  clear: both;
}
.instgr_grid .instgr_grid_item a {
  display: block;
}
.instgr_grid .instgr_grid_item img {
  width: 100%;
  height: auto;
}
.instgr_grid .instgr_grid_item .image {
  position: relative;
}
.instgr_grid .instgr_grid_item .image img {
  width: 100%;
  height: auto;
  position: absolute;
}
.instgr_user_url {
  text-align: center;
  margin: 0 0 140px 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.instgr_user_url a {
  display: inline-block;
  padding: 0 35px;
  font-size: 1.07em;
  line-height: 3.7em;
  font-family: "Didot W02 Bold", serif;
  border: 1px solid #989898;
  color: #989898;
  text-decoration: none;
}
body[data-isotope="done"] .instgr_grid,
body[data-isotope="done"] .instgr_user_url {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: 1.2s;
  -moz-transition: 1.2s;
  -o-transition: 1.2s;
  transition: 1.2s;
}
.add-pdf {
  position: absolute;
  display: none;
  cursor: pointer;
  right: 30px;
  bottom: 5px;
  width: 58px;
  height: 58px;
  background: url(../../images/add_button01_sprite.png) no-repeat 7px 3px;
  z-index: 30;
}
.add-pdf:hover {
  background-position: -52px 3px;
}
.add-pdf.added {
  display: block;
  background-position: -112px 3px;
}
.add-pdf.added:hover {
  background-position: -172px 3px;
}
.profileOverview {
  position: relative;
  margin-right: 25px;
  margin-top: 70px;
}
.profileOverview #rotation {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
}
.profileOverview #rotation .profile {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  display: none;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: center top;
}
.profileOverview #rotation .profile img {
  height: 100%;
}
.profileOverview .rate {
  padding-top: 70%;
}
#lightbox[data-style="galleryDetail"] {
  position: fixed;
  top: 0px;
  left: 0px;
  padding-left: 200px;
  padding-right: 200px;
  margin: 0;
  z-index: 2000;
  background-color: #fff;
  width: 100%;
  height: calc(100% + 200px );
  padding-bottom: 200px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightbox[data-style="galleryDetail"]:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 32px;
  width: 100%;
  height: 5px;
  background-image: url(../../images/logo-big-shade.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#lightbox[data-style="galleryDetail"] .inner {
  height: 100%;
  position: relative;
}
#lightbox[data-style="galleryDetail"] p {
  margin: 0 0 11px;
}
#lightbox[data-style="galleryDetail"] .lightbox-icons {
  position: absolute;
  height: 60px;
  width: 100px;
  background: url(../../images/lb-icons.gif) no-repeat #fff 20px 50%;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
#lightbox[data-style="galleryDetail"] .lightbox-icons.left {
  left: 0;
  display: none;
}
#lightbox[data-style="galleryDetail"] .lightbox-icons.left:hover {
  background-position: -80px 50%;
}
#lightbox[data-style="galleryDetail"] .lightbox-icons.right {
  right: 0;
  background-position: -135px 50%;
  display: none;
}
#lightbox[data-style="galleryDetail"] .lightbox-icons.right:hover {
  background-position: -234px 50%;
}
#lightbox[data-style="galleryDetail"] .lightbox-icons.close {
  width: 23px;
  top: 40px;
  right: -60px;
  margin: 0;
  background: url(../../images/close.gif) no-repeat;
}
#lightbox[data-style="galleryDetail"] .add-pdf {
  top: 5px;
  left: 50%;
  margin-left: -30px;
  display: inline;
}
#lightbox[data-style="galleryDetail"] .logo-small {
  height: 30px;
  overflow: hidden;
  margin: 0;
  width: 100%;
  position: relative;
  background-image: url(../../images/logo-big-2.svg);
  -webkit-background-size: 236px;
  -moz-background-size: 236px;
  background-size: 236px;
  background-repeat: no-repeat;
  background-position: 0px 12px;
  line-height: 300px;
}
#lightbox[data-style="galleryDetail"] .info {
  height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
}
#lightbox[data-style="galleryDetail"] .info a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  text-decoration: underline;
}
#lightbox[data-style="galleryDetail"] .info a:before {
  content: ' ';
  display: block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0px;
  top: 4px;
  background-image: url(../../images/icon-close.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow {
  height: calc(100% - 160px );
  position: relative;
  overflow: hidden;
  z-index: 100;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer {
  height: 100%;
  width: 100%;
  position: absolute;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -ms-overflow-style: none;
  z-index: 200;
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .image {
  position: relative;
  height: calc(100% - 30px );
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .movie {
  position: relative;
  max-height: calc(100% - 30px );
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .movie iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .movie .rate {
  padding-top: 56.25%;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .movie_local {
  position: relative;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .movie_local a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  min-width: 200px;
  min-height: 200px;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .movie_local a img {
  width: 100%;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .movie_local a objekt {
  width: 100%;
  height: 100%;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .movie_local .rate {
  padding-top: 56.25%;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShow .galerieSlidesContainer .galerieSlide .title {
  position: absolute;
  bottom: 0px;
  height: 20px;
}
#lightbox[data-style="galleryDetail"] .galerieControl {
  width: 22px;
  height: 57px;
  position: absolute;
  top: 50%;
  margin-top: -28px;
  z-index: 1000;
  cursor: pointer;
  height: 60px;
  width: 100px;
  background-image: url(../../images/lb-icons.png);
  background-repeat: no-repeat;
  background-position: 20px 50%;
}
#lightbox[data-style="galleryDetail"] .galerieControl.leftControl {
  left: -80px;
}
#lightbox[data-style="galleryDetail"] .galerieControl.leftControl:hover {
  background-position: -80px 50%;
}
#lightbox[data-style="galleryDetail"] .galerieControl.rightControl {
  right: -80px;
  background-position: -135px 50%;
}
#lightbox[data-style="galleryDetail"] .galerieControl.rightControl:hover {
  background-position: -234px 50%;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShowControll {
  position: absolute;
  bottom: 47px;
  width: 100%;
  text-align: center;
  z-index: 1000;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShowControll ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShowControll ul li {
  display: inline-block;
  width: 10.5px;
  height: 10.5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  margin: 0 3px;
  padding: 0;
  border: 2px solid #fff;
  cursor: pointer;
}
#lightbox[data-style="galleryDetail"] .galerieSlideShowControll ul li.selected {
  background-color: #fff;
}
#lightbox[data-style="newsDetail"] {
  position: fixed;
  top: 0px;
  left: 0px;
  padding: 0;
  margin: 0;
  z-index: 2000;
  background-color: #fff;
  width: 100%;
  height: calc(100% + 200px );
  padding-bottom: 200px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  padding-left: 200px;
  padding-right: 200px;
}
#lightbox[data-style="newsDetail"]:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0px;
  top: 94px;
  width: 100%;
  height: 5px;
  background-image: url(../../images/logo-big-shade.png);
  background-repeat: no-repeat;
  background-position: left top;
}
#lightbox[data-style="newsDetail"] .inner {
  position: relative;
  *zoom: 1;
}
#lightbox[data-style="newsDetail"] .inner:before,
#lightbox[data-style="newsDetail"] .inner:after {
  content: " ";
  display: table;
}
#lightbox[data-style="newsDetail"] .inner:after {
  clear: both;
}
#lightbox[data-style="newsDetail"] .inner:before,
#lightbox[data-style="newsDetail"] .inner:after {
  content: " ";
  display: table;
}
#lightbox[data-style="newsDetail"] .inner:after {
  clear: both;
}
#lightbox[data-style="newsDetail"] .logo {
  height: 32px;
  overflow: hidden;
  margin: 32px 0 30px 0;
  width: 520px;
  position: absolute;
  left: 0;
  top: 0px;
  background-image: url(../../images/logo-big-2.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
#lightbox[data-style="newsDetail"] .lightboxContent {
  margin: 142px 0 0 0;
  padding: 0 326px 150px 0;
  position: relative;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightbox[data-style="newsDetail"] .lightboxContent:before,
#lightbox[data-style="newsDetail"] .lightboxContent:after {
  content: " ";
  display: table;
}
#lightbox[data-style="newsDetail"] .lightboxContent:after {
  clear: both;
}
#lightbox[data-style="newsDetail"] .lightboxContent:before,
#lightbox[data-style="newsDetail"] .lightboxContent:after {
  content: " ";
  display: table;
}
#lightbox[data-style="newsDetail"] .lightboxContent:after {
  clear: both;
}
#lightbox[data-style="newsDetail"] .lightboxContent .images {
  padding: 65px 25px 0 0;
  position: relative;
  max-width: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#lightbox[data-style="newsDetail"] .lightboxContent .images img {
  margin-bottom: 25px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  width: auto;
}
#lightbox[data-style="newsDetail"] .lightboxContent .images .image,
#lightbox[data-style="newsDetail"] .lightboxContent .images .vimeo {
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
#lightbox[data-style="newsDetail"] .lightboxContent .images .image img,
#lightbox[data-style="newsDetail"] .lightboxContent .images .vimeo img {
  width: auto;
  height: 100%;
  position: absolute;
}
#lightbox[data-style="newsDetail"] .lightboxContent .images .image iframe,
#lightbox[data-style="newsDetail"] .lightboxContent .images .vimeo iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
#lightbox[data-style="newsDetail"] .lightboxContent .images .image .rate,
#lightbox[data-style="newsDetail"] .lightboxContent .images .vimeo .rate {
  padding-top: 56.25%;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content {
  width: 326px;
  position: fixed;
  top: 205px;
  *zoom: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 0 0 0;
  z-index: 500;
  right: 200px;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content:before,
#lightbox[data-style="newsDetail"] .lightboxContent .content:after {
  content: " ";
  display: table;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content:after {
  clear: both;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content:before,
#lightbox[data-style="newsDetail"] .lightboxContent .content:after {
  content: " ";
  display: table;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content:after {
  clear: both;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content h2 {
  margin: 0 0 10px 0;
  font-weight: 400;
  font-family: "Didot W02 Bold", serif;
  line-height: 1.2em;
  font-size: 1.58rem;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content h2 span {
  font-style: oblique;
  display: block;
  font-weight: 400;
  font-family: "Didot W02 Italic", serif;
  padding-left: 0px;
  font-style: normal;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content .sharing {
  margin: 18px 0 5px 0;
  font-family: "Didot W02 Italic", serif;
  font-style: normal;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content .date {
  color: rgba(24, 24, 24, 0.8);
  font-size: 0.86em;
  line-height: 1em;
  margin-bottom: 4em;
  font-family: "Didot W02 Italic", serif;
  font-style: normal;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content p {
  font-size: 1.07em;
  line-height: 1.33em;
  color: #181818;
  margin: 0 0 2em;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content .close {
  position: relative;
  margin: 0 0 0.8em 0;
  display: inline-block;
}
#lightbox[data-style="newsDetail"] .lightboxContent .content .close .lightbox-icons.close {
  position: relative;
}
#lightbox[data-style="newsDetail"] .lightbox-icons.nav {
  text-transform: uppercase;
  font-family: "Didot W02 Bold", serif;
  margin-top: 2em;
  display: inline-block;
}
#lightbox[data-style="newsDetail"] .lightbox-icons.left:after {
  content: ' / ';
}
#lightbox[data-style="newsDetail"] .lightbox-icons.close {
  padding-left: 23px;
  display: inline-block;
  text-decoration: underline;
}
#lightbox[data-style="newsDetail"] .lightbox-icons.close:before {
  content: ' ';
  display: block;
  width: 17px;
  height: 16px;
  position: absolute;
  left: 0px;
  top: 5px;
  background-image: url(../../images/icon-close.svg);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}
#lightbox[data-style="newsDetail"] .logo-small .add-pdf {
  bottom: inherit;
}
#menu table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 150px;
  height: 34px;
  border: 0px solid #e6eae8;
}
#menu table tr {
  border: none;
}
#menu table td {
  padding-top: 20px;
  vertical-align: bottom;
}
#menu table td a.ss-icon {
  color: #cbcbcb;
  width: 20%;
  font-size: 24px;
  font-weight: bold;
  text-decoration: inherit;
  text-transform: none;
}
#menu table td a.ss-icon:hover {
  color: #9e2629;
}
#social {
  display: none;
}
.video {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 25px;
  height: 0;
}
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.selection-artist ul,
.selection-artist li {
  padding: 0;
  margin: 0;
}
.selection-gallery li {
  position: relative;
  float: left;
  margin-right: 10px;
  list-style: none;
}
.clear {
  clear: both;
}
.choose_selection p.col {
  display: inline-block;
  text-align: center;
}
#selection-popup {
  display: none;
  background: #666;
  border: solid 10px #fff;
  width: 630px;
  height: 130px;
  position: fixed;
  padding: 30px;
  top: 50%;
  left: 50%;
  margin: -65px 0 0 -315px;
  color: #fff;
  z-index: 10000;
}
#selection-popup h2 {
  color: #fff;
  margin: 0 0 25px;
}
#selection-popup .direct-link {
  background: #efefef;
  padding: 5px;
  width: 600px;
  border: none;
  font: 13px "Courier New";
  color: #666;
  margin: 0 0 30px;
}
#selection-popup .mail-direct-link {
  display: block;
  background: #fff;
  color: #666;
  padding: 0 4px;
  text-decoration: none;
  width: 50%;
}
#selection-popup .close-popup {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../../images/x_klein_sprite.gif) no-repeat;
}
.posts[data-type*="newslist"] .post,
.posts-isotope .post,
ul.profile-isotope li.grid_item {
  opacity: 0;
}
.posts-isotope .post,
body[data-isotope*="loading"] .posts-isotope .post,
body[data-isotope*="done"] .posts-isotope .post {
  padding: 0 25px 0 0;
  margin: 0 0 38px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul.profile-isotope li.grid_item {
  width: 33%;
  padding: 0 25px 0 0;
  margin: 0 0 25px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body[data-isotope*="done"] .posts-isotope .post {
  -webkit-filter: blur(0);
  -webkit-transform: translateZ(0);
  -webkit-font-smoothing: subpixel-antialiased;
  backface-visibility: hidden;
}
body #menu {
  right: 200px;
  position: fixed;
  top: 0;
  height: 100%;
  background-color: #fff;
  padding: 125px 0 0 25px;
  left: inherit;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  overflow: visible;
}
body.hideHeader #menu {
  padding-top: 10px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
@media only screen and (max-width: 3000px) {
  body header {
    padding-left: 120px;
    padding-right: 120px;
  }
  body #page {
    margin-left: 120px;
    margin-right: 120px;
  }
  body #menu {
    right: 120px;
  }
  body #menu .selection a {
    position: absolute;
    top: 246px;
    right: -310px;
    background-image: none;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 44px;
    height: 44px;
    padding: 0px;
    text-align: center;
  }
  body #menu .selection a:hover {
    background-color: #9e2529;
  }
  body #menu .selection a span {
    width: 100%;
    bottom: 2px;
  }
  body #menu .selection a span:before {
    content: "PDF";
    position: absolute;
    margin-top: -15px;
    left: 0px;
    width: 100%;
    font-size: 11px;
  }
  body .galleries_block_bottom {
    margin-left: -120px;
    margin-right: -446px;
    padding-left: 120px;
    padding-right: 446px;
  }
  body #lightbox[data-style="galleryDetail"] {
    padding-left: 120px;
    padding-right: 120px;
  }
  body[data-ratio="square"] header {
    padding-left: 80px;
    padding-right: 80px;
  }
  body[data-ratio="square"] #page {
    margin-left: 80px;
    margin-right: 80px;
  }
  body[data-ratio="square"] #menu {
    right: 80px;
  }
  body[data-ratio="square"] .galleries_block_bottom {
    margin-left: -80px;
    margin-right: -406px;
    padding-left: 80px;
    padding-right: 406px;
  }
  body[data-ratio="square"] #lightbox[data-style="galleryDetail"] {
    padding-left: 80px;
    padding-right: 80px;
  }
  body[data-ratio="vertical"] header {
    padding-left: 40px;
    padding-right: 40px;
  }
  body[data-ratio="vertical"] #page {
    margin-left: 40px;
    margin-right: 40px;
  }
  body[data-ratio="vertical"] #menu {
    right: 40px;
  }
  body[data-ratio="vertical"] .galleries_block_bottom {
    margin-left: -40px;
    margin-right: -366px;
    padding-left: 40px;
    padding-right: 366px;
  }
  body[data-ratio="vertical"] #lightbox[data-style="galleryDetail"] {
    padding-left: 40px;
    padding-right: 40px;
  }
  body[data-ratio="vertical"] #lightbox[data-style="newsDetail"] {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1400px) {
  #menu {
    right: 0px;
    width: 0;
    overflow: hidden;
  }
  #menu .menuInner {
    width: 326px;
  }
  body header,
  body[data-ratio] header {
    padding-left: 100px;
    padding-right: 100px;
    z-index: 1000;
  }
  body #page,
  body[data-ratio] #page {
    margin-left: 100px;
    margin-right: 100px;
    padding: 0;
  }
  body #menu,
  body[data-ratio] #menu {
    right: 0px;
    width: 0;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #fff;
    padding: 125px 0 0 25px;
    left: inherit;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    overflow: visible;
  }
  body #menu .selection a,
  body[data-ratio] #menu .selection a {
    position: absolute;
    top: 246px;
    right: -310px;
    background-image: none;
    background-color: #000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    width: 44px;
    height: 44px;
    padding: 0px;
    text-align: center;
  }
  body #menu .selection a:hover,
  body[data-ratio] #menu .selection a:hover {
    background-color: #9e2529;
  }
  body #menu .selection a span,
  body[data-ratio] #menu .selection a span {
    width: 100%;
    bottom: 2px;
  }
  body #menu .selection a span:before,
  body[data-ratio] #menu .selection a span:before {
    content: "PDF";
    position: absolute;
    margin-top: -15px;
    left: 0px;
    width: 100%;
    font-size: 11px;
  }
  body.showMenu #menu,
  body[data-ratio].showMenu #menu {
    right: 0px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    width: 326px;
  }
  body.hideHeader #menu,
  body[data-ratio].hideHeader #menu {
    padding-top: 10px;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
  }
  body .galleryList,
  body[data-ratio] .galleryList,
  body ul.profile-isotope,
  body[data-ratio] ul.profile-isotope,
  body .posts[data-type="newslist"],
  body[data-ratio] .posts[data-type="newslist"],
  body .posts-isotope,
  body[data-ratio] .posts-isotope,
  body .instgr_grid,
  body[data-ratio] .instgr_grid {
    margin-right: -25px;
  }
  body .galleries_block_bottom,
  body[data-ratio] .galleries_block_bottom {
    margin-left: -100px;
    margin-right: -100px;
    padding-left: 100px;
    padding-right: 100px;
  }
  body #lightbox[data-style="galleryDetail"],
  body[data-ratio] #lightbox[data-style="galleryDetail"] {
    padding-left: 100px;
    padding-right: 100px;
  }
  body #lightbox[data-style="galleryDetail"] .galerieControl.leftControl,
  body[data-ratio] #lightbox[data-style="galleryDetail"] .galerieControl.leftControl {
    left: -60px;
  }
  body #lightbox[data-style="galleryDetail"] .galerieControl.rightControl,
  body[data-ratio] #lightbox[data-style="galleryDetail"] .galerieControl.rightControl {
    right: -60px;
  }
  body #lightbox[data-style="galleryDetail"] .lightbox-icons.close,
  body[data-ratio] #lightbox[data-style="galleryDetail"] .lightbox-icons.close {
    right: -45px;
  }
  body #lightbox[data-style="newsDetail"],
  body[data-ratio] #lightbox[data-style="newsDetail"] {
    padding-left: 100px;
    padding-right: 100px;
  }
  body #lightbox[data-style="newsDetail"] .lightboxContent .content,
  body[data-ratio] #lightbox[data-style="newsDetail"] .lightboxContent .content {
    position: absolute;
    margin: -142px 0 0 -100px;
  }
  header .header {
    position: relative;
  }
  header .hamburger {
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: block;
  }
  header .hamburger:before {
    content: 'MENU';
    position: absolute;
    right: 40px;
    top: 8px;
    font-size: 14px;
    font-family: "Didot W02 Bold", serif;
    letter-spacing: 0.05em;
  }
  header .hamburger div,
  header .hamburger div:before,
  header .hamburger div:after {
    width: 100%;
    height: 3px;
    background-color: #000;
    display: block;
    content: ' ';
    position: absolute;
    right: 0;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  header .hamburger div {
    top: 50%;
  }
  header .hamburger div:before {
    top: -8px;
  }
  header .hamburger div:after {
    top: 8px;
  }
  header .hamburger:hover div,
  header .hamburger:hover div:before,
  header .hamburger:hover div:after {
    background-color: #9e2529;
  }
  body.showMenu header .hamburger div {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
  body.showMenu header .hamburger div:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 0;
  }
  body.showMenu header .hamburger div:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
  }
}
@media only screen and (max-width: 1100px) {
  body,
  body[data-ratio] {
    font-size: 17px;
  }
  body header,
  body[data-ratio] header {
    padding-left: 60px;
    padding-right: 60px;
  }
  body #page,
  body[data-ratio] #page {
    margin-left: 60px;
    margin-right: 60px;
    padding: 0;
  }
  body .galleries_block_bottom,
  body[data-ratio] .galleries_block_bottom {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
  body #lightbox[data-style="galleryDetail"],
  body[data-ratio] #lightbox[data-style="galleryDetail"] {
    padding-left: 60px;
    padding-right: 60px;
  }
  body #lightbox[data-style="galleryDetail"] .galerieControl.leftControl,
  body[data-ratio] #lightbox[data-style="galleryDetail"] .galerieControl.leftControl {
    left: -60px;
  }
  body #lightbox[data-style="galleryDetail"] .galerieControl.rightControl,
  body[data-ratio] #lightbox[data-style="galleryDetail"] .galerieControl.rightControl {
    right: -60px;
  }
  body #lightbox[data-style="galleryDetail"] .lightbox-icons.close,
  body[data-ratio] #lightbox[data-style="galleryDetail"] .lightbox-icons.close {
    right: -45px;
  }
  body #lightbox[data-style="newsDetail"],
  body[data-ratio] #lightbox[data-style="newsDetail"] {
    padding-left: 60px;
    padding-right: 60px;
  }
  body #lightbox[data-style="newsDetail"] .lightboxContent .content,
  body[data-ratio] #lightbox[data-style="newsDetail"] .lightboxContent .content {
    position: absolute;
    margin: -142px 0 0 -60px;
  }
  body #menu,
  body[data-ratio] #menu {
    width: 0;
    right: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 0;
    position: fixed;
    top: 0;
    height: 100%;
    padding-top: 0px;
    padding-right: 0;
  }
  body #menu .menuInner,
  body[data-ratio] #menu .menuInner {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-top: 140px;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 60px;
  }
  body #menu ul.artists-menu li:hover .category,
  body[data-ratio] #menu ul.artists-menu li:hover .category {
    display: none;
  }
  body.showMenu #menu,
  body[data-ratio].showMenu #menu {
    width: 100%;
  }
  header #logo {
    width: calc(100% - 120px );
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    background-position: left center;
  }
  .posts[data-type="newslist"] .post,
  .posts-isotope .post {
    width: 50%;
  }
  .posts[data-type="newslist"] .post,
  .posts-isotope .post {
    width: 50%;
  }
  ul.profile-isotope li.grid_item {
    width: 50%;
  }
  .galleryList ul li {
    width: 50%;
  }
  .artisMenu {
    position: static;
    padding-bottom: 20px;
  }
  .instgr_grid {
    margin-right: -25px;
  }
  .instgr_grid .instgr_grid_item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  body header,
  body[data-ratio] header {
    padding-left: 30px;
    padding-right: 30px;
    z-index: 2010;
  }
  body header #logo,
  body[data-ratio] header #logo {
    width: calc(100% - 80px );
  }
  body header .hamburger:before,
  body[data-ratio] header .hamburger:before {
    content: none;
  }
  body #page,
  body[data-ratio] #page {
    margin-left: 30px;
    margin-right: 30px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  body #menu,
  body[data-ratio] #menu {
    z-index: 2005;
  }
  body #menu .menuInner,
  body[data-ratio] #menu .menuInner {
    padding-left: 30px;
  }
  body .profile,
  body[data-ratio] .profile {
    margin-right: 0;
  }
  body .galleries_block_bottom,
  body[data-ratio] .galleries_block_bottom {
    margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  body #lightbox[data-style="galleryDetail"],
  body[data-ratio] #lightbox[data-style="galleryDetail"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  body #lightbox[data-style="galleryDetail"] .galerieControl.leftControl,
  body[data-ratio] #lightbox[data-style="galleryDetail"] .galerieControl.leftControl {
    left: -42px;
  }
  body #lightbox[data-style="galleryDetail"] .galerieControl.rightControl,
  body[data-ratio] #lightbox[data-style="galleryDetail"] .galerieControl.rightControl {
    right: -42px;
  }
  body #lightbox[data-style="galleryDetail"] .lightbox-icons.close,
  body[data-ratio] #lightbox[data-style="galleryDetail"] .lightbox-icons.close {
    right: -25px;
  }
  body #lightbox[data-style="newsDetail"],
  body[data-ratio] #lightbox[data-style="newsDetail"] {
    padding-left: 30px;
    padding-right: 30px;
  }
  body #lightbox[data-style="newsDetail"] .lightboxContent,
  body[data-ratio] #lightbox[data-style="newsDetail"] .lightboxContent {
    padding-right: 0;
  }
  body #lightbox[data-style="newsDetail"] .lightboxContent .content,
  body[data-ratio] #lightbox[data-style="newsDetail"] .lightboxContent .content {
    position: static;
    left: 0;
    width: 100%;
    margin: 0;
  }
  body #lightbox[data-style="newsDetail"] .lightboxContent .content p,
  body[data-ratio] #lightbox[data-style="newsDetail"] .lightboxContent .content p {
    font-size: 1.2em;
  }
  body #lightbox[data-style="newsDetail"] .lightboxContent .images,
  body[data-ratio] #lightbox[data-style="newsDetail"] .lightboxContent .images {
    position: static;
    padding-right: 0;
  }
  .posts[data-type="newslist"] .post,
  .posts-isotope .post {
    width: 100%;
  }
  #lightbox[data-style="galleryDetail"] {
    z-index: 4000;
  }
  #lightbox[data-style="newsDetail"]:before {
    display: none;
  }
  #lightbox[data-style="newsDetail"] .logo {
    display: none;
  }
  ul.profile-isotope li.grid_item {
    width: 100%;
    padding-right: 25px;
  }
  .galleryList ul li {
    width: 100%;
    padding-right: 25px;
  }
  .artisMenu {
    position: static;
    padding-bottom: 20px;
  }
  #profile-content .image,
  #profile-content .content {
    width: 100%;
    margin: 0 0 0 0;
  }
  #profile-content .about .image,
  #profile-content .about .content {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
  }
  #profile-content .about .image p,
  #profile-content .about .content p {
    font-size: 1.2em;
  }
  .instgr_grid {
    margin-right: -25px;
  }
  .instgr_grid .instgr_grid_item {
    width: 100%;
  }
  .about .image,
  .about .content {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
  }
  .about .image p,
  .about .content p {
    font-size: 1.2em;
  }
}

.formNewsletter input {
	font-size: 1em;
	line-height: 2em;
    font-family: "Didot W02 Roman", serif;
    width: 280px;
    padding-left: 10px;
}

.formNewsletter button {
	font-size: 1.1em;
    font-family: "Didot W02 Roman", serif;
    color: #9e2629;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.formNewsletter .error {
	color: #9e2629;
}

