/*
Theme Name: Big Splash Web Design
Author: Big Splash Web Design
*/

/* =Reset
-------------------------------------------------------------- */
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff url( images/bg.jpg ) center top no-repeat;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: normal;
	margin: 0 0 15px 0;
	font-family: Georgia, Times New Roman, sans-serif;
	padding-left: 20px;
	background: url( images/header-square.png ) left center no-repeat !important;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; }
h1 {
	font-size: 28px; 
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 22px;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	vertical-align: top;
	border: 1px solid #980000;
	border-radius: 3px;
	background: #e00e0f; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00e0f 0%, #a40000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00e0f), color-stop(100%,#a40000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00e0f 0%,#a40000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00e0f', endColorstr='#a40000',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #f16c6c;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 14px;
	font-size: 1.4rem;
	padding: 7px 15px 8px 15px;
	text-shadow: 0 1px 0 #980000;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border: 1px solid #980000;
	background: #a40000; /* Old browsers */
	background: -moz-linear-gradient(top,  #a40000 0%, #e00e0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a40000), color-stop(100%,#e00e0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a40000 0%,#e00e0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a40000 0%,#e00e0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a40000 0%,#e00e0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a40000 0%,#e00e0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#e00e0f',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 -2px 1px #f16c6c;
	text-shadow: 0 -1px 0 #980000;
	padding: 8px 15px 7px 15px;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #dc0000;
}
a:visited {
	color: #dc0000;
}
a:hover,
a:focus,
a:active {
	color: #aa0000;
}

.button a {
	border: 1px solid #980000;
	border-radius: 3px;
	background: #e00e0f; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00e0f 0%, #a40000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00e0f), color-stop(100%,#a40000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00e0f 0%,#a40000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00e0f', endColorstr='#a40000',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #f16c6c;
	color: #fff;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 7px 15px 8px 15px;
	text-shadow: 0 -1px 0 #980000;
	text-decoration: none;
	display: inline-block;
}
.button a:hover {
	border: 1px solid #980000;
	background: #a40000; /* Old browsers */
	background: -moz-linear-gradient(top,  #a40000 0%, #e00e0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a40000), color-stop(100%,#e00e0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a40000 0%,#e00e0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a40000 0%,#e00e0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a40000 0%,#e00e0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a40000 0%,#e00e0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#e00e0f',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 -2px 1px #f16c6c;
	
	padding: 8px 15px 7px 15px;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 1em;
}
img.aligncenter, img.alignleft, img.alignright {
	padding: 5px;
	background:#fff;
	border: 1px solid #c7c7c7;
}
.chromeframe {
	color:#fff;
	padding: .5em;
	background:#c14c4c;
	text-align: center;
	border-bottom: 1px solid #9e3737;
}
.chromeframe p {
	margin: 0px;
}
.chromeframe a {
	color:#fff;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}
.clear { clear: both; }
.group:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* =Menu
----------------------------------------------- */
.main-navigation {
	display: block;
	color:#333;
	float: right;
	font-family: Georgia, Times New Roman, serif;
	font-size: 18px;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
/*
	inline block
	------------------------------
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
*/
.main-navigation ul > li > a {
	line-height: 80px;
	margin: 0 20px;
	background: url( images/square-icon.png ) left center no-repeat;
	padding-left: 20px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color:#333;
}
.main-navigation a:hover {
	color:#dc0000;
}
.main-navigation ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	position: absolute;
		top: 1.5em;
		left: 0;
	z-index: 99999;
	background:#000;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	line-height:  1em;
}
.main-navigation ul li:hover > ul {
	display: block;
}

/* =Header
----------------------------------------------- */
h1.site-title {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 339px;
	height: 80px;
	float: left;
	margin: 0px;
	padding: 0;
	background: none !important;
}
.site-title a {
	display: block;
	width: 339px;
	height: 80px;
	background: url( images/pe2-logo.png ) no-repeat;
}
.site-header {
	height: 80px;
	margin-bottom: 40px;
	padding: 10px 0;
}


/* =Footer
----------------------------------------------- */
.site-footer {
	clear: both;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color:#939393;
}
.site-info {
	padding: 40px 0;
}
.site-info ul {
	list-style: none;
	margin: 0 0 5px 0;
	text-align: center;
}
.site-info li {
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	margin: 0 10px 0 0;
	padding-left: 20px;
	background: url( images/grey-square.png ) left center no-repeat;
}
.site-info li.first {
	background: none;
	padding-left: 0;
}
.site-footer p {
	margin: 0px;
}
.site-footer a {
	text-decoration: none;
	color:#939393;
}
.site-footer a:hover {
	color:#e00e0f;
}


/* =Front Page
----------------------------------------------- */
#square {
	margin: 100px 0;
}
#square button {
	border: 1px solid #980000;
	border-radius: 3px;
	background: #e00e0f; /* Old browsers */
	background: -moz-linear-gradient(top,  #e00e0f 0%, #a40000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00e0f), color-stop(100%,#a40000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #e00e0f 0%,#a40000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00e0f', endColorstr='#a40000',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #f16c6c;
	color: #fff;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 30px;
	padding: 8px 15px 11px 15px;
	text-shadow: 0 1px 0 #980000;
	width: 300px;
	height: 300px;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
}
#square button:hover {
	border: 1px solid #980000;
	background: #a40000; /* Old browsers */
	background: -moz-linear-gradient(top,  #a40000 0%, #e00e0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a40000), color-stop(100%,#e00e0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a40000 0%,#e00e0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a40000 0%,#e00e0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a40000 0%,#e00e0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a40000 0%,#e00e0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40000', endColorstr='#e00e0f',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 -2px 1px #f16c6c;
	padding: 11px 15px 8px 15px;
}
#square button:active {
	background: #d80808; /* Old browsers */
	background: -moz-linear-gradient(top,  #d80808 1%, #e00e0f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#d80808), color-stop(100%,#e00e0f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d80808 1%,#e00e0f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d80808 1%,#e00e0f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d80808 1%,#e00e0f 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d80808 1%,#e00e0f 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d80808', endColorstr='#e00e0f',GradientType=0 ); /* IE6-9 */
}
img.divider {
	display: block;
}
#about {
	position: relative;
	padding-right: 464px;
	background: url( images/home-build.png ) right top no-repeat;
	min-height: 300px;
	margin-bottom: 20px;
}
p.phone {
	position: absolute;
	top: 240px;
	right: 80px;
	border: 1px solid #980000;
	border-radius: 3px;
	background: #e00e0f url( images/phone-icon.png ) 20px center no-repeat; /* Old browsers */
	background: url( images/phone-icon.png ) 20px center no-repeat, -moz-linear-gradient(top,  #e00e0f 0%, #a40000 100%); /* FF3.6+ */
	background: url( images/phone-icon.png ) 20px center no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00e0f), color-stop(100%,#a40000)); /* Chrome,Safari4+ */
	background: url( images/phone-icon.png ) 20px center no-repeat, -webkit-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #e00e0f 0%,#a40000 100%); /* IE10+ */
	background: url( images/phone-icon.png ) 20px center no-repeat, linear-gradient(to bottom,  #e00e0f 0%,#a40000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e00e0f', endColorstr='#a40000',GradientType=0 ); /* IE6-9 */
	color:#fff;
	font-size: 18px;
	padding: 8px 20px;
	text-shadow: 0 1px 0 #980000;
	padding-left: 60px;
	margin: 0;
}
p.phone a {
	color:#fff;
	text-decoration: none;
}
#projects {
	margin: 40px 0 80px 0;
}
#projects .image {
	width: 472px;
	float:left;
	margin-right: 20px;
	position: relative;
}
#projects .image p.caption {
	margin: 0px;
	position: absolute;
	bottom: 6px;
	left: 6px;
	width: 440px;
	text-align: center;
	font-size: 12px;
	padding: 10px; 
	background: rgb( 0,0,0 );
	background: rgba( 0,0,0,.7);
	color:#fff;
}
.ie #projects .image p.caption {
	background: url( images/black-trans.png ) repeat;
}
#projects .image img {
	padding: 5px;
	background:#fff;
	border: 1px solid #c7c7c7;
}
#projects .content {
	width: 468px;
	float: left;
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { max-width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a { cursor:pointer;  width: 11px; height: 11px; display: block; background: #f5f5f5; background: rgb(247,247,247); box-shadow: 0 0 3px 0 #fff inset; border: 1px solid #c8c8c8; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover  { background: #e00e0f; background: rgb(195,0,0); box-shadow: 0 0 3px 0 #ffc9c9 inset; border: 1px solid #980000; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

/* =Form
----------------------------------------------- */
#gform_wrapper_1.gform_wrapper {
	overflow: visible;
	margin: 0;
	max-width: 100%;
}
.csstransforms #gform_wrapper_1.gform_wrapper li.trigger, .csstransforms #gform_wrapper_1.gform_wrapper form li.trigger {
	-moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
	
	-moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
	
}
.csstransforms #gform_wrapper_1.gform_wrapper.form-error li, .csstransforms #gform_wrapper_1.gform_wrapper.form-error form li {
	-moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);	
}
.gform_wrapper .top_label #field_1_100 .gfield_label, .gform_wrapper .top_label #field_1_11 .gfield_label, .gform_wrapper .top_label #field_1_12 .gfield_label {
	display: -moz-inline-stack;
	display: inline-block;
	line-height: 1.3em;
	clear: both;

	font-weight: normal;
	margin: 0;
	margin: 10px 0;
	font-family: Georgia, Times New Roman, sans-serif;
	padding-left: 20px;
	background: url( images/header-square.png ) left center no-repeat !important;
	font-size: 24px;
}

