﻿.paddingT150 {
    padding-top: 150px;
}

.text-metin {
    display: block;
    position: relative;
    z-index: 4;
}
.marginAll15{
    margin:15px;
}
.paddingbottom35px{
    padding-bottom:35px;
}
.fh5co-project-item {
    height: 290px;
}

#fh5co-home .text-inner {
    vertical-align: top !important;
    padding-top: 100px !important;
}

#fh5co-metin {
    background-color: transparent;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    width: 100%;
    background-color: #c24d67;
    color: #fff;
    overflow: hidden;
}

.fh5co-contact-info li {
    position: relative;
    padding: 0;
    padding-left: 0px;
    margin: 0 0 1.5em 0;
    padding-left: 50px;
    list-style: none;
    color:#fff !important;
}

    .fh5co-contact-info li i {
        position: absolute;
        top: .2em;
        left: 0;
    }

#fh5co-metin .gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    opacity: .9;
    -webkit-backface-visibility: hidden;
    background-color: #99c99e;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0idnNnZyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIHgxPSIwJSIgeTE9IjAlIiB4Mj0iMTAwJSIgeTI9IjEwMCUiPjxzdG9wIHN0b3AtY29sb3I9IiMzZjk1ZWEiIHN0b3Atb3BhY2l0eT0iMSIgb2Zmc2V0PSIwIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzUyZDNhYSIgc3RvcC1vcGFjaXR5PSIxIiBvZmZzZXQ9IjEiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjdnNnZykiIC8+PC9zdmc+);
    background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0, #3f95ea), color-stop(1, #99c99e));
    background-image: -webkit-repeating-linear-gradient(top left, #3f95ea 0%, #99c99e 100%);
    background-image: repeating-linear-gradient(to bottom right, #3f95ea 0%, #99c99e 100%);
    background-image: -ms-repeating-linear-gradient(top left, #3f95ea 0%, #99c99e 100%);
}

#fh5co-metin, #fh5co-metin .text-wrap {
    /*height: 900px;*/
}

    #fh5co-metin .text-wrap {
        display: table;
        width: 100%;
        position: relative;
        z-index: 4;
        padding-top: 80px;
    }
#fh5co-metin .text-wrap2 {
        display: table;
        width: 100%;
        position: relative;
        z-index: 4;
        padding-top: 150px;
    }
    #fh5co-metin .text-inner {
        display: table-cell;
        vertical-align: top;
        /*text-align: center;*/
        padding-top: 65px;
    }

.navbar-brand {
    padding: 0px;
}

#fh5co-header .navbar-brand img {
    width: 110px;
    margin-top: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.5);
}
#fh5co-header #navbar ul li ul li a {
    font-size: 15px;
    width: 230px;
}
#fh5co-header #navbar ul li ul li a:hover {
   color:#fff !important;
}
#fh5co-header #navbar ul li ul li a span:before {
   background-color: #fff !important;
}

#fh5co-header #navbar ul li ul li a {
   color:#fff !important;
}

 .mine .text-wrap .form-control {
    border: 2px solid #fff;
}

ul {
    padding: 0px;
}

.well {
    background-color: #fff;
    /*border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;*/
    margin-bottom: 20px;
    min-height: 20px;
    padding: 0px !important;
    border-radius: 0px !important;
}

.widget ul {
    list-style-type: none;
}

.widget > ul > li {
    border-bottom: 1px dotted #747272;
    background-image: url(../images/MenuArrowDisableBrown.png);
    background-size: 8px auto;
    background-repeat: no-repeat;
    background-position: top 14px right 4px;
}

    .widget > ul > li > a {
        color: #6d605a;
        width: 100%;
        display: block;
        padding-left: 5px;
        line-height: 40px;
        font-weight: 700;
    }


        .widget > ul > li > a:hover {
            color: #fff;
            background-color: #ed8b00;
            background-image: url(../images/MenuArrowDisableWhite.png);
            background-size: 8px auto;
            background-repeat: no-repeat;
            background-position: top 14px right 4px;
        }

.text-wrap .form-control {
    border: 2px solid #fff;
}

.text-wrap h2 {
    color: #fff;
}

.text-wrap .form-control {
    border: 2px solid #fff;
}

.AnasayfaBreadCrumb {
    right: 20px;
    margin-top: 10px;
    position: absolute;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

    .AnasayfaBreadCrumb a {
        font-family: "Source Sans Pro", Arial, sans-serif;
        color: rgba(255, 255, 255, 1);
        font-size: 17px;
        font-weight: 600;
        cursor: pointer;
    }

.btn2 {
    float: right;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #393e46;
    line-height: 50px;
    font-weight: 600;
    padding: 10px;
}

    .btn2 p {
        margin: 0;
    }

    .btn2.btn-primary2 {
        background: #99c99e;
        color: #fff;
        border: none !important;
        border: 2px solid transparent !important;
    }

        .btn2.btn-primary2:hover, .btn2.btn-primary2:active, .btn2.btn-primary2:focus {
            box-shadow: none;
            background: #99c99e;
        }

    .btn2:hover, .btn2:active, .btn2:focus {
        background: #393e46 !important;
        color: #fff;
        outline: none !important;
    }

.galeriresim {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
    z-index: 5;
}
.galeriresim2 {
    width: 100%;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 3px;
    z-index: 5;
}

.td a {
    color: #fff;
}

.navbar-collapse.in {
    overflow-y: visible;
}
#fh5co-intro p{
    text-align:justify !important
}
.left33{
    margin-left:33%;
}
@media (max-width: 767px) {

    .navbar-nav {
        float: left;
        margin: 50px -22px 8.75px -22px !important;
    }
    #fh5co-metin .text-wrap
    {
        padding-top:105px;
    }
    .AnasayfaBreadCrumb
    {
        right:auto;
    }
}
.haberbut 
{float:right;
 font-weight:bold;
 color:rgba(0, 0, 0, 0.5)
}
h3.text-strong {
    font-weight:400;
    font-size:15px;

}
.haberlist {
    border-bottom: 0px !important;
    margin-bottom: 0px !important;
    margin-top: 5px;
    position: relative;
}
.haberimg {
    float: left;
    padding: 10px;
}
.haberlist_baslik {
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
    min-height: 0px !important;
    padding: 10px 0 0 !important;
    margin-left: 12em !important;
     color:#fff;
}
a .haberlist_baslik p {
    font-size: 18px;
    font-weight: 400;
    line-height: 15px;
}
.haberlist .haberlist-text {
    min-height: 70px !important;
    margin-left: 12em !important;
    color:#fff;
}
.haberlist .date {
    float: right;
    color:#000000
}
.attachmentimg {
    width: 210px !important;
    height: 120px !important;
    background-size: cover;
    border-radius: 3px;
    border: none;
    position: absolute;
    padding-top: 0;
    left: 0;
}
.thumbnail
{
    float:left;
    background:none;
    border:none;
}
.thumbnail img{
    width:25px;
}
.testimonial-text
{
    color:#fff
}
