﻿@font-face {
    font-family: 'Montserrat',sans-serif;
    src: url(../font/CenturyGothic/CenturyGothic.eot?#iefix) format("embedded-opentype"),url(../font/CenturyGothic/CenturyGothic.woff) format("woff"),url(../font/CenturyGothic/CenturyGothic.ttf) format("truetype"),url(../font/CenturyGothic/CenturyGothic.svg#CenturyGothic) format("svg");
    font-weight: 400;
    font-style: normal;
}

ol, ul {
    list-style: none;
    padding: 0;
}

scrollbar {
    width: 8px;
}

scrollbar-button {
    background: #e3dbce;
    color: #eee;
}

scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #eee;
}

scrollbar-thumb {
    background-color: #e3dbce;
}

    scrollbar-thumb:hover {
        background-color: #e3dbce;
    }

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-button {
    background: #e3dbce;
    color: #eee;
}

::-webkit-scrollbar-track {
    background-color: #fff;
    border-left: 1px solid #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #e3dbce;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #e3dbce;
    }

html, body, form {
    height: 100%;
    font-family: 'Montserrat',sans-serif;
    color: #1e1c20;
    font-weight: 300;
    font-size: 12px;
}

.margn5 {
    margin: 5px;
}

.full {
    width: 100%;
}

.p5 .full {
    transition: .5s ease;
    opacity: 1;
}

.dil_area li a {
    color: #fff;
    font-weight: 700;
    padding: 0 5px;
    border-right: 1px solid;
}

.dil_area li:last-child a {
    border-right: none;
}

.Buton {
    background: #faf9f7;
    padding: 7px 20px;
    font-weight: 500;
    color: #7C7C7C;
    border: 1px solid #DDD;
    display: inline-block;
    margin: 10px 0;
    font-family: 'Montserrat',sans-serif;
    font-size: 14px;
}

.satir {
    width: 100%;
    position: relative;
    padding: 0 5px;
    float: left;
    margin: 2px 0;
}

.satirY {
    width: 50%;
    position: relative;
    float: left;
    padding: 0 5px;
    min-height: 66px;
    margin: 2px 0;
}

.container-min {
    padding: 25px;
    height: 100%;
}

.sayfa {
    width: 100%;
    padding: 10px;
    background: #fff;
    margin: 0;
    float: left;
}

.icerik {
    width: 100%;
    padding: 9px;
    float: left;
}

.s_alani {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 5px solid #000;
    border-bottom: 5px solid #000;
}

h1.bslk {
    font-size: 15px;
    font-weight: 700;
    color: #2d2d2d;
    text-align: center;
    position: relative;
}

    h1.bslk::after {
        content: " ";
        width: 100%;
        height: 1px;
        background: #2d2d2d;
        position: absolute;
        left: 0;
        top: 8px;
        z-index: -2;
    }

    h1.bslk::before {
        content: " ";
        width: 250px;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 0;
        z-index: -2;
        background: #fff;
        z-index: -1;
    }

h3 {
    font: 33px sans-serif;
    margin-top: 30px;
    text-align: left;
    text-transform: uppercase;
    color: #b95;
}

    h3.background {
        position: relative;
        z-index: 1;
    }

        h3.background:before {
            border-top: 2px solid #b95;
            content: "";
            margin: 0 auto;
            position: absolute;
            top: 50%;
            left: 0;
            right: 0;
            bottom: 0;
            width: 95%;
            z-index: -1;
        }

        h3.background span {
            background: #fff;
            padding: 0 15px;
        }

.Icbaslik {
    background: #fff;
    padding: 20px;
}

    .Icbaslik h3 {
        font-size: 34px;
        margin: 14px 0 0;
        padding-left: 15px;
        font-family: 'Montserrat',sans-serif;
        border-left: 2px solid #b95;
        color: #b95;
    }

.s_alanı_title {
    font: 24px sans-serif;
    margin-top: 14px;
    margin-bottom: 14px;
    text-align: center;
    color: #000;
}

.m_bslk {
    padding: 25px;
    color: #dd1f26;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    position: relative;
}

    .m_bslk:before {
        content: "";
        display: block;
        position: absolute;
        left: 50%;
        bottom: -10px;
        width: 105px;
        height: 19px;
        margin: 0 0 0 -50px;
        background: url(../img/fish.png) no-repeat;
    }

