<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pWrapper .pWin.angularTemplate{
    visibility:hidden;
}

.pWrapper{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:block;
    overflow:hidden;
    z-index:999999999;
}

.flex{
    width:100%;
    height:100%;
    display:-webkit-flex;
    display:flex;
    justify-content:center;
    -webkit-flex-direction:column;
    flex-direction:column;
}

.pWrapper .pBg{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    display:block;
    background:#333;
    opacity:0.5;
    z-index:1000;
}

[dir="rtl"] .pWrapper .pBg{
    right:0;
    left:auto;
}

.pWrapper .pWin{
    position:relative;
    float:none;
    margin:0px auto;
    width:96%;
    max-height:90%;
    max-width:1100px;
    background:rgba(255,255,255,.95);
    z-index:10001;
    border:1px solid #eee;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.5);
    border-radius:0;
    padding: 0;
}

.pWrapper .pWin.overflow{
    height:90%;
}

.pWrapper .pWin.withBtn{
    padding-bottom:61px;
}

.pWrapper .pWin.overflow img{
    max-width:100%;
}

.pWrapper .pWin .pText{
    position:relative;
    width:100%;
    float:left;
    padding:2px 10px;
    box-sizing:border-box;
    margin:0px;
    -webkit-perspective:0;
    -webkit-overflow-scrolling:touch;
}

.pWrapper .pWin.overflow .pText{
    position:absolute;
    width:calc(100% - 20px);
    height:calc(100% - 20px);
    padding-bottom: 40px;
    overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
}

.pWrapper .pWin .pText img{
    margin:0 auto;
}

.panelPopupTitle{
    font-size:20px;
    padding:0 0 10px;
}

.pWrapper .pWin .pButtons{
    position:absolute;
    overflow:hidden;
    z-index:1234;
    bottom:10px;
    left:10px;
    right:10px;
    padding:10px 0 0;
}

.pWrapper .pWin.debugActive .pButtons,
.pWrapper .pWin.debugActive .pClose{
    display:none;
}

.pWrapper .pWin.debugActive{
    min-height:32px !important;
    padding:0px !important;
}

.pWrapper .pWin.debugActive .pText{
    line-height:30px;
    margin:0px;
    text-align:center;
    overflow:hidden;
}

.pWrapper .pClose{
    position:absolute;
    top: 0px;
    right: 5px;
    width:36px;
    height:36px;
    z-index:333;
    cursor:pointer;
}

.pWrapper .pClose:before{
    content: 'x';
    float: left;
    font-size: 26px;
    text-align: center;
    font-weight: 200;
    width: 23px;
    height: 23px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

[dir="rtl"] .pWrapper .pClose{
    right:auto;
    left:-1px;
}

.br5{
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
}

.pWrapper .pWin.flexbox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 90%;
    position: relative;
}

.pWrapper .pWin.flexbox .pText {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

.hideThis{
    display:none;
}

.popupClose,
.close{
    position:absolute;
    top:-15px;
    right:-15px;
    width:30px;
    height:30px;
    z-index:333;
    cursor:pointer;
}

.popupClose:before,
.close:before{
    content:'x';
    float:left;
    width:30px;
    height:30px;
    line-height:30px;
    font-size:17px;
    text-align:center;
    font-weight:600;
}

#lightContent{
    text-align:center;
    min-width:150px;
    min-height:150px;
}

#lightControl{
    position:absolute;
    top:50%;
    left:10px;
    right:10px;
    height:30px;
    margin-top:-15px;
}

#lightControl span{
    width:30px;
    height:30px;
    background-repeat:no-repeat;
    cursor:pointer;
}

#prevLight{
    content:'\e81c';
    line-height:30px;
    color:inherit;
    font-family:'tsoft';
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    font-variant:normal;
    text-align:center;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    speak:none;
}

#nextLight{
    content:'\e81d';
    line-height:30px;
    color:inherit;
    font-family:'tsoft';
    font-style:normal;
    font-weight:normal;
    text-decoration:inherit;
    font-variant:normal;
    text-align:center;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    speak:none;
}

.popupTitle,
.videoTitle{
    border-bottom:1px solid #ececec !important;
    font-size:16px !important;
    color:#666 !important;
    padding-left:0 !important;
    padding-right:0 !important;
    font-weight:600;
}

