/* COLUMNS */
.tmnf_columns_wrap{
	margin-left:-20px;
	margin-right:-20px;
	width:calc(100% + 40px);
}
.tmnf_column{
	margin: 0 0;
	padding:0 20px;
	overflow:hidden;
	position:relative;
	float:left;
	width:100%;
	min-height:1px;
}

.item_placeholder{min-height: 0;}

.tmnf_column_vis{
	overflow: visible;
}

@media only screen and (min-width: 1155px) {
    
    .tmnf_columns_wrap{
        margin-left:-40px;
        margin-right:-40px;
        width:calc(100% + 80px);
    }
    .tmnf_column{
        margin: 0 0;
        padding:0 40px;
    }

}

@media only screen and (min-width: 770px) {
    
    .tmnf_column_1	{width: 8.33%;}
    .tmnf_column_2 	{width: 16.66%;}
    .tmnf_column_3 	{width: 25%;}
    .tmnf_column_4 	{width: 33.33%;}
    .tmnf_column_5 	{width: 41.66%;}
    .tmnf_column_6  {width: 50%;}
    .tmnf_column_7 	{width: 58.33%;}
    .tmnf_column_8 	{width: 66.66%;}
    .tmnf_column_9 	{width: 75%;}
    .tmnf_column_10 {width: 83.33%;}
    .tmnf_column_11 {width: 91.66%;}
    .tmnf_column_12 {width: 100%;}
    
    .tmnf_column_3:nth-child(4n + 6),
    .tmnf_column_4:nth-child(3n + 5),
    .tmnf_column_6:nth-child(2n + 4){
        clear:left;
    }

}


/* PROJECTS: index - archives */

.projects_page .tmnf_column_3:nth-child(4n + 5),
.projects_page .tmnf_column_4:nth-child(3n + 4),
.projects_page  .tmnf_column_6:nth-child(2n + 3){
	clear:none !important;
}

.projects_widget{
    margin: 0 -20px !important;
    width: calc(100% + 40px) !important;
}

.project_post{
    margin-bottom:40px; /* VAR */
}

.project_post.has-post-thumbnail .entryhead {
    margin: 0 0 0 0;
    position: relative;
}

.project_post .project_inn{
    padding: 35px 40px 40px 40px;
    border-width: 1px;
    overflow: hidden;
}

.project_post .project_inn h3 {
    margin:15px 0 15px 0;
}

.project_meta{
    display: inline;
}

.project_post .tmnf_excerpt{
    padding:20px 40px;
    margin: 0 -40px 10px -40px;
    border-width:1px 0 0 0;
    border-style: solid;
    width: calc(100% + 80px);
}

.project_post .project_info {
    padding:20px 0;
    margin: 0 -40px 10px -40px;
    border-width:1px 0 1px 0;
    border-style: solid;
    width: calc(100% + 80px);
    overflow: hidden;
}

.tmnf_column_4 .project_post .tmnf_excerpt p{
    font-size: 90%;
}

.project_meta_disabled .project_info{
    display: none;
}

.project_info h6{
    font-size: 11px;
    opacity: .7;
}

.project_info p{
    text-transform: uppercase;
}

.project_post .project_meta_item{ /* partial info */
    margin:15px 0 0 0;
    padding:0 40px;
    float: left;
    width: 50%;
    line-height: 1.3;
}

.tmnf_column_4 .project_post .project_meta_item{
    width: 100%;
    margin:15px 0 5px 0;
}

.project_post .project_meta_item:nth-of-type(2n + 3){
    clear: left;
}

.project_post .project_meta_item.tmnf_has_icon{
    padding: 0 0 0 80px;
    position: relative;
}

.project_post .project_meta_item.tmnf_has_icon i{
    opacity: .3;
    font-size: 22px;
    position: absolute;
    top: 10px;
    left:40px;
}

.project_meta span{
    display: inline;
}

.project_meta .categs:first-child  span{
    display: none;
}

.project_more{
    display: block;
    overflow: hidden;
}

.project_more a{
    margin: 15px 0 0 0;
}

/* PROJECTS: single */

.fourcol.project_sidebar{
    float: right;
}

.project_sidebar,
.tmnf_sidebar{
    padding-bottom: 50px !important;
}

.single-tmnf_project .tmnf_entry>p:first-of-type{
	margin:5px 0 25px 0;
}

.single-tmnf_project .project_meta_disabled .project_sidebar{
    display: none;
}