input[type="checkbox"], input[type="radio"] {
    vertical-align: sub;
    width: 18px;
    height: 18px;
    top: 5px;
    margin: 5px;
    background: #eee;
    position: relative;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    cursor: pointer;
}

    input[type="checkbox"]:checked::after, input[type="radio"]:checked::after {
        position: absolute;
        left: 3px;
        right: 3px;
        top: 3px;
        bottom: 3px;
        background: #444;
        display: block;
        content: '';
        border-radius: 0;
        border: 1px solid #fff;
    }

.sayfa select {
    height: 35px;
    border: none;
    background: #eee;
    padding: 0 20px;
    width: auto;
    display: inline-block;
}

.GroupLabel {
    float: left;
    background: #f7faf9;
    border: 1px solid #EEF0F3;
    color: gray;
    margin-right: 2px;
    min-width: 50px;
    display: inline-block;
    padding: 8px 5px;
    min-width: 134px;
}

.form-control {
    border-radius: 0;
}

    .form-control:focus {
        border-color: #cbbc9f;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #e3dbce;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #e3dbce;
    }

.input-group .form-control {
    border-radius: 0;
}

    .input-group .form-control:focus {
        border-color: #cbbc9f;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #e3dbce;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px #e3dbce;
    }

.sayfa .form-control {
    border-radius: 5px 5px 0 0;
    height: 35px;
    background: #f6f6f6;
    border: 1px solid #fff;
    box-shadow: none;
    max-width: 100%;
    margin: 0 auto;
}

.sayfa .ErrorControl {
    border: 1px solid #dd1f26;
}

.ErrorVal {
    position: absolute;
    top: -22px;
    left: 10px;
    display: inline-block;
    background: #dd1f26;
    padding: 2px 5px;
    border-radius: 3px;
    color: #fff;
}

    .ErrorVal::after {
        content: "";
        position: absolute;
        bottom: -5px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0;
        border-color: #dd1f26 transparent transparent;
        left: 30px;
    }

.Requierd span {
    background: #dd1f26;
    color: #acabac;
    padding: 20px;
    width: 100%;
}

header {
    font-family: 'Montserrat',sans-serif;
    background-color: #000;
}

.yanblog ul, .yansocial ul {
    display: table;
}

    .yanblog ul li, .yansocial ul li {
        display: table-cell;
        vertical-align: middle;
    }

        .yanblog ul li a {
            color: #acabac;
            margin: 0 5px;
        }

        .yanblog ul li:hover a {
            color: #b95;
        }

.yansocial ul {
    float: right;
    padding: 0 8px;
}

.yansocial > ul > li > a > i {
    font-size: 18px;
    margin: 0 5px;
    color: #fff;
}

.hTp {
    background: #dbd5c9;
    border-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    clear: both;
}

    .hTp > div > .hGrs > li > a {
        font-size: 12px;
        padding: 16.5px 2px;
        display: block;
        color: #fff;
    }

        .hTp > div > .hGrs > li > a:hover {
            color: #0dc5f8;
        }

    .hTp > div > .hGrs > li > .btnFace {
        background: #4e69a2;
        color: #fff;
        font-weight: 400;
        font-size: 11.5px;
        padding-left: 25px;
        position: relative;
        text-shadow: 0 1px 3px #000;
    }

    .hTp > div > ul > li > .btnFace > i {
        position: absolute;
        left: 5px;
        font-size: 20px;
        top: 3px;
    }

.FDil > .dropdown-menu > li > a {
    text-transform: uppercase;
    font-weight: 300;
    padding: 5px;
    height: 30px;
    border: none;
}

.FDil > .dropdown-menu > li {
    text-align: center;
    margin: 0 5px;
}

.logoheader {
    float: left;
}

.logo {
    padding: 0 15px;

}

    .logo img {
        margin: 0 auto;
    }

.user {
    position: relative;
    float: right;
}

.hesap, .UstSepet, .Dil {
    float: left;
}

    .hesap .loginLink {
        background-color: #fff;
        -moz-transition: all .75s ease-in-out;
        -o-transition: all .75s ease-in-out;
        -webkit-transition: all .75s ease-in-out;
        transition: all .75s ease-in-out;
    }

    .Dil ul li, .hesap ul li, .UstSepet {
        display: table;
    }

        .hesap ul li a, .UstSepet a, .FDil a {
            margin-left: -3px;
            display: table-cell;
            vertical-align: middle;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 1px;
            font-size: 12px;
            text-decoration: none;
            padding: 0 18px;
            border-right: 1px solid #cfcfcf;
        }

            .hesap ul li a:hover, .UstSepet a:hover, .FDil a:hover {
                background: #f2f2f2;
                color: #999 !important;
            }

