::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

img {
    vertical-align: middle;
}

html, body {
    margin: 0;
    padding: 0;
    background-color: #1C1D1C;
    font-family: Sans-serif;
   -webkit-font-smoothing: antialiased; 
}

body {
    overflow-x: hidden;
}

body.loupe-active {
    overflow: hidden;
}

#rotate-screen {
    display: none;
}

header {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0 6px 0 0;
    width: 100%;
    height: 101px;
   -moz-box-sizing: border-box;
    box-sizing: border-box;   
    z-index: 2;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.has-header header {
    display: block;
}

header.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

header div.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101px;
    background-color: #000000;
    opacity: .9;
}

header div.meta-left {
    width: 43%;
    float: left;
    padding-left: 0px;
    padding-top: 29px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

header div.meta-center {
    width: 14%;
    float: left;
    padding-top: 23px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    text-align: center;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

header div.meta-right {
    width: 39%;
    float: left;
    padding-right: 6px;
    padding-top: 39px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    text-align: right;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

body div.meta-caption {
    background-image: url("http://www.artbogdanov.ru/images/logo-background.png");
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: rgba(28, 29, 28, .4);
    padding-top: 35px;
    padding-bottom: 18px;
    width: 100%;
    text-align: right;
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 500;
    opacity: .8;
}

body div.meta-footer-left {
    display: inline-block;
    background-color: rgba(28, 29, 28, .4);
    padding-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 19px;
    width: 35%;
    text-align: left;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 300;
    opacity: .8;
}

body div.meta-footer-center {
    display: inline-block;
    background-color: rgba(28, 29, 28, .4);
    padding-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 19px;
    width: 30%;
    text-align: center;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    opacity: .8;
}

body div.meta-footer-right {
    display: inline-block;
    background-color: rgba(28, 29, 28, .4);
    padding-left: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 19px;
    width: 32%;
    text-align: right;
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 300;
    opacity: .8;
}

a.footer-link {
line-height: 21px;
color: inherit;
cursor: auto;
display: inline;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: right;
text-decoration: none;
border-bottom: 1px solid transparent;
-webkit-transition: border .4s ease-in-out;
-moz-transition: border .4s ease-in-out;
-o-transition: border .4s ease-in-out;
transition: border .4s ease-in-out;
}

a.footer-link:hover {
color:#fff;
cursor: auto;
display: inline;
border-color: rgb(200, 2, 2);
-webkit-transition: border .1s ease-out;
-moz-transition: border .1s ease-out;
-o-transition: border .1s ease-out;
transition: border .1s ease-out;
}

img.footer-logo {
    width: 30px;
    opacity: .3;
    height: 30px;
}

body div.meta-content {
    padding-top: 25px;
    padding-bottom: 18px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
}

div.ab-crew-item {
    display: inline-block;
    width: 14%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    vertical-align: sub;
    float: none;
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 400;
}

img.ab-crew {
    width: 100%;
    min-width: 50px;
}

.ab-crew-name {
    font-size: 16px;
    font-family: Montserrat;
    font-weight: 600;
    margin: 2px;
}

.ab-crew-status {
    font-size: 12px;
    font-family: Montserrat;
    font-weight: 100;
    margin: 0;
}

header img.logo-artbogdanov {
    opacity: .7;
    height: 52px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
 
}

header p.title {
    position: relative;
    margin: 0;
    padding: 8px 0 0 0;
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Montserrat;
    opacity: .8;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;

}

header p.menu {
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: 600;
    text-align: right;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: Montserrat;
    opacity: .8;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

a.menu-link {
line-height: 21px;
color: inherit;
cursor: auto;
display: inline;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: right;
text-decoration: none;
border-bottom: 1px solid transparent;
-webkit-transition: border .4s ease-in-out;
-moz-transition: border .4s ease-in-out;
-o-transition: border .4s ease-in-out;
transition: border .4s ease-in-out;
}

a.menu-link:hover {
color:#fff;
cursor: auto;
display: inline;
border-color: rgb(200, 2, 2);
-webkit-transition: border .1s ease-out;
-moz-transition: border .1s ease-out;
-o-transition: border .1s ease-out;
transition: border .1s ease-out;
}

a.menu-link-active {
color: inherit;
cursor: auto;
display: inline;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
text-align: right;
text-decoration: none;
border-bottom: 1px solid rgb(200, 2, 2);
-webkit-transition: border .4s ease-in-out;
-moz-transition: border .4s ease-in-out;
-o-transition: border .4s ease-in-out;
transition: border .4s ease-in-out;
}

a.menu-link-active:hover {
color: #fff;
-webkit-transition: border .1s ease-out;
-moz-transition: border .1s ease-out;
-o-transition: border .1s ease-out;
transition: border .1s ease-out;
}



header a {
    color: inherit;
}

header ul.gallery-meta {
    display: block;
    margin: -15px 0 0 0;
    padding: 0;
    list-style-type: none;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

header ul.gallery-meta li {
    display: block;
    float: right;
    font-size: 14px;
    line-height: 40px;
}

.scrolled header.is-fixed {
    height: 80px;
    padding: 0px 6px 0 0;
    overflow: hidden;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;

}

.scrolled header.is-fixed div.meta-left {
    padding-top: 22px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

.scrolled header.is-fixed div.meta-center {
    padding-top: 16px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

.scrolled header.is-fixed img.logo-ab {
    height: 40px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

.scrolled header.is-fixed img.logo-artbogdanov {
    height: 44px;
    opacity: .1;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

.scrolled header.is-fixed div.meta-right {
    padding-top: 22px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

.scrolled header.is-fixed p.title {
    padding: 6px 0 0 0;
    font-size: 18px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

.scrolled header.is-fixed p.menu {
    padding: 7px 0 0 0;
    font-size: 14px;
    font-weight: 600;
     -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

.scrolled header.is-fixed ul.gallery-meta {
    margin: 0;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    transition-delay: 0s;
}

#buttonFullscreen {
    display: none;
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

#pageNav {
    display: block;
    float: right;
    font-size: 12px;
}

#pageNav div.count {
    padding-top: 1px;
}

#pageCountCurrent,
#pageCountTotal {
    font-weight: bold;
    line-height: 40px;
}

#buttonPrevPage {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

#buttonPrevPage.disabled {
    opacity: .5;
    cursor: inherit;
}

#svgIconPrevPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

#pageNav div.count {
    float: left;
}

#buttonNextPage {
    position: relative;
    display: block;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
}

#buttonNextPage.disabled {
    opacity: .5;
    cursor: inherit;
}

#svgIconNextPage {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

.fullscreen #buttonFullscreen {
    display: block;
}

#buttonFullscreen div.icon {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 18px;
    height: 16px;
}

#svgIconFullscreen {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 16px;
    opacity: .1;
}

#thumbnailContainer {
    position: relative;
    padding: 0px;
    width: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0;
}

.row-spacing-sm #thumbnailContainer {
    padding-top: 2px;
}

