.form-control {
    color: #111 !important
}

.blueBorder {
    border: 1px blue solid;
}

.redBorder {
    border: 1px red solid;
}

.keywords {
    display: none;
}

.vertical-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.appBadge-container {
    width: 100%;
    padding-top: 40px;
}

.appBadge {
    width: 45%;
}

iframe {
    border: none;
    top: 0px;
    margin: 0px;
    width: 100%;
    overflow: hidden;
    height: 100%;
    padding: 0px;
    /*	scrolling:no;*/
    overflow: hidden;
}

iframe::-webkit-scrollbar {
    display: none;
}

.containerofSlide {
    width: 100%
}


/************************************************************************* kayan logolar */


/* !!!  imaj yukseklik ve genisligini KayanA.js içinde degistir!!!!  */

#car-logos {
    width: 100%;
    height: 100%;
    margin-top: 50px;
    opacity: 0.7;
}

#car-logos div {
    float: left;
}

#car-logos img {
    border: none;
    position: relative;
}


/* GriSiyahBeyaz yapmak icin */

.makeGray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
}

.justify {
    text-align: justify !important;
}

.paddingLeft20 {
    text-align: justify !important;
}

.line-through {
    text-decoration: line-through;
}

.bgr-iletisim {
    display: block;
    position: relative;
    float: none;
    background-image: url('./assets/images/bgr-apartman.jpg');
}

.alignCenter {
    text-align: center;
}

.colorRed {
    color: red;
}

.baslikAyir {
    line-height: 20px;
}


/************************************************************************* kayan logolar */

.frameKayan {
    position: relative;
    width: 100%;
}


/**********************************************************************EOF kayan logolar */


/*---------------------------------login form----------------*/

#loginContainer {
    display: none;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 9000;
    position: fixed;
}

.bgrOpacity {
    height: 100%;
    width: 100%;
    background-color: gray;
    opacity: 0.7;
}

.blurBack {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    position: fixed;
    /* arkayı donduruyor !! */
    /* overflow-y:scroll ; */
}

.loginBox {
    position: absolute;
    /*   max-height: 310px;*/
    margin-top: -155px;
    top: 45%;
    width: 300px;
    margin-left: -150px;
    left: 50%;
    background-color: rgb(40, 40, 40);
    color: #ddd;
    border-radius: 3px;
    padding: 30px;
    font-size: 17px;
}

.inputBox {
    width: 100%;
    height: 50px;
    border-width: thin;
    /*   margin-bottom: 30px; */
    border-radius: 3px;
    background-color: #444;
    border-color: #444;
}

.inputWithIcon {
    width: 100%;
    height: 50px;
    border-width: thin;
    /*   margin-bottom: 30px; */
    border-radius: 3px;
    background-color: #444;
    border-color: #444;
    padding-left: 45px;
}

.btnLogin {
    float: right;
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border-style: none;
    color: #ddd;
    background-color: #790;
    margin-bottom: 20px;
}

.btnLogin:hover {
    color: white;
}

#btnSifreGonder {
    display: none;
    float: right;
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border-style: none;
    color: #ddd;
    background-color: #790;
}

.leftAlignBlock {
    display: inline-block;
    text-align: left;
    float: left;
}

.inline-block {
    display: inline-block;
    border: thin fuchsia solid
}

.width100-center {
    width: 100%;
    text-align: center;
}

.height100-center {
    position: absolute;
    height: 100%;
    vertical-align: middle;
}

.width100-right {
    width: 100%;
    text-align: right;
}

.width100-left {
    width: 100%;
    text-align: left;
}

.parolaHatirlat {
    color: gray;
    text-decoration: underline;
}

.parolaHatirlat:hover {
    color: white;
}

.btnCloseLogin {
    position: absolute;
    top: 0px;
    right: 0;
    color: #bbb;
}


/*------------------------------eof login form----------------*/


/*------------------------glyphicon related form ----------*/


/* enable absolute positioning */

.inner-addon {
    position: relative;
}


/* style glyph */

.inner-addon .glyphicon {
    position: absolute;
    padding: 17px;
    pointer-events: none;
}


/* align glyph */

.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}


/* add padding  */

.left-addon input {
    padding-left: 45px;
}

.right-addon input {
    padding-right: 30px;
}


