﻿@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&subset=latin-ext');

* { orphans: inherit; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
html { direction: ltr; box-shadow: none !important; }
body, html { overflow-x: hidden; }
img, iframe, table { max-width: 100%; border: none; }
img { height: auto !important; vertical-align: middle; }
.fancybox-slide img { height: auto !important; }
b, strong { font-weight: 500; }
i { margin-right: 5px; }
    i.none { margin-right: 0px; }
th, td { text-align: left; }
ul, li { list-style: none; vertical-align: top; margin: 0; padding: 0; }
:after, :before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

button, input, select, textarea { font-family: 'Roboto', sans-serif; font-size: 100%; font-weight: 300; vertical-align: baseline; background: none; border: none; margin: 0; }
    button[disabled], input[disabled] { cursor: default; }
button { cursor: pointer; }
textarea { overflow: auto; vertical-align: top; }
    textarea:focus, input:focus, select:focus { outline: none; }

.text, .form input[type="text"], .form input[type="password"],
.textarea, .form textarea,
.select, .form select { border-radius: 3px; border: 1px solid #c8c8c8; color: #18191a; padding: 15px 15px; width: 100%; }
.select, .form select { padding: 14px 15px; }
    .text:focus, .form input[type="text"]:focus, .form input[type="password"]:focus,
    .textarea:focus, .form textarea:focus,
    .select:focus, .form select:focus { background-color: #fff; border: 1px solid #fe1d00; outline: 0; }

input[type=radio]:not(.none) + label { display: block; margin-right: 10px; cursor: pointer; }
input[type=radio]:not(.none) { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; opacity: 0; }
    input[type=radio]:not(.none) + label:before { float: left; margin-right: 10px; margin-bottom: 10px; text-align: center; content: "\2714"; border: 1px solid #c8c8c8; border-radius: 50px; display: inline-block; width: 20px; height: 20px; vertical-align: middle; color: transparent; transition: .2s; }
    input[type=radio]:not(.none) + label:active:before { transform: scale(0); }
    input[type=radio]:not(.none):checked + label:before { background-color: MediumSeaGreen; border-color: MediumSeaGreen; color: #fff; }
    input[type=radio]:not(.none):disabled + label:before { transform: scale(1); border-color: #aaa; }
    input[type=radio]:not(.none):checked:disabled + label:before { transform: scale(1); background-color: #bfb; border-color: #bfb; }

input[type=checkbox]:not(.none) + label { display: block; margin-right: 10px; cursor: pointer; }
input[type=checkbox]:not(.none) { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; opacity: 0; }
    input[type=checkbox]:not(.none) + label:before { float: left; margin-right: 10px; margin-bottom: 10px; text-align: center; content: "\2714"; border: 1px solid #c8c8c8; border-radius: 0.2em; display: inline-block; width: 20px; height: 20px; vertical-align: middle; color: transparent; transition: .2s; }
    input[type=checkbox]:not(.none) + label:active:before { transform: scale(0); }
    input[type=checkbox]:not(.none):checked + label:before { background-color: MediumSeaGreen; border-color: MediumSeaGreen; color: #fff; }
    input[type=checkbox]:not(.none):disabled + label:before { transform: scale(1); border-color: #aaa; }
    input[type=checkbox]:not(.none):checked:disabled + label:before { transform: scale(1); background-color: #bfb; border-color: #bfb; }

.btn { cursor: pointer; padding: 10px 20px; background: #fe1d00; border: none; color: #ffffff; font-size: 18px; font-weight: 500; }
    .btn:hover, .btn_active { background: #18191a; color: #fff; }
.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; border-radius: 6px; }
.fa-lg { font-size: 1.43333333em; line-height: .75em; vertical-align: -15%; }

.btn_success { background-color: #5cb85c; }
    .btn_success:hover { background-color: #449d44; }
.btn_default { color: #333; background-color: #fff; border: 1px solid #ccc; }
    .btn_default:hover { color: #333; background-color: #e6e6e6; border: 1px solid #8c8c8c; }

.left { float: left !important; }
.right { float: right !important; }
.text_center { text-align: center !important; }
.text_right { text-align: right !important; }
.text_left { text-align: left !important; }
.auto { height: auto !important; }

.clr:before, .clr:after { content: ""; display: table; }
.clr:after { clear: both; }
.clr { zoom: 1; }

.gizle { visibility: hidden !important; }
.goster { visibility: visible !important; }
.block { display: block !important; }

.madde_imi { margin: 20px; }
    .madde_imi li { margin: 5px 20px; list-style-type: disc; }

.center { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.anasayfa .center.mains, .iletisim .center.mains { width: auto; padding: 0px; }
.iletisim footer { margin-top: 0px; }

.margin_bottom20 { margin-bottom: 20px; }
.margin_bottom30 { margin-bottom: 30px; }
.margin_bottom40 { margin-bottom: 40px; }
.margin_top30 { margin-top: 30px; }
.margin_top20 { margin-top: 20px; }
.margin_top10 { margin-top: 10px; }
.padding_top0 { padding-top: 0px !important; }
.padding_10 { padding: 10px !important; }

hr { background-image: -webkit-linear-gradient(left, transparent, #dbdbdb, transparent); background-image: linear-gradient(to right, transparent, #dbdbdb, transparent); border: 0; height: 1px; margin: 22px 0; }

.img_responsive { display: block; max-width: 100%; height: auto; }
.satir { margin-left: -15px; margin-right: -15px; }
    .satir:after, .satir:before { display: table; content: " "; }
    .satir:after { clear: both; }
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10, .col11, .col12 { float: left; position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }
.col12 { width: 100%; }
.col11 { width: 91.66666667%; }
.col10 { width: 83.33333333%; }
.col9 { width: 75%; }
.col8 { width: 66.66666667%; }
.col7 { width: 58.33333333%; }
.col6 { width: 50%; }
.col5 { width: 41.66666667%; }
.col4 { width: 33.33333333%; }
.col3 { width: 25%; }
.col2 { width: 16.66666667%; }
.col1 { width: 8.33333333%; }

::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-thumb { background: #fe1d00; -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.3); }
::-webkit-scrollbar-track { background: #fff; -webkit-box-shadow: inset 1px 1px 2px #E0E0E0; border: 1px solid #D8D8D8; }
::-webkit-scrollbar-thumb { background: #fe1d00; -webkit-box-shadow: inset 1px 1px 2px rgba(155, 155, 155, 0.3); }
    ::-webkit-scrollbar-thumb:hover { -webkit-box-shadow: inset 1px 1px 10px rgba(0, 0, 0, 0.2); }
    ::-webkit-scrollbar-thumb:active { background: #686a68; -webkit-box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2); }
::selection { background: #fe1d00; color: #fff; text-shadow: none; }

h1, h2, h3, h4, h5, h6 { font-weight: 500; }
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 22px; }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; }

.loader-content { position: absolute; left: 50%; top: 50%; font-size: 40px; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.loader-line-bar { position: relative; width: 100%; margin-top: 10px; height: 1px; overflow: hidden; }
    .loader-line-bar:before { content: ''; position: absolute; left: -100%; top: 0; width: 100%; height: 100%; background-color: #fff; -webkit-animation: move 3s linear infinite; -moz-animation: move 3s linear infinite; -o-animation: move 3s linear infinite; animation: move 3s linear infinite; }

@-webkit-keyframes move {
    0% { left: -100%; }
    100% { left: 100%; }
}

@-moz-keyframes move {
    0% { left: -100%; }
    100% { left: 100%; }
}

@-o-keyframes move {
    0% { left: -100%; }
    100% { left: 100%; }
}

@keyframes move {
    0% { left: -100%; }
    100% { left: 100%; }
}

.owl-theme .owl-dots .owl-dot span { background: #b5b5b5; border: none; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #fe1d00; }
.background-images .item { background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; height: 407px; }


body { font-family: 'Roboto', sans-serif; color: #18191a; font-size: 14px; font-weight: 400; }
a { color: #18191a; text-decoration: none; }
    a:hover { text-decoration: none; color: #fe1d00; }

header { padding-top: 20px; padding-bottom: 10px; box-shadow: 3px 0px 7px #797979; }
    header .center { /* width: 96%; */ }
    header .logo { float: left; }
.diller { display: inline-block; margin-right: 20px; float: right; line-height: 27px; }
    .diller a { padding: 0px 3px; }
    .diller img { float: left; margin: 5px 5px 5px 0; }

header .ust_menu { float: right; margin-right: 30px; padding-top: 10px; }
    header .ust_menu li { display: inline-block; padding: 0px 10px; border-left: 1px solid #ccc; }
        header .ust_menu li:first-child { border-left: 0px; }

.sitemenu > ul > li:hover, .sitemenu > ul > li > a.active { color: #ff0000; border-color: #ff0000; }
.sitemenu ul ul { background: #18191a; margin-top: 20px; }
.sitemenu.mobile ul { background: #18191a; }

.header_fixed { width: 100%; position: fixed; z-index: 9999; top: 0; left: 0; background-color: #fff; box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.5); padding-top: 0px; }
    .header_fixed .header_ust { display: none; }
    .header_fixed .logo { margin-top: 5px; }
        .header_fixed .logo img { width: 70%; }
    .header_fixed .sitemenu { margin-top: 22px; }

.arama { float: right; margin-right: 30px; margin-top: 5px; position: relative; width: 200px; background: #f3f3f3; height: 28px; line-height: 28px; }
    .arama .txt_arama { width: 88%; padding: 0px 5px; color: #a6a7a8; vertical-align: top; height: 28px; line-height: 28px; }
    .arama .btn_arama { background: none; border: none; cursor: pointer; position: absolute; top: 4px; right: 0px; font-size: 18px; }

header .sosyal_icon { float: right; margin-right: 5px; }
.sosyal_icon li:last-child { margin-right: 0px; }
.sosyal_icon li { width: 27px; height: 27px; text-align: center; display: inline-block; margin-right: 2px; }
    .sosyal_icon li a { display: table; width: 100%; }
    .sosyal_icon li i { border: 2px solid #fff; color: #fff; width: 27px; height: 27px; line-height: 30px; text-align: center; margin: 0; font-size: 16px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
    .sosyal_icon li:last-child i { margin-right: 0px; }
/*.sosyal_icon li.facebook i { background: #3b5998; transition: all .4s; }
    .sosyal_icon li.facebook:hover i { background: #fff; border-color: #3b5998; color: #3b5998; }
    .sosyal_icon li.twitter i { background: #00aced; }
    .sosyal_icon li.twitter:hover i { background: #fff; border-color: #00aced; color: #00aced; }
    .sosyal_icon li.instagram i { background: -webkit-gradient(radial, 33% 100%, 0, 33% 100%, 221, color-stop(1.00, #515ECF), color-stop(0.81, #9B36B7), color-stop(0.63, #D92E7F), color-stop(0.32, #F15245), color-stop(0.04, #FED373)); background: -webkit-radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF 100%); background: radial-gradient(33% 100%, circle, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF 100%); }
    .sosyal_icon li.instagram:hover i { background: #fff; border-color: #517fa4; color: #517fa4; }
    .sosyal_icon li.youtube i { background: #bb0000; }
    .sosyal_icon li.youtube:hover i { background: #fff; border-color: #bb0000; color: #bb0000; }
    .sosyal_icon li.linkedin i { background: #007bb6; }
    .sosyal_icon li.linkedin:hover i { background: #fff; border-color: #007bb6; color: #007bb6; }
    .sosyal_icon li.google-plus i,
    .sosyal_icon li.google i { background: #dd4b39; }
    .sosyal_icon li.google:hover i,
    .sosyal_icon li.google-plus:hover i { background: #fff; border-color: #dd4b39; color: #dd4b39; }
    .sosyal_icon li.pinterest i { background: #cb2027; }
    .sosyal_icon li.pinterest:hover i { background: #fff; border-color: #cb2027; color: #cb2027; }
    .sosyal_icon li.whatsapp i { background: #009688; }
    .sosyal_icon li.whatsapp:hover i { background: #fff; border-color: #009688; color: #009688; }*/

.altsayfa_banner { text-align: center; }
#banner { text-align: center; max-width: 1920px; margin: 0px auto; }
    #banner .caption { position: absolute; width: 100%; top: 50%; transform: translateY(-50%); margin-top: -39px; color: #fff; text-align: left; bottom: initial; }

    #banner .owl-item img { display: initial; text-align: center; width: 100%; }
    #banner .item { display: block; }
    #banner .owl-buttons div { padding: 10px 15px 10px 15px !important; }
    #banner .owl-nav i { font-size: 20px; display: table; margin: 2px auto; }
    #banner .owl-nav .owl-prev, #banner .owl-nav .owl-next { margin-top: -27px; background: rgba(99, 99, 99, .8); width: 35px; height: 35px; line-height: normal; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
    #banner .owl-dots { position: relative; bottom: 0; margin: 20px 0; }

#main .sidebar { width: 345px; float: right; }
#main .content { width: 765px; float: left; display: inline-block; }
#main .content_full { width: 100% !important; margin-top: 0px; }

body.wordbelgesi #main .content ul { padding-left: 20px; margin: 15px 0; }
body.wordbelgesi #main .content li { list-style: disc; }

.middle { position: absolute; width: 100%; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.kborder { position: relative; margin-bottom: 40px; display: inline-block; }
    .kborder:after { position: absolute; left: 0; bottom: -10px; width: 30px; height: 3px; content: ""; background: #fe1d00; }
.text_center .kborder:after { left: 50%; margin-left: -18px; }

body.urun_page #main .sidebar { float: left; width: 280px; }
body.urun_page #main .content { float: right; width: 825px; }


.banner { position: relative; width: 100%; min-height: 110px; border-bottom: 1px solid #d3d3d3; margin-bottom: 35px; }
.anasayfa .banner { min-height: inherit; background: #fff; margin-bottom: 0px; background: #f1f1f1; }
.page-header { color: #565656; z-index: 999; }
    .page-header h1 { font-size: 30px; font-weight: 500; color: #3d3d3d; }
.breadcrumb { color: #565656; font-size: 13px; }
    .breadcrumb > li { display: inline-block; }
        .breadcrumb > li:after { padding: 0 7px 0 5px; content: "/\00a0"; }
        .breadcrumb > li:last-child:after { content: none; }
    .breadcrumb a { color: #565656; }
        .breadcrumb a:hover { color: #18191a; }


.solmenu { margin-bottom: 40px; font-size: 15px; border: 1px solid #c9c9c9; background: #f3f3f3; }
    .solmenu li a { color: #565656; display: block; padding: 15px; border-bottom: 1px solid #d2d2d2; position: relative; }
    .solmenu li:last-child a { border: none; }
    .solmenu li a:hover, .solmenu li.active > a { color: #202020; background: #b1b1b1; border-color: #b1b1b1; }
    .solmenu li li { font-size: 15px; }
    .solmenu ul { display: none; }
    .solmenu li.active > ul { display: block; }
    .solmenu li li a { /* border-bottom: none; */ padding: 15px 30px; }
    .solmenu li li:last-child a { border-bottom: 1px solid #d2d2d2; }
    .solmenu li.submenu > a:after { content: '\f105'; font-family: 'FontAwesome'; margin-left: 10px; float: right; }
    .solmenu li.submenu.active > a:after { content: '\f107'; font-family: 'FontAwesome'; margin-left: 10px; float: right; }


footer { width: 100%; height: auto; background: #212121; margin-top: 25px; padding: 25px 0px; color: #b8b9be; font-size: 12px; display: table; }

    footer .fmenu { margin-bottom: 30px; text-align: center; }
        footer .fmenu li { display: inline-block; border-left: 1px dotted #ccc; padding-left: 20px; margin-left: 20px; }
            footer .fmenu li:first-child { padding-left: 0px; margin-left: 0px; border-left: 0px; }

    footer .copyright { float: left; font-size: 12px; color: #b8b9be; line-height: 50px; }
        footer .copyright img { float: right; }

.hata_sayfasi { text-align: center; margin: 50px auto; }
    .hata_sayfasi h1 { font-size: 12em; }

.more { color: #242424; border: 2px solid #242424; padding: 10px 20px; display: inline-block; }
    .more:hover,
    .more:focus { background-color: #242424; border-color: #242424; color: #ffffff; }
    .more i { margin-left: 10px; }

.panel-footer { text-align: right; }
.pagination { display: inline-block; padding-left: 0; margin: 20px 0; border-radius: 4px; }
    .pagination > li { display: inline; }
        .pagination > li > a, .pagination > li > span { position: relative; float: left; padding: 6px 12px; line-height: 1.42857143; text-decoration: none; color: #ff1b02; background-color: #fff; border: 1px solid #ddd; margin-left: -1px; }
        .pagination > li:first-child > a, .pagination > li:first-child > span { margin-left: 0; border-bottom-left-radius: 4px; border-top-left-radius: 4px; }
        .pagination > li:last-child > a, .pagination > li:last-child > span { border-bottom-right-radius: 4px; border-top-right-radius: 4px; }
        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { z-index: 3; color: #a21a0b; background-color: #eee; border-color: #ddd; }
    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { z-index: 2; color: #fff; background-color: #ff1b02; border-color: #ff1b02; cursor: default; }
    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777; background-color: #fff; border-color: #ddd; cursor: not-allowed; }
.pagination-lg > li > a, .pagination-lg > li > span { padding: 10px 16px; font-size: 18px; line-height: 1.3333333; }
.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span { border-bottom-left-radius: 6px; border-top-left-radius: 6px; }
.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span { border-bottom-right-radius: 6px; border-top-right-radius: 6px; }
.pagination-sm > li > a, .pagination-sm > li > span { padding: 5px 10px; font-size: 12px; line-height: 1.5; }
.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span { border-bottom-left-radius: 3px; border-top-left-radius: 3px; }
.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span { border-bottom-right-radius: 3px; border-top-right-radius: 3px; }

/* Alerts */
.alert h4 { margin-top: 0; margin-bottom: 7px; color: inherit; font-weight: 400; font-size: 18px; }
.alert { margin-bottom: 20px; padding: 15px; border: 1px solid transparent; border-radius: 4px; border-top-width: 0; border-right-width: 2px; border-bottom-width: 0; border-left-width: 2px; }
.alert-danger { color: #e74c3c; background-color: #ffd1cc; border-color: #ffb8b0; }
    .alert-danger .alert-link { color: #e74c3c; }
.alert-warning { color: #e67e22; background-color: #ffe4cc; border-color: #ffd6b2; }
    .alert-warning .alert-link { color: #e67e22; }
.alert-success { color: #27ae60; background-color: #daf2e4; border-color: #b8e5cb; }
    .alert-success .alert-link { color: #27ae60; }
.alert-info { color: #3498db; background-color: #dae8f2; border-color: #b8d2e5; }
    .alert-info .alert-link { color: #3498db; }
.alert-dismissable .close { top: -5px; right: -25px; text-shadow: none; position: relative; color: inherit; padding: 0; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; float: right; font-size: 21px; font-weight: bold; line-height: 1; color: #18191a; text-shadow: 0 1px 0 #fff; opacity: .2; filter: alpha(opacity=20); }
.alert-dismissable, .alert-dismissible { padding-right: 35px; }


.testimonial:before { content: ""; display: inline-block; font: normal normal normal 14px/1 FontAwesome; color: #ff9b00; }
.testimonial { position: relative; text-align: center; }
    .testimonial blockquote:after, .testimonial blockquote:before { font-family: 'Roboto', sans-serif; color: #777; display: block !important; font-size: 40px; line-height: 1; position: absolute; font-style: normal; }
    .testimonial blockquote:before { left: 10px; top: 0; content: "“"; }
    .testimonial blockquote:after { right: 10px; bottom: 0; content: "”"; }
    .testimonial p { padding: 10px 40px; }
    .testimonial blockquote { margin-bottom: 15px; }
.yildiz5:before { content: ""; }
.yildiz4:before { content: ""; }
.yildiz3:before { content: ""; }
.yildiz2:before { content: ""; }
.yildiz1:before { content: ""; }


.testimonial.v2 { text-align: left; padding-top: 20px; padding-left: 60px; }
blockquote.v2:before { font-size: 96px; left: 0; top: 0px; color: #e8e8e8; }
blockquote.v2:after { content: none; }
.testimonial.v2 p { padding: 0px; }
.testimonial.v2 em { padding: 10px 0px; float: right; }
    .testimonial.v2 em:before { content: '\2014 \00A0'; }
.testimonial.v2 h5 { margin-top: 10px; float: left; }

.jumbotron { padding: 30px 40px; margin-bottom: 30px; border-radius: 6px; }
    .jumbotron .h1 { font-size: 4em; }
    .jumbotron h4 { font-weight: 300; }
    .jumbotron .h1 i { font-size: 72px; font-weight: 300; color: green; display: block; margin-top: 30px; }

ul.sitemap ul { margin: 15px 5px 15px 20px; }
ul.sitemap li { font-size: 18px; font-weight: 500; background: url(/static/img/line.gif) 0 0px no-repeat; padding: 5px 0pt 5px 20px; }
ul.sitemap ul li { font-size: 16px; }
    ul.sitemap ul li ul li { font-size: 15px; }
        ul.sitemap ul li ul li ul li { font-size: 14px; }

.accordioncontainer { display: block; }
.accordionheader { border-left: 4px solid #e30630; cursor: pointer; margin-top: 3px; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 3px; font-weight: 500; font-size: 16px; padding: 8px 8px 8px 10px; }
.accordionheaderhover { border-left: 4px solid #30302e; cursor: pointer; }
.accordioncontent { overflow: hidden; display: none; padding: 5px 10px 5px 20px; }

.liste li { float: left; width: 23%; margin-right: 2%; margin-bottom: 3.5%; text-align: center; position: relative; }
    .liste li:nth-child(3n) { margin-right: 0px; }
    .liste li h3 { font-size: 16px; color: #3d3d3d; font-weight: 500; line-height: 24px; margin-top: 20px; margin-bottom: 10px; height: 24px; overflow: hidden; }
    .liste li img:not(.none) { width: 100%; height: 215px !important; object-fit: cover; }

.urun li figure { border: 1px solid #b7b7b7 }
.urun li:nth-child(3n) { margin-right: 2%; }
.urun li:nth-child(4n) { margin-right: 0px; }

.img_ortala { width: 100%; height: 215px; position: relative; }
    .img_ortala img { max-height: 100%; height: auto !important; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }
#referanslar .item img, .referans li img { filter: gray; -webkit-filter: grayscale(1); }
#referanslar .item:hover img, .referans li:hover img { filter: none; -webkit-filter: grayscale(0); }


#referanslar .owl-nav .owl-prev, #referanslar .owl-nav .owl-next { background: none; width: 35px; height: 35px; line-height: normal; margin: 12px 0 0 0; top: 0; }
#referanslar .owl-nav i { font-size: 50px; display: table; margin: 2px auto; color: #e7e7e7; }

#referanslar .owl-nav .owl-prev { left: -40px; }
#referanslar .owl-nav .owl-next { right: -40px; }


#haber .owl-nav .owl-prev, #haber .owl-nav .owl-next { background: none; width: 35px; height: 35px; line-height: normal; margin: 80px 0; top: 0; }
#haber .owl-nav i { font-size: 50px; display: table; margin: 2px auto; color: #e7e7e7; }

#haber .owl-nav .owl-prev { left: -60px; }
#haber .owl-nav .owl-next { right: -60px; }

.kadro li { text-align: center; line-height: 20px; }
.urun li img { height: 316px !important; }

.referans li { border: 1px solid #cfcfcf; width: 18.4%; padding: 1%; margin-right: 2%; margin-bottom: 2%; float: left; position: relative; text-align: center; }
    .referans li:nth-child(5n) { margin-right: 0px; }
    .referans li:hover { border: 1px solid #fe1d00; }
    .referans li .img_ortala { height: 120px; }


body.wordbelgesi #main .content .icerik_gorsel_list li { list-style: none; }
.icerik_gorsel_list { margin: 25px 0 15px 0 }
    .icerik_gorsel_list li { border: 1px solid #cfcfcf; width: 23%; padding: 1%; margin-right: 2%; margin-bottom: 2%; float: left; position: relative; text-align: center; }
        .icerik_gorsel_list li:hover { border: 1px solid #fe1d00; }
        .icerik_gorsel_list li .img_ortala { height: 120px; }

.haber li { text-align: left; }
    .haber li:nth-child(3n) { margin-right: 2%; }
    .haber li:nth-child(4n) { margin-right: 0px; }
    .haber li .haber_icerik h3 {margin: 0;font-size: 15px;color: #3d3d3d;line-height: normal;height: auto;overflow: inherit;min-height: 60px;}
    .haber li figure { border: 1px solid #b7b7b7; }
    .haber li img { height: 277px !important; }
    .haber li p { font-size: 13px; display: block; overflow: hidden; line-height: 16px; height: 50px; }
    .haber li .haber_tarih { padding: 10px 0; font-size: 14px; color: #585858; }
        .haber li .haber_tarih b { }

.tarih { color: #949494; margin-bottom: 10px; }

.owl-carousel li { margin-left: 0px; margin-right: 0px; margin-bottom: 0px; width: 100% !important; }
.loop.owl-theme .owl-nav .owl-prev, .loop.owl-theme .owl-nav .owl-next { position: relative; top: auto; margin-top: 0px; left: auto; right: auto; }
.loop.owl-theme .owl-nav .owl-next { margin-left: 10px; }
.loop.owl-theme .owl-nav [class*=owl-] { background: #fe1d00; padding: 0px 10px; }
.loop.owl-theme .owl-nav i { margin-right: 0px; line-height: 28px; font-size: 28px; }


.loop2.owl-theme .owl-nav .owl-next { right: -30px; }
.loop2.owl-theme .owl-nav .owl-prev { left: -30px; }
.loop2.owl-theme .owl-nav [class*=owl-] { color: #7a7a7a; font-size: initial; padding: 0px; background: none; }
.loop2.owl-theme .owl-nav i { font-size: 58px; line-height: 58px; }
.loop2.owl-theme .owl-nav .owl-prev, .loop2.owl-theme .owl-nav .owl-next { margin-top: -27px; }
.anasayfa .referans li { border: none !important }

article { border-bottom: 1px solid #DDD; margin-bottom: 30px; padding-bottom: 20px; }
    article.none { border-bottom: none; margin-bottom: 0px; padding-bottom: 0px; }
    article ul { padding-left: 20px; margin: 15px 0; }
        article ul li { list-style: disc; }
            article ul li li { list-style: circle; }
                article ul li li li { list-style: square; }
    article a { color: #f00; padding-bottom: 3px; border-bottom: 1px solid #f00; }
        article a:hover { color: #585858; border-color: #585858; }
.postimage { float: left; width: 300px; margin-right: 20px; margin-bottom: 10px; }
    .postimage img { width: 100%; height: auto; }
.postimage2 { float: right; width: 40%; margin-left: 1%; margin-bottom: 1%; }
    .postimage2 img { width: 100% !important; }
article h3, article h2 { margin-bottom: 20px; }
article em { float: left; margin-top: 18px; }
article .more { float: right; margin-top: 10px; }
article p { margin-bottom: 15px; }

.detay_left { width: 34%; float: left; }
.detay_right { width: 58%; float: right; }

.urun_left { float: left; width: 50%; font-size: 16px; color: #424242; font-weight: 400; }
    .urun_left .description { font-size: 18px; font-weight: 600; color: #3d3d3d; margin-bottom: 15px; }
    .urun_left ul { padding-left: 20px; margin: 7px 0; }
        .urun_left ul ul { margin: 0px; }
        .urun_left ul li { list-style: disc; }
            .urun_left ul li li { list-style: circle; }
                .urun_left ul li li li { list-style: square; }
    .urun_left table { width: 100%; }

.sosyal_paylasim { margin-bottom: 20px; display: inline-block; }
    .sosyal_paylasim h4 { margin-bottom: 10px; }
    .sosyal_paylasim .tweet { width: 80px; float: left; }
    .sosyal_paylasim .facebook { width: 150px; float: left; }
    .sosyal_paylasim .google { width: 100px; float: left; }

.iletisim .content h4 { margin-bottom: 20px; }
.iicerik { width: 48%; float: left; margin-bottom: 30px; }
    .iicerik h3 { font-size: 20px; font-weight: 500; color: #3d3d3d; margin-bottom: 20px; }
        .iicerik h3:after { content: ""; background: #ff1b02; width: 40px; height: 4px; display: table; margin-top: 10px; }
    .iicerik p { margin-top: 10px; line-height: 20px; }

.iform { width: 49%; float: right; margin-bottom: 30px; }
    .iform h3 { font-size: 20px; font-weight: 500; color: #3d3d3d; }
        .iform h3:after { content: ""; background: #ff1b02; width: 40px; height: 4px; display: table; margin-top: 10px; }
    .iform .control_label { padding-bottom: 5px; }
    .iform .satir_margin { margin-top: 10px; }
        .iform .satir_margin .btn { float: right; }

.ikform { padding: 30px; background: #f5f2ed; margin-top: 30px; }

.imap { height: 400px; width: 100%; margin-bottom: 30px; }
    .imap iframe { height: 100%; width: 100%; }

.form { width: 100%; }
    .form .iletisim_left { float: left; width: 48%; }
    .form .iletisim_right { float: right; width: 48%; }
.satir_margin { margin-top: 15px; }
.btn_margin { padding: 15px 0px; }
.well { min-height: 20px; padding: 19px; margin-bottom: 20px; background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); box-shadow: inset 0 1px 1px rgba(0,0,0,0.05); }
.well_sm { padding: 9px; border-radius: 3px; }
.form label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 500; }
.control_label { text-align: right; margin-bottom: 0; padding-top: 7px; }
.chk_label { font-size: 14px !important; font-weight: 300 !important; display: inline !important; }

.anasayfa_ust, .anasayfa_urunler, #anasayfa_orta, .anasayfa_haberler { margin-bottom: 40px; }
.anasayfa_ust_img { float: right; margin-left: 20px; margin-bottom: 20px; }
.anasayfa_ust .more { margin-top: 40px; }
.abaslik { font-size: 32px; font-weight: 500; }

.anasayfa_haberler { padding: 40px 0 0 0; }
    .anasayfa_haberler .abaslik { float: left; margin-bottom: 0; font-size: 30px; color: #3d3d3d; }
    .anasayfa_haberler .tum_haberler { font-size: 16px; font-weight: 300; padding-bottom: 3px; display: table; margin-bottom: 10px; float: right; text-align: right; text-decoration: underline; }
        .anasayfa_haberler .tum_haberler:after { content: ""; }
    .anasayfa_haberler .haber_tarih { font-size: 14px; color: #585858; margin: 10px 0; }
    .anasayfa_haberler .haber_icerik { font-size: 20px; font-weight: 500; color: #3d3d3d; }

#haber { padding-bottom: 70px; }
    #haber .owl-dots { bottom: 0; }

.anasayfa_orta { width: 100%; height: 426px; position: relative; font-size: 16px; color: #fff; text-align: center; background-repeat: no-repeat; background-size: cover; }
    .anasayfa_orta h3 { font-size: 30px; margin-bottom: 20px; font-weight: 400; }
    .anasayfa_orta .item-content { background-color: rgba(24, 25, 26, .4); color: #fff; height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 100%; }

.ebulten { float: right; line-height: 50px; font-size: 16px; width: 518px; }
    .ebulten .col4 { padding: 0px; font-size: 13px; color: #fff; text-align: right; }
    .ebulten .txt_ebulten { font-size: 13px; height: 40px; line-height: 40px; border: none; background: #fff; padding: 0px 15px; width: 73%; border-radius: 4px; vertical-align: top; margin: 5px 0; }
    .ebulten .btn_ebulten { height: 40px; color: #f1f1f1; font-size: 14px; background: #fe1d00; width: 100%; text-align: center; margin: 5px 0px 5px -15px; width: 25%; border-radius: 4px; vertical-align: top; float: right; }
        .ebulten .btn_ebulten:hover { opacity: .8; }

#to-top { z-index: 999; display: none; position: fixed; right: 20px; bottom: 40px; border-radius: 3px; padding: 0 12px 3px; font-size: 28px; text-align: center; color: #fff; background-color: #fe1d00; }
    #to-top:hover { opacity: .8; filter: alpha(opacity=800); }

/*image effect*/
figure { position: relative; overflow: hidden; }
    figure img { -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
    figure:hover img, figure:focus img { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
figcaption { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(221, 4, 43, .7); text-align: center; font-size: 18px; opacity: 0; -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
    figcaption a { color: #fff; }
        figcaption a:hover { opacity: .6; color: #fff; }
figure:hover figcaption, figure:focus figcaption { opacity: 1; }
figcaption .caption-content { color: #fff; font-weight: 500; width: 100%; position: absolute; top: 50%; transform: translate(0, -50%); -ms-transform: translate(0, -50%); -webkit-transition: all 300ms ease-in-out; transition: all 300ms ease-in-out; }
figure:hover figcaption .caption-content, figure:focus figcaption .caption-content { transform: translate(0, -50%); -ms-transform: translate(0, -50%); }
figcaption .caption-content i { font-size: 36px; }
figure:hover figcaption, figure:focus figcaption, .opacity1 { opacity: 1; }

.img_effect { display: block; max-width: 100%; max-height: 100%; margin: auto; -webkit-transition: all 2s ease-out; transition: all 2s ease-out; }
    .img_effect:hover, .img_effect:focus { -webkit-transform: scale(1.3); transform: scale(1.3); }

.img_effect2 { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: rgba(253, 197, 1, 0.5); filter: alpha(opacity=0); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; opacity: 0; zoom: 1; -moz-transition: opacity 0.5s ease-in-out; -o-transition: opacity 0.5s ease-in-out; -webkit-transition: opacity 0.5s ease-in-out; -ms-transition: opacity 0.5s ease-in-out; transition: opacity 0.5s ease-in-out; }
a:hover .img_effect2 { filter: alpha(opacity=100); -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; opacity: 1; zoom: 1; }


.sicerik img { width: auto !important; height: auto !important; }
.anasayfa_urunler .img_ortala img { width: auto !important; }
.anasayfa_urunler .owl-dots { bottom: -30px; }
.sozlesme label { display: inherit !important; font-weight: 300 !important; }

#kvkk { background-color: #18191a; width: 100%; padding: 15px 0px; position: fixed; bottom: 0px; left: 0px; z-index: 9999; color: #fff; font-size: 13px; }
    #kvkk a { color: #fff; }
        #kvkk a:hover, #kvkk .closeBtn:hover { opacity: .6 }
    #kvkk .kvkkCklose { cursor: pointer; float: right; z-index: 101; position: relative; }
        #kvkk .kvkkCklose i { margin-right: 0px; font-size: 16px; }
    #kvkk p { position: relative; z-index: 0; }

.menuIcerik { margin-bottom: 30px; }

@media print {
    * { background: transparent !important; color: black !important; text-shadow: none !important; filter: none !important; -ms-filter: none !important; }
    a, a:visited { text-decoration: underline; }
        a[href]:after { content: " (" attr(href) ")"; }
    abbr[logo]:after { content: " (" attr(logo) ")"; }
    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
    pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
    thead { display: table-header-group; }
    tr, img { page-break-inside: avoid; }
    img { max-width: 100% !important; }
    @page { margin: 0.5cm; }
    p, h2, h3 { orphans: 3; widows: 3; }
    h2, h3 { page-break-after: avoid; }
}


body.altsayfa .anasayfa_hakkimizda { background: none; padding-top: 0; }
.anasayfa_hakkimizda { width: 100%; background: #f1f1f1; display: table; width: 100%; padding: 30px 0; }
    .anasayfa_hakkimizda .anasayfa_hakkimizda_left { float: left; width: 48%; font-size: 15px; color: #565656; font-weight: 400; line-height: 20px; text-align: justify; }
        .anasayfa_hakkimizda .anasayfa_hakkimizda_left h3 { }
        .anasayfa_hakkimizda .anasayfa_hakkimizda_left h3 { font-size: 30px; font-weight: 500; color: #3d3d3d; margin-bottom: 20px; line-height: normal; }
            .anasayfa_hakkimizda .anasayfa_hakkimizda_left h3:after { content: ""; background: #ff1b02; width: 40px; height: 4px; display: table; margin-top: 15px; }
    .anasayfa_hakkimizda .anasayfa_hakkimizda_right { float: right; width: 48%; }
        .anasayfa_hakkimizda .anasayfa_hakkimizda_right iframe { width: 100%; }
    .anasayfa_hakkimizda .anasayfa_hakkimizda_btn { font-size: 14px; color: #fff; padding: 10px; border: 2px solid #fe1d00; background: #fe1d00; display: table; margin: 55px 0 0 0; transition: all .4s; }
        .anasayfa_hakkimizda .anasayfa_hakkimizda_btn:hover { background-color: #fff; color: #fe1d00; }


#referanslar { border-top: 4px solid #e7e7e7; border-bottom: 4px solid #e7e7e7; padding: 5px 0; }
    #referanslar .img_ortala { height: 80px; }



.urun_resimleri { float: right; margin-bottom: 30px; width: 45%; }
    .urun_resimleri #buyuk_resimler { float: none; width: 100%; position: relative; text-align: center; margin-bottom: 15px; }
        .urun_resimleri #buyuk_resimler img { max-height: 100%; position: relative !important; }
#buyuk_resimler .item { text-align: center; border: 1px solid #dadada; height: 100%; width: 100%; display: table; }
/*#kucuk_resimler .item { margin: 15px 15px 0 0; cursor: pointer; text-align: center; }
#kucuk_resimler .synced .item { background: #155ea9; }
#kucuk_resimler .item img { height: 177px; width: auto; margin: 0 auto; }*/



#kucuk_resimler li { float: left; width: 32%; margin: 0px 2% 20px 0; border: 1px solid #dadada; height: 115px; }
    #kucuk_resimler li .kucuk_resim { background: #ebebeb; position: relative; width: 100%; height: 113px; display: table; #position: relative; overflow: hidden; text-align: center; }
        #kucuk_resimler li .kucuk_resim a {#position: absolute; #top: 50%; #left:50%; display: table-cell; vertical-align: middle; }
            #kucuk_resimler li .kucuk_resim a img { width: auto; max-height: 113px; #position: relative; #top: -50%; #left:-50%; }
    #kucuk_resimler li:nth-child(3n+3) { margin-right: 0px; }


#kucuk_resimler .owl-stage-outer { margin: 0 auto; position: relative; z-index: 2; }


.yazilimbilgi { margin: 20px 0 0 0; border: 1px solid #c9c9c9; background: #f3f3f3; }
    .yazilimbilgi li { display: table; width: 100%; padding: 10px 15px; border-bottom: 1px solid #d2d2d2; line-height: 45px; }
        .yazilimbilgi li img { float: left; margin-right: 15px; }
        .yazilimbilgi li:last-child { border: none; }




.wrapCarouselFull { display: block; position: relative; margin: 0 auto; max-width: 640px; padding: 20px; background: #fff; }

.wrapCarouselThumbs { display: block; position: relative; margin: 0 auto; max-width: 640px; padding: 20px; margin-top: 20px; background: #fff; }

    .wrapCarouselThumbs .owl-item { /* border: 3px solid #ccc; */ }

        .wrapCarouselThumbs .owl-item.current { /* border: 3px solid #333333; */ }



.wrapCarouselFull .owl-nav .owl-prev, .wrapCarouselFull .owl-nav .owl-next { margin-top: -27px; background: #262626; color: #fff; width: 35px; height: 35px; line-height: 35px; text-align: center; display: inline-block; cursor: pointer; border-radius: 0; font-size: 22px; }
.wrapCarouselFull .owl-nav .owl-prev, .wrapCarouselFull .owl-nav .owl-next { position: absolute; top: 50%; margin-top: -22px; }
    .wrapCarouselFull .owl-nav .owl-prev i, .wrapCarouselFull .owl-nav .owl-next i { margin-right: 0px; }
.wrapCarouselFull .owl-nav .owl-prev { left: 0; }
.wrapCarouselFull .owl-nav .owl-next { right: 0; }

.wrapCarouselFull .owl-item { display: block; min-height: 100%; height: 100%; }

.item-carousel-full { width: 100%; height: 370px; display: table; #position: relative; overflow: hidden; text-align: center; margin: 0 auto; }
    .item-carousel-full a {#position: absolute; #top: 50%; #left:50%; display: table-cell; vertical-align: middle; }
        .item-carousel-full a img { max-width: 100%; max-height: 370px; #position: relative; #top: -50%; #left:-50%; }




.wrapCarouselThumbs .owl-nav .owl-prev, .wrapCarouselThumbs .owl-nav .owl-prev, wrapCarouselThumbs .owl-nav .owl-prev, .wrapCarouselThumbs .owl-nav .owl-next { margin-top: -27px; background: rgba(38,38,38,.65); color: #fff; width: 35px; height: 35px; line-height: 35px; text-align: center; display: inline-block; cursor: pointer; border-radius: 0; font-size: 22px; }
.wrapCarouselThumbs .owl-nav .owl-prev, .wrapCarouselThumbs .owl-nav .owl-next { position: absolute; top: 50%; margin-top: -22px; }
    .wrapCarouselThumbs .owl-nav .owl-prev i, .wrapCarouselThumbs .owl-nav .owl-next i { margin-right: 0px; }
.wrapCarouselThumbs .owl-nav .owl-prev { left: 0; }
.wrapCarouselThumbs .owl-nav .owl-next { right: 0; }


.wrapCarouselThumbs .item-carousel-thumbs { text-align: center; }
    .wrapCarouselThumbs .item-carousel-thumbs img { height: 90px !important; width: auto; }


.duyuru_resim { width: 100%; height: 225px; display: table; #position: relative; overflow: hidden; text-align: center; margin: 0 auto; }
    .duyuru_resim .duyuru_resim_ortala {#position: absolute; #top: 50%; #left:50%; display: table-cell; vertical-align: middle; }
        .duyuru_resim .duyuru_resim_ortala img { max-width: 100%; max-height: 225px; #position: relative; #top: -50%; #left:-50%; }
