@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
.main-holder { overflow:hidden; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:20px; }
	body .footer {
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:0 20px 0 20px !important; }
	body.home .content-holder { padding:10px 20px 10px 20px !important; }
}
a { transition:all 0.3s ease 0s; }
.featured-thumbnail, .thumbnail, figure.frame {
	background:none;
	border-radius:0;
	padding:0;
	border:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
	display:inline-block;
	border:none;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail a:hover, .thumbnail a:hover, figure.frame a:hover { opacity:0.8; }
figure.frame {
	margin-bottom:30px;
	margin-right:30px;
	margin-left:0;
	text-align:left;
}
figure.frame p { margin:0 !important; }
@media (max-width: 767px) {
	figure.frame { text-align:left; }
}
.btn, .reply a {
	border-radius:0;
	border:none;
	color:#004f59;
	text-shadow:none;
	font:13px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding:0;
	letter-spacing:0;
	height:auto;
	box-shadow:none;
	text-decoration:none;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.btn:hover, .btn:active, .reply a:hover, .reply a:active {
	background:none;
	text-decoration:none;
	color:#004f59;
	box-shadow:none;
}
.btn:focus, .reply a:focus {
	color:#93ABA8;
	box-shadow:none;
	background:none;
}
.btn.btn-margin, .reply a.btn-margin { margin-top:30px; }
@media (max-width: 767px) {
	.btn.btn-margin, .reply a.btn-margin { margin-top:20px; }
}
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 {
	padding:7px 10px;
	margin:0 0 10px 0;
	font-size:11px;
	line-height:1.2em;
	color:#9b9b9b;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:none;
	box-shadow:none;
	border:1px solid #e2e2e2 !important;
	transition:all 0.3s ease 0s;
}
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 {
	background:#f9f9f9;
	box-shadow:none;
	border-color:#d8d8d8 !important;
}
.wpcf7-form p.field input { height:35px; }
.wpcf7-form p.field input:focus { border-color:#d8d8d8 !important; }
.wpcf7-form textarea { color:#9b9b9b !important; }
.wpcf7-form textarea:focus { border-color:#d8d8d8 !important; }
.wpcf7-form textarea.watermark { color:#9b9b9b !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:7px 8px 2px !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:2px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
.header { border-color:#e8e8e8; }
.nav__primary {
	position:relative;
	float:none;
	padding:0;
	margin:8px 0 0 0;
	z-index:100;
	background:none;
}
.nav__primary .select-menu { height:35px; }
.nav__primary .sf-menu {
	float:right;
	display:block;
	position:relative;
	padding:0;
	z-index:1;
	font-size:14px;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	text-align:left;
	display:block;
	position:relative;
	padding:0;
	margin:0 0 0 33px;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	z-index:10;
}
.nav__primary .sf-menu >li:first-child { margin:0; }
.nav__primary .sf-menu >li:hover ul { top:100%; }
.nav__primary .sf-menu >li:hover li ul { top:-999em; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:0;
	display:block;
	border-radius:0;
	position:relative;
	letter-spacing:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background:none;
	color:#004f59;
	font-size:14px;
}
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	background:none;
	color:#004f59;
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px 100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:relative;
	display:inline-block;
	top:0;
	left:0;
	margin-left:0;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item >a {
	text-decoration:none;
	font-weight:bold;
}
.nav__primary .sf-menu >li.current-menu-item >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	background:none;
	color:#004f59;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px 100px; }
.nav__primary .sf-menu >li.sfHover ul { top:100%; }
.nav__primary .sf-menu >li.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu {
	background:#eee;
	top:-999em;
	left:50%;
	width:160px;
	margin:10px 0 0 -85px;
	border:none;
	border-radius:0;
	border-top:1px solid #666666;
	z-index:10000;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	margin:0;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item:hover {
	color:#93ABA8;
	background-color:#004f59;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:hover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	margin:0;
	padding:8px 10px;
	display:block;
	background:none;
	border:none;
	color:#004f59;
	letter-spacing:0;
	border-radius:0;
	letter-spacing:0;
	font:12px/1.2em 'PT Sans', sans-serif;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#93ABA8;
	background-color:#004f59;
	font-weight:bold;
	text-shadow:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:8px;
	right:0px;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#93ABA8;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#93ABA8;
	background-color:#004f59;
	text-shadow:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#eee;
	margin:0 25px 0 0;
	top:0;
	right:100%;
	border:none;
	border-radius:0;
	width:100%;
	border-top:1px solid #666666;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	margin:0;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:hover ul {
	top:0;
	left:10em;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	padding:8px 10px;
	display:block;
	color:#004f59;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#93ABA8;
	background-color:#004f59;
	font-weight:bold;
	text-shadow:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#93ABA8;
	background-color:#004f59;
	text-shadow:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.sfHover ul {
	top:0;
	left:10em;
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
	color:#1d1d1d;
	text-decoration:none;
}
.logo.pull-left { float:none; }
@media (max-width: 767px) {
	.logo {
		margin:20px 0;
		text-align:center;
	}
}
.content-holder { background:#fff; }
.title-section {
	margin:10px 0 10px;
	padding:0;
	text-align:left;
	background:none;
	position:relative;
}
.title-section .title-header {
	letter-spacing:0;
	margin:0 0 10px 0;
	font:bold 22px/1.2em 'PT Sans', sans-serif;
}
.title-section .breadcrumb {
	background:none;
	padding:13px 0 12px;
	margin:0;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	box-shadow:none;
	border-radius:0;
	font:13px/1.2em 'PT Sans', sans-serif;
}
.title-section .breadcrumb >li {
	text-shadow:none;
	display:inline-block;
	line-height:1.2em;
}
.title-section .breadcrumb >li.active { color:#212121; }
.title-section .breadcrumb a {
	color:#9b9b9b;
	text-shadow:none;
}
.title-section .breadcrumb .divider { padding:0 6px; }
.title-section .breadcrumb .divider:after {
	color:#9b9b9b;
	content:"/";
	font:13px/1.2em 'PT Sans', sans-serif;
}
article {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.post__holder { margin-bottom:50px; }
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.large {
	margin:0 0 30px 0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post-header .post-title {
	text-align:left;
	font:bold 17px/1.2em 'PT Sans', sans-serif;
	margin-bottom:33px;
	letter-spacing:0;
	color:#212121;
}
article .post-header .post-title a { color:#212121; }
article .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta {
	padding:8px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0 30px;
	overflow:visible;
	background:none;
	border-top:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:11px/1.2em 'PT Sans', sans-serif;
	border-color:#d8d8d8;
	text-transform:uppercase;
}
article .post_meta i {
	margin-right:0;
	color:#d8d8d8;
	font-size:15px;
}
article .post_meta .post_date {
	color:#9b9b9b;
	text-transform:uppercase;
}
article .post_meta .post_author a {
	color:#9b9b9b;
	text-transform:uppercase;
}
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag {
	color:#212121;
	text-transform:uppercase;
}
article .post_meta .post_comment a {
	color:#212121;
	text-transform:uppercase;
}
article .post_meta .user_like, article .post_meta .post_views {
	color:#212121;
	text-transform:uppercase;
}
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a {
	color:#212121;
	text-transform:uppercase;
}
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
article .gallery-post { padding-bottom:40px; }
article.testimonial {
	background:none;
	border-color:#d8d8d8;
}
article.testimonial .user, article.testimonial .info { color:#222; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin:0 0 30px;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:20px;
	border:1px solid #e1e1e1;
	background:none;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:11px/1.2em 'PT Sans', sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:uppercase;
	color:#212121;
}
.single #content .post-author .post-author_h a {
	color:#212121;
	text-transform:uppercase;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:4px 15px 20px 0;
}
@media (max-width: 350px) {
	.single #content .post-author .post-author_gravatar { float:none; }
}
.single #content .post-author .post-author_gravatar img {
	width:80px;
	height:80px;
	padding:0;
	border:none;
	background:none;
}
.single #content .post-author .post-author_desc {
	padding-left:95px;
	text-transform:uppercase;
	color:#9b9b9b;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
	margin-top:10px;
	text-transform:uppercase;
	color:#9b9b9b;
	font:11px/1.2em 'PT Sans', sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#212121;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
}
.filter-wrapper { margin:15px 0 15px; }
@media (max-width: 767px) {
	.filter-wrapper { margin:20px 0; }
}
.filter-wrapper strong {
	color:#9b9b9b;
	padding:0;
	font:14px/1.2em 'PT Sans', sans-serif;
	margin-right:12px;
	margin-top:0px;
	letter-spacing:0;
	float:none;
	display:inline-block;
	vertical-align:top;
	line-height:24px;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter {
	margin:0;
	display:inline-block;
	float:none;
	position:relative;
	top:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 0 12px; }
.filter-wrapper .filter li:first-child { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li { margin:0 10px 10px 0 !important; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0 !important;
	}
}
.filter-wrapper .filter li a {
	color:#004f59;
	font:14px/1.2em 'PT Sans', sans-serif;
	padding:5px 10px;
	margin:0;
	border-radius:0;
	letter-spacing:0;
	display:block;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	color:#93ABA8;
	background-color:#004f59;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#93ABA8;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li { margin-bottom:10px; }
.filterable-portfolio li .thumbnail { margin-bottom:15px; }
.filterable-portfolio li .caption { margin-bottom:10px; }
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 10px 0;
	font:16px/19px 'PT Sans', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	text-decoration:none;
	color:#212121;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.filterable-portfolio li .caption .excerpt {
	color:#000;
	line-height:19px;
	float:left;
}
.filterable-portfolio li .caption p { margin:0; }
.filterable-portfolio li .caption .btn {
	color:#004f59;
	margin:0;
}
.filterable-portfolio li .caption .btn:hover, .filterable-portfolio li .caption .btn:active { text-decoration:underline; }
div.type-page h4 { margin-bottom:30px; }
@media (max-width: 767px) {
	div.type-page h4 { margin:30px 0 20px; }
}
div.type-page p { margin-bottom:18px; }
#masonry {
	width:1600px;
	margin:0 auto;
}
@media (max-width: 1600px) {
	#masonry { width:1200px; }
}
@media (max-width: 1200px) {
	#masonry { width:940px; }
}
@media (max-width: 979px) {
	#masonry { width:724px; }
}
@media (max-width: 767px) {
	#masonry { width:100%; }
}
#masonry .box {
	width:315px;
	padding:0;
	margin-right:5px;
	margin-bottom:5px;
}
@media (max-width: 1600px) {
	#masonry .box { width:235px; }
}
@media (max-width: 1200px) {
	#masonry .box {
		width:183px;
		margin-bottom:4px;
	}
}
@media (max-width: 979px) {
	#masonry .box {
		width:139px;
		margin-bottom:3px;
	}
}
@media (max-width: 767px) {
	#masonry .box {
		width:200px;
		margin-bottom:5px;
	}
}
@media (max-width: 400px) {
	#masonry .box { width:100%; }
}
#masonry .box:last-child { width:635px; }
@media (max-width: 1600px) {
	#masonry .box:last-child { width:475px; }
}
@media (max-width: 1200px) {
	#masonry .box:last-child { width:371px; }
}
@media (max-width: 979px) {
	#masonry .box:last-child { width:283px; }
}
@media (max-width: 767px) {
	#masonry .box:last-child { width:405px; }
}
@media (max-width: 480px) {
	#masonry .box:last-child { width:100%; }
}
#masonry .box .read >a {
	display:block;
	position:relative;
}
#masonry .box .read >a .desc {
	position:absolute;
	width:100%;
	height:100%;
	background:#004f59;
	text-align:center;
	opacity:0;
	transition:all 0.3s ease 0s;
}
#masonry .box .read >a .desc .text {
	display:inline-block;
	vertical-align:middle;
	font:11px/1.2em 'PT Sans', sans-serif;
	color:#fff;
}
#masonry .box .read >a .desc .text:before {
	content:'';
	background:url(images/zoom.png) no-repeat 50% 0;
	width:36px;
	height:36px;
	position:relative;
	left:50%;
	margin:0 0 10px -18px;
	display:block;
}
#masonry .box .read >a .desc .empty-block {
	display:inline-block;
	height:100%;
	vertical-align:middle;
	width:0;
}
#masonry .box .read >a:hover .desc { opacity:0.8; }
.home .header {
	border:none;
	padding:20px 0;
}
.masonry-wrap { margin-bottom:1 0px; }
@media (max-width: 767px) {
	.masonry-wrap { margin-bottom:0; }
}
.parent-image, .child-image { margin-bottom:20px; }
.parent-image .hr, .child-image .hr {
	width:auto;
	margin:10px 0;
}
.parent-image .hr:before, .parent-image .hr:after, .child-image .hr:before, .child-image .hr:after { width:auto; }
ul.inner-parent-nav { margin:10px 0; }
ul.inner-parent-nav li, ul.inner-inner-nav li {
	list-style:none;
	line-height:22px;
}
ul.inner-inner-nav { margin:15px 0 20px 0; }
ul.inner-parent-nav a, ul.inner-inner-nav a {
	font-size:12px;
	display:block;
	padding:2px 10px;
}
ul.inner-parent-nav a.active, ul.inner-inner-nav a.active {
	color:#93ABA8;
	font-weight:bold;
	background-color:#004f59;
}
.post-summary { min-height:230px; }
.post-summary .img-polaroid {
	margin-bottom:5px;
	width:97%;
}
#inner-parent-hr {
	width:auto;
	position:relative;
}
#inner-parent-hr:before { left:unset; }
#inner-parent-hr:after { right:unset; }
.sidebar-inner-child h2 {
	color:#004f59;
	font-size:18px;
}
.sidebar-inner-child .latest-news { margin:10px 0; }
.sidebar-inner-child .latest-news li {
	list-style:none;
	line-height:24px;
	padding:2px 10px;
	margin-bottom:5px;
}
.page-template-page-home .posts-grid.latest-projects li {
	width:47%;
	margin-right:20px;
}
.page-template-page-home .posts-grid.latest-projects li .thumbnail { width:100%; }
.page-template-page-inner-parent .posts-grid.latest-projects li {
	min-height:230px;
	width:31%;
	margin-right:20px;
}
p.excerpt { text-align:justify; }
.related-posts, .comment-holder, #respond {
	margin-top:90px;
	padding-top:80px;
	border-top:1px solid #e8e8e8;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font:bold 17px/1.2em 'PT Sans', sans-serif;
	margin:0 0 25px;
	text-align:left;
	letter-spacing:0;
}
.related-posts a {
	font:11px/20px 'PT Sans', sans-serif;
	color:#212121;
	display:inline;
	letter-spacing:0;
	text-transform:uppercase;
}
.related-posts a:hover { text-decoration:underline; }
.related-posts .thumbnail {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .comment-list .comment .comment-body {
	padding:20px;
	background:none;
	border:1px solid #e2e2e2;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:5px 15px 0 0;
	text-align:left;
	border:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:80px;
	height:80px;
	padding:0;
	border:none;
	background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:11px/1.2em 'PT Sans', sans-serif;
	color:#212121;
	text-transform:uppercase;
	margin-top:15px;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	padding:0;
	margin:0;
	background:none;
	color:#9b9b9b;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:2px 0 0 0;
	font:11px/1.2em 'PT Sans', sans-serif;
	color:#212121;
	text-transform:uppercase;
	padding:0;
}
.comment-holder .comment-list .comment .comment-body .reply a {
	padding:0;
	font-family:'PT Sans', sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#212121;
	background:none;
	border:none;
	box-shadow:none;
}
.comment-holder .comment-list .comment .comment-body .reply a:hover, .comment-holder .comment-list .comment .comment-body .reply a:active { color:#93ABA8; }
.comment-holder .comment-list .comment .comment-body .reply a:after { display:none; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin:0;
	width:auto;
	height:30px;
	padding:0;
}
#respond #commentform p.right-align {
	text-align:right;
	margin:0;
}
.sidebar .widget {
	margin-top:70px;
	padding-top:70px;
	border-top:1px solid #e8e8e8;
}
@media (max-width: 767px) {
	.sidebar .widget {
		margin-top:30px;
		padding-top:30px;
	}
}
.sidebar .widget:first-child {
	margin-top:0;
	padding-top:0;
	border:none;
}
.sidebar .widget >h3 {
	margin-bottom:21px;
	font:bold 17px/1.2em 'PT Sans', sans-serif;
	letter-spacing:0;
	text-transform:uppercase;
}
[id*="categories"] ul, [id*="archives"] ul, [id*="nav_menu"] ul, .list.custom-list ul {
	margin:0;
	list-style-type:none;
}
@media (max-width: 767px) {
	[id*="categories"] ul, [id*="archives"] ul, [id*="nav_menu"] ul, .list.custom-list ul { margin-top:30px; }
}
[id*="categories"] ul li, [id*="archives"] ul li, [id*="nav_menu"] ul li, .list.custom-list ul li {
	background:none;
	margin:0;
	padding:6px 0;
	padding-left:22px;
}
[id*="categories"] ul li:before, [id*="archives"] ul li:before, [id*="nav_menu"] ul li:before, .list.custom-list ul li:before { display:none; }
[id*="categories"] ul li:first-child, [id*="archives"] ul li:first-child, [id*="nav_menu"] ul li:first-child, .list.custom-list ul li:first-child { padding-top:0; }
[id*="categories"] ul li a, [id*="archives"] ul li a, [id*="nav_menu"] ul li a, .list.custom-list ul li a {
	font:12px/1.2em 'PT Sans', sans-serif;
	color:#000;
	display:inline;
	position:relative;
}
[id*="categories"] ul li a:before, [id*="archives"] ul li a:before, [id*="nav_menu"] ul li a:before, .list.custom-list ul li a:before {
	content:"";
	font:11px/1em FontAwesome;
	color:#212121;
	padding-right:22px;
	position:absolute;
	top:1px;
	left:-22px;
	transition:all 0.3s ease 0s;
}
[id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, [id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, [id*="nav_menu"] ul li a:hover, [id*="nav_menu"] ul li a:active, .list.custom-list ul li a:hover, .list.custom-list ul li a:active {
	color:#93ABA8;
	text-decoration:none;
	background:none;
}
[id*="categories"] ul li a:hover:before, [id*="categories"] ul li a:active:before, [id*="archives"] ul li a:hover:before, [id*="archives"] ul li a:active:before, [id*="nav_menu"] ul li a:hover:before, [id*="nav_menu"] ul li a:active:before, .list.custom-list ul li a:hover:before, .list.custom-list ul li a:active:before { color:#93ABA8; }
[id*="my_poststypewidget"] .post-list { margin:20px 0 0 0; }
[id*="my_poststypewidget"] .post-list li { padding:30px 0 0 0; }
[id*="my_poststypewidget"] .post-list li:first-child { padding:0; }
[id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 20px 10px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px 0;
		display:inline-block;
	}
}
@media (max-width: 400px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		margin:0 0 20px 0;
		display:inline-block;
	}
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:11px/18px 'PT Sans', sans-serif;
	text-transform:uppercase;
	letter-spacing:0;
	margin:0;
	display:block;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#212121; }
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin:0;
	color:#9b9b9b;
	line-height:18px;
}
[id*="my_poststypewidget"] .post-list li .btn { margin-top:15px; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	font:14px/20px 'PT Sans', sans-serif;
	color:#212121;
	margin:10px 0 0;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	font:11px/20px 'PT Sans', sans-serif;
	color:#212121;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt {
	border:none;
	margin:0;
}
.social .social_li {
	margin:0 4px 4px 0;
	list-style:none;
	float:left;
}
.social .social_li .social_link { opacity:1 !important; }
.social .social_li .social_link .social_ico {
	width:31px;
	height:31px;
	line-height:31px;
	text-align:center;
	margin-right:10px;
	transition:all 0.3s ease 0s;
}
.social .social_li .social_link .social_label { line-height:31px; }
#wp-calendar caption, #wp-calendar thead tr th {
	color:#5c5c5c;
	font-family:'PT Sans', sans-serif;
}
.search-form .search-form_is {
	margin:6px 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:18px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
.footer-widgets > div > div >h4 { margin-bottom:30px; }
@media (max-width: 767px) {
	.footer-widgets > div > div >h4 { margin:10px 0 15px; }
}
.footer-widgets > div > div:after {
	content:"";
	display:block;
	width:0;
	height:0;
	clear:both;
}
.footer-widgets [id*="archives"] ul, .footer-widgets [id*="nav_menu"] ul {
	margin:0;
	list-style-type:none;
}
@media (max-width: 767px) {
	.footer-widgets [id*="archives"] ul, .footer-widgets [id*="nav_menu"] ul { margin-top:10px; }
}
.footer-widgets [id*="archives"] ul li, .footer-widgets [id*="nav_menu"] ul li {
	background:none;
	margin:0;
	padding:6px 0;
}
.footer-widgets [id*="archives"] ul li a, .footer-widgets [id*="nav_menu"] ul li a {
	font:10px/1.2em 'PT Sans', sans-serif;
	color:#9b9b9b;
	text-transform:uppercase;
	display:inline;
}
.footer-widgets [id*="archives"] ul li a:before, .footer-widgets [id*="nav_menu"] ul li a:before { display:none; }
.footer-widgets [id*="archives"] ul li a:hover, .footer-widgets [id*="archives"] ul li a:active, .footer-widgets [id*="nav_menu"] ul li a:hover, .footer-widgets [id*="nav_menu"] ul li a:active {
	color:#93ABA8;
	text-decoration:none;
	background:none;
}
.posts-grid.gallery-widget li {
	margin:0 0 5px 5px;
	width:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.gallery-widget li { width:47%; }
}
@media (max-width: 767px) {
	.posts-grid.gallery-widget li {
		margin:0;
		width:50%;
		float:left;
	}
	.posts-grid.gallery-widget li .thumbnail {
		padding:2px;
		width:100%;
	}
}
@media (max-width: 480px) {
	.posts-grid.gallery-widget li {
		margin:0;
		width:50%;
		float:left;
	}
	.posts-grid.gallery-widget li .thumbnail {
		padding:2px;
		width:100%;
	}
}
.posts-grid.gallery-widget li:nth-child(2n+1) { margin-left:0; }
.posts-grid.gallery-widget li h5, .posts-grid.gallery-widget li .excerpt { display:none; }
@media (max-width: 767px) {
	.posts-grid.gallery-widget {
		float:left;
		width:50%;
	}
}
[id*="my_poststypewidget"].gallery-widget ul { padding-top:10px; }
[id*="my_poststypewidget"].gallery-widget ul li {
	float:left;
	width:auto;
	padding:0;
	margin:0 0 5px 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"].gallery-widget ul li {
		margin:0 0 5px 0;
		float:none;
	}
}
@media (max-width: 767px) {
	[id*="my_poststypewidget"].gallery-widget ul li { margin:0 5px 0 0; }
}
@media (max-width: 480px) {
	[id*="my_poststypewidget"].gallery-widget ul li { margin:0 5px 5px 0; }
}
[id*="my_poststypewidget"].gallery-widget ul li:nth-child(2n+1) { margin-left:0; }
[id*="my_poststypewidget"].gallery-widget ul li .thumbnail { margin:0; }
.feedback-widget .wpcf7 p { margin:0; }
.feedback-widget .wpcf7 .wpcf7-text, .feedback-widget .wpcf7 .wpcf7-textarea {
	margin:0 0 1px 0;
	width:100%;
	height:39px;
	color:#9b9b9b;
	font-size:12px;
	background:#fcfcfc;
	text-transform:none;
	border:none !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.feedback-widget .wpcf7 .wpcf7-text:focus, .feedback-widget .wpcf7 .wpcf7-textarea:focus { background:#fff; }
.feedback-widget .wpcf7 .wpcf7-textarea {
	height:149px;
	margin-bottom:12px;
}
.feedback-widget .wpcf7 .wpcf7-submit {
	font:13px/1.2em 'PT Sans', sans-serif;
	color:#fff;
	background:#93ABA8;
	padding:10px 14px;
	border:none;
	height:auto;
	transition:all 0.3s ease 0s;
}
.feedback-widget .wpcf7 .wpcf7-submit:hover, .feedback-widget .wpcf7 .wpcf7-submit:active { background:#212121; }
.feedback-widget .wpcf7 div.ajax-loader {
	top:2px;
	margin-left:10px;
}
.dropcap {
	font:bold 35.7px/51px 'PT Sans', sans-serif;
	color:#fff;
	width:51px;
	height:51px;
	background:#212121;
	border-radius:4px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.dropcap { margin-bottom:30px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.dropcap { float:none; }
}
.sm_hr {
	background:#e8e8e8;
	margin:10px 0;
}
@media (max-width: 767px) {
	.sm_hr { margin:30px 0; }
}
.testimonials .testi-item {
	overflow:visible;
	margin:0;
}
.testimonials .testi-item .testi-item_blockquote {
	background:#f3f3f3;
	border-radius:9px;
	padding:20px 30px;
	border:1px solid #ececec;
	box-shadow:0 1px 1px rgba(0,0,0,0.01);
}
.testimonials .testi-item .testi-item_blockquote:before {
	width:37px;
	height:21px;
	border:none;
	background:url(images/quote.png) no-repeat;
	left:64px;
}
.testimonials .testi-item .testi-item_blockquote:after {
	content:'“';
	font:159px/1em 'PT Sans', sans-serif;
	color:#e3e3e3;
	background:none;
	left:10px;
	top:0;
}
.testimonials .testi-item .testi-item_blockquote a { color:#9b9b9b; }
.testimonials .testi-item .testi-item_blockquote a:hover, .testimonials .testi-item .testi-item_blockquote a:active { color:#212121; }
.testimonials .testi-item .testi-meta {
	margin:0;
	text-align:right;
	padding:20px 0 0 0;
	color:#212121;
}
.testimonials.testi-about .testi-item .testi-meta a { display:none; }
.posts-grid.feat-projects li {
	background:#ededed;
	padding:8px;
	width:30.6%;
	margin-left:4%;
}
@media (max-width: 767px) {
	.posts-grid.feat-projects li { float:left; }
}
@media (max-width: 480px) {
	.posts-grid.feat-projects li {
		float:none;
		width:100%;
		margin-left:0;
	}
}
.posts-grid.feat-projects li .thumbnail { margin:0 0 10px 0; }
@media (max-width: 480px) {
	.posts-grid.feat-projects li .thumbnail {
		text-align:center;
		float:none;
		display:block;
	}
	.posts-grid.feat-projects li .thumbnail a { display:inline-block; }
}
.posts-grid.feat-projects li h5 {
	font:11px/18px 'PT Sans', sans-serif;
	margin:0;
}
.posts-grid.feat-projects li h5 a { color:#212121; }
.posts-grid.feat-projects li .excerpt { margin:0; }
.home-icon {
	padding-bottom:5px;
	display:inline-block !important;
}
@media (max-width: 767px) {
	.home-icon { margin:30px 0 0 !important; }
}
.hr {
	overflow:visible;
	background:#e8e8e8;
	position:relative;
	margin:none;
}
@media (max-width: 767px) {
	.hr { margin:10px 0; }
}
.hr:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#e8e8e8;
}
.hr:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:#e8e8e8;
}
.posts-grid.latest-projects { margin-bottom:40px; }
.posts-grid.latest-projects li { margin:0; }
.posts-grid.latest-projects li .thumbnail { margin-bottom:15px; }
.posts-grid.latest-projects li h5 { font:15px/1.2em 'PT Sans', sans-serif; }
.posts-grid.latest-projects li h5 a { color:#212121; }
.posts-grid.latest-projects p.excerpt { margin-bottom:0px; }
.posts-grid.news {
	padding-top:17px;
	margin-top:15px;
	border-top:1px solid #ededed;
}
.posts-grid.news:first-of-type {
	margin-top:0;
	padding-top:0;
	border:none;
}
.posts-grid.news li { margin:0; }
.posts-grid.news li .clear { display:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.news li .clear { display:block; }
}
.posts-grid.news li .thumbnail { margin:0 14px 0 0; }
@media (max-width: 1200px) {
	.posts-grid.news li .thumbnail { margin-top:3px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.news li .thumbnail { margin:0 0 20px; }
}
.posts-grid.news li h5 {
	margin:10px 0 5px;
	font:15px/1.2em 'PT Sans', sans-serif;
}
@media (max-width: 1200px) {
	.posts-grid.news li h5 { margin-top:0; }
}
.posts-grid.news li h5 a { color:#212121; }
.posts-grid.news li .post_meta {
	border:none;
	padding:0;
	margin:0 0 5px;
}
.posts-grid.news li .post_meta .post_category, .posts-grid.news li .post_meta .post_author, .posts-grid.news li .post_meta .post_comment { display:none; }
.posts-grid.news li .post_meta .post_date { color:#93ABA8; }
.posts-grid.news li .excerpt {
	margin:0;
	margin-right:5px;
}
.footer {
	background:none;
	border:none;
	padding:10px 0 10px;
}
nav.nav.footer-nav {
	float:none;
	margin:0;
}
nav.nav.footer-nav ul {
	float:none;
	text-align:right;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul { text-align:left; }
}
nav.nav.footer-nav ul li {
	float:none;
	display:inline-block;
	padding:0;
	text-transform:uppercase;
	margin:0 0 0 10px;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul li { margin:0 10px 0 0; }
}
nav.nav.footer-nav ul li a { border-bottom:1px solid transparent; }
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#212121;
	border-color:#212121;
	text-decoration:none;
}
.footer-text {
	font:10px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif;
	color:#9b9b9b;
}
.footer-text a { color:#9b9b9b; }
.google-map, .flexslider { background:url(images/loading.gif) 50% 50% no-repeat; }
div.ajax-loader, .ajax-loader {
	position:relative;
	top:-5px;
	background-image:url(images/loading.gif);
	width:24px;
	padding:24px 0 0 0;
	height:0px !important;
}
.zoom-icon { background:#004f59; }
.zoom-icon:before {
	background:url(images/zoom.png) 50% 50%;
	width:36px;
	height:36px;
	margin:-18px 0 0 -18px;
}
.zoom-icon:hover { opacity:0.8; }
#back-top-wrapper p a {
	width:41px;
	height:41px;
	border-radius:50%;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span { background-color:#004f59; }
#back-top-wrapper p a span {
	width:41px;
	height:41px;
	border-radius:50%;
	background:#004f59;
	position:relative;
	transition:all 0.3s ease 0s;
}
#back-top-wrapper p a span:after {
	content:"";
	font:15px/1em FontAwesome;
	color:#fff;
	position:absolute;
	top:50%;
	left:50%;
	margin:-8px 0 0 -5px;
}
.error404-holder { padding:180px 0 80px; }
.error404-holder .error404-holder_num { color:#93ABA8; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.faq-list .marker {
	font-size:15px !important;
	color:#93ABA8;
	margin-top:2px;
}
.ie9 .wpcf7-form p.field input, .ie8 .wpcf7-form p.field input { padding-top:10px; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
.ie8 .search-form .search-form_is {
	display:block;
	margin:0;
}
.ie8 .zoom-icon { background:#93ABA8; }
.ie8 #masonry { width:940px; }
.ie8 #masonry .box {
	width:183px;
	margin-bottom:3px;
}
.ie8 #masonry .box.item-7 { width:371px; }
.ie8 #masonry .box .read >a .desc { display:none; }
.ie8 #masonry .box .read >a:hover .desc { display:block; }
.ie8 .dropcap { margin-bottom:30px; }
.ie8 .posts-grid.news li .thumbnail {
	margin-top:3px;
	width:107px;
}
.ie8 .posts-grid.news li h5 { margin-top:0; }
.ie8 .posts-grid.latest-projects li .thumbnail, .ie8 .posts-grid.gallery-widget li .thumbnail { width:100%; }
.ie8 .posts-grid.feat-projects li .thumbnail { width:100%; }
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 .post-author_gravatar img { width:80px !important; }
.ie8 #respond #commentform p input {
	padding-top:10px;
	height:36px;
}
.ie8 #respond #commentform p input.btn {
	padding:0;
	height:20px;
	line-height:1.2em;
}
.transition { transition:all 0.3s ease 0s; }
.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;
}
