/*
	.home_icon_for_xs {
		width: 50%; 
		margin-bottom: 30px;
		padding-right: 10px;
	}*/

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

/* # */
	.content_div,
	footer #top_div,
	footer #bottom_div {
		width: 100%;
	}

	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: center;
	}
	
	header #logo_m_a {
		margin: 0px auto;
	}
	
	header #social_icons {
		text-align: right;
		margin: 0;
	}
	
	#pages_bg_img {
		height: 575px;
	}
                        
	#coming_soon_page_div h1 {
		font-size: 40px;
	}
	
	#coming_soon_page_div h3 {
		font-size: 30px;
	}
	
	#cooming_soon_pages_text_block_div .icon_img {
		width: 80px; 
		margin: auto;
	}
	
	#cooming_soon_pages_text_block_div .hand_img {
		width: 240px; 
		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: 24px;
	}
	
	#newsletter_input_div {
		position: relative;
		margin: 0 auto 20px;
		width: 250px;
		display: inline-block;
	}

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

/* . */
	.header_shadow {
		background: linear-gradient(to bottom, #1c3c6d 0%, transparent 100%);
	}
	
	.only_for_lg,
	.only_for_lg_lp,
	.only_for_lg_lp_md,
	.only_for_lg_lp_md_sm {
		display: none;
	}
	
	.only_for_lg_lp_md_sm_xs {
		display: block;
	}
	
	.only_for_lp,
	.only_for_lp_md,
	.only_for_lp_md_sm {
		display: none;
	}
	
	.only_for_lp_md_sm_xs {
		display: block;
	}
	
	.only_for_md,
	.only_for_md_sm {
		display: none;
	}
	
	.only_for_md_sm_xs {
		display: block;
	}
	
	.only_for_sm {
		display: none;
	}
	
	.only_for_sm_xs {
		display: block;
	}
	
	.only_for_xs {
		display: block;
	}
	
	.not_for_lg,
	.not_for_lg_lp,
	.not_for_lg_lp_md,
	.not_for_lg_lp_md_sm {
		display: block;
	}
	
	.not_for_lg_lp_md_sm_xs {
		display: none;
	}
	
	.not_for_lp,
	.not_for_lp_md,
	.not_for_lp_md_sm {
		display: block;
	}
	
	.not_for_lp_md_sm_xs {
		display: none;
	}
	
	.not_for_md,
	.not_for_md_sm {
		display: block;
	}
	
	.not_for_md_sm_xs {
		display: none;
	}
	
	.not_for_sm {
		display: block;
	}
	
	.not_for_sm_xs {
		display: none;
	}
	
	.not_for_xs {
		display: none;
	}

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