/* ==========================================================================
   Base
   ========================================================================== */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #222;
	background: #fff url(../img/bg.jpg) bottom left repeat-x fixed;
}
#wrap {
}
/* ==========================================================================
   Utility Classes
   ========================================================================== */
   
.box-shadow {
	box-shadow: 0 0 3px rgba(0,0,0,0.4);
}
.rounded {
	border-radius: 5px;
}
.rounded-top {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.rounded-bottom {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.page-padding {
	padding: 15px;
}
.padding {
	padding: 10px 15px;
}
/* =============================================================================
   Typography
   ========================================================================== */

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: normal;
	color: #74be45;
}
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0 0 15px;
}
h2 {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px;
}
h4 {
	font-weight: 400;
	font-size: 12px;
	line-height: 22px;
	margin: 0 0 10px;
}
h5 {
	font-size: 10px;
	line-height: 22px;
	margin: 0 0 8px;
}
h6 {
	font-size: 8px;
	line-height: 20px;
	margin: 0 0 5px;
}
p {
	margin-bottom: 15px;
}
* p:last-child {
	margin-bottom: 0 !important;
}
.page-header {
	margin: 0 0 15px;
	padding-bottom: 0;
}
.page-header h1 {
	margin-bottom: 15px;
}
.page-header p:last-child{
	margin-bottom: 15px !important;
}
a {
	color: #74be45;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
a:hover {
	color: #333;
	text-decoration: none;
}
label, input, textarea {
	font-size: 12px !important;
}
figure {
	margin: 0;
}
/* =============================================================================
   Header
   ========================================================================== */

#banner {
	background: #333;
	margin-bottom: 15px;
	box-shadow: 0 0 3px 5px rgba(0,0,0,0.5);
}
#banner-top {
	padding-top: 15px;
}
#login {
	margin-top: 30px;
	text-align: right;
	color: #74be45;
}
#login a {
	font-style: italic;
}
#login i {
	font-size: 18px;
	padding: 0;
}
.icon-lock {
	background-image: none; 
}
#login a:hover {
	color: #fff;
}
#logo {
	margin-top: 15px;
}

/*====== Navigation ======*/

.navbar {
	font-family: 'Raleway', sans-serif;
	margin-bottom: 0;
	font-size: 16px;
	float: right;
}
.navbar-inner {
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
	filter: none;
}
.navbar .btn-navbar {
	float: left;
	background: #222;
	margin-bottom: 10px;
}
.navbar .btn-navbar:hover {
	background: #000;
}
.navbar .nav > li > a {
	color: #fff;
	text-shadow: none;
	padding: 10px 7px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	background: none;
	box-shadow: none;
	color: #74be45;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	color: #ccc;
}
.navbar .nav > li.last > a {
	padding-right: 0;
}
.navbar li.dropdown:hover > a, .navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
	background-color: none;
	color: #fff;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{
	background: none;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:focus, .dropdown-submenu:hover > a {
	text-decoration: none;
	color: #ffffff;
	background: #74be45;	
 	filter: none;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #ffffff;
	background: #74be45;
}
.navbar .nav li.dropdown.open > .dropdown-toggle .caret, .navbar .nav li.dropdown.active > .dropdown-toggle .caret, .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
	border-bottom-color: #777;
    border-top-color: #777;
}
.dropdown-menu{
	margin: 0;
	font-size: 14px;
}
.dropdown-menu li{
	margin-bottom: 1px;
}
.navbar li.dropdown:hover > ul {
	margin: 0;
	display: block;
}
/* ==========================================================================
   Hero
   ========================================================================== */
 
#hero {
	margin-bottom: 15px;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.8);
	background: #333;
}
#slider .slide-caption blockquote {
	border: none;
	color: #fff;
	position: relative;
	padding: 50px 50px 0 50px;
	margin: 0;
}
#slider .slide-caption blockquote p {
	font-size: 15px;
	line-height: 22px;
	position: relative;
	margin-bottom: 5px;
}
#slider .slide-caption blockquote small {
	font-size: 12px;
	color: #ccc;
}
#slider .slide-caption blockquote:before {
	content: "\201C";
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #74be45;
	display: block;
	font-size: 70px;
	position: absolute;
	left: 10px;
	top: 70px;
}
#slider .slide-caption blockquote p:after {
	content: "\201D";
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #74be45;
	display: inline-block;
	font-size: 70px;
	margin-top: 20px;
	margin-left: 10px;
	position: absolute;
}
/* ==========================================================================
   Content
   ========================================================================== */

#content {
	background: #fff;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.8);
	margin-bottom: 15px;
}
/* ==========================================================================
   Primary Content
   ========================================================================== */

#main {
}
/*====== Flexslider Defaults ======*/
.flexslider-reset {
	background: none;
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin: 0;
}
.flexslider .inner-controls .inner-slides img{
	width: auto;
}

.flexslider .inner-controls  .inner-slides > li:hover{
	cursor: pointer;	
}

/*====== Callouts ======*/

