html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; font-size: 16px; line-height: 20px; }
body { font-family: Helvetica Neue, "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif; font-style: normal; font-weight: 400; font-size: 100%; line-height: 100%; }
html, body { overflow-x: hidden; }
* { font-weight: normal; -webkit-font-smoothing: antialiased; }
img { border: 0px; }
a, a:visited, a:active { color: inherit; }
a:hover { color: #999; }
h1, h2, h3, h4, h5 { margin: 0; padding: 0; }
p { padding: 0; margin: 0; }
textarea { resize: none }
input, textarea, button { outline: none; -webkit-font-smoothing: antialiased; border-radius: 0; font-family: Helvetica Neue, "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif; }
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder { color: transparent }
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder, input:focus:-moz-placeholder, textarea:focus:-moz-placeholder { color: transparent; opacity: 1 }
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder { color: transparent }

@font-face {
    font-family: 'azbk';
    src: url('fonts/azbukapro-webfont.eot');
    src: url('fonts/azbukapro-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/azbukapro-webfont.woff2') format('woff2'),
        url('fonts/azbukapro-webfont.woff') format('woff'),
        url('fonts/azbukapro-webfont.ttf') format('truetype'),
        url('fonts/azbukapro-webfont.svg#azbuka_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'azbk_black';
    src: url('fonts/azbukapro-black-webfont.eot');
    src: url('fonts/azbukapro-black-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/azbukapro-black-webfont.woff2') format('woff2'),
        url('fonts/azbukapro-black-webfont.woff') format('woff'),
        url('fonts/azbukapro-black-webfont.ttf') format('truetype'),
        url('fonts/azbukapro-black-webfont.svg#azbuka_problack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'azbk_bold';
    src: url('fonts/azbukapro-bold-webfont.eot');
    src: url('fonts/azbukapro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/azbukapro-bold-webfont.woff2') format('woff2'),
        url('fonts/azbukapro-bold-webfont.woff') format('woff'),
        url('fonts/azbukapro-bold-webfont.ttf') format('truetype'),
        url('fonts/azbukapro-bold-webfont.svg#azbuka_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Azbuka Pro';
    src: url('fonts/AzbukaPro-Light.eot');
    src: local('Azbuka Pro Light'), local('AzbukaPro-Light'),
        url('fonts/AzbukaPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AzbukaPro-Light.woff2') format('woff2'),
        url('fonts/AzbukaPro-Light.woff') format('woff'),
        url('fonts/AzbukaPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.azbk { font-family: 'azbk'; }
.azbk_bold { font-family: 'azbk_bold'; }
.azbk_black { font-family: 'azbk_black'; }
.azbk_light { font-family: 'Azbuka Pro'; font-weight: 300;}

* {
    transition:
        background-color 0.15s linear 0s,
        border-color 0.15s linear 0s,
        color 0.15s linear 0s,
        height 0.15s linear 0s,
        width 0.15s linear 0s;
    -webkit-transition:
        background-color 0.15s linear 0s,
        border-color 0.15s linear 0s,
        color 0.15s linear 0s,
        height 0.15s linear 0s,
        width 0.15s linear 0s;
    -moz-transition:
        background-color 0.15s linear 0s,
        border-color 0.15s linear 0s,
        color 0.15s linear 0s,
        height 0.15s linear 0s,
        width 0.15s linear 0s;
    -ms-transition:
        background-color 0.15s linear 0s,
        border-color 0.15s linear 0s,
        color 0.15s linear 0s,
        height 0.15s linear 0s,
        width 0.15s linear 0s;
    -o-transition:
        background-color 0.15s linear 0s,
        border-color 0.15s linear 0s,
        color 0.15s linear 0s,
        height 0.15s linear 0s,
        width 0.15s linear 0s;
    outline: none;
    text-rendering: optimizeLegibility;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: none;
    cursor: default;
    vertical-align: baseline;
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body { padding: 0px; margin: 0px; background-color: #fff; color: #000; }
img { border: 0px; }
a, a * { cursor: pointer; text-decoration: none; }
.left { float: left; }
.right { float: right; }
.clear, .clearer, cleared { clear: both; }
.relative { position: relative; }
.container::before, .container::after { content: " "; display: table; }
.container::before, .container::after { content: " "; display: table; }
.container { display: block; margin-left: auto; margin-right: auto; width: 100%; max-width: 1440px; padding: 0 30px; }
.row { display: block; margin-left: auto; margin-right: auto; width: 100%; max-width: 1280px; padding: 0 5%; }
.full {width: 100%;}
.double_third {width: 66.666666%}
.half {width: 50%;}
.third {width: 33.333333%}
.quarter {width: 25%;}
.fifth {width: 20%}
.sixth {width: 16.666%}
.padded { padding: 0 15px; }
.br_md, .br_lt { display: none; }
.h_all {height: 100%;}
.col_row { display: block; width: 100%; border-bottom: dotted 1px #000; padding: 45px 0; }
.col_row:last-child {border: none}
.col {padding: 0 15px;}
.col:first-child {padding-left: 0;}
.col:last-child, .col.double_third {padding-right: 0;}
.col.padding_left_0 {padding-left: 0}
/*
.btn {display: inline-block; padding: 18px 30px; line-height: 1rem; background: #fc464b; color: #fff; text-align: center; text-transform: uppercase; font-size: 1.5625rem; position: relative;}
.btn:hover {background: #303030;}
.btn:visited, .btn:active {color: #fff}
*/

#theloader {
    background: rgba(255, 255, 255, 0.98);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.load_area {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.load_area .load {
    height: 49px;
    width: 49px;
    background: #1a1a1a;
    position: relative;
    -webkit-animation: rotateplane 1.2s infinite ease-in-out;
    -moz-animation: rotateplane 1.2s infinite ease-in-out;
    -ms-animation: rotateplane 1.2s infinite ease-in-out;
    -o-animation: rotateplane 1.2s infinite ease-in-out;
    animation: rotateplane 1.2s infinite ease-in-out;
}
.load_area .load:before {
    position: absolute;
    left: 18px;
    top: 5px;
    height: 39px;
    width: 13px;
    background: #fff;
    display: block;
    content: '';
}
.load_area .load:after {
    position: absolute;
    left: 5px;
    top: 18px;
    height: 13px;
    width: 39px;
    background: #fff;
    display: block;
    content: '';
}
/*.load_area .load {
    animation: 1s cubic-bezier(0.21, 0.53, 0.56, 0.8) 0s normal none infinite running ball-scale-ripple;
    border: 2px solid #1a1a1a;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}*/

.page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    opacity: 0;
    position: relative;
    overflow: hidden;
    /*min-height: 100%;*/
    height: 100%;
    padding-top: 130px;
}
.page.homepage {
    max-width: 100%;
}
#lockPage {
    background: #fff;
    display: none;
    opacity: 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 997;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
#page_head {
    height: 130px;
    width: 100%;
    background: #fff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    padding: 30px 0;
    box-shadow: none;
}
.homepage #page_head {
    background: transparent;
    height: 147px;
    margin-top: 4%;
    padding: 0 4%;
}
#page_head #logo {
    display: block;
    margin: 0 auto;
    width: auto;
    line-height: normal;
    height: 100%;
    padding: 10px 0;
}
#page_head .logo {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    height: 50px;
    width: 161px;
    display: block;
}
.homepage #page_head .logo {
    height: 127px;
    width: 256px;
}
.logo_hover {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
#page_head.compressed {
    height: 75px;
    line-height: 3.875rem;
    color: #303030;
    padding: 20px 0;
}
#page_head.compressed #logo {
    padding: 0;
}
#page_head.compressed .logo {
    height: 35px;
    width: 113px;
}
#page_head, #page_head #logo, #page_head .logo, #page_head.compressed #logo, #page_head.compressed .logo, #filtersMenuPanel .top {
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.sup_lang_menu {
    display: none;
    opacity: 0;
    visibility: hidden;
}
#filtersMenu {
    display: none;
}

/* FILTERS MENU PANEL */
#filtersMenuPanel {
    position: relative;
}
#filtersMenuPanel .top {
    height: 35px;
    width: 100%;
    overflow: hidden;
}
#page_head.compressed #filtersMenuPanel .top {
    height: 0;
}
#filtersMenuPanel .top ul {
    list-style: none;
    padding: 0;
    height: 100%;
}
#filtersMenuPanel .top ul li {
    float: right;
    border-left: solid 1px #ccc;
    height: 100%;
}
.homepage #filtersMenuPanel .top ul li {
    border-color: rgba(255, 255, 255, .2);
    border-width: 2px;
}
#filtersMenuPanel .top ul li:last-child {
    border: none;
}
#filtersMenuPanel .top ul li ul.lang_menu {
    padding: 9px;
}
#filtersMenuPanel .top ul li ul.lang_menu li {
    border: none;
}
#filtersMenuPanel .top ul li ul.lang_menu li a {
    color: #ccc;
    font-size: 0.875rem;
    line-height: 1.125rem;
    border-left: solid 1px #ccc;
    text-transform: uppercase;
    font-family: 'azbk_bold';
    padding: 0 10px;
    display: block;
}
#filtersMenuPanel .top ul li ul.lang_menu li a {
    border-color: rgba(255, 255, 255, .2);
    border-width: 2px;
}
.homepage #filtersMenuPanel .top ul li ul.lang_menu li a {
    color: #fff;
}
#filtersMenuPanel .top ul li ul.lang_menu li:last-child a {
    border: none;
}
#filtersMenuPanel .top ul li ul.lang_menu li a:hover {
    color: #fff;
    background: #ccc;
}
.homepage #filtersMenuPanel .top ul li ul.lang_menu li a:hover {
    background: transparent;
    color: #fffc00;
}
#filtersMenuPanel .top ul li ul.lang_menu li a.active {
    color: #000;
    background: none;
}
.homepage #filtersMenuPanel .top ul li ul.lang_menu li a.active {
    color: #fffc00;
}
#filtersMenuPanel .top .search {
    display: block;
    height: 35px;
    width: 35px;
    overflow: hidden;
    transition: width 0.2s linear 0s;
    -webkit-transition: width 0.2s linear 0s;
    -moz-transition: width 0.2s linear 0s;
    -ms-transition: width 0.2s linear 0s;
    -o-transition: width 0.2s linear 0s;
}
#filtersMenuPanel .top .search .search_form {
    height: 100%;
    width: auto;
    display: inline-block;
    padding-right: 35px;
    position: relative;
    /* float: right; */
}
#filtersMenuPanel .top .search .search_text {
    height: 35px;
    line-height: 2.1875rem;
    width: 100%;
    float: right;
    padding: 5px 10px;
    font-size: 1rem;
}
.homepage #filtersMenuPanel .top .search .search_text {
    background: transparent;
    color: #fff;
}
#filtersMenuPanel .top .search .search_text::-webkit-input-placeholder { color: transparent; }
#filtersMenuPanel .top .search .search_text:-moz-placeholder { color: transparent; }
#filtersMenuPanel .top .search .search_text::-moz-placeholder { color: transparent; }
#filtersMenuPanel .top .search .search_text:-ms-input-placeholder { color: transparent; }
#filtersMenuPanel .top .search .search_submit {
    height: 35px;
    width: 35px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../img/icons.png') 0 0 no-repeat transparent;
    background-size: 210px 455px;
    cursor: pointer;
}
.homepage #filtersMenuPanel .top .search .search_submit {
    background-position: -175px 0px;
}
#filtersMenuPanel .bottom {
    height: 35px;
    width: 100%;
}
#filtersMenuPanel .bottom ul {
    border-top: solid 1px #ccc;
    list-style: none;
    padding: 6px 0;
    transition: border 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -ms-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
}
.homepage #filtersMenuPanel .bottom ul {
    border-top: solid 2px rgba(255, 255, 255, .2);
}
#page_head.compressed #filtersMenuPanel .bottom ul {
    border-color: transparent;
    transition: border 0.2s linear 0s;
    -webkit-transition: border 0.2s linear 0s;
    -moz-transition: border 0.2s linear 0s;
    -ms-transition: border 0.2s linear 0s;
    -o-transition: border 0.2s linear 0s;
}
#filtersMenuPanel .bottom ul li {
    float: left;
}
#filtersMenuPanel .bottom ul li a {
    color: #ccc;
    font-size: 1rem;
    line-height: 1.75rem;
    border-right: solid 1px #ccc;
    text-transform: uppercase;
    font-family: 'azbk_bold';
    padding: 0 15px;
    display: block;
}
.homepage #filtersMenuPanel .bottom ul li a {
    border-color: rgba(255, 255, 255, .2);
    border-width: 2px;
}
.homepage #filtersMenuPanel .bottom ul li a {
    color: #fff;
}
#filtersMenuPanel .bottom ul li:first-child a {
    padding-left: 0;
}
#filtersMenuPanel .bottom ul li:last-child a {
    padding-right: 0;
    border: none;
}
#filtersMenuPanel .bottom ul li a:hover {
    color: #000;
}
.homepage #filtersMenuPanel .bottom ul li a:hover {
    color: #fffc00;
}
#filtersMenuPanel .bottom ul li.active a {
    color: #fff;
    background: #ccc;
    padding: 0 15px;
    border-left: solid 1px #ccc;
    margin-left: -1px;
}
#filtersMenuPanel .bottom ul li.new-stuff.active a {
    background: #379f7a;
    border-color: #379f7a;
}
#filtersMenuPanel .bottom ul li.director.active a {
    background: #fd4f50;
    border-color: #fd4f50;
}
#filtersMenuPanel .bottom ul li.ads.active a {
    background: #fd1999;
    border-color: #fd1999;
}
#filtersMenuPanel .bottom ul li.books.active a {
    background: #5345ca;
    border-color: #5345ca;
}
#filtersMenuPanel .bottom ul li.extra.active a {
    background: #39d45f;
    border-color: #39d45f;
}
#filtersMenuPanel .bottom ul li.diary.active a {
    background: #1dcaff;
    border-color: #1dcaff;
}
#filtersMenuPanel .bottom ul li.about.active a {
    background: #c7af6b;
    border-color: #c7af6b;
}
.homepage #filtersMenuPanel .bottom ul li.active a {
    background: transparent;
    color: #fffc00;
}
#filtersMenuPanel .bottom_social {
    display: none;
}
/* END FILTERS MEN PANEL */

