@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Ubuntu:300,400,500,700);
@import url(//fonts.googleapis.com/css?family=Open+Sans);
body { background:#edd47c; }
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder {
	position:relative;
	overflow:hidden;
	padding:0;
}
body.home .main-holder { padding:30px 0 0 0; }
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#fff;
	min-height:21px;
	margin:0;
	padding:8px 11px 8px 11px !important;
	border:1px solid #f1f1f1 !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:'Open Sans', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#959595 !important;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea { line-height:20px; }
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#edd47c;
	height:48px;
	margin:0 15px 0 0;
	padding:0 35px 0 35px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	letter-spacing:2px;
	line-height:20px;
	font-size:12px;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#383338;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#edd47c;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#383338;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#5b575b;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:120px; }
}
html.ie8 .main-holder .search-form input[type="text"] { width:120px; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:100px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:120px; }
}
.main-holder .search-form input[type="submit"] {
	height:39px;
	margin:0 0 0 10px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"] { padding:0 15px 0 15px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="submit"] { padding:0 25px 0 25px; }
}
h1 {
	margin-bottom:45px;
	letter-spacing:-1px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	h1 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
html.ie8 h1 {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	h1 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (max-width: 767px) {
	h1 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
h1 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#383338;
}
h1 a:focus {
	text-decoration:none;
	color:#383338;
}
h1 a:hover {
	text-decoration:none;
	color:#edd47c;
}
h2 {
	margin-bottom:45px;
	letter-spacing:-1px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
html.ie8 h2 {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (max-width: 767px) {
	h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
body.home h2 { margin-bottom:77px; }
h2 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#383338;
}
h2 a:focus {
	text-decoration:none;
	color:#383338;
}
h2 a:hover {
	text-decoration:none;
	color:#edd47c;
}
h3 {
	margin-bottom:45px;
	letter-spacing:-1px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
html.ie8 h3 {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
@media (max-width: 767px) {
	h3 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
h3 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#383338;
}
h3 a:focus {
	text-decoration:none;
	color:#383338;
}
h3 a:hover {
	text-decoration:none;
	color:#edd47c;
}
h4 {
	margin-bottom:60px;
	letter-spacing:-1px;
}
h4 a {
	text-decoration:none;
	color:#383338;
}
h4 a:focus {
	text-decoration:none;
	color:#383338;
}
h4 a:hover {
	text-decoration:none;
	color:#edd47c;
}
h5 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
}
h5 a:focus { text-decoration:none; }
h5 a:hover { text-decoration:none; }
h6 { font-weight:300 !important; }
h6 a {
	text-decoration:none;
	color:#383338;
}
h6 a:focus {
	text-decoration:none;
	color:#383338;
}
h6 a:hover {
	text-decoration:none;
	color:#edd47c;
}
p {
	margin:0 0 20px 0;
	font-weight:300;
}
.header {
	background:url(images/header.jpg) no-repeat 50% 30px;
	background-size:cover;
	margin:0;
	padding:0 0 50px 0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:0 20px 50px 20px;
		text-align:center;
	}
}
body.home .header {
	background:none;
	width:100%;
	padding:0;
	position:absolute;
	top:0;
	left:0;
}
@media (max-width: 767px) {
	body.home .header {
		width:auto;
		padding:0 20px;
		right:0;
	}
}
.header .search-form { margin:20px 0 0 0; }
.header .header_block {
	background:#fff;
	position:relative;
	min-height:20px;
	margin:0 0 55px 0;
	padding:6px 0 4px 0;
}
@media (max-width: 767px) {
	.header .header_block { margin:0 0 25px 0; }
}
.header .header_block:before {
	background:#fff;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.header .header_block:after {
	background:#fff;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.header .header_widget {
	position:relative;
	padding:0 0 0 13px;
	line-height:16px;
	font-size:11px;
	color:#a8a2a8;
}
.header .header_widget:before {
	background:url(images/corner.png) no-repeat 0% 0%;
	display:block;
	width:33px;
	height:7px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:-13px;
	content:'';
}
@media (max-width: 767px) {
	.header .header_widget:before { display:none; }
}
.header .header_widget i {
	background:url(images/icon_phone.png) no-repeat 0% 50%;
	display:inline-block;
	padding:0 0 2px 22px;
	vertical-align:top;
	font-style:normal;
}
.header .logo { margin:0 0 0 4px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo {
		width:100%;
		margin:0;
	}
}
@media (max-width: 767px) {
	.header .logo {
		float:none;
		margin:0 0 20px 0;
	}
}
.header .logo .logo_h__txt {
	margin:8px 0 0 0;
	font-weight:500;
}
.header .logo .logo_h__txt a { font-weight:500; }
.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 { display:none; }
.header .social-nets-wrapper { width:100%; }
.header .social-nets-wrapper ul {
	background:url(images/social_divider.gif) no-repeat 100% 50%;
	float:right;
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul {
		display:inline-block;
		float:none;
		margin:5px 0 0 0;
		vertical-align:top;
	}
}
.header .social-nets-wrapper ul li {
	background:url(images/social_divider.gif) no-repeat 0% 50%;
	position:relative;
	float:left;
	width:35px;
	margin:0;
	padding:0 0 0 1px;
	list-style:none;
	text-align:center;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul li {
		display:inline-block;
		float:none;
		vertical-align:top;
	}
}
.header .social-nets-wrapper ul li:before {
	background:url(images/corner.png) no-repeat 0% 0%;
	display:block;
	width:33px;
	height:7px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:-11px;
	content:'';
}
.header .social-nets-wrapper ul li a { text-decoration:none; }
.header .social-nets-wrapper ul li a:hover:before { color:#edd47c; }
.header .social-nets-wrapper ul li a[title="facebook"]:before { content:'\f09a'; }
.header .social-nets-wrapper ul li a[title="google"]:before { content:'\f0d5'; }
.header .social-nets-wrapper ul li a[title="rss"]:before { content:'\f09e'; }
.header .social-nets-wrapper ul li a[title="pinterest"]:before { content:'\f0d2'; }
.header .social-nets-wrapper ul li a[title="linkedin"]:before { content:'\f0e1'; }
.header .social-nets-wrapper ul li a:before {
	display:inline-block;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	vertical-align:top;
	line-height:18px;
	font-family:FontAwesome;
	font-size:14px;
	color:#a8a2a8;
	content:'';
}
.header .social-nets-wrapper ul li a img { display:none; }
.header .nav__primary { margin:9px 3px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary { margin:0; }
}
.header .nav__primary .sf-menu ul {
	background:#edd47c;
	width:150px;
	padding:20px 0;
}
.header .nav__primary .sf-menu > li {
	background:none;
	margin:0 0 0 1px;
}
.header .nav__primary .sf-menu > li:first-child { margin:0; }
.header .nav__primary .sf-menu > li > a {
	padding:12px 22px 16px 22px;
	border:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	letter-spacing:2px;
	font-weight:500 !important;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li > a { padding:12px 16px 16px 16px; }
}
html.ie8 .header .nav__primary .sf-menu > li > a { padding:12px 16px 16px 16px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a {
		padding:12px 12px 16px 12px;
		letter-spacing:normal;
		font-size:14px;
	}
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:2px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li a {
	padding:6px 10px;
	border:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	line-height:16px;
	font-family:'Ubuntu', sans-serif;
	font-size:10px;
	font-weight:300;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	color:#383338;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator {
	margin:-5px 0 0 0;
	top:50%;
	right:3px;
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 -75px;
	top:87px;
	left:50%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	margin:0;
	top:-20px;
	left:151px;
}
.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 {
	background:#fff;
	color:#383338;
}
.header .nav__primary .sf-menu > li.current_page_item > a {
	background:#edd47c;
	color:#383338;
}
.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:#383338;
	color:#edd47c;
}
.header .nav__primary .sf-sub-indicator {
	margin:0 -5px 0 0;
	top:30px;
	right:50%;
}
#slider-wrapper .container {
	position:relative;
	width:1980px;
	margin:0 0 0 -990px;
	left:50%;
}
@media (min-width: 1980px) {
	#slider-wrapper .container {
		width:100%;
		margin:0;
		left:auto;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .container {
		width:1200px;
		margin:0 0 0 -600px;
	}
}
#slider-wrapper .container .camera_wrap { margin:0 !important; }
#slider-wrapper .container .camera_caption {
	width:1170px;
	margin:0 0 0 -585px;
	position:absolute;
	left:50%;
	bottom:230px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .container .camera_caption {
		width:940px;
		margin:0 0 0 -470px;
	}
}
html.ie8 #slider-wrapper .container .camera_caption {
	width:940px;
	margin:0 0 0 -470px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container .camera_caption {
		width:724px;
		margin:0 0 0 -362px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_caption {
		width:440px;
		margin:0 0 0 -220px;
		bottom:100px;
		text-align:center;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .container .camera_caption {
		width:280px;
		margin:0 0 0 -140px;
	}
}
#slider-wrapper .container .camera_caption div {
	background:none;
	padding:0;
}
#slider-wrapper .container .camera_caption div strong {
	display:block;
	margin:0 0 51px 0;
	letter-spacing:-1px;
	line-height:75px;
	font-size:82px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container .camera_caption div strong {
		line-height:45px;
		font-size:52px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_caption div strong {
		margin:0 0 20px 0;
		line-height:35px;
		font-size:42px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .container .camera_caption div strong {
		line-height:25px;
		font-size:32px;
	}
}
#slider-wrapper .container .camera_caption div a {
	background:#edd47c;
	display:inline-block;
	padding:17px 30px 21px 30px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	vertical-align:top;
	letter-spacing:2px;
	line-height:20px;
	font-size:16px;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
@media (max-width: 480px) {
	#slider-wrapper .container .camera_caption div a { padding:10px 20px 13px 20px; }
}
#slider-wrapper .container .camera_caption div a:hover {
	background:#383338;
	color:#fff;
}
#slider-wrapper .container .camera_pag {
	width:1170px;
	margin:-111px 0 0 -585px;
	position:absolute;
	top:50%;
	left:50%;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .container .camera_pag { margin:-111px 0 0 -471px; }
}
html.ie8 #slider-wrapper .container .camera_pag { margin:-111px 0 0 -471px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .container .camera_pag { margin:-111px 0 0 -363px; }
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_pag {
		width:100%;
		margin:0;
		top:auto;
		right:0;
		bottom:20px;
		left:0;
	}
}
#slider-wrapper .container .camera_pag ul {
	margin:0;
	padding:0;
	text-align:left;
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_pag ul { text-align:center; }
}
#slider-wrapper .container .camera_pag ul li {
	background:url(images/pagination.png) repeat-x 0% 0%;
	width:120px;
	height:4px;
	margin:0 1px 0 1px;
	padding:0;
	list-style:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (max-width: 480px) {
	#slider-wrapper .container .camera_pag ul li { width:60px; }
}
#slider-wrapper .container .camera_pag ul li.cameracurrent, #slider-wrapper .container .camera_pag ul li:hover { background:#edd47c; }
#slider-wrapper .container .camera_pag ul li span { display:none; }
#slider-wrapper .container .camera_prev {
	margin:0 0 0 -61px;
	position:absolute;
	top:auto;
	left:50%;
	bottom:20px;
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_prev {
		top:180px;
		bottom:auto;
	}
}
#slider-wrapper .container .camera_commands {
	margin:0 -20px 0 0;
	position:absolute;
	top:auto;
	right:50%;
	bottom:20px;
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_commands {
		top:180px;
		bottom:auto;
	}
}
#slider-wrapper .container .camera_next {
	margin:0 -61px 0 0;
	position:absolute;
	top:auto;
	right:50%;
	bottom:20px;
}
@media (max-width: 767px) {
	#slider-wrapper .container .camera_next {
		top:180px;
		bottom:auto;
	}
}
#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:50px 0 50px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:50px 20px 50px 20px; }
}
body.home .content-holder { padding:50px 0 0 0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:50px 20px 0 20px; }
}
.content-holder #content { padding-top:36px; }
#sidebar { padding-top:36px; }
#sidebar .widget { margin:81px 0 0 0; }
#sidebar .widget:first-child { margin:0; }
#sidebar a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	background:url(images/list_marker.png) no-repeat 0% 5px;
	margin:0 0 17px 0;
	padding:0 0 0 24px;
	list-style:none;
	line-height:18px;
	font-size:13px;
	font-weight:300;
	color:#383338;
}
#sidebar ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#383338;
}
#sidebar ul li a:focus {
	text-decoration:none;
	color:#383338;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#edd47c;
}
#sidebar ul li ul { padding:17px 0 0 0; }
#sidebar ul.post-list { margin:0 0 -2px 0; }
#sidebar ul.post-list li {
	background:none;
	width:100%;
	overflow:hidden;
	margin:29px 0 0 0;
	padding:0;
	line-height:20px;
	font-size:13px;
	color:#928e92;
}
#sidebar ul.post-list li:first-child { margin:0; }
#sidebar ul.post-list li .thumbnail { margin:6px 30px 5px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .thumbnail { margin:6px 20px 5px 0; }
}
#sidebar ul.post-list li time {
	display:block;
	margin:0 0 4px 0;
	line-height:18px;
	font-size:13px;
	color:#edd47c;
}
#sidebar ul.post-list li h4 {
	margin:0 0 12px 0;
	letter-spacing:normal;
	line-height:22px;
	font-size:16px;
	font-weight:300;
	color:#383338;
}
#sidebar ul.post-list li .excerpt { margin:0 0 26px 0; }
#sidebar ul.post-list li a.btn-primary { padding:13px 23px 15px 23px; }
#sidebar ul.comments-custom { padding:6px 0 0 0; }
#sidebar ul.comments-custom li {
	background:none;
	width:100%;
	overflow:hidden;
	margin:46px 0 0 0;
	padding:0;
	line-height:20px;
	font-size:13px;
	color:#928e92;
}
#sidebar ul.comments-custom li:first-child { margin:0; }
#sidebar ul.comments-custom li .thumbnail { margin:0 30px 0 0; }
#sidebar ul.comments-custom li .meta_format { margin:0; }
#sidebar ul.comments-custom li time {
	display:block;
	padding:14px 0 0 0;
	line-height:20px;
	font-size:13px;
	color:#edd47c;
}
#sidebar ul.comments-custom li h4 {
	margin:0;
	letter-spacing:normal;
	line-height:20px;
	font-size:13px;
	color:#383338;
}
#sidebar ul.comments-custom li .comments-custom_txt {
	margin:0;
	padding:31px 0 0 0;
	border:none;
}
#sidebar ul.comments-custom li .comments-custom_txt a {
	text-decoration:none;
	color:#928e92;
}
#sidebar ul.comments-custom li .comments-custom_txt a:focus {
	text-decoration:none;
	color:#928e92;
}
#sidebar ul.comments-custom li .comments-custom_txt a:hover {
	text-decoration:none;
	color:#383338;
}
#sidebar #wp-calendar caption { color:#383338; }
#sidebar #wp-calendar thead tr th { color:#383338; }
.hero-unit.extra {
	background:none;
	margin:0 0 65px 0;
	padding:0 300px 0 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
@media (max-width: 767px) {
	.hero-unit.extra { padding:0; }
}
.hero-unit.extra h1 {
	margin-bottom:22px;
	letter-spacing:normal;
	color:#383338;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.hero-unit.extra h1 {
		line-height:50px;
		font-size:50px;
	}
}
html.ie8 .hero-unit.extra h1 {
	line-height:50px;
	font-size:50px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra h1 {
		line-height:33px;
		font-size:33px;
	}
}
@media (max-width: 767px) {
	.hero-unit.extra h1 {
		line-height:33px;
		font-size:33px;
	}
}
.hero-unit.extra p {
	line-height:20px;
	font-size:13px;
	font-weight:300;
	color:#928e92;
}
.hero-unit.extra .btn-align {
	position:absolute;
	top:38px;
	right:0;
}
@media (max-width: 767px) {
	.hero-unit.extra .btn-align {
		position:relative;
		top:auto;
		right:auto;
	}
}
.hero-unit.extra_1 { padding:0 0 34px 0 !important; }
.hero-unit.extra_1 h1 { margin-top:-3px !important; }
.hero-unit.extra_1 p { margin:0 0 26px 0 !important; }
a.btn-primary {
	background:#edd47c;
	display:inline-block;
	margin:0;
	padding:13px 35px 15px 35px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	letter-spacing:2px;
	line-height:20px;
	font-size:12px;
	font-weight:300;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#383338;
}
@media (max-width: 767px) {
	a.btn-primary { margin:0 0 30px 0; }
}
a.btn-primary:focus {
	background:#edd47c;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#383338;
}
a.btn-primary:hover {
	background:#5b575b;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
a.btn-info {
	background:none;
	display:inline-block;
	margin:0;
	padding:18px 38px 22px 38px;
	border:3px solid #383338;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	letter-spacing:2px;
	vertical-align:top;
	line-height:22px;
	font-size:16px;
	font-weight:500;
	text-shadow:none;
	text-transform:uppercase;
	color:#383338;
}
a.btn-info:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-color:#383338;
	color:#383338;
}
a.btn-info:hover {
	background:#edd47c;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	border-color:#edd47c;
	color:#383338;
}
.box {
	background:#383338 url(images/box.gif) repeat-x 0% 0%;
	position:relative;
	margin:0 0 88px 0;
	padding:84px 0 102px 0;
}
.box:before {
	background:#383338 url(images/box.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.box:after {
	background:#383338 url(images/box.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.box h2 {
	margin-bottom:51px !important;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.box h2 {
		line-height:54px;
		font-size:54px;
	}
}
html.ie8 .box h2 {
	line-height:54px;
	font-size:54px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.box h2 {
		line-height:44px;
		font-size:44px;
	}
}
.box h2:before {
	background:#edd47c;
	display:block;
	width:100%;
	height:10px;
	overflow:hidden;
	position:absolute;
	top:-84px;
	left:0;
	content:'';
}
@media (max-width: 767px) {
	.box h2:before { display:none; }
}
.box .hero-unit {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.box .hero-unit h1 {
	margin:0 0 10px 0;
	padding:0;
	letter-spacing:normal;
	line-height:26px;
	font-size:18px;
	color:#fff;
}
.box .hero-unit p {
	margin:0 0 55px 0;
	line-height:20px;
	font-size:13px;
	color:#928e92;
}
@media (max-width: 767px) {
	.box .hero-unit p { margin:0 0 25px 0; }
}
.box_1 {
	background:#f1f1f1;
	position:relative;
	margin:0;
	padding:64px 0 68px 0;
}
.box_1:before {
	background:#f1f1f1;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.box_1:after {
	background:#f1f1f1;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.box_1 h2 { margin-bottom:51px !important; }
figure.frame {
	background:none;
	margin-bottom:24px;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.service-box {
	background:none;
	margin:0 0 74px 0;
	padding:0 35px 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;
}
@media (max-width: 767px) {
	.service-box {
		margin:0 0 44px 0 !important;
		padding:0;
	}
}
.service-box:hover .icon img { margin:-49px 0 0 0; }
.service-box.extra {
	position:relative;
	overflow:visible;
}
.service-box.extra:before {
	background:url(images/lines.gif) no-repeat 0% 0%;
	display:block;
	width:291px;
	height:151px;
	overflow:hidden;
	position:absolute;
	right:-146px;
	bottom:-117px;
	z-index:-1;
	content:'';
}
@media (min-width: 980px) and (max-width: 1200px) {
	.service-box.extra:before { right:-136px; }
}
html.ie8 .service-box.extra:before { right:-136px; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.extra:before { right:-136px; }
}
@media (max-width: 767px) {
	.service-box.extra:before { display:none; }
}
.service-box.extra_1 {
	margin-bottom:126px;
	padding-top:10px;
}
.service-box .icon {
	min-width:56px;
	height:49px;
	overflow:hidden;
	margin:7px 22px 0 0;
	text-align:center;
}
.service-box .icon img { vertical-align:top; }
.service-box h2 {
	margin:0 0 10px 0 !important;
	padding:0;
	letter-spacing:normal;
	line-height:26px;
	font-size:18px;
	font-weight:300;
	color:#383338;
}
.service-box .service-box_txt {
	overflow:hidden;
	margin:0;
}
.box_2 {
	background:#383338 url(images/box.gif) repeat-x 0% 0%;
	position:relative;
	margin:16px 0 78px 0;
	padding:84px 0 68px 0;
}
.box_2:before {
	background:#383338 url(images/box.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.box_2:after {
	background:#383338 url(images/box.gif) repeat-x 0% 0%;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.box_2 h2 {
	margin-bottom:45px !important;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.box_2 h2 {
		line-height:54px;
		font-size:54px;
	}
}
html.ie8 .box_2 h2 {
	line-height:54px;
	font-size:54px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.box_2 h2 {
		line-height:44px;
		font-size:40px;
	}
}
.box_2 h2:before {
	background:#edd47c;
	display:block;
	width:100%;
	height:10px;
	overflow:hidden;
	position:absolute;
	top:-84px;
	left:0;
	content:'';
}
@media (max-width: 767px) {
	.box_2 h2:before { display:none; }
}
.box_2 .hero-unit {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.box_2 .hero-unit h1 {
	margin:0 0 10px 0;
	padding:0;
	letter-spacing:normal;
	line-height:26px;
	font-size:18px;
	color:#fff;
}
.box_2 .hero-unit p {
	margin:0 0 55px 0;
	line-height:20px;
	font-size:13px;
	color:#928e92;
}
@media (max-width: 767px) {
	.box_2 a.btn-primary { margin:0 !important; }
}
.box_3 {
	background:#f1f1f1;
	position:relative;
	margin:48px 0 -50px 0;
	padding:74px 0 50px 0;
}
.box_3:before {
	background:#f1f1f1;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.box_3:after {
	background:#f1f1f1;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.box_3 h2 { margin:0 0 51px 0; }
.flexslider.extra {
	position:relative;
	margin:0;
	overflow:visible !important;
}
.flexslider.extra ul li .post-container {
	float:left;
	margin:0 30px 30px 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.flexslider.extra ul li .post-container {
		max-width:300px;
		margin:0 20px 20px 0;
	}
}
html.ie8 .flexslider.extra ul li .post-container {
	width:300px;
	margin:0 20px 20px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.extra ul li .post-container {
		max-width:228px;
		margin:0 20px 20px 0;
	}
}
@media (max-width: 767px) {
	.flexslider.extra ul li .post-container {
		width:31%;
		margin:0 3% 3% 0;
	}
}
.flexslider.extra ul li .post-container.nomargin { margin-right:0; }
html.ie8 .flexslider.extra ul li .post-container.nomargin { margin-right:0; }
.flexslider.extra ul li .thumbnail {
	background:#000;
	margin:0;
}
.flexslider.extra ul li .thumbnail a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.flexslider.extra ul li .thumbnail a img {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
html.ie8 .flexslider.extra ul li .thumbnail a img { max-width:inherit; }
.flexslider.extra ul li h5, .flexslider.extra ul li .post_options, .flexslider.extra ul li .excerpt, .flexslider.extra ul li .btn { display:none; }
.flexslider.extra .flex-direction-nav {
	width:64px;
	position:absolute;
	top:-81px;
	right:1px;
}
@media (max-width: 767px) {
	.flexslider.extra .flex-direction-nav { top:-50px; }
}
.flexslider.extra .flex-direction-nav li { position:relative; }
.flexslider.extra .flex-direction-nav li a {
	background:none;
	width:auto;
	height:auto;
	margin:0;
	padding:0;
	opacity:1;
	filter:alpha(opacity=100);
	line-height:0;
	font-size:0;
	text-indent:0;
	text-decoration:none;
	top:auto;
	right:0;
	left:auto;
	overflow:visible;
}
.flexslider.extra .flex-direction-nav li a:hover { color:#00aeff; }
.flexslider.extra .flex-direction-nav li a.flex-next:before {
	display:inline-block;
	vertical-align:top;
	line-height:32px;
	font-family:FontAwesome;
	font-size:32px;
	content:'\f0a9';
}
.flexslider.extra .flex-direction-nav li a.flex-prev { right:32px; }
@media (max-width: 767px) {
	.flexslider.extra .flex-direction-nav li a.flex-prev {
		right:auto;
		left:0;
	}
}
.flexslider.extra .flex-direction-nav li a.flex-prev:before {
	display:inline-block;
	vertical-align:top;
	line-height:32px;
	font-family:FontAwesome;
	font-size:32px;
	content:'\f0a8';
}
.thumbnail {
	padding: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;
}
ul.list_1 {
	margin:0;
	padding:0;
}
ul.list_1 li { margin-bottom:29px; }
@media (max-width: 767px) {
	ul.list_1 li {
		width:100%;
		overflow:hidden;
	}
}
ul.list_1 li .thumbnail { margin:6px 30px 5px 0; }
@media (max-width: 480px) {
	ul.list_1 li .thumbnail { width:50%; }
}
ul.list_1 li .clear { display:none; }
ul.list_1 li .post_meta {
	margin:0 0 2px 0;
	padding:0;
	border:none;
	line-height:18px;
	font-size:13px;
	color:#edd47c;
}
ul.list_1 li .post_meta .post_category, ul.list_1 li .post_meta .post_author, ul.list_1 li .post_meta .post_comment { display:none; }
ul.list_1 li h5 {
	margin:0 0 10px 0;
	line-height:26px;
	font-size:18px;
	font-weight:300;
	color:#fff;
}
ul.list_1 li h5 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#fff;
}
ul.list_1 li h5 a:focus {
	text-decoration:none;
	color:#fff;
}
ul.list_1 li h5 a:hover {
	text-decoration:none;
	color:#edd47c;
}
ul.list_2 {
	margin:0;
	padding:0;
}
ul.list_2 li {
	width:100%;
	overflow:hidden;
	margin-bottom:29px;
	line-height:20px;
	font-size:13px;
	color:#928e92;
}
ul.list_2 li .thumbnail { margin:6px 30px 5px 0; }
@media (max-width: 480px) {
	ul.list_2 li .thumbnail {
		width:50%;
		margin:6px 20px 5px 0;
	}
}
ul.list_2 li .clear { display:none; }
ul.list_2 li .post_meta {
	margin:0 0 2px 0;
	padding:0;
	border:none;
	line-height:18px;
	font-size:13px;
	color:#edd47c;
}
ul.list_2 li .post_meta .post_category, ul.list_2 li .post_meta .post_author, ul.list_2 li .post_meta .post_comment { display:none; }
ul.list_2 li h5 {
	margin:0 0 10px 0;
	line-height:26px;
	font-size:18px;
	font-weight:300;
	color:#383338;
}
ul.list_2 li h5 a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#383338;
}
ul.list_2 li h5 a:focus {
	text-decoration:none;
	color:#383338;
}
ul.list_2 li h5 a:hover {
	text-decoration:none;
	color:#edd47c;
}
ul.list_2 li .excerpt { margin:0 0 26px 0; }
ul.list_3 li { margin-bottom:75px; }
@media (max-width: 767px) {
	ul.list_3 li {
		width:100%;
		overflow:hidden;
		margin-bottom:25px;
	}
}
ul.list_3 li .thumbnail { margin:5px 30px 5px 0; }
ul.list_3 li .clear { display:none; }
ul.list_3 li h5 {
	margin:0;
	padding:0 0 13px 0;
	line-height:20px;
}
@media (max-width: 767px) {
	ul.list_4 li {
		width:100%;
		overflow:hidden;
	}
}
ul.list_4 li .thumbnail { margin-bottom:14px; }
@media (max-width: 767px) {
	ul.list_4 li .thumbnail {
		width:50%;
		margin:6px 20px 5px 0;
	}
}
@media (max-width: 767px) {
	ul.list_4 li .clear { display:none; }
}
@media (max-width: 767px) {
	ul.list_4 li h5 { margin:0 0 10px 0; }
}
ul.list_4 li p { margin:0 0 26px 0; }
.list.arrow-list ul {
	margin:0;
	padding:0;
}
.list.arrow-list ul li {
	background:url(images/list_marker.png) no-repeat 0% 5px;
	margin:0 0 17px 0;
	padding:0 0 0 24px;
	list-style:none;
	line-height:18px;
	font-size:13px;
	font-weight:300;
	color:#383338;
}
.list.arrow-list ul li:before { display:none; }
.list.arrow-list ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#383338;
}
.list.arrow-list ul li a:focus {
	text-decoration:none;
	color:#383338;
}
.list.arrow-list ul li a:hover {
	text-decoration:none;
	color:#edd47c;
}
.list.arrow-list ul li ul { padding:17px 0 0 0; }
.footer {
	background:none;
	margin:0;
	padding:0;
	border:none;
}
@media (max-width: 767px) {
	.footer { padding:0 20px; }
}
.footer .footer-widgets {
	background:#fff;
	position:relative;
	padding:57px 0 94px 0;
}
@media (max-width: 767px) {
	.footer .footer-widgets { padding:20px 0 40px 0; }
}
.footer .footer-widgets:before {
	background:#fff;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.footer .footer-widgets:after {
	background:#fff;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
@media (max-width: 767px) {
	.footer .footer-widgets h4 {
		margin:20px 0 20px 0;
		padding:0;
	}
}
.footer .footer-widgets h6 {
	margin:0 0 10px 0;
	padding:5px 0 0 0;
}
.footer .copyright { padding:10px 0 10px 0; }
.footer .copyright .footer-text {
	float:none;
	margin:0;
	line-height:22px;
	font-size:18px;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright .footer-text { font-size:16px; }
}
@media (max-width: 767px) {
	.footer .copyright .footer-text { text-align:left; }
}
@media (max-width: 480px) {
	.footer .copyright .footer-text {
		line-height:18px;
		font-size:13px;
	}
}
.footer .copyright .footer-text a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#fff;
}
.footer .copyright .footer-text a:focus {
	text-decoration:none;
	color:#fff;
}
.footer .copyright .footer-text a:hover {
	text-decoration:none;
	color:#383338;
}
.footer .copyright .footer-nav { margin:0; }
@media (max-width: 767px) {
	.footer .copyright .footer-nav { margin:10px 0 0 0; }
}
.footer .copyright .footer-nav ul {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.footer .copyright .footer-nav ul { text-align:left; }
}
.footer .copyright .footer-nav ul li {
	margin:0 0 0 12px;
	padding:0;
	list-style:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright .footer-nav ul li { margin:0 0 0 10px; }
}
@media (max-width: 767px) {
	.footer .copyright .footer-nav ul li { margin:0 0 0 8px; }
}
@media (max-width: 480px) {
	.footer .copyright .footer-nav ul li { margin:0 0 0 5px; }
}
.footer .copyright .footer-nav ul li:first-child { margin:0; }
.footer .copyright .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#383338;
}
.footer .copyright .footer-nav ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright .footer-nav ul li a { font-size:16px; }
}
@media (max-width: 480px) {
	.footer .copyright .footer-nav ul li a {
		line-height:18px;
		font-size:13px;
	}
}
.footer .copyright .footer-nav ul li a:focus {
	text-decoration:none;
	color:#fff;
}
.footer .copyright .footer-nav ul li a:hover {
	text-decoration:none;
	color:#383338;
}
#map { border-bottom:10px solid #fff; }
#map img { max-width:none; }
#map #content {
	font-size:10px;
	color:#babbc2;
	padding-top:0;
}
#map #content h6 {
	font-size:13px;
	line-height:1.2em;
	color:#434458;
	margin:0 0 4px 0;
}
#map #content p {
	line-height:14px;
	margin-bottom:0;
}
#map #content a {
	color:#00aeff;
	text-decoration:underline;
}
#map #content a:hover, #map #content a:focus { text-decoration:none; }
.gm-style .gm-style-iw #content a { font-size:11px; }
#back-top-wrapper {
	right:10px;
	bottom:50px;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a { width:auto; }