#gform_wrapper_1.gform_wrapper .gfield_description {
padding: 10px 0;
width: 99.8%;
}

.csstransforms #gform_wrapper_1.gform_wrapper li, .csstransforms #gform_wrapper_1.gform_wrapper form li {
	margin-left: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	overflow: visible;
	-moz-transform: translate(-120%, 0);
    -ms-transform: translate(-120%, 0);
    -o-transform: translate(-120%, 0);
    -webkit-transform: translate(-120%, 0);
    transform: translate(-120%, 0);
}
#gform_wrapper_1.gform_wrapper .gfield_html.gfield_no_follows_desc {
	margin-top: 0px;
}
#gform_wrapper_1 .wrap {
	float: left;
	width: 45%;
	margin-right: 5%;
	overflow:hidden;
}
#gform_wrapper_1 .wrap.last {
	margin-right: 0px;
}
#gform_wrapper_1.gform_wrapper .gform_page_footer {
	clear: both;
	margin: 20px 0;
	width: 99%;
	border-top: 0;
	padding: 16px 0 0 0;
	text-align: right;
}
.ie #gform_wrapper_1.gform_wrapper ul { /* IE7 */
	min-height: 1px;
}
#gform_wrapper_1.gform_wrapper .top_label input.large, #gform_wrapper_1.gform_wrapper .top_label select.large, #gform_wrapper_1.gform_wrapper .top_label textarea.textarea {
width: 98%;
}