/**/








.slider {
    -moz-user-select: none;
    cursor: default;
    height: 100vh;
    overflow: hidden;
    position: relative;
    margin-top: -130px;
}
.slider__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
}
.slider__item__bg, .slider__item__about {
    position: absolute;
    overflow: hidden;
    top: 0;
    height: 100%;
    right: 0;
    -webkit-transition:
        width .5s cubic-bezier(.45, .035, .045, .95),
        padding-left .5s cubic-bezier(.45, .035, .045, .95),
        margin-left .5s cubic-bezier(.45, .035, .045, .95),
        padding-right .35s cubic-bezier(.215, .61, .355, 1),
        margin-right .5s cubic-bezier(.45, .035, .045, .95);
    -moz-transition:
        width .5s cubic-bezier(.45, .035, .045, .95),
        padding-left .5s cubic-bezier(.45, .035, .045, .95),
        margin-left .5s cubic-bezier(.45, .035, .045, .95),
        padding-right .35s cubic-bezier(.215, .61, .355, 1),
        margin-right .5s cubic-bezier(.45, .035, .045, .95);
    -ms-transition:
        width .5s cubic-bezier(.45, .035, .045, .95),
        padding-left .5s cubic-bezier(.45, .035, .045, .95),
        margin-left .5s cubic-bezier(.45, .035, .045, .95),
        padding-right .35s cubic-bezier(.215, .61, .355, 1),
        margin-right .5s cubic-bezier(.45, .035, .045, .95);
    -o-transition:
        width .5s cubic-bezier(.45, .035, .045, .95),
        padding-left .5s cubic-bezier(.45, .035, .045, .95),
        margin-left .5s cubic-bezier(.45, .035, .045, .95),
        padding-right .35s cubic-bezier(.215, .61, .355, 1),
        margin-right .5s cubic-bezier(.45, .035, .045, .95);
    transition:
        width .5s cubic-bezier(.45, .035, .045, .95),
        padding-left .5s cubic-bezier(.45, .035, .045, .95),
        margin-left .5s cubic-bezier(.45, .035, .045, .95),
        padding-right .35s cubic-bezier(.215, .61, .355, 1),
        margin-right .5s cubic-bezier(.45, .035, .045, .95);
}
.slider__item_prev .slider__item__bg {
    left: 0;
    right: auto;
    z-index: 1;
}
.slider__item__bg {
    width: 100%;
    background: #1a1a1a;
}
.interlacciato {
    position:absolute;
    right:0;
    top:0;
    width:100%;
    height:100%;
    background: url(../img/interlacciato.png) center top repeat transparent;
    z-index: 1;
    opacity: .1;
}
.slider__item__bg__picture {
    position:absolute;
    right:0;
    top:0;
    /*width:100vw;*/
    width: 100%;
    height:100%;
    background:no-repeat 50% 50%;
    background-size:cover;
}
.slider__item .slider__item__bg__picture {


    transition:
        opacity .5s cubic-bezier(.215,.61,.355,1),
        transform 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -webkit-transition:
        opacity .5s cubic-bezier(.215,.61,.355,1),
        transform 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition:
        opacity .5s cubic-bezier(.215,.61,.355,1),
        transform 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition:
        opacity .5s cubic-bezier(.215,.61,.355,1),
        transform 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition:
        opacity .5s cubic-bezier(.215,.61,.355,1),
        transform 10s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;

    -webkit-animation: slide_zoom_out 10s cubic-bezier(0.39, 0.575, 0.565, 1) 1;
    -moz-animation: slide_zoom_out 10s cubic-bezier(0.39, 0.575, 0.565, 1) 1;
    -ms-animation: slide_zoom_out 10s cubic-bezier(0.39, 0.575, 0.565, 1) 1;
    -o-animation: slide_zoom_out 10s cubic-bezier(0.39, 0.575, 0.565, 1) 1;
    animation: slide_zoom_out 10s cubic-bezier(0.39, 0.575, 0.565, 1) 1;

}
.slick-active .slider__item .slider__item__bg__picture {

    -webkit-animation: slide_zoom_in 14s cubic-bezier(0.39, 0.575, 0.565, 1) 1 .8s;
    -moz-animation: slide_zoom_in 14s cubic-bezier(0.39, 0.575, 0.565, 1) 1 .8s;
    -ms-animation: slide_zoom_in 14s cubic-bezier(0.39, 0.575, 0.565, 1) 1 .8s;
    -o-animation: slide_zoom_in 14s cubic-bezier(0.39, 0.575, 0.565, 1) 1 .8s;
    animation: slide_zoom_in 14s cubic-bezier(0.39, 0.575, 0.565, 1) 1 .8s;

}
.slider__item_far .slider__item__bg__picture {
    -webkit-transition:none;
    -moz-transition:none;
    -ms-transition:none;
    -o-transition:none;
    transition:none
}
.slider__item__about {
    /*width:216%*/
    width: 100%;
    z-index: 2;
}
/*.slider__item_active .slider__item__about{
    width:100%
}*/
.slider__item_next .slider__item__bg, .slider__item_next .slider__item__about, .slider__item_prev .slider__item__bg, .slider__item_prev .slider__item__about {
    width: 0;
    padding-left: 0;
}
.slider_next .slider__item_next .slider__item__bg, .slider_next .slider__item_next .slider__item__about, .slider_next .slider__item_active .slider__item__about {
    padding-right: 60px;
}
.slider_prev .slider__item_prev .slider__item__bg, .slider_prev .slider__item_prev .slider__item__about, .slider_prev .slider__item_active .slider__item__about {
    padding-left: 0px;
    margin-right: -60px;
}
.slider_prev .slider__item_prev .slider__item__bg {
    padding-left: 60px;
    margin-right: 0;
}
.slider_next .slider__item_prev .slider__item__bg, .slider_next .slider__item_prev .slider__item__about, .slider_next .slider__item_active .slider__item__about {
    padding-left: 0px;
    margin-right: 60px;
}
/*.slider_prev .slider__item_active .slider__item__bg {
    padding-left: 0
}
.slider_prev .slider__item_next .slider__item__bg, .slider_prev .slider__item_next .slider__item__about {
    padding-left: 0
}*/
.slider__item_far .slider__item__bg, .slider__item_far .slider__item__about {
    width: 0%
}
.slider__next_btn, .slick-next, .slider__prev_btn, .slick-prev {
    position: absolute;
    z-index: 50;
    top: 0;
    width: 4%;
    height: 100%;
    cursor: pointer;
    background: rgba(0,0,0,.01);
}
.slider__next_btn, .slick-next {
    right: 0;
}
.slider__prev_btn, .slick-prev {
    left: 0;
}
/*.slider__next_btn:after, .slick-next:after {
    position: absolute;
    right: 20%;
    bottom: 50%;
    height: 37px;
    width: 31px;
    content: '';
    background: url(../img/cursore.svg) 0 0 / 200px 200px no-repeat transparent;
    background-size: contain;
    z-index: 21;
    -webkit-animation: hand_cursor2 2s infinite cubic-bezier(.45, .035, .045, .95);
    -moz-animation: hand_cursor2 2s infinite cubic-bezier(.45, .035, .045, .95);
    -ms-animation: hand_cursor2 2s infinite cubic-bezier(.45, .035, .045, .95);
    -o-animation: hand_cursor2 2s infinite cubic-bezier(.45, .035, .045, .95);
    animation: hand_cursor2 2s infinite cubic-bezier(.45, .035, .045, .95);
}*/
/*.slider__next_btn:after, .slick-next:after {
    position: absolute;
    right: 0;
    bottom: 4%;
    height: 37px;
    width: 31px;
    content: '';
    background: url(../img/arrows_r.png) 0 0 / 40px 35px no-repeat transparent;
    background-size: contain;
    z-index: 21;
    -webkit-transition: right .25s cubic-bezier(.45, .035, .045, .95);
    -moz-transition: right .25s cubic-bezier(.45, .035, .045, .95);
    -ms-transition: right .25s cubic-bezier(.45, .035, .045, .95);
    -o-transition: right .25s cubic-bezier(.45, .035, .045, .95);
    transition: right .25s cubic-bezier(.45, .035, .045, .95);
}*/
/*.slider__next_btn:hover:after, .slick-next:hover:after {
    right: 100%;
}*/
/*.slider__next_btn:after, .slick-next:after {
    position: absolute;
    right: 50%;
    bottom: 4%;
    height: 37px;
    width: 31px;
    content: '';
    background: url(../img/cursore.svg) 0 0 / 200px 200px no-repeat transparent;
    background-size: contain;
    z-index: 21;
    -webkit-animation: hand_cursor3 2s infinite cubic-bezier(.45, .035, .045, .95);
    -moz-animation: hand_cursor3 2s infinite cubic-bezier(.45, .035, .045, .95);
    -ms-animation: hand_cursor3 2s infinite cubic-bezier(.45, .035, .045, .95);
    -o-animation: hand_cursor3 2s infinite cubic-bezier(.45, .035, .045, .95);
    animation: hand_cursor3 2s infinite cubic-bezier(.45, .035, .045, .95);
}*/
.slick-track {
    -webkit-transition: left .25s cubic-bezier(.45, .035, .045, .95);
    -moz-transition: left .25s cubic-bezier(.45, .035, .045, .95);
    -ms-transition: left .25s cubic-bezier(.45, .035, .045, .95);
    -o-transition: left .25s cubic-bezier(.45, .035, .045, .95);
    transition: left .25s cubic-bezier(.45, .035, .045, .95);
}
.slick-track.slider_next {
    left: -4%;
}
.slick-track.slider_prev {
    left: 4%;
}
.slider__item__about__content {
    position: absolute;
    bottom: 0;
    left: 4%;
    max-width: 92%;
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    margin-bottom: 4%;
}
.slider__item__about__title {
    color: #fff;
    display: block;
    font-family: 'azbk_black';
    font-size: 3.75rem;
    line-height: 3.75rem;
    text-transform: uppercase;
    width: auto;
}
.slider__item__about__action {
    display: block;
    font-family: 'azbk_black';
    line-height: 1.5rem;
    text-transform: uppercase;
    -moz-transition: -webkit-transform .175s cubic-bezier(.215,.61,.355,1);
    -o-transition: -webkit-transform .175s cubic-bezier(.215,.61,.355,1);
    -ms-transition: -webkit-transform .175s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: -webkit-transform .175s cubic-bezier(.215,.61,.355,1);
    transition: transform .175s cubic-bezier(.215,.61,.355,1);
    color: #fff;
}
.slider__item__about__content a {
    color: #fffc00;
    display: inline-block;
    font-family: 'azbk_black';
    line-height: 1.5rem;
    white-space: nowrap;
    text-transform: uppercase;
    margin-top: 24px;
}
.slider__item__about__content a:hover {
    text-decoration: underline;
}
.slider__bullets{
    position: absolute;
    z-index: 50;
    left: 0;
    width: 100%;
    bottom: 15px;
    text-align: center;
    font-size: 0;
    vertical-align: top
}
.slider__bullets__item{
    display: inline-block;
    vertical-align: top;
    width: 12px;
    height: 12px;
    border: 2px solid #FFF;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    -webkit-transition: background-color.175s;
    -moz-transition: background-color.175s;
    -ms-transition: background-color.175s;
    -o-transition: background-color.175s;
    transition: background-color.175s
}
.slider__bullets__item.active {
    background-color: #FFF
}