.callout {
	padding: 20px 25px;
	border-radius: 5px;
}
.callout h3 {
	color: #005696;
	text-shadow: 1px 1px rgba(0,0,0,0.5);
	font-weight: 800;
}
/*====== Homepage Style ======*/

.hpanel {
	width: 33%;
	float: left;
}
.hpanel--double {
	width: 67%;
}
.hpanel header {
	background: #333;
	text-align: center;
	padding: 4px 0;
}
.hpanel header h3 {
	margin: 0;
}
.hpanel .entry-content {
	padding: 0 20px;
	margin: 15px 0;
	box-shadow: inset -1px 0 0 #dddddd;
}
.hpanel.last .entry-content {
	box-shadow: none;
}
.b2-left {
	width: 30%;
	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-right: 20px;
	padding-top: 20px;
}
.b2-right {
	width: 70%;
	float:right;
	margin-top: 10px;
	padding-top: 20px;
}
.b2-logo {
	max-width: 100%;
	margin-bottom: 20px;
}
.b2-left p {
	margin: 20px 0 0;
	/*text-align: center;*/
}
.b2-photo {
	width: 100%;
	height: auto;
}

#caption-scroll {
	background: #333;
	box-shadow: 1px 3px 4px rgba(0,0,0,0.6);
	position: relative;
	text-align: center;
	margin: 10px 0 0;
	border-radius: 0;
	border: none;
}
#caption-scroll li {
	color: #74be45;
	font-size: 16px;
	padding: 5px 0;
}
#hslider .slides img {
	width: auto;
}
/*====== Team ======*/

.team-content {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
	padding-top: 10px;
}
#team-controls-container {
	padding: 0 30px;
}
#team-controls {
	margin-bottom: 10px;
}
#team-controls li {
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-webkit-transition: opacity linear .4s;
	-moz-transition: opacity linear .4s;
	-o-transition: opacity linear .4s;
	transition: opacity linear .4s;
}
#team-controls.all li {
	opacity: 1;
	filter: alpha(opacity=100);
}

#team-controls li .team-control-container {
	margin: 5px 20px;
}
#team-controls .flex-active-slide {
	opacity: 1;
}
#team-controls img {
	margin-bottom: 5px;
}
.team-caption {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	color: #74be45;
	font-size: 16px;
	padding: 5px 0;
	background: #333;
	box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
	margin-bottom: 5px;
}
.flex-active-slide .team-caption {
	background: #74be45;
	color: #fff;
}

.all .flex-active-slide .team-caption {
	background: #333;
	color: #74be45;
}

.team-control-container img {
	box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}
#team-controls .flex-direction-nav .flex-prev, #team-controls .flex-direction-nav .flex-next {
	opacity: 0.8;
}
#team-controls .flex-direction-nav .flex-prev, #team-controls .flexslider:hover .flex-prev {
	left: -30px;
}
#team-controls .flex-direction-nav .flex-next, #team-controls .flexslider:hover .flex-next {
	right: -30px;
}
.member-heading h2 {
	margin-bottom: 0;
}
.member-heading h3 {
	color: #333;
}
.member-photo {
	padding: 0 5px;
	margin-bottom: 10px;
}
.member-info p {
	margin-bottom: 10px;
}
.member-photo img{
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
	width: auto !important;
}
.member-credentials {
	padding-right: 5px;
}
.member-credentials h3{
	padding: 3px 10px;
	background: #333;
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.8);
}
.member-credentials ul{
	padding: 0;
	margin-left: 15px;
	list-style: disc;
}

.content_text {
	width: 40%;
	float: left;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-right: 40px;
}
.content_image {
	width: 60%;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;
	padding-right: 50px;
}
.content_image img {
	width: 100%;
	height: auto;
}

.team .page-header:not(.w-border) {
	border-bottom: none;
}
.top-content {
	position: relative;
}
.team-overview {
	display: none;
	opacity: 0;
  	filter: alpha(opacity=0);
}
.overview-opened .team-overview {
	display: block;
	opacity: 1;
  	filter: alpha(opacity=100);
	-webkit-transition: opacity linear .3s;
	-moz-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}
.team-slider {
	position: relative;
	visibility: visible;
}
.no-js .team-slider {
	opacity: 1;
  	filter: alpha(opacity=100);
	-webkit-transition: opacity linear .3s;
	-moz-transition: opacity linear .3s;
	-o-transition: opacity linear .3s;
	transition: opacity linear .3s;
}

.overview-opened .team-slider {
	position: absolute;
	top: 0;
	width: 100%;
	visibility: hidden;
	opacity: 0;
  	filter: alpha(opacity=0);
}

/*====== Connect ======*/

.social ul {
	margin: 0 0 0 2px;
	padding: 0;
}
.social li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
.social .vcard {
	display: inline-block;
	background-size: 100%;
	width: 30px;
	height: 22px;
	text-indent: -999em;
	text-align: left;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
	border-radius: 5px;
	margin-bottom: 5px;
	background: url(../img/icon-vcard.jpg);
}
/*====== Portfolio Grid ======*/

