<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Helvetica;
    src: url(../fonts/Helvetica.ttf);
}

@font-face {
    font-family: 'Champagne';
    src: url(../fonts/Champagne.ttf);
}

@font-face {
    font-family: 'HelveticaRoman';
    src: url(../fonts/HelveticaRoman.ttf);
}

@font-face {
    font-family: 'HelveticaNeueLTh';
    src: url(../fonts/HelveticaNeueLTh.ttf);
}

@font-face {
    font-family: 'HelveticaNeueCondensedBlack';
    src: url(../fonts/HelveticaNeueCondensedBlack.ttf);
}

@font-face {
    font-family: 'ChampagneBold';
    src: url(../fonts/ChampagneBold.ttf);
}

body {
    font-family: "Open Sans";
    background-color: #eef3f9;
}

a {
    color: #444;
}

a:hover,
a:focus {
    color: #FFCC0B;
    text-decoration: none;
}

img {
    max-width: 100%;
}

.nomargin {
    margin: 0;
}

.nopadding {
    padding: 0;
}

/*
 * Header
 */

.logo-wrapper img {
    max-width: 100%;
    padding: 12px 30px;
}

.normal-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.logo-wrapper {
    float: left;
    max-width: 215px;
    border-left: 20px solid #c69d15;
    border-right: 2px solid #c69d15;
}

section.header {
    background-color: #000000;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 2;
}

.header-nav {
    float: right;
}

section.header::after {
    display: block;
    clear: both;
    content: "";
}

.header-nav .nav-menu li a {
    padding: 25px;
    display: block;
    color: #fff;
    font-family: 'Champagne';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 2px;
}

.header-nav .nav-menu li {
    float: left;
    border-right: 1px solid #929292;
}

.header-nav .nav-menu li:last-child {
    border: none;
}

.header-nav .nav-menu li.active::after {
    background-color: #c69d15;
    height: 3px;
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0px;
}

.header-nav .nav-menu li.active {
    position: relative;
}

.header-nav .dropdown-menu li {
    float: none;
    margin: 0;
    border: none;
    text-align: center;
}

ul.dropdown-menu {
    background-color: #000;
}

.header-nav .nav-menu .dropdown-menu&gt;li&gt;a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 600;
    line-height: 1.42857143;
    color: #fff;
    font-family: 'Champagne';
    white-space: inherit;
}

.header-nav .nav-menu .dropdown-menu&gt;li&gt;a:hover {
    color: #fff;
    background-color: #252323;
    border-bottom: 1px solid #c69d15;
}

/*
 * Home
 */

.logo-wrapper img {
    padding: 0px 27px;
}

.wiki-bg .bg-item {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0;
    transition: 0.3s ease all;
    background-color: #000000;
}

.wiki-bg .bg-item.active {
    opacity: 1;
}

.wiki-cols {
    height: 90vh;
    position: relative;
    overflow: hidden;
}

.wiki-cols .wiki-col {
    height: 100%;
    position: relative;
    border-right: 1px solid #777;
}

.wiki-cols .wiki-col:last-child {
    border: none;
}

.wiki-col .item-meta {
    position: absolute;
    bottom: 20px;
    width: calc(100% - 30px);
    z-index: 1;
}

.item-meta .item-title {
    font-size: 18pt;
    text-align: center;
}

.item-meta .item-title a {
    color: #fff;
}

.grad {
    background: #000;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Safari 5.1-6*/
    background: -o-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Fx 3.6-15*/
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0));
    /*Standard*/
}

/*HakkÄ±mÄ±zda*/

.about-us {
    position: relative;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    width: 600px;
    left: 50px;
    border-bottom: 20px solid #c69d15;
    padding: 30px 30px;
    color: #fff;
    top: 72px;
    height: calc(100vh - 72px);
}

.about-us:after {
    clear: both;
    display: block;
    content: "";
}

.strip {
    background-color: #c69d15;
    height: 45px;
    top: 60px;
    position: absolute;
    left: 0;
}

.about-us .title {
    float: right;
}

.about-us p {
    font-family: 'HelveticaNeueLTh';
    font-size: 20px;
    text-align: justify;
}

.title h1 {
    font-size: 50px;
}

.about-image {
    background-attachment: fixed;
    background-position: center;
    height: 100vh;
    background-size: cover;
}

.about-us .title {
    font-family: 'HelveticaRoman';
}

/*CONTACT*/

.contact {
    position: relative;
    background-color: #c69d15eb;
    z-index: 1;
    width: 500px;
    left: 50px;
    color: #fff;
    top: 72px;
    height: calc(100vh - 72px);
}

.contact h1 {
    display: inline-flex;
    margin: 0;
    font-size: 50px;
    font-family: 'HelveticaNeueCondensedBlack';
    color: #000;
}

.line {
    display: inline-flex;
    height: 1px;
    background-color: #000;
    float: right;
    width: 100%;
    margin-right: -40px;
    margin-left: 30px;
}

