@media only screen and (max-width: 768px) {
	h1 {font-size: 24px;}
	h2 {font-size: 18px;}
	h3 {font-size: 16px;}
	h4 {font-size: 14px;}
	h5 {font-size: 12px;}
	h6 {font-size: 12px;}

	body,
	input,
	textarea,
	select {
		font: 16px/140% Calibri Regular, BPG Gel DejaVu Sans, Arial;
	}
}

@media only screen and (min-width: 768px) {
	h1 {font-size: 26px;}
	h2 {font-size: 20px;}
	h3 {font-size: 17px;}
	h4 {font-size: 14px;}
	h5 {font-size: 12px;}
	h6 {font-size: 12px;}

	body,
	input,
	textarea,
	select {
		font: 18px/140% Calibri Regular, BPG Gel DejaVu Sans, Arial;
	}
}

@media only screen and (min-width: 1024px) {
	h1 {font-size: 30px;}
	h2 {font-size: 22px;}
	h3 {font-size: 18px;}
	h4 {font-size: 16px;}
	h5 {font-size: 14px;}
	h6 {font-size: 13px;}

	body,
	input,
	textarea,
	select {
		font: 18px/140% Calibri Regular, BPG Gel DejaVu Sans, Arial;
	}
}

@media only screen and (min-width: 1250px) {
	h1 {font-size: 30px;}
	h2 {font-size: 22px;}
	h3 {font-size: 18px;}
	h4 {font-size: 16px;}
	h5 {font-size: 14px;}
	h6 {font-size: 13px;}

	body,
	input,
	textarea,
	select {
		font: 18px/140% Calibri Regular, BPG Gel DejaVu Sans, Arial;
	}
}

@media only screen and (min-width: 1400px) {
	h1 {font-size: 35px;}
	h2 {font-size: 26px;}
	h3 {font-size: 20px;}
	h4 {font-size: 18px;}
	h5 {font-size: 17px;}
	h6 {font-size: 13px;}

	body,
	input,
	textarea,
	select {
		font: 18px/140% Calibri Regular, BPG Gel DejaVu Sans, Arial;
	}
}

/* <> */
	body,
	input,
	textarea,
	select {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-family: Caviar Dreams Bold, BPG Banner Caps, Arial;
		font-weight: normal;
		line-height: 120%;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: capitalize;
	}
/* <> */
	* {
		word-wrap: break-word;
	}

/* # */

/* # */

/* . */
	h2.one_string {
		height: 30px;
	}

	.clean_h {
		line-height: 77%;
		margin: 0;
	}

	.like_h3 {
		font: 20px Caviar Dreams Bold, BPG Banner Caps, Arial;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		text-transform: capitalize;
	}

	.page_title_h1 {
		color: #1a1d28;
	}

	section .partner_div h2 {
		height: 28px;
	}
/* . */
