﻿


#gallery-single-section {
    width: 100% !important;
}

/* isotope items in gallery single section */
@media (max-width: 768px) {
    #gallery-single-section .isotope.col-2 .isotope-item,
    #gallery-single-section .isotope.col-3 .isotope-item,
    #gallery-single-section .isotope.col-4 .isotope-item,
    #gallery-single-section .isotope.col-5 .isotope-item,
    #gallery-single-section .isotope.col-6 .isotope-item {
        width: 50% !important;
    }
}

.gallery-single-inner {
    position: relative;
}




.isotope-wrap {
    position: relative;
}

.isotope {
}


/* isotope top content 
======================= */
.isotope-top-content {
    position: relative;
    padding: 50px 3% 50px 3%;
}

/* if gutter enabled */
.isotope.gutter-1 .isotope-top-content {
    margin-left: 6px;
}

.isotope.gutter-2 .isotope-top-content {
    margin-left: 1.5%;
}

.isotope.gutter-3 .isotope-top-content {
    margin-left: 2.5%;
}

/* ================
	isotope filter 
=================== */

.isotope-filter {
}

@media (max-width: 768px) {
    .isotope-filter {
        text-align: center;
    }
}

/* isotope filter links */
ul.isotope-filter-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.isotope-filter-links > li {
        display: inline-block;
        margin: 0 8px;
    }

@media (max-width: 768px) {
    ul.isotope-filter-links > li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

ul.isotope-filter-links > li:first-child {
    margin-left: 0;
}

ul.isotope-filter-links > li:last-child {
    margin-right: 0;
}

ul.isotope-filter-links > li > a {
    position: relative;
    display: block;
    padding: 5px 0;
    font-size: 16px;
    color: #333;
}

    ul.isotope-filter-links > li > a:after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 0;
        height: 3px;
        background-color: #da9d34;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    ul.isotope-filter-links > li > a:hover:after,
    ul.isotope-filter-links > li > a.active:after {
        width: 100%;
    }


/* isotope filter aligns */
.isotope-filter.fi-center {
    text-align: center;
}

.isotope-filter.fi-right {
    text-align: right;
}

@media (max-width: 768px) {
    .isotope-filter.fi-right {
        text-align: center;
    }
}


/* change isotope filter to button (use class "fi-to-button") 
============================================================== */
.isotope-filter.fi-to-button {
    position: absolute;
    top: 50px;
    left: 3%;
    right: auto;
    z-index: 9998;
    padding: 0 !important;
    margin: 0 !important;
}

.isotope.gutter-1 .isotope-filter.fi-to-button {
    top: 60px;
}

.isotope.gutter-2 .isotope-filter.fi-to-button {
    top: 80px;
}

.isotope.gutter-3 .isotope-filter.fi-to-button {
    top: 100px;
}

/* isotope filter button */
.isotope-filter-button {
    position: relative;
    display: none;
    width: 55px;
    height: 55px;
    line-height: 57px;
    background-color: #da9d34;
    text-align: center;
    font-size: 19px;
    color: #FFF;
    cursor: pointer;
    z-index: 2;
    border-radius: 60px;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.isotope-filter.fi-to-button .isotope-filter-button {
    display: block;
}

.isotope-filter.fi-to-button:hover .isotope-filter-button,
.isotope-filter.fi-to-button:focus .isotope-filter-button {
    color: #FFF;
    -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.46);
    -moz-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.46);
    box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.46);
}

/* isotope filter button icons */
.isotope-filter-button .ifb-icon-close {
    display: none;
}

@media (max-width: 992px) {
    .isotope-filter-button .ifb-icon-close,
    .isotope-filter.fi-to-button.iso-filter-open .isotope-filter-button .ifb-icon {
        display: none;
    }

    .isotope-filter.fi-to-button.iso-filter-open .isotope-filter-button .ifb-icon-close {
        display: block;
    }
}

