/* 
  -----------------------------------
  PVII Vanilla
  by Project Seven Development
  www.projectseven.com
  Custom CSS
  -----------------------------------
*/


/* Add your Exception and Custom Rules Here*/
 


body {
	background-color: #FFFFFF;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.auto {
	margin: auto;
	
}

.center {
	margin: auto;
	text-align: center !important;
}

.container {
	display: table;
    height: 100px;
    margin: 0 auto;
	min-width: 240px;
}

.middle {
	padding: 20px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.review-image-position {
	height: 80px;
	position: relative;
}

.review-image-position img {
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inline {
	display: inline;
	
}

.top-dark a {
	color: #CCC;
}

.top-dark a:hover,a:focus {
	color:  #3366FF;
}

.red {
	color: #F00;
}

.scalable {
	width: auto;
	height: auto;
	max-width: 100%;
}
.rounded {
	border-radius: 0px;
	border: 1px solid rgba(0,0,0,.25);
}
#layout-container {
	margin: auto;
	box-sizing: border-box;
	padding: 0px;
}
.max-640 {
	max-width: 640px;
	margin: auto;
}

.max-690 {
	width: auto;
	height: auto;
	max-width: 690px;
	margin: auto;
}

.max-700 {
	max-width: 700px;
	margin: auto;
}

.max-980 {
	max-width: 980px;
}
.max-1024 {
	max-width: 1024px;
}

.max-1138 {
	max-width: 1138px;
}

.max-1280 {
	max-width: 1280px;
}
.max-1440 {
	max-width: 1440px;
}
.max-1600 {
	max-width: 1600px;
}

.max-1920 {
	max-width: 1920px;
}

.max-none {
	max-width: none;
}

.max-height-640 {
	max-height: 640px;
}

.max-height-380 {
	max-height: 380px;
}

.max-height-100 {
	max-height: 100%;
}

h1, h2, h3, h4 {
	margin: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}


h3, h4 {margin-top: 1em;}

#p7DMM_1 {
	border-radius: 0px 0px 0px 0px;
}
#masthead {
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom: 0px;
	position: relative;
	background-color:#000;
	border-bottom: solid;
	border-bottom-width: 2px;
	border-bottom-color: #3366FF;
	
}
#masthead h1 {
	background-image: url(img/logo.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-left: 1.35em;
	font-size: 3em;
}
#masthead h1 a, #masthead h1 a:hover {
	color: #000;
	text-decoration: none;
}

.email a {
	color: #3366FF;
	text-decoration: none;
}

.email a:hover,a:focus {
	color: #00F;
	text-decoration: underline;
}

h1 {
	font-size: 2.5em;
	font-weight: 500;
	color: #333;	
}

h2 {
	font-size: 1.8em;
	font-weight: 500;
	color: #666;
}

h3 {
	font-size: 1.5em;
	font-weight: 500;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}

h4 {
	font-size: 1.3em;
	font-weight: 300;
	color: #666;
	padding-bottom: 6px;
	line-height: 1.3em;
}

li {
	font-size: 1.2em;
}

li strong {
	font-weight: 700;
	color: #3366FF;
}

.price h2 {
	font-size: 1.2em;
	font-weight: 300;
	color: #666;
	padding: 2px 2px 2px 2px;
	
}

.price-dark h2 {
	font-size: 1.2em;
	font-weight: 300;
	color: #CCC;
	padding: 2px 2px 2px 2px;
	
}

.border-bottom {
	border-bottom: 1px solid !important;
	border-color: #999 !important;
}
	

.p7dmm-fixed, .p7DMM-toolbar {
	background-image: url(img/musical-note-bolt-logo.png);
	background-repeat: no-repeat;
	background-position: 1em center;
	padding-left: 1.35em;
	border-radius: 0px !important;
}
#masthead-left {
	float: left;
	padding-left: 6px;
	min-width: 256px;
	width: 30%;
}

#masthead-center {
	width: 40%;
	text-align: center;
	margin: auto;
	min-width: 300px;
	vertical-align: middle;
}

#masthead-right {
	float: right;
	width: 30%;
}


#masthead-left a img {
	border: none;
}

#masthead-center a img {
	border: none;
}

#masthead form {
	margin-top: 1.25em;
}

