html,
body,
#cover {
    height: 100%;
}

#cover {
    background: no-repeat center center fixed;
    /*background: url('D:/bootstrapt/Golden/images/imaj_urunler/003.jpg') no-repeat center center fixed;*/
    background-color: honeydew;
    background-size: cover;
    margin-top: 120px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

#footer {
    margin-top: 50px;
}

#cover h1 {
    color: red;
    margin-top: 50px;
}

#cover h3 {
    margin-top: 50px;
}

#cover h4 {
    margin-top: 50px;
}

#carousel {
    background: no-repeat center center 100%;
    background-color: grey;
    /*padding:120px 120px;*/
}

#karma {
    background: no-repeat center center fixed;
    background-color: grey;
    padding: 120px 120px;
}

.fixed-top {
    max-width: 1140px;
    margin: 40px auto;
}

h1 {
    margin-top: 20%;
    font-family: 'Droid Serif',serif;
    color: black;
    font-size: 40px;
    font-style: italic;
    margin-bottom: 30px;
}

h2 {
    font-family: 'Montserrat',sans-serif;
    color: #ffffff;
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 30px;
}

.btn-secondary {
    background-color: #fed136;
    border-style: none;
    text-transform: uppercase;
    font-family: 'Montserrat',sans-serif;
    font-size: 18px;
    padding: 20px 40px;
}

    .btn-secondary:hover {
        background-color: #ffffff;
        color: black !important;
    }

a.nav-link {
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
    color: black !important;
    transition: color 0.5s ease;
    -webkit-transition: color 0.5s ease;
    -moz-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
}

    a.nav-link:hover {
        color: red !important;
    }

/*SECTİON SERVİCES*/

#services {
    padding: 120px 0;
    text-transform: uppercase;
}

.services-top {
    font-family: 'Droid Serif', serif;
    font-size: 16px;
    font-style: italic;
    color: #777;
    margin-bottom: 70px;
    margin: 0 auto;
}


    .services-top h3 {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        font-weight: 700;
        text-transform: uppercase;
    }

.item-crc {
    margin-top: 70px;
}

.fish_group_1 {
    margin-top: 70px;
}

.fish_group_2 {
    margin-top: 70px;
}

.fish_group_3 {
    margin-top: 70px;
}


.item-circle {
    border: 3px solid #fed136;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 200px;
}

.services-content i {
    color: #fed136;
    line-height: 80px;
}

.services-content h3 {
    line-height: 80px;
}

.services-content h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

.services-content p {
    font-family: 'Roboto Slab', serif;
    margin-left: 80px;
    margin-right: 80px;
    margin-top: 70px;
    font-size: 14px;
    color: #777;
}

/* section products*/


#products {
    padding: 120px 0;
    text-transform: uppercase;
    /*background: url('D:/bootstrapt/Golden/images/imaj_urunler\012.jpg') no-repeat center center fixed;*/
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}


.cerceve {
    width: 400px;
    height: 200px;
    background: #e2e2e2;
    margin: 100px auto;
    position: relative;
}

