/* MODAL CONTENT | START */

.login-social {
    margin-bottom: 10px;
}
.login-social .btn {
    display: block;
    width: 100%;
}
.login-social .btn.btn-fb {
    color: #fff;
    background-color: #3b5998;
    opacity: .8;
}
.login-social .btn.btn-fb:hover, .login-social .btn.btn-gplus:hover {
    opacity: 1;
}
.login-social .btn.btn-gplus {
    color: #fff;
    background-color: #dd4b39;
    opacity: .8;
}
.modal-content {
    text-transform: uppercase;
    border-radius: 0px;
}
.modal-content h4 {
    font-weight: 300 !important;
}
.modal-content .btn {
    text-transform: lowercase;
}
.modal.fade.in {
    padding-right: 0px;
}
.modal-dialog {
    margin: 40px 15px;
}
@media screen and (min-width: 768px) {
   .modal-dialog {
       margin: 50px auto;
   }
}
/* MODAL CONTENT | END */


/* BLOG, QUOTATION, REFERENCE | START*/
.title-down {
    text-transform: uppercase;
    color: #313030 !important;
    font-size: 1.5em;
    font-weight: 300;
}
.small_detail img.img-height-190, .blog-new2 img.width-100, .my-view-estates img {
    transition: filter .3s;
}
.small_detail:hover img.img-height-190, a.blog-m-img:hover img, .my-view-estates:hover img {
    filter: brightness(40%) !important;
}
.absolute-view {
    position: absolute;
    top: 30%;
    left: 30%;
    font-size: .8em !important;
    text-transform: uppercase;
    color: #fff !important;
    border: 1px solid #fff;
    padding: 3px 7px;
    font-weight: 400;
    z-index: 1;
    display: none;
}
.absolute-view:hover {
    color: #fff;
    text-decoration: none;
}
.blog-new2 .absolute-view {
    top: 40%;
    left: 39%;
}
.blog-new2 .nadpis {
    text-transform: uppercase;
    color: #313030 !important;
    font-weight: 400;
    font-size: 1.2em;
    padding: 15px 0px;
    display: block;
}
.text-blog2 p, .text-blog2 h2, .text-blog2 h1, .text-blog2 h3, .text-blog2 h4, .text-blog2 h5 {
    font-size: 1em;
    font-weight: 300;
    color: #313030;
}
.read-more-blog {
    text-transform: uppercase;
    background: transparent;
    font-size: .8em;
    color: #ff0000;
    font-weight: 400;
    padding: 5px 10px;
}
.read-more-blog:hover {
    color: #fff;
    background: #ff0000;
}
.quotation2 {
    background: #313030;
}
.quotation2 .text-q {
    color: #fff;
    font-size: 1.2em;
    text-align: center;
    padding: 50px 10px;
}
.quotation2 .quotation-icon {
    background: transparent;
    color: #fff;
    font-size: 1.2em;
}
.quotation2 .quotation-icon:first-child {
    line-height: 170px;
}
.border-top-bottom {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}
.padding-50 {
    padding: 50px 0px;
}
.padding-bottom-15 {
    padding-bottom: 15px;
}
@media screen and (max-width: 369px) {
    .absolute-view {
        left: 15%;
    }
}
@media screen and (min-width: 370px) and (max-width: 429px) {
    .absolute-view {
        left: 20%;
    }
}
@media screen and (min-width: 430px) and (max-width: 470px) {
    .absolute-view {
        left: 25%;
    }
}
@media screen and (max-width: 767px) {
    .border-top-bottom {
        border: none !important;
    }
}
@media screen and (min-width: 1200px) {
    .blog-new2 .absolute-view {
        left: 42% !important;
    }
    .blog-padding1200 {
        padding-bottom: 30px;
    }
}

/* BLOG, QUOTATION, REFERENCE | END*/