﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap');
@import url(/font-awesome/css/font-awesome.min.css);

body {
    margin: 0px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
    color: #4b4b4b;
    line-height: 22px;
}

.triggerAnimate {
    visibility: hidden;
}

.animated {
    animation-duration: 1.2s !important;
}

.headeric {
    width: 82%;
    margin: 0px auto;
}

.header {
    position: absolute;
    top: 0px;
    height: 114px;
    z-index: 1000;
    width: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.85)
}

.fixed .headersag .sm {
    display: none;
}

.fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

    .logo2, .fixed .logo1 {
        display: none !important;
    }

    .fixed .logo2 {
        display: block !important;
    }

    .fixed .ust {
        display: none;
    }

.logo {
    margin: 0px auto;
    width: 30%;
    text-align: left;
    padding-top: 10px;
    float: left;
    height: 94px;
}

    .logo a img {
        width: auto;
        height: 94px;
        border-style: none;
    }

.headersag {
    width: 68%;
    height: 104px;
    float: right;
}

.headersagust {
    width: 100%;
    height: 46px;
    text-align: right;
}

.dil {
    width: 130px;
    height: 25px;
    padding-top: 15px;
    float: right;
    text-align: left;
    color: #1f4a2a;
}

    .dil a {
        color: #1f4a2a;
        text-decoration: none;
        font-size: 15px;
        font-weight: 700;
        margin: 0px 5px;
    }

        .dil a:hover {
            color: #6e8467;
            text-decoration: none;
        }

.fixed .dil {
    position: absolute;
    top: 3px;
    right: 0px;
}

.fixed .headersagust {
    height: 0px;
}

.sm {
    width: 80px;
    height: 46px;
    float: right;
}

    .sm a {
        color: #fff;
        text-decoration: none;
        background-color: #1f4a2a;
        width: 30px;
        height: 24px;
        padding: 6px 0px 0px 0px;
        margin: 10px 5px 0px 5px;
        border-radius: 50%;
        text-align: center;
        float: right;
        display: block;
    }

        .sm a i {
            font-size: 14px;
        }

        .sm a:hover {
            color: #fff;
            text-decoration: none;
            background-color: #6e8467;
        }

#nav {
    margin: 22px auto 0px auto;
    float: right;
}

    #nav > a {
        display: none
    }

    #nav li {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none
    }

        #nav li a {
            color: #22522f;
            display: block
        }

    #nav > ul {
        margin: 0;
        padding: 0
    }

        #nav > ul > li {
            height: 100%;
            display: inline-block;
            margin: 0;
            padding: 0
        }

            #nav > ul > li > a {
                height: 100%;
                font-size: 15px;
                text-align: center;
                text-decoration: none;
                padding: 0px 10px 0px 15px;
                transition: all .6s ease-in-out;
                position: relative;
                font-weight: 500;
                letter-spacing: 1.3px
            }

            #nav > ul > li:not( :last-child ) > a {
                padding: 0px 15px 0px 15px;
            }

            #nav > ul > li:hover > a {
                color: #6e8467;
                transition: all .6s ease-in-out;
            }

            #nav > ul > li::after {
                display: block;
                width: 0px;
                margin: 0px auto;
                content: '';
                background-color: #6e8467;
                height: 2px;
                transition: all .6s ease-in-out;
            }

            #nav > ul > li:hover::after {
                display: block;
                width: 80%;
                margin: 0px auto;
                content: '';
                background-color: #6e8467;
                height: 2px;
                transition: all .6s ease-in-out;
            }

.aktif::after {
    display: block;
    width: 80%;
    margin: 0px auto;
    content: '';
    background-color: #6e8467;
    height: 2px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -2px;
}

#nav li ul {
    background-color: #1e1f1d;
    display: none;
    position: absolute;
    top: 100%;
    width: 275px;
    z-index: 10000000
}

#nav li:hover ul {
    padding: 0;
    display: block;
    left: 0;
    right: 0
}

#nav li:not( :first-child ):hover ul {
    left: 0
}

#nav ul li ul li {
    border-width: 1px !important
}