.kutuBir {
    width: 180px;
    height: 180px;
    background: #b98f91;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}

.kutuIki {
    width: 150px;
    height: 150px;
    background: #889f7b;
    position: absolute;
    left: 60px;
    top: 25px;
    z-index: 1;
}

.property {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .property:hover img, .property:active img, .property:focus img {
        -moz-backface-visibility: hidden;
        top: -10px;
    }

    .property:hover.big .overlay, .property:active.big .overlay, .property:focus.big .overlay {
        bottom: 0px;
    }

    .property:hover .overlay, .property:active .overlay, .property:focus .overlay {
        bottom: 0px;
    }

        .property:hover .overlay .additional-info li, .property:active .overlay .additional-info li, .property:focus .overlay .additional-info li {
            filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
            opacity: 1;
        }

    .property:hover .tag.status, .property:active .tag.status, .property:focus .tag.status {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .property:hover .type, .property:active .type, .property:focus .type {
        filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
        opacity: 1;
    }

    .property img {
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -moz-backface-visibility: hidden;
        width: 100%;
        position: relative;
        top: 0;
    }

    .property .overlay {
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        bottom: -110px;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

        .property .overlay h3 {
            text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            margin: 5px 0 3px 0;
        }

        .property .overlay figure {
            color: #fff;
            font-weight: lighter;
        }

        .property .overlay .additional-info {
            background-color: #073855;
            display: table;
            height: 30px;
            list-style: none;
            margin-bottom: 0;
            width: 100%;
            padding: 8px 12px;
        }

            .property .overlay .additional-info li {
                -moz-transition: 0.8s;
                -webkit-transition: 0.8s;
                transition: 0.8s;
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
                opacity: 0;
                color: #fff;
                display: table-cell;
                width: 25%;
            }

                .property .overlay .additional-info li header {
                    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
                    opacity: 0.5;
                    font-size: 11px;
                }

                .property .overlay .additional-info li figure {
                    font-size: 11px;
                    font-weight: bold;
                }

        .property .overlay .info {
            background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.75)));
            background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
            background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
            background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
            background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.75) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
            padding: 12px;
        }

    .property .property-image {
        /*height: 195px;*/
        overflow: hidden;
        width: 100%;
    }

    .property .tag.status {
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
        background-color: rgba(0, 0, 0, 0.6);
        color: #fff;
        left: 13px;
        font-size: 12px;
        padding: 6px 9px;
        position: absolute;
        top: 15px;
        z-index: 1;
    }

        .property .tag.status:after {
            bottom: -4px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 4px 0 0;
            border-color: rgba(0, 0, 0, 0.6) transparent transparent transparent;
            content: "";
            left: 0;
            position: absolute;
        }

    .property .type {
        -moz-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
        opacity: 0.9;
        background-color: #fff;
        position: absolute;
        right: 13px;
        z-index: 2;
        top: 15px;
        height: 29px;
        padding: 0 2px;
        text-align: center;
        line-height: 29px;
    }

        .property .type img {
            width: inherit;
            top: 0 !important;
        }

    .property.big {
        max-width: 440px;
    }

        .property.big .overlay {
            bottom: -70px;
        }

            .property.big .overlay h3 {
                font-size: 24px;
                font-weight: normal;
                margin: 8px 0 3px 0;
            }

            .property.big .overlay li header, .property.big .overlay li figure {
                font-size: 14px;
            }

            .property.big .overlay .additional-info {
                height: 70px;
                padding: 15px 20px;
            }

            .property.big .overlay .price {
                font-size: 18px;
            }

            .property.big .overlay .info {
                padding: 20px;
            }

        .property.big .property-image {
            /*height: 285px;*/
        }

        .property.big .tag {
            left: 20px;
            top: 20px;
        }

    .property.small {
        margin-bottom: 30px !important;
    }

        .property.small:hover img {
            top: inherit;
        }

        .property.small .property-image {
            float: left;
            width: 100px;
            height: 75px;
        }

        .property.small .info {
            padding-left: 110px;
        }

            .property.small .info a {
                color: #2a2a2a;
            }

                .property.small .info a:hover {
                    color: #1396e2;
                }

                .property.small .info a h4 {
                    border: none;
                    font-size: 14px;
                    font-weight: bold;
                    margin-bottom: 0;
                    margin-top: 0;
                }

            .property.small .info figure {
                margin-bottom: 10px;
            }

            .property.small .info .tag {
                font-size: 12px;
            }


.imgTop {
    position: absolute;
    top: 0px;
    right: 15px;
    height: 80%;
}

.imgTop2 {
    position: absolute;
    top: 0px;
    left: 0px;
    max-height: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 2880px) {

    .imgTop {
        position: absolute;
        top: 0;
        right: 10px;
        max-height: 100px;
    }

    .imgTop2 {
        position: absolute;
        top: 0;
        left: 0px;
        max-height: 150%;
        max-width: 150%;
    }

    .img-fluid {
        max-width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1047px) {

    .imgTop {
        position: absolute;
        top: 0;
        right: 10px;
        max-height: 25px;
    }

    .imgTop2 {
        position: absolute;
        top: 0;
        left: 0px;
        max-height: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 1024px) {

    .imgTop {
        position: absolute;
        top: 0;
        right: 10px;
        max-height: 35px;
    }

    .imgTop2 {
        position: absolute;
        top: 0;
        left: 0px;
        max-height: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 800px) {

    .imgTop {
        position: absolute;
        top: 0;
        right: 10px;
        max-height: 25px;
    }

    .imgTop2 {
        position: absolute;
        top: 0;
        left: 0px;
        max-height: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 768px) {

    .imgTop {
        position: absolute;
        top: 0;
        right: 10px;
        max-height: 35px;
    }

    .imgTop2 {
        position: absolute;
        top: 0;
        left: 0px;
        max-height: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 420px) {

    .imgTop {
        position: absolute;
        top: 0;
        right: 10px;
        max-height: 25px;
    }

    .imgTop2 {
        position: absolute;
        top: 0;
        right: 0px;
        max-height: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 414px) {

    .imgTop {
        position: absolute;
        top: 0;
        right: 10px;
        max-height: 30px;
    }

    .imgTop2 {
        position: absolute;
        top: 0;
        right: 0px;
        max-height: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 360px) {

    .imgTop {
        position: absolute;
        top: 0;
        right: 10px;
        max-height: 25px;
    }

    .imgTop2 {
        position: absolute;
        top: 0;
        right: 0px;
        max-height: 100%;
        max-width: 100%;
    }
}

@media only screen and (max-width: 320px) {

    .imgTop {
        position: absolute;
        top: 0;
        right: 10px;
        max-height: 25px;
    }

    .imgTop2 {
        position: absolute;
        top: 0;
        right: 0px;
        max-height: 100%;
        max-width: 100%;
    }
}

 .imageover
        {
            background: none;
            top: 0;
            color: #FFFFFF;
            left: 0;
            position: fixed;
            width: 35%;
            z-index: 8;
            opacity: 1.0 !important;
            overflow-y: no-display;
        }

