
@media(max-width: 1086px) and (min-width:600px) {
    .topNav {
        width: 100% !important;
    }
}
@media(max-width: 992px) {  
#topNav {
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
		padding-left: 0px;
		padding-right: 0px;
	}
    #content {
        padding: 0.01em 8px !important;
        width: 100% !important;
    }
	.rightOfLeftNav	{
		margin:0px !important;
	}
	.leftNav {
		display: none;
	}

    .rightlist {
        font-size: 1em;
    }
	#content {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	#topNav	{
		/*max-width: 90%;*/
        height:100%;
        position: fixed!important;
	}
    .form-search {
        float:inherit;
    }
}
@media(max-width: 320px) {
	#banner {
		width: 98% !important;
	}
}
/* @media(max-width: 1086px) and (min-width:600px) { */
/*     .topNav li a, .topNav li i { */
/*         padding-top: 2px !important; */
/*         padding-bottom: 2px !important; */
/*     } */
/* } */
