body{
    overflow-x: hidden;
    font-family: 'Calibri', sans-serif !important;
    width: 100%;
    height: auto;
}

a {
    text-decoration: none !important;
}

header {
    padding: 10px 0;
    position: relative;
    z-index: 9999;
}

header .header-top-menu {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

header .header-top-menu a {
    background: url("../images/ara.jpg") no-repeat right center;
    padding-right: 10px;
    padding-left: 10px;
}

header .header-top-menu a:last-child {
    background: none !important;
}

header .logo {
    margin-top: 10px;
}

header .menu {
    width: 100%;
    height: 30px;
    background: url("../images/ust-menu-bg2.png") repeat-x center;
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    margin-top: 30px;
}

header .menu .menu-left ul {
    list-style-type: none;
    margin: 0;
    padding-left: 10px;
    float: left;
}

header .menu ul li {
    display: block;
    float: left;
    padding-left: 30px;
    padding-right: 20px;
    padding-top: 5px;
    position: relative;
    text-decoration: none;
    transition-duration: 0.5s;
    margin-left: 15px;
    background: url("../images/menu-ara.png") no-repeat center left;
    border: 1px solid transparent;
}

header .menu ul li a {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none !important;
    color: #585858;
    font-weight: 500;
    text-align: center;
    padding-top: 4px;
}

header .menu ul li:hover {
    background: #FBFBFB;
    cursor: pointer;
    color: black !important;
}

header .menu ul li:hover a{
    color: black;
}

header .menu ul li ul {
    background: #fff;
    visibility: hidden;
    opacity: 0;
    min-width: 5rem;
    position: absolute;
    transition: all 0.5s ease;
    margin-top: 1px !important;
    left: 0;
    display: none;
    margin-left: 0 !important;
    padding-left: 0 !important;
    padding-top: 10px;
}

header .menu ul li:hover > ul,
header .menu ul li ul:hover {
    visibility: visible;
    opacity: 1;
    display: block;
}

header .menu ul li ul li {
    clear: both;
    width: 250px;
    margin-left: 0 !important;
    background: #fff !important;
    padding-left: 45px;
    padding-top: 5px;
    padding-bottom: 5px;
}

header .menu ul li ul li a {
    text-transform: capitalize;
}

header .menu ul li ul li:hover a{
    color: #fff;
}

header .menu ul li ul li:hover {
    background: #FB0017 !important;
}

header .menu-right {
    float: right;
    margin-top: 4px;
    margin-right: 20px;
}

header .menu-right select{
    width: 200px;
    outline: none !important;
}

.content {
    padding: 30px;
    width: 100%;
}

.content .tr-map .title {
    color: #212121;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}

.tr-map {
    margin-top: 30px;
}

.kayan-bg {
    width: 100%;
    height: 107px;
    background: url("../images/kayan-bg.jpg") repeat-x center;
    border: 1px solid #D9D9D9;
}

footer {
    width: 100%;
    height: auto;
    background: #F4F2F3;
    margin-top: 20px;
    padding: 10px 0;
}

footer .kvkk {
    width: 100%;
    text-align: left;
}

footer .kvkk h5 a {
    font-size: 15px;
    color: #9d9d9d;
}

footer .copy p {
    font-size: 12px;
    color: #9d9d9d;
}

footer .copy p a {
    color: #9d9d9d;
}

footer .footer-sag-menu {
    text-align: right;
}

footer .footer-sag-menu a {
    font-size: 12px;
    color: #9d9d9d;
    border-left: 1px solid #9d9d9d;
    padding: 0 10px;
}

footer .footer-sag-menu a:first-child {
    border-left: 0 !important;
}

footer .ceo-link {
    text-align: right;
    margin-top: 10px;
}

footer .ceo-link a {
    font-size: 12px;
    color: #9d9d9d;
}

.sol-menu {
    background: #F5F5F5;
    border: 1px solid #D5D5D5;
    border-radius: 5px;
    border-top-right-radius: 0 !important;
}

.sol-menu .menuright{
    background: url("../images/menurignt.png") repeat-y center right;
}

.sol-menu h3{
    background: url("../images/sol-menu-title.png") no-repeat center;
    background-size: cover;
    height: 40px;
    margin: 0;
    width: 97%;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}

.p-0 {
    padding: 0 !important;
}

.sol-menu .menuright ul{
    list-style: none;
    margin: 0;
    padding: 5px 45px;
}

.sol-menu .menuright ul li{
    margin: 7px 0;
    border-bottom: 1px solid #D5D5D5;
    padding-bottom: 7px;
}

.sol-menu .menuright ul li:last-child{
    border-bottom: none !important;
}

.sol-menu .menuright ul li a{
   color: #4d4343;
}

.sol-menu .menuright ul li a:hover{
    color: #FB0017;
}

.sol-menu .menuright ul li .active{
    color: #FB0017;
}

.inner-content {
    padding: 0 50px;
}

.inner-content .title {
    margin-top: 30px;
}

.inner-content .title h1 {
    color: #FB0017;
    font-size: 18px;
    font-weight: bold;
}

.breadcrumb {
    background: none !important;
    padding-left: 0 !important;
}

.breadcrumb a {
    color: #9a9a9a;
}

.w40 {
    width: 40%;
}

.w20 {
    width: 20%;
    text-align: center;
    color: #FB0017;
    font-weight: bold;
    border-left: 1px solid #D5D5D5;
    border-right: 1px solid #D5D5D5;
}

.text table thead th {
    background: #E6E6E6;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding: 10px;
}

.text table td {
    vertical-align: middle !important;
    border-bottom: 1px solid #D5D5D5;
    padding: 10px;
}

.iletisim {
    margin-top: 20px;
}

.iletisim td {
    padding: 7px;
}

.text .table {
    margin: 0 !important;
}

.text .border-radius {
    border-radius: 10px;
    border: 1px solid #D5D5D5;
}

.text .box {
    border: 1px solid #D5D5D5;
    border-radius: 10px;
    padding: 15px 10px;
    margin-bottom: 20px;
}

.text .box h3 {
    margin: 0;
    border-left: 5px solid #FB0017;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 24px !important;
    font-weight: 700;
}

.text .news h3 {
    margin: 0;
    border-left: 5px solid #FB0017;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 14px !important;
    font-weight: 700;
}

.text .multimedya h3 {
    margin: 0;
    padding-left: 10px;
    margin-bottom: 5px;
    font-size: 14px !important;
    color: #797979;
    background: url("../images/ok.jpg") no-repeat center left;
    border: none !important;
}

.text .box .description {
    padding: 0 20px;
}

.text .inner-box {
    min-height: 230px;
}

.text .box .description small {
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
}

.text .news .description small {
    font-size: 12px;
    color: #ff0000;
    font-weight: bold;
}

.text .box .description div {
    margin-top: 5px;
    color: #797979;
}

.text .box .description div a {
    color: #797979;
}

.text .news .description div .link {
    text-align: right;
}

.text .inner-page .ana-resim {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
}

.text .news .description .link a {
    background: url("../images/ok.jpg") no-repeat center left;
    padding-left: 10px;
    color: black;
    font-weight: bold;
    text-align: right;
}

.text .box .description div img {
    max-width: 100%;
    height: auto;
}

.box-end {
    text-align: right;
}

.box-end a {
    color: #797979 !important;
    border-left: 4px #797979 solid;
    padding: 0 10px;
}

form input {
    width: 100%;
    height: 30px;
    border: 1px solid #D5D5D5;
    border-right: 5px solid #ff0000;
    outline: none;
    padding-left: 10px;
}

form textarea {
    width: 100%;
    height: 80px;
    border: 1px solid #D5D5D5;
    border-right: 5px solid #ff0000;
    outline: none;
    resize: none;
    padding-left: 10px;
    padding-top: 10px;
}

form button {
    width: 100%;
    height: 40px;
    border: 1px solid #D5D5D5;
    background: #ff0000;
    outline: none;
    color: white;
    margin-top: 25px;
}

.border-right {
    border-right: 1px solid #D5D5D5;
}

.width5 {
    width: 5%;
}

.width95 {
    width: 95%;
}

.bayi-title {
    font-weight: bold;
    margin: 0 !important;
}

.mb20 {
    margin-bottom: 20px;
}

.mt20 {
    margin-top: 20px;
}

.color-style a {
    color: #797979 !important;
}

.color-style {
    color: #797979;
}

.kisisel-h3 {
    font-size: 18px;
    color: black !important;
    font-weight: bold;
}

@media (max-width: 1199px) {

    header .menu ul li {
        padding-left: 30px;
        padding-right: 15px;
    }
}

@media (max-width: 992px) {

    header .menu ul li {
        padding-left: 30px;
        padding-right: 15px;
    }

}

@media (max-width: 767px) {

    .content .tr-map .title {
        font-size: 18px;
    }

    .kayan-alan {
        padding: 0 15px;
    }

    footer {
        padding: 20px 15px;
    }

    footer .kvkk {
        text-align: center;
    }

    footer .copy p {
        text-align: center;
    }

    footer .footer-sag-menu {
        text-align: center;
    }

    footer .ceo-link {
        text-align: center;
    }

    .inner-content {
        padding: 0;
    }

    .news {
        margin: 0 15px;
    }

    .news img {
        margin: 0 auto !important;
    }

    .text table td {
        border-bottom: 1px solid #D5D5D5;
    }
}

/* Popup Başlangıç */
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9999;
    background-color:#000;
    display:none;
}
#boxes H1 {
    background: #ff0101;
    border-radius: 5px;
    padding: 5px;
    color: #fff;
    font-size: 21px;
    text-align: center;
    font-weight: 400;
    margin-top: 0;
}
#boxes P {
    line-height: 20px;
    font-size: 12px;
    margin-top: 20px;
}
#boxes .window {
    position:fixed;
    width:500px;
    display:none;
    z-index:99999;
    padding:10px;
    border-radius: 5px;
}

#boxes #dialog {
    width:500px;
    padding:10px;
    background-color:#ffffff;

}

#boxes #dialog1 {
    width:500px;
    background: #FFF;
    text-align: center;
    top: 32% !important;
}
#boxes A.close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 9px;
    right: 13px;
    display: block;
    z-index: 99999999;
}

@media(max-width: 767px){
    #boxes #dialog1 {
        width: 98%;
        left: 3.5px !important;
    }
}
/* Popup Bitiş */