/* 
  ------------------------------------------------
  PVII CSS Page Builder Magic 2
  Copyright (c) 2013 Project Seven Development
  www.projectseven.com
  Responsive Conversion of Page Builder 1 Layouts
  ------------------------------------------------
*/

.masthead .banner {height: auto; overflow: visible;}
.banner img {
	height: auto !important; 
	width: auto !important; 
	max-width: 100%;
	vertical-align: bottom;
}
.sidebar, .sidebar2, .main-content {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.content img {width: auto !important; height: auto !important; max-width: 100%;}

/*MEDIA QUERIES*/
/*1 Column for Narrow Browser Windows and Smartphones in both orientations*/
@media only screen and (min-width: 0px) and (max-width: 679px) {
body {min-width: 0px;}
.content-wrapper {width: auto;}
.menutop {display: block;}
.menutop li {
	display: block;
	float: none;
	margin-right: 0px;
	margin-bottom: 5px;
}
.menutop-wrapper {padding: 10px 10px !important;}
.content-wrapper {margin: 0px;}
.sidebar, .sidebar2, .main-content {
	width: auto !important;
	float: none !important;
	position: static !important;
}
.content {
	padding: 10px 10px !important;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
.main-content { margin: 0px; }
}
@media only screen and (min-width: 680px) and (max-width: 980px) {
body {min-width: 0px;}
.content-wrapper {width: auto;}
#p7pbm13-14-15-16 .sidebar {width: 32%;}
#p7pbm13-14-15-16 .main-content {width: 36%;}
#p7pbm13-14-15-16 .sidebar2 {width: 32%;}
}
