@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Noto+Sans:400,400italic,700);
@import url(//fonts.googleapis.com/css?family=Squada+One);
@import url(//fonts.googleapis.com/css?family=Quicksand:300,400);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,700,800italic);
body { background:#3f3536; }
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder {
	background:url(images/main_bg.jpg) repeat 50% 0%;
	overflow:hidden;
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#fff;
	min-height:21px;
	margin:0;
	padding:12px 19px 12px 19px !important;
	border:1px solid #e2e2e2 !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:'Noto Sans', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#787878;
}
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:#ded4c9 url(images/submit_arrow.png) no-repeat 100% 50%;
	height:49px;
	margin:0 15px 2px 0;
	padding:0 49px 0 20px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:1px 2px 0 #d4d4d4;
	-moz-box-shadow:1px 2px 0 #d4d4d4;
	box-shadow:1px 2px 0 #d4d4d4;
	vertical-align:top;
	letter-spacing:1px;
	line-height:22px;
	font-family:'Noto Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#333745;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#ded4c9 url(images/submit_arrow.png) no-repeat 100% 50%;
	-webkit-box-shadow:1px 2px 0 #d4d4d4;
	-moz-box-shadow:1px 2px 0 #d4d4d4;
	box-shadow:1px 2px 0 #d4d4d4;
	color:#333745;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#333745 url(images/submit_arrow.png) no-repeat 100% 50%;
	-webkit-box-shadow:1px 2px 0 #d4d4d4;
	-moz-box-shadow:1px 2px 0 #d4d4d4;
	box-shadow:1px 2px 0 #d4d4d4;
	color:#fff;
}
.main-holder .search-form input[type="text"] { width:180px; }
@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:85px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:95px; }
}
.main-holder .search-form input[type="submit"] {
	height:46px;
	margin:0 0 0 10px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.main-holder .search-form input[type="submit"] { letter-spacing:normal; }
}
html.ie8 .main-holder .search-form input[type="submit"] { letter-spacing:normal; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"] {
		background:#ded4c9;
		padding:0 15px;
		letter-spacing:normal;
	}
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="submit"] { letter-spacing:normal; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"]:focus { background:#ded4c9; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="submit"]:hover { background:#333745; }
}
@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 {
	text-decoration:none;
	color:#757575;
}
h1 a:focus {
	text-decoration:none;
	color:#757575;
}
h1 a:hover {
	text-decoration:none;
	color:#333745;
}
h2 { margin-bottom:12px; }
@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;
	}
}
h2 a {
	text-decoration:none;
	color:#757575;
}
h2 a:focus {
	text-decoration:none;
	color:#757575;
}
h2 a:hover {
	text-decoration:none;
	color:#333745;
}
h3 { margin-bottom:14px; }
@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 {
	text-decoration:none;
	color:#757575;
}
h3 a:focus {
	text-decoration:none;
	color:#757575;
}
h3 a:hover {
	text-decoration:none;
	color:#333745;
}
h5 a {
	text-decoration:none;
	color:#333745;
}
h5 a:focus {
	text-decoration:none;
	color:#333745;
}
h5 a:hover {
	text-decoration:none;
	color:#a89691;
}
h6 { margin-bottom:22px; }
p { margin:0 0 22px 0; }
p strong { color:#333745; }
p em { color:#3f3536; }
.header {
	background:none;
	margin:0;
	padding:0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:0 20px;
		text-align:center;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form { display:none; }
}
.header .search-form input[type="text"] {
	float:left;
	width:120px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .search-form input[type="text"] { width:70px; }
}
html.ie8 .header .search-form input[type="text"] { width:70px; }
.header .search-form input[type="submit"] { float:left; }
.header .logo {
	float:right;
	margin:28px 0 62px 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .logo { margin:28px 0 28px 0; }
}
html.ie8 .header .logo { margin:28px 0 28px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo {
		width:100%;
		margin:14px 0 14px 0;
	}
}
@media (max-width: 767px) {
	.header .logo {
		float:none;
		margin:20px 0;
	}
}
.header .logo .logo_h__txt {
	margin:-6px 0 0 0;
	padding:0;
	font-weight:400;
	text-align:right;
	text-transform:uppercase;
	text-decoration:none;
	color:#3f3536;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt {
		line-height:42px;
		font-size:42px;
	}
}
@media (max-width: 767px) {
	.header .logo .logo_h__txt { text-align:center; }
}
.header .logo .logo_h__txt a {
	text-decoration:none;
	color:#3f3536;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo .logo_h__txt a {
		line-height:42px;
		font-size:42px;
	}
}
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#3f3536;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#3f3536;
}
.header .logo .logo_tagline { display:none; }
.header .nav__primary { clear:both; }
.header .nav__primary .sf-menu ul {
	background:#fff;
	width:138px;
	padding:0 27px 0 15px;
}
.header .nav__primary .sf-menu > li {
	background:none;
	float:none;
	margin:19px 0 0 0;
	text-align:right;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li { margin:15px 0 0 0; }
}
html.ie8 .header .nav__primary .sf-menu > li { margin:15px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li { margin:10px 0 0 0; }
}
.header .nav__primary .sf-menu > li:first-child { margin:0; }
html.ie8 .header .nav__primary .sf-menu > li:first-child { margin:0; }
.header .nav__primary .sf-menu > li > a {
	padding:0;
	border:none;
	font-weight:300 !important;
	text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a {
		line-height:30px;
		font-size:30px;
	}
}
.header .nav__primary .sf-menu > li li {
	background:none;
	border-top:1px solid #c6c6c6;
	line-height:22px;
	font-family:'Quicksand', sans-serif;
	font-size:18px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	color:#545454;
}
.header .nav__primary .sf-menu > li li:first-child { border:none; }
.header .nav__primary .sf-menu > li li a {
	padding:13px 0 13px 0;
	border:none;
	text-decoration:none;
	color:#545454;
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	top:-6px;
	right:-216px;
	left:auto;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:0;
	right:-208px;
	left:auto;
}
.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:none;
	color:#333745;
}
.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:#a89691;
}
#slider-wrapper .container { width:auto; }
#slider-wrapper .container .camera_prev {
	margin:0 0 0 -61px;
	top:20px;
	left:50%;
}
#slider-wrapper .container .camera_commands {
	margin:0 -20px 0 0;
	top:20px;
	right:50%;
}
#slider-wrapper .container .camera_next {
	margin:0 -61px 0 0;
	top:20px;
	right:50%;
}
#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 {
	margin:0;
	padding:42px 0 68px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:42px 20px 68px 20px; }
}
#sidebar .widget { margin:53px 0 0 0; }
#sidebar .widget:first-child { margin:0; }
#sidebar h3 {
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	margin:0 0 12px 0;
	padding:0;
	list-style:none;
	line-height:18px;
	font-size:13px;
	font-weight:700;
	color:#9c8c87;
}
#sidebar ul li a {
	text-decoration:none;
	color:#9c8c87;
}
#sidebar ul li a:focus {
	text-decoration:none;
	color:#9c8c87;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#333745;
}
#sidebar ul li ul { padding:12px 0 0 12px; }
#sidebar ul.social li {
	width:100%;
	overflow:hidden;
}
#sidebar ul.social li img { margin:0 3px 0 0; }
#sidebar #wp-calendar caption { color:#333745; }
#sidebar #wp-calendar thead tr th { color:#333745; }
.banner-wrap.extra {
	width:100%;
	overflow:hidden;
	margin:0 0 53px 0;
	padding:14px 0 0 0;
}
.banner-wrap.extra .featured-thumbnail {
	float:left;
	margin:0 20px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.extra .featured-thumbnail { margin:0 15px 0 0; }
}
.banner-wrap.extra .featured-thumbnail a { border:none; }
.banner-wrap.extra h5 {
	margin:0 0 -1px 0;
	padding:16px 0 0 0;
	line-height:20px;
	font-size:13px;
	font-weight:700;
	color:#a89691;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.extra h5 { padding:8px 0 0 0; }
}
.banner-wrap.extra .banner-btn {
	line-height:18px;
	font-family:'Noto Sans', sans-serif;
	font-size:13px;
	font-style:italic;
	color:#3f3536;
}
ul.list_1 { margin:0 !important; }
ul.list_1 li {
	width:100%;
	overflow:hidden;
	margin:0 0 16px 0;
	padding:0;
}
ul.list_1 li .meta {
	float:left;
	margin:9px 25px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_1 li .meta { margin:9px 15px 0 0; }
}
ul.list_1 li .meta .post-date {
	display:block;
	width:67px;
	text-align:center;
}
ul.list_1 li .meta .post-date b {
	background:#cfcfcf;
	display:block;
	margin:0 0 2px 0;
	padding:16px 0 16px 0;
	line-height:36px;
	font-family:'Open Sans', sans-serif;
	font-size:36px;
	font-weight:300;
	color:#4f4f4f;
}
ul.list_1 li .meta .post-date i {
	background:#9c8c87;
	display:block;
	padding:3px 0;
	line-height:22px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	font-style:normal;
	text-transform:upeprcase;
	color:#fff;
}
ul.list_1 li .meta .post-comments { display:none; }
ul.list_1 li h5 {
	line-height:22px;
	font-size:13px;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_1 li h5 { margin:0; }
}
ul.list_1 li .excerpt { display:inline; }
ul.list_1 li a.btn-primary {
	background:none;
	margin:0 0 0 3px;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:0;
	font-size:0;
}
ul.list_1 li a.btn-primary:after {
	margin:0;
	color:#2f2931;
}
ul.list_1 li a.btn-primary:hover:focus { color:#2f2931; }
ul.list_1 li a.btn-primary:hover:after { color:#9c8c87; }
ul.list_2 { padding:7px 0 0 0; }
ul.list_2 li { margin-bottom:15px; }
@media (min-width: 1200px) {
	ul.list_2 li {
		width:270px !important;
		margin-left:30px !important;
	}
}
@media (min-width: 1200px) {
	ul.list_2 li:first-child { margin-left:0 !important; }
}
ul.list_2 li .thumbnail { margin:0 0 5px 0; }
ul.list_2 li h5 {
	background:#9c8c87;
	margin:0;
	padding:20px 10px 20px 10px;
	line-height:22px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:800;
	font-style:italic;
	text-shadow:1px 1px 0 #79645d;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
}
html.ie8 ul.list_2 li h5 { font-size:16px; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_2 li h5 {
		line-height:18px;
		font-size:13px;
	}
}
@media (max-width: 767px) {
	ul.list_2 li h5 { max-width:250px; }
}
ul.list_2 li h5 a {
	text-decoration:none;
	color:#fff;
}
ul.list_2 li h5 a:focus {
	text-shadow:none;
	text-decoration:none;
	color:#fff;
}
ul.list_2 li h5 a:hover {
	text-shadow:none;
	text-decoration:none;
	color:#333745;
}
ul.list_2 li .excerpt { display:none; }
ul.list_3 {
	background:url(images/line_ver.gif) repeat-y 421px 0%;
	width:100%;
	overflow:hidden;
	margin:0 !important;
	padding:3px 0 0 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	ul.list_3 { background-position:341px 0%; }
}
html.ie8 ul.list_3 { background-position:341px 0%; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_3 { background-position:266px 0%; }
}
@media (max-width: 767px) {
	ul.list_3 { background:none; }
}
ul.list_3 li {
	float:left;
	width:370px;
	margin:34px 0 0 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	ul.list_3 li {
		display:inline-block;
		float:none;
		width:297px;
		vertical-align:top;
	}
}
html.ie8 ul.list_3 li {
	display:inline-block;
	float:none;
	width:297px;
	vertical-align:top;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_3 li {
		display:inline-block;
		float:none;
		width:237px;
		vertical-align:top;
	}
}
@media (max-width: 767px) {
	ul.list_3 li {
		float:none;
		width:100%;
		overflow:hidden;
		margin:20px 0 0 0 !important;
	}
}
ul.list_3 li.extra { margin-left:130px; }
@media (min-width: 980px) and (max-width: 1200px) {
	ul.list_3 li.extra { margin-left:100px; }
}
html.ie8 ul.list_3 li.extra { margin-left:100px; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_3 li.extra { margin-left:60px; }
}
ul.list_3 li.no_top { margin-top:0 !important; }
@media (max-width: 767px) {
	ul.list_3 li.no_top { margin-top:20px !important; }
}
ul.list_3 li .thumbnail { margin:5px 17px 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_3 li .thumbnail { margin:5px 15px 5px 0; }
}
ul.list_3 li h5 { margin:0 0 7px 0; }
ul.list_3 li h5 a { color:#a89691; }
ul.list_3 li h5 a:hover { color:#333745; }
ul.list_3 li h6 { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_3 li h6 {
		margin:0 0 18px 0;
		line-height:18px;
		font-size:12px;
	}
}
ul.list_3 li .excerpt { margin:0; }
ul.list_4 { padding:7px 0 0 0; }
ul.list_4 li { margin-bottom:12px; }
@media (min-width: 1200px) {
	ul.list_4 li {
		width:370px !important;
		margin-left:30px !important;
	}
}
@media (min-width: 1200px) {
	ul.list_4 li:first-child { margin-left:0 !important; }
}
ul.list_4 li .thumbnail { margin:0 0 5px 0; }
ul.list_4 li h5 {
	background:#9c8c87;
	margin:0 0 18px 0;
	padding:20px 10px 20px 30px;
	line-height:22px;
	font-family:'Open Sans', sans-serif;
	font-size:18px;
	font-weight:800;
	font-style:italic;
	text-shadow:1px 1px 0 #79645d;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.list_4 li h5 {
		line-height:18px;
		font-size:13px;
	}
}
@media (max-width: 767px) {
	ul.list_4 li h5 { max-width:330px; }
}
ul.list_4 li h5 a {
	text-decoration:none;
	color:#fff;
}
ul.list_4 li h5 a:focus {
	text-shadow:none;
	text-decoration:none;
	color:#fff;
}
ul.list_4 li h5 a:hover {
	text-shadow:none;
	text-decoration:none;
	color:#333745;
}
ul.list_4 li .excerpt { margin:0; }
a.btn-primary {
	background:#ded4c9;
	display:inline-block;
	margin:0 0 2px 0;
	padding:12px 23px 13px 21px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:1px 2px 0 #d4d4d4;
	-moz-box-shadow:1px 2px 0 #d4d4d4;
	box-shadow:1px 2px 0 #d4d4d4;
	vertical-align:top;
	letter-spacing:1px;
	line-height:22px;
	font-family:'Noto Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#333745;
}
a.btn-primary:after {
	display:inline-block;
	width:18px;
	height:22px;
	margin:1px 0 0 13px;
	vertical-align:top;
	line-height:22px;
	font-family:FontAwesome;
	font-size:18px;
	color:#fff;
	content:'\f0a9';
}
a.btn-primary:focus {
	background:#ded4c9;
	-webkit-box-shadow:1px 2px 0 #d4d4d4;
	-moz-box-shadow:1px 2px 0 #d4d4d4;
	box-shadow:1px 2px 0 #d4d4d4;
	color:#333745;
}
a.btn-primary:hover {
	background:#333745;
	-webkit-box-shadow:1px 2px 0 #d4d4d4;
	-moz-box-shadow:1px 2px 0 #d4d4d4;
	box-shadow:1px 2px 0 #d4d4d4;
	color:#fff;
}
.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;
}
.hero-unit.extra, .hero-unit.extra_1 {
	background:#3f3536;
	position:relative;
	margin:48px 0 37px 0;
	padding:29px 210px 35px 35px;
	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 (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra, .hero-unit.extra_1 { padding:29px 220px 35px 35px; }
}
@media (max-width: 767px) {
	.hero-unit.extra, .hero-unit.extra_1 { padding:29px 35px 35px 35px; }
}
.hero-unit.extra h1, .hero-unit.extra_1 h1 {
	margin:0 0 3px 0;
	word-spacing:-1px;
	letter-spacing:normal;
	line-height:36px;
	font-family:'Open Sans', sans-serif;
	font-size:30px;
	font-weight:300;
	color:#fefefe;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra h1, .hero-unit.extra_1 h1 {
		line-height:26px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	.hero-unit.extra h1, .hero-unit.extra_1 h1 {
		line-height:26px;
		font-size:20px;
	}
}
.hero-unit.extra p, .hero-unit.extra_1 p {
	margin:0;
	line-height:24px;
	font-size:18px;
	color:#fefefe;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra p, .hero-unit.extra_1 p {
		line-height:20px;
		font-size:14px;
	}
}
@media (max-width: 767px) {
	.hero-unit.extra p, .hero-unit.extra_1 p {
		margin:0 0 20px 0;
		line-height:20px;
		font-size:14px;
	}
}
.hero-unit.extra .btn-align, .hero-unit.extra_1 .btn-align {
	position:absolute;
	top:39px;
	right:25px;
}
@media (max-width: 767px) {
	.hero-unit.extra .btn-align, .hero-unit.extra_1 .btn-align {
		position:relative;
		top:auto;
		right:auto;
	}
}
.hero-unit.extra .btn-align a, .hero-unit.extra_1 .btn-align a {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.hero-unit.extra .btn-align a:hover, .hero-unit.extra_1 .btn-align a:hover {
	background:#fff;
	color:#333745;
}
.hero-unit.extra .btn-align a:hover:after, .hero-unit.extra_1 .btn-align a:hover:after { color:#333745; }
.hero-unit.extra_1 { margin:44px 0 37px 0; }
.hero-unit.extra_1 p {
	line-height:22px;
	font-size:13px;
}
.footer {
	background:#3f3536;
	margin:0;
	padding:0;
	border:none;
}
@media (max-width: 767px) {
	.footer { padding:0 20px; }
}
.footer h4 { margin-bottom:30px; }
.footer .footer-widgets {
	background:#2f2931;
	position:relative;
	padding:23px 0 29px 0;
}
.footer .footer-widgets:before {
	background:#2f2931;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:-99%;
	z-index:-1;
	content:'';
}
.footer .footer-widgets:after {
	background:#2f2931;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-99%;
	z-index:-1;
	content:'';
}
.footer .footer-widgets ul {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.footer .footer-widgets ul { padding:0 0 20px 0; }
}
.footer .footer-widgets ul li {
	margin:12px 0 0 0;
	padding:0;
	list-style:none;
	line-height:18px;
	font-family:'Noto Sans', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#c3c3c3;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets ul li { font-size:12px; }
}
.footer .footer-widgets ul li:first-child { margin:0; }
.footer .footer-widgets ul li a {
	text-decoration:none;
	color:#c3c3c3;
}
.footer .footer-widgets ul li a:focus {
	text-decoration:none;
	color:#c3c3c3;
}
.footer .footer-widgets ul li a:hover {
	text-decoration:none;
	color:#fff;
}
.footer .footer-widgets ul li em a { color:#9c8c87; }
.footer .footer-widgets ul li em a:focus { color:#9c8c87; }
.footer .footer-widgets ul li em a:hover { color:#fff; }
.footer .footer-widgets .google-map { padding:3px 0 0 0; }
@media (max-width: 767px) {
	.footer .footer-widgets .google-map { padding:3px 0 20px 0; }
}
.footer .copyright { padding:9px 0; }
.footer .footer-text {
	float:none;
	margin:0;
	padding:0;
	line-height:20px;
	font-family:'Noto Sans', sans-serif;
	font-size:13px;
	font-weight:400;
	text-transform:capitalize;
	color:#c3c3c3;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-text { font-size:12px; }
}
@media (max-width: 767px) {
	.footer .footer-text { text-align:left; }
}
@media (max-width: 480px) {
	.footer .footer-text {
		line-height:16px;
		font-size:11px;
	}
}
.footer .footer-text a {
	text-decoration:none;
	color:#c3c3c3;
}
.footer .footer-text a:focus {
	text-decoration:none;
	color:#c3c3c3;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#fff;
}
.footer .footer-text i {
	margin:0 6px;
	font-style:normal;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-text i { margin:0; }
}
@media (max-width: 767px) {
	.footer .footer-text i { margin:0; }
}
.footer .footer-nav { margin:0; }
@media (max-width: 480px) {
	.footer .footer-nav { padding:12px 0 0 0; }
}
@media (max-width: 767px) {
	.footer .footer-nav ul { text-align:left; }
}
@media (max-width: 767px) {
	.footer .footer-nav ul li {
		margin:0 9px 0 0;
		padding:0;
	}
}
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul li a { font-size:12px; }
}
@media (max-width: 480px) {
	.footer .footer-nav ul li a {
		line-height:16px;
		font-size:11px;
	}
}
.footer .footer-nav ul li a:focus {
	text-decoration:none;
	color:#c3c3c3;
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#fff;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a:focus span { background-color:#cfcfcf; }
#back-top-wrapper p#back-top a:hover span { background-color:#333745; }
#back-top-wrapper p#back-top a span {
	background-color:#cfcfcf;
	margin:0;
}
.title-section { padding:17px 0 12px 0; }
.title-section h1 {
	margin:0 0 9px 0;
	padding:0;
	line-height:50px;
	font-size:42px;
	color:#757575;
}
.title-section ul {
	background:none;
	margin:0;
	padding:0;
}
.title-section ul li {
	line-height:22px;
	font-family:'Noto Sans', sans-serif;
	font-size:13px;
	font-weight:400;
	text-shadow:none;
	color:#787878;
}
.title-section ul li.divider { margin:0 3px; }
.title-section ul li.divider:after {
	line-height:22px;
	font-family:'Noto Sans', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#787878;
}
.title-section ul li.active { color:#333745; }
.title-section ul li a {
	text-decoration:none;
	color:#787878;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#787878;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#333745;
}
.post_meta i { color:#333745; }
.post_meta a {
	font-weight:700;
	text-decoration:none;
	color:#9c8c87;
}
.post_meta a:focus {
	text-decoration:none;
	color:#9c8c87;
}
.post_meta a:hover {
	text-decoration:none;
	color:#333745;
}
.post-author {
	margin:0 0 70px 0;
	padding:20px;
	border:1px solid #e2e2e2;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:24px;
	font-family:'Noto Sans', sans-serif;
	font-size:18px;
	font-weight:400;
	text-transform:none;
	color:#333745;
}
.post-author h3 a {
	text-decoration:none;
	color:#333745;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#333745;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#9c8c87;
}
.post-author .post-author_gravatar { margin:5px 20px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_link { margin:15px 0 0 0; }
.post-author .post-author_link p { margin:0; }
.related-posts { margin:0 0 50px 0; }
.related-posts ul li {
	line-height:22px;
	font-size:13px;
	font-weight:700;
	color:#333745;
}
.related-posts ul li a { text-decoration:none; }
ol.comment-list li .comment-body {
	background:none !important;
	border:1px solid #e2e2e2;
}
ol.comment-list li .comment-body .author {
	padding:10px 0 0 0;
	line-height:20px;
	font-size:13px;
	font-weight:700;
	text-align:left;
	color:#333745;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .comment-meta { line-height:50px; }
ol.comment-list li .comment-body .reply { margin:0 0 0 14px; }
ol.comment-list li .comment-body .reply a {
	background:#ded4c9;
	display:inline-block;
	margin:0 0 2px 0;
	padding:12px 23px 13px 21px;
	border:none;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-box-shadow:1px 2px 0 #d4d4d4;
	-moz-box-shadow:1px 2px 0 #d4d4d4;
	box-shadow:1px 2px 0 #d4d4d4;
	vertical-align:top;
	letter-spacing:1px;
	line-height:22px;
	font-family:'Noto Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#333745;
}
ol.comment-list li .comment-body .reply a:after {
	display:inline-block;
	width:18px;
	height:22px;
	margin:1px 0 0 13px;
	vertical-align:top;
	line-height:22px;
	font-family:FontAwesome;
	font-size:18px;
	color:#fff;
	content:'\f0a9';
}
ol.comment-list li .comment-body .reply a:focus {
	background:#ded4c9;
	-webkit-box-shadow:1px 2px 0 #d4d4d4;
	-moz-box-shadow:1px 2px 0 #d4d4d4;
	box-shadow:1px 2px 0 #d4d4d4;
	color:#333745;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#333745;
	-webkit-box-shadow:1px 2px 0 #d4d4d4;
	-moz-box-shadow:1px 2px 0 #d4d4d4;
	box-shadow:1px 2px 0 #d4d4d4;
	color:#fff;
}
.cancel-comment-reply { padding:0 0 6px 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:13px 0 0 0; }
.filter-wrapper { padding:15px 0 17px 0; }
.filter-wrapper strong {
	background:none;
	margin:0;
	padding:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#333745;
}
.filter-wrapper ul li { margin:0 0 0 30px; }
@media (max-width: 767px) {
	.filter-wrapper ul li { margin:0 0 0 20px; }
}
.filter-wrapper ul li.active a {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#9c8c87;
}
.filter-wrapper ul li.active a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#9c8c87;
}
.filter-wrapper ul li.active a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#9c8c87;
}
.filter-wrapper ul li a {
	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;
	line-height:22px;
	font-size:13px;
	color:#787878;
}
.filter-wrapper ul li a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#787878;
}
.filter-wrapper ul li a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#9c8c87;
}
#portfolio-grid li .thumbnail { margin:0 0 20px 0; }
#portfolio-grid li h3 {
	margin:0 0 15px 0;
	line-height:26px;
	font-size:20px;
}
.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;
}
.faq-list h4 {
	margin:0;
	padding:0;
	line-height:22px;
	font-size:14px;
	color:#333745;
}
@media (min-width: 768px) and (max-width: 979px) {
	.archive_lists h3 {
		line-height:30px;
		font-size:26px;
	}
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#a89691; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.error404-holder h1 { margin:0; }
.error404-holder h2 { margin-top:0; }
.error404-holder h4 { color:#333745; }
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:32px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
