/*
Theme Name: Sound Sound Solar
Author: Leif Z

Description: Sound Sound Solar
Version: 1.0
*/

@charset "utf-8";
@import url("css/webfonts/ArchitectsDaughter/stylesheet.css");



/*********************************************
	South Sound Solar At Law STYLESHEET
*********************************************/
::-webkit-scrollbar {
	background:#dcddde;
	width: 12px;
}
::-webkit-scrollbar-button {
	width: 12px;
	height:5px;
}
::-webkit-scrollbar-track {
	background:#dcddde;
	border: skinny plain lightgray;
	box-shadow: 0px 0px 3px #dfdfdf inset;
	border-radius:10px;
}
::-webkit-scrollbar-thumb {
	background: #387090;
	border: skinny plain gray;
	border-radius:10px;
}
::-webkit-scrollbar-thumb:hover {
	background: #999;
}

/*********************************************
	All Style Elements
*********************************************/
* {
	margin: 0px;
	padding: 0px;
}

html, body { 
	width: 100%; 
	display: block; 
	margin: 0px; 
	padding: 0px;
}
html { 
	overflow-y: scroll;
}


/*********************************************
	Link Styles
*********************************************/

a:active {
	text-decoration: none;
}
a:link {
	color: #3A6F8F;
	text-decoration: none;
}
a:visited {
	color: #3A6F8F;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: none;
}

/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	font-weight: inherit;
	font-size: inherit;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {

}
h3 {

}
h4 {

}
h5, h6 {

}
h6 {

}
/*********************************************
	Fonts
*********************************************/
.white {
	color: #FFF!important;
}
.black {
	color: #000!important;
}
.grey {
	color: #999!important;
}
.green {
	color: #173900!important;
}
.blue {
	color: #2D6891!important;
}
.yellow {
	color: #FFD700!important;
}
@media only screen and (min-width: 0px) {
.txt_sm {
	font-size: 1em;
}

.txt_md {
	font-size: 1.2em;
}

.txt_lg {
	font-size: 1.5em;
}
}
@media only screen and (min-width: 481px) {
.txt_sm {
	font-size: 1em;
}

.txt_md {
	font-size: 1.3em;
}

.txt_lg {
	font-size: 1.7em;
}
}
@media only screen and (min-width: 769px) {
.txt_sm {
	font-size: 1em;
}

.txt_md {
	font-size: 1.5em;
}

.txt_lg {
	font-size: 2em;
}
}