/* SLICK */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
    cursor: default;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none;
}
/*.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1;
}*/
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 6px;
    content: '';
    border-radius: 50%;
    overflow: hidden;
    border: solid 2px #fff;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
}
/* end SLICK */

#headSlideshowPlay, #headSlideshowStop {
    position: absolute;
    left: 4%;
    top: 0;
    height: 100%;
    width: 92%;
    z-index: 1;
    display: block;
    cursor: pointer;
}
#headSlideshowStop {
    display: none;
}
#headSlideshowPlay:after, #headSlideshowStop:after {
    height: 120px;
    width: 120px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -60px;
    margin-top: -60px;
    display: block;
    content: '';
    background: url('../img/icons.png') -145px -500px no-repeat transparent;
    opacity: 0;
    border-radius: 50%;
    border: solid 3px #fff;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
#headSlideshowStop:after {
    background-position: -290px -780px;
}
#headSlideshowPlay:hover:after, #headSlideshowStop:hover:after {
    opacity: 1;
}
#headSlideshowPlay.out {
    display: none;
}
#headSlideshowStop.in {
    display: block;
}

#galleryZoom {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/zoom.png) no-repeat 0 0;
    background-size: cover;
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 998;
}

#galleryZoom:hover {
    background-image: url(../img/zoom_h.png);
}

#galleryPlayPause {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    display: block;
    width: 45px;
    height: 45px;
    background: url(../img/play.png) no-repeat 0 0;
    background-size: cover; 
    position: absolute;
    bottom: 30px;
    left: 90px;
    z-index: 998;
}

#galleryPlayPause:hover {
    background-image: url(../img/play_h.png);
}

#galleryPlayPause.pause {
    background-image: url(../img/pause.png);
}

#galleryPlayPause.pause:hover {
    background-image: url(../img/pause_h.png);
}


#headSlideshow {
    position: relative;
}
#headSlideshow .slick-list, #headSlideshow .slick-track {
    height: 100% !important;
    width: 100% !important;
    display: block;
}
#headSlideshow .slick-slide {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    height: 100% !important;
    width: 100% !important;
}
#headSlideshow .slider__prev_btn,
#headSlideshow .slick-prev {
    background: url(../img/arrows_l.png) center center no-repeat transparent;
    background-size: 40px 35px;
    overflow: hidden;
    text-indent: -9999px;
}
#headSlideshow .slider__next_btn,
#headSlideshow .slick-next {
    background: url(../img/arrows_r.png) center center no-repeat transparent;
    background-size: 40px 35px;
    overflow: hidden;
    text-indent: -9999px;
}
#headSlideshow .slider__prev_btn,
#headSlideshow .slick-prev,
#headSlideshow .slider__next_btn,
#headSlideshow .slick-next {
    opacity: 1;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    -ms-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
#headSlideshow.active .slider__prev_btn,
#headSlideshow.active .slick-prev,
#headSlideshow.active .slider__next_btn,
#headSlideshow.active .slick-next {
    opacity: 1;
}

.multi_gallery .tile.content .tile_area .more {
    opacity: 0;
}

.columns_4 .tile, .columns_4 #colWidther {
    width: 25%;
}
.columns_5 .tile, .columns_5 #colWidther {
    width: 20%;
}
.columns_6 .tile, .columns_6 #colWidther {
    width: 16.666666%;
}
.columns_7 .tile, .columns_7 #colWidther {
    width: 14.285714285714285714285714285714%;
}
.columns_8 .tile, .columns_8 #colWidther {
    width: 12.5%;
}

.columns_4 .tile.content .tile_area .more {
    height: 76px;
    width: 76px;
    margin: -38px 0 0 -38px;
}
.columns_4 .tile.content .tile_area .more:after {
    transform: scale(1);
}
.columns_5 .tile.content .tile_area .more {
    height: 60px;
    width: 60px;
    margin: -30px 0 0 -30px;
}
.columns_5 .tile.content .tile_area .more:after {
    transform: scale(1);
    background-position: -8px -183px;
}
.columns_6 .tile.content .tile_area .more,
.columns_7 .tile.content .tile_area .more,
.columns_8 .tile.content .tile_area .more {
    height: 50px;
    width: 50px;
    margin: -25px 0 0 -25px;
}
.columns_6 .tile.content .tile_area .more:after,
.columns_7 .tile.content .tile_area .more:after,
.columns_8 .tile.content .tile_area .more:after {
    transform: scale(.7);
    background-position: -11px -186px;
    left: 13%;
    top: 14%;
}

.page_content {
    background-color: #f2f2f2;
}

.content_header {
    padding: 20px 0 0;
}
.content_header.new-stuff, .content_header.project, .content_header.progetto {
    background-color: #379f7a;
    color: #fff;
}
.content_header.director, .content_header.commercials, .content_header.ommercials, .content_header.documentaries, .content_header.film, .content_header.video {
    background-color: #fd4f50;
    color: #fff;
}
.content_header.ads, .content_header.advertising, .content_header.pubblicit, .content_header.web {
    background-color: #fd1999;
    color: #fff;
}
.content_header.books {
    background-color: #5345ca;
    color: #fff;
}

.content_header.photos, .content_header.images {
    background-color: #2C3036;
    color: #fff;
}

.content_header.extra {
    background-color: #39d45f;
    color: #fff;
}
.content_header.diary {
    background-color: #1dcaff;
    color: #fff;
}
.content_header.about {
    background-color: #c7af6b;
    color: #fff;
}
.content_header:not(.truncate_word) .main_title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main_label, .main_label a {
    font-family: 'azbk';
    font-size: 0.875rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}
.main_label strong, .main_label a strong {
    font-family: 'azbk_black';
    font-weight: 400;
}
.main_label a:hover {
    color: #000;
}

