﻿@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');

a:focus{outline:none!important}

/* ----------------------------------------------------------------
	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: #212E84;
    -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 #212E84;
    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;
        line-height: 20px;
        height: 40px;
        overflow: hidden;
    }

@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;
}

.bform-hata{white-space:nowrap; line-height: 55px;}

/* ----------------------------------------------------------------------
	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
-----------------------------------------------------------------*/







/* ----------------------------------------------------------------------
	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;
}
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:#000000}


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:52px;
}

.htop-buton{
	float:right;
	width:auto;
}


.htop-buton-ic{
	text-align:center;
	color:#ffffff;
    border:0px;
	padding:20px 20px 20px 20px;
	background: #3b4a54; /* Old browsers */
	background: -moz-linear-gradient(top, #3b4a54 0%, #546978 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3b4a54 0%,#546978 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3b4a54 0%,#546978 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b4a54', endColorstr='#546978',GradientType=0 ); /* IE6-9 */
	font-family: 'Raleway', sans-serif;
	font-size:16px;
	font-weight:700;
	border:0px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-topleft: 0px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;

}

.htop-buton-ic:hover{
	color:#ffffff;
}

.htop-buton-ic:focus, .htop-buton-ic:active{
    color:#ffffff;
    background: #3b4a54; /* Old browsers */
	background: -moz-linear-gradient(top, #3b4a54 0%, #546978 30%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3b4a54 0%,#546978 30%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3b4a54 0%,#546978 30%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    outline:none;
}

.htop-social ul{
	float:left;
	width:auto;
}

.htop-social ul li{
	list-style:none;
	float:left;
	padding:0px 15px 0px 0px;
	font-size:16px;
	margin-top:15px;
	line-height:15px;
}

.htop-social ul li a{
	color:#535353;
}

.htop-social ul li a:hover{
	color:#000000;
}

.htop-social ul li:last-child{
	border-right:1px #C0C0C0 solid;
}

.htop-link{
	font-family: 'Raleway', sans-serif;
	font-size:13px;
	color:#333333;
	font-weight:700;
	padding-left:15px;
	margin-top:13px;
	float:left;
}

.htop-link a{
	color:#2C5797;
	text-decoration:none;
}

.htop-link a:hover{
	color:#000000;
	text-decoration:none;
}


/* ----------------------------------------------------------------------
	Header Top
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
	Header Logo
---------------------------------------------------------------------- */

.logo{
	margin:20px 0px 20px 0px;
}

.hlogo-telefon ul li{
	float:right;
	list-style:none;
	margin:15px 0px 20px 15px;
    padding-left: 15px;
}

.foooter-tel{margin-top:15px;} 


/*media all*/
.hlogo-telefon .icon {
    margin-right: 10px;
    text-align: center;
    width: 45px;
    height: 45px;
    display:inline-block;
    vertical-align:middle;
}

.hlogo-telefon .icon i {
    color:#656565;
}



/*media all*/
.hlogo-telefon .text {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #656565;
     display:inline-block;
    vertical-align:middle;
    font-family: 'Raleway', sans-serif;
    word-spacing: 5px;

}

/*media all*/
.hlogo-telefon .text span {
    font-size: 21px;
    color: #a29e9e;
    font-weight:500;
    font-family: 'Open Sans', sans-serif;
    word-spacing: 0px;
}

.mobil-destek{
    display:none;
    margin:20px auto;
}


/*media all*/
.mobil-destek .text {
    font-size: 17px;
    line-height: 22px;
    font-weight: 700;
    color: #656565;
     display:inline-block;
    vertical-align:middle;
    font-family: 'Raleway', sans-serif;
    word-spacing: 5px;

}

/*media all*/
.mobil-destek .text span {
    font-size: 21px;
    color: #cccccc;
    font-weight:500;
    font-family: 'Open Sans', sans-serif;
    word-spacing: 0px;
}

.mobil-destek .icon {
    margin-right: 10px;
    text-align: center;
    width: 45px;
    height: 45px;
    display:inline-block;
    vertical-align:middle;
}

.mobil-destek .icon i {
    color:#656565;
}



/* ----------------------------------------------------------------------
	Header Logo
---------------------------------------------------------------------- */


.header-menu{
	background-color:#3B4A54;
}

.bakiye-buton{
	background-color:#546978;
	float:right;
	width:auto;
}

.bakiye-buton a{
	display:block;
	padding:20px 20px 20px 20px;
	color:#ffffff;
	font-size:16px;
	font-weight:900;
	font-family: 'Raleway', sans-serif;
}

.navbar-default{
	float:left;
	border:0px;
	background:none;
}

.navbar{
	margin-bottom:0px;
}

.navbar-nav{
	margin:0px 0px 0px -30px;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }
 
 .navbar-nav>li>a{
	padding:20px 20px 17px 20px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Raleway', sans-serif;
    font-weight:500;
    font-size:16px;
    border-bottom:3px #3B4A54 solid;
}

.navbar-default .navbar-nav>li>a:hover {
	border-bottom:3px #ffffff solid;
	color:#ffffff;
}

.navbar-default .navbar-nav>li>a:visited {
	color:#ffffff;
}

.dropdown-menu>li>a {
    padding: 7px 15px;
    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: #fff;
    background: none;
}


@media (max-width: 1200px) {
.navbar-default .navbar-nav>li>a {font-size:15px;}
.navbar-nav>li>a{padding:20px 16px 17px 16px;}

}

@media (max-width: 992px) {

.navbar-default .navbar-nav>li>a {font-size:13px;}
.navbar-nav>li>a{padding:20px 10px 17px 10px;}
.bakiye-buton a {font-weight: 800; font-size:14px;}

}

@media (max-width: 768px) {
.hlogo-telefon, .htop-buton, .header-menu{display:none;}
.logo{margin:10px 0px 10px 0px; text-align:center;}
.mobil-destek{display:table;}

}

@media (max-width: 410px) {
.htop-link{	display:none;}

}



/* ----------------------------------------------------------------------
	Header Logo
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	Slide
---------------------------------------------------------------------- */

.slideust{
	margin-top:2px;
}
.slideust .item{
	min-height:403px;
}

.slideust .item a{
	 color: #4F4E4F;
     text-decoration:none;
}

.slideust .item a:hover{
	 color: #4F4E4F;
     text-decoration:none;
}



.slide-resimy img{
	width:100%;
	max-width:508px;
	margin-top:67px;
}

.slide-on h1{
	font-size:26px;
	font-weight:700;
	line-height:30px;
	padding-top:103px;
	padding-right:20px;
}

.srenk1 h1, .srenk1 p{
	color:#4F4E4F;
}

.srenk2 h1, .srenk2 p{
	color:#ffffff;
}

.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;
}

.owl-carousel .item{
	background-repeat:repeat;
	background-position:center top;
	background-image:url('../images/block-bg-2.jpg');

}

.slide-hizalama-v2{padding-top:60px; padding-bottom:60px;}
.slide-resim-v2{}
.slide-text-v2{text-align:left; padding-bottom:30px}
.slide-text-v2 h1{line-height:35px; padding-top:90px}
.slide-text-v2 a{display:none;}