input, button {
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.25);
	padding: .75em;
}
form {
	position: relative;
}
input.search-box {
	border-radius: 4px;
	border-right: none;
	border: 1px solid rgba(0,0,0,.25);
	width: 70%;
}
input.search-box:focus {
	background-color: #82CEE1;
}
input.search-button {
	background: url(img/search.png);
	background-repeat: no-repeat;
	background-position: center;
	min-width: 32px;
	cursor: pointer;
	border: none;
	position: absolute;
	right: 5px;
	top: 0px;
}
#masthead.one-column #masthead-right, #masthead.one-column #masthead-left {
	float: none;
	width: auto;
}
#masthead.one-column #masthead-right {
	display: none;
}
.columns-container:after, #masthead:after {
	content: "";
	display: table;
	clear: both;
}
.columns-container {
	margin: auto;
	border-bottom: 1px solid;
	border-color: #FFF;

}
.column {
	box-sizing: border-box;
}

.sidebar-right .column, .sidebar-both .column {
	float: left;
}
.sidebar-left .column {
	float: right;
}
.sidebar-none .column {
	float: none;
}
.sidebar-right .main-content, .sidebar-left .main-content {
	width: 75%;
	padding: 20px 30px;
}
.sidebar-both .main-content {
	width: 60%;
	padding: 20px 30px;
}
.sidebar-none .main-content {
	width: auto;
	padding: 20px 30px;
}
.sidebar-right .sidebar, .sidebar-left .sidebar {
	width: 25%;
	padding: 20px 20px;
}
.sidebar-both .sidebar {
	width: 20%;
	padding: 20px 20px;
}
.left-border {
	border-left: 1px dotted;
}
.right-border {
	border-right: 1px dotted;
}

/* Light Background Sections*/

.section {
	font-family: Arial, Helvetica, sans-serif;
}

.section p {
	font-size: 1.1em;
	font-weight: 300;
	color: #666;
	line-height: 1.4em;
	padding: 0px 24px 12px 12px;		
}

.section b {
	font weight: 600;
}

.section mark {
	background-color: #FF0;
	color: #000;
}

.section h1 {
	font-size: 2.5em;
	font-weight: 700;
	color: #333;
	padding: 12px 0px 0px 12px;	
}

.section h2 {
	font-size: 1.8em;
	font-weight: 700;
	color: #333;
	padding: 0px 0px 4px 12px;
}

.section h3 {
	font-size: 1.5em;
	font-weight: 700;
	color: #333;
	padding: 0px 0px 4px 12px; 
}

.section h4 {
	font-size: 1.3em;
	font-weight: 700;
	color: #333;
	line-height: 1.3em;
	padding: 0px 0px 6px 0px; 
}

.section li {
	font-size: 1.2em;
	font-weight: 300;
	color: #333;
	line-height: 1.2em;
	padding: 0px 24px 12px 12px;		
}

.section a {
	font-size: 100%;
	font-weight: 300;
	color: #3366FF;
	text-decoration: none;
	padding: 0px 0px 4px 0px; 
		
}

.section a:hover,a:focus {
	color: #00F !important;
	text-decoration: underline !important;

}

.section-header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	border-top: 1px solid !important;
	border-color: #CCC !important;
}

.section-header h1 {
	font-size: 3.2em;
	font-weight: 500;
	color: #333;
	padding: 12px 0px 0px 12px;
}

.section-header h2 {
	font-size: 1.6em;
	font-weight: 300;
	color: #666;
	padding: 0px 0px 4px 12px;
}

.section-header h3 {
	font-size: 1.2em;
	font-weight: 300;
	color: #666;
	padding-bottom: 4px;
}

.section-header a {
	font-size: 1.2em;
	font-weight: 300;
	color: #3366FF;
	text-decoration: none;
	padding: 0px 0px 4px 12px; 
		
}

.section-header a:hover,a:focus {
	color: #00F !important;
	text-decoration: underline !important;

}

.review {
	text-align: center;
	padding: 0px 6px 6px 6px;
	min-width: 250px;
	border-right: #CCC 1px solid;
}

.review a {
	font-size: 1.1em;
	font-weight: 300;
	color: #333;
	text-decoration: none;
	line-height: 1.3em;
}

/* Events */

.events-section p {
	font-size: 1.1em;
	font-weight: 300;
	color: #666;
	line-height: 1.4em;
	padding: 0px 24px 12px 12px;		
}