/*********************************************
	Classes
*********************************************/
p {
	margin-top: 5px;
	margin-bottom: 10px;
}
input {
	margin: 0px;
	padding: 0px;
}
.bold {
	font-size: 14px;
	font-weight: bold;
}
.boldcenter {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.left {
	text-align: left!important;
}
.right {
	text-align: right!important;
}
.center {
	text-align: center!important;
}
.name {
	text-align: center;
	font-size: 24px;
}
.phone {
	font-size: 24px;
}
.big {
	font-weight: bold;
	color: #387394;
	text-shadow: 1px 1px 1px #999999;
}
.med {
	font-weight: bold;
	color: #387394;
	text-shadow: 1px 1px 1px #999999;
}
.sm {
	font-weight: bold;
	color: #387394;
	text-shadow: 1px 1px 1px #999999;
}
@media only screen and (min-width: 0px) {
.big {
	font-size: 1.5em;
}
.med {
	font-size: 1.4em;
}
.sm {
	font-size: 1.2em;
}
}
@media only screen and (min-width: 481px) {
.big {
	font-size: 1.8em;
}
.med {
	font-size: 1.5em;
}
.sm {
	font-size: 1.2em;
}
}
@media only screen and (min-width: 769px) {
.big {
	font-size: 2em;
}
.med {
	font-size: 1.6em;
}
.sm {
	font-size: 1.2em;
}
}
input, textarea, select {
	color: #000;
	width: 95%;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	line-height: 1.3em;
	font-size: 1em;
	display: block;
	padding: 5px;
}
input:focus, textarea:focus, select:focus {

}
label {
	font-size: 1.3em;
	padding-top: 3px;
	padding-bottom: 3px;
	display: block;
	font-weight: bold;
}
.tooltip {
	display: none;
	position: absolute;
	border: 1px solid #333;
	background-color: #161616;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	font-size: 12px Arial;
	z-index: 2000;
}
input#submit {
	width: 80%;
	color: #FFF!important;
	font-weight: bold;
	font-size: 2em;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	text-align: center;
	background: #843857; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #ffd06a 50%, #d45326 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd06a), to(#d45326));
	background: -ms-gradient(linear, left top, left bottom, from(#ffd06a), to(#d45326));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd06a', endColorstr='#d45326');
}
input[type="checkbox"] {
	background-color: #0FC;
	display: block;
	position: absolute;
}
#button {
	-moz-box-sizing: border-box;
	-moz-user-select: none;
	background-color: #F00;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
	color: white;
	display: block;
	font-size: 4em;
	text-shadow: none;
	margin-top: 11px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	height: auto;
	width: 60%;
	text-align: center;
}
#button:hover {
	background-color: #2D6891;
	font-size: 4.3em;
}
.backtotop {
	background-color: #F00;
	color: #FFF!important;
	display: block;
	font-size: 1.3em;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
	height: auto;
	width: auto;
	text-align: center;
	margin-right: auto;
	margin-left: 0px;
	float: left;
	clear: both;
}
.backtotop:hover {
	background-color: #2D6891;
}
[required] {
    border-color: #88a;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 255, .5);
}
:invalid {
    -webkit-box-shadow: 0 0 5px rgba(255, 0, 0, .8);
}
input:invalid {
	background-color: #FFF;
    box-shadow: none;
} 
.row:nth-child(even) {
  background: #dde;
}
.row:nth-child(odd) {
  background: white;
}
@media only screen and (min-width: 0px) {
.content ul, .content ol {
	padding-left: 30px;
}
}
@media only screen and (min-width: 481px) {
.content ul, .content ol {
	padding-left: 30px;
}
}
@media only screen and (min-width: 769px) {
.content ul, .content ol {
	padding-left: 40px;
}
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.checkbox {
	list-style-image: url(images/parts/checkbox.png);
}
.checkbox ul li{
	list-style-image: url(images/parts/bullet.png);
}

/*********************************************
	Negation (anything that is not....gets applied)
*********************************************/
:not(.name) {
}   

/*********************************************
	Useful HTML5 CSS3 Styles
*********************************************/
#usefulstyles {
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;

	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2), 0px -2px 1px #fff;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	
	outline:2px solid red;
	outline-offset:15px;
	
	transform: rotate(30deg);
	-ms-transform: rotate(30deg); /* IE 9 */
	-webkit-transform: rotate(30deg); /* Safari and Chrome */
	-o-transform: rotate(30deg); /* Opera */
	-moz-transform: rotate(30deg); /* Firefox */
	
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
	
	background-image:url(bg.png),url(bg2.png);
	
	background-size:contain;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	background-size:cover;
	
	-webkit-background-origin:content-box;
	background-origin:content-box;
	
	background: #999; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#000));
	background: -moz-linear-gradient(top,  #ccc,  #000);
	background: -ms-linear-gradient(top, #d8d8d8 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#000000');
	
	/* Standard Fade */
	background: #fefefe; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #DDDDDD 50%, #fefefe 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, top, bottom, from(#DDDDDD), to(#fefefe));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#fefefe');
	
	-webkit-transition: all 500ms ease-in-out 0s;
	-moz-transition: all 500ms ease-in-out 0s;
	-ms-transition: all 500ms ease-in-out 0s;
	-o-transition: all 500ms ease-in-out 0s;
	transition: all 500ms ease-in-out 0s;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header, section, footer, aside, nav, article, figure {
	display: block;
} 
small {
	display: block;
}

/*********************************************
	Main Style Elements
*********************************************/
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	display: block;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #1e3b6b;
}

body:before, body:after {
	content: "";
	position: fixed;
	left: 0;
	right: 0;
	height: 10px;
	z-index: 1000;
	background-color: rgba(58,111,143,0.5);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd06a), to(#ffd06a));
	background: -moz-linear-gradient(top,  #ffd06a,  #ffd06a);
	background: -ms-linear-gradient(top,  #ffd06a,  #ffd06a);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd06a', endColorstr='#ffd06a');
}
body:before {
    top: 0;
	
}
body:after {
    bottom: 0;
	
}
#container {
	height: 100%;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	background-attachment: fixed;
	background-image: url(images/parts/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
	background-size: auto 100%;
	animation-name: transition-in;
	animation-duration: 500ms;
	animation-timing-function: ease-in-out;
	animation-iteration-count: 1;
	-webkit-animation-name: transition-in;
	-webkit-animation-duration: 500ms;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	-moz-animation-name: transition-in;
	-moz-animation-duration: 500ms;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: 1;
	-o-animation-name: transition-in;
	-o-animation-duration: 500ms;
	-o-animation-timing-function: ease-in-out;
	-o-animation-iteration-count: 1;
	-ms-animation-name: transition-in;
	-ms-animation-duration: 500ms;
	-ms-animation-timing-function: ease-in-out;
	-ms-animation-iteration-count: 1;
	margin-top: 10px;
	margin-bottom: 5px;
	overflow: hidden;
}
@keyframes transition-in {
    0% {
		margin-top:100%;
		opacity: 0;
    }
	100% {
		margin-top:0%;
		opacity: 1;
    }
}
@-webkit-keyframes transition-in {  
    0% {
		margin-top:100%;
		opacity: 0;
    }
	100% {
		margin-top:0%;
		opacity: 1;
    }
}
@-moz-keyframes transition-in {  
    0% {
		margin-top:100%;
		opacity: 0;
    }
	100% {
		margin-top:0%;
		opacity: 1;
    }
}
@-o-keyframes transition-in {  
    0% {
		margin-top:100%;
		opacity: 0;
    }
	100% {
		margin-top:0%;
		opacity: 1;
    }
}
@-ms-keyframes transition-in {  
    0% {
		margin-top:100%;
		opacity: 0;
    }
	100% {
		margin-top:0%;
		opacity: 1;
    }
}
#border {
	background-repeat: repeat-x;
	background-position: center top;
	background-size: auto;
	position: relative;
	z-index: 5;
	overflow: visible;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	-moz-box-shadow: 0px 0px 8px #000;
	-webkit-box-shadow: 0px 0px 8px #000;
	box-shadow: 0px 0px 8px #000;
	background-color: #387090;
	border-top-width: 0px;
	border-right-width: 10px;
	border-bottom-width: 0px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: rgba(30,59,107,.3);
	border-right-color: rgba(30,59,107,.3);
	border-bottom-color: rgba(30,59,107,.3);
	border-left-color: rgba(30,59,107,.3);
}
#border_inner {
	background-color: #e9e0c9;
	position: relative;
}
#grid_fix {
	position: relative;
	z-index: 100;
}


