﻿/*
    GENEL KULLANIM İÇİN
    */
.margL5 {
    margin-left: 5px !important;
}

.margL10 {
    margin-left: 10px !important;
}

.margL15 {
    margin-left: 15px !important;
}

.margL20 {
    margin-left: 20px !important;
}

.margB15 {
    margin-bottom: 20px !important;
}

.margB30 {
    margin-bottom: 20px !important;
}

.margCenter {
    margin-left: auto !important;
    margin-right: auto !important;
}


/*  FONT BÜYÜKLÜKLERİ   */
.font14 {
    font-size: 14px !important;
}

.font16 {
    font-size: 16px !important;
}

.font18 {
    font-size: 18px !important;
}


.textCenter {
    text-align: center !important;
}

.block {
    display: block !important;
}


/*  TKP SPINNER LOADING İÇİN    */
.tkpspinner {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 0, 0, 0, .7 ) url('../images/ellipsis-black.gif') 50% 50% no-repeat;
}

body.loading {
    overflow: hidden;
}

    body.loading .tkpspinner {
        display: block;
    }









/*Ercan'ın Ekledikleri Başlar */
.SayfaSec {
    display: inline !important;
    width: initial !important;
    min-width: initial;
    padding: 6px !important;
}

select#ddlGoster {
    display: inline !important;
    width: initial !important;
    min-width: initial;
    padding: 6px !important;
}
/*Ercan'ın Ekledikleri Biter */

.sedatstayla .portfolio-item {
    border: solid 1px #ccc;
    padding: 10px;
    border: 1px solid #EEE;
    border-color: rgba(255,255,255,0.1);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 9px 9px 0;
}

    .sedatstayla .portfolio-item .portfolio-image,
    .sedatstayla .portfolio-item .portfolio-image a,
    .sedatstayla .portfolio-item .portfolio-image a img {
        width: 100%;
        height: 100px;
    }

    .sedatstayla .portfolio-item .portfolio-image {
        background: url('images/pdf6.png');
        background-repeat: no-repeat;
        background-position: center;
    }

.sedatstayla .portfolio-link-item {
}

    .sedatstayla .portfolio-link-item .portfolio-image {
        background: url('images/link2.png');
        background-repeat: no-repeat;
        background-position: center;
    }

.sedatstayla .portfolio-desc {
    text-align: center;
}




/*
    ETKİNLİK SAYFASI     
    */
.table-etkinlik {
    border-collapse: separate;
}

    .table-etkinlik tbody th {
        width: 25%;
        min-width: 100px;
        height: 25px;
        text-align: right;
        background-color: rgba(159, 159, 159, .32);
    }

    .table-etkinlik thead th {
        width: 25%;
        min-width: 100px;
        height: 25px;
        text-align: center;
        background-color: rgba(159, 159, 159, .32);
        border: 1px solid rgba(255,255,255,0.1);
    }


/*
    İl Projeler SAYFASI     
    */

@media (max-width: 768px) {
    .pager-tabs {
        overflow-x: scroll;
    }
    .table-IlProjeler {
        border-collapse: separate;
        font-size: 10px;
    }

        .table-IlProjeler thead th {
            min-height: 25px;
            text-align: center;
            background-color: rgba(159, 159, 159, .32);
            border: 1px solid rgba(255,255,255,0.1);
        }

        .table-IlProjeler td,
        .table-IlProjeler th {
            padding: 3px !important;
        }
}

/*
    DİĞER EZMELER
*/

#content p {
    /*margin-bottom: .5em;*/
}


#content #ContentPlaceHolder1_IcerikMetin .contentPhotos {
    border: solid 1px #969696;
    padding: 2px;
}

/*
   içerik etiket a href padding
*/
 .etiketListTag {
    padding-right: 5px;
    padding-left: 5px;
}

/*
    TOP SEARCH FORM
*/
#top-search .form {
    opacity: 0;
    z-index: -2;
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    padding: 0 15px;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
}

body.top-search-open #top-search .form {
    opacity: 1;
    z-index: 10;
}

#top-search .form input {
    box-shadow: none !important;
    /*pointer-events: none;*/
    border-radius: 0;
    border: 0;
    outline: 0 !important;
    font-size: 32px;
    padding: 10px 80px 10px 0;
    height: 100%;
    background-color: transparent;
    color: #333;
    font-weight: 700;
    margin-top: 0 !important;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 2px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.full-header #top-search .form input {
    padding-left: 40px;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) .container-fullwidth #top-search .form input {
    padding-left: 60px;
}

body.top-search-open #top-search form input {
    pointer-events: auto;
}

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input {
    border-bottom: 2px solid rgba(0,0,0,0.1);
}

#top-search .form input::-moz-placeholder {
    color: #555;
    opacity: 1;
    text-transform: uppercase;
}

#top-search .form input:-ms-input-placeholder {
    color: #555;
    text-transform: uppercase;
}

#top-search .form input::-webkit-input-placeholder {
    color: #555;
    text-transform: uppercase;
}

#primary-menu .container #top-search .form input,
.sticky-header #top-search .form input {
    border: none !important;
}