/* Frequent Questions */

.fq-section {
	font-family: Arial, Helvetica, sans-serif;
	border-top: 1px solid;
	border-color: #666;
}

.fq-section p {
	font-size: 1.1em;
	font-weight: 300;
	color: #666;
	line-height: 1.4em;
	padding: 0px 24px 12px 12px;		
}

.fq-section b {
	font weight: 700;
}

.fq-section h1 {
	font-size: 2.5em;
	font-weight: 700;
	color: #333;
	padding: 12px 0px 0px 12px;	
}

.fq-section h2 {
	font-size: 1.8em;
	font-weight: 700;
	color: #333;
	padding: 0px 0px 4px 12px;
}

.fq-section h3 {
	font-size: 1.5em;
	font-weight: 500;
	color: #3366FF;
	padding: 0px 0px 4px 12px; 
}

.fq-section h4 {
	font-size: 1.2em;
	font-weight: 500;
	color: #333;
	line-height: 1.3em;
	padding: 0px 0px 6px 12px; 
}

.section li {
	font-size: 1.2em;
	font-weight: 300;
	color: #333;
	line-height: 1.2em;
	padding: 0px 24px 12px 24px;		
}

.fq-section a {
	font-size: 100%;
	font-weight: 300;
	color: #3366FF;
	text-decoration: none;
	padding: 0px 0px 4px 12px; 
		
}

.fq-section a:hover,a:focus {
	color: #00F !important;
	text-decoration: underline !important;

}

/* PG Deals Sign-up */