@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;}
.slide-on span{display:none;}
.slide-resimy img{margin-top:20px;}
.owl-carousel .item{background-image:url('../images/block-bg-6.jpg');}
.srenk1 h1, .srenk1 p{color:#ffffff;}
.slide-on p{font-size: 16px; height:72px; padding-top:10px;}
.slide-resimy{padding-bottom:10px;}
.slide-on{float:right; width:100%; top:-305px;}
.slide-resimy{float:right; width:100%; top:190px; }
.slide-resimy img{max-width:480px;display: inline-block!important;}
.slideust .item a{color: #ffffff; text-decoration:none;}
.slideust .item a:hover{color: #ffffff; text-decoration:none;}

.slide-text-v2{text-align:center}
.slide-text-v2 a{display:inline-block;}


}


@media (max-width: 768px) {

.slide-on h1{font-size:20px; line-height:20px; height:60px;}
.slide-on p{ line-height:15px; padding-top: 10px;font-size: 12px;}

.slide-on{float:right; width:100%; top:-210px;}
.slide-resimy{float:right; width:100%; top:170px; }
.slide-resimy img{max-width:330px;}



}

@media (max-width: 500px) {

.slide-on h1{height:40px;}

.slide-on{float:right; width:100%; top:-180px;}
.slide-resimy{float:right; width:100%; top:190px; }
.slide-resimy img{max-width:300px;}


}









/* ----------------------------------------------------------------------
	Slide
---------------------------------------------------------------------- */

/* ----------------------------------------------------------------------
	İşlem Sayacı
---------------------------------------------------------------------- */

.sayac-genel{
	width:100%;
	height:70px;
	background: #f5f5f5;
}

.sayac-sag{
	float:left;
	width:50%;
	border-right:2px #CCCCCC solid;
	margin-top:15px;
}

.sayac-sol{
	float:left;
	width:50%;
	margin-top:15px;
}

.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: #3e3e3e;
	float:right;
}

.sayac-sag .toplam-yazi{
	padding:2px 15px 0px 0px;
	font-size:11px;
	color: #3d5e75;
	float:right;
}

.sayac-sol .toplam-icon{
	padding:0px 0px 0px 15px;
	float:left;
}

.sayac-sol .toplam-rakam{
	padding:0px 0px 0px 15px;
	font-size:36px;
	color: #3e3e3e;
	font-weight:700;
	line-height:37px;
	float:left;
}

.sayac-sol .toplam-yazi{
	padding:2px 0px 0px 15px;
	font-size:11px;
	color: #3d5e75;
	float:left;
}

@media (max-width: 992px) {
.sayac-sol .toplam-rakam{font-size:26px;}
.sayac-sag .toplam-rakam{font-size:26px;}

}


@media (max-width: 768px) {
.sayac-sol{display:none;}
.sayac-sag{	width:360px; border-right:0px; float:none; margin:20px auto 0px auto;padding-top:20px;}
.sayac-genel{margin-top:-20px;}

}



@media (max-width: 768px) {
.sayac-sag .toplam-rakam{font-size:22px;}
.sayac-sag{	width:300px;}
.toplam-icon{display:none;}

}


/* ----------------------------------------------------------------------
	İşlem Sayacı
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	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
---------------------------------------------------------------------- */



/* ----------------------------------------------------------------------
	E-Tahsilat Bölümü
---------------------------------------------------------------------- */

.etahsil-genel{
	margin-bottom:45px;
}

.ths-resim{
    background-image: url("../images/img-about-v2.png");
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    min-height:617px;
    height:100%;
}

.ths-resim2 {
    background-image: url('../lp/barokart-troy/images/barokart-troy.jpg');
    background-position-x: center;
    background-position-y: center;
    background-size: cover;
    min-height: 617px;
    height: 100%;
}

.ths-icerik {
    padding-left: 100px;
    background-color:#F6F6F6;
    margin-top:20px;
    min-height:577px;
}

.ths-icerik h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 130px;
}

.ths-icerik h5 {   
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
    color: #D71920;
    margin-bottom: 34px;
    font-family: 'Raleway', sans-serif;
}

.ths-icerik p {   
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif;
    max-width:450px;
}

.btn-tahsil{
	border-radius:4px!important;
	background-color:#3B4A54;
	border-color:#3B4A54;
	color:#ffffff;
	font-size:16px;
	font-family: 'Raleway', sans-serif;
}

.btn-tahsil:hover{
	background-color:#546978;
	border-color:#546978;
	color:#ffffff;
}


.btn-uyeform{
	border-radius:0px!important;
	background-color:#3B4A54;
	border-color:#3B4A54;
	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;

}


.btn-uyeform:hover{
    background-color:#494949;
	border:1px #494949 solid;
	color:#ffffff;
}



@media (max-width: 992px) {
.ths-icerik {padding-left: 30px;}
.ths-icerik h2 {margin-top: 80px;font-size: 36px;}
.ths-icerik h5 {font-size: 14px;}
.ths-icerik p {font-size: 14px;}



}


@media (max-width: 768px) {
.ths-resim{min-height:400px;}
.ths-icerik {margin-top:0px; min-height: inherit; padding-bottom:20px; text-align:center}
.ths-icerik h2 {margin-top: 0px;padding-top:10px;}
.ths-icerik p {max-width:100%;}


}

/* ----------------------------------------------------------------------
	E-Tahsilat Bölümü
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	Footer
---------------------------------------------------------------------- */

.footer-genel {
    background-color: #222222;
    padding: 50px 0px 50px 0px;
    margin-top: 30px;
    position: relative;
}

.footer-sag::before {
    position: absolute;
    top: -50px;
    left: 0px;
    content: '';
    width: 5000px;
    background: #181818;
    height:400px;
}

.footer-kartlar{
	position:relative;
	z-index:99;

}

.fkart-logo{
	padding-bottom:20px;
	border-bottom:1px #383838 solid;
	width:300px;
	margin:0px auto;
	
}


.fkart-logo h3{
	font-size:14px;
	font-weight:600;
	color:#999999;
	text-align:center;
	margin-bottom:30px;
}

.fkart-logo ul{
	width:300px;
	margin:0px auto;
	display:inline-block;

}

.fkart-logo ul li{
	list-style:none;
	width:100%;
	padding-right:10px;
	padding-bottom:10px;
	text-align:center;
}

.fkart-sosyal{
	width: 145px;
    margin: 26px auto 0px auto;
}

.fkart-sosyal .icon {
    font-size: 21px;
    text-align: center;
    width: 45px;
    height: 45px;
    padding-top: 8px;
    border: 4px solid #818181;
    border-radius: 50%;
    display:inline-block;
    vertical-align:middle;
    color:#818181;
}

.fkart-sosyal .icon:hover {
	border: 4px solid #ffffff;
	color:#ffffff;
}



/*media all*/
.fkart-sosyal h3{
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #999999;
    font-family: 'Raleway', sans-serif;
    text-align:center;
	margin-bottom:30px;

}

.foot-tablo-dis{
	width:50%;
	float:left;
}

.foot-aciklama{
	width:80%;
}

.foot-aciklama p{
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	color:#999999;
	line-height:15px;
}

.foot-aciklama span{
	color:#999999;
	font-weight:600;
}

.foot-turkpara{
	border-bottom:1px #383838 solid;
	margin-bottom:10px;
	width:80%;
	padding:0px 0px 0px 0px;
}


.foot-turkpara p{
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	color:#999999;
	line-height:15px;
	padding-top:10px;
}

.foot-turkpara a{
	color:#999999;
	font-weight:600;
}

.foot-turkpara a:hover{
	color:#ffffff;
}


.foot-adres{
	font-family: 'Raleway', sans-serif;
	font-size:12px;
	color:#999999;
	padding-top:45px;
}

.foot-adres h3{
	color:#999999;
	font-weight:700;
	font-size:12px;
	line-height:0px;
}

.foot-adres p{
	padding-bottom:10px;
	line-height:15px;
}

.foot-adres a{
	color:#999999;
}

.foot-adres a:hover{
	color:#ffffff;
}



@media (max-width: 768px) {
.footer-sag::before {display:none;}
.footer-sol {display:none;}

}