.MenuAlani {
    background-color: #b95;
}

.search {
    float: left;
    position: relative;
    display: table;
}

    .search .input-sm {
        font-size: 16px;
        background-color: #ccaa7c;
        border: none;
        position: relative;
        float: left;
        margin-left: 0;
        width: 60%;
        -webkit-transition: all .7s ease-in-out;
        -moz-transition: all .7s ease-in-out;
        -o-transition: all .7s ease-in-out;
        transition: all .7s ease-in-out;
        height: 54px;
        line-height: 18px;
        padding: 0 2px;
        border-radius: 0;
        z-index: 9999;
    }

    .search .btn {
        text-align: right;
        padding: 15px 10px;
        font-size: 16px;
        background-color: #ccaa7c;
        border-radius: 0;
        border: none;
        display: table-cell;
        vertical-align: middle;
        float: right;
        width: 40%;
        height: 54px;
    }

        .search .btn .fa {
            float: right;
            color: #333;
            font-size: 23px;
            margin-left: 20px;
        }

.Hmdl > ul > li > a {
    margin: 10px 0;
    display: inline-block;
    position: relative;
    font-weight: 500;
    color: #7c7c7c;
}

    .Hmdl > ul > li > a > i {
        font-size: 24px;
        margin-right: 10px;
        color: #7c7c7c;
    }

    .Hmdl > ul > li > a > span {
        background: #e9e9e9;
        padding: 0 4px;
        border-radius: 10px;
        position: absolute;
        left: 18px;
        font-size: 12px;
        top: 10px;
        font-weight: 700;
        color: #7c7c7c;
    }

.Hmda .form-control {
    border-radius: 0;
    height: 28px;
    width: 180px;
}

.btnAra {
    padding: 3px 10px;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    top: 1px;
    color: gray;
}

.Hmd {
    text-align: right;
}

    .Hmd .info-box {
        margin: 6px 0 0;
        padding: 0 3px;
        position: relative;
        display: inline-block;
        text-align: left;
    }

        .Hmd .info-box .icons, header.index4 .info-box .icons {
            font-size: 30px;
            text-align: center;
            vertical-align: middle;
            color: #7c7c7c;
        }

        .Hmd .info-box .icons, .info-box ul {
            display: table-cell;
            padding: 0;
        }

        .Hmd .info-box li {
            position: relative;
            line-height: 45px;
            padding: 0 15px;
            font-size: 14px;
            color: #FFF;
            list-style: none;
        }

        .Hmd .info-box strong, header.index4 .info-box strong {
            color: #7c7c7c;
            font-size: 17px;
        }

        .Hmd .info-box:before {
            content: url(../img/border1.png);
            position: absolute;
            left: 0;
            top: -8px;
        }

        .Hmd .info-box:first-child:before {
            content: "";
        }

        .Hmd .info-box.first {
            padding-left: 0;
        }

.Hbt {
    border-bottom: 1px solid #e9e9e9;
}

.navbar-collapse {
    padding: 0;
}

#menu-1 > ul > li > a {
    color: #fff;
    font-size: 12px;
    -webkit-transition: color 0.45s,padding .25s;
    -moz-transition: color 0.45s,padding .25s;
    transition: color 0.45s,padding .25s;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 16px 10px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
}

    #menu-1 > ul > li > a:hover {
        color: #7c7c7c;
    }

.ftrSocTw > ul > li > a > i {
    font-size: 18px;
    margin: 0 4px;
    color: #7c7c7c;
    background-color: #fff;
    border-radius: 15px;
    width: 30px;
    height: 30px;
    padding: 6px 8px;
}

.ftrSocTw > ul > li > a > .fa-twitter:hover {
    color: #fff;
    background-color: #00aced;
}

.ftrSocTw > ul > li > a > .fa-facebook:hover {
    color: #fff;
    background-color: #3b5998;
}

.ftrSocTw > ul > li > a > .fa-youtube:hover {
    color: #fff;
    background-color: #e32c28;
}

.ftrSocTw > ul > li > a > .fa-instagram:hover {
    color: #fff;
    background-color: #003569;
}

.ftrSocTw > ul > li > a > i:hover {
    color: #fff;
    background-color: #0dc5f8;
}

.ftrSocTw {
    float: left;
    padding: 19px 0;
}

.Ftr {
    border-top: 1px solid #e9e9e9;
    font-family: 'Montserrat',sans-serif;
}