.pgdeals-bg {
	background-image:url(../images/pg-deals-sign-up_bg_1600x1350.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
	

/* Yellow Background Sections */

.yellow-bg {
	background-color: #FC0;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
}



/* Dark Background Sections */

.dark-bg {
	background-color: #000;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}

.dark-section {
	font-family: Arial, Helvetica, sans-serif;
}

.dark-section p {
	font-size: 1.1em;
	font-weight: 300;
	color: #FFF;
	line-height: 1.4em;
	padding: 0px 24px 12px 12px;		
}

.dark-section h1 {
	font-size: 2.5em;
	font-weight: 700;
	color: #FFF;
	padding: 12px 0px 0px 12px;	
}

.dark-section h2 {
	font-size: 1.8em;
	font-weight: 700;
	color: #FFF;
	padding: 0px 0px 4px 12px;
}

.dark-section h3 {
	font-size: 1.5em;
	font-weight: 500;
	color: #FFF;
	padding: 0px 0px 4px 12px; 
}

.dark-section h4 {
	font-size: 1.3em;
	font-weight: 700;
	color: #FFF;
	line-height: 1.3em;
	padding: 0px 0px 6px 12px; 
}

.dark-section li {
	font-size: 1.2em;
	font-weight: 500;
	color: #FFF;
	line-height: 1.2em;
	padding: 0px 24px 12px 24px;		
}

.dark-section a {
	font-size: 100%;
	font-weight: 300;
	color: #3366FF;
	text-decoration: none;
	padding: 0px 0px 4px 0px; 
		
}

.dark-section a:hover,a:focus {
	color: #FFF !important;
	text-decoration: none !important;

}

.dark-section-header-wt {
	font-family: Arial, Helvetica, sans-serif;
}

.dark-section-header-wt h1 {
	font-size: 3.2em;
	font-weight: 500;
	color: #FFFFFF;
	padding: 12px 0px 0px 12px;
	border-top: 1px solid;
	border-color: #333;
}

.dark-section-header {
	font-family: Arial, Helvetica, sans-serif;
}

.dark-section-header h1 {
	font-size: 3.2em;
	font-weight: 500;
	color: #3366FF;
	padding: 12px 0px 0px 12px;
	border-top: 1px solid;
	border-color: #333;
}

.dark-section-header h4 {
	font-size: 3.2em;
	font-weight: 500;
	color: #FFF;
	padding: 12px 0px 0px 12px;
	border-top: 1px solid;
	border-color: #333;
}

.dark-section-header h2 {
	font-size: 1.6em;
	font-weight: 300;
	color: #CCC;
	padding: 0px 0px 4px 12px;
}

.dark-section-header h3 {
	font-size: 1.2em;
	font-weight: #CCC;
	color: #666;
	padding-bottom: 4px;
}

.dark-section-header a {
	font-size: 100%;
	font-weight: 300;
	color: #3366FF;
	text-decoration: none;
	padding: 0px 0px 4px 12px; 
		
}

.dark-section-header a:hover,a:focus {
	color: #00F !important;
	text-decoration: underline !important;

}

/* Compare Models */

.compare {
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px 0px 0px 0px;
	background-color: #F7F7F7;
	border: 4px solid #FFF;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FireFox 1+ */
	-webkit-border-radius: 5px; /* Safari 3+, Chrome */
	
}

.compare-column {
	max-width: 426px;
	min-width: 260px;
	float: left;
	box-sizing: border-box;
	display: table;
	overflow: hidden;
	margin: auto;
}

.compare h4 {
	font-size: 1.2em;
	font-weight: 600;
	color: #000;
	line-height: 1.2em;
	text-align: center;
	padding: 0px 4px 6px 0px; 
}

.compare b {
	font-weight: 600;
}

.compare li {
	font-size: 0.9em;
	font-weight: 300;
	color: #333;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 4px 6px 0px;
	text-decoration: none;
	list-style: none;		
}

.compare a {
	font-size: 100%;
	font-weight: 300;
	color: #3366FF;
	text-decoration: none;
	padding: 0px 4px 6px 6px; 
		
}

.compare a:hover,a:focus {
	color: #0035CC;
	text-decoration: underline;

}

.compare p {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.2em;
	text-align: center;
	color: #333;
	padding: 0px 4px 0px 6px;
	text-decoration: blink;
}

/* Dealers */

.dealer {
	font-family: Arial, Helvetica, sans-serif;
	padding: 4px 4px 4px 4px;
	background-color: #F7F7F7;
	border: 4px solid #FFF;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px; /* FireFox 1+ */
	-webkit-border-radius: 5px; /* Safari 3+, Chrome */
	overflow: hidden;
	margin: auto;

}

.dealer-column {
	width: 25%;
	min-width: 250px;
	float: left;
	box-sizing: border-box;
	display: table;
	overflow: hidden;
	margin: auto;
}

.dealer h2 {
	font-size: 1.2em;
	font-weight: 600;
	color: #3366FF;
	line-height: 1.2em;
	text-align: center;
	padding: 0px 4px 0px 0px; 
}

.dealer h4 {
	font-size: 1.2em;
	font-weight: 600;
	color: #000;
	line-height: 1.1em;
	text-align: left;
	padding: 0px 4px 0px 0px; 
}

.dealer p {
	font-size: 1em;
	font-weight: 300;
	line-height: 1.1em;
	text-align: left;
	color: #333;
	padding: 0px 4px 0px 0px;
}

.dealer b {
	font-weight: 600;
}

.dealer li {
	font-size: 1.0em;
	font-weight: 300;
	color: #333;
	text-align: left;
	line-height: 1.4em;
	padding: 0px 4px 4px 0px;
	text-decoration: none;
	list-style: none;		
}

.dealer a {
	font-size: 100%;
	font-weight: 300;
	color: #3366FF;
	text-decoration: none;
	padding: 0px 4px 0px 0px; 
		
}

.dealer a:hover,a:focus {
	color: #0035CC;
	text-decoration: underline;

}

/* Home Theater */

.hometheater {
	background-image: url(../images/home-theater-bg_1920x1200.png);
	background-attachment: fixed;
}

.hometheater-image {
	padding: 0px 12px 24px 12px;
}


/* Bamboo Room */

.bamboo {
	background-image: url(../images/bamboo-room-bg_1920x1080.jpg);
	background-attachment: fixed;
}

.bamboo-image {
	padding: 0px 12px 24px 12px;
}

/* Zion Church */

.zion {
	background-image: url(../images/zion-church_bg_1920x1080.jpg);
	background-attachment: fixed;
}

.zion-image {
	padding: 0px 12px 24px 12px;
}


/* Signature Power Cords */

.veasley {
	background-image: url(../images/veasley-prod-pg-bg_640x1080.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:right;
	background-color: #000;
}

.wooten {
	background-image: url(../images/wooten-prod-pg-bg_640x1080.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:right;
	background-color: #000;
}

.signature-image {
	padding: 0px 12px 24px 12px;
}

.signature-bg {
    background-color: rgba(0,0,0,.7);	
}

.table {
	display: table;
}

.block {
	display: block:
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 1.7em;
	font-weight: 300;
}

.caption a {
	color: #3366FF;
	font-size: 100%;
	font-weight: 300;
}

.caption a:hover {
	color: #3366FF;	
}


/*Conqueror Buttons*/

.button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	font-weight: 500;
	vertical-align: bottom;
	text-align: center !important;
	color: #CCC;
	text-decoration: none;
	background-color: #3366FF;
	width: 190px;
	border: 1px solid #transparent !important;
	border-radius: 5px;
	display: inline-block;
	padding: 15px 10px 15px 10px !important;
	margin: 30px 15px 20px 65px;
	cursor:pointer;
	overflow: hidden;
    -webkit-transition: 0.2s ease-in-out all;
    transition: 0.2s ease-in-out all;
	-moz-border-radius: 5px; /* FireFox 1+ */
	-webkit-border-radius: 5px; /* Safari 3+, Chrome */
	
}

.button a {
	list-style: none;
	color: #CCC;	
}

.button a:hover {
	color: #FFF !important;
	text-decoration: none !important;
}

.button-align {
	text-align: center;
	width: 100%;
	display: inline;
	min-width: 250;
	margin: auto;

}

#headphone {
	margin: 12px 0px 12px 70px;
	font-family: Arial, Helvetica, sans-serif;
	display: inline-block;
	color: #666;
	font-size: 1.1em;
	position: relative;
	
}
	
.image-align {
	margin: auto;

}

/* Testimonials */

.testimonial-container {
	display: inline-block;
	margin: auto;
	padding: 0px 6px 0px 6px;
}

.testimonial {
	font-family: Arial, Helvetica, sans-serif;
	margin: 12px 6px 30px 6px;
	min-width: 180px;
	max-width: 235px;
	background-color: #151515;
	border: 1px solid #999 !important;

}

.testimonial p {
	font-size: 1.0em;
	color: #FFF;
	text-align: left;
	line-height: 1.66667;
	padding: 6px 6px 6px 6px;
}

.testimonial h2 {
	font-size: 1.4em;
	text-align: left;
	color: #3366FF;
	padding: 4px 6px 0px 6px;
}

.testimonial img {
	width: auto;
	height: auto;
	max-width: 100%;
}

/* Footer */

.footer-container {
	background-color: #F7F7F7;
	padding: 0 4px 2px 2px;
	text-decoration: none;
	border-bottom: none;
	text-align: left;	
	border-radius: 0px 0px 0px 0px;
	font-size: 80%;
	line-height: 1.66667;
	overflow: hidden;
	margin: auto;
	z-index: 1;
	
}

.footer-container h4 {
	font-size: 1.0em;
	color: #333;
	font-weight: 700;	
}

.footer-column {
	width: 14%;
	min-width: 140px;
	float: left;
	box-sizing: border-box;
	display: table;
}

.footer-content {
	overflow: hidden;
	margin: auto;
	padding: 0 10px 0 5px;
	max-width: 1280px;
	box-sizing: border-box;

}

.footer-column-2 {
	width: 30%;
	min-width: 300px;
	text-align: center;
	box-sizing: border-box;
	display: table;
}

.footer-column-section {
	margin: 0;
	padding: 0;
}


.footer-column-list li {
	list-style: none;
	margin-right: 2px;
	padding: 2px 0px 2px 0px;
}

.footer-column-list-item {
	display: block;
	pointer-events: auto;
}

#footer li.footer-column-list-item a {
	color: #333;
	text-decoration: none;	
}

#footer li.footer-column-list-item a:hover {
	color: #000 !important;
	text-decoration: underline !important;	
}

#newsletter-subscribe {
	box-sizing: border-box;
	line-height: 1.1;	
	
}

