
@font-face {
    font-family: 'Jura-SemiBold';
    src: url('Jura-SemiBold.eot?#iefix') format('embedded-opentype'), url('Jura-SemiBold.woff') format('woff'), url('Jura-SemiBold.ttf') format('truetype'), url('Jura-SemiBold.svg#Jura-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-dispay: swap;
}

@font-face {
    font-family: 'Rajdhani-Regular';
    src: url('Rajdhani-Regular.eot?#iefix') format('embedded-opentype'), url('Rajdhani-Regular.woff') format('woff'), url('Rajdhani-Regular.ttf') format('truetype'), url('Rajdhani-Regular.svg#Rajdhani-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-dispay: swap;
}

@font-face {
    font-family: 'Rajdhani-SemiBold';
    src: url('Rajdhani-SemiBold.eot?#iefix') format('embedded-opentype'), url('Rajdhani-SemiBold.woff') format('woff'), url('Rajdhani-SemiBold.ttf') format('truetype'), url('Rajdhani-SemiBold.svg#Rajdhani-SemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-dispay: swap;
}

@font-face {
    font-family: 'Rajdhani-Medium';
    src: url('Rajdhani-Medium.eot?#iefix') format('embedded-opentype'), url('Rajdhani-Medium.woff') format('woff'), url('Rajdhani-Medium.ttf') format('truetype'), url('Rajdhani-Medium.svg#Rajdhani-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
    font-dispay: swap;
}

@font-face {
    font-family: 'Hind-Light';
    src: url('Hind-Light.eot?#iefix') format('embedded-opentype'), url('Hind-Light.woff') format('woff'), url('Hind-Light.ttf') format('truetype'), url('Hind-Light.svg#Hind-Light') format('svg');
    font-weight: normal;
    font-style: normal;
    font-dispay: swap;
}

@font-face {
    font-family: 'Dosis-Regular';
    src: url('Dosis-Regular.eot?#iefix') format('embedded-opentype'), url('Dosis-Regular.woff') format('woff'), url('Dosis-Regular.ttf') format('truetype'), url('Dosis-Regular.svg#Dosis-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-dispay: swap;
}

@font-face {
    font-family: 'BinnerD';
    src: url('BinnerD.eot?#iefix') format('embedded-opentype'), url('BinnerD.woff') format('woff'), url('BinnerD.ttf') format('truetype'), url('BinnerD.svg#BinnerD') format('svg');
    font-weight: normal;
    font-style: normal;
    font-dispay: swap;
}

@font-face {
    font-family: 'Jura-Bold';
    src: url('Jura-Bold.eot?#iefix') format('embedded-opentype'), url('Jura-Bold.woff') format('woff'), url('Jura-Bold.ttf') format('truetype'), url('Jura-Bold.svg#Jura-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-dispay: swap;
}

/*.floating_btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}*/
@keyframes animateWP {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

.float {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 100px;
    right: 30px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 10px;
    text-align: center;
    font-size: 30px;
    box-shadow: 0 0 15px #25d366;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
    animation: 1.3s animateWP infinite alternate;
}

.wp img, .wpIcon img {
    width: 80%;
}
.numbers span{
    color: #fff;
    font-size: 14px;
    margin-right: 10px;
}
.numbers a{
    margin-right: 10px;
    font-size:14px;
}
.contact_icon {
    background-color: #009d3e;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 30px;
    font-family: 'fontawesome';
    border-radius: 15px;
    text-align: center;
    /*box-shadow: 2px 2px 3px #999;*/
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translatey(0px);
    animation: pulse 1.5s infinite;
    /*box-shadow: 0 0 0 0 #42db87;*/
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-weight: normal;
    font-family: sans-serif;
    text-decoration: none !important;
    transition: all 300ms ease-in-out;
}

    .contact_icon i {
        color: #fff;
    }

.back-to-top {
    position: fixed;
    bottom: 20px;
    right: 15px;
    width: 35px;
    height: 35px;
    background: url(../img/page-up.png)no-repeat;
    background-position: center;
    background-size: 21px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.5s ease;
    display: none;
}

.mobile-close {
    display: none;
}

.mh-head {
    display: none;
}

.map-outline.mobile {
    display: none;
}

h1 {
    font-weight: normal;
}

body {
    background-color: #151515;
}

a {
    color: #b7b7b7;
    text-decoration: none;
}

img {
    border: 0;
}

.top_block {
    width: 100%;
    position: absolute;
}

.top_block_inner {
    display: table;
    margin: 0px auto;
    width: 1200px;
    height: 100px;
}

:focus {
    outline: none
}

.top_menu {
    display: table;
    margin: 0px auto;
    margin-top: 61px;
    margin-left: -40px;
}

    .top_menu li {
        display: inline;
        list-style-type: none;
        padding-right: 56px;
    }

        .top_menu li:nth-child(3n+0) {
            margin-right: 385px;
        }

        .top_menu li:last-child {
            margin: 0;
            padding: 0;
        }

        .top_menu li a {
            font-family: 'Jura-Bold';
            font-size: 18px;
            text-decoration: none;
            color: #fff;
        }

            .top_menu li a:hover {
                border-bottom: 4px solid #f8b919;
            }

        .top_menu li.active a {
            border-bottom: 4px solid #f8b919;
        }

.menu {
    margin-top: 83px;
    width: 1200px;
    margin: 0 auto;
}


    .menu.topAr .top_menu {
        margin-left: inherit;
        margin-right: -40px;
    }

        .menu.topAr .top_menu li:nth-child(3n+0) {
            margin-right: 0;
            margin-left: 460px;
        }

        .menu.topAr .top_menu li:last-child {
            margin: 0;
            padding-right: 56px;
        }

.logo {
    background: url(../img/logo.png) no-repeat;
    width: 186px;
    height: 103px;
    margin: 0 auto;
    margin-top: -64px;
    position: relative;
}

    .logo a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .logo.error {
        margin-top: 0;
    }

.flexslider-shadow-index {
    background: url(../img/top-bot-block.png) no-repeat;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.flexslider-shadow-alt {
    background: url(../img/top-bot-block.png) no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}


.footer-block-index {
    width: 100%;
    position: fixed;
    height: 125px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}

.footer-block-other {
    width: 100%;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
    display: inline-block
}

.footer-centered {
    display: table;
    margin: 0px auto;
    width: 1200px;
    margin-top: -22px;
}

.news-block {
    float: left;
    width: 406px;
    margin-right: 70px;
}

.oilgermany {
    float: left;
    font-family: 'Rajdhani-SemiBold';
    font-size: 20px;
    color: #b7b7b7;
    margin-top: -41px;
}

.news-oval {
    float: left;
    width: 86px;
    background: url(../img/news.png) no-repeat;
    background-position: center;
    height: 86px;
    border: 2px solid #f8b91d;
    -moz-border-radius: 43px;
    -webkit-border-radius: 43px;
}

.news-block:hover .news-oval {
    background: url(../img/news-black.png) no-repeat;
    background-size: 85px;
    background-position: center;
    background-color: #f8b91d;
}

.news-block:hover .news-hl {
    color: #f4ed15;
}


.news-hl {
    float: left;
    font-family: 'Rajdhani-SemiBold';
    font-size: 20px;
    color: #f8b919;
    margin-left: 16px;
    margin-top: 23px;
}

.news-text-link {
    float: left;
    width: 95%;
    font-family: 'Rajdhani-Medium';
    color: #b7b7b7;
    margin-left: 16px;
    padding-right: 10px;
    background: url(../img/detail.png)no-repeat;
    background-position: right;
}

    .news-text-link a {
        color: #b7b7b7;
        text-decoration: none;
        display: block;
    }

.detail {
    float: left;
    background: url(../img/detail.png) no-repeat;
    width: 20px;
    height: 20px;
    background-size: 5px;
    background-position: center;
}

.catalog-block {
    float: left;
}

.catalog-oval {
    float: left;
    background: url(../img/catalog.png) no-repeat;
    background-position: center;
    width: 86px;
    height: 86px;
    border: 2px solid #f8b91d;
    -moz-border-radius: 43px;
    -webkit-border-radius: 43px;
}

.catalog-block:hover .catalog-oval {
    background: url(../img/catalog-black.png) no-repeat;
    background-size: 73px;
    background-position: center;
    background-color: #f8b91d;
}

.catalog-block a:hover .catalog-hl {
    color: #f4ed15;
}

.catalog-hl {
    float: left;
    font-family: 'Rajdhani-SemiBold';
    color: #f8b919;
    font-size: 20px;
    width: 90px;
    margin-left: 16px;
    margin-top: 23px;
}

.documents-block {
    float: right;
}

.document-oval {
    float: left;
    height: 86px;
    width: 86px;
    background: url(../img/document.png) no-repeat;
    background-size: 42px;
    background-position: center;
    border: 2px solid #f8b91d;
    -moz-border-radius: 43px;
    -webkit-border-radius: 43px;
}

.documents-block a:hover .document-oval {
    background: url(../img/document-black.png) no-repeat;
    background-size: 42px;
    background-position: center;
    background-color: #f8b91d;
}

.documents-block a:hover .document-hl {
    color: #f4ed15;
}

.document-hl {
    float: left;
    font-family: 'Rajdhani-SemiBold';
    font-size: 20px;
    color: #f8b919;
    width: 90px;
    margin-left: 16px;
    margin-top: 35px;
}


.video-block {
    float: left;
    margin-right: 50px
}

.video-oval {
    float: left;
    background: url(../img/video.png) no-repeat;
    background-size: 42px;
    background-position: center;
    height: 86px;
    border: 2px solid #f8b91d;
    -moz-border-radius: 43px;
    -webkit-border-radius: 43px;
    width: 86px;
}

.video-block a:hover .video-oval {
    background: url(../img/video-hover.png) no-repeat;
    background-size: 42px;
    background-position: center;
    background-color: #f8b91d;
}

.video-block a:hover .video-hl {
    color: #f4ed15;
}

.video-hl {
    float: left;
    font-family: 'Rajdhani-SemiBold';
    font-size: 20px;
    color: #f8b919;
    width: 90px;
    margin-left: 16px;
    margin-top: 23px;
}

.footer-bot-centered {
    display: table;
    margin: 0px auto 0px auto;
    width: 1200px;
    padding-bottom: 2px;
    padding-top: 13px
}

.naya {
    float: right;
}

    .naya a {
        font-size: 12px;
        text-decoration: none;
        font-family: 'Hind-Light';
        color: #5a5a5a;
    }

.social-icon {
    display: none;
    float: right;
}

.facebook-oval {
    background: url(../img/facebook-grey.png) no-repeat;
    background-size: 7px;
    background-position: center;
    float: right;
    height: 26px;
    border: 1px solid #505050;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    width: 26px;
}

.facebook-a:hover .facebook-oval {
    background: url(../img/facebook-white.png) no-repeat;
    background-size: 7px;
    background-color: #3C5A99;
    background-position: center;
}

.twitter-a:hover .twitter-oval {
    background: url(../img/twitter-white.png) no-repeat;
    background-size: 15px;
    background-color: #00ACED;
    background-position: center;
}

.twitter-oval {
    background: url(../img/twitter-grey.png) no-repeat;
    background-size: 15px;
    background-position: center;
    float: right;
    height: 26px;
    border: 1px solid #505050;
    -moz-border-radius: 13px;
    -webkit-border-radius: 13px;
    width: 26px;
    margin-left: 8px;
}

.top {
    float: right;
    width: 1200px;
    margin-top: 20px;
    /* margin-left: 30px; */
}

.search {
    float: right;
    /*background: url(../img/search.png) no-repeat;*/
    background-size: 15px;
    background-position: center;
    width: 20px;
    height: 20px;
    margin-right: 20px
}

.language {
    float: right;
}

    .language a {
        text-decoration: none;
        float: right;
        font-family: 'Rajdhani-Semibold';
        color: #636363;
        margin-left: 10px;
        margin-right: 58px;
        cursor: pointer
    }

        .language a:first-child {
            margin-right: 13px;
        }


        .language a:hover {
            color: #f4ed15;
        }

.language-center {
    float: right;
    margin-right: 19px;
}

.banner {
    z-index: -2;
    background-image: center;
    width: 100%;
    height: 255px;
    background-size: cover;
    overflow: hidden;
}

.clear {
    clear: both;
}

.mid-section {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 0;
}

.page-headline {
    float: right;
    min-width: 177px;
    height: 34px;
    background-color: #151515;
    margin-top: -44px;
    font-family: 'Rajdhani-Regular';
    font-size: 36px;
    color: #7d7d7d;
    text-align: center;
    padding: 10px 15px 0 15px
}

    .page-headline h1 {
        text-align: center;
        font-family: 'Rajdhani-Regular';
        font-size: 36px;
        color: #d3d3d3;
        padding: 0;
        margin: 0;
    }


.content {
    float: left;
    max-width: 890px;
    margin-top: 50px;
    font-family: 'Rajdhani-Regular';
    color: #b7b7b7;
    font-size: 16px;
    text-align: justify;
}

    .content.big {
        width: 1200px;
        max-width: 1200px;
    }

    .content p {
        font-family: 'Rajdhani-Regular';
        color: #b7b7b7;
        font-size: 18px;
        text-align: justify;
        margin: 0;
    }

.link-navigate {
    float: left;
    min-width: 201px;
    height: 28px;
    margin-top: -44px;
    background-color: rgba(20,20,20,0.6);
    list-style-type: none;
}

    .link-navigate ul li {
        float: left;
        font-family: 'OpenSans-Regular';
        background: url(../img/nav-ok-grey.png) no-repeat right 6px;
        color: #fafafa;
        padding-right: 15px;
        margin-right: 10px;
        margin-top: -10px;
    }

        .link-navigate ul li:last-child {
            background: none;
        }

        .link-navigate ul li a {
            font-family: 'Dosis-Regular';
            color: #757474;
            font-size: 14px;
            text-decoration: none;
        }

.alt-nav {
    list-style-type: none;
    text-align: left;
    float: left;
    margin-left: -15px;
}

.gallery-content {
    margin: 0 auto;
    width: 1228px;
}

.gallery-centered {
    display: inline-block;
    margin-top: 61px;
    width: 1228px;
}

.gallery-img {
    float: left;
    height: 196px;
    width: 278px;
    border: 1px solid #575757;
    margin-right: 27px;
    margin-bottom: 32px;
    overflow: hidden;
}

.img-table img {
    height: 178px;
    min-width: 100%;
    max-width: none;
    margin: 0 -100%;
}

.img-table {
    width: 260px;
    height: 178px;
    margin-left: 9px;
    margin-top: 9px;
}

.img-table-center {
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.background-gallery {
    background: url(../img/buyutec.png) no-repeat center;
    background-color: rgba(255,0,0,0.4);
    position: absolute;
    margin-top: -182px;
    margin-left: 0px;
    width: 260px;
    height: 178px;
    z-index: -5;
}


.gallery-img a:hover .background-gallery {
    z-index: 0;
}


.document-content {
    margin: 0 auto;
    width: 1228px;
}

.document-centered {
    float: left;
    margin-top: 61px;
    width: 1250px;
}

.document-img {
    float: left;
    height: 293px;
    width: 212px;
    border: 1px solid #575757;
    margin-right: 33px;
    margin-bottom: 17px;
    display: table;
}

.document-table img {
    width: 194px;
    height: 275px;
    margin-left: 9px;
    margin-top: 9px;
}

.document-table {
    display: table-cell;
    vertical-align: middle;
}

.background-doc {
    background: url('../img/buyutec.png') no-repeat center;
    background-color: rgba(255,0,0,0.4);
    position: absolute;
    margin-top: -279px;
    margin-left: 9px;
    width: 194px;
    height: 275px;
    z-index: -5;
}

.document-img a:hover .background-doc {
    z-index: 0;
}


.contact-content {
    width: 1202px;
    margin: 0 auto;
}


.contact-form-outline {
    float: left;
    display: table;
    width: 475px;
    height: 510px;
    border: 1px solid #575757;
    margin-top: 61px;
    padding-top: 23px;
}


.contact-form-inline {
    width: 350px;
    height: 414px;
    margin-left: 63px;
}

.contact-hl {
    float: left;
}

    .contact-hl h2 {
        font-family: 'Rajdhani-SemiBold';
        font-size: 20px;
        color: #b7b7b7;
        margin: 0;
        margin-top: 25px;
        margin-bottom: 16px;
    }

.contact-txt {
    position: relative;
    float: left;
    width: 360px;
    margin-bottom: 16px;
}


.contact-text {
    background-color: #333333;
    border: none;
    font-family: 'Rajdhani-Regular';
    height: 33px;
    width: 333px;
    padding-left: 17px;
    color: #858585;
}

.contact-area {
    position: relative;
    float: left;
    margin-bottom: 12px;
    width: 360px;
}

.contact-security {
    position: relative;
    float: left;
    width: 160px;
}

.form_sonuc {
    color: #ec2028;
    font-size: 14px;
}

.contact-textarea {
    background-color: #333333;
    color: #5d5d5d;
    border: none;
    width: 331px;
    height: 109px;
    padding-left: 17px;
    font-family: 'Rajdhani-Regular';
    color: #858585;
    resize: none
}

.security-code {
    background-color: #333333;
    float: left;
    width: 115px;
    height: 30px;
    font-family: 'Rajdhani-Regular';
    color: #858585;
    padding-left: 17px;
    border: none;
}

.form_error {
    position: absolute;
    top: 0;
    right: 10px;
    color: #ec2028;
    margin-left: 1px;
}


.security-code-in {
    float: left;
    font-family: 'BinnerD';
    font-size: 16px;
    color: #5d5d5d;
    margin-left: -144px;
    margin-top: 38px;
}

.rfr-buton {
    float: left;
    background: url('../img/rfr.png') no-repeat center;
    width: 30px;
    height: 30px;
    margin-top: 35px;
    margin-left: -39px;
    border: none;
}

.submit-button {
    border: none;
    float: right;
    width: 131px;
    height: 49px;
    background-color: #ec2028;
    font-family: 'Rajdhani-SemiBold';
    font-size: 20px;
    text-align: center;
    color: #c4c4c4;
}

.contact-address-outline {
    float: left;
    display: block;
    /*border: 1px solid #575757;*/
    width: 682px;
    height: auto;
    margin-left: 40px;
    margin-top: 61px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}

.address-centered {
    float: left;
    border: 1px solid #575757;
    padding: 30px 37px 25px 45px;
}

.address-icon {
    float: left;
    height: 32px;
    width: 25px;
    margin-top: 2px;
    margin-right: 23px;
}

    .address-icon.address {
        background: url(../img/konum.png) no-repeat;
    }

    .address-icon.phone {
        background: url(../img/telefon.png) no-repeat;
    }

    .address-icon.fax {
        background: url(../img/fax.png) no-repeat;
        background-size: 20px;
    }

    .address-icon.mail {
        background: url(../img/mail.png) no-repeat;
    }

.address-content {
    width: 600px;
    font-family: 'Rajdhani-Regular';
    font-size: 16px;
    margin-bottom: 13px;
    color: #b7b7b7;
}

    .address-content .bottom-line {
        padding-left: 48px;
    }

    .address-content p {
        margin: 0px;
        font-family: 'Rajdhani-Regular';
        font-size: 16px;
        color: #b7b7b7;
        padding-right: 90px;
    }

    .address-content a {
        color: #b7b7b7;
    }

.map-outline {
    float: left;
    border: 1px solid #575757;
    width: 682px;
    height: 232px;
    margin-top: 10px;
    margin-left: 0px;
}

.map-iframe {
    width: 664px;
    height: 215px;
    margin-left: 9px;
    margin-top: 9px;
}

.news-content {
    float: left;
    width: 1238px;
    margin: 0 auto;
    padding-top: 51px;
}

.news-outline {
    float: left;
    border: 1px solid #575757;
    width: 581px;
    height: 150px;
    margin-right: 36px;
    margin-bottom: 38px;
}

.news-centered {
    width: 550px;
    margin-top: 8px;
    margin-left: 11px;
}

.news-img {
    float: left;
    width: 211px;
    height: 132px;
    margin-right: 20px;
}

    .news-img img {
        width: 211px;
        height: 132px;
    }

.news-headline {
    float: left;
    margin-top: 8px;
    margin-bottom: 16px;
    font-family: 'Rajdhani-SemiBold';
    color: #b7b7b7;
    font-size: 18px;
    width: 58%
}

    .news-headline.search_b {
        width: 100%;
    }

.news-p {
    float: left;
    max-width: 317px;
    margin-bottom: 6px;
    font-size: 16px;
    font-family: 'Rajdhani-Regular';
    color: #b7b7b7;
    height: 43px;
    overflow: hidden;
}

    .news-p.search_b {
        width: 100%;
        max-width: 100%;
    }

.news-button {
    float: right;
    margin-right: 13px;
    font-family: 'Rajdhani-SemiBold';
    color: #ec2028;
    font-size: 18px;
}

    .news-button a {
        margin: 0;
        text-decoration: none;
        font-family: 'Rajdhani-SemiBold';
        color: #ec2028;
        font-size: 18px;
    }

.news-centered a .news-button {
    color: #ec2028;
}

.news-detail-hl {
    float: left;
    width: 1200px;
}

    .news-detail-hl h1 {
        margin: 0;
        font-family: 'Rajdhani-SemiBold';
        color: #f8b919;
        font-size: 30px;
        margin-bottom: 48px;
    }

.news-detail-img {
    display: table;
    float: left;
    height: 251px;
    width: 374px;
    border: 1px solid #575757;
    margin-right: 38px;
    margin-left: 9px;
}

    .news-detail-img img {
        max-height: 232px;
        max-width: 100%;
    }

.news-img-in {
    height: 231px;
    width: 354px;
    display: table;
    padding: 10px
}

.news-detail-content {
    float: left;
    width: 770px;
    font-size: 16px;
    font-family: 'Rajdhani-Regular';
    color: #b7b7b7;
}

    .news-detail-content p {
        margin: 0;
        font-family: 'Rajdhani-Regular';
        color: #b7b7b7;
        font-size: 18px;
        text-align: justify;
    }


.img-table-detail {
    height: 106px;
    width: 169px;
    margin-left: 4px;
    margin-top: 4px;
    overflow: hidden;
}

.img-table-center {
    vertical-align: middle;
    text-align: center;
    overflow: hidden;
}

.img-table-detail img {
    height: 101px;
    min-width: 100%;
    max-width: none;
    margin: 0 -100%;
}

.news-detail-gallery {
    float: left;
    width: 1200px;
    padding-top: 91px;
    padding-bottom: 30px;
    padding-top: 61px;
}

    .news-detail-gallery .title {
        font-family: 'Rajdhani-Regular';
        font-size: 16px;
        color: #b7b7b7;
        text-align: left;
        width: 100%;
        margin-bottom: 26px;
        padding-bottom: 10px;
        border-bottom: 1px solid #353535;
        display: inline-block
    }

.detail-gallery-img {
    float: left;
    width: 177px;
    height: 109px;
    margin-right: 25px;
    border: 1px solid #575757;
}

.detail-gallery-centered {
    float: left;
    width: 1250px;
}

.background-gallery-news {
    background: url(../img/buyutec.png) no-repeat center;
    background-color: rgba(255,0,0,0.5);
    position: absolute;
    margin-top: -105px;
    margin-left: 0px;
    width: 169px;
    height: 101px;
    z-index: -5;
}

.detail-gallery-img:hover .background-gallery-news {
    z-index: 0;
}

.product-detail {
    float: left;
    width: 800px;
}

.product-detail-centered {
    float: left;
    margin-top: 51px;
    width: 922px;
}

.product-detail-img {
    float: left;
    width: 284px;
    height: 256px;
    border: 1px solid #f8b919;
    margin-bottom: 22px;
}

.product-detail-left {
    margin-right: 33px;
    width: 284px;
    float: left;
}

.product-detail-hl {
    float: left;
    margin-bottom: 26px;
    width: 600px;
}

.product-detail-hl2 {
    float: left;
    margin-bottom: 16px;
}

    .product-detail-hl2 h2 {
        margin: 0;
        font-family: 'Rajdhani-Regular';
        color: #b7b7b7;
        font-size: 20px;
    }

.product-detail-hl h1 {
    margin: 0;
    font-family: 'Rajdhani-SemiBold';
    color: #f8b919;
    font-size: 30px;
}

.product-detail-content {
    float: right;
    width: 582px;
    margin-bottom: 10px;
    margin-right: 21px;
    font-family: 'Rajdhani-Regular';
    color: #b7b7b7;
    font-size: 16px;
    text-align: justify;
}



.alt-baslik {
    float: left;
    padding-bottom: 16px;
    margin: 0;
    font-family: 'Rajdhani-Regular';
    color: #b7b7b7;
    width: 600px;
    font-size: 20px;
}


textarea#story {
    outline: 0px none transparent;
}

textarea:focus, input:focus {
    outline: 0;
}

.product-document {
    float: right;
    width: 600px;
}

.product-document-centered {
    float: left;
}

.document-list {
    float: left;
    margin-right: 58px;
    width: 65px;
}

.document-hl {
    float: left;
}

    .document-hl h1 {
        font-family: 'Rajdhani-Regular';
        color: #cfcfcf;
    }

.document-list a {
    text-decoration: none;
    display: block
}

.document-icon {
    background: url(../img/pdf.png) no-repeat;
    width: 56px;
    height: 59px;
    margin-bottom: 5px;
    margin-left: 6px;
    display: inline-block
}

    .document-icon.doc {
        background: url(../img/doc.png) no-repeat;
    }

    .document-icon.xls {
        background: url(../img/xls.png) no-repeat;
    }

    .document-icon.png {
        background: url(../img/png.png) no-repeat;
    }

.document-in-hl {
    float: left;
    width: 214px;
}

    .document-in-hl p {
        text-align: center;
        color: #cfcfcf;
        font-family: 'Rajdhani-Regular';
        margin: 0;
    }

.document-dis {
    width: 215px;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.product-document-hl {
    margin: 0;
    font-family: 'Rajdhani-Regular';
    color: #ec2028;
    text-align: center;
}

.product-gallery {
    float: left;
    width: 300px;
}

.product-glr {
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    width: 83px;
    height: 75px;
}

    .product-glr a:hover .product-gallery-img {
        border: 1px solid #484848;
    }

.product-gallery-img {
    display: table;
    float: left;
    width: 83px;
    height: 75px;
    border: 1px solid #f8b919;
    /* margin-right: 15px; */
}

    .product-gallery-img img {
        max-width: 83px;
        max-height: 60px;
    }

.prd-img-in {
    margin: 0 auto;
    display: table;
    vertical-align: center;
    margin-top: 7px;
}

.detail-img-big {
    margin: 0 auto;
    display: table;
    width: 284px;
    height: 256px;
}

    .detail-img-big img {
        max-width: 284px;
        max-height: 256px;
    }

.big-img-center {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.navigation-center {
    float: left;
    margin-top: 51px;
    width: 251px;
    margin-right: 45px;
}

.search-btn {
    position: absolute;
    width: 20px;
    height: 20px;
    margin-left: 12px;
    margin-top: 3px;
    background-color: transparent;
    z-index: 0;
    border: 0px solid;
    background: url(../img/search.png) no-repeat;
}

.search-input {
    float: right;
    width: 10px;
    box-sizing: border-box;
    font-size: 16px;
    background-position: 12px 10px;
    margin-right: -15px;
    margin-top: -3px;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #757575;
    font-size: 14px;
    padding: 4px 20px 4px 10px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    border: none;
    /* position: relative; */
    z-index: 0;
}


.hl-link {
    width: 77%;
    float: left;
}

.hl-all {
    text-align: right;
    width: 100%;
    font-family: 'Rajdhani-SemiBold';
    font-size: 16px;
    color: #f8b919;
    display: inline-block;
    clear: both;
    margin-top: 2px;
}

    .hl-all a {
        color: #f8b919;
    }

.news-block:hover .hl-all a {
    color: #f4ed15;
}


.search-detail-title {
    margin: 0;
    font-family: 'Rajdhani-SemiBold';
    color: #f8b919;
    font-size: 18px;
    margin-bottom: 30px;
    width: 100%;
}

.error_img {
    width: 300px;
    height: 155px;
    margin-right: 50px;
    float: left;
    margin-top: 50px
}

.error_block {
    width: 60%;
    line-height: 24px;
    float: left;
    margin-top: 100px
}

    .error_block .title {
        font-size: 24px;
        font-family: 'Rajdhani-SemiBold';
        margin-bottom: 15px
    }

.mobile-news-link {
    pointer-events: none;
    cursor: default;
}

.login {
    font-family: 'Rajdhani-SemiBold';
    font-size: 16px;
    color: #f8b919;
    float: right;
    line-height: 35px;
    cursor: pointer;
    margin: -8px 38px 0 0;
}

    .login a {
        color: #f8b919;
    }

    .login .icon {
        border: 2px solid #f8b91d;
        width: 30px;
        height: 30px;
        float: left;
        background: url(../img/login.png) no-repeat center center;
        -moz-border-radius: 36px;
        -webkit-border-radius: 36px;
        margin-right: 5px
    }

    .login a:hover .icon {
        background: url(../img/login-active.png) no-repeat center center;
        background-color: #f8b91d;
    }

    .login a:hover {
        color: #f4ed15;
    }

.mm-menu a.moblogin, .mm-menu a.moblogin:link, .mm-menu a.moblogin:visited {
    color: #f8b919;
    font-weight: bold
}

.popup_img {
    max-width: 100%;
    max-height: 500px;
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .document-centered {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .float {
        bottom: 120px;
    }
    .numbers{
        display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    }
}

/*Iphone 5 Dikey Ba�lang��*/
@media only screen and (max-width:359px) {
    .popup_img {
        max-height: 250px
    }
    html {
        -webkit-text-size-adjust: none;
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .lightBoxSlide {
        max-width: 90%;
        margin: 0 auto;
        width: auto !important;
    }

    .popupYazi iframe {
        width: 100% !important;
        height: auto !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .video-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .video-block {
        width: 27%;
        margin-left: 5%;
        margin-right: 5%;
    }

    .flexslider .slides > li {
        background-size: 220% 80% !important;
        background-position: 55% 35% !important;
        background-repeat: no-repeat !important;
    }

    .flexslider-shadow-index {
        z-index: 1 !important;
    }

    .footer-block-index {
        z-index: 2;
    }

    .top_block {
        z-index: 2;
    }

    .footer-block-index {
        z-index: 2;
    }

    .mh-head {
        display: block;
    }

    .menu {
        display: none;
    }

    .naya {
        display: none;
    }

    .search {
        display: block;
        margin-right: -63px;
        margin-top: 13px;
        background-size: 8px;
    }

    .top {
        width: 100%;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language-center {
        margin-right: 0;
        margin-top: -9px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        margin-top: -8px;
        background-size: 100%;
        background-position: center;
        width: 120px;
    }

    .flex-caption {
        margin-left: 3px !important;
        margin-top: 220px !important;
        font-size: 30px !important;
    }

    .flex-caption-alt {
        margin-left: 0px !important;
        margin-top: -34px !important;
        font-size: 19px !important;
    }

    .footer-centered {
        width: 100%;
        margin-top: 16px;
    }

    .footer-bot-centered {
        width: 100%;
    }

    .news-block {
        margin-right: 0;
        width: 35%;
        display: none;
    }

    .catalog-block {
        width: 32%;
    }

    .documents-block {
        float: left;
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .news-block:hover .news-oval {
        background-size: 50px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 50px;
    }

    .documents-block a:hover .document-oval {
        background-size: 30px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100;
        font-size: 15px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        margin-top: 6px;
        font-size: 15px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
    }

        .page-headline h1 {
            font-size: 20px;
        }

    .alt-nav {
        margin-left: -33px;
    }

    .content {
        float: none;
        margin: 0 auto;
        width: 94%;
        padding-top: 20px
    }

    .security-code-in {
        margin-left: -162px;
    }

    .rfr-buton {
        margin-left: -60px
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        width: 97% !important;
    }

    .news-headline {
        min-width: 220px !important;
    }

    .detail-gallery-centered {
        width: 104% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 142px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 134px;
    }

    .background-gallery-news {
        width: 134px;
    }

    .link-navigate {
        margin-top: -95px;
    }

        .link-navigate ul li {
            margin-bottom: 8px;
        }

    .product-detail {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 104%;
    }

    .product-detail-centered {
        width: 100%;
        margin-top: 15px;
    }

    .product-detail-hl {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-detail-content {
        width: 100%;
        margin-right: 0px;
    }

    .product-document {
        width: 100%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 95%;
    }

    .contact-form-outline {
        width: 100%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 86%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 86%;
    }

    .submit-button {
        float: left;
        margin-left: 7px;
        width: 116px;
        height: 32px;
    }

    .contact-address-outline {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        padding: 25px 20px 15px 20px;
        margin-top: 35px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 100%;
    }

    .document-centered {
        width: 100%;
        margin-top: 15px;
    }

    .gallery-content {
        width: 100%;
    }

    .gallery-centered {
        width: 100%;
        margin-left: -1px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 139px;
        height: 109px;
        margin: 0 0 15px 14px;
    }

    .img-table {
        width: 131px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 131px;
        height: 101px;
    }

    .news-content {
        width: 97%;
        float: none;
        padding-top: 15px;
    }

    .news-outline {
        width: 100%;
        height: auto;
    }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .news-p {
        max-width: 95%;
        min-width: 95% !important;
    }

    .news-button {
        float: left;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 100%;
        margin-left: 0px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 100%;
        margin: 15px 0 15px 0;
    }

    .document-dis {
        width: 140px;
        margin: 0;
        margin-left: 7px;
    }

    .document-img {
        height: 220px;
        width: 140px;
        margin: 0;
    }

    .document-table img {
        width: 130px;
        height: 202px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -206px;
        width: 131px;
        height: 202px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 149px;
    }

    .search-input.dikey.open {
        position: absolute;
        top: 84px;
        left: 0;
        width: 100% !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 20px 1px 4px;
        color: #fff;
        background-color: black !important;
    }

    .search-input.dikey {
        width: 0px !important;
        border: none !important;
        background-color: none;
        background-color: transparent !important;
    }

    .mobile-close {
        display: none;
        position: absolute;
        top: 84px;
        left: 301px;
        width: 15px;
        height: 15px;
        background: url(../img/src-close.png)no-repeat;
        background-position: center;
        background-size: 11px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }

        .mobile-close.open {
            display: block;
            -webkit-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
        }

    .search-input {
        padding: 1px 20px 1px 4px;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
        position: absolute;
        top: 83px;
        right: 9px;
        background: url(../img/searchmobile.png)no-repeat;
        background-size: 12px;
    }

        .search-btn.open {
            display: block;
        }

    .login {
        display: none;
    }

    .address-content p {
        padding-right: 0;
        text-align: justify;
    }
}
/*Iphone 5 Dikey Biti�*/

/*Samsung S3 Dikey Ba�lang��*/
@media only screen and (min-width:360px) and (max-width:369px) {
    .popup_img {
        max-height: 250px
    }
    html {
        -webkit-text-size-adjust: none
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .mh-head {
        display: block;
    }

    .menu {
        display: none;
    }

    .lightBoxSlide {
        max-width: 90%;
        margin: 0 auto;
        width: auto !important
    }

    .popupYazi iframe {
        width: 100% !important;
        height: auto !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .video-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .video-block {
        width: 27%;
        margin-left: 2%;
        margin-right: 2%;
    }

    .search {
        display: block;
        margin-right: -53px;
        margin-top: 9px;
        background-size: 8px;
    }

    .top {
        width: 100%;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language-center {
        margin-right: 0;
        margin-top: -15px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        margin-top: -8px;
        background-size: 100%;
        background-position: center;
        width: 120px;
    }

    .flex-caption {
        margin-left: 3px !important;
        margin-top: 220px !important;
        font-size: 30px !important;
    }

    .flex-caption-alt {
        margin-left: 0px !important;
        margin-top: -34px !important;
        font-size: 19px !important;
    }

    .footer-centered {
        width: 100%;
        margin-top: 14px;
    }

    .footer-bot-centered {
        width: 100%;
    }

    .news-block {
        margin-right: 0;
        width: 35%;
        display: none
    }

    .catalog-block {
        width: 43%;
    }

    .documents-block {
        float: left;
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .news-block:hover .news-oval {
        background-size: 50px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 50px;
    }

    .documents-block a:hover .document-oval {
        background-size: 30px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        font-size: 17px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 17px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        margin-top: 6px;
        font-size: 17px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
        margin-top: -93px;
    }

        .page-headline h1 {
            font-size: 20px;
        }

    .alt-nav {
        margin-left: -29px;
    }

    .content {
        float: none;
        margin: 0 auto;
        width: 94%;
        padding-top: 20px
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        padding-top: 20px;
        width: 96% !important;
    }

    .detail-gallery-centered {
        width: 103% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 159px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 150px;
    }

    .background-gallery-news {
        width: 150px;
    }

    .link-navigate ul li {
        margin-bottom: 8px;
    }

    .product-detail {
        float: none;
        width: 96%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 105%;
        margin-left: -10px;
    }

    .product-gallery-img {
        width: 76px;
    }

    .product-glr {
        width: 74px;
        margin-right: 0;
        margin-left: 10px;
    }

    .product-gallery-img img {
        max-width: 76px;
        max-height: 60px;
    }

    .product-detail-centered {
        width: 100%;
    }

    .product-detail-hl {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-detail-content {
        width: 100%;
        margin-right: 0px;
    }

    .product-document {
        width: 100%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 94%;
    }

    .contact-form-outline {
        width: 100%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 88%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 87%;
    }

    .submit-button {
        float: left;
        margin-left: 8px;
        width: 152px;
        height: 32px;
    }

    .contact-address-outline {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        padding: 25px 20px 15px 20px;
        margin-top: 15px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 97%;
    }

    .document-centered {
        width: 100%;
        margin-top: 15px;
        margin-left: -18px;
    }

    .gallery-content {
        width: 97%;
    }

    .gallery-centered {
        width: 99%;
        margin-left: 0px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 159px;
        height: 109px;
        margin: 0px 0 15px 10px;
    }

    .img-table {
        width: 151px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 151px;
        height: 101px;
    }

    .news-content {
        width: 94%;
        float: none;
        padding-top: 15px;
    }

    .news-outline {
        width: 100%;
        height: auto;
    }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .news-p {
        max-width: 95%;
    }

    .news-button {
        float: left;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 100%;
        margin-left: 0px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 100%;
        margin: 15px 0 15px 0;
    }

    .document-dis {
        width: 140px;
        margin: 0;
        margin-left: 25px;
    }

    .document-img {
        height: 220px;
        width: 149px;
        margin: 0;
    }

    .document-table img {
        width: 139px;
        height: 202px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -206px;
        width: 131px;
        height: 202px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 149px;
    }

    .search-input.open {
        width: 150px !important;
        border: 1px solid #f8b91d !important;
    }

    .product-detail-left {
        width: 100%;
        margin-right: 0px;
    }

    .product-detail-img {
        width: 100%;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
        position: absolute;
        top: 83px;
        right: 9px;
        background: url(../img/searchmobile.png)no-repeat;
        background-size: 12px;
    }

        .search-btn.open {
            display: block;
        }

    .search-input.dikey.open {
        position: absolute;
        top: 84px;
        left: 0;
        width: 100% !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 20px 1px 4px;
        color: #fff;
        background-color: black !important;
    }

    .search-input.dikey {
        width: 0px !important;
        border: none !important;
        background-color: none;
        background-color: transparent !important;
    }

    .mobile-close {
        display: none;
        position: absolute;
        top: 84px;
        left: 343px;
        width: 15px;
        height: 15px;
        background: url(../img/src-close.png)no-repeat;
        background-position: center;
        background-size: 11px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }

        .mobile-close.open {
            display: block;
            -webkit-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
        }

    .search-input {
        padding: 1px 20px 1px 4px;
    }

    .naya {
        display: none;
    }

    .flexslider .slides > li {
        background-size: 220% 80% !important;
        background-position: 55% 35% !important;
        background-repeat: no-repeat !important;
    }

    .login {
        display: none;
    }

    .address-content p {
        padding-right: 0;
        text-align: justify;
    }
}
/*Samsung S3 Dikey Biti�*/


/*Iphone 6 Dikey Ba�lang��*/
@media only screen and (min-width:370px) and (max-width:399px) {
    .popup_img {
        max-height: 250px
    }
    .flexslider-shadow-index {
        z-index: 1 !important;
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .top_block {
        z-index: 2;
    }

    .lightBoxSlide {
        max-width: 90%;
        margin: 0 auto;
        width: auto !important
    }

    .popupYazi iframe {
        width: 100% !important;
        height: auto !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .video-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .video-block {
        width: 23%;
        margin-left: 4%;
        margin-right: 4%;
    }

    .footer-block-index {
        z-index: 2
    }

    .mh-head {
        display: block;
    }

    .menu {
        display: none;
    }

    .search {
        display: block;
        margin-right: -63px;
        margin-top: 13px;
        background-size: 8px;
    }

    .naya {
        float: right;
        margin-top: -11px;
        margin-right: 5px;
        display: none;
    }

    .top {
        width: 100%;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language {
        margin-top: 5px;
    }

    .language-center {
        margin-right: 0;
        margin-top: -15px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        margin-top: -8px;
        background-size: 100%;
        background-position: center;
        width: 120px;
    }

    .flex-caption {
        margin-left: 3px !important;
        margin-top: 220px !important;
        font-size: 30px !important;
    }

    .flex-caption-alt {
        margin-left: 0px !important;
        margin-top: -34px !important;
        font-size: 19px !important;
    }

    .footer-centered {
        width: 100%;
        margin: 0;
        margin-top: 22px;
    }

    .footer-bot-centered {
        width: 100%;
    }

    .news-block {
        margin-right: 0;
        width: 33%;
        display: none
    }

    .catalog-block {
        width: 42%;
    }

    .documents-block {
        float: right;
        margin-right: 2%
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .news-block:hover .news-oval {
        background-size: 50px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 50px;
    }

    .documents-block a:hover .document-oval {
        background-size: 30px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        font-size: 17px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 17px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        margin-top: 6px;
        font-size: 17px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
        /* margin-top: -90px; */
        background-color: #151515;
    }

    .link-navigate {
        margin-top: -100px !important;
    }

    .page-headline h1 {
        font-size: 20px;
    }

    .alt-nav {
        margin-left: -29px;
    }

    .content {
        float: none;
        margin: 0 auto;
        width: 94%;
        padding-top: 22px;
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        padding-top: 20px;
        width: 96% !important;
    }

    .detail-gallery-centered {
        width: 104% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 168px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 160px;
    }

    .background-gallery-news {
        width: 160px;
    }

    .link-navigate ul li {
        margin-bottom: 8px;
    }

    .product-detail {
        float: none;
        width: 96%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 105%;
        margin-left: -15px;
    }

    .product-gallery-img {
        width: 76px;
    }

    .product-glr {
        width: 74px;
        margin-right: 0;
        margin-left: 15px;
    }

    .product-gallery-img img {
        max-width: 76px;
        max-height: 60px;
    }

    .product-detail-centered {
        width: 100%;
        margin-top: 15px;
    }

    .product-detail-hl {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-detail-content {
        width: 100%;
        margin-right: 0px;
    }

    .product-document {
        width: 100%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 95%;
    }

    .contact-security {
        position: relative;
        float: left;
        width: 45%;
    }

    .security-code-in {
        margin-left: -152px;
    }

    .rfr-buton {
        margin-left: -84px;
    }

    .contact-form-outline {
        width: 100%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 88%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 88.6%;
    }

    .submit-button {
        float: left;
        margin-left: 8px;
        width: 156px;
        height: 32px;
    }

    .contact-address-outline {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        padding: 25px 20px 15px 20px;
        margin-top: 15px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 97%;
    }

    .document-centered {
        width: 105%;
        margin-top: 15px;
        margin-left: -18px;
    }

    .gallery-content {
        width: 100%;
    }

    .gallery-centered {
        width: 100%;
        margin-left: 0px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 163px;
        height: 109px;
        margin: 0px 0 15px 15px
    }

    .img-table {
        width: 155px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 155px;
        height: 101px;
    }

    .news-content {
        width: 94%;
        float: none;
        padding-top: 15px;
    }

    .news-outline {
        width: 100%;
        height: auto;
    }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .news-p {
        max-width: 95% !important;
    }

    .news-button {
        float: left;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 100%;
        margin-left: 0px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 100%;
        margin: 15px 0 15px 0;
    }

    .document-dis {
        width: 151px;
        margin: 0;
        margin-left: 27px;
    }

    .document-img {
        height: 220px;
        width: 149px;
        margin: 0;
    }

    .document-table img {
        width: 139px;
        height: 202px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -206px;
        width: 139px;
        height: 202px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 149px;
    }


    .product-detail-left {
        width: 100%;
        margin-right: 0px;
    }

    .product-detail-img {
        width: 100%;
    }

    .flexslider .slides > li {
        background-size: 220% 80% !important;
        background-position: 55% 35% !important;
        background-repeat: no-repeat !important;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
        position: absolute;
        top: 83px;
        right: 13px;
        background: url(../img/searchmobile.png)no-repeat;
        background-size: 12px;
    }

        .search-btn.open {
            display: block;
        }

    .search-input.dikey.open {
        position: absolute;
        top: 84px;
        left: 0;
        width: 100% !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 50px 1px 4px;
        color: #fff;
        background-color: black !important;
    }

    .search-input.dikey {
        width: 0px !important;
        border: none !important;
        background-color: none;
        background-color: transparent !important;
    }

    .mobile-close {
        display: none;
        position: absolute;
        top: 82px;
        left: 347px;
        width: 23px;
        height: 18px;
        background: url(../img/src-close.png)no-repeat;
        background-position: center;
        background-size: 11px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }

        .mobile-close.open {
            display: block;
            -webkit-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
        }

    .search-input {
        padding: 1px 20px 1px 4px;
    }

    .login {
        display: none;
    }

    .address-content p {
        padding-right: 20px;
        text-align: justify;
    }
}
/*Iphone 6 Dikey Biti�*/


/*Iphone Plus Dikey Ba�lang��*/
@media only screen and (min-width:400px) and (max-width:479px) {
    .popup_img {
        max-height: 250px
    }
    html {
        -webkit-text-size-adjust: none
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .lightBoxSlide {
        max-width: 90%;
        margin: 0 auto;
        width: auto !important
    }

    .popupYazi iframe {
        width: 100% !important;
        height: auto !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .video-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .video-block {
        width: 23%;
        margin-left: 4%;
        margin-right: 3%;
    }

    .mh-head {
        display: block;
    }

    .flexslider-shadow-index {
        z-index: 1 !important;
    }

    .top_block {
        z-index: 2;
    }

    .footer-block-index {
        z-index: 2;
    }

    .menu {
        display: none;
    }

    .search {
        display: block;
        margin-right: -53px;
        margin-top: 18px;
        background-size: 8px;
    }

    .top {
        width: 100%;
    }

    .naya {
        display: none;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language-center {
        margin-right: 0;
        margin-top: -12px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        margin-top: -8px;
        background-size: 100%;
        background-position: center;
        width: 120px;
    }

    .flex-caption {
        margin-left: 3px !important;
        margin-top: 220px !important;
        font-size: 30px !important;
    }

    .flex-caption-alt {
        margin-left: 0px !important;
        margin-top: -34px !important;
        font-size: 19px !important;
    }

    .flexslider .slides > li {
        background-size: 220% 80% !important;
        background-position: 55% 35% !important;
        background-repeat: no-repeat !important;
    }

    .footer-centered {
        width: 100%;
        margin-top: 20px;
    }

    .footer-bot-centered {
        width: 100%;
    }

    .news-block {
        margin-right: 0;
        width: 30%;
        display: none
    }

    .catalog-block {
        width: 45%;
    }

    .documents-block {
        float: left;
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .news-block:hover .news-oval {
        background-size: 50px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 50px;
    }

    .documents-block a:hover .document-oval {
        background-size: 30px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        font-size: 17px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 17px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        margin-top: 6px;
        font-size: 17px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
        margin-top: -93px;
    }

        .page-headline h1 {
            font-size: 20px;
        }

    .alt-nav {
        margin-left: -29px;
    }

    .content {
        float: none;
        margin: 0 auto;
        width: 94%;
        padding-top: 20px
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        padding-top: 20px;
        width: 96% !important;
    }

    .detail-gallery-centered {
        width: 103% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 118px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 110px;
    }

    .background-gallery-news {
        width: 110px;
    }

    .link-navigate ul li {
        margin-bottom: 8px;
    }

    .product-detail {
        float: none;
        width: 96%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 104%;
        margin-left: -9px;
    }

    .product-gallery-img {
        width: 88px;
    }

    .product-glr {
        width: 88px;
        margin-right: 0;
        margin-left: 9px;
    }

    .product-gallery-img img {
        max-width: 88px;
        max-height: 60px;
    }

    .product-detail-centered {
        width: 100%;
        margin-top: 15px;
    }

    .product-detail-hl {
        width: 100%;
        margin-bottom: 10px;
    }

    .product-detail-content {
        width: 100%;
        margin-right: 0px;
    }

    .product-document {
        width: 100%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 94%;
    }

    .contact-form-outline {
        width: 100%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 88%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 87%;
    }

    .submit-button {
        float: left;
        margin-left: 8px;
        width: 152px;
        height: 32px;
    }

    .contact-address-outline {
        width: 100%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        margin-top: 20px;
        padding: 25px 20px 15px 20px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 97%;
    }

    .document-centered {
        width: 105%;
        margin-top: 15px;
        margin-left: -18px;
    }

    .gallery-content {
        width: 97%;
    }

    .gallery-centered {
        width: 100%;
        margin-left: -5px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 114px;
        height: 109px;
        margin: 0px 0 15px 16px
    }

    .img-table {
        width: 106px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 106px;
        height: 101px;
    }

    .news-content {
        width: 94%;
        float: none;
        padding-top: 15px;
    }

    .news-outline {
        width: 100%;
        height: auto;
    }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .news-p {
        max-width: 95%;
    }

    .news-button {
        float: left;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 100%;
        margin-left: 0px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 100%;
        margin: 15px 0 15px 0;
    }

    .document-dis {
        width: 173px;
        margin: 0;
        margin-left: 25px;
    }

    .document-img {
        height: 230px;
        width: 170px;
        margin: 0;
    }

    .document-table img {
        width: 160px;
        height: 214px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -218px;
        width: 161px;
        height: 214px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 172px;
    }

    .search-input.open {
        width: 150px !important;
        border: 1px solid #f8b91d !important;
    }

    .product-detail-left {
        width: 100%;
        margin-right: 0px;
    }

    .product-detail-img {
        width: 100%;
    }

    .flexslider .slides > li {
        background-size: 220% 80% !important;
        background-position: 55% 35% !important;
        background-repeat: no-repeat !important;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
        position: absolute;
        top: 83px;
        right: 9px;
        background: url(../img/searchmobile.png)no-repeat;
        background-size: 12px;
    }

        .search-btn.open {
            display: block;
        }

    .search-input.dikey.open {
        position: absolute;
        top: 84px;
        left: 0;
        width: 100% !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 20px 1px 4px;
        color: #fff;
        background-color: black !important;
    }

    .search-input.dikey {
        width: 0px !important;
        border: none !important;
        background-color: none;
        background-color: transparent !important;
    }

    .mobile-close {
        display: none;
        position: absolute;
        top: 84px;
        left: 395px;
        width: 15px;
        height: 15px;
        background: url(../img/src-close.png)no-repeat;
        background-position: center;
        background-size: 11px;
        -webkit-transition: width 0.4s ease-in-out;
        transition: width 0.4s ease-in-out;
    }

        .mobile-close.open {
            display: block;
            -webkit-transition: width 0.4s ease-in-out;
            transition: width 0.4s ease-in-out;
        }

    .search-input {
        padding: 1px 20px 1px 4px;
    }

    .login {
        display: none;
    }

    .address-content p {
        padding-right: 0;
    }
}
/*Iphone Plus Dikey Biti�*/

/*Ipad Dikey Ba�lang��*/
@media only screen and (min-width:760px) and (max-width:999px) {
    html {
        -webkit-text-size-adjust: none
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .lightBoxSlide {
        max-width: 90%;
        margin: 0 auto;
        width: auto !important
    }

    .popupYazi iframe {
        width: 100% !important;
        height: auto !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 50px;
    }

    .video-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .video-block {
        width: 26%;
        margin-right: 0;
    }

    .flexslider-shadow-index {
        z-index: 1 !important;
    }

    .footer-block-index {
        z-index: 2;
    }

    .top_block {
        z-index: 2;
    }

    .footer-block-index {
        z-index: 2;
    }

    .naya {
        display: none;
    }

    .mh-head {
        display: block;
    }

    .menu {
        display: none;
    }

    .search {
        display: block;
        margin-right: -64px;
        margin-top: 18px;
        background-size: 8px;
    }

    .top {
        width: 100%;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language-center {
        margin-right: 0;
        margin-top: -12px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        margin-top: 10px;
        background-size: 100%;
        background-position: left;
        height: 85px;
        width: 145px;
    }

    .flex-caption {
        margin-top: 54% !important;
        margin-left: 7px !important;
        font-size: 60px !important;
    }

    .flex-caption-alt {
        margin-left: 0 !important;
        margin-top: -54px !important;
        font-size: 37px !important;
    }

    .footer-centered {
        width: 100%;
        margin-top: -16px;
    }

    .footer-bot-centered {
        width: 100%;
        padding-top: 0;
    }

    .news-block {
        margin-right: 0;
        width: 22%;
    }

    .catalog-block {
        width: 30%;
    }

    .documents-block {
        float: right;
        width: 22%;
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 50px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 45px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 40px;
    }

    .news-block:hover .news-oval {
        background-size: 90px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 80px;
    }

    .documents-block a:hover .document-oval {
        background-size: 40px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 20px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        width: 100%;
        margin-top: 6px;
        font-size: 20px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
        margin-top: -44px;
    }

        .page-headline h1 {
            font-size: 20px;
        }

    .alt-nav {
        margin-left: -24px;
    }

    .content {
        float: none;
        margin: 0 auto;
        width: 95%;
        padding-top: 22px;
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        width: 94% !important;
        padding-top: 15px;
    }

    .detail-gallery-centered {
        width: 102% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 172px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 163px;
    }

    .background-gallery-news {
        width: 163px;
    }

    .link-navigate ul li {
        margin-bottom: 8px;
    }

    .link-navigate {
        margin-top: -30px;
    }

    .product-detail {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 104%;
    }

    .product-glr {
        width: 75px;
        height: 63px;
        margin-bottom: 9px;
        margin-right: 9px;
    }

    .product-gallery-img img {
        max-width: 75px;
        max-height: 60px;
    }

    .product-gallery-img {
        width: 75px;
        height: 63px;
    }

    .product-detail-img {
        width: 245px;
        height: 245px;
    }

    .product-detail-centered {
        width: 100%;
        margin-top: 15px;
    }

    .product-detail-hl {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .product-detail-left {
        width: 40%;
        margin-right: 0;
    }

    .product-detail-content {
        width: 60%;
        margin-right: 0px;
    }

    .product-document {
        width: 60%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 95%;
    }

    .contact-form-outline {
        width: 50%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 86%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 87.2%;
    }

    .security-code-in {
        margin-left: -161px;
    }

    .rfr-buton {
        margin-left: -54px;
    }

    .submit-button {
        float: left;
        margin-left: 7px;
        width: 165px;
        height: 32px;
    }

    .contact-address-outline {
        width: 50%;
        height: auto;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        padding: 25px 25px 20px 25px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
            margin-top: 0;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 100%;
    }

    .document-centered {
        width: 100%;
        margin-top: 15px;
    }

    .gallery-content {
        width: 97%;
    }

    .gallery-centered {
        width: 100%;
        margin-left: -1px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 175px;
        height: 109px;
        margin: 0 0 15px 7px
    }

    .img-table {
        width: 166px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 166px;
        height: 101px;
    }

    .news-content {
        width: 95%;
        float: none;
        padding-top: 15px;
    }

        .news-content.cont {
            width: 100%;
        }

        .news-content.src {
            width: 100%;
        }

    .news-p.search_b {
        width: 99%;
    }

    .news-headline.search_b {
        min-height: 60px;
    }

    .news-outline {
        width: 45%;
        height: auto;
        margin-right: 0;
        margin-left: 19px;
    }

        .news-outline.src {
            width: 46%;
            min-height: 156px;
            margin-right: 0;
            margin-left: 18px;
            margin-bottom: 15px;
        }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .search-detail-title {
        width: 90%;
        margin-left: 15px;
    }

    .news-p {
        max-width: 90%;
        min-width: 90%;
    }

    .news-button {
        float: left;
    }

    .news-headline {
        min-width: 70%;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 45%;
        margin-left: 0px;
        margin-right: 15px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 45%;
        margin: -6px 0 15px 0;
    }

    .news-detail-gallery .title {
        margin-top: 15px;
    }

    .document-dis {
        width: 113px;
        margin: 0;
        margin-left: 17px;
    }

    .document-img {
        height: 174px;
        width: 111px;
        margin: 0;
    }

    .document-table img {
        width: 101px;
        height: 156px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -160px;
        width: 101px;
        height: 156px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 113px;
    }

    .search-input.open {
        width: 200px !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 20px 1px 4px;
    }

    .search-input {
        padding: 1px 20px 1px 4px;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
    }

    .flexslider .slides > li {
        background-position: 43% !important;
        background-size: 210% !important;
    }

    .login {
        display: none;
    }

    .address-content p {
        padding-right: 20px;
    }
}
/*Ipad Dikey Biti�*/

/*Iphone 5 Yatay Ba�lang��*/
@media only screen and (min-width:560px) and (max-width:639px) {
    .popup_img {
        max-height: 300px
    }
    .mm-listitem > a {
        font-size: 13px !important;
        padding: 4px 10px 4px 20px !important;
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .lightBoxSlide {
        max-width: 90%;
        margin: 0 auto;
        width: auto !important
    }

    .popupYazi iframe {
        width: 100% !important;
        height: auto !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .video-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .video-block {
        width: 27%;
        margin-right: 0
    }

    .flexslider-shadow-index {
        z-index: 1 !important;
    }

    .footer-block-index {
        z-index: 2;
    }

    .top_block {
        z-index: 2;
    }

    .footer-block-index {
        z-index: 2;
    }

    html {
        -webkit-text-size-adjust: none
    }

    .mh-head {
        display: block;
    }

    .menu {
        display: none;
    }

    .search {
        display: block;
        margin-right: -61px;
        margin-top: 14px;
        background-size: 8px;
    }

    .top {
        width: 100%;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language-center {
        margin-right: 0;
        margin-top: -15px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        margin-top: 10px;
        background-size: 100%;
        background-position: left;
        height: 85px;
        width: 119px;
    }

    .naya {
        display: none;
    }

    .flex-caption {
        font-size: 40px !important;
        margin-top: 120px !important;
        margin-left: 7px !important;
    }

    .flex-caption-alt {
        margin-left: 0 !important;
        margin-top: -46px !important;
        font-size: 25px !important;
    }

    .footer-centered {
        width: 100%;
        margin-top: 45px;
    }

    .footer-bot-centered {
        width: 100%;
        padding-top: 0;
    }

    .news-block {
        margin-right: 0;
        width: 22%;
    }

    .catalog-block {
        width: 29%;
    }

    .documents-block {
        float: right;
        width: 22%;
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .news-block:hover .news-oval {
        background-size: 50px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 50px;
    }

    .documents-block a:hover .document-oval {
        background-size: 30px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100;
        font-size: 15px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        width: 100%;
        margin-top: 6px;
        font-size: 15px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
        margin-top: -44px;
    }

        .page-headline h1 {
            font-size: 20px;
        }

    .alt-nav {
        margin-left: -24px;
    }

    .content {
        float: none;
        margin: 0 auto;
        width: 94%;
        padding-top: 20px
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        width: 94% !important;
        padding-top: 15px;
    }

    .detail-gallery-centered {
        width: 104% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 124px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 116px;
    }

    .background-gallery-news {
        width: 116px;
    }

    .link-navigate ul li {
        margin-bottom: 8px;
    }

    .link-navigate {
        margin-top: -30px;
    }

    .product-detail {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 104%;
    }

    .product-glr {
        width: 75px;
        height: 63px;
        margin-bottom: 9px;
        margin-right: 9px;
    }

    .product-gallery-img img {
        max-width: 75px;
        max-height: 60px;
    }

    .product-gallery-img {
        width: 75px;
        height: 63px;
    }

    .product-detail-img {
        width: 245px;
        height: 245px;
    }

    .product-detail-centered {
        width: 100%;
        margin-top: 15px;
    }

    .product-detail-hl {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .product-detail-left {
        width: 50%;
        margin-right: 0;
    }

    .product-detail-content {
        width: 50%;
        margin-right: 0px;
    }

    .product-document {
        width: 51%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 95%;
    }

    .contact-form-outline {
        width: 50%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 86%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 86%;
    }

    .submit-button {
        float: left;
        margin-left: 7px;
        width: 97px;
        height: 32px;
    }

    .contact-address-outline {
        width: 50%;
        height: auto;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        margin-top: 35px;
        padding: 30px 10px 20px 10px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 100%;
    }

    .document-centered {
        width: 100%;
        margin-top: 15px;
    }

    .gallery-content {
        width: 97%;
    }

    .gallery-centered {
        width: 100%;
        margin-left: -1px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 127px;
        height: 109px;
        margin: 0 0 15px 7px
    }

    .img-table {
        width: 119px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 119px;
        height: 101px;
    }

    .news-content {
        width: 94%;
        float: none;
        padding-top: 15px;
    }

    .news-p.search_b {
        width: 99%;
    }

    .news-outline {
        width: 100%;
        height: auto;
    }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .news-headline {
        width: 100%;
    }

    .news-p {
        max-width: 100%;
    }

    .news-button {
        float: left;
    }

    .news-centered a .news-button {
        width: 100%;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 100%;
        margin-left: 0;
        margin-right: 15px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 45%;
        margin: 15px 0 15px 0;
    }

    .document-dis {
        width: 113px;
        margin: 0;
        margin-left: 17px;
    }

    .document-img {
        height: 174px;
        width: 111px;
        margin: 0;
    }

    .document-table img {
        width: 101px;
        height: 156px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -160px;
        width: 101px;
        height: 156px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 113px;
    }

    .search-input.open {
        width: 200px !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 20px 1px 4px;
    }

    .search-input {
        padding: 1px 20px 1px 4px;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
    }

    .login {
        display: none;
    }

    .address-content p {
        padding-right: 0;
    }
}
/*Iphone 5 Yatay Biti�*/

/*Samsung S3 Yatay Ba�lang��*/
@media only screen and (min-width:640px) and (max-width:659px) {
    .popup_img {
        max-height: 320px
    }
    html {
        -webkit-text-size-adjust: none
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .mh-head {
        display: block;
    }

    .lightBoxSlide {
        max-width: 90%;
        margin: 0 auto;
        width: auto !important
    }

    .popupYazi iframe {
        width: 100% !important;
        height: auto !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .video-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .video-block {
        width: 26%;
        margin-right: 0
    }

    .menu {
        display: none;
    }

    .search {
        display: block;
        margin-right: -61px;
        margin-top: 14px;
        background-size: 8px;
    }

    .top {
        width: 100%;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language-center {
        margin-right: 0;
        margin-top: -12px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        background-size: 100%;
        background-position: left;
        float: none;
        height: 85px;
        width: 119px;
    }

    .flex-caption {
        font-size: 40px !important;
        margin-top: 120px !important;
        margin-left: 7px !important;
    }

    .flex-caption-alt {
        margin-left: 0 !important;
        margin-top: -46px !important;
        font-size: 25px !important;
    }

    .footer-centered {
        width: 100%;
        margin-top: 44px;
    }

    .footer-bot-centered {
        width: 100%;
        padding-top: 0;
    }

    .naya {
        display: none;
    }

    .news-block {
        margin-right: 0;
        width: 22%;
    }

    .catalog-block {
        width: 30%;
    }

    .documents-block {
        float: right;
        width: 22%;
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .news-block:hover .news-oval {
        background-size: 50px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 50px;
    }

    .documents-block a:hover .document-oval {
        background-size: 30px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100;
        font-size: 15px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        width: 100%;
        margin-top: 6px;
        font-size: 15px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
        margin-top: -44px;
    }

        .page-headline h1 {
            font-size: 20px;
        }

    .alt-nav {
        margin-left: -24px;
    }

    .content {
        float: none;
        margin: 0 auto;
        width: 94%;
        padding-top: 20px
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        width: 94% !important;
        padding-top: 15px;
    }

    .detail-gallery-centered {
        width: 102% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 138px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 130px;
    }

    .background-gallery-news {
        width: 130px;
    }

    .link-navigate ul li {
        margin-bottom: 8px;
    }

    .link-navigate {
        margin-top: -30px;
    }

    .product-detail {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 104%;
    }

    .product-glr {
        width: 75px;
        height: 63px;
        margin-bottom: 9px;
        margin-right: 9px;
    }

    .product-gallery-img img {
        max-width: 75px;
        max-height: 60px;
    }

    .product-gallery-img {
        width: 75px;
        height: 63px;
    }

    .product-detail-img {
        width: 245px;
        height: 245px;
    }

    .product-detail-centered {
        width: 100%;
        margin-top: 15px;
    }

    .product-detail-hl {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .product-detail-left {
        width: 46%;
        margin-right: 0;
    }

    .product-detail-content {
        width: 54%;
        margin-right: 0px;
    }

    .product-document {
        width: 51%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 95%;
    }

    .contact-form-outline {
        width: 50%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 86%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 86%;
    }

    .submit-button {
        float: left;
        margin-left: 7px;
        width: 120px;
        height: 32px;
    }

    .contact-address-outline {
        width: 50%;
        height: auto;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        padding: 30px 25px 20px 25px;
        margin-top: 35px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
            margin-top: 0;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 100%;
    }

    .document-centered {
        width: 100%;
        margin-top: 15px;
    }

    .gallery-content {
        width: 97%;
    }

    .gallery-centered {
        width: 100%;
        margin-left: -1px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 144px;
        height: 109px;
        margin: 0 0 15px 8px
    }

    .img-table {
        width: 136px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 136px;
        height: 101px;
    }

    .news-content {
        width: 94%;
        float: none;
        padding-top: 15px;
    }

    .news-p.search_b {
        width: 99%;
    }

    .news-outline {
        width: 100%;
        height: auto;
    }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .news-p {
        max-width: 51%;
    }

    .news-button {
        float: left;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 45%;
        margin-left: 0px;
        margin-right: 15px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 45%;
        margin: -6px 0 15px 0;
    }

    .news-detail-gallery .title {
        margin-top: 15px;
    }

    .document-dis {
        width: 113px;
        margin: 0;
        margin-left: 17px;
    }

    .document-img {
        height: 174px;
        width: 111px;
        margin: 0;
    }

    .document-table img {
        width: 101px;
        height: 156px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -160px;
        width: 101px;
        height: 156px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 113px;
    }

    .search-input.open {
        width: 200px !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 20px 1px 4px;
    }

    .search-input {
        padding: 1px 20px 1px 4px;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
    }

    .login {
        display: none;
    }

    .address-content p {
        padding-right: 0;
    }
}
/*Samsung S3 Yatay Biti�*/


/*Iphone 6 Yatay Ba�lang��*/
@media only screen and (min-width:660px) and (max-width:699px) {
    .popup_img {
        max-height: 300px
    }
    html {
        -webkit-text-size-adjust: none
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .flexslider-shadow-index {
        z-index: 1 !important;
    }

    .lightBoxSlide {
        max-width: 90%;
        margin: 0 auto;
        width: auto !important
    }

    .popupYazi iframe {
        width: 100% !important;
        height: auto !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .video-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .video-block {
        width: 26%;
        margin-right: 0
    }

    .top_block {
        z-index: 2;
    }

    .footer-block-index {
        z-index: 2;
    }

    .mh-head {
        display: block;
    }

    .menu {
        display: none;
    }

    .search {
        display: block;
        margin-right: -61px;
        margin-top: 14px;
        background-size: 8px;
    }

    .top {
        width: 100%;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language-center {
        margin-right: 0;
        margin-top: -12px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        margin-top: 10px;
        background-size: 100%;
        background-position: left;
        height: 85px;
        width: 119px;
    }

    .flex-caption {
        font-size: 40px !important;
        margin-top: 120px !important;
        margin-left: 7px !important;
    }

    .flex-caption-alt {
        margin-left: 0 !important;
        margin-top: -46px !important;
        font-size: 25px !important;
    }

    .footer-centered {
        width: 100%;
        margin-top: 44px;
    }

    .footer-bot-centered {
        width: 100%;
        padding-top: 0;
    }

    .naya {
        display: none;
    }

    .news-block {
        margin-right: 0;
        width: 22%;
    }

    .catalog-block {
        width: 30%;
    }

    .documents-block {
        float: right;
        width: 22%;
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .news-block:hover .news-oval {
        background-size: 50px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 50px;
    }

    .documents-block a:hover .document-oval {
        background-size: 30px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100;
        font-size: 15px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        width: 100%;
        margin-top: 6px;
        font-size: 15px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
        margin-top: -44px;
    }

        .page-headline h1 {
            font-size: 20px;
        }

    .alt-nav {
        margin-left: -24px;
    }

    .content {
        float: none;
        margin: 0 auto;
        width: 94%;
        padding-top: 22px;
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        width: 94% !important;
        padding-top: 15px;
    }

    .detail-gallery-centered {
        width: 104% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 148px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 140px;
    }

    .background-gallery-news {
        width: 140px;
    }

    .link-navigate ul li {
        margin-bottom: 8px;
    }

    .link-navigate {
        margin-top: -30px;
    }

    .product-detail {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 104%;
    }

    .product-glr {
        width: 75px;
        height: 63px;
        margin-bottom: 9px;
        margin-right: 9px;
    }

    .product-gallery-img img {
        max-width: 75px;
        max-height: 60px;
    }

    .product-gallery-img {
        width: 75px;
        height: 63px;
    }

    .product-detail-img {
        width: 245px;
        height: 245px;
    }

    .product-detail-centered {
        width: 100%;
        margin-top: 15px;
    }

    .product-detail-hl {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .product-detail-left {
        width: 44%;
        margin-right: 0;
    }

    .product-detail-content {
        width: 56%;
        margin-right: 0px;
    }

    .product-document {
        width: 51%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 95%;
    }

    .contact-form-outline {
        width: 50%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 86%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 87.5%;
    }

    .submit-button {
        float: left;
        margin-left: 7px;
        width: 111px;
        height: 32px;
    }

    .contact-address-outline {
        width: 50%;
        height: auto;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        padding: 30px 25px 20px 25px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
            margin-top: 0;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 100%;
    }

    .document-centered {
        width: 100%;
        margin-top: 15px;
    }

    .gallery-content {
        width: 97%;
    }

    .gallery-centered {
        width: 100%;
        margin-left: 4px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 151px;
        height: 109px;
        margin: 0 0 15px 7px
    }

    .img-table {
        width: 143px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 143px;
        height: 101px;
    }

    .news-content {
        width: 95%;
        float: none;
        padding-top: 15px;
    }

        .news-content.cont {
            width: 100%;
        }

        .news-content.src {
            width: 100%;
        }

    .news-p.search_b {
        width: 99%;
    }

    .news-headline.search_b {
        min-height: 50px;
    }

    .news-outline {
        width: 45%;
        height: auto;
        margin-right: 0;
        margin-left: 19px;
    }

        .news-outline.src {
            width: 45%;
            min-height: 156px;
            margin-right: 0;
            margin-left: 18px;
            margin-bottom: 15px;
        }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .search-detail-title {
        width: 90%;
        margin-left: 15px;
    }

    .news-p {
        max-width: 90%;
    }

    .news-button {
        float: left;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 45%;
        margin-left: 0px;
        margin-right: 15px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 45%;
        margin: -6px 0 15px 0;
    }

    .news-detail-gallery .title {
        margin-top: 15px;
    }

    .document-dis {
        width: 113px;
        margin: 0;
        margin-left: 17px;
    }

    .document-img {
        height: 174px;
        width: 111px;
        margin: 0;
    }

    .document-table img {
        width: 101px;
        height: 156px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -160px;
        width: 101px;
        height: 156px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 113px;
    }

    .search-input.open {
        width: 200px !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 20px 1px 4px;
    }

    .search-input {
        padding: 1px 20px 1px 4px;
        color: #fff;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
    }

    .login {
        display: none;
    }

    .address-content p {
        padding-right: 0;
    }
}
/*Iphone 6 Yatay Biti�*/

/*Iphone Plus Yatay Ba�lang��*/
@media only screen and (min-width:700px) and (max-width:759px) {
    .popup_img {
        max-height: 300px
    }
    html {
        -webkit-text-size-adjust: none
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .lightBoxSlide {
        max-width: 90%;
        margin: 0 auto;
        width: auto !important
    }

    .popupYazi iframe {
        width: 100% !important;
        height: auto !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .video-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .video-block {
        width: 26%;
        margin-right: 0
    }

    .mh-head {
        display: block;
    }

    .menu {
        display: none;
    }

    .search {
        display: block;
        margin-right: -61px;
        margin-top: 14px;
        background-size: 8px;
    }

    .top {
        width: 100%;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language-center {
        margin-right: 0;
        margin-top: -12px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        margin-top: 10px;
        background-size: 100%;
        background-position: left;
        height: 85px;
        width: 119px;
    }

    .flex-caption {
        font-size: 40px;
        margin-top: 141px !important;
        margin-left: 7px !important;
    }

    .flex-caption-alt {
        margin-left: 0 !important;
        margin-top: -34px !important;
    }

    .footer-centered {
        width: 100%;
        margin-top: 27px;
    }

    .footer-bot-centered {
        width: 100%;
        padding-top: 0;
    }

    .naya {
        display: none;
    }

    .news-block {
        margin-right: 0;
        width: 22%;
    }

    .catalog-block {
        width: 30%;
    }

    .documents-block {
        float: right;
        width: 22%;
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 30px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 40px;
        height: 40px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 25px;
    }

    .news-block:hover .news-oval {
        background-size: 50px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 50px;
    }

    .documents-block a:hover .document-oval {
        background-size: 30px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100;
        font-size: 15px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 15px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        width: 100%;
        margin-top: 6px;
        font-size: 15px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
        margin-top: -44px;
    }

        .page-headline h1 {
            font-size: 20px;
        }

    .alt-nav {
        margin-left: -24px;
    }

    .content {
        float: none;
        margin: 0 auto;
        width: 95%;
        padding-top: 20px
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        width: 94% !important;
        padding-top: 15px;
    }

    .detail-gallery-centered {
        width: 102% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 160px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 152px;
    }

    .background-gallery-news {
        width: 152px;
    }

    .link-navigate ul li {
        margin-bottom: 8px;
    }

    .link-navigate {
        margin-top: -30px;
    }

    .product-detail {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 104%;
    }

    .product-glr {
        width: 75px;
        height: 63px;
        margin-bottom: 9px;
        margin-right: 9px;
    }

    .product-gallery-img img {
        max-width: 75px;
        max-height: 60px;
    }

    .product-gallery-img {
        width: 75px;
        height: 63px;
    }

    .product-detail-img {
        width: 245px;
        height: 245px;
    }

    .product-detail-centered {
        width: 100%;
        margin-top: 15px;
    }

    .product-detail-hl {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .product-detail-left {
        width: 40%;
        margin-right: 0;
    }

    .product-detail-content {
        width: 60%;
        margin-right: 0px;
    }

    .product-document {
        width: 60%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 95%;
    }

    .contact-form-outline {
        width: 50%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 86%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 86%;
    }

    .submit-button {
        float: left;
        margin-left: 7px;
        width: 165px;
        height: 32px;
    }

    .contact-address-outline {
        width: 50%;
        height: auto;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        padding: 30px 25px 20px 25px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
            margin-top: 0;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 100%;
    }

    .document-centered {
        width: 100%;
        margin-top: 15px;
    }

    .gallery-content {
        width: 97%;
    }

    .gallery-centered {
        width: 100%;
        margin-left: -1px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 164px;
        height: 109px;
        margin: 0px 0 15px 11px;
    }

    .img-table {
        width: 155px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 155px;
        height: 101px;
    }

    .news-content {
        width: 95%;
        float: none;
        padding-top: 15px;
    }

        .news-content.cont {
            width: 100%;
        }

        .news-content.src {
            width: 100%;
        }

    .news-p.search_b {
        width: 99%;
    }

    .news-headline.search_b {
        min-height: 45px;
    }

    .news-outline {
        width: 45%;
        height: auto;
        margin-right: 0;
        margin-left: 19px;
    }

        .news-outline.src {
            width: 45%;
            min-height: 156px;
            margin-right: 0;
            margin-left: 18px;
            margin-bottom: 15px;
        }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .search-detail-title {
        width: 90%;
        margin-left: 15px;
    }

    .news-p {
        max-width: 90%;
    }

    .news-button {
        float: left;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 45%;
        margin-left: 0px;
        margin-right: 15px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 45%;
        margin: -6px 0 15px 0;
    }

    .news-detail-gallery .title {
        margin-top: 15px;
    }

    .document-dis {
        width: 113px;
        margin: 0;
        margin-left: 17px;
    }

    .document-img {
        height: 174px;
        width: 111px;
        margin: 0;
    }

    .document-table img {
        width: 101px;
        height: 156px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -160px;
        width: 101px;
        height: 156px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 113px;
    }

    .search-input.open {
        width: 200px !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 20px 1px 4px;
    }

    .search-input {
        padding: 1px 20px 1px 4px;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
    }

    .login {
        display: none;
    }

    .address-content p {
        padding-right: 20px;
    }
}
/*Iphone Plus Yatay Biti�*/

/*Ipad Yatay Ba�lang��*/
@media only screen and (min-width:1000px) and (max-width:1024px) {
    .popup_img {
        max-height: 400px
    }
    html {
        -webkit-text-size-adjust: none
    }

    .address-content .bottom-line {
        padding-left: 25px;
    }

    .flexslider-shadow-index {
        z-index: 1 !important;
    }

    .video-oval {
        float: none;
        margin: 0 auto;
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 50px;
    }

    .video-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .footer-block-index {
        z-index: 2;
    }

    .top_block {
        z-index: 2;
    }

    .footer-block-index {
        z-index: 2;
    }

    .mh-head {
        display: block;
    }

    .menu {
        display: none;
    }

    .search {
        display: block;
        margin-right: -64px;
        margin-top: 18px;
        background-size: 8px;
    }

    .top {
        width: 100%;
    }

    .top_block_inner {
        width: 100%;
        display: inline-block;
    }

    .language-center {
        margin-right: 0;
        margin-top: -12px;
    }

    .language a {
        margin-left: 0;
        color: #fff;
    }

    .logo {
        margin: 0 auto;
        margin-top: 10px;
        background-size: 100%;
        background-position: left;
        height: 85px;
        width: 155px;
    }

    .flex-caption {
        margin-top: 27% !important;
        margin-left: 7px !important;
        font-size: 75px !important;
    }

    .flex-caption-alt {
        margin-left: 0 !important;
        margin-top: -65px !important;
        font-size: 46px !important;
    }

    .footer-centered {
        width: 100%;
        margin-top: -16px;
    }

    .footer-bot-centered {
        width: 100%;
        padding-top: 0;
    }

    .news-block {
        margin-right: 0;
        width: 22%;
    }

    .video-block {
        width: 26%;
        margin-right: 0;
    }

    .catalog-block {
        width: 30%;
    }

    .documents-block {
        float: right;
        width: 22%;
    }

    .news-oval {
        float: none;
        margin: 0 auto;
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 50px;
    }

    .catalog-oval {
        float: none;
        margin: 0 auto;
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 45px;
    }

    .document-oval {
        float: none;
        margin: 0 auto;
        width: 75px;
        height: 75px;
        -moz-border-radius: 40px;
        -webkit-border-radius: 40px;
        background-size: 40px;
    }

    .news-block:hover .news-oval {
        background-size: 90px;
    }

    .catalog-block:hover .catalog-oval {
        background-size: 80px;
    }

    .documents-block a:hover .document-oval {
        background-size: 40px;
    }

    .news-hl {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        font-size: 20px;
        margin-left: 0px;
        margin-top: 5px;
    }

    .catalog-hl {
        font-size: 20px;
        margin-top: 6px;
        text-align: center;
        width: 100%;
        margin-left: 0;
    }

    .document-hl {
        width: 100%;
        margin-top: 6px;
        font-size: 20px;
        text-align: center;
        margin-left: 0;
    }

    .news-text-link {
        display: none !important;
    }

    .hl-link {
        float: none;
        margin: 0 auto;
        width: 100%;
    }

    .hl-all {
        display: none;
    }

    .social-icon {
        display: none;
    }

    .mobile-news-link {
        pointer-events: initial;
        cursor: pointer;
    }

    .navigation-center {
        display: none;
    }

    .mid-section {
        width: 100%;
    }

    .page-headline {
        min-width: 93px;
        margin-top: -44px;
    }

        .page-headline h1 {
            font-size: 20px;
        }

    .alt-nav {
        margin-left: -24px;
    }

    .content {
        float: none;
        margin: 0 auto;
        max-width: none;
        width: 97%;
        padding-top: 22px;
    }

    .news-detail-gallery {
        float: none;
        margin: 0 auto;
        width: 96% !important;
        padding-top: 15px;
    }

    .detail-gallery-centered {
        width: 102% !important;
        margin-left: -7px;
    }

    .detail-gallery-img {
        width: 152px;
        margin: 0px 0 8px 8px;
    }

    .img-table-detail {
        width: 144px;
    }

    .background-gallery-news {
        width: 144px;
    }

    .link-navigate ul li {
        margin-bottom: 8px;
    }

    .link-navigate {
        margin-top: -30px;
    }

    .product-detail {
        float: none;
        width: 95%;
        margin: 0 auto;
    }

    .product-gallery {
        width: 104%;
    }

    .product-glr {
        width: 75px;
        height: 63px;
        margin-bottom: 9px;
        margin-right: 9px;
    }

    .product-gallery-img img {
        max-width: 75px;
        max-height: 60px;
    }

    .product-gallery-img {
        width: 75px;
        height: 63px;
    }

    .product-detail-img {
        width: 326px;
        height: 245px;
    }

    .product-detail-centered {
        width: 100%;
        margin-top: 15px;
    }

    .product-detail-hl {
        width: 50%;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .product-detail-left {
        width: 40%;
        margin-right: 0;
    }

    .product-detail-content {
        width: 60%;
        margin-right: 0px;
    }

    .product-document {
        width: 60%;
    }

    .alt-baslik {
        width: 100%;
    }

    .document-list {
        margin-right: 11px;
    }

    .contact-content {
        width: 95%;
    }

    .contact-form-outline {
        width: 50%;
        border: none;
        margin-top: 0px;
    }

    .contact-form-inline {
        width: 100%;
        margin-left: 0;
    }

    .contact-txt {
        width: 100%;
    }

    .contact-text {
        width: 86%;
    }

    .contact-area {
        width: 100%;
    }

    .contact-textarea {
        width: 87%;
    }

    .submit-button {
        float: left;
        margin-left: 7px;
        width: 165px;
        height: 32px;
    }

    .contact-address-outline {
        width: 50%;
        height: auto;
        margin-left: 0;
        margin-top: 30px;
        margin-bottom: 0;
        border: none;
    }

    .address-centered {
        padding: 35px 30px 25px 25px;
    }

    .address-icon {
        margin-right: 0;
    }

    .address-content {
        width: 100%;
    }

    .address-icon.address {
        height: 48px;
    }

    .map-outline {
        display: none;
        width: 100%;
    }

        .map-outline.mobile {
            display: block;
            border: none;
            margin-top: 0;
        }

    .map-iframe {
        margin-left: 0;
        width: 100%;
    }

    .document-content {
        width: 100%;
    }

    .document-centered {
        width: 100%;
        margin-top: 15px;
    }

    .gallery-content {
        width: 97%;
    }

    .gallery-centered {
        width: 100%;
        margin-left: -1px;
        margin-top: 15px;
    }

    .gallery-img {
        width: 184px;
        height: 109px;
        margin: 0px 0 15px 8px;
    }

    .img-table {
        width: 176px;
        height: 106px;
        margin-left: 4px;
        margin-top: 4px;
    }

        .img-table img {
            height: 101px;
        }

    .background-gallery {
        background: url(../img/buyutec.png) no-repeat center;
        background-color: rgba(255,0,0,0.4);
        position: absolute;
        margin-top: -105px;
        margin-left: 0px;
        width: 176px;
        height: 101px;
    }

    .news-content {
        width: 95%;
        float: none;
        padding-top: 15px;
    }

        .news-content.cont {
            width: 100%;
        }

        .news-content.src {
            width: 100%;
        }

    .news-p.search_b {
        width: 99%;
    }

    .news-headline.search_b {
        min-height: 45px;
    }

    .news-outline {
        width: 45%;
        height: auto;
        margin-right: 0;
        margin-left: 19px;
    }

        .news-outline.src {
            width: 46%;
            min-height: 156px;
            margin-right: 0;
            margin-left: 18px;
            margin-bottom: 15px;
        }

    .news-centered {
        width: 100%;
        margin-left: 0;
        margin: 0 0 0 3px;
    }

    .search-detail-title {
        width: 90%;
        margin-left: 15px;
    }

    .news-p {
        max-width: 90%;
    }

    .news-button {
        float: left;
    }

    .news-detail-hl {
        width: 100%;
    }

        .news-detail-hl h1 {
            margin-bottom: 15px;
        }

    .news-detail-img {
        width: 45%;
        margin-left: 0px;
        margin-right: 15px;
    }

    .news-img-in {
        width: 94%;
    }

    .news-detail-content {
        width: 45%;
        margin: -6px 0 15px 0;
    }

    .news-detail-gallery .title {
        margin-top: 15px;
    }

    .document-dis {
        width: 113px;
        margin: 0;
        margin-left: 17px;
    }

    .document-img {
        height: 174px;
        width: 111px;
        margin: 0;
    }

    .document-table img {
        width: 101px;
        height: 156px;
        margin-left: 5px;
        margin-top: 9px;
    }

    .background-doc {
        margin-top: -160px;
        width: 101px;
        height: 156px;
        margin-left: 5px;
    }

    .document-in-hl {
        width: 113px;
    }

    .search-input.open {
        width: 200px !important;
        border: 1px solid #f8b91d !important;
    }

    .flexslider .slides > li {
        background-position: 43% !important;
    }

    .naya {
        margin-left: 18px;
        display: none;
    }

    .search-input.open {
        width: 200px !important;
        border: 1px solid #f8b91d !important;
        padding: 1px 20px 1px 4px;
    }

    .search-input {
        padding: 1px 20px 1px 4px;
        color: #fff;
    }

    .search-btn-mobile {
        position: absolute;
        width: 18px;
        height: 20px;
        margin-left: 18px;
        margin-top: 2px;
        background-color: transparent;
        z-index: 0;
        border: 0px solid;
        background: url(../img/searchmobile.png) no-repeat;
        background-size: 12px;
    }

    .search-btn {
        display: none;
    }

    .security-code-in {
        margin-left: -162px;
    }

    .rfr-buton {
        margin-left: -56px;
        margin-top: 38px;
    }

    .address-content p {
        padding-right: 0;
    }
}
/*Ipad Yatay Biti�*/
