/* CSS Document */

#gNav{ }
	#gNav li:nth-child(4) a{
		background:#f8f8eb;
		color:#afb432;
		}

#main .row{
	margin-top:20px;
	}

/* for TabletPC */
@media (min-width:992px) and (max-width:1119px) {
}


/* for Tablet */
@media (min-width:768px) and (max-width:991px) {
}


/* for Smartphone */ 
@media (max-width: 767px) {
}


/* for iPhone */
@media (max-width: 480px) {
}


/* ie */
@media all and (-ms-high-contrast:none){
}

