﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
@import url(/font-awesome/css/font-awesome.min.css);

body {
    margin: 0px;
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
    vertical-align: top;
    font-size: 17px !important;
    color: #494948;
    line-height: 26px;
    font-weight: 400;
    font-style: normal;
}



#google_translate_element {
    position: absolute;
    top: 2px;
    right: 10px !important;
    z-index:110001;
}

.goog-te-gadget {
    font-family:'Times New Roman', Times, serif !important;
}

.goog-te-gadget-simple {
    background-color: rgba(255, 255, 255, 0.0) !important;
    border: 1px solid #494948 !important;
    padding: 1px 6px 1px 10px !important;
    border-radius: 2px !important;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    cursor: pointer;
}

.goog-te-menu2 {
    max-width: 100%;
}

.goog-te-menu-value {
    color: #494948 !important;
}

    .goog-te-menu-value:before {
        font-family: 'Material Icons';
        content: "\E927";
        margin-right: 16px;
        font-size: 1.6rem;
        vertical-align: -5px;
        display: default;
    }

    .goog-te-menu-value span:nth-child(5) {
        display: none;
    }

    .goog-te-menu-value span:nth-child(3) {
        border: none !important;
        font-family: 'Material Icons';
    }

        .goog-te-menu-value span:nth-child(3):after {
            font-family: 'Material Icons';
            content: "\E5C5";
            font-size: 1.5rem;
            vertical-align: -6px;
        }

.goog-te-gadget-icon {
    background-image: url(https://placehold.it/32) !important;
    background-position: 0px 0px;
    height: 32px !important;
    width: 32px !important;
    margin-right: 8px !important;
    display: none;
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
}


body {
    top: 0px !important;
}

@media (max-width: 667px) {
    #google_translate_element {
        position: absolute;
        top: 5px;
        right: 5px !important;
    }
    .goog-te-gadget-simple {
        background-color: rgba(255, 255, 255, 0.0) !important;
        border: 1px solid #8d8d8d !important;
        padding: 2px 10px 3px 10px !important;
        border-radius: 4px !important;
        font-size: 13px !important;
        line-height: 22px !important;
        display: inline-block;
        cursor: pointer;
    }

        #google_translate_element goog-te-gadget {
            width: 100% !important;
        }

        #google_translate_element .skiptranslate {
            width: 100% !important;
        }

        #google_translate_element .goog-te-gadget-simple {
            width: calc(100% - 32px) !important;
            text-align: center;
        }
}

.triggerAnimate {
    visibility: hidden;
}

.animated {
    animation-duration: 1.2s !important;
}

.headeric {
    width: 84%;
    margin: 0px auto;
}

.header {
    position: absolute;
    top: 0px;
    height: 98px;
    z-index: 1000;
    width: 100%;
    text-align: center;
}

.header2 {
    background-color: rgba(255, 255, 255, 0);
    height: 100px;
    width: 100%;
    text-align: center;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

.fixed .headersag .sm {
    display: none;
}

.fixed {
    position: fixed !important;
    top: 0px;
    left: 0;
    width: 100%;
    z-index: 1000;
    z-index: 1001;
    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;
    }

.headerMaster {
    height: 98px;
    background-color: #fff;
    background-size: cover;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
    z-index: 1000;
    position: relative;
}

.logo {
    margin: 0px auto;
    width: 32%;
    text-align: left;
    padding-top: 18px;
    float: left;
    height: 80px;
}

    .logo a img {
        border-style: none;
        width: 390px;
        height: auto;
        max-width: 390px;
    }

.headersag {
    height: 130px;
    width: 65%;
    float: right;
}

#nav {
    width: 796px;
    margin: 38px auto 0px auto;
    float: left;
    font-family: 'Times New Roman', Times, serif;
}

    #nav > a {
        display: none
    }

    #nav li {
        margin: 0;
        padding: 0;
        position: relative;
        list-style-type: none
    }

        #nav li a {
            color: #494948;
            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: 16px;
            text-align: center;
            text-decoration: none;
            padding: 0px 15px 0px 15px;
            font-weight: 700;
            transition: all .6s ease-in-out;
            position: relative;
        }

        #nav > ul > li:not( :last-child ) > a {
            padding: 0px 15px 0px 15px;
            border-left: none
        }

        #nav > ul > li:hover > a {
            color: #626262;
            transition: all .6s ease-in-out;
        }

        #nav > ul > li::after {
            display: block;
            width: 0px;
            margin: 0px auto;
            content: '';
            background-color: #cb8b1e;
            height: 2px;
            transition: all .6s ease-in-out;
        }

        #nav > ul > li:hover::after {
            display: block;
            width: 80%;
            margin: 0px auto;
            content: '';
            background-color: #cb8b1e;
            height: 2px;
            transition: all .6s ease-in-out;
        }