/* isotope filter links */
.isotope-filter.fi-to-button ul.isotope-filter-links {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    list-style: none;
    background-color: #111;
    padding: 25px 0 15px 0;
    margin: -25px 0 0 0;
    text-align: left;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.15);
    box-shadow: 0 7px 5px -6px rgba(0, 0, 0, 0.15);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

@media (max-width: 768px) {
    .isotope-filter.fi-to-button ul.isotope-filter-links {
        top: auto !important;
        bottom: 100% !important;
        left: auto !important;
        right: 0 !important;
        padding: 15px 0 30px 0 !important;
        margin: 0 0 -30px 0 !important;
    }
}

.isotope-filter.fi-to-button.iso-filter-open ul.isotope-filter-links {
    visibility: visible;
    opacity: 1;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.isotope-filter.fi-to-button ul.isotope-filter-links > li {
    display: block;
    margin: 0;
    padding: 0 20px;
    line-height: 1.2;
}

    .isotope-filter.fi-to-button ul.isotope-filter-links > li > a {
        display: block;
        padding: 8px 0;
        font-size: 15px;
        color: #DDD;
    }

        .isotope-filter.fi-to-button ul.isotope-filter-links > li > a:after,
        .isotope-filter.fi-to-button ul.isotope-filter-links > li > a.active:after {
            content: none;
        }

        .isotope-filter.fi-to-button ul.isotope-filter-links > li > a:hover {
            color: #da9d34;
        }

        .isotope-filter.fi-to-button ul.isotope-filter-links > li > a.active {
            color: #da9d34;
        }

/* isotope filter aligns */
.isotope-filter.fi-to-button.fi-right {
    left: auto;
    right: 3%;
}

    .isotope-filter.fi-to-button.fi-right ul.isotope-filter-links {
        left: auto;
        right: 0;
        padding: 15px 0;
        margin: -27px 0 0 0;
    }

/* if ".isotope-top-content" contains class "fi-to-button-on" */
.isotope-top-content.fi-to-button-on {
    margin-top: 0 !important;
    padding: 0;
}

.isotope.gutter-1 .isotope-top-content.fi-to-button-on {
    padding-top: 6px;
    padding-bottom: 0;
}

.isotope.gutter-2 .isotope-top-content.fi-to-button-on {
    padding-top: 1.5%;
    padding-bottom: 0;
}

.isotope.gutter-3 .isotope-top-content.fi-to-button-on {
    padding-top: 2.5%;
    padding-bottom: 0;
}

/* if page header enabled */
body.page-header-on .isotope-filter.fi-to-button,
body.page-header-on .isotope.gutter-1 .isotope-filter.fi-to-button,
body.page-header-on .isotope.gutter-2 .isotope-filter.fi-to-button,
body.page-header-on .isotope.gutter-3 .isotope-filter.fi-to-button {
    top: -28px !important;
}

/* if page boxed layout enabled */
body.tt-boxed .isotope-wrap.tt-wrap .isotope-filter.fi-to-button {
    left: 0;
    margin: 0;
}

    body.tt-boxed .isotope-wrap.tt-wrap .isotope-filter.fi-to-button.fi-right {
        left: auto;
        right: 0;
    }

@media (min-width: 768px) {
    body.tt-boxed .isotope-wrap.tt-wrap .isotope-top-content.fi-to-button-on,
    body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-1 .isotope-top-content.fi-to-button-on,
    body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-2 .isotope-top-content.fi-to-button-on,
    body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-3 .isotope-top-content.fi-to-button-on {
        padding-top: 50px;
    }
}

body.tt-boxed .isotope-wrap.tt-wrap .isotope-filter.fi-to-button,
body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-1 .isotope-filter.fi-to-button,
body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-2 .isotope-filter.fi-to-button,
body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-3 .isotope-filter.fi-to-button {
    top: 20px;
}

body.tt-boxed.page-header-on .isotope-wrap.tt-wrap .isotope-top-content.fi-to-button-on {
    padding-top: 40px;
    padding-bottom: 0;
}

body.tt-boxed.page-header-on .isotope-wrap.tt-wrap .isotope.gutter-1 .isotope-top-content.fi-to-button-on {
    padding-top: 40px;
    padding-bottom: 0;
}

body.tt-boxed.page-header-on .isotope-wrap.tt-wrap .isotope.gutter-2 .isotope-top-content.fi-to-button-on {
    padding-top: 40px;
    padding-bottom: 0;
}

body.tt-boxed.page-header-on .isotope-wrap.tt-wrap .isotope.gutter-3 .isotope-top-content.fi-to-button-on {
    padding-top: 40px;
    padding-bottom: 0;
}


/* move "fi-to-button" to bottom on small screens 
================================================== */
@media (max-width: 768px) {
    .isotope-filter.fi-to-button,
    body.page-header-on .isotope-filter.fi-to-button,
    body.page-header-on .isotope.gutter-1 .isotope-filter.fi-to-button,
    body.page-header-on .isotope.gutter-2 .isotope-filter.fi-to-button,
    body.page-header-on .isotope.gutter-3 .isotope-filter.fi-to-button,
    body.tt-boxed .isotope-wrap.tt-wrap .isotope-filter.fi-to-button,
    body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-1 .isotope-filter.fi-to-button,
    body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-2 .isotope-filter.fi-to-button,
    body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-3 .isotope-filter.fi-to-button {
        position: fixed;
        top: auto !important;
        bottom: 15px !important;
        left: auto !important;
        right: 15px !important;
    }
}


/* ====================
	isotope items wrap  
======================= */
.isotope-items-wrap {
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

/* isotope items wrap (if gutter enabled) */
.isotope.gutter-1 .isotope-items-wrap {
    margin-top: 6px;
    margin-left: 6px;
    margin-right: 6px;
}

.isotope.gutter-2 .isotope-items-wrap {
    margin-top: 1.5%;
    margin-left: 1.5%;
    margin-right: 1.5%;
}

.isotope.gutter-3 .isotope-items-wrap {
    margin-top: 2.5%;
    margin-left: 2.5%;
    margin-right: 2.5%;
}

/* if boxed layout enabled */
body.tt-boxed .isotope-wrap.tt-wrap .isotope-items-wrap,
body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-3 .isotope-items-wrap {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 991px) {
    body.tt-boxed .isotope-wrap.tt-wrap .isotope-items-wrap,
    body.tt-boxed .isotope-wrap.tt-wrap .isotope.gutter-3 .isotope-items-wrap {
        margin-top: 20px;
    }
}

/* if "isotope-top-content" exist */
body.iso-top-content-on .isotope .isotope-items-wrap {
    margin-top: 0 !important;
}


/* isotope item 
================ */
.isotope-item {
    float: left;
    width: 50%;
    padding: 2px;
}

@media screen and (min-width:1200px) {
    .isotope-item {
        float: left;
        width: 33.33333333%;
        padding: 2px;
    }
}



/* isotope last item (it makes last item to 100% wide). Class: "iso-last-item" */
@media (max-width : 991px) {
    .isotope-item.iso-last-item {
        width: 100% !important;
    }
}


/* isotope item heights 
======================== */
/* isotope item height-1 (use class "iso-height-1") */
.isotope-item.iso-height-1 > div,
.isotope-item.iso-height-1 > a,
.isotope-item.iso-height-1 > article {
    display: block;
    padding-bottom: 70%;
}

/* isotope item height-2 (use class "iso-height-2") */
.isotope-item.iso-height-2 > div,
.isotope-item.iso-height-2 > a,
.isotope-item.iso-height-2 > article {
    display: block;
    padding-bottom: 140%;
}

/* isotope item height-2 if "gutter-1" enabled */
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-1 .isotope-item.iso-height-2 > article {
    padding-bottom: 140.6%;
}

.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-1 .isotope-item.iso-height-2 > article {
    padding-bottom: 140.9%;
}

.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-1 .isotope-item.iso-height-2 > article {
    padding-bottom: 141.4%;
}

.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-1 .isotope-item.iso-height-2 > article {
    padding-bottom: 141.4%;
}

.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-1 .isotope-item.iso-height-2 > article {
    padding-bottom: 141.8%;
}

/* isotope item height-2 if "gutter-2" enabled */
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-2 .isotope-item.iso-height-2 > article {
    padding-bottom: 143.1%;
}

.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-2 .isotope-item.iso-height-2 > article {
    padding-bottom: 144.7%;
}

.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-2 .isotope-item.iso-height-2 > article {
    padding-bottom: 146.2%;
}

.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
    padding-bottom: 148%;
}

.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
    padding-bottom: 150%;
}

