.work-typological-links,
.work-chronological-links{
    display: none;
}

.work-primary-nav > ul{
	height: 62px;
    width: 100%;
    background-color: #f2f2f2;
    text-align: center;
    list-style: none;
    margin: 0;
}
.work-primary-nav > ul > li {
    position: relative;
    top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline;
    font-family:'DINPro';
    margin: 0 35px;
    cursor: pointer;
	height: 17px;
}
.work-primary-nav > ul > li.active {
    border-top: 2px solid black;
    padding-top: 22px!important;
	color:#BBA374;
}
.work-primary-nav > ul > li:hover{
	color: #bba374;
}
.work-secondary-nav{
    width: calc(100% - 120px);
    text-align: center;
    margin: 0 auto;
    /*height: 17px;*/
}
.work-secondary-nav > ul >li {
    position: relative;
    top: 19px;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
    font-family:'DINPro';
    margin: 0 20px;
    cursor: pointer;
    height: 17px;
}
.work-secondary-nav > ul >li.active,
.work-secondary-nav > ul >li:hover{
    color: #bba374;
}
.work-alpha-nav{
    display: none;
}
.work-alpha-links{
    margin: 0 !important;
    padding: 0;
}
.work-alpha-nav{
    width: 100%;
    text-align: left;
    padding: 50px 0;
}
.work-alpha-nav > ul > li:first-child{
    margin-left: 0;
}
.work-alpha-nav > ul > li{
    text-transform: uppercase;
    font-size: 16px;
    display: inline-block;
    font-family:'DINPro';
    margin-left: 70px;
    cursor: pointer;
    color: #b8b8b8;
    letter-spacing: 6px;
}
.work-alpha-nav > ul > li:hover{
    color:#333333;
}
.work-layout-toggle {
    padding-top: 20px;
    position: absolute;
    z-index: 1010;
    display: inline-block;
}
.work-grid-filter-btn,
.work-list-filter-btn {
    height: 17px;
    width: 23px;
    display: inline-block;
    cursor: pointer;
}
.work-grid-filter-btn{
    background: url(../images/toggle_pile.png);
    background-position: 0 -19px;
}
.work-list-filter-btn{
    background: url(../images/toggle_list.png);
    background-position: 0 -19px;
    margin-left: 10px;
}
.work-grid-filter-btn:hover,
.work-list-filter-btn:hover,
.work-grid-filter-btn.active,
.work-list-filter-btn.active{
    background-position: 0 0;
}
.work-content{
    padding-top: 60px;
}

.work-content.grid-layout{
    text-align: center;
}
.work-content.grid-layout .cluster-wrapper {
    width: 465px;
    margin-bottom: 20px;
    height: 330px;
    display: inline-block;
}
.work-content.list-layout .cluster-wrapper {
    height: 72px;
}
.work-content .cluster-wrapper a{
    color: #333333 ;
}
.work-content .cluster-wrapper a:hover{
    color: #bba374;
}
.work-content.grid-layout .cluster-wrapper:nth-child(even) {
    float: right;
}
.work-content.grid-layout .cluster {
    height: 330px;
    float: left;
}
.work-content.list-layout .cluster {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}
.work-content.grid-layout .img-contain {
    height: 300px;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 465px;
    /*left: 10px;*/
}
.work-content.list-layout .img-contain {
    height: 52px;
    width: 376px;
    float: right;
    overflow: hidden;
}
.work-content.grid-layout .cluster .img-stack li img {
    max-width: 384px;
}
.work-content.list-layout .cluster .img-stack li img {
    width: 82px;
    height: 52px;
}
.work-content ul .img-stack{
    margin: 0;
}
.work-content.grid-layout .img-contain li {
    list-style-type: none;
    position: absolute;
}
.work-content.list-layout .img-contain li {
    list-style-type: none;
    display: inline-block;
    margin-left: 2px;
    position: static;
    float: right;
}
.work-content.grid-layout .img-contain li span {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    background: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.50;
    -khtml-opacity: 0.50;
    opacity: 0.50;
}
.work-content.grid-layout .img-contain li .play-btn{
    display: none;
}
.work-content.grid-layout .img-contain li.active-img .play-btn{
    position: absolute;
    z-index: 999;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    font-size: 50px;
    display: block;
}
.work-content.list-layout .img-contain li span {
    display: none;
}
.work-content.grid-layout .desc-contain {
    width: 100%;
    z-index: 100;
    display: inline-block;
    top: -80px;
    position: relative;
    text-align: left;
}
.work-content.list-layout .desc-contain {
    display: block;
    width: calc(100% - 376px);
}
.work-content.grid-layout .label {
    background: #bba374;
    color: white;
    font-size: 9px;
    text-transform: uppercase;
    padding: 7px 7px 7px 7px;
    display: inline-block;
    letter-spacing: 1px;
    font-family: "DINPro";
}
.work-content.list-layout .label{
    display: none;
}
.work-content.desc-contain a {
    margin-top: 38px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}