#nav li ul a {
    font-size: 15px;
    border-bottom: 1px solid #1e1f1d;
    padding: 12px 5px 12px 15px;
    text-align: left;
    text-decoration: none;
    color: #ffffff !important;
}

#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
    color: #ffffff;
    background-color: #1e1f1d;
}

.fixed #nav li a {
    color: #1e1f1d;
}

.fixed #nav li ul a {
    color: #ffffff;
}

.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#owl-slide .item img {
    display: block;
    width: 100%;
    height: auto;
}

.banneryazi {
    margin: 0px auto;
    font-size: 16px;
    color: #FFFFFF;
    z-index: 10000;
    position: absolute;
    font-weight: 500;
    width: 100%;
    height: 50px;
    padding-top: 50px;
    bottom: 0px;
    text-align: center;
    background-color: rgba(112, 138, 118, 0.70);
    letter-spacing: 1.5px
}

.anabox {
    width: 100%;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    position: relative;
    display: block;
    font-size: 18px;
    letter-spacing: 12.5px;
}

    .anabox img {
        width: 100%;
        height: auto;
        display: block;
    }

    .anabox span {
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 80%;
        top: 200px;
        color: #fff;
        display: block;
    }

#owl-slide3 .item3 {
    padding: 0px;
    margin: 20px 10px 10px 10px;
    color: #000000;
    text-align: left;
    height: 400px;
    text-decoration: none;
    display: block;
    font-size: 16px;
    transition: all 1.1s ease-in-out;
    position: relative;
}

    #owl-slide3 .item3:hover {
        color: #FFFFFF;
        text-decoration: none;
        display: block;
        font-size: 16px;
        transition: all 1.1s ease-in-out;
    }

.item3img {
    width: 100%;
    border: 3px solid #90ae98;
    height: 236px;
    overflow: hidden;
    margin: 0px auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out;
    text-align: center;
}

    .item3img img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1.1s ease-in-out;
        transition: all 1.1s ease-in-out;
        margin: 0px auto;
    }

    .item3img:hover img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: all 1.1s ease-in-out;
        transition: all 1.1s ease-in-out;
    }

.baslikSlide {
    padding: 10px 0px 4px 10px;
    font-size: 16px;
    font-weight: 700;
}

.rright {
    color: #e6f1e9;
    padding: 0px 10px;
    font-size: 60px;
    margin: -20px 0px 0px 76px;
    position: relative;
    display: block;
}

.rleft {
    margin-right: 0 !important;
    color: #e6f1e9;
    padding: 0px 10px;
    font-size: 70px;
    margin: -20px 0px 0px -86px;
    position: relative;
    display: block;
}

.footer {
    padding: 40px 20px 50px 20px;
    text-align: center;
    color: #000000;
    background-color: #bdcac0;
    line-height: 22px;
    text-align: center;
}

.footeric {
    width: 82%;
    margin: 0px auto;
}

.footer img {
    border: none;
}

.footer a {
    color: #000000;
    text-decoration: none;
    font-weight: 700;
}

    .footer a:hover {
        color: #708d77;
    }

.footerleft {
    width: 20%;
    float: left;
    text-align: left;
    letter-spacing: 3px;
}

.footercenter {
    width: 45%;
    float: left;
    text-align: left;
    padding-right: 10%;
}

.footerright {
    width: 25%;
    float: left;
    text-align: left;
    letter-spacing: 3px;
    font-size: 14px;
}

.footercenter a {
    float: left;
    width: 30%;
    margin: 5px 1%;
    letter-spacing: 1.5px;
}

.footeralt {
    padding: 20px 0;
    background-color: #708d77;
    color: #c1dcc8
}

.content2 {
    padding: 90px 0px 120px 0px;
    width: 82%;
    margin: 0px auto;
    line-height: 22px;
}

.contentmp {
    padding: 0px 0px 40px 0px;
    width: 100%;
    margin: 0px auto;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
}

.contentic {
    width: 80%;
    margin: 0px auto;
    min-height: 400px;
    padding: 20px 0px 0px 0px;
    line-height: 24px;
    font-size: 15px;
}

