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

/* # */
	.content_div,
	footer #top_div,
	footer #bottom_div {
		width: 740px;
	}
	
	footer #created_by_div {
		text-align: center;
	}
	
	footer #copyright_div {
		text-align: center;
	}
	
	footer #contact_info_div {
		height: auto;
		text-align: center;
	}
	
	footer .social_icons {
		text-align: left;
	}
	
	header #logo_m_a {
		margin: 8px auto;
	}
	
	header #social_icons {
		text-align: right;
		margin: 0;
	}
	
	#pages_bg_img {
		height: 430px;
	}
                        
	#coming_soon_page_div h1 {
		font-size: 60px;
	}
	
	#coming_soon_page_div h3 {
		font-size: 40px;
	}
	
	#cooming_soon_pages_text_block_div .icon_img {
		width: 80px; 
		margin: auto;
	}
	
	#cooming_soon_pages_text_block_div .hand_img {
		/*width: 240px;*/
		width: 90%;
		margin: auto;
	}

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

	#pages_text_block_div h3,
	#home_pages_text_block_div h3 {
		font-size: 20px;
	}
	
	#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 {
		display: none;
	}
	
	.only_for_lg_lp_md_sm,
	.only_for_lg_lp_md_sm_xs {
		display: block;
	}
	
	.only_for_lp,
	.only_for_lp_md {
		display: none;
	}
	
	.only_for_lp_md_sm,
	.only_for_lp_md_sm_xs {
		display: block;
	}
	
	.only_for_md {
		display: none;
	}
	
	.only_for_md_sm,
	.only_for_md_sm_xs {
		display: block;
	}
	
	.only_for_sm,
	.only_for_sm_xs {
		display: block;
	}
	
	.only_for_xs {
		display: none;
	}

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

	.test_faq {
		display: block;
		width: 100%;
	    margin: 20px auto auto auto;
	}
/* . */