@media screen and ( min-width:1000px ) {
#cssmenu ul ul ul { display: none !important }
}
@media screen and ( max-width:900px ) {
body { padding: 0 !important; font-size: 14px; line-height: 22px; }
.container { max-width: 740px; }
.logo { width: 570px; margin:0 0 15px 0}
.navwrap { height: auto; background: #FFF }
.navwrap .container { background: #FFFFFF; }
.topsearchwrap { margin: 0; padding: 15px 0; background: #FFF; width: 100%; }
.topsearch { width: 100%; }
.topsearch .search { width: 100%; }
.topsearch input[type="text"] { width: 100%; border: 1px solid #000 !important; }
.headlinestext{ width:560px; }
.maincontent { width: 420px; }
.footertop ul li { margin: 0 15px 30px 0; }
.copyrightsection { margin-top: 0; }
}
 @media screen and ( max-width:700px ) {
.container { max-width: 96%; }
.logo { width: 100%; }
.headerleft { width: 100%; margin-bottom: 15px; }
.headerleft ul { text-align: center; }
.headerleft ul li { width: 31%; margin: 0 10px 0 0; float: none; display: inline-block; }
.headerleft ul li:last-child { margin-right: 0 }
.headlines { display:none !important; }
.maincontent { width: 100%; }
.sidebar { width: 100%; border-top: 1px solid #cdcdcd; padding-top: 30px; }
.copyrightsection .right { float: left; margin-top: 15px; }
}
 @media screen and ( max-width:480px ) {
.footer { padding: 10px 5px; }
.footertop ul li { width: 100%; margin-right: 0; }
}
