/* BIG FRIDGE =============================================================================  */


/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Open Sans', sans-serif; 	
color : #000; 
text-align: center;
background: #99ccff url(/images/bodyback.jpg) left top fixed;
}

button, 
input, 
select, 
textarea { 
font-family : Montserrat, serif; 
color : #333; }


/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family:  Montserrat, serif;
font-weight : normal;
margin: 0.5em 0 .25em 0;
}

h1 { 
color: #111;
font-size : 2.25em; 
line-height : 1.4;
font-weight:800;
}


h2 { 
color: #222;
font-size : 1.75em; 
line-height : 1.5;
font-weight:400;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
font-size : 1.5em; 
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1.25em; 
line-height : 1.25; }


footer h4 { 
color: #ccc;
margin-bottom : 0.5em;
font-size : 1.25em; 
line-height : 1.25; }




/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


.center {
text-align: center;
}


ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}


i.fa-big {
  font-size: 3em;
  margin: 0.25em 0;
  color: #112266;
}

/* LINKS =============================================================================  */

a { 
color : #012;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited { 
color : #036; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #369;
}


footer a { 
color : #eee;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}

#copyright a { 
color : #fff;
}

#copyright a:hover { 
color : #fff;
text-decoration: underline;
}

/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 1em 0 0; }
img.floatright { float: right; margin: 0 0 0 1em; }


img.circular { border-radius: 50%; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }


/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 0 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
border:1px solid #ccc;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
}

input[type="radio"]{
display: inline;
}

input[type="text"], input[type="email"], input[type="tel"] {
width: 97%;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #00f; 
-moz-box-shadow : 0 0 2px #00f;
box-shadow : 0 0 2px #00f; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }



/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 600 PIXELS */

@media only screen and (max-width: 600px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */

@media only screen and (max-width: 600px) {
	.span_2_of_2, .span_1_of_2 {width: 100%; }
}

/*  GRID OF THREE   ============================================================================= */

	
.span_3_of_3 {
	width: 100%; 
}

.span_2_of_3 {
	width: 66.13%; 
}

.span_1_of_3 {
	width: 32.26%; 
}


/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */

@media only screen and (max-width: 600px) {
	.span_3_of_3, .span_2_of_3, .span_1_of_3 {width: 100%;}
}

/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%; 
}

.span_3_of_4 {
	width: 74.6%; 
}

.span_2_of_4 {
	width: 49.2%; 
}

.span_1_of_4 {
	width: 23.8%; 
}


/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */

@media only screen and (max-width: 600px) {
	.span_4_of_4, .span_3_of_4, .span_2_of_4, .span_1_of_4 {width: 100%; }
		
}

/*  GRID OF FIVE   ============================================================================= */

	
.span_5_of_5 {
	width: 100%;
}

.span_4_of_5 {
  	width: 79.68%; 
}

.span_3_of_5 {
  	width: 59.36%; 
}

.span_2_of_5 {
  	width: 39.04%;
}

.span_1_of_5 {
  	width: 18.72%;
}


/*  GO FULL WIDTH AT LESS THAN 600 PIXELS */

@media only screen and (max-width: 600px) {
	.span_5_of_5, .span_4_of_5, .span_3_of_5, .span_2_of_5, .span_1_of_5 {width: 100%; }
}

/*  GRID OF SIX  */
.span_6_of_6 {
	width: 100%;
}

.span_5_of_6 {
  	width: 83.06%;
}

.span_4_of_6 {
  	width: 66.13%;
}

.span_3_of_6 {
  	width: 49.2%;
}

.span_2_of_6 {
  	width: 32.26%;
}

.span_1_of_6 {
  	width: 15.33%;
}

/*  GO FULL WIDTH BELOW 600 PIXELS */
@media only screen and (max-width: 600px) {
	.span_1_of_6, .span_2_of_6, .span_3_of_6, .span_4_of_6, .span_5_of_6, .span_6_of_6 { width: 100%; }
}

/*  PUSH  AND HIDE  ==================================================================== */


.push {
    visibility: hidden;
}

@media only screen and (max-width: 600px)
{
		
	.push {
	    display: none;
	}
	
}

/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }


