@font-face {
    font-family: GridFont;
    src: url('fonts/ZonaPro-Thin.otf') format("opentype");
}

* { box-sizing: border-box; }

.featured_grid_container{
    position: relative;
}
.grid {
    max-width: 1500px;
    margin: 0 auto;
}

.grid:after {
    content: '';
    display: block;
    clear: both;
}

/* ---- grid-item ---- */

.grid-sizer,
.grid-item {
    width: 25%;
    float: left;
}

.grid-item {
    height: 225px;
    float: left;
    padding: 7.5px;
    margin-top: 7.5px;
    margin-bottom: 7.5px;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.np-col-5, .np-col-6, .np-col-7{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}

.np-col-0, .np-col-1{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.np-col-2{
    margin-top: 0 !important;
}
.grid-item--width2{
    width: 50%;
}
.grid-item--height2{
    height: 480px;
}
.grid-img{
    position: relative;
    height: inherit !important;
}
.grid-img img {
    height: inherit !important;
}
.grid-item .featured-grid-title{
    position: absolute;
    top: 0;
    bottom: 0;
    color: #fff !important;
    padding: 10px;
    width: 96%;
    padding-left: 0;
    background: -moz-linear-gradient(top, rgba(2,2,2,0) 0%, rgba(2,2,2,0.01) 15%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(2,2,2,0) 0%,rgba(2,2,2,0.01) 15%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(2,2,2,0) 1%,rgba(2,2,2,0.01) 15%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00020202', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
.grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title  {
    width: 98%;
}

.featured-grid-title h2{
    color: #fff !important;
    position: absolute;
    /*top: 50%;*/
    /*transform: translateY(-50%);*/
    bottom: 5px;
    font-size: 30px;
    padding: 15px;
    z-index: 100001;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.5;
    opacity: 0.9;
    width: 100%;
    margin-bottom: 0 !important;
    padding-bottom: 0;
    transition: all 0.3s;
}
.grid-item.grid-item--width2.grid-item--height2 .featured-grid-title h2{
    font-size: 32px !important;

}
.grid-item.grid-item--width2 .featured-grid-title h2{
    font-size: 28px;
}
.grid-item .featured-grid-title h2{
    font-size: 22px;
}

.grid-item .featured-grid-title h2:hover{
    color: #ef6757 !important;
    transition: all 0.3s;

}
.grid-mask{
    background-color: transparent;
    height: 100%;
    /*width: 96%;*/
    opacity: 0;
    position: absolute;
    z-index: 100000;
    transition: all 0.3s;
}
/*.grid-item--widt h2 .grid-mask{*/
    /*width: 98% !important;*/
/*}*/

.grid-mask:hover{
    opacity: 0.7;
    background-color: transparent;
    transition: all 0.3s;
    cursor: pointer;
}
.grid-mask.hover{
    opacity: 0.7;
    background-color: transparent;
    transition: all 0.3s;
    cursor: pointer;
}
.featured-grid-title:hover ~ .grid-mask{
    opacity: 0.7;
}

.featured-grid-title:hover{
    cursor: pointer;
}
.grid-item h2:hover .grid-mask{
    opacity: 0.7 !important;
    background-color: #000 !important;
    transition: all 0.3s !important;
    cursor: pointer !important;
}

@media only screen and (max-width: 1400px){
    /*.grid-mask{*/
        /*width: 96% !important;*/
    /*}*/
    /*.grid-item--width2 .grid-mask{*/
        /*width: 97.3% !important;*/
    /*}*/
    .grid-item .featured-grid-title{
        width: 95%;
    }
    .grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title{
        width: 97.5% !important;
    }
}

@media only screen and (max-width: 1230px){
    /*.grid-mask{*/
        /*width: 95% !important;*/
    /*}*/
    /*.grid-item--width2 .grid-mask {*/
        /*width: 97.3% !important;*/
    /*}*/
    .grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title{
        width: 97% !important;
    }
}

@media only screen and (max-width: 1170px){
    .grid-item:not(.grid-item--height2.grid-item--width2){
        height: auto !important;
    }
    .grid-item.grid-item--height2.grid-item--width2{
        height: auto !important;
    }
    .grid-item .featured-grid-title{
        width: 94%;
    }
    /*.np-col-3, .np-col-5{*/
        /*margin-top: -10px;*/
    /*}*/
    /*.grid-item.grid-item--width2:not(.grid-item--height2){*/
        /*height: 225px !important;*/
    /*}*/
    .grid-item:not(.grid-item--height2.grid-item--width2) h2{
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 1150px) {
    /*.grid-mask {*/
        /*width: 94% !important;*/
    /*}*/
}

@media only screen and (max-width: 993px){
    .grid-sizer,
    .grid-item {
        width: 50%;
    }
    .grid-item--width2{
        width: 100%;
    }
    .np-col-1{
        margin-top: 7.5px !important;
    }
    .np-col-2 {
        margin-top: 7.5px !important;
    }
    .np-col-4, .np-col-5{
        width: 50% !important;
    }
    /*.grid-item--width2 .grid-mask {*/
        /*width: 98.3% !important;*/
    /*}*/
    /*.grid-mask {*/
        /*width: 97% !important;*/
    /*}*/

    /*.np-col-4.grid-item--width2 .grid-mask, .np-col-5.grid-item--width2 .grid-mask{*/
        /*width: 97% !important;*/
    /*}*/

    .np-col-5, .np-col-6, .np-col-7{
         /*padding-bottom: 7.5px !important;*/
         margin-bottom: 7.5px !important;
    }
    .grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title{
        width: 98.3% !important;
    }
    .grid-item .featured-grid-title {
        width: 97%;
    }

}

@media only screen and (max-width: 850px){
    .grid-item .featured-grid-title {
        width: 96%;
    }
}

@media only screen and (max-width: 820px){
    /*.grid-item--width2 .grid-mask {*/
        /*width: 97.6% !important;*/
    /*}*/
    /*.grid-mask {*/
        /*width: 95.3% !important;*/
    /*}*/
    /*.np-col-4.grid-item--width2 .grid-mask, .np-col-5.grid-item--width2 .grid-mask{*/
        /*width: 95.3% !important;*/
    /*}*/
    .grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title {
        width: 98% !important;
    }

}

/*@media only screen and (max-width: 820px){*/
    /*.grid-item--width2 .grid-mask {*/
        /*width: 97.6% !important;*/
    /*}*/
    /*.grid-mask {*/
        /*width: 95.3% !important;*/
    /*}*/
    /*.np-col-4.grid-item--width2 .grid-mask, .np-col-5.grid-item--width2 .grid-mask{*/
        /*width: 95.3% !important;*/
    /*}*/
/*}*/

@media only screen and (max-width: 763px){
    .grid-item.grid-item--width2.grid-item--height2 .featured-grid-title h2{
        font-size: 28px !important;
    }
    .grid-item .featured-grid-title h2 {
        font-size: 18px;
    }
}


@media only screen and (max-width: 700px){
    .grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title{
        width: 97.6% !important;
    }
    .grid-item .featured-grid-title {
        width: 95% !important;
    }
}

@media only screen and (max-width: 605px){
    /*.grid-item--width2 .grid-mask {*/
        /*width: 97% !important;*/
    /*}*/
    /*.grid-mask {*/
        /*width: 95% !important;*/
    /*}*/
    /*.np-col-4.grid-item--width2 .grid-mask, .np-col-5.grid-item--width2 .grid-mask{*/
        /*width: 95% !important;*/
    /*}*/
}


@media only screen and (max-width: 570px){
    /*.grid-mask {*/
        /*width: 94.8% !important;*/
    /*}*/
    /*.np-col-4.grid-item--width2 .grid-mask, .np-col-5.grid-item--width2 .grid-mask{*/
        /*width: 94.8% !important;*/
    /*}*/
}


@media only screen and (max-width: 565px){
    .grid-item .featured-grid-title {
        width: 94% !important;
    }
    .grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title {
        width: 97% !important;
    }
}
@media only screen and (max-width: 550px){
    /*.grid-mask {*/
        /*width: 94% !important;*/
    /*}*/
    /*.np-col-4.grid-item--width2 .grid-mask, .np-col-5.grid-item--width2 .grid-mask{*/
        /*width: 94% !important;*/
    /*}*/
}

@media only screen and (max-width: 500px){
    #navigation .container{
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (max-width: 490px){
    /*.grid-item--width2 .grid-mask {*/
        /*width: 96% !important;*/
    /*}*/
    /*.grid-mask {*/
        /*width: 92% !important;*/
    /*}*/
    /*.np-col-4.grid-item--width2 .grid-mask, .np-col-5.grid-item--width2 .grid-mask{*/
        /*width: 92% !important;*/
    /*}*/
    /*.grid-item .featured-grid-title h2{*/
    /*font-size: 12px !important;*/
    /*}*/
    .grid-item--height2 .featured-grid-title h2{
        font-size: 16px !important;
    }
    .np-col-4.grid-item--height2 .featured-grid-title h2, .np-col-5.grid-item--height2 .featured-grid-title h2{
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 480px){
    .stretched-row-big-img .vc_grid-item .vc_grid-item-mini.vc_clearfix .vc_gitem-animated-block{
        height: 280px;
    }
    .grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title {
        width: 96.6% !important;
    }
    .grid-sizer, .grid-item {
        width: 100% !important;
    }
    .np-col-4 {
        width: 100% !important;
    }
    .grid-item .featured-grid-title {
        width: 96.6% !important;
    }
    .grid-item .featured-grid-title h2 {
        font-size: 28px;
    }
    /*.np-col-4.grid-item--width2 .grid-mask, .np-col-5.grid-item--width2 .grid-mask, .grid-item--width2 .grid-mask{*/
        /*width: 96.2% !important;*/
    /*}*/
}

@media only screen and (max-width: 450px){
    /*.grid-item .featured-grid-title {*/
        /*width: 92% !important;*/
    /*}*/
    .grid-item.grid-item--width2 .featured-grid-title h2{
        font-size: 22px;
    }
    .grid-item.grid-item--width2 .featured-grid-title h2{

    }
    .grid-item .featured-grid-title h2 {
        font-size: 22px;
    }
}

@media only screen and (max-width: 425px){
    .grid-item.grid-item--width2.grid-item--height2 .featured-grid-title h2 {
        font-size: 24px !important;
    }
    .grid-item .featured-grid-title h2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 420px){
    .grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title {
        width: 96% !important;
    }
    .grid-item .featured-grid-title {
        width: 96% !important;
    }
}

@media only screen and (max-width: 400px){
    .grid-item.grid-item--width2.grid-item--height2 .featured-grid-title h2{
        font-size: 18px !important;
    }
}

@media only screen and (max-width: 380px) {
    .grid-item.grid-item--height2.grid-item--width2 .featured-grid-title, .grid-item.grid-item--width2:not(.grid-item--height2) .featured-grid-title {
        width: 95% !important;
    }
}