.gplayout * {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0;
}

.gplayout .heading {
    font-size: 24px;
    text-align: center;
    font-family: 'Raleway';
    font-weight: 300 !important;
    font-style: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #292929;
    margin-bottom: 30px;
}

.gplayout p {
    margin: 30px 0px 30px 0px;
    color: #80818e;
    font-size: 17px;
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
    text-align: justify;
}

.gplayout {
    padding-top: 70px;
    padding-bottom: 100px;
}

.gplayout .listing {
    margin-top: 30px;
    margin-bottom: 30px;
}

.gplayout .citation {
    font-size: 20px;
    text-align: center;
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: italic;
    color: #292929;
}

.gplayout .separator_small_left {
    width: 60px;
    margin-top: 10px;
    margin-bottom: 28px;
    border-bottom: 1px solid #b1a193;
    height: 1px;
    position: relative;
    display: block;
}

.gplayout .listing h2 {
    font-size: 20px;
    text-align: left;
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    color: #292929;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.gplayout .listing_content {
    padding: 0px 25px 0px 25px;
}

.gplayout .listing_content img {
    width: 100%;
    margin-bottom: 25px;
}

.gplayout .listing p {
    color: #80818e;
    font-size: 17px;
    font-family: 'Raleway';
    font-weight: 400;
    font-style: normal;
    padding: 0px 20px 0px 0px;
    text-align: justify;
    margin-bottom: 0;
    margin-top: 5px;
    line-height: 28px;
}

.gplayout .listing_content h5 {
    color: #292929;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
    text-align: center;
    letter-spacing: 5px;
}

.gplayout .listing_content h6 {
    line-height: 29px;
    font-style: italic;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 15px;
    color: #696969;
    text-align: center;
    margin-bottom: 80px;
}

.gplayout .listing p .accent {
    color: black;
}

.gplayout .listing p a {
    color: #b1a193;
}

.gplayout .listing p a:hover {
    color: black;
}

/****** INFORMATIONS ****/
.informations li, .informations p{
    font-size: 0.8em;
    text-align: justify;
}

.informations ol, .informations ul{
    margin: 10px;
}

.informations h2{
    font-size: 24px;
    text-align: left;
    font-family: Raleway;
    font-weight: 300;
    font-style: normal;
}

/** icon bed, bath, users **/
.users_img{
    width: 15px;
    margin : 0 5px 0 10px;
}

.bathrooms_img{
    width: 30px;
    margin : 0 5px 0 10px;
}

.beds_img{
    width: 30px;
    margin : 0 5px 0 10px;
}

@media(max-width:768px) {
    .users_img{
        width: 15px;
        margin : 0 5px 0 10px;
    }

    .bathrooms_img{
        width: 30px;
        margin : 0 5px 0 10px;
    }

    .beds_img{
        width: 30px;
        margin : 0 5px 0 10px;
    }
}

/*Share Modal*/
#shareModal .modal-dialog {
    max-width: 420px;
}

.shareModal-close {
    cursor: pointer;
    text-decoration: none;
    font-size: 25px !important;
    position: absolute;
    top: 30px;
    right: 40px;
    color: rgba(205,205,205, 0.3);
}

.shareModal-title {
    font-size: 21px;
    font-weight: bold;
    margin-top: 25px;
    text-align: center;
    text-transform: uppercase;
}

.shareModal-actions {
    margin-top: 20px;
}

.shareModal-actions > button {
    width: 100%;
    margin-top: 12px;
    height: 50px;
    background-color: rgba(205,205,205, 0.3);
    border: none;
    color: black;
    font-size: 17px;
    font-weight: bold;
}

.shareModal-actions > button span {
    margin-right: 8px;
}

.shareModal-actions > button:hover, .shareModal-actions > button:focus {
    background-color: #DC5F40;
}