#gform_wrapper_1.gform_wrapper .gform_page_footer {
	margin: 20px 0;
	width: 99%;
	border-top: 0;
	padding: 16px 0 0 0;
}
.page-id-16 #gform_wrapper_1.gform_wrapper .gform_page_footer {
	padding: 0;
	margin: 20px 0 0 0;
}
.page-id-16 #gform_wrapper_1 {
	margin-bottom: 30px;
}
#gform_wrapper_1.gform_wrapper .gf_page_steps {
	width: 99%;
	margin: 10px 0;
	padding: 0 0 4px 0;
	border-bottom: 0;
}
.page-id-16 .gform_body {
	padding: 20px;
	border: 1px solid #d6d6d6;
	box-shadow: 0 0 8px 0 #d7d7d7;
	background: rgb( 255,255,255);
	background: rgba( 255,255,255, .3);
}
.ie .page-id-16 .gform_body {
	background: url( images/white-trans.png ) repeat;
}

.gform_confirmation_message {
	padding: 10px;
	color:#fff;
	background:#a40000;
	border: 1px solid #e00e0f;
	font-weight: bold;
	margin: 30px 0;
}
.gform_confirmation_message a {
	color:#fff;
}


/* =Content
----------------------------------------------- */
#page {
	width: 960px;
	margin: 0 auto;
}
body .site-content.one-column  {
	float: none;
	margin: 0px;
}
.site-content {
	float: left;
	margin: 0 -30% 0 0;
	width: 100%;
}
.one-column #content {
	margin: 0px;
	padding: 0;
}
#content {
	margin: 0 30% 0 0;
	padding-right: 40px;
}
.two-col div {
	width: 45%;
	float: left;
	margin-right: 10%;
}
.two-col div.last {
	margin-right: 0px;
}
.three-col div {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.three-col div.last {
	margin-right: 0px;
}
.four-col div {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.four-col div.last {
	margin-right: 0px;
}
.entry-header {
	padding-bottom: 20px;
	background: url( images/divider.png ) center bottom no-repeat;
	margin-bottom: 30px;
}
.entry-header h1.entry-title {
	margin: 0px;
}

/* =Sidebar
----------------------------------------------- */
#secondary { /* Sidebar 1 */
	float: right;
	overflow: hidden;
	width: 30%;
	background:#fff;
	background: rgba( 255,255,255,.6);
}
.ie #secondary {
	background: url( images/white-trans.png ) repeat;
}
#secondary .wrap {
	border: 1px solid #dcdcdc;
}
#secondary aside {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	padding: 20px;
	border-bottom: 1px solid #dcdcdc;
}
#tertiary { /* Sidebar 2 */
	clear: right;
}
#secondary ul a {
	text-decoration: none;
	color:#333;
}
#secondary ul a:hover {
	color:#dc0000;
}
#secondary #project-list ul {
	margin-bottom: 0;
}