.aktif::after {
    display: block;
    width: 80%;
    margin: 0px auto;
    content: '';
    background-color: #cb8b1e;
    height: 2px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -2px;
}

#nav li ul {
    background-color: #494948;
    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: 16px;
    border-bottom: 1px solid #363635;
    padding: 12px 5px 12px 15px;
    text-align: left;
    text-decoration: none;
    color: #FFFFFF;
}



#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
    color: #FFFFFF;
    background-color: #6b6b6b;
}

.fixed #nav li a {
    color: #494948;
}


.fixed #nav li ul a {
    color: #FFFFFF;
}

.uk-dotnav > * > * {
    display: block;
    box-sizing: border-box;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: 0 0;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    border: 1px solid #494948;
    transition: .2s ease-in-out;
    transition-property: background-color,border-color;
}

.uk-light .uk-dotnav > .uk-active > * {
    background-color: #494948 !important;
    border: 1px solid #494948;
}

.banner {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.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;
    padding-top: 260px;
    font-size: 22px;
    color: #494948;
    z-index: 10000;
    position: relative;
    line-height: 40px;
    font-weight: 400;
    width: 850px;
    text-align: center
}

    .banneryazi h2 {
        font-size: 36px;
        line-height: 46px;
        color: #494948;
        font-weight: 700;
    }

    .banneryazi a {
        background-color: transparent;
        border: 1px solid #494948 !important;
        line-height: 22px;
        font-weight: 400;
        font-style: normal;
        color: #494948;
        border-radius: 2px;
        padding: 14px 26px;
        display: inline-block;
        border: 0;
        font-size: 17px;
        text-decoration: none;
        margin: 15px 0px;
    }

        .banneryazi a:hover {
            color: #cf8f25;
            border: 1px solid #cf8f25 !important;
            text-decoration: none;
        }

#owl-demo .item1 {
    padding: 0px;
    margin: 0px;
    color: #494948;
    text-align: center;
    height: 400px;
    display: block;
    overflow: hidden;
    outline: none !important;
}

    #owl-demo .item1 img {
        width: auto;
        height: 100%;
    }

    #owl-demo .item1 a {
        color: #494948;
        text-decoration: none;
    }

.imgcont {
    width: 36%;
    float: right;
    padding: 50px 0px 0px 8%;
}

    .imgcont img {
        width: 100%;
    }

.anabox2 {
    width: 47%;
    float: right;
    text-align: left;
    padding: 0px 0px 0px 8%;
}

    .anabox2 h1 {
        font-size: 24px;
        padding: 0px 0px 6px 0px;
        margin: 10px 0px 0px 0px;
        color: #3f4a60;
        display: block;
        font-weight: 700;
        line-height: 36px;
    }

    .anabox2 h3 {
        color: #3f4a60;
        padding: 0px 0px 4px 0px;
        font-size: 20px;
        margin: 0px;
        font-weight: 400;
    }

.footer {
    padding: 60px 10px 70px 10px;
    text-align: center;
    color: #ffffff;
    background-color: #3f4a60;
    line-height: 28px;
    text-align: center
}

