﻿/* Font */
@font-face { font-family: 'CenturyGothic'; src: url('../font/CenturyGothic/CenturyGothic.eot?#iefix') format('embedded-opentype'), url('../font/CenturyGothic/CenturyGothic.woff') format('woff'), url('../font/CenturyGothic/CenturyGothic.ttf') format('truetype'), url('../font/CenturyGothic/CenturyGothic.svg#CenturyGothic') format('svg'); font-weight: normal; font-style: normal; }
/****** PLACE YOUR CUSTOM STYLES HERE ******/

.fluid-width-video-wrapper {
    width: 100%;
    position: relative;
    padding: 0;
}

    .fluid-width-video-wrapper iframe, .fluid-width-video-wrapper object, .fluid-width-video-wrapper embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 99;
    padding: 20px;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0,0,0,0.75);
    text-align: center;
}

    .blocker:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -0.05em;
    }

    .blocker.behind {
        background-color: transparent;
    }

.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 784px;
    box-sizing: border-box;
    width: 90%;
    background: rgba(255,255,255,0.1);
    padding: 30px;
    border-radius: 0px;
    box-shadow: 0 0 40px rgba(0,0,0,0.3);
    text-align: left;
    overflow: visible !important;
}

    .modal a.close-modal {
        position: absolute;
        top: -12.5px;
        right: -12.5px;
        display: block;
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==');
    }

.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}

    .modal-spinner > div {
        border-radius: 100px;
        background-color: #fff;
        height: 20px;
        width: 2px;
        margin: 0 1px;
        display: inline-block;
        -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
        animation: sk-stretchdelay 1.2s infinite ease-in-out;
    }

    .modal-spinner .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .modal-spinner .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .modal-spinner .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