@media (max-width: 992px) {
.footer-sag::before {height:446px;}

}

@media (max-width: 1200px) {
.footer-sag::before {height:409px;}

}


/* ----------------------------------------------------------------------
	Footer
---------------------------------------------------------------------- */


/* ----------------------------------------------------------------------
	İçerik Sayfası
---------------------------------------------------------------------- */

.sayfa-icerik{padding-top:30px;}

.icerik-tablo{
	height:100%;
}


.page-breadcrumb {
    padding: 25px 0 15px 0;
    border-bottom: 1px solid #E8E8E8;
    background-color: #F6F6F6;
    margin-bottom:20px;
}

.page-breadcrumb h6 {
    font-size: 26px;
    font-family: 'Raleway', sans-serif;
    line-height:25px;
}

.page-breadcrumb ul li {
    display: inline-block;
    margin-left: 5px;
}

.page-breadcrumb ul li,
.page-breadcrumb ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: normal;
    color: #9e9e9e;
    font-size: 14px;
}

.page-breadcrumb ul li i {
    font-size: 18px;
    vertical-align: middle;
    color: #24bbd0;
}

.page-breadcrumb ul li a{
	position:relative;
	padding-right:15px;
}
.page-breadcrumb ul li a:before{
    content: "\f0da";
	font-family:'FontAwesome';
	position:absolute;
	right:0px; 
	top:-6px;
	font-size: 18px;
    vertical-align: middle;
    color: #546978;
}

.icerik-tablo{
    padding-top:30px;
}

.icerik-tablo p{
	font-size:16px;
	font-family: 'Raleway', sans-serif;
	text-align:justify;
}

.icerik-genel{
	padding:10px 0px 10px 0px;
}

.icerik-genel p{
	text-align:justify;
}

.ykurulu{padding-top:30px;}

