    /*!
 * Butik Medya (http://butikmedya.com)
 * Yunus Emre VERGÜL */
    
    @import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,900');
    @import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');
    /*Genel Ayarlar*/
    
    body {
        font-family: 'Raleway', sans-serif;
        margin: 0;
        padding: 0;
        color: #606060;
        font-weight: 400;
        font-size: 14px;
    }
    
    a {
        text-decoration: none;
        transition: 0.4s all ease;
    }
    
    a:hover {
        text-decoration: none;
    }
    
    img {
        border: none;
    }
    
    input {
        box-shadow: none;
        outline: 0;
        box-shadow: none;
    }
    
    textarea {
        box-shadow: none;
        outline: 0;
        box-shadow: none;
    }
    
    select {
        box-shadow: none;
        outline: 0;
        box-shadow: none;
    }
    
    .p-20 {
        padding: 15px 0 25px 0;
    }
    
    .p-15 {
        padding: 15px;
    }
    
    .p-10 {
        padding: 10px;
    }
    
    .b-grey {
        background: #eee;
        border-bottom: 1px solid #d5d5d5;
    }
    
    .b-grey2 {
        background: #e1e1e1;
        border-bottom: 1px solid #d5d5d5;
    }
    
    .p-b-30 {
        padding-bottom: 30px;
    }
    
    .m-auto {
        margin: 0 auto!important;
    }
    
    .m-15 {
        margin: 15px;
    }
    
    .m-0 {
        margin: 0!important;
        padding: 0;
    }
    
    .m--00 {
        margin: 50px 0 30px 0!important;
        padding: 0;
    }
    
    .m-t-30 {
        margin-top: 30px;
    }
    
    .m-t-b-30 {
        margin: 30px 0;
    }
    
    .m-b-30 {
        margin-bottom: 30px;
    }
    
    .w-100 {
        width: 100%;
    }
    
    .m-w-100 {
        max-width: 100%;
    }
    
    .m-w-60 {
        max-width: 60%;
    }
    
    .m-r-10 {
        margin-right: 10px!important;
    }
    
    .m-t-15 {
        margin-top: 15px!important;
    }
    
    .text-center {
        text-align: center;
    }
    
    .text-right {
        text-align: right;
    }
    
    .blue {
        color: #0076d1;
    }
    
    .relative {
        position: relative;
    }
    
    .p-30 {
        padding: 30px;
    }
    
    .p-100 {
        padding: 100px 0;
    }
    
    .vh100 {
        height: 100vh!important;
    }
    
    .p-t-30 {
        padding-top: 30px;
    }
    
    .border-bottom {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    
    .vh85 {
        height: 85vh!important;
    }
    
    .m-t-100 {
        margin-top: 100px;
    }
    
    .cover {
        object-fit: cover;
    }
    /* Index Header & Menü */
    
    .logo {
        display: inline-block;
        width: 240px;
        height: 109px;
        background: url(/img/logo.svg) no-repeat center center;
        margin: 150px 0 50px 100px;
    }
    
    .menu-container {
        position: absolute;
        top: 0;
        left: -10px;
        z-index: 1;
        background: url(/img/header-back.png) no-repeat top left;
        padding: 0 50px;
        background-size: contain;
        min-width: 640px;
        height: 100vh;
    }
    
    .menu-container .inner {
        position: relative;
    }
    
    .phone {
        background: #123265;
        text-align: center;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 5px;
        margin-right: 3px;
        color: #fff;
        padding: 12px 5px;
        font-size: 12px;
        display: inline-block;
    }
    
    .phone i {
        display: block;
        font-size: 20px;
    }
    
    .phone span {
        display: block;
        text-align: center;
        font-weight: 600;
        margin-top: 7px;
    }
    
    .phone:hover {
        background: #aaa;
        color: #fff;
    }
    
    .form {
        background: #c90c0f;
        text-align: center;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 5px;
        margin-right: 3px;
        color: #fff;
        padding: 12px 5px;
        font-size: 12px;
        display: inline-block;
    }
    
    .form i {
        display: block;
        font-size: 20px;
    }
    
    .form span {
        display: block;
        text-align: center;
        font-weight: 600;
        margin-top: 7px;
    }
    
    .form:hover {
        background: #aaa;
        color: #fff;
    }
    
    .index-menu {
        margin-left: 120px;
    }
    
    .index-menu ul {
        margin: 0;
        padding: 0;
    }
    
    .index-menu ul li {
        list-style-type: none;
        float: none;
    }
    
    .index-menu ul li a {
        font-size: 13px;
        color: #777;
        font-weight: 500;
        display: block;
        margin-bottom: 10px;
        font-size: 13px;
        transition: 0.4s all ease;
    }
    
    .index-menu ul li a:hover {
        color: #c90c0f;
    }
    
    .index-menu ul li ul {
        margin: 0 0 10px 0;
        padding: 0;
    }
    
    .index-menu ul li ul li {
        list-style-type: none;
        float: none
    }
    
    .index-menu ul li ul li a {
        padding-left: 15px;
    }
    
    .carousel-inner {
        overflow: auto!important;
    }
    
    .red-pattern {
        position: absolute;
        top: 30%;
        right: 0;
        z-index: 1;
        background: url(/img/red-pattern.png) no-repeat top right;
        background-size: contain;
        min-width: 380px;
        min-height: 800px;
    }
    
    .social {
        position: absolute;
        z-index: 1;
        top: 50px;
        right: 50px;
    }
    
    .social .facebook i {
        border-radius: 100%;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 2px;
        text-align: center;
        line-height: 30px;
        background: #123265;
        color: #fff;
    }
    
    .social .instagram i {
        border-radius: 100%;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 2px;
        text-align: center;
        line-height: 30px;
        background: #123265;
        color: #fff;
    }
    
    .social i {
        font-size: 14px;
    }
    
    .languange {
        border-radius: 4px!important;
        transition: 0.4s all ease;
        background: #c90c0f;
        color: #fff!important;
        font-weight: 500;
        font-size: 14px;
        padding: 10px;
        text-align: center;
    }
    
    .languange:hover {
        background: #123265;
    }
    
    .carousel-indicators li {
        border: 1px solid #123265;
        width: 12px;
        height: 12px;
        margin: 0!important;
    }
    
    .carousel-indicators .active {
        background: #123265;
        width: 12px;
        height: 12px;
        ;
    }
    
    .carousel-caption {
        top: 62%;
        position: absolute;
        right: 400px;
        z-index: 200!important;
        text-shadow: none;
        text-align: right;
    }
    
    .tit-1 {
        font-size: 7em;
        font-weight: 400;
        font-family: 'Playfair Display', serif;
        color: #fff;
        display: block;
    }
    
    .tit-2 {
        font-size: 8.5em;
        font-weight: 400;
        font-family: 'Playfair Display', serif;
        color: #fff;
        display: block;
        margin-top: -60px;
    }
    
    .index-about {
        position: relative;
        padding: 100px;
        background: #f1f1f1;
    }
    
    .blue-pattern {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: url(/img/blue-pattern.png) no-repeat top left;
        background-size: contain;
        min-width: 320px;
        min-height: 700px;
    }
    
    .red-pattern2 {
        position: absolute;
        top: 0;
        right: -5px;
        z-index: 1;
        background: url(/img/red-pattern2.png) no-repeat top right;
        background-size: contain;
        min-width: 164px;
        min-height: 284px;
    }
    
    .index-about .text {
        position: relative;
        z-index: 5000;
        line-height: 1em;
        font-size: 5.6em;
        font-weight: 400;
        font-family: 'Playfair Display', serif;
        color: #c90c0f;
    }
    
    .index-about p {
        color: #123265;
        line-height: 1.9em;
        display: block;
        border-left: 1px solid #123265;
        padding-left: 20px;
        font-size: 18px;
    }
    
    .index-about span {
        color: #123265;
        font-family: 'Playfair Display', serif;
        display: block;
        font-size: 3.6em;
    }
    
    .map {
        margin: 0;
        padding: 0;
        position: relative;
    }
    
    .map .contents {
        position: absolute;
        z-index: 11111;
        top: 58%;
        right: 80px;
    }
    
    .map .contents i {
        color: #fff;
        display: inline-block;
        margin-right: 5px;
        font-size: 40px;
        margin-top: -15px;
    }
    
    .map .contents span {
        display: inline-block;
        color: #fff;
        margin-top: 10px;
        font-family: 'Playfair Display', serif;
        font-size: 24px;
        line-height: 1em;
    }
    
    .grey-pattern {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 1;
        background: url(/img/grey-pattern.png) no-repeat top right;
    }
    
    .footer-logo {
        display: block;
        width: 109px;
        height: 40px;
        background: url(/img/logo-footer.png) no-repeat left center;
        margin: 30px auto;
    }
    
    footer {
        padding: 30px 0;
        margin: 0;
        background-color: #123265;
    }
    
    .footer-content h2 {
        display: block;
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        padding-bottom: 7px;
        border-bottom: 1px solid #fff;
        margin-bottom: 15px;
    }
    
    .footer-content p {
        color: #fff;
    }
    
    .footer-link {
        display: block;
        margin-bottom: 5px;
        color: #fff;
        transition: 0.4s all ease;
    }
    
    .footer-link:hover {
        color: #c90c0f;
    }
    
    .footer-contact {
        text-align: center;
        color: #fff;
        display: block;
        font-size: 18px;
    }
    
    .footer-social {
        margin: 15px auto 0 auto;
        text-align: center;
    }
    
    .footer-social .facebook i {
        border-radius: 100%;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 2px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #fff;
        color: #fff;
    }
    
    .footer-social .instagram i {
        border-radius: 100%;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 2px;
        text-align: center;
        line-height: 30px;
        border: 1px solid #fff;
        color: #fff;
    }
    
    .social i {
        font-size: 14px;
    }
    /* İç Sayfa Stillleri */
    
    .logo2 {
        display: inline-block;
        width: 154px;
        height: 60px;
        background: url(/img/logo2.png) no-repeat center center;
        margin: 20px 0;
    }
    
    .top-buttons {
        float: right;
    }
    
    .top-phone {
        background: #123265;
        text-align: center;
        margin-right: 3px;
        color: #fff;
        padding: 22px 5px;
        font-size: 12px;
        display: inline-block;
    }
    
    .top-phone i {
        display: block;
        font-size: 20px;
    }
    
    .top-phone span {
        display: block;
        text-align: center;
        font-weight: 600;
        margin-top: 7px;
    }
    
    .top-phone:hover {
        background: #aaa;
        color: #fff;
    }
    
    .top-form {
        background: #c90c0f;
        text-align: center;
        margin-right: 3px;
        color: #fff;
        padding: 22px 5px;
        font-size: 12px;
        display: inline-block;
    }
    
    .top-form i {
        display: block;
        font-size: 20px;
    }
    
    .top-form span {
        display: block;
        text-align: center;
        font-weight: 600;
        margin-top: 7px;
    }
    
    .top-form:hover {
        background: #aaa;
        color: #fff;
    }
    
    .top-languange {
        background: #aaa;
        text-align: center;
        margin-left: 2px;
        color: #fff;
        padding: 30.5px 18px;
        font-size: 12px;
        display: block;
        float: right;
    }
    
    .top-languange:hover {
        background: #c90c0f;
        color: #fff;
    }
    
    .top-languange i {
        display: block;
        font-size: 20px;
    }
    
    .top-languange span {
        display: block;
        text-align: center;
        font-weight: 600;
        margin-top: 7px;
    }
    
    .page-title {
        background: #f1f1f1;
        padding: 75px 0 75px 0;
        text-align: center;
    }
    
    .page-title h1 {
        display: block;
        color: #123265;
        font-weight: 600;
        font-size: 24px;
    }
    
    .page-title .links {
        color: #717171;
        margin-right: 10px;
    }
    
    .page-title .links:hover {
        color: #c90c0f;
    }
    
    .page-title .links:active {
        color: #c90c0f;
    }
    
    .sub-title {
        color: #c90c0f;
        font-size: 16px;
        font-weight: 600;
    }
    /*İletişim Form*/
    
    .form-txt {
        border-radius: 25px;
        width: 100%;
        border: 2px solid #eee;
        color: #999;
        transition: 0.4s all ease;
        margin-bottom: 15px;
        padding: 15px;
    }
    
    .form-txt:hover:active:focus {
        border: 2px solid #c90c0f;
    }
    
    .form-btn {
        cursor: pointer;
        background: #123265;
        padding: 15px 30px;
        transition: 0.4s all ease;
        text-align: center;
        border-radius: 25px;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 15px;
    }
    
    .form-btn:hover {
        background: #c90c0f;
        color: #fff;
    }
    
    .box {
        border: 1px solid #eee;
        margin-bottom: 30px;
    }
    
    .box .zoom {
        overflow: hidden;
        position: relative;
    }
    
    .box img {
        max-width: 100%;
        overflow: hidden;
        transition: 0.4s all ease;
    }
    
    .box img:hover {
        transform: scale(1.2);
    }
    
    .box .name {
        display: block;
        text-align: center;
        min-height: 80px;
        margin: 10px 0;
        color: #c90c0f;
        font-weight: 600;
        padding: 5px 10px;
    }
    /*Menü Stiller*/
    
    .back-phone {
        background: #123265;
        color: #fff!important;
    }
    
    .back-form {
        background: #c90c0f;
        color: #fff!important;
    }
    
    .menuAc {
        display: none;
    }
    
    .menu {
        width: auto;
        margin: 25px 30px -1px 0;
        float: right;
    }
    
    .menu ul {
        margin: 0;
        padding: 0;
    }
    
    .menu ul li {
        float: left;
        list-style-type: none;
    }
    
    .menu ul li a {
        color: #6e6e6e;
        transition: 0.4s all ease;
        padding: 15px 0;
        font-size: 14px;
        display: inline-block;
        font-weight: 600;
        margin-right: 20px;
    }
    
    .menu ul li a:hover {
        border-bottom: 2px solid #c90c0f;
    }
    
    .menu ul li a:hover i {
        color: #fff !important;
    }
    
    .menu ul li a i {
        margin-left: 10px;
    }
    
    .menu ul li ul {
        position: absolute;
        background: #e4e4e4;
        padding: 15px;
        top: 52px;
        left: 0;
        display: none;
        z-index: 15;
        width: 200px;
    }
    
    .menu ul li:hover {
        position: relative;
    }
    
    .menu ul li:hover ul {
        display: block;
    }
    
    .menu ul li ul li {
        float: none;
        list-style-type: none;
        width: 100% !important;
    }
    
    .menu ul li ul li a {
        display: block;
        padding: 5px 10px !important;
        margin-left: 0;
        height: auto;
        background: #e4e4e4;
        color: #6e6e6e;
        text-align: left;
    }
    
    .menu ul li ul li a:hover {
        color: #c90c0f;
        background: #e4e4e4;
    }
    
    @media (max-width: 480px) {
        .back-phone {
            background: #123265;
            color: #fff!important;
        }
        .back-form {
            background: #c90c0f;
            color: #fff!important;
        }
        .form-txt {
            margin-bottom: 15px;
        }
        .menuAc {
            display: inline-block;
            margin: 0;
            text-align: center;
            color: #fff !important;
            background: #717171;
            width: auto;
            position: absolute;
            top: 35px;
            padding: 0 10px;
            right: 35px;
            height: 40px;
            line-height: 40px;
            font-size: 14px;
        }
        .menu ul {
            display: none;
            position: absolute;
            top: 80px;
            width: 100%;
            right: 0;
            background: #fff;
            z-index: 1000;
        }
        .menu ul li {
            float: none;
            list-style-type: none;
            border-right: 1px solid #505050;
        }
        .menu ul li a {
            margin-left: 0;
            display: block;
            padding: 10px 0;
            border-bottom: 1px #444 solid;
            width: auto;
            text-align: right;
            color: #444 !important;
        }
        .menu ul li ul {
            position: relative;
            display: block;
            width: 100%;
            top: 50px;
            margin: 0;
        }
        .menu ul li ul li {
            float: none;
            list-style-type: none;
            width: 100% !important;
        }
        .menu ul li ul li a {
            display: block;
            padding: 5px 15px;
            height: auto;
            background: #fff !important;
            color: #e93c46 !important;
            border-bottom: 1px solid #ccc;
        }
        .menu ul li ul li a:hover {
            color: #000;
        }
        .menu ul li ul {
            position: relative;
            display: none;
            width: 100%;
            top: 0;
            margin: 0;
        }
        .menu ul li ul li {
            float: none;
            list-style-type: none;
            width: 100% !important;
        }
        .menu ul li ul li a {
            display: block;
            padding: 5px 10px;
            height: auto;
            background: #fff !important;
            color: #c90c0f !important;
            border-bottom: 1px solid #ccc;
        }
        .menu ul li ul li a:hover {
            color: #000;
        }
    }
    
    @media (max-width: 768px) {}
    
    @media (max-width: 990px) {}