

/*#hompe-page-sections {
    width: auto;
    white-space: nowrap;
}
.sections {
    display: inline-block;
    width: 1730px;
    height: 100px;
    border: 1px solid;
}*/
#home-page-sections {
    width: 100% !important;
/*    height: 100%;
*/    overflow: hidden !important;
    z-index: -1;
}
.sections {
    float: left;
    width: 100%;
}

.slide
{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.section_overlay {
    background: rgba(0, 0, 0, 0.6);
    padding: 50px 0;
}
.section_overlay h1 {
    font-family: 'Zapfino';
    font-size: 4em;
    color: #fcfcfc;
    margin-top:1em;
    /*margin-bottom: 0.2em;*/
    /*margin: 70px 0 10px 0;*/

}
.section_overlay p {
    margin: 0 0 10px 0;
    font-weight: 100;
    line-height: 1.6;
    font-size:1.5em;
    color: rgba(255, 255, 255, 0.9);
}

.section_overlay p:last-child {
    margin-bottom: 0 !important
}

.prestige_pulpits_section_heading {
    margin: 60px 0 0 0;
    text-align: left;
    position: relative;
    width: 100%;
}
.prestige_pulpits_heading_line {
    height: 1px;
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: 0px;
    z-index: -100;
}
span.prestige_pulpits_section_heading_text {
    background-color: #ffffff;
    overflow: auto;
    width: 100%;
    z-index: 1;
    padding: 0 20px 19px 0;
}
.hide_section {
    display: none !important;
}
.show_section {
    display: block !important;
}


/***********************************************************************************************************************************/
/***** ELEGANCE SECTION STYLES *****/
#elegance_section {
    display: block;
    height: 100%;
    width: 100% !important;
    background: url(../images/banner/elegance-background.jpg) no-repeat;
    background-size: cover;
    vertical-align: middle;
}

/***********************************************************************************************************************************/
/***** TIMELESS SECTION STYLES *****/
#timeless_section {
    height: 100%;
    width: 100% !important;
    background: url(../images/banner/timeless-background.jpg) no-repeat;
    background-size: cover;
    vertical-align: middle;
}

/***********************************************************************************************************************************/
/***** QUALITY SECTION STYLES *****/
#quality_section {
    height: 100%;
    width: 100% !important;
    background: url(../images/banner/quality-background.jpg) no-repeat;
    background-size: cover;
    vertical-align: middle;
}

/***********************************************************************************************************************************/
/***** SERVICE SECTION STYLES *****/
#service_section {
    height: 100%;
    width: 100% !important;
    background: url(../images/banner/service-background.jpg) no-repeat;
    background-size: cover;
    vertical-align: middle;
}

ul.home_section_indicator {
    text-align: center;
    bottom:150px;
    position: absolute;
    width: 100%;
    z-index: 10;
}
ul.home_section_indicator li {
    display: inline-block;
    margin: 0 10px;
    text-transform: uppercase;
    font-size: 1em;
}
ul.home_section_indicator li a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}
ul.home_section_indicator li a:hover {
    border-bottom: 3px solid orange;
    padding: 0 0 5px 0;
}
.active_section_link {
    border-bottom: 3px solid orange;
    padding: 0 0 5px 0;
}