/***** Header ************/
header {
}
#header {
	width: 100%;
	height: auto;
	position: relative;
}
#logo {
	position: relative;
	z-index: 900;
	width: 30%;
}
#tel {
	position: absolute;
	top: 0px;
	display: block;
	width: 100%;
	color: #3A6F8F;
	text-shadow: 0px 3px 2px rgba(0,0,0,.2);
}
#h_right {
	display: block;
	position: absolute;
	top: 5px;
	right: 0px;
	float: right;
	width: 250px;
	text-align: right;
}
#h_tel {
	font-size: 1em;
	color: #d45326;
	font-weight: bold;
	line-height: 1em;
}
#h_tel a {
	font-size: 2em;
	color: #ffd06a;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	text-shadow: 0px 3px 2px rgba(0,0,0,.1);
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
}
#h_text {
	font-size: .8em;
	font-weight: bold;
	color: #FFF;
	padding-top: 5px;
}
#h_slogan {
	text-shadow: 0px 3px 2px rgba(0,0,0,.1);
	padding-top: 0px;
	position: absolute;
	left: 50%;
	top: 10px;
	text-align: center;
	height: 60px;
	display: block;
	width: 400px;
	overflow: hidden;
	margin-left: -180px;
}
/***** Solar Rays ************/
#solar_rays {
	position: absolute;
	width: 40%;
	top: -80px;
	left: 0%;
	animation-name: solar-rays;
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: solar-rays;
	-webkit-animation-duration: 4s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: solar-rays;
	-moz-animation-duration: 4s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: solar-rays;
	-o-animation-duration: 4s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	-ms-animation-name: solar-rays;
	-ms-animation-duration: 4s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	overflow: hidden;
	height: auto;
	margin-left: -3%;
}
#solar_rays img {
	display:block;
}
@keyframes solar-rays {
    0% {
		opacity:.1;
    }
	50% {
		opacity:1;
    }
	100% {
		opacity:.1;
    }
}
@-webkit-keyframes solar-rays {  
    0% {
		opacity:.1;
    }
	50% {
		opacity:1;
    }
	100% {
		opacity:.1;
    }
}
@-moz-keyframes solar-rays {  
    0% {
		opacity:.1;
    }
	50% {
		opacity:1;
    }
	100% {
		opacity:.1;
    }
}
@-o-keyframes solar-rays {  
    0% {
		opacity:.1;
    }
	50% {
		opacity:1;
    }
	100% {
		opacity:.1;
    }
}
@-ms-keyframes solar-rays {  
    0% {
		opacity:.1;
    }
	50% {
		opacity:1;
    }
	100% {
		opacity:.1;
    }
}
#solar_rays_inner {
	position: absolute;
	animation-name: animate-rays;
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: animate-rays;
	-webkit-animation-duration: 4s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: animate-rays;
	-moz-animation-duration: 4s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: animate-rays;
	-o-animation-duration: 4s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	-ms-animation-name: animate-rays;
	-ms-animation-duration: 4s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	opacity:.3;
}
#solar_rays_inner img {
	width:100%;
	height:100%;
}
@keyframes animate-rays {
    0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari and Chrome */
		-o-transform: rotate(0deg); /* Opera */
		-moz-transform: rotate(0deg); /* Firefox */
    }
	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg); /* IE 9 */
		-webkit-transform: rotate(360deg); /* Safari and Chrome */
		-o-transform: rotate(360deg); /* Opera */
		-moz-transform: rotate(360deg); /* Firefox */
    }
}
@-webkit-keyframes animate-rays {  
    0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari and Chrome */
		-o-transform: rotate(0deg); /* Opera */
		-moz-transform: rotate(0deg); /* Firefox */
    }
	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg); /* IE 9 */
		-webkit-transform: rotate(360deg); /* Safari and Chrome */
		-o-transform: rotate(360deg); /* Opera */
		-moz-transform: rotate(360deg); /* Firefox */
    }
}
@-moz-keyframes animate-rays {  
    0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari and Chrome */
		-o-transform: rotate(0deg); /* Opera */
		-moz-transform: rotate(0deg); /* Firefox */
    }
	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg); /* IE 9 */
		-webkit-transform: rotate(360deg); /* Safari and Chrome */
		-o-transform: rotate(360deg); /* Opera */
		-moz-transform: rotate(360deg); /* Firefox */
    }
}
@-o-keyframes animate-rays {  
    0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari and Chrome */
		-o-transform: rotate(0deg); /* Opera */
		-moz-transform: rotate(0deg); /* Firefox */
    }
	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg); /* IE 9 */
		-webkit-transform: rotate(360deg); /* Safari and Chrome */
		-o-transform: rotate(360deg); /* Opera */
		-moz-transform: rotate(360deg); /* Firefox */
    }
}
@-ms-keyframes animate-rays {  
    0% {
		transform: rotate(0deg);
		-ms-transform: rotate(0deg); /* IE 9 */
		-webkit-transform: rotate(0deg); /* Safari and Chrome */
		-o-transform: rotate(0deg); /* Opera */
		-moz-transform: rotate(0deg); /* Firefox */
    }
	100% {
		transform: rotate(360deg);
		-ms-transform: rotate(360deg); /* IE 9 */
		-webkit-transform: rotate(360deg); /* Safari and Chrome */
		-o-transform: rotate(360deg); /* Opera */
		-moz-transform: rotate(360deg); /* Firefox */
    }
}
/***** Sectionleft ************/
#section_solar {
	position: absolute;
	width: 300px;
	top: 0px;
	right: 0px;
	margin-top: -120px;
	margin-right: -150px;
	z-index: 600;
}
#section_solar_inner {
	position: absolute;
	left: 40%;
	bottom: 60px;

		animation-name: animate-solar;
	animation-duration: 4s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: animate-solar;
	-webkit-animation-duration: 4s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: animate-solar;
	-moz-animation-duration: 4s;
	-moz-animation-timing-function: linear;
	-moz-animation-iteration-count: infinite;
	-o-animation-name: animate-solar;
	-o-animation-duration: 4s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
	-ms-animation-name: animate-solar;
	-ms-animation-duration: 4s;
	-ms-animation-timing-function: linear;
	-ms-animation-iteration-count: infinite;
}
@keyframes animate-solar {
    0% {
		opacity:0;
		bottom: 0%;
    }
	5% {
		opacity:1;
		bottom: 20%;
    }
	100% {
		opacity:0;
		bottom: 100%;
    }
}
@-webkit-keyframes animate-solar {  
    0% {
		opacity:0;
		bottom: 0%;
    }
	5% {
		opacity:1;
		bottom: 20%;
    }
	100% {
		opacity:0;
		bottom: 100%;
    }
}
@-moz-keyframes animate-solar {  
    0% {
		opacity:0;
		bottom: 0%;
    }
	5% {
		opacity:1;
		bottom: 20%;
    }
	100% {
		opacity:0;
		bottom: 100%;
    }
}
@-o-keyframes animate-solar {  
    0% {
		opacity:0;
		bottom: 0%;
    }
	5% {
		opacity:1;
		bottom: 20%;
    }
	100% {
		opacity:0;
		bottom: 100%;
    }
}
@-ms-keyframes animate-solar {  
    0% {
		opacity:0;
		bottom: 0%;
    }
	5% {
		opacity:1;
		bottom: 20%;
    }
	100% {
		opacity:0;
		bottom: 100%;
    }
}
/***** SectionHome ************/
#section_home {
	position: relative;
	margin-top: 60px;
	margin-right: 0px;
	z-index: 600;
}
/***** Sectionleft ************/
#section_left {
	width: 25%;
	max-width: 1232px;
	display: block;
	position: absolute;
	float: left;
	height: 100%;
	background-color: #387090;
	left: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 500;
	margin-top: 0px;
	padding-top: 0px;
	-moz-box-shadow: 0px 0px 4px #000;
	-webkit-box-shadow: 0px 0px 4px #000;
	box-shadow: 0px 0px 4px #000;
}
.section_left {
	width: 100%;
	color: #FFF;
	position: relative;
	margin-top: 0px;
}
/***** SectionRight ************/
#section_right {
	width: 13px;
	display: block;
	position: absolute;
	float: right;
	height: 100%;
	background-color: rgba(212,83,38, 1);
	right: 0px;
	top: 0px;
	bottom: 0px;
	z-index: 400;
	overflow: hidden;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #ffd06a;
	border-left-color: #ffd06a;
}
.electricity {
  	animation-name: barshine;
	animation-duration: 2s;
	animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
	animation-iteration-count: infinite;
	animation-direction: normal;
  	animation-fill-mode: forwards;
	-webkit-animation-name: barshine;
	-webkit-animation-duration: 2s;
	-webkit-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
  	-webkit-animation-fill-mode: forwards;
	-moz-animation-name: barshine;
	-moz-animation-duration: 2s;
	-moz-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: normal;
  	-moz-animation-fill-mode: forwards;
	-o-animation-name: barshine;
	-o-animation-duration: 2s;
	-o-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
	-o-animation-iteration-count: infinite;
	-o-animation-direction: normal;
  	-o-animation-fill-mode: forwards;
	-ms-animation-name: barshine;
	-ms-animation-duration: 2s;
	-ms-animation-timing-function: cubic-bezier(.14, .75, .2, 1.01);
	-ms-animation-iteration-count: infinite;
	-ms-animation-direction: normal;
  	-ms-animation-fill-mode: forwards;
  left: 0;
  top: 0;
  height: 15px;
  width: 15px;
  position: absolute;
  opacity:.9;
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255,230,0,0.69) 0%, rgba(255,230,0,0) 87%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,230,0,0.69)), color-stop(87%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.69) 0%,rgba(255,255,255,0) 87%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.69) 0%,rgba(255,255,255,0) 87%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.69) 0%,rgba(255,255,255,0) 87%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(255,255,255,0.69) 0%,rgba(255,255,255,0) 87%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b0ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  z-index: 500;
}
@keyframes barshine {
  0% {
    top: -50%;
  }

  100% {
    top: 100%;
  }
}
@-webkit-keyframes barshine {  
  0% {
    top: -50%;
  }

  100% {
    top: 100%;
  }
}
@-moz-keyframes barshine {  
  0% {
    top: -50%;
  }

  100% {
    top: 100%;
  }
}
@-o-keyframes barshine {  
  0% {
    top: -50%;
  }

  100% {
    top: 100%;
  }
}
@-ms-keyframes barshine {  
  0% {
    top: -50%;
  }

  100% {
    top: 100%;
  }
}