#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
	border-top: 4px solid #0099cc;
}

	#headercontainer {
			width: 100%;
			background-color: #fff;
			position: relative;
			z-index: 10;
			border-bottom: 1px dotted #9cf;
		}
		
					
		
		header {
			width: 80%; /* 1000px / 1250px */
			font-size: 0.875em; /* 14 / 16 */
			max-width: 100em; /* 1400px / 14 */
			margin: 0 auto;
			padding: 1.5em 0px 0.75em 0px;
			position: relative;
			color: #333;
		}

			#logo 	{ 
				width: 35%;
				float:left; 
				text-align: left;
			}

			#topright { 
				width: 65%;
				float:right;
				margin-top: 1.5em;
			}

				#topbar { 
					float:right; 
					text-align: right;
				}
	

				#topbar a { text-decoration:none; color:#124; }
				#topbar a:hover { text-decoration:none; color:#236; }
		
					#topbarlinks { float:left; 
							padding-top: 0.25em; 
							text-align: right; }
					
						#topbarlinks i.fa {
							font-size: 1.1em;
							margin-left: 0.25em;
						}
		
					#topheadnav {  float:right; }
					
						#topheadnav ul.toprightnav {
							margin: 0px;
							padding: 0.5em 0 1em 0;
							list-style: none;
							text-align: right;
							font-family:  Montserrat, serif;
						}

							#topheadnav ul.toprightnav li {
								margin: 0 0 0 0.75em;
								display: inline;
								color: #ddd;
								text-transform: uppercase;
							}

							#topheadnav ul.toprightnav li a {
								padding: 0.75em;
								color: #fff;
								background: #22bbee;
								text-decoration: none;
							}
							
							

							#topheadnav ul.toprightnav li:first-child a {
								background: #33ccff;
							}

							#topheadnav ul.toprightnav li a:hover {
								background: #0099cc;
								color: #fff;
							}
					
	

	#navcontainer {
			width: 100%;
			background: #fff;
			background: rgba(255, 255, 255, 0.9);
			position: relative;
			z-index: 10;
			border-bottom: 1px solid #ccc;
		}
		
		nav { 
			
			width: 80%; /* 1000px / 1250px */
			font-size: 0.9375em; /* 15 / 16 */
			max-width: 93.33em; /* 1400px / 15 */
			margin: 0 auto;
			padding: 0;
			position: relative;
			color: #ddd;
			text-align: center;
			z-index:1;
		}
		
		#nav-toggle  { display:none; } 
		
		#nav { position:relative; }

		#nav ul { 
			width: 100%;
			margin:0; 
			padding: 0;   
			display: block;  
			list-style: none; 
			text-align: left; 
			}

			#nav ul.nav i.fa {
				margin: 0 0.2em;
			}

			#nav ul.nav li { 
				display: inline-block; 
				position:relative; 
				margin:0 0.3em -5px 0.3em; 
				padding: 0;
				text-align: center;
				}

			#nav ul.nav li a {
				width: 100%;
				padding: 1.6em 0.8em;
				float: left;
				text-align: center;
				position:relative;
				-moz-transition: all 0.1s linear;
				-o-transition: all 0.1s linear; 
				-webkit-transition: all 0.1s linear; 
				transition: all 0.1s linear;
				color: #000;
				text-transform:none;
				cursor: pointer;
			}

			#nav ul.nav li:hover > a { 
				background: #0099cc;
				color:#fff;
				}

			.nav > li > a:focus {
				background: #0099cc;
				color:#fff;
				text-shadow: none; 
				outline:none; 
			}

				#nav,
				#nav * {
				  -moz-box-sizing: border-box;
				  -webkit-box-sizing: border-box;
				  box-sizing: border-box;
				}

				.navgroup { display:none;  left:auto; top: 3.5em; position:absolute; z-index:9999; text-align:left; width:100%; }

				nav li:hover .navgroup { display:block; -webkit-animation: fadein .2s; -moz-animation: fadein .2s; -ms-animation: fadein .2s; -o-animation: fadein .2s; animation: fadein .2s;}



				#nav ul.nav li.toplevel .navgroup .inner { float:left;width:280px; background:#0099cc; color: #eee; padding:0.5em; margin-top:0.5em; position: relative;  box-shadow:4px 4px 2px rgba(0,0,0,0.1); }
				

				#nav ul.nav li.toplevel .navgroup ul { margin: 0 0 0.5em 0;}

				#nav ul.nav li.toplevel .navgroup ul li { float:left; width:100%; text-align: left;}


				#nav ul.nav li.toplevel  .navgroup ul li a { color: #ddd; padding:0.5em 0.5em 0.5em 0; display:inline-block; text-align: left;  text-transform:none; }
				#nav ul.nav li.toplevel  .navgroup ul li a:hover { color:#fff !important; }
				#nav ul.nav li.toplevel  .navgroup ul li a.active { color:#fff !important; }

								


	#homeslider{
		clear: both;
		position: relative;
		width: 100%;
		background: #fff;
		}


		#homeslider.slide  {display: none;} /* hide it until slick kicks in */}

		#homeslider.slick-initialized, .slick-slide:first-child { display: block; } /* bring it back */

		img.heroimage{
			width: 100%; 
			position: relative;
			margin: -150px 0 0 0;
			border-bottom: 1px solid #fff;
			}
			
			.intro-text {
				position: absolute;
				bottom: 0;
				left: 10%;
				width:100%; 
				margin:0; 
				padding: 1em;
				text-align: left;
				}

			.intro-text h1 { font-weight:800; color: #fff; line-height:1.2;  text-shadow: 2px 2px 5px rgba(0,0,0,.5);}
			
			.intro-text strong {  font-family : Montserrat, serif;  color: #fff; font-size : 2.75em; font-weight:700; display: block; margin: 0.5em 0 0.25em 0; line-height:1.2;  text-shadow: 2px 2px 5px rgba(0,0,0,.5);}

			.intro-text p { color: #000; font-size: 1.2em;  }
			
			.intro-text a { font-size: 1.0em;  }
			
					
		
	#topparallaximage{
		clear: both;
		position: relative;
		width: 100%;
		}
		
		.parallax-window {
			position: relative;
			min-height: 400px;
			background: transparent;
		}
	
	#mapcontainer {
		clear: both;
		position: relative;
		width: 100%;
		background: #fff;
		}
	
		#map {
			width: 100%;
			position: relative;
			height: 375px;
			overflow: hidden;	
			}
	
		.overlay {
			background:transparent; 
			position:relative; 
			width: 100%;
			height: 375px;
			top:375px;  /*  iframe height */
			margin-top:-375px;  /*  iframe height */
		}
	
	#maincontent{
		clear: both;
		width: 80%; /* 1000px / 1250px */
		font-size: 0.9375em; /* 15 / 16 */
		max-width: 93.33em; /* 1400px / 15 */
		margin: 0 auto;
		padding: 0 0 1em 0;
		color: #111;
		line-height: 1.6em;
		position: relative;
		text-align: center;
		}

		#maincontent .introtext {
			font-size : 1.4em; 
			color: #222;
			line-height: 1.6;
			margin-bottom: 0.5em;
			}
			
					
		#maincontent a { text-decoration:underline;  }

		#maincontent ul {
			list-style: disc;
			list-style-position: outside;
		}

		.innercontent { 
				text-align: left;
				}

		.innercontentimage img { 
				
				}


	#sharecontainer {
		width: 100%;
		}
	
		#share {
			clear: both;
			width: 190px;
			font-size: 0.8125em; /* 13 / 16 */
			margin: 0 auto;
			padding: 2em 0 2em 0;
			text-align: center;
		}
		
			.socialbutton {
				float: left;
				text-align: center;
				margin: 0 5px;
			}

			
	
	#getintouchcontainer {
		width: 100%;
		background: #eef;
		background: rgba(255, 255, 255, 0.5)
		}
	
		#getintouch {
			width: 80%; /* 1000px / 1250px */
			font-size: 0.875em; /* 14 / 16 */
			max-width: 100em; /* 1400px / 14 */
			margin: 0 auto;
			padding: 2em 0 1em 0;
			text-align: center;
		}


		.mobileonly {display: none;}


	#bottomstripcontainer {
		width: 100%;
		background: #ccc;
		}

		#bottomstrip{
			clear: both;
			width: 100%;
			font-size: 0.875em; /* 14 / 16 */
			margin: 0 auto;
			padding: 0px;
			color: #fff;
			line-height: 1.6em;
			position: relative;
			text-align: center;
			}
			
			.bottomportal { float:left; width:33.3333%;  background-size:cover; background-repeat:no-repeat; background-position:center center;  height:300px; position:relative;  }
			
			
				.portaltext { font-size:1em; color:#eee; position:absolute; left:10%; top:10%; background:#333; background:rgba(51,51,51,.75); width:70%; padding: 2.5% 5%; }
				
				.portaltext h3 { color:#fff; margin-bottom:.25em; font-size:1.4em; }
			
			
			
			.bottom-sizes { background-image:url(/images/bottom-sizes.jpg); }
			.bottom-about { background-image:url(/images/bottom-about.jpg);}
			.bottom-quote { background-image:url(/images/bottom-quote.jpg);}
		
		
		#bottomstrip a { text-decoration:none; color:#0099cc;}
		#bottomstrip a:hover { text-decoration:underline; color:#fff; }

		
	#socialcontainer {
		width: 100%;
		background: rgba(255, 255, 255, 0.1);
		}

		#social{
			clear: both;
			width: 80%;
			font-size: 0.875em; /* 14 / 16 */
			margin: 0 auto;
			padding: 1em;
			color: #000;
			line-height: 1.6em;
			position: relative;
			text-align: center;
			}				
		
	
			
		#twitter_feed_rgt {
			text-align: center;
			}		
			
		.tweet {
			clear: both;
			margin: 1em 0;
			}			
	
	#testimonialcontainer {
		width: 100%;
		background: #003366;
		background: rgba(0, 153, 204, 0.75);
		color: #fff;
		}
	
		#testimonial {
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 100em; /* 1300px / 13 */
			margin: 0 auto;
			padding: 2em 0 2em 0;
			text-align: center;
		}
		
		#testimonial .slide span.testtext  {
			font-family:  "Indie Flower", serif;				
			font-size : 1.4em; 
			}
				
		#testimonial em  {
			display: block;
			margin-top: 0.5em;
			}

		#testimonial .slide i {
		    font-size: 2em;
		    padding: 0 1em;
		    color: #fff;
		}
		
		#testimonial a { text-decoration:underline; color:#eee; }
		#testimonial a:hover { text-decoration:underline; color:#fff; }	
	
	#footercontainer {
		width: 100%;
		background: #112244;
		background: rgba(0, 51, 102, 0.8);
		}


		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 100em; /* 1300px / 13 */
			margin: 0 auto;
			padding: 1em 0 1.5em 0;
			color: #eee;
			line-height: 1.8em;
			text-align: left;
		}
		
		
		footer i.fa {
			font-size: 1.4em;
			margin-right: 0.25em;
		}
		
		ul.footerlist {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
			width:100%;
			-webkit-column-count: 2; /* Chrome, Safari, Opera */
			-moz-column-count: 2; /* Firefox */
			column-count: 2;

			-webkit-column-gap: 1.6%; /* Chrome, Safari, Opera */
			-moz-column-gap: 1.6%; /* Firefox */
			column-gap: 1.6%;
		}

		ul.footerlist li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}		

		footer a { text-decoration:none; color:#eee; }
		footer a:hover { text-decoration:underline; color:#fff; }


	#copyrightcontainer {
		width: 100%;
		background: #000000;
		background: rgba(0, 0, 0, 0.9)
		}
	
		#copyright {
			clear: both;
			width: 60%; /* 750px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			margin: 0 auto;
			padding: 2em 0 1em 0;
			color: #ccc;
			line-height: 1.8em;
			text-align: center;
		}






/*  BUTTONS  ============================================================================= */


.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family:  Montserrat, serif;
	color: #fff !important;
	padding: .5em 1em;
	margin: 5px 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-weight: 300;
	background: #22bbee;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.2em;
	text-decoration: none !important;
				
}
.button:hover, .button:active {
	background: #33ccff;
	color: #fff;
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}