.footeric {
    width: 80%;
    margin: 0px auto;
}

.footerbox {
    width: 50%;
    float: left;
}

.footer h2 {
    color: #f4f1ec!important;
    font-size: 20px !important;
    padding: 0px !important;
    line-height: 40px !important;
}


.footer i {
    margin-right: 6px;
}

.footer a {
    color: #e1edf5;
    text-decoration: none;
    font-weight: 700;
}

    .footer a:hover {
        color: #c7a63f;
    }

.footer-whatsapp {
    width: 32px;
    height: 32px;
    padding: 7px;
    position: fixed;
    right: 5%;
    bottom: 5%;
    background-color: #25d366;
    border-radius: 50%;
    color: #fff !important;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    z-index: 50;
}

    .footer-whatsapp i {
        color: #fff !important;
        font-size: 32px;
    }

.footeralt {
    padding: 20px 0;
    background-color: #2f3a50;
    color: #e8e8e8
}

.containera {
    padding: 140px 0px 250px 0px;
    background-color: #f3f0eb;
    position: relative;
    overflow: hidden;
}

    .containera::before {
        position: absolute;
        content: "";
        background-image: url('img/service_3_bg.png');
        background-repeat: no-repeat;
        background-position: left top;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        animation: pulse 4s infinite;
    }

    .containera::after {
        position: absolute;
        content: "";
        background-image: url('img/service_2_bg.png');
        background-repeat: no-repeat;
        background-position: top right;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        animation: pulse 4s infinite;
    }


.content2 {
    position: relative;
}

    .content2::before {
        position: absolute;
        content: "";
        background-image: url('img/service_bg.png');
        background-repeat: no-repeat;
        background-position: right top;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0;
        animation: pulse 5s infinite;
        box-sizing: border-box;
    }

