/*
# SHORTCODEs
*/

/*
# IMAGE BUTTON LINK
*/

.image-btn-holder{
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 8px 6px -6px #767676;;
}

.item-holder{
    position: relative;
    /*overflow: hidden;*/
}


.image-btn-holder .bg-holder{
    top: 0;
    left: 0;

    -webkit-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530) 200ms;
    transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530) 200ms;

    background-position: center;
    /*position: absolute;
    width: 100%;
    height: 100%;*/
    background-size: cover;
}

.image-btn-holder a{
    /*position: absolute;
    width: 100%;
    height: 100%;*/
    z-index: 2;

    display: block;
}

.image-btn-holder a:hover:after {
    bottom: 0;
    left: 0;
}

.image-btn-holder a:after{
    position: absolute;
    bottom: -300%;
    left: -200%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -webkit-transform: scale(3) rotate(-45deg);
    transform: scale(3) rotate(-45deg);

    opacity: .9;
    background-color: inherit;
}

.image-btn-holder .hover-anim {
    position: absolute;
    z-index: 3;
    top: calc(50% + 10px);
    left: 50%;

    width: 240px;
    padding: 10px;

    -webkit-transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 200ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    text-align: center;

    opacity: 0;
    color: #fff;
}

.image-btn-holder .hover-anim h2{
    font-size: 18px;
    line-height: 23px;
}
.image-btn-holder a:hover .hover-anim {
    top: 50%;

    -webkit-transition: all 200ms ease-in 200ms;
    transition: all 200ms ease-in 200ms;

    opacity: 1;
}
/*
# SHARE BUTTONS
*/

.share-list{
    list-style: none !important;
}

.social-icons ul li:first-child a{
    margin-left: 0 !important;
}
.social-icons ul li:last-child a{
    margin-right: 0 !important;
}

.social-icons ul li {
    margin-bottom: 10px;
}
.social-icons ul li a:hover{
    color: #fff;
}