.main_title {
    font-family: 'azbk_black';
    font-size: 2.6875rem;
    line-height: 2.875rem;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.main_title.new-stuff {
    color: #379f7a;
}
.main_title.director {
    color: #fd4f50;
}
.main_title.ads {
    color: #fd1999;
}
.main_title.books {
    color: #5345ca;
}
.main_title.extra {
    color: #39d45f;
}
.main_title.diary {
    color: #1dcaff;
}
.main_title.about {
    color: #c7af6b;
}

.second_level_menu {
    width: 100%;
}
.second_level_menu ul {
    width: 100%;
    border-top: dotted 1px #000;
    list-style: none;
}
.second_level_menu ul li {
    float: left;
    margin-right: 30px;
}
.second_level_menu ul li:last-child {
    margin-right: 0;
}
.second_level_menu ul li a {
    font-family: 'azbk';
    font-size: 1rem;
    line-height: 1rem;
    text-transform: uppercase;
    padding: 20px 30px 16px;
    display: block;
    border-bottom: solid 4px transparent;
}
.second_level_menu ul li:first-child a {
    padding-left: 0;
}
.second_level_menu ul li:last-child a {
    padding-right: 0;
}
.second_level_menu ul li.active a {
    border-bottom: solid 4px #333;
    padding: 20px 30px 16px;
    font-family: 'azbk_black';
}

.second_level_menu.new-stuff ul li.active a {
    border-color: #379f7a;
    color: #379f7a;
}
.second_level_menu.director ul li.active a {
    border-color: #fd4f50;
    color: #fd4f50;
}
.second_level_menu.ads ul li.active a {
    border-color: #fd1999;
    color: #fd1999;
}
.second_level_menu.books ul li.active a {
    border-color: #5345ca;
    color: #5345ca;
}
.second_level_menu.extra ul li.active a {
    border-color: #39d45f;
    color: #39d45f;
}
.second_level_menu.diary ul li.active a {
    border-color: #1dcaff;
    color: #1dcaff;
}
.second_level_menu.about ul li.active a {
    border-color: #c7af6b;
    color: #c7af6b;
}

.main_content.single {
    /*min-height: 450px;
    height: 450px;*/
    background-color: #1a1a1a;
    position: relative;
}
.main_content .content_area {
    background: #1a1a1a;
    height: 100%;
    width: 100%;
    text-align: center;
}
.main_content, .main_content * {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.main_content .content_area .content_area_inner {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.main_content .content_area .content_area_inner * {
    max-height: 100%;
    max-width: 100%;
    display: inline;
    margin: 0 auto;
}
.main_content .content_area .content_area_inner a {
    height: 100%;
    width: 100%;
    display: block;
}
.main_content .content_area .content_area_inner img {
    display: block;
}
.main_content .content_area .content_area_inner .slick-slide img {
    height: 100%;
}
.main_description {
    padding: 0;
    font-family: 'azbk';
    font-size: 1rem;
    line-height: 1.3125rem;
}
.main_description.single_page {
    background: #fff;
}
.main_description_title {
    font-size: 1.5rem;
    line-height: 1.875rem;
}
.main_description_title strong {
    font-family: 'azbk_black';
    font-weight: 400;
}
.main_description_title a {
    text-decoration: underline;
}
.main_description .text_title {
    font-family: 'azbk_black';
    font-weight: 400;
    text-transform: uppercase;
}
.main_description .text:not(:last-child) {
    margin-bottom: 16px;
}
.main_description .text span.weight {
    font-size: .75rem;
}
.main_description a {
    text-decoration: underline;
}
.main_description.single_page p {
    margin-bottom: 1.5625rem;
}
.main_description.single_page strong {
    font-family: 'azbk_bold';
    font-weight: 400;
}
.multi_content {
    margin: -2px -30px -1px;
    background: #1a1a1a;
}
.project_share {
    text-align: center;
    font-family: Helvetica Neue, "Helvetica Neue", Helvetica, "Helvetica", Arial, sans-serif;
    font-size: 0.8125rem;
}
.project_share .share {
    height: 70px;
    width: 70px;
    display: inline-block;
    margin: 5px 5px 0;
    border: solid 1px #000;
    overflow: hidden;
    border-radius: 100%;
    background: url(../img/icons.png) 0 0 no-repeat transparent;
    background-size: 210px 455px;
}
.project_share .share.fb {
    background-position: -71px -316px;
}
.project_share .share.tw {
    background-position: -140px -316px;
}
.project_share .share:hover {
    background-color: #fff;
}
.project_share .share.fb:hover {
    background-position: -1px -386px;
    border-color: #3b5998;
}
.project_share .share.tw:hover {
    background-position: -70px -386px;
    border-color: #55acee;
}
.navigator .prev, .navigator .next {
    width: 50%;
    background: #fff;
    display: block;
    height: 165px;
    position: relative;
    overflow: hidden;
}
.navigator .prev {
    text-align: left;
    border-right: solid 1px #f2f2f2;
}
.navigator .next {
    text-align: right;
    border-left: solid 1px #f2f2f2;
}
.navigator .prev *, .navigator .next * {
    vertical-align: middle;
}
.navigator .prev .img, .navigator .next .img {
    width: auto;
    height: 100%;
    display: block;
}
.navigator .prev .img {
    margin-right: 15px;
}
.navigator .next .img {
    margin-left: 15px;
}
.navigator .prev .img img, .navigator .next .img img {
    width: auto;
    height: 100%;
    display: block;
}
.navigator .navigator_area {
    height: 100%;
}
.navigator .prev .navigator_area {
    padding-right: 20px;
}
.navigator .next .navigator_area {
    padding-left: 20px;
}
.navigator .navigator_area:not(.truncate_word) .title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.navigator .prev .label, .navigator .next .label {
    font-family: 'azbk';
    font-size: 0.875rem;
    line-height: 1.0625rem;
    text-transform: uppercase;
    margin-top: 40px;
    display: inline-block;
}
.navigator .prev .title, .navigator .next .title {
    font-family: 'azbk_black';
    font-weight: 400;
    font-size: 1.4375rem;
    line-height: 1.625rem;
    text-transform: uppercase;
    position: relative;
    display: block;
    height: 30%;
    overflow: hidden;
}
.page_wall_area {
    display: block;
    overflow: hidden;
    background: #fff;
    margin-bottom: -2px;
}
.page_wall {
    display: block;
    margin: 1px -2px;
    /*background: #f2f2f2;*/
}
.page_wall.content_wall {
    background: #f2f2f2;
}
.page_wall.award_wall {
    background: #fff;
}
#colWidther, .tile {
    width: 33.333333%;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
#colWidther.awards, .tile.award, #colWidther.keywords, .tile.keywords {
    width: 20%;
}
#loadMoreGif {
    width: 100%;
    border: none;
    background: url(../img/gallery_loader.gif) center center / 75px 25px no-repeat transparent;
}
.tile {
    float: left;
    height: 360px;
    overflow: hidden;
    border: solid 2px #fff;
}

#images .tile.first {
    width: 66.66666%;
}
.tile_area {
    display: block;
    padding: 30px;
    height: 100%;
    width: 100%;
    position: relative;
}
.tile_area.award_area {
    padding: 0;
}
.tile_area .more {
    height: 120px;
    width: 120px;
    border: solid 2px #fff;
    overflow: hidden;
    border-radius: 50%;
    display: block;
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -60px 0 0 -60px;
    opacity: 0;
    transition: opacity .4s cubic-bezier(.215,.61,.355,1);
    -webkit-transition: opacity .4s cubic-bezier(.215,.61,.355,1);
    -moz-transition: opacity .4s cubic-bezier(.215,.61,.355,1);
    -ms-transition: opacity .4s cubic-bezier(.215,.61,.355,1);
    -o-transition: opacity .4s cubic-bezier(.215,.61,.355,1);
}
.tile_area .more:not(.number):before {
    display: block;
    content: '';
    height: 2px;
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -1px;
    background: #fff;
}
.tile_area .more:not(.number):after {
    display: block;
    content: '';
    height: 40px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -1px;
    background: #fff;
}
.tile_area .more.number span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    font-family: "azbk_black";
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 7.5rem;
    color: #fff;
}
.tile.content .tile_area .more {
    opacity: 1;
    height: 100px;
    width: 100px;
    margin: -50px 0 0 -50px;
}
.tile.content .tile_area .more:before {
    display: none;
}
.tile.content .tile_area .more:after {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0;
    border-radius: 50%;
    overflow: hidden;
    background: url(../img/icons.png) 0 0 no-repeat transparent;
    background-size: 210px 455px;
    transform: scale(1.4);
    transform-origin: 0% 0%;
    -webkit-transform: scale(1.4);
    -webkit-transform-origin: 0% 0%;
    -moz-transform: scale(1.4);
    -moz-transform-origin: 0% 0%;
    -ms-transform: scale(1.4);
    -ms-transform-origin: 0% 0%;
    -o-transform: scale(1.4);
    -o-transform-origin: 0% 0%;
}
.tile.altro .tile_area .more:after {
    background-position: -1px -176px;
}
.tile.book .tile_area .more:after, .tile.issuu .tile_area .more:after, .tile.flickr .tile_area .more:after {
    background-position: -72px -176px;
}
.tile.exhibition .tile_area .more:after {
    background-position: -141px -176px;
}
.tile.print .tile_area .more:after, .tile.image .tile_area .more:after {
    background-position: -1px -246px;
}
.tile.video .tile_area .more:after, .tile.vimeo .tile_area .more:after, .tile.youtube .tile_area .more:after {
    background-position: -69px -246px;
}
.tile.web .tile_area .more:after {
    background-position: -141px -246px;
}
.tile.keywords .tile_area .more {
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin: -65px 0 0 -40px;
}
.tile.keywords .tile_area .more:not(.number):before {
    width: 30px;
    margin-left: -15px;
}
.tile.keywords .tile_area .more:not(.number):after {
    height: 30px;
    margin-top: -15px;
}
.tile_area .img, .tile_area .img_hover {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
    transition:
        opacity .6s cubic-bezier(.215,.61,.355,1),
        transform .2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -webkit-transition:
        opacity .6s cubic-bezier(.215,.61,.355,1),
        transform .2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition:
        opacity .6s cubic-bezier(.215,.61,.355,1),
        transform .2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition:
        opacity .6s cubic-bezier(.215,.61,.355,1),
        transform .2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition:
        opacity .6s cubic-bezier(.215,.61,.355,1),
        transform .2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}
.tile_area.award_area .img {
    position: relative;
}
.tile_area .img_hover {
    z-index: 2;
}
.tile_area:hover .more {
    opacity: 1;
    -webkit-animation: single_push .4s linear 1;
    -moz-animation: single_push .4s linear 1;
    -ms-animation: single_push .4s linear 1;
    -o-animation: single_push .4s linear 1;
    animation: single_push .4s linear 1;
}
.tile.content .tile_area:hover .more {
    opacity: 1;
    -webkit-animation: content_push .4s linear 1;
    -moz-animation: content_push .4s linear 1;
    -ms-animation: content_push .4s linear 1;
    -o-animation: content_push .4s linear 1;
    animation: content_push .4s linear 1;
}
.tile_area:not(.award_area):hover .img {
    zoom: 1.18; /* IE */
    -moz-transform: scale(1.18); /* Firefox */
    -moz-transform-origin:50% 50%;
    -ms-transform: scale(1.18);
    -ms-transform-origin:50% 50%;
    -o-transform: scale(1.18); /* Opera */
    -o-transform-origin: 50% 50%;
    -webkit-transform: scale(1.18); /* Safari And Chrome */
    -webkit-transform-origin: 50% 50%;
    transform: scale(1.18); /* Standard Property */
    transform-origin: 50% 50%;  /* Standard Property */
}
.tile_area:not(.keywords_area):hover .img_hover {
    opacity: 0;
}
.tile_area.keywords_area:hover .img_hover {
    z-index: 1;
}
.tile_area.keywords_area .img {
    display: none;
}
.tile_area.keywords_area .img.current {
    display: block;
}
.tile_area.keywords_area .img, .tile_area.keywords_area:hover .img {
    zoom: 1;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}
