<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#ej_light_box {

    position: fixed;

    left: 0;

    top: 0;

    height: 100%;

    width: 100%;

    background: rgba(0, 0, 0, 0.3);

    z-index: 99999999999999999999;

}

#ej_light_box_img_wrap img {

    width: 100%;

}

#ej_light_box_img_wrap {

    position: absolute;

    width: 80%;

    left: 10%;

    top: 20%;

    box-shadow: 0px 0px 0px 5px #ddd;

}

#ej_light_box_close {

    position: absolute;

    right: -15px;

    top: -15px;

    width: 30px;

    height: 30px;

    background: url(/static/tema/images/button_cancel.png) no-repeat center center #ddd;

    background-size: 90%;

    border-radius: 10px;

    cursor: pointer;

}

#sablon-ust {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 117px;
    background: url(/static/images/sablon/sablon-ust-bg.png) repeat-x;
    z-index: 1000000;
}

#sablon-ust + script + #sablon-ana-govde {
    margin-top: 117px;
}

#sablon-ust-golge {
    height: 17px;
    background: url(/static/images/sablon/sablon-ust-golge.png) repeat-x;
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
}

#sablon-ust-icerik {
    width: 952px;
    margin: 0 auto;
    position: relative;
}

#sablon-ust-icerik h1 {
    color: #961515;
    font-weight: bold;
    font-size: 20px;
}

#sablon-ust-icerik p#sablon-ust-aciklama {
    width: 666px;
    margin-top: 0;
}

#sablon-ust-input-container {
    height: 25px;
    width: 145px;
    background: url("/static/images/sablon/sablon-ust-index.png") no-repeat;
}

.sablon-ust-input {
    font-size: 12px;
    border: 0 none;
    margin: 3px 5px;
    background: transparent;
    color: #d8d8d8;
}

.sablon-ust-input#tel2 {
    color: #000000;
}

.sablon-ust-buton {
    width: 144px;
    height: 26px;
}

table#sablon-ust-table {
    margin-top: 10px;
}

table#sablon-ust-table tr td.sablon-input {
    width: 160px;
}

table#sablon-ust-table tr:nth-child(3) {
    padding-top: 10px;
    display: block;
}

img#sablon-ust-telefon {
    position: absolute;
    right: 0px;
    top: 15px;
}

.portlet-content {
     padding: 15px;
     position: relative;
 }

.message {
    background: #CCC url(images/icon_not.gif) no-repeat 10px 11px;
    font-size: 13px;
    height: 40px;
    color: #74655f;
    display: block;
    padding: 10px 10px 10px 50px;
    margin-bottom: 1em;
    border: 1px solid #c2beb1;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.message-warning {
    background-color: #fffcd3;
    background-image: url(images/error000.png);
    color: #74655f;
    border-color: #c2beb1;
}

.message-success {
    background-color: #e5f993;
    background-image: url(/static/tema/images/succes.png);
    color: #688006;
    border-color: #9bac55;
}

.message-info {
    background-color: #d4ebfa;
    background-image: url(images/informat.png);
    color: #4b6bab;
    border-color: #90b1c7;
}

.message-error {
    background-color: #f6b9b9;
    background-image: url(/static/tema/images/warning.png);
    color: #c32727;
    border-color: #e18484;
}

.close {
    float: right;
    font-weight: bold;
}

.profil_resim .prev {
     width: 48%;
     height: 100px;
     float: left;
     text-align: left;
     margin-top: 110px;
     z-index: 999px;
 }

.profil_resim .prev a {
    display: none;
}

.profil_resim .prev:hover a {
    display: block;
}

.profil_resim .next {
    width: 48%;
    height: 100px;
    float: right;
    text-align: right;
    margin-top: 110px;
    z-index: 999px;
}

.profil_resim .next a {
    display: none;
}

.profil_resim .next:hover a {
    display: block;
}
.list_carousel {
    margin: 0px;
    width: 630px;
}

.list_carousel ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.list_carousel li {
    color: #999;
    text-align: center;
    width: 151px;
    height: 120px;
    padding: 0;
    display: block;
    float: left;
    margin-left: 15px;
}

.list_carousel.responsive {
    width: auto;
    margin-left: 0;
}

.clearfix {
    float: none;
    clear: both;
}</pre></body></html>