.ftrt {
    padding-top: 20px;
    padding-bottom: 10px;
}

.fbaslk2 {
    float: left;
    font-weight: 700;
}

.fbaslk {
    font-size: 14px;
    color: #5c5c5c;
    position: relative;
    margin-top: 0;
    font-weight: 700;
    letter-spacing: 2px;
    padding-bottom: 15px;
}

    .fbaslk:before {
        content: "";
        width: 30px;
        height: 3px;
        background-color: #C5161D;
        position: absolute;
        left: 0;
        bottom: 0;
    }

.ftrblg ul li a, .ftrkat ul li a {
    font-size: 12px;
}

.ftrkat ul {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
}

.ftrSoc > ul > li > a > i {
    font-size: 19px;
    margin: 0 8px;
    color: #acabac;
}

.ftrBltn .form-control {
    border-radius: 5px 5px 0 0;
    height: 35px;
    width: 200px;
}

.btnKyt {
    padding: 5px 15px;
    border: 1px solid #ccc;
    display: inline-block;
    position: relative;
    top: 1px;
    color: #fff;
    border-radius: 10px;
    background-color: #333;
}

    .btnKyt:hover {
        color: #fff;
        background-color: #2c3d66;
    }

.ftrBltn {
    position: relative;
}

.hTp_r {
    -webkit-clip-path: polygon(10% 0%,100% 0,100% 100%,0% 100%);
    clip-path: polygon(10% 0%,100% 0,100% 100%,0% 100%);
    background-color: #C5161D;
    height: 50px;
    padding: 0 15px;
}

.footer-bas {
    border-top: 20px solid #b95;
}

.FooterMenu {
    background-color: #000;
    padding: 16px;
}

.copy {
    text-align: center;
}

    .copy a {
        color: #acabac;
    }

    .copy:hover a {
        color: #b95;
    }

.NewsTextBox {
    height: 32px;
    width: 100%;
    background-color: transparent;
    float: left;
    font-size: 13px;
    color: #acabac;
}

.NewsButton {
    margin-right: 0;
    margin-top: -30px;
    float: right;
    color: #acabac;
    cursor: pointer;
    background-color: transparent;
    height: 28px;
    vertical-align: top;
    font-size: 12px;
    letter-spacing: .25em;
    padding: 5px;
}

    .NewsButton:hover {
        color: #b95;
    }

.bltn {
    margin: 24px 0;
}

.footlogo {
    display: table-cell;
    vertical-align: middle;
}

    .footlogo img {
        max-width: 150px;
        min-width: 150px;
        margin: 0 auto;
    }

.tbl {
    display: table;
}

.ftrlnk {
    margin: 20px 0;
}

    .ftrlnk ul li, .Fblog li {
        margin: 5px 0;
    }

        .ftrlnk ul li a, .Fblog li a {
            color: #acabac;
            font-size: 13px;
        }

        .ftrlnk ul li:hover a, .Fblog li:hover a {
            color: #b95;
        }

.turkey {
    margin: 5px 0;
    text-align: center;
}

    .turkey img {
        max-width: 210px;
        min-width: 210px;
    }

.turkey_border {
    border-top: 1px solid #acabac;
    border-bottom: 1px solid #acabac;
    padding: 6px;
    text-align: center;
    margin: 15px 0;
}

    .turkey_border a {
        font-size: 13px;
        color: #acabac;
    }

    .turkey_border:hover a {
        color: #b95;
    }

.FooterUst {
    background: url(../img/back.jpg) #323232 center;
    padding-bottom: 15px;
}

.ftrm {
    padding: 10px 0;
}

.ftrBnk img {
    margin: auto;
}

.ftrb p {
    font-size: 12px;
    padding: 5px 10px;
}

.ftrb ul li {
    font-size: 12px;
    padding: 5px 8px;
    display: block;
}

.prd {
    display: inline-block;
}

    .prd:hover {
        -moz-box-shadow: 0 0 5px #ccc;
        -webkit-box-shadow: 0 0 5px #ccc;
        box-shadow: 0 0 5px #ccc;
        -webkit-transform: translatez(0);
    }

.btnSpt {
    position: absolute;
    top: 20px;
    left: -28px;
    transform: rotate(-45deg);
    background: #e74c3c;
    color: #fff;
    padding: 3px 25px;
    text-shadow: 0 0 2px #000;
}

.newproduct {
    position: absolute;
    top: 17px;
    right: -26px;
    transform: rotate(45deg);
    background: green;
    padding: 3px 29px;
    color: #fff;
    font-size: 12px;
    text-shadow: 0 0 2px #000;
}