.row-spacing-md #thumbnailContainer {
    padding-top: 8px;
}

.row-spacing-lg #thumbnailContainer {
    padding-top: 16px;
}

.has-header #thumbnailContainer {
    position: relative;
    padding: 101px 0px 0px 0px;
    width: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

div.thumbnails {
    overflow: hidden;
    margin: 0 auto;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

div.thumbnail {
    position: relative;
    display:inline-block;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;

   -webkit-transition: -webkit-box-shadow .03s ease-in;
   -moz-transition: -moz-box-shadow .03s ease-in;
   -ms-transition: box-shadow .03s ease-in;
   -o-transition: box-shadow .03s ease-in;
    transition: box-shadow .03s ease-in; 
}

div.thumbnail:hover {
   -moz-box-shadow: inset 0 0 100px rgba(0, 0, 0, .4);  
   -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .4);   
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .4);

   -webkit-transition: all .03s ease-out;
   -moz-transition: all .03s ease-out;
   -ms-transition: all .03s ease-out;
   -o-transition: all .03s ease-out;
    transition: all .03s ease-out;  
}

.row-spacing-sm div.thumbnail {
    margin-bottom: 2px;
}

.row-spacing-md div.thumbnail {
    margin-bottom: 8px;
}

.row-spacing-lg div.thumbnail {
    margin-bottom: 16px;
}

div.thumbnail.not-loaded {
    display: none;
}

div.thumbnail img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    border-style: solid;
}

#loupeContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    padding: 12px 12px 58px 12px;
    width: 100%;
    height: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    font-size: 14px;
    text-align: center;
}

#loupeContainer.meta-empty {
    padding: 12px;
}

#loupeContainer div.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loupeContainer div.image-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

#loupeContainer div.corners {
    position: relative;
    display: inline-block;
}

#loupeContainer div.image-container div.image {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-align: center;
}

#loupeContainer img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loupeVideo {
    z-index: 1000;
}

#loupeContainer div.lateral-nav-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    overflow: hidden;
    text-align: center;
}

#loupeContainer ul.lateral-nav {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
    line-height: 45px;
}

#loupeContainer div.info-container {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 58px;
    padding: 10px;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#loupeContainer.meta-empty div.info-container {
    display: none;
}

#loupeContainer div.side-navigation {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 45px 0px 100px 0px;
   -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: .4;
}

