﻿@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=latin-ext';
@import url('https://fonts.googleapis.com/css?family=Raleway:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=latin-ext');



/* ----------------------------------------------------------------------
	Genel
---------------------------------------------------------------------- */
body {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    background: #ffffff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

::selection {
    color: #fff;
    background: #B3D347;
}

::-moz-selection {
    color: #fff;
    background: #B3D347;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
    color: #36414d;
    line-height: 1.6;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

a:hover {
    text-decoration: none;
}

a {
    color: #113862
}


img {
    border: 0px;
}

ul {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

a, button, input[type=submit] {
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    text-decoration: none;
}



/* ----------------------------------------------------------------------
	Header Top
---------------------------------------------------------------------- */

.header-top {
    background-color: #F0F0F0;
    height: 64px;
}

.htop-social ul {
    float: left;
    width: auto;
}

.htop-social ul li {
    list-style: none;
    float: left;
    padding: 0px 15px 0px 0px;
    font-size: 18px;
    margin-top: 23px;
    line-height: 15px;
}

.htop-social ul li a {
    color: #535353;
}

.htop-social ul li a:hover {
    color: #B3D347;
}

.htop-social ul li:last-child {
    border-right: 1px #535353 solid;
}

.htop-link {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #535353;
    font-weight: 700;
    padding-left: 15px;
    margin-top: 22px;
    float: left;
}

.htop-buton {
    float: right;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

.htop-buton a {
    font-size: 13px;
    font-weight: 700;
}

    
.htop-buton a:focus {
    color:#ffffff;
}


.htop {
    text-align: center;
    border: 0px;
    height: 64px;
    border-radius: 0px;
    line-height: 64px;
}

.htop-is2 {
    color: #ffffff;
    background-color: #B3D347;
    border-radius: 0px;
    font-weight: 600;
}


    .htop-is2 i {
        margin-right: 10px;
    }

.turmob-link {color: #B3D347;font-size: 16px;}
.htop-tl {color: #FFFFFF;background-color: #519f8e;padding: 0px 20px 0px 20px;}
.htop-etahsail {padding: 0px 20px 0px 20px;}
.htop-is {color: #ffffff;background-color: #253358;padding: 0px 40px 0px 40px;}
.htop-is:hover{background-color:#333333; color:#ffffff;}
.htop-tl:hover{background-color:#60ccb4; color:#ffffff;}



@media (min-width: 768px) {
    .htop-uuo {
        color: #474747;
        background: #07705a; /* Old browsers */
        background: -moz-linear-gradient(top, #07705a 0%, #0ba787 20%, #0ba787 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #07705a 0%,#0ba787 20%,#0ba787 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #07705a 0%,#0ba787 20%,#0ba787 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07705a', endColorstr='#0ba787',GradientType=0 ); /* IE6-9 */
        padding: 0px 40px 0px 40px;
    }
}

.htop-uuo:hover {color: #ffffff;}



@media (max-width: 992px) {
.htop-is, .htop-uuo, .htop-tl, .htop-etahsail {padding: 0px 20px 0px 20px;}
.htop-is2 {color: #ffffff;background-color: #B3D347;border-radius: 0px;font-weight: 600;margin-bottom: 20px;}

}


@media (max-width: 768px) {
.htop-social {width: auto;display: table;margin: 0px auto;padding-bottom: 20px;display:none;}
.header-top {height: auto;}
.htop-buton {display: block;float:none;}
.htop-is2 {font-size: 18px;}
.htop-buton{text-align:center;}
.header-top{padding-top:10px; padding-bottom:10px;}
.htop {height: 45px;line-height: 45px;margin: 0px 5px;}
.htop-buton a {font-size: 12px;}

}


@media (max-width: 410px) {
.htop-link {display: none;}
.htop-social ul li:last-child {border-right: 0px;}
.htop-is2 {font-size: 12px;}

}



/* ----------------------------------------------------------------------
	Header Top
---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
	Header Logo
---------------------------------------------------------------------- */

.logo {
    margin: 25px 0px 25px 0px;
}

.logo img{height:60px;}

@media (max-width: 768px) {
    .logo {
        margin: 20px 0px 10px 0px;
        text-align: center;
        float: left;
        width: auto;
    }
}

@media (max-width: 400px) {
    .logo {
        margin: 20px 0px 10px 0px;
        text-align: center;
        float: left;
        width: auto;
    }
}





/* ----------------------------------------------------------------------
	Header Logo
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
	Header Menü
---------------------------------------------------------------------- */

.logo{float:left;}
.hlogo-ustmenu{text-align:center;}
.hlogo-ustmenu a{display:inline-block; text-decoration:none; padding: 20px 20px 17px 20px;color: #113862;font-family: 'Raleway', sans-serif;font-weight: 600;font-size: 18px; margin-top:20px;}
.hlogo-ustmenu a:hover, .hlogo-ustmenu a:focus{color: #519f8e;}
.navbar-default {float: right;border: 0px;background: none;}
.navbar {margin-top: 15px;}
.navbar-nav > li > a {padding: 20px 20px 17px 20px;}
.navbar-nav > li:last-child > a {padding: 20px 0px 17px 20px;}
.navbar-default .navbar-nav > li > a {color: #113862;font-family: 'Raleway', sans-serif;font-weight: 600;font-size: 15px;}
.navbar-default .navbar-nav > li > a:hover {color: #519f8e;}
.dropdown-menu > li > a {padding: 7px 15px;font-family: 'Raleway', sans-serif;font-weight: 600;font-size: 15px;}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {color: #113862;background: none;}
.dropdown-menu > li.kopie > a {padding-left: 5px;}
.dropdown-submenu {position: relative;}
.dropdown-submenu > .dropdown-menu {top: 0;left: 100%;margin-top: -6px;margin-left: 0px;border-radius: 0px;}
.dropdown-menu {padding: 10px 0;border-top: 3px #113862 solid;border-left: 0px;border-right: 0px;border-bottom: 1px #113862 solid;border-radius: 0px;}
.dropdown-submenu i {float: right;margin: 2px 0px 0px 0px;}
.dropdown-submenu:hover > a:after {border-left-color: #555;}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {text-decoration: none;}

@media (max-width: 1200px) {
.navbar-nav > li > a {padding: 20px 10px 17px 10px;}

}

@media (max-width: 992px) {
.hlogo-ustmenu a{font-size:15px;}

}

@media (max-width: 768px) {
.navbar {display: none;}
.hlogo-ustmenu a{display:none;}

}

@media (max-width: 767px) {
.navbar-nav {display: inline;}
.navbar-default .navbar-brand {display: inline;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar-default .navbar-nav .dropdown-menu > li > a {color: red;background-color: #ccc;border-radius: 4px;margin-top: 2px;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {color: #333;}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {background-color: #ccc;}
.navbar-nav .open .dropdown-menu {border-bottom: 1px solid white;border-radius: 0;}
.dropdown-menu {padding-left: 10px;}
.dropdown-menu .dropdown-menu {padding-left: 20px;}
.dropdown-menu .dropdown-menu .dropdown-menu {padding-left: 30px;}
li.dropdown.open {border: 0px solid red;}

}

@media (min-width: 768px) {
ul.nav li:hover > ul.dropdown-menu {display: block;}
#navbar {text-align: center;}

}

@media (max-width: 992px) {
.navbar-default .navbar-nav > li > a {font-size: 13px;}
.navbar-nav > li > a {padding: 20px 10px 17px 10px;}
.navbar-nav > li:last-child > a {padding: 20px 0px 17px 10px;}

}

@media (max-width: 992px) {
.navbar {margin-top: 25px;}

}






/* ----------------------------------------------------------------------
	Header Menü
---------------------------------------------------------------------- */

















/* ----------------------------------------------------------------------
	Slide
---------------------------------------------------------------------- */

.slideust {
    border-top: 2px #113862 solid;
    border-bottom: 2px #113862 solid;
    background-repeat: repeat;
    background-position: center top;
    background-image: url('../images/map-back2.png');
    background-color: #ffffff;

}

.slideust .item {
    min-height: 403px;
}

.slide-resimy {
    text-align: left;
}


.slide-resimy img {
    width: 100%;
    max-width: 508px;
    margin-top: 40px;
}

.slide-on h1 {
    font-size: 26px;
    font-weight: 700;
    line-height: 30px;
    padding-top: 70px;
    padding-right: 20px;
    font-family: 'Raleway', sans-serif !important;
}

.slide-textlink a {
    font-size: 14px;
    font-weight: 600;
    color: #113862;
    text-decoration: none;
    line-height: 15px;
}

.slide-textlink a:hover {
    color: #113862;
    text-decoration: underline;
}

.srenk1 h1 {
    color: #113862;
}

.srenk2 h1 {
    color: #ffffff;
}

.srenk1 p {
    color: #4F4E4F;
    font-family: 'Raleway', sans-serif;
}

.srenk2 p {
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
}


.slide-on blockquote {
    border: 0px;
    padding: 0px 0px 0px 0px;
}

.slide-on p {
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 30px;
}

.slide-on span {
    padding-left: 15px;
}

.avantaj-resim2 {
    border-radius: 10px;
}

    .avantaj-resim2 img {
        width: 100%;
        max-width: 560px;
        border-radius: 10px;
    }

.avantaj-yazi2 h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.avantaj-yazi2 p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.slide-check .fa-check{color:#2CA18F; width:25px;}


@media (max-width: 992px) {
.slide-on h1 {padding-top: 10px;padding-left: 0px;min-height: 90px;padding-right: 0px;}
.slide-on, .slide-resimy {text-align: center;height: 320px;}
.slide-on span {display: none;}
.slide-resimy img {margin-top: 20px;}
.slide-on p {font-size: 16px;height: 72px;padding-top: 10px;}
.slide-resimy {padding-bottom: 10px;}
.slide-resimy img {max-width: 480px;}
.slide-textlink a {color: #ffffff;line-height: 15px;}
.slide-textlink a:hover {color: #ffffff;}

}


@media (max-width: 768px) {
.slide-on, .slide-resimy {height: 220px;}
.slide-on h1 {font-size: 20px;line-height: 20px; /*height: 60px;*/ min-height: 60px;}
.slide-on p {line-height: 15px;padding-top: 10px;font-size: 12px;}
.slide-resimy img {max-width: 330px;}
.slide-on a {color: #ffffff;}
}

@media (max-width: 500px) {
/*.slide-on h1 {height: 40px;}*/
.slide-resimy img {max-width: 300px;}
}



/* ----------------------------------------------------------------------
	Slide
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	Avantaj Blok
---------------------------------------------------------------------- */


.avantaj-blok {
    background-color: #F1F1F1;
    padding: 30px 0px 30px 0px;
}

    .avantaj-blok h3 {
        font-size: 16px;
        color: #474747;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        text-align: center;
    }

.avantaj-tablo {
    width: 100%;
    background-color: #ffffff;
    margin: 20px 0px 20px 0px;
}

.avantaj-resim {
    text-align: center;
    height: 196px;
    overflow: hidden;
}

    .avantaj-resim img {
        width: 100%;
        max-width: 750px;
    }

.avantaj-logo {
    text-align: center;
    padding: 10px 0px 10px 0px;
}

.avantaj-yazi {
    padding: 0px 20px 10px 20px;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    line-height: 17px;
    min-height: 60px;
}

.btn-tahsil {
    border-radius: 0px !important;
    background: none;
    border-color: #113862;
    border: 1px #113862 solid;
    color: #113862;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    display: table;
    margin: 30px auto;
}

    .btn-tahsil:hover {
        background-color: #113862;
        border-color: #113862;
        color: #ffffff;
    }


@media (max-width: 1200px) {
    .avantaj-yazi {
        padding: 0px 10px 10px 10px;
    }
}

@media (max-width: 992px) {
    .avantaj-yazi {
        padding: 0px 20px 10px 20px;
    }
}


/* ----------------------------------------------------------------------
	Avantaj Blok
---------------------------------------------------------------------- */




/* ----------------------------------------------------------------------
	Kart Avantajları
---------------------------------------------------------------------- */

.kartblok {
    background-color: #B3D347;
    padding: 30px 0px 30px 0px;
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

    .kartblok h4 {
        color: #113862;
        font-size: 32px;
        font-weight: 400;
    }

    .kartblok p {
        color: #474747;
        font-size: 13px;
        font-weight: 400;
    }

.kartblok-icerik {
    margin-top: 50px;
    margin-bottom: 30px;
}

.kartblok-resim img {
    width: 100%;
    max-width: 332px;
}


.kartblok-icerik h4 {
    font-size: 22px;
    color: #113862;
    font-weight: 700;
    text-align: center;
    line-height: 30px;
}

.kartblok-icerik p {
    font-size: 12px;
    color: #113862;
    font-weight: 400;
    margin-bottom: 40px;
    padding: 0px 40px 0px 40px;
}

.btn-basvur {
    border-radius: 0px !important;
    background-color: #113862;
    border-color: #113862;
    border: 1px #113862 solid;
    color: #B3D347;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    display: table;
    margin: 30px auto;
}

    .btn-basvur:hover {
        background-color: #333333;
        border: 1px #333333 solid;
        color: #ffffff;
    }

.btn-basvur2 {
    border-radius: 0px !important;
    background-color: #113862;
    border-color: #113862;
    border: 1px #113862 solid;
    color: #B3D347;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 30px auto;
}

    .btn-basvur2:hover {
        background-color: #333333;
        border: 1px #333333 solid;
        color: #ffffff;
    }




/* ----------------------------------------------------------------------
	Kart Avantajları
---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
	Param Mobil
---------------------------------------------------------------------- */


.param-mobil {
    padding: 90px 0px 70px 0px;
    background-color: #ffffff;
    font-family: 'Raleway', sans-serif;
}

.pmobil-resim {
    text-align: center;
}

    .pmobil-resim img {
        width: 100%;
        max-width: 380px
    }

.param-mobil h3 {
    font-size: 28px;
    text-align: center;
    font-weight: 400;
    color: #474747;
}

.param-mobil p {
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    color: #474747;
    padding: 20px 20px 10px 20px;
}

.param-mobil h4 {
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    color: #474747;
    padding: 10px 0px 0px 0px;
    line-height: 20px;
}

.gpaly {
    text-align: right;
}

.appstore {
    text-align: left;
}

.pmobil-buton {
    padding-left: 15px;
    margin: 50px auto 0px auto !important;
    display: inline;
}


@media (max-width: 992px) {
    .pmobil-resim img {
        max-width: 340px
    }
}





/* ----------------------------------------------------------------------
	Param Mobil
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	İşlem Sayacı
---------------------------------------------------------------------- */

.sayac-genel {
    width: 100%;
    height: 100px;
    background: #113862;
}

.sayac-sag {
    float: left;
    width: 50%;
    border-right: 1px #ffffff solid;
    margin-top: 30px;
}

.sayac-sol {
    float: left;
    width: 50%;
    margin-top: 30px;
}

.sayac-sag #toplam-icon {
    padding: 0px 15px 0px 0px;
    float: right;
}

.sayac-sag #toplam-rakam {
    padding: 0px 15px 0px 0px;
    font-size: 36px;
    font-weight: 700;
    line-height: 37px;
    color: #ffffff;
    float: right;
}

.sayac-sag #toplam-yazi {
    padding: 2px 15px 0px 0px;
    font-size: 11px;
    color: #ffffff;
    float: right;
}

.sayac-sol #toplam-icon {
    padding: 6px 0px 0px 15px;
    float: left;
}

.sayac-sol #toplam-rakam {
    padding: 0px 0px 0px 15px;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 37px;
    float: left;
}

.sayac-sol #toplam-yazi {
    padding: 2px 0px 0px 15px;
    font-size: 11px;
    color: #ffffff;
    float: left;
}

@media (max-width: 992px) {
    .sayac-sol #toplam-rakam {
        font-size: 30px;
    }

    .sayac-sag #toplam-rakam {
        font-size: 30px;
    }

    .sayac-sag #toplam-yazi {
        padding: 2px 5px 0px 0px;
    }

    .sayac-sol #toplam-icon {
        padding: 6px 0px 0px 5px;
    }
}


@media (max-width: 768px) {
    .sayac-genel {
        width: 100%;
        display: inline-block;
    }

    .sayac-sag {
        width: 360px;
        border-right: 0px;
        float: none;
        margin: 20px auto 20px auto;
        padding-top: 20px;
    }

    .sayac-sol {
        display: none;
    }
    /* .sayac-sol{width:360px; border-right:0px; float:none; margin:20px auto 20px auto;padding-top:20px;display: table;} */
    .sayac-genel {
        margin-top: -20px;
    }

    .genelmhiza {
        height: 100px;
    }
}

@media (max-width: 360px) {
    #toplam-icon {
        display: none;
    }

    .sayac-sag {
        width: 320px;
    }
}

/* ----------------------------------------------------------------------
	İşlem Sayacı
---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
	Param Üyesi Kartlar
---------------------------------------------------------------------- */


.uyekartlar {
    background-color: #DDDDDD;
    padding: 30px 0px 30px 0px;
    font-family: 'Raleway', sans-serif;
}

.uyekart-baslik {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    color: #474747;
}

.uyekart-kart {
    text-align: center;
}

@media (max-width: 992px) {
    .uyekart-baslik {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .uyekart-kart {
        margin-bottom: 10px;
    }

    .footer-sag {
        margin-top: 15px;
    }

}


/* ----------------------------------------------------------------------
	Param Üyesi Kartlar
---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
	Footer
---------------------------------------------------------------------- */

.footer-genel {
    background-color: #474747;
    padding: 50px 0px 50px 0px;
}

.foot-tablo-dis {
    width: 60%;
    float: left;
}

.foot-tablo-dis2 {
    width: 40%;
    float: left;
}


.foot-aciklama {
    width: 80%;
}

.foot-aciklama p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 15px;
}

.foot-aciklama span {
    color: #999999;
    font-weight: 400;
}

.foot-turkpara {
    border-bottom: 2px #5f5f5f solid;
    margin-bottom: 10px;
    width: 80%;
    padding: 0px 0px 0px 0px;
}


.foot-turkpara p {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #8C8C8C;
    line-height: 15px;
    padding-top: 10px;
}

.foot-turkpara a {
    color: #8C8C8C;
    font-weight: 600;
}

.foot-turkpara a:hover {
    color: #ffffff;
}


.foot-adres {
    font-family: 'Raleway', sans-serif;
    font-size: 12px;
    color: #8C8C8C;
    padding-top: 20px;
}

.foot-adres h3 {
    color: #8C8C8C;
    font-weight: 700;
    font-size: 12px;
    line-height: 0px;
}

.foot-adres p {
    padding-bottom: 10px;
    line-height: 15px;
}

.foot-adres a {
    color: #8C8C8C;
}

.foot-adres a:hover {
    color: #ffffff;
}

.f-copyright {font-size: 10px !important;}
.f-copyright img{margin-bottom:10px;}
.f-copyright a {margin-right: 10px;}

.footer-telefon {
    text-align: center;
    width: 100%;
}

.footer-telefon h3 {
    font-size: 16px;
    font-weight: 400;
    color: #8C8C8C;
    line-height: 40px;
}

.footer-telno {
    font-size: 20px;
    font-weight: 700;
    color: #8C8C8C;
    margin-top: -20px;
}

.footer-kartlar {margin-top: 15px;}
.footer-telefon .f-social a{color:#949494;font-size:30px;}
.footer-telefon .f-social a:hover, .footer-telefon .f-social a:focus{color:#ffffff;}
.footer-telefon h2 {font-size: 16px;font-weight: 400;color: #8C8C8C;margin-bottom:0px;margin-top:10px;}


@media (max-width: 1200px) {
.foot-tablo-dis2 {width: 60%;}
.foot-tablo-dis2 {width: 40%;}
}



@media (max-width: 992px) {
    .footer-sag {
        float: left;
        width: 100%;
        text-align: center;
    }

    .footer-sol {
        float: right;
        width: 100%;
        text-align: center;
    }

    .foot-tablo-dis, .foot-aciklama, .foot-turkpara {
        width: 100%;
    }

    .foot-aciklama {
        border-bottom: 2px #5f5f5f solid;
    }

    .foot-tablo-dis2 {
        width: 100%;
    }

    .foot-tablo-dis2 {
        width: 100%;
    }

    .foot-adres h3 {
        font-size: 16px;
    }

    .foot-adres {
        border-bottom: 2px #5f5f5f solid;
        margin-bottom: 30px;
    }

    .footer-kartlar {
        margin-top: 20px;
    }

    .foot-turkpara {
        border-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .footer-genel {
        display: inline-block;
    }
}


/* ----------------------------------------------------------------------
	Footer
---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
	İçerik Sayfası
---------------------------------------------------------------------- */

.icsayfa-headerb {
    background-color: #113862;
    padding: 20px 0px 20px 0px;
}

.icsayfa-headerb h1 {
    float: left;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
    margin-top: 110px;
}

.icsayfa-headerk {
    background-color: #173969;
    padding: 20px 0px 20px 0px;
    margin-bottom: 30px;
}

.icsayfa-headerk h1 {
    float: left;
    color: #ffffff;
    font-size: 26px;
    font-weight: 400;
}

.baslik-yazi {
    padding-left: 0px;
}

.baslik-resim {
    float: right;
}

    .baslik-resim img {
        width: 100%;
        max-width: 350px;
    }

.sayfa-icerik {
    padding: 30px 0px 30px 0px;
    line-height: 30px;
}

.sayfa-icerik h3 {
    font-size: 20px;
    font-weight: 700;
    padding-top: 10px;
}

.sayfa-icerik p {
    font-size: 20px;
    font-weight: 300;
    padding-top: 10px;
}

.islem_sonuc {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 9999;
}

.lgn-hata, .error {
    border-radius: 0 0 7px 7px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
    background: #cb5050;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    padding: 10px;
    letter-spacing: 0 !important;
}

.hakkimizda-kart{margin-top:30px;}

.hakkimizda-kart img{max-width:400px;width: 100%; display:block;}

.hakkimizda-kart .col-sm-6{margin-bottom:30px;}

.hakkimizda ul li{list-style-position:inside; margin:0px 0px 0px 15px; font-size:17px; font-weight:300;}


@media (max-width: 992px) {

    .baslik-resim {float: left;text-align: center;width: 100%;}
    .baslik-yazi {float: right;width: 100%;text-align: center;}
    .icsayfa-headerb h1 {margin-top: 20px;float: none;}
}

@media (max-width: 768px) {
    .icsayfa-headerb {
        padding: 20px 10px 20px 10px;
        display: inline-block;
        width: 100%;}

    .icsayfa-headerk {
        display: flex;
    }

    .sayfa-icerik {
        padding: 30px 10px 30px 10px;
    }

    .baslik-resim {
        display: none;
    }
    .hakkimizda-kart img{display:inline-block;}

}

/* ----------------------------------------------------------------------
	İçerik Sayfası
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	Avantajlar
---------------------------------------------------------------------- */

.avntj {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.avntj img {
    max-width: 290px;
    width: 100%;
    border: 0;
    -webkit-transition-property: filter;
    -moz-transition-property: filter;
    -ms-transition-property: filter;
    -o-transition-property: filter;
    transition-property: filter;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
}

.avntj img:hover {
    -webkit-transition-property: filter;
    -moz-transition-property: filter;
    -ms-transition-property: filter;
    -o-transition-property: filter;
    transition-property: filter;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
}

@media (max-width: 768px) {
    .icsayfa-headerk {
        width: 100%;
        min-height: 90px;
    }

        .icsayfa-headerk h1 {
            float: none;
        }
}

/* ----------------------------------------------------------------------
	Avantajlar
---------------------------------------------------------------------- */


/* -- Kartlar --- */

.kartlar-yazi h1 {
    font-size: 30px;
    font-weight: 400;
}

.kartlar-yazi p {
    font-size: 18px;
    color: #333333;
    font-weight: 400;
    line-height: 25px;
}


.btn-param {
    border-radius: 0px !important;
    background: none;
    border-color: #0ba788;
    border: 1px #0ba788 solid;
    color: #0ba788;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 30px 0px 30px 0px;
}

    .btn-param:hover {
        background-color: #0ba788;
        border-color: #0ba788;
        color: #ffffff;
    }

.kartlar-renk1 {
    color: #113862;
}

.kartlar-renk2 {
    color: #113862;
}

.kartlar-yazi, .kartlar-resim {
    margin-top: 30px;
    margin-bottom: 20px;
}

    .kartlar-resim img {
        width: 100%;
        max-width: 467px;
    }

.kartlar-resim {
    text-align: center;
}


.kartlar-bilgi {
    border: 1px #CBCBCB solid;
    border-radius: 0px !important;
}

    .kartlar-bilgi .panel-title a {
        font-size: 15px;
        font-weight: 700;
        line-height: 30px;
        color: #4f4e4f;
        text-decoration: none;
    }

        .kartlar-bilgi .panel-title a:hover {
            text-decoration: none;
        }

    .kartlar-bilgi .panel-title i {
        font-size: 12px;
        padding: 0px 10px 0px 10px;
    }

    .kartlar-bilgi .list-group-item p {
        line-height: 25px;
        font-size: 13px;
    }

    .kartlar-bilgi .panel-heading i {
        padding-top: 7px;
    }

    .kartlar-bilgi .panel-heading a {
        text-decoration: none;
        color: #000000;
        display: block;
    }

        .kartlar-bilgi .panel-heading a:hover {
            color: #000000;
        }

@media (max-width: 992px) {
    .kartlar-yazi {
        text-align: center;
    }

    .btn-param {
        margin: 30px auto;
    }
}

@media (max-width: 768px) {
    .kartlar-bilgi .panel-title a {
        font-size: 13px;
        font-weight: 600
    }
}


/* -- Kartlar --- */



/* ----------------------------------------------------------------
	Kampanyalar
-----------------------------------------------------------------*/

.kampanyalar_arka {
    background-color: #F6F6F6;
    padding: 20px 0px 20px 0px;
}

.kamp-thmb {
    position: relative;
    margin-bottom: 20px;
    padding: 3px;
    background-color: #ffffff;
    border: 1px solid rgba(45, 45, 45, 0.1);
    font-family: 'Raleway', sans-serif;
}

    .kamp-thmb .product-social {
        opacity: 0;
        position: absolute;
        text-align: center;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 33%;
        z-index: 2;
        -moz-transform: scale(1) translateY(-150px);
        -webkit-transform: scale(1) translateY(-150px);
        -o-transform: scale(1) translateY(-150px);
        -ms-transform: scale(1) translateY(-150px);
        transform: scale(1) translateY(-150px);
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

@media only screen and (max-width: 479px) {
    .kamp-thmb .product-social {
        top: 27%;
        -moz-transform: scale(1) translateY(-50px);
        -webkit-transform: scale(1) translateY(-50px);
        -o-transform: scale(1) translateY(-50px);
        -ms-transform: scale(1) translateY(-50px);
        transform: scale(1) translateY(-50px);
    }
}

.kamp-thmb .product-social li {
    display: inline-block;
    height: 40px;
    width: 42px;
    border: 2px solid #ffffff;
    background: #ffffff;
    margin: 0 1px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    border-radius: 50%;
}

@media only screen and (max-width: 479px) {
    .kamp-thmb .product-social li {
        height: 30px;
        width: 32px;
    }
}

.kamp-thmb .product-social li a {
    display: block;
}

    .kamp-thmb .product-social li a i {
        line-height: 37px;
        color: #3B4A54;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

@media only screen and (max-width: 479px) {
    .kamp-thmb .product-social li a i {
        line-height: 30px;
    }
}

.kamp-thmb .product-social li:hover {
    background: #113862;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .kamp-thmb .product-social li:hover i {
        color: #ffffff;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }



.kamp-thmb .product-img-holder {
    position: relative;
    padding: 10px 0px 10px 0px;
}

@media only screen and (max-width: 479px) {
    .kamp-thmb .product-img-holder {
        display: inline-block;
    }
}

.kamp-thmb .product-img-holder a img {
    width: 100%;
}

.kamp-thmb .product-img-holder:after {
    opacity: 0;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(33, 33, 33, 0.5);
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.kamp-thmb .product-img-holder .hot-sale {
    top: 0;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 60px solid #113862;
    border-right: 60px solid transparent;
    z-index: 3;
}

    .kamp-thmb .product-img-holder .hot-sale span {
        color: #ffffff;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        bottom: 31px;
        left: 4px;
        letter-spacing: 2px;
        position: absolute;
        -webkit-transform: rotate(316deg);
        -moz-transform: rotate(316deg);
        -o-transform: rotate(316deg);
        text-align: center;
    }

.kamp-thmb .product-content-holder {
    margin-top: 20px;
    text-align: center;
}

    .kamp-thmb .product-content-holder h3 {
        font-size: 18px;
        text-transform: capitalize;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

@media only screen and (max-width: 479px) {
    .kamp-thmb .product-content-holder h3 {
        letter-spacing: 0;
        font-family: 'Raleway', sans-serif;
    }
}

.kamp-thmb .product-content-holder h3 a {
    color: #212121;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

    .kamp-thmb .product-content-holder h3 a:hover {
        color: #111111;
        -webkit-transition: all 0.5s ease-out;
        -moz-transition: all 0.5s ease-out;
        -ms-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

.kamp-thmb .product-content-holder span {
    color: #111111;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
}

@media only screen and (max-width: 479px) {
    .kamp-thmb .product-content-holder span {
        letter-spacing: 0;
    }
}

.kamp-thmb .product-content-holder span span {
    margin-right: 15px;
    color: #727272;
    text-decoration: line-through;
}

.kamp-thmb:hover .product-social {
    opacity: 1;
    -moz-transform: scale(1) translateY(0px);
    -webkit-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.kamp-thmb:hover .product-img-holder:after {
    opacity: 1;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}


/* ----------------------------------------------------------------
	Kampanyalar
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Kampanya Detay
-----------------------------------------------------------------*/

.kampanya-detay {
    padding: 20px 0px 20px 0px;
}

.kmpdty-urunadi {
    font-size: 28px;
    font-weight: 600;
    color: #3B4A54;
    line-height: 50px;
    border-bottom: 1px solid rgb(221, 221, 221)
}

.fyt-asil {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    padding-right: 20px;
}

.fyt-eski {
    font-size: 22px;
    color: #cecece;
    font-weight: 600;
    text-decoration: line-through;
}

.kmpdty-urunfiyat {
    border-bottom: 1px solid rgb(221, 221, 221);
    padding-top: 5px;
    padding-bottom: 5px;
}

.kmpdty-aciklama {
    padding-top: 10px;
    border-bottom: 1px solid rgb(221, 221, 221);
}

    .kmpdty-aciklama h2 {
        font-size: 16px;
        font-weight: 500;
    }

    .kmpdty-aciklama p {
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        text-align: justify;
    }

.kmpdty-formg {
    padding-top: 10px;
    padding-bottom: 10px;
}



/* ----------------------------------------------------------------------
	Form Alanı
---------------------------------------------------------------------- */


.form-genel {
    padding: 30px 0px 30px 0px;
}

.form-baslik {
    color: #394A52;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    line-height: 50px;
    padding-bottom: 15px;
}

.form-satir {
    margin: 0px auto;
}

.form-icerik {
    float: left;
    width: 70%;
    margin-right: 10px;
    margin-top: 10px;
}

    .form-icerik input {
        padding: 10px 10px 10px 10px;
        border-radius: 0px;
        border-bottom-color: #DBDBDB;
        background-color: #F8F8F8;
        font-size: 14px;
        height: 50px;
    }

.form-icerik-tam {
    float: left;
    width: 70%;
    margin-top: 10px;
    margin-right: 10px;
}

.RadComboBoxDropDown_Default {
    border-color: #cccccc !important;
}

.form-icerik-tam .RadComboBox .rcbEmptyMessage {
    font-style: normal !important;
    font-size: 14px !important;
}

.form-icerik-tam .RadComboBox_Default .rcbInput {
    line-height: 45px;
    font-size: 14px !important;
}

.rcbList {
    cursor: pointer;
}

.RadComboBoxDropDown .rcbItem, .RadComboBoxDropDown .rcbHovered, .RadComboBoxDropDown .rcbDisabled, .RadComboBoxDropDown .rcbLoading, .RadComboBoxDropDown .rcbCheckAllItems, .RadComboBoxDropDown .rcbCheckAllItemsHovered {
    font-size: 14px !important;
}


.form-icerik-tam input {
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border-bottom-color: #DBDBDB;
    background-color: #F8F8F8;
    font-size: 14px;
    height: 50px;
}

.form-icerik-tam select {
    padding: 10px 10px 10px 10px;
    border-radius: 0px;
    border-bottom-color: #DBDBDB;
    background-color: #F8F8F8;
    font-size: 14px;
    height: 50px;
}

.form-buton button {
    border-radius: 0px;
    height: 50px;
    font-size: 14px;
    background-color: #546978;
    border: 1px #546978 solid;
}


    .form-buton button a {
        background-color: #546978;
    }


.form-uyari {
    font-size: 11px;
    color: #5C7483;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    max-width: 600px;
    margin: 0px auto;
}

.form-icerik-tam .input-lg {
    display: block !important;
    width: 100% !important;
    font-size: 14px !important;
    line-height: 1.42857143 !important;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 0px;
    border-bottom-color: #DBDBDB;
    background-color: #F8F8F8;
    height: 50px !important;
}

.input-select {
    padding: 10px 0px 10px 0px !important
}

.RadComboBox_Default .rcbInputCell, .RadComboBox_Default .rcbArrowCell {
    background: none !important;
}

.RadComboBox table {
    margin-top: -10px;
}

table td.rcbInputCell {
    padding: 0px 0px 0px 0px !important;
}


/* ----------------------------------------------------------------------
	Form Alanı
---------------------------------------------------------------------- */


.resimb img {
    width: 100%;
    max-width: 436px;
}

.resimb {
    border: 1px solid rgb(221, 221, 221);
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.resimk {
    cursor: pointer;
}

    .resimk ul {
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

    .resimk li {
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        float: left;
        list-style: none;
        margin-right: 10px;
    }

        .resimk li:last-child {
            margin-right: 0px;
        }

.kmp-pop .modal-body img {
    width: 100%;
    max-width: 800px;
}

.kmp-pop .modal-body {
    text-align: center;
}
/* .kmp-pop .modal-content{background:none; box-shadow:none; border:0px;}
.kmp-pop .close{font-size:30px; color:#ffffff; opacity:1;} */
.kmp-pop .close {
    font-size: 30px;
    opacity: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    position: relative;
    z-index: 9999;
}

.resimk img {
    width: 100%;
    max-width: 106px;
}

.captcha-uye {
    width: 304px;
    height: 78px;
}

@media (max-width: 1200px) {
    .resimk img {
        max-width: 86px;
    }
}

@media (max-width: 992px) {
    .resimk img {
        max-width: 100px;
    }

    .kmpdty-icerik {
        display: inline-block;
        margin-top: 20px;
    }

    .resimb {
        text-align: center;
    }
}

@media (max-width: 768px) {

    .form-satir {
        width: 100%;
    }

    .form-icerik {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        padding: 0px 0px 0px 0px;
    }

    .form-icerik-tam {
        width: 100%;
    }

    .form-buton button {
        display: block;
        width: 100%;
    }

    .form-buton {
        padding: 0px 20px 0px 20px;
    }

    .form-baslik {
        font-size: 25px;
    }

    #bt_siparis {
        margin: 0px 0px 0px -20px !important;
    }
}

@media (max-width: 400px) {
    .resimk img {
        max-width: 70px;
    }

    .captcha-uye {
        width: 100%;
    }
}


/* ----------------------------------------------------------------
	Kampanya Detay
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	Başvuru Sayfası
-----------------------------------------------------------------*/


.basvuru-tust {
    background-color: #5e5e5e;
    height: 220px;
    width: 100%;
}

.basvuru-talt {
    width: 100%;
    background: #113862;
    min-height: 300px;
}

.basvuru-torta {
    background-color: #f6f6f6;
    margin: 0px auto;
    top: -140px;
    position: relative;
    border-radius: 7px;
    z-index: 99;
    display: flex;
}

    .basvuru-torta img {
        width: 100%;
        max-width: 318px;
        margin-bottom: 10px;
    }

.pmobil-tust {
    background-color: #ffffff;
    height: 300px;
    width: 100%;
}

.pmobil-torta {
    margin: 0px auto;
    top: -240px;
    position: relative;
    border-radius: 7px;
    z-index: 99;
    display: flex;
    text-align: center;
}

.bmesaj {
    width: auto;
    border-radius: 0 0 7px 7px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font: 400 14px 'Source Sans Pro', Arial;
    padding: 10px;
    letter-spacing: 0 !important;
}

.islem-sonuc {
    width: 70%;
    margin: 0px auto;
}

.basvuru-hata {
    background: #cb5050;
}

.basvuru-basari {
    background: #0ba788;
}

.ficerik-sol {
    font-family: 'Source Sans Pro';
    background: #e5e5e5;
    border-radius: 7px 0 0 7px;
    margin: 0px 0px 0px -15px;
    padding-bottom: 40px;
    padding-top: 10px;
}

    .ficerik-sol h4 {
        color: #0ba788;
        font-weight: 700;
        font-size: 22px;
        padding: 20px 20px 0px 20px;
        line-height: 30px
    }

        .ficerik-sol h4 span {
            color: #0ba788;
            font-weight: 400;
        }

    .ficerik-sol p {
        color: #5e5e5e;
        font-weight: 400;
        font-size: 14px;
        padding: 15px 20px 0px 20px;
        line-height: 18px;
        text-align: justify;
    }

    .ficerik-sol a {
        color: #0ba788;
        font-weight: 800;
    }

.ficerik-k strong {
    font-weight: bold;
    color: #0ba788;
}

.ficerik-resim {
    margin-top: 30px;
    padding-bottom: 30px;
}

.canli-destek {
    float: left;
    width: auto;
}

.bddk-lisans {
    float: right;
    width: auto;
}

.ficerik-resim .icon {
    margin-right: 10px;
    margin-left: 15px;
    text-align: center;
    width: 30px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 0px 0px 0px;
}

.ficerik-resim .text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    color: #0ba788;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Raleway', sans-serif;
    padding: 0px 0px 0px 0px;
}

    .ficerik-resim .text span {
        font-size: 18px;
        color: #0ba788;
        font-weight: 500;
        font-family: 'Open Sans', sans-serif;
    }

.bddk-logo {
    float: right;
    width: auto;
    margin-right: 15px;
    margin-top: -5px;
}

.btn-uyeform {
    border-radius: 0px !important;
    background-color: #0ba788;
    border-color: #0ba788;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    margin: 0px 0px 0px 0px;
    padding: 14px 16px !important;
    line-height: 5px;
}

.btnhiza {
    margin: 20px 10px 10px 10px;
}

.btnhiza2 {
    margin: 10px 10px 10px 10px;
}

.btn-uyeform:hover {
    background-color: #494949;
    border: 1px #494949 solid;
    color: #ffffff;
}

.bddk-logo img {
    width: 100px;
}

.ficerik-resim .icon img {
    width: 30px;
}

.uform-genel {
    padding-top: 30px;
}

    .uform-genel .form-satir {
        display: table;
        margin-bottom: 10px;
        width: 100%;
    }

.yakinlik {
    display: none;
}

.ililce-hiza1 {
    float: left !important;
    margin-top: 10px;
}

.ililce-hiza2 {
    float: right !important;
    margin-top: 10px;
}

.uform-genel .formuyar {
    color: rgb(204, 0, 0);
    position: relative;
    float: left;
    margin-top: -30px;
    margin-left: -10px;
}

.uform-genel .formuyar2 {
    color: rgb(204, 0, 0);
    position: relative;
    float: left;
    margin-top: 15px;
    margin-left: -10px;
}

.uform-genel .formuyar3 {
    color: rgb(204, 0, 0);
    position: relative;
    float: left;
    margin-top: 15px;
    margin-left: 3px;
}

.lbl_sozlesme {
    overflow-y: scroll;
    height: 265px;
    font: 12px 'Source Sans Pro', Arial !important;
    text-align: justify;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.lbl_sms {
    margin: 10px 10px 10px 10px;
}

#map-canvas {
    height: 400px;
    width: 100%;
    margin: 0;
}

.btn-bdurum {
    margin-top: 10px;
}

.basdurum {
    padding: 30px 15px 30px 15px;
    line-height: 30px;
    text-align: center;
}

.btn-ara {
    background-color: #113862;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    color: #ffffff;
    height: 35px;
    line-height: 16px;
    margin-right: 5px;
}

.form-suz {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.form-suz2 {
    padding-top: 0px;
    padding-bottom: 15px;
    background-color: #ffffff;
}

.excell-ikon a {
    padding: 10px 20px 10px 20px;
    display: inline-block;
    color: #ffffff;
    height: 35px;
    line-height: 16px;
    background-color: #64B13E;
}

    .excell-ikon a:hover {
        color: #ffffff;
        background-color: #3b6924;
    }

.excell-ikon i {
    font-size: 14px;
}

.form-suz select {
    height: 35px;
    border: 1px #eeeeee solid;
}


@-moz-document url-prefix() {
    .uform-genel .radPreventDecorate {
        display: none !important;
    }

    .uform-genel input {
        padding: 20px 10px;
        box-sizing: border-box;
    }
}



@media (max-width: 1200px) {
    .ficerik-sol h4 {
        font-size: 18px;
    }

    .bddk-logo img {
        width: 100px;
    }

    .ficerik-resim .text span {
        font-size: 15px;
    }

    .ficerik-resim .text {
        font-size: 10px;
        line-height: 14px;
    }

    .log-mobil {
        margin-top: 10px;
    }

    .form-suz select {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .basvuru-torta {
        display: block;
    }

    .pmobil-torta {
        display: block;
    }

    .ficerik-sol {
        border-radius: 7px 7px 0 0;
        margin: 0px -15px 0px -15px;
    }

    .log-form-mobil {
        margin-bottom: 10px;
    }
}

@media (max-width: 768px) {
    .form-m {
        margin-bottom: 10px;
    }

    .form-suz {
        display: inline-block;
    }
}



/* ----------------------------------------------------------------
	Başvuru Sayfası
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------*/


#google-map {
    position: relative;
    width: 100%;
    height: 350px;
}

.gmap img {
    max-width: none !important;
}

.gm-style .gm-style-iw h3 span {
    font-size: inherit;
    font-family: inherit;
}

#map-overlay {
    position: relative;
    padding: 100px 0;
}

    #map-overlay #google-map {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
    }

/* ----------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	İletişim
-----------------------------------------------------------------*/
.foot-cell {
    margin-bottom: 20px;
    min-height: 195px;
}

.foot-ilet {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 10px;
}

    .foot-ilet i {
        font-size: 18px;
        color: #3B4A54;
        padding-right: 10px;
    }

.iletisim-hizalama {
    padding-top: 30px;
}


/* ----------------------------------------------------------------
	İletişim
-----------------------------------------------------------------*/

.map-bilgi{max-width:250px}
.map-bilgi h1{font-size:16px; line-height:20px;}
.map-bilgi p{font-size:12px; line-height:20px;}
.map-tel{font-size:16px; font-weight:600;}
.iletisim-header{background-image:url(../images/iletisim-header.jpg); background-size:cover; background-position:center center; height:400px; width:100%;}{}
.iletisim-adres-genel{background-color:#F0F0F0;}
.iletisim-adres{padding:45px 30px; }
.adres-tablo{float:right; max-width:500px;}
.btn-iletisim{display:inline-block; color:#ffffff; background-color:#323232; font-size:14px; padding:10px 20px; line-height:25px; margin-bottom:15px;}
.btn-iletisim:hover, .btn-iletisim:focus{background-color:#000000; color:#ffffff;}
.btn-iletisim i{font-size:18px!important; color:#ffffff!important;}


@media (max-width: 1200px) {
}


@media (max-width: 992px) {
    .adres-tablo{float:none; margin:0px auto;}
}


@media (max-width: 768px) {
}




/* ----------------------------------------------------------------------
	Footer
---------------------------------------------------------------------- */
.foot-cell {
    margin-bottom: 20px;
    min-height: 195px;
    background-color: #EDF2F2;
    padding: 10px 20px;
    margin-top: -5px;
    border-top: 5px #113862 solid;
}

.foot-ilet {
    font-size: 17px;
    color: #333333;
    line-height: 25px;
    margin-bottom: 20px;
}

.foot-ilet i {
    font-size: 24px;
    color: #113862;
    padding-right: 10px;
}

.foot-cell h3 {
    font-size: 20px;
    font-weight: 500;
    color: #333333;
    margin: -10px -20px 10px -20px;
    padding: 5px 20px 0px 20px;
}

.iletisim-adresler {
    margin-top: 30px;
}







.taksit-tablosu {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

    .taksit-tablosu li {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
        list-style: none;
        padding: 5px 10px;
        font-size: 14px;
        font-weight: 600;
    }

        .taksit-tablosu li span {
            float: right;
        }

.taksit-basligi {
    background-color: #113862;
    color: #ffffff;
    font-weight: 700 !important;
}

.tablo-ara {
    background-color: #eeeeee
}

.k-oran h4 {
    float: none !important;
    text-align: center;
}

.k-oran .close {
    position: relative;
    float: right;
}




/* ----------------------------------------------------------------
	E-Tahsilat
-----------------------------------------------------------------*/

.e-tahsil-resim {
    background-image: url(../images/header-bg-j2.jpg);
    height: 400px;
    background-position: center top;
    background-size: cover;
    padding-top: 100px;
}

    .e-tahsil-resim p {
        text-align: center;
        line-height: 30px;
        font-size: 18px;
        color: #ffffff;
        font-family: 'Raleway', sans-serif;
        width: 80%;
        margin: 0px auto;
    }

.etahsil-social {
    width: 300px;
    margin: 30px auto;
}

    .etahsil-social ul {
        margin: 0px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
    }

        .etahsil-social ul li {
            margin: 0px 0px 0px 0px;
            padding: 0px 20px 0px 0px;
            list-style: none;
            float: left;
        }

            .etahsil-social ul li:last-child {
                padding: 0px 0px 0px 0px;
            }

.etahsil-icerik {
    background-color: #F6F6F6;
}

.etahsil-form {
    padding-top: 20px;
    width: 100%;
    max-width: 500px;
    margin: 0px auto;
}

.e-tahsil-input .input-group {
    margin-bottom: 10px;
}

.e-tahsil-input input {
    height: 50px
}

.etahsil-form h2 {
    font-size: 35px;
    text-align: center;
    line-height: 40px;
    font-weight: 900;
    font-family: 'Raleway', sans-serif;
    color: #000000;
}

    .etahsil-form h2 span {
        font-size: 24px;
        line-height: 20px;
        font-weight: 400;
    }

.etahsil-altyazi {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .etahsil-altyazi h2 {
        font-size: 16px;
    }

    .etahsil-altyazi p {
        margin-bottom: 40px
    }

.etahsil-alt {
    background-image: url(../images/bk_s3.jpg);
    height: 410px;
    background-position: center top;
    background-size: cover;
}

.etahsil-gorsel {
    background-image: url('../images/ets-zemin.jpg');
    font-family: 'Raleway', sans-serif;
    color: #ffffff;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-color: #d6141d;
    padding: 50px 50px;
}

.bas-aciklama {
    font-size: 40px;
    font-weight: 900;
    color: #ffffff;
    line-height: 47px;
}

.etahsil-gorsel hr {
    border-top: 1px #ffffff solid;
    width: 100%;
    margin-top: 10px;
}

.etahsil-gorsel p {
    font-size: 16px;
    font-weight: 500;
}

.etahsil-gorsel img {
    margin-bottom: 20px;
}

.etahsil-gorsel-ic {
    display: table;
}

.header-alt-cizgi {
    border-bottom: 2px #D4121D solid;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}

@media (max-width: 992px) {
    .etahsil-gorsel {
        background-position: 50% 65%
    }
}



.btn-basvuru {
    color: #fff;
    background-color: #113862;
    border-color: #113862;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Raleway', sans-serif;
    margin-bottom: 20px;
}

    .btn-basvuru:hover {
        background-color: #007bff;
        border-color: #007bff;
        text-decoration: none;
        color: #fff;
    }

.tahsilat .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

    .tahsilat .row > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }


/* ----------------------------------------------------------------------
	Avantajlar
---------------------------------------------------------------------- */

.thmbnail {
    display: table;
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 30px;
}

.avntj {
    margin-bottom: 10px;
    height: 160px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background-color: #ffffff;
    border: 1px rgba(11, 167, 136, 0.3) solid;
}

    .avntj img {
        max-width: 155px;
    }


.avntj-bkm {
    margin-bottom: 10px;
    height: 160px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    background-color: #ffffff;
    border: 1px rgba(255, 150, 73, 0.3) solid;
}


@media (max-width: 768px) {
    .icsayfa-headerk {
        width: 100%;
        min-height: 90px;
    }

        .icsayfa-headerk h1 {
            float: none;
        }

    .thmbnail {
        width: 100%;
    }
}

/* ----------------------------------------------------------------------
	Avantajlar
---------------------------------------------------------------------- */

.avantaj-resim2 {
    border-radius: 10px;
}

    .avantaj-resim2 img {
        width: 100%;
        max-width: 560px;
    }

.avantaj-yazi2 h2 {
    font-size: 20px;
    color: #333333;
    font-weight: 600;
}

.avantaj-yazi2 p {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.mepas-bilgi h5 {
    font-size: 20px;
    margin: 0px auto 30px auto;
    max-width: 800px;
}

.mepas-bilgi ul li {
    list-style-type: circle;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}



@media (max-width: 1200px) {
    .etahsil-alt {
        height: 310px;
    }
}

@media (max-width: 992px) {
    .etahsil-alt {
        height: 260px;
    }

    .slide-on blockquote {
        color: #ffffff;
        font-size: 15px;
    }
}

@media (max-width: 768px) {

    .e-tahsil-resim p {
        font-size: 14px;
        line-height: 25px;
    }

    .etahsil-alt {
        height: 180px;
    }
}

@media (max-width: 500px) {

    .e-tahsil-resim {
        height: 440px;
    }

        .e-tahsil-resim p {
            width: 96%;
            line-height: 25px;
        }

    .etahsil-alt {
        display: none;
    }
}


/* ----------------------------------------------------------------
	E-Tahsilat
-----------------------------------------------------------------*/


@media (min-width: 768px) {

    #acilisreklam .modal-dialog {
        margin: 210px auto 30px auto;
    }
}



/* ----------------------------------------------------------------
	Admin
-----------------------------------------------------------------*/
.admin-body {
    background: #eeeeee;
}

.admin-head {
    background: #ffffff;
    border-bottom: 2px #113862 solid;
}

.login-logo, .adm-logo {
    margin: 20px 0px 20px 0px;
}

.adm-menu {
    margin: -10px 0px 0px 0px;
}

.admin-icerik {
    width: 100%;
    padding: 30px 0px;
}


.login-genel {
    padding-top: 10%;
}


/****** LOGIN MODAL ******/
.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #ffffff;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: roboto;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: roboto;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-size: 16px;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
        }


.loginmodal-submit {
    border: 0px;
    color: #fff;
    text-shadow: 0 1px #113862;
    background-color: #113862;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
}

    .loginmodal-submit:hover {
        border: 0px;
        text-shadow: 0 1px #051321;
        background-color: #051321;
    }

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

@media (max-width: 992px) {

    .adm-menu {
        margin: -5px 0px 0px 0px;
    }
}
/****** LOGIN MODAL ******/


.liste-genel {
    margin-top: 30px;
    margin-bottom: 30px;
}

.btn-ekle {
    background-color: #64B13E;
    color: #ffffff;
    font-size: 14px;
    display: block;
    float: right;
    padding: 5px 15px;
    line-height: 20px;
    margin-bottom: 5px;
}

    .btn-ekle:hover, .btn-ekle:focus {
        background-color: #64B13E;
        color: #ffffff;
    }

    .btn-ekle i {
        font-size: 15px;
        width: 20px;
        float: left;
        line-height: 21px;
    }

.tablo-header {
    background-color: #113862;
    color: #ffffff !important;
    font-size: 14px;
    padding: 10px 5px !important;
}

    .tablo-header a {
        color: #ffffff !important;
    }

.RadComboBox_Metro {
    margin-top: 10px !important;
}

.kp-form-genel {
    padding-top: 15px;
    padding-bottom: 15px;
}

    .kp-form-genel .checkbox input[type=checkbox], .kp-form-genel .checkbox-inline input[type=checkbox], .radio input[type=radio], .kp-form-genel .radio-inline input[type=radio] .kp-form-genel {
        margin-left: 0px;
    }

    .kp-form-genel input[type=file] {
        margin-bottom: 10px;
    }





/* ----------------------------------------------------------------------
	Ana Sayfa Kart Başvuru
---------------------------------------------------------------------- */

.kart-basvuru {
    padding: 70px 0px 70px 0px;
}

    .kart-basvuru h2 {
        color: #3d5e75;
        font-size: 24px;
        font-weight: 500;
        text-align: center;
        line-height: 40px;
    }

    .kart-basvuru p {
        color: #3e3e3e;
        font-size: 14px;
        font-weight: 400;
        text-align: center;
        padding: 0px 20px 20px 20px;
    }

    .kart-basvuru a {
        color: #3e3e3e;
    }


.kart-icon1, .kart-icon2, .kart-icon3 {
    height: auto;
    padding: 120px 0 0 0;
    margin: 0 auto;
}



.kart-icon1 {
    display: block;
    background: url(../images/ico3_0.png) top center no-repeat;
}

    .kart-icon1:hover {
        background: url(../images/ico3_1.png) top center no-repeat;
    }

.kart-icon2 {
    display: block;
    background: url(../images/ico2_0.png) top center no-repeat;
}

    .kart-icon2:hover {
        background: url(../images/ico2_1.png) top center no-repeat;
    }

.kart-icon3 {
    display: block;
    background: url(../images/ico1_0.png) top center no-repeat;
}

    .kart-icon3:hover {
        background: url(../images/ico1_1.png) top center no-repeat;
    }


/* ----------------------------------------------------------------------
	Ana Sayfa Kart Başvuru
---------------------------------------------------------------------- */


.basvuru-form {
    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    line-height: 2.0 !important;
    display: block !important;
    width: 100% !important;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    border-radius: .25rem !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height:auto!important;
}

.btn-info {
    background-color: #519f8e;
    border-color: #519f8e;
    padding: 6px 45px!important;
    font-size:16px;
}

.btn-info:hover {
    background-color: #119fa9;
    border-color: #119fa9;
}

.basvuruDurum{
    max-width:600px;
    margin:30px auto;
    font-size:18px;
}


.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected, .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    border-color: #253358 !important;
    color: #fff!important;
    background-color: #253358 !important;
}

.RadTabStrip_MetroTouch .rtsLink {
    color: #cccccc!important;
}

.form-hizalama{margin:30px 0px;}

.form-ic{
    width:auto!important;
    min-width:30%;
    display:inline-block!important;
}

.frm-uyar{margin-top:30px;}

.odeme-tip table{margin:0px auto;}

.odeme-tip table{margin:0px auto;}

.odeme-tip table td {
    padding:0px 15px;
    font-size:16px;
    line-height:25px;
}

.odeme-tip table td input{margin-right:10px;}

@media (max-width: 782px) {

.form-ic { min-width:45%;}
.form-son{margin-top:10px;}

}


@media (max-width: 500px) {

.form-ic { width: 80% !important;}

}







/* ----------------------------------------------------------------------
	Kategori Ağacı
---------------------------------------------------------------------- */

.kategori-agaci {
    padding: 60px 0px 60px 0px;
}

.kategori-agaci p {
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    font-weight: 500;
    color: #519f8e;
    max-width: 680px;
    margin: 0px auto 50px auto;
}

.menu-genel {
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-bottom:30px;
}

.menu-genel img {
    width: 100%;
    max-width: 200px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-top: 20px;
}

.menu-genel img:hover {
    transform: scale(1.2);
}

.menu-genel h4 {
    text-align: center;
    color: #519f8e;
    font-size: 20px;
    font-weight: 600;
}

.menu-genel p {
    text-align: center;
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    max-width: 100%;
    height: 100px;
    line-height: 20px;
    overflow: hidden;
    margin: 0px auto 10px auto;
}

.son-satir{
    float:none;
    margin:0px auto;
}

@media (max-width: 768px) {
    .kategori-agaci p {
        max-width: 100%;
        width: 100%;
        display: inline-block;
    }
}



/* ----------------------------------------------------------------------
	Kategori Ağacı
---------------------------------------------------------------------- */


.avantaj-yazi2 ul li{list-style-position:inside; line-height:25px;}
.avantaj-yazi2 ul{margin-bottom:20px;}





/*İŞLEM REHBERİ*/


.basvuru-yap {
    background-color: #519f8e;
    border-top: 1px #417d70 solid;
    border-bottom: 1px #417d70 solid;
    padding: 25px 0px;
}

.islem-rehber{
    float:left;
    display:inline-block;
    width:200px;
    text-align:center;
    padding:0px 10px;
    color:#ffffff;
    font-weight:600;
}

.islem-rehber:hover{color:#ffffff;}

.islem-rehber span{
    font-size:20px;
    line-height:20px;
    font-family: 'Rajdhani', sans-serif;
}

.islem-rehber img{
    width:65px;
    margin-bottom:10px;
}

.btn-rehber{margin-top:30px;}


.rehber-tablo{
    background-color:#ffffff;
    text-align:center;
    width:100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    margin-bottom:20px;
    border-radius:10px;
    padding:30px 15px 10px 15px;
    transition: transform .2s; /* Animation */
    cursor:pointer;
}

.rehber-tablo:hover{transform: scale(1.1);}
.rehber-tablo a{color:#757575; display:block;}
.rehber-tablo a:hover{color:#757575;}
.rehber-tablo img{height:70px; margin-bottom:15px;}
.rehber-tablo span{
    
    font-size: 22px;
    font-weight: 700;
    line-height:25px;
    height:80px;
    overflow:hidden;
    display:inline-block;
    max-width:160px;
    font-family: 'Rajdhani', sans-serif;
}

.dosis, .dosis h3{font-family: 'Dosis', sans-serif!important;}

.rehber-detay h3{font-size:24px; margin-bottom:0px;}
.rehber-detay p{font-size:18px; margin-bottom:30px;}


.rehber-anasayfa{transition: transform .2s; /* Animation */}
.rehber-anasayfa:hover{transform: scale(1.2);}
.btn-basvuru, .btn-basvuru:focus {
    float: right;
    border-radius: 10px;
    font-weight: 900;
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
    padding: 10px 30px;
    text-align: center;
    background: rgb(37, 51, 88); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(32,181,192,1) 0%, rgba(37, 51, 88,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(32,181,192,1) 0%,rgba(37, 51, 88,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(32,181,192,1) 0%,rgba(37, 51, 88,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#20b5c0', endColorstr='#1c929b',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: -2px 10px 20px 0px rgba(11,167,135,0.35);
    -moz-box-shadow: -2px 10px 20px 0px rgba(11,167,135,0.35);
    box-shadow: -2px 10px 20px 0px rgba(11,167,135,0.35);
}


.btn-basvuru:hover {
    color: #ffffff;
    text-decoration: none;
}

.btn-rehber{margin-top:30px;}

.btn-standard {
    padding: 10px 15px 10px 15px;
    width: auto;
    border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #00ACBA;
    font-weight: 700;
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
}

.btn-standard:hover {
    color: #ffffff;
    background-color: #333333;
}


@media (max-width: 1200px) {
    .islem-rehber span{font-size:18px;}
    .islem-rehber{width:130px;}
}

@media (max-width: 992px) {
    .islem-rehber span{font-size:22px;}
    .islem-rehber{width:33%;}
    .btn-basvuru, .btn-basvuru:focus{display:inline-block!important; margin:50px auto 0px auto!important; float:none!important;}
    .basvuru-yap{text-align:center;}
}

@media (max-width: 768px) {
    .islem-rehber span{font-size:18px;}
    .islem-rehber{width:33%;}
}

@media (max-width: 468px) {
    .islem-rehber span{font-size:20px;}
    .islem-rehber{width:50%; margin-bottom:30px; height:140px;}
    .btn-basvuru, .btn-basvuru:focus{margin:15px auto 0px auto!important; font-size:18px;}
}










/* ----------------------------------------------------------------------
	Form Bloğu
---------------------------------------------------------------------- */

.RadButton_Default.rbSkinnedButton, .RadButton_Default.rbVerticalButton, .RadButton_Default .rbDecorated, .RadButton_Default .rbSplitRight, .RadButton_Default .rbSplitLeft{background-image:none!important; color:unset!important;}
.modal-dialog-centered {display: -ms-flexbox;display: flex;-ms-flex-align: center;align-items: center;min-height: calc(100% - (.5rem * 2));}
.modal-ozellestir .modal-content, .modal-ozellestir .modal-dialog{width:100%;}
.modal-ozellestir .modal-content{border-radius:0px; border:0px; background:none; box-shadow:none; -moz-box-shadow:none; -webkit-box-shadow:none;}
.modal-ozellestir .modal-body{padding:0px;}
.modal-ozellestir .modal-header{border-bottom:0px;}
.modal-ozellestir .close i{font-size: 30px;line-height: 18px;float: right;margin-left: 10px;}
.modal-ozellestir .close{color:#ffffff; opacity:.9; font-size:20px;}
.modal-ozellestir{padding-right:0px!important;}

.btn-v3 {display:inline-block;font-size: 16px;font-weight: bold;line-height: 20px;padding:20px 73px;color: #ffffff;border-radius: 12px; text-decoration:none;}
.btn-v3-small{font-size:13px; line-height:16px;padding:12px 42px;border-radius: 8px;}
.btn-v3:hover, .btn-v3:focus{color:#ffffff;}
.btn-v3-primary{background-color: #00b7b3;}
.btn-v3-primary:hover, .btn-v3-primary:focus{background-color: #007d7a;}
.btn-v3-secondary{background-color: #44297a;}
.btn-v3-secondary:hover, .btn-v3-secondary:focus{background-color: #18063b;}
.btn-v3-business{background-color: #222222;}
.btn-v3-business:hover, .btn-v3-business:focus{background-color: #555555;}

.basvuru-form .form-satir .btn-v3{font-size: 16px;line-height: 20px;padding: 20px 73px!important;color: #ffffff!important;border-radius: 12px;background-color: #00b7b3!important; border:0px!important; width:auto!important;}
.btn-kisisel{background-color: #00b7b3!important; color:#ffffff!important; border:0px!important;}
.btn-kisisel:hover, .btn-kisisel:focus{background-color: #007d7a!important;}


@media (min-width: 576px){
.modal-dialog-centered {min-height: calc(100% - (1.75rem * 2));}
.modal-ozellestir .modal-dialog{margin:0px 0px;}

}

.form-genel {
    min-height: 552px;
    width: 100%;
    background-color: #a9a9a9;
    background-image: url('../images/kisisellestirme/Alg_Banner.jpg');
    background-repeat: no-repeat;
    background-position: center bottom;
    text-align: center;
}

.form-genel h2{
    font-size:36px;
    font-weight:600;
    color:#333333;
    margin-bottom:0px;
    margin-top:90px;
}

.form-genel span{
    font-size:16px;
    font-weight:500;
    color:rgba(0,0,0,0.7);
    width:100%!important;
    
}

.RadAjax_Bootstrap{height:unset!important;}

.aktif-form-hiza{margin-top:40px;}

.form-satir2 {margin-bottom:20px;}

.form-satir2 .riSingle{width:100%!important; display:inline;}

.RadInput_Bootstrap.riSingle .riTextBox, .RadButton_MetroTouch.rfdDecorated{height:54px!important;}

.form-satir2 input{
    width:100%!important;
    padding:15px 15px 15px 15px!important;
    border-radius:10px!important;
    border:0px!important;
    font-family: 'Dosis', sans-serif!important;
    font-size:21px!important;
    font-weight:600!important;
    /*color:#000000!important;*/
}

.form-satir2 placeholder{
    color:#ff0000!important;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #cccccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #cccccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #cccccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #cccccc;
}


.form-buton{
    width:100%!important;
    max-width:360px;
    border-radius:10px!important;
    background: rgba(251, 164, 51,1);
    background: -moz-linear-gradient(top, rgba(251, 164, 51,1) 0%, rgba(171, 95, 48,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(251, 164, 51,1)), color-stop(100%, rgba(171, 95, 48,1)));
    background: -webkit-linear-gradient(top, rgba(251, 164, 51,1) 0%, rgba(171, 95, 48,1) 100%);
    background: -o-linear-gradient(top, rgba(251, 164, 51,1) 0%, rgba(171, 95, 48,1) 100%);
    background: -ms-linear-gradient(top, rgba(251,164,51,1) 0%, rgba(171, 95, 48,1) 100%);
    background: linear-gradient(to bottom, rgba(251, 164, 51,1) 0%, rgba(171, 95, 48,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8a432', endColorstr='#ac5f30', GradientType=0 );
    border:0px!important;
    margin-bottom:10px;
    
}

.form-buton:hover, span.RadButton_Bootstrap.rbSkinnedButton:hover{
    border:0px!important;
    box-shadow:none!important; 
}

.form-buton input{
    height:55px!important;
    padding:15px 15px 15px 15px!important;
    border:0px!important;
    color:#ffffff!important;
    font-size:24px!important;
    
}

span.RadButton_Bootstrap.rbSkinnedButton, span.RadButton_Bootstrap.rbLinkButton, span.RadButton_Bootstrap.rbVerticalButton, span.RadButton_Bootstrap.RadButton.rbDisabled, span.RadButton_Bootstrap.RadButton.rbDisabled:hover, span.RadButton_Bootstrap.RadButton.rbDisabled:active, span.RadButton_Bootstrap.RadButton.rbDisabled:focus{height:auto!important}

.basvuru-durum{
    color:#ffffff;
    text-decoration:none;
}

.basvuru-durum:hover{
    color:#ffffff;
    text-decoration:underline;
}

.btn-ozellestir, .btn-ozellestir:focus {
    border-radius: 3px;
    font-weight: 700;
    color: #ffffff;
    display:inline-block;
    width:100%;
    max-width: 360px;
    font-size: 20px;
    text-decoration:none;
    padding: 10px 30px;
    text-align: center;
    background: rgba(10,160,130,1);
    background: -moz-linear-gradient(top, rgba(10,160,130,1) 0%, rgba(8,127,103,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(10,160,130,1)), color-stop(100%, rgba(8,127,103,1)));
    background: -webkit-linear-gradient(top, rgba(10,160,130,1) 0%, rgba(8,127,103,1) 100%);
    background: -o-linear-gradient(top, rgba(10,160,130,1) 0%, rgba(8,127,103,1) 100%);
    background: -ms-linear-gradient(top, rgba(10,160,130,1) 0%, rgba(8,127,103,1) 100%);
    background: linear-gradient(to bottom, rgba(10,160,130,1) 0%, rgba(8,127,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0aa082', endColorstr='#087f67', GradientType=0 );
    -webkit-box-shadow: -2px 10px 20px 0px rgba(11,167,135,0.35);
    -moz-box-shadow: -2px 10px 20px 0px rgba(11,167,135,0.35);
    box-shadow: -2px 10px 20px 0px rgba(11,167,135,0.35);
}

.btn-ozellestir:hover {
    color: #ffffff;
    text-decoration: none;
}

.aktif-form-hiza{
    max-width:360px;
    margin:20px auto 0px auto;
}
.form-ozel-dis{
    margin:0px auto 15px auto;
    display:flex;
}

.form-ozel{
    border-radius: 5px!important;
    background-color: #ffffff!important;
    border: 1px #ddd solid!important;
    width: 100%!important;
    padding: 15px 15px 15px 15px!important;
}

.form-ozel-combo:before{
    font-family: FontAwesome;
    content: "\f078";
    position:absolute;
    right: 25px;
    top: 10px;
    font-size:14px;
}

.form-ozel-combo input{
    border-radius: 5px!important;
    background-color: #ffffff!important;
    border: 1px #ddd solid!important;
    padding: 15px 15px 15px 15px!important;

}

html body .form-ozel-dis .RadInput_MetroTouch .riTextBox, html body .form-ozel-dis .RadInputMgr_MetroTouch{font: 500 14px 'Raleway', sans-serif!important;}
.form-ozel-dis .RadComboBox_MetroTouch .rcbInput{font: 500 14px 'Raleway', sans-serif!important;}
.form-ozel-dis .RadComboBox_MetroTouch .rcbInputCell, .form-ozel-dis .RadComboBox_MetroTouch .rcbHovered .rcbInputCell{background:none!important;}
.form-ozel-dis .RadComboBox .rcbEmptyMessage{opacity:1}
.form-ozel-dis .RadComboBox_MetroTouch table td.rcbInputCell, .form-ozel-dis .RadComboBox_MetroTouch table td.rcbArrowCell{border:0px;}
.form-hiza-uzun{margin-top:0px!important;}
.form-hiza-genis, .form-hiza-genis:focus{ max-width:500px!important;}
.form-ozel-dis .RadPicker_MetroTouch .rcCalPopup, .form-ozel-dis.RadPicker_MetroTouch .rcTimePopup{border-radius:5px;}
.ozel-adres .RadInput_MetroTouch.riSingle .riTextBox{padding: 12px 15px 10px 15px!important;}

.entegrasyon-btn p{padding-top:30px;}
.entegrasyon-btn a{margin:0px auto;}

.onay-kutu{
    background: rgba(255,255,255,0.8);
    display: flex;
    padding: 15px;
    border-radius: 5px;
    margin-top:30px!important;
}

.kisi-onay input{
    float:left;
    width: 25px;
    height: 25px;
}

.kisi-onay label{
    text-align:left;
    font-size:10px;
    position:absolute;
    left:45px;
}

.belgeler{
    margin-top:15px;
    background:rgba(255,255,255,0.7);
    border-radius:5px;
    padding:10px;
}

.kisi-upload{margin:15px 0px;}

.belgeler ul li{margin-bottom:10px; line-height:18px; font-weight:600; list-style-position:inside;}
.belgeler ul li small{line-height:15px;font-weight:400}
.belge-mobil .RadUpload_MetroTouch .ruFakeInput{width:200px;}

.kartresim{text-align:left;}

.kartresim img{
    vertical-align:middle!important;
    margin-top:88px;
}

.btn-kisiseladim{
    border-radius: 5px !important;
    color: #ffffff!important;
    font-size: 16px;
    font-weight: 600;
    display: table;
    border: 0px;
    margin: 0px auto;
    padding: 15px 30px;
    background-image: url(../images/btn-gradient.png)!important;
    background-repeat:repeat!important;
    background-color: #424242!important;
    border:0px!important;
    background-position:0px 0px!important;
}

.btn-kisiseladim:hover{
    background-position:0px 0px!important;
    color: #ffffff!important;
}

#kisisellstir input{
    font-family: 'Dosis', sans-serif!important;
    font-size:16px!important;
}

.progress {
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;

  display: block;
  color: black;
  background-color: red;

  width: 100%;
  height: 5px;
}

/* Chrome */
progress::-webkit-progress-bar {
    background-color: red;
}

progress::-moz-progress-bar { 
  background-color: black;	
}

progress::-webkit-progress-value {
  background-color: black;
}

.progress-bar {
  background-color: black;	
  display: block;
  height: 100%;
  font-size: 0;
}

#kisiselform .RadComboBox table{
    margin:-6px 0px 0px -7px;
}

#kisiselform .RadPicker{
    width:100%!important;
}

#kisiselform .RadComboBox, #kisiselform .RadComboBox_MetroTouch .rcbInputCell, #kisiselform .RadComboBox_MetroTouch .rcbArrowCell{
    height:40px!important;
}

#kisiselform .RadPicker input{
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.mt-0-baslik{margin-top:0px!important;}


.RadUpload_MetroTouch .ruFileWrap {height: 34px!important;}

.btn-sozlesme {
    background-repeat: repeat!important;
    background-color: #424242!important;
    border: 2px #424242 solid;
    color: #ffffff!important;
    font-size: 16px;
    font-weight: 600;
    margin: 30px auto;
    padding: 10px 30px;
    max-width: 300px;
    width: 100%;
}

.btn-sozlesme:hover {
    background-position: 0% 0%;
background-image:unset!important;
    border-color: #424242!important;
    color: #424242!important;
    background-color: transparent !important;
    background-repeat: repeat !important;
    background-attachment: scroll !important;
}

.belge-madde-liste{
    margin-bottom:10px;
    font-weight:600;
    font-size:15px;
    line-height:20px;
}

.belge-madde-liste small{
    font-weight:400;
    line-height:15px;
}

.modalsira{margin:0px!important;}
.modal-ozellestir{padding-right:0px!important;padding-left:0px!important;}

@media (max-width: 1200px) {
.onay-kutu{height:75px;}

}

@media (max-width: 992px) {
.form-genel{background-position:right bottom;}
.belge-mobil, .belge-mobil .RadUpload{text-align:center!important; display:inline-block; width:unset;}
.kartresim{text-align:center;}
.kartresim img{margin:0px auto;}
.form-genel h2 {margin-top: 50px;}
.kisi-onay label {position: relative;left: -30px;}

}

@media (max-width: 600px) {
.kisi-onay label { position: absolute; margin-left: 80px;}
.onay-kutu {height: 105px;}

}

@media (max-width: 768px) {
.modal-ozellestir .modal-header {display: list-item;}

}

@media (max-width: 440px) {
.form-buton input{ font-size:20px!important;}
.form-genel h2{ font-size:26px;}
.kartresim{display:none;}

}

.modal-backdrop2 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.fade2.in {
    opacity: 1;
}

.fade2 {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal-backdrop2.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modalsira{z-index:9999;}


.RadComboBox_MetroTouch .rcbArrowCell a{display:none!important;}



/* ----------------------------------------------------------------------
	Form Bloğu
---------------------------------------------------------------------- */

