.rsp_errors {
    width:100%;
    padding: 10px 0;
}
.rsp_errors .success {
    color:#368405;
    font-weight:bold;
}
.rsp_errors .error {
    color:#ff0000;
}

.rsp-table-booking table {
    background-color:#ffffff;
    padding:10px;
}

.rsp-table-booking table tr td.title {
    padding:20px 0;
    font-size: 16px;
}
.rsp-table-booking table tr td {
    padding:5px;
}

.rsp-account-management-tools {
    padding-left:10%;
    display:inline-block;
}

.rsp_email_popup {
    width:100%; 
    position:absolute; 
    z-index:9999; 
    top:0; 
    left:0; 
    display:none;
    padding-bottom:60px;
} 

.rsp_email_popup_content {
    width:700px; 
    padding-bottom:20px; 
    background-color:#fff; 
    margin:auto; 
    border:2px solid #2c1408; 
    margin-top:40px;
}

.rsp_email_tools {
    width:96%;
    margin:auto;
    padding-top:20px;
    text-align:right;
}

#btn_refer_add_friend_fields {
    border:1px solid #FFC600;
    padding:5px 50px;
    font-size: 15px;
    float:left;
}
#btn_refer_add_friend_fields span {
    font-weight:bold;
    font-size:15px;
}

.rsp-landing p {
    font-size:15px;
}
.rsp-landing p strong {
    font-size:18px;
    font-weight:bold;
}

.rsp-landing .rsp-enquire-now {
    display:block;
    width:80%;
    margin:10px auto;
    padding:10px ;
    font-weight:bold;
    text-align:center;
    background-color:#7b2c00;
    color:#ffc600!important;
}
.rsp-landing .clear {
    clear:both;
}

.rsp-landing .text-left {
    width:40%; 
    font-size:16px; padding-top:20px;
}
.section-terms-condition {
    overflow:hidden;
}
.section-terms-condition .section-left {
    width:80%;
    float:left;
}
.section-terms-condition .section-right {
    width:20%;
    float:left;
}

.rsp-boxes {
    width:100%;
    padding-bottom:20px;
    margin-top:20px;
    overflow:hidden;
}
.rsp-boxes .rsp-box {
    width:24%;
    float:left;
    margin-right:1%;
    overflow:hidden;
}

.rsp-boxes .rsp-box .rsp-image {
    width:100%;
    height:100px;
    background-size:cover;
    background-repeat:no-repeat;
}
.rsp-boxes .rsp-box .rsp-link {
    background-color:#7b2c00;
    width:100%;
    height:60px;
    line-height:60px;
    vertical-align:middle;
    text-align:center;
}

.rsp-boxes .rsp-box .rsp-link  a {
    color:#ffc600 !important;
    cursor:pointer;
}