.pTp {
    overflow: hidden;
    position: relative;
}

    .pTp > img {
        min-height: 340px;
        max-height: 340px;
    }

.pBtm {
    padding: 10px 30px;
}

    .pBtm::after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 0;
        height: 3px;
        display: inline-block;
        background: #dbd5c9;
        transition: width .5s ease-in;
        transform: translateX(-50%);
        left: 50%;
    }

.prd:hover .pBtm::after {
    width: 100%;
    transition: width .5s ease-in;
}

.Pname {
    font-weight: 600;
}

.Pname, .Pcode {
    width: 50%;
    font-size: .9em;
    float: left;
    text-align: left;
}

.Pbrand, .Pprice {
    width: 50%;
    float: right;
    font-size: .9em;
    text-align: right;
}

.btnPro {
    background: #dbd5c9;
    color: #fff;
    padding: 3px 11px;
    display: inline-block;
    font-weight: 400;
    font-size: .9em;
    text-transform: uppercase;
}

    .btnPro:hover {
        background: #dbd5c9;
        color: #fff;
    }

    .btnPro i {
        margin-right: 5px;
    }

.p5 {
    padding: 5px;
}

    .p5 .full:hover {
        opacity: .5;
    }

.f-bslk {
    font-weight: 700;
    font-size: 14px;
}

.f-icerik {
    font-weight: 400;
    font-size: 13px;
    clear: both;
}

.pr {
    padding-right: 10px;
}

.pr_ic {
    background: #f2f3ed;
}

.blk_yazi {
    position: absolute;
    right: 5%;
    top: 30px;
    width: 35%;
}

.blk_rsm {
    position: absolute;
    width: 49%;
    left: 5%;
    top: -10%;
    z-index: 0;
}

    .blk_rsm:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: -15px;
        width: 440px;
        height: 100%;
        background: url(../img/border.png) repeat;
        z-index: -1;
    }

.pl {
    padding-left: 10px;
}

.Ana_Blk {
    padding-bottom: 40px;
}

.Ana_BlkTwo {
    padding-top: 40px;
    padding-bottom: 40px;
}

video {
    padding-bottom: 40px;
    width: 100%;
}

.blok-rsm {
    margin: 25px auto;
    position: relative;
}

    .blok-rsm .fa {
        position: absolute;
        opacity: 0;
        border: 1px solid #fff;
        border-radius: 10px;
        padding: 10px;
        margin: auto;
        color: #fff;
        font-size: 40px;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        transition: all .5s ease;
    }

    .blok-rsm:hover .fa {
        opacity: 1;
        transition: all .5s ease;
    }