/***** Section ************/
section {
}
#section {
	width: 100%;
	height: 100%;
	min-height: 1100px;
	overflow: visible;
	display: block;
	padding-right: 0%;
	padding-left: 0%;
}
#section_bg {
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 120px;
	background-color: #e9e0c9;
}

/***** Footer ************/
footer {
}
#footer {
	width: 100%;
	height: 100%;
	padding-top: 20px;
	padding-bottom: 0px;
	color: #CCC;
	min-height: 160px;
}
.footer_slot {
	min-height: 100px;
}
.footer_slot strong {
	color: #ffd06a;
	font-size: 1.5em;
	text-transform: uppercase;
}
.footer_slot img {
	margin-right: auto;
	margin-left: auto;
	display: block;
	width: 60%;
	margin-top: 0%;
}
#f_nav {
	text-align: left;
	color: #FFF;
}
#f_nav ul {
	margin: 0px;
	padding: 0px;
}
#f_nav li {
	padding: 5px;
	float: left;
	margin: 2px;
	list-style-image: none;
	list-style-type: none;
}
#layout_footer a {
	color: #ffd06a;
}
#copy {
	font-size: 0.8em;
	width: 100%;
	text-align: center;
	clear: both;
	margin-bottom: 10px;
	color: #999;
}
.clearfix {
	clear: both;
}
.socialbox {
}
.social_slot {
	float: left;
	margin: 3px;
	height: auto;
	width: 25px;
	padding: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.social_slot:hover {
	background-color: #FFFFFF;
}
.social_slot img {
	width:90%;
	height:auto;
	margin-top:0px;
	
}


/*********************************************
	Navigation
*********************************************/
#nav {
	padding-bottom: 1em;
}
nav {
}
.navbar {
	height: auto;
	width: 90%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: visible;
}
.navbar ul {
	font-size: 1em;
	list-style: none;
	margin: 0 0 0 -0.8125em;
	padding-left: 0;
	overflow: visible;
}
.navbar li {
	float: left;
	position: relative;
	width:11%;
}
.navbar a {
	color: #eee;
	display: block;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: .9em;
	padding-bottom: .9em;
	text-align: center;
	color: #ffd06a;
	text-shadow: 1px 1px 0px rgba(56,112,144,.6);
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
.navbar 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;
	margin: 0;
	position: absolute;
	top: 2.9em;
	left: 0;
	width: 188px;
	z-index: 99999;
	background-color: #000;
}
.navbar ul ul li {
	float: left;
	position: relative;
	width: 100%;
}
.navbar ul ul ul {
	left: 100%;
	top: 0;
}
.navbar ul ul a {
	background: #f9f9f9;
	border-bottom: 1px dotted #ddd;
	color: #444;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
	text-align: left;
}
.navbar li:hover > a,
.navbar ul ul :hover > a,
.navbar a:focus {
	background: #efefef;
}
.navbar li:hover > a,
.navbar a:focus {
	background: #f9f9f9; /* Show a solid color for older browsers */
	background: -moz-linear-gradient(#f9f9f9, #e5e5e5);
	background: -o-linear-gradient(#f9f9f9, #e5e5e5);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f9f9f9), to(#e5e5e5)); /* Older webkit syntax */
	background: -webkit-linear-gradient(#f9f9f9, #e5e5e5);
	color: #373737;
}
.navbar ul li:hover > ul {
	display: block;
}
.navbar .current-menu-item > a,
.navbar .current-menu-ancestor > a,
.navbar .current_page_item > a,
.navbar .current_page_ancestor > a {
	font-weight: bold;
}


/***** Side Navigation ************/
#subnav {
	display: block;
	position: relative;
	z-index: 500;
	list-style-type: none;
	clear: right;
}
.subnav_title {
	text-align: center;
	padding: 5px;
	font-family: "negotiate free";
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 0px #5b2748;
	background-image: url(images/parts/tex_blue.png);
	border: 3px solid #2a385b;
	-moz-box-shadow: -2px 2px 0px rgba(0,0,0,0.5), -2px 2px 5px #000;
	-webkit-box-shadow: -2px 2px 0px rgba(0,0,0,0.5), -2px 2px 5px #000;
	box-shadow: -2px 2px 0px rgba(0,0,0,0.5), -2px 2px 5px #000;
	color: #CCC;
}
.subnav_sh {
}
#subnav ul {
	margin: 0px;
	padding: 10px;
}
#subnav li {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	background-repeat: no-repeat;
	background-position: right center;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #999999;
	margin-bottom: 4px;
	background-image: url(images/parts/arrows.png);
}
#subnav a {
	display: block;
	height: 100%;
	width: 85%;
	font-size: 1.1em;
	color: #843857;
	text-align: left;
	padding-top: 2px;
	padding-right: 5%;
	padding-bottom: 2px;
	padding-left: 10%;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	font-family: "negotiate free";
}
#subnav a:hover {
	background-color: #5B2748;
	color: #FFF;
}
#subnav ul ul {
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	margin-left: 15px;
	margin-top: -5px;
	margin-bottom: 5px;
	border: 1px solid #999;
	list-style-type: circle!important;
	background-image: url(images/parts/grey.png);
	background-repeat: repeat;
}
#subnav ul ul li {
	background-image: url(images/parts/bullet.png);
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-size: .8em;
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
}
#subnav ul ul li a {
	color: #556480!important;
}