/* =Contact
----------------------------------------------- */
ul.contact-info {
	list-style: none;
	margin: 0;
}
.contact-info li {
	padding: 15px 0 15px 40px;
}
.contact-info li.phone {
	border-bottom: 1px solid #ccc;
	background: url( images/contact-phone-icon.png ) left center no-repeat;
}
.contact-info li.phone a {
	text-decoration: none;
	color:#333;
}
.contact-info li.fax {
	border-top: 1px solid #fff;
	background: url( images/contact-fax-icon.png ) left center no-repeat;
	padding-bottom: 0px;
}
#secondary .contact p.button a {
	width: 212px;
	text-align: center;
}
#secondary .contact p.button a span {
	padding-left: 30px;
	background: url( images/contact-email-icon.png ) left center no-repeat;
}

/* =IE
----------------------------------------------- */
.ie .group { /* IE7 */
	min-height: 1px;
}

/* =Media
----------------------------------------------- */
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/* =Navigation
----------------------------------------------- */
#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}


/* =iPhone & iPad
----------------------------------------------- */
@media only screen and (max-width: 600px ) {

embed,
iframe,
object {
	max-width: 100%;
	height: auto;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
body {
	background: url( images/bg-mobile.jpg ) center top no-repeat;
}
h1 {
	font-size: 22px; 
}
h2 {
	font-size: 20px;
}
h3,h4,h5,h6 {
	font-size: 18px;
}

/* =Header
----------------------------------------------- */
.site-header {
	height: auto;
	margin: 0;
}
.main-navigation {
	height: auto;
	display: none;
}
.main-navigation ul ul, .main-small-navigation ul ul {
	display: none;
}
.main-navigation ul li:hover > ul {
	display: none;
}
.main-navigation li {
	float: none;
}
.main-navigation a {
	line-height: 1.5em;
}
.main-small-navigation {
	background: #e00e0f; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e00e0f), color-stop(100%,#a40000)); /* Chrome,Safari4+ */
	color:#fff;
	text-align: center;
	clear: both;
	border: 1px solid #810000;
	
}
.main-small-navigation ul {
	list-style: none;
	margin: 0px;
}
.main-small-navigation h1 {
	margin: 0px;
	padding: 5px;
	background: none !important;
	font-size: 22px;
	border-bottom: 1px solid #a40000;
}
.main-small-navigation a {
	display: block;
	padding: 5px;
	text-decoration: none;
	border-bottom: 1px solid #a40000;
	border-top: 1px solid #e22525;
	color:#fff;
	text-shadow: -1px -1px 0 #a40000;
}
h1.site-title {
	width: 280px;
	height: 66px;
	float: none;
	margin: 0 auto;
	padding-bottom: 10px;
}
.site-title a {
	width: 280px;
	height: 66px;
	background: url( images/pe2-mobile-logo.png ) no-repeat;
}

/* =Content
----------------------------------------------- */
img.divider {
	display: none;
}
img.ui-datepicker-trigger {
	display: inline;
}
#square {
	margin: 0;
}
#square button {
	width: 278px;
	height: 278px;
	padding: 0;
}
#square button:hover {
	padding: 0;
}
#gform_wrapper_1 .wrap {
	float: none;
	width: 100%;
	margin-right: 0;
	overflow: hidden;
}
.gform_wrapper .top_label #field_1_10 .gfield_label, .gform_wrapper .top_label #field_1_11 .gfield_label, .gform_wrapper .top_label #field_1_12 .gfield_label {
	font-size: 20px;
}
.page-id-16 .gform_body {
padding: 0px;
border: 0;
box-shadow: none;
background: rgb( 255,255,255);
background: rgba( 255,255,255, 1);
}
#about {
	width: 100%;
	padding:0;
	background: none;
}
p.phone {
	position: static;
	text-align: center;
}