.tile_area .text_area {
    position: absolute;
    left: 0;
    bottom: 30px;
    padding: 0 30px;
    z-index: 4;
    /* opacity: .6; */
    text-transform: uppercase;
    color: #fff;
    /*transition: opacity 0.15s linear 0s, color 0.15s linear 0s;
    -webkit-transition: opacity 0.15s linear 0s, color 0.15s linear 0s;
    -moz-transition: opacity 0.15s linear 0s, color 0.15s linear 0s;*/
}
/* .tile_area:hover .text_area {
    opacity: 1;
} */
.tile_area .text_area:not(.truncate_word) {
    max-width: 100%;
}
.tile_area .text_area:not(.truncate_word) .title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.tile_area.award_area .text_area {
    position: relative;
    bottom: auto;
    color: #c7af6b;
    text-transform: none;
    padding: 0 10px;
    height: 8.625rem;
}
.tile_area .text_area .label {
    font-family: 'azbk_bold';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6875rem;
    border-bottom: solid 1px #fff;
    display: inline-block;
    margin-bottom: 8px;
}
.tile_area .text_area .title {
    font-family: 'azbk_black';
    font-weight: 400;
    font-size: 1.6875rem;
    line-height: 1.6875rem;
}
.tile_area.award_area .text_area .title {
    font-family: 'azbk_bold';
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.3125rem;
    margin: 10px 0 5px;
    text-transform: uppercase;
}
.tile_area.award_area .text_area .label {
    font-family: 'azbk';
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5625rem;
    border-bottom: none;
    display: inline-block;
    margin-bottom: 54px;
    color: #999;
}
.tile.keywords .tile_area .text_area .title {
    font-size: 1.125rem;
    line-height: 1.3125rem;
}
.tile.twitter .tile_area .text_area .title {
    font-family: 'azbk_bold';
    font-size: 1.125rem;
    line-height: 1.3125rem;
    text-transform: none;
}
.tile.twitter .tile_area .text_area .twitter_icon {
    display: block;
    height: 21px;
    width: 26px;
    background: url(../img/icons.png) -23px -340px no-repeat transparent;
    background-size: 210px 455px;
    margin-bottom: 15px;
}