.button-arrow-right
{
	position: relative;
	padding-right: 3em;
}

.button-arrow-right:hover, .button-arrow-right:active
{
	background: #0099cc;
}


.button-arrow-right:before {
	content: "\f054";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	width: 2em;
	color: #fff;
	font-size: 1em;
	line-height: 2.4em;
	background: #3399ff;
}


/*  TWO COLUMNS ============================================================================= */


@media only screen and (min-width: 1000px){
	.twocolumns {
	    -webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;

	    -webkit-column-gap: 1.6%; /* Chrome, Safari, Opera */
	    -moz-column-gap: 1.6%; /* Firefox */
	    column-gap: 1.6%;

	    text-align: left;

	}
	

}




/*  CONTENT FEATURE ============================================================================= */


.contentfeature {
	background: rgba(255, 255, 255, 0.75);
	padding: 1em 0.75em;
}

/*  AREA FEATURE ============================================================================= */


.areafeature {
	background: rgba(255, 255, 255, 0.75);
	padding: 1em 0.75em;
}


/*  GALLERY ============================================================================= */

#galleryimages {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.galleryimage {
	margin: 0 0.5em;
	padding: 0.5em;
	display: inline-block;
	background: #fff;
}

.galleryimage p {
	color: #333;
	font-size: 0.85em;
	padding: 0.25em 0 0 0;
}

