/* Parallax block start */
#pstparallaxcmsblock {
	background-size:cover;
	background-attachment:fixed;
	clear: both;
	position: relative;
    margin-bottom: 100px;
    overflow: hidden;
}
.parallax-wrapper {
    padding: 95px 0;
    text-align: center;
    width: 50%;
    float: right; 
}
.parallax-text {
    text-transform: uppercase;
}
.parallax-text .text1 {
    color: #ffffff;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 30px;
}
.parallax-wrapper .btn{
    color: #ffffff;
    display: inline-block;
    padding: 13px 20px;
    font-size: 18px;
    background-color: #b60a00;
    font-weight: 400;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}
.parallax-wrapper .btn:hover{
	background-color: #ffffff;
	color: #b60a00;
	transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;	
}


@media (max-width: 991px){
#pstparallaxcmsblock {
    margin-bottom: 50px;
}
}

@media (max-width: 767px) {
.parallax-wrapper {
    padding: 95px 10px;
    width: 100%;
    float: none;
}
.parallax-text .text1 {
    font-size: 30px;
    line-height: 30px;
}
}
@media (max-width: 479px) {
.parallax-text .text1 {
    font-size: 23px;
    line-height: 25px;
}
.parallax-wrapper .btn {
    font-size: 14px;
    padding: 8px 20px;
}
}
