#top-menu-mobile {
    display: none;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 15px;
    right: 10px;
    z-index: 5000;
    text-align: center;
    font-size: 30px;
    line-height: 42px;
}
@media screen and (max-width: 840px){
	#header h1 {
width:60%;
}
#header hgroup {
width:40%;
}
#banner {
    height: 160px;
}
#content .wpb_revslider_element,
#banner {
    margin-left: -30px;
    margin-right: -30px;
}
#content .container {
padding:0 30px;
}

}
@media screen and (max-width: 640px){
	#top-menu-mobile {
		display:block;
	}
	#nav,
#header hgroup {
display:none;
}
#header h1 {
float:none;
width:100%;
max-width: 280px;
}
#header {
border-top-width:10px;
padding: 5px 0;
}
#banner {
    height: 120px;
}
#content .wpb_revslider_element,
#banner {
    margin-left: -15px;
    margin-right: -15px;
}
#content .container {
padding:0 15px;
}
}
@media screen and (max-width: 480px){
#footer {
    font-size: 12px;
}
#footer .widget {
    float: none;
    width: 100%;
padding:5px 0;
}
#footer .copy {
    padding: 10px 0 0 0;
}
#header h1 {
    max-width: 220px;
}
#content img.alignright,
#content img.alignleft,
#content img.aligncenter {
    float: none;
    display: block;
    margin: 0 auto 15px auto !important;
}
#banner {
    height: 70px;
}
}