.section-contact .title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 40px;
    padding-bottom: 20px;
}

.desc {
    padding: 25px 40px;
}

.section-contact .desc .line {
    margin: 0;
}

.address {
    max-width: 300px;
    padding-top: 20px;
}

.address a {
    color: #000;
    font-family: 'ChampagneBold';
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
}

.maps {
    height: 400px;
}

/* bilboardum nerede*/

.left-side {
    position: relative;
    background-color: #c69d15eb;
    width: 500px;
    left: 50px;
    height: 100%;
    padding: 0px;
    max-height: 900px;
}

.bilbordum-nerede .line {
    width: 100%;
    margin: 0;
    background-color: #fff;
    height: 1px;
    margin-left: -50px;
}

.bilbordum-nerede .title {
    float: right;
    padding: 15px;
    color: #fff;
}

.bilbordum-nerede .title h1 {
    font-size: 29pt;
    display: inline-block;
    margin: 0px;
}

.bilbordum-nerede .head {
    display: flex;
    align-items: center;
    justify-content: center;
    background: black;
    margin: 0px -15px;
}

.soru {
    position: absolute;
    right: 15px;
    font-size: 105px;
    top: -20px;
}

.bilbordum-nerede .strip {
    background-color: #c69d15;
    height: 30px;
    display: inline-block;
    width: 30%;
    margin-right: 3px;
    margin-left: 3px;
    position: relative;
    top: 0;
}

section.bilbordum-nerede:after {
    clear: both;
    display: block;
    content: "";
}

.bilbordum-nerede {
    height: calc(100vh + 72px);
    border-left: 1px solid #fff;
    margin-top: 72px;
}

.bilboards {
    padding: 20px 0px;
    padding-bottom: 10px;
}

.bilbordum-nerede .info {
    padding: 10px 20px;
    border-top: 1px solid #000;
    font-family: 'HelveticaNeueLTh';
    font-size: 16px;
    color: #000;
}

.right-side {
    padding: 50px 0px 100px 100px;
}

.right-side div {
    padding: 2px 7px;
}

.right-side:after {
    clear: both;
    display: block;
    content: "";
}

section.wiki-content {
    margin-top: 72px;
}

/* map */

#map {
    width: 100%;
    height: 400px;
}

.map-content {
    height: 250px;
}

.billboard-image {
    height: 150px;
    ;
}

.map-content button {
    width: 85px;
    padding: 2px 0px;
    background-color: #e9ca00;
    border-color: #e9ca00;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}

.billboard-image img {
    height: 100%;
}

.map-content button:hover {
    background-color: #c1a90a;
    border-color: #c1a90a;
}

.billboard-gallery:not(:first-child) {
    display: none;
}

.billboard-info {
    padding: 5px;
}

/*gorselini yÃ¼kle*/

.where {
    position: absolute;
    width: 200px;
    height: auto;
    left: 10%;
    top: 40%;
    z-index: 2;
}

.gorselini-yukle-wrapper {
    width: 100%;
    display: block;
}

.gorsel-area {
    display: block;
    left: 0;
    top: 0;
}

.gorsel-area {
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/gorselini-yukle-bg.jpg);
    background-position: bottom right;
    background-size: 100vw;
    background-repeat: no-repeat;
    background-color: #000000;
}

.gorsel-area img {
    width: 53.5vw;
    position: absolute;
    right: 10.4vw;
    bottom: 16.5vh;
    display: block;
    height: 47vh;
    z-index: 2;
}

.gorsel-area input {
    position: absolute;
    right: 10.4vw;
    bottom: 50.5vh;
    display: block;
    z-index: 1;
    width: 17vw;
    padding: 17.5vw 49.5vw 9.5vw 4.5vw;
    opacity: 0;
    cursor: pointer;
}

.gorsel-area .remove-img {
    position: absolute;
    right: 11.5vw;
    bottom: 36.5vw;
    display: none;
    z-index: 3;
    color: #c69d15;
    text-shadow: 0px 1px 25px #000000;
}

.gorsel-area .remove-img:hover {
    color: #ffed7c;
}

.sidebar-menu {
    position: absolute;
    left: 0;
    top: 30%;
    background: rgba(0, 0, 0, 0.8);
    border-top: 10px solid #c69d15;
    z-index: 2;
}

.sidebar-menu li {
    list-style: none;
    padding: 5px 5px;
    border-bottom: 1px solid #fff;
    text-align: right;
}

.sidebar-menu a {
    color: #fff;
    font-family: 'HelveticaNeueLTh';
    padding: 5px;
}

.sidebar-menu ul {
    margin: 0;
}

/* footer*/

section.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.75);
    height: 50px;
    width: 40%;
    display: flex;
    border-right: 20px solid #c69d15;
    align-items: center;
    padding: 0px 15px;
}

.footer-info a {
    color: #fff;
    padding: 5px 10px;
}

.fa-envelope:before,
.fa-phone:before {
    margin-right: 5px;
}

.social {
    display: inline-block;
    margin: 0px 20px;
}

