textarea:focus, input:focus {
    outline: none;
}

:active:focus {
    outline: none;
}

.btn:focus {
    outline: none !important;
}

*:focus {
    outline: none;
    -moz-outline: 0 none;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yonetici-detail-title {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    background-color: #f0e797;
    padding: 10px;
    color: #c1b547;
    font-size: 18px;
}

.emlak-detail-title {
    margin-top: 0 !important;
    margin-bottom: 0px !important;
    background-color: #75b08a;
    padding: 10px;
    color: white;
    font-size: 18px;
}

.agent-title {
    font-weight: bold;
    margin-top: 20px !important;
    margin-bottom: 0px !important;
    background-color: #f0e797;
    padding: 10px;
    color: #c1b547;
    font-size: 18px;
}

.agent-title2 {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
    background-color: #f0e797;
    padding: 10px;
    color: #c1b547;
    font-size: 18px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.agent-title2:hover {
    background-color: #75b08a !important;
    color: white !important;
}

.konutdetay ul li {
    /*width: 25%;*/
    /*float: left;*/
}

.konutdetay ul {
    padding: 15px;
}

.konutdetay {
    margin-bottom: 10px;
}

.p-l-10 {
    padding-left: 10px;
}

.p-l-15 {
    padding-left: 15px;
}

.p-r-10 {
    padding-right: 10px;
}

.p-t-20 {
    padding-top: 20px !important;
}

.p-b-20 {
    padding-bottom: 20px;
}

.p-l-0 {
    padding-left: 0px;
}

.p-l-r-25 {
    padding: 0 25px 0 25px;
}

.p-r-0 {
    padding-right: 0px;
}

.m-b-10 {
    margin-bottom: 10px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}

.m-t-10 {
    margin-top: 10px;
}

.no-has {
    opacity: 0.2;
}

.btn-fix {
    color: #75b08a;
    font-weight: 100;
    font-size: 15px;
}

.btn-fix:hover {
    color: #75b08a;
}

.border-radius-tops-4 {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.border-radius-bottoms-4 {
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.alertHata {
    text-align: center;
    padding: 18px;
    background-color: #a94442;
    color: #f2dede;
}

.smallMail {
    font-size: 12px;
}

.centered-and-cropped {
    object-fit: cover;
}

.emlakthumb ul {
    margin-left: 0px !important;
    margin-top: 10px;
}

.small-images {
    margin-top: 6px;
}

.small-images img {
    width: 70px;
    height: 70px;
    margin-top: 4px;
}

.small-images img .deli {
    border: 2px solid red;
}

#big-image img {
    width: 100%;
    height: 400px;
}

.small-images img:hover {
    cursor: pointer;
    opacity: 0.5;
}