@media only screen and (min-width: 0px) {
#subnav {
	float: none;
	width: 90%;
	height: auto;
	margin-left: 3%;
}
.subnav_title {
	font-size: 1.2em;
	margin-right: -15%;
	margin-left: -10%;
}
}
@media only screen and (min-width: 481px) {
#subnav {
	float: right;
	width: 45%;
	height: auto;
	margin-left: 20px;
	position: absolute;
	top: 20px;
	right: 0px;
	margin-right: -1.5%;
}
.subnav_title {
	font-size: 1.4em;
	margin-right: -10%;
	margin-left: 0%;
}
}
@media only screen and (min-width: 769px) {
#subnav {
	float: right;
	width: 25%;
	height: auto;
	margin-left: 20px;
	position: absolute;
	top: 20px;
	right: 0px;
	margin-right: -1.5%;
}
.subnav_title {
	font-size: 1.6em;
	margin-right: -10%;
	margin-left: 0%;
}
}
/***** Side BOX ************/
.side_slot {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 10px;
	padding-left: 10px;
	overflow:hidden;
}
.side_slot p {
	font-size: .8em;
}
.side_slogan {
	text-align: center;
	display: block;
	font-size: 1.8em;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFD06A;
	margin-bottom: 50px;
	font-family: ArchitectsDaughter;
}
.side_title {
	text-align: left;
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #DCDDDE;
	margin-bottom: 5px;
}
.side_text {
	text-align: left;
	display: block;
	font-size: 0.9em;
	color: #CCC;
	padding-right: 10px;
	padding-left: 10px;
}
#constant-contact-signup label {
	text-align: left;
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	color: #DCDDDE;
}
.side_nav {
}
.side_slot {
	list-style-type: none;	
}
.side_slot li {
	list-style-type: none;
}
.side_slot li a {
	font-size: 1em;
	text-transform: uppercase;
	text-align: left;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	color: #f9f39c;
	margin-bottom: 5px;
}
.side_slot li a:hover {
	color: #000;
	background-color: #FFF;
}
.side_slot li ul a {
	font-size: 1em;
	color: #f9f39c;
}
.side_slot a {
	
}
.side_slot input, .side_slot textarea, .side_slot select {
	color: #000;
	width: 95%;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	line-height: 1.3em;
	font-size: 1em;
	display: block;
	padding: 5px;
}
.side_slot input[type="submit"] {
	width: 50%;
	color: #FFF!important;
	font-weight: bold;
	font-size: 1em;
	margin-right: 0px;
	margin-left: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	display: block;
	text-align: center;
	background: #843857; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #ffd06a 50%, #d45326 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd06a), to(#d45326));
	background: -ms-gradient(linear, left top, left bottom, from(#ffd06a), to(#d45326));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd06a', endColorstr='#d45326');
	line-height: 1.1em;
	padding-top: 3px;
	padding-bottom: 3px;
}
.textwidget {
	font-size: .8em;
}

/***** Side Form ************/
.sideform {
	padding-top: 10px;
	padding-right: 7%;
	padding-bottom: 10px;
	padding-left: 7%;
	background-color: rgba(30,59,107,1);
	-moz-box-shadow: inset 0px 0px 10px #000;
	-webkit-box-shadow: inset 0px 0px 10px #000;
	box-shadow: inset 0px 0px 10px #000;
}
.sideform label {
	font-size: .9em;
	color: #FFF;
	font-weight: normal;
}
.sideform input {
	line-height: 1em;
	font-size: 1em;
	padding-top: 2px;
	padding-bottom: 2px;
}
.sideform_button {
	height: auto;
	width: 92%;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	color: #ffd06a;
	padding-top: 10px;
	font-size: 1.5em;
	background-color: #1e3b6b;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 10px #000;
	-webkit-box-shadow: inset 0px 0px 10px #000;
	box-shadow: inset 0px 0px 10px #000;
	margin-right: 2%;
	margin-left: 2%;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}
.sideform_button:hover {
	color: #1e3b6b;
	background-color: #ffd06a;
}
.sideform_title {
	height: auto;
	width: 100%;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	color: #ffd06a;
	padding-top: 0px;
	font-size: 1.5em;
}
.sideform_title a {
	color: #ffd700;
	font-weight: bold;
	text-shadow: 1px 1px 0px #68560B, 2px 2px 0px #68560B;
}
.sideform_text {
	font-size: .8em;
	color: #999;
	padding-top: 10px;
	padding-bottom: 20px;
}
/*********************************************
	Universal Page Style Elements
*********************************************/
#title {
	color: #d45326;
	text-align: left;
	padding-left: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1em;
	display: block;
	position: relative;
	z-index: 200;
	text-shadow: 0px 3px 2px rgba(0,0,0,.2);
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 15px;
}
.subtitle {
	text-align: left;
	margin-top: 0.5em;
	color: #387394;
	margin-bottom: 0.2em;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 3px 2px rgba(0,0,0,.2);
}
@media only screen and (min-width: 0px) {
#title {
	font-size: 2em;
}
.subtitle {
	font-size: 1.5em;
}
}
@media only screen and (min-width: 481px) {
#title {
	font-size: 2em;
}
.subtitle {
	font-size: 1.8em;
}
}
@media only screen and (min-width: 769px) {
#title {
	font-size: 2.8em;
}
.subtitle {
	font-size: 2.2em;
}
}
.content {
	width: auto;
	padding-bottom: 120px;
	height: auto;
	color: #000;
	padding-top: 20px;
	display: block;
	margin: 0px;
	position: relative;
}
.content p {
	text-align: left;
}
.page_break {
	display: block;
	height: 15px;
	width: 100%;
	background-image: url(images/parts/sh.png);
	background-repeat: repeat-x;
	background-position: top;
	clear: both;
	border-top-style: solid;
	border-top-color: #666;
	margin-bottom: -15px;
	position: relative;
	z-index: 200;
}
@media only screen and (min-width: 0px) {
.page_break {
	border-top-width: 4px;
}
}
@media only screen and (min-width: 481px) {
.page_break {
	border-top-width: 2px;
}
}
@media only screen and (min-width: 769px) {
.page_break {
	border-top-width: 1px;
}
}
.bar {
	display: block;
	height: 1px;
	width: 100%;
	clear: both;
	position: relative;
	z-index: 800;
	background-color: #8b181a;
	border-top-width: 8px;
	border-bottom-width: 8px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: rgba(220,221,222,.5);
	border-bottom-color: rgba(220,221,222,.5);
	margin-top: -8px;
	margin-bottom: -8px;
	-webkit-background-clip: padding-box; /* for Safari */
    background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	
	
}
@media only screen and (min-width: 0px) {
.bar {
	
}
}
@media only screen and (min-width: 481px) {
.bar {
	
}
}
@media only screen and (min-width: 769px) {
.bar {
	
}
}
.column {
	float: left;
	width: 44%;
	position: relative;
}
.columns {
	float: left;
	width: 30%;
	position: relative;
	margin-right: 3%;
}