#loupeContainer div.side-navigation div.hotspot {
    position: relative;
    width: 25%;
    height: 100%;

   -webkit-user-select: none;   
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
    user-select: none;
}

#loupeContainer div.side-navigation div.hotspot.over {
    cursor: pointer;
}

#loupeMeta p {
    margin: 0;
    padding: 0;
}

#loupeMeta p.title {
    margin: 0 auto 5px auto;
    padding: 0;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    font-weight: bold;
}

#loupeMeta p.caption {
    margin: 0 auto;
    padding: 0;
    max-width: 80%;
    height: 48px;
    overflow: hidden;
    font-size: 14px;
}

#hotspotPrevLoupe {
    float: left;
}

#hotspotPrevLoupe.disabled {
    display: none;
    position: absolute;
    top: 50%;
    left: 0;
}

#hotspotCloseButton {
    float: left;
    position: relative;
    width: 50%;
    height: 100%;
   -webkit-user-select: none;   
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
    user-select: none;
}

#hotspotNextLoupe {
    float: right;
}

#hotspotNextLoupe.disabled {
    display: none;
}

#loupeContainer div.side-navigation div.button {
    display: block;
    width: 50px;
    height: 50px;
}

#buttonPrevSideLoupe {
    position: absolute;
    top: 50%;
    left: 0px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    opacity: 0;
}

#hotspotPrevLoupe.over #buttonPrevSideLoupe {
    opacity: 1;
}

#svgIconPrevSideLoupe {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

#buttonNextSideLoupe {
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -ms-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    opacity: 0;
}

#hotspotNextLoupe.over #buttonNextSideLoupe {
    opacity: 1;
}

#svgIconNextSideLoupe {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
}

#loupeContainer li {
    display: block;
    float: left;
}

#countCurrent,
#countTotal {
    font-weight: bold;
}

#buttonPrev {
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
   -webkit-user-select: none;   
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
    user-select: none; 
}

#buttonPrev.disabled {
    opacity: .5;
    cursor: inherit;
}

#svgIconPrevLoupe {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

#buttonNext {
    position: relative;
    width: 45px;
    height: 45px;
    cursor: pointer;
   -webkit-user-select: none;   
   -moz-user-select: none;
   -ms-user-select: none;
   -o-user-select: none;
    user-select: none;
}

#buttonNext.disabled {
    opacity: .5;
    cursor: inherit;
}

#svgIconNextLoupe {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 45px;
}

#loupeCloseButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

#svgIconLoupeClose {
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
}

#svgIconLoupeClose .shape-x{
    fill-rule:evenodd;
    clip-rule:evenodd;
}

.custom-colorable {
    fill: #a0a0a0;
}

@media screen and (max-width: 1280px) {
 
    #abMailBox{
        display: none;
    }
    
    #abAddress{
        display: none;
    }
 
    #loupeContainer {
        padding: 45px 45px 150px 45px;
        font-size: 13px;
    }
    
    #loupeContainer div.info-container {
        height: 150px;
    }

    #loupeMeta p.title {
        margin: 0 auto 10px auto;
        width: 75%;
        max-height: 2.6em;
        overflow: hidden;
        font-size: 1.3em;
        font-weight: bold;
        line-height: 1.3em;
    }

    #loupeMeta p.caption {
        margin: 0 auto;
        padding: 0;
        width: 75%;
        max-height: 5.1em;
        overflow: hidden;
        line-height: 1.3em;
    }
    
    #loupeMeta p.menu {
        margin: 0 auto;
        padding: 0;
        width: 75%;
        max-height: 5.1em;
        overflow: hidden;
        line-height: 1.3em;
    }


}

@media screen and (max-width: 960px) {
 
    #abMailBox{
        display: none;
    }
 
    #abAddress{
        display: none;
    }

    #loupeContainer {
        padding: 45px 45px 120px 45px;
        font-size: 12px;
    }

    #loupeContainer div.info-container {
        height: 120px;
    }

    #loupeMeta p.title {
        width: 85%;
        max-height: 2.6em;
        overflow: hidden;
        font-size: 1.1em;
    }

    #loupeMeta p.caption {
        width: 85%;
        max-height: 5.2em;
        overflow: hidden;
    }
    
    #loupeMeta p.menu {
        width: 85%;
        max-height: 5.2em;
        overflow: hidden;
    }

div.ab-crew-item {
    display: inline-block;
    width: 25%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
    text-align: center;
    vertical-align: sub;
    float: none;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
}

body div.meta-footer-left {
    display: none;
}

body div.meta-footer-center {
    display: inline-block;
    background-color: rgba(28, 29, 28, .4);
    padding-left: 10px;
    padding-top: 20px;
    padding-right: 0;
    padding-bottom: 19px;
    width: 50%;
    text-align: left;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    opacity: .8;
}

