body {
    /*min-width: 800px !important;*/
}

html, body, input, select, textarea, button {
    font-family: 'Open Sans', sans-serif;
}

/** {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}*/

/*--------------------------------------------*/

.row.main-row {
    margin-top: 30px;
    margin-bottom: 30px;
    /*min-width: 800px !important;*/
}

.no-padding {
    padding: 0 !important;
}

.no-border {
    border: none !important;
}

.no-break {
    white-space: nowrap
}

.no-flow {
    overflow: hidden;
    display: block;
}

.inner-shadow{
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
}

.col-1-of-5, .col-2-of-5, .col-3-of-5, .col-4-of-5 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.col-1-of-5 {
    width: 20%;
}

.col-2-of-5 {
    width: 40%;
}

.col-3-of-5 {
    width: 60%;
}

.col-4-of-5 {
    width: 80%;
}

.no-margin {
    margin: 0 !important;
}

.text-italic, .italic {
    font-style: italic;
}

.text-strong, .strong {
    font-weight: bold;
}

.text-sm {
    font-size: 85%
}

.text-xs {
    font-size: 75%;
}

.text-lg {
    font-size: 120%;
}

.text-pink {
    color: #f57fc5;
}

.text-light {
    font-weight: 200;
}

.bg-pink {
    background-color: #f57fc5;
    color: #ffffff;
}

.text-orange {
    color: #d25401;
}

.bg-orange {
    background-color: #d25401;
    color: #ffffff;
}

.alert-default {
    background-color: #f5f5f5;
    border-color: #e3e3e3;
}

/*--------------------------------------------*/

.mt_yeni_bar {
    height: 40px;
}

.mt_yeni_bar h2 {
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    color: #666;
    line-height: 40px;
}

.sayfa-ici-baslik {
    color: #5c5c5c;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}

.normal_baslik_text {
    font-size: 12px;
    color: #666
}

.sayfa-ici-mavi-baslik {
    color: #00a6e4;
    font-size: 24px;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 0 5px;
    margin: 0;
    font-weight: 700;
}

.bilgilendirme h3 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    margin: 10px 0 10px 0;
}

.radio, .checkbox {
    line-height: 1.8
}

.text-primary {
    color: #11a1dc
}

.bg-white {
    background-color: #fff;
}

/*-----------------------------------------------------*/

.multiline-select.form-control {
    height: auto !important;
}

.dropdown-menu > li > a {
    padding: 3px 12px;
}

  .mtb-c-call-me {
        background: url(/img/generic/call-me-background.jpg);
        color:#fff;
    }
    .mtb-c-call-me-button{
        color: #fc272f!important;
        font-weight: bold!important;
        font-size: 18px!important;
        border-radius: 0px!important;
        border: none!important;
        margin-top: 5px;
    }
    .mtb-c-call-me-button:hover{
        background: #fff!important;
    }

    .mtb-c-call-me-text-header {
        font-size: 20px;
    }
    .mtb-c-call-me-wrapper.container {
        padding: 10px 0px 10px 0px;
    }

    a.btn.btn-primary.btn-lg.btn-block.mtb-c-hemen-teklif-iste {
        background: #feda00!important;
        color: #000!important;
        border: none!important;
        border-radius: 0px!important;
        font-weight: bold!important;
    }

    .mtb-c-call-me-hide {
        position: absolute;
        right: 1%;
        margin-top: 18px;
        border: 1px solid;
        padding: 7px;
        border-radius: 50px;
        font-size: 16px;
    }

    .mtb-c-callme-all-hide{
        display:none;
    }

