body {
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #FAFAFA;
    position: relative;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    /*-webkit-text-fill-color: #000;*/
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

#goup {
    z-index: 100;
    position: fixed;
    bottom: 25px;
    right: 15px;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
}

#goup > a {
    color: #E6444D;
}

#goup > a:hover {
    color: #aa2526;
}

pre {
    tab-size: 8;
}

.logo-header {
    padding: 0;
    text-align: left;
}

.phone-header {
    min-width: 25%;
    position: absolute;
    top: 0;
    right: 10%;
    font-size: 24px;
    font-weight: 600;
    color: #2D3E4F;
}

.navbar-fixed-top {
    top: 70px;
    position: absolute;
}

.navbar {
    min-height: 40px;
    margin-bottom: 0;
}

.navbar-inverse .navbar-toggle {
    border-color: #fff;
}

.navbar-inverse .navbar-toggle:hover {
    background-color: #2D3E4F !important;
}

.navbar-inverse {
    background-color: rgba(230, 68, 77, 1);
    border: 0;
}

.navbar-inverse .navbar-nav {
    width: 100%;
}

.navbar-inverse .navbar-nav > li {
    width: 20%;
}

.navbar-inverse .navbar-nav > li > a {
    text-align: center;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav > li > a:focus,
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-nav>li>.dropdown-menu>li>a:focus,
.navbar-nav>li>.dropdown-menu>li>a:hover {
    background-color: #2D3E4F !important;
}

.navbar-nav>li>.dropdown-menu {
    width: 228px;
    padding: 0;
    border-radius: 0 !important;
    background-color: rgba(230, 68, 77, 1);
}

.navbar-nav>li>.dropdown-menu>li {
    text-align: center;
    border-radius: 0 !important;
}

.navbar-nav>li>.dropdown-menu>li>a {
    border-radius: 0 !important;
    color: #fff;
    font-size: 14px !important;
    font-weight: 400;
}

.cbp-l-caption-alignCenter .cbp-l-caption-body {
    padding: 10px;
}

.cbp-l-grid-projects-title {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px !important;
}

.cbp-l-caption-buttonLeft,
.cbp-l-caption-buttonRight {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px !important;
}

.cbp-l-caption-body > .btn:not(.md-skip):not(.bs-select-all):not(.bs-deselect-all) {
    margin: 0;
}

.cbp-caption-activeWrap {
    background-color: #2D3E4F;
}

.anasayfa-icerik {
    padding-top: 50px;
    padding-bottom: 100px;
}

.form-icerik {
    padding-top: 50px;
    padding-bottom: 50px;
}

#breadCon {
    padding-top: 30px;
}

.home-panel {
    background-color: #e5e5e5;
    height: 100px;
}

.md-checkbox > label {
    color: #555;
}

.md-checkbox > label > .check {
    border-color: #5CB85C !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #2D3E4F;
}

.footerWrpLeft {
    text-align: center;
}

.copyright_text {
    float: left;
    color: #FEFEFE;
    font-size: 12px;
    padding-top: 20px;
    margin-top: 15px;
}

.copyright_text > a {
    color: #2D3E4F;
    text-decoration: none;
}

.copyright_text:hover a {
    color: #E6444D;
    text-decoration: none;
}

.footerWrpRight {
    padding-top: 10px;
    padding-left: 50px;
    color: #fff;
    font-size: 24px;
}

.footerWrpRight a {
    color: #fff;
}

label {
    font-weight: 400;
}

.logolar_div {
    padding-bottom: 50px;
}

.logo_div {
    width: 14%;
    height: 150px;
    float: left;
    align-items: center;
    display: flex;
    justify-content: center;
}

.logo_div>img {
    width: 125px;
    margin: 0 auto;
}

#hakkimizda {
    background-color: #fff;
    border-top: 1px solid #ccc;
    padding-top: 50px;
    padding-bottom: 100px;
}

.aboutDiv {
    text-align: center;
}

.aboutDiv > h2 {
    padding-top: 50px;
}

.aboutDiv > p {
    text-align: justify;
}

.adresDiv {
    margin-top: 80px;
    font-size: 16px;
}

.adresDiv>.col-md-5 {
    text-align: right;
}

.btn-success {}

.formOnay {
    text-align: center;
    border-radius: 2px;
    font-size: 16px;
    color: #fff;
    padding: 2px 0;
}

.formOnay.success {
    background: #4cae4c;
}

.formOnay.error {
    background: #E35B5A;
}

.form-control {
    border: 0;
    border-bottom: 1px solid #2D3E4F;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: #FAFAFA;
}

.form-control:focus {
    border-color: #5CB85C;
}

@media screen and (max-width: 768px) {
    .adresDiv {
        margin-top: 20px;
    }
    .adresDiv>.col-md-5 {
        text-align: left;
    }
    #hakkimizda {
        padding-bottom: 0;
    }
    .aboutDiv > h2 {
        padding-top: 0;
    }
    h2 {
        font-size: 27px;
    }
    .logolar_div {
        padding-bottom: 0;
    }
    .logo-header > a > img {
        margin: 0 auto;
    }
    .phone-header {
        position: absolute;
        top: 70px;
        z-index: 9999;
        right: 0;
        width: 50%;
        font-size: 14px;
        float: right;
        color: #fff;
        padding-top: 10px;
    }
    .phone-header > .phone-alt>a.blue,
    .phone-header > .phone-alt>a.blue:hover {
        font-size: 18px !important;
        font-weight: 300 !important;
        padding: 0 5px!important;
        background-color: #2F3D4F;
        border: 0 !important;
    }
    .navbar-inverse {}
    .navbar-nav .open .dropdown-menu {
        width: 100%;
        padding: 0;
    }
    .navbar-nav>li {
        border-bottom: 1px solid #FB4B46;
    }
    .navbar-nav>li>.dropdown-menu>li {
        text-align: left;
        width: 50%;
        float: left;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        padding: 3px 15px 3px 20px;
        color: #fff;
    }
    .navbar-collapse {
        padding: 0;
    }
    .navbar-nav {
        margin: 0;
        position: relative;
    }
    .navbar-inverse .navbar-toggle {
        margin-left: 10px;
        border: 0;
    }
    .navbar-inverse .navbar-collapse,
    .navbar-inverse .navbar-form {
        border-color: #FB4B46;
    }
    .navbar-inverse .navbar-toggle:hover {
        background: none !important;
    }
    .navbar-inverse .navbar-nav > li {
        width: 100% !important;
        float: left;
    }
    .navbar-inverse .navbar-nav > li > a {
        text-align: left !important;
    }
    .logo-header {
        text-align: center;
    }
    .footerWrpRight {
        padding: 10px;
    }
    .anasayfa-icerik {
        padding-bottom: 0px;
    }
    .form-icerik {
        margin-top: 0;
    }
}
