/* ==========================================================================
   Kaan Vurgun @immortalcain
   ========================================================================== */

@font-face {
    font-family: 'SohoGothicPro-Regular';
    src: url('../fonts/SohoGothicPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/SohoGothicPro-Regular.woff') format('woff'),
    url('../fonts/SohoGothicPro-Regular.ttf') format('truetype'),
    url('../fonts/SohoGothicPro-Regular.svg#SohoGothicPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ProximaNova-Regular';
    src: url('../fonts/ProximaNova-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/ProximaNova-Regular.otf') format('opentype'),
    url('../fonts/ProximaNova-Regular.woff') format('woff'),
    url('../fonts/ProximaNova-Regular.ttf') format('truetype'),
    url('../fonts/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'ProximaNova-Regular';
}

hr {
    margin-bottom: 0;
}
:-ms-input-placeholder {
    letter-spacing: -0.5px;
    text-indent: 0px;
}

.head-bg {
    background: url(../img/head-bg.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0;
}

.navbar {
    background-color: transparent;
    background: transparent;
    border-color: transparent;
    font-family: 'SohoGothicPro-Regular';
}

.navbar-default .navbar-nav>li>a {
    color: #fff
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
    color: #fff;
    border-bottom: 2px solid #e93a24;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #e93a24;
}

.txt-search {
    background: #fff url(../img/ico-search.png) no-repeat center right 10px;
}

.btn.btn-online {
    background-image: url(../img/btn_bg-online.png);
    background-position: top left;
    background-color: #363e6b;
    border: 0;
    margin-left: 10px;
}

.btn.btn-online:after,
.btn.btn-email:after {
    content: "";
}

.btn.btn-email {
    background-color: #e23620;
    background-image: none;
    color: #fff;
    padding: 9px 25%;
}

.h1,
h1,
.h2,
h2,
.h3,
h3 {
    font-family: 'SohoGothicPro-Regular';
    font-weight: bold;
    color: #212440;
}

h2 {
    margin-bottom: 20px;
}

.radio {
    padding-left: 20px;
}

.radio label {
    display: inline-block;
    position: relative;
    padding: 4px 17px 0;
}

.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 27px;
    height: 27px;
    left: 0;
    top: 0px;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}

.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 12px;
    height: 12px;
    left: 8px;
    top: 7px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #e93a24;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.radio input[type="radio"] {
    opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.radio input[type="radio"]:disabled+label {
    opacity: 0.65;
}

.radio input[type="radio"]:disabled+label::before {
    cursor: not-allowed;
}

.radio.radio-inline {
    margin-top: 0;
}


#home .krediler.slick-slider {
    margin-bottom: 60px;
}

.txt-container h2 {
    font-family: 'SohoGothicPro-Regular';
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.col-xs-12.owrflow-hidden {
    overflow-x: hidden;
    overflow-y: visible;
    padding: 4%;
    margin-bottom: -5%;
}

.col-xs-12.owrflow-hidden .swiper-container {
    overflow: visible;
}

.swiper-slide {
    /*opacity: 0.8;*/
    transition: all 300ms ease;
}

.swiper-slide-active {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    opacity: 1;
    box-shadow: 0px 5px 20px black;
    z-index: 1;
}

.swiper-slide-active .slide-container .txt-container h2 {
    font-size: 24px;
    font-size: 1.2vw;
    color: #2c2c2c;
}

.txt-container p {
    font-size: 16px;
    color: #2c2c2c;
}

.txt-container a {
    font-size: 16px;
}

span.txt-container {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 4%;
    width: 100%;
    line-height: 1;
    text-align: left;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
}

.txt-container span {
    width: 70%;
    display: block;
}

.swiper-slide-active .slide-container .txt-container {
    width: 50%;
    transform: translateY(-50%);
    top: 50%;
    bottom: auto;
}

.slide-container .txt-container p,
.slide-container .txt-container a {
    display: none;
    font-size: 16px;
}

.slide-container .txt-container a {
    font-size: 15px;
    padding: 7px 19px;
    text-align: left;
}

.swiper-slide-active .slide-container .txt-container {
    left: 2%;
    padding-bottom: 4%;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}

.swiper-slide-active .slide-container .txt-container p,
.swiper-slide-active .slide-container .txt-container a {
    display: block;
}

.mt-50 {
    margin-top: 50px;
}

.mt-d50 {
    transform: translateY(-50%);
    z-index: 1;
    position: relative;
}

#urunler .mt-d50 {
    transform: translateY(-30%);
}

.btn {
    font-family: 'SohoGothicPro-Regular';
    font-weight: bold;
    font-style: italic;
    background-image: url(../img/btn_bg.png);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: auto 100%;
    border-radius: 0;
    padding: 10px 44px;
    position: relative;
}
.btn-info {
    background-image: url(../img/btn-info_bg.png);
}
.btn-primary {
    background-image: url(../img/btn-primary_bg.png);
}
.btn-warning {
    background-image: url(../img/btn-warning_bg.png);
}
.btn:after {
    content: ">";
    position: absolute;
    font-style: normal;
    right: 9px;
}

.btn-primary {
    background-color: #e33721;
    border-color: #bd301e;
}

.btn-primary:hover {
    background-color: #d43420;
    border-color: #bd301e;
}

.btn-info {
    background-color: #3e4e9a;
}

.ui-widget-content {
    border: 1px solid #bdc3c7;
    background: #fff;
    margin-top: 4px;
    position: relative;
    height: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGElEQVQYV2NkYGBg+PTp038+Pj5GRjI4AIfGFAZ5zreoAAAAAElFTkSuQmCC);
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 4em;
    height: 2.2em;
    cursor: default;
    margin: 0 -31px auto !important;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    cursor: pointer;
    box-shadow: 1px 1px 5px #000;
}

