/* Designed Exclusively for Point Pleasant Tree Service, LLC by Graphic Studio, LLC */

body {
	font-family: "Segoe UI", "Gill Sans", Optima, sans-serif;
	margin: 0px;
	background-color: #222;
	background-image: url(assets/page-bg.jpg);
	background-attachment: fixed;
}
#content a {
  color: #0033CC;
}
#content a:hover {
  color: #9933CC;
}

#copyright a {
  color: #CCC;
}
#copyright a:hover {
  color: #9933CC;
}
#logo {
	position: relative;
	z-index: 3;
	background-color: #222;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(44,44,44,.3) 65%);
	background: linear-gradient(rgba(0,0,0,0), rgba(44,44,44,.3) 65%);
	box-shadow: 10px 10px 30px rgba(0,0,0,.5);
	overflow: hidden;
	color: #CCC;
	padding: 0px 20px;
	border-radius: 0px 0px 8px 8px;
}
#logo img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
#logo .left-side, #logo .right-side {
	float: left;
	width: 50%;
}
#logo .left-side {
	padding: 5px 0px;
}
#logo .right-side {
	text-align: right;
	margin-top: 72px;
	text-transform: uppercase;
	color: #7CA27E;
	font-size: .8em;
}
img {
	vertical-align: bottom;
}
a: {
	background: none;
}
#layout {
	max-width: 1320px;
	margin: 0px auto;
}
#top-navigation {
	position: relative;
	z-index: 2;
	margin: 0px 40px;
	background: -webkit-linear-gradient(180deg, #9CB49E, #526D54);
	background: linear-gradient(180deg, #9CB49E, #526D54);
	background-color: #739575;
	border-radius: 0px 0px 10px 10px;
	padding: 0px 20px;
}
#top-navigation, h1, h2, h3, h4 {
	font-family: Federo, "Arial Narrow", Arial, sans-serif;
	font-weight: 400;
}
#content {
	position: relative;
	z-index: 1;
	background-color: #FFF;
	margin: 0px 80px;
	border-radius: 0px 0px 8px 8px;
	box-shadow: 0px 0px 30px #000;
}
h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
}
.column-content h1:first-child, .column-content h2:first-child, .column-content h3:first-child, .column-content h4:first-child {
	margin-top: 10px;
}
#footer {
	color: #222;
	margin: 0px 100px;
	background-color: rgb(34,34,34);
	background-color: rgba(34,34,34,.2);
	border-radius: 0px 0px 10px 10px;
	padding: 10px 24px;
	box-shadow: 0px 0px 30px #000;
}
#footer img:hover {
	opacity: 1;
}
#copyright {
	margin: 18px 100px 30px 100px;
	color: #CCC;
	font-size: 0.75em;
	text-align: center;
}
.column-content img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	border-radius: 8px;
	border: 1px solid;
	border-color: rgba(0,0,0,.75);
	display: block;
}
.affinity-row {
	zoom: 1;
}
.affinity-row:after {
	visibility: hidden;
	display: block;
	content: "\0020";
	clear: both;
	height: 0;
}
.affinity-column {
	float: left;
}
.affinity-column.reverse-float {
	float: right;
}
.affinity-row .percent15 {
	width: 15%;
}
.affinity-row .percent85 {
	width: 85%;
}
.affinity-row .percent60 {
	width: 60%;
}
.affinity-row .percent40 {
	width: 40%;
}
.affinity-row .percent20 {
	width: 20%;
}
.affinity-row .percent80 {
	width: 80%;
}
.affinity-row .percent30 {
	width: 30%;
}
.affinity-row .percent70 {
	width: 70%;
}
.affinity-row .percent25 {
	width: 25%;
}
.affinity-row .percent50 {
	width: 50%;
}
.affinity-row .percent75 {
	width: 75%;
}
.affinity-row .percent333 {
	width: 33.333%;
}
.affinity-row .percent25.boxed {
	width: 23.5%;
}
.affinity-row .percent333.boxed {
	width: 32%;
}
.affinity-row .percent50.boxed {
	width: 49%;
}
.affinity-row .column-content.boxed {
	border: 1px solid;
	border-color: rgba(0,0,0,.5);
	border-radius: 8px;
	padding: 1em;
}
.affinity-row .boxed.spacer {
	margin-left: 2%;
}
.calloutRight {
	float: right;
	padding: 0px 0px 8px 4px;
	font-size: 0.8em;
	line-height: 1.4em;
	font-style:italic;
	color:#000;
	width: auto;
	text-align: center;
}
.calloutLeft {
	float: left;
	padding: 0px 4px 8px 0px;
	font-size: 0.8em;
	line-height: 1.4em;
	font-style:italic;
	color:#000;
	width: auto;
	text-align: center;
}
.column-content {
	padding: 32px;
	overflow: hidden;
}
.column-content p {
	line-height: 1.3em;
}
.column-content.border-left {
	border-left: 1px #000;
	border-left-style: dotted;
}
.column-content.border-right {
	border-right: 1px #000;
	border-right-style: dotted;
}
.column-content.border-top {
	border-top: 1px #000;
	border-top-style: dotted;
}
.column-content.border-bottom {
	border-bottom: 1px #000;
	border-bottom-style: dotted;
}
.column-content.border-left-right {
	border-left: 1px #000;
	border-right: 1px #000;
	border-left-style: dotted;
	border-right-style: dotted;
}
.column-content.radius-bottom {
	border-radius: 0px 0px 6px 6px;
}
.column-content.radius-bottom-left {
	border-radius: 0px 0px 0px 6px;
}
.column-content.radius-bottom-right {
	border-radius: 0px 0px 6px 0px;
}
.column-content .htrack {display:none;}
.centered {
	text-align: center;
}
.colored-gold {
	color: #000000;
	background: -webkit-linear-gradient(90deg, #EBD95A, #BCA816);
	background: linear-gradient(90deg, #EBD95A, #BCA816);
	background-color: #EBD95A;
	font-size: 1.75em;
	font-family: "Life Savers", "Arial Narrow", Arial, sans-serif;
	line-height: 1.15em;
}
.colored-black {
	color: #DDD;
	background: -webkit-linear-gradient(90deg, #444, #000);
	background: linear-gradient(90deg, #444, #000);
	background-color: #222;
	font-size: 1.75em;
	font-family: "Life Savers", "Arial Narrow", Arial, sans-serif;
	line-height: 1.15em;
}
.red {
	background-color: #C33;
}
.black {
	color: #DDD;
	background-color: #151515;
}
@media only screen and (min-width: 0px) and (max-width: 700px) {
.affinity-column {
	float: none;
	width: auto !important;
}
.column-content {
	padding: .75em;
	border: none !important;
	border-radius: 0px;
	height: auto !important;
	max-height: 888678px;
}
#layout {
	max-width: none;
}
#content, #top-navigation, .column-content, #footer, #copyright {
	margin: 0px;
	border-radius: 0px !important;
}
#top-navigation {
	padding: 0px;
}
#logo .left-side, #logo .right-side {
	float: none;
	width: auto;
	margin: 0px;
	text-align: left;
}
@media only screen and (max-device-width: 480px) {
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
#content {
	margin: 0px 40px;
}
#top-navigation {
	margin: 0px 20px;
}
#footer {
	margin: 0px 60px;
}
#copyright {
	margin: 0px 10px;
}
.column-content {
	padding: 20px;
}
}
.sur_name{
	display: none !important;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
}
