/**
	Theme Name: Sean Buckley
	Theme URI: http://www.fivebyfive.com.au/
	Description: A mobile responsive and HTML5 theme built.
	Author: FIVE BY FIVE
	Author URI: http://www.fivebyfive.com.au/
	Version: 1.0
	Template: genesis
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/


/**
 * Table of Contents:
 *
 * 1.0  - Fonts
 * 2.0  - Base
 * 3.0  - Layouts
 * 4.0  - UI Elements
 * 5.0  - Section
 * 6.0  - Page Styles / Internals
 * 7.0  - Effects
 * 8.0 - Shortcodes
 * -----------------------------------------------------------------------------
 */


/**
 * 1.0 Fonts
 * -----------------------------------------------------------------------------
 */
@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700);


/**
 * 2.0 Base
 *
 * This is the Default/Standard CSS
 * 
 * -----------------------------------------------------------------------------
 */

/*
*	Main theme color - 1
*/
.sidebar .menu a:hover,
.read-more.btn-primary,
.search-form input[type="submit"] {
	background-color: #777;
	color: #fff;
}

/*
*	Main theme color - 2
*/
.search-form input[type="submit"]:hover,
.read-more.btn-primary:hover {
	background-color: #5a5a5a;
}


/*
*	General style
*/
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	outline: none;
}

body{
	background: #E5E5E5;
	padding: 0;
	margin: 0;
	font-family: verdana, "Microsoft Sans Serif", Times, serif;
	color: #000000;
	-webkit-font-smoothing: antialiased;
	font-size: 8pt;
}

p {
	margin: 0 0 10px;
	padding: 0;
	font-weight: 400;
	line-height: 1.6;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Libre Baskerville";
	margin: 0 0 10px;
	padding: 0;
	font-weight: 400;
	color: #000;
}

h1, .h1 {
	font-size: 16pt;
}

h2, .h2 {
	font-size: 16pt;
}

h3, .h3 {
	font-size: 13pt;
	line-height: 1.3;
}

h4, .h4 {
	font-size: 27px;
}

h5, .h5 {
	font-size: 20px;
}

h6, .h6 {
	font-size: 17px;
}

a,
a:visited {
	color: #FF6600;
	text-decoration: none;
}

.content a,
.content a:visited, .content a:focus {
	text-decoration: underline;
	color: #FF6600;
}

.content a:hover {
	color: #FF6600;
}

a:hover, a:visited,
a:focus, a.active {
	outline: none;
}

.sidebar a {
	text-decoration: none;
	color: #00752d;
}

.sidebar a:hover {
	color: #66584B;
	text-decoration: underline;
}

ol, ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

img {
	max-width: 100%;
	height: auto;
}

.entry-content ul,
.entry-content ol {
	margin-bottom: 20px;
}