.galleryimage:hover {
	background: #3399ff;
}


/*********************
 TESTIMONIALS BUBBLES
***********************/

.speechbubble {
	position:relative;
	padding:0.5em 1em;
	margin:1em 0 1em 0;
	color:#000;
	background:#fff; /* default background for browsers without alpha */
	
	/* css3 */
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	background: rgba(255, 255, 255, 0.25);
}

.speechbubble p {
	margin-bottom: 0.5em;
}

/* display of quote author (alternatively use a class on the element following the blockquote) */
.speechbubble + p {margin:1em 0 2em 85px; font-style:italic; text-align: left;}

/* creates the triangle */
.speechbubble:after {
	content:"";
	display:block; /* reduce the damage in FF3.0 */
	position:absolute;
	bottom:-50px;
	left:50px;
	width:0;
	height:0;
	border-width:0 20px 50px 0px;
	border-style:solid;
	border-color:transparent #fff;
	border-color:transparent rgba(255, 255, 255, 0.25);
}



/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

/* MEDIA QUERIES ============================================================================= */

@media only screen and (max-width: 1200px)
{
		header, #maincontent,#getintouch, #testimonial, footer {
			width: 90%;
		}
		
		
			#logo 	{ 
				text-align: center;
			}
		
		
		nav {
			width: 96%;
		}


		#nav ul { 
			text-align: center; 
			}


		#nav ul.nav li { 
			margin:0 0.1em; 
			}

		#nav ul.nav li a {
			padding: 1.6em 0.5em;
		}

		img.heroimage { 
			margin: -100px 0 0 0;
			}
		
		.intro-text {
			padding: 0.5em;
			}
		
		.intro-text strong { font-size : 2.5em;}
			
	
		#copyright {
			width: 70%;
		}

	
}