.social-icons ul li a.facebook:hover{ color: #3b5998 !important; }
.social-icons ul li a.twitter:hover{ color: #55acee !important; }
.social-icons ul li a.google:hover{ color: #dd4b39 !important; }
.social-icons ul li a.youtube:hover{ color: #bb0000 !important; }
.social-icons ul li a.linkedin:hover{ color: #007bb5 !important; }
.social-icons ul li a.instagram:hover{ color: #517fa4 !important; }
.social-icons ul li a.pinterest:hover{ color: #cb2027 !important; }
.social-icons ul li a.flickr:hover{ color: #ff0084 !important; }
.social-icons ul li a.vimeo:hover{ color: #aad450 !important; }
.social-icons ul li a.behance:hover{ color: #1769ff !important; }
.social-icons ul li a.soundcloud:hover{ color: #ff3a00 !important; }
.social-icons ul li a.dribbble:hover{ color: #ea4c89 !important; }

.share-button-list.with-bg,
.share-button-list.with-bg li{
    border: none;
}
.share-button-list {
    display: flex;

    margin: 0;
    padding: 0;

    list-style: none;

    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
}

.share-button-list li {
    text-align: center;

    flex: 1;
}

.share-button-list li a {
    display: block;

    height: 50px;

    line-height: 50px;
}

.share-button-list.xl li a {
    height: 100px;

    line-height: 100px;
}
.share-button-list.large li a {
    height: 65px;

    line-height: 65px;
}

.share-button-list li:hover a {
    color: #fff !important;
}
.share-button-list li.google-plus a {
    color: #F24033;
}
.share-button-list li.google-plus a:hover {
    color: #fff;
    background-color: #F24033;
}
.share-button-list li.facebook a {
    color: #43619C;
}
.share-button-list li.facebook a:hover {
    color: #fff;
    background-color: #43619C;
}
.share-button-list li.twitter a {
    color: #24A9E6;
}
.share-button-list li.twitter a:hover {
    color: #fff;
    background-color: #24A9E6;
}
.share-button-list li.linkedin a {
    color: #0079BB;
}
.share-button-list li.linkedin a:hover {
    color: #fff;
    background-color: #0079BB;
}
.share-button-list li.pinterest a {
    color: #CF1D21;
}
.share-button-list li.pinterest a:hover {
    color: #fff;
    background-color: #CF1D21;
}

.share-button-list.with-bg li.pinterest a {
    color: #fff;
    background-color: #CF1D21;
}

.share-button-list.with-bg li.linkedin a {
    color: #fff;
    background-color: #0079BB;
}

.share-button-list.with-bg li.twitter a {
    color: #fff;
    background-color: #24A9E6;
}
.share-button-list.with-bg li.facebook a {
    color: #fff;
    background-color: #43619C;
}
.share-button-list.with-bg li.google-plus a {
    color: #fff;
    background-color: #F24033;
}

.share-list.colorful{}
.share-list.colorful a{
    color: #fff;
}

.share-list.colorful li.facebook{
    background: #43619C;
}
.share-list.colorful li.twitter{
    background: #24A9E6;
}
.share-list.colorful li.linkedin{
    background: #0079BB;
}
.share-list.colorful li.pinterest{
    background: #CF1D21;
}
.share-list.colorful li.google-plus{
    background: #F24033;
}
/*
# PROGRESS BAR
*/

.progress-holder {
    margin-bottom: 15px;
}
.progress-holder .vc_label {
    margin-bottom: 5px;

    font-size: 14px;
}
.progress-holder .vc_single_bar {
    height: 10px;

    border-radius: 0 !important;
    background-color: #ECECEC !important;
    box-shadow: none !important;
}
.progress-holder .vc_bar {
    border-radius: 0 !important;
}

/*
# VIDEO POPUP
*/

.video-btn {
    display: block;

    width: 116px;
    height: 116px;
    margin: 0 auto;

    opacity: .8;
    background: url(../images/video-popup-btn.png) 0 0 no-repeat transparent;
    background-size: cover;
}
.video-btn:hover {
    opacity: 1;
}

/*
# SLOPED EDGE ROW
*/

.sloped_edge {
    position: absolute !important;
    left: 0;

    width: 100%;
    height: 120px;

    -webkit-transform: skewY(-2deg);
    transform: skewY(-2deg);
}
.sloped_edge.bottom {
    bottom: -60px;
}
.sloped_edge.top {
    top: -60px;

    -webkit-transform: skewY(2deg);
    transform: skewY(2deg);
}

/*
# GOOGLE MAP
*/


/*
# TESTIMONIAL
*/

.testimonial-carousel {}
.testimonial-carousel .owl-dots {
    text-align: center;
}
.testimonial-carousel .owl-dot {
    display: inline-block;

    width: 8px;
    height: 8px;
    margin: 0 5px;

    opacity: .3;
    border-radius: 100%;
    background: #B5B5B5;
}
.testimonial-carousel .owl-dot.active {
    opacity: 1;
}
.testimonial-carousel .testimonial-box {
    width: 80%;
    margin: 0 auto;
}
.testimonial-box {
    margin: 10px 0;
}
.testimonial-box .testimonial-content {
    margin-top: 40px;

    text-align: left;

    font-size: 16px;
    line-height: 1.8;
}
.testimonial-box .testimonial-content div {
    margin-bottom: 10px;

    font-family: 'Playfair Display', serif;
    font-size: 16px;
    font-style: italic;
}
.testimonial-box .testimonial-owner {
    display: inline-block;

    min-height: 80px;
}
.testimonial-box .testimonial-owner img {
    display: inline-block !important;

    width: 80px !important;
    height: 80px;
    margin-right: 20px;
}
.testimonial-box .testimonial-owner .info-holder {
    display: block;

    min-width: 115px;
    min-height: 82px;
    margin: 0;
    padding-top: 20px;

    vertical-align: middle;

    background: url('../images/testimonial-user-bg-icon.png') 0 0 no-repeat transparent;
    background-size: 115px;

    font-size: inherit;
    line-height: 1.6;
}
.testimonial-box .testimonial-owner img+ .info-holder {
    position: relative;

    display: inline-block;
}
.testimonial-box .testimonial-owner h4 {
    margin-bottom: 0;
}
.testimonial-box .testimonial-owner span {
    font-size: 14px;
}
.person-center.testimonial-box {
    text-align: center;
}
.person-center.testimonial-box .testimonial-owner .info-holder {
    background-position: top center;
}
.person-right.testimonial-box .testimonial-owner {
    display: block;

    text-align: right;
}
.person-left.testimonial-box .testimonial-owner {
    display: block;
}
.person-center.testimonial-box .testimonial-owner {
    display: block;
}
.person-right.testimonial-box .testimonial-owner img {
    float: right;

    margin-right: 0;
    margin-left: 20px;
}
.person-right.testimonial-box .testimonial-owner .info-holder {
    background-position: top right;
}

/*
# ICON LIST HOLDER
*/

.icon-list-holder {}
.icon-list-holder ul {
    margin: 0;
    padding: 0;

    list-style: none;
}
.icon-list-holder ul li {
    margin: 12px 0;
}
.icon-list-holder ul li .icon {
    padding-right: 16px;

    vertical-align: middle;

    font-size: 16px;
}
.icon-list-holder ul li p {
    display: inline-block;

    width: calc(100% - 50px);
    margin: 0;

    vertical-align: middle;

    font-size: inherit;
    line-height: 1.6;
}

/*
# ICON TEXT BOX
*/

.icon-text-holder {}
.icon-text-holder .icon-holder {
    display: inline-block;

    margin: 20px;

    text-align: center;

    font-size: 3.5em;
}
.icon-text-holder .icon-holder.boxed {
    width: 94px;
    height: 94px;

    border: 2px solid transparent;

    line-height: 94px;
}
.icon-text-holder .icon-holder.rounded, .icon-text-holder .icon-holder.rounded-outline {
    width: 94px;
    height: 94px;

    border: 2px solid transparent;
    border-radius: 100%;

    line-height: 94px;
}
.icon-text-holder .icon-holder.rounded-less, .icon-text-holder .icon-holder.rounded-less-outline {
    width: 94px;
    height: 94px;

    border: 2px solid transparent;
    border-radius: 5px;

    line-height: 94px;
}
.icon-text-holder .icon-holder.boxed-outline, .icon-text-holder .icon-holder.rounded-less-outline, .icon-text-holder .icon-holder.rounded-outline {
    width: 94px;
    height: 94px;

    border: 2px solid transparent;
    background-color: transparent !important;

    line-height: 94px;
}
.icon-text-holder .text-holder {
    margin-top: -67px;
    padding: 67px 20px 20px 20px;
}
.icon-text-holder.no-icon-bg {
    padding-top: 20px;
}
.icon-text-holder.no-icon-bg .text-holder {
    margin: 0;
    padding: 20px;
}
.icon-text-holder.no-icon-bg.no-bg .text-holder {
    padding: 0 20px 20px 20px;
}
.icon-text-holder .text-holder h5 {
    /*font-size: 18px;*/
}
.icon-text-holder .icon {
    position: relative;
    top: -2px;
}

.mfp-bg{
    z-index: 100001 !important;
}

/*
# PIE CHART
*/

.pie-chart-holder {
    display: block;

    margin: 30px 0;

    text-align: center;
}
.pie-chart-holder .title-holder h4 {
    font-size: 18px;
}
.pie-chart {
    position: relative;

    display: inline-block;

    margin: 10px 0;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.pie-chart canvas {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.pie-chart .chart-icon {
    margin: 10px 0;
}
.pie-chart .chart-icon, .pie-chart .chart-icon:before {
    font-size: inherit;
}
.pie-chart .text-holder {
    position: absolute;
    z-index: 2;
    top: 50%;

    display: block;

    width: 100%;

    -webkit-transform: perspective(1px) translateY(-50%);
    transform: perspective(1px) translateY(-50%);
    text-align: center;

    line-height: 1;
}

/*
# TEAM MEMBER
*/

.team-member-holder {
    position: relative;

    overflow: hidden;

    -webkit-backface-visibility: visible;
    backface-visibility: visible;
}
.team-member-holder .team-member-photo img {
    display: block;

    width: 100%;
}
.team-member-holder .content-holder {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;

    opacity: 0;
    background: rgba(0, 0, 0, .7);
}
.team-member-holder .content-holder .team-member {
    position: relative;
    top: 50%;

    padding: 20px;

    -webkit-transition: all 250ms ease-out;
    transition: all 250ms ease-out;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    text-align: center;

    color: #fff;

    font-size: 16px;
}
.team-member-holder .content-holder .team-member h3 {
    margin: 0;

    color: #fff;

    font-size: 20px;
    line-height: 1.5;
}
.team-member-holder .content-holder .social-list {
    margin: 40px 0 0 0;
    padding: 0;

    list-style: none;

    text-align: center;
}
.team-member-holder .content-holder .social-list li {
    display: inline-block;

    width: 32px;
    height: 32px;

    border-radius: 32px;
    background: #fff;

    line-height: 34px;
}
.team-member-holder:hover .content-holder {
    opacity: 1;
}
.team-member-holder:hover .content-holder .team-member {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*
# CUSTOM TEST
*/

.custom-text-box-holder {
    position: relative;

    overflow: hidden;
}
.custom-text-box-holder .first-slide, .custom-text-box-holder .second-slide {
    position: absolute;
    top: 0;
    left: 0;

    display: table;

    width: 100%;
    height: 100%;

    -webkit-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}
.custom-text-box-holder .content-holder {
    display: table-cell;

    vertical-align: middle;
}
.custom-text-box-holder .first-slide h2 {
    font-size: 18px;
    line-height: 30px;
}
.custom-text-box-holder .first-slide h3 {
    color: #9F9F9F;

    font-size: 12px;
    line-height: 24px;
}
.custom-text-box-holder .second-slide {
    top: 100%;

    padding: 0 20px;

    color: #fff;
}
.custom-text-box-holder .second-slide p {
    margin: 0;

    color: #fff;

    font-size: 12px;
    line-height: 24px;
}
.custom-text-box-holder:hover .first-slide {
    top: -100%;
}
.custom-text-box-holder:hover .second-slide {
    top: 0;
}

/*
# TYPER
*/

.typed-cursor {
    margin-left: 0px;

    -webkit-animation: blink 08s infinite;
    animation: blink 0.8s infinite;

    opacity: 1;
}
@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/*
# Counter
*/

.count-holder {}
.count-holder .text-holder h5 {
    font-size: 18px;
}

.odometer,
.count-holder p {
    display: inline-block;

    margin: 0;

    font-weight: bold !important;
}

/*
# Graident Text
*/

.graident-text-holder {}
.graident-text-holder p {
    display: inline-block;

    margin: 0;
}

/*
# Custom Title
*/

.custom-title-holder {
    position: relative;
}
.custom-title-holder .title {
    margin: 0;
}
.custom-title-holder .subtitle {
    position: absolute;
    z-index: 2;
    top: 50%;

    width: 100%;
    margin: 0;
    padding: 0;

    line-height: 1;
}

/* PORTFOLIO TAGS */

.portfolio-tags-holder {
    margin: 0;
    padding: 0;

    list-style: none;
}
.portfolio-tags-holder li {
    display: inline-block;

    margin-right: 20px;
}
.portfolio-tags-holder li:last-child {
    margin-right: 0;
}
.portfolio-tags-holder li a {
    display: block;

    padding: 8px 10px;

    text-transform: uppercase;

    color: #fff;
    background: #D9D9D9;

    font-size: 14px;
    line-height: 1;
}
.portfolio-tags-holder li a:hover {
    background: #DAAF61;
}

/* PORTFOLIO NAV */

.portfolio-nav-holder {
    /*overflow: hidden;*/
}
.portfolio-nav-holder .columns {
    padding: 0;
}
.portfolio-box.all .content-box {
    display: -ms-inline-flexbox;
    display: -webkit-flex;

    -webkit-flex-flow: row wrap;
}
.portfolio-box.all .content-box a.gridicon {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;

    width: 100%;
    height: 100%;
    margin: 0 auto;

    cursor: pointer;
    -webkit-transition: .2s;
    transition: .2s;

    border-radius: 4px;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;

    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
a.gridicon> span {
    -webkit-transition: .2s;
    transition: .2s;

    font-family: icon;
}
a.gridicon> span {
    width: .4em;
    height: .4em;

    background: #fff;
    box-shadow: -.6em -.6em #fff, 0 -.6em #fff, .6em -.6em #fff, -.6em 0 #fff, .6em 0 #fff, -.6em .6em #fff, 0 .6em #fff, .6em .6em #fff;
}
.gridicon:hover> span {
    box-shadow: -.8em -.8em #fff, 0 -.8em #fff, .8em -.8em #fff, -.8em 0 #fff, .8em 0 #fff, -.8em .8em #fff, 0 .8em #fff, .8em .8em #fff;
}

/* PORTFOLIO BOX */
.similar-portfolio-holder{
    overflow: hidden;
}
.portfolio-box {
    position: relative;

    overflow: hidden;

    height: 130px;

    -webkit-transition: all ease-in-out 200ms;
    transition: all ease-in-out 200ms;

    background: #D9D9D9;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.portfolio-box a .content-box {
    position: absolute;
    z-index: 2;

    width: 100%;
    height: 100%;

    -webkit-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    text-align: center;
}
.portfolio-box.next .content-box, .portfolio-box.prev .content-box {
    -webkit-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530) 200ms;
    transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530) 200ms;
    opacity: 0;
}
.portfolio-box .content-box a {
    position: absolute;

    width: 100%;
    height: 100%;

    text-align: center;
}
.portfolio-box.prev a:after, .portfolio-box.next a:after {
    position: absolute;
    top: -100%;
    left: -400%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -webkit-transform: scale(10) rotate(45deg);
    transform: scale(10) rotate(45deg);

    opacity: .9;
    background-color: inherit;
    /* easeInQuad */
}
.portfolio-box.prev a:hover:after, .portfolio-box.next a:hover:after {
    top: 0;
    left: 0;
}
.portfolio-box a:hover .content-box {
    -webkit-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530) 200ms;
    transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530) 200ms;

    opacity: 1;
}
.portfolio-box.all {
    color: #fff;
    background: #D9AE67;
}
.portfolio-box a {
    display: block;

    color: #fff;

    font-size: 20px;
    font-weight: 600;
}
.portfolio-box.all a:hover {
    color: #222;
}
.portfolio-box.next:hover, .portfolio-box.prev:hover {
    /*-webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    /*cursor: pointer;*/
    /*background: #5A5A5A;*/
}
.portfolio-box .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530);

    background-position: center;
    background-size: cover;
    /* easeInQuad */
}
.portfolio-box a:hover .bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

/* HOME PAGE PORTOFLIO ROW */

.portfolio-row {
    position: relative;
    /*border-top: 1px solid #fff;*/
    /*border-bottom: 1px solid #fff;*/

    overflow: hidden;

    height: 500px;
    padding: 40px 80px;

    background: #D9D9D9;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

@keyframes movingLeft {
    from {
        left: 100%;
    }
    to {
        left: 0%;
    }
}

@-webkit-keyframes movingLeft {
    from {
        left: 100%;
    }
    to {
        left: 0%;
    }
}
.portfolio-row.animate {
    left: 100%;
}
.portfolio-row.row-animate {
    -webkit-animation: movingLeft 800ms forwards;
    animation: movingLeft 800ms forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.portfolio-row.list {
    height: 300px;
}
.portfolio-row a {
    display: block;

    width: 100%;
    height: 100%;
}
.portfolio-row h2 {
    -webkit-transition: color ease-in-out 200ms;
    transition: color ease-in-out 200ms;

    color: #fff;

    font-size: 90px;
    line-height: 1.2;
}
.portfolio-row .tags-links {
    /*font-size: 12px;*/
    color: #fff;
}
.portfolio-row .content-box {
    position: relative;
    top: 50%;

    box-sizing: border-box;
    width: 100%;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: left;
}
.portfolio-row .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: background-color ease-in-out 300ms;
    -webkit-transition: all ease-in-out 300ms;
    transition: background-color ease-in-out 300ms;
    transition: all ease-in-out 300ms;

    background-color: #1F1F1F;
    background-position: center;
    background-size: cover;
}
.portfolio-row:hover .bg {
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
}
.portfolio-row:hover .bg:after {
    background: rgba(0, 0, 0, .9);
}
.portfolio-row .bg:after {
    position: absolute;

    width: 100%;
    height: 100%;

    content: " ";
    -webkit-transition: background ease-in-out 700ms;
    transition: background ease-in-out 700ms;

    background: rgba(0, 0, 0, .5);
}
.vc_row-no-padding .masonry-filter-holder {
    padding: 20px;
}

/* MASONRY SHORTCODES */

.masonry-filter-holder.with-gap {
    margin: 20px 15px;
}
.masonry-filter-holder {
    margin: 20px 0;
}
.masonry-filter-holder .filter-holder {
    display: inline-block;
}
.masonry-filter-holder a {
    margin: 0 10px 0 0;
    padding: 5px 10px;

    text-transform: uppercase;

    outline: 0;

    font-size: 12px;
}

.masonry-filter-holder a:last-child{
    margin-right: 0;
    padding-right: 0;
}

.masonry-filter-holder a.active-filter, .masonry-filter-holder a:hover {
    /*background-color: #DAAF61;*/
    /*color: #fff;*/
}
#masonry-holder {}
#masonry-holder img {
    width: 100%;
}
.grid-sizer, .portfolio-item {
    width: 100%
}
.grid-sizer.column-1, .portfolio-item.column-1 {
    width: 100%
}
.grid-sizer.column-2, .portfolio-item.column-2 {
    width: 50%
}
.grid-sizer.column-3, .portfolio-item.column-3 {
    width: 33.33%
}
.grid-sizer.column-4, .portfolio-item.column-4 {
    width: 25%
}
.portfolio-item.parallax .letter-holder {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;

    pointer-events: none;

    color: #dedede;

    font-size: 140px;
    font-weight: 100;
    line-height: 1;
}
.portfolio-item.parallax .item-holder {
    position: relative;
    z-index: 2;
}
.portfolio-item.parallax {
    position: relative;

    float: left;

    box-sizing: border-box;
    margin-bottom: 40px;
    padding: 40px;
    /*padding: 40px;*/
}
.portfolio-item.parallax .photo-holder img {
    width: 100%;
    height: auto;
}
.portfolio-item.parallax .content-box {
    position: absolute;
    right: -30px;
    bottom: -30px;

    min-width: 200px;
    padding: 15px 30px;

    text-align: center;
}
.portfolio-item.parallax .content-box h2 {
    margin: 0;

    font-size: 20px;
    line-height: 1.4;
}
.portfolio-item.parallax .tags-links {
    margin-bottom: 0;

    font-size: 12px;
}
.media-item {
    float: left;
}
.media-item a {
    display: block;
}

.media-item.custom-hover .overlay-holder,
.media-item.overlay-hover .overlay-holder{
    opacity: 0;
    position: absolute;
    background-color: #4bc1b9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;

    transition: all 100ms ease-in;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.media-item.custom-hover:hover .overlay-holder ,
.media-item.overlay-hover:hover .overlay-holder {
    opacity: .7;
    cursor: url(../images/portfolyo-cursor.png), auto;
}



.media-item.scale-hover:hover {
    z-index: 1000;
}

.media-item.scale-hover:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.media-item .content-holder{
    position: absolute;
    top: calc(50% + 20px);
    left: 50%;

    padding: 10px;

    -webkit-transition: all 200ms ease-in 100ms;
    transition: all 200ms ease-in 100ms;
    transform: translateY(-50%) translateX(-50%);

    opacity: 0;
    background: #fff;
    -webkit-box-shadow: 6px 6px 3px rgba(0,0,0,.04);
    -moz-box-shadow: 6px 6px 3px rgba(0,0,0,.04);
    box-shadow: 6px 6px 3px rgba(0,0,0,.04);
    z-index: 5;
    pointer-events: none;
}

.media-item .content-holder h4,
.media-item .content-holder p{
    margin-bottom: 0;

    opacity: 1;
}
.media-item:hover .content-holder{
    top: 50%;

    opacity: 1;
}

.media-item a img {
    width: 100%;
    height: auto;

    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;
}
.portfolio-item.masonry {
    position: relative;

    float: left;

    width: 25%;
    height: 0;
    padding-bottom: calc(25%);
}
.portfolio-item.masonry.with-gap {
    /*padding-bottom: calc(25% - 15px);*/
}
.masonry.size12 {
    width: 25%;
    padding-bottom: 50%;
}
.masonry.size21 {
    width: 50%;
    padding-bottom: calc(25%);
}
.masonry.size21.with-gap {
    padding-bottom: calc(25% - 15px);
}
.masonry.size11.with-gap {
    padding-bottom: calc(25% - 15px);
}
.masonry.size22 {
    width: 50%;
    padding-bottom: 50%;
}
.masonry.column-3 {
    /*padding: 33.33%;*/
}
.portfolio-item.standart {
    position: relative;
    overflow: hidden;
}
.with-gap .portfolio-item.standart {
    border: 15px solid transparent;
}
.portfolio-item.standart .photo-holder {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    -webkit-transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530) 200ms;
    transition: all 200ms cubic-bezier(0.550, 0.085, 0.680, 0.530) 200ms;

    background-position: center;
    background-size: cover;
}

.portfolio-item.standart a {
    position: absolute;

    display: block;

    width: 100%;
    height: 100%;
    color: #fff;
}
.portfolio-item.standart .content-box {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 20px;
}

.portfolio-item.standart .content-box .tags-links {
    margin: 0;

    opacity: .5;

    font-size: 12px;
}
.portfolio-item.standart .content-box h2 {
    font-size: 18px;
    line-height: 23px;
}
.portfolio-item.standart .content-box > .hover-anim {
    position: relative;
    z-index: 2;
    top: calc(50% + 10px);

    -webkit-transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 200ms;
    transition: all 400ms cubic-bezier(0.250, 0.460, 0.450, 0.940) 200ms;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.portfolio-item.standart a:after {
    position: absolute;
    bottom: -300%;
    left: -200%;

    display: block;

    width: 100%;
    height: 100%;

    content: '';
    -webkit-transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    transition: all 400ms cubic-bezier(0.550, 0.085, 0.680, 0.530);
    -webkit-transform: scale(3) rotate(-45deg);
    transform: scale(3) rotate(-45deg);

    opacity: .9;
    background-color: inherit;
    /* easeInQuad */
}

.portfolio-item.standart.border .content-box:after {
    border: 10px solid;
}
.portfolio-item.standart a .content-box {
    -webkit-transition: all 200ms ease-in;
    transition: all 200ms ease-in;

    opacity: 0;
}
.portfolio-item.standart a:hover:after {
    bottom: 0;
    left: 0;
}
.portfolio-item.standart a:hover .content-box {
    -webkit-transition: all 200ms ease-in 200ms;
    transition: all 200ms ease-in 200ms;

    opacity: 1;
}
.portfolio-item.standart a:hover .content-box> .hover-anim {
    top: 50%;
}
.portfolio-item.standart a:hover .photo-holder {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.portfolyo-carousel.owl-carousel .item {
    display: table;

    width: 100%;

    text-align: center;
}
.portfolyo-carousel.owl-carousel .item span {
    display: table-cell;

    vertical-align: middle;
}
.portfolyo-carousel.owl-carousel .item span img {
    display: inherit;
    width: 100%;
    height: auto;
    margin: 0 auto;
}

/*SHOWCASE SLIDER */

#showcase-slider {
    height: 600px;
}
#showcase-slider .flickity-page-dots {
    position: absolute;
    top: 50%;
    right: 30px;
    bottom: auto !important;

    width: 10px !important;

    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
#showcase-slider .flickity-page-dots .dot {
    width: 8px;
    height: 8px;
    margin: 0;

    opacity: .5;
    background: #fff;
}
#showcase-slider .flickity-page-dots .dot.is-selected {
    opacity: 1;
}
#showcase-slider .gallery-cell {
    position: relative;

    width: 100%;
    height: 100%;
    min-height: 600px;
}
#showcase-slider .gallery-cell .photo-holder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
}
#showcase-slider .gallery-cell .content-box {
    position: absolute;
    z-index: 5;
    bottom: 10%;
    left: 5%;

    width: 35%;

    -webkit-transition: 1s -webkit-transform cubic-bezier(0.23, 1, 0.32, 1), 1s opacity cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s opacity cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.23, 1, 0.32, 1), 1s opacity cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform: translateY(-50px) translateZ(0px);
    transform: translateY(-50px) translateZ(0px);

    opacity: 0;
    color: #fff;

    font-size: 14px;
}
#showcase-slider .gallery-cell.is-selected .content-box {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
    -webkit-transform: translateX(0%) translateZ(0px);
    transform: translateX(0%) translateZ(0px);

    opacity: 1;
}
#showcase-slider .gallery-cell .content-box h2 {
    color: #fff;

    font-size: 36px;
    line-height: 1.2;
}
#showcase-slider .gallery-cell .content-box p {
    margin-bottom: 50px;
}
#showcase-slider .gallery-cell .content-box a {
    display: inline-block;

    min-width: 210px;
    padding: 16px;

    text-align: center;

    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;

    font-size: 14px;
}
#showcase-slider .gallery-cell .content-box .tags-links {
    opacity: .7;
}
#showcase-slider .gallery-cell .overlay-box {
    position: relative;
    z-index: -100;

    -webkit-transition: 1s -webkit-transform cubic-bezier(0.77, 0, 0.175, 1), .1s opacity cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition: 1s transform cubic-bezier(0.77, 0, 0.175, 1), .1s opacity cubic-bezier(0.23, 1, 0.32, 1);
    transition: 1s transform cubic-bezier(0.77, 0, 0.175, 1), .1s opacity cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
    -webkit-transform: translateX(-100%) translateZ(0px);
    transform: translateX(-100%) translateZ(0px);

    opacity: 0;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: flat;
    transform-style: flat;
}
#showcase-slider .gallery-cell.is-selected .overlay-box {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    /*width: 100%;*/
    -webkit-transform: translateX(0%) translateZ(0px);
    transform: translateX(0%) translateZ(0px);

    opacity: 1;
}