/* isotope item height-2 if "gutter-3" enabled */
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-2.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 145.2%;
}

.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-3.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 148%;
}

.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-4.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 150.9%;
}

.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 154%;
}

.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
.isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
    padding-bottom: 158%;
}

@media (max-width : 1600px) {
    /* isotope item height-2 if "gutter-2" enabled */
    .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
    .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
    .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
        padding-bottom: 146.2%;
    }

    .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
    .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
    .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
        padding-bottom: 146.4%;
    }

    /* isotope item height-2 if "gutter-3" enabled */
    .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
    .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
    .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
        padding-bottom: 151%;
    }

    .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
    .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
    .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
        padding-bottom: 151%;
    }
}

@media (max-width: 992px) {
    /* isotope item height-2 if "gutter-2" enabled */
    .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > div,
    .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > a,
    .isotope.col-5.gutter-2 .isotope-item.iso-height-2 > article {
        padding-bottom: 143%;
    }

    .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > div,
    .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > a,
    .isotope.col-6.gutter-2 .isotope-item.iso-height-2 > article {
        padding-bottom: 143%;
    }

    /* isotope item height-2 if "gutter-3" enabled */
    .isotope.col-3.gutter-3 .isotope-item.iso-height-2 > div,
    .isotope.col-3.gutter-3 .isotope-item.iso-height-2 > a,
    .isotope.col-3.gutter-3 .isotope-item.iso-height-2 > article {
        padding-bottom: 145.1%;
    }

    .isotope.col-4.gutter-3 .isotope-item.iso-height-2 > div,
    .isotope.col-4.gutter-3 .isotope-item.iso-height-2 > a,
    .isotope.col-4.gutter-3 .isotope-item.iso-height-2 > article {
        padding-bottom: 145.1%;
    }

    .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > div,
    .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > a,
    .isotope.col-5.gutter-3 .isotope-item.iso-height-2 > article {
        padding-bottom: 145.1%;
    }

    .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > div,
    .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > a,
    .isotope.col-6.gutter-3 .isotope-item.iso-height-2 > article {
        padding-bottom: 145.1%;
    }
}