.content3 {
    padding: 0px 0px;
    width: 100%;
    background-image: url('img/solimg.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    margin: 0px auto;
    position: relative;
    overflow: hidden;
    height: 830px;
    margin-top: -50px;
}

.anasayfacontent {
    width: 78%;
    padding: 150px 0px 50px 0px;
    margin: 0px auto;
}

.anasayfayazi {
    width: 80%;
    margin: 0px auto;
    text-align: center;
    padding: 0px 0px 70px 0px;
    position: relative;
    z-index: 1000;
}

    .anasayfayazi h1 {
        font-size: 26px;
        padding: 0px 0px 5px 0px;
    }

.uk-card {
    border-radius: 8px;
}

.anasayfaorta {
    width: 83.5%;
    height: 320px;
    background-image: url('img/climb.jpg');
    margin: -150px auto 0px auto;
    position: relative;
    border-radius: 8px;
    padding: 120px 0px 0px 0px;
    color: #fff;
    z-index: 1000;
    font-size: 18px;
}

    .anasayfaorta h2 {
        margin: 0px;
        color: #FFFFFF!important;
        padding: 2px 0px 4px 0px;
        margin-bottom: 6px;
        font-size: 34px;
        font-weight: 400;
        line-height: 52px;
    }

    .anasayfaorta a {
        line-height: 24px;
        font-weight: 400;
        font-style: normal;
        color: #fff !important;
        border-radius: 6px;
        padding: 14px 28px;
        display: inline-block;
        border: 1px solid #fff;
        font-size: 18px;
        text-decoration: none !important;
        margin: 20px 0px 10px 0px;
    }

        .anasayfaorta a:hover {
            border: 1px solid #c7a63f;
            color: #c7a63f !important;
        }


.contentmp {
    padding: 0px 0px 80px 0px;
    width: 100%;
    margin: 0px auto;
    text-align: left;
    background-color: #f5f5f5;
}

.content {
    padding: 100px 0px 100px 0px;
    width: 86%;
    margin: 0px auto;
    position: relative;
    line-height: 24px;
}

.contentarka {
    background-color: #f4f1ec;
}

.contentuk {
    padding: 80px 0px 80px 0px;
    width: 83%;
    margin: 0px auto;
    position: relative;
    z-index: 1000;
    font-size: 15px;
    line-height: 24px;
}

.ukbaslik {
    padding: 20px 0px;
}

    .ukbaslik a {
        color: #091b3a !important;
        font-size: 18px;
        font-weight: 700;
    }

.contentic {
    width: 83%;
    margin: 0px auto;
    min-height: 400px;
    padding: 20px 0px;
    line-height: 24px;
}

.box {
    margin: 45px 1% 115px 1%;
    width: 31%;
    height: 420px;
    text-align: left;
    display: block;
    text-decoration: none;
    color: #3f4a60;
    background-color: #fff;
    float: left;
    position: relative;
    box-shadow: 0px 6px 61px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    transition: all .6s ease-in-out;
}

    .box:hover {
        margin: 36px 1% 125px 1%;
        color: #ffffff;
        text-decoration: none;
        background-color: #3f4a60;
        box-shadow: 0px 6px 61px 6px rgba(14, 27, 61, 0.35);
        border-radius: 28px;
        transition: all .6s ease-in-out;
    }

.boxic {
    padding: 35px;
    font-size: 16px;
}

.boxicon {
    width: 100%;
    height: 222px;
    text-align: center;
    margin: 0px 0px 10px 0px;
    border-radius: 8px;
    display: block;
    float: left;
    overflow: hidden;
}

    .boxicon img {
        width: 100%;
        height: auto;
        border-radius: 8px;
        transition: all .6s ease-in-out;
    }

.box:hover .boxicon img {
    border-radius: 28px;
    transition: all .6s ease-in-out;
}

.boxBaslik {
    font-size: 20px;
    font-weight: 700;
    margin: 8px 0px 5px 0px;
}

.boxYazi {
    width: 70%;
    line-height: 26px;
    height: 200px;
    float: left;
    padding: 10px 0px;
}

    .boxYazi span {
        font-size: 18px;
        font-weight: 700;
        display: block;
        padding: 0px 0px 8px 0px;
    }


.icresim {
    width: 45%;
    float: left;
    padding: 10px 2% 5px 0px;
}

    .icresim img {
        width: 100%;
        height: auto;
    }

.icyazi {
    padding: 10px 20px 0px 0px;
}

.icyazi2 {
    text-align: left;
    padding: 0px 20px 0px 0px;
}

    .icyazi2 h2 {
        margin: 0px;
        color: #0e1b3d;
        padding: 2px 0px 8px 0px;
        margin-bottom: 6px;
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
        border-bottom: 2px solid #0e1b3d;
        width: 180px;
    }

.sresim {
    width: 34%;
    float: left;
    padding: 0px 3% 0px 0px
}

    .sresim img {
        width: 100%;
        height: auto;
    }

.syazi {
    width: 50%;
    float: left;
}

.baslik {
    padding: 4px 0px 8px 0px;
    font-size: 15px
}

    .baslik a {
        color: #000000;
        text-decoration: none;
        font-weight: 700
    }

        .baslik a:hover {
            color: #5a5b5d;
            text-decoration: none;
            font-weight: 700
        }

.blogresim {
    float: left;
    margin-right: 18px;
    width: 180px;
}

.ik {
    text-align: left;
    line-height: 32px;
}

.iksag {
    width: 300px;
    padding: 2px;
}

.iksol {
    width: 500px;
    padding: 2px;
}

.w200 {
    width: 200px;
}

.w100 {
    width: 100px;
}

    .w100 input[type=text], .w200 input[type=text] {
        width: 86% !important;
    }

.ik input[type=text] {
    padding: 5px;
    margin: 3px;
    border: 1px solid #CCCCCC;
    font-family: 'Times New Roman', Times, serif;
    color: #333333;
    width: 400px;
}

.ik textarea {
    margin: 3px;
    border: 1px solid #CCCCCC;
    font-family: 'Times New Roman', Times, serif;
    color: #333333;
    width: 400px;
    padding: 5px;
}

.ik select {
    padding: 5px;
    margin: 3px;
    border: 1px solid #CCCCCC;
    font-family: 'Times New Roman', Times, serif;
    color: #333333;
}


h1 {
    font-size: 32px;
    padding: 0px 0px 6px 0px;
    margin: 0px 0px 5px 0px;
    color: #3f4a60;
    display: block;
    font-weight: 400;
    line-height: 36px;
}

hr {
    border: 0;
    height: 1px;
    background: #F0F0F0;
    background-image: linear-gradient(to right, #dadada, #eaeaea, #f1eded);
    margin-bottom: 12px;
}

h2 {
    margin: 0px !important;
    color: #494948!important;
    padding: 2px 0px 8px 0px;
    margin-bottom: 6px;
    font-size: 26px !important;
    font-weight: 700;
    line-height: 34px;
}



.solilet {
    padding: 30px 2% 0px 0%;
    width: 42%;
    text-align: left;
    float: left;
}

.sagilet {
    padding: 30px 0% 0px 0px;
    width: 55%;
    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: #0e1b3d;
        }

.solilet input[type=text], .solilet input[type=password] {
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #666666;
    outline: none;
    width: 90%;
    font-family: 'Times New Roman', Times, serif;
    font-size:15px;
}

.solilet textarea {
    padding: 10px;
    margin: 5px 0px 5px 0px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #666666;
    outline: none;
    width: 90%;
    font-family: 'Times New Roman', Times, serif;
    font-size: 15px;
}

.sol {
    padding: 0px 1% 0px 0%;
    width: 23%;
    float: right;
    text-align: left;
}

.sag {
    padding: 0px 0% 0px 2%;
    width: 74%;
    float: right;
    text-align: left;
}

.menuust {
    color: #FFFFFF;
    font-size: 18px;
    padding: 16px 14px;
    height: 20px;
    margin: 0px 0px 0px 1px;
    border-bottom: 1px solid #E4E4E4;
    background-color: #3f4a60;
}

.solmenu {
    margin: 0px 0px 10px 0px;
    padding: 0px;
    background-color: #fafafa;
}

    .solmenu ul {
        padding: 0px;
        margin: 0px;
    }

        .solmenu ul li {
            line-height: 28px;
            list-style-type: none;
        }

            .solmenu ul li a {
                color: #4b4b4b;
                font-size: 17px;
                text-decoration: none;
                padding: 10px 8px 10px 14px;
                display: block;
                border-bottom: 1px solid #efefef;
            }

                .solmenu ul li a:hover {
                    color: #FFFFFF;
                    background-color: #3f4a60;
                }

                .solmenu ul li a i {
                    margin-right: 8px;
                    color: #3f4a60;
                }

                .solmenu ul li a:hover i {
                    margin-right: 8px;
                    color: #ffffff;
                }


.clr {
    clear: both;
}

.fotolar {
    width: 24%;
    height: 170px;
    float: left;
    margin: 5px 0.5%;
}

.fotoImg {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 198px;
    overflow: hidden;
    position: relative;
    display: block;
}

    .fotoImg img {
        width: 100%;
        height: auto;
    }

.urunler {
    width: 24%;
    height: 170px;
    background-color: #fff;
    float: left;
    margin: 5px 0.5%;
}

.urunlerImg {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    height: 170px;
    overflow: hidden;
    position: relative;
    display: block;
}

.urunler img {
    width: 100%;
    height: auto;
}

.referanslar {
    width: 21%;
    height: 160px;
    background-color: #fff;
    float: left;
    margin: 10px 2%;
    overflow: hidden;
}

    .referanslar img {
        width: 100%;
        height: auto;
    }

@media (min-width: 1000px) and (max-width: 1376px) {
    .headerMaster {
        height: 98px;
    }

    .headeric {
        width: 96%;
        margin: 0px auto;
    }
    .anasayfayazi {
        width: 96%;
    }
    .contentuk {
        width: 96%;
    }
   

    .content {
        padding: 80px 0px 80px 0px;
        width: 100%;
        margin: 0px auto;
    }


    .contentic {
        width: 95%;
    }
}

@media (min-width: 1650px) {

    .headeric {
        width: 1276px;
        margin: 0px auto;
    }

    .anasayfayazi {
        width: 1216px;
    }


    .contentuk {
        padding: 140px 0px 20px 0px;
        width: 1262px;
        margin: 0px auto;
        position: relative;
    }

    .anasayfaorta {
        width: 1268px;
    }

    .anasayfacontent {
        width: 1200px;
        padding: 150px 0px 50px 0px;
        margin: 0px auto;
    }

    .content3 {
        width: 100%;
        background-size: 28%;
    }

    .content {
        padding: 80px 0px 80px 0px;
        width: 1306px;
        margin: 0px auto;
        position: relative;
    }

    .footeric {
        width: 1200px;
    }

    .contentic {
        width: 1262px;
    }
}

@media screen and (max-width: 480px) {
    .header {
        position: absolute;
        top: 0px;
        height: 100px;
        z-index: 1000;
        width: 100%;
        text-align: center;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .logo {
        width: 75%;
        text-align: left;
        padding: 45px 0px 0px 10px;
        float: left;
        height: 50px;
        position: relative;
        z-index: 10002;
    }

        .logo a img {
            width: 100%;
            height: auto;
        }

    .headersag {
        width: 100%;
        height: 60px;
        float: right;
        padding-top: 38px;
        position: absolute;
        text-align: right;
        z-index: 10000;
    }

    #nav {
        width: 100% !important;
        margin: 0px !important;
        float: none;
    }

        #nav > a {
        }

        #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: #494948;
        }

        #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 #383838;
            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 #494948;
        }

        #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 #626262;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #FFFFFF;
        }

    .banneryazi {
        padding-top: 250px;
        font-size: 18px;
        z-index: 10000;
        position: relative;
        line-height: 34px;
        font-weight: 400;
        width: 90%;
        text-align: center
    }

        .banneryazi h2 {
            font-size: 32px;
            line-height: 46px;
            font-weight: 700;
        }

        .banneryazi a {
            line-height: 17px;
            font-weight: 400;
            font-style: normal;
            padding: 14px 21px;
            display: inline-block;
            font-size: 16px;
            margin: 15px 0px;
        }

    .containera {
        padding: 70px 0px 130px 0px;
        background-color: #f3f0eb;
        position: relative;
        overflow: hidden;
    }

    .content2 {
        padding: 0px;
        width: 100%;
        margin: 0px auto;
        line-height: 24px;
        height: auto;
    }
    .anasayfayazi {
        width: 90%;
        text-align: center;
        padding: 0px 0px 30px 0px;
    }
    .contentuk {
        padding: 30px 0px 80px 0px;
        width: 83%;
        margin: 0px auto;
        position: relative;
        z-index: 1000;
        font-size: 15px;
        line-height: 24px;
    }
    .imgcont {
        position: static;
        width: 92%;
        padding: 20px 4% 10px 4%;
        float: none
    }


    .anabox2 {
        width: 90%;
        float: none;
        text-align: left;
        line-height: 26px;
        font-size: 15px;
        padding: 0px 5% 0px 5%;
    }

        .anabox2 h1 {
            font-size: 28px;
            padding: 0px 0px 6px 0px;
            margin: 10px 0px 0px 0px;
            color: #3f4a60;
            display: block;
            font-weight: 700;
            line-height: 36px;
        }

    .box {
        margin: 30px 5% 30px 5%;
        width: 90%;
        height: auto;
        text-align: left;
        display: block;
        text-decoration: none;
        color: #4b4b4b;
        background-color: #fff;
        float: none;
        position: relative;
        box-shadow: 0px 6px 61px 6px rgba(0,0,0,0.1);
        border-radius: 8px;
        transition: all .6s ease-in-out;
    }
    .boxicon {
        width: 100%;
        height: 152px;
        text-align: center;
        margin: 0px 0px 10px 0px;
        border-radius: 8px;
        display: block;
        float: left;
        overflow: hidden;
    }
        

    .content {
        padding: 40px 3%;
        width: 94%;
        margin: 0px auto;
        position: relative;
    }

    .anasayfaorta {
        width: 90%;
        background-image: url('img/climb.jpg');
        margin: -150px auto 0px auto;
        position: relative;
        padding: 70px 1% 0px 1%;
        color: #fff;
        z-index: 1000;
        font-size: 15px;
    }

        .anasayfaorta h2 {
            font-size: 22px!important;
            line-height: 38px;
        }

        .anasayfaorta a {
            border-radius: 6px;
            padding: 14px 28px;
            border: 1px solid #fff;
            font-size: 18px;
        }

    .content3 {
        padding: 0px 0px;
        width: 100%;
        background-image:none;
        margin: 0px auto;
        position: relative;
        overflow: hidden;
        height: auto;
        margin-top: -50px;
    }
    .anasayfacontent {
        width: 100%;
        padding: 80px 0px 50px 0px;
        margin: 0px auto;
    }

    .footeric {
        width: 90%;
        margin: 0px auto;
    }

    .footerbox {
        width: 100%;
        padding:20px 0px;
    }
    .headerMaster {
        height: 114px;
        background-size: cover;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
        z-index: 1000;
        position: relative;
    }

    .contentic {
        width: 94%;
        margin: 0px auto;
    }

    .icresim {
        width: 100%;
        float: left;
        padding: 8px 0% 5px 0px;
    }


    .fotolar {
        width: 94%;
        height: auto;
        float: left;
        margin: 0.5px 3%;
    }

    .fotoImg {
        width: 100%;
        margin: 0px auto;
        text-align: center;
        height: auto;
        overflow: hidden;
        position: relative;
        display: block;
    }

    .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;
    }

    .sol {
        padding: 0px 0% 0px 0%;
        width: 100%;
        float: right;
        text-align: left;
    }

    .sag {
        padding: 0px 0% 20px 0%;
        width: 100%;
        float: right;
        text-align: left;
    }

    .urunler {
        width: 90%;
        height: auto;
        background-color: #fff;
        float: left;
        margin: 5px 5%;
    }

    .urunlerImg {
        width: 100%;
        margin: 0px auto;
        text-align: center;
        height: auto;
        overflow: hidden;
        position: relative;
        display: block;
    }

    .referanslar {
        width: 90%;
        height: auto;
        background-color: #fff;
        float: left;
        margin: 10px 5%;
        overflow: hidden;
    }

    .sresim {
        width: 100%;
        float: none;
        padding: 0px 0% 10px 0px
    }

    .iksag {
        width: 100px;
        padding: 2px;
    }

    .iksol {
        width: 200px;
        padding: 2px;
    }

    .w200 {
        width: 80px;
    }

    .w100 {
        width: 40px;
    }

        .w100 input[type=text], .w200 input[type=text] {
            width: 86% !important;
        }

    .ik input[type=text] {
        padding: 5px;
        margin: 3px;
        border: 1px solid #CCCCCC;
        font-family: 'Times New Roman', Times, serif;
        font-size: 11pt;
        color: #333333;
        width: 180px;
    }

    .ik textarea {
        margin: 3px;
        border: 1px solid #CCCCCC;
        font-family: 'Times New Roman', Times, serif;
        font-size: 9pt;
        color: #333333;
        width: 180px;
        padding: 5px;
    }

    .ik select {
        padding: 5px;
        margin: 3px;
        border: 1px solid #CCCCCC;
        font-family: 'Times New Roman', Times, serif;
        font-size: 11pt;
        color: #333333;
    }
}

