/* home top background box pos and style */ 

.intro {
	background-color: rgba(255,255,255,0.4) !important;
	}
	
body .wide_image_with_text2 .content .intro, body .wide_image_tall_with_text .content .intro {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;
    top: 80%;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
}

body .wide_image_tall_with_text .content .intro span {
	padding-bottom: 0px;
}



body .sf-btn.show-btn
    {
    /*color: #fff;
    letter-spacing: 0.8px;
    border-radius: 3px;
    font-size: 15px;
    cursor: pointer;
    padding: 15px 28px;
    font-weight: 300;
    text-align: center;
    display: inline-block;
    border-radius: 3px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
    top: -10px;
    /*color: #fff;
    transition: all 0.2s ease-in-out;*/
}

.wide_image_tall_with_text .intro .title, .wide_image_with_text2 .intro .title {
    color: #000000;
    font-size: 50px !important;
    font-weight: bold;
}


a.sf-btn {
    position: relative;
    top: 150px;
}

.wide_image_tall_with_text .wide_image div {
    background-position: 75% 0%;    
    background-attachment: scroll;
    background-size: cover;
    height: 100%;
}

/* Footer */ 

footer .sf-form {
	display: none;
}



@media screen and (min-width: 965px) {
.wide_image_tall_with_text .content .intro .title {
    font-size: 55px;
    line-height: 80px;
}
	
}


@media screen and (max-width: 965px) {


body .wide_image_with_text2 .content .intro, body .wide_image_tall_with_text .content .intro {
    /*width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative;*/
    top: 80%;
    /*transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);*/
}

.wide_image_tall_with_text .intro .title, .wide_image_with_text2 .intro .title {
	font-size: 30px !important;
	
}






@media screen and (max-width: 480px) {
	
a.sf-btn {
	position: relative;
    top: 80px;
}

}

@media screen and (max-width: 380px) {
	
a.sf-btn {
	position: relative;
    top: 80px;
}


}