/* isotope col-1 if "iso-height-1" enabled */
.isotope.col-1 .isotope-item.iso-height-1 > div,
.isotope.col-1 .isotope-item.iso-height-1 > a,
.isotope.col-1 .isotope-item.iso-height-1 > article {
    display: block;
    padding-bottom: 30%;
}

@media (max-width: 768px) {
    .isotope.col-1 .isotope-item.iso-height-1 > div,
    .isotope.col-1 .isotope-item.iso-height-1 > a,
    .isotope.col-1 .isotope-item.iso-height-1 > article {
        padding-bottom: 48%;
    }
}
/* isotope col-1 if "iso-height-2" enabled */
.isotope.col-1 .isotope-item.iso-height-2 > div,
.isotope.col-1 .isotope-item.iso-height-2 > a,
.isotope.col-1 .isotope-item.iso-height-2 > article {
    display: block;
    padding-bottom: 48%;
}


/* isotope gutter (add more space between isotope items) 
=========================================================*/
/* gutter-1 */
.isotope.gutter-1 .isotope-item {
    padding: 0 0 6px 6px;
}

.isotope.gutter-1 {
    margin-left: -6px;
}

/* gutter-2 */
.isotope.gutter-2 .isotope-item {
    padding: 0 0 1.5% 1.5%;
}

.isotope.gutter-2 {
    margin-left: -1.5%;
}