@media (min-width: 480px) and (max-width: 1024px) {

    .header {
        position: absolute;
        top: 0px;
        height: 100px;
        z-index: 1000;
        width: 100%;
        text-align: center;
    }

    .headeric {
        width: 100%;
        margin: 0px auto;
    }

    .logo {
        margin: 0px auto;
        width: 70%;
        text-align: left;
        padding: 15px 0px 0px 10px;
        float: left;
        height: 50px;
        position: relative;
        z-index: 10002;
    }


    .headersag {
        width: 100%;
        height: 60px;
        float: right;
        padding-top: 35px;
        position: absolute;
        text-align: right;
        z-index: 10000;
    }

    #nav {
        width: 100% !important;
        margin: 0px !important;
        float: none;
    }

        #nav > a {
        }

        #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: #494948;
        }

        #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 #353535;
            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 #494948;
        }

        #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 #727272;
            padding: 0.75em;
            text-align: left;
            text-decoration: none;
            color: #FFFFFF;
        }

    .contentuk {
        padding: 40px 0px 40px 0px;
        width: 96%;
    }
    .anasayfaorta {
        width: 90%;
        height: 280px;
        background-image: url('img/climb.jpg');
        padding: 70px 0px 0px 0px;
        font-size: 18px;
    }

        .anasayfaorta h2 {
            margin-bottom: 6px;
            font-size: 22px!important;
            font-weight: 400;
            line-height: 42px;
        }
    .content2 {
        padding: 30px 0px 0px 0px;
        width: 100%;
        margin: 0px auto;
        line-height: 22px;
        height: auto;
    }
    .content3 {
        padding: 0px 0px;
        width: 100%;
        background-image: none;
        background-repeat: no-repeat;
        background-position: left top;
        margin: 0px auto;
        position: relative;
        overflow: hidden;
        height: 830px;
        margin-top: -50px;
    }
    .anasayfacontent {
        width: 98%;
        padding: 80px 0px 50px 0px;
        margin: 0px auto;
    }
    .imgcont {
        width: 44%;
        float: right;
        padding: 50px 0px 0px 1%;
    }

        .imgcont img {
            width: 100%;
        }

    .anabox2 {
        width: 54%;
        float: right;
        text-align: left;
        padding: 0px 0px 0px 1%;
    }



    .content {
        padding: 40px 0%;
        width: 100%;
        margin: 0px auto;
        position: relative;
    }

    .mb_parallax_container {
        height: 300px;
        width: 94%;
        padding: 30px 3% 0px 3%;
        background-attachment: fixed;
        background-size: cover;
        background-repeat: no-repeat;
        color: #FFF;
        font-size: 16px;
        line-height: 28px;
    }
    .boxicon {
        width: 100%;
        height: 100px;
        text-align: center;
        margin: 0px 0px 10px 0px;
        border-radius: 8px;
    }
    .footeric {
        width: 94%;
        margin: 0px auto;
    }
    .headerMaster {
        height: 100px;
        background-size: cover;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.5);
        z-index: 1000;
        position: relative;
    }

    .contentic {
        width: 78%;
        margin: 0px auto;
    }

    .icresim {
        width: 90%;
        float: left;
        padding: 8px 5% 5px 5%;
    }


    .fotolar {
        width: 94%;
        height: auto;
        float: left;
        margin: 0.5px 3%;
    }

    .fotoImg {
        width: 100%;
        margin: 0px auto;
        text-align: center;
        height: auto;
        overflow: hidden;
        position: relative;
        display: block;
    }

    .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;
    }

    .sol {
        padding: 0px 0% 0px 0%;
        width: 100%;
        float: right;
        text-align: left;
    }

    .sag {
        padding: 0px 0% 20px 0%;
        width: 100%;
        float: right;
        text-align: left;
    }



    .sresim {
        width: 100%;
        float: none;
        padding: 0px 0% 10px 0px
    }
}
