/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* clearfix
----------------------------------------------- */

.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}

/* box model
----------------------------------------------- */

div {
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
}

/* layout
----------------------------------------------- */
/*
http://www.responsivegridsystem.com/calculator/
*/

.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.section {
	clear: both;
}

	/*  COLUMN SETUP  */

	.col {
		display: block;
		margin: 1% 0 1% 0%;
		float:left;
	}

	.col:first-child { margin-left: 0; }

	.span_3_of_3 { width: 100%; }
	.span_2_of_3 { width: 100%; }
	.span_1_of_3 { width: 100%; }
	.span_2_of_2 { width: 100%; }
	.span_1_of_2 { width: 100%; }

@media only screen and (min-width: 769px) {
	/* 1.6 */

	.col { margin: 1% 0 1% 5%; }

	/*  GRID OF THREE (1.6 Margin)
	.span_3_of_3 { width: 100%;	}
	.span_2_of_3 { width: 66.1%; }
	.span_1_of_3 { width: 32.2%; }  */

	/*  GRID OF THREE  (5 Margin) */
	.span_3_of_3 { width: 100%; }
	.span_2_of_3 { width: 65%; }
	.span_1_of_3 { width: 30%; }

	/*  GRID OF TWO  */
	.span_1_of_2 { width: 47.5%;}
}




header
{
	background: #c6f5c1;
	padding-bottom: .5em;
	color:#000;
	margin-bottom: 5px */
}

	header div.container {
		padding: 0;
		margin-bottom: 0em;	
	}


/* What does this do? */
@media only screen and (min-width: 481px) { 
	header div.container {
		padding: 0 2%;
	}
}

footer
{
	clear: both;
	background: #c6f5c1;
	color:#000;
	margin-top: 1em;
	padding: 1em 0;
}

div.container {
	/*	max-width: 960px; */
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2%;
}

/* Logo
------------------------------------- */

.logo {
	max-width:80%;
	width: 600px;
	display: block;
	/* padding: 5px; */
	margin: .3em auto;
}

.logo a {
	text-decoration: none;
}

.phone {
/*	clear:both; */
	/* margin: 0 auto */
	/* padding: .5em 0; */
	font-weight:bold;
	/* text-align: center; */
	line-height: 1.2em;
}

@media only screen and (min-width: 769px) {
.phone {
/*	margin-top:1em; */
}
}


/* Images
------------------------------------- */

img {
  max-width: 100%;
  margin-bottom: 1em;
}

img.test {
	width: 32.2%;
}


/* Common Alignment Classes
------------------------------------- */

.right {
	float:right;
	margin-left: 2%;
	}

.left {
	float:left;
	margin-right: 2%;
	}

.center, .centre {
	display:block;
	margin-left: auto;
	margin-right: auto;
}

.small {
	font-size: .75em;
}

/* typography
------------------------------------- */

body {
	/* font-family: 'Sintony', sans-serif; */
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	/* color: #FF8C0D; */
	/* color: #F36F18; */
	color: #111;
	background: #fff;
	}

p, ul {margin-bottom: 1em; line-height: 1.3em; font-size: .9em;}

h1, h2, h3 {
	font-weight: 400;
	font-size: 1.5em;
	line-height: 1.2em;
	margin-bottom: .25em;
	font-family: 'Roboto Slab', serif;
	color: #000;
}

h1 { }
h2 { font-size: 1.25em;}
h3 { font-size: 1.12em;}


h1.middle, h2.middle, h3.middle {
	text-align:center;
}

nav {text-transform: uppercase;}

strong { font-weight: bold; }
em { font-style: italic; }

a {
	color: #40A2C3;
}
a:hover {
	color: #FF8C0D;
}

h1.banner {
	color: #fff;
	text-shadow: 0px 0px 15px rgba(0,0,0, 1);
}

ul {
	overflow: hidden;
	list-style: disc outside none;
	padding-left: 1.2em;
}

.span_1_of_3 ul {
	padding-left: 1.2em;
}


@media only screen and (max-width: 320px) {
	img.test { width:100%;}
}

@media only screen and (min-width: 481px) {
	body { font-size: 1.2em; }
}