#projects .image {
	width: 100%;
	float: none;
	margin-right: 0;
	margin-bottom: 60px;
}
#projects .content {
	width: 100%;
	float: none;
}
.flexslider .slides img {
	max-width: 268px;
}
#projects .image p.caption {
	width: 248px;
}
#projects {
margin: 20px 0;
}


#page {
	width: 100%;
}
.site-content {
	float: none;
	margin: 0;
}
#secondary {
	float: none;
	width: 100%;
}
#content {
	margin: 0;
	padding: 20px;
}
.one-column #content {
	padding: 20px;
}
.alignleft, .alignright {
	display: block;
	float: none;
	margin: 0 0 1em 0;
}

/* =Footer
----------------------------------------------- */

}
/* =iPad Specific
----------------------------------------------- */
@media only screen and (min-width: 768px ) and (max-width: 1024px ) {
	.alignleft {
		display: inline;
		float: left;
		margin-right: 1.5em;
		margin-bottom: 1em;
	}
	.alignright {
		display: inline;
		float: right;
		margin-left: 1.5em;
		margin-bottom: 1em;
	}
}

/**
 *
 * Main container
 *
 */
#addToHomeScreen {
	z-index:9999;
	-webkit-user-select:none;
	user-select:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-touch-callout:none;
	touch-callout:none;
	width:240px;
	font-size:15px;
	padding:12px 14px;
	text-align:left;
	font-family:helvetica;
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
	border:1px solid #505050;
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	color:#333;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
	line-height:130%;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#addToHomeScreen.addToHomeIpad {
	width:268px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.addToHomeWide {
	width:296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
	width:320px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
	position:absolute;
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc));
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#505050;
	width:16px; height:16px;
	-webkit-transform:rotateZ(45deg);
	bottom:-9px; left:50%;
	margin-left:-8px;
	-webkit-box-shadow:inset -1px -1px 0 #a9a9a9;
	-webkit-border-bottom-right-radius:2px;
}