.single-tmnf_project .crumb:nth-child(3) {
    display: none;
}

.single-tmnf_project .project_meta_item.tmnf_has_text{/* partial info */
    border-width: 1px;
    padding:20px 35px;
    margin-top: -1px;
}

.project_meta_item_first{
    margin-top:0 !important;
}

.single-tmnf_project .project_meta_item.tmnf_has_icon{
    padding-left:80px;
    position: relative;
}

.single-tmnf_project .project_meta_item i{
    opacity: .3;
    font-size: 28px;
    position: absolute;
    top:28px;
    left:30px;
}

.folio_nav_item{
    margin: 30px 0 40px 0;
    overflow: hidden;
    border-width: 1px 0 1px 0;
}

.folio_nav_item a{
    float: left;
    padding: 30px 30px;
    border-style: solid;
}

.folio_nav_item a i{
    margin: 0 10px;
}

.folio_nav_item a:nth-of-type(1){
    width: 25%;
}

.folio_nav_item a:nth-of-type(2){
    border-width: 0 1px 0 1px;
    width: 50%;
    text-align: center;
}

.folio_nav_item a:nth-of-type(3){
    text-align: right;
    width: 25%;
}

/* PROJECTS: navigation */

.portfolio-filter,
.portfolio-filter ul {
    display: block;
    overflow: visible;
}

.portfolio-filter ul {
    margin: 0 0 30px 0;
}

.portfolio-filter ul li {
    display: inline-block;
    margin:0 15px 10px 0;
}

.portfolio-filter a {
    padding: 6px 0;
    border-bottom: 2px solid rgba(255, 255, 255, 0)
}

.portfolio-filter li.current-cat a{
    border-bottom: 2px solid rgba(0, 0, 0, 0.15)
}

/* PROJECTS: single */

.single-tmnf_project .crumb:nth-child(3) {
    display: none;
}


/* SLIDER */

.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-tmnf_wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-tmnf_wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-nav>div {
    display: block;
    width: 60px;
    height: 100px;
    margin: -50px 0 0;
    position: absolute;
    top: auto;
    bottom: 28.5%;
    z-index: 2;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff;
    box-shadow: none !important;
    line-height: 1 !important;
}
.owl-nav>div::before {
    font-size: 40px !important;
}
.owl-nav .owl-prev {
    left: auto;
    right: 105px;
    padding: 27px 10px;
}
.owl-nav .owl-next {
    left: auto;
    right: 85px;
    padding: 27px 10px;
}
.owl-carousel:hover .owl-nav .owl-prev {
    opacity: 1;
    right:125px;
}
.owl-carousel:hover .owl-nav .owl-next {
    opacity: 1;
    right: 60px;
}
.owl-carousel:hover .owl-nav .owl-next:before {
    content: "\2192";
    font-size: 18px;
    line-height: 1 !important;
}
.owl-carousel:hover .owl-nav .owl-prev:before {
    content: "\2190";
    font-size: 18px;
    line-height: 1 !important;
}

.tmnf_eleslider_wrap {
    position: relative;
    overflow: hidden;
    background: #000;
}

.tmnf_eleslider_wrap>img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    fill: white;
}

.tmnf_eleslider .owl-item {
    opacity: 1;
}

.tmnf_eleslider .owl-item img {
    opacity: 1;
}


.owl-carousel.loading {
    min-height: 750px;
}
.owl-carousel.loading.owl-loaded {
    min-height: 100px;
}
.active.center .eleslideinside h2, .active.center .eleslideinside p, .active.center .eleslideinside a.su-button {
    animation-duration: 0.9s;
    animation-name: slidein;
    animation-fill-mode: both;
}
.active.center .eleslideinside p {
    animation-delay: .5s;
}
.active.center .eleslideinside a.mainbutton {
    animation-delay: .9s;
}
@keyframes slidein {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.owl-carousel .owl-nav .owl-prev:before {
    content: "\2190";
}
.owl-carousel .owl-nav .owl-next:before {
    content: "\2192";
    left: auto;
    right: 20px;
}

.eleinside::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: 1;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */

}

/* eleslideinside */

.eleslideinside {
    position: absolute;
    top:auto;
    bottom: 8%;
    left: 50%;
    margin: 0 0 0 -710px;
    max-width: 740px;
    z-index: 2;
    padding: 0 0 200px 60px;
}

.elementor-editor-active .eleslideinside{bottom: 0;}