.categories {
	list-style: none;
	margin: 0 0 20px 0;
}
.categories li {
	font-size: 16px;
	display: inline;
	margin-right: 10px;
}
.categories a {
	border-radius: 5px;
	padding: 5px 10px;
}
.categories a:hover {
	background: #eee;
}
.categories a.active, .categories a.active:hover {
	background: #74BE45;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.2);
}
#portfolio {
	margin-bottom: 10px;
}
#portfolio {
	position: relative;
	z-index: 0;
}
#portfolio > ul {
	margin-left: -20px;
}
#portfolio > ul > li {
	display: block;
	float: left;
	width: 166px;
	height: 166px;
	margin: 0 0 20px 20px;
}
#portfolio > ul > li .tile {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
}
#portfolio > ul > li .tile .front, #portfolio > ul > li .tile .back {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	box-shadow: 0 0 5px black;
}
#portfolio > ul > li .tile .front {
	overflow: hidden;
	z-index: 1;
	background-color: #fff;
	text-align: center;
	line-height: 166px;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
}
#portfolio > ul > li .tile.flip .front {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
}
#portfolio > ul > li .tile .back {
	display: none;
	color: #fff;
	background: #333;
	z-index: 0;
	-webkit-transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	-webkit-backface-visibility: hidden;
	-moz-transform: rotateY(-180deg);
	-moz-transform-style: preserve-3d;
	-moz-backface-visibility: hidden;
}
#portfolio > ul > li .tile.flip .back {
	z-index: 3;
	-webkit-transform: rotateX(0deg) rotateY(0deg);
	-moz-transform: rotateX(0deg) rotateY(0deg);
}
#portfolio > ul > li .tile .back .tile-content {
	position: relative;
	height: 169px;
	padding: 15px 15px 0 15px;
}
#portfolio > ul > li .tile .back .tile-content p {
	font-size: 11px;
	line-height: 16px;
}
#portfolio > ul > li .tile .back .tile-title {
	margin: 0;
}
#portfolio > ul > li .tile .back .btn-more {
	font-size: 11px;
	font-weight: bold;
	display: inline-block;
	background: #74BE45;
	color: #fff;
	position: absolute;
	bottom: 30px;
	right: 10px;
	border-radius: 5px;
	padding: 2px 10px;
	text-shadow: 0 1px rgba(0,0,0,0.2);
}
#portfolio > ul > li .tile .back .btn-more:hover {
	background: green;
}
#portfolio > ul > li .tile .front img {
	display: inline-block;
	vertical-align: middle;
	max-width: 150px;
}
/*====== Portfolio Slides ======*/

#portfolio-slides {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #ccc;
}
#portfolio-slides-controls-container {
	padding: 0 30px;
}
#portfolio-slides-controls {
	margin-bottom: 10px;
}
#portfolio-slides-controls li {
	cursor: pointer;
	opacity: 0.6;
	-webkit-transition: opacity linear .4s;
	-moz-transition: opacity linear .4s;
	-o-transition: opacity linear .4s;
	transition: opacity linear .4s;
}
#portfolio-slides-controls li:hover {
	opacity: 0.8;
}
#portfolio-slides-controls li .portfolio-slide-control-container {
	margin: 5px 10px;
	box-shadow: 0 0 3px black;
	padding: 5px;
}
#portfolio-slides-controls li.flex-active-slide .portfolio-slide-control-container {
	box-shadow: 0 0 3px black;
}
#portfolio-slides-controls .flex-active-slide {
	opacity: 1;
}
#portfolio-slides-controls img {
/* margin-bottom: 5px;
	box-shadow: 0 0 5px black;
	margin: 5px; */
}
#portfolio-slides-controls .flex-direction-nav .flex-prev, #portfolio-slides-controls .flex-direction-nav .flex-next {
	opacity: 0.8;
}
#portfolio-slides-controls .flex-direction-nav .flex-prev, #portfolio-slides-controls .flexslider:hover .flex-prev {
	left: -30px;
}
#portfolio-slides-controls .flex-direction-nav .flex-next, #portfolio-slides-controls .flexslider:hover .flex-next {
	right: -30px;
}

#portfolio-slides .portfolio-inner-control-slide-container, #portfolio-slides .portfolio-inner-slide-container{
	padding: 5px;
}
#portfolio-slides .portfolio-inner-control-slide-container img, #portfolio-slides .portfolio-inner-slide-container img, #portfolio-slides .portfolio-inner-slide-container iframe{
	box-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}