.pageTitle {
    padding: 0px;
    width: 100%;
    margin: 0px auto;
    height: 350px;
    overflow: hidden;
}

    .pageTitle img {
        width: 100%;
        height: auto;
    }

    .pageTitle h1 {
        font-size: 24px;
        letter-spacing: 8px;
        font-weight: 600;
        line-height: 36px;
        position: absolute;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        text-align: center;
        width: 80%;
        top: 200px;
        color: #fff;
    }

.prwrapper {
    width: 100%;
    position: relative;
}

.prresim {
    width: 100%;
    height: auto;
    display: block;
}

.pryazi {
    font-size: 15px;
    letter-spacing: 6px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    width: 80%;
    top: 50px;
}

.containera {
    background-color: #a3bba9;
}

    .containera h2 {
        color: #fff;
    }

    .containera .divhr {
        background-color: #fff;
    }

.box {
    margin: 35px 1% 15px 1%;
    width: 48%;
    height: 500px;
    overflow: hidden;
    text-decoration: none;
    color: #222;
    float: left;
    box-shadow: 0px 6px 61px 6px rgba(0,0,0,0.1);
    transition: all .6s ease-in-out;
}

    .box:hover {
        box-shadow: 0px 6px 61px 6px rgba(112, 138, 118, 0.45);
        transition: all .6s ease-in-out;
    }

    .box img {
        width: 100%;
        height: auto;
    }


    .box:hover .boxicon {
        color: #d5ccb0;
        border: 1px solid #d5ccb0;
    }

.icresim {
    width: 40%;
    float: left;
    padding: 0px 2% 5px 0px;
}

    .icresim img {
        width: 100%;
        height: auto;
    }

.icyazi {
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    min-height: 400px;
    letter-spacing: 1.5px;
    line-height: 24px;
}

    .icyazi h2, .icyazi h1 {
        margin: 0px;
        color: #222;
        padding: 2px 0px 8px 0px;
        margin-bottom: 6px;
        font-size: 26px;
        font-weight: 500;
        line-height: 36px;
    }

.projeresim {
    padding: 20px 0px;
}

.urunler {
    margin: 0px 1% 30px 1%;
    width: 31%;
    float: left;
    height: auto;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #2e2e2e;
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
    padding: 0px 0px 30px 0px
}

.urunimg {
    margin: 0px auto;
    width: 100%;
    height: 254px;
    background-size: 100% !important;
    text-align: center;
    overflow: hidden;
    display: block;
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
    position: relative;
    margin-bottom: 10px;
}

.uimg {
    height: 350px;
}

.urunimg img {
    width: 100%;
    height: auto;
}