/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
	-webkit-transform:rotateZ(-135deg);
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee));
	-webkit-box-shadow:inset -1px -1px 0 #fff;
	top:-9px; bottom:auto; left:50%;
}


/**
 *
 * Close button
 *
 */
#addToHomeScreen .addToHomeClose {
	-webkit-box-sizing:border-box;
	position:absolute;
	right:4px;
	top:4px;
	width:18px;
	height:18px; line-height:14px;
	text-align:center;
	text-indent:1px;
	-webkit-border-radius:9px;
	background:rgba(0,0,0,0.12);
	color:#707070;
	-webkit-box-shadow:0 1px 0 #fff;
	font-size:16px;
}


/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .addToHomePlus {
	font-weight:bold;
	font-size:1.3em;
}


/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .addToHomeShare {
	display:inline-block;
	width:18px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
	background-size:18px 15px;
	text-indent:-9999em;
	overflow:hidden;
}

#addToHomeScreen .addToHomeShare.addToHomeShareOS7 {
	width:11px;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA8CAYAAAAQTCjdAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAASCQAAEgkB80sG3AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKjSURBVGiB7dpPiFVVHMDxz7m9NCtMyI2bEJEC25WrEkzHUXCRraIwdNE8ZxfYIlcis1ZEbGEzT1QCF4XgH1CyWhUoJKIWNRGEiCNKmkSiYTzfcfGuOokx77x3ZlS8382959zfn+/invvn3RdijHIRBrwkOINCYXEcdjpb7VyiYdBsLScwt5y6IloYdzqXo36Ro0gY9IKWo+5JwmzBt2HQnBw9ehYNazyn5TBee8Dh+Vq+CWu92GufnkTDR6ab7gDeBNHouMM/l9tXTXM0fGBmL726Fg1Dam74EsvKqR8VNowL2Yzj5f7rnnE4DHq2235diYYhhTGfC94up35T0y+6di/ITU0rKVd+sEi0P7xr2pSJOu8zvF+OzqEv7vDH/WFxt7/cshy/ticsN8sXYUht0kXDOlsF9XJ4UaEvNoz9X3zc5bKaZThbyr5jzJ4wlNY7KTgM+ES0vhz+KeiPw36fKC/ucAF9uFBOrTZm26SJCtaV27+xIo7cXdkTEhvOoh+XyxprU1qnim7CQdGK2HAyKRexYVShT3RItDElN+mkjiP2Ym+S3f01hv2EVal5WW6hU0ElmptaqJuBpXg6MbeFH2LDpU6CQ93zWIKnEvs0cayGU3glMfkOo1jQYewZzOuyz7FC95Jwo5OgUFfgeg993hh/eTqCTxOSm/iuk8DY0Ap1b2GhtHXxsfZN4j/X0fOx4auEIknEhqv4OiUn1L13Z/+xWfWVaG4q0dxUormpRHNTieamEs1NJZqbJ1Q0jHvdiJo5S2cVjSNOCHZhn3/SnuYnIvl3yomIIz7MXZMn9hydRCrR3FSiualEc1OJ5qYSzU0lmptKNDePjWgwcPePT7/g+4cp8wCW4GXaryK3tL+mLdD5x62ppllgu7bso8q/2HIbzGWdNmWnSJwAAAAASUVORK5CYII=);
	background-size:11px 15px;
}

/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .addToHomeTouchIcon {
	display:block;
	float:left;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	background-repeat:no-repeat;
	width:57px; height:57px;
	-webkit-background-size:57px 57px;
	background-size:57px 57px;
	margin:0 12px 0 0;
	border:1px solid #333;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}