/*====== Responsive Video ======*/

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*====== Client Access/ Files page  ======*/
table.files {
	border: 1px solid #ccc;
	margin: 0 -1px 24px 0;
	text-align:left;
	width:100%;
	font-size: 12px;
	box-shadow: 0 0 5px #ccc;
}
table.files tr th, table.files thead th {
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding:9px 25px;
	border: 1px solid #fff;
	background: rgb(116,190,69);
	background: -moz-linear-gradient(top,  rgba(116,190,69,1) 0%, rgba(80,147,35,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,190,69,1)), color-stop(100%,rgba(80,147,35,1)));
	background: -webkit-linear-gradient(top,  rgba(116,190,69,1) 0%,rgba(80,147,35,1) 100%);
	background: -o-linear-gradient(top,  rgba(116,190,69,1) 0%,rgba(80,147,35,1) 100%);
	background: -ms-linear-gradient(top,  rgba(116,190,69,1) 0%,rgba(80,147,35,1) 100%);
	background: linear-gradient(to bottom,  rgba(116,190,69,1) 0%,rgba(80,147,35,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74BE45', endColorstr='#509323',GradientType=0 );
	text-shadow: 0 1px rgba(0,0,0,0.2);
}
table.files tr td {
	border: 1px solid #e7e7e7;
	padding:8px 34px;
	text-shadow: 1px 1px #fff;

}
table.files tr.even td {
	background:#e7e7e7;
}

table.files .date{
	width: 80%;
}

table.files tr:hover{
	background:#eee;
}
.folder {
	font-size: 14px; 
	font-weight: bold; 
	padding-left: 34px; 
	background: url(../img/folder.png) no-repeat 6px 5px;
}
.hierarchy {
	padding-left: 34px; 
	background: url(../img/hierarchy.png) no-repeat 5px 4px;
}
/*====== Blog Posts ======*/

.post {
	margin-bottom: 20px;
}
.post header {
	margin-bottom: 10px;
}
.post header h2 {
	margin-bottom: 0;
}
.post header time, .post header .author {
	font-size: 10px;
	color: #666;
}
.post header .author {
	line-height: 12px;
	font-style: italic;
}
.post .entry-content {
	margin-bottom: 10px;
}
.entry-tags {
	margin: 0;
}
.entry-tags li {
	display: inline;
	margin-right: 5px;
}
/*====== Blog Comments ======*/

#respond {
	margin-top: 20px;
}
#comments ol.commentlist {
	list-style: none;
	margin-left: 0;
}
#comments ol.commentlist li {
	margin-bottom: 20px;
}
#comments ol.commentlist li article {
	background: #f4f4f4;
	border: solid 1px #eee;
	padding: 15px;
	position: relative;
	border-radius: 5px;
}
#comments ol.commentlist li article header:before, #comments ol.commentlist li article header:after {
	display: table;
	content: "";
	line-height: 0;
}
#comments ol.commentlist li article header:after {
	clear: both;
}
#comments ol.commentlist ul {
	padding: 20px 0 0 50px;
	list-style: none;
	margin-left: 0;
}
#comments ol.commentlist .avatar {
	float: left;
	margin-right: 15px;
}
#comments ol.commentlist .comment-reply-link {
	font-size: 10px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: #666;
	color: #fff;
	border-radius: 5px;
	padding: 2px 5px;
	line-height: 14px;
}
/*====== Blog Form ======*/

#commentform p {
	margin-bottom: 10px;
	display: block;
}
#commentform input {
	width: 50%;
}
#commentform label {
}
#commentform textarea {
	width: 95%;
}
#commentform input#submit {
	width: auto;
}
/*====== gForm ======*/
.constant-contact-signup input.button, .gform_wrapper input.button {
	display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
	padding: 4px 14px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 20px;
 *line-height: 20px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #333333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
 *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border: 1px solid #bbbbbb;
 *border: 0;
	border-bottom-color: #a2a2a2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 *margin-left: .3em;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.gform_wrapper .gform_footer {
	margin: 0;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	padding: 3px;
	margin-bottom: 3px;
}
.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	margin: 0 0 10px 0;
	font-size: 11px !important;
	color: #666;
}
/*====== Media blocks ======*/

.media-list {
}
.media {
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #eee;
}
.media-body h4 {
	font-size: 16px;
	line-height: 24px;
}
.media-list .date {
	font-size: 11px;
	line-height: 16px;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
}
.media-heading {
	margin: 0;
}
.media-body {
	font-size: 12px;
}
.media-body p {
	line-height: 18px;
	margin-bottom: 0;
}
.date-block {
	width: 40px;
	background: #eee;
	text-align: center;
	line-height: 1;
	border: solid 1px #ccc;
	border-radius: 4px;
}
.date-block .day {
	font-size: 18px;
	display: block;
	font-weight: bold;
	padding: 5px 0;
	text-shadow: 0 1px #fff;
}
.date-block .month {
	display: block;
	font-size: 12px;
	font-weight: bold;
	background: #ff4200;
	color: #fff;
	padding: 2px 0;
	text-transform: uppercase;
	text-shadow: 0 1px rgba(0,0,0,0.2);
	border-radius: 0 0 4px 4px;
}

.media-list li.media.last { border-bottom: none; padding-bottom: 2px; }

.tabs{
	margin-bottom: 20px;
}
.nav .dropdown-toggle .caret {
	border-bottom-color: #74be45;
    border-top-color: #74be45;
}

/* ==========================================================================
   Sidebar
   ========================================================================== */

#sidebar {
	color: #333;
	margin-top: 20px;
}