.ui-slider-range {
    height: 11px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAFCAYAAACAcVaiAAAAGUlEQVQYV2P8s0b3/xeT2Qw8Z1IZGMngAADcth0qmM1uSgAAAABJRU5ErkJggg==);
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.9em;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    border: 1px solid #f9f9f9;
    background: #fff;
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: -0.5em;
}


.ui-slider a,
.ui-slider a:focus {
    cursor: pointer;
    outline: none;
}


.text-sel>.form-group:first-child>div .text-center {
    padding-top: 15px;
}

.twoblock>.row>div {
    padding: 25px 35px;
}

.twoblock>.row>div:first-child {
    border-right: 1px solid #eee
}

.twoblock h2 {
    color: #212440;
}

.form-control {
    height: 40px;
    border-radius: 0;
}

select.form-control {
    border: 1px solid #c9cacc;
    border-bottom: 2px solid #696d86;
}

.krediler a {
    color: #2b304e;
    font-size: 18px;
}

.krediler h3 {
    font-size: 18px;
}

.total-input {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGklEQVQYV2NkQAKMIPbjx4//y8rKMoI5MAAATRUEBHXzt/MAAAAASUVORK5CYII=);
}

.brand-container {
    padding: 2% 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAADCAYAAABWKLW/AAAAGElEQVQYV2O8c+fOfxUVFUYGBgYGRpwcABVoDARE45A3AAAAAElFTkSuQmCC);
    margin-bottom: 2%;
}

.bg-footer1 {
    background: url(../img/bg_footer1.png) no-repeat;
    background-size: cover;
    padding: 2%;
}