.urunler:hover img {
    -webkit-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.urunler a {
    color: #000;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.uleft {
    width: 40%;
    float: left;
    padding: 15px 0px 1% 1%;
    text-align: left;
}

    .uleft img {
        width: 100%;
        height: auto;
    }

.uright {
    width: 52%;
    float: right;
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    padding: 10px 2% 0px 0px;
}

.certImg {
    display: block;
    width: 31%;
    margin: 15px 1% 15px 1%;
    float: left;
    height: 250px;
    overflow: hidden
}

    .certImg img {
        width: 100%;
        height: auto;
    }

.kresim img {
    width: 100%;
    height: auto;
    filter: contrast(130%);
}

hr {
    border: 0;
    height: 1px;
    background: #F0F0F0;
    background-image: linear-gradient(to right, #dadada, #eaeaea, #f1eded);
    margin-bottom: 12px;
}

h2 {
    margin: 0px;
    color: #708090;
    padding: 2px 0px 4px 0px;
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
}

.divhr {
    background-color: #708090;
    width: 70px;
    height: 4px;
    margin: 0px auto;
}

.yukari-cik {
    position: fixed;
    right: 5%;
    bottom: 5%;
    background: #22522f;
    width: 40px;
    height: 40px;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.4);
    border-radius: 20px;
    color: white;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
}

.solilet {
    padding: 15px 2% 0px 2%;
    width: 42%;
    text-align: left;
    float: left;
}

.sagilet {
    padding: 20px 0% 0px 0px;
    width: 53%;
    float: right;
    text-align: left;
}

    .sagilet i {
        margin-right: 6px;
        width: 20px;
    }

    .sagilet a {
        color: #4b4b4b;
        text-decoration: none;
        font-weight: 700;
    }

        .sagilet a:hover {
            color: #222;
        }

.solilet input[type=text], .solilet input[type=password] {
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    outline: none;
    width: 90%;
    font-family: 'Poppins', sans-serif;
}

.solilet textarea {
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-size: 14px;
    color: #666666;
    outline: none;
    width: 90%;
    font-family: 'Poppins', sans-serif;
}
.formcont1 {
    width: 35%;
    float: left;
}

.formcont2 {
    width: 61%;
    float: left;
    padding: 0px 4% 0px 0px
}

.clr {
    clear: both;
}

.bloglist {
    margin: 20px 1% 20px 1%;
    width: 47%;
    float: left;
    height: 630px;
    text-align: center;
    display: block;
    text-decoration: none;
    color: #2e2e2e;
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
    border: 1px solid #f4f4f4;
    padding: 0px 0px 30px 0px
}

.bloglistimg {
    margin: 0px auto 10px auto;
    width: 100%;
    height: 454px;
    background-size: 100% !important;
    text-align: center;
    overflow: hidden;
    display: block;
    -webkit-transition: all 1.6s ease-in-out;
    transition: all 1.6s ease-in-out;
    position: relative;
}

    .bloglistimg img {
        width: 100%;
        height: auto;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.bloglist:hover img {
    -webkit-transition: all 1.0s ease-in-out;
    transition: all 1.0s ease-in-out;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blogyazi {
    padding: 0px 10px;
}

@media (min-width: 1000px) and (max-width: 1300px) {
    .headeric {
        width: 98%;
        margin: 0px auto;
    }

    .fixed .dil {
        display: none;
    }

    .content2 {
        padding: 100px 0px 100px 0px;
        width: 96%;
        margin: 0px auto;
        line-height: 22px;
    }

    .pageTitle {
        padding: 0px;
        width: 100%;
        margin: 0px auto;
        height: 300px;
        overflow: hidden;
    }

    .contentic {
        width: 98%;
    }

    .footeric {
        width: 98%;
        margin: 0px auto;
    }
}

@media (min-width: 1650px) {

    .headeric {
        width: 1247px;
        margin: 0px auto;
    }

    .content2 {
        width: 1247px;
    }


    .contentic {
        width: 1240px;
    }

    .footeric {
        width: 1247px;
        margin: 0px auto;
    }
}

@media screen and (max-width: 680px) {
    .header {
        position: static;
        height: 100px;
    }

    .headeric {
        width: 100%;
    }

    .logo {
        margin: 0px auto;
        width: 40%;
        padding: 10px 0px 0px 10px;
        height: 80px;
        position: relative;
        z-index: 10002;
    }

        .logo a img {
            width: auto;
            height: 80px;
        }

    .headersag {
        width: 100%;
        height: 80px;
        float: right;
        position: absolute;
        text-align: right;
        z-index: 10000;
    }

    .headersagust {
        height: 38px;
    }

    .dil {
        width: 130px;
        height: 22px;
        padding-top: 8px;
        text-align: center;
    }

        .dil a {
            font-size: 14px;
        }

    .sm {
        width: 80px;
        height: 30px;
        float: right;
    }

        .sm a {
            width: 26px;
            height: 24px;
            padding: 2px 0px 0px 0px;
            margin: 6px 5px 0px 5px;
        }

            .sm a i {
                font-size: 12px;
            }

    .pageTitle {
        height: 96px;
        position: relative;
    }

        .pageTitle img {
            width: 100%;
            height: auto;
        }

        .pageTitle h1 {
            font-size: 16px;
            letter-spacing: 6px;
            line-height: 22px;
            width: 90%;
            top: 25px;
        }

    #nav {
        width: 100% !important;
        margin: 0px !important;
        float: none;
    }
        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
        }
        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }
        /* second level */
        #nav li ul {
            position: static;
        }

        #nav > a {
            padding: 10px 8px 10px 0px;
            height: 2.825em; /* 50 */
            text-align: right;
            position: relative;
            color: #fff !important;
            text-decoration: none;
            font-weight: bold;
        }

        #nav li a {
            color: #fff;
            display: block;
            background-color: #1f4a2a;
        }

        #nav li ul {
            width: 100%;
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px; /* 24 */
            text-align: center;
            text-decoration: none;
            font-weight: 400;
            border-bottom: 1px solid #163b20;
            color: #fff !important;
            margin-top: -2px;
        }

        #nav > ul > li:not( :last-child ) > a {
            background-position: right top;
            padding: 14px 15px 14px 15px;
            font-weight: 400;
            color: #fff;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #40433e;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #fff;
        }

        #nav li ul a {
            font-size: 1.0em; /* 20 */
            border-bottom: 1px solid #40433e;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #FFFFFF;
        }

    .banner {
        height: 300px
    }

    .item {
        background-size: cover;
        height: 300px;
    }

    .banneryazi {
        font-size: 13px;
        height: 73px;
        padding-top: 37px;
        bottom: 0px;
        letter-spacing: 1px
    }

    .containera {
        padding: 30px 0px 50px 0px;
        background-color: #a3bba9;
    }

    .content2 {
        padding: 50px 0px 50px 0px;
        width: 100%;
    }

    .box {
        margin: 35px 5% 15px 5%;
        width: 90%;
        height: 290px;
        float: none;
        display: block;
    }

    .anabox {
        font-size: 13px;
        letter-spacing: 4.5px;
    }

        .anabox span {
            width: 90%;
            top: 50px;
        }

    .item3img {
        height: 226px;
    }

    .footer {
        padding: 40px 20px 50px 20px;
        text-align: center;
    }

    .footeric {
        width: 92%;
    }

    .footerleft {
        width: 100%;
        text-align: center;
    }

    .footercenter {
        width: 100%;
        text-align: center;
        padding-right: 0%;
    }

    .footerright {
        width: 100%;
        text-align: left;
        letter-spacing: 3px;
        padding-top: 80px;
    }

    .contentic {
        width: 94%;
        margin: 0px auto;
    }

    .icyazi {
        letter-spacing: 1.5px;
        line-height: 22px;
    }

    .mpad {
        padding: 0px 20px;
    }

    .pryazi {
        font-size: 13px;
        letter-spacing: 2px;
        width: 96%;
        top: 5px;
        line-height: 16px;
        position: static;
        padding: 30px 10px;
        color: #1e1f1d !important;
    }

        .pryazi span {
            color: #1e1f1d !important;
        }

    .pgmobile h1 {
        font-size: 14px;
        font-weight: 400;
        letter-spacing: 5px;
        line-height: 18px;
    }

    .urunler {
        margin: 0px 5% 30px 5%;
        width: 90%;
    }

    .urunimg {
        width: 100%;
        height: auto;
    }

    .certImg {
        display: block;
        width: 90%;
        margin: 15px 5% 15px 5%;
        float: left;
        height: auto;
    }

    .icresim {
        width: 100%;
        float: left;
        padding: 0px 0% 5px 0px;
    }

    .solilet {
        padding: 20px 2% 0px 2%;
        width: 96%;
        text-align: left;
        float: left;
    }

    .sagilet {
        padding: 30px 2% 0px 2%;
        width: 96%;
        float: right;
        text-align: left;
    }
    .formcont1 {
        width: 100%;
        float: none;
    }

    .formcont2 {
        width: 100%;
        float: none;
        padding: 0px;
    }

    .uleft {
        width: 100%;
        float: none;
        padding: 0px 0% 0px 0%;
    }

    .uright {
        width: 90%;
        padding: 10px 5% 0px 5%;
        float: none;
        font-size: 16px;
        line-height: 28px;
        text-align: left;
    }

    .bloglist {
        margin: 20px 4% 20px 4%;
        width: 92%;
        height: auto;
        text-align: center;
        display: block;
        padding: 0px 0px 30px 0px
    }

    .bloglistimg {
        width: 100%;
        height: auto;
        display: block;
        position: relative;
    }
}

