@font-face {
    font-family: 'StagSans Regular';
    src: url('../fonts/StagSans-Regular.eot');
    src: url('../fonts/StagSans-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/StagSans-Regular.woff') format('woff'),
    url('../fonts/StagSans-Regular.ttf') format('truetype'),
    url('../fonts/StagSans-Regular.svg#stagsans') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, textarea {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
}

body {
    background-color: #C7C0D8;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: 'StagSans Regular';
}

html {
    font-family: 'StagSans Regular';
}

.w-tavsk-content {
    height: 100%;
}

footer {
    margin-top: auto;
}

.w-flash {
    background-color: #c7c0d8 !important;
}

.tavsk-top {
    width: 100%;
    height: 104px;
    position: relative;
    background: #303247 url(../img/passport/top-back.jpg) center top no-repeat;
}

.tavsk-container {
    width: 100%;
    min-height: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    background: url(../img/passport/main-back.png) left top repeat;
}

.tavsk-top .equal {
    height: 104px;
}

.equal {
    width: 980px;
    position: relative;
    margin: 0 auto;
}

.tavsk-logo {
    width: 212px;
    height: 74px;
    position: absolute;
    left: 13px;
    top: 11px;
    background: url(../img/passport/logo.png) left top no-repeat;
}

.tavsk-navigation-container {
    position: absolute;
    right: 0;
    top: 3px;
}

.tavsk-navigation-container .top-navigation {
    float: left;
}

.tavsk-navigation-container .top-navigation li {
    float: left;
}

.tavsk-navigation-container .top-navigation li a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #fff;
    line-height: 28px;
}

.tavsk-navigation-container .select-container {
    float: left;
    margin: 0 22px;
}

.tavsk-navigation-container .select-container select {
    background: transparent;
    border: 1px solid #61626b;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 5px 12px;
    margin: 0;
    outline: none;
}

.tavsk-navigation-container .select-container select:focus {
    background: #000;
}

.tavsk-navigation-container .search-container {
    float: left;
    position: relative;
}

.tavsk-navigation-container .search-container .text-input {
    background: transparent;
    border: 1px solid #61626b;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    color: #fff;
    padding: 6px 12px;
    margin: 0;
}

.tavsk-navigation-container .search-container .submit {
    width: 14px;
    height: 14px;
    display: block;
    text-indent: -99px;
    overflow: hidden;
    background: transparent url(../img/passport/search-button.png);
    position: absolute;
    right: 7px;
    top: 7px;
    cursor: pointer;
    border: none;
}

.top-menu {
    position: absolute;
    right: 0px;
    top: 58px;
}

.top-menu li {
    float: left;
    margin-left: 24px;
}

.top-menu li:first-child {
    margin-left: 0px;
}

.top-menu li a {
    font-size: 18px;
    color: #fff;
    margin-left: -10px;
}

.top-menu li a:hover {
    text-decoration: underline;
}

.top-menu strong {
    font-size: 18px;
}

.tavsk-navigation-container .login-btn {
    width: 115px;
    height: 32px;
    display: block;
    float: left;
    line-height: 28px;
    text-align: center;
    font-family: 'Tahoma';
    font-size: 12px;
    color: #fff;
    background: url(../img/passport/login-btn-back.png) left top no-repeat;
    margin-left: 10px;
}

.tavsk-main {
    width: 100%;
    min-height: 720px;
    position: relative;
}


.page-content {
    width: 728px;
    float: left;
    position: relative;
    padding: 20px 0px;
    padding-right: 18px;
}

.page-content h1 {
    display: block;
    font-family: 'StagSans Regular';
    font-size: 20px;
    color: #2d1333;
    border-bottom: 1px solid #737373;
    background: url(../img/passport/page-header-arrow.png) 4px center no-repeat;
    margin-bottom: 7px;
    padding: 24px 20px 24px 28px;
}

.page-content .content-image {
    width: 250px;
    height: 150px;
    float: left;
    margin: 7px 18px 8px 0;
    overflow: hidden;
}

.footer-space {
    width: 100%;
    height: 85px;
    position: relative;
    z-index: -1;
}

.top-shadow {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    top: 104px;
    z-index: -1;
    background: url(../img/passport/top-shadow-back.png) left top repeat;
}

.bottom-shadow {
    width: 100%;
    height: 60px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: url(../img/passport/bottom-shadow-back.png) left top repeat;
}

footer {
    width: 100%;
    height: 85px;
    background: url(../img/passport/footer-back.png) left top repeat-x;
    position: relative;
    z-index: 2;
}

.footer-content {
    height: 85px;
    overflow: hidden;
}

.footer-navigation {
    position: absolute;
    left: 0px;
    top: 12px;
}

.footer-navigation li {
    float: left;
    padding-left: 15px;
    margin-left: 15px;
    background: url(../img/passport/footer-navigation-spr.png) left center no-repeat;
}

.footer-navigation li:first-child {
    margin-left: 0;
    padding-left: 0;
    background: none;
}

.footer-navigation li a {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #7e808b;
}

.footer-navigation li a:hover {
    text-decoration: underline;
}