.tile.twitter.instagram .tile_area .text_area .instagram_icon {
    display: block;
    height: 21px;
    width: 21px;
    background: url(../img/igicon.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 15px;
}

.tile.twitter .hide {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    background: #1dcaff;
    z-index: 3;
    transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -webkit-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: opacity 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.tile.twitter.instagram .hide {
    background:#E1306C
}
.tile.twitter:hover .hide {
    opacity: 0.9;
}

.related_gallery .gal_img {
    max-width: 100%;
    height: auto;
    float: left;
}
.related_gallery .gal_img:nth-child(3n-1), .related_gallery .gal_img:nth-child(3n) {
    max-width: 50%;
}
.related_gallery .gal_img img {
    width: 100%;
    height: auto;
    border: solid 5px #fff;
    display: block;
}
.related_gallery .gal_img:first-child img {
    border-top: none;
}
.related_gallery .gal_img.last img {
    border-bottom: none;
}

.footer {
    height: 75px;
    line-height: 74px;
    color: #fff;
    background: #333;
    font-size: 0.6875rem;
    margin-top: 1px;
}
.homepage .footer .container {
    max-width: none;
    padding: 0 4%;
}
.footer a {
    font-weight: 700;
}
.footer ul.follow {
    list-style: none;
    display: block;
    margin-right: -30px;
}
.homepage .footer ul.follow {
    margin-right: 0;
}
.footer ul.follow li {
    float: left;
    margin-left: 1px;
    background: url(../img/icons.png) 0 0 no-repeat #272627;
    background-size: 210px 455px;
}
.footer ul.follow li.simple {
    padding: 0 10px;
    background: none;
}
.footer ul.follow li.social.fb {
    background-position: 2px -32px;
}
.footer ul.follow li.social.tw {
    background-position: -33px -32px;
}
.footer ul.follow li.social.vm {
    background-position: -68px -32px;
}
.footer ul.follow li.social.yt {
    background-position: -103px -32px;
}
.footer ul.follow li.social.in {
    background-position: -138px -32px;
}
.footer ul.follow li.social.ml {
    background-position: -173px -32px;
}
.footer ul.follow li.social:hover {
    background-color: #999;
}
.footer ul.follow li.social a {
    width: 40px;
    height: 75px;
    display: block;
}


@media only screen and (max-width: 1440px) {
    .homepage #page_head .logo {
        height: 97px;
        width: 196px;
    }
    .homepage #page_head {
        height: 117px;
    }
}
@media only screen and (max-width: 1024px) {
    .tile_area .more {
        display: none;
    }
    .tile.content .tile_area .more, .tile.client .tile_area .more {
        height: 70px;
        width: 70px;
        margin: -35px 0 0 -35px;
        display: block;
        opacity: 1;
    }
    .tile.client .tile_area .more {
        margin-top: -70px;
    }
    .tile_area .more.number span {
        font-size: 2.5rem;
        line-height: 4.375rem;
    }
    .tile.content .tile_area .more:after {
        -ms-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .tile.content .tile_area:hover .more, .tile.client .tile_area:hover .more {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        -o-animation: none;
        animation: none;
    }
    .tile_area:not(.award_area):not(.keywords_area) .img {
        display: none;
    }
    .tile_area:not(.keywords_area):hover .img_hover {
        opacity: 1;
    }

    .tile_area .text_area .label {
        font-size: 0.75rem;
        line-height: 1.6875rem;
    }
    .tile_area .text_area .title {
        font-size: 1.1875rem;
        line-height: 1.1875rem;
    }
    .tile.twitter .hide {
        display: none;
    }
    #headSlideshowPlay, #headSlideshowStop {display: none;}
    .main_content.single {
        max-height: 528px !important;
    }
}
@media only screen and (max-width: 1009px) {
    .container {
        padding: 0 30px;
    }
    .col {
        padding: 0 12px;
    }
    /*#filtersMenuPanel .top .search {
        width: 205px !important;
    }*/
    .homepage #page_head .logo {
        height: 70px;
        width: 141px;
    }
    .homepage #page_head {
        height: 90px;
    }
    .slider .help_cursor {
        display: none;
    }
    .slider__next_btn, .slick-next, .slider__prev_btn, .slick-prev {
        display: none !important;
    }
    #headSlideshow .slider__next_btn, .slick-next, #headSlideshow .slider__prev_btn, .slick-prev {
        display: block !important;
    }
    #filtersMenuPanel .bottom ul li a {
        font-size: 0.875rem;
        line-height: 1.625rem;
        padding: 0 10px;
    }
    #filtersMenuPanel .bottom ul li.active a {
        padding: 0 10px;
    }
    .slider__item__about__content {
        margin-bottom: 12%;
    }
    .slider__next_btn, .slick-next, .slider__prev_btn, .slick-prev {
        width: 10%;
    }
    .main_description {
        font-size: 0.875rem;
        line-height: 1.1875rem;
    }
    .project_share {
        font-size: 0.6875rem;
    }
    .navigator .prev, .navigator .next {
        height: 115px;
    }
    .navigator .prev .label, .navigator .next .label {
        margin-top: 20px;
    }
    .navigator .prev .title, .navigator .next .title {
        font-size: 1.125rem;
        line-height: 1.25rem;
        height: 80%;
    }
    #colWidther, .tile {
        width: 50%;
    }

    #images .tile.first {
        width: 100%;
    }

    #colWidther.content, .tile.content {
        width: 33.333333%;
    }
    #colWidther.awards, .tile.award, #colWidther.keywords, .tile.keywords {
        width: 25%;
    }
    .tile.content .tile_area .text_area, .tile.keywords .tile_area .text_area {
        bottom: 20px;
        padding: 0 20px;
    }
    .tile_area.award_area .text_area {
        height: 8rem;
    }
    .tile_area.award_area .text_area .title {
        font-size: .9375rem;
        line-height: 1.25rem;
    }
    .tile.keywords .tile_area .text_area .title {
        font-size: .9375rem;
    }
    #headSlideshowPlay:after {
        opacity: 1;
        height: 60px;
        width: 60px;
        margin-top: -30px;
        margin-left: -30px;
        background-size: 210px 455px;
        background-position: -72px -250px;
        border-width: 1px;
    }
    .columns_6 .tile, .columns_6 #colWidther,
    .columns_7 .tile, .columns_7 #colWidther,
    .columns_8 .tile, .columns_8 #colWidther {
        width: 25%;
    }
    .footer {
        height: 150px;
        text-align: center;
    }
    .footer .left, .footer .right {
        width: 100%;
        float: none;
    }
    .footer .right {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .footer ul.follow {
        margin: 0 auto;
        display: inline-block;
    }
}
@media only screen and (max-width: 750px) {
    /*#filtersMenuPanel .top .search {
        width: 181px !important;
    }*/
    #filtersMenuPanel .bottom ul li a, #filtersMenuPanel .bottom ul li.active a {
        padding: 0 6px;
    }
}
@media only screen and (max-width: 750px) and (orientation: landscape) {
    .slider__item__about__content {
        margin-bottom: 6%;
    }
}
@media only screen and (max-width: 700px) {
    body.filters_menu_active, html.filters_menu_active, .page.filters_menu_active {
        overflow: hidden;
    }
    #lockPage.visible {
        display: block;
        opacity: 1;
    }
    #filtersMenu {
        display: block;
        cursor: pointer;
        text-align: center;
        z-index: 99;
        background: transparent;
        height: 70px;
        margin-top: 0;
        width: 70px;
        overflow: hidden;
        position: absolute;
        top: 0;
        right: 30px;
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }
    #filtersMenu span.hamb {
        display: block;
        height: 35px;
        width: 35px;
        overflow: hidden;
        margin: 17px;
        cursor: pointer;
        text-align: center;
        position: relative;
        padding: 6px;
    }
    #filtersMenu span.hamb span {
        background: #000;
        position: relative;
        display: block;
        height: 2px;
        width: 25px;
        transition: all 0.4s ease 0s;
        -webkit-transition: all 0.4s ease 0s;
        -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
        -o-transition: all 0.4s ease 0s;
        cursor: pointer;
    }
    .page {
        padding-top: 75px;
    }
    .page.homepage {
        /*padding-top: 70px;*/
        padding-top: 130px;
    }
    .page.homepage #filtersMenu span.hamb span {
        background: #fff;
    }
    #filtersMenu span.hamb span.hamb_top {
        top: 0;
    }
    #filtersMenu span.hamb span.hamb_mid {
        top: 8px;
    }
    #filtersMenu span.hamb span.hamb_bot {
        top: 16px;
    }
    #filtersMenu span.hamb.open span.hamb_top {
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 28px;
        top: 9px;
    }
    #filtersMenu span.hamb.open span.hamb_mid {
        opacity: 0;
    }
    #filtersMenu span.hamb.open span.hamb_bot {
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        width: 28px;
        top: 5px;
    }
    .homepage #filtersMenu span.hamb.open span.hamb_top, .homepage #filtersMenu span.hamb.open span.hamb_mid, .homepage #filtersMenu span.hamb.open span.hamb_bot {
        background: #000;
    }
    #page_head, #page_head.compressed {
        height: 75px;
        line-height: 1rem;
        padding: 20px 0;
    }
    #page_head #logo, #page_head.compressed #logo {
        padding: 0;
    }
    #page_head .logo, #page_head.compressed .logo {
        height: 35px;
        width: 113px;
    }
    .homepage #page_head .logo {
        height: 80px;
        width: 161px;
    }
    .homepage #page_head.filters_menu_active .logo_hover {
        display: block;
        width: 139px;
        height: 43px;
        top: 0;
        left: 15px;
    }
    .homepage #page_head {
        height: 80px;
        margin-top: 15px;
        padding: 0 15px;
    }
    #page_head #filtersMenu, #page_head.compressed #filtersMenu {
        top: -17px;
        right: 2px;
        width: 50px;
    }
    .homepage #page_head #filtersMenu, .homepage #page_head.compressed #filtersMenu {
        top: -12px;
    }
    #filtersMenu span.hamb {
        margin-left: -3px;
    }
    #filtersMenuPanel {
        position: fixed;
        background: rgba(255, 255, 255, .98);
        top: 74px;
        left: 0;
        width: 100%;
        display: block;
        overflow: auto;
        height: 0;
        opacity: 0;
        visibility: hidden;
        transition:
            top 0.2s linear 0s,
            opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
        -webkit-transition:
            top 0.2s linear 0s,
            opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
        -moz-transition:
            top 0.2s linear 0s,
            opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
        -ms-transition:
            top 0.2s linear 0s,
            opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
        -o-transition:
            top 0.2s linear 0s,
            opacity 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    }
    .homepage #filtersMenuPanel {
        top: 70px;
    }
    #filtersMenuPanel.filters_menu_active {
        visibility: visible;
        opacity: 1;
    }
    #filtersMenuPanel .top, #filtersMenuPanel .bottom {
        height: auto;
    }
    #filtersMenuPanel .top {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .homepage #filtersMenuPanel .top {
        margin-top: 9px;
    }
    #page_head.compressed #filtersMenuPanel .top {
        height: auto;
    }
    #filtersMenuPanel .top ul li {
        float: none;
        border: none;
    }
    #filtersMenuPanel .top ul li ul.lang_menu {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .sup_lang_menu {
        text-align: right;
        position: fixed;
        top: 28px;
        right: 57px;
        height: auto;
        width: auto;
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }
    .sup_lang_menu.active {
        display: block;
        opacity: 1;
        visibility: visible;
        transition: all 0.2s linear 0s;
        -webkit-transition: all 0.2s linear 0s;
        -moz-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        -o-transition: all 0.2s linear 0s;
    }
    .homepage .sup_lang_menu {
        top: 28px;
    }
    .sup_lang_menu li {
        display: inline-block;
        /* float: right; */
    }
    .sup_lang_menu li a {
        color: #ccc;
        font-size: 0.875rem;
        line-height: 1.125rem;
        border-left: solid 1px #ccc;
        text-transform: uppercase;
        font-family: 'azbk_bold';
        padding: 0 10px;
        display: block;
    }
    .sup_lang_menu li:last-child a {
        border: none;
    }
    .sup_lang_menu li a:hover {
        color: #fff;
        background: #ccc;
    }
    .sup_lang_menu li a.active {
        color: #000;
        background: none;
    }
    #filtersMenuPanel .top .search {
        width: 100% !important;
        height: auto;
        padding: 0 15px;
    }
    #filtersMenuPanel .top .search .search_form {
        width: 100%;
        padding-right: 70px;
        border-radius: 4px;
        overflow: hidden;
    }
    .homepage #filtersMenuPanel .top .search .search_text {
        background: #1a1a1a;
    }
    #filtersMenuPanel .top .search .search_text {
        height: 70px;
        background: #1a1a1a;
        padding: 0 10px;
        font-family: "azbk";
        font-size: 1.5rem;
        line-height: 4.375rem;
        color: #fff;
    }
    #filtersMenuPanel .top .search .search_text::-webkit-input-placeholder { color: #fff; font-family: "azbk"; font-size: 1.5rem; line-height: 4.375rem; }
    #filtersMenuPanel .top .search .search_text:-moz-placeholder { color: #fff; font-family: "azbk"; font-size: 1.5rem; line-height: 4.375rem; }
    #filtersMenuPanel .top .search .search_text::-moz-placeholder { color: #fff; font-family: "azbk"; font-size: 1.5rem; line-height: 4.375rem; }
    #filtersMenuPanel .top .search .search_text:-ms-input-placeholder { color: #fff; font-family: "azbk"; font-size: 1.5rem; line-height: 4.375rem; }
    #filtersMenuPanel .top .search .search_submit {
        width: 70px;
        height: 70px;
        background: url(../img/icons.png) 0 -105px no-repeat #1a1a1a;
        background-size: 210px 455px;
    }
    .homepage #filtersMenuPanel .top .search .search_submit {
        background-position: 0 -105px;
    }
    #filtersMenuPanel .bottom ul {
        padding: 0 15px;
        border-top: none;
    }
    .homepage #filtersMenuPanel .bottom ul {
        border-top: none;
    }
    #filtersMenuPanel .bottom ul li {
        float: none;
        width: 100%;
        display: block;
    }
    #filtersMenuPanel .bottom ul li a {
        border-right: none;
        color: #000;
        border-bottom: dotted 1px #000;
        font-family: "azbk_black";
        font-size: 1.0625rem;
        line-height: 3.25rem;
    }
    .homepage #filtersMenuPanel .bottom ul li a {
        color: #000;
        border-bottom: dotted 1px #000;
    }
    #filtersMenuPanel .bottom ul li.active a {
        background: transparent;
        color: #ccc;
        margin-left: 0;
        border-left: none;
    }
    #filtersMenuPanel .bottom ul li.new-stuff.active a {
        background: transparent;
        color: #379f7a;
        border-color: #000;
    }
    #filtersMenuPanel .bottom ul li.director.active a {
        background: transparent;
        color: #fd4f50;
        border-color: #000;
    }
    #filtersMenuPanel .bottom ul li.ads.active a {
        background: transparent;
        color: #fd1999;
        border-color: #000;
    }
    #filtersMenuPanel .bottom ul li.books.active a {
        background: transparent;
        color: #5345ca;
        border-color: #000;
    }
    #filtersMenuPanel .bottom ul li.extra.active a {
        background: transparent;
        color: #39d45f;
        border-color: #000;
    }
    #filtersMenuPanel .bottom ul li.diary.active a {
        background: transparent;
        color: #1dcaff;
        border-color: #000;
    }
    #filtersMenuPanel .bottom ul li.about.active a {
        background: transparent;
        color: #c7af6b;
        border-color: #000;
    }

    .homepage #filtersMenuPanel .bottom ul li.active a {
        color: #ccc;
    }
    #filtersMenuPanel .bottom ul li:last-child a {
        border-bottom: solid 1px #000;
    }
    #filtersMenuPanel .bottom_social {
        display: block;
        padding: 0 15px;
    }
    #filtersMenuPanel .bottom_social ul.follow {
        list-style: none;
        display: inline-block;
        margin-right: 0;
        width: 100%;
    }
    #filtersMenuPanel .bottom_social ul.follow li {
        float: left;
        margin-left: 0;
        width: 16.666%;
        height: 40px;
        display: block;
        overflow: hidden;
        margin-bottom: 5px;
    }
    #filtersMenuPanel .bottom_social ul.follow li.simple {
        padding: 15px 0;
        background: none;
        float: none;
        display: block;
        font-family: "azbk";
        font-size: 1.0625rem;
        height: auto;
        width: auto;
        border-radius: 0;
        border: none;
        margin: 0;
    }
    #filtersMenuPanel .bottom_social ul.follow li.social a {
        width: 40px;
        height: 40px;
        display: block;
        margin: 0 auto;
        overflow: hidden;
        border-radius: 50%;
        background: url(../img/icons.png) 0 0 no-repeat transparent;
        background-size: 210px 455px;
    }
    #filtersMenuPanel .bottom_social ul.follow li.social.fb a {
        background-position: 1px -50px;
    }
    #filtersMenuPanel .bottom_social ul.follow li.social.tw a {
        background-position: -33px -50px;
    }
    #filtersMenuPanel .bottom_social ul.follow li.social.vm a {
        background-position: -69px -50px;
    }
    #filtersMenuPanel .bottom_social ul.follow li.social.yt a {
        background-position: -104px -50px;
        /*clear: left;*/
    }
    #filtersMenuPanel .bottom_social ul.follow li.social.in a {
        background-position: -138px -51px;
    }
    #filtersMenuPanel .bottom_social ul.follow li.social.ml a {
        background-position: -174px -50px;
    }
    .second_level_menu ul li {
        margin-right: 15px;
    }
    .second_level_menu ul li a, .second_level_menu ul li.active a {
        font-size: .875rem;
        padding: 20px 16px 16px;
    }
    .slider__item__about__content {
        bottom: 25px;
    }
    .slider__item__about__content a {
        margin-top: 0;
        font-size: .875rem;
        line-height: 1.25rem;
    }
    .slider__item__about__title {
        font-size: 2.125rem;
        line-height: 2.125rem;
    }
    .slider__item__about__action {
        font-size: .875rem;
        line-height: 1.25rem;
    }
    #colWidther.content, .tile.content {
        width: 50%;
    }
    #colWidther.awards, .tile.award, #colWidther.keywords, .tile.keywords {
        width: 33.333333%;
    }
    .tile.content .tile_area .more, .tile.client .tile_area .more {
        top: 45%;
        -ms-transform: scale(.65);
        -moz-transform: scale(.65);
        -o-transform: scale(.65);
        -webkit-transform: scale(.65);
        transform: scale(.65);
    }
    .tile.twitter .tile_area .text_area .title {
        font-size: 1rem;
        line-height: 1.125rem;
    }
    .project_share .share {
        background-size: 210px 455px;
        height: 35px;
        width: 35px;
    }
    .project_share .share.fb {
        background-position: -36px -1px;
    }
    .project_share .share.tw {
        background-position: -71px -1px;
    }

    #headSlideshow .slider__prev_btn,
    #headSlideshow .slick-prev,
    #headSlideshow .slider__next_btn,
    #headSlideshow .slick-next {
        background-size: 20px 18px;
    }

    .columns_6 .tile, .columns_6 #colWidther,
    .columns_7 .tile, .columns_7 #colWidther,
    .columns_8 .tile, .columns_8 #colWidther {
        width: 33.333333%;
    }

}
@media only screen and (max-width: 567px) {
    .no_mobile {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }
    .container {
        padding: 0 15px;
    }
    .third, .double_third {
        width: 100%;
    }
    .col_row {
        padding: 25px 0;
    }
    .col {
        padding: 0;
    }
    .page {
        padding-top: 70px;
    }
    .page.homepage {
        padding-top: 130px;
    }
    #page_head, #page_head.compressed {
        height: 70px;
        padding: 17px 0;
    }
    #page_head #logo {
        padding: 0;
    }
    #page_head .logo {
        height: 35px;
        width: 113px;
    }
    #filtersMenu {
        top: -17px;
        right: 2px;
    }
    .sup_lang_menu {
        top: 25px;
    }
    #filtersMenuPanel {
        top: 69px;
    }
    .main_label, .main_label a {
        font-size: 0.8125rem;
        line-height: 1rem;
    }
    .main_title {
        font-size: 2.0625rem;
        line-height: 2.0625rem;
    }
    .second_level_menu ul li {
        margin-right: 0;
    }
    .second_level_menu ul li a, .second_level_menu ul li.active a {
        font-size: 0.6875rem;
        padding: 15px 11px 11px;
    }
    .main_description_title {
        font-size: 1.125rem;
        line-height: 1.375rem;
    }
    .main_description .text, .main_description .text:not(:last-child) {
        margin-bottom: 20px;
    }
    .navigator .navigator_area, .navigator .prev .navigator_area, .navigator .next .navigator_area {
        padding: 15px;
    }
    /* .navigator .navigator_area { */
        /*-webkit-line-clamp: 2;
        -webkit-box-orient: vertical;*/
        /*overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;*/
    /* } */
    .navigator .prev, .navigator .next {
        height: 85px;
    }
    .navigator .prev .label, .navigator .next .label {
        font-size: 0.75rem;
        margin-top: 0;
    }
    #colWidther, .tile {
        width: 50%;
    }
    #colWidther.awards, .tile.award, #colWidther.keywords, .tile.keywords {
        width: 50%;
    }
    #colWidther.twitter, .tile.twitter {
        width: 100%;
    }
    .page_wall:not(.content_wall):not(.award_wall) .tile.first {
        width: 100%;
    }
    .multi_content {
        margin: -2px -15px;
    }
    .tile_area {
        padding: 15px;
    }
    .tile_area .text_area, .tile.content .tile_area .text_area {
        padding: 0 15px;
        bottom: 15px;
    }
    .tile_area.award_area .text_area {
        height: 6.125rem;
    }
    .tile_area .text_area .label {
        font-size: 0.5625rem;
        line-height: 1rem;
        margin-bottom: 6px;
    }
    .tile.first .tile_area .text_area .label {
        font-size: .75rem;
        line-height: 1.6875rem;
        margin-bottom: 2px;
    }
    .tile_area .text_area .title {
        font-size: 0.875rem;
        line-height: 0.9375rem;
    }
    .tile.first .tile_area .text_area .title {
        font-size: 1.5625rem;
        line-height: 1.875rem;
    }
    .tile_area.award_area .text_area .title {
        font-size: .75rem;
        line-height: .9375rem;
    }
    .tile_area.award_area .text_area .label {
        font-size: .6875rem;
        line-height: 1.1875rem;
    }
    .tile.client .tile_area .more {
        margin-top: -35px;
    }
    .related_gallery {
        margin: 0 -5px /*1.5625rem*/;
    }
    .footer {
        height: auto;
        line-height: 2.75rem;
        padding: 15px 0;
    }
    .footer .separator {
        display: block;
        height: 1px;
        overflow: hidden;
        text-indent: -9999px;
        width: 100%;
        border-bottom: dotted 1px #ccc;
    }
}
@media only screen and (max-width: 567px) and (orientation: landscape) {
    .slider__item__about__title {
        font-size: 1.875rem;
        line-height: 1.875rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .slider__item__about__action {
        font-size: .8125rem;
        line-height: 1.125rem;
    }
}


/* - ANIMATIONS - */

/*-------------------- showed animtion --------------------*/
@keyframes showed {
    0% {
        transform: translate(0, 120px);
    }
}
@-webkit-keyframes showed {
    0% {
        -webkit-transform: translate(0, 120px);
    }
}
@-moz-keyframes showed {
    0% {
        -moz-transform: translate(0, 120px);
    }
}
@-o-keyframes showed {
    0% {
        -o-transform: translate(0, 120px);
    }
}
@-ms-keyframes showed {
    0% {
        -ms-transform: translate(0, 120px);
    }
}


/*-------------------- rotate --------------------*/
@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-o-keyframes rotate {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(360deg);
    }
}
@-ms-keyframes rotate {
    0% {
        -ms-transform: rotate(0deg);
    }
    100% {
        -ms-transform: rotate(360deg);
    }
}