#c_box {
}
.c_button {
	height: auto;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	background-color: #BAFF50;
	border: 1px solid #000;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.c_button:hover {
	background-color: #000;
	-moz-box-shadow: 0px 0px 1px #000;
	-webkit-box-shadow: 0px 0px 1px #000;
	box-shadow: 0px 0px 1px #000;
	color: #FFF;
}

.rotate3 {
	transform: rotate(3deg);
	-ms-transform: rotate(3deg); /* IE 9 */
	-webkit-transform: rotate(3deg); /* Safari and Chrome */
	-o-transform: rotate(3deg); /* Opera */
	-moz-transform: rotate(3deg); /* Firefox */
}
.rotate_3 {
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg); /* IE 9 */
	-webkit-transform: rotate(-3deg); /* Safari and Chrome */
	-o-transform: rotate(-3deg); /* Opera */
	-moz-transform: rotate(-3deg); /* Firefox */
}
/***** Action Boxes ************/
.action_box {
	padding-top: 20px;
	padding-bottom: 20px;
	display: block;
	clear: both;
	margin-top: 20px;
}
.action_slot {
	width: 80%;
	height: 80px;
	display: block;
	position: relative;
	padding-top: 20px;
	padding-right: 5%;
	padding-bottom: 20px;
	padding-left: 5%;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 25px;
	margin-bottom: 20px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	overflow: hidden;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	background-color: #387394;
	background: #387394; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #387394 50%, #387394 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#387394), to(#387394));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#387394', endColorstr='#387394');
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	-moz-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	box-shadow: 0 -3px 1px rgba(255, 255, 255, 0.6), 0 2px 1px rgba(255, 255, 255, 0.97) inset, 0 0 3px -1px rgba(0, 0, 0, 0.7);
	clear: both;
}
.action_slot:hover {
	background-color: #1e3b6b;
	background: #1e3b6b; /* for non-css3 browsers */
	background: -moz-linear-gradient(center top , #1e3b6b 50%, #1e3b6b 100%) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear, left top, left bottom, from(#1e3b6b), to(#1e3b6b));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e3b6b', endColorstr='#1e3b6b');
	-moz-box-shadow: 1px 1px 1px #000;
	-webkit-box-shadow: 1px 1px 1px #000;
	box-shadow: 1px 1px 1px #000;
}
.action_title {
	font-size: 1.5em;
	display: block;
	width: 100%;
	text-align: center;
	color: #ffd06a;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-shadow: 1px 1px 0px #525252, 2px 2px 0px #525252;
	font-weight: bold;
}
.action_text {
	display: block;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	color: #CCC;
	overflow: hidden;
	height: 2.5em;
	text-align: center;
}
.action_link {
	text-align: center;
	display: block;
	width: 90%;
	padding-right: 5%;
	padding-left: 5%;
	position: absolute;
	bottom: 20px;
	right: 5px;
	color: #ffd06a;
	font-size: 1.5em;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 1px 1px 0px #68560B, 2px 2px 0px #68560B;
}
/***** Header Styles ************/

.pic, .alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	height: auto;
	margin-top: 15px;
	clear: left;
}
.pic, .alignleft img {
	height: auto;
	width: 100%;
}
@media only screen and (min-width: 0px) {
.pic, .alignleft {
	width: 100%;
	margin-right: 0%;
}
}
@media only screen and (min-width: 481px) {
.pic, .alignleft {
	width: auto;
	margin-right: 3%;
}
}
@media only screen and (min-width: 769px) {
.pic, .alignleft {
	width: auto;
	margin-right: 3%;
}
}
.picr, .alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 10px;
	height: auto;
	margin-top: 15px;
	clear: right;
}
.picr, .alignright img {
	height: auto;
	width: 100%;
}
@media only screen and (min-width: 0px) {
.picr, .alignright {
	width: 100%;
	margin-left: 0%;
}
}
@media only screen and (min-width: 481px) {
.picr, .alignright {
	width: auto;
	margin-left: 3%;
}
}
@media only screen and (min-width: 769px) {
.picr, .alignright {
	width: auto;
	margin-left: 3%;
}
}