#sidebar .image-box{
	margin: 0 20px 15px 0;
	box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.8);
	overflow: hidden;
	height: 200px;
}

#sidebar section{
	background: #eee;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 5px;
	margin-right: 20px;
}

#sidebar section.widget h3{
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 10px;
	padding: 0;
	color: #333;
}

#sidebar .widget ul{
	list-style: none;
	margin: 0;
}

#sidebar .widget form input:not([type=submit]){
	width: 68%;
}

/* ==========================================================================
   Posts
   ========================================================================== */

.hentry header {
}
.hentry time {
}
.hentry p.byline {
}
.hentry .entry-content {
}
.hentry footer {
}
/* ==========================================================================
   Footer
   ========================================================================== */

#content-info {
	color: #eee;
	background: #333;
	box-shadow: 1px 3px 5px rgba(0,0,0,0.8);
	margin-bottom: 30px;
}
#content-info p {
	margin: 0;
}
#copyright {
	text-align: right;
}
#content-info a:hover {
	color: #fff;
}
/* ==========================================================================
   WordPress Generated Classes
   See: http://codex.wordpress.org/CSS#WordPress_Generated_Classes
   ========================================================================== */

.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin-right: 25px;
}
.alignright {
	float: right;
	margin-left: 25px;
}
figure.alignnone {
	margin-left: 0;
	margin-right: 0;
}
/* FC Webicons by Fairhead Creative http://fairheadcreative.com */

