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

	.page_tags_div { 
		top: -30px;
	}

	.page_title_h1 {
		margin: 35px 0 75px;
	}
/* <> */
 
/* # */
	section .content_div,
	header .content_div,
	footer #top_div,
	footer #bottom_div {
		width: 1170px;
	}
	
	header #header_div {
		position: fixed;
		height: 80px;
	}
	
	footer #created_by_div {
		text-align: right;
		padding: 13px;
	}
	
	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: transparent;
		color: #04346b;
	}
	
	#why_us_div > div:hover {
		background: #fcb812
	}
/* # */

/* . */
	.only_for_lg {
		display: none;
	}
	
	.only_for_lg_lp,
	.only_for_lg_lp_md,
	.only_for_lg_lp_md_sm,
	.only_for_lg_lp_md_sm_xs {
		display: block;
	}
	
	.only_for_lp,
	.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: none;
	}
	
	.only_for_sm,
	.only_for_sm_xs {
		display: none;
	}
	
	.only_for_xs {
		display: none;
	}
	
	.not_for_lg {
		display: block;
	}
	
	.not_for_lg_lp,
	.not_for_lg_lp_md,
	.not_for_lg_lp_md_sm,
	.not_for_lg_lp_md_sm_xs {
		display: none;
	}
	
	.not_for_lp,
	.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: block;
	}
	
	.not_for_sm,
	.not_for_sm_xs {
		display: block;
	}
	
	.not_for_xs {
		display: block;
	}

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