/* Parallax block start */
#pstparallaxcmsblock {
    margin: 35px 0 70px;	
	background-size:cover;
	background-attachment:fixed;
}
#pstparallaxcmsblock .parallax-wrapper {
    padding:140px 100px;
    text-align: center;   
}
#pstparallaxcmsblock .parallax-text {
	display:inline-block;
}
#pstparallaxcmsblock .parallax-text .text1 {
    color: #A6C236;
    font-size: 34px;
    font-weight: 400;
    line-height: 44px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-family: 'port Lligat sans',sans-serif;
}
#pstparallaxcmsblock .parallax-wrapper .button{
    color: #ffffff;
    display: inline-block;
    padding: 10px 27px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #43AACB;
    border-radius: 30px;
}
#pstparallaxcmsblock .parallax-wrapper .button:hover{
	background: #A6C236;	
	color:#ffffff;
}
#pstparallaxcmsblock .parallax-text .text2{
    font-size: 62px;
    font-weight: 400;
    line-height: 72px;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 30px;
    font-family: 'port Lligat sans',sans-serif;
	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#pstparallaxcmsblock:hover .parallax-text .text2{
	text-shadow: -2px 0 #A6C236, 0 2px #A6C236, 2px 0 #A6C236, 0 -2px #A6C236;
	-moz-text-shadow: -2px 0 #A6C236, 0 2px #A6C236, 2px 0 #A6C236, 0 -2px #A6C236;
	-webkit-text-shadow: -2px 0 #A6C236, 0 2px #A6C236, 2px 0 #A6C236, 0 -2px #A6C236;
	
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
}
#pstparallaxcmsblock .parallax-text .text3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #ffffff;
	margin-bottom: 40px;
}
@media (max-width: 1199px) {
	#pstparallaxcmsblock .parallax-text .text2 {
		font-size: 53px;
		line-height: 63px;
	}
}
@media (max-width: 767px) {
	#pstparallaxcmsblock .parallax-wrapper {
		padding: 100px 30px;;
	}
	#pstparallaxcmsblock .parallax-text .text1 {
		font-size: 24px;
		line-height: 34px;
	}
	#pstparallaxcmsblock .parallax-text .text2 {
		font-size: 40px;
		line-height: 50px;
	}
}
@media (max-width: 479px) {
	#pstparallaxcmsblock .parallax-wrapper {
		padding: 100px 10px;
	}
	#pstparallaxcmsblock .parallax-text .text1 {
		font-size: 19px;
		line-height: 29px;
	}
	#pstparallaxcmsblock .parallax-text .text2 {
		font-size: 30px;
		line-height: 40px;
	}
}