* {
    margin: 0;
    padding: 0;
}

body {
    background: #000 !important;
}

.wrapper .row {
    padding: 0 !important;
}

.content p img {
    width: 100% !important;
    height: auto;
}


/*BENİ ARA FORMU*/
.formarea {
    /*background: url(../img/foot_bb.jpg) repeat-x scroll 0 0 transparent; */
    bottom: 0;
    float: left;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
}

.alt_area {
    bottom: 0;
    height: 60px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    width: 1024px;
    position: relative;
}

.fl {
    float: left;
}

.formarea div.label {
    color: #FFFFFF;
    float: left;
    font-size: 14px;
    font-weight: bold;
    margin: -4px;
    padding: 5px 15px;
    width: 79px;
}

.formarea .formbutton {
    padding-left: 7px;
    margin-top: 7px;
}

.formcomment_b {
    color: #EFEFEF;
    font-size: 16px;
    line-height: 13px;
    margin-left: 6px;
    margin-top: 10px;
    text-align: left;
    width: 124px;
    font-weight: bold;
    font-family: 'PT Sans Narrow', sans-serif;
}

.agent {
    /*background: url("/core/call.png") no-repeat scroll 0 0 transparent;*/
    float: left;
    height: 73px;
    margin-bottom: 0;
    margin-top: -14px;
    position: relative;
    right: 0;
    width: 72px;
}

.mygirl {
    /*background-image: url(../img/mycallcentergirl.png);*/
    width: 110px;
    height: 180px;
    position: absolute;
    top: -110px;
    left: 814px;
}


/*####################*/

#tellmefrm input {
    margin-top: 5px;
    z-index: -1;
    width: 143px;
    padding: 2px;
    font-size: 13px;
    margin-top: 0px;
    z-index: -1;
    width: 162px;
    font-family: arial;
    letter-spacing: 0px;
    margin-left: 5px;
    height: 37px;
    float: left;
    margin-right: 8px;
    border-radius: 6px;

}

#close {
    width: 32px;
    margin-top: 91px;
    margin-left: 90px;
}

@media only screen and (max-width: 992px) {

    #close {
        width: 32px;
        margin-top: 1px;
        margin-left: 38px;
    }

    .label {
        display: none;
    }

    .alt_area {
        bottom: 0;
        height: 60px;
        left: 0;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        max-width: 1024px;
        position: relative;
    }

    #tellmefrm .inp {
        float: none;
    }

    #tellmefrm input {
        margin-top: 5px;
        z-index: -1;
        width: 143px;
        padding: 2px;
        font-size: 13px;
        margin-top: 0px;
        z-index: -1;
        width: 162px;
        font-family: arial;
        letter-spacing: 0px;
        margin-left: 5px;
        height: 37px;
        float: left;
        margin-right: 8px;
        border-radius: 6px;

    }

    .mygirl {
        /* background-image: url(../img/mycallcentergirl.png); */
        width: 110px;
        height: 180px;
        position: absolute;
        top: -30px;
        right: -38px;
        left: auto;
    }

    .formarea {
        background: none;
        background-color: rgba(0, 0, 0, 0.78);
    }

}

/*BENİ ARA FORMU*/