/**
 * Created by ithaki ajans
  * Date: 3.04.2019
 * Time: 13:30
 */
/**
 * Created by ithaki ajans
  * Date: 1.04.2019
 * Time: 14:36
 */
:root {
--ikonyukseklik:90px;
}

.moduletabledogus {
    margin-bottom: 80px;
    margin-top: 80px;
}
.blog + #alt .moduletabledogus {
    margin-bottom: 80px;
    margin-top: 0;
}
/**/
.dogus {
    position: relative;
text-align: center;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.category-moduledogus {
    width: 100%;
    margin: 0;
    padding: 20px 0 20px 0;
    vertical-align: top;
    display: grid;
    grid-gap: 45px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    /*grid-auto-flow: column;*/
    grid-auto-columns: 1fr;
}
/*.category-moduledogus > li:nth-child(3n+4):nth-last-child(1) {*/
/*    grid-column:2/3;*/
/*}*/
/*.category-moduledogus > li:nth-child(3n+5):nth-last-child(1) {*/
/*    grid-column:2/4;*/
/*}*/
.dogus li {

    margin: 0 !important;
    transition-duration: 1s;
    list-style-type: none;

}
.dogus-liic {
    position: relative;
    background-color: #ffffff;
    height: 320px;
    /*border: 2px solid #cccccc;*/
    border-radius: 3px;
    box-shadow: 0 0 61px -30px rgba(0,0,0,0.5);
    padding: 17px;
    display: grid;
    grid-template-rows: 50px 50px 50px;
    overflow: hidden;
}
.dogus li.onecikan1 {

    border: var(--renk04) 1px solid;
}
.dogus li.onecikan0 {

    border: transparent 1px solid;
}
.dogus .onecikan1:before {
    content: "";
    position: absolute;
    transform: rotate(45deg);
    height: 50px;
    width: 50px;
    top: -25px;
    right: -25px;
    z-index: 9;
    display: block;
    background-color: var(--renk04);
}
.dogus .onecikan1:after {
    content: "\f005";
    font-family: "Font Awesome 5 Free", serif;
    position: absolute;
    font-size: 12px;
    height: 12px;
    width: 12px;
    top: -2px;
    right: 4px;
    color: #ffffff;
    z-index: 9;
    display: block;

}
.blog + #alt .moduletabledogus h3 {
    display: none;
}
.moduletabledogus h3 {
    max-width: 1100px;
    margin-left: auto;
    margin-bottom: 0;
    margin-right: auto;
    font-family: CantataOne, serif;
    font-size: 36px;
    text-transform: none;
    color: var(--renkgrik);
    position: relative;
    padding-left: 85px;
}
.moduletabledogus h3:before {
    content: '';
    height: 1px;
    width: 77px;
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    background-color: var(--renkgria);
}

.dogus h4 a {
    color: var(--renkgrik);
    z-index: 9;
    overflow: hidden;
    width: 50%;
    text-align: left;
    padding: 0;
    padding-top: 20px;
    line-height: 30px;
    position: absolute;
    bottom: 15px;
    left: 15px;
text-transform: none;
    right: 15px;
    font-family: CantataOne, serif;
    text-decoration: none;
    font-size: 24px;
    font-weight: 400;
}
.dogus li:hover h4 a {

    animation-name: h4efekt;
    animation-duration: 1s;
    animation-timing-function:ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.dogus-readmore {
    z-index: 9;
}


.dogus .dogus-introtext {
    margin: 0;
    line-height: 19px;
}
.dogus-readmore a {
    color: var(--renkgria);
}
.dogus-fields {

}
.dogus-ikon {
    font-size: calc( var(--ikonyukseklik) / 2 );
    line-height: calc( var(--ikonyukseklik) * 0.9 )!important;
    color: #fff;
    transform: rotate(-45deg);
}
.dogus .dogus-image {
    clip-path: circle(50.0% at 90% 50%);
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,1);
    background-color: var(--renk01);
    transition-duration: 0.5s;
}
.dogus li:hover .dogus-image {
    clip-path: circle(50.0% at 100% 50%);
}
.dogus li:nth-child(1) .dogus-image {

    background-color: var(--renk01);
}
.dogus li:nth-child(2) .dogus-image {

    background-color: var(--renk02);
}
.dogus li:nth-child(3) .dogus-image {

    background-color: var(--renk03);
}
.dogus li:nth-child(4) .dogus-image {

    background-color: var(--renk04);
}
.dogus li:nth-child(5) .dogus-image {

    background-color: var(--renk01);
}
.dogus li:nth-child(6) .dogus-image {

    background-color: var(--renk02);
}

.dogus .resimbos {

}
.dogus-image img {
    object-fit: cover;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    max-width: none;
    left: 50%;
    transform: translate(-50%, -50%) ;

}

.dogus .haricilink {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

@keyframes h4efekt {
    0% {bottom: 15px;
}
    30% {
        bottom: -25%;
    }
    31% { bottom: 125%;}
    60% {bottom: 65%;}
    to {bottom: 65%;}
}



@keyframes dogus-asagidangel {
    from {
        opacity: 0.2;
        -webkit-transform: translate3d(0, 20%, 0);
        transform: translate3d(0, 20%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.saklaopa > .span12 { opacity: 0.2; }
.dogus li:nth-child(1).anime > .dogus-liic { animation: dogus-asagidangel 1000ms ease; }
.dogus li:nth-child(2).anime > .dogus-liic { animation: dogus-asagidangel 1500ms ease; }
.dogus li:nth-child(3).anime > .dogus-liic { animation: dogus-asagidangel 2000ms ease; }
.dogus li:nth-child(4).anime > .dogus-liic { animation: dogus-asagidangel 2500ms ease; }
.dogus li:nth-child(5).anime > .dogus-liic { animation: dogus-asagidangel 3000ms ease; }
.dogus li:nth-child(6).anime > .dogus-liic { animation: dogus-asagidangel 3500ms ease; }


@media screen and (max-width: 1100px) {
    .category-moduledogus {
        grid-auto-flow: row;
        grid-gap: 50px;
    }
    .dogus {
        padding-left: 20px;
        padding-right: 20px;
    }
    .dogus h4 a {
        font-size: 24px;
    }

    .category-moduledogus {
        grid-template-columns: 1fr;
    }

    .dogus .dogus-image .resimbos {

    }

    .dogus .dogus-introtext {
        font-size: 13px;
    }

}