#back-top-wrapper p#back-top a:hover:before { color:#383338; }
#back-top-wrapper p#back-top a:before {
	display:inline-block;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	vertical-align:top;
	line-height:42px;
	font-family:FontAwesome;
	font-size:42px;
	color:#edd47c;
	content:'\f0aa';
}
#back-top-wrapper p#back-top a span { display:none; }
.title-section { padding:3px 0 0 0; }
.title-section h1 {
	margin:0 0 21px 0;
	line-height:75px;
	font-size:62px;
	color:#383338;
}
.title-section ul {
	background:none;
	margin:0;
	padding:9px 0 11px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border-top:1px solid #e1e0e1;
	border-bottom:1px solid #e1e0e1;
}
.title-section ul li {
	line-height:20px;
	font-size:13px;
	font-weight:300;
	color:#928e92;
}
.title-section ul li.active { color:#edd47c; }
.title-section ul li.divider { margin:0 3px; }
.title-section ul li.divider:after {
	line-height:20px;
	font-family:'Ubuntu', sans-serif;
	font-size:13px;
	font-weight:300;
	color:#928e92;
}
.title-section ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#928e92;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#928e92;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#edd47c;
}
.post_meta i { color:#383338; }
.post_meta a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
}
.pagination ul li a, .pagination ul li span {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.post-author {
	background:#f1f1f1;
	margin:0 0 70px 0;
	padding:20px;
	border:none;
}
.post-author a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-author h3 {
	margin:0 0 15px 0;
	letter-spacing:normal;
	line-height:20px;
	font-size:13px;
	color:#928e92;
}
.post-author h3 a {
	text-decoration:none;
	color:#383338;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#383338;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#edd47c;
}
.post-author .post-author_gravatar { margin:5px 30px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_desc { overflow:hidden; }
@media (min-width: 768px) and (max-width: 979px) {
	.post-author .post-author_desc { overflow:visible; }
}
@media (max-width: 767px) {
	.post-author .post-author_desc { overflow:visible; }
}
.post-author .post-author_link p { margin:0; }
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:26px;
	font-size:18px;
	font-weight:300;
	color:#383338;
}
.related-posts ul li a {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
	color:#383338;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#383338;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#edd47c;
}
ol.comment-list li .comment-body {
	background:#f1f1f1 !important;
	border:none;
}
ol.comment-list li .comment-body .author {
	line-height:20px;
	font-size:13px;
	font-weight:400;
	text-align:left;
	color:#383338;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .comment-meta {
	line-height:48px;
	font-size:13px;
	color:#edd47c;
}
ol.comment-list li .comment-body .reply { margin:0 0 0 20px; }
ol.comment-list li .comment-body .reply a {
	background:#edd47c;
	display:inline-block;
	margin:0;
	padding:13px 35px 15px 35px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	letter-spacing:2px;
	line-height:20px;
	font-size:12px;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#383338;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#edd47c;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#383338;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#5b575b;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#fff;
}
.cancel-comment-reply { padding:0 0 8px 0; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea { padding:6px !important; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding-left:2px !important;
		padding-right:2px !important;
		font-size:10px !important;
	}
}
.wpcf7-form .ajax-loader { margin:12px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.google-map { margin:0 0 50px 0; }
.filter-wrapper { padding:16px 0 40px 0; }
.filter-wrapper strong {
	margin:0;
	padding:13px 30px 15px 30px;
	letter-spacing:1px;
	line-height:20px;
	font-size:12px;
	font-weight:300;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#383338;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		padding:7px 10px 9px 10px;
		letter-spacing:normal;
		font-size:11px;
	}
}
.filter-wrapper ul { margin:0; }
.filter-wrapper ul li { margin:0 0 0 1px; }
@media (max-width: 480px) {
	.filter-wrapper ul li { margin:0 0 1px 0; }
}
.filter-wrapper ul li.active a {
	background:#edd47c;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#383338;
}
.filter-wrapper ul li.active a:focus {
	background:#edd47c;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#383338;
}
.filter-wrapper ul li.active a:hover {
	background:#edd47c;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#383338;
}
.filter-wrapper ul li a {
	background:none;
	display:inline-block;
	margin:0;
	padding:13px 30px 15px 30px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	letter-spacing:1px;
	line-height:20px;
	font-size:12px;
	font-weight:300;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#383338;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a {
		padding:7px 10px 9px 10px;
		letter-spacing:normal;
		font-size:11px;
	}
}
.filter-wrapper ul li a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#383338;
}
.filter-wrapper ul li a:hover {
	background:#edd47c;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	color:#383338;
}
#portfolio-grid li {
	line-height:20px;
	font-size:13px;
	color:#928e92;
}
#portfolio-grid li .thumbnail {
	margin:0;
	border:9px solid #383338;
}
#portfolio-grid li .thumbnail .zoom-icon:before {
	background:url(images/magnify-alt.png) no-repeat 0% 0%;
	width:99px;
	height:99px;
	margin:-50px 0 0 -50px;
}
#portfolio-grid li .caption {
	background:#383338;
	padding:0 20px 31px 20px;
}
#portfolio-grid li .caption h3 {
	margin:0 0 11px 0;
	letter-spacing:normal;
	line-height:24px;
	font-size:18px;
	font-weight:300;
	color:#fff;
}
#portfolio-grid li .caption h3 a {
	text-decoration:none;
	color:#fff;
}
#portfolio-grid li .caption h3 a:focus {
	text-decoration:none;
	color:#fff;
}
#portfolio-grid li .caption h3 a:hover {
	text-decoration:none;
	color:#edd47c;
}
#portfolio-grid li .caption .excerpt { margin:0 0 26px 0; }
#portfolio-grid li .caption p { margin:0; }
#portfolio-grid li .caption a.btn-primary { margin:0 !important; }
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color:#383338 !important;
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#edd47c; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.error404-holder h4 {
	margin:0 0 20px 0;
	letter-spacing:normal;
	line-height:26px;
	font-size:18px;
	color:#edd47c;
}
.archive_lists h3 {
	margin-bottom:20px;
	line-height:30px;
	font-size:24px;
}
.faq-list h4 {
	margin:0;
	letter-spacing:normal;
	line-height:26px;
	font-size:18px;
}
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:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