.ykurulu h2{font-size:16px; color:#D71A20; font-weight:700; margin-top:30px; line-height:15px;}

.ykurulu p{font-size:14px; color:#333333;line-height:15px;}

.kartlar-yazi h1{
    font-size:30px;
    font-weight:400;
}

.kartlar-yazi p{
    font-size:18px;
    color:#333333;
    font-weight:400;
    line-height:25px;
}

.kartlar-yazi, .kartlar-resim{
    margin-top:10px;
    margin-bottom:20px;

}

.btn-param{
    color:#ffffff;
    margin-top:20px;
    font-size:20px;
    border-radius: 0px!important;
    padding:6px 22px;
}

.btn-param:hover{
    color:#ffffff!important;
}

.kartlar-brenk2{background-color:#3B4A54;}
.kartlar-renk2{color:#3B4A54;}

.kartlar-resim-mb{
	text-align:center;
	display:none;
}

.kartlar-resim-mb img{
	width:100%;
    max-width:591px;
}


.kartlar-resim{display:block;}


.kartlar-resim img{
    width:100%;
    max-width:591px;
}

.kartlar-resim{
    text-align:center;
}

.kartlar-hiza{
    margin-top:30px;
}

.kartlar-bilgi{
    border:1px #CBCBCB solid;
    border-radius:0px!important;

}

.kartlar-bilgi .panel-title a{
    font-size:18px;
    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;

}

.avantaj-ustyazi{padding:30px 0px 30px 0px;}


@media (max-width: 980px){

.kartlar-yazi h1, .kartlar-yazi p{text-align:center;}
.kartlar-yazi a{ text-align: center; margin: 10px auto 20px auto; display: table;}
.kartlar-resim-mb{display:block;}
.kartlar-resim{display:none;}


}

@media (max-width: 768px){
.page-breadcrumb {padding: 31px 0 45px 0; min-height:100px;}

.page-breadcrumb h6{float:left!important; width:100%;}
.page-breadcrumb ul{float:left!important;}

.etahsil-altyazi .kartlar-bilgi .panel-title a{font-size:13px; line-height:15px;}


}

/* ----------------------------------------------------------------------
	İçerik 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;
}

/* ----------------------------------------------------------------
	İletişim
-----------------------------------------------------------------*/

/* ----------------------------------------------------------------
	Mail List
-----------------------------------------------------------------*/

.maillist{
	padding: 31px 0 27px 0;
    border-bottom: 1px solid #E8E8E8;
    background-color: #F6F6F6;
   	text-align:center;
    margin-bottom: -30px;
}

.maillist-form{
	padding: 10px 16px;
	border:1px #adadad solid;
	line-height: 1.3333333;
	border-radius: 0px!important;
	font-size: 13px;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
}

.maillist span{
	font-size:18px;
	vertical-align:middle;
	line-height:20px;
}

.maillist-ara{
	border-right:1px #cccccc solid;
}

.btn-mlist{
	border-radius:0px!important;
    padding: 8px 16px;
	background-color:#3B4A54;
    border:1px #3B4A54 solid;
	color:#ffffff;
	font-size:14px;
	font-family: 'Raleway', sans-serif;

}

.btn-mlist:hover{
	background-color:#546978;
	border-color:#546978;
	color:#ffffff;
}

@media (max-width: 992px) {
.maillist span{	font-size:15px;}
.maillist-form{	font-size: 14px;}
.maillist .maillist-form{font-size: 14px;}
.maillist .btn-lg { padding: 8px 16px;}

}

@media (max-width: 768px) {
.maillist span{	text-align:center; display:block;padding-bottom:10px;}
.maillist-form{	text-align:center;}
.mobilfrm{text-align:center!important;}
.mobilfrm span{text-align:center!important; width:100%!important;}
.maillist-ara{border:0px;}

}




/* ----------------------------------------------------------------
	Mail List
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------
	TL Yükle
-----------------------------------------------------------------*/

.tlyukle-genel{
	padding:35px 0px 35px 0px;
	min-height:500px;
	font-family: 'Raleway', sans-serif;
}

.tlyukle-genel tlyukle-genel{
    width:auto!important;
}

.tlyukle-alt{
	/*background-color:#F2F2F2;*/
	padding:10px 0px 10px 0px;
	font-family: 'Raleway', sans-serif;

}


.barokart-iban img{
    width:100%;
}

.hane-barokart:after {
    position: absolute;
    top: -50px;
    right: 0px;
    content: '';
    width: 5000px;
    background: rgb(245,245,245); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    margin-top: 15px;
    min-height: 500px;
    height: 100%;
    z-index: -2;
}

.hane-barokart{
	padding-right:40px;
}

.hane-kkart{
	padding-left:40px;
}


.hane-kkart::after {
    position: absolute;
    top: -50px;
    left: 0px;
    content: '';
    width: 5000px;
    background: #ffffff;
    margin-top:15px;
    min-height:500px;
    height:100%;
}

.kkart-icerik{
	position: relative;
    z-index: 99;
}

.tlyukle-madde{
	color:#3B3B3B;
	font-size:13px;
	font-weight:500;
	padding-bottom:30px;
}

.tlyukle-madde span{
	color:#000000;
	font-size:16px;
}

.tlyukle-genel label{
	font-size:14px!important;
	font-weight:500;
	padding-left:10px;
	color:#3B4A54;
}

.tlyukle-genel .input-lg {
    padding: 10px 10px;
    border-radius:0px!important;
    border:1px #3d5e75 solid!important;
}

.tlyukle-genel input{
	font-weight:400!important;
	font-size:14px!important;
    font-style:normal!important;
    height: 46px!important;
    padding: 10px 10px!important;
}

.tlyukle-genel select{
	font-weight:400!important;
	font-size:14px!important;
	margin-bottom:20px!important;
    height: 46px!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;
}







/* ----	Taksit Tablosu --------*/


.modal-header {padding: 0px 15px 5px 15px;}
.modal-header h4{float:left;}
.modal-header i{font-size:20px; margin-top:-5px;}
.acmodal{cursor: pointer;}
.kmp-pop .popup-hiza{max-width:600px!important;}
.popup-hiza{width:90%; max-width:1180px;}
.kart-tablo{float:left;width:11.11111111111%;}
.kart-tablo li{list-style:none;height: 40px;line-height: 40px;border-left:1px #E5E5E5 solid;border-top:1px #E5E5E5 solid;}
.kart-tablo li:last-child{border-bottom:1px #E5E5E5 solid;}
.sontablo li{border-right:1px #E5E5E5 solid;}
.ilksatir{text-indent:5px;}
.ortasatir{text-align:center;}
#satir-renk{background-color:#EDEDED;}
.ttablo-genel{margin:0px auto;}
.modal-body{max-width:1180px;}
.m-ttablo {width:98%;}
.m-ttablo li{border-top:1px #E5E5E5 solid;border-left:1px #E5E5E5 solid;border-right:1px #E5E5E5 solid;list-style:none;height: 40px;line-height: 40px;text-indent:10px;}
.m-t-baslik, .m-taksit, .m-oran, .m-o-baslik{float:left;width:50%}
.m-oran, .m-o-baslik {border-left:1px #E5E5E5 solid;}
.taksit-mobil{display:none;}
.taksit-mobil .panel-heading{background-color:#EDEDED;}
.taksit-mobil .panel-heading i{float:right;margin-top: 12px;}
.popup-hiza .modal-body {padding:0px 15px 0px 15px!important;}


.abanka-satir{width:100%; display:inline-block;}
.abanka-sutun{float:left;width:13.2%;}
.abanka-sutun li{list-style:none;height: 60px;line-height: 60px;border-bottom:1px #E5E5E5 dotted; text-align:center;}
.abanka-baslik{height:50px!important; font-weight:700; line-height:15px!important; padding-top:10px}
.abanka-ararenk li{background-color:#F9F9F9;}
.abanka-sutun i{font-size:30px; color:#11AFD1;}
.abanka-son-sutun{float:left;width:34%;}
.abanka-son-sutun li{list-style:none;height: 60px;line-height: 60px;border-bottom:1px #E5E5E5 dotted; text-align:center;}
.banka-hesap{line-height:20px!important; padding-top:10px!important; padding-left:10px; text-align:left!important;}
.hbanka-aciklama{padding-left: 20px;padding-right: 20px; color:#ff0000;}
.abanka-mobil{display:none;}

.hbilgi-mobilt{margin:0px 0px 0px 0px 0px; padding:0px 0px 0px 0px;}
.hbilgi-mobilt li{border-top:1px #E5E5E5 solid;border-left:1px #E5E5E5 solid;border-right:1px #E5E5E5 solid;list-style:none;height: 50px;line-height: 50px; display:flex;}
.hbilgim-sag{float:left; width:150px; padding-left:10px; border-right:1px #E5E5E5 solid; font-weight:600;}
.hbilgim-sol{float:left; width:auto;padding-left:10px;}
.hbilgim-sol i{font-size:20px; color:#11AFD1; line-height:50px;}
.hbilgi-mobilt li:last-child{border-bottom:1px #E5E5E5 solid;}
.hbilgim-havale{height:70px!important; line-height:20px!important; }
.havale-m{height:70px!important;padding-top:10px;}
.hbilgim-havale .hbilgim-sol{padding-top:10px;}
.kartlar-bilgi .panel-heading i{padding-top: 7px;}
.kartlar-bilgi .panel-heading a{text-decoration:none;color:#000000;}
.kartlar-bilgi .panel-heading a:hover{color:#000000;}


@media (max-width: 980px) {

.kart-tablo li{font-size:11px;}
.kart-tablo img{width:80%;}
.banka-hesap{font-size:10px!important;}
.abanka-baslik{font-size:13px!important}
.abanka-sutun li img{max-width:80px;}
.abanka-sutun i{font-size:25px;}
.hbanka-aciklama{font-size:13px;}


}

@media (max-width: 768px) {

.taksit-mobil{display:block;}
.kart-tablo{display:none;}
.abanka-satir{display:none;}
.abanka-mobil{display:block;}

}





/* ----	Taksit Tablosu --------*/

.form-uyari{
    color: #ffffff;
    background-color:#EE1111;
    margin: 5px 15px;
    padding: 5px;
    display: inline-block;
    font-size:11px;
}

.kart-input{
	margin-bottom:20px;
}

.kbilgi-satir{
	border:1px #DBDBDB solid;
	min-height:60px;
	margin-bottom:6px;
	padding-left:0px;
	padding-right:0px;
	background-color:#ffffff;
}

.kbilgi-satir2{
	border:1px #DBDBDB solid;
	min-height:60px;
	margin-bottom:6px;
	padding-left:0px;
	padding-right:0px;
	background-color:#ffffff;
}


.kbilgi-ikon{
	min-height:58px;
	background-color:#EAEAEA;
	float:left;
	text-align:center;
	color:#AAAAAA;
	font-size:24px;
	font-weight:800;
        -webkit-box-shadow: inset 0px 5px 25px 0px rgba(0,0,0,0.3);
-moz-box-shadow: inset 0px 5px 25px 0px rgba(0,0,0,0.3);
box-shadow: inset 0px 5px 25px 0px rgba(0,0,0,0.3);
}

.tli1{padding:10px 0px 0px 0px;}
.tli2{padding:10px 0px 0px 0px;}
.tli3{padding:10px 0px 0px 0px;}
.tli4{padding:10px 0px 0px 0px;}

.kbilgi-yazi{
	padding:20px 20px 0px 20px;
	font-size:13px;
	line-height:15px;
	color:#8F8F8F;
}

.kbilgi-yazi a{	color:#8F8F8F; display:block;}


.kbilgi-yazi2{
	padding:13px 20px 0px 20px;
	font-size:13px;
	line-height:15px;
	color:#8F8F8F;
}

.kbilgi-yazi3{
	padding:20px 20px 0px 20px;
	font-size:13px;
	line-height:15px;
	color:#000000;
    font-weight:600;
}

.kbilgi-yazi3 a{color:#000000; display:block;}

.tyuk-satirara i{
	font-size:22px;
	color:#808080;
}

.tyuk-satirara{
	width: 50px;
    height: 50px;
    padding: 15px 0px 0px 20px;
    background-color: #F2F2F2;
    border-radius: 50%;
    vertical-align: middle;
    position: absolute;
    z-index: 99;
    right: -25px;
    top: 80px;
}

.hane-kkart .form-satir{
	margin-bottom:20px;
	display:flex;
    width:auto!important;
}

.sonbilgi{
	background-color:#ffffff;
	padding:10px 10px 10px 10px;
}

.sonbilgi i{
	font-size: 40px;
    line-height: 50px;
    color:#3D5E75;
}

.tutar-tablo{
	border: 1px #B5B5B5 solid;
	text-align:center;
	vertical-align:middle;
	font-size: 13px;
    color: #3B4A54;
    font-weight:600;
    padding: 10px 0px 10px 0px;
    line-height:25px;
}

.ttoplam{
	float:left;
	width:20%;
	position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}

.tutar-tablo span{
	font-weight:700;
	color:#616161;
	font-size:17px;
}

.toplam{
	background-color:#3B4A54;
	color:#ffffff!important;
	border: 1px #3B4A54 solid;
}

.toplam span{
	color:#ffffff!important;
}

.onay-satir{
	margin: 20px -11px 0px 5px;
	display:inline-block;
}

.onay-check{
	background-color:#F2F2F2;
    float:left;
}

.onay-check input{
	height:36px!important;
    margin: 0px 0px 0px -40px!important;
}

.onay-kutu{
	background-color:#E6E6E6;
}

.onay{
	margin-top:0px!important;
}

.onay label{
	font-size:12px!important;
	line-height:17px;
	background-color:#F2F2F2;
	margin-left:40px;
	padding: 6px 15px 5px 15px;
}

.onay input[type=checkbox], input[type=radio]{
	margin: -5px 0px 0px -40px; 
}


.btn-tahsil2{
	border-radius:0px!important;
	background-color:#546978;
	border-color:#546978;
	color:#ffffff;
	font-size:16px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
}

.btn-tahsil2:hover{
	background-color:#333333;
	border-color:#333333;
	color:#ffffff;
}


.btn-tahsil3{
    border-radius: 4px!important;
    background-color:#D71920;
	border-color:#D71920;
	color:#ffffff;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
}

.btn-tahsil3:hover{
	background-color:#BC161B;
	border-color:#BC161B;
	color:#ffffff;
}






.tlyukle-alt{display:none;}

.tyuk-satirara2{display:none;}

.tyuk-satirara2 i{
	font-size:22px;
	color:#808080;
}

.tyuk-satirara2{
	width: 50px;
    height: 50px;
    padding: 15px 0px 0px 15px;
    background-color: #F2F2F2;
    border-radius: 50%;
    position: absolute;
    left: 340px;
    margin-top: 14px;
    z-index: 99;
}

.kartmarka{min-height:25px;}

.hata-bilgi{margin:0px auto 0px auto;}
.hata-bilgi p{padding:10px; margin:10px 0px 10px 0px; }

@media (max-width: 1200px) {
.tlyukle-madde{	min-height: 70px; line-height: 20px; padding-bottom: 0px;}
.tlyukle-genel label { font-size: 12px!important;}
.tutar-tablo {font-size: 10px;}
.kbilgi-yazi2 { font-size: 11px;}
.kbilgi-yazi { font-size: 11px;}

}


@media (max-width: 992px) {
.tyuk-satirara{	display:none;}
.hane-kkart{padding-left:0px;}
.hane-kkart::after { left: -1000px;}
.hane-barokart { margin-bottom: 80px;}
.kbilgi-satir{display:none;}
.kbilgi-satir2{display:table;}
.tlyukle-alt{display:block;}
.tlyukle-genel label { font-size: 14px!important;}
.tutar-tablo {font-size: 14px;}
.kbilgi-yazi2 { font-size: 14px; padding: 20px 20px 0px 20px;}
.kbilgi-yazi { font-size: 14px;}
.tlyukle-madde{font-size:16px}
.tlyukle-madde span { font-size: 20px;}
.kkart-icerik .tlyukle-madde{padding-left:15px;}
.tyuk-satirara2{display:block;}
.onay-satir .btn-group-lg>.btn, .btn-lg {padding: 10px 18px;}
.tlyukle-alt .container{padding-right:30px;}
.etkinlik-resim{display:inline-block;}
.etkinlik .tyuk-satirara2{display:none;}
.etkinlik .kbilgi-satir {display: block;}
.etkinlik .hane-barokart {padding-right: 15px;}
.nav.nav-tabs.navtab-hov {display: flex;flex-wrap: wrap; justify-content: center;}
.nav.nav-tabs.navtab-hov li {width: 33%;}

}

@media (max-width: 768px) {
.tyuk-satirara2{ left: 45%; margin-top: 25px;}
.tlyukle-alt{display:table;}
.onay-kutu { height: 60px;}
.checkbox label { min-height: 60px; display:block;}
.onay-satir { margin: 20px 5px 0px 5px;}
.kkart-icerik .form-satir{display:block; margin-bottom:10px;}
.tlyukle-genel label {margin-top: 10px;}
.ttoplam { width: 100%; margin-top:10px;}
.kkart-icerik { margin-right: -15px;}

.hane-kkart { background-color:#ffffff; padding-top:30px;}
.hane-kkart::after {display:table; width:100%;}
.etkinlik .kbilgi-ikon{margin-right:15px;}






}


@media (max-width: 420px) {
.kbilgi-ikon{width:100%;text-align:center;padding:20px 0px 20px 0px;font-size:50px;}
.kbilgi-ikon img{width:100px;}
.kbilgi-yazi, .kbilgi-yazi2{padding:20px 0px 20px 0px;text-align:center; width:100%;}
.etkinlik .kbilgi-ikon{display:none;}


}


 @-moz-document url-prefix() {
.onay-kutu{padding-left:40px;}
.onay label{margin-left:0px;}
.onay-check{margin-left:-40px;background-color: transparent;}


}





.demo {
    padding: 30px;

}

.tab-content {
    padding: 10px;
}


.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:hover{
    border: none;
}

.nav-tabs.nav-justified > li > a {
    border: none;
    padding: 4px;
    display: inline;
}

.nav-tabs-dropdown li:hover{
    color:aqua;
}
.nav-tabs-dropdown .nav-tabs > li.active > a,
.nav-tabs-dropdown .nav-tabs > li:hover > a {
    color: #450D87; /* Geçerli tabda metin rengi */
}


.nav-tabs-dropdown li {
    display: inline-block;
    position: relative;
}

    .nav-tabs-dropdown li:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 10px;
        bottom: 1;
        right: 0;
        width: 1px;
        height: 75px;
        background-color: #E2DDEB;
    }





.tl-tabs {
    width: 100%;
    border-bottom: 1px solid #eeeeee !important;
    background-color: #eeeeee;
}

.tl-tabs>li{width:calc(25% - 0px); border-right:1px #ffffff solid;}
.tl-tabs>li:last-child{border-right:0px;width:calc(25% + 0px);}

.tl-tabs>li img {float:left; margin-right:15px; height:50px;}

.tl-tabs>li p{font-size:14px; font-weight:500; line-height:25px;color:#000000;}
.tl-tabs>li span{font-size:20px;font-weight:600;}
.nav-tabs>li>a{margin-right:0px!important;}

.tl-tabs>li>a{
    padding: 20px 40px 10px 30px;
    display: block;
    border:0px!important;
    background-color: transparent;
    border-radius:0px!important;
    -webkit-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
    box-shadow: inset 0px 0px 25px 0px rgba(0,0,0,0.1);
    overflow: hidden;

}

.tl-tabs > li.active > a:after, .tl-tabs > li.active > a:hover:after, .tl-tabs > li.active > a:focus:after {
    position: absolute;
    content: '';
    height: 15px;
    width: 15px;
    transform: rotate(45deg);
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: -7px;
    background-color: #bbcad4;
    z-index: -1;
}

.nav>li>a:focus, .nav>li>a:hover{background-color: transparent;}

.tl-tabs>li.active>a, .tl-tabs>li.active>a:focus, .tl-tabs>li.active>a:hover{
    background-color: #cadae4;
    margin-right: 0px!important;
    /*-webkit-border-top-left-radius: 5px!important;
    -webkit-border-top-right-radius: 5px!important;
    -moz-border-radius-topleft: 5px!important;
    -moz-border-radius-topright: 5px!important;
    border-top-left-radius: 5px!important;
    border-top-right-radius: 5px!important;*/
    -webkit-box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);
-moz-box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);
box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);
}

.tab-icerik{padding:30px 15px;}
.tl-content {display:inline-block; width:100%;}
.tab-icerik ul li{list-style-position:inside; list-style-type:circle;}

@media (max-width: 1200px) {
.tl-tabs>li>a {padding: 20px 20px 10px 20px;}
.tl-tabs>li p {font-size: 13px;line-height: 20px;}
.tl-tabs>li img {margin-right: 10px;height: 40px;}

}

@media (max-width: 998px) {
.tl-tabs>li img{height:40px;}
.tl-tabs>li p {font-size: 14px; text-align:center; min-height:36px; font-weight:600;}
.tl-tabs>li span {font-size: 18px;}
.tl-tabs>li>a {padding: 20px 20px 10px 20px;}
.tl-tabs>li {min-width: 230px; text-align:center;}
.tl-tabs>li img{display:none;}
.tl-tabs>li{width:calc(50% - 0px); border-right:1px #ffffff solid;}
.tl-tabs>li:last-child{border-right:0px;width:calc(50% + 0px);}

}

@media (max-width: 768px) {
.tl-tabs>li span {display:none;}
.tl-tabs>li{width:100%; text-align:left; background-color:#eeeeee; border-top:1px #ffffff solid; border-right:0px;}
.tl-tabs>li p {font-size: 13px; font-weight:600;text-align:left; line-height:30px; margin-bottom:0px;}
.tl-tabs>li:last-child{width:100%;}
.tl-tabs>li img{display:inline-block; height:30px;}
.tl-tabs>li>a {padding: 20px 15px 10px 15px;}
.tl-tabs {display: inline-block;}
.tl-tabs>li span {display:none;}
}

@media (max-width: 530px) {
.tl-tabs>li span {display:none;}
.tl-tabs>li{width:100%; text-align:left; background-color:#eeeeee; border-top:1px #ffffff solid; border-right:0px;}
.tl-tabs>li p {font-size: 13px; font-weight:600;text-align:left; line-height:30px; margin-bottom:0px;}
.tl-tabs>li:last-child{width:100%;}
.tl-tabs>li img{display:inline-block; height:30px;}

}

 .k-oran .modal-header, .k-oran modal-content{padding:15px;}





/* ----------------------------------------------------------------
	TL Yükle
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/

.blog-genel{
	padding:10px 0px 40px 0px;
}

.blog-genel .panel-group .panel-heading {
    height: 80px;
}

.blog-genel .panel-title2 {
    margin-bottom:0px;
}

.blog-genel .panel-title2 a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #4f4e4f;
    text-decoration: none;
}

.blog-genel .kartlar-bilgi:hover{
	background-color:#F6F6F6;
	cursor:pointer;
}

.blog-tablo {
    border: 1px solid #E8E8E8;
    padding: 10px 15px;
    background-color:#F6F6F6;
}

.blog-genel .kartlar-bilgi{
	margin-bottom:20px;
}

.dyr-icerik{background-color:#F8F8F8;}
.dyr-icerik h2{
	font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-top: 5px;
    line-height: 20px;
}

.dyr-icerik h2 span{
    color: #a17d64;
}

.dyr-btn{
    display:block;
}

.dyr-adi {
    color: #a17d64;
    font-size: 18px;
    font-weight: 700;
}

.btn-blog{
	border-radius:4px!important;
	background-color:#A17D64;
	border-color:#A17D64;
	color:#ffffff;
	font-size:16px;
	font-family: 'Raleway', sans-serif;
	margin-bottom:10px;
}

.btn-blog:hover{
	background-color:#333333;
	border-color:#333333;
	color:#ffffff;
}

.karar-detay{
	background-color: #cccccc;
    width: auto;
    float: right;
    height: 80px;
    margin: -30px -15px 0px 0px;
}


.karar-detay i{
	font-size: 25px;
    color: #ffffff;
    margin: 25px 0px 0px 0px;
    padding: 0px 15px 0px 15px;
}




/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/



/* ----------------------------------------------------------------
	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; width:100%;}
.e-tahsil-input input{height:50px}
.etahsil-form h2{font-size:35px; text-align:center;font-weight:900;font-family: 'Raleway', sans-serif; color:#000000; line-height:normal; }
.etahsil-form h2 span{font-size: 24px; line-height: normal; 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-v2.png');font-family: 'Raleway', sans-serif; color:#000000; background-repeat: no-repeat; background-position: bottom center; background-color:#cde4ed; padding:50px 50px; background-size:585px}
.bas-aciklama{font-size:40px; font-weight:900; color:#000000; line-height:47px;}
.etahsil-gorsel hr {border-top: 1px #abc3cd 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;}
.baslik-mobil{display:none;}

.pkredi-gorsel {background-image: url('../images/pkredi-zemin.jpg')!important; background-position:top center!important}
.w-100{width:100%;}
.param-kredi .input-group, .param-kredi .input-group select{min-height:50px;}


.header-alt-cizgi {
    border-bottom: 2px #D4121D solid;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
}





.tl-yukle-tabv3{
    padding:60px 0px;
    margin:0px auto;
    max-width:992px;
}

.tl-yukle-tabv3 hr {
    margin: 45px 0px;
}

.tl-yukle-tabv3 .color-primary {
    color:#05aba5;
}

.tl-yukle-tabv3 .color-secondary {
    color:#450D87;
}

.tl-yukle-tabv3 p {
    font-size:18px;
    padding-bottom:24px;
}

.tl-yukle-tabv3 .row .col-md-4 {
    margin-bottom:12px;
}


.tl-yukle-tabv3 .button-hizalama {
    max-width: 600px;
    margin:0px auto;
}


.btn-light {
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 10px 10px;
    line-height: 30px;
    font-weight: bold;
}

.btn-light:hover, .btn-light:focus {
    background-color: #d3d3d3;
}

.btn-primary {
    background-color: #3B4A54;
    border: 0px;
    padding: 10px 30px;
    line-height: 30px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #36414d;
}



@media (max-width: 1200px) {
    .etahsil-gorsel{background-size:485px}
}

@media (max-width: 992px) {
    .etahsil-gorsel {background-position: 50% 65%}
    .baslik-mobil{display:inline-block;}
    .baslik-desktop{display:none;}
    .etahsil-gorsel{background-image:none}
}



.btn-basvuru {
    color: #fff;
    background-color: #0f76ce;
    border-color: #0f76ce;
    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;
}




.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;
}


@media (max-width: 1200px) {
    .etahsil-alt{height:310px;}

}

@media (max-width: 992px) {
    .etahsil-alt{height:260px;}

}

@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
-----------------------------------------------------------------*/


/* ----------------------------------------------------------------------
	Avantajlar
---------------------------------------------------------------------- */

.avntj {
    margin-bottom: 10px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    height: 160px;
    width: 100%;
    vertical-align: middle;
    display: table-cell;
    background-color: #fff
}

.avntj a {
    border: 1px #fff solid;
    border-radius: 10px;
    display: inline-block;
    padding: 10px
}

.avntj a:hover {
    border: 1px #3B4A54 solid
}

.avntj img {
    max-width: 100%;
    width: 100%;
    border-radius: 10px;
    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;}
.avntj{height:unset; margin:0px auto 10px auto; display:block;}
.avantaj .col-sm-6{width:100%;}
.avantaj-ustyazi{text-align:center;}
}

/* ----------------------------------------------------------------------
	Avantajlar
---------------------------------------------------------------------- */


.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: #3B4A54;
    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;
}


.avantaj-yazi2 ul li{list-style-position:inside;}

.etkinlik-sartlari{
	color:#3B3B3B;
	font-size:13px;
	font-weight:500;
	padding-bottom:30px;
}

.legaletkin i{
    font-size:36px;
    line-height:58px
}

.blt-tutar{
    background-color: #3B4A54;
    color: #ffffff!important;
    border: 1px #3B4A54 solid;
    text-align:left;
    padding-left:15px;
    padding-top:unset!important;
    padding-bottom:unset!important;
}

.blt-tutar span{color:#ffffff; font-weight:600; font-size:20px;}

.blt-tutar i{color:#ffffff; font-size:14px;}

.onaybuton{width:20px; height:20px;}




.onay-yeni .onya-yazi{
    display: inline-block;
    margin-left: 30px;
}

.onay-yeni input{
    position: absolute;
    width: 20px;
    height: 20px;
}

.onay-yeni{
    padding:10px;
    background-color:#ffffff;
    border-radius:5px;
}



@media (max-width: 992px) {
    .nav-tabs.nav-justified.nav-tabs-dropdown.hidden-xs {
        display: block;
    }

    .nav-tabs.nav-justified.nav-tabs-dropdown.hidden-xs li {
       width: 100%;
        }

    .nav-tabs.nav-justified.nav-tabs-dropdown.hidden-xs li:nth-child(1) {
        display: block;
            }

   .nav-tabs.nav-justified.nav-tabs-dropdown.hidden-xs li:nth-child(n+2) {
        display: inline-block;
         width: 49%;
   }
}



@media (max-width: 768px) {
.etkinlik .sonbilgi{display:inline-block;}
.etkinlik .adet{width:100%!important;}
.etkinlik .form-satir{display:inline-block!important;}

.nav-tabs.nav-justified.nav-tabs-dropdown.hidden-xs li {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }

  .two-per-row {
    float: left;
    width: 50%;
  }

  .two-per-row:nth-child(odd) {
    clear: both;
  }

}




/*İŞLEM REHBERİ*/


.basvuru-yap {
    background-color: #f4e95d;
    border-top: 1px #DBD154 solid;
    border-bottom: 1px #DBD154 solid;
    padding: 25px 0px;
}

.islem-rehber{
    float:left;
    display:inline-block;
    width:150px;
    text-align:center;
    padding:0px 10px;
    color:#3B4A54;
    font-weight:600;
}

.islem-rehber:hover, .islem-rehber:focus, .islem-rehber:visited{color:#3B4A54; text-decoration:none;}

.islem-rehber span{
    font-size:20px;
    line-height:20px;
    font-family: 'Rajdhani', sans-serif;
}

.islem-rehber img{
    height: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;
    transition: transform .2s; /* Animation */
    cursor:pointer;
}

.rehber-tablo:hover{transform: scale(1.1);}
.rehber-tablo a{color:#3B4A54; display:block;}
.rehber-tablo a:hover{color:#3B4A54;}
.rehber-tablo img{height:70px; margin-bottom:15px;}
.rehber-tablo span{
    
    font-size: 22px;
    font-weight: 700;
    line-height:20px;
    height:40px;
    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:14px; 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(84,105,120); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(84,105,120,1) 0%, rgba(59,74,84,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(84,105,120,1) 0%,rgba(59,74,84,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(84,105,120,1) 0%,rgba(59,74,84,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546978', endColorstr='#3b4a54',GradientType=0 ); /* IE6-9 */
    -webkit-box-shadow: -2px 10px 20px 0px rgba(59,74,84,0.35);
    -moz-box-shadow: -2px 10px 20px 0px rgba(59,74,84,0.35);
    box-shadow: -2px 10px 20px 0px rgba(59,74,84,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;
}

.mobil-buton img {
    margin-right: 10px;
    margin-bottom: 30px;
}

.eimza{display:flex;}

.eimza .tli4{padding: 5% 0px 0px 0px;}

.eimza .kbilgi-yazi2{padding: 13px 20px 13px 20px;}

.rehber-paragraf p{
    line-height:20px!important;
    font-size:15px!important;
}

.modal-sozlesme .modal-content{
    border-radius:0px;
    background-color:#2C373F;
    
}

.modal-sozlesme .modal-body{padding:0px; display:table; height:100%;}

.modal-sozlesme .alert-baro-kartno{
    color:#ffffff;
    padding:0px 30px;
    vertical-align:middle;
    display:table-cell;
    font-size:30px;
}

.alert-sozlesme-text{
    background-color:#3B4A54;
    color:#ffffff;
    padding:15px 30px;
    float:left;
    text-align:left;
}

.btn-kartsozlesme{
    display:inline-block;
    color:#ffffff;
    background-color:#2C373F;
    text-decoration:none;
    font-size:14px;
    padding:5px 15px;
}

.btn-kartsozlesme:hover{color:#ffffff; background-color:#20292f;}

.tahsilat-form .onay-yeni .onya-yazi{font-size:11px;}

.checkbox-hata{
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    margin-top: 1rem;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.checkbox-hata2{
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 1rem;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}


/* ----------------------------------------------------------------------
	ÇEREZ POLİTİKASI V2
---------------------------------------------------------------------- */
.cerez-container{position: fixed;left: 0px;bottom: 0px;z-index: 999990; width:100%;}
.cerez-container .text-secondary{color:#999999; font-size:13px; font-weight:400; margin-bottom:24px}
.cerez-tablo{ padding:15px; background-color:#191919;}
.cookie-title, .cookie-title:hover, .cookie-title:focus{display:block;padding:12px 16px; color:#191919; font-weight:700; font-size:14px; cursor:pointer;}
.cerez-modal .modal-content{border:1px solid rgba(0,0,0,.2)}
.cerez-modal .modal-body{background:transparent; padding:45px 24px;}
.cerez-modal .modal-body .collapse-padding{padding:16px 16px}
.cerez-modal .modal-header{background:#3B4A54; padding:16px 24px;}
.cerez-modal .modal-header h4{font-size:15px; float:none; }
.cerez-modal .modal-header .close{opacity:0.7; font-size:20px; margin-top:3px;}
.cerez-modal hr {border: 0;border-bottom: 1px solid #b9b9b9;}
.cerez-modal .form-switch .form-check-input{width: 2.4em;height: 1.4em;}
.cerez-modal .custom-switch.custom-control{min-height:46px}
#cookieButtons {display: none;}
.modal-header .close{line-height:1; text-shadow:none; font-weight:300;}
.cerez-container .row, .cerez-modal .row{display:flex; flex-wrap: wrap;}
.cerez-container .col-auto, .cerez-modal .col-auto {flex: 0 0 auto; width: auto; margin-right: 12px; margin-left:12px}
.cerez-modal .col{flex: 1 0 0%;}
.cerez-modal .align-items-center{align-items: center;}
.modal-backdrop, .modal-backdrop.fade, .modal-backdrop.fade.in {transition: none;}
.modal, .modal.fade, .modal.fade.in {transition: none;}
.text-white{color:#ffffff;}
.btn-cerez {color: #ffffff; background-color: rgba(255, 255, 255, 0.15); border-color: transparent; font-weight:600}
.btn-cerez:hover, .btn-cerez:active, .btn-cerez:visited, .btn-cerez:focus{color: #ffffff;background-color: rgba(255, 255, 255, 0.35);}
.btn-cerez:not(:disabled) {outline: none; outline-offset:unset}
.p-xs{font-size:13px;}

@media (max-width: 450px) {
    .cerez-container .col-auto{width:calc(100% - 24px); margin-top:16px;}
    .btn-cerez{width:100%;}
}


@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:25%;}
    .eimza{display:none;}
    .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:25%;}
    .eimza-mobil{display:flex;}
    .eimza-mobil .kbilgi-yazi2{padding: 20px 20px 20px 20px;}

}

@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;}
 
}

@media (max-width: 420px) {
    .eimza-mobil{display:table;}
}

.imza-uyari {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 20px;
    width: 100%;
    text-align: center;
    padding: 95px 0px 0px 0px;
    color: #3a4953;
}

.thmbnail {
    display: table;
    border-spacing: 2px;
    border-collapse: separate;
    margin-bottom: 30px;
}

.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;
}


.kredi-chackbox-hiza .btn-basvuru{float:none;}
.kredi-chackbox-hiza .form-onaylama{margin:0px auto;}
.kredi-sec{margin-bottom:10px;}
.kredi-sec select{height:50px; max-width:320px; border-radius:5px!important;}
.kredi-sec .form-control{display:inline-block;}


@media (max-width: 992px) {
.kredi-sec select{max-width:100%;}
.kredi-sec .form-control{display:block;}

}

.barokart-iban-v3{
    max-width:300px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: #F8F8FC;
}
.cycle-tab-container {
 
    margin: 0 auto;
    display: flex;
    justify-content: center;
}


    .cycle-tab-container a {
        color: #7D8E9F;
        font-size: 16px;
        text-align: center;
        font-weight: 400;
    }


.tab-pane {
    max-width: 100%;
}

.fade {
    opacity: 0;
    transition: opacity 4s ease-in-out;
}

    .fade.active {
        opacity: 1;
    }

.cycle-tab-item {
    width: 190px;
}

    .cycle-tab-item:after {
        display: block;
        content: '';
        border-bottom: solid 3px #450D87;
        transform: scaleX(0);
        transition: transform 0ms ease-out;
    }

.cycle-tab-item.active:after {
        transform: scaleX(1);
        transform-origin: 0% 50%;
}


    .nav-link:focus,
    .nav-link:hover,
    .cycle-tab-item.active a {
        border-color: transparent !important;
        color: #450D87;
    }


.nav-tabs-dropdown li {
    padding: 10px;
}

.nav-tabs-dropdown li.active {
      background-color: #F8F8FC;
}

.tab-fast {
    background: #C6EFEE !important;
    color: #00B7B3;
    display: inline-block;
    right: -28px;
    top: 28px;
    width: 49px;
    text-align: center;
    padding: 2px 1px;
    font-size: 14px !important;
    border-radius: 6px;
}



.mobile-menu {
    width: 540px;
}
/* HAVALE SEÇENEKLERİ */
#havale .alert {
    margin: 30px auto 0px auto;
    max-width: 680px;
    background-color: #cadae4;
    border: 0px;
    -webkit-box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);
    -moz-box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);
    box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);
    color: #000000;
}
.slide-hizalama{margin: 30px 35px 0px 35px;}

.banka-doviz-header .nav-item{color:#808a90 ; width: 33%; text-align: center; padding: 0px 0px 10px 0px; margin: 0px;}
.banka-doviz-header .nav-link{color:#808a90;width: 35px; border:2px #87949c solid; height: 35px; display: inline-block; text-align: center;border-radius: 50%;padding: 0px 0px;}
.banka-doviz-header>li.active>a, .banka-doviz-header>li.active>a:focus, .banka-doviz-header>li.active>a:hover{background-color: #87949c;}

.banka-doviz-header .nav-item .active a{background-color: #cadae4;}
.banka-doviz-header .nav-item i{font-size: 18px; line-height: 35px;}
.banka-doviz-header li:first-child{text-align: right;}
.banka-doviz-header li:last-child{text-align: left;}

.banka-doviz-icerik{background-color: #cadae4;text-align: center; -webkit-box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);-moz-box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);color: #000000; padding: 15px;}
.banka-doviz-icerik h5{font-size: 14px; font-weight: 700; margin-bottom: 0px; line-height: 20px; }
.banka-doviz-icerik p{font-size: 13px; margin-bottom: 15px; line-height: 20px; }
.nav-tek{width: 100%!important; text-align: center!important;}
.nav-cift{width: 50%!important; padding:0px 15px 10px 15px!important;}

.havale-hizalama{margin: 30px 0px 0px 0px;}
.banka-tablo{background-color:#EEEEEE ;max-width: 260px; margin: 0px auto 30px auto;}
.banka-logo{padding: 10px 20px; text-align: center; line-height: 50px;min-height: 70px;display: flex;}
.banka-logo img{display: inline-block;margin: 0px auto;}
.banka-doviz-icerik button{border:0px; background: transparent;padding: 0px; margin-left: 5px;}
.banka-doviz-icerik  i{border-radius: 50%;-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.35);background-color: #eeeeee;padding: 5px;font-size: 13px;}
.havale-top-info{margin-top:60px; margin-bottom:45px; text-align:center;}
.havale-top-info p{font-size:14px;}
.havale-icon{width:100%; padding:15px; text-align:center;}
.havale-icon img{height:50px;}

.tab-uyap{background:#FF9A3D!important; color:#FFFFFF; display:inline-block;position:absolute; right:-28px; top:28px; width:90px; text-align:center; padding:5px 10px; font-size:14px!important;-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);transform: rotate(90deg);}
.tl-tabs>li.active .tab-uyap{background:#FA7D09!important}

.uyap-form1{position:relative; z-index:999;}
.uyap-form1 label {font-size: 14px !important;font-weight: 500;padding-left: 10px;color: #3B4A54;width:100%;}
.uyap-form1 input {color: #333;background-color: #fff;font: 12px "segoe ui",arial,sans-serif;font-weight: 400;max-width:300px; font-size: 14px;font-style: normal;height: 46px;padding: 10px 10px;border-radius: 0px !important;border: 1px #3d5e75 solid !important;}
.alert-uyap {background-color: #cadae4;margin-right: 0px !important;-webkit-box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);-moz-box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);box-shadow: inset 0px 5px 25px 0px rgb(150, 164, 173);padding: 20px 40px 20px 30px;display: block;font-size:14px;text-align:center;}
.uyap-form1 .form-satir{margin-bottom:20px;}
.btn-kredi{border:0px!important; color:#ffffff!important; background-color: #3B4A54!important;border-color: #3B4A54!important;}
.btn-kredi:hover, .btn-kredi:focus{background-color: #494949!important; border: 1px #494949 solid;}
.sure-sayac{font-family:Tahoma;}
.uyap-uyari{color:#ff0000;}

.modal-dark .modal-dialog{width:970px;}
.modal-dark .modal-body{padding:0px 0px;}

.fast-metin{margin-top:30px;}


.nav-tabs {
    display: block; 
}

.mobile-menu {
    display: none; 
}

@media (max-width: 991px) {
    .nav-tabs {
        display: none;
    }

    .mobile-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .nav-tabs.show {
        display: block !important; 
    }
}


@media (max-width: 1200px) {
    .tab-uyap{right:-30px;top: 26px;width: 84px;}

}

@media (max-width: 992px) {
    .havale-top-info p{padding:0px 15px 15px 15px;}
    .tab-uyap{right: -22px;top: 23px;width: 76px;}
    .fast-metin h2 {font-size: 22px;}


    .cycle-tab-container-mobile {
        background-color: #f6f6f6;
        padding: 20px;
        width:100%;
    }


    .mobile-menu {
        width: 340px;
        height: 50px;
        margin:0px auto;
    }

}


@media (max-width: 768px) {
    .havale-tablo {
        margin-top: 95px;
    }

    .banka-doviz-header {
        min-height: 50px;
    }

    .tab-uyap {
        display: inline-block !important;
        right: -13px;
        top: 13px;
        width: 66px;
    }

    .mobile-menu {
        width: 340px;
        height: 50px;

    }

    .cycle-tab-container-mobile {
        background-color: #f6f6f6;
        padding: 20px;
    }


    .fast-metin h2 {
        font-size: 19px;
    }

}

@media (max-width: 530px) {
    .havale-tablo{margin-top: 0px;}
}



/* HAVALE SEÇENEKLERİ */