/*********************************************
	Homepage Styles
*********************************************/
.h_slide_box {
	height: auto;
	width: 100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-right: 0%;
	margin-left: 0%;
}
.h_slide {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	display: block;
}
.h_shadow {
	background-image: url(images/parts/h_shadow.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% 100%;
	display: block;
	height: 50px;
	width: 95%;
}
.h-box {
	display: block;
	clear: both;
	width: 98%;
	margin-right: -2%;
	margin-left: -2%;
	overflow: visible;
	padding-top: 20px;
	padding-bottom: 20px;
	height: auto;
	padding-right: 3%;
	padding-left: 3%;
}
#home_title {
	color: #D45326;
	text-align: center;
	padding-top: 10px;
	line-height: 1em;
	display: block;
	position: relative;
	z-index: 200;
	text-shadow: 0px 3px 2px rgba(0,0,0,.2);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 2em;
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box;
}
.h_slot {
	float: left;
	height: auto;
	width: 24%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
	display: block;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	background-color: rgba(56,112,144,.9);
	margin-right: 0.5%;
	margin-left: 0.5%;
	background: rgba(31,62,75,1); /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,208,106,.5)), to(rgba(233,224,201,.1)));
	background: -moz-linear-gradient(top,  rgba(255,208,106,.5) 0%,  rgba(233,224,201,.1) 100%);
	background: -ms-linear-gradient(top, rgba(255,208,106,.5) 0%, rgba(233,224,201,.1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd06a', endColorstr='#e9e0c9');
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #d45326;
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box;
}

.h_slot:hover {
	background: rgba(18,34,40,.5); /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,208,106,.5)), to(rgba(255,208,106,.5)));
	background: -moz-linear-gradient(top,  rgba(255,208,106,.5) 0%,  rgba(255,208,106,.5) 100%);
	background: -ms-linear-gradient(top, rgba(255,208,106,.5) 0%, rgba(255,208,106,.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(255,208,106,.5)', endColorstr='rgba(255,208,106,.5)');
}
.h_slot img {
	position: absolute;
	height: 100px;
	width: 90%!important;
	z-index: 100;
	top: 5px;
	display: block;
	opacity: 1;
	margin-right: auto;
	margin-left: auto;
	max-width: 500%;
	left: 0px;
	right: 0px;
	background-color: rgba(56,112,144,.9);
	-moz-box-shadow: inset 0px 0px 10px #000;
	-webkit-box-shadow: inset 0px 0px 10px #000;
	box-shadow: inset 0px 0px 10px #000;

	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	
	-webkit-background-clip: padding-box; /* for Safari */
	background-clip: padding-box; /* for IE9+, Firefox 4+, Opera, Chrome */
	border: 5px solid rgba(255,208,106,.3);
}
.h_slot:hover img {
	opacity:1;
}
.h_title {
	font-size: 1.5em;
	font-weight: bold;
	text-transform: uppercase;
	color: #d45326;
	text-shadow: 1px 1px 0px rgba(0,0,0,.8);
	text-align: left;
	position: relative;
	z-index: 150;
	display: block;
	height: 2.4em;
	width: 96%;
	margin-top: 120px;
	opacity: 1;
	-webkit-transition: all 300ms ease-in-out 0s;
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
	padding-right: 2%;
	padding-left: 2%;
}
.h_slot:hover .h_title {
	font-size: 1.8em;
	color: #3A6F8F;
	text-shadow: 1px 1px 0px rgba(0,0,0,.5), 0px 0px 10px rgba(255,255,255,.8), 0px 0px 20px rgba(255,255,255,.8), 0px 0px 30px rgba(255,255,255,.8);
	
}
.h_text strong {
	font-weight: bold;
	color: #256777;
	font-size: 1em;
	display: block;
}
.h_text {
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	color: #000;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 0.9em;
	font-weight: normal;
	height: 4em;
}
.h_text ul {
	display: block;
	padding-left: 20px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #000;
	padding-top: 10px;
}
.h_text li {
}
.h_link {
	display: block;
	padding-right: 5%;
	padding-left: 5%;
	color: #d45326;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 3px 2px rgba(0,0,0,.2);
}

/*********************************************
	Why Us Styles
*********************************************/
.quote {
	font-style: italic;
	color: #000;
	margin-top: 10px;
	background-image: url(images/parts/quote_2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 5% auto;
	width: 85%;
	text-indent: 10px;
	padding-right: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}
.quote .testimonials-text {
	text-align: justify;
	background-image: url(images/parts/quote_1.png);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	background-size: 5% auto;
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 5%;
	color: #CCC;
	font-style: italic;
	font-weight: bold;
	display: block;
	margin-right: 5%;
}
@media only screen and (min-width: 0px) {
.quote .testimonials-text {
	font-size: 1.1em;
}
}
@media only screen and (min-width: 481px) {
.quote .testimonials-text {
	font-size: 1.2em;
}
}
@media only screen and (min-width: 769px) {
.quote .testimonials-text {
	font-size: 1.5em;
}
}
.quote .author {
	text-align: right;
	font-size: 10px;
	font-style: italic;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 5px;
	color: #000;
}


/*********************************************
	Staff Styles
*********************************************/
.staff_slot {
	background-color: #387090;
	display: block;
	height: auto;
	width: 90%;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 10px #000;
	-webkit-box-shadow: inset 0px 0px 10px #000;
	box-shadow: inset 0px 0px 10px #000;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	min-height: 250px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.staff_img {
	display: block;
	float: left;
	height: 100%;
	width: 35%;
	position: absolute;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}
.staff_img img {
	height: auto;
	width: auto;
	max-width: 200%;
	max-height: 200%;
	min-width:100%;
	min-height:100%;
}
.staff_text {
	display: block;
	float: right;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
	width: 61%;
	padding-top: 10px;
	color: #DCDDDE;
}
.staff_text strong {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffd06a;
	margin-bottom: 5px;
}
.staff_text em {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
/*********************************************
	testimonials Styles
*********************************************/
.testimonial {
	display: block;
	height: auto;
	width: 86%;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	min-height: 100px;
	border: 1px solid #387394;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 2%;
	padding-left: 2%;
	color: #000;
	text-indent: 30px;
	background-image: url(images/parts/quote_2.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: 5% auto;
}
.testimonial .entry-content {
	display: block;
	padding-top: 1em;
	background-image: url(images/parts/quote_1.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 5% auto;
	padding-left: 10%;
	margin-right: 10%;
	width: 80%;
	padding-bottom: 1em;
}
.testimonial .entry-header {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #387394;
	margin-bottom: 5px;
}
.testimonial .entry-title, .testimonial .entry-title a {
	color: #387394!important;
	background-color: transparent!important;
	border-bottom-width: 0px!important;
	border-bottom-style: solid;
	border-bottom-color: #000;
	-moz-box-shadow: none!important;
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
	padding: 0px!important;
}
.testimonial .entry-meta {
	display: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.testimonial .entry-meta a {
	color: #ffd06a!important;
}

/*********************************************
	Contact Us Styles
*********************************************/
#c_form {
	margin-right: auto;
	margin-left: auto;
}
@media only screen and (min-width: 0px) {
#c_form {
	width: 80%;
}
}
@media only screen and (min-width: 481px) {
#c_form {
	width: 70%;
}
}
@media only screen and (min-width: 769px) {
#c_form {
	width: 60%;
}
}
#cf_title {
	text-align: center;
}
#c_left {
	float: left;
	width: 350px;
}
#c_right {
	width: 350px;
	float: right;
}
#map {
	height: 330px;
	width: 350px;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	color: #FFF;
	text-align: center;
	background-color: #999;
}
.thankyou {
	background-color: #3A6F8F;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	border: 2px dashed #666666;
	margin: 10px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
}