/*-------------------- pageOut --------------------*/
@keyframes pageOut {
    0% {
        transform: rotate(30deg);
    }
}
@-webkit-keyframes pageOut {
    0% {
        -webkit-transform: rotate(30deg);
    }
}
@-moz-keyframes pageOut {
    0% {
        -moz-transform: rotate(30deg);
    }
}
@-o-keyframes pageOut {
    0% {
        -o-transform: rotate(30deg);
    }
}
@-ms-keyframes pageOut {
    0% {
        -ms-transform: rotate(30deg);
    }
}


/*-------------------- pageIn --------------------*/
@keyframes pageIn {
    0% {
        transform: rotate(5deg);
        opacity: 0;
        top: 30%;
    }
    100% {
        transform: rotate(0deg);
        opacity: 1;
        top: 50%;
    }
}
@-webkit-keyframes pageIn {
    0% {
        -webkit-transform: rotate(5deg);
        opacity: 0;
        top: 30%;
    }
    100% {
        -webkit-transform: rotate(0deg);
        opacity: 1;
        top: 50%;
    }
}
@-moz-keyframes pageIn {
    0% {
        -moz-transform: rotate(5deg);
        opacity: 0;
        top: 30%;
    }
    100% {
        -moz-transform: rotate(0deg);
        opacity: 1;
        top: 50%;
    }
}
@-o-keyframes pageIn {
    0% {
        -o-transform: rotate(5deg);
        opacity: 0;
        top: 30%;
    }
    100% {
        -o-transform: rotate(0deg);
        opacity: 1;
        top: 50%;
    }
}
@-ms-keyframes pageIn {
    0% {
        -ms-transform: rotate(5deg);
        opacity: 0;
        top: 30%;
    }
    100% {
        -ms-transform: rotate(0deg);
        opacity: 1;
        top: 50%;
    }
}


/*-------------------- Ball Scale Ripple --------------------*/
@keyframes ball-scale-ripple {
    0% {
        transform: scale(1);
        opacity: 1;
        border-width: 2px;
    }
    70% {
        transform: scale(1);
        opacity: 1;
        border-width: 24px;
    }
    100% {
        transform: scale(.1);
        opacity: 1;
        border-width: 12px;
    }
}
@-webkit-keyframes ball-scale-ripple {
    0% {
        -webkit-transform: scale(1);
        opacity: 1;
        border-width: 2px;
    }
    70% {
        -webkit-transform: scale(1);
        opacity: 1;
        border-width: 24px;
    }
    100% {
        -webkit-transform: scale(.1);
        opacity: 1;
        border-width: 12px;
    }
}
@-moz-keyframes ball-scale-ripple {
    0% {
        -moz-transform: scale(1);
        opacity: 1;
        border-width: 2px;
    }
    70% {
        -moz-transform: scale(1);
        opacity: 1;
        border-width: 24px;
    }
    100% {
        -moz-transform: scale(.1);
        opacity: 1;
        border-width: 12px;
    }
}
@-o-keyframes ball-scale-ripple {
    0% {
        -o-transform: scale(1);
        opacity: 1;
        border-width: 2px;
    }
    70% {
        -o-transform: scale(1);
        opacity: 1;
        border-width: 24px;
    }
    100% {
        -o-transform: scale(.1);
        opacity: 1;
        border-width: 12px;
    }
}
@-ms-keyframes ball-scale-ripple {
    0% {
        -ms-transform: scale(1);
        opacity: 1;
        border-width: 2px;
    }
    70% {
        -ms-transform: scale(1);
        opacity: 1;
        border-width: 24px;
    }
    100% {
        -ms-transform: scale(.1);
        opacity: 1;
        border-width: 12px;
    }
}


/*-------------------- rotateplane --------------------*/
@-webkit-keyframes rotateplane {
    0% {
        -webkit-transform: perspective(120px) scale(.8);
    }
    50% {
        -webkit-transform: perspective(120px) rotateY(180deg) scale(1);
    }
    100% {
        -webkit-transform: perspective(120px) rotateY(180deg)  rotateX(180deg) scale(.8);
    }
}
@keyframes rotateplane {
    0% { 
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg) scale(.8);
    } 50% { 
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg) scale(1);
    } 100% { 
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg) scale(.8);
    }
}


/*-------------------- jump --------------------*/
@keyframes jump {
    40% {
        transform: translateY(0%) scale(1);
    }
    20% {
        transform: translateY(20%) scale(1.2);
    }
    0% {
        transform: translateY(0%) scale(1);
    }
}
@-webkit-keyframes jump {
    40% {
        -webkit-transform: translateY(0%) scale(1);
    }
    20% {
        -webkit-transform: translateY(20%) scale(1.2);
    }
    0% {
        -webkit-transform: translateY(0%) scale(1);
    }
}
@-moz-keyframes jump {
    40% {
        -moz-transform: translateY(0%) scale(1);
    }
    20% {
        -moz-transform: translateY(20%) scale(1.2);
    }
    0% {
        -moz-transform: translateY(0%) scale(1);
    }
}
@-o-keyframes jump {
    40% {
        -o-transform: translateY(0%) scale(1);
    }
    20% {
        -o-transform: translateY(20%) scale(1.2);
    }
    0% {
        -o-transform: translateY(0%) scale(1);
    }
}
@-ms-keyframes jump {
    40% {
        -ms-transform: translateY(0%) scale(1);
    }
    20% {
        -ms-transform: translateY(20%) scale(1.2);
    }
    0% {
        -ms-transform: translateY(0%) scale(1);
    }
}


/*-------------------- push --------------------*/
@keyframes push {
    0% {
        transform: translateY(0%) scale(1.2);
    }
    30% {
        transform: translateY(0%)  scale(1.15);
    }
    60% {
        transform: translateY(0%)  scale(1.2);
    }
    100% {
        transform: translateY(0%)  scale(1.2);
    }			
}
@-webkit-keyframes push {
    0% {
        -webkit-transform: translateY(0%) scale(1.2);
    }
    30% {
        -webkit-transform: translateY(0%)  scale(1.15);
    }
    60% {
        -webkit-transform: translateY(0%)  scale(1.2);
    }
    100% {
        -webkit-transform: translateY(0%)  scale(1.2);
    }
}
@-moz-keyframes push {
    0% {
        -moz-transform: translateY(0%) scale(1.2);
    }
    30% {
        -moz-transform: translateY(0%)  scale(1.15);
    }
    60% {
        -moz-transform: translateY(0%)  scale(1.2);
    }
    100% {
        -moz-transform: translateY(0%)  scale(1.2);
    }		
}
@-o-keyframes push {
    0% {
        -o-transform: translateY(0%) scale(1.2);
    }
    30% {
        -o-transform: translateY(0%)  scale(1.15);
    }
    60% {
        -o-transform: translateY(0%)  scale(1.2);
    }
    100% {
        -o-transform: translateY(0%)  scale(1.2);
    }
}
@-ms-keyframes push {
    0% {
        -ms-transform: translateY(0%) scale(1.2);
    }
    30% {
        -ms-transform: translateY(0%)  scale(1.15);
    }
    60% {
        -ms-transform: translateY(0%)  scale(1.2);
    }
    100% {
        -ms-transform: translateY(0%)  scale(1.2);
    }
}


