/* 
  -----------------------------------
  PVII Synergy
  by Project Seven Development
  www.projectseven.com
  Structural CSS
  -----------------------------------
*/

body {
	margin: 0px;
	background-color: #000000;
}
hr {
    height: 1px;
    color: #666666;
    background: #666666;
    font-size: 0;
    border: 0;
}

h1, h2, h3, h4 {
	margin: 0px;
}

p img, h1 img, h2 img, h3 img, h4 img {
	width: auto;
	height: auto;
	max-width: 100%;
    text-align: center;
}
.p7dmm-spcr {
	background: none !important;
}
.synergy-row .column-group .synergy-column {
	box-sizing: border-box;
	text-align: justify;
}
.synergy-column {
	float: left;
	padding-right: 0px;
}
.synergy-row:after, .column-group:after {
	content: "";
	display: table;
	clear: both;
}
.column-20 {
	
	width: 20%;

}
.column-30 {
	
	width: 33.33333333%;

}
.column-25 {
	width: 25%;
	text-align: center;
}
.column-75 {
	width: 75%;
	font-size: 18px;
	color: #FFF;
}

.column-100 {
	width: auto;
	float: none !important;
}

/*Column Group Widths*/
.column-group.max-1550 {
	max-width: 1700px;
	margin: auto;
	text-align: justify;
}

/*Row Backgrounds*/

.fixed-bg {
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}

/*Media Queries*/
/*Small screens - all devices*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
	.synergy-row .column-group .synergy-column { float: none; width: auto !important;}
}
/*Smartphones*/
@media only screen and (max-device-width: 480px) {
	.synergy-row .column-group .synergy-column { float: none; width: auto !important;}
}