.entry-content ul {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ul li{
	list-style: disc;
}

.entry-content ol {
	padding-left: 20px;
	margin-left: 20px;
}

.entry-content ol li{
	list-style: decimal;
}

.clearfix {
	clear: both;
}

.clearfix:before,
.clearfix:after{
	content:"";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearboth {
	clear: both;
}

.alignleft {
	float: left;
	margin-right: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.hide {
    display: none;
}

.small-text {
	font-size: 11px;
}

.hide-widget-title .widgettitle {
	display: none;
}

.nmb {
	margin-bottom: 0;
}

.post-edit-link {
	display: none;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

hr {
	border-top: 1px solid #9a9a9a;
	border-bottom: 1px solid#eeeeee;
	margin: 14px 0 18px;
}

/**
* 3.0 Layout
*
* This is the Grid System CSS
* This Holds the layout-frame attributes
* 
* -----------------------------------------------------------------------------
*/
	.wrapper, .wrap,
	.content-sidebar-wrap {
		width: 960px;
		max-width:100%;
		margin: 0 auto;
	}
	
	.wrap:after,
	.wrapper:after {
		content: '';
		display: block;
		clear: both;
	}

	.cols-wrapper {
		display: inline-block;
		width: 100%;
	}
	
	.site-container {
		width: 902px;
		margin: 20px auto;
		border: 1px solid #999;
	}
	
	.site-inner {
		background: #fff;
		padding: 20px;
	}

/**
* 4.0 UI Elements
*
* This is Buttons, Text Styles, UI Styles, Etc
* 
* -----------------------------------------------------------------------------
*/
.btn {
	background-color: #777;
	color: #fff;
}

.btn:visited {
	color: #fff;
}

.btn:hover {
	background-color: #222;
	color: #fff;
}

.btn-info {
	background: #777;
	border-color: #777;
}

.label {
	padding: .3em .6em .3em;
}

.label-info {
	background-color: #AAA;
}

/*
*	Hooks Guide
*/
.fbf-hook {
	text-align: center;
	display: inline-block;
	width: 100%;
	margin: 10px 0;
	padding: 10px;
	border: 2px solid;
	box-shadow: inset 0 160px 200px -100px #05B8D4;
	font-weight: 700;
}

/**
* 5.0 Section
*
* This is the Section/Block Area CSS
* 
* -----------------------------------------------------------------------------
*/



	/**
	* 5.1 Section | Header
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	
	.site-header {
		background-color: #fff;
		background-image: url(images/header.jpg);
		background-repeat: no-repeat;
		background-position: 100% 0;
		height: 76px;
	}
	
	.genesis-nav-menu:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.genesis-nav-menu .menu-item {
		display: inline-block;
		margin: 0;
		padding: 0;
		text-align: left;
		float: left;
	}
	
	.nav-primary {
		background: #00752d;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
	}
	
	.nav-primary .genesis-nav-menu > li > a {
		display: inline-block;
		background-color: #00752d;
		padding: 7px 10px;
		color: #FFF;
		border-top: 1px solid #00b244;
		border-bottom: 1px solid #333333;
		border-right: 1px solid #003816;
		border-left: 1px solid #00b244;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu li a:hover,
	.nav-primary .genesis-nav-menu > li:hover > a {
		background-color: #B3A88E;
		border-top: 1px solid #D9D2BD;
		border-left: 1px solid #D9D2BD;
		color: #000;
		text-decoration: none;
	}
	
	.nav-primary .genesis-nav-menu li.current-menu-item > a {
		font-weight: 700;
		text-decoration: none;
	}
	
	.nav-primary .sub-menu li {
		display: inline-block;
		width: 100%;
	}
	
	.nav-primary .genesis-nav-menu .menu-item:hover > .sub-menu {
		left: auto;
		opacity: 1;
	}
		
	.nav-primary .genesis-nav-menu .sub-menu {
		position: absolute;
		left: -9999px;
		padding: 0;
		margin: 0;
		width: 172px;
		max-width: 100%;
		opacity: 0;
		-webkit-transition: opacity .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out;
		-ms-transition: opacity .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out;
		transition: opacity .2s ease-in-out;
		z-index: 999;
		clear: both;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a {
		position: relative;
		display: inline-block;
		max-width: 100%;
		width: 172px;
		text-align: left;
		background-color: #00752d;
		padding: 7px 10px;
		color: #FFF;
		border-top: 1px solid #00b244;
		border-bottom: 1px solid #333333;
		border-right: 1px solid #003816;
		border-left: 1px solid #00b244;
	}
	
	.nav-primary .genesis-nav-menu .sub-menu a:hover {
		background-color: #B3A88E;
		border-top: 1px solid #D9D2BD;
		border-left: 1px solid #D9D2BD;
		color: #000;
		text-decoration: none;
	}

	/**
	* 5.2 Section | Home
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/

	/**
	* 5.3 Section | Footer
	*
	* This is the Section/Block Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/
	.site-footer {
		overflow: hidden;
	}
	
	.site-footer > .wrap {
		width: 100%;
		max-width: 100%;
	}
	
	.footer-top {
		background-color: #2c2b2a;
		padding: 50px 0 40px;
	}
	
	.footer-top * {
		color: #fff;
	}
	
	.footer-bottom {
		background-color: #00752d;
		border-top: 1px solid #999;
		padding: 11px;
		font-size: 8pt;
		font-family: verdana, "Microsoft Sans Serif", Times, serif;
	}
	
	.footer-bottom * {
		color: #fff;
	}
	
	.footer-bottom a {
		text-decoration: underline;
		color: #fff;
	}
	
	.footer-bottom-left {
		text-align: left;
	}
	
	.footer-bottom-right {
		text-align: right;
	}
	
	.footer-top .widget {
		float: left;
		width: 31%;
		margin-right: 3.5%;
	}
	
	.site-footer .widget.last {
		margin-right: 0;
	}
	
	.footer-top .widget-col-1 {
		
	}

	.footer-top .widget-col-2 {
	
	}
	
	.footer-top .widget-col-3 {
	
	}
	

/**
* 6.0 Page Styles / Internals
*
* Styles for Internal Pages, Custom Pages
* 
* -----------------------------------------------------------------------------
*/
	.entry-content table {
		border-collapse: separate;  
	}

	.home.full-width-content .content {
		margin-top: 0;
	}
	
	.full-width-content .content {
		margin-top: 70px;
	}
	
	.home.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap {
		margin-top: 0;
	}
	
	.content-sidebar .content-sidebar-wrap:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.content-sidebar .content {
		display: block;
		width: 528px;
		max-width: 100%;
		vertical-align: top;
		float: left;
		padding: 16px;
	}
	
	.content-sidebar .sidebar {
		display: block;
		width: 364px;
		max-width: 100%;
		vertical-align: top;
		float: right;
		background: #e8e8e8;
		border-left: 1px solid #999;
		border-bottom: 1px solid #999;
		padding: 12px;
	}
	
	.internal-header {
		background: #777777;
		background-position: center center;
		background-size: cover;
		padding: 40px 0 35px;
	}

	.internal-header h1 {
		color: #fff;
		text-transform: uppercase;
		text-align: center;
		font-size: 39px;
		font-weight: 800;
		margin: 0;
	}
	
	.internal-header h1 span {
		display: inline-block;
	}
	
	/* .internal-header h1 span:after {
		content: '';
		display: block;
		margin: 12px auto 0;
		width: 50px;
		height: 4px;
		background: #90bf42;
	} */
	
	/* 404 Page */
	.error404 .site-inner {
		background: #fff;
	}
	
	.error404 .content-404 {
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
		min-height: 500px;
	}
	
	.error404 .content-404 * {
		color: #000;
		text-transform: uppercase;
	}
	
	.error404 .content-404 h2 {
		background: #000;
		color: #fff;
		display: inline-block;
		padding: 8px 30px;
		margin-bottom: 20px;
		text-transform: uppercase;
		font-size: 36px;
	}
	
	.content-404 h3 {
		margin-bottom: 20px;
		text-transform: uppercase;
	}
	
	.content-404 h4 {
		margin-bottom: 20px;
		font-size: 19px;
		line-height: 1.6;
	}

	.site-inner .content-sidebar-wrap {
		padding-bottom: 0;
	}

	.home .content-sidebar-wrap {
		padding-bottom: 0;
	}
	
	.preloader-container img {
		display: block;
		width: 70px;
		margin: 20px auto;
	}

	/**
	* 6.1 Internals | Blog
	* 
	* -----------------------------------------------------------------------------
	*/
	.blog-container .post-date {
		background-color: #D0D0D0;
		position: absolute;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		color: #FFF;
	}
	
	.title-container {
		position: relative;
	}
	
	.blog-container .title-container .post-title {
		padding-right: 85px;
	}
	
	.blog-post .thumbnail-container {
		margin-bottom: 20px;
	}
	
	.blog-post .thumbnail-container a {
		display: inline-block;
		position: relative;
	}
	
	.blog-post .thumbnail-container a:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		-moz-transition: all .2s ease;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	
	.blog-post .thumbnail-container a:hover:before {
		background: rgba(0, 0, 0, 0.4);
	}
	
	.blog-post h2 a:hover {
		text-decoration: none;
	}
	
	.blog-container .blog-post {
		overflow: hidden;
	}
	
	.blog-post .content {
		/*margin-bottom: 10px;*/
	}
	
	.blog-post .read-more-container {
		margin-bottom: 10px;
	}
	
	.blog-post .author-container {
	    margin-bottom: 20px;
	    font-style: italic;
	}

	.blog-container .read-more:visited {
		color: #ffffff;
	}

	.page-template-page_blog .no-posts {
		text-align: center;
		color: #BEBEBE;
		text-shadow: 0 1px 1px #fff;
		margin: 60px auto;
	}


	/*
	*	Nav
	*/
	.page-navi-container .wp-pagenavi a,
	.page-navi-container .wp-pagenavi span {
		display: inline-block;
		padding: 3px 8px;
		background: #05b7d4;
		color: #fff;
		border: none;
	}
	
	.page-navi-container .wp-pagenavi a:hover {
		background: #fff;
		color: #05b7d4;
	}
	
	.page-navi-container .wp-pagenavi span.current,
	.page-navi-container .wp-pagenavi span {
		background: none;
		color: #05b7d4;
	}

	/*
	*	Sidebar
	*/
	.sidebar > .widget {
		margin-bottom: 15px;
	}
	
	.sidebar h4 {
		font-family: Georgia, Times, serif;
		font-size: 14px;
		font-weight: 700;
	}
	
	.sidebar .widget-title {
		margin: 0 0 14px;
		font-size: 14pt;
		border-top: 1px solid #999;
		border-bottom: 1px dashed #d9d9d9;
		padding: 5px 0;
		line-height: 1.3;
		font-weight: 400;
	}
	
	.search-form input {
		border: none;
	}
	
	.search-form input[type="text"],
	.search-form input[type="search"] {
		vertical-align: top;
		height: 36px;
		width: 210px;
		padding: 10px;
		box-sizing: border-box;
		color: #333;
		outline: none;
		background: #eee;
	}
	
	.search-form ::-webkit-input-placeholder { color: #bbb; }
	.search-form :-ms-input-placeholder { color: #bbb; }
	.search-form ::-moz-placeholder { color: #bbb; }
	.search-form :-moz-placeholder { color: #bbb; }
	
	.search-form input[type="submit"] {
		display: inline-block;
		width: 36px;
		height: 36px;
		padding: 0;
		background-image: url(images/search-btn.png);
		background-repeat: no-repeat;
		background-position: center;
		text-indent: -9999px;
		font-size: 0;
	}

	.sidebar .menu {
		border-top: 1px #b4b2ac solid;
	}
	
	.sidebar .menu li {
		border: 1px #b4b2ac solid;
		border-top: none;
	}
	
	.sidebar .menu a {
		display: block;
		padding: 10px 14px;
		background: #f2f1f1;
		color: #000;
		font-size: 13px;
		line-height: 1;
	}
	
	.sidebar .menu a:hover {
		color: #fff;
		text-decoration: none;
	}

	.sidebar-posts .post-item {
		position: relative;
		margin-bottom: 10px;
	}
	
	.sidebar-posts .post-item a {
		display: inline-block;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		padding: 5px 10px;
	}
	
	.sidebar-posts .post-item a:hover .overlay {
		background: none;
		color: #fff;
	}
	
	.sidebar-posts .post-item .overlay .post-title {
		color: #fff;
	}
	
	.sidebar .fb-embed iframe {
		border:none;
		overflow:hidden;
		width:250px;
		height:590px;
	}
	
	.header-banner-image {
		margin-bottom: 20px;
	}
	
	.ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.single-post .ff-social-share {
		margin-bottom: 10px;
		float: left;
	}
	
	.share-icons-container:after {
		content: '';
		display: block;
		clear: both;
	}

	.single-post .post-date {
		position: relative;
		float: right;
		top: 0px;
		right: 0px;
		display: block;
		padding: 7px 12px;
		font-size: 11px;
		background-color: #7ED9E7;
		color: #FFF;
	}

	.single-post .post-author {
		clear: both;
		float: none;
		display: block;
		font-style: italic;
		font-size: 12px;
	}

	.post-content-wrapper {
		clear: both;
		padding-top: 10px;
		overflow: hidden;
	}

	.single-post .post-tags {
		font-style: italic;
	    font-size: 12px;
	}

	.single-post .entry-footer {
		margin-top: 10px;
	}
	
	.sidebar ul li {
		color: #00752d;
		list-style-type: square;
		list-style-position: inside;
		margin-bottom: 5px;
		margin-left: 7px;
	}

	/**
	* 6.2 Internals | Search Page
	* 
	* -----------------------------------------------------------------------------
	*/
	.search .content .entry,
	.tags-archive .content {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-bottom: 1px solid rgb(237, 237, 237);
	}

	.search .content .entry.page {
		padding: 30px;
		border-radius: 5px;
		background-color: #F9F9F9;
		box-shadow: 0px 4px 10px -10px #333;
	}

	.search .content .entry.page .entry_permalink {
		text-align: right;
	}

	.search .content .search-nopost-text {
		display: block;
		font-size: 20px;
		text-align: center;
		font-weight: 300;
		background-color: #F2F1F1;
		padding: 30px;
		text-transform: lowercase;
	}

	/**
	* 6.3 Internals | Contact Page
	* 
	* -----------------------------------------------------------------------------
	*/
	/* .contact-page .site-inner {
		overflow: hidden;
	} */

	.contact-bottom-wrapper {
		display: block;
	}

	.contact-map{
		width: 100%;
	}

	.contact-page .contact-form .ginput_container input,
	.contact-page .contact-form .ginput_container textarea {
		background-color: transparent;
		padding: 12px 20px;
		color: #171e28;
		font-weight: 600;
		width: 100% !important;
		border: none;
		border: 1px solid #e1e4e5;
		border-left: 3px solid #777777;
	}
	
	.contact-page .contact-form .captcha-container input {
		background-color: transparent;
		padding: 12px 20px;
		border: none;
		border: 1px solid #e1e4e5;
		border-left: 3px solid #777777;
		color: #171e28;
		width: 250px;
		max-width: 100%;
	}
	
	.gfield_captcha_container:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.contact-page .contact-form .ginput_container textarea{
		max-height: 100px;
		overflow: auto;
	}
	
	.contact-form ::-webkit-input-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-moz-placeholder {
	   color: #171e28;
	   font-weight: 600; 
	}

	.contact-form ::-moz-placeholder {
	   color: #171e28;
	   font-weight: 600;
	}

	.contact-form :-ms-input-placeholder {  
	   color: #171e28;
	   font-weight: 600; 
	}
	
	.contact-page .contact-page-captcha img.gfield_captcha {
		display: inline-block;
		width: auto !important;
		height: 28px;
		height: 33px;
	}
	
	.contact-page .contact-page-captcha input {
		display: inline-block;
		width: 160px;
		height: 33px;
		color: #171e28;
		font-weight: 600;
		background: #ffffff;
		border: 1px solid #e1e4e5;
		border-left: 3px #a2d154 solid;
	}

	.contact-page .content-sidebar-wrap .left-side {
		width: 445px;
	}

	.contact-page .content-sidebar-wrap .right-side {
		width: 495px;
	}
	
	.contact-page .entry-content .col-xs-6.left-side h4 {
		margin-bottom: 36px;
	}

	/* .contact-page .contact-page-captcha label.gfield_label {
		display: none;
	}
	
	.contact-page .gform_wrapper .top_label .gfield_label {
		color: #002520;
		font-size: 12px;
		margin: 12px 0 0;
	} */
	
	.contact-page-captcha .gfield_captcha_container{
		float: left;
		margin: 10px 0px 0px 0px;
	}
	
	.contact-page-captcha input{
		padding: 20px 20px !important;
		border: none;
	}
	
	.contact-page .contact-page-captcha .gfield_captcha_input_container {
		display: inline-block;
		padding: 0px;
		margin-right: 0px;
		border: none;
	}
	
	.contact-page .validation_error {
		display: none;
	}

	.contact-page .validation_message{
		color: #ea9698 !important;
	}

	.contact-form li.gfield_error input[type=text]{
		border: 1px solid #ffa6a8 !important;
	}

	.contact-form #field_2_5 .gfield_description.validation_message{
		margin-top: 50px !important;
		float: left;
		width: 250px;
		position: absolute;
	}

	.contact-form li.gfield.gfield_error.gfield_contains_required{
		margin-left: 0!important;
	}
	
	.contact-us-form.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-left: 0!important;
	}
	
	.contact-page .gform_wrapper textarea.large{
		height: 60px;
	}
	
	.contact-page .gform_wrapper li.gfield.gfield_error {
		background-color: transparent;
		margin-bottom: 0 !important;
		padding: 0 !important;
		border-top: 0;
		border-bottom: 0;
		width: 100%;
	}
	
	.contact-page .gform_footer {
		text-align: right;
		width: 100%;
	}
	
	.contact-page .gform_footer .gform_footer  {
		text-align: center;
		width: 100%;
	}
	
	.contact-page .contact-form .gform_footer .gform_button.button {
		padding: 15px 15px;
		font-weight: 700;
		font-size: 16px;
		color: #fff;
		background: #777777 url(images/contact-mail.png) no-repeat;
		background-position: center center;
		display: inline-block;
		margin-bottom: 0;
		text-align: center;
		vertical-align: middle;
		cursor: pointer;
		white-space: nowrap;
		line-height: 1.42857143;
		border: none;
		width: 100%;
		max-width: 100%;
		text-indent: 9999px;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		-webkit-transition: all .3s ease-in-out;
		-moz-transition: all .3s ease-in-out;
		-o-transition: all .3s ease-in-out;
	}
	
	div.gform_wrapper .gfield_captcha_container img.gfield_captcha {
		float: left!important;
	}
	
	.gform_wrapper .gfield_captcha_input_container {
		float: right;
	}
	
	/* .contact-page .contact-form .g-recaptcha {
		height: 25px;
	} */

	.contact-page .contact-form .gform_footer .gform_button.button:hover{
		background-color: #5A5A5A;
		color: #ffffff;
	}
	
	.contact-page .contact-form .ginput_container {
		margin: 5px auto;
	}
	
	.contact-page .gform_wrapper,
	.contact-page .first .ginput_container {
		margin-top: 0;
	}
	
	.contact-page .small-icon {
		position: relative;
		margin-left: 35px;
		padding: 5px 0px 0px 20px;
		color: #000;
	}

	.contact-page .small-icon:before {
		content: "";
		position: absolute;
		width: 32px;
		height: 32px;
		top: 0px;
		left: -35px;
		background: url(images/sprites-contact.png) no-repeat scroll 0% 0% transparent;
	}

	.contact-page .small-icon.address:before {
		background-position: 0px -3px;
		width: 33px;
		height: 33px;
		left: -56px;
	}

	.contact-page .small-icon.phone:before {
		background-position: 0px -41px;
		width: 34px;
		height: 34px;
	}

	.contact-page .small-icon.fax:before {
		background-position: 0px -78px;
		width: 34px;
		height: 34px;
	}

	.contact-page .small-icon.email:before {
		background-position: 0px -124px;
	}

	.contact-page .small-icon.email {
		padding-top: 0;
		margin-bottom: 50px;
	}

	.contact-page .address {
		margin-bottom: 30px;
		font-size: 14px;
		color: #000;
		padding: 0 0 20px 0px;
		margin-left: 56px;
		width: 280px;
		max-width: 100%;
	}

	.contact-page .contact-numbers,
	.contact-page .contact-numbers a {
		margin-bottom: 20px;
		font-size: 19px;
		color: #000;
	}
	
	.contact-page-bottom-cta {
		background: #777777;
		background-size: cover;
		background-attachment: fixed;
		display: inline-block;
		width: 100%;
		padding: 80px 0;
		text-align: center;
	}
	
	.contact-page-bottom-cta * {
		color: #fff;
	}
	
	.contact-page .site-container .contact-map {
		line-height: 0;
	}
	
	.contact-page .content-sidebar-wrap {
		line-height: 1.45;
		padding-bottom: 20px;
	}
	
	
	/* Members */	
	.team-members-container .team-member {
		border-bottom: 1px solid #666666;
		padding-bottom: 80px;
		margin-bottom: 70px;
	}
	
	.team-member:after {
		content: '';
		display: block;
		clear: both;
	}
	
	.team-member .left-side {
		float: left;
		width: 268px;
		max-width: 100%;
	}
	
	.team-member .right-side {
		float: right;
		width: 640px;
		max-width: 100%;
	}
	
	.team-member .title-container {
		margin-bottom: 30px;
	}
		
	.team-member .name {
		font-size: 22px;
		font-weight: 700;
		color: #000;
	}
	
	.team-member .name .sub-title {
		display: block;
		font-size: 13px;
	}


	/**
	* 6.4 Internals | News Article
	* 
	* -----------------------------------------------------------------------------
	*/

	.blog-post .sub-heading {
		padding-left: 10px;
	}

	.blog-page-title-section h1 {
		font-family: Baskerville, Georgia, Times, serif;
		font-size: 18pt;
		font-style: normal;
		font-weight: normal;
		margin-top: 5px;
		padding: 10px 10px;
	}

	.title-container .post-title {
		font-family: Trebuchet MS;
		font-size: 12pt;
		font-style: normal;
		font-weight: normal;
		margin-top: 5px;
		color: #666600;
		padding: 10px 10px;
		border-top: 1px solid #CCC;
		margin-bottom: 0;
	}

	.page-template-page_blog .read-more.btn{
		background-color: transparent;
	}

	.page-template-page_blog .read-more,
	.page-template-page_blog .read-more:hover,
	.page-template-page_blog .read-more:visited,
	.page-template-page_blog .read-more:active,
	.page-template-page_blog .read-more:focus {
		color: #FF6600;
		font-family: verdana, "Microsoft Sans Serif", Times, serif;
		font-size: 8pt;
		background: none;
		box-shadow: none;
	}

	.page-template-page_blog .content-sidebar > .content {
		padding: 0 2px;
		font-size: 8px;
		margin-top: 0px;
		margin-bottom: 10px;
		padding: 0px 10px;
		line-height: 12pt;
	}

	.blog-post .content {
		padding: 0 10px;
	}

	/* internal blog */
	.internal-sub_heading {
		font-weight: 700;
	}

	.internal-sub_heading em,
	.internal-sub_heading i,
	.internal-sub_heading span {
		font-weight: 400;
	}

	
/**
* 7.0 Effects
*
* This is the Effects, Animations,Forms Area CSS
* 
* -----------------------------------------------------------------------------
*/	

	/* Transition Effects */
	.transition-1 {
		-webkit-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition: all 500ms cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */

		-webkit-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-moz-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		-o-transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); 
		transition-timing-function: cubic-bezier(0.000, 0.470, 0.000, 1.000); /* custom */
	}


	/**
	* 7.0 Effects | Gravity Form
	*
	* This is the Effects, Animations,Forms Area CSS
	* 
	* -----------------------------------------------------------------------------
	*/

	::-webkit-input-placeholder { color:#FFF; }
	:-moz-placeholder { opacity: 1; color:#FFF; } /* Firefox 18- */
	::-moz-placeholder { opacity: 1; color:#FFF; } /* firefox 19+ */
	:-ms-input-placeholder { color:#FFF; } /* ie */
	input:-moz-placeholder { color:#FFF; }
	
	div.gform_wrapper .gform_footer input.button,
	div.gform_wrapper .gform_footer input[type=submit] {
		display: block;
		width: 100%;
		background: #00b8d4;
		color: #fff;
		border: none;
		padding: 10px;
		font-weight: 600;
	}
	
	div.gform_wrapper {
		max-width: 100%;
	}
	
	div.gform_wrapper .gform_footer input.button:hover,
	div.gform_wrapper .gform_footer input[type=submit]:hover {
		background: #018A9F;
	}
	
	div.gform_wrapper .top_label li.gfield.gf_left_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_left_half select.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half input.large,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.medium,
	div.gform_wrapper .top_label li.gfield.gf_right_half select.large,
	div.gform_wrapper .top_label input.large,
	div.gform_wrapper .top_label select.large,
	div.gform_wrapper .top_label textarea.textarea,
	div.gform_wrapper .hidden_label input.large,
	div.gform_wrapper .hidden_label select.large,
	div.gform_wrapper .hidden_label textarea.textarea {
		width: 100%;
	}
	
	/* GF Validation Overide */
	div.gform_wrapper .top_label .gfield_error {
		width: 100%;
		
	}
	
	div.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
		padding-left: 0!important;
	}
	
	div.gform_wrapper li.gfield.gfield_error,
	div.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
		background: none;
		background: none;
		border: none;
		padding: 0!important;
	}

	/**
	* 7.1 Effects | Bootstrap overrides
	*
	*
	* 
	* -----------------------------------------------------------------------------
	*/

	.read-more.btn-primary {
		border: 0;
	}
	
	.panel-default > .panel-heading {
		padding: 0;
	}

	.panel-title > a {
		width: 100%;
		display: block;
		padding: 10px 15px;
	}
	
	.btn-info:hover,
	.btn-info:focus,
	.btn-info.focus,
	.btn-info:active,
	.btn-info.active,
	.open>.dropdown-toggle.btn-info {
		border-color: transparent;
	}

    /**
    *  7.1 Effects | Accordion
    * 
    * -----------------------------------------------------------------------------
    */
    .panel-group {
        margin-bottom: 15px;
    }

    .panel {
        margin-bottom: 20px;
        background-color: #fff;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .panel-group .panel {
        margin-bottom: 15px;
        border-radius: 5px;
        overflow: hidden;
        width: 100%;
    }

    .panel-default{
        border-color: #dfe1e2;
    }

    .panel-default>.panel-heading {
        padding: 0;
    }

    /*.panel-heading .accordion-toggle:before{
        content: url(../images/close.png);
        float: right;
        margin-top: -10px;
    }

    .panel-heading .accordion-toggle.active:before{
        content: url(../images/open.png);
        margin-top: -10px;
    }

    .panel-heading .accordion-toggle.active.collapsed:before{
        content: url(../images/close.png);
        float: right;
        margin-top: -10px;
    }*/

    .panel-heading .accordion-toggle {
        color: #333;
        padding: 15px 20px;
        background-color: #f6f8fb;
        border-color: #dfe1e2;
        font-size: 16px;
        font-weight: 700;
        text-decoration: none;
    }

    .panel-heading .panel-title {
        margin-bottom: 0;
    }

    .panel-heading .accordion-toggle:hover{
        color: #000;
        background-color: #eee;
        border-color: #eee;
        padding: 15px 20px;
        text-decoration: none;
    }

    .panel-heading .accordion-toggle.active {
        background-color: #eee;
        border-color: #eee;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
    }

    .panel-title>a {
        color: inherit;
        display: inherit;
        color: #000;
        text-decoration: none;
        font-size: 16px;
        font-weight: 700;
    }

    .panel-title>a:hover {
        text-decoration: none;
    }

    .panel-default>.panel-heading+.panel-collapse .panel-body{
        border-top-color: #ffffff;
        border-top: 1px solid #ffffff;
        color: #737f88;
        padding: 20px 20px 20px 20px;
        font-size: 16px;
        line-height: 26px;
    }
    /*End Accordion*/

/**
* 8.0 Shortcodes
*
* Styles for custom shortcodes
* 
* -----------------------------------------------------------------------------
*/

	/* [boxed] */
	.boxed-content {
		padding: 20px 40px;
		border-left: 5px solid #AAAAAA;
		box-shadow: 0px 0px 1px 1px #e6e6e6;
		font-size: 19px;
		font-weight: 300;
		margin: 60px auto 10px;
	}

	/* [testimonial] */
	.testimonial-box {
		position: relative;
		display: block;
		padding: 40px 0px 60px 0px;
		font-size: 14px;
		color: #a9a9a9;
		margin: 20px 0 50px;
		background: none;
		border: 1px solid #e6e6e6;
		border-left: 0;
		border-right: 0;
	}


    .testimonial-content-page:before {
		content: '"';
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		font-size: 75px;
        font-weight: 900;
        color: #ff8417;
		line-height: 1;
	}

    .testimonial-content-page {
		font-size: 17px;
        font-weight: 100;
		color: #a9a9a9;
		padding: 5px 20px 25px 80px;
        line-height: 28px;
		position: relative;
	}

	/*.testimonial-box:before {
		content: "";
		width: 24px;
		height: 15px;
		position: absolute;
		display: block;
		line-height: 0;
		margin-top: 10px;
		left: 10px;
		color: #ccc;
		background-image: url('images/testimonial-quote.png');
		background-position: 0 0;
	}*/

	.testimonial-box .author {
		font-size: 14px;
		font-weight: 700;
		color: #333333;
		margin-top: 20px;
	}

	.testimonial-box .content {
		color: #a9a9a9;
		margin-top: 0;
		margin-bottom: 10px;
	}

    .testimonial-name-bottom {
		font-size: 14px;
        font-weight: 700;
		text-align: left;
		color: #616161;
		letter-spacing: 1px;
		margin: 0px;
		padding: 10px 20px 25px 80px;
		width: 100%;
		float: left;
		clear: both;
	}

	/* Shortcode - internal_cta */
	 
	.cta-box * {
		color: #FFFFFF;
	}

	.cta-box {
		position: relative;
	}

	.cta-box:after {
		content: "";
		position: absolute;
		left: 0;
		right: 0;
		bottom: -11px;
		display: block;
		height: 11px;
		background-image: url('images/cta-box-shadow.png');
		background-size: 100% 100%;
	}


	.cta-box h2 {
		margin-bottom: 0;
	}

	.cta-box h2 {
		text-transform: uppercase;
	}

	.cta-box {
		padding: 40px 50px;
		text-align: center;
		background-position: center;
		background-size: cover;
	}

	.cta-box .btn {
		border-radius: 5px;
		border-color: #FFFFFF;
		background: none;
		padding: 14px 47px;
		transition: 0.2s all ease;	
	}

	.cta-box .btn:hover {
		color: #000000;
		background-color: #FFFFFF;
	}
	
	/* Media Boxes */
	.filters-container .media-boxes-search {
		float: right;
	}
	
	.filters-container ::-webkit-input-placeholder { color: #bbb; }
	.filters-container :-ms-input-placeholder { color: #bbb; }
	.filters-container ::-moz-placeholder { color: #bbb; }
	.filters-container :-moz-placeholder { color: #bbb; }
	
	.filters-container .media-boxes-filter {
		margin: 0;
		padding: 0;
	}
	
	ul.media-boxes-filter>li a.selected {
		background: #B8B3B3;
	}
	
	.media-boxes-drop-down:hover .media-boxes-drop-down-menu {
		display: block;
	}
	
	.media-boxes-drop-down .media-boxes-drop-down-menu {
		margin-left: 0;
		padding-left: 0;
		list-style: none;
	}
	
	.media-boxes-drop-down .media-boxes-drop-down-menu li {
		list-style: none;
	}
	

.ngg-imagebrowser > h3 {
	display: none;
}

.custom-links {
	border-top: 1px solid #CCC;
}

.custom-links a {
	font-size: 12pt;
}

.custom-links p {
	border-bottom: 1px solid #ccc;
	padding: 14px 0;
	margin: 0;
}