@media only screen and (min-width: 750px) {
	body { font-size: 1.2em; }

	h1 { font-size: 2.0em; }
	h2 { font-size: 1.5em;}
	h3 { font-size: 1.25em; }

}

/* forms
------------------------------------- */


/* corrects margin displayed oddly in IE6-7 */
form {
  margin: 0;
}

/* remove default fieldset styling across browsers */
fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

/* corrects text not wrapping in FF3, corrects alignment displayed oddly in IE7 */
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

/* improves appearance and consistency in all browsers */
button,
input,
select,
textarea {
	box-sizing: border-box;
	-moz-box-sizing:border-box; /* Firefox */
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	/* improves appearance and consistency in IE7 */
	*vertical-align: middle;
}


/* Buttons
   ========================================================================== */

button,
[role] a.button,
span.disabled,
input[type="button"],
input[type="reset"],
input[type="submit"] {

  /* remove iOS Safari default styling */
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -khtml-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: auto;
  overflow: visible;

 /* 12px */
/* font-size: .85714285714286em; /*

  font-weight: normal;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  border: 2px solid #080;
  cursor: pointer;
  display: inline-block;
  /* display and zoom IE7 fix for display:inline-block */
  *display: inline;
  *zoom: 1;
  outline: 0;

background: #fc3;
color: #000;
/* text-shadow: -1px -1px 0 rgba(128, 128, 128, 0.5); */

}

/* Fix firefox button size */
input[type="submit"]::-moz-focus-inner {border:0;}
input[type="submit"]:focus {background:#333;}


/* Default form Styles
-----------------------------------------------------------------------*/

form {
}

input, textarea, label {
}

input, textarea {


	border: 1px solid #999;
	font-family: 'Source Sans Pro', sans-serif;
	/* font-family: verdana, arial, sans-serif; */
	font-size: .8em;
	padding: .25em;
}

input:focus, textarea:focus {
	box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.25) inset, 0px 0px 7px rgb(0, 102, 255);
}

label {
	margin-bottom: .25em;
}


/* Diffent form Styles */

.article-form {
	padding: 1em;
	background-color: #eee;
	/* border: 3px solid #369; */
}

.article-form input, .article-form textarea, .article-form label {
	display:block;
	float:left;
	clear:left;
	margin-bottom: 1em;
	max-width: 100%
}

.article-form label {
	margin-bottom: .5em;
}

a.button {
	border-radius: .2em;
	font-size: 1.25em; background:#f6921e; color:#fff; border: none;
	padding: 6px;
	text-decoration: none;
}
.article-form input[type="submit"] {
	border-radius: .2em;
	font-size: 1.25em; background:#f6921e; color:#fff; border: none;
}

.article-form input[type="submit"]:hover, a.button:hover {
	background: #ffb23e;
}


/* Responsive YouTube Video
------------------------------------------
- See more at: http://avexdesigns.com/responsive-youtube-embed/#sthash.nDu9VOq5.dpuf
*/

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


div.band { background: #ccc; }

/* Testimonials */

p.testimonial {
	background: #ffeada;
	padding: 1em;
	margin-top: 1em;
	border-radius: 5px;
}

p.testimonial .quote {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.25em;
}

p.testimonial .name {
	font-size: .8em;
}

/* Location map */
#pro_map_canvas{ width: 100%; height: 360px; z-index: 1; margin-bottom: 10px; position: relative; }

/*cta */

div.cta {
	font-size: .9em;
	background: #1d97d4;
	padding: 1em;
	border-radius:5px;
	color: #fff;
	margin-bottom: 1em;
}

div.cta a.button {
	display:block;
	margin: .5em auto 0;
	text-transform: uppercase;
	text-align: center;
	padding: .8em 1em;
	font-size: .9em;
	border-bottom: 4px solid #db821a;
	border-radius:5px;

}

div.key-facts {
	padding: 1em;
	background: #eee;
	border-radius: 5px;
	margin-bottom: 1em;
}

a.gallery-image img {
	margin: .3em .25em;
}

table {
	font-size: .8em;
	margin-bottom: 1em;
}

th {
	font-weight: bold;
	text-align: left;
}

tr {
	border-bottom: 1px solid #ccc;
}

td, th {
	padding-bottom: .35em;
	padding-top: .35em;
}