@media (min-width: 680px) and (max-width: 1024px) {

    .header {
        position: static;
        height: 100px;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .logo {
        margin: 0px auto;
        width: 40%;
        padding: 10px 0px 0px 10px;
        height: 80px;
        position: relative;
        z-index: 10002;
    }

        .logo a img {
            width: auto;
            height: 80px;
        }

    .headersag {
        width: 100%;
        height: 80px;
        float: right;
        position: absolute;
        text-align: right;
        z-index: 10000;
    }

    .headersagust {
        height: 38px;
    }

    .dil {
        width: 130px;
        height: 22px;
        padding-top: 8px;
        text-align: center;
    }

        .dil a {
            font-size: 14px;
        }


    .sm {
        width: 80px;
        height: 30px;
        float: right;
    }

        .sm a {
            width: 26px;
            height: 24px;
            padding: 2px 0px 0px 0px;
            margin: 6px 5px 0px 5px;
        }

            .sm a i {
                font-size: 12px;
            }

    #nav {
        width: 100% !important;
        margin: 0px !important;
        float: none;
    }

        #nav:not( :target ) > a:first-of-type, #nav:target > a:last-of-type {
            display: block;
        }
        /* first level */

        #nav > ul {
            height: auto;
            display: none;
            left: 0;
            right: 0;
        }

        #nav:target > ul {
            display: block;
        }

        #nav > ul > li {
            width: 100%;
            float: none;
        }
        /* second level */
        #nav li ul {
            position: static;
        }

        #nav > a {
            padding: 10px 8px 10px 0px;
            height: 2.825em; /* 50 */
            text-align: right;
            position: relative;
            color: #fff !important;
            text-decoration: none;
            font-weight: bold;
        }

        #nav li a {
            color: #fff;
            display: block;
            background-color: #1f4a2a;
        }

        #nav li ul {
            width: 100%;
        }

        #nav > ul > li > a {
            padding: 15px 23px 15px 22px;
            height: 100%;
            font-size: 14px; /* 24 */
            text-align: center;
            text-decoration: none;
            font-weight: 400;
            border-bottom: 1px solid #163b20;
            color: #fff !important;
            margin-top: -2px;
        }

        #nav > ul > li:not( :last-child ) > a {
            background-position: right top;
            padding: 14px 15px 14px 15px;
            font-weight: 400;
            color: #fff;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 15px 23px 15px 22px;
            border-right: 0px solid #40433e;
        }

        #nav > ul > li:hover > a, #nav > ul:not( :hover ) > li.active > a {
            color: #fff;
        }

        #nav li ul a {
            font-size: 1.0em; /* 20 */
            border-bottom: 1px solid #40433e;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #FFFFFF;
        }
    .banner {
        height: 360px
    }

    .item {
        height: 360px;
    }

    .banneryazi {
        font-size: 14px;
        height: 60px;
        padding-top: 40px;
        bottom: 0px;
        letter-spacing: 1.2px
    }

    .anabox span {
        top: 100px;
    }

    .pageTitle {
        height: 190px;
    }

        .pageTitle h1 {
            top: 170px;
        }

    .content2 {
        width: 92%;
    }

    .pryazi {
        font-size: 14px;
        letter-spacing: 4px;
        width: 98%;
        top: 70px;
    }

    .urunler {
        margin: 0px 1% 30px 1%;
        width: 48%;
    }

    .urunimg {
        height: 224px;
    }

    .bloglist {
        margin: 20px 10% 20px 10%;
        width: 80%;
    }

    .box {
        margin: 35px 1% 15px 1%;
        width: 48%;
        height: 310px;
    }

    .item3img {
        height: 216px;
    }

    .footeric {
        width: 98%;
        margin: 0px auto;
    }

    .footerleft {
        width: 20%;
    }

    .footercenter {
        width: 40%;
        float: left;
        text-align: left;
        padding-right: 5%;
    }

    .footerright {
        width: 35%;
        float: left;
        text-align: left;
        letter-spacing: 3px;
        font-size: 14px;
    }

    .contentic {
        width: 94%;
        margin: 0px auto;
    }
    .formcont1 {
        width: 100%;
        float: none;
    }

    .formcont2 {
        width: 100%;
        float: none;
        padding: 0px;
    }
}