.fc-webicon {
	display: inline-block;
	background-size: 100%;
	width: 30px;
	height: 30px;
	text-indent: -999em;
	text-align: left;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
	border-radius: 5px;
	margin-bottom: 5px;
}
.fc-webicon.small {
	width: 20px;
	height: 20px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.fc-webicon.large {
	width: 48px;
	height: 48px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* Behance */
.no-svg .fc-webicon.behance {
	background: url("../../img/social-icons/fc-webicon-behance-m.png");
}
.no-svg .fc-webicon.behance.large {
	background: url("../../img/social-icons/fc-webicon-behance.png");
}
.no-svg .fc-webicon.behance.small {
	background: url("../../img/social-icons/fc-webicon-behance-s.png");
}
.svg .fc-webicon.behance {
	background: url("../../img/social-icons/fc-webicon-behance.svg");
}
/* Creative Cloud */
.no-svg .fc-webicon.creativecloud {
	background: url("../img/social-icons/fc-webicon-creativecloud-m.png");
}
.no-svg .fc-webicon.creativecloud.large {
	background: url("../img/social-icons/fc-webicon-creativecloud.png");
}
.no-svg .fc-webicon.creativecloud.small {
	background: url("../img/social-icons/fc-webicon-creativecloud-s.png");
}
.svg .fc-webicon.creativecloud {
	background: url("../img/social-icons/fc-webicon-creativecloud.svg");
}
/* Dribbble */
.no-svg .fc-webicon.dribbble {
	background: url("../img/social-icons/fc-webicon-dribbble-m.png");
}
.no-svg .fc-webicon.dribbble.large {
	background: url("../img/social-icons/fc-webicon-dribbble.png");
}
.no-svg .fc-webicon.dribbble.small {
	background: url("../img/social-icons/fc-webicon-dribbble-s.png");
}
.svg .fc-webicon.dribbble {
	background: url("../img/social-icons/fc-webicon-dribbble.svg");
}
/* Dropbox */
.no-svg .fc-webicon.dropbox {
	background: url("../img/social-icons/fc-webicon-dropbox-m.png");
}
.no-svg .fc-webicon.dropbox.large {
	background: url("../img/social-icons/fc-webicon-dropbox.png");
}
.no-svg .fc-webicon.dropbox.small {
	background: url("../img/social-icons/fc-webicon-dropbox-s.png");
}
.svg .fc-webicon.dropbox {
	background: url("../img/social-icons/fc-webicon-dropbox.svg");
}
/* Evernote */
.no-svg .fc-webicon.evernote {
	background: url("../img/social-icons/fc-webicon-evernote-m.png");
}
.no-svg .fc-webicon.evernote.large {
	background: url("../img/social-icons/fc-webicon-evernote.png");
}
.no-svg .fc-webicon.evernote.small {
	background: url("../img/social-icons/fc-webicon-evernote-s.png");
}
.svg .fc-webicon.evernote {
	background: url("../img/social-icons/fc-webicon-evernote.svg");
}
/* Facebook */
.no-svg .fc-webicon.facebook {
	background: url("../img/social-icons/fc-webicon-facebook-m.png");
}
.no-svg .fc-webicon.facebook.large {
	background: url("../img/social-icons/fc-webicon-facebook.png");
}
.no-svg .fc-webicon.facebook.small {
	background: url("../img/social-icons/fc-webicon-facebook-s.png");
}
.svg .fc-webicon.facebook {
	background: url("../img/social-icons/fc-webicon-facebook.svg");
}
/* Flickr */
.no-svg .fc-webicon.flickr {
	background: url("../img/social-icons/fc-webicon-flickr-m.png");
}
.no-svg .fc-webicon.flickr.large {
	background: url("../img/social-icons/fc-webicon-flickr.png");
}
.no-svg .fc-webicon.flickr.small {
	background: url("../img/social-icons/fc-webicon-flickr-s.png");
}
.svg .fc-webicon.flickr {
	background: url("../img/social-icons/fc-webicon-flickr.svg");
}
/* Foursquare */
.no-svg .fc-webicon.foursquare {
	background: url("../img/social-icons/fc-webicon-foursquare-m.png");
}
.no-svg .fc-webicon.foursquare.large {
	background: url("../img/social-icons/fc-webicon-foursquare.png");
}
.no-svg .fc-webicon.foursquare.small {
	background: url("../img/social-icons/fc-webicon-foursquare-s.png");
}
.svg .fc-webicon.foursquare {
	background: url("../img/social-icons/fc-webicon-foursquare.svg");
}
/* Github */
.no-svg .fc-webicon.github {
	background: url("../img/social-icons/fc-webicon-github-m.png");
}
.no-svg .fc-webicon.github.large {
	background: url("../img/social-icons/fc-webicon-github.png");
}
.no-svg .fc-webicon.github.small {
	background: url("../img/social-icons/fc-webicon-github-s.png");
}
.svg .fc-webicon.github {
	background: url("../img/social-icons/fc-webicon-github.svg");
}
/* Google+ */
.no-svg .fc-webicon.googleplus {
	background: url("../img/social-icons/fc-webicon-googleplus-m.png");
}
.no-svg .fc-webicon.googleplus.large {
	background: url("../img/social-icons/fc-webicon-googleplus.png");
}
.no-svg .fc-webicon.googleplus.small {
	background: url("../img/social-icons/fc-webicon-googleplus-s.png");
}
.svg .fc-webicon.googleplus {
	background: url("../img/social-icons/fc-webicon-googleplus.svg");
}
/* iCloud */
.no-svg .fc-webicon.icloud {
	background: url("../img/social-icons/fc-webicon-icloud-m.png");
}
.no-svg .fc-webicon.icloud.large {
	background: url("../img/social-icons/fc-webicon-icloud.png");
}
.no-svg .fc-webicon.icloud.small {
	background: url("../img/social-icons/fc-webicon-icloud-s.png");
}
.svg .fc-webicon.icloud {
	background: url("../img/social-icons/fc-webicon-icloud.svg");
}
/* Last.fm */
.no-svg .fc-webicon.lastfm {
	background: url("../img/social-icons/fc-webicon-lastfm-m.png");
}
.no-svg .fc-webicon.lastfm.large {
	background: url("../img/social-icons/fc-webicon-lastfm.png");
}
.no-svg .fc-webicon.lastfm.small {
	background: url("../img/social-icons/fc-webicon-lastfm-s.png");
}
.svg .fc-webicon.lastfm {
	background: url("../img/social-icons/fc-webicon-lastfm.svg");
}
/* LinkedIn */
.no-svg .fc-webicon.linkedin {
	background: url("../img/social-icons/fc-webicon-linkedin-m.png");
}
.no-svg .fc-webicon.linkedin.large {
	background: url("../img/social-icons/fc-webicon-linkedin.png");
}
.no-svg .fc-webicon.linkedin.small {
	background: url("../img/social-icons/fc-webicon-linkedin-s.png");
}
.svg .fc-webicon.linkedin {
	background: url("../img/social-icons/fc-webicon-linkedin.svg");
}
/* Mail */
.no-svg .fc-webicon.mail {
	background: url("../img/social-icons/fc-webicon-mail-m.png");
}
.no-svg .fc-webicon.mail.large {
	background: url("../img/social-icons/fc-webicon-mail.png");
}
.no-svg .fc-webicon.mail.small {
	background: url("../img/social-icons/fc-webicon-mail-s.png");
}
.svg .fc-webicon.mail {
	background: url("../img/social-icons/fc-webicon-mail.svg");
}
/* MSN */
.no-svg .fc-webicon.msn {
	background: url("../img/social-icons/fc-webicon-msn-m.png");
}
.no-svg .fc-webicon.msn.large {
	background: url("../img/social-icons/fc-webicon-msn.png");
}
.no-svg .fc-webicon.msn.small {
	background: url("../img/social-icons/fc-webicon-msn-s.png");
}
.svg .fc-webicon.msn {
	background: url("../img/social-icons/fc-webicon-msn.svg");
}
/* Pinterest */
.no-svg .fc-webicon.pinterest {
	background: url("../img/social-icons/fc-webicon-pinterest-m.png");
}
.no-svg .fc-webicon.pinterest.large {
	background: url("../img/social-icons/fc-webicon-pinterest.png");
}
.no-svg .fc-webicon.pinterest.small {
	background: url("../img/social-icons/fc-webicon-pinterest-s.png");
}
.svg .fc-webicon.pinterest {
	background: url("../img/social-icons/fc-webicon-pinterest.svg");
}
/* Quora */
.no-svg .fc-webicon.quora {
	background: url("../img/social-icons/fc-webicon-quora-m.png");
}
.no-svg .fc-webicon.quora.large {
	background: url("../img/social-icons/fc-webicon-quora.png");
}
.no-svg .fc-webicon.quora.small {
	background: url("../img/social-icons/fc-webicon-quora-s.png");
}
.svg .fc-webicon.quora {
	background: url("../img/social-icons/fc-webicon-quora.svg");
}
/* Rdio */
.no-svg .fc-webicon.rdio {
	background: url("../img/social-icons/fc-webicon-rdio-m.png");
}
.no-svg .fc-webicon.rdio.large {
	background: url("../img/social-icons/fc-webicon-rdio.png");
}
.no-svg .fc-webicon.rdio.small {
	background: url("../img/social-icons/fc-webicon-rdio-s.png");
}
.svg .fc-webicon.rdio {
	background: url("../img/social-icons/fc-webicon-rdio.svg");
}
/* RSS */
.no-svg .fc-webicon.rss {
	background: url("../img/social-icons/fc-webicon-rss-m.png");
}
.no-svg .fc-webicon.rss.large {
	background: url("../img/social-icons/fc-webicon-rss.png");
}
.no-svg .fc-webicon.rss.small {
	background: url("../img/social-icons/fc-webicon-rss-s.png");
}
.svg .fc-webicon.rss {
	background: url("../img/social-icons/fc-webicon-rss.svg");
}
/* Skitch */
.no-svg .fc-webicon.skitch {
	background: url("../img/social-icons/fc-webicon-skitch-m.png");
}
.no-svg .fc-webicon.skitch.large {
	background: url("../img/social-icons/fc-webicon-skitch.png");
}
.no-svg .fc-webicon.skitch.small {
	background: url("../img/social-icons/fc-webicon-skitch-s.png");
}
.svg .fc-webicon.skitch {
	background: url("../img/social-icons/fc-webicon-skitch.svg");
}
/* Skype */
.no-svg .fc-webicon.skype {
	background: url("../img/social-icons/fc-webicon-skype-m.png");
}
.no-svg .fc-webicon.skype.large {
	background: url("../img/social-icons/fc-webicon-skype.png");
}
.no-svg .fc-webicon.skype.small {
	background: url("../img/social-icons/fc-webicon-skype-s.png");
}
.svg .fc-webicon.skype {
	background: url("../img/social-icons/fc-webicon-skype.svg");
}
/* Spotify */
.no-svg .fc-webicon.spotify {
	background: url("../img/social-icons/fc-webicon-spotify-m.png");
}
.no-svg .fc-webicon.spotify.large {
	background: url("../img/social-icons/fc-webicon-spotify.png");
}
.no-svg .fc-webicon.spotify.small {
	background: url("../img/social-icons/fc-webicon-spotify-s.png");
}
.svg .fc-webicon.spotify {
	background: url("../img/social-icons/fc-webicon-spotify.svg");
}
/* StumbleUpon! */
.no-svg .fc-webicon.stumbleupon {
	background: url("../img/social-icons/fc-webicon-stumbleupon-m.png");
}
.no-svg .fc-webicon.stumbleupon.large {
	background: url("../img/social-icons/fc-webicon-stumbleupon.png");
}
.no-svg .fc-webicon.stumbleupon.small {
	background: url("../img/social-icons/fc-webicon-stumbleupon-s.png");
}
.svg .fc-webicon.stumbleupon {
	background: url("../img/social-icons/fc-webicon-stumbleupon.svg");
}
/* Tumblr */
.no-svg .fc-webicon.tumblr {
	background: url("../img/social-icons/fc-webicon-tumblr-m.png");
}
.no-svg .fc-webicon.tumblr.large {
	background: url("../img/social-icons/fc-webicon-tumblr.png");
}
.no-svg .fc-webicon.tumblr.small {
	background: url("../img/social-icons/fc-webicon-tumblr-s.png");
}
.svg .fc-webicon.tumblr {
	background: url("../img/social-icons/fc-webicon-tumblr.svg");
}
/* Twitter */
.no-svg .fc-webicon.twitter {
	background: url("../img/social-icons/fc-webicon-twitter-m.png");
}
.no-svg .fc-webicon.twitter.large {
	background: url("../img/social-icons/fc-webicon-twitter.png");
}
.no-svg .fc-webicon.twitter.small {
	background: url("../img/social-icons/fc-webicon-twitter-s.png");
}
.svg .fc-webicon.twitter {
	background: url("../img/social-icons/fc-webicon-twitter.svg");
}
/* Vimeo */
.no-svg .fc-webicon.vimeo {
	background: url("../img/social-icons/fc-webicon-vimeo-m.png");
}
.no-svg .fc-webicon.vimeo.large {
	background: url("../img/social-icons/fc-webicon-vimeo.png");
}
.no-svg .fc-webicon.vimeo.small {
	background: url("../img/social-icons/fc-webicon-vimeo-s.png");
}
.svg .fc-webicon.vimeo {
	background: url("../img/social-icons/fc-webicon-vimeo.svg");
}
/* Wordpress */
.no-svg .fc-webicon.wordpress {
	background: url("../img/social-icons/fc-webicon-wordpress-m.png");
}
.no-svg .fc-webicon.wordpress.large {
	background: url("../img/social-icons/fc-webicon-wordpress.png");
}
.no-svg .fc-webicon.wordpress.small {
	background: url("../img/social-icons/fc-webicon-wordpress-s.png");
}
.svg .fc-webicon.wordpress {
	background: url("../img/social-icons/fc-webicon-wordpress.svg");
}
/* Yelp! */
.no-svg .fc-webicon.yelp {
	background: url("../img/social-icons/fc-webicon-yelp-m.png");
}
.no-svg .fc-webicon.yelp.large {
	background: url("../img/social-icons/fc-webicon-yelp");
}
.no-svg .fc-webicon.yelp.small {
	background: url("../img/social-icons/fc-webicon-yelp-s.png");
}
.svg .fc-webicon.yelp {
	background: url("../img/social-icons/fc-webicon-yelp.svg");
}
/* YouTube */
.no-svg .fc-webicon.youtube {
	background: url("../img/social-icons/fc-webicon-youtube-m.png");
}
.no-svg .fc-webicon.youtube.large {
	background: url("../img/social-icons/fc-webicon-youtube.png");
}
.no-svg .fc-webicon.youtube.small {
	background: url("../img/social-icons/fc-webicon-youtube-s.png");
}
.svg .fc-webicon.youtube {
	background: url("../img/social-icons/fc-webicon-youtube.svg");
}
/* YouVersion */
.no-svg .fc-webicon.youversion {
	background: url("../img/social-icons/fc-webicon-youversion-m.png");
}
.no-svg .fc-webicon.youversion.large {
	background: url("../img/social-icons/fc-webicon-youversion.png");
}
.no-svg .fc-webicon.youversion.small {
	background: url("../img/social-icons/fc-webicon-youversion-s.png");
}
.svg .fc-webicon.youversion {
	background: url("../img/social-icons/fc-webicon-youversion.svg");
}
/* Zerply */
.no-svg .fc-webicon.zerply {
	background: url("../img/social-icons/fc-webicon-zerply-m.png");
}
.no-svg .fc-webicon.zerply.large {
	background: url("../img/social-icons/fc-webicon-zerply.png");
}
.no-svg .fc-webicon.zerply.small {
	background: url("../img/social-icons/fc-webicon-zerply-s.png");
}
.svg .fc-webicon.zerply {
	background: url("../img/social-icons/fc-webicon-zerply.svg");
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media (max-width: 979px) {
.navbar {
	float: none;
}
.navbar .nav > li > a:hover, .navbar .nav > li > a:focus {
	background: rgba(0,0,0,0.1);
	color: #ccc;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
	background-color: rgba(0,0,0,0.1);
}
.b2-left {
	width: 100%;
}
	.b2-left img {
		float: left;
		margin-right: 3%;
		width: 27%;
	}
	.b2-left p {
		float: left;
		width: 70%;
	}
.b2-right {
	width: 100%;
}
#slider .row {
	margin: 0;
}
#slider [class*="span"] {
	width: 100%;
	float: none;
	margin: 0;
}
#slider .slide-caption blockquote {
	padding: 20px 20px 20px 50px;
}
#slider .slide-caption blockquote:before {
	top: 40px;
}
#portfolio ul {
	margin-left: -10px;
}
#portfolio > ul > li {
	margin: 0 0 15px 10px;
}
}
 @media (max-width: 767px) {
	body {
		padding: 0;
	}
	 [class*="span"] {
	margin-bottom: 20px;
	}
	#banner {
		padding: 0 15px;
		box-shadow: 1px 3px 5px rgba(0,0,0,0.8);
	}
	.hpanel, .hpanel.middle {
		float: none;
		border: none;
		width: 100%;
	}
	#nav-container {
		margin: 0;
	}
	.hpanel .entry-content {
		box-shadow: none;
	}
	.b2-left img {
		float: none;
		margin-right: auto;
		width: initial;
	}
	.b2-left p {
		float: none;
		width: initial;
	}
	#site-info, #copyright {
		text-align: center;
	}
	#logo.pull-left {
		float: none;
		text-align: left;
	}
	.content_text {
		width: 100%;
		padding-right: 0;
	}
	.content_image {
		width: 100%;
		padding-right: 0;
		text-align: center;
		padding-top: 20px;
	}
	.content_image img {
		width: auto;
		max-width: 100%;
	}
}
@media (max-width: 480px) {
	.b2-left, .b2-right {
		width: 100%;
		padding-right: 0;
	}
}
/*
#portfolio-slides ul.slides {
	position: relative;
	width: 910px;
	height: 332px;
	overflow: hidden;
}*/

#portfolio-slides ul.slides > li {
	position: absolute;
	top: 0;
	left: 0;
}


a.more-news {
font-size: 16px;
line-height: 24px;
}