.bold input{
    pointer-events:none;
    background-color: lightgrey;
}
.thumb-info img {
    width: auto;
    height: 100%;
    margin: 0 auto;
}

.orta-cizgi:before {
    content: ' ';
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(-135deg);
    transform: translate3d(-50%, -50%, 0) rotate(-135deg);
}

.orta-cizgi:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    border-top: 1px solid #FFF;
    left: 50%;
    top: -8px;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -moz-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -ms-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    -o-transform: translate3d(-50%, -50%, 0) rotate(90deg);
    transform: translate3d(-50%, -50%, 0) rotate(90deg);
}

@media (max-width: 991px) {
    .btn-down {
        display: none;;
    }
}

@media (min-width: 992px) {
    html:not(.ie) #header.header-flex .header-column:nth-child(1) {
        flex: auto;
        width: 80px;
    }

    .custom-content-grid .counters .counter {
        margin-left: 60px;
    }

    #header .header-logo img {

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

.btn-down {
    position: absolute;
    bottom: 5%;
    left: 45%;
    z-index: 99999;

    line-height: normal !important;
    height: 45px;

    margin-top: 20px;

    border: none;
    background-color: rgba(0, 0, 0, 0.6) !important;
    width: 120px;
    margin-left: 5px;
    transition: all ease-in-out 0.2s;
    font-size: 40px;
}

.iletisim-icon .fa {
    width: 14px !important;
}

.btn-down:hover {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.btn:hover .orta-cizgi:after, .btn:hover .orta-cizgi:before {
    border-color: rgba(107, 255, 150, 1) !important;
}

.tp-parallax-wrap {
    top: 250px !important;
}

.tasarruf {
    background-color: rgba(107, 255, 150, 1) !important;
    color: #000 !important;
}

.feature-box.custom-feature-box .feature-box-icon {
    margin: 5px;
}

html section.section-secondary p, .feature-box.feature-box-style-2 h4 {
    text-align: justify;
}

.feature-box.feature-box-style-2 .feature-box-info {
    padding-left: 100px;
}

.header-body {
    background: black !important; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(black, transparent) !important; /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(black, transparent) !important; /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(black, transparent) !important; /* For Firefox 3.6 to 15 */
    background: linear-gradient(black, transparent) !important; /* Standard syntax */
}

.owl-carousel {
    margin-bottom: 0;
}

.custom-thumb-info-style-1 .thumb-info-wrapper {
    display: block;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    height: 170px;
    background-size: contain;
    background-position: center center;
}

.custom-thumb-info-style-1:hover .thumb-info-wrapper {
    -webkit-transform: scale(1.5, 1.5);
    -moz-transform: scale(1.5, 1.5);
    -ms-transform: scale(1.5, 1.5);
    -o-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
}

.kazanc-btn {
    position: fixed;
    right: 0;
    top: 40%;
    z-index: 999999;
}

.kazanc-btn a {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

table {
    margin-bottom: 15px;
}

h3 {
    margin-bottom: 10px;
}

table input {
    padding: 2px !important;
    height: 24px !important;
}

table .input-group-addon {
    padding: 3px 12px !important;
}

table {
    border-collapse: collapse;

}

th, td {
    text-align: left;
    padding: 3px;
    font-size: 12px;
    line-height: 12px;
}

.kazanc-ust input {
    color: red;
}

.divider {
    margin: 2px !important;
}

th {
    background-color: #4CAF50;
    color: white;
}

@media (min-width: 992px) {
    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu {
        background-color: transparent;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a {
        border: 1px solid #4CAF50;
        border-radius: 20px;
        margin-bottom: 5px;
        color: #fff;
        font-size: 14px;
        transition: all ease-in-out 0.5s;
        background-color: #2a2a2a;
    }

    #header .header-nav.header-nav-dark-dropdown nav > ul > li.dropdown .dropdown-menu > li > a:hover {
        border-color: #4dbb6d !important;
        color: #ffffff !important;
        background-color: #5fc27c;
    }

    html #header.header-flex .header-nav.header-nav-stripe nav > ul > li > a, html #header.header-flex .header-nav.header-nav-top-line nav > ul > li > a, html #header.header-flex .header-nav.header-nav-dark-dropdown nav > ul > li > a {
        padding: 10px !important;
        line-height: normal !important;
        height: auto !important;
        margin-top: 20px;
        border: 2px solid #4CAF50;
        border-radius: 20px;
        margin-left: 5px;
        font-size: 10px;
    }

    html #header.header-flex .header-nav.header-nav-stripe nav > ul > li > a:hover, html #header.header-flex .header-nav.header-nav-top-line nav > ul > li > a:hover, html #header.header-flex .header-nav.header-nav-dark-dropdown nav > ul > li > a:hover {
        border-color: #4dbb6d !important;
        color: #ffffff !important;
        background-color: #5fc27c;
    }
}

@media (max-width: 992px) {
    .tasarruf {
        font-size: 9px !important;
    }

    .kazanc-btn {
        display: none;
    }
}
