/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float: left;
	margin: 0 0 0 .8%;
}
.col:first-child { margin-left: 0; }


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  GRID OF THREE  */

.span_12_of_12 {
	width: 100%;
}
.span_11_of_12 {
	width: 91.526%;
}
.span_10_of_12 {
	width: 83.06%;
}
.span_9_of_12 {
	width: 74.594%;
}
.span_8_of_12 {
	width: 66.128%;
}
.span_7_of_12 {
	width: 57.662%;
}
.span_6_of_12 {
	width: 49.196%;
}
.span_5_of_12 {
	width: 40.73%;
}
.span_4_of_12 {
	width: 32.264%;
}
.span_3_of_12 {
	width: 23.798%;
}
.span_2_of_12 {
	width: 15.332%;
}
.span_1_of_12 {
	width: 6.866%;
}

body {
	font-family: Helvetica, sans-serif;
	color: #181818;
}

#contact {
	display: none;
}

.container {
	max-width: 1000px;
	display: block;
	margin: 0 auto;
}

img {
	display: block;
	margin: 0 auto;
	max-width: 95%;
}

#header-mobile {
	display: none;
}

#header {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
}

#header-mobile img {
	
	padding: 5px;
}

h1 {
	display: block;
	margin: 0 auto;
	max-width: 95%;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
}

#center {
	text-align: center;
}

.seperator {
	padding-top: 15px;
	padding-bottom: 15px;
}


.services-desktop {
	display: block;

}

.services {
	display: none;
}

#footer p {
	font-size: .9em;
	text-align: center;
}

#footer a {
	font-family: Arial, sans serif;
	color: red;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

/*  GO FULL WIDTH AT LESS THAN 750 PIXELS */

@media only screen and (max-width: 780px) {
	
	.col { 
	margin: 1% 0 1% 0%;
	}
	.span_12_of_12, .span_11_of_12, .span_10_of_12, .span_9_of_12, .span_8_of_12, .span_7_of_12, .span_6_of_12, .span_5_of_12, .span_4_of_12, .span_3_of_12, .span_2_of_12, .span_1_of_12 { 
	width: 100%;
	}
	
	.container {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	}
	
	#header-mobile {
		display: block;
		margin: 0 auto;
		max-width: 70%;
	}
	#header {
		display: none;
	}
#contact {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 0;
	background: white;
}

	#contact ul {
		text-decoration: none;
	}
	
#contact li {
	float: left;
	display: inline-block;
	padding: 5px 5px 5px 15px;
}

#contact img {
	max-width: 50px;
}

#contact p {
	vertical-align: middle;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	}
	
	.services {
	display: block;
	margin: 0 auto;
	max-width: 60%;
}
	.services-desktop {
		display: none;
	}
	
	#facebook {
		display: none;
	}
}