/* Parallax block start */
#pstparallaxcmsblock {
    margin-bottom: 50px;	
	background-size:cover;
	background-attachment:fixed;  
}
#pstparallaxcmsblock .container {
    padding:303px 0 100px 0;
	position: relative;
}
#pstparallaxcmsblock .parallax-wrapper {
    float: right;
    text-align: right;
}
#pstparallaxcmsblock .parallax-desc {
    display: inline-block;
    vertical-align: top;
}
#pstparallaxcmsblock .parallax-desc .txt1 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
}
#pstparallaxcmsblock .parallax-desc .txt2 a{
    color: #d2482b;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 4px;
}
#pstparallaxcmsblock .parallax-desc .txt2 a:hover
{
    color: #ffffff;
}
#pstparallaxcmsblock .parallax-desc .txt3 {
    font-size: 48px;
    line-height: 90px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 10px 0;
}
#pstparallaxcmsblock .parallax-call  {
    background-image: url('../img/call.png');
    background-repeat: no-repeat;
    width: 178px;
    height: 144px;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
}
@media (max-width: 991px) {
 #pstparallaxcmsblock .container {
    padding: 200px 0 50px 0;
}
#pstparallaxcmsblock .parallax-desc .txt3 {
    font-size: 38px;
    line-height: 70px;
}
}
@media (max-width: 767px) {
#pstparallaxcmsblock .parallax-desc .txt3 {
    font-size: 35px;
    line-height: 60px;
}
}
@media (max-width: 479px) {
#pstparallaxcmsblock .parallax-call {
    display:none;
}
#pstparallaxcmsblock .container {
    padding: 100px 0 50px 0;
}
#pstparallaxcmsblock .parallax-desc .txt3 {
    font-size: 23px;
    line-height: 30px;
}
#pstparallaxcmsblock .parallax-desc .txt1 {
    letter-spacing: 2px;
	font-size: 12px;
}
#pstparallaxcmsblock .parallax-desc .txt2 a {
    letter-spacing: 2px;
	font-size: 12px;
}

}
