@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
/* BIG HEADER (WITH SLIDER) */
/* Arrows */
.big_header .slick-prev,
.big_header .slick-next
{
    z-index: 1;
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: calc(50% - 8px);

    display: block;

    width: 40px;
    height: 15px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none !important;
    background-color: transparent;
}
.big_header .slick-prev {
    background-image: url(../img/arrow_left.png);
    left: 50px;
}
.big_header .slick-next {
    background-image: url(../img/arrow_right.png);
    right: 50px;
}
/* Dots */
.big_header .slick-dots
{
    z-index: 1;
    position: absolute;
    bottom: 42px;
    left: 39px;
    padding: 0;
    margin: 0;

    list-style: none;
    text-align: center;
}
.big_header .slick-dots li
{
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.big_header .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;
}
.big_header .slick-dots li button:hover,
.big_header .slick-dots li button:focus
{
    outline: none;
}
.big_header .slick-dots li button:hover:before,
.big_header .slick-dots li button:focus:before
{
    opacity: 1;
}
.big_header .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .40;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.big_header .slick-dots li.slick-active button:before
{
    opacity: 1;
    color: white;
}
@media (max-width: 767px) {
    .big_header .slick-prev {
        left: 30px;
    }
    .big_header .slick-next {
        right: 30px;
    }
}
@media (max-width: 600px) {
    .big_header .slick-prev,
    .big_header .slick-next {
        display: none !important;
    }
}

/* PROJECT ENTRY */
/* autoheight */
.project_entry .slick-list,
.project_entry .slick-track {
    height: 100%;
}

/* Arrows */
.project_entry .slick-prev,
.project_entry .slick-next
{
    z-index: 1;
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: unset;
    bottom: -30px;

    display: block;

    width: 40px;
    height: 15px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none !important;
    background-color: transparent;
}
.project_entry .slick-prev {
    background-image: url(../img/arrow_left_gold.png);
    left: 15px;
}
.project_entry .slick-next {
    background-image: url(../img/arrow_right_gold.png);
    right: 15px;
}
/* Dots */
.project_entry .slick-dots
{
    position: absolute;
    left: 70px;
    right: 70px;
    bottom: -32px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.project_entry .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.project_entry .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;
}
.project_entry .slick-dots li button:hover,
.project_entry .slick-dots li button:focus
{
    outline: none;
}
.project_entry .slick-dots li button:hover:before,
.project_entry .slick-dots li button:focus:before
{
    opacity: 1;
}
.project_entry .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #cacaca;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.project_entry .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #bfa278;
}

/* GALLERY ITEMS */
/* autoheight */
.gallery_category .slick-list,
.gallery_category .slick-track {
    position: relative;
    height: 100%;
}
/* space for :before element */
.gallery_category .all_preview .slick-list {
    padding-top: 30px;
}
/* Arrows */
.gallery_category .slick-prev,
.gallery_category .slick-next
{
    z-index: 1;
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: unset;
    bottom: 50%;
    margin-bottom: -25px;

    display: block;

    width: 8px;
    height: 14px;
    padding: 10px;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none !important;
    background-color: unset;
    background-repeat: no-repeat;
    background-position: center;
}
.gallery_category .slick-prev {
    background-image: url(../img/arrow_left_small.png);
    left: -20px;
}
.gallery_category .slick-next {
    background-image: url(../img/arrow_right_small.png);
    right: -20px;
}
.gallery_category .slick-prev:hover,
.gallery_category .slick-next:hover {
    opacity: 0.6;
}
/* Dots */
.gallery_category .slick-dots
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.gallery_category .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.gallery_category .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;
}
.gallery_category .slick-dots li button:hover,
.gallery_category .slick-dots li button:focus
{
    outline: none;
}
.gallery_category .slick-dots li button:hover:before,
.gallery_category .slick-dots li button:focus:before
{
    opacity: 1;
}
.gallery_category .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #cacaca;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.gallery_category .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #bfa278;
}
.gallery_category .all_preview .slick-current {
    position: relative; }
    @media (max-width: 767px) {
        .gallery_category .all_preview .slick-current {
            opacity: 0.6; } }
.gallery_category .all_preview .slick-current:before {
    content: "";
    position: absolute;
    left: 5px;
    right: 5px;
    top: -30px;
    height: 1px;
    background-color: #bfa278; }
    @media (max-width: 767px) {
        .gallery_category .all_preview .slick-current:before {
            display: none; } }

/* PROJECTS BLOCKS */
/* Dots */
.block_projects .slick-dots
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.block_projects .slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.block_projects .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;
}
.block_projects .slick-dots li button:hover,
.block_projects .slick-dots li button:focus
{
    outline: none;
}
.block_projects .slick-dots li button:hover:before,
.block_projects .slick-dots li button:focus:before
{
    opacity: 1;
}
.block_projects .slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: #cacaca;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.block_projects .slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #bfa278;
}