#site-slide {
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 80px 0px 80px 0px;
}

#site-slide .container {
	z-index: 9;
	position: relative;
}	

#site-slide-title {
	color: #275c53; 
    font-size: 55px;
    line-height: 65px;  
}

#site-slide-desc {
    font-size: 18px;
    line-height: 30px;
	color: #565656;
    margin-bottom: 80px;
}

#site-slide-image {

}

#site-slide.light #site-slide-title,
#site-slide.light #site-slide-desc {
    color: #fff;
}