#title-spacer{
    background-image: url("/storage/img/LH-home-bg-modify.jpg");
    height: 15em;
    padding-top: 5.625em;
}
@media screen and (max-width: 85.375em){
    #title-spacer {
        background-image:url("/storage/img/header_title_1366.jpg") !important;
    }
}
@media screen and (max-width: 48em){
    #title-spacer {
        background-image:url("/storage/img/header_title_768.jpg") !important;
    }
}
@media screen and (max-width: 30em){
    #title-spacer {
        background-image:url("/storage/img/header_title_480.jpg") !important;
    }
}

.bgcolor{
    background:#2d2d87 !important;
}
.class-name{ 
    float: left; 
    line-height: 
    36px;
}
.class-btn{ 
    float: right;
}

.titles em{
    padding-right: 5px;
}
.text-center{
    text-align: center;
    margin-top: 5px;
}
.titles a, .fa-comment{
    color: #9a815c;
}
.titles a{
    text-decoration: underline;
}

#subscribe_btn {
    color: #fff;
}

.custom_div_padding_style_01 {
    padding: 0 30px;
}

.custom_div_padding_style_02 {
    padding: 20% 30px;
}

.custom_span_style_01 {
    text-align: right; 
    float: right;
}

.custom_span_color_style_01 {
    color: red;
}

.custom_em_cursor_style_01 {
    cursor: pointer; 
    color: #3578E5;
}

.custom_em_cursor_style_02 {
    cursor: pointer; 
    color: #757575;
}

.custom_submit_button_style_01 {
    width: 200px;
}
