
/*RESPONSIVE CSS*/
/*\\\\\\\\\\\\\*//*===================================================================*

/* Turn off parallax scrolling for tablets and phones */
@media screen and (max-width: 1200px) {
	.home_ver_2 .container {
	    padding: 0 15px;
	}
	.parallax_content p br {
	    display: none;
	}
}
@media only screen and (max-width: 1024px) {
    .bgimg-parallax {
        background-attachment: scroll;
    }
    .parallax_content {
	    position: relative;
	}
}

@media (max-width: 1024px) and (min-width: 993px) {
	.bgimg-parallax {
	    min-height: 247px;
	}
}
@media  (max-width: 992px) and (min-width: 768px) {
	.bgimg-parallax {
	    min-height: 247px;
	}
    .parallax_content p {
        font-weight: 300;
        font-size: 39px;
        line-height: 57px;
        font-family: 'Lato', sans-serif;
    }
    .parallax_content h2 {
        font-size: 62px;
    }
}
@media (max-width: 767px) {
	.parallax_content p {
        font-weight: 400;
    }
}

/*=======================================================*/

@media screen and (max-width: 767px){
 
	.bgimg-parallax {
	    background-size: cover;
	}
	.bgimg-parallax {
	    min-height: 200px;
	}
	.footer-two ul li {
	    display: block;
	}
	.footer-two ul {
	    margin-left: 0;
	}
	.home_ver_2 .parallax_content {
	    padding: 70px 0;
	}
	.parallax_content.no_image {
	    padding-bottom: 0;
	}
	.parallax_content p {
	    line-height: 34px;
        font-weight: 300 !important;
	}
    .parallax_content p {
        text-align: justify;
    }
	.poster_block img {
	    margin-top: 25px;
	}
	.poster_block {
	    margin-top: 53px;
	}
	.home_ver_2 .container {
	    padding: 0 15px;
	}
    .parallax_content p {
        font-weight: 600;
    }
}

/*home =================*/
/*=============================================*/
@media screen and (max-width: 640px){
	

}
/*===============================================*/
@media screen and (max-width: 550px){
	

}
/*===============================================*/
@media screen and (max-width: 480px){
	

}
/*===============================================*/
@media screen and (max-width: 360px){
	
	

}