body {
    overflow-y: hidden;
}

.google-maps {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.postList {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .0);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .0);
    padding: 2px;
    line-height: 1.5;
}

.show_more_main {
    margin: 15px 0;
}

.show_more {
    background-color: #f8f8f8;
    background-image: -webkit-linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    background-image: linear-gradient(top, #fcfcfc 0, #f8f8f8 100%);
    border: 1px solid;
    border-color: #d3d3d3;
    color: #333;
    font-size: 18px;
    outline: 0;
}

.show_more {
    cursor: pointer;
    display: block;
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
}

.loding {
    background-color: #e9e9e9;
    border: 1px solid;
    border-color: #c6c6c6;
    color: #333;
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 10px 0;
    outline: 0;
    font-weight: bold;
}

.loding_txt {
    background-image: url();
    background-position: left;
    background-repeat: no-repeat;
    border: 0;
    display: inline-block;
    height: 16px;
    padding-left: 20px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 25px;
    bottom: 35px;
    z-index: 996;
    background: #DC3545;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
    text-align: center;
    padding-top: 12px;
}

.back-to-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.back-to-top:hover {
    background: #f95b55;
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}