.snip1577 {
    font-family: 'Montserrat',Arial,sans-serif;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    color: #fff;
    text-align: left;
    font-size: 16px;
    background: #000;
    width: 100%;
}

    .snip1577 *, .snip1577:before, .snip1577:after {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .snip1577 img {
        width: 100%;
        backface-visibility: hidden;
        vertical-align: top;
    }

    .snip1577:before, .snip1577:after {
        position: absolute;
        top: 20px;
        right: 20px;
        content: '';
        background-color: #fff;
        z-index: 1;
        opacity: 0;
    }

    .snip1577:before {
        width: 0;
        height: 1px;
    }

    .snip1577:after {
        height: 0;
        width: 1px;
    }

    .snip1577 figcaption {
        position: absolute;
        left: 0;
        bottom: 0;
        padding: 15px 20px;
    }

    .snip1577 h3, .snip1577 h4 {
        margin: 0;
        font-size: 1.1em;
        font-weight: 400;
        opacity: 0;
    }

    .snip1577 h4 {
        font-size: .8em;
        text-transform: uppercase;
    }

    .snip1577:hover img, .snip1577.hover img {
        zoom: 1;
        filter: alpha(opacity=20);
        -webkit-opacity: .2;
        opacity: .2;
    }

    .snip1577:hover:before, .snip1577.hover:before, .snip1577:hover:after, .snip1577.hover:after {
        opacity: 1;
        -webkit-transition-delay: .25s;
        transition-delay: .25s;
    }

    .snip1577:hover:before, .snip1577.hover:before {
        width: 40px;
    }

    .snip1577:hover:after, .snip1577.hover:after {
        height: 40px;
    }

    .snip1577:hover h3, .snip1577.hover h3, .snip1577:hover h4, .snip1577.hover h4 {
        opacity: 1;
    }

    .snip1577:hover h3, .snip1577.hover h3 {
        -webkit-transition-delay: .3s;
        transition-delay: .3s;
    }

    .snip1577:hover h4, .snip1577.hover h4 {
        -webkit-transition-delay: .35s;
        transition-delay: .35s;
    }

@media(max-width:767px) {
    .Hmd, .ftrSocTw {
        text-align: center;
    }

    video {
        width: 90%;
    }

    .hTp {
        border-radius: 0;
    }

    .navbar-toggle {
        border-top: 1px solid #918c80;
        border-bottom: 1px solid #918c80;
        text-align: center;
        border-radius: 0;
    }

    .toggle-text, .toggle-icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #acabac;
    }

    .navbar-toggle .icon-bar {
        background: #acabac;
    }

    .yansocial {
        z-index: 999;
    }

    .MenuAlani {
        background-color: transparent;
    }

    .yanlogo img {
        margin: 0 auto;
    }

    .yansocial ul {
        float: none;
        margin: 0 auto;
    }

    #menu-1 {
        position: absolute;
        z-index: 9999;
        width: 100%;
        background: #ccaa7c;
        margin: 0;
        padding: 0;
        overflow: visible;
    }

        #menu-1 > ul > li {
            display: block;
        }

            #menu-1 > ul > li > a {
                padding: 10px;
                text-align: center;
            }

    .Hmdl, .Hmda {
        display: inline-block;
    }

        .Hmda .form-control {
            width: 160px;
        }

    .hLink {
        display: none;
    }

    .Hmda > div > .form-group {
        display: inline-flex;
    }

    .Hlogo img {
        width: 320px;
    }

    .satirY {
        width: 100%;
    }

    .GroupLabel {
        background: transparent;
        border: 0;
        display: block;
        width: 100%;
    }

    .hesap ul li a, .UstSepet a, .FDil a {
        font-size: 9px;
    }

    .search {
        width: 100%;
    }

        .search .input-sm {
            margin-left: 100%;
        }

            .search:hover .input-sm, .search .input-sm:focus {
                width: 100%;
                margin-left: 0;
            }

        .search .btn {
            width: 100%;
        }

    .sayfa .form-control {
        padding: 0;
    }

    .ftrt {
        padding: 10px;
    }

    .ftrblg ul li a, .ftrlnk ul li a, .ftrkat ul li a {
        padding: 8px;
        display: inline-block;
    }

    .ftrlnk ul li, .Fblog li {
        display: inline-block;
    }

    .fsag {
        clear: both;
    }

    .ftrSoc {
        text-align: center;
    }

    .form-inline .form-group, .btnKyt {
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .info-box {
        margin: 5px 0;
    }

    .Hmd .info-box:before {
        content: "";
    }

    .blk_rsm:before {
        top: -5px;
        width: 160px;
    }

    .blk_yazi {
        top: 0;
    }

    .f-bslk {
        font-size: 11px;
    }

    .f-icerik {
        font-size: 10px;
        overflow: hidden;
        height: 74px;
    }
}

@media(min-width:768px) {
    .info-box {
        margin: 20px 0 0;
    }

    .blk_rsm:before {
        width: 390px;
    }

    .yanlogo img {
        margin: 0 auto;
    }

    /*.search:hover .input-sm, .search .input-sm:focus {
        width: 100%;
    }*/

    .turkey img {
        max-width: 112px;
        min-width: 112px;
    }
}

@media(min-width:992px) {
    .info-box {
        margin: 50px 0 0;
    }

    .blk_rsm:before {
        width: 550px;
    }

    .hTp > div > .hGrs > li > a {
        font-size: 11px;
        padding: 16.5px 0;
    }

    .sag-alani {
        padding: 31px 0 0;
    }

    .turkey img {
        max-width: 170px;
        min-width: 170px;
    }
}

@media(min-width:1200px) {
    .blk_rsm:before {
        top: -10px;
        width: 345px;
    }

    .hTp > div > .hGrs > li > a {
        font-size: 12px;
        padding: 16.5px 2px;
    }

    .sag-alani {
        padding: 48px 0 0;
    }

    .turkey img {
        max-width: 210px;
        min-width: 210px;
    }

    .yanlogo img {
        margin: 0;
    }
}

@media (min-width:1382px) {
    .blk_rsm:before {
        top: -15px;
        width: 440px;
    }

    .sag-alani {
        padding: 111px 0 0;
    }

    .Hlogo > a > img {
        width: 1920px;
    }
}
