html {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.25em;
}

body {
    margin: 0;
    padding: 0;
    color: #4c4c4c;
    font-family: 'Alegreya Sans', sans-serif;
    min-width: 320px;
    overflow-x: hidden;
}

@media only screen and (max-width: 320px) {
    body {
        overflow-x: scroll;
    }
}

a {
    color: #4c4c4c;
    text-decoration: none;
}

a:hover {
    color: #4c4c4c;
    text-decoration: underline;
}

body * {
    box-sizing: border-box;
    outline: none;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

p {
    padding: 0 0 10px 0;
    margin: 0;
}

h1 {
    font-size: 2.57143rem;
    font-weight: 700;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 40px 0;
    color: #1a1a1a;
    line-height: 1.1em;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
}

.content {
    max-width: 1920px;
    margin: 0 auto;
}

main > section, header {
    margin-bottom: 190px;
}

main > section.content {
    margin-bottom: 190px;
}

/**/
.inner-link {
    font-size: 0;
}

.scrollup {
    width: 40px;
    height: 40px;
    text-align: center;
    position: fixed;
    bottom: 50px;
    right: 50px;
    color: black;
    background: black;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    filter: alpha(Opacity=90);
    z-index: 100;
}

.scrollup img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(180deg);
    position: absolute;
}

@media only screen and (max-width: 768px) {
    .scrollup {
        bottom: 20px;
        right: 20px;
    }
}

.left-block {
    width: 50%;
}

.center-block {
    display: flex;
    justify-content: center;
}

.section-number {
    color: #0eb0b2;
    font-size: 1.71429rem;
    padding: 10px 0;
    margin-bottom: 1em;
    font-weight: 500;
    width: 3em;
    position: relative;
}

.section-number:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #1a1a1a;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: transform 0.5s;
    transform-origin: 100% center;
    transform: scaleX(1);
}

.title-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title-block_right {
    align-items: flex-end;
    text-align: right;
    padding-right: 4%;
}

.title-block_left {
    padding-left: 4%;
}

.title-block_center {
    position: relative;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

/* button */
.button {
    background: none;
    border: none;
    font-size: 1.28571rem;
    font-weight: 700;
    letter-spacing: 0.9px;
    padding: 0 5px;
    font-family: 'Alegreya Sans', sans-serif;
    cursor: pointer;
}

.button:hover {
    text-decoration: none;
}

.button:after {
    content: '';
    width: 125%;
    height: 1px;
    margin-top: 10px;
    background-color: #4c4c4c;
    transition: transform 0.5s;
    transform: scaleX(1);
}

.button:hover:after {
    transform: scaleX(0);
}

.button_right {
    float: right;
}

.button_right:after {
    transform-origin: 100% center;
    margin-right: -2px;
    float: right;
}

.button_right:hover:after {
    transform-origin: 0 center;
}

.button_left {
    float: left;
}

.button_left:after {
    transform-origin: 0 center;
    margin-left: -2px;
    float: left;
}

.button_left:hover:after {
    transform-origin: 100% center;
}

.button_center {
    width: 280px;
    text-align: center;
}

.button_center:after {
    transform-origin: center center;
    transform: scaleX(1);
    float: left;
    width: 100%;
}

.button_center:hover:after {
    transform: scaleX(0);
    transform-origin: center center;
}

.button_more:after {
    width: 200%;
}

.button_center:after {
    width: 100%;
}

table {
    border-bottom: 1px solid #3b3b3b;
    border-left: 1px solid #3b3b3b;
    border-spacing: 0;
    margin-bottom: 10px;
}

table tr th, table tr td {
    border-right: 1px solid #3b3b3b;
    border-top: 1px solid #3b3b3b;
    border-spacing: 0;
    padding: 10px;
}

::-webkit-input-placeholder {
    color: #4c4c4c;
}

::-moz-placeholder {
    color: #4c4c4c;
}

/* Firefox 19+ */
:-moz-placeholder {
    color: #4c4c4c;
}

/* Firefox 18- */
:-ms-input-placeholder {
    color: #4c4c4c;
}

/* max-width : 480px */
@media only screen and (max-width: 768px) {
    main > section, header {
        margin-bottom: 140px;
    }

    main > section.content {
        margin-bottom: 140px;
    }
}

/* max-width : 480px */
@media only screen and (max-width: 480px) {
    main > section, header {
        margin-bottom: 60px;
    }

    main > section.content {
        margin-bottom: 60px;
    }

    h1 {
        font-size: 1.71429rem;
    }

    .section-number {
        font-size: 1.14286rem;
        padding: 10px 0;
        margin-bottom: 1em;
    }

    .button {
        font-size: 0.85714rem;
    }
}

.header {
    margin: 0;
}

.header-block {
    background-color: #3b3b3b;
    position: absolute;
    height: 80px;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
}

.header-block .logo {
    font-weight: 500;
    color: white;
    display: flex;
    justify-content: start;
    flex: 1 0 17.5%;
}

.header-block .logo a {
    color: #9a9a9a;
    font-size: 1.28571rem;
}

.header-block .logo a:hover {
    text-decoration: none;
}

.navigation {
    display: flex;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    animation-duration: 0.01s;
    padding: 0 50px;
}

.social {
    display: flex;
    justify-content: flex-end;
    flex: 1 0 17.5%;
    animation: social 2s linear;
}

.social ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: none;
}