/*------------------------glyphicon related form ----------*/

#YeniKayit {
    display: none;
    background-color: #141E27;
    padding-top: 170px;
}

.colorWhite {
    color: white;
    font-size: 18px;
}


/* ---------------- ilk sayfa asagi oku ---*/

#asagiSlideOku {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    color: #1CA8DD;
    opacity: 0.65;
    font-size: 2em;
}

@media only screen and (min-width: 1000px) {
    #asagiSlideOku {
        display: block;
        width: 40px;
        height: 40px;
        position: absolute;
        bottom: 40px;
        left: 50%;
        color: #1CA8DD;
        opacity: 0.65;
        font-size: 2em;
    }
    #asagiSlideOku:hover {
        opacity: 1;
        cursor: pointer;
    }
}

.errorSifre {
    display: none;
}

.setPadding {
    padding-top: 100px;
    padding-bottom: 70px;
}

.customMarginBottom {
    margin-bottom: 25px;
}

.errMsgContainer {
    display: block;
    text-align: right;
    width: 100%;
}

.popupContainer {
    display: block;
    width: 100%;
    /*text-align:right; /* saga dayamak istersen */
}

.errorMsg {
    display: inline-block;
    position: relative;
    background-color: red;
    border-radius: 5px;
    padding: 10px;
    color: white;
    text-align: center;
}

.errorMsgArrow {
    color: red;
    font-size: 25px;
    /* right: 10%;  /*saga hizalı popupta*/
    left: 25px;
    /*sola hizalı popupta */
}

#error_kayitPassword2 #error_kayitIsim {
    display: block;
}

.ct-contactForm--type3 .contactForm .form-control:focus {
    border: 1px solid #1ca8dd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.margin-bottom25 {
    margin-bottom: 25px;
}

@media only screen and (max-width: 650px) {
    .yoneticiUye {
        background-color: #1F7CA0;
        display: inline-block;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px;
        margin: 0px 15px 25px 15px;
        color: #ccc;
        width: 55%;
    }
    .yoneticiUye:hover {
        color: white;
    }
}

@media only screen and (min-width: 651px) {
    .yoneticiUye {
        background-color: #1F7CA0;
        display: inline-block;
        border-radius: 5px;
        cursor: pointer;
        padding: 10px;
        margin: 0px 15px 25px 15px;
        color: #ccc;
        width: 33%;
    }
    .yoneticiUye:hover {
        color: white;
    }
}

.kayitBireysel {
    display: none;
}

.kayitKurumsal {
    display: none;
}

.min-heightYeniKayit {
    min-height: 670px;
}


/* modal custom */

.modal {
    background: rgba(0, 0, 0, 0.7);
}

#modalAlert .modal-content {
    background: #790;
    /* green  */
    padding: 40px 10px 40px 15px;
    color: white;
    opacity: 1;
    text-align: center;
}

#modalAlert .modal-dialog {
    margin: 200px auto;
    opacity: 1;
}

#modalAlert button.modalClose {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    position: absolute;
    right: 6px;
    top: -5px;
    font-size: 20px;
    color: white;
}

.contactForm textarea {
    min-height: 208px;
}

#contactKonu,
#inputKurumSehir,
#inputKurumIlce {
    color: #888 !important;
}

.scale77 {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

#contactResult {
    display: none;
    color: white;
    background: #790;
    border-radius: 5px;
    padding: 30px;
    text-align: center;
    margin-top: 117px;
}

.closeParent {
    text-align: right;
    padding: -30px;
    margin-top: -42px;
    margin-right: -27px;
}

.contactTebrikClose {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 27px;
    color: white;
}

.captchaContainer {
    overflow: hidden;
    height: 65px;
    width: 200px;
    border-radius: 5px;
}

.optGiris {
    display: inline-block;
    cursor: pointer;
    padding: 9px;
    margin: 0px 0px 10px 0px;
    color: #777;
    width: 114px;
}

.optGiris:hover {
    color: #ddd;
}

#optGirisBireysel {
    color: #ddd;
}

#optGirisKurumsal {
    float: right;
}

.navbar.ct-navbar--sticky {
    background-color: #455A64;
}

@media (min-width: 641px) and (max-width: 991px)and (orientation: portrait) {
    #about .container {
        width: auto;
    }
}