@media only screen and (max-width: 1000px)
{

		#logo 	{ 
			width: 100%;
			margin: 0;
		}

		#topright { 
			width: 100%; 
			margin: 0;
		}

			#topbar { 
				float:left; 
				width: 100%;
				text-align: center;
				margin: 0 0 0.25em 0;
			}
			
				#topbarlinks { 
					float:left;
					width: 100%;  
					margin-top: 0.5em;
					text-align: center; 
					}
					
				#topheadnav { width: 100%; float:left; }
				
					#topheadnav ul.toprightnav {
						text-align: center;
					}

		h1 {font-size : 2em; letter-spacing: -1px;}
		
		.intro-text strong { font-size : 2.25em;}

		.intro-text p { font-size: 1.0em;  }
		.intro-text a { font-size: 1.0em;  }
			
}

@media only screen and (max-width: 900px)
{

		img.heroimage { 
			margin: -50px 0 0 0;
			}
		
			
		.intro-text strong { font-size : 2em;}
		
		#maincontent .span_1_of_4 {
			width: 49.2%;
			margin: 1% 0 1% 1.6%;
		}

		#maincontent .span_1_of_4:nth-child(2n+1) {
			clear: both;
			margin-left: 0;
		}
	
}

@media only screen and (max-width: 800px)
{

		.desktoponly {display: none;}
		.mobileonly {display: block;}
	

		#nav-toggle { width:40px; height:34px; float:left; display:block; text-align: center;	display: block;		font-size:2em;	text-decoration: none;	 color: #0099cc; z-index: 9;	-webkit-transition: all 0.1s;	-moz-transition: all 0.1s;	-o-transition: all 0.1s; transition: all 0.1s;  text-align:center; cursor:pointer; position:absolute; top:.1em; right:.1em;  }
		
		
		#nav, #topheadnav { display:none; }
		
		#nav { position:absolute; }


			#nav ul.nav li { 
				margin:0;
				}

			#nav ul.nav li a {
				padding: 1em 0em;
			}
			
			 nav, #nav ul, #nav li { width:100%; margin:0; padding:0;  text-align:center; background: #0099cc;}


			 nav li a,  nav li a:visited {  color:#fff;  border-bottom: solid 1px rgba(255,255,255,.1);}
			 nav li a:hover { color:#ffee33; border-bottom: solid 1px rgba(255,255,255,.1); }
			 
			 
			 nav li:hover .navgroup, .navgroup { position:relative; top:auto; left:auto;  }
			 
			 .navgroup { top: 2.5em; }
			 
			 #nav ul.nav li.toplevel .navgroup .inner { width:100%;  }
			 
			 #nav ul.nav li.toplevel .navgroup ul li { text-align: center;}
			 #nav ul.nav li.toplevel  .navgroup ul li a { text-align: center; }
	
			.navgroup ul:after { display:none; }
			


			.intro-text strong { font-size : 1.75em;}

			img.heroimage { 
				margin: 0 0 0 0;
				}
				
		.parallax-window {
		    min-height: 300px;
		}
		
}


@media only screen and (max-width: 600px)
{

		#topheadnav ul.toprightnav li { display: block; width:100%; margin:1.5em 0 0 0;  text-align:center;}

		.parallax-window {
		    min-height: 200px;
		}

		.intro-text  { padding: 0.25em;  }
		.intro-text strong {  font-size : 1.5em; margin-top: 0.25em;}
		.intro-text p { font-size: 0.9em;  }
		.intro-text a { display: none;  }
		
		.bottomportal { width: 100%; height:250px; border-bottom: 1px solid #fff;}
		
		
		footer .span_2_of_4 {
			padding-bottom: 1em;
			border-bottom: solid 1px rgba(255,255,255,.1);
		}
		
		footer .span_1_of_4 {
			width: 49.2%;
			margin: 1% 0 1% 1.6%;
		}
		
		footer .mobileclear { clear: both; margin-left: 0; }
		

	
}

.form-err {
    background: red;
    color: white;
    padding: 20px;
}


