@media screen and (max-width: 1200px) {
	.wrapper {
		max-width: inherit;
		padding: 0 20px;
	}
	.web_part_margin {
	  margin: 0 -10px;
	}
	.banner_round_cont h1 {
		font-size: 50px;
	}
}
@media screen and (max-width: 980px) {
	.interesse_box_title h2 {
		font-size: 32px;
	}
}
@media screen and (max-width: 800px) {
	.web_part_box {
		width: 50%;
		padding-bottom: 20px; 
	}
}
@media screen and (max-width: 767px) {
	.logo {
		width: 100%;
		text-align: center;
	}
	.logo a {
		float: none;
		display: inline-block;
	}
	.banner_box_in {
		max-width: inherit;
		padding: 0 0 100px;
	}
	.banner_round {
		background:#E12828;
		width: 100%;
		height: auto; 
		border-radius: 5px; 
	}
	.small_round {
		right: 0;
		left: 0;
		bottom: 0;
		margin: 0 auto;
	}
	.banner_round_cont {
		margin-top: 0;
		position: inherit;
		padding: 15px; 
	}
	.banner_round_cont h1 {
		font-size: 23px;
		line-height: 30px;
	}
	.banner_round_cont h1 br {
		/*display: none;*/
	}
	.banner_round_cont p {
		font-size: 22px;
		line-height: 25px;
	}
}

@media screen and (max-width: 640px) {
	.banner_round {
		/*width: 350px;*/
		/*height: 350px;*/
		/*width: 100%;*/
	}
	.banner_round_cont {
		/*margin-top: 100px; */
	}
	.banner_round_cont h1 {
	  /*font-size: 38px;*/
	  /*line-height: 40px;*/
	}
	.banner_round_cont p {
	  /*font-size: 26px;*/
	}
	.small_round {
		/*width: 85px;*/
		/*height: 85px;*/
		/*bottom: 0;*/
		/*left: 75%;*/
	}
	.small_round_cont {
		/*margin-top: 15px; */
	}
	.small_round_cont h2 {
		font-size: 26px;
	}
	.small_round_cont p {
		font-size: 19px;
	}
	.web_part {
		padding: 40px 0;
	}
	.web_part_box {
		width: 100%;
	}
	/*.footerarea {
		position: relative;
	}*/
	.footerdetail {
		width: 100%;
		text-align: center;
	}
	.footermenu {
		float: left;
		width: 100%;
		text-align: center;
	}
	ul.menu li {
		float: none;
		padding: 0;
	}
	.footermenu li a {
		text-align: center;
		line-height: 32px;
	}
	/*.cpytight {
		position: absolute;
		bottom: 20px;
		width: 100%;
		text-align: center;
	}*/
	.footermenu.fright {
	  padding-bottom: 25px;
	  padding-top: 40px; 
	}
	.footericon {
		float: none;
	}
	.footerarea {
		padding-bottom: 10px; 
	}
}

@media screen and (max-width: 480px) {
	.banner_box_in {
		/*padding: 0 0 80px;*/
	}
	.banner_round {
	  /*height: 270px;*/
	  /*width: 270px;*/
	}
	.banner_round_cont {
		/*margin-top: 65px; */
	}
	.banner_round_cont h1 {
	  /*font-size: 33px;*/
	  /*line-height: 35px;*/
	}
	.banner_round_cont p {
		/*font-size: 23px;*/
		/*line-height: 36px;*/
	}
	.small_round {
		/*left: inherit;*/
		/*right: 87px;*/
		/*bottom: -5px;*/
	}
}
@media screen and (max-width: 360px) {
	.banner_round_cont {
	  /*margin-top: 55px;*/
	}
}