.subscribe {
	box-sizing: border-box;
	display: table;
	
}

.subscribe-form {
	border: 1px solid #E0E0E0;
	padding: 2px;
	background-color: #F7F7F7;
	
}

.submit-button {
	border: 1px solid #595959;
	background-color: #4D4D4D;
	color: #ffffff;
	font-size: 12px;
	position: absolute;
	right: 4px;
	top: 1px;
}

#social {
	text-align: center;
	border-bottom: none;
	box-sizing: border-box;
	
}

#social a {
	border-bottom: none;

}

#social a:hover {
	border-bottom: none;

}

.section-container {
	margin: auto;
}

#sub-footer {
	background-color: #F7F7F7;
	padding: 4px 4px 4px 2px;
	color: #666;
	text-decoration: none;
	text-align: center;	
	border-radius: 0px 0px 0px 0px;
	font-size: 75%;
	line-height: 1.66667;
	overflow: hidden;
	margin: auto;
	z-index: 1;

}

#sub-footer div.sub-footer-column a {
	color: #666;
	text-decoration: none;
	border-left: 1px solid;
	border-color: #CCC;
	padding: 0 8px 0 8px;
}

#sub-footer div.sub-footer-column a:hover {
	color: #000 !important;
	text-decoration: underline !important;
}


