@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Contrail+One);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400italic);
@import url(//fonts.googleapis.com/css?family=Great+Vibes);
html, body { height:100%; }
body {
	text-transform:uppercase;
	padding:0 !important;
	min-width:320px;
}
.splash { background:url(images/splash.png) center top no-repeat; }
@media (max-width: 1024px) {
	.splash { background:none; }
}
h1 { letter-spacing:-1px; }
h1 small { font-size:100%; }
h2 {
	letter-spacing:-2px;
	margin-bottom:28px;
}
.home h2 { margin-bottom:31px; }
h3 { letter-spacing:-1px; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color:inherit; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color:#085009; }
p { margin-bottom:1.5em; }
.main-holder {
	width:980px;
	margin:0 auto;
	background:url(images/main-pattern.png) 50% 0 repeat;
	-webkit-box-shadow:0 0 30px rgba(0,0,0,0.15);
	-moz-box-shadow:0 0 30px rgba(0,0,0,0.15);
	box-shadow:0 0 30px rgba(0,0,0,0.15);
}
@media (min-width: 1200px) {
	.main-holder { width:1230px; }
}
@media (min-width: 1200px) and (max-width: 1246px) {
	.main-holder { width:100%; }
}
@media (max-width: 979px) {
	.main-holder {
		width:auto;
		padding:0 20px;
	}
}
.header {
	border:none;
	background:none;
	padding:0;
}
.header_top {
	background:url(images/hr.png) 0 100% repeat-x #e1e1e1;
	color:#5a5a5a;
	font-size:10px;
	font-family:'Contrail One', cursive;
	font-style:normal;
	padding:8px 0 7px 0;
}
.header_top a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header_top a:hover {
	text-decoration:none;
	color:#085009;
}
.header_top .pull-left { padding-left:40px; }
@media (max-width: 480px) {
	.header_top .pull-left {
		float:none;
		padding-right:20px;
		padding-left:20px;
	}
}
.header_top .pull-right { padding-right:40px; }
@media (max-width: 480px) {
	.header_top .pull-right {
		float:none;
		padding-right:20px;
		padding-left:20px;
	}
}
.header_top ul {
	margin:0;
	padding:0;
}
.header_top ul li {
	list-style-type:none;
	padding:0;
	margin:0;
	float:left;
}
.header_top ul li:before {
	content:'|';
	display:inline-block;
	padding:0 3px;
}
.header_top ul li:first-child:before { display:none; }
.header_top ul li a { color:inherit; }
.header_top ul li a:hover {
	color:#085009;
	text-decoration:none;
}
.header_middle { height:109px; }
.header .nav {
	overflow:hidden;
	margin-bottom:0;
}
#loginout a {
	color:#c4c4c4;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#loginout a:hover {
	color:inherit;
	text-decoration:none;
}
.header-widgets {
	float:right;
	padding-right:40px;
}
.header-widgets ul {
	margin:0;
	padding:0;
}
.header-widgets ul li {
	list-style-type:none;
	padding:0;
	margin:0;
	float:left;
}
.header-widgets ul li:before {
	content:'|';
	display:inline-block;
	padding:0 3px;
}
.header-widgets ul li:first-child:before { display:none; }
.header-widgets ul li a { color:#5a5a5a; }
.header .search-form_it {
	font:normal 12px 'Contrail One', cursive;
	color:#5a5a5a;
	width:213px;
	padding:11px 15px 10px;
	margin:0 40px 0 0;
	border:none;
	border-bottom:1px solid #ededed !important;
	background:url(images/search-bg.png) 0 0 repeat;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.no-rgba .header .search-form_it { border-bottom-color:#ededed; }
.header .search-form_it:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.search-form_is { margin:14px 0 0 5px; }
.header .search-form_is { display:none; }
.header .search-form { padding:36px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.sidebar .search-form_it { width:130px; }
}
.nav__primary {
	margin-bottom:0;
	overflow:visible !important;
	background:url(images/nav-tail.gif) 0 0 repeat-x #1b1613;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	top:100%;
	left:1px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-38px;
	left:195px;
}
.ie8 ul.sf-menu li li:hover ul, .ie8 ul.sf-menu li li.sfHover ul { left:156px; }
.sf-menu {
	float:none;
	height:100px;
	background:url(images/hr.png) center top repeat-x;
}
.home .sf-menu { background:none; }
.sf-menu > li {
	background:url(images/nav-divider.gif) 0 1px no-repeat;
	text-align:center;
	padding-left:1px;
}
.sf-menu > li:first-child {
	background:none;
	padding-left:0;
}
.sf-menu > li:first-child > a { width:195px; }
.ie8 .sf-menu > li:first-child > a { width:160px; }
@media (min-width: 979px) and (max-width: 1199px) {
	.sf-menu > li:first-child > a { width:160px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.sf-menu > li:first-child > a { width:119px; }
}
.sf-menu > li > a {
	border:none;
	text-decoration:none;
	letter-spacing:-1px;
	width:194px;
	height:56px;
	padding:44px 0 0 0;
	background:transparent url(images/nav-current.gif) no-repeat -130px 100px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.ie8 .sf-menu > li > a { width:155px; }
@media (min-width: 979px) and (max-width: 1199px) {
	.sf-menu > li > a { width:155px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.sf-menu > li > a { width:120px; }
}
.sf-menu li ul {
	background:#242525;
	width:194px;
	padding:38px 0;
}
.ie8 .sf-menu li ul { width:155px; }
@media (min-width: 979px) and (max-width: 1199px) {
	.sf-menu li ul { width:155px; }
}
@media (min-width: 767px) and (max-width: 979px) {
	.sf-menu li ul { width:120px; }
}
.sf-menu li li {
	background:none;
	padding:7px 0;
}
.sf-menu li li a {
	padding:0 !important;
	font:normal 16px 'Contrail One', cursive !important;
	border:none;
	color:#fff;
	text-decoration:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	display:inline;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a {
	background-position:0 0 !important;
	background-repeat:repeat-x !important;
	color:#fff;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a {
	color:#085009;
	background:transparent;
}
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator {
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
}
a > .sf-sub-indicator { top:4em; }
.sf-menu ul a > .sf-sub-indicator {
	margin-right:0;
	margin-left:5px;
	display:inline-block;
	position:static;
}
.select-menu {
	margin-top:1px;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	text-transform:uppercase;
	border:1px solid #e1e1e1 !important;
	color:#a2a2a2;
	font-style:italic;
	font-size:13px;
	line-height:16px;
	background:#fff;
}
.camera_wrap { margin-bottom:0 !important; }
@media (max-width: 767px) {
	.camera_wrap { margin-bottom:20px !important; }
}
.camera_wrap .camera_pag { margin-top:-50px; }
@media (max-width: 767px) {
	.camera_wrap .camera_pag { margin-top:-30px; }
}
.camera_wrap .camera_pag .camera_pag_ul li {
	margin:0 3px;
	width:14px;
	height:14px;
	background-color:rgba(255,255,255,0.3);
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.no-rgba .camera_wrap .camera_pag .camera_pag_ul li { background-image:url(images/pag-sprite.png) 0 0 no-repeat; }
.camera_wrap .camera_pag .camera_pag_ul li:hover, .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent { background-color:#fff; }
.no-rgba .camera_wrap .camera_pag .camera_pag_ul li:hover, .no-rgba .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
	background-color:transparent;
	background-position:-20px 0;
}
.camera_wrap .camera_pag .camera_pag_ul li span { display:none; }
.ie8 .cameraSlide img { width:940px !important; }
.camera_caption { filter:none !important; }
@media (max-width: 767px) {
	.camera_caption { display:none !important; }
}
.camera_caption > div {
	background:none;
	text-align:center;
	font:normal 17px 'Contrail One', cursive;
	color:rgba(255,255,255,0.57);
	letter-spacing:-1px;
	word-spacing:1px;
	padding:0 0 76px 0;
}
.no-rgba .camera_caption > div { color:#d7d7d9; }
.camera_caption > div h2 {
	font-size:40px;
	line-height:48px;
	margin:0 0 -6px;
}
.camera_thumbs { margin-top:-70px; }
.camera_prevThumbs, .camera_nextThumbs, .camera_prev, .camera_next, .camera_commands, .camera_thumbs_cont { background:none; }
.logo { padding:37px 0 0 38px; }
.logo_tagline {
	display:block;
	color:#085009;
	margin-top:-8px;
}
@media (max-width: 767px) {
	.logo { padding-left:0; }
}
.logo_h__txt { margin-top:-6px; }
.logo_h__txt a {
	color:inherit !important;
	text-decoration:none;
}
.content-holder { padding:37px 0 44px; }
#content, #content.left { padding-top:0; }
@media (max-width: 767px) {
	#content, #content.left { float:none !important; }
}
.title-section { padding:0; }
.title-header {
	overflow:hidden;
	margin-bottom:11px;
	font-size:32px;
	line-height:38px;
}
.title-desc {
	display:block;
	color:#999;
	font-size:11px;
}
.breadcrumb__t {
	margin:0 0 36px;
	padding:12px 25px 9px;
	background:url(images/breadcrumb-tail.png) 0 0 repeat;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li {
	font-size:16px;
	font-family:'Contrail One', cursive;
	font-style:normal;
	text-shadow:none;
	letter-spacing:-1px;
	color:#303030;
}
.breadcrumb__t li.active { color:#979797; }
.breadcrumb__t li.divider {
	width:4px;
	height:0;
	padding-top:7px;
	overflow:hidden;
	background:url(images/arrow.gif) 0 0 no-repeat;
	vertical-align:top;
	display:inline-block;
	position:relative;
	top:4px;
	margin:0 12px 0 19px;
}
.breadcrumb__t li a { color:inherit; }
.breadcrumb__t li a:hover {
	text-decoration:none;
	color:#979797;
}
.pagination__posts {
	margin:0;
	text-align:center;
}
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li { font-size:13px; }
.pagination__posts ul li a, .pagination__posts ul li span {
	font-family:'Contrail One', cursive;
	font-style:normal;
	color:#a2a5a8;
	border:none;
	background:none !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.pagination__posts ul li a:hover, .pagination__posts ul li span:hover { color:#085009; }
.pagination__posts ul .active a, .pagination__posts ul .active span { color:#085009; }
.post__holder {
	position:relative;
	overflow:hidden;
	margin-bottom:35px;
	padding-right:22px;
}
.post__holder.single-post {
	overflow:hidden;
	margin-bottom:30px;
	width:100%;
}
.post .sticky {
	position:relative;
	z-index:9;
}
.post-title {
	font-size:20px;
	line-height:24px;
	letter-spacing:-1px;
	margin-bottom:18px;
}
.post-title a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-title a:hover, .post-title a:focus {
	color:#085009;
	text-decoration:none;
}
@media (max-width: 480px) {
	.post .featured-thumbnail { width:120px; }
}
@media (max-width: 480px) {
	.post .featured-thumbnail.large { width:auto; }
}
.post_content {
	margin-bottom:0;
	padding-bottom:24px;
}
.post_content .excerpt, .post_content .full-post-content { padding-bottom:1.5em; }
.post_footer {
	clear:both;
	padding:15px 0 0 0;
}
.post_meta {
	overflow:hidden;
	margin-bottom:1em;
	position:relative;
	padding:8px 0 !important;
	width:100%;
	border:none;
	font-size:1em;
	background:url(images/hr1.png) 0 0 repeat-x;
}
.post_meta:after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	position:absolute;
	bottom:0;
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/hr1.png);
}
.post_meta a {
	color:#085009;
	text-transform:uppercase !important;
}
.post_meta a:hover {
	color:inherit;
	text-decoration:none;
}
.post_meta__inner {
	background-repeat:repeat-x;
	background-position:0 100%;
	background-image:url(images/hr1.png);
	display:block !important;
	padding:9px 0 10px 0 !important;
}
.post_meta span {
	display:inline-block;
	line-height:20px;
	padding-right:25px;
}
@media (max-width: 767px) {
	.post_meta span { display:block; }
}
.post_meta .post_permalink {
	float:right;
	padding-right:0;
}
.ie8 .post_meta .post_permalink { float:none; }
@media (max-width: 1200px) {
	.post_meta .post_permalink { float:none; }
}
.post_meta .post_author a { color:#313131; }
.post_meta .post_author a:hover {
	color:inherit;
	text-decoration:none;
}
.post_meta i {
	font-size:16px;
	margin-right:.5em;
	padding:0;
	color:#d8d8d8;
}
.post_meta .pull-right {
	padding-right:0;
	padding-left:15px;
}
.post.format-quote blockquote {
	border-color:transparent;
	color:#313131;
	font:inherit;
}
.post.format-quote cite {
	color:#085009;
	font:inherit;
}
.post-author {
	margin-bottom:2em;
	padding:13px 26px 20px 19px;
	border:1px solid #e0e0e0;
	background:url(images/white-opacity-41.png) 0 0 repeat;
	margin-bottom:48px;
}
.post-author_h {
	font-size:13px;
	font-family:'PT Sans', sans-serif;
	line-height:1.2em;
	letter-spacing:0;
	margin-bottom:17px;
	text-transform:uppercase;
}
.post-author_h small {
	font:inherit;
	color:inherit;
}
.post-author_link { margin-top:1.5em; }
.post-author_link p { margin-bottom:0; }
.post-author_link a { color:#085009; }
.post-author_link a:hover { color:#085009; }
.post-author_gravatar {
	float:left;
	margin:0 20px 0 0;
}
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.post-author_desc { overflow:hidden; }
.post-author .post-author_desc .post-author_link { font-size:11px; }
.page-header {
	border-bottom:none;
	background:url(images/hr1.png) center bottom repeat-x;
}
.single-team .team-holder .featured-thumbnail { height:auto; }
#recent-author-posts h3, #recent-author-comments h3 {
	font-size:32px;
	line-height:38px;
}
#recent-author-comments { padding-top:30px; }
.related-posts {
	overflow:hidden;
	margin:0 0 2em;
	padding:40px 0 0 0;
	background:url(images/hr1.png) 0 0 repeat-x;
}
.related-posts_h {
	font-size:32px;
	line-height:38px;
	margin-bottom:28px;
}
.related-posts_list {
	padding:0;
	margin:0 0 0 -4%;
	font-size:0;
}
.related-posts_item {
	display:inline-block;
	width:21%;
	margin-left:4%;
	margin-bottom:20px;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	vertical-align:top;
	font-size:20px;
	font-family:'Contrail One', cursive;
	font-style:normal;
	line-height:24px;
	letter-spacing:-1px;
}
.related-posts_item a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#303030;
}
.related-posts_item a:hover {
	text-decoration:none;
	color:#085009;
}
.related-posts .featured-thumbnail {
	float:none;
	overflow:hidden;
	margin:0 0 20px 0;
}
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.error404-holder_num { color:#085009; }
.error404-holder hgroup h1 {
	font-size:40px;
	line-height:48px;
}
.flex-control-nav {
	width:100%;
	position:absolute;
	bottom:-30px;
	height:12px;
}
.flex-control-nav li {
	margin:0 4px 0 0;
	display:inline-block;
	vertical-align:top;
	zoom:1;
	*display:inline;
}
.flex-control-paging li a {
	width:12px;
	height:12px;
	display:block;
	background:#dedede;
	cursor:pointer;
	text-indent:-9999px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	position:relative;
	z-index:999;
}
.flex-control-paging li a:hover { background:#085009; }
.flex-control-paging li a.flex-active {
	background:#085009;
	cursor:default;
}
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	border:1px solid #e1e1e1;
	background:transparent url(images/white-opacity-41.png) repeat 0 0;
	font-style:italic;
	font-family:PT Sans, sans-serif;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
}
.testimonial blockquote p {
	font-size:11px;
	line-height:16px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial small {
	font:italic 1em PT Sans, sans-serif;
	padding:12px 0 0;
	color:#085009;
}
.testimonials .testi-item .testi-meta .user:after { content:''; }
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
@media (max-width: 767px) {
	.testimonial {
		padding:15px;
		background-position:150px 10px;
	}
}
.faq-list dt, .faq-list .marker { color:#303030; }
.faq-list dd { color:#a2a5a8; }
.filter-wrapper { margin-bottom:25px; }
@media (max-width: 480px) {
	.filter-wrapper .pull-right { float:none; }
}
.filter-wrapper strong {
	display:inline-block;
	padding:12px 0;
	margin-right:10px;
	float:left;
	color:#303030;
	font-weight:normal;
}
@media (max-width: 480px) {
	.filter-wrapper strong { padding-top:6px; }
}
.filter-wrapper .nav { overflow:hidden; }
.nav-pills { float:left; }
@media (max-width: 480px) {
	.nav-pills { float:none; }
}
.nav-pills li { margin-left:5px; }
@media (max-width: 480px) {
	.nav-pills li { float:none; }
}
.nav-pills li a {
	color:inherit;
	padding-top:11px;
	padding-bottom:11px;
}
.nav-pills li a:hover, .nav-pills li a:focus {
	color:#fff;
	background:#085009;
}
@media (max-width: 480px) {
	.nav-pills li a {
		display:block;
		padding:5px;
	}
}
.nav-pills li.active a {
	background:#085009 !important;
	color:#fff;
}
.filterable-portfolio {
	position:relative;
	visibility:hidden;
	overflow:hidden;
	margin:0 -10px;
}
.filterable-portfolio h3 { margin-bottom:3px; }
.filterable-portfolio h3 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.filterable-portfolio h3 a:hover {
	text-decoration:none;
	color:#085009;
}
.filterable-portfolio .caption { padding-top:17px; }
.entry-meta { background:url(images/hr1.png) center bottom repeat-x; }
.entry-meta .portfolio-meta-list {
	border:none;
	background:url(images/hr1.png) center top repeat-x;
}
.entry-meta .portfolio-meta-list li { text-transform:uppercase; }
.single-pager {
	border:none;
	padding:0;
}
.single-pager .previous a, .single-pager .next a {
	background:#085009;
	color:#fff;
	border-color:#063a07;
}
.single-pager .previous a:hover, .single-pager .next a:hover {
	color:#a2a5a8;
	background:#ededed;
	border-color:#e0e0e0;
}
.comment-holder {
	padding:40px 0 0 0;
	margin:0 0 5em;
	background:url(images/hr1.png) 0 0 repeat-x;
}
.comments-h {
	padding:0;
	margin:0;
	font-size:32px;
	line-height:38px;
}
.comment-list {
	position:relative;
	margin:0;
	padding:0;
	list-style-type:none;
}
.comment {
	position:relative;
	margin:0;
	padding:0;
	background:none;
	list-style-type:none;
	text-transform:none;
}
.comment .comment-body {
	position:relative;
	overflow:hidden;
	margin-top:10px;
	padding:20px;
	border:1px solid #e0e0e0;
	text-transform:uppercase;
	background:url(images/white-opacity-41.png) 0 0 repeat;
	zoom:1;
}
.comment.bypostauthor .comment-body { background:url(images/white-opacity-41.png) 0 0 repeat; }
.comment-author {
	float:left;
	margin:0 20px 0 0;
}
.comment-author .author {
	display:block;
	padding-top:12px;
	width:80px;
	text-align:left;
	text-transform:uppercase;
	font-weight:normal;
	font-size:11px;
	color:#313131;
}
.comment-meta {
	font-size:11px;
	float:right;
	padding:1px 0 0 0;
}
.reply {
	float:right;
	margin-left:28px;
}
.reply .comment-reply-link {
	display:inline-block;
	text-decoration:none !important;
	background:none;
	padding:0;
	font-size:11px;
	color:#085009;
}
.reply .comment-reply-link:hover {
	text-decoration:none !important;
	color:inherit;
}
.allowed_tags {
	padding:15px;
	background:#eee;
	color:#666;
	font-size:11px;
	font-family:"Courier New", Courier, monospace;
}
.allowed_tags strong { font-family:Tahoma, Geneva, sans-serif; }
#respond {
	padding-top:45px;
	background:url(images/hr1.png) 0 0 repeat-x;
}
#respond h3 {
	font-size:32px;
	line-height:38px;
	margin-bottom:30px;
}
#respond form .btn { margin-top:0; }
.comment-list ul.children { margin-left:40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
.nocomments { margin-bottom:25px; }
#commentform p.field { margin-bottom:10px; }
#commentform small { color:#8b8b8b; }
#commentform label { display:block; }
#commentform input[type="text"] {
	margin:0;
	padding:10px 10px 11px;
	width:348px;
}
#commentform textarea {
	overflow:auto;
	margin:0;
	width:100%;
	max-width:100%;
	min-width:100px;
	min-height:230px;
	height:230px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-bottom:10px;
}
.ie8 #commentform textarea {
	width:598px;
	max-width:598px;
	min-width:598px;
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		height:30px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
#sidebar { padding-top:0; }
.widget { margin-bottom:48px; }
.widget h3 {
	font-size:30px;
	line-height:36px;
	letter-spacing:-2px;
	margin-bottom:18px;
}
.widget ul {
	margin:0;
	padding:0;
}
.widget ul li {
	margin:0;
	padding:5px 0 4px 9px;
	list-style-type:none;
	background:url(images/bull.gif) 0 11px no-repeat;
}
.widget ul li:before { display:none; }
.widget ul li a {
	color:inherit;
	padding:5px 10px;
	margin:-5px 0 -5px -10px;
	display:inline-block;
	min-width:73px;
	position:relative;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	z-index:2;
}
.widget ul li a:hover {
	color:#fff;
	background:#085009;
	text-decoration:none;
}
.widget ul.unstyled li {
	padding:0;
	list-style-type:none;
	background:none;
}
.widget ul.unstyled li a {
	color:#085009;
	padding:0;
	margin:0;
	display:inline;
	min-width:inherit;
	position:static;
}
.widget ul.unstyled li a:hover {
	color:inherit;
	background:transparent;
}
.widget ul ul {
	margin-left:20px;
	margin-top:5px;
}
.widget .post-list { margin-bottom:20px; }
.widget .post-list li {
	background:none;
	padding-left:0;
}
.widget .post-list li:before { display:none; }
.widget .post-list li h4 a {
	padding:0;
	margin:0;
	background:none;
	display:inline;
	color:inherit;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.widget .post-list li h4 a:hover {
	color:#085009;
	background:none;
	text-decoration:none;
}
.widget .post-list li .thumbnail a {
	padding:0;
	margin:0;
}
.widget .post-list li time { color:#888; }
@media (max-width: 979px) {
	.widget .post-list .featured-thumbnail {
		float:none;
		overflow:hidden;
	}
}
.widget .post-list_h {
	font-size:20px;
	line-height:24px;
	letter-spacing:-1px;
	overflow:hidden;
}
.widget .post-list_h a { color:#303030; }
.widget .post-list_h a:hover { color:#085009; }
.widget .post-list_comment { display:block; }
.widget #wp-calendar caption { color:inherit; }
.widget #wp-calendar thead th {
	background:#085009;
	color:#fff;
	font-weight:normal;
}
.widget .social li { margin-bottom:7px; }
.widget .social__row li { margin-right:5px; }
.banners { margin-bottom:48px; }
.flickr_li {
	background:none;
	padding-left:0;
}
.flickr_li:before { display:none; }
.comments-custom li {
	background:none !important;
	padding-left:0 !important;
	padding-bottom:20px !important;
}
.comments-custom li:before { display:none; }
.comments-custom li .thumbnail { margin-bottom:5px; }
.comments-custom li .comments-custom_txt { padding-top:10px; }
.comments-custom a {
	padding:0 !important;
	margin:0 !important;
	background:none !important;
}
.comments-custom a:hover { color:#085009 !important; }
.social { margin:0; }
.social_li {
	background:none !important;
	padding-left:0 !important;
}
.social_li:before { display:none; }
.social_link {
	-webkit-transition:0.25s;
	-moz-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}
.social_link:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.social_ico {
	display:inline-block;
	vertical-align:top;
}
.social_label {
	display:inline-block;
	vertical-align:top;
}
.social__row li {
	float:left;
	margin-left:5px;
}
.social__row li:first-child { margin-left:0; }
.social__row a {
	float:left;
	min-width:0 !important;
	background:none !important;
}
.social__list li { margin-bottom:5px; }
.social__list a {
	min-width:0 !important;
	background:none !important;
}
.social__list a:hover {
	text-decoration:none;
	color:#085009 !important;
}
.posts-grid { margin:-25px 0 0 0; }
.posts-grid li { margin:25px 0 0 0; }
.ie8 .posts-grid li { overflow:hidden; }
@media (min-width: 480px) and (max-width: 767px) {
	.posts-grid li { overflow:hidden; }
}
.posts-grid li:hover .title_wrap { background:#085009; }
.posts-grid li:hover h5, .posts-grid li:hover .post_meta { color:#fff; }
@media (min-width: 480px) and (max-width: 767px) {
	.posts-grid li .clear { clear:none; }
}
.posts-grid li .featured-thumbnail img { width:auto; }
.posts-grid li .featured-thumbnail {
	margin:0;
	float:none;
}
@media (min-width: 480px) and (max-width: 767px) {
	.posts-grid li .featured-thumbnail { float:left; }
}
.posts-grid .title_wrap {
	background:#e1e1e1;
	padding:10px 15px 18px;
	margin-bottom:16px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 480px) and (max-width: 767px) {
	.posts-grid .title_wrap {
		overflow:hidden;
		max-width:inherit;
		width:auto;
		padding-left:25px;
	}
}
@media (max-width: 480px) {
	.posts-grid .title_wrap { max-width:240px; }
}
.posts-grid .post_meta {
	border:none;
	padding:0 0 1px !important;
	color:#888;
	background:none;
	font-size:10px;
	line-height:12px;
	margin-bottom:0;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid .post_meta:after { display:none; }
.posts-grid h5 {
	font-size:20px;
	line-height:24px;
	margin:0;
}
.posts-grid h5 a {
	color:inherit;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.posts-grid h5 a:hover {
	text-decoration:none;
	color:#83ce84;
}
.posts-grid .excerpt { margin-bottom:16px; }
@media (min-width: 480px) and (max-width: 767px) {
	.posts-grid .excerpt {
		padding-left:20px;
		overflow:hidden;
	}
}
@media (min-width: 480px) and (max-width: 767px) {
	.posts-grid .btn { margin-left:20px; }
}
.posts-grid.team .featured-thumbnail { margin:0 0 30px 0; }
.posts-grid.team .title_wrap {
	background:none !important;
	padding:0;
	margin:0;
	min-height:0;
}
.posts-grid.team li:hover h5 { color:#303030; }
.posts-grid.team h5 {
	margin-bottom:2px;
	letter-spacing:-1px;
}
@media (min-width: 480px) and (max-width: 767px) {
	.posts-grid.team h5 { padding-left:20px; }
}
.posts-grid.team h5 a { color:inherit !important; }
.posts-grid.team h5 a:hover, .posts-grid.team h5 a:focus { color:#085009 !important; }
.posts-grid.team .excerpt { margin-bottom:0; }
.recent-posts h5 {
	font-size:20px;
	line-height:24px;
	letter-spacing:-1px;
	margin-top:0;
	margin-bottom:3px;
}
.recent-posts h5 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.recent-posts h5 a:hover {
	color:#085009;
	text-decoration:none;
}
.recent-posts .post-date {
	color:#888;
	font-size:10px;
	margin-bottom:0;
}
@media (max-width: 979px) {
	.recent-posts .featured-thumbnail { margin-bottom:10px; }
}
.recent-posts.news { margin:0 0 17px 0 !important; }
.recent-posts.news li {
	margin:0 0 18px 0;
	padding-right:50px;
}
@media (max-width: 979px) {
	.recent-posts.news li { padding-right:0; }
}
.recent-posts.news .featured-thumbnail { margin-top:0; }
.recent-posts.news h5 { padding-top:21px; }
@media (max-width: 979px) {
	.recent-posts.news h5 { padding-top:0; }
}
.recent-posts.events { margin:0 0 17px 0 !important; }
.recent-posts.events li {
	margin:0 0 12px 0;
	padding-right:35px;
}
@media (max-width: 979px) {
	.recent-posts.events li {
		padding-right:0;
		margin-bottom:15px;
	}
}
.recent-posts.events .post-date {
	padding-top:3px;
	margin-bottom:2px;
	color:#888;
}
@media (max-width: 979px) {
	.recent-posts.events .post-date { padding-top:0; }
}
.recent-posts.events .excerpt { margin-bottom:0; }
.recent-posts.recent-news li { margin-bottom:40px; }
.recent-posts.recent-news .thumbnail { margin-right:30px; }
@media (max-width: 979px) {
	.recent-posts.recent-news .thumbnail { max-width:45%; }
}
.recent-posts.recent-news .meta { padding-top:7px; }
.recent-posts.recent-news .btn-primary {
	color:#085009 !important;
	padding:0;
	background:none;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-family:'Contrail One', cursive;
	font-style:normal;
	min-width:0 !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.recent-posts.recent-news .btn-primary:hover, .recent-posts.recent-news .btn-primary:focus {
	text-decoration:none;
	color:inherit !important;
}
.testimonials .testi-item {
	overflow:hidden;
	margin-bottom:2em;
	padding-bottom:2em;
	background:none;
}
.testimonials .testi-item blockquote {
	position:relative;
	display:block;
	margin:0;
	padding:0;
	border:none;
	background:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-background-clip:padding-box;
	-moz-background-clip:padding-box;
	background-clip:padding-box;
}
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote > a {
	position:relative;
	z-index:2;
	color:#a2a5a8;
	text-decoration:none;
	overflow:hidden;
	vertical-align:top;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonials .testi-item blockquote > a:hover { color:#085009; }
.testimonials .testi-item .featured-thumbnail {
	position:relative;
	z-index:2;
	margin:0 20px 0 0;
	width:auto;
	height:auto;
}
@media (max-width: 979px) {
	.testimonials .testi-item .featured-thumbnail {
		width:120px;
		height:120px;
		margin-bottom:10px;
	}
}
.testimonials .testi-item .testi-meta {
	font-size:11px;
	display:block;
	padding-top:22px;
	padding-left:0;
	text-align:right;
	color:#a2a5a8;
}
.testimonials .testi-item .testi-meta .user {
	display:inline-block;
	font:400 28px/28px 'Great Vibes', cursive;
	text-transform:none;
}
.testimonials .testi-item .testi-meta .info {
	display:block;
	margin-top:-3px;
}
.testimonials .testi-item .testi-meta .info + br { display:none; }
.footer {
	padding:0 0 93px;
	border:none;
	background:none;
	color:#7c7f82;
	overflow:hidden;
}
@media (max-width: 979px) {
	.footer { margin:0 -20px; }
}
@media (max-width: 767px) {
	.footer {
		padding-right:20px;
		padding-left:20px;
	}
}
.footer .footer-widgets {
	margin-bottom:23px;
	position:relative;
	background:url(images/hr1.png) center bottom repeat-x;
	padding-bottom:61px;
}
@media (max-width: 767px) {
	.footer .footer-widgets .span2 {
		float:left;
		width:30%;
		margin-right:3%;
	}
}
.footer .footer-widgets .hr {
	margin-top:0;
	margin-bottom:44px;
}
.footer .footer-widgets .list.styled.custom-list { margin-bottom:26px; }
.footer .footer-widgets .list.styled.custom-list > ul li {
	margin:0;
	padding:5px 0 4px 9px;
	background-repeat:no-repeat;
	background-position:0 11px;
	background-image:url(images/bull.gif);
}
.footer .footer-widgets .list.styled.custom-list > ul li:before { display:none; }
.footer .footer-widgets .list.styled.custom-list > ul li a {
	color:#a2a5a8;
	padding:5px 10px;
	margin:-5px 0 -5px -10px;
	display:inline-block;
	position:relative;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	z-index:2;
}
.footer .footer-widgets .list.styled.custom-list > ul li a:hover {
	color:#fff;
	background:#085009;
	text-decoration:none;
}
.footer .footer-widgets .btn-link { color:#085009 !important; }
.footer .footer-widgets .btn-link:hover { color:#a2a5a8 !important; }
.copyright { padding:0; }
.footer-text {
	color:inherit;
	padding-top:16px;
}
.footer-text a {
	color:#bdc0c3;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.footer-text a:hover {
	color:inherit;
	text-decoration:none;
}
.footer-text a.site-name {
	color:inherit !important;
	text-decoration:none;
}
.footer-text a.site-name:hover { color:#bdc0c3 !important; }
.social-nets-wrapper .social { float:right; }
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		float:none;
		text-align:center;
	}
}
.social-nets-wrapper .social li {
	list-style-type:none;
	float:left;
	margin-left:5px;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li .ico_hover {
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-nets-wrapper .social li .ico_hover img { margin-top:-30px; }
.social-nets-wrapper .social li a {
	height:30px;
	overflow:hidden;
	display:block;
	position:relative;
}
.social-nets-wrapper .social li a:hover .ico_hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.wpcf7-form p.field input {
	height:auto;
	color:#4c4640;
}
.wpcf7-form textarea { color:#4c4640 !important; }
.wpcf7-not-valid-tip {
	font-size:11px !important;
	line-height:12px !important;
}
.list.styled.custom-list { margin-bottom:26px; }
.list.styled.custom-list > ul li {
	margin:0 0 15px;
	padding:0 0 0 15px;
	background:url(images/bullet.png) 0 3px no-repeat;
}
.list.styled.custom-list > ul li:before { display:none; }
.list.styled.custom-list > ul li a {
	color:inherit;
	text-decoration:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.list.styled.custom-list > ul li a:hover {
	color:#1a1b1c;
	text-decoration:none;
}
.hr, .sm_hr { background:url(images/hr1.png) center top repeat-x; }
.hr { margin:47px 0 33px 0; }
.btn-link, .btn.link {
	color:#085009 !important;
	padding:0;
	font-family:'Contrail One', cursive;
	font-style:normal;
	min-width:0 !important;
	text-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.btn-link:hover, .btn-link:focus, .btn.link:hover, .btn.link:focus {
	text-decoration:none;
	color:inherit !important;
}
.btn.link {
	display:inline !important;
	margin:0 !important;
	background:none !important;
	border:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.link_show_all {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:none;
	color:#fff;
	background:#085009;
}
.link_show_all:hover { background:#a2a5a8; }
.dropcap {
	font:normal 20px/20px 'Contrail One', cursive;
	color:#303030;
	float:left;
	width:50px;
	padding-top:3px;
	margin:0 6px 0 0;
	background:none;
}
.thumbnail {
	border:none;
	padding:0;
	background:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
a.thumbnail:hover, a.thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
	z-index:99;
}
#back-top a {
	display:block;
	width:37px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top a:hover { color:#000; }
#back-top a:hover span { background-color:#085009; }
#back-top span {
	display:block;
	margin-bottom:0;
	width:37px;
	height:37px;
	background:url(images/up-arrow.png) no-repeat center center #c5c5c5;
	-webkit-border-radius:37px;
	-moz-border-radius:37px;
	border-radius:37px;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	text-transform:uppercase;
	border-color:#e0e0e0;
	color:#a2a2a2;
	font-style:italic;
	padding:10px 10px 11px;
	background:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	outline:none;
	border-color:#085009;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
input[type="submit"], input[type="reset"] {
	border:none;
	padding:0;
	background:none;
	text-shadow:none;
	height:auto;
	font:11px/16px 'Contrail One', cursive !important;
	color:#085009;
	text-transform:uppercase;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
	background:none;
	color:inherit;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.google-map { background-color:#fff; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:26px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