.footer-info .social a {
    padding: 0px 5px;
}

/*kariyer*/

.form-group {
    margin-bottom: 15px;
}

label {
    margin-bottom: 15px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login {
    background-color: #fff;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.form-control {
    height: auto !important;
    padding: 8px 12px !important;
}

.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21) !important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21) !important;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.21) !important;
}

#button {
    border: 1px solid #ccc;
    font-family: 'Helvetica';
    font-weight: 500;
    padding: 6px 12px;
    color: #000;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
}

.main-center {
    top: 72px;
    height: calc(100vh - 72px);
    position: relative;
    max-width: 400px;
    padding: 10px 40px;
    background: #c69d15;
    color: #000;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

span.input-group-addon i {
    color: #000000;
    font-size: 17px;
}

.login-button {
    margin-top: 5px;
}

.login-register {
    font-size: 11px;
    text-align: center;
}

.main-login h2 {
    text-align: center;
    font-family: 'Helvetica';
}

.input-group .form-control {
    z-index: 1;
}

/*
*max width 1366px
*/

@media(max-width:1366px) {
    .about-us p {
        font-size: 18px;
    }
    .title h1 {
        font-size: 42px;
    }
    .strip {
        height: 35px;
    }
    .about-us p {
        max-height: 400px;
        overflow: hidden;
    }
    .contact h1 {
        font-size: 40px;
    }
    .right-side {
        padding: 100px 0px 100px 100px;
    }
    .left-side {
        width: 100%;
        left: 0;
    }
    contact {
        height: 100%;
    }
    .maps {
        height: 300px;
    }
}

.wiki-bg .bg-item video {
    display: block;
    position: absolute;
    opacity: 0;
    transition: 0.3s ease all;
    background-color: #000000;
    overflow: hidden;
    width: 100%;
}

.wiki-bg .bg-item.active video {
    opacity: 1;
}

.king-desc {
    position: absolute;
    color: #fff;
    top: 30%;
    left: 20%;
    max-width: 30%;
    overflow: hidden;
    max-height: 38%;
    font-family: 'Champagne';
    font-size: 25px;
}

.gal {
    -webkit-column-count: 3;
    /* Chrome, Safari, Opera */
    -moz-column-count: 3;
    /* Firefox */
    column-count: 3;
}

.gal img {
    width: 100%;
    padding: 7px 0;
}

@media (max-width: 500px) {
    .gal {
        -webkit-column-count: 1;
        /* Chrome, Safari, Opera */
        -moz-column-count: 1;
        /* Firefox */
        column-count: 1;
    }
}

body {
    background-color: #000;
}

/****************responsive*********/

@media(max-width:800px) {
    .header-nav {
        float: none;
        width: 100%;
        display: none;
    }
    .logo-wrapper {
        float: right;
        border-right: 20px solid #c69d15;
        width: 100%;
        max-width: 100%;
        border-left: none;
        display: flex;
        justify-content: space-between;
        flex-direction: row-reverse;
    }
    button.toggle-nav {
        float: left;
        background: transparent;
        border: none;
        color: #fff;
        font-size: 20px;
        margin-left: 15px;
        outline: 0;
    }
    .logo-wrapper img {
        max-width: 215px;
        float: right;
    }
    .wiki-bg .bg-item video {
        opacity: 0;
    }
    .wiki-col .item-meta {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
    .wiki-bg {
        display: none;
    }
    .wiki-col.col-xs-12.col-md-3.grad {
        background-size: cover;
        width: 100%;
        height: 25%;
        background-position: center center;
    }
    ul.nav-menu.normal-list li {
        width: 100%;
        display: block;
        text-align: center;
    }
    .dropdown-menu {
        position: relative;
        width: 100%;
    }
    .about-us {
        width: 400px;
        left: 0;
    }
    .about-us p {
        width: 100%;
    }
    .strip {
        width: 15%;
        top: 57px;
        height: 30px;
    }
    section.footer {
        width:  100%;
        z-index:  3;
    }
    .king-desc {
        top: 20%;
        font-size:  18px;
        max-height:  60%;
    }
    .form-group,label{
        margin-bottom: 5px;
    }
    .section-contact .about-image{
        background-position: right;
    }
    .contact {
        left:  0;
        width:  325px;
    }
    .social {
        margin: 0px;
    }
    section.footer {
        padding:  0;
    }
    .about-us {
        width:  100%;
        height: 100%;
    }
    .king-desc {
        max-height:  100%;
        font-size:  16px;
    }
    img.icindekiler {
        margin-top:  20px;
    }
    .main-center {
        width:  100%;
        max-width:  100%;
    }
    .contact {
        width:  100%;
        background-color: #c69d15;
    }
    .header-nav .nav-menu li a {
        padding: 15px 10px;
    }
}

@media(min-width:801px) {
    button.toggle-nav {
        display: none;
    }
    .wiki-col.col-xs-12.col-md-3.grad {
        background-image:  unset !important;
    }
}</pre></body></html>