.sub-footer-content {
	overflow: hidden;
	margin: auto;
	padding: 0 10px 0 25px;
	max-width: 1280px;
	box-sizing: border-box;
	border-top: 1px solid;
	border-color: #CCC;
}

.sub-footer-column {
	width: 33.33%;
	min-width: 350px;
	float: left;
	padding: 4px 0 4px 0;
	box-sizing: border-box;
	display: table;
}

#usa {
	text-align: center;	
	
}
.content-link {
	color: #000;
	text-decoration: none;
	border-bottom: 1px dotted;
}
.content-link:hover {
	color: #AD2B2D;
	border-bottom: 1px solid;
}
.video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0px;
	overflow: hidden;
}
.video-wrapper iframe, .video-wrapper object, .video-wrapper embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}

.video-container {
	background-color: #000;

}

.video-container h2 {
	color: #FFF;
	font-size: 1.6em;
	font-weight: 500;
	padding: 6px 0px 2px 0px;
}

.map-wrapper {
	position: relative; 
	padding-bottom: 100%; 
	padding-top: 0px; 
	height: 0px; 
	overflow: hidden; 
	margin-bottom: 20px; 
}
.map-wrapper iframe, .map-wrapper object, .map-wrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*Row/Column Creator Rules*/
.vanilla-row .column-group .vanilla-column {
	box-sizing: border-box;
}
.vanilla-column {
	float: left;
}
.vanilla-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}

.column-10 {
	width: 10%;
}

.column-11 {
	width: 11.1%;
}

.column-12 {
	width: 12.5%;
}

.column-14 {
	width: 14.25%;
}

.column-15 {
	width: 15%;
}

.column-17 {
	width: 16.6666%;
}

.column-18 {
	width:17.5%;
}

.column-20 {
	width: 20%;
}
.column-25 {
	width: 25%;
}
.column-30 {
	width: 30%;
}
.column-33 {
	width: 33.3334%;
}
.column-35 {
	width: 35%;
}
.column-37 {
	width: 37.5%;
}
.column-40 {
	width: 40%;
}
.column-45 {
	width: 45%;
}
.column-50 {
	width: 50%;
}
.column-55 {
	width: 55%;
}
.column-60 {
	width: 60%;
}
.column-65 {
	width: 65%;
}

.column-67 {
	width: 66.6667%;
}

.column-70 {
	width: 70%;
}
.column-75 {
	width: 75%;
}
.column-80 {
	width: 80%;
}
.column-100 {
	width: auto;
	float: none !important;
}

.padded {
	padding: 0px 1px 1px 1px;
	border-color: #FFF;
	
}

@media only screen and (max-width: 1100px) {
.mcord {
	padding-top: 50px;	
}
.section-header {
	font-size: 90%;
}

.dark-section-header {
	font-size: 90%;
}

.section p {
	font-size: 100%;
}

}

@media only screen and (max-width: 900px) {
.mcord {
	padding-top: 90px;	
}

}

@media only screen and (min-width: 0px) and (max-width: 700px) {
body {
	-webkit-text-size-adjust: none;
}

.section-header {
	font-size: 85%;
}
.dark-section-header {
	font-size: 85%;
}


.section p {
	font-size: 100%;
}

#layout-container {
	max-width: none;
	padding: 0px;
}
#masthead {
	padding: 2px 10px;
}
.column, .vanilla-column {
	float: none !important;
	width: auto !important;
}
.columns-container, .column-group {
	border: none;
	background-image: none;
}
#p7DMM_1, #footer {
	border-radius: 0px 0px 0px 0px;
}
#masthead-left, #masthead-right {
	float: none;
	width: auto;
	text-align: center;
}
#masthead form {
	margin-top: .5em;
	margin-bottom: .35em;
}
.left-border, .right-border {
	border: none;
}
input.search-box {
	width: 100%;
	box-sizing: border-box;
	min-width: 0px;
}
.mcord {
	padding-top: 140px;

}

