/* <> */
	section {
		padding: 20px 0 90px;
	}
	
	.from_editor_div img {
		width: auto !important;
	}

	.page_tags_div { 
		top: -20px;
	}

	.page_title_h1 {
		margin: 35px 0 75px;
	}
/* <> */

/* # */
	section .content_div,
	header .content_div,
	footer #top_div,
	footer #bottom_div {
		width: 990px;
	}

	header #header_div {
		height: 80px;
		position: fixed;
	}
	
	footer #created_by_div {
		text-align: right;
	}
	
	footer #copyright_div {
		text-align: left;
	}
	
	footer #contact_info_div {
		text-align: right;
	}
	
	footer #top_div {
		padding: 60px 0;
	}
	
	footer img.logo {
		width: 200px;
		margin: 0;
	}
	
	a.more_button,
	.more_button {
		background: #04346b;
		color: #fff;
	}
/* # */

/* . */
	.only_for_lg,
	.only_for_lg_lp {
		display: none;
	}
	
	.only_for_lg_lp_md,
	.only_for_lg_lp_md_sm,
	.only_for_lg_lp_md_sm_xs {
		display: block;
	}
	
	.only_for_lp {
		display: none;
	}
	
	.only_for_lp_md,
	.only_for_lp_md_sm,
	.only_for_lp_md_sm_xs {
		display: block;
	}
	
	.only_for_md,
	.only_for_md_sm,
	.only_for_md_sm_xs {
		display: block;
	}
	
	.only_for_sm,
	.only_for_sm_xs {
		display: none;
	}
	
	.only_for_xs {
		display: none;
	}

	.not_for_lg,
	.not_for_lg_lp {
		display: block;
	}
	
	.not_for_lg_lp_md,
	.not_for_lg_lp_md_sm,
	.not_for_lg_lp_md_sm_xs {
		display: none;
	}
	
	.not_for_lp {
		display: block;
	}
	
	.not_for_lp_md,
	.not_for_lp_md_sm,
	.not_for_lp_md_sm_xs {
		display: none;
	}
	
	.not_for_md,
	.not_for_md_sm,
	.not_for_md_sm_xs {
		display: none;
	}
	
	.not_for_sm,
	.not_for_sm_xs {
		display: block;
	}
	
	.not_for_xs {
		display: block;
	}

	#contact_info_div a.fb_icon {
		opacity: 1;
	}
/* . */