/* BLOG SLIDER */

.blog-posts {
    overflow: hidden;
}
.item.box-1 {}
.blog-posts .item.box-2 {
    float: left;

    width: 50%;
}
.blog-posts .item.box-3 {
    float: left;

    width: 33.33%;
}
.blog-posts .item.box-4 {
    float: left;

    width: 25%;
}
.blog-posts .featured-holder {
    margin: 0;
}
.blog-posts .blog-item {
    position: relative;

    overflow: hidden;

    min-height: 330px;
    max-height: 330px;
    margin: 0 1px 1px 0;

    -webkit-transition: all 100ms ease-in-quad;
    transition: all 100ms ease-in-quad;

    background: #fff;

    font-weight: 200 !important;
}
.blog-posts .blog-item:hover {
    background: rgba(255,255,255, .3);
}
.blog-posts .blog-item .blog-content {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
    padding: 30px;
}
.blog-posts .blog-item h2 {
    margin-bottom: 10px;

    color: #474747;

    font-size: 20px;
    line-height: 1.5;
}
.blog-posts .blog-item .entry-meta {
    margin-bottom: 30px

    text-align: left;
}
.blog-posts .blog-item .post-categories {
    color: #222;
}
.blog-posts .blog-item .read-more-btn {
    position: absolute;
    bottom: 0;
    left: 0;

    margin-bottom: 30px;
    margin-left: 30px;

    text-transform: uppercase;

    font-size: 12px;
    font-weight: 200;
}