.video-container {
	color: #FFF !important;
	font-size: 85%;
	background-color: #000;

}

.bamboo {
	background-image: none;
	background-color: #000;

}

.wooten {
	background-image: url(../images/wooten-prod-pg-bg_640x1080.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:right;
	max-width: 100%;
	background-color: #000;
}

.veasley {
	background-image: none;
	background-color: #000;	
}

.price h2 {
	font-size: 1.1em;
	font-weight: 300;
	color: #666;
	padding: 2px 2px 2px 2px;
	
}

.price-dark h2 {
	font-size: 1.1em;
	font-weight: 300;
	color: #CCC;
	padding: 2px 2px 2px 2px;
	background-color: transparent;
	
}
}

@media only screen and (max-device-width: 480px) {
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
}
input.search-box, select:focus, input:focus {
	font-size: 10px;
}
input.search-box {
	width: 60%;
}
input.search-button {
	right: 41%;
}

.section-header {
	font-size: 70%;
}

.dark-section-header {
	font-size: 70%;
}

.section h2 {
	font-weight: 500;
}

.video-container {
	color: #FFF !important;
	font-size: 80%;
	background-color: #000;

}

#masthead-right {
	background-image: none;
	background-color: #000;
}

.bamboo {
	background-image: none;
	background-color: #000;

}

.wooten {
	background-color: #000;	
	background-image: url(../images/wooten-prod-pg-bg_375x667.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right;
	max-width: auto;

}

.veasley {
	background-image: none;
	background-color: #000;	
}

.price h2 {
	font-size: 1.0em;
	font-weight: 300;
	color: #666;
	padding: 2px 2px 2px 2px;
	
}

.price-dark h2 {
	font-size: 1.0em;
	font-weight: 300;
	color: #CCC;
	padding: 2px 2px 2px 2px;
	background-color: transparent;
	
}

}

@media only screen and (max-device-width: 480px) and (orientation : landscape) {
body {
	-webkit-text-size-adjust: none;
	font-size: 12px;
}

#masthead-right {
	background-image: none;
	background-color: #000;
}


input.search-box {
	width: 70%;
}
input.search-button {
	right: 31%;
}

.section-header {
	font-size: 75%;
}

.dark-section-header {
	font-size: 75%;
}

.section p {
	font-size: 100%;
}

.video-container {
	color: #FFF !important;
	font-size: 85%;
	background-color: #000;

}

.bamboo {
	background-image: none;
	background-color: #000;

}

.wooten {
	background-image: url(../images/wooten-prod-pg-bg_375x667.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: right;
	max-width: 100%;
	background-color: #000;	
}

.veasley {
	background-image: none;
	background-color: #000;	
}

.price h2 {
	font-size: 1.0em;
	font-weight: 300;
	color: #666;
	padding: 2px 2px 2px 2px;
	
}

.price-dark h2 {
	font-size: 1.0em;
	font-weight: 300;
	color: #CCC;
	padding: 2px 2px 2px 2px;
	background-color: transparent;
	
}

}
 

/*Media Query for all devices at screen/browser widths of 700px or less*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
/*Add rules here*/
}

/*Media Query for smartphones*/
@media only screen and (max-device-width: 480px) {
/*Add rules here*/
}

/*Media Query for smartphones in landscape mode*/
@media only screen and (max-device-width: 480px) and (orientation : landscape) {
/*Add rules here*/
}

.hp-bgimage-1 {
	background-image: url(../images/pwr-dist-hp_478x269.jpg);
	background-repeat: no-repeat;
	
}

.hp-bgimage-2 {
	background-image: url(../images/product-demos-hp_478x269.jpg);
	background-repeat: no-repeat;
	
}

.hp-bgimage-3 {
	background-image: url(../images/solutions_hp_478x269.jpg);
	background-repeat: no-repeat;

}

.hp-bgimage-4 {
	background-image: url(../images/endorsements-hp_478x269.jpg);
	background-repeat: no-repeat;
	
}

.hp-column-size {
	background-size: contain;
	min-height: 271px;