.copyright {
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 11px;
    color: #7e808b;
    position: absolute;
    right: 0px;
    top: 14px;
}

.footer-contact {
    width: 100%;
    height: 50px;
    margin-top: 36px;
    background: url(../img/passport/footer-spr.png) left top repeat-x;
    position: relative;
}

.tav-logo {
    width: 67px;
    height: 36px;
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    background: url(../img/passport/TAV-Isletme-Hizmetleri.png) left top no-repeat;
    background-size: contain;
}

.tav-logo-en {
    width: 67px;
    height: 36px;
    display: block;
    position: absolute;
    left: 10px;
    top: 8px;
    background: url(../img/passport/TAV-Operation-Services.png) left top no-repeat;
    background-size: contain;
}

.contact-items {
    height: 28px;
    position: absolute;
    right: 0px;
    top: 13px;
}

.contact-items li {
    height: 28px;
    float: left;
    padding-left: 18px;
    margin-left: 18px;
    background: url(../img/passport/footer-navigation-spr.png) left center no-repeat;
}

.contact-items li:first-child {
    margin-left: 0px;
    padding-left: 0px;
    background: none;
}

.contact-items a {
    float: left;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 14px;
    color: #7e808b;
    line-height: 28px;
}

.contact-items a.facebook {
    width: 13px;
    height: 28px;
    display: block;
    background: url(../img/passport/facebook.png) left top no-repeat;
}

.contact-items a.twitter {
    width: 28px;
    height: 26px;
    display: block;
    background: url(../img/passport/twitter.png) left top no-repeat;
}

.contact-items a.instagram {
    width: 26px;
    height: 26px;
    display: block;
    background: url(../img/passport/instagram.png) left top no-repeat;
}

.contact-items .phone {
    float: left;
    height: 34px;
    font-size: 32px;
    color: #a8abb6;
    padding-left: 36px;
    background: url(../img/passport/phone.png) left 2px no-repeat;
    line-height: 32px;
}

.btn-primary {
    background: rgb(162, 81, 174);
    background: linear-gradient(180deg, rgba(162, 81, 174, 1) 0%, rgba(164, 81, 174, 1) 6%, rgba(150, 81, 174, 1) 10%, rgba(143, 75, 169, 1) 29%, rgba(90, 39, 115, 1) 73%);
    border: #a646ba;
}

.w-smry .p-label {
    background-color: #e1e5ec;
    border: #d4dff9;
    color: #666;
}

.w-smry .p-label i {
    color: #666;
}

.note.note-warning {
    background-color: #aea3c2;
    border-color: #737373;
    color: #2e3045;
}

.note.note-warning i {
    color: #737373 !important;
}

.login {
    margin-top: 60px;
}

.login .portlet {
    max-width: 980px;
    margin: 0 auto;
}

.tavsk-note h4 {
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    text-shadow: #000 1px 1px;
}


.sms_onay__sure {
    position: relative;
    font-size: 20px;
    line-height: 40px;
    color: #525257;
    text-align: center
}

.sms_onay__sure strong {
    color: red;
    padding-left: .25rem;
    letter-spacing: .025rem
}

.sms_onay__tekrar {
    padding-top: 1rem;
    color: #93949C;
    text-align: center;
    font-size: 20px;
}


.j-social-share-btn {
    display: none;
}

.w-ac {
    background: url(../img/passport/home-back.png) center;
    background-size: cover;
}

.w-ac-hero .p-shadow {
    background: none;
}


.passport-success-link {
    text-align: center;
    margin-top: -40px;
    margin-bottom: 35px;
}

.u-desc-list {
    padding-left: 25px;
}

.poi-mobile-navmenu {
    display: none;
}

.j-xs .w-ac, .j-sm .w-ac {
    background: #C7C0D8 !important;
}

@media (min-width: 1200px) {
    .container {
        width: 980px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 980px;
    }
}

@media only screen and (max-width: 1025px) {
    .el-promocode {
        text-align: center !important;
    }

    .j-xs .w-ac-hero .p-hero, .j-sm .w-ac-hero .p-hero {
        text-shadow: 1px 1px #000;
    }

    .w-ac .container {
        z-index: 0 !important;
    }

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

    .top-menu {
        display: none;
    }

    .tavsk-navigation-container {
        display: none;
    }

    .equal {
        width: 100%;
    }

    .poi-mobile-navmenu {
        display: block;
    }


    .poi-mobile-navmenu a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

    .poi-mobile-navmenu a.icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }

    .poi-mobile-navmenu a:hover {
        background-color: #ddd;
        color: black;
    }

    .active {
        background-color: #04AA6D;
        color: white;
    }

    #poi-mobile-link {
        display: none;
    }

    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        right: 0;
        background-color: #57586a;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 15px;
    }

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    .sidenav a:hover {
        color: #f1f1f1;
    }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

    .footer-navigation {
        display: none;
    }

    .copyright {
        width: 280px;
    }

    .kvkkLink {
        display: none;
    }

    .contact-items .phone {
        font-size: 14px;
        margin-right: 10px;
    }

    .contact-items li {
        padding-left: 10px;
        margin-left: 10px;
    }
}