/*-------------------- single_push --------------------*/
@keyframes single_push {
    0% {
        transform: translateY(0%) scale(.6);
    }
    60% {
        transform: translateY(0%)  scale(1.1);
    }
    100% {
        transform: translateY(0%)  scale(1);
    }			
}
@-webkit-keyframes single_push {
    0% {
        -webkit-transform: translateY(0%) scale(.6);
    }
    60% {
        -webkit-transform: translateY(0%)  scale(1.1);
    }
    100% {
        -webkit-transform: translateY(0%)  scale(1);
    }
}
@-moz-keyframes single_push {
    0% {
        -moz-transform: translateY(0%) scale(.6);
    }
    60% {
        -moz-transform: translateY(0%)  scale(1.1);
    }
    100% {
        -moz-transform: translateY(0%)  scale(1);
    }		
}
@-o-keyframes single_push {
    0% {
        -o-transform: translateY(0%) scale(.6);
    }
    60% {
        -o-transform: translateY(0%)  scale(1.1);
    }
    100% {
        -o-transform: translateY(0%)  scale(1);
    }
}
@-ms-keyframes single_push {
    0% {
        -ms-transform: translateY(0%) scale(.6);
    }
    60% {
        -ms-transform: translateY(0%)  scale(1.1);
    }
    100% {
        -ms-transform: translateY(0%)  scale(1);
    }
}


/*-------------------- content_push --------------------*/
@keyframes content_push {
    0% {
        transform: translateY(0%) scale(1);
    }
    60% {
        transform: translateY(0%)  scale(1.1);
    }
    100% {
        transform: translateY(0%)  scale(1);
    }			
}
@-webkit-keyframes content_push {
    0% {
        -webkit-transform: translateY(0%) scale(1);
    }
    60% {
        -webkit-transform: translateY(0%)  scale(1.1);
    }
    100% {
        -webkit-transform: translateY(0%)  scale(1);
    }
}
@-moz-keyframes content_push {
    0% {
        -moz-transform: translateY(0%) scale(1);
    }
    60% {
        -moz-transform: translateY(0%)  scale(1.1);
    }
    100% {
        -moz-transform: translateY(0%)  scale(1);
    }		
}
@-o-keyframes content_push {
    0% {
        -o-transform: translateY(0%) scale(1);
    }
    60% {
        -o-transform: translateY(0%)  scale(1.1);
    }
    100% {
        -o-transform: translateY(0%)  scale(1);
    }
}
@-ms-keyframes content_push {
    0% {
        -ms-transform: translateY(0%) scale(1);
    }
    60% {
        -ms-transform: translateY(0%)  scale(1.1);
    }
    100% {
        -ms-transform: translateY(0%)  scale(1);
    }
}


/*-------------------- hand_cursor --------------------*/
@keyframes hand_cursor {
    0% {
        transform: translateX(0%) scale(1);
        opacity: .9;
    }
    8% {
        transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    20% {
        transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    60% {
        transform: translateX(-150%) scale(.8);
        opacity: .7;
    }
    68% {
        transform: translateX(-150%) scale(.8);
        opacity: .7;
    }

    100% {
        transform: translateX(0%) scale(1);
        opacity: .9;
    }
}
@-webkit-keyframes hand_cursor {
    0% {
        -webkit-transform: translateX(0%) scale(1);
        opacity: .9;
    }
    8% {
        -webkit-transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    20% {
        -webkit-transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    60% {
        -webkit-transform: translateX(-150%) scale(.8);
        opacity: .7;
    }
    68% {
        -webkit-transform: translateX(-150%) scale(.8);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateX(0%) scale(1);
        opacity: .9;
    }
}
@-moz-keyframes hand_cursor {
    0% {
        -moz-transform: translateX(0%) scale(1);
        opacity: .9;
    }
    8% {
        -moz-transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    20% {
        -moz-transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    60% {
        -moz-transform: translateX(-150%) scale(.8);
        opacity: .7;
    }
    68% {
        -moz-transform: translateX(-150%) scale(.8);
        opacity: .7;
    }

    100% {
        -moz-transform: translateX(0%) scale(1);
        opacity: .9;
    }
}
@-o-keyframes hand_cursor {
    0% {
        -o-transform: translateX(0%) scale(1);
        opacity: .9;
    }
    8% {
        -o-transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    20% {
        -o-transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    60% {
        -o-transform: translateX(-150%) scale(.8);
        opacity: .7;
    }
    68% {
        -o-transform: translateX(-150%) scale(.8);
        opacity: .7;
    }

    100% {
        -o-transform: translateX(0%) scale(1);
        opacity: .9;
    }
}
@-ms-keyframes hand_cursor {
    0% {
        -ms-transform: translateX(0%) scale(1);
        opacity: .9;
    }
    8% {
        -ms-transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    20% {
        -ms-transform: translateX(0%) scale(.8);
        opacity: .7;
    }
    60% {
        -ms-transform: translateX(-150%) scale(.8);
        opacity: .7;
    }
    68% {
        -ms-transform: translateX(-150%) scale(.8);
        opacity: .7;
    }

    100% {
        -ms-transform: translateX(0%) scale(1);
        opacity: .9;
    }
}


/*-------------------- hand_cursor2 --------------------*/
@keyframes hand_cursor2 {
    0% {
        transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    20% {
        transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    100% {
        transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}
@-webkit-keyframes hand_cursor2 {
    0% {
        -webkit-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    20% {
        -webkit-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    100% {
        -webkit-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}
@-moz-keyframes hand_cursor2 {
    0% {
        -moz-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    20% {
        -moz-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    100% {
        -moz-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}
@-o-keyframes hand_cursor2 {
    0% {
        -o-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    20% {
        -o-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    100% {
        -o-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}
@-ms-keyframes hand_cursor2 {
    0% {
        -ms-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    20% {
        -ms-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    100% {
        -ms-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}


/*-------------------- hand_cursor3 --------------------*/
@keyframes hand_cursor3 {
    0% {
        transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    8% {
        transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    20% {
        transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    60% {
        transform: translateX(-150%) scale(.6);
        opacity: .7;
    }
    68% {
        transform: translateX(-150%) scale(.6);
        opacity: .7;
    }

    100% {
        transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}
@-webkit-keyframes hand_cursor3 {
    0% {
        -webkit-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    8% {
        -webkit-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    20% {
        -webkit-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    60% {
        -webkit-transform: translateX(-150%) scale(.6);
        opacity: .7;
    }
    68% {
        -webkit-transform: translateX(-150%) scale(.6);
        opacity: .7;
    }

    100% {
        -webkit-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}
@-moz-keyframes hand_cursor3 {
    0% {
        -moz-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    8% {
        -moz-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    20% {
        -moz-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    60% {
        -moz-transform: translateX(-150%) scale(.6);
        opacity: .7;
    }
    68% {
        -moz-transform: translateX(-150%) scale(.6);
        opacity: .7;
    }

    100% {
        -moz-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}
@-o-keyframes hand_cursor3 {
    0% {
        -o-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    8% {
        -o-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    20% {
        -o-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    60% {
        -o-transform: translateX(-150%) scale(.6);
        opacity: .7;
    }
    68% {
        -o-transform: translateX(-150%) scale(.6);
        opacity: .7;
    }

    100% {
        -o-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}
@-ms-keyframes hand_cursor3 {
    0% {
        -ms-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
    8% {
        -ms-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    20% {
        -ms-transform: translateX(0%) scale(.6);
        opacity: .7;
    }
    60% {
        -ms-transform: translateX(-150%) scale(.6);
        opacity: .7;
    }
    68% {
        -ms-transform: translateX(-150%) scale(.6);
        opacity: .7;
    }

    100% {
        -ms-transform: translateX(0%) scale(.7);
        opacity: .9;
    }
}


/*-------------------- slide_zoom_in --------------------*/
@keyframes slide_zoom_in {
    0% {
        transform: scale(1); /* Standard Property */
        transform-origin: 50% 50%;  /* Standard Property */
    }
    100% {
        /* //transform: translate(0, 120px); */
        transform: scale(1.04); /* Standard Property */
        transform-origin: 50% 50%;  /* Standard Property */
    }
}
@-webkit-keyframes slide_zoom_in {
    0% {
        -webkit-transform: scale(1); /* Safari And Chrome */
        -webkit-transform-origin: 50% 50%;
    }
    100% {
        /* //-webkit-transform: translate(0, 120px); */
        -webkit-transform: scale(1.04); /* Safari And Chrome */
        -webkit-transform-origin: 50% 50%;
    }
}
@-moz-keyframes slide_zoom_in {
    0% {
        -moz-transform: scale(1); /* Firefox */
        -moz-transform-origin:50% 50%;
    }
    100% {
        /* //-moz-transform: translate(0, 120px); */
        -moz-transform: scale(1.04); /* Firefox */
        -moz-transform-origin:50% 50%;
    }
}
@-o-keyframes slide_zoom_in {
    0% {
        -o-transform: scale(1); /* Opera */
        -o-transform-origin: 50% 50%;
    }
    100% {
        /* //-o-transform: translate(0, 120px); */
        -o-transform: scale(1.04); /* Opera */
        -o-transform-origin: 50% 50%;
    }
}
@-ms-keyframes slide_zoom_in {
    0% {
        -ms-transform: scale(1); /* Standard Property */
        -ms-transform-origin: 50% 50%;  /* Standard Property */
    }
    100% {
        /* //-ms-transform: translate(0, 120px); */
        -ms-transform: scale(1.04); /* Standard Property */
        -ms-transform-origin: 50% 50%;  /* Standard Property */
    }
}


/*-------------------- slide_zoom_out --------------------*/
@keyframes slide_zoom_out {
    100% {
        transform: scale(1); /* Standard Property */
        transform-origin: 50% 50%;  /* Standard Property */
    }
}
@-webkit-keyframes slide_zoom_out {
    100% {
        -webkit-transform: scale(1); /* Safari And Chrome */
        -webkit-transform-origin: 50% 50%;
    }
}
@-moz-keyframes slide_zoom_out {
    100% {
        -moz-transform: scale(1); /* Firefox */
        -moz-transform-origin:50% 50%;
    }
}
@-o-keyframes slide_zoom_out {
    100% {
        -o-transform: scale(1); /* Opera */
        -o-transform-origin: 50% 50%;
    }
}
@-ms-keyframes slide_zoom_out {
    100% {
        -ms-transform: scale(1); /* Standard Property */
        -ms-transform-origin: 50% 50%;  /* Standard Property */
    }
}


.tile.content.first .tile_area .img_hover {
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
}

@media only screen and (min-width: 1024px) {
    .tile.content.first .tile_area .img_hover {
        border-width: 7px;    
    } 
}

.tile.content.first.new-stuff .tile_area .img_hover, .tile.content.first.project .tile_area .img_hover, .tile.content.first.progetto .tile_area .img_hover {
    border-color: #379f7a;
}
.tile.content.first.director .tile_area .img_hover, .tile.content.first.commercials .tile_area .img_hover, .tile.content.first.ommercials .tile_area .img_hover, .tile.content.first.documentaries .tile_area .img_hover, .tile.content.first.film .tile_area .img_hover, .tile.content.first.video .tile_area .img_hover {
    border-color: #fd4f50;
}

.tile.content.first.ads .tile_area .img_hover, .tile.content.first.advertising .tile_area .img_hover, .tile.content.first.pubblicit .tile_area .img_hover, .tile.content.first.web .tile_area .img_hover {
    border-color: #fd1999;
}
.tile.content.first.books .tile_area .img_hover {
    border-color: #5345ca;
}
.tile.content.first.extra .tile_area .img_hover {
    border-color: #39d45f;
}
.tile.content.first.diary {
    border:none !important;
}
.tile.content.first.about {
    border:none !important;
}