.popupBtns,
.modal-footer{
    border-top:1px solid #ececec;
}

.memberPopupWrapper{
    max-width:580px;
}

.memberPopupWrapper .col,
.memberPopupWrapper .box{
    margin:0;
}

.memberPopupWrapper .popupInnerBlock{
    width:100%;
}

.videoPopup{
    width:668px;
    margin-top:-10px;
    margin-bottom:-10px;
}

.popupMain,
.popupTitle,
.popupInner,
.popupBtns{
    clear:both;
    width:100%;
}
div#popup0 {
    width: 660px;
    padding: 0;
}
#popup0 .pClose {
    top: 0px;
    width: 23px;
    height: 23px;
    right: 0px;
}
.pWrapper div#popup0.pWin .pText {
    /*overflow: hidden;*/
}
/*Ebulten Popup*/
.remove-popup .pWin.box {
    padding: 0;
    width: 100% !important;
    max-width: 780px;
    background: white !important;
    border: none !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
}

.remove-popup .pWin.box .pText {
    height: 100%;
    overflow-y: initial;
    padding: 0 10px !important;
}
.news-popup {
    font-size: 0;
    border: 8px solid #af9564;
    box-sizing: border-box;
    min-width: 660px;
    min-height: 435px;
}

.pop-news-title {
    font-size: 35px;
    font-weight: bold;
    line-height: normal;
    text-align: center;
    color: #ffffff;
}

.pop-title-ayrac {
    text-align: center;
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

.pop-news-text {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.17;
    text-align: center;
    color: #ffffff;
    box-sizing: border-box;
    padding: 0 20%;
    margin-bottom: 40px;
}

.news-popup .newsletterMain input[type="text"], .news-popup .newsletterMain input[type="email"] {
    height: 50px;
    border-radius: 4px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #141414;
    margin-bottom: 25px;
    border: 1px solid #b09464;
}

.newsletterMain input[type="text"]::placeholder, .newsletterMain input[type="email"]::placeholder {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    color: #141414;
}

input#newsletterBtn2 {
    border-radius: 4px;
    background-color: #b09464;
    padding: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    color: #ffffff;
    transition: all .4s linear;
    border: 1px solid transparent;
    margin-top: 10px;
}

.onay-kutulari .form-control {
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    color: #ffffff;
}

.onay-kutulari .form-control a, .onay-kutulari .form-control span.yonlenecek-span {
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.newsletterMain .input-wrap.checkbox {
    width: 16px;
    height: 20px;
    background: url(/Data/EditorFiles/tasarim/unchecked.svg) no-repeat center top;
    margin-top: 3px;
}

div#aydinlatmacheck {
    margin-bottom: 6px;
}
div#kvkkcheck, div#aydinlatmacheck {
    display: flex;
    align-items: inherit;
}
.newsletterMain .input-wrap.checkbox:hover, .newsletterMain .input-wrap.checkbox.active, .newsletterMain .form-control:hover .input-wrap.checkbox {
    background: url(/Data/EditorFiles/tasarim/checked.svg) no-repeat center top !important;
}

.newsletter2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/*Ebulten Popup*/
@media screen and (min-width: 769px){

    .ie .pWrapper .pWin.overflow{
        margin-top:40px !important;
    }

}

@media screen and (max-width: 768px){
    .news-popup{
        min-width:auto;
    }

    .pWrapper .pClose{
        box-shadow:none;
    }

    body:not(.flexPopup) .pWrapper .pClose{
        top:5px;
        right:10px;
    }

    body:not(.flexPopup) .pWrapper .pWin{
        width:100% !important;
        height:100% !important;
        max-width:none;
        max-height:none;
        border-radius:0;
    }

    .pWrapper .pWin{
        max-width:90%;
    }
    .remove-popup .pWin.box{
        max-width:90%;
    }
    .pWrapper .pWin .pButtons{
        padding-top:0;
    }

    .pWrapper .pWin .pButtons button{
        margin-top:10px;
    }

    .pWrapper .pWin.withBtn .pText{
        height:100%;
    }

    .pWrapper .pWin.overflow .pText{
        position:relative;
        width:100%;
    }

}</pre></body></html>