.bg-footer2 {
    background: url(../img/bg_footer2.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding-bottom: 20px;
}

.bg-footer2 p {
    line-height: 60px;
}

.bg-footer2 a {
    color: #fff;
}

.glyphicon-compt:before {
    content: url(../img/ico-online_but.png);
    vertical-align: sub;
}

footer ul.unstyled {
    list-style: none;
    border-left: 2px solid #e93a24;
    padding: 10px;
    margin: 12px 0;
}

.social-media a {
    border: 1px solid #c9c9c9;
    display: block;
    padding-top: 12%;
    text-align: center;
    font-size: 86%;
    color: #2b304e;
    line-height: 3;
    margin-bottom: 32%;
}





/* URUNLER */

.bg-promo {
    background: #2b304e;
    background: -moz-linear-gradient(left, #2b304e 1%, #2b304e 49%, #f6f6f4 51%, #f6f6f4 100%);
    background: -webkit-linear-gradient(left, #2b304e 1%, #2b304e 49%, #f6f6f4 51%, #f6f6f4 100%);
    background: linear-gradient(to right, #2b304e 1%, #2b304e 49%, #f6f6f4 51%, #f6f6f4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b304e', endColorstr='#f6f6f4', GradientType=1);
}

.bg-promo .row,
.camp-holder .row {
    display: flex;
}

.bg-promo .row>div:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background: -moz-linear-gradient(65deg, rgba(43, 48, 78, 1) 0%, rgba(43, 48, 78, 1) 1%, rgba(43, 48, 78, 1) 50%, rgba(43, 48, 78, 0) 51%, rgba(43, 48, 78, 0) 100%);
    background: -webkit-linear-gradient(65deg, rgba(43, 48, 78, 1) 0%, rgba(43, 48, 78, 1) 1%, rgba(43, 48, 78, 1) 50%, rgba(43, 48, 78, 0) 51%, rgba(43, 48, 78, 0) 100%);
    background: linear-gradient(65deg, rgba(43, 48, 78, 1) 0%, rgba(43, 48, 78, 1) 1%, rgba(43, 48, 78, 1) 50%, rgba(43, 48, 78, 0) 51%, rgba(43, 48, 78, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2b304e', endColorstr='#002b304e', GradientType=1);
    transform: translateX(100%);
    z-index: 1;
}

span.hover-effect {
    border: 3px solid #efefef;
    display: inline-table;
    border-radius: 50%;
}

a:hover .hover-effect {
    border-color: #ca1e59;
}

.bg-promo .col-sm-4,
.camp-holder .col-sm-6+.col-sm-6 {
    /* flex-direction: column; */
    display: -webkit-flex;
    display: flex;
    display: -ms-grid;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    color: #fff;
}
.bg-promo .col-sm-4 * {
    color: #fff;
}

.col-xs-5ths h3 {
    font-size: 18px;
    color: #2b304e;
}

.table>tbody>tr>td,
.table>tbody>tr>th {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHElEQVQYV2O8c+fOfxUVFUYGKIAzMARgKjFUAABhlQgFsl1WNAAAAABJRU5ErkJggg==);
}

.table>thead>tr>th {
    background: #2b304e;
    color: #fff;
    padding: 13px 8px;
}



/* MARKALAR */

.markalar span.hover-effect {
    padding: 11% 8%;
    background: #fff;
}

.mtext-holder {
    transform: translateY(-50%);
}

.mtext-holder .col-xs-10.col-xs-offset-1 {
    background: #fff;
    position: relative;
    padding: 25px;
}

.mtext-holder .col-xs-10.col-xs-offset-1:after,
.camp-holder:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.38);
    top: 50%;
    bottom: 0px;
    left: 4%;
    right: 4%;
    border-radius: 30%;
}



/* KAMPANYALAR */

#kampanyalar .head-bg {
    padding: 30px 0 150px;
}

.camp-holder {
    background: #fff;
    margin-bottom: 60px;
}

.camp-holder .col-sm-6+.col-sm-6 {
    color: #000;
}

.camp-share {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: right;
    font-family: 'ProximaNova-Regular';
    color: #313966;
    font-weight: bold;
}



/* KURUMSAL */

.corp-indend {
    padding-left: 30px;
}

.corp-indend ul,
.search-result ul {
    padding: 0;
}

.corp-indend li,
.search-result li {
    background: url(../img/list-ico.png) no-repeat;
    list-style: none;
    background-position: 0 2px;
    padding: 0 0 15px 24px;
}

.nav.nav-justified i {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #ebebeb;
    padding: 4px;
    margin-right: 8px;
}

.nav-pills {
    display: flex;
}

.nav-pills li {
    display: flex;
    flex: 1;
}

.nav-pills li a {
    border-radius: 0;
    border: 1px solid #efefef;
    flex: 1;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
    background: #e93a24;
}

.nav-pills>li+li {
    margin-left: 0;
}


/* İLETİŞİM */

#map {
    width: 100%;
    min-height: 400px;
    border: 1px solid #787878;
}

#iletisim h2 {
    background: #313966;
    color: #fff;
    font-style: italic;
    font-size: 20px;
    padding: 5px 20px;
}

#iletisim .box {
    border: 1px solid #efefef;
    padding: 8px;
    padding-bottom: 0;
    margin-bottom: 15px;
}

@media screen and (max-width:767px) {
    .slick-slider {
        margin: 0;
    }
    .txt-container h2 {
        font-size: 100%!important;
    }
    .slide-container .txt-container a {
        font-size: 8px;
    }
    .slide-container .txt-container p {
        font-size: 10px;
    }
    .txt-container p {
        font-size: 20%;
    }
    .bg-promo {
        background: #2b304e;
    }
    .bg-promo .row,
    .camp-holder .row {
        display: block;
    }
    .mtext-holder {
        transform: translateY(-15vw);
    }
    .camp-share {
        position: relative;
        text-align: center;
    }
    .nav-pills {
        display: block;
    }
    .swiper-slide-active {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    .bg-promo .row>div:first-child:after {
        display: none;
    }
    .camp-text h1 {
        font-size: 100%;
    }
}


.btn-link:after {
    content: none;
}

.btn-link {
    background-image: none;
    padding: 0;
    font-weight: inherit;
    font-style: inherit;
    font-family: inherit;
    vertical-align: inherit;
}

button.close {
    position: absolute;
    right: -12px;
    background: #fff;
    padding: 3px 7px;
    top: -14px;
    z-index: 10;
    border-radius: 50%;
    opacity: 1;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* NASIL */

#kredibilgi .label.label-danger {
    border-radius: 50%;
}