@media screen and (max-width: 1018px)
{
	.background_fixed
	{
		background-attachment: scroll;
	}
}

@media only screen and (max-width: 959px) 
{
	h1
	{
		font-size: 90px;
	}
	h2
	{
		font-size: 70px;
	}
	h4
	{
		font-size: 24px;
	}
	div.main_menu nav ul li a
	{
		padding-left: 6px;
		padding-right: 6px;	
	}
	.bg_apps_img
	{
		-webkit-background-size: contain; /* Safari and Chrome */
		-moz-background-size: contain; /* Firefox */
		-ms-background-size: contain; /* Internet Explorer */
		-o-background-size: contain; /* Opera */
		background-size: contain; /* CSS3 */
	}
	.app_store_google_play
	{
		margin-top: 150px;
		margin-bottom: 160px;
	}
	a.app_store
	{
		margin-left: 0;
		margin-right: 0;
	}
	a.google_play
	{
		margin-top: 30px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 959px) 
{
	a.app_store
	{
		float: right;
	}
	a.google_play
	{
		float: right;
	}
	.ch-grid li {
		width: 230px;
		height: 230px;
	}
	.ch-info h5
	{
		font-size: 14px;
		line-height: 17px;
		margin: 0 11px;
		padding: 60px 0 0 0;
		height: 56px;
	}
	.ch-info p
	{
		padding: 10px 5px 0 5px;
		margin: 0 18px;
		font-size: 12px;
		line-height: 13px;
	}
	.team_member_position
	{
		font-size: 20px;
	}
	.pricing-table-small
	{
		font-size: 14px;
	}
	.pricing-table-big-content-holder
	{
		padding-bottom: 44px;
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) 
{
	.section_icon
	{
		margin-top: 145px;
	}
	.home_nav_img_content
	{
		margin-top: 200px;
		margin-bottom: 200px;
	}
	.service_img
	{
		height: 180px;
		margin-bottom: 100px;
	}
	.bg_top_apps_img
	{
		min-height: 300px;
	}
	.apps_full_screen_title
	{
		padding-top: 180px;
	}
	.app_store_google_play
	{
		text-align: center;
	}
	.full_width_apps
	{
		padding-top: 150px;
	}
	.blog_full_screen_title
	{
		padding-top: 220px;
	}
	.pricing_table_wrapper
	{
		margin-bottom: 160px;
	}
	.pricing-table-small
	{
		width: 100%;
		margin-top: 100px;
	}
	.pricing-table-big
	{
		width: 100%;
	}
	.skills_full_screen_title
	{
		padding-top: 200px;
	}
	.m_left_cotact_info
	{
		text-align: center;
		margin-left: 0;
	}
	.contact_info
	{
		text-align: center;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) 
{
	
}

@media only screen and (max-width: 479px) 
{
	h1
	{
		font-size: 70px;
	}
	h2
	{
		font-size: 65px;
	}
	.bg_top_apps_img
	{
		min-height: 200px;
	}
	.apps_full_screen_title
	{
		padding-top: 30px;
	}
	#filter li
	{
		font-size: 16px;
	}
	.blog_full_screen_title
	{
		padding-top: 100px;
	}
}