.flickity-slider-wrapper{}
.flickity-slider-wrapper .gallery-cell{
    background-size: cover;
    background-position: center;
    margin: 20px 20px;
    outline: none;
    transition: box-shadow 300ms;
}
.flickity-slider-wrapper.with-shadow .gallery-cell{
    margin: 10px  20px 60px;
    box-shadow: 0px 20px 40px 0px #aaa;
}

.flickity-slider-wrapper .flickity-page-dots .dot{
    width: 5px;
    height: 5px;
    margin: 0 5px;
}
.slider-wrapper {
    position: relative;
}
.slider-wrapper:hover .owl-prev, .slider-wrapper:hover .owl-next {
    opacity: 1;
}
.slider-wrapper .owl-prev, .slider-wrapper .owl-next {
    position: absolute;
    z-index: 2;

    width: 60px;
    height: 100%;
    margin: 0;

    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;

    opacity: 0;
}
.slider-wrapper .owl-nav a {
    display: block;

    color: #fff;
}
.slider-wrapper .owl-next {
    right: 0px;
}
.blog-post-carousel .owl-prev, .blog-post-carousel .owl-next {
    background: #414141;
}
.slider-wrapper .owl-prev, .slider-wrapper .owl-next {
    position: absolute;
    top: 50%;

    overflow: hidden;

    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-bottom: 14px;

    text-align: center;
    pointer-events: auto;

    color: #FFF;
    outline: none;
    /*background: #000;*/

    font-size: 42px;
    line-height: 62px;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.button {
    display: inline-block;

    margin: 30px auto;

    color: #9F9F9F;
    background: #fff;
}

/*
# BOXED CONTENT
*/

.boxed-banner {
    position: relative;

    overflow: hidden;

    padding: 80px;

    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.boxed-banner .bg {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: 50%;
    background-size: cover;
}
.boxed-banner .bg.with-overlay:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";

    opacity: .5;
    background: #000;
}
.boxed-banner .content-holder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;

    width: 90%;

    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}