/* gutter-3 */
.isotope.gutter-3 .isotope-item {
    padding: 0 0 2.5% 2.5%;
}

.isotope.gutter-3 {
    margin-left: -2.5%;
}


/* isotope columns 
=================== */
.isotope.col-1 .isotope-item {
    width: 100%;
}

.isotope.col-2 .isotope-item {
    width: 50%;
}

.isotope.col-3 .isotope-item {
    width: 33.33333333%;
}

.isotope.col-4 .isotope-item {
    width: 25%;
}

.isotope.col-5 .isotope-item {
    width: 20%;
}

.isotope.col-6 .isotope-item {
    width: 16.66666666666667%;
}

/* isotope grid sizer */
.grid-sizer {
    width: 50%;
}

@media screen and (min-width:1200px) {
    .grid-sizer {
        width: 33.33333333%;
    }

}


.isotope.col-1 .grid-sizer {
    width: 100%;
}

.isotope.col-2 .grid-sizer {
    width: 50%;
}

.isotope.col-3 .grid-sizer {
    width: 33.33333333%;
}

.isotope.col-4 .grid-sizer {
    width: 25%;
}

.isotope.col-5 .grid-sizer {
    width: 20%;
}

.isotope.col-6 .grid-sizer {
    width: 16.66666666666667%;
}

/* isotope item width (alternative width) */
.isotope.col-2 .width-2 {
    width: 100%;
}

.isotope.col-3 .width-2 {
    width: 66.66666666%;
}

.isotope.col-4 .width-2 {
    width: 50%;
}

.isotope.col-5 .width-2 {
    width: 40%;
}

.isotope.col-6 .width-2 {
    width: 33.33333333%;
}


/* isotope columns on smaller screens 
====================================== */
@media (max-width : 1600px) {
    .isotope.col-5 .isotope-item,
    .isotope.col-6 .isotope-item,
    .isotope.col-5 .grid-sizer,
    .isotope.col-6 .grid-sizer {
        width: 25%;
    }

    .isotope.col-5 .width-2,
    .isotope.col-6 .width-2 {
        width: 50%;
    }
}

@media (max-width : 1200px) {
    .isotope.col-4 .isotope-item,
    .isotope.col-5 .isotope-item,
    .isotope.col-6 .isotope-item,
    .isotope.col-4 .grid-sizer,
    .isotope.col-5 .grid-sizer,
    .isotope.col-6 .grid-sizer {
        width: 33.33333333%;
    }

    .isotope.col-4 .width-2,
    .isotope.col-5 .width-2,
    .isotope.col-6 .width-2 {
        width: 66.66666666%;
    }
}

@media (max-width : 991px) {
    .isotope.col-3 .isotope-item,
    .isotope.col-4 .isotope-item,
    .isotope.col-5 .isotope-item,
    .isotope.col-6 .isotope-item,
    .isotope.col-3 .grid-sizer,
    .isotope.col-4 .grid-sizer,
    .isotope.col-5 .grid-sizer,
    .isotope.col-6 .grid-sizer,
    .isotope.col-3 .width-2,
    .isotope.col-4 .width-2,
    .isotope.col-5 .width-2,
    .isotope.col-6 .width-2 {
        width: 50%;
    }
}

@media (max-width : 480px) {
    .isotope.col-2 .isotope-item,
    .isotope.col-3 .isotope-item,
    .isotope.col-4 .isotope-item,
    .isotope.col-5 .isotope-item,
    .isotope.col-6 .isotope-item {
        width: 100%;
    }
}


/* isotope pagination
====================== */
.isotope-pagination {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
}

.isotope.gutter-1 .isotope-pagination {
    margin-left: 6px;
}

.isotope.gutter-2 .isotope-pagination {
    margin-left: 1.5%;
}

.isotope.gutter-3 .isotope-pagination {
    margin-left: 2.5%;
}


/* if isotope item contains content carousel
============================================= */
.isotope-item.iso-height-1 .iso-carousel-wrap,
.isotope-item.iso-height-2 .iso-carousel-wrap {
    position: relative;
}