@-webkit-keyframes sk-stretchdelay {
    0%,40%,100% {
        -webkit-transform: scaleY(0.5);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes sk-stretchdelay {
    0%,40%,100% {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }

    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}
/* Scroll */
scrollbar{ width: 8px; }
scrollbar-button { background: #e3dbce; color: #eee; }
scrollbar-track { background-color: #fff; border-left: 1px solid #eee; }
scrollbar-thumb { background-color: #e3dbce; }
    scrollbar-thumb:hover { background-color: #e3dbce; }
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-button { background: #e3dbce; color: #eee; }
::-webkit-scrollbar-track { background-color: #fff; border-left: 1px solid #eee; }
::-webkit-scrollbar-thumb { background-color: #e3dbce; }
    ::-webkit-scrollbar-thumb:hover { background-color: #e3dbce; }


.no-js #loader { display: none; }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url(../img/Preloader.gif) center no-repeat #fff; }

/* Genel */
html, body, form { height: 100%; font-family: 'CenturyGothic', sans-serif; color: #1e1c20; font-weight: 300; font-size: 12px; }
.margn5 { margin: 5px; }
.full { width: 100%; }
.Buton { background: #faf9f7; padding: 7px 20px; font-weight: 500; color: #1e1c20; border: 1px solid #DDDDDD; display: inline-block; margin: 10px 0; font-family: 'CenturyGothic', sans-serif; font-size: 14px; }
.satir { width: 100%; position: relative; padding: 0 5px; float: left; margin: 2px 0; }
.satirY { width: 50%; position: relative; float: left; padding: 0 5px; min-height: 66px; margin: 2px 0; }
#menu-1 .dropdown-menu{left:auto;}

/* SAYFA YAPISI */
.sayfa { width: 100%; padding: 10px; background: #fff; margin: 0; float: left; }
.icerik { width: 100%; /*border: 5px solid #233d54;*/ padding: 10px; float: left; }
h1.bslk { font-size: 15px; font-weight: bold; color: #2d2d2d; text-align: center; position: relative; }
    h1.bslk::after { content: " "; width: 100%; height: 1px; background: #2d2d2d; position: absolute; left: 0; top: 8px; z-index: -2; }
    h1.bslk::before { content: " "; width: 250px; height: 100%; position: absolute; left: 0; right: 0; margin: 0 auto; top: 0px; z-index: -2; background: #fff; z-index: -1; }
.Icbaslik { background: #fff; padding: 10px; margin: 0 10px; }
    .Icbaslik h3 { font-size: 20px; margin: 14px 0 0 0; padding-left: 15px; color: #001a33; font-family: 'CenturyGothic', sans-serif; border-left: 5px solid #001a33;font-weight:bold; }

/* BUTON VE SELECT */
input[type="checkbox"], input[type="radio"] { vertical-align: sub; width: 18px; height: 18px; top: 5px; margin: 5px; background: #eee; position: relative; appearance: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; cursor: pointer; }
    input[type="checkbox"]:checked::after, input[type="radio"]:checked::after { position: absolute; left: 3px; right: 3px; top: 3px; bottom: 3px; background: #444; display: block; content: ''; border-radius: 0; border: 1px solid #fff; }
.sayfa select { height: 35px; border: none; background: #eee; padding: 0px 20px; width: auto; display: inline-block; }
.GroupLabel { float: left; background: #f7faf9; border: 1px solid #EEF0F3; color: #808080; margin-right: 2px; min-width: 50px; display: inline-block; padding: 8px 5px; min-width: 134px; }

/* TEXT BOX */
.form-control { border-radius: 0; }
    .form-control:focus { border-color: #cbbc9f; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce; }
.input-group .form-control { border-radius: 0; }
    .input-group .form-control:focus { border-color: #cbbc9f; -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce; box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #e3dbce; }
.sayfa .form-control { border-radius: 0; background: #f7faf9; border: 1px solid #bdc9db; box-shadow: none; max-width: 100%; margin: 0 auto; }
.sayfa .ErrorControl { border: 1px solid #dd1f26; }

/* HATA MESAJLARI */
.ErrorVal { position: absolute; top: -22px; left: 10px; display: inline-block; background: #dd1f26; padding: 2px 5px; border-radius: 3px; color: #fff; }
    .ErrorVal::after { content: ""; position: absolute; bottom: -5px; width: 0; height: 0; border-style: solid; border-width: 5px 5px 0 5px; border-color: #dd1f26 transparent transparent transparent; left: 30px; }
.Requierd span { background: #dd1f26; color: #fff; padding: 20px; width: 100%; }

/* Header */
header { font-family: 'CenturyGothic', sans-serif; }
.hTp { background: #001a33;}
    .hTp > div > div > .hLink > li > a { font-size: 12px; padding: 5px 10px; display: block; color: #fff; text-transform: capitalize; }
    .hTp > div > div > .hGrs > li > a { font-size: 12px; padding: 11px; display: block; color: #fff;background:#df3a3e;}
    .hTp > div > div > .hGrs > li:hover a{color: #df3a3e;background:#fff;}
    .hGrs > ul > li > a:hover { background: #fff;color: #df3a3e; }
    .hTp > div > div > .hGrs > li > .btnFace { background: #4e69a2; color: #fff; font-weight: 400; font-size: 11.5px; padding-left: 25px; position: relative; text-shadow: 0px 1px 3px #000; }
    .hTp > div > div > ul > li > .btnFace > i { position: absolute; left: 5px; font-size: 20px; top: 3px; }
.FDil > .dropdown-menu > li > a { font-size: 12px; text-transform: uppercase; font-weight: 300; }
.table_a{display: table;position: relative;height: 165px;}
.table_b{display: table-cell;vertical-align:middle;text-align:center;position: relative;}
.phone{color: #fff;font-size: 15px;float: left;padding: 10px;}.phone img{margin-right:5px;}
.hGrs, .tlp{float:right;} 
.tlp{padding: 11px;background:#df3a3e;border-left: 1px solid #001a33;}.tlp a{ color: #fff;font-size:12px;}.tlp:hover{ background: #fff;}.tlp:hover a{color: #df3a3e; }
.sosyal{bottom: 0;position: absolute;right: 10%;}.sosyal ul li{display:inline-block;text-align:center;padding: 0 10px;border-right: 1px solid #233d54;font-size: 18px;}.sosyal ul li:last-child{border-right:none;}
.sosyal ul li a{color:#fff;}.sosyal ul li:hover a{color:#df3a3e;background:transparent;}
/* Header Middle */
.Hlogo > a { display: block; text-align: center; margin: 10px; }
.Hmdl > ul > li > a { margin: 10px 0; display: inline-block; position: relative; font-weight: 500; color: #fff; }
    .Hmdl > ul > li > a > i { font-size: 24px; margin-right: 10px; color: #fff; }
    .Hmdl > ul > li > a > span { background: #e9e9e9; padding: 0px 4px; border-radius: 10px; position: absolute; left: 18px; font-size: 12px; top: 10px; font-weight: bold; color: #fff; }
.Hmda .form-control { border-radius: 0; height: 28px; width: 180px; }
.btnAra { padding: 3px 10px; border: 1px solid #ccc; display: inline-block; position: relative; top: 1px; color: #808080; }

/* Header Bottom */
.Hbt { border-bottom: 1px solid #e9e9e9; }
#menu-1 > ul > li > a { display: block; position: relative; padding: 0px 9px; font-size: 14px; color: #fff; font-family: 'CenturyGothic', sans-serif; font-weight: bold; -webkit-transition: color 0.3s; -moz-transition: color 0.3s; transition: color 0.3s; text-shadow: 0 0 1px rgba(255,255,255,0.3); }
#menu-1 > ul > li{line-height:50px;border-right:1px solid #233d54;}#menu-1 > ul > li:last-child{border:none;}


.blk_yazi{display:table-cell;vertical-align:middle;text-align:center;border: 1px solid #EEF0F3;border-left: none;border-right: none;}
.f_dm{font-size:16px;font-weight:bold;}
.f_dmn{font-size:12px;font-weight:500;}
/* Footer */
.Ftr { background: #001a33; font-family: 'CenturyGothic', sans-serif; }
.ftrt {margin: 50px auto;background-color: #fff;margin-bottom: 0; position: relative;}
.fbaslk {font-size: 34px;font-weight: bold;color: #233d54;}
.fbaslk2{color:#bbc3d6;font-size:16px;font-weight:500;margin-bottom:10px;}
.ftrlnk ul li a { text-transform: capitalize; font-size: 12px; }
.ftrblg ul li a, .ftrkat ul li a { font-size: 12px; }
.ftrSoc > ul > li > a > i { font-size: 18px; margin: 0 5px; color: #001a33; }
.ftrBltn .form-control { border-radius: 0; height: 28px; width: 180px; }
.btnKyt { padding: 3px 10px; border: 1px solid #ccc; display: inline-block; position: relative; top: 1px; color: #808080; }
.ftrBltn { position: relative; }
.copy{text-align:center;color:#001a33;margin-bottom:15px;}.copy strong{font-size:24px;}
.ftrt_alt{color: #001a33;font-weight: bold;padding: 60px 120px;}
.adres{padding: 0 30px 0 0;}
/* Footer Middle */
.ftrm { padding: 10px 0; border: 1px solid #e9e9e9; border-left: 0; border-right: 0; }
.ftrBnk img { margin: auto; }
.back-to-top {cursor: pointer;position: absolute;bottom: 12%;right: 25%;display: none;z-index: 201;}
.btn-group-lg>.btn, .btn-lg {padding: 12px 15px;font-size: 20px;line-height: 1.3333333;border-radius: 30px;}
.btn-primary {color: #fff;background-color: #001a33;border-color: #001a33;}

/* Footer Bottom */
.ftrb p { font-size: 12px; padding: 5px 10px; }
.ftrb ul li { font-size: 12px; padding: 5px 10px; display: inline-block; }
.ftrSoc ul li{display:inline-block;text-align:center;padding: 0 10px;font-size: 18px;}
.ftrSoc ul li a{color:#fff;}

/* Ürünler */
.prd { display: inline-block; margin: 5px; border: 1px solid #EEF0F3; font-family: 'CenturyGothic', sans-serif; }
    .prd:hover { -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; -webkit-transform: translatez(0); }
.btnSpt { position: absolute; top: 20px; left: -28px; transform: rotate(-45deg); background: #e74c3c; color: #fff; padding: 3px 25px; text-shadow: 0px 0px 2px #000; }
.newproduct { position: absolute; top: 17px; right: -26px; transform: rotate(45deg); background: green; padding: 3px 29px; color: #fff; font-size: 12px; text-shadow: 0px 0px 2px #000; }
.pTp { border-bottom: 1px solid #EEF0F3; overflow: hidden; position: relative; }
    .pTp > img { min-height: 230px; max-height: 230px; }
.pBtm { display: block; padding: 8px; background: #f7faf9; position: relative; text-align: center; }
    .pBtm::after { content: ""; position: absolute; bottom: 0; width: 0; height: 3px; display: inline-block; background: #3e62e0; transition: width .5s ease-in; transform: translateX(-50%); left: 50%; }
.prd:hover .pBtm::after { width: 100%; transition: width .5s ease-in; }
.Pname { font-weight: 600; }
.Pname, .Pcode { width: 50%; font-size: 0.9em; float: left; text-align: left; }
.Pbrand, .Pprice { width: 50%; float: right; font-size: 0.9em; text-align: right; }
.btnPro { background: #3e62e0; color: #fff; padding: 3px 11px; display: inline-block; font-weight: 400; font-size: 0.9em; text-transform: uppercase; }
    .btnPro:hover { background: #3b5ac5; color: #fff; }
    .btnPro i { margin-right: 5px; }



@media(max-width:767px) {
    .navbar-toggle { border-top: 1px solid #fff; border-bottom: 1px solid #fff; text-align: center; border-radius: 0;color:#fff; }
    .icon-bar {background: #fff;}
    .toggle-text, .toggle-icon { display: inline-block; vertical-align: middle; font-size: 14px; }
    #menu-1 { position: absolute; z-index: 9999; width: 100%; background: #fff; margin: 0; padding: 0; overflow: visible; }
        #menu-1 > ul > li { display: block;line-height:20px;}
            #menu-1 > ul > li > a { padding: 5px;color:#001a33; }
    .Hmdl, .Hmda { display: inline-block; }
        .Hmda .form-control { width: 160px; }
    .hLink { display: none; }
    .Hmda > div > .form-group { display: inline-flex; }
    .Hlogo img { max-width: 160px; }
    .satirY { width: 100%; }
    .GroupLabel { background: transparent; border: 0; display: block; width: 100%; }
    .sayfa .form-control { padding: 0; }
    .ftrt { padding: 10px; }
    .ftrblg ul li a, .ftrlnk ul li a, .ftrkat ul li a { padding: 8px; display: block; }
    .form-inline .form-group, .btnKyt { display: inline-block; vertical-align: middle; margin-bottom: 0; }
    .table_a{height: 80px;}.ftrt_alt{padding:5px;text-align: center;}
    .tlp a {font-size: 11px;}
}

@media(min-width:768px) {
    #menu-1 > ul > li > a::before { position: absolute; top: 55%; left: 50%; color: transparent; content: "•"; text-shadow: transparent 0px 0px; font-size: 1.2em; transform: translateX(-50%); pointer-events: none; transition: text-shadow 0.3s, color 0.3s; }
    #menu-1 > ul > li > a:hover::before, #menu-1 > ul > li > a:focus::before { color: #fff; text-shadow: 10px 0 #fff, -10px 0 #fff; }
    .table_a{height: 80px;}
}

@media(min-width:992px) {
    .table_a{height: 165px;}
    #menu-1 ul li a{padding: 0px 5px;font-size: 11px;}.phone{float:right;}
}

@media(min-width:1200px) {.phone{float:left;}#menu-1 ul li a{padding: 0px 9px;font-size: 14px;}
}
