@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Ubuntu:400,700,700italic);
body { background:#e7e9eb; }
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder {
	width:100%;
	overflow:hidden;
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#fff;
	min-height:36px;
	margin:0;
	padding:8px 11px !important;
	border:1px solid #d1cdbd;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	font-family:'Ubuntu', sans-serif;
	font-size:12px;
	font-weight:400;
	color:#6a6c60;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea {
	min-height:18px;
	line-height:18px;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#3d3d3c;
	height:43px;
	margin:0 10px 0 0;
	padding:0 23px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	font-family:'Ubuntu', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#fff;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#3d3d3c;
	color:#fff;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#961e3c;
	color:#fff;
}
html.ie8 .main-holder input[type="submit"], html.ie8 .main-holder input[type="reset"] { border:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:130px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:160px; }
}
.main-holder .search-form input[type="submit"] {
	height:36px;
	margin:0;
}
p { margin:0 0 21px 0; }
h1 {
	letter-spacing:-1px;
	text-transform:uppercase;
}
h1 a {
	text-decoration:none;
	color:#3d3d3c;
}
h1 a:hover {
	text-decoration:none;
	color:#961e3c;
}
h2 {
	margin-bottom:16px;
	letter-spacing:-1px;
	text-transform:uppercase;
}
h2 a {
	text-decoration:none;
	color:#3d3d3c;
}
h2 a:hover {
	text-decoration:none;
	color:#961e3c;
}
h2 strong {
	display:block;
	padding:10px 0 0 0;
}
h3 {
	margin-bottom:16px;
	letter-spacing:-1px;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#3d3d3c;
}
h3 a:hover {
	text-decoration:none;
	color:#961e3c;
}
h4 { text-transform:uppercase; }
h4 a {
	text-decoration:none;
	color:#3d3d3d;
}
h4 a:hover {
	text-decoration:none;
	color:#961e3c;
}
h5 { text-transform:uppercase; }
h5 a {
	text-decoration:none;
	color:#2f2f2f;
}
h5 a:hover {
	text-decoration:none;
	color:#961e3c;
}
h6 {
	margin-bottom:21px;
	text-transform:uppercase;
}
h6 em {
	display:block;
	margin:0 0 -21px 0;
	font-style:normal;
}
img.alignnone {
	margin-bottom:20px;
	border:1px solid #d1cdbd;
}
img.alignleft { border:1px solid #d1cdbd; }
img.alignright { border:1px solid #d1cdbd; }
.header {
	background:#961e3c url(images/header.gif) repeat-x 50% 0%;
	margin:0;
	padding:0 0 16px 0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:0 20px 16px 20px;
		text-align:center;
	}
}
body.home .header { padding:0 0 2px 0; }
@media (max-width: 767px) {
	body.home .header { padding:0 20px 2px 20px; }
}
.header:before {
	background:url(images/header_part_bot.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:2px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
}
.header .logo {
	position:relative;
	margin:5px 0 -3px 0;
	z-index:3;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
}
@media (max-width: 767px) {
	.header .logo {
		float:none;
		width:100%;
		overflow:hidden;
		margin:4px 0 10px 0;
	}
}
.header .logo img {
	float:left;
	margin:0 5px 0 0;
}
@media (max-width: 767px) {
	.header .logo img {
		float:none;
		margin:0 0 5px 0;
	}
}
.header .logo .logo_h__txt {
	float:left;
	margin:-10px 5px 0 0;
	padding:0;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.header .logo .logo_h__txt {
		float:none;
		margin:0 0 5px 0;
	}
}
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_tagline {
	float:left;
	width:165px;
	margin:2px 0 0 0;
	line-height:13px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#d7d4c4;
}
@media (max-width: 767px) {
	.header .logo .logo_tagline {
		display:block;
		float:none;
		width:100%;
		margin:0;
	}
}
.header .nav__primary {
	position:relative;
	margin:0 0 22px 0;
	z-index:99;
}
@media (max-width: 767px) {
	.header .nav__primary { margin:9px 0 22px 0; }
}
.header .nav__primary .sf-menu { float:left; }
.header .nav__primary .sf-menu ul {
	background:#2d2d2c;
	width:121px;
	padding:31px 0 31px 0;
	z-index:99;
}
.header .nav__primary .sf-menu > li {
	background:url(images/menu_divider.gif) no-repeat 0% 21px;
	padding:0 1px 0 4px;
}
.header .nav__primary .sf-menu > li:first-child {
	background:none;
	padding:0 1px 0 0;
}
.header .nav__primary .sf-menu > li > a {
	height:37px;
	padding:11px 27px 0 27px;
	border:none;
	text-transform:uppercase;
	text-decoration:none;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li > a { padding:11px 20px 0 20px; }
}
html.ie8 .header .nav__primary .sf-menu > li > a { padding:11px 20px 0 20px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a {
		padding:11px 13px 0 13px;
		font-size:13px;
	}
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:16px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li a {
	padding:0 10px 0 15px;
	border:none;
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#8e8e8e;
}
.header .nav__primary .sf-menu > li li li a { color:#a3a3a3; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 -60px;
	top:48px;
	left:51%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	background:#961e3c;
	margin:0;
	top:-31px;
	left:100%;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:#961e3c;
	color:#fff;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:none;
	color:#fff;
}
.header .nav__primary .sf-sub-indicator {
	background:url(images/arrows-ffffff.png) no-repeat 0% 0%;
	width:5px;
	height:3px;
	margin:0 -2px 0 0;
	top:34px;
	right:50%;
}
.header .social-nets-wrapper {
	width:100%;
	overflow:hidden;
}
.header .social-nets-wrapper ul {
	float:right;
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul { float:none; }
}
.header .social-nets-wrapper ul li {
	display:inline-block;
	margin:0 0 0 6px;
	padding:0;
	vertical-align:top;
	list-style:none;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul li { margin:0 3px 0 3px; }
}
.header .social-nets-wrapper ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header .social-nets-wrapper ul li a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.header .header_widget {
	background:#e8e9eb url(images/header_part_top.gif) repeat-x 0% 0%;
	position:relative;
	margin:14px 0 0 0;
	padding:24px 0 21px 0;
}
.header .header_widget:before {
	background:#e8e9eb url(images/header_part_top.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.header .header_widget:after {
	background:#e8e9eb url(images/header_part_top.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.header .search-form { margin:6px 0 0 0; }
.header .search-form input[type="text"] {
	float:left;
	width:199px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .search-form input[type="text"] { width:149px; }
}
html.ie8 .header .search-form input[type="text"] { width:149px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form input[type="text"] { width:86px; }
}
.header .search-form input[type="submit"] {
	float:left;
	margin:0 0 0 5px;
}
#slider-wrapper .container { width:auto; }
#slider-wrapper .container .camera_wrap { margin:0 !important; }
#slider-wrapper .container .camera_prev {
	width:25px;
	height:25px;
	margin:-13px 0 0 0;
	left:216px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container .camera_prev { left:50px; }
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_prev { left:50px; }
}
#slider-wrapper .container .camera_prev span {
	background:#353535 url(images/prev.png) no-repeat 0% 0%;
	width:25px;
	height:25px;
	overflow:hidden;
}
#slider-wrapper .container .camera_prev span:hover { background-color:#961e3c; }
#slider-wrapper .container .camera_next {
	width:25px;
	height:25px;
	margin:-13px 0 0 0;
	right:216px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container .camera_next { right:50px; }
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_next { right:50px; }
}
#slider-wrapper .container .camera_next span {
	background:#353535 url(images/next.png) no-repeat 0% 0%;
	width:25px;
	height:25px;
	overflow:hidden;
}
#slider-wrapper .container .camera_next span:hover { background-color:#961e3c; }
#slider-wrapper .container .camera_commands { right:250px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container .camera_commands { right:90px; }
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_commands { right:90px; }
}
#slider-wrapper .container .camera_pag {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
#slider-wrapper .container .camera_thumbs {
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
}
#slider-wrapper .container .camera_thumbs .camera_thumbs_cont { background:none; }
.content-holder {
	background:#fff;
	margin:0;
	padding:0 0 57px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:0 20px 57px 20px; }
}
.content-holder #content { padding-top:35px; }
#sidebar { padding-top:35px; }
#sidebar .widget {
	background:url(images/line_hor.gif) repeat-x 0% 0%;
	margin:0 0 52px 0;
	padding:41px 0 0 0;
}
#sidebar .widget:first-child {
	background:none;
	padding:0;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	background:url(images/marker_1.gif) no-repeat 1px 9px;
	margin:0 0 13px 0;
	padding:0 0 0 10px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	color:#6a6c60;
}
#sidebar ul li:before { display:none; }
#sidebar ul li a {
	font-family:'Ubuntu', sans-serif;
	text-decoration:none;
	color:#6a6c60;
}
#sidebar ul li a:hover {
	text-decoration:underline;
	color:#961e3c;
}
#sidebar ul li ul { padding:13px 0 0 0; }
#sidebar ul.post-list { padding:0 0 4px 0; }
#sidebar ul.post-list li {
	background:none;
	margin:46px 0 0 0;
	padding:41px 0 0 0;
	border-top:1px solid #ddd9c7;
	line-height:21px;
	font-size:12px;
}
#sidebar ul.post-list li:first-child {
	margin:0;
	padding:0;
	border:none;
}
#sidebar ul.post-list li .thumbnail { margin:6px 29px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .thumbnail { margin:6px 20px 0 0; }
}
#sidebar ul.post-list li time {
	display:block;
	margin:0 0 6px 0;
	padding:0;
	line-height:20px;
	font-size:12px;
	text-transform:uppercase;
	color:#961e3c;
}
#sidebar ul.post-list li h4 {
	margin:0;
	line-height:21px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#2f2f2f;
}
#sidebar ul.post-list li h4 a {
	text-decoration:none;
	color:#2f2f2f;
}
#sidebar ul.post-list li h4 a:hover {
	text-decoration:none;
	color:#961e3c;
}
#sidebar ul.post-list li .excerpt {
	overflow:hidden;
	margin:0 0 22px 0;
	padding:0 0 13px 0;
	border-bottom:1px solid #e8e8e8;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .excerpt { overflow:visible; }
}
#sidebar ul.comments-custom { padding:6px 0 0 0; }
#sidebar ul.comments-custom li {
	background:none;
	margin:40px 0 0 0;
	padding:46px 0 0 0;
	border-top:1px solid #ddd9c7;
	line-height:21px;
	font-size:12px;
	color:#6a6c60;
}
#sidebar ul.comments-custom li:first-child {
	margin:0;
	padding:0;
	border:none;
}
#sidebar ul.comments-custom li .thumbnail {
	margin:0 30px 0 0;
	padding:11px;
	border:1px solid #d1cdbd;
}
#sidebar ul.comments-custom li .meta_format { margin:0; }
#sidebar ul.comments-custom li time {
	display:block;
	margin:0 0 -1px 0;
	padding:23px 0 0 0;
	line-height:21px;
	font-size:12px;
	text-transform:uppercase;
	color:#961e3c;
}
#sidebar ul.comments-custom li h4 {
	margin:0;
	padding:0;
	line-height:21px;
	font-size:14px;
	font-weight:400;
	text-transform:none;
	color:#961e3c;
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:20px 0 0 0;
	padding:0;
	border:none;
}
#sidebar ul.comments-custom li .comments-custom_txt a {
	text-decoration:none;
	color:#6a6c60;
}
#sidebar ul.comments-custom li .comments-custom_txt a:hover {
	text-decoration:none;
	color:#961e3c;
}
#sidebar #calendar_wrap caption { color:#961e3c; }
#sidebar #calendar_wrap thead tr th { color:#961e3c; }
.box {
	background:#961e3c;
	position:relative;
	margin:1px 0 0 0;
	padding:32px 0 15px 0;
}
.box:before {
	background:#961e3c;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.box:after {
	background:#961e3c;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.box h2 {
	margin:0 0 24px 0;
	line-height:40px;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
.box_1 {
	background:#ebeef3 url(images/line_hor.gif) repeat-x 50% 100%;
	position:relative;
	margin:0 0 27px 0;
	padding:47px 0 71px 0;
}
.box_1:before {
	background:#ebeef3 url(images/line_hor.gif) repeat-x 50% 100%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.box_1:after {
	background:#ebeef3 url(images/line_hor.gif) repeat-x 50% 100%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.info_box {
	background:url(images/info_box.jpg) repeat 0% 0%;
	margin:9px 0 56px 0;
	padding:23px 25px 29px 25px;
}
.info_box h2 {
	margin-bottom:25px;
	padding:0 0 18px 0;
	border-bottom:1px solid #8c8c8c;
	line-height:36px;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
.info_box div.testimonials div.testi-item {
	margin:0;
	padding:0;
}
.info_box div.testimonials div.testi-item blockquote {
	padding:0 0 0 10px;
	line-height:21px;
	font-size:13px;
	font-weight:400;
	text-transform:none;
	color:#a4a4a4;
}
.info_box div.testimonials div.testi-item blockquote:before {
	float:left;
	position:relative;
	margin:0 23px 0 0;
	top:1px;
	left:1px;
}
.info_box div.testimonials div.testi-item blockquote a {
	overflow:visible;
	text-indent:0;
	text-decoration:none;
	color:#a4a4a4;
}
.info_box div.testimonials div.testi-item blockquote a:hover {
	text-decoration:none;
	color:#fff;
}
.info_box div.testimonials div.testi-item small.testi-meta { padding:21px 0 0 10px; }
.info_box div.testimonials div.testi-item small.testi-meta .info {
	display:block;
	margin:0;
}
ul.services {
	margin:0 !important;
	padding:0;
}
ul.services li {
	background:url(images/line_ver.gif) repeat-y 0% 0%;
	display:inline-block;
	width:250px;
	min-height:56px;
	margin:0;
	padding:1px 20px 1px 29px;
	vertical-align:top;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.services li { width:190px; }
}
html.ie8 ul.services li { width:190px; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.services li { width:135px; }
}
@media (max-width: 767px) {
	ul.services li {
		background:none;
		display:block;
		width:100%;
		min-height:auto;
		padding:0 0 20px 0 !important;
	}
}
ul.services li:first-child {
	background:none;
	padding:1px 20px 1px 0;
}
ul.services li .thumbnail {
	background:none;
	float:left;
	margin:0 7px 0 0;
	border:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.services li .thumbnail {
		float:none;
		margin:0 0 7px 0;
	}
}
@media (max-width: 767px) {
	ul.services li .thumbnail {
		float:none;
		margin:0 0 7px 0;
	}
}
ul.services li h5 {
	margin:13px 0 0 0;
	letter-spacing:-1px;
	line-height:34px;
	font-size:24px;
	font-weight:700;
	text-transform:uppercase;
	color:#373737;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.services li h5 { font-size:20px; }
}
html.ie8 ul.services li h5 { font-size:20px; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.services li h5 {
		line-height:20px;
		font-size:16px;
	}
}
ul.services li h5 a {
	text-decoration:none;
	color:#373737;
}
ul.services li h5 a:hover {
	text-decoration:none;
	color:#961e3c;
}
div.testimonials .testi-item {
	overflow:visible;
	margin:0;
	padding:0 0 10px 0;
}
div.testimonials .testi-item blockquote {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:24px;
	font-size:22px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	div.testimonials .testi-item blockquote {
		line-height:22px;
		font-size:20px;
	}
}
html.ie8 div.testimonials .testi-item blockquote {
	line-height:22px;
	font-size:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item blockquote {
		padding:5px 0 0 0;
		line-height:19px;
		font-size:17px;
	}
}
@media (max-width: 767px) {
	div.testimonials .testi-item blockquote {
		padding:5px 0 0 0;
		line-height:19px;
		font-size:17px;
	}
}
@media (max-width: 480px) {
	div.testimonials .testi-item blockquote {
		padding:5px 0 0 0;
		line-height:16px;
		font-size:14px;
	}
}
div.testimonials .testi-item blockquote:before {
	background:url(images/quotes.png) no-repeat 0% 0%;
	display:block;
	width:41px;
	height:31px;
	overflow:hidden;
	margin:0;
	padding:0;
	border:none;
	position:absolute;
	top:-10px;
	left:107px;
}
div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote .featured-thumbnail {
	margin:0 23px 0 0;
	width:auto;
	height:auto;
}
div.testimonials .testi-item blockquote .featured-thumbnail img {
	border:5px solid #eef0df;
	-webkit-border-radius:91px;
	-moz-border-radius:91px;
	border-radius:91px;
}
div.testimonials .testi-item blockquote a {
	display:block;
	text-indent:41px;
	text-decoration:none;
	color:#fff;
}
@media (max-width: 480px) {
	div.testimonials .testi-item blockquote a { overflow:visible; }
}
div.testimonials .testi-item blockquote a:hover {
	text-decoration:none;
	color:#c17b8c;
}
div.testimonials .testi-item .testi-meta {
	margin:0;
	padding:19px 0 0 108px;
	line-height:20px;
	font-size:14px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 480px) {
	div.testimonials .testi-item .testi-meta { padding:19px 0 0 0; }
}
div.testimonials .testi-item .testi-meta .info { margin:0 0 0 6px; }
.list.arrow-list {
	margin:0 0 28px 0;
	padding:0 0 0 2px;
}
.list.arrow-list ul {
	margin:0;
	padding:0;
}
.list.arrow-list ul li {
	background:url(images/marker_1.gif) no-repeat 1px 9px;
	margin:0 0 13px 0;
	padding:0 0 0 10px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	color:#6a6c60;
}
.list.arrow-list ul li:before { display:none; }
.list.arrow-list ul li a {
	font-family:'Ubuntu', sans-serif;
	text-decoration:none;
	color:#6a6c60;
}
.list.arrow-list ul li a:hover {
	text-decoration:underline;
	color:#961e3c;
}
a.btn-primary {
	background:#3d3d3c;
	display:inline-block;
	margin:0;
	padding:11px 23px 14px 23px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-size:14px;
	font-weight:400;
	text-decoration:none !important;
	color:#fff !important;
}
a.btn-primary:focus {
	background:#3d3d3c;
	text-decoration:none !important;
	color:#fff !important;
}
a.btn-primary:hover {
	background:#961e3c;
	text-decoration:none !important;
	color:#fff !important;
}
ul.news {
	margin:0 !important;
	padding:6px 0 0 0;
}
ul.news li {
	width:100%;
	overflow:hidden;
	margin:0 0 42px 0;
	padding:0 0 40px 0;
	border-bottom:1px solid #ddd9c7;
	color:#6a6c60;
}
@media (max-width: 767px) {
	ul.news li:last-child { margin:0; }
}
ul.news li .meta {
	float:left;
	margin:0 7px 0 0;
}
ul.news li .meta a { display:block; }
ul.news li .meta a:hover .post-date { background:#961e3c; }
ul.news li .meta a .post-date {
	background:#404040;
	display:block;
	width:81px;
	height:59px;
	margin:0;
	padding:22px 0 0 0;
	-webkit-border-radius:81px;
	-moz-border-radius:81px;
	border-radius:81px;
	line-height:18px;
	font-size:30px;
	font-weight:700;
	font-style:italic;
	text-align:center;
	text-decoration:none;
	color:#fff;
}
ul.news li .meta a .post-date span {
	display:block;
	margin:4px 0 0 0;
	line-height:18px;
	font-size:18px;
}
ul.news li h5 {
	margin:0;
	padding:3px 0 0 0;
}
ul.news li .excerpt {
	overflow:hidden;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.news li .excerpt { overflow:visible; }
}
ul.latest { padding:6px 0 0 0; }
ul.latest li {
	position:relative;
	margin:0;
}
@media (min-width: 1200px) and (max-width: 2200px) {
	ul.latest li {
		width:335px !important;
		margin-left:66px !important;
	}
}
@media (max-width: 767px) {
	ul.latest li { margin-bottom:30px; }
}
@media (min-width: 1200px) and (max-width: 2200px) {
	ul.latest li:first-child { margin-left:0 !important; }
}
ul.latest li .thumbnail { margin:0 0 22px 0; }
@media (max-width: 767px) {
	ul.latest li .thumbnail {
		width:40%;
		margin:0 20px 10px 0;
	}
}
@media (max-width: 480px) {
	ul.latest li .thumbnail {
		width:auto;
		margin:0 0 22px 0;
	}
}
@media (max-width: 767px) {
	ul.latest li .clear { display:none; }
}
@media (max-width: 480px) {
	ul.latest li .clear { display:block; }
}
ul.latest li .post_date {
	background:url(images/date.png) repeat 0% 0%;
	padding:10px 27px 13px 7px;
	line-height:18px;
	font-size:12px;
	text-transform:uppercase;
	color:#f9f9f9;
	position:absolute;
	top:1px;
	left:1px;
}
ul.latest li .post_date:before {
	background:url(images/icon_time.png) no-repeat 0% 0%;
	display:inline-block;
	width:13px;
	height:13px;
	overflow:hidden;
	margin:3px 7px 0 0;
	vertical-align:top;
	content:'';
}
ul.latest li h5 {
	margin:0 0 13px 0;
	line-height:18px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	color:#3d3d3c;
}
ul.latest li .post_meta {
	margin:0 0 12px 0;
	padding:0;
	border:none;
	line-height:21px;
	font-size:14px;
	font-weight:400;
	color:#141414;
}
ul.latest li .post_meta span.post_author {
	margin:0 21px 0 0;
	color:#961e3c;
}
ul.latest li .post_meta span.post_author:before {
	background:url(images/icon_author.png) no-repeat 0% 0%;
	display:inline-block;
	width:14px;
	height:20px;
	margin:0 6px 0 0;
	vertical-align:top;
	content:'';
}
ul.latest li .post_meta span.post_author em { font-style:normal; }
ul.latest li .post_meta span.post_author a { color:#961e3c; }
ul.latest li .post_meta span.post_author a:hover { text-decoration:underline; }
ul.latest li .post_meta span.post_comment:before {
	background:url(images/icon_comments.png) no-repeat 0% 0%;
	display:inline-block;
	width:26px;
	height:19px;
	margin:5px 6px 0 0;
	vertical-align:top;
	content:'';
}
ul.latest li .post_meta a {
	text-decoration:none;
	color:#141414;
}
ul.latest li .post_meta a:hover {
	text-decoration:none;
	color:#961e3c;
}
ul.latest li p { margin:0; }
ul.team {
	margin:0 !important;
	padding:6px 0 0 0;
}
ul.team li {
	display:inline-block;
	width:153px;
	margin:0 30px 0 0;
	vertical-align:top;
}
@media (min-width: 979px) and (max-width: 1200px) {
	ul.team li {
		width:134px;
		margin:0 20px 0 0;
	}
}
html.ie8 ul.team li {
	width:134px;
	margin:0 20px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.team li {
		width:98px;
		margin:0 20px 0 0;
	}
}
@media (max-width: 767px) {
	ul.team li {
		width:21%;
		margin:0 3% 0 0;
	}
}
@media (max-width: 480px) {
	ul.team li {
		width:100%;
		overflow:hidden;
		margin:0 0 30px 0;
	}
}
ul.team li .thumbnail { margin:0 0 20px 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	ul.team li .thumbnail {
		width:99%;
		height:auto;
	}
}
html.ie8 ul.team li .thumbnail {
	width:99%;
	height:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.team li .thumbnail {
		width:99%;
		height:auto;
	}
}
@media (max-width: 767px) {
	ul.team li .thumbnail {
		width:99%;
		height:auto;
	}
}
@media (max-width: 480px) {
	ul.team li .thumbnail {
		float:left;
		width:auto;
		margin:0 20px 5px 0;
	}
}
.banner-wrap {
	background:url(images/banner.jpg) repeat 50% 0%;
	margin:9px 0 0 0;
	padding:26px 25px 53px 27px;
	line-height:21px;
	font-size:13px;
	color:#a4a4a4;
}
@media (max-width: 767px) {
	.banner-wrap { margin:0 0 30px 0; }
}
.banner-wrap h5 {
	margin:0 0 -5px 0;
	letter-spacing:-4px;
	line-height:90px;
	font-size:90px;
	font-weight:700;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap h5 {
		line-height:80px;
		font-size:80px;
	}
}
html.ie8 .banner-wrap h5 {
	line-height:80px;
	font-size:80px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap h5 {
		line-height:60px;
		font-size:60px;
	}
}
@media (max-width: 480px) {
	.banner-wrap h5 {
		line-height:60px;
		font-size:60px;
	}
}
.banner-wrap p {
	margin:0 0 14px 0;
	padding:0 0 0 9px;
}
.banner-wrap strong {
	display:block;
	margin:0 0 25px -9px;
	padding:0 0 18px 0;
	border-bottom:1px solid #8c8c8c;
	letter-spacing:-1px;
	line-height:36px;
	font-size:30px;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap strong {
		line-height:30px;
		font-size:24px;
	}
}
html.ie8 .banner-wrap strong {
	line-height:30px;
	font-size:24px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap strong {
		line-height:24px;
		font-size:18px;
	}
}
@media (max-width: 480px) {
	.banner-wrap strong {
		line-height:24px;
		font-size:18px;
	}
}
.banner-wrap em {
	display:block;
	margin:0 0 21px 0;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	color:#fff;
}
.banner-wrap .link-align { padding:0 0 0 9px; }
.banner-wrap .link-align a.btn-link {
	background:url(images/link_arrow.png) no-repeat 0% 3px;
	margin:0;
	padding:0 0 0 19px;
	line-height:18px;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#feffff;
}
.banner-wrap .link-align a.btn-link:hover { color:#c54663; }
.hero-unit {
	background:none;
	margin:0 0 33px 0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#a0999c;
}
.hero-unit:hover h1 { color:#961e3c; }
.hero-unit:hover .btn-align a {
	background:#961e3c;
	text-decoration:none !important;
	color:#fff !important;
}
.hero-unit h1 {
	margin-bottom:15px;
	padding:0 104px 0 0;
	letter-spacing:normal;
	line-height:18px;
	font-size:18px;
	color:#3d3d3c;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.hero-unit h1 { padding:0 60px 0 0; }
}
html.ie8 .hero-unit h1 { padding:0 60px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit h1 { padding:0; }
}
.hero-unit p { margin:0 0 14px 0; }
.hero-unit .btn-align {
	padding:22px 0 0 0;
	border-top:1px solid #e8e8e8;
}
.hero-unit .btn-align a { text-transform:none; }
.hr {
	background:#f5f7f9;
	position:relative;
	height:7px;
	overflow:visible;
	margin:0 0 35px 0;
	line-height:0;
	font-size:0;
}
.hr:before {
	background:#f5f7f9;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.hr:after {
	background:#f5f7f9;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.sm_hr {
	background:#f5f7f9;
	position:relative;
	height:7px;
	overflow:visible;
	margin:15px 0 35px 0;
	line-height:0;
	font-size:0;
}
.accordion { margin:0 0 22px 0; }
.accordion .accordion-group {
	margin:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.accordion .accordion-group:first-child { margin:-20px 0 0 0; }
.accordion .accordion-group .accordion-heading {
	margin:0;
	padding:0;
}
.accordion .accordion-group .accordion-heading a {
	position:relative;
	padding:20px 0 19px 34px;
	border-bottom:1px solid #e1e1e1;
	line-height:21px;
	font-size:13px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	color:#434343;
}
.accordion .accordion-group .accordion-heading a:hover { color:#961e3c; }
.accordion .accordion-group .accordion-heading a:hover:before { background-position:0% -22px; }
.accordion .accordion-group .accordion-heading a:before {
	background:url(images/accordion_icon.png) no-repeat 0% 0%;
	display:block;
	width:21px;
	height:21px;
	overflow:hidden;
	position:absolute;
	top:20px;
	left:0;
	content:'';
}
.accordion .accordion-group .accordion-heading a.active {
	border:none;
	color:#961e3c;
}
.accordion .accordion-group .accordion-heading a.active:before { background-position:0% -22px; }
.accordion .accordion-group .accordion-body .accordion-inner {
	padding:18px 0 18px 0;
	border:none;
	border-bottom:1px solid #e1e1e1;
}
.service-box {
	background:none;
	margin:0 0 20px 0;
	padding:6px 0 0 0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box.extra {
	padding:42px 0 0 0;
	border-top:1px solid #ddd9c7;
}
@media (max-width: 767px) {
	.service-box.extra {
		padding:0;
		border:none;
	}
}
.service-box .icon { margin:0 7px 7px 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	.service-box .icon { margin:0 20px 5px 0; }
}
html.ie8 .service-box .icon { margin:0 20px 5px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box .icon { margin:0 20px 5px 0; }
}
@media (max-width: 767px) {
	.service-box .icon { margin:0 20px 5px 0; }
}
.service-box h2 {
	margin:0;
	padding:3px 0 0 0;
	letter-spacing:normal;
	line-height:21px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#2f2f2f;
}
.indent_left { padding:0 0 0 100px; }
@media (min-width: 768px) and (max-width: 979px) {
	.indent_left { padding:0; }
}
@media (max-width: 767px) {
	.indent_left { padding:0 0 20px 0; }
}
.footer {
	background:none;
	position:relative;
	margin:0;
	padding:36px 0 36px 0;
	border:none;
	line-height:18px;
	font-size:12px;
	color:#961e3c;
}
@media (max-width: 767px) {
	.footer { padding:36px 20px 36px 20px; }
}
.footer:before {
	background:#e1e3e6;
	display:block;
	width:100%;
	height:9px;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	content:'';
}
.footer h4 { margin-bottom:27px; }
.footer ul {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.footer ul { padding:0 0 10px 0; }
}
.footer ul li {
	background:url(images/marker.gif) no-repeat 0% 6px;
	margin:0 0 14px 0;
	padding:0 0 0 8px;
	list-style:none;
	line-height:16px;
	font-size:10px;
	font-weight:400;
	text-transform:uppercase;
	color:#7b7b7b;
}
.footer ul li a {
	text-decoration:none;
	color:#7b7b7b;
}
.footer ul li a:hover {
	text-decoration:none;
	color:#961e3c;
}
.footer .textwidget em {
	background:url(images/icon_1.png) no-repeat 0% 5px;
	display:block;
	margin:9px 0 0 0;
	padding:0 0 0 32px;
	font-style:normal;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .textwidget em { padding:32px 0 0 0; }
}
.footer .textwidget strong {
	background:url(images/icon_2.png) no-repeat 1px 5px;
	display:block;
	margin:41px 0 0 0;
	padding:2px 0 0 37px;
	font-weight:400;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .textwidget strong {
		margin:19px 0 0 0;
		padding:37px 0 0 0;
	}
}
@media (max-width: 767px) {
	.footer .textwidget strong { margin:19px 0 0 0; }
}
.footer .footer-text {
	margin:37px 0 0 0;
	line-height:18px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#35292e;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-text { margin:21px 0 0 0; }
}
@media (max-width: 767px) {
	.footer .footer-text {
		margin:21px 0 0 0;
		text-align:left;
	}
}
.footer .footer-text a {
	text-decoration:none;
	color:#9b2e07;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#3d3d3d;
}
.footer .footer-text strong {
	line-height:18px;
	font-size:24px;
	font-weight:700;
	color:#3d3d3d;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.footer .footer-text strong {
		display:block;
		margin:0 0 5px 0;
	}
}
html.ie8 .footer .footer-text strong {
	display:block;
	margin:0 0 5px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-text strong {
		display:block;
		margin:0 0 5px 0;
	}
}
.footer .footer-text strong a {
	text-decoration:none;
	color:#3d3d3d;
}
.footer .footer-text strong a:hover {
	text-decoration:none;
	color:#9b2e07;
}
.footer nav.footer-nav {
	float:none;
	width:100%;
	overflow:hidden;
	margin:20px 0 0 0;
}
.footer nav.footer-nav ul {
	float:left;
	margin:0;
	padding:0;
}
.footer nav.footer-nav ul li {
	background:none;
	margin:0 15px 0 0;
	padding:0;
}
.footer nav.footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#961e3c;
}
.footer nav.footer-nav ul li a:hover {
	text-decoration:none;
	color:#961e3c;
}
.thumbnail {
	padding:0;
	border:1px solid #d1cdbd;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.thumbnail.large { max-width:702px; }
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a { width:42px; }
#back-top-wrapper p#back-top a:hover span { background-position:0% -42px; }
#back-top-wrapper p#back-top a span {
	background:url(images/up-arrow.png) no-repeat 0% 0%;
	display:block;
	width:42px;
	height:42px;
	overflow:hidden;
	margin:0;
	padding:0;
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.title-section { padding:30px 0 0 0; }
.title-section h1 {
	margin-bottom:21px;
	letter-spacing:normal;
	line-height:18px;
	font-size:18px;
	color:#3d3d3c;
}
.title-section ul {
	background:none;
	margin:0;
	padding:9px 0 10px 0;
	border-top:1px solid #e8e8e8;
	border-bottom:1px solid #e8e8e8;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.title-section ul li {
	text-shadow:none;
	color:#6a6c60;
}
.title-section ul li.divider { margin:0 3px; }
.post-header { padding:10px 0 0 0; }
.post-header .post-title {
	margin-bottom:28px;
	line-height:18px;
	font-size:18px;
}
.pagination ul li a, .pagination ul li span {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.post_meta {
	border-color:#ddd9c7;
	line-height:21px;
	font-size:14px;
	color:#141414;
	padding:5px 0;
}
.post_meta >div.post_meta_unite {
	padding:5px 0 0 0;
	margin:5px 0 0 0;
	border-color:#ddd9c7 !important;
}
.post_meta i { color:#4a4a4a; }
.post-author {
	background:#ebeef3;
	margin:0 0 55px 0;
	padding:25px 30px;
}
.post-author h3 {
	margin:0 0 15px 0;
	letter-spacing:normal;
	line-height:21px;
	font-size:12px;
	font-weight:400;
	text-transform:none;
	color:#141414;
}
.post-author h3 a {
	font-size:14px;
	text-decoration:none;
	color:#961e3c;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#141414;
}
.post-author .post-author_desc { overflow:visible; }
.post-author .post-author_gravatar { margin:5px 30px 5px 0; }
.post-author .post-author_gravatar img {
	background:#fff;
	padding:13px;
}
.post-author .post-author_link p {
	margin:0;
	line-height:21px;
	font-size:12px;
	color:#141414;
}
.post-author .post-author_link p a { font-size:14px; }
.post-author .post-author_link p a:hover {
	text-decoration:none;
	color:#141414;
}
.related-posts {
	background:url(images/line_hor.gif) repeat-x 0% 0%;
	padding:35px 0 0 0;
}
.related-posts ul li {
	line-height:21px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#2f2f2f;
}
html.ie8 .related-posts ul li { float:left; }
@media (max-width: 480px) {
	.related-posts ul li .thumbnail {
		display:inline-block;
		vertical-align:top;
	}
}
@media (max-width: 480px) {
	.related-posts ul li .thumbnail img {
		width:100%;
		height:auto;
	}
}
.related-posts ul li a {
	text-decoration:none;
	color:#2f2f2f;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#961e3c;
}
.comment-holder {
	background:url(images/line_hor.gif) repeat-x 0% 0%;
	padding:45px 0 0 0;
}
ol.comment-list li .comment-body {
	background:#ebeef3 !important;
	padding:25px 30px;
	border:none;
}
ol.comment-list li .comment-body .author {
	padding:15px 0 0 0;
	line-height:21px;
	font-size:14px;
	font-weight:400;
	text-align:left;
	color:#961e3c;
}
ol.comment-list li .comment-body .extra-wrap { margin-bottom:21px; }
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .reply { margin:0 0 0 20px; }
ol.comment-list li .comment-body .reply a {
	background:#961e3c;
	display:inline-block;
	margin:0;
	padding:11px 23px 14px 23px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-size:14px;
	font-weight:400;
	text-decoration:none !important;
	color:#fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#961e3c;
	text-decoration:none !important;
	color:#fff !important;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#3d3d3c;
	text-decoration:none !important;
	color:#fff !important;
}
ol.comment-list li .comment-body .comment-meta {
	padding:11px 0 0 0;
	line-height:18px;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#961e3c;
}
.cancel-comment-reply { padding:0 0 8px 0; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:26px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip { padding:4px 2px !important; }
}
.wpcf7-form .ajax-loader { margin:10px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.filter-wrapper strong {
	padding:12px 13px 13px 13px;
	line-height:18px;
	font-size:14px;
	font-weight:400;
	text-decoration:none;
	color:#961e3c;
}
.filter-wrapper ul li { margin:0 0 0 6px; }
.filter-wrapper ul li.active a {
	background:#3d3d3c;
	color:#fff;
}
.filter-wrapper ul li.active a:focus {
	background:#3d3d3c;
	color:#fff;
}
.filter-wrapper ul li.active a:hover {
	background:#3d3d3c;
	color:#fff;
}
.filter-wrapper ul li a {
	margin:0;
	padding:12px 13px 13px 13px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-size:14px;
	text-decoration:none;
	color:#141414;
}
.filter-wrapper ul li a:focus {
	background:none;
	color:#141414;
}
.filter-wrapper ul li a:hover {
	background:#3d3d3c;
	color:#fff;
}
#portfolio-grid li .thumbnail { margin:0 0 20px 0; }
#portfolio-grid li h3 {
	margin:0;
	letter-spacing:normal;
	line-height:21px;
	font-size:12px;
	font-weight:700;
	text-transform:uppercase;
	color:#2f2f2f;
}
#portfolio-grid li .excerpt {
	padding:0 0 15px 0;
	border-bottom:1px solid #e1e1e1;
}
ul.pager li a {
	background:#3d3d3c;
	display:inline-block;
	margin:0;
	padding:11px 23px 14px 23px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:18px;
	font-size:14px;
	font-weight:400;
	text-decoration:none !important;
	color:#fff !important;
}
ul.pager li a:focus {
	background:#3d3d3c;
	text-decoration:none !important;
	color:#fff !important;
}
ul.pager li a:hover {
	background:#961e3c;
	text-decoration:none !important;
	color:#fff !important;
}
.type-services .thumbnail {
	background:none;
	float:left;
	margin:0 20px 10px 0;
	border:none;
}
.type-services .thumbnail img {
	width:auto;
	height:auto;
}
.faq-list h4 {
	margin:0;
	line-height:21px;
	font-size:12px;
}
@media (max-width: 767px) {
	.error404-holder {
		padding-bottom:20px;
		text-align:center;
	}
}
html.ie8 .posts-grid li .thumbnail img { max-width:inherit; }
.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;
}
