/*header 57 css*/

/******** Responsive  **********/


/* Desktop and bigger */
@media only screen and (min-width: 1367px) {
	#selected_headerbanner .banner128 h1 {
		font-size: 60px;
		line-height: normal;
		margin-bottom: 25px;
	}

	#selected_headerbanner h2 {
		font-size: 34px;
		line-height: normal;
	}

	#selected_headerbanner p {
		font-size: 34px;
		line-height: normal;
	}
}


/* Tablet and bigger */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	#selected_headerbanner .banner128 h1 {
		font-size: 26px;
		line-height: normal;
	}

	#selected_headerbanner .banner128 h2 {
		font-size: 18px;
		line-height: normal;
	}

	#selected_headerbanner .banner128 p {
		font-size: 16px;
		line-height: normal;
	}
}

/* Tablet and Mobile Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	#selected_headerbanner .banner128 h1 {
		font-size: 26px;
		line-height: normal;
	}
}

/* Mobile */
@media only screen and (max-width: 479px) {
	#selected_headerbanner .banner128 h1 {
		font-size: 24px;
		line-height: normal;
	}

	#selected_headerbanner .banner128 p {
		font-size: 14px;
		line-height: normal;
	}

	#selected_headerbanner .banner128 .rv-text-right {
		text-align: center;
	}
}