/*********************************************
	Sitemap Styles
*********************************************/


/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
/*********************************************
	FORM SPAM PREVENTION (Honeypot Technique)
*********************************************/
.botblock { display: none; }

/**Testimonials CLASSES**/
.quote {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
}
.quote .testimonials-text {
}
.quote .author {
}
/*********************************************
	Blog Styles
*********************************************/
.post {
	background-color: #387090;
	display: block;
	height: auto;
	width: 90%;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0px 0px 10px #000;
	-webkit-box-shadow: inset 0px 0px 10px #000;
	box-shadow: inset 0px 0px 10px #000;
	margin-right: 5%;
	margin-left: 5%;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
	min-height: 250px;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 0%;
	padding-left: 0%;
}
.post .entry-content {
	display: block;
	float: left;
	font-size: 1em;
	font-weight: normal;
	text-align: left;
	padding-right: 5%;
	padding-bottom: 10px;
	padding-left: 5%;
	padding-top: 10px;
	color: #DCDDDE;
	width: 90%;
}
.post .entry-header {
	display: block;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffd06a;
	margin-bottom: 5px;
}
.entry-title a {
	color: #ffd06a!important;
}
.entry-header .entry-title {
	font-size: 1.4em;
	color: #ffd06a!important;
	background-color: #1e3b6b;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	-moz-box-shadow: 0px 2px 3px #000;
	-webkit-box-shadow: 0px 2px 3px #000;
	box-shadow: 0px 2px 3px #000;
}
.post .entry-meta {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	margin-bottom: 10px;
}
.post a {
	color: #ffd06a!important;
}
.post .entry-meta a {
	color: #ffd06a!important;
}


/**WORDPRESS CLASSES**/

.entry-title {
	text-align: left;
	margin-top: 0px;
	color: #d45326;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow: 0px 3px 2px rgba(0,0,0,.2);
	font-size: 2.8em;
	padding-top: 5px;
	padding-bottom: 5px;
}
.entry-meta {
	display:none!important;
}
.entry-header .attachment-post-thumbnail {
	display:none!important;
}
.entry-content img {
	overflow: hidden;
	display: block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #1e3b6b;
}
.thumbnail_top {
	display: block;
	height: 300px;
	width: 100%;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 3px solid #1e3b6b;
}
.thumbnail_top img {
	display: block;
	height: auto;
	width: 100%;
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: -15%;
}
.nocomments {
	display:none;
}
.ai1ec_event .post-date {
	display:none;
}
.ai1ec_event .entry-title {
	font-size: 2em!important;
	color: #387394!important;
	background-color: transparent!important;
	-moz-box-shadow: none;
	-webkit-box-shadow: 3none;
	box-shadow: none;
	border-bottom-width: 0px;
}
.ai1ec-label {
	color: #387394!important;
	text-transform: uppercase!important;
	font-weight: bold!important;
	font-size: 1.2em!important;
}
.ai1ec_event .entry-content ul {
	display:inline-block;
}

/**DATE BLOG**/
.post-date {
	width: 10%;
	height: auto;
	text-align: center;
	color: #000;
	text-transform: uppercase;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	right: 0px;
	-webkit-border-radius: 0px 0px 0px 5px;
	-moz-border-radius: 0px 0px 0px 5px;
	border-radius: 0px 0px 0px 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	border: 1px solid #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.post-day {
	color: #333;
	font-size: 2em;
	display: block;
	line-height: 1.1em;
}
.post-month {
	display: block;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.1em;
}
.testimonial .post-date {
	display:none;
}
.nav-single {
	display: block;
	margin-top: 50px;
}
.nav-previous {
	display: block;
	float: left;
	font-size: 1.3em;
	font-weight: bold;
}
.nav-next {
	display: block;
	float: right;
	font-size: 1.3em;
	font-weight: bold;
}


#recent_projects {
margin: 0 0 2em;
}
#recent_projects .project_slot {
	float: left;
	height: 200px;
	position: relative;
	width: 48%;
	margin-bottom: 15px;
	display: block;
	margin-top: 15px;
	margin-right: 2%;
	overflow: hidden;
}
#recent_projects .project_slot img {
	display:block;
	width: 100%;
	height:auto;
}

#recent_projects .project_slot div.info {
	color: #FFFFFF;
	left: 0;
	padding: 10px 10px 8px;
	position: absolute;
	background-color: rgba(0,0,0,.9);
	top: 0px;
	right: 0px;
	z-index: 500;
}

#recent_projects .project_slot .description {
	color: #FFFFFF;
	left: 0;
	position: absolute;
	background-color: rgba(0,0,0,.9);
	top: 0px;
	right: 0px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	bottom: 0px;
	display:none;
	z-index: 400;
}
#recent_projects .project_slot .description .gallery {
	display:none;
}
#recent_projects .project_slot:hover .description {
	display:block;
}
#recent_projects .project_slot h4, #recent_projects .project_slot p {
margin: 0;
padding: 0;
}
#recent_projects .project_slot p {
font-size: 0.85em;
text-transform: uppercase;
}
#recent_projects .project_slot p.location a {
  color: #999;
}

#recent_projects .project_slot h4 {
font-size: 1.25em;
font-weight: normal;
margin: 0 0 0.1em;
text-transform: none;
}
#recent_projects .project_slot a {
border: medium none;
color: #FFFFFF;
text-decoration: none;
}
/**Testimonials widget**/
.testimonials {
	opacity:1!important;
}
.testimonials .quote .testimonials-text {
	font-size: 1em!important;
	height: 5em;
	overflow: hidden;
	margin-bottom: 5px;
}
.testimonials a {
	color: #f9f39c;
	text-align: right;
	display: block;
}
#accordion {
	display: block;
	width: 60%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.full-width {
	width: 100%!important;
}
.gallery {
	width: 100%;
}
.wpcf7-list-item input {
	display: inline-block;
	position: relative;
	float: left;
	width: auto;
	margin-right: 10px;
}
.wpcf7-list-item-label {
	display: inline-block;
	position: relative;
	float: left;
	margin-right: 15px;
}
.ui-accordion-header {
	font-weight: bold!important;
	background-color: #387090!important;
	color: #FFF!important;
}