.eleslideinside::before{
    position: absolute;
    bottom:0;
    left: 0;
    width: 1px;
    height: 10000px;
    display: block;
    content: '';
    background-color: rgba(255, 255, 255, .3);
}

.eleinside_Right .eleslideinside {
    margin: 0 0 0 0;
    max-width: 620px;
}

.eleinside_Center .eleslideinside {
    text-align: center;
    margin: 0 0 0 -350px;
    max-width: 700px;
    padding: 0 0 100px 0;
}


.eleslideinside h1,
.eleslideinside h2{
    letter-spacing: -0.04em;
    margin-top: 0;
    padding-bottom: 25px;
}

.eleslideinside h2::after{
    left: -60px;
}

.eleinside_Center .eleslideinside h2::after,
.eleinside_Center .eleslideinside h2::before,
.eleinside_Center .eleslideinside::before {
    display: none;
}

.eleinside_Disable .eleslideinside {
    display: none;
}

.eleslideinside a.mainbutton {
    display: inline-block;
    padding: 18px 29px;
    text-decoration: none;
}


.eleslideinside p {
    animation-delay: .5s;
    line-height: 1.6;
    margin: 30px 0 40px 0;
}

.eleslideinside>p{
    font-size:17px !important;
    opacity: .8;
}

.eleslideinside p span {
    font-size: 80%;
    margin: 0 8px;
}

/* dots navigation */

.tmnf_eleslider .owl-dots {
    position: absolute;
    z-index: 12;
    bottom: 0;
    left: 50%;
    margin: 0 0 0 -710px;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, .3);
    line-height: 1.3;
    width: 100%;
}

.tmnf_eleslider .owl-dot {
    display: block;
    float: left;
    max-width:330px;
    padding: 45px 40px 100px 100px;
    content: '';
    margin: 0 0;
    position: relative;
    color: #fff;
    opacity: .9;
    vertical-align: bottom;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.07em !important;
    counter-increment: step;
    transition-duration: 0.4s;
    height: 235px;
}


.tmnf_eleslider .owl-dot:before {
    content: counter(step, decimal);
    left: 40px;
    position: absolute;
    text-align: center;
    height: 50px;
    width: 50px;
    line-height: 2.3 !important;
    top: 20px;
    z-index: 3;
    font-size: 38px !important;
    transition-duration: 0.4s;
    opacity: .6;
}

.tmnf_eleslider .owl-dot.active:before {
    opacity: 1;
}

.tmnf_eleslider .owl-dot:after {
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 5px;
    height: 0;
    background: rgba(255, 255, 255, .6);
    transition-duration: 0.4s;
}

.tmnf_eleslider .owl-dot.active:after {
    height: calc(100% + 2px);
}





/* loading */
.owl-carousel.loading {
    width: 100%;
    display: block !important;
    min-height: 550px;
    opacity: 1;
}

.owl-carousel.loading.owl-loaded:before {
    display: none;
}

.owl-carousel.loading>.eleinside {
    display: none;
}


/* elementor edit mode */
.elementor-edit-mode .owl-carousel {
    display: block !important;
}
.elementor-edit-mode .eleinside {
    display: none;
}
.elementor-edit-mode .eleinside:first-child {
    display: block !important;
}
.elementor-edit-mode .eleinside img {
    display: block;
    width: 100% !important;
    max-width: 100% !important
}

/* RESPONSIVE MODE */

@media screen and (min-width: 1155px) {
.project_post{
    margin-bottom:80px; /* VAR */
}

.grid_blogger {
    overflow: hidden;
    margin: 0 -40px;
    width: calc(100% + 80px);
}

.grid_post {
    padding: 0 40px;
    margin: 0 0 80px 0;
}

}

@media screen and (min-width: 880px) {

    /* dots navigation - with text */

    .dots_text_yes .owl-dots {
        position: absolute;
        z-index: 12;
        bottom: 15%;
        right: 10%;
        left: auto;
        width: 16%;
        text-align: center;
        font-size: 90%;
    }

    .dots_text_yes .owl-dot {
        text-indent: 0px;
        width: 100%;
        display: block;
        height: auto;
        border: 1px solid rgba(204, 204, 204, 0.3);
        border-width: 0 0 1px 0;
        margin: 0 0;
        padding: 30px 0 30px 0;
        line-height: 1;
        text-align: left;
        overflow: visible;
    }

    .dots_text_yes .owl-dot:first-child {
        border-top: 1px solid rgba(204, 204, 204, 0.3);
    }

    .dots_text_yes .owl-dot:before {
        top: 35px;
        left: -30px;
        opacity: .3;
        width: 5px;
        height: 5px;
    }

    .dots_text_yes .owl-dot.active:after {
        top: 30px;
        left: -35px;
        width: 15px;
        height: 15px;
        border: 1px solid #fff;
    }

    .dots_text_yes .owl-dot.active:before,
    .dots_text_yes .owl-dot.active:after {
        text-indent: 0px;
        opacity: 1;
    }

    .dots_text_yes .eleslideinside,
    .dots_text_yes .eleinside_Right .eleslideinside,
    .dots_text_yes .eleinside_Left .eleslideinside {
        left: 10%;
        width: 45%;
        top: 35%;
        text-align: left;
    }

}

