body {font-family: "Interstate Light", "Helvetica Neue",Helvetica,Helvetica,Arial,sans-serif;padding-top:60px;}
h4 {font-size: 20px;}

/* Annimate */
.icons i, #closebio {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

h4[class^="logos"]{
	display:none;
}
.form-click button {
	margin-top: 50px;
	border: none;
	display: block;
	width: 100%;
	outline: none;
	cursor: pointer;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	text-decoration: none;
	-webkit-appearance: none;
	font-size: 1em;
	font-family: 'Open Sans', helvetica, arial, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	color: #060606!important;
	background: #949494;
	line-height: 100%;
	padding: 12px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.form-click button:hover { text-decoration: none; color: #060606!important; background: #fff; }

.alert {
	margin-top: 30px;
}

.nopostmedia h2 {
	padding-top: 0;
}

.comment-body {
	padding-bottom: 10px;
}

.blog {
	margin-top: 30px;
}

.pe-wp-default ul {
	list-style: none !important;
}

big {
	font-size: 150%;
}

.sticky .post-title a {
	color: #ee3b16;
}

.sticky .post-title a:hover{
	color: #ffa593;
}

.pager li {
	float: left;
	font-size: 120%;
	width: 50%;
	margin: 30px 0 0;
}

.pager li.next {
	text-align: right;
}

.pagination {
	margin: 20px 0;
}

.pagination li {
	display: inline-block;
	font-size: 110%;
	padding: 5px;
}

.pagination li.disabled a {
	color: #333;
}

.pagination li.active a {
	color: #333;
}

.inner-spacer-right-lrg img {
	height: auto;
	max-width: 100%
}


.large .icon-gmail:before {
	margin-left: -2.5px;
}

.contact i:before {
	font-size: 150%;
}

.hiddenslide,
.hidden_overlay {
	display: none;
}

img {
	height: auto;
}

.post.format-aside {
	border-left:none;
	padding:0px 0px 30px 70px;
}

.post.format-aside > div{
	padding:30px;
	background-color:#e9e9e9;
	border-left:3px solid #060606;
}

.post .tags{
	clear:both;
}

.post .tags a{
	-webkit-border-radius: 3px;
	border: 1px solid #ccc;
	padding:3px 6px;
	margin:0 3px 3px 0;
	line-height: 36px;
	white-space: nowrap;
	color:#ccc;
	font-size:12px;
}

.post .tags a:hover{
	border-color:#999;
	color:#999;
}

.widget_recent_entries li{
	padding-bottom:8px;
}

.widget_recent_entries span{
	display:block;
	font-size:12px;
}

.formSent,
.formError {
    display: none;
}

.formError{
	color: #b3696c;
	background: #f9e5e6;
	border: 1px solid #f7c7c9;
}

.formSent{
	color: #8FA442;
	background: #E3EBC6;
	border: 1px solid #C2D288;
}

.shortcode-title{
	margin-top:50px;
}

.project-info{
	text-align:left !important;
}

a.more-link{
	clear: both;
	display: block;
	margin-top: 10px;
}

#reply-title,
#comments-title {
	border-bottom:none;
}

/* Services */
#services {
	background: #cf0000;
	color: #fff;
}

#services h4, #services h2 {
	color: #fff;
}

#services h2 {
	margin: 0 0 30px;
}

.show,.hidden,.item,.itemContainer {
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.itemContainer {
    background: #E6E6E6;
}

.itemContainer .show {
    /*padding: 40px 0;*/
}

.itemContainer .itemDetails {
    max-height: 0;
    opacity: 0;
    position: relative;
    overflow: hidden
}

.itemContainer .itemDetails h4 {
	text-align: center;
	color: #4d4d4d !important;
}

.itemContainer .itemDetails h4 {
	text-align: center;
	color: #4d4d4d !important;
	margin-top:40px;
}

.itemContainer .itemDetails p {
	margin: 0 0 7px;
}

.itemContainer .itemDetails i {
    display: block;
    color: #CF0000;
	width: 20px;
	margin: 10px auto 40px;
    font-size: 28px;
}

.itemContainer .itemDetails i:hover {
	color:#4d4d4d;
}

.itemContainer .show {
    max-height: 999px;
    opacity: 1;
    z-index: 9
}

.itemContainer .hidden {
    max-height: 0;
    opacity: 0;
    z-index: 1
}

/* =Icons
-------------------------------------------------------------- */
#social .icons i {
	background: #fff;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	font-size: 50px;
	padding: 25px 0;
	color:#4d4d4d;
}

#social .icons i:hover {
	background: #4d4d4d;
	color:#fff;
}

.icon-circle {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	border: 1px solid #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	color: #fff!important;
}

.icon-circle.large {
	border: 2px solid #fff;
	font-size: 1.3em;
}

.icon-circle.dark {
	border: 1px solid #060606;
	color: #060606!important;
}

.feature-icon, .social-icon {
	font-size: 110px;
	width: 64px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	position:relative;
	z-index:1;
}

.social-icon {line-height:25px;padding-top: 25px;}

.feature, .social {
	display: inline-block;
	width: 110px;
	height: 110px;
	margin-bottom: 20px;
	border: 2px solid #fff;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	border-radius: 100px;
	color: #fff;
}

.feature:hover, .show .feature {
	background: #fff;
	color: #cf0000 !important;
}

.social {
	color:#4D4D4D;
	background-color:#fff;
	border:none;
	font-size:60px;
}

.social:hover {
	color:#fff;
	background-color:#4D4D4D;
}

.team-list {
	float: none;
}

.social-list li { display: inline-block; }

.social-list a {
	display: block;
	filter: alpha(opacity=50);
	opacity: .5;
}

.social-list a:hover {
filter: alpha(opacity=100);
opacity: 1;
}

.row-fluid:before, .row-fluid:after { content:""; display: table; }
.row-fluid:after { clear:both; }
.row-fluid { zoom:1; }

.pe-wp-default .tabs ul,
.pe-wp-default .tabs ul li {
	list-style: none !important;
	margin: 0;
}

.pe-wp-default .tabs ul li:before {
	content: "";
	display: none;
	margin: 0;
}

#bx-pager a img {
	opacity: .4 !important;
	filter: alpha(opacity=40) !important;
}

#bx-pager a.active img,
#bx-pager a:hover img {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.post a .date {
	color: #060606;
	text-decoration: none;
}

.post.type-testimonial,
.post.type-gallery,
.post.type-video,
.post.type-service,
.post.type-staff,
.post.type-attachment {
	border-bottom: 0;
	padding-left: 0;
}

.post.type-testimonial .post-body {
	margin-top: 30px;
}

.type-post .post-title h2 {
	font-weight: 400;
}

.date {
	font-weight: 300 !important;
}

#big-video-image {
	left: 0 !important;
}

.accordion .accordion-title span {
	background-image: url( '../images/icons/plus-minus.png' );
	background-size: auto;
}

.accordion .accordion-title.active span {
	background-image: url( '../images/icons/plus-minus.png' );
	background-size: auto;
	background-position: 0px -26px !important;
}

.home-first-section {
	height: 1000px;
}

section .content.padded.background-page {
	padding-bottom: 100px;
}

#google-maps {
	width:100%;
	height:350px;
	-webkit-box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.2);
	box-shadow:inset 0 0 10px 0 rgba(0,0,0,0.2);
}
