* {
    box-sizing: border-box; 
}

.hidden {
    display: none;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.mobile {
    height: 290%;
}

.mobile #menu,
.mobile #main article,
.mobile #main,
.mobile body {
    height: 100%;
}

.mobile #content {
    height: calc(100% - 150px);
}

.mobile header {
    height: 150px;
}

.mobile #menu > li {
    height: 16.6%;
}

.mobile #menu > li > a {
    background-size: contain;
    background-color: transparent !important;
}

.mobile #menu > li > a span {
    left: 0;
    bottom: 0;
}

#main {
    text-align: center;
    min-height: 80vh;
}

#main > article {
    display: inline-block;
    text-align: left;
    width: 1100px;
    position: relative;
}

.mobile #main > article {
    min-width: 0px;
}

#main.mobile > article {
  width: 100%;
  min-width: 0px;
}

footer {
    max-height: 20vh;
    margin-top: 50px;
    margin-bottom: 20px;
    text-align: center;
    color: #9f9e9e;
}

header {
    position: relative;
    padding: 5px 50px;
}

header #homepage-header {
    margin-top: 50px;
    margin-bottom: 25px;
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    text-align: right;
    word-spacing: -6px;
    color: rgb(242, 113, 107);
    padding-right: 10px;
    white-space: nowrap;
}

header #homepage-header * {
    display: inline-block;
    vertical-align: top;
}

header #artist-header {
    text-align: center;
}

header #artist-header #header-logo {
    margin-top: 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    font-size: 60px;
    position: relative;
    color: #000;
    height: 65px;
}

.mobile header #artist-header #header-logo {
  font-size: 25px;
}

#homepage-header .logo_square {
    margin-right: 12px;
    margin-left: 3px;
}

header #artist-header .header-menu-placeholder {
  visibility: hidden;
}

header #artist-header .header-menu {
    list-style: none;
    text-transform: lowercase;
}

header #artist-header .header-menu.main-menu {
    text-transform: uppercase;
}

header #artist-header .header-menu > li {
    display: inline-block;
    margin-right: 5px;
}

header #artist-header .header-menu > li:last-child {
    margin-right: 0;
}

header #artist-header .header-menu li a {
    text-decoration: none;
    color: #9f9e9e;
}

header #artist-header .header-menu li a:hover {
    color: #635f5f;
}

header #artist-header .header-menu li a.active {
    color: #000;
}

#content {
    position: relative;
    padding: 0 50px;
}

#content #content-inner {
    position: relative;
}

#artists {
    padding: 20px 6% 0 5%;
}

#artists > div {
    display: inline-block;
}

#artists > div:first-child {
    width: 50%;
}

#artists > div:last-child {
    width: 49%;
    text-align: right;
}

#artists a {
    text-decoration: none;
    color: #9f9e9e;
    font-size: 60px;
    transition: color .4s ease;
}

#artists a:hover,
#artists a.selected {
    color: #000;
}

.grid {
    margin: 0 auto;
    margin-top: 50px;
}

.grid-item {
    margin-bottom: 20px;
}

.grid-item img {
    cursor: pointer;
}

.grid-item figcaption {
    background: #000000b8;
    color: #fff;
    padding: 5px 10px;
}

.aim a span {
    font-size: 30px;
    height: 40px;
    line-height: 30px;
    padding: 5px 10px;
}

#nav {
    position: absolute;
    left: 0;
    top: 65px;
}

#nav.is_stuck {
  left: inherit;
  margin-left: -50px;
}

#nav > * {
    display: block;
    width: 30px;
    height: 30px;
    margin: 20px 0;
}

#nav #facebook {
    background: url(images/fb.png) no-repeat;
}

#nav #mail {
    background: url(images/mail.png) no-repeat;
}

#nav #youtube {
    background: url(images/youtube.png) no-repeat;
}

#nav .home-button {
    background: url(images/home.png) no-repeat;
    height: 38px;
}

#nav #contacts {
    background: url(images/contacts.png) no-repeat;
}

header #artist-header #header-logo.right {
    text-align: right;
    padding-right: 10px;
}

header #artist-header #header-logo.left {
    text-align: left;
    padding-left: 10px;
}

.clearfix:after {
    content: "";
    clear: both;
    display: table;
}

.logo-wrapper {
    position: absolute;
    bottom: 5px;
    cursor: pointer;
}

#header-logo.center .logo-wrapper {
    position: relative;
}

#header-logo.right .logo-wrapper {
    right: 0;
}

#header-logo.left .logo-wrapper {
    left: 0;
}

.logo-wrapper > * {
    display: block;
}

.logo-wrapper .logo {
  white-space: nowrap;
}

.mobile .logo-wrapper .logo {
  margin-top: 19px;
}

#header-logo.right .logo-wrapper > * {
    float: left;
}

#header-logo.right .logo-wrapper > img {
    margin-right: 10px;
}

#header-logo .logo-wrapper > img {
    margin-top: 11px;
}

#header-logo.left .logo-wrapper > * {
    float: right;
}

.lang-switcher {
    position: absolute;
    right: 50px;
    top: 15px;
}

.lang-switcher > * {
    display: block;
    float: left;
    font-size: 16px;
    color: #000;
    text-decoration: none;
    line-height: 21px;
    text-transform: uppercase;
}

.lang-switcher > *.selected {
    font-weight: bold;
}

.lang-switcher .delimeter {
    margin-right: 3px;
    margin-left: 3px;
    border: 0;
}

.fancybox-bg {
    background: #303030;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
}

.fancybox-thumbs>ul>li {
    background: #000;
}

.fancybox-thumbs>ul>li:before {
    border: 0;
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active>img {
    opacity: .4;
}

.fancybox-infobar {
    display: none;
}

.captionjs {
  margin: 0;
}

#contacts-page {
  border-top: 1px solid #000;
  width: 1190px;
  padding-top: 20px;
}

.mobile #contacts-page,
.mobile #video-page {
  width: 100%;
}

#contacts-page .photo {
  background: url('images/contacts.jpg');
  width: 200px;
  height: 150px;
  float: left;
  margin: 15px;
  margin-left: 0;
}

#video-page {
  border-top: 1px solid #000;
  width: 1190px;
  padding-top: 20px;
}

#video-page #video-page-inner {
  position: relative;
  margin: 0 auto;
  width: 1145px;
}

#video-page #video-page-inner > div {
  margin-right: 20px;
  display: inline-block;
}

#video-page #video-page-inner > div:last-child {
  margin-right: 0;
}

#video-page #video-page-inner > div iframe {
  width: 560px;
  height: 315px;
}

.mobile #video-page #video-page-inner {
  width: 100%;
}

.mobile #video-page #video-page-inner > div {
  display: block;
  position: relative;
  width: 100%;
  height: 315px;
  margin-bottom: 20px;
}

.mobile #video-page #video-page-inner > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}