.work-content.grid-layout .desc-contain .desc {
    background: #f2f2f2;
    padding: 15px 20px 15px 20px;
    width: 375px;
}
.work-content.list-layout .desc-contain .desc {
    background: transparent;
    width: 100%;
    float: left;
}

.work-content .desc-title{
    font-family: "DINPro";
    font-weight: 900;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
}
.work-content.grid-layout .desc-title{

}
.work-content.list-layout .desc-title{
    display: inline-block;
    width: 340px;
}
.work-content .desc-location{
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 500;
    font-family: "DINPro";
    line-height: 1;
}
.work-content.grid-layout .desc-location{

}
.work-content.list-layout .desc-location{
    display: inline-block;
    width: 220px;
    margin: 0;
    padding: 0;
}
.work-content.grid-layout .img-stack .active-img{
    z-index: 100;
}
.work-content.grid-layout .img-stack .active-img span{
    display: none;
}

/* AXC for Elementor */
/*.elementor-pagination-position-outside .elementor-swiper-button {
    display: none !important;
}*/
.work-content.grid-layout .cluster .img-stack li img {
    max-width: 100%;
}
.swiper-pagination {	
    top: 0px !important;
    width: 100% !important;
    position: relative !important;
}
.swiper-pagination-bullet {
	
	margin-left: 6px;
}
div.work-content.list-layout div.swiper-pagination {
    display: none;
}

.work-content.grid-layout .cluster-wrapper {
    margin-right: 0px;
}
.work-content.grid-layout .cluster-wrapper:nth-child(odd) {
    margin-right: 26px;
}            

/* Pretty Photo */
.pp_content{
    height: 0 !important;
    width: 100%  !important;
}
@media only screen  and (max-width: 960px) {
    .work-alpha-nav {
        width: 100%;
        text-align: center;
        padding: 50px 0 25px 0;
    }
    .work-secondary-nav > ul >li {
        margin: 0 15px;
    }

    .work-content.list-layout .img-contain {
        height: 110px;
        width: 208px;
        float: right;
        overflow: hidden;
    }

    .work-content.list-layout .desc-contain {
        width: calc(100% - 210px);
    }

    .work-content.list-layout .desc-title {
        display: inline-block;
        width: 260px;
    }
    .work-content.list-layout .desc-location {
        display: inline-block;
        width: 150px;
        margin-left: 20px;
    }
}
@media only screen  and (max-width: 960px) {
    .work-content.grid-layout .cluster-wrapper:nth-child(even) {
         float: none;
    }
}
@media only screen  and (max-width: 733px) {
    .work-content.list-layout .img-contain {
        display: none;
    }
    .work-content.list-layout .desc-contain {
        width: 100%;
    }
    .work-content.list-layout .desc-title {
        display: inline-block;
        width: 260px;
    }
    .work-content.list-layout .desc-location {
        display: inline-block;
        width: 150px;
        margin-left: 0;
    }
}
@media only screen  and (max-width: 600px) {
    .work-primary-nav > ul > li {
        margin: 0 15px;
        margin: 0 1.5vw;
    }
    .work-alpha-nav > ul > li {
        text-transform: uppercase;
        font-size: 16px;
        display: inline-block;
        font-family: 'DINPro';
        margin-left: 30px;
        cursor: pointer;
        color: #b8b8b8;
        letter-spacing: 0;
    }
    .work-content.grid-layout .cluster-wrapper {
        max-width: 100%;
        height: 100%;
    }
    .work-content.grid-layout .cluster {
        max-width: 100%;
        height: 100%;
    }
    .work-content.grid-layout .img-contain {
        max-width: 100%;
        height: 100%;
        cursor: default;
    }
    .work-content.grid-layout .img-contain li {
        display: none;
        position: inherit;
    }
    .work-content.grid-layout .img-contain li:first-child{
        display: block;
        top: 0 !important;
        left: 0 !important;
    }
    .work-content.grid-layout .img-contain li span{
        display: none;
    }
    .work-content.grid-layout .cluster .img-stack li img.img-responsive{
        max-width: 100%;
        height: auto;
    }
    .work-content.grid-layout .desc-contain {
        top: -30px;
    }
    .work-content.grid-layout .desc-contain .desc {
        width: 100%;
    }
}