/*  Altın Örümcek Ödülü için    */
.ribbon {
    position: absolute;
    right: 0;
    top: -5px;
    z-index: 999;
    overflow: hidden;
    width: 150px;
    height: 150px;
    text-align: right;
    background: url('../img/selamozan.png');
}



/*
    Galeri, Ne Yenir, vb. sayfalardaki Tipografi düzeltmeleri
    */
.dark .container h1,
.dark .container h2,
.dark .container h3,
.dark .container h4,
.dark .container h5,
.dark .container h6 {
    color: #D1AB6F;
}


.portfolio-desc h4 {
    color: #eee !important;
    font-size: 15px !important;
    text-transform: uppercase !important;
    margin: 0;
}

    .portfolio-desc h4 a {
        color: #eee;
    }

.ievent .entry-title h2 {
    font-size: 14px !important;
    white-space: nowrap;
}

.loader {
    width: 87px !important;
    height: 104px !important;
    background-image: url("//i.hizliresim.com/7PJ8ZL.png");
    -webkit-animation: play 2s steps(12) infinite;
    -moz-animation: play 2s steps(12) infinite;
    -ms-animation: play 2s steps(12) infinite;
    -o-animation: play 2s steps(12) infinite;
    animation: play 2s steps(12) infinite;
    margin-left: 50%;
}

@-webkit-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -1044px;
    }
}

@-moz-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -1044px;
    }
}

@-ms-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -1044px;
    }
}

@-o-keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -1044px;
    }
}

@keyframes play {
    from {
        background-position: 0px;
    }

    to {
        background-position: -1044px;
    }
}



/*  CSS LOADING ANIMATION   */
.cssload-thecube {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
}

    .cssload-thecube .cssload-cube {
        position: relative;
        transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        -moz-transform: rotateZ(45deg);
    }

    .cssload-thecube .cssload-cube {
        float: left;
        width: 50%;
        height: 50%;
        position: relative;
        transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
    }

        .cssload-thecube .cssload-cube:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgb(64,148,159);
            animation: cssload-fold-thecube 2.76s infinite linear both;
            -o-animation: cssload-fold-thecube 2.76s infinite linear both;
            -ms-animation: cssload-fold-thecube 2.76s infinite linear both;
            -webkit-animation: cssload-fold-thecube 2.76s infinite linear both;
            -moz-animation: cssload-fold-thecube 2.76s infinite linear both;
            transform-origin: 100% 100%;
            -o-transform-origin: 100% 100%;
            -ms-transform-origin: 100% 100%;
            -webkit-transform-origin: 100% 100%;
            -moz-transform-origin: 100% 100%;
        }

    .cssload-thecube .cssload-c2 {
        transform: scale(1.1) rotateZ(90deg);
        -o-transform: scale(1.1) rotateZ(90deg);
        -ms-transform: scale(1.1) rotateZ(90deg);
        -webkit-transform: scale(1.1) rotateZ(90deg);
        -moz-transform: scale(1.1) rotateZ(90deg);
    }

    .cssload-thecube .cssload-c3 {
        transform: scale(1.1) rotateZ(180deg);
        -o-transform: scale(1.1) rotateZ(180deg);
        -ms-transform: scale(1.1) rotateZ(180deg);
        -webkit-transform: scale(1.1) rotateZ(180deg);
        -moz-transform: scale(1.1) rotateZ(180deg);
    }

    .cssload-thecube .cssload-c4 {
        transform: scale(1.1) rotateZ(270deg);
        -o-transform: scale(1.1) rotateZ(270deg);
        -ms-transform: scale(1.1) rotateZ(270deg);
        -webkit-transform: scale(1.1) rotateZ(270deg);
        -moz-transform: scale(1.1) rotateZ(270deg);
    }

    .cssload-thecube .cssload-c2:before {
        animation-delay: 0.35s;
        -o-animation-delay: 0.35s;
        -ms-animation-delay: 0.35s;
        -webkit-animation-delay: 0.35s;
        -moz-animation-delay: 0.35s;
    }

    .cssload-thecube .cssload-c3:before {
        animation-delay: 0.69s;
        -o-animation-delay: 0.69s;
        -ms-animation-delay: 0.69s;
        -webkit-animation-delay: 0.69s;
        -moz-animation-delay: 0.69s;
    }

    .cssload-thecube .cssload-c4:before {
        animation-delay: 1.04s;
        -o-animation-delay: 1.04s;
        -ms-animation-delay: 1.04s;
        -webkit-animation-delay: 1.04s;
        -moz-animation-delay: 1.04s;
    }



@keyframes cssload-fold-thecube {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-o-keyframes cssload-fold-thecube {
    0%, 10% {
        -o-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -o-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -o-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-ms-keyframes cssload-fold-thecube {
    0%, 10% {
        -ms-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -ms-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -ms-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-webkit-keyframes cssload-fold-thecube {
    0%, 10% {
        -webkit-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -webkit-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -webkit-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

@-moz-keyframes cssload-fold-thecube {
    0%, 10% {
        -moz-transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }

    25%, 75% {
        -moz-transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }

    90%, 100% {
        -moz-transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}
