#sitepage #contents.defaultpagecontents .content10 {

	width: 100% !important;

}
.defautpageTitle {
	background-color: transparent !important;
	padding: 0 !important;
	text-align: center !important;
}

#div_top_menu #pageMenu .menu {
	color: #0f6eb1 !important;

}
.defautpageTitle #pageTitle {
	text-align: center !important;
}
.defautpageTitle.contents_pro:before {
	display: none;

}
.defautpageTitle.contents_pro {
	background-image: none !important;
}


@media screen and (min-width:0px) and (max-width:1200px) {
#sitepage #contents.defaultpagecontents .content10
{

	width: 100% !important;

}
#sitepage .content.art_bank.art_effect.width1100 .contentBody,
#sitepage .content_alls .div_content_alls .content10 .container-fluid .cont-text,
#sitepage #contents.defaultpagecontents .content10 .art_bank.art_icon .contentBody .records-container
{
    width: calc(100% - 100px) !important;
    width: -o-calc(100% - 100px) !important;
    width: -moz-calc(100% - 100px) !important;
    width: -ms-calc(100% - 100px) !important;
    width: -webkit-calc(100% - 100px) !important;
}
}