.social i {
    font-size: 1.28571rem;
    color: #0eb0b2;
    opacity: 0.8;
    transition: all 0.2s ease-in;
}

.social i:hover {
    color: white;
}

.social li {
    padding: 0 0 0 2.2rem;
    float: left;
}

@keyframes social {
    from {
        margin-top: -70px;
    }
    25% {
        margin-top: 0px;
    }
    50% {
        margin-top: -10px;
    }
    to {
        margin-top: 0px;
    }
}

ul.top-menu {
    display: flex;
    justify-content: space-between;
    flex: 1 0 44.5%;
}

ul.top-menu li {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
    float: left;
}

ul.top-menu li a {
    padding: 0 1rem;
    letter-spacing: 1.4px;
    display: block;
    font-weight: 500;
    color: white;
    font-size: 1rem;
    transition: all 0.2s ease-in;
}

ul.top-menu li a:hover {
    color: #0eb0b2;
    text-decoration: none;
}

.toggle_menu {
    display: none;
    float: left;
    width: 45px;
    height: 45px;
    position: fixed;
    background-color: transparent;
    z-index: 100;
    border: none;
    left: 20px;
    top: 20px;
    cursor: pointer;
}

.toggle_menu span {
    display: block;
}

.sandwich {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 200;
    float: left;
}

.sw-topper {
    position: relative;
    top: 0;
    width: 28px;
    height: 3px;
    background: white;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    display: block;
}

.sw-bottom {
    position: relative;
    width: 28px;
    height: 3px;
    top: 6.6px;
    background: white;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: -webkit-transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}

