/*css*/
/*==================================RESPONSIVE LAYOUTS===============================================*/

@media only screen and (max-width: 767px) {
.content_header .areaList{
display:none;
}
p.txt_priv a:after {clear:right;}
.col_5{
	width: 100%;
}
}


@media only screen and (max-width: 479px) {
	.more_btn{width: 100%;padding: 16px 0px;}
	#search2 input {width: 215px;}

	/*h1 img{width: 100%;}*/
	h2 {font: 20px/15px 'Oswald', Arial, sans-serif;}
.content_header .areaList{
display:none;
}
.col_5{
	width: 100%;
}
p.txt_priv a:after {clear:right;}
}
@media only screen and (max-width: 320px) {
.content_header .areaList{
display:none;
}
.col_5{
	width: 100%;
}
p.txt_priv a:after{clear:right;}
}