.boxed-banner .content {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
}
.boxed-banner .content h5 {
    line-height: 1;
}
.boxed-banner .content p {
    margin: 0;
}
.boxed-banner a.call-to-action {
    position: absolute;
    top: 0;
    right: 0;

    padding: 15px 30px;

    background: #474747;

    font-size: 14px;
}
.featured-blog-header {}
.featured-blog-header .item {
    position: relative;

    min-height: 360px;
}
.featured-blog-header .blog-featured {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background-position: center;
    background-size: cover;
}
.featured-blog-header .blog-featured:after {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    content: "";
    /* FF3.6-15 */

    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 50%, rgba(0, 0, 0, 1) 99%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}
.featured-blog-header .blog-content {
    position: absolute;
    z-index: 2;
    bottom: 0;

    box-sizing: border-box;
    width: 100%;
    padding: 20px;
}
.featured-blog-header .blog-content h2 {
    color: #fff;

    font-size: 24px;
    line-height: 1.4;
}
.featured-blog-header .blog-content h2 a {
    color: #fff;
}
.featured-blog-header .blog-content .entry-meta {
    text-align: left;

    color: #fff;
}

/* GRAIN EFFECT */

.grain-effect{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    filter: none;
}
.grain-effect #canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
@media screen and (max-width: 1024px) {
    html, body {
        /*width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden;*/
    }
    .row {
        max-width: 62.5rem;
    }
    #content {
        overflow-x: hidden;
    }
    .blog-posts .item.box-4 {
        width: 50%;
    }
}
@media screen and (max-width: 768px) {
    .info-box, .grid-sizer.column-4, .portfolio-item.column-4 {
        width: 100% !important;
    }
    .portfolio-box {
        height: 110px !important;

        line-height: 110px !important;
    }
    .portfolio-box .content-box a {
        top: 50%;

        height: auto;

        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);

        line-height: 1;
    }
    .portfolio-box .content-box a.no-title {
        height: 100%;
    }
    #showcase-slider .gallery-cell {
        min-height: 0;
    }
    .flickity-viewport, #showcase-slider .gallery-cell, #showcase-slider {
        height: 100vh !important;
    }
    #showcase-slider .gallery-cell.is-selected .content-box {
        width: 90%;
    }
    #showcase-slider .gallery-cell .content-box h2 {
        font-size: 24px;
    }
    #showcase-slider .gallery-cell .content-box a {
        min-width: 160px;
    }
    #showcase-slider .gallery-cell .overlay-box, #showcase-slider .gallery-cell .content-box p {
        display: none;
    }
    #showcase-slider .gallery-cell .content-box {
        -webkit-transform: translateY(50px) translateZ(0px);
        transform: translateY(50px) translateZ(0px);
    }
    #showcase-slider .gallery-cell .content-box, #showcase-slider .gallery-cell.is-selected .content-box {
        bottom: 0px;
        left: 0;

        width: 100%;
        padding: 30px 15px;

        text-align: center;
    }
    #showcase-slider .gallery-cell.is-selected .content-box {
        -webkit-transform: translateY(0px) translateZ(0px);
        transform: translateY(0px) translateZ(0px);
    }
    #showcase-slider .gallery-cell .content-box .content {
        position: relative;
        z-index: 2;
    }
    #showcase-slider .gallery-cell .content-box .bg {
        position: absolute;
        z-index: 1
        top: 0;
        left: 0;

        width: 100%;
        height: 100%;
    }
    .image-btn-holder{}
    .portfolio-row {
        height: 200px !important;
        padding: 30px;
    }
    .portfolio-row h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .portfolio-item.parallax, .portfolio-item.standart, .info-box, .grid-sizer.column-4, .portfolio-item.column-4 {
        width: 50% !important;
    }

    .portfolyo-similar-carousel .portfolio-item.standart,
    .portfolyo-portfolio-carousel .portfolio-item.standart{
        width: auto !important;
    }
    .portfolio-item.standart {
        padding-bottom: 50% !important;
        border-width: 5px !important;
    }
    .portfolio-item.parallax {
        margin-bottom: 20px;
        padding: 0px;
    }
    .portfolio-item.parallax .letter-holder {
        display: none;
    }
    .portfolio-item.parallax .content-box {
        position: relative;
        bottom: 0;
        left: 0;

        padding: 10px;
    }

    .portfolio-box.prev a:after, .portfolio-box.next a:after{
        left: 0;
    }
    .portfolio-item.standart a:after{
        top: 0;
        left: 0;

        transform: scale(1) rotate(0);

        opacity: .6;
    }

    .portfolio-box.next .content-box, .portfolio-box.prev .content-box,
    .portfolio-item.standart a .content-box{
        opacity: 1;
    }

    .media-item{
        width: 50% !important;
        margin: 0 !important;
    }

    .detail-box-holder{
        text-align: left !important;
    }

    div[class*="vc_custom_"]{
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
}
@media screen and (max-width: 480px) {
    .flickity-slider-wrapper.with-shadow .gallery-cell{
        max-height: 120px;
    }
    .gallery-wrapper.columns-3 ul li, .gallery-wrapper.columns-2 ul li, .portfolio-item.parallax, .portfolio-item.standart, .info-box, .grid-sizer.column-4, .portfolio-item.column-4 {
        width: 100% !important;
    }
    .portfolio-item.standart {
        padding-bottom: 100% !important;

        border-width: 5px !important;
    }
}
