@import url(//fonts.googleapis.com/css?family=Domine:400,700);
body { min-width:280px; }
.main-holder {
	overflow:hidden;
	background:url(images/light.png) center top repeat-x;
}
a {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover, a:focus { text-decoration:underline; }
h1, h2, h3, h4, h5, h6 { margin-top:0; }
h1 a, h2 a, h3 a, h4 a, h5 a {
	color:inherit;
	text-decoration:none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover {
	color:#2f2c28;
	text-decoration:none;
}
h6 a {
	color:inherit;
	text-decoration:none;
}
h6 a:hover {
	color:#ffffff;
	text-decoration:none;
}
h1, h2 {
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	margin-bottom:26px;
}
h5 { margin-bottom:0; }
p { margin:0 0 20px; }
.title-section {
	margin:0 0 20px;
	padding-top:26px;
	background:url(images/sm_hr_line.png) 0 100% repeat-x;
}
.title-header { margin:0 0 14px; }
.header {
	padding:54px 0 0;
	background:none;
	border:none;
}
.header >.container {
	padding-bottom:28px;
	background:url(images/hr_line.png) 0 100% repeat-x;
}
.header .social {
	margin-top:8px;
	float:right;
}
.header .social li { margin-left:10px; }
.header .social li a:hover { opacity:.6; }
#search-header { margin-right:9px; }
.ie8 #search-header { width:215px; }
#search-header .search-form_it {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	width:215px;
	margin:0;
	padding:0 40px 0 15px !important;
	height:41px !important;
	font:bold 13px/41px 'Domine', serif;
	color:#2f2c28;
	border:none;
	border-bottom:2px solid #e9e9e9;
	background:#fff;
}
#search-header .btn {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	position:absolute;
	top:0;
	right:0;
	margin:0;
	padding:0;
	border:none;
	width:35px;
	height:41px !important;
	background:url(images/search_icon.png) 8px 16px no-repeat;
}
#search-header .btn:hover { background-position:8px -41px; }
.logo_h {
	float:left;
	margin-right:15px;
}
.logo_h__txt { color:#ffffff; }
.logo_tagline {
	padding-top:18px;
	font:bold 12px/20px 'Domine', serif;
	color:#dcf0f4;
	text-transform:none;
}
.menu-holder {
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	margin-top:24px;
	padding:8px 0;
	background:url(images/menu-holder-tail.png) 0 0 repeat;
}
.nav__primary { margin:0; }
#topnav {
	float:none;
	padding:10px 0 10px 22px;
}
#topnav li {
	background:none;
	margin-left:30px;
}
#topnav li a {
	border:none;
	padding:0;
}
#topnav li a .sf-sub-indicator {
	top:85%;
	right:50%;
	margin-right:-5px;
	background:url(images/arrows-ffffff.png) 0 -100px no-repeat;
}
#topnav li .sub-menu {
	margin:10px 0 0 -15px;
	min-width:181px;
	width:auto;
	background:#474444;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	box-shadow:0 1px 3px rgba(0,0,0,0.45);
}
#topnav li .sub-menu li {
	margin:0;
	width:100%;
	background:none;
}
#topnav li .sub-menu li a {
	padding:12px 19px;
	background-color:#575353;
	background-image:-moz-linear-gradient(top,#676363,#3e3c3c);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#676363),to(#3e3c3c));
	background-image:-webkit-linear-gradient(top,#676363,#3e3c3c);
	background-image:-o-linear-gradient(top,#676363,#3e3c3c);
	background-image:linear-gradient(to bottom,#676363,#3e3c3c);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff676363', endColorstr='#ff3e3c3c', GradientType=0);
	white-space:nowrap;
	font:bold 14px/18px 'Domine', serif;
	color:#fff;
	text-align:left;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	border-width:1px;
	border-style:solid;
	border-color:#4d4a48 #3e3c3b #303030;
}
#topnav li .sub-menu li a .sf-sub-indicator {
	top:35%;
	right:12px;
	background:url(images/arrows-ffffff.png) 0 0 no-repeat;
}
#topnav li .sub-menu li:first-child { border:none; }
#topnav li .sub-menu li > a:hover, #topnav li .sub-menu li.sfHover > a, #topnav li .sub-menu li.current-menu-item > a {
	color:#272323;
	text-decoration:none;
	background-color:#e0dedc;
	background-image:-moz-linear-gradient(top,#f0eeed,#c8c5c2);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0eeed),to(#c8c5c2));
	background-image:-webkit-linear-gradient(top,#f0eeed,#c8c5c2);
	background-image:-o-linear-gradient(top,#f0eeed,#c8c5c2);
	background-image:linear-gradient(to bottom,#f0eeed,#c8c5c2);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0eeed', endColorstr='#ffc8c5c2', GradientType=0);
	background-position:top center;
	border-color:#f0eeed #e3e1df #bcbab7;
}
#topnav li .sub-menu li > a:hover .sf-sub-indicator, #topnav li .sub-menu li.sfHover > a .sf-sub-indicator, #topnav li .sub-menu li.current-menu-item > a .sf-sub-indicator { background:url(images/arrows-ffffff.png) -10px 0 no-repeat; }
#topnav li .sub-menu .sub-menu {
	left:100%;
	margin:0 0 0 1px;
}
#topnav li:first-child { margin-left:0; }
#topnav >li:before {
	content:"";
	position:absolute;
	top:5px;
	left:-17px;
	width:4px;
	height:13px;
	background:url(images/menu-separator.png);
	z-index:-1;
}
#topnav >li:first-child:before { background:none; }
#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover {
	color:#2f2c28;
	background:none;
	text-decoration:none;
}
#topnav li.current-menu-item > a .sf-sub-indicator, #topnav li.sfHover > a .sf-sub-indicator, #topnav li a:hover .sf-sub-indicator { background:url(images/arrows-ffffff.png) -10px -100px no-repeat; }
.slider {
	padding-bottom:1px;
	margin-bottom:50px;
	background:url(images/sm_hr_line.png) 0 100% repeat-x;
	overflow:visible;
}
.slider .camera_target_content { overflow:visible; }
.slider .camera_wrap { margin:0 !important; }
.slider .camera_wrap .camera_pag {
	position:absolute;
	width:100%;
	bottom:0;
}
.slider .camera_wrap .camera_pag li {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	width:20px;
	height:20px;
	background:url(images/slider_btn.png) 0 0 no-repeat;
	margin:0 5px 29px;
}
.slider .camera_wrap .camera_pag li span { display:none; }
.slider .camera_wrap .camera_pag li.cameracurrent, .slider .camera_wrap .camera_pag li:hover { background-image:url(images/slider_btn_active.png); }
.slider .camera_thumbs {
	position:absolute;
	width:100%;
	bottom:8px;
	text-align:center;
}
.slider .camera_thumbs .camera_thumbs_cont { background:#fff; }
.slider .camera_thumbs .camera_thumbs_cont ul { width:auto !important; }
.slider .camera_thumbs .camera_thumbs_cont ul li > img { border:none; }
.slider .camera_command_wrap { display:inline-block; }
.slider .camera_thumbs_cont {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
.slider .camera_caption {
	top:60px;
	width:55%;
}
.slider .camera_caption >div {
	padding:0;
	background:none;
}
.slider .camera_caption h1 {
	font-size:64px;
	line-height:74px;
	font-weight:normal;
	color:#ffffff;
	margin-bottom:26px;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
}
.slider .camera_caption h2 { color:#ffffff; }
.slider .camera_commands, .slider .camera_prev, .slider .camera_next { top:30px; }
.slider .camera_commands {
	right:auto;
	left:41px;
}
.slider .camera_next {
	right:auto;
	left:82px;
}
#content { padding-top:20px; }
.content-holder {
	padding:0px;
	margin-bottom:43px;
	z-index:3;
}
#back-top-wrapper span {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#2f2c28;
}
#back-top-wrapper a:hover span { background-color:#231f20; }
.content-holder { padding-bottom:0px; }
.btn, .btn:focus, .slider .btn, .slider .btn:focus, .comment-reply-link:focus, input[type="reset"], input[type="submit"] {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	box-shadow:0 1px 3px rgba(0,0,0,0.45);
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	background-color:#434140;
	background-image:-moz-linear-gradient(top,#4d4a48,#343434);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4a48),to(#343434));
	background-image:-webkit-linear-gradient(top,#4d4a48,#343434);
	background-image:-o-linear-gradient(top,#4d4a48,#343434);
	background-image:linear-gradient(to bottom,#4d4a48,#343434);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4a48', endColorstr='#ff343434', GradientType=0);
	border-color:#343434 #343434 #0e0e0e;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#343434;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding:0 20px;
	height:39px;
	font:bold 13px/39px 'Domine', serif;
	border-width:1px;
	border-style:solid;
	border-color:#4d4a48 #3d3b3a #303030;
}
.btn:hover, .btn:focus, .btn:active, .btn.active, .btn.disabled, .btn[disabled], .btn:focus:hover, .btn:focus:focus, .btn:focus:active, .btn:focus.active, .btn:focus.disabled, .btn:focus[disabled], .slider .btn:hover, .slider .btn:focus, .slider .btn:active, .slider .btn.active, .slider .btn.disabled, .slider .btn[disabled], .slider .btn:focus:hover, .slider .btn:focus:focus, .slider .btn:focus:active, .slider .btn:focus.active, .slider .btn:focus.disabled, .slider .btn:focus[disabled], .comment-reply-link:focus:hover, .comment-reply-link:focus:focus, .comment-reply-link:focus:active, .comment-reply-link:focus.active, .comment-reply-link:focus.disabled, .comment-reply-link:focus[disabled], input[type="reset"]:hover, input[type="reset"]:focus, input[type="reset"]:active, input[type="reset"].active, input[type="reset"].disabled, input[type="reset"][disabled], input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"].active, input[type="submit"].disabled, input[type="submit"][disabled] {
	color:#fff;
	background-color:#343434;
	*background-color:#272727;
}
.btn:active, .btn.active, .btn:focus:active, .btn:focus.active, .slider .btn:active, .slider .btn.active, .slider .btn:focus:active, .slider .btn:focus.active, .comment-reply-link:focus:active, .comment-reply-link:focus.active, input[type="reset"]:active, input[type="reset"].active, input[type="submit"]:active, input[type="submit"].active { background-color:#1b1b1b \9; }
.btn:hover, .slider .btn:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	-webkit-transition:background 0.3s ease;
	-moz-transition:background 0.3s ease;
	-o-transition:background 0.3s ease;
	transition:background 0.3s ease;
	color:#272323 !important;
	text-decoration:none;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	background-color:#dfdddb;
	background-image:-moz-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0eeed),to(#c6c3c0));
	background-image:-webkit-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-o-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:linear-gradient(to bottom,#f0eeed,#c6c3c0);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0eeed', endColorstr='#ffc6c3c0', GradientType=0);
	border-color:#c6c3c0 #c6c3c0 #a29d98;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#c6c3c0;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-color:transparent;
	background-position:0 0;
}
.btn:hover:hover, .btn:hover:focus, .btn:hover:active, .btn:hover.active, .btn:hover.disabled, .btn:hover[disabled], .slider .btn:hover:hover, .slider .btn:hover:focus, .slider .btn:hover:active, .slider .btn:hover.active, .slider .btn:hover.disabled, .slider .btn:hover[disabled], input[type="reset"]:hover:hover, input[type="reset"]:hover:focus, input[type="reset"]:hover:active, input[type="reset"]:hover.active, input[type="reset"]:hover.disabled, input[type="reset"]:hover[disabled], input[type="submit"]:hover:hover, input[type="submit"]:hover:focus, input[type="submit"]:hover:active, input[type="submit"]:hover.active, input[type="submit"]:hover.disabled, input[type="submit"]:hover[disabled] {
	color:#fff;
	background-color:#c6c3c0;
	*background-color:#bab6b3;
}
.btn:hover:active, .btn:hover.active, .slider .btn:hover:active, .slider .btn:hover.active, input[type="reset"]:hover:active, input[type="reset"]:hover.active, input[type="submit"]:hover:active, input[type="submit"]:hover.active { background-color:#aeaaa5 \9; }
.btn:active, .slider .btn:active, .comment-reply-link:active, input[type="reset"]:active, input[type="submit"]:active {
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	box-shadow:0 1px 3px rgba(0,0,0,0.45);
}
.pagination ul li {
	margin-left:5px;
	display:inline-block;
}
.pagination ul li:first-child { margin-left:0; }
.pagination ul li a {
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	box-shadow:0 1px 3px rgba(0,0,0,0.45);
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	background-color:#434140;
	background-image:-moz-linear-gradient(top,#4d4a48,#343434);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4a48),to(#343434));
	background-image:-webkit-linear-gradient(top,#4d4a48,#343434);
	background-image:-o-linear-gradient(top,#4d4a48,#343434);
	background-image:linear-gradient(to bottom,#4d4a48,#343434);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4a48', endColorstr='#ff343434', GradientType=0);
	border-color:#343434 #343434 #0e0e0e;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#343434;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding:0 10px;
	height:30px;
	font:bold 13px/30px 'Domine', serif;
	border-width:1px;
	border-style:solid;
	border-color:#4d4a48 #3d3b3a #303030;
}
.pagination ul li a:hover, .pagination ul li a:focus, .pagination ul li a:active, .pagination ul li a.active, .pagination ul li a.disabled, .pagination ul li a[disabled] {
	color:#fff;
	background-color:#343434;
	*background-color:#272727;
}
.pagination ul li a:active, .pagination ul li a.active { background-color:#1b1b1b \9; }
.pagination ul li.active a, .pagination ul li a:hover {
	color:#272323 !important;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	background-color:#dfdddb;
	background-image:-moz-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0eeed),to(#c6c3c0));
	background-image:-webkit-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-o-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:linear-gradient(to bottom,#f0eeed,#c6c3c0);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0eeed', endColorstr='#ffc6c3c0', GradientType=0);
	border-color:#c6c3c0 #c6c3c0 #a29d98;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#c6c3c0;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-color:transparent;
	background-position:0 0;
	text-decoration:none;
}
.pagination ul li.active a:hover, .pagination ul li.active a:focus, .pagination ul li.active a:active, .pagination ul li.active a.active, .pagination ul li.active a.disabled, .pagination ul li.active a[disabled], .pagination ul li a:hover:hover, .pagination ul li a:hover:focus, .pagination ul li a:hover:active, .pagination ul li a:hover.active, .pagination ul li a:hover.disabled, .pagination ul li a:hover[disabled] {
	color:#fff;
	background-color:#c6c3c0;
	*background-color:#bab6b3;
}
.pagination ul li.active a:active, .pagination ul li.active a.active, .pagination ul li a:hover:active, .pagination ul li a:hover.active { background-color:#aeaaa5 \9; }
.thumbnail {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	overflow:hidden;
	border:none;
	border-radius:0px;
	display:block;
	line-height:20px;
	padding:0px;
}
a.thumbnail:hover, a.thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.flexslider { overflow:visible; }
.breadcrumb {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding:11px 0;
	border:none;
	background:url(images/sm_hr_line.png) 0 0 repeat-x;
	margin-bottom:0px;
	color:#2f2c28;
}
.breadcrumb li { text-shadow:none; }
.breadcrumb a {
	text-decoration:none;
	color:#2f2c28;
}
.breadcrumb .divider {
	color:#ffffff;
	padding:0 3px;
}
.breadcrumb a:hover, .breadcrumb .active {
	color:#ffffff;
	text-decoration:none;
}
.check-list { margin-bottom:25px; }
.featured-thumbnail.large {
	float:none;
	width:100% !important;
}
.featured-thumbnail.large img {
	width:auto !important;
	max-width:100% !important;
}
.type-services .post_category { display:none; }
h2.post-title {
	font-size:24px;
	margin-bottom:20px;
}
.post__holder {
	margin-bottom:45px;
	overflow:visible;
	*zoom:1;
}
.post__holder:before, .post__holder:after {
	display:table;
	content:"";
	line-height:0;
}
.post__holder:after { clear:both; }
.post_meta {
	border:none;
	margin:0;
	background:url(images/sm_hr_line.png) top center repeat-x;
	position:relative;
	padding:11px 0;
	font-size:13px;
}
.post_meta:after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	background:url(images/sm_hr_line.png) top center repeat-x;
}
.post_meta .post_meta_unite { border-color:#A8C4CA !important; }
.post_meta > span {
	float:left;
	color:#deecef;
}
.post_meta > span.post_date, .post_meta > span.post_author { color:#2f2c28; }
.post_meta > span a {
	color:inherit;
	text-decoration:none;
}
.post_meta > span a:hover {
	color:#2f2c28;
	text-decoration:underline;
}
.post_meta i {
	color:#ffffff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
}
.post_content {
	margin:0;
	padding-bottom:20px;
}
.post-author {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#474747;
	background-image:-moz-linear-gradient(top,#4d4d4d,#3d3d3d);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4d4d),to(#3d3d3d));
	background-image:-webkit-linear-gradient(top,#4d4d4d,#3d3d3d);
	background-image:-o-linear-gradient(top,#4d4d4d,#3d3d3d);
	background-image:linear-gradient(to bottom,#4d4d4d,#3d3d3d);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4d4d', endColorstr='#ff3d3d3d', GradientType=0);
	border:1px solid #4f4b48;
	padding:25px 30px;
	margin-bottom:48px;
	color:#abaaaa;
}
.post-author .post-author_h {
	font:inherit;
	color:inherit;
	margin-bottom:15px;
}
.post-author .post-author_h small {
	font:inherit;
	color:inherit;
}
.post-author .post-author_h a { color:#fff !important; }
.post-author .post-author_h a:hover {
	color:inherit !important;
	text-decoration:none;
}
.post-author .post-author_gravatar {
	margin-right:29px;
	padding-top:3px;
}
.post-author .post-author_gravatar img {
	width:58px;
	height:auto;
	padding:15px;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	background-color:#dfdddb;
	background-image:-moz-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0eeed),to(#c6c3c0));
	background-image:-webkit-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-o-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:linear-gradient(to bottom,#f0eeed,#c6c3c0);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0eeed', endColorstr='#ffc6c3c0', GradientType=0);
	-webkit-box-shadow:0 2px 0 rgba(78,78,90,0.2);
	-moz-box-shadow:0 2px 0 rgba(78,78,90,0.2);
	box-shadow:0 2px 0 rgba(78,78,90,0.2);
}
.post-author .post-author_desc { overflow:hidden; }
.post-author .post-author_desc .post-author_link p { margin-bottom:0; }
.post-author .post-author_desc a { color:#fff; }
.post-author .post-author_desc a:hover {
	color:inherit;
	text-decoration:none;
}
#recent-author-comments {
	background:url(images/sm_hr_line.png) center top repeat-x;
	padding-top:45px;
	margin-top:48px;
}
.related-posts {
	background:url(images/sm_hr_line.png) center top repeat-x;
	padding-top:45px;
	margin-bottom:48px;
}
.related-posts .thumbnail { margin-bottom:27px; }
.share-buttons {
	overflow:visible;
	height:25px;
	margin-top:-20px;
}
.video-wrap { padding-top:0; }
#portfolio-grid .portfolio_item {
	margin-bottom:0;
	padding-bottom:20px;
}
.portfolio .thumbnail__portfolio { margin-bottom:15px; }
.caption__portfolio h3 {
	font-size:13px;
	line-height:21px;
	color:#deecef;
	margin-top:25px;
	margin-bottom:0;
}
.zoom-icon { background:none repeat scroll 0 0 rgba(0,0,0,0.2); }
.filterable-portfolio .image-wrap { background:none; }
.filterable-portfolio .excerpt { margin-bottom:34px; }
.flex-control-paging li a { background:#231f20; }
.flex-control-paging li a.flex-active, .flex-control-paging li a:hover { background:#2f2c28; }
.filter-wrapper strong {
	color:#272323;
	padding-top:11px;
	margin-right:29px;
	font:bold 13px/21px 'Domine', serif;
}
.nav-pills li a {
	color:#272323;
	font:bold 13px/39px 'Domine', serif;
	padding:0 20px;
	height:39px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:1px solid transparent;
}
.nav-pills li.active a, .nav-pills li.active a:focus, .nav-pills li a:hover, .nav-pills li.active a:hover {
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	box-shadow:0 1px 3px rgba(0,0,0,0.45);
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	background-color:#434140;
	background-image:-moz-linear-gradient(top,#4d4a48,#343434);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4a48),to(#343434));
	background-image:-webkit-linear-gradient(top,#4d4a48,#343434);
	background-image:-o-linear-gradient(top,#4d4a48,#343434);
	background-image:linear-gradient(to bottom,#4d4a48,#343434);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4a48', endColorstr='#ff343434', GradientType=0);
	border-color:#343434 #343434 #0e0e0e;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#343434;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-color:#4d4a48 #3d3b3a #303030;
	text-decoration:none;
}
.nav-pills li.active a:hover, .nav-pills li.active a:focus, .nav-pills li.active a:active, .nav-pills li.active a.active, .nav-pills li.active a.disabled, .nav-pills li.active a[disabled], .nav-pills li.active a:focus:hover, .nav-pills li.active a:focus:focus, .nav-pills li.active a:focus:active, .nav-pills li.active a:focus.active, .nav-pills li.active a:focus.disabled, .nav-pills li.active a:focus[disabled], .nav-pills li a:hover:hover, .nav-pills li a:hover:focus, .nav-pills li a:hover:active, .nav-pills li a:hover.active, .nav-pills li a:hover.disabled, .nav-pills li a:hover[disabled], .nav-pills li.active a:hover:hover, .nav-pills li.active a:hover:focus, .nav-pills li.active a:hover:active, .nav-pills li.active a:hover.active, .nav-pills li.active a:hover.disabled, .nav-pills li.active a:hover[disabled] {
	color:#fff;
	background-color:#343434;
	*background-color:#272727;
}
.nav-pills li.active a:active, .nav-pills li.active a.active, .nav-pills li.active a:focus:active, .nav-pills li.active a:focus.active, .nav-pills li a:hover:active, .nav-pills li a:hover.active, .nav-pills li.active a:hover:active, .nav-pills li.active a:hover.active { background-color:#1b1b1b \9; }
.portfolio-meta, .portfolio-meta-list { border-color:#a8c4ca; }
.portfolio-meta i, .portfolio-meta-list i { color:#ffffff; }
.pager {
	margin:0;
	padding:15px 0 30px;
	border:none;
}
.pager li a, .pager li a:focus {
	color:#fff;
	background:#2f2c28;
	border:none;
}
.pager li.active a, .pager li a:hover {
	color:#2f2c28;
	background:#231f20;
	text-decoration:none;
}
#commentform p { margin-bottom:40px; }
#commentform p.field { margin-bottom:11px; }
#commentform input[type="text"] { width:348px; }
#commentform textarea {
	width:728px;
	height:193px;
	min-height:193px;
}
.comment-holder {
	background:url(images/sm_hr_line.png) center top repeat-x;
	padding-top:45px;
	margin-bottom:48px;
}
.comment-holder .comment-list .comment .comment-body {
	background-color:#474747;
	background-image:-moz-linear-gradient(top,#4d4d4d,#3d3d3d);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4d4d),to(#3d3d3d));
	background-image:-webkit-linear-gradient(top,#4d4d4d,#3d3d3d);
	background-image:-o-linear-gradient(top,#4d4d4d,#3d3d3d);
	background-image:linear-gradient(to bottom,#4d4d4d,#3d3d3d);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4d4d', endColorstr='#ff3d3d3d', GradientType=0);
	border-color:#4f4b48;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	padding:28px 30px 29px;
	margin-top:0;
	margin-bottom:20px;
	color:#abaaaa;
}
.comment-holder .comment-list .comment .comment-body .wrapper {
	overflow:visible;
	*zoom:1;
}
.comment-holder .comment-list .comment .comment-body .wrapper:before, .comment-holder .comment-list .comment .comment-body .wrapper:after {
	display:table;
	content:"";
	line-height:0;
}
.comment-holder .comment-list .comment .comment-body .wrapper:after { clear:both; }
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin-right:29px;
	padding-top:3px;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:58px;
	height:auto;
	background-color:#dfdddb;
	background-image:-moz-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0eeed),to(#c6c3c0));
	background-image:-webkit-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-o-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:linear-gradient(to bottom,#f0eeed,#c6c3c0);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0eeed', endColorstr='#ffc6c3c0', GradientType=0);
	padding:15px;
	border:none;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 2px 0 rgba(78,78,90,0.2);
	-moz-box-shadow:0 2px 0 rgba(78,78,90,0.2);
	box-shadow:0 2px 0 rgba(78,78,90,0.2);
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	padding-top:15px;
	text-align:left;
	font:inherit;
	color:#fff;
}
.comment-holder .comment-list .comment .comment-body .comment-meta { color:#fff; }
.comment-holder .comment-list .comment .comment-body .comment-reply-link {
	margin-top:-10px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	box-shadow:0 1px 3px rgba(0,0,0,0.45);
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	background-color:#dfdddb;
	background-image:-moz-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0eeed),to(#c6c3c0));
	background-image:-webkit-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-o-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:linear-gradient(to bottom,#f0eeed,#c6c3c0);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0eeed', endColorstr='#ffc6c3c0', GradientType=0);
	border-color:#c6c3c0 #c6c3c0 #a29d98;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#c6c3c0;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	padding:0 20px;
	height:39px;
	font:bold 13px/39px 'Domine', serif;
	color:#272323 !important;
	border:1px solid transparent;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link:hover, .comment-holder .comment-list .comment .comment-body .comment-reply-link:focus, .comment-holder .comment-list .comment .comment-body .comment-reply-link:active, .comment-holder .comment-list .comment .comment-body .comment-reply-link.active, .comment-holder .comment-list .comment .comment-body .comment-reply-link.disabled, .comment-holder .comment-list .comment .comment-body .comment-reply-link[disabled] {
	color:#fff;
	background-color:#c6c3c0;
	*background-color:#bab6b3;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link:active, .comment-holder .comment-list .comment .comment-body .comment-reply-link.active { background-color:#aeaaa5 \9; }
.comment-holder .comment-list .comment .comment-body .comment-reply-link:hover {
	color:#fff !important;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	background-color:#434140;
	background-image:-moz-linear-gradient(top,#4d4a48,#343434);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4a48),to(#343434));
	background-image:-webkit-linear-gradient(top,#4d4a48,#343434);
	background-image:-o-linear-gradient(top,#4d4a48,#343434);
	background-image:linear-gradient(to bottom,#4d4a48,#343434);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4a48', endColorstr='#ff343434', GradientType=0);
	border-color:#343434 #343434 #0e0e0e;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#343434;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-color:#4d4a48 #3d3b3a #303030;
	background-position:0 0;
	text-decoration:none;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link:hover:hover, .comment-holder .comment-list .comment .comment-body .comment-reply-link:hover:focus, .comment-holder .comment-list .comment .comment-body .comment-reply-link:hover:active, .comment-holder .comment-list .comment .comment-body .comment-reply-link:hover.active, .comment-holder .comment-list .comment .comment-body .comment-reply-link:hover.disabled, .comment-holder .comment-list .comment .comment-body .comment-reply-link:hover[disabled] {
	color:#fff;
	background-color:#343434;
	*background-color:#272727;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link:hover:active, .comment-holder .comment-list .comment .comment-body .comment-reply-link:hover.active { background-color:#1b1b1b \9; }
.comment-holder .comment-list .comment .children { margin-left:40px; }
#respond {
	background:url(images/sm_hr_line.png) center top repeat-x;
	padding-top:45px;
	margin-bottom:48px;
}
.cancel-comment-reply small { font-size:95%; }
#sidebar {
	overflow:hidden;
	padding-top:20px;
}
#sidebar .widget {
	overflow:hidden;
	padding-top:48px;
	margin-bottom:10px;
	background:url(images/sm_hr_line.png) 0 0 repeat-x;
}
#sidebar .widget:first-child {
	padding-top:0;
	background:none;
}
#sidebar .thumbnail { margin-top:0; }
#sidebar time {
	display:block;
	color:#2f2c28;
	font-size:13px;
	line-height:20px;
}
#sidebar ul { margin:0 0 30px; }
#sidebar ul li {
	list-style-type:none;
	margin-bottom:10px;
	line-height:20px;
	padding-top:9px;
	padding-left:26px;
	font-weight:bold;
	border-top:1px solid #a8c4ca;
	background:url(images/list_arr.png) 0 17px no-repeat;
}
#sidebar ul li:first-child { border-top:none; }
#sidebar ul li a {
	vertical-align:top;
	line-height:20px;
	color:inherit;
}
#sidebar ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#sidebar ul ul { margin-bottom:0; }
#sidebar .unstyled li {
	border:none;
	padding:0 0;
	background:none;
	margin-bottom:35px;
	font-weight:normal;
}
#sidebar .unstyled li .comments-custom_txt { padding:0; }
#sidebar .unstyled li .comments-custom_txt a { color:#2f2c28; }
#sidebar .unstyled li .comments-custom_txt a:hover { text-decoration:underline; }
#sidebar .social { text-align:left; }
#sidebar .social li {
	float:none;
	display:block;
	margin-bottom:15px;
}
#sidebar .btn {
	line-height:39px;
	color:#fff;
}
#sidebar .btn:hover {
	color:#ffffff;
	background:#a8c4ca;
	border-color:#898383;
	text-decoration:none;
}
#calendar_wrap caption { color:#2f2c28; }
.social-nets-wrapper .social { overflow:hidden; }
.social-nets-wrapper .social li {
	float:left;
	list-style:none;
}
.social .social_li { margin-left:4px; }
.social.social__row li {
	float:left !important;
	margin:0 0 0 5px !important;
}
.social.social__row li:first-child { margin-left:0 !important; }
.social .tooltip { display:none !important; }
.flickr_li a { display:inline-block; }
.post-list li, #sidebar .post-list li {
	margin:0 0 20px;
	padding:28px 0 0;
	border-top:1px solid #a8c4ca;
}
.post-list li:first-child, #sidebar .post-list li:first-child {
	border:none;
	padding-top:0;
}
.post-list time, #sidebar .post-list time { color:#2f2c28; }
.post-list .post-list_h, #sidebar .post-list .post-list_h {
	font-size:13px;
	line-height:21px;
	font-weight:bold;
	margin-bottom:0;
}
.post-list .post-list_h a, #sidebar .post-list .post-list_h a { color:#deecef; }
.post-list .post-list_h a:hover, #sidebar .post-list .post-list_h a:hover {
	color:#2f2c28;
	text-decoration:none;
}
.post-list .featured-thumbnail, #sidebar .post-list .featured-thumbnail { margin-right:29px; }
#sidebar .post-list .excerpt { margin-bottom:20px; }
.comments-custom li, #sidebar .comments-custom li {
	margin:0 0 20px;
	padding:28px 0 0;
	border-top:1px solid #a8c4ca;
}
.comments-custom li:first-child, #sidebar .comments-custom li:first-child {
	border:none;
	padding-top:0;
}
.comments-custom .thumbnail, #sidebar .comments-custom .thumbnail {
	margin-right:30px;
	background-color:#dfdddb;
	background-image:-moz-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0eeed),to(#c6c3c0));
	background-image:-webkit-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-o-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:linear-gradient(to bottom,#f0eeed,#c6c3c0);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0eeed', endColorstr='#ffc6c3c0', GradientType=0);
	-webkit-box-shadow:0 2px 0 rgba(78,78,90,0.2);
	-moz-box-shadow:0 2px 0 rgba(78,78,90,0.2);
	box-shadow:0 2px 0 rgba(78,78,90,0.2);
	padding:15px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.comments-custom .meta_format, #sidebar .comments-custom .meta_format { margin-top:0; }
.comments-custom .meta_format .comments-custom_h_author, #sidebar .comments-custom .meta_format .comments-custom_h_author {
	font:normal 13px/20px Arial, Helvetica, sans-serif;
	color:#2f2c28;
	padding-top:25px;
	margin-bottom:0;
}
.comments-custom time, #sidebar .comments-custom time { color:#2f2c28; }
.comments-custom .comments-custom_txt, #sidebar .comments-custom .comments-custom_txt {
	padding-top:10px !important;
	border-top:none;
	margin-top:0;
}
.comments-custom .comments-custom_txt a, #sidebar .comments-custom .comments-custom_txt a { color:inherit !important; }
.comments-custom .comments-custom_txt a:hover, #sidebar .comments-custom .comments-custom_txt a:hover {
	color:#2f2c28 !important;
	text-decoration:none !important;
}
.nsu-text-before-form { margin-bottom:24px; }
.nsu-form { position:relative; }
.nsu-form p { margin-bottom:12px; }
.nsu-form .nsu-field {
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	width:60%;
	margin:0;
	padding:0 40px 0 15px !important;
	height:41px !important;
	font:bold 13px/41px 'Domine', serif;
	color:#aeaeae;
	border:none;
	border-bottom:2px solid #e9e9e9 !important;
	background:#fff;
}
.nsu-form .nsu-error { display:block; }
.nsu-form .nsu-submit, .nsu-form .nsu-submit:focus {
	padding:0;
	color:#2f2c28 !important;
	text-transform:uppercase;
	text-decoration:underline;
	font-size:11px;
	line-height:21px !important;
	height:auto !important;
	border:none;
	background:none !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-shadow:none;
}
.nsu-form .nsu-submit:hover { text-decoration:none; }
.content_plane {
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,0.45);
	box-shadow:0 1px 3px rgba(0,0,0,0.45);
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:20px;
	color:#abaaaa;
	line-height:22px;
	background-color:#4b4a49;
	background-image:-moz-linear-gradient(top,#535353,#3f3d3b);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#535353),to(#3f3d3b));
	background-image:-webkit-linear-gradient(top,#535353,#3f3d3b);
	background-image:-o-linear-gradient(top,#535353,#3f3d3b);
	background-image:linear-gradient(to bottom,#535353,#3f3d3b);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff535353', endColorstr='#ff3f3d3b', GradientType=0);
	margin-bottom:55px;
	border-width:1px;
	border-style:solid;
	border-color:#4f4b48 #474441 #3f3d3b;
}
.content_plane h1, .content_plane h2, .content_plane h3 { text-shadow:0 1px 2px rgba(0,0,0,0.27); }
.content_plane h1 { margin-bottom:20px; }
.content_plane h2 {
	font-size:26px;
	line-height:26px;
	margin-bottom:22px;
}
.content_plane p { margin-bottom:18px; }
.content_plane .btn, .content_plane .btn:focus {
	-webkit-box-shadow:0 2px 0 rgba(78,78,90,0.48);
	-moz-box-shadow:0 2px 0 rgba(78,78,90,0.48);
	box-shadow:0 2px 0 rgba(78,78,90,0.48);
	color:#272323 !important;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	background-color:#dfdddb;
	background-image:-moz-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0eeed),to(#c6c3c0));
	background-image:-webkit-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:-o-linear-gradient(top,#f0eeed,#c6c3c0);
	background-image:linear-gradient(to bottom,#f0eeed,#c6c3c0);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0eeed', endColorstr='#ffc6c3c0', GradientType=0);
	border-color:#c6c3c0 #c6c3c0 #a29d98;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#c6c3c0;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-color:transparent;
}
.content_plane .btn:hover, .content_plane .btn:focus, .content_plane .btn:active, .content_plane .btn.active, .content_plane .btn.disabled, .content_plane .btn[disabled], .content_plane .btn:focus:hover, .content_plane .btn:focus:focus, .content_plane .btn:focus:active, .content_plane .btn:focus.active, .content_plane .btn:focus.disabled, .content_plane .btn:focus[disabled] {
	color:#fff;
	background-color:#c6c3c0;
	*background-color:#bab6b3;
}
.content_plane .btn:active, .content_plane .btn.active, .content_plane .btn:focus:active, .content_plane .btn:focus.active { background-color:#aeaaa5 \9; }
.content_plane .btn:hover {
	background-position:0 0;
	color:#fff;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	background-color:#434140;
	background-image:-moz-linear-gradient(top,#4d4a48,#343434);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#4d4a48),to(#343434));
	background-image:-webkit-linear-gradient(top,#4d4a48,#343434);
	background-image:-o-linear-gradient(top,#4d4a48,#343434);
	background-image:linear-gradient(to bottom,#4d4a48,#343434);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4d4a48', endColorstr='#ff343434', GradientType=0);
	border-color:#343434 #343434 #0e0e0e;
	border-color:rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	*background-color:#343434;
	filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-color:#4d4a48 #3d3b3a #303030;
	color:#fff !important;
	text-decoration:none;
}
.content_plane .btn:hover:hover, .content_plane .btn:hover:focus, .content_plane .btn:hover:active, .content_plane .btn:hover.active, .content_plane .btn:hover.disabled, .content_plane .btn:hover[disabled] {
	color:#fff;
	background-color:#343434;
	*background-color:#272727;
}
.content_plane .btn:hover:active, .content_plane .btn:hover.active { background-color:#1b1b1b \9; }
.content_plane .list.unstyled > ul { margin-bottom:26px; }
.content_plane .list.unstyled > ul li { text-shadow:0 1px 2px rgba(0,0,0,0.27); }
.content_plane .list.unstyled > ul li a { color:#fff; }
.content_plane .list.unstyled > ul li a:hover { text-decoration:underline; }
.hr {
	height:10px;
	margin-top:24px;
	margin-bottom:52px;
	background:url(images/hr_line.png) 0 0 repeat-x;
}
.sm_hr {
	margin:20px 0 45px;
	background:url(images/sm_hr_line.png) 0 0 repeat-x;
}
.dropcap {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:0 2px 0 rgba(78,78,90,0.2);
	-moz-box-shadow:0 2px 0 rgba(78,78,90,0.2);
	box-shadow:0 2px 0 rgba(78,78,90,0.2);
	width:41px;
	height:41px;
	font:bold 20px/41px 'Domine', serif;
	color:#272323;
	text-shadow:0 1px 2px rgba(0,0,0,0.21);
	background-color:#e0dddc;
	background-image:-moz-linear-gradient(top,#f0eeed,#c7c4c2);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#f0eeed),to(#c7c4c2));
	background-image:-webkit-linear-gradient(top,#f0eeed,#c7c4c2);
	background-image:-o-linear-gradient(top,#f0eeed,#c7c4c2);
	background-image:linear-gradient(to bottom,#f0eeed,#c7c4c2);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0eeed', endColorstr='#ffc7c4c2', GradientType=0);
	margin:5px 29px 5px 0;
}
.spacer {
	clear:both;
	height:26px;
}
.testimonials .testi-item {
	padding:0;
	margin-bottom:15px;
}
.testimonials .testi-item .testi-item_blockquote {
	background:none;
	padding:0;
	text-align:center;
	font:24px/30px 'Domine', serif;
}
.testimonials .testi-item .testi-item_blockquote a { color:#deecef; }
.testimonials .testi-item .testi-item_blockquote a:before { content:'“'; }
.testimonials .testi-item .testi-item_blockquote a:after { content:'”'; }
.testimonials .testi-item .testi-item_blockquote a:hover {
	color:#2f2c28;
	text-decoration:none;
}
.testimonials .testi-item .testi-item_blockquote:before { display:none; }
.testimonials .testi-item .testi-item_blockquote:after { display:none; }
.testimonials .testi-item .testi-meta {
	padding:20px 0 0;
	font-size:12px;
	text-align:center;
	color:#2f2c28;
}
.testimonials .testi-item .testi-meta:before { content:'- '; }
.quote-wrap blockquote {
	border-color:#2f2c28;
	color:#ffffff;
}
.recent-posts li { margin-bottom:40px; }
.recent-posts li .featured-thumbnail {
	max-width:100%;
	margin-bottom:25px;
}
.recent-posts li .meta {
	color:#2f2c28;
	font:13px/21px Arial, Helvetica, sans-serif;
	text-transform:none;
	margin-bottom:0;
}
.recent-posts li h5 {
	margin:0 1px 25px 0;
	font-size:30px;
	line-height:32px;
	text-shadow:0 1px 2px rgba(0,0,0,0.27);
	color:#ffffff;
}
.recent-posts li .excerpt { margin-bottom:35px; }
.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col {
	margin-left:-2% !important;
	word-spacing:-10px;
}
.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
	word-spacing:normal;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
}
.recent-posts.two-col li .featured-thumbnail, .recent-posts.three-col li .featured-thumbnail, .recent-posts.four-col li .featured-thumbnail {
	float:none;
	max-width:100%;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
}
.recent-posts.two-col li { width:48%; }
.recent-posts.three-col li { width:31.3%; }
.recent-posts.four-col li { width:23%; }
.list.unstyled > ul { margin-bottom:20px; }
.list.unstyled > ul li { margin-bottom:4px; }
.list.unstyled > ul a { font-weight:bold; }
.recent-posts.with-separating-line li {
	padding-top:32px;
	margin-bottom:17px;
	border-top:1px solid #a8c4ca;
}
.recent-posts.with-separating-line li h5 {
	text-shadow:none;
	font:bold 13px/21px Arial, Helvetica, sans-serif;
	color:#deecef;
	margin-bottom:0;
}
.recent-posts.with-separating-line li h5 a { color:#deecef; }
.recent-posts.with-separating-line li h5 a:hover {
	color:#2f2c28;
	text-decoration:none;
}
.recent-posts.with-separating-line li .thumbnail {
	margin-bottom:10px;
	margin-right:29px;
}
.recent-posts.with-separating-line li .excerpt { margin-bottom:10px; }
.recent-posts.with-separating-line li:first-child {
	padding-top:0;
	border:none;
}
.list.arrow-list > ul, #recent-author-comments ul { margin-left:0px; }
.list.arrow-list > ul li, #recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:10px;
	line-height:20px;
	padding-top:9px;
	padding-left:26px;
	font-weight:bold;
	border-top:1px solid #a8c4ca;
	background:url(images/list_arr.png) 0 17px no-repeat;
}
.list.arrow-list > ul li a, #recent-author-comments ul li a {
	vertical-align:top;
	line-height:20px;
	color:inherit;
}
.list.arrow-list > ul li a:hover, #recent-author-comments ul li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.list.arrow-list > ul li:first-child, #recent-author-comments ul li:first-child {
	padding-top:0px;
	border:none;
	background-position:0 7px;
}
.list.arrow-list > ul li:before, #recent-author-comments ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
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 {
	background:#fff;
	border:none;
	border-bottom:2px solid #e9e9e9;
	font:13px Arial, Helvetica, sans-serif;
	color:#abaaaa;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	padding:10px 11px 11px !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:auto !important;
	max-width:100% !important;
}
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 {
	border-color:#2f2c28;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (min-width: 1200px) {
	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 {
		-webkit-box-sizing:content-box;
		-moz-box-sizing:content-box;
		box-sizing:content-box;
	}
}
textarea {
	max-width:100%;
	min-width:0;
	resize:vertical;
}
input[type="reset"], input[type="submit"] {
	margin-top:0;
	height:39px !important;
}
.footer {
	padding:0;
	border:none;
	background:none;
}
.footer >.container { background:url(images/sm_hr_line.png) 0 0 repeat-x; }
.footer .footer-widgets {
	padding-top:43px;
	padding-bottom:30px;
}
.footer nav.footer-nav {
	margin:0;
	float:none;
}
.footer nav.footer-nav ul {
	float:none;
	display:inline-block;
}
.footer nav.footer-nav ul li.current-menu-item a, .footer nav.footer-nav ul li a:hover {
	color:#2f2c28;
	text-decoration:none;
}
.footer .copyright {
	padding:25px 0 20px;
	text-align:center;
	background:url(images/sm_hr_line.png) 0 0 repeat-x;
}
.footer .footer-text {
	float:none;
	font-size:11px;
	line-height:21px;
	color:#fff;
	text-transform:uppercase;
	margin-bottom:10px;
}
.footer .footer-text a { color:inherit; }
.footer .footer-text a:hover {
	color:#2f2c28;
	text-decoration:none;
}
.wpcf7-not-valid-tip { text-transform:none !important; }
.testimonial {
	padding:0;
	background:none;
	border:none;
}
.testimonial .testimonial_content { padding:25px 0 0 25px; }
.testimonial .testimonial_bq .thumbnail {
	position:static;
	width:auto;
}
.testimonial small {
	font:inherit;
	color:#2f2c28;
}
.pp_hoverContainer a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.faq-list .faq-list_h { color:#2f2c28; }
.faq-list .marker { color:#2f2c28; }
.faq-list dd { color:#231f20; }
.archive_lists { margin-top:30px; }
.error404-holder_num { color:#2f2c28; }
.google-map, .flexslider { background:url(images/loader.gif) 50% 50% no-repeat; }
.page-header {
	margin-top:0;
	border-color:#a8c4ca;
}
.team-holder .featured-thumbnail { height:auto !important; }
@media (min-width: 1200px) {
	.slider .camera_caption h1 {
		font-size:80px;
		line-height:90px;
	}
	.content_plane { padding:39px 35px 31px; }
	.content_plane h2 {
		font-size:30px;
		line-height:30px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	article.type-post .featured-thumbnail { width:280px; }
	.post_meta > span {
		float:none !important;
		display:block;
	}
	.post-list_li .featured-thumbnail {
		float:none;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	.logo { width:100%; }
	#topnav li { margin-left:16px; }
	#topnav li a { font-size:16px; }
	#topnav >li:before { left:-9px; }
	#search-header .search-form_it { width:160px; }
	.slider .camera_caption h1 {
		font-size:46px;
		line-height:49px;
		margin-bottom:15px;
	}
	.content_plane { padding:15px; }
	.content_plane h2 {
		font-size:20px;
		line-height:20px;
	}
}
@media (max-width: 979px) {
	.dropcap { margin:5px 20px 5px 0; }
	.post-list .featured-thumbnail, .recent-posts.with-separating-line li .thumbnail {
		margin-right:20px;
		max-width:120px;
		width:auto;
	}
}
@media (max-width: 767px) {
	#content, #content.left { float:none !important; }
	#topnav { display:none; }
	.single .post__holder .featured-thumbnail { width:240px; }
	.post_meta > span {
		float:none !important;
		display:block;
	}
	body {
		padding-left:0px;
		padding-right:0px;
	}
	.content-holder > div.container, .nav__primary, .footer {
		padding-left:20px;
		padding-right:20px;
	}
	.footer .copyright, .footer .footer-text { text-align:center; }
	.footer-widgets .footer-widget { margin-bottom:40px; }
	.vertical-divider {
		padding:0;
		margin:0;
		background:none;
		border:none;
	}
	.recent-posts, .recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col { margin-left:0 !important; }
	.recent-posts li, .recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
		margin-left:0;
		width:100%;
		float:none;
	}
	.recent-posts li .thumbnail, .recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		max-width:120px;
		float:left;
		margin-right:20px;
	}
	.slider .camera_caption h1 {
		font-size:28px;
		line-height:36px;
		margin-bottom:20px;
	}
	.menu-holder {
		margin:0 20px;
		width:auto;
	}
	.header .social { margin:0 20px 15px 0; }
	.logo {
		width:auto;
		text-align:center;
	}
	.logo_h {
		float:none;
		margin-right:0;
	}
	.logo_tagline {
		margin:5px 0 0;
		padding:0;
	}
	.camera_thumbs { display:none; }
	.social-nets-wrapper .social {
		padding-top:15px;
		margin-right:0;
		text-align:center;
		float:none;
	}
	.social-nets-wrapper .social li {
		display:inline-block;
		float:none;
	}
}
@media (max-width: 620px) {
	.filter-wrapper strong { display:none; }
	.filter-wrapper > div { float:none; }
	.nav-pills > li { float:none; }
}
@media (max-width: 550px) {
	.breadcrumb { font-size:14px; }
	.slider .camera_caption h1 {
		font-size:20px;
		line-height:25px;
		margin-bottom:10px;
	}
}
@media (max-width: 480px) {
	.slider { display:none; }
	.header >.container {
		padding-bottom:28px;
		margin-bottom:30px;
		background:url(images/hr_line.png) 0 100% repeat-x;
	}
	.breadcrumb { font-size:12px; }
	.single .post__holder .featured-thumbnail { float:none; }
	.testimonials .testi-item .testi-item_blockquote {
		font-size:16px;
		line-height:21px;
	}
	.post-author .post-author_desc { overflow:visible; }
}
@media (max-width: 360px) {
	.post-list_li .featured-thumbnail {
		float:none;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	.breadcrumb { font-size:10px; }
}
.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:31px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
