 @charset "utf-8";

@media only screen and (min-width: 1400px) {
	.dN1400								{ display:none !important; }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
	.dN1200								{ display:none !important; }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.dN992								{ display:none !important; }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.dN768								{ display:none !important; }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
	.dN576								{ display:none !important; }
}
@media only screen and (max-width: 575px) {
	.dN320								{ display:none !important; }
}


/* BOOTSTRAP */

@media screen and (min-width: 992px) {
	.dN_oPC 							{ display:none !important; }
}

@media screen and (max-width: 991px) {
	.dN_oS								{ display:none !important; }
	.oH_oS 								{ overflow:hidden; }

	.fluRRSS							{ top:auto; bottom:20px; }

	.wh30_oS 							{ width:35px; height:35px; }

	.navbar-right-elements {
		top: 10px;
		right: 60px;
	}

}
