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

/* # */
	.content_div,
	footer #top_div,
	footer #bottom_div,
	footer #download_support_div,
	header #header_div {
		width: 1170px;
	}
	
	footer #created_by_div {
		text-align: right;
	}
	
	footer #copyright_div {
		text-align: left;
	}
	
	footer #contact_info_div {
		height: 150px;
		text-align: right;
	}
	
	footer .social_icons {
		text-align: left;
	}
	
	header #logo_m_a {
		margin: 8px auto;
	}
	
	header #social_icons {
		text-align: right;
		margin: 20px 0;
	}
	
	#pages_bg_img {
		height: 500px;
	}
                        
	#coming_soon_page_div h1 {
		font-size: 80px;
	}
	
	#coming_soon_page_div h3 {
		font-size: 60px;
	}
	
	#cooming_soon_pages_text_block_div .icon_img {
		width: 100px; 
		margin: auto;
	}
	
	#cooming_soon_pages_text_block_div .hand_img {
		/*width: 300px;*/
		width: 75%;
		margin: auto;
	}

	#pages_text_block_div h1,
	#home_pages_text_block_div h1 {
		font-size: 60px;
	}

	#pages_text_block_div h3,
	#home_pages_text_block_div h3 {
		font-size: 30px;
	}
	
	#newsletter_input_div {
		position: relative;
		margin: 0 20px 0 0;
		width: 300px;
		display: inline-block;
	}

	#newsletter_input {
		width: 300px;
	}
/* # */

/* . */
	.header_shadow {
		background: none;
	}
	
	.only_for_lg,
	.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: none;
	}
	
	.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,
	.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: block;
	}
	
	.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;
	}

/* . */