@media screen and (min-width: 1100px) {

    .dots_text_yes .owl-dots {
        font-size: 100%;
    }


}

/* rewrite desktop */

@media screen and (max-width: 1530px) {
    .eleinside img.bg_image {
        margin: 0 -10% !important;
        width: 120% !important;
        max-width: 120% !important;
    }

    .eleslideinside{
      bottom:7%;
      left:0;
      margin: 0 0 0 -1px;
      padding: 0 0 200px 40px;
    }


    .tmnf_eleslider .owl-dots {
        left:0;
        margin: 0 0 0 0;
        width: 1000%;
    }

}

@media screen and (max-width: 1285px) {

    .eleslideinside {
        position: absolute;
        left: 0;
        margin: 0 0 40px 0;
        padding: 0 20px;
        width: 60%;
        max-width: 100%;
    }
    .eleinside_Center .eleslideinside {
        text-align: center;
        margin: 0 0 0 0;
        left: 20%;
    }

    .owl-dots {
        display: none;
    }
    .owl-carousel.loading {
        min-height: 400px;
    }

    .owl-nav > div{bottom:40px;}


}

@media screen and (max-width: 1155px) {

    .eleslideinside {
        bottom: 7%;
        width: 70%;
    }    
    
    .eleinside img.bg_image {
        margin: 0 -20% !important;
        width: 140% !important;
        max-width: 140% !important;
    }

}

@media screen and (max-width:1024px) {


    .eleslideinside {
        width: 80%;
    }
    .eleinside_Center .eleslideinside {
        left: 10%;
    }

    .owl-carousel.loading {
        min-height: 200px;
    }


}


@media screen and (max-width:885px) {

    .eleinside img.bg_image {
        margin: 0 -40% !important;
        width: 180% !important;
        max-width: 180% !important;
    }

    .eleslideinside {
        width: 100%;
        bottom: 6%;
        margin: 0 0 0 0;
    }
    .eleinside_Center .eleslideinside {
        left: 0;
    }

    .eleslideinside a.mainbutton {
        padding: 12px 15px;
    }
    .folio_nav_item a i{
        display: none;
	}

    .project_post.has-post-thumbnail img{
        width: 100%;
    }

    .project_post .project_inn{
        padding: 15px 25px 25px 25px;
    }

    .owl-nav>div {
        bottom: 0px;
    }
    .owl-nav>div::before {
        font-size: 30px !important;
    }
    .owl-nav .owl-prev {
        right: 25px;
    }
    .owl-nav .owl-next {
        right: 35px;
    }
    .owl-carousel:hover .owl-nav .owl-prev {
        right:50px;
    }
    .owl-carousel:hover .owl-nav .owl-next {
        right: 10px;
    }

}


@media screen and (max-width:595px) {

    .eleinside img.bg_image {
        margin: 0 -60% !important;
        width: 220% !important;
        max-width: 220% !important;
    }

    .eleslideinside>p{
        font-size:15px !important;
    }	
      
    
    .folio_nav_item{
        border-width: 1px 0 0 0;
	}
    
    .folio_nav_item a{
		width: 100% !important;
		text-align: center !important;
        border-width: 0 0 1px 0 !important;
	}

}


@media screen and (max-width:425px) {

    .eleinside img.bg_image {
        margin: 0 -100% !important;
        width: 300% !important;
        max-width: 300% !important;
    }

}


@media screen and (max-width:355px) {

    .eleslideinside {
        top: 8%;
    }

    .eleslideinside > p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .project_post .project_meta_item    {
      width: 100%;
    }

    h1.entry_title, .eleslideinside h1, .eleslideinside h2 {
        font-size: 32px !important;
    }

}