.sw-footer {
    position: relative;
    width: 28px;
    height: 3px;
    top: 13.5px;
    background: white;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.sandwich.active .sw-topper {
    top: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.sandwich.active .sw-bottom {
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.sandwich.active .sw-footer {
    opacity: 0;
    top: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* max-width : 1280px */
@media screen and (max-width: 1280px) {
    .navigation {
        display: none;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        right: 0;
        top: 0;
        position: fixed;
        z-index: 20;
        background-color: rgba(0, 0, 0, 0.8);
        margin: 0;
        padding-top: 100px;
        justify-content: flex-start;
        min-height: 500px;
    }

    .header-block .logo {
        padding-bottom: 1rem;
        padding-left: 0;
        flex-basis: auto;
    }

    .social {
        border-top: 1px solid rgba(14, 176, 178, 0.5);
        flex: auto;
        justify-content: center;
        flex-basis: auto;
    }

    .social ul {
        height: 6em;
        padding-top: 1rem;
    }

    .social li {
        padding: 0 1rem 0 1rem;
    }

    .footer .social {
        border-top: none;
    }

    .toggle_menu {
        display: block;
    }

    ul.top-menu {
        float: none;
        line-height: 50px;
        flex-direction: column;
        justify-content: flex-start;
        color: white;
        line-height: 40px;
        flex-basis: auto;
    }

    ul.top-menu li {
        text-align: center;
        float: none;
    }

    ul.top-menu li a {
        color: white;
    }
}

@media only screen and (max-height: 600px) and (max-width: 768px) {
    ul.top-menu {
        line-height: 30px;
    }

    .navigation {
        padding-top: 50px;
    }
}

.footer {
    background-color: #3b3b3b;
    position: absolute;
    height: 145px;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    color: white;
}

.footer-wrapper {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.bottom-logo {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 1px solid white;
    width: 60px;
}

.copyright {
    width: 100%;
    text-align: center;
    font-size: 1.28571rem;
    font-weight: 500;
    line-height: 1.3em;
    letter-spacing: 0.9px;
    padding: 1rem;
}

.copyright a {
    color: white;
}

/* max-width : 1280px */
@media screen and (max-width: 1280px) {
    .copyright {
        font-size: 1.14286rem;
    }
}

.content-page-block {
    min-height: 100vh;
    height: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 145px;
}

.content-page-block section {
    font-size: 1.14286rem;
    line-height: 1.25em;
}

.content-page-block h1 {
    max-width: 1280px;
    margin: 0 auto;
}

.content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    min-width: 320px;
    min-height: 100%;
}

.main:after {
    content: '';
    display: block;
    clear: both;
}

.main > section, header {
    margin-bottom: 0;
}

.main > section.content {
    margin-bottom: 0;
}

.main-content {
    padding: 40px 0;
}

/* max-width : 1320px */
@media screen and (max-width: 1320px) {
    .content {
        padding: 0 20px;
    }

    .main h1 {
        padding: 0 20px 40px;
    }

    .main .content h1 {
        padding: 0 0 40px;
    }
}

/* biography */
.biography-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #191919;
}

.biography-block a {
    color: #999;
}

.biography-block .left-column, .biography-block .right-column {
    width: 50%;
}

.biography-block .left-column .text, .biography-block .right-column .text {
    padding-bottom: 50px;
}

.biography-block .left-column {
    text-indent: 2rem;
    padding-right: 50px;
}

.biography-block .left-column .text:after {
    content: '';
    height: 9px;
    width: 130px;
    margin-top: 40px;
    background-color: #3b3b3b;
    position: absolute;
}

.biography-block .right-column {
    border-left: 1px solid #a0a0a0;
}

.biography-block .right-column .text {
    margin-top: -7px;
}

.biography-block .right-column span {
    font-size: 2.14286rem;
    letter-spacing: 1.6px;
    display: inline-block;
    margin-bottom: 10px;
    margin-left: -55px;
    padding-left: 50px;
    position: relative;
}

.biography-block .right-column span:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #0eb0b2;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.biography-block .right-column p {
    padding-left: 50px;
}

/* max-width : 768px */
@media screen and (max-width: 768px) {
    .biography-block .left-column, .biography-block .right-column {
        width: 100%;
        margin-bottom: 20px;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }

    .biography-block .left-column p, .biography-block .right-column p {
        padding-left: 0;
    }

    .biography-block .right-column {
        padding-top: 20px;
    }

    .biography-block .right-column span {
        margin-left: 0;
        padding-left: 0;
    }

    .biography-block .right-column span:before {
        width: 0;
        height: 0;
    }
}

/****** news-list *****/
.main.news-list-page {
    background: url(./../img/news.svg) no-repeat center right;
    background-size: auto 100%;
}

.news-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.news-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    margin-bottom: 100px;
    min-height: 200px;
    -webkit-box-shadow: 0 19px 32px rgba(0, 0, 0, 0.16);
    box-shadow: 0 19px 32px rgba(0, 0, 0, 0.16);
    background-color: #e8e8e8;
    position: relative;
    padding-bottom: 30px;
}

.news-item a:hover {
    text-decoration: none;
}

.news-date {
    text-align: center;
    margin: 20px 0;
    font-size: 1rem;
}

.news-item__img {
    position: relative;
}

.news-item__img img {
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.news-item__img img:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /*     Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.news-item__title {
    font-family: Arial;
    font-size: 1.28571rem;
    line-height: 25px;
    letter-spacing: 0.18px;
    font-weight: bold;
    margin: 40px 44px 10px;
    height: 54px;
    overflow: hidden;
}

.news-item__text {
    margin: 0 44px 0;
    position: relative;
    padding-top: 25px;
    height: 122px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2em;
}

.news-item__text:before {
    content: '';
    height: 4px;
    width: 33%;
    background-color: #0eb0b2;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 1280px) {
    .news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
    }
}

@media only screen and (max-width: 768px) {
    .news {
        background: none;
    }

    .news .news-item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .news .news-item__title {
        height: auto;
    }

    .news .news-item__text {
        height: auto;
    }
}

/****** full-news ******/
.full-news-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #191919;
    font-size: 1.14286rem;
    line-height: 1.5em;
}

.full-news-block h1 {
    text-transform: none;
    margin: 0;
}

.full-news-block .full-news-date {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 1.28571rem;
    text-align: left;
}

.full-news-block .left-column {
    width: 70%;
}

.full-news-block .left-column .text {
    padding: 0 20px 50px 0;
}

.full-news-block .left-column .text a {
    color: #999;
}

.full-news-block .right-column {
    width: 30%;
}

.full-news-block img {
    margin-bottom: 10px;
}

.full-news-block img[align=left] {
    margin-right: 20px;
}

.full-news-block img[align=right] {
    margin-left: 20px;
}

.full-news-block .news-item {
    padding: 1px 0 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 19px 32px rgba(0, 0, 0, 0.16);
    box-shadow: 0 19px 32px rgba(0, 0, 0, 0.16);
}

.full-news-block .news-item__title {
    height: auto;
    margin-top: 56px;
}

@media screen and (max-width: 768px) {
    .full-news-block .left-column, .full-news-block .right-column {
        width: 100%;
        margin-bottom: 20px;
        border: none;
        padding-left: 0;
        padding-right: 0;
    }

    .full-news-block .left-column .text {
        padding: 0 20px 0 0;
    }

    .full-news-block .right-column {
        padding-top: 20px;
    }

    .full-news-block .news-item__text {
        height: auto;
    }
}

/******** video ********/
.video-block {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 100px;
    max-width: 1920px;
}

.video-list .video-list__item {
    position: relative;
    padding: 20px;
    -webkit-transition: all 0.7s;
    transition: all 0.7s;
}

.video-list .video-list__item:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /*     Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.video-list .video-list__item .cover {
    background: url(./img/video.svg) no-repeat center center;
    top: 20px;
    left: 40px;
    bottom: 20px;
    right: 20px;
    position: absolute;
    z-index: 4;
    opacity: 0.8;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.video-list .video-list__item.slick-center {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 3;
    position: relative;
}

.video-list .slick-arrow {
    border: 20px solid transparent;
    font-size: 0;
    height: 0;
    width: 0;
    border-width: 80px 40px 80px 40px;
    z-index: 1;
}

.video-list .slick-arrow:before {
    content: '';
}

.video-list .slick-prev {
    border-right-color: #303030;
    left: -80px;
    z-index: 1;
}

.video-list .slick-next {
    border-left-color: #303030;
    right: -80px;
}

@media screen and (max-width: 1280px) {
    .video .slick-prev {
        border-right-color: #fff;
        opacity: 0.5;
        left: -30px;
    }

    .video .slick-next {
        border-left-color: #fff;
        opacity: 0.5;
        right: -30px;
    }

    .video .video-list .video-list__item .cover {
        background-size: 80px auto;
        left: 60px;
    }
}

@media screen and (max-width: 680px) {
    .video .video-list .video-list__item .cover {
        background-size: 40px auto;
        left: 40px;
    }
}

/* photo */
.photo-filter {
    padding-bottom: 30px;
}

.photo-filter li {
    display: inline-block;
}

.photo-filter li a {
    padding: 0 20px 10px 0;
    font-weight: bold;
    font-size: 1.42857rem;
    text-transform: lowercase;
    display: inline-block;
    transition: all 0.2s ease-in;
}

.photo-filter li a span {
    color: #0eb0b2;
    padding-right: 7px;
}

.photo-filter li a.active {
    color: #0eb0b2;
}

.photo-filter li a:hover {
    color: #0eb0b2;
    text-decoration: none;
}

.masonry-galery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 -7px 40px;
}

.masonry-galery:after {
    content: '';
    display: block;
    clear: both;
}

.masonry-galery__item {
    width: 100%;
    height: auto;
}

.masonry-galery__item img {
    width: 100%;
    height: auto;
}

.masonry-galery__item .masonry-galery__item-inner {
    position: relative;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 7px;
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.masonry-galery__item-inner:hover {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
    z-index: 20;
}

.masonry-galery__item-inner:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /*     Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.sizer4 {
    width: 25%;
}

@media screen and (max-width: 1024px) {
    .sizer4 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .sizer4 {
        width: 100%;
    }
}

.news-item__img {
    width: 100%;
    padding-bottom: 66%;
    overflow: hidden;
    position: relative;
}

.news-item__img span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-position: top center;
    background-size: cover;
    background-repeat: none;
}

.news-item__img span:hover {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /*     Firefox 10+, Firefox on Android */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+, Safari 6+, Safari 6+ iOS */
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.tatl {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    padding: 0;
}

.tatl img {
    width: 100%;
}

/*# sourceMappingURL=content-pages-style.css.map */