.isotope-item.iso-height-1 .owl-carousel,
.isotope-item.iso-height-2 .owl-carousel {
    position: absolute;
    height: 100%;
}

.isotope-item .owl-stage-outer,
.isotope-item .owl-stage,
.isotope-item .owl-item,
.isotope-item .cc-item {
    height: 100%;
}


/* ------------------------------------------------------------- *
 * Gallery list section
/* ------------------------------------------------------------- */

#gallery-list-section {
    width: 100%;
}

/* Gallery list item 
===================== */
.gallery-list-item {
    position: relative;
}

.gallery-list-item {
    margin-bottom: 30px;
}

.iso-height-1 .gallery-list-item,
.iso-height-2 .gallery-list-item {
    margin-bottom: 90px;
}

/* gallery list item if isotope gutters enabled */
.isotope.gutter-2 .gallery-list-item {
    margin-bottom: 10px;
}

.isotope.gutter-3 .gallery-list-item {
    margin-bottom: 0;
}

.isotope.gutter-2 .iso-height-1 .gallery-list-item,
.isotope.gutter-2 .iso-height-2 .gallery-list-item {
    margin-bottom: 70px;
}

.isotope.gutter-3 .iso-height-1 .gallery-list-item,
.isotope.gutter-3 .iso-height-2 .gallery-list-item {
    margin-bottom: 55px;
}






/* gallery single item 
======================= */
.gallery-single-item {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: rgba(138, 138, 138, 0.11);
}

    /* gallery single item image */
    .gallery-single-item .gs-item-image {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .gallery-single-item:hover .gs-item-image,
    .iso-height-1 .gallery-single-item:hover .gs-item-image,
    .iso-height-2 .gallery-single-item:hover .gs-item-image {
        -webkit-transform: scale(1.08);
        -moz-transform: scale(1.08);
        -o-transform: scale(1.08);
        -ms-transform: scale(1.08);
        transform: scale(1.08);
    }

.iso-height-1 .gallery-single-item .gs-item-image,
.iso-height-2 .gallery-single-item .gs-item-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.gallery-single-item img {
}

/* gallery single item cover */
.gallery-single-item:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.gallery-single-item:hover:before {
    opacity: .5;
}

/* gallery single item info */
.gallery-single-item .gsi-image-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 80px 0 8%;
    z-index: 9;
    font-size: 16px;
    color: #FFF;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-single-item:hover .gsi-image-caption {
    bottom: 30px;
    opacity: 1;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

/* gallery single item icon */
.gallery-single-item .gs-item-icon {
    position: absolute;
    display: block;
    right: 35px;
    bottom: 10px;
    font-size: 22px;
    color: #FFF;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.gallery-single-item:hover .gs-item-icon {
    opacity: 1;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/* gallery single item styles 
============================== */

/* gsi-color */
#gallery.gsi-color .gallery-single-item:before {
    background-color: #da9d34;
}

#gallery.gsi-color .gallery-single-item:hover:before {
    opacity: .65;
}

#gallery.gsi-color .gs-item-info .gs-item-icon {
    color: #FFF;
}

/* gsi-zoom */
#gallery.gsi-zoom .gsi-image-caption,
#gallery.gsi-zoom .gs-item-icon,
#gallery.gsi-zoom .gallery-single-item:before {
    display: none;
}

/* gsi-simple */
#gallery.gsi-simple .gsi-image-caption,
#gallery.gsi-simple .gs-item-icon,
#gallery.gsi-simple .gallery-single-item:before {
    display: none;
}

#gallery.gsi-simple .iso-height-1 .gallery-single-item:hover .gs-item-image,
#gallery.gsi-simple .iso-height-2 .gallery-single-item:hover .gs-item-image {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#gallery.gsi-simple .gallery-single-item {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

    #gallery.gsi-simple .gallery-single-item:hover {
        opacity: .8;
    }


#gallery-single-section {
    width: 100%;
}


img {
    max-width: 100%;
    height: auto;
}