body div.meta-footer-right {
    display: inline-block;
    float: right;
    background-color: rgba(28, 29, 28, .4);
    padding-left: 0;
    padding-top: 20px;
    padding-right: 10px;
    padding-bottom: 19px;
    width: 40%;
    text-align: right;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 400;
    opacity: .8;
}
img.footer-logo {
    display: none;
}

}

/*@media screen and (max-width: 800px) {

    header {
        padding-bottom: 20px;
        height: auto;
        overflow: hidden;
    }

    header div.meta-left {
        padding: 20px 20px 0px 20px;
        width: 100%;
    }

    header div.meta-right {
        width: 100%;
    }

    header div.meta-center {
        width: 100%;
        text-align: center;
    }

    header p.title,
    header p.author {

    }

    header p.author {
        margin-top: .5em;
    }

    .scrolled header.is-fixed {
        padding-bottom: 20px;
        height: auto;
        overflow: hidden;
    }

    .scrolled header.is-fixed p.title {
        padding: 12px 0 0 2px;
        font-size: 18px;
    }

    .scrolled header.is-fixed p.menu {
        font-size: 25px;
    }

    header ul.gallery-meta {
        display: none;
    }

    #pageNav {
        display: inline-block;
        float: none;
    }

    .fullscreen #buttonFullscreen {
        display: none;
    }

    #loupeContainer {
        padding: 45px 20px 80px 20px;
        font-size: 11px;
    }

    #loupeContainer div.info-container {
        height: 80px;
    }

    #loupeMeta p.title {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

    #loupeMeta p.caption {
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        box-sizing: border-box;
        overflow: hidden;
    }

}*/
@media screen and (max-width: 800px) {

    #abMailBox{
        display: none;
    }
 
    #abAddress{
        display: none;
    }

header {
    padding: 0 6px 0 0;
    height: 80px;
}
    
header.is-fixed {
    height: 80px;
}
    
header div.background {
    height: 80px;
}

header div.meta-left {
    width: 45%;
    float: left;
    padding-left: 0px;
    padding-top: 15px;    

}

header div.meta-center {
    width: 10%;
    padding-top: 12px;
}

header div.meta-right {
    width: 39%;
    padding-right: 6px;
    padding-top: 20px;
}

.has-header #thumbnailContainer {
    padding: 80px 0px 0px 0px;
}
    
header p.title {
    padding: 12px 0 0 0;
    font-size: 18px;
    font-weight: 600;
}

header p.menu {
    padding: 8px 0 0 0;
    font-size: 13px;
    font-weight: 600;
}
    
header img.logo-artbogdanov {
    padding: 2px 0 0 0;
    height: 50px;
}
    
.scrolled header.is-fixed {
    height: 60px;
    padding: 0px 6px 0 0;
}

.scrolled header.is-fixed div.meta-left {
    padding-top: 13px;
}

.scrolled header.is-fixed div.meta-center {
    padding-top: 6px;
}

.scrolled header.is-fixed img.logo-artbogdanov {
    height: 44px;
    opacity: .3;
}

.scrolled header.is-fixed div.meta-right {
    padding-top: 20px;
}

.scrolled header.is-fixed p.title {
    padding: 6px 0 0 0;
    font-size: 18px;
}

.scrolled header.is-fixed p.menu {
    padding: 0 0 0 0;
    font-size: 13px;
    font-weight: 600;
}
    
}

@media screen and (max-width: 700px) {
    #abMailBox{
        display: none;
    }
 
    #abAddress{
        display: none;
    }

    #rotate-screen {
        background-color: #1C1D1C; 
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle;
        z-index: 999999;
    }
    img.rotate-screen {
        position: absolute;
        margin: auto;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
    }
    
header {
   height: 140px;
}
    
header div.background {
    height: 140px;
}
    
.has-header #thumbnailContainer {
    padding: 140px 0px 0px 0px;
}
    
header div.meta-left {
    width: 80%;
    padding-top: 24px;
}
header div.meta-center {
    width: 18%;
    float: right;
    padding-top: 23px;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    text-align: left;
}

header div.meta-right {
    width: 100%;
    padding-right: 8px;
    padding-top: 10px;
}
    
header p.title {
    font-size: 20px;
    font-weight: 600;
}

header p.menu {
    font-size: 15px;
    font-weight: 600;
}
body div.meta-caption {
    background-image: url("http://www.artbogdanov.ru/images/logo-background.png");
    background-repeat: no-repeat;
    background-blend-mode: overlay;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: rgba(28, 29, 28, .4);
    padding-top: 18px;
    padding-bottom: 18px;
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-family: Montserrat;
    font-weight: 500;
    opacity: .8;
}
    
}