@media screen and (max-width: 900px){
	.welcome{
		margin-left: auto;
		margin-right: auto;
	}
	.intro_warp{
		background: none;
	}
	.col-sm-6{
		width: 50%;
		float: left;
	}
	.col-sm-3{
		width: 25%;
		float: left;
	}
	.col-sm-4{
		width: 33.33333333%;
		float: left;
	}
	.phone .number{
		font-size: 15px;
	}
	.phone_line{
		height: auto;
		padding-bottom: 15px;
	}
	.phone_line .phone_help{
		width: auto;
		height: auto;
		padding-left: 0;
		margin-left: 0;
		text-align: center;
		float: none;
	}
	.phone_line .email_help{
		float: none;
		height: auto;
		width: auto;
	}
	.phone_line .email_help .subscribe{
		float: none;
		width: auto;
	}
	.phone_line .email_help .info_text{
		float: none;
	}
	.phone_line .email_help .info_text{
		width: auto;
	}
	.footer_links{
		padding-left: 0;
	}
	.footer_social{
		width: auto;
	}
	.footer_spacer{
		height: 370px;
	}
	footer{
		font-size: 14px;
	}
	.features .item{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 480px){
	.col-xs-12{
		width: 100%;
	}
	.col-xs-6{
		width: 50%;
		float: left;
	}
	.col-xs-3{
		width: 25%;
		float: left;
	}
	.col-xs-4{
		width: 33.33333333%;
		float: left;
	}
	h1{
		font-size: 25px;
	}
	#main_map{
		display: none;
	}
	.logo{
		margin-bottom: 20px;
		display: block;
	}
	.phone{
		text-align: right;
	}
	.phone .number{
		white-space: nowrap;
	}
	.welcome{
		width: 100%;
	}
	.welcome > h1{
		white-space: normal;
	}
	.footer_social{
		width: auto;
	}
	.footer_links{
		padding: 0;
	}
	.footer_spacer{
		height: 618px;
	}
	.for_clinic .arrow{
		display: none;
	}
	.welcome .pre-ico{
		margin-left: 0;
		margin-right: 10px;
	}
	.intro_line .mtbtn{
		float: right;
	}
}