/* 
  ------------------------------------------------
  PVII CSS Column Composer Magic
  Copyright (c) 2011-2012 Project Seven Development
  www.projectseven.com
  Responsive Rules
  ------------------------------------------------
*/


/*MEDIA QUERIES*/


/*SMARTPHONE AND NARROW WINDOWS*/
@media only screen and (min-width: 0px) and (max-width: 719px) {
body {min-width: 0px;}
.p7ccm-col {
	float: none;
	width: auto !important;
	position: static !important;
	margin: 0px !important;
}
.p7ccm01-content, .p7ccm02-content, .p7ccm03-content, .p7ccm04-content, .p7ccm05-content, .p7ccm06-content {
	padding: .5em 1.5em;
	border: none !important;
	height: auto !important;
	max-height: 888678px;
}
.p7CCM01, .p7CCM02, .p7CCM03, .p7CCM04, .p7CCM05, .p7CCM06 {
	min-width: 0px !important;
	max-width: none !important;
	width: auto !important;
}

/*PMM Reflow*/
#p7PMM_1 ul a.pmmfirst {
	border-radius: 5px 5px 0px 0px;
}
#p7PMM_1 ul ul a.pmmfirst {
	border-radius: 0px 0px 0px 0px;
}
.p7PMMh03 ul {
	display: block;
	width: 100%;
}
.p7PMMh03 li {
	float: none;
	display: block;
	margin-right: 0px;
}
.p7PMMh03 a {
	padding: 15px 12px;/*12*/
	background-position: left center !important;
	border-right: none;
}
.p7PMMh03 ul ul a {
	background-position: right center !important;
}
.p7PMMh03 ul div {
	margin: auto !important;
	margin-left: 30% !important;
}
.p7PMMh03 ul ul div {
	margin: auto !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
}



}

/*Medium Windows and Tablets*/
@media only screen and (min-width: 720px) and (max-width: 1000px) {
body {min-width: 0px;}
.p7CCM01, .p7CCM02, .p7CCM03, .p7CCM04, .p7CCM05, .p7CCM06 {
	min-width: 0px !important;
	max-width: none !important;
	width: auto !important;
}

/*PMM Reflow*/
	.p7PMMh03 a {font-size: .9em;}
	.p7PMMh03 li { margin-right: 0px;}

}

/*Smartphones ONLY - Use this Query to include additional special rules for smartphones only.*/
@media only screen and (max-device-width: 480px) {
}

