@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Oswald:300,400,700);
body {
	background:url(images/body.jpg) repeat 0% 0%;
	overflow-x:hidden;
}
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder {
	background:url(images/top_shadow.png) repeat-x 50% 0%;
	position:relative;
}
@media (max-width: 998px) {
	.main-holder { overflow:hidden; }
}
.main-holder:before {
	background:url(images/left_shadow.png) repeat-y 0% 0%;
	display:block;
	width:250px;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	z-index:-1;
	content:'';
}
.main-holder:after {
	background:url(images/right_shadow.png) repeat-y 0% 0%;
	display:block;
	width:250px;
	height:100%;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:-1;
	content:'';
}
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#38322d;
	min-height:21px;
	margin:0;
	padding:10px 12px 10px 12px !important;
	border:1px solid #1e1d1d !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:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#87807f !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:#d17040;
	height:32px;
	margin:0 15px 0 0;
	padding:0 14px 0 14px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	vertical-align:top;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	color:#f0eeeb;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#d17040;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#f0eeeb;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#2d2824;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#787271;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:170px; }
}
html.ie8 .main-holder .search-form input[type="text"] { width:170px; }
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:105px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:150px; }
}
.main-holder .search-form input[type="submit"] {
	height:43px;
	margin:0 0 0 10px;
}
h1 {
	margin-bottom:31px;
	text-transform:uppercase;
}
h1 a {
	text-decoration:none;
	color:#787271;
}
h1 a:focus {
	text-decoration:none;
	color:#787271;
}
h1 a:hover {
	text-decoration:none;
	color:#dad2d1;
}
h2 {
	margin-bottom:31px;
	text-transform:uppercase;
}
h2 em {
	display:block;
	margin:0 0 -4px 0;
	font-style:normal;
}
h2 a {
	text-decoration:none;
	color:#787271;
}
h2 a:focus {
	text-decoration:none;
	color:#787271;
}
h2 a:hover {
	text-decoration:none;
	color:#dad2d1;
}
h3 {
	margin-bottom:17px;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#787271;
}
h3 a:focus {
	text-decoration:none;
	color:#787271;
}
h3 a:hover {
	text-decoration:none;
	color:#dad2d1;
}
h4 { text-transform:uppercase; }
@media (min-width: 768px) and (max-width: 979px) {
	h4 {
		line-height:24px !important;
		font-size:20px !important;
	}
}
h4 a {
	text-decoration:none;
	color:#787271;
}
h4 a:focus {
	text-decoration:none;
	color:#dad2d1;
}
h4 a:hover {
	text-decoration:none;
	color:#dad2d1;
}
h5 { text-transform:uppercase; }
h5 strong { font-weight:400; }
@media (max-width: 767px) {
	h5 strong {
		display:block;
		width:100%;
		overflow:hidden;
		clear:both;
	}
}
h5 a {
	text-decoration:none;
	color:#dad2d1;
}
h5 a:focus {
	text-decoration:none;
	color:#dad2d1;
}
h5 a:hover {
	text-decoration:none;
	color:#d17040;
}
h6 {
	margin:0 0 8px 0;
	text-transform:uppercase;
}
h6 strong { font-weight:400; }
@media (max-width: 767px) {
	h6 strong {
		display:block;
		width:100%;
		overflow:hidden;
		clear:both;
	}
}
p { margin:0 0 20px 0; }
img.alignnone {
	margin-bottom:14px;
	border:5px solid #534a42;
}
@media (min-width: 980px) and (max-width: 1200px) {
	img.alignnone {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
html.ie8 img.alignnone {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:97%;
}
@media (min-width: 768px) and (max-width: 979px) {
	img.alignnone {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	img.alignnone {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
img.alignleft { border:5px solid #534a42; }
@media (min-width: 980px) and (max-width: 1200px) {
	img.alignleft {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
html.ie8 img.alignleft {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:97%;
}
@media (min-width: 768px) and (max-width: 979px) {
	img.alignleft {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	img.alignleft {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
img.alignright { border:5px solid #534a42; }
@media (min-width: 980px) and (max-width: 1200px) {
	img.alignright {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
html.ie8 img.alignright {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:97%;
}
@media (min-width: 768px) and (max-width: 979px) {
	img.alignright {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	img.alignright {
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.header {
	background:url(images/content_top.gif) no-repeat 50% 100%;
	position:relative;
	margin:0;
	padding:104px 0 32px 0;
	border:none;
}
@media (max-width: 998px) {
	.header .pseudoStickyBlock { height:0 !important; }
}
@media (max-width: 767px) {
	.header {
		padding:104px 20px 32px 20px;
		text-align:center;
	}
}
body.home .header { padding:104px 0 0 0; }
@media (max-width: 767px) {
	body.home .header { padding:44px 20px 0 20px; }
}
.header:before {
	background:url(images/menu_shadow.png) no-repeat 50% 0%;
	display:block;
	width:100%;
	height:15px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:17px;
	content:'';
}
body.home .header:before { bottom:-15px; }
.header .pseudoStickyBlock { max-height:48px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
}
@media (max-width: 767px) {
	.header .logo { float:none; }
}
.header .logo .logo_h__txt {
	margin:-5px 0 -3px 0;
	letter-spacing:-2px;
}
.header .logo .logo_h__txt a {
	text-decoration:none;
	color:#fff;
}
.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 {
	margin:0;
	line-height:18px;
	font-family:'Oswald', sans-serif;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#736d6c;
}
.header .header_block {
	width:100%;
	overflow:hidden;
	padding:46px 0 0 0;
}
@media (max-width: 767px) {
	.header .header_block { padding:20px 0 0 0; }
}
.header .header_block .header_widget {
	float:right;
	padding:4px 0 0 0;
	line-height:18px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#413d3a;
}
@media (max-width: 767px) {
	.header .header_block .header_widget {
		float:none;
		padding:0;
	}
}
.header .header_block .header_widget b {
	background:url(images/icon_phone.png) no-repeat 0% 2px;
	display:inline-block;
	padding:0 0 0 15px;
	vertical-align:top;
	font-weight:400;
}
.header .header_block .header_widget b a {
	text-decoration:none;
	color:#413d3a;
}
.header .header_block .header_widget b a:focus {
	text-decoration:none;
	color:#413d3a;
}
.header .header_block .header_widget b a:hover {
	text-decoration:none;
	color:#413d3a;
}
.header .social-nets-wrapper {
	float:right;
	margin:0 0 0 5px;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper {
		float:none;
		margin:0 0 10px 0;
	}
}
.header .social-nets-wrapper ul {
	margin:0;
	padding:0;
}
.header .social-nets-wrapper ul li {
	float:left;
	margin:0 0 0 5px;
	padding:0;
	list-style:none;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul li {
		display:inline-block;
		float:none;
		margin:0 2px;
		vertical-align:top;
	}
}
.header .social-nets-wrapper ul li a {
	background:#3b5998;
	float:left;
	width:22px;
	height:22px;
	overflow:hidden;
	-webkit-border-radius:22px;
	-moz-border-radius:22px;
	border-radius:22px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	text-decoration:none;
}
@media (max-width: 767px) {
	.header .social-nets-wrapper ul li a {
		display:inline-block;
		float:none;
		vertical-align:top;
	}
}
.header .social-nets-wrapper ul li a:before {
	display:block;
	width:22px;
	height:22px;
	overflow:hidden;
	margin:0;
	padding:0;
	line-height:22px;
	font-family:FontAwesome;
	font-size:14px;
	text-align:center;
	color:#fff;
	content:'';
}
.header .social-nets-wrapper ul li a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.header .social-nets-wrapper ul li a[title="facebook"]:before { content:'\f09a'; }
.header .social-nets-wrapper ul li a[title="twitter"] { background:#45b0e3; }
.header .social-nets-wrapper ul li a[title="twitter"]:before { content:'\f099'; }
.header .social-nets-wrapper ul li a[title="google"] { background:#c74031; }
.header .social-nets-wrapper ul li a[title="google"]:before { content:'\f0d5'; }
.header .social-nets-wrapper ul li a[title="rss"] { background:#ff9401; }
.header .social-nets-wrapper ul li a[title="rss"]:before { content:'\f09e'; }
.header .social-nets-wrapper ul li a img { display:none; }
.header .spacer { height:67px; }
@media (max-width: 767px) {
	.header .spacer { height:30px; }
}
.header .nav-wrapper {
	padding:0;
	z-index:100;
}
@media (max-width: 998px) {
	.header .nav-wrapper.isStuck {
		position:relative !important;
		top:0 !important;
	}
}
.header .nav-wrapper.isStuck .nav__primary { height:48px; }
@media (min-width: 998px) {
	.header .nav-wrapper.isStuck .nav__primary:before {
		background:url(images/menu.jpg) repeat-x 50% 0%;
		display:block;
		width:100%;
		border:1px solid #1c1b1b;
		border-right:none;
		position:absolute;
		top:-1px;
		right:auto;
		bottom:-1px;
		left:-99%;
		content:'';
	}
}
@media (min-width: 998px) {
	.header .nav-wrapper.isStuck .nav__primary:after {
		background:url(images/menu.jpg) repeat-x 50% 0%;
		display:block;
		width:100%;
		border:1px solid #1c1b1b;
		border-left:none;
		position:absolute;
		top:-1px;
		right:-99%;
		bottom:-1px;
		content:'';
	}
}
.header .nav-wrapper.isStuck .nav__primary .sf-menu > li > a {
	height:48px;
	line-height:48px;
}
.header .nav-wrapper.isStuck .nav__primary .sf-menu li:hover ul, .header .nav-wrapper.isStuck .nav__primary .sf-menu li.sfHover ul { top:48px; }
.header .nav-wrapper.isStuck .nav__primary ul.sf-menu li li:hover ul, .header .nav-wrapper.isStuck .nav__primary ul.sf-menu li li.sfHover ul { top:-16px; }
.header .nav__primary {
	background:url(images/menu.jpg) repeat-x 50% 0%;
	position:relative;
	height:98px;
	margin:0;
	border-top:1px solid #1c1b1b;
	border-bottom:1px solid #1c1b1b;
}
@media (max-width: 767px) {
	.header .nav__primary {
		height:auto;
		margin:0;
		padding:15px 0 15px 0;
	}
}
.header .nav__primary:before {
	background:url(images/menu.jpg) repeat-x 50% 0%;
	display:block;
	width:29px;
	border:1px solid #1c1b1b;
	border-right:none;
	position:absolute;
	top:-1px;
	right:auto;
	bottom:-1px;
	left:-30px;
	content:'';
}
html.ie8 .header .nav__primary:before {
	width:144px;
	left:-145px;
}
.header .nav__primary:after {
	background:url(images/menu.jpg) repeat-x 50% 0%;
	display:block;
	width:29px;
	border:1px solid #1c1b1b;
	border-left:none;
	position:absolute;
	top:-1px;
	right:auto;
	bottom:-1px;
	right:-30px;
	content:'';
}
html.ie8 .header .nav__primary:after {
	width:144px;
	right:-145px;
}
.header .nav__primary.isStuck { height:48px; }
@media (min-width: 998px) {
	.header .nav__primary.isStuck:before {
		background:url(images/menu.jpg) repeat-x 50% 0%;
		display:block;
		width:100%;
		border:1px solid #1c1b1b;
		border-right:none;
		position:absolute;
		top:-1px;
		right:auto;
		bottom:-1px;
		left:-99%;
		content:'';
	}
}
@media (min-width: 998px) {
	.header .nav__primary.isStuck:after {
		background:url(images/menu.jpg) repeat-x 50% 0%;
		display:block;
		width:100%;
		border:1px solid #1c1b1b;
		border-left:none;
		position:absolute;
		top:-1px;
		right:-99%;
		bottom:-1px;
		content:'';
	}
}
.header .nav__primary.isStuck .sf-menu > li > a {
	height:48px;
	line-height:48px;
}
.header .nav__primary.isStuck .sf-menu li:hover ul, .header .nav__primary.isStuck .sf-menu li.sfHover ul { top:48px; }
.header .nav__primary.isStuck ul.sf-menu li li:hover ul, .header .nav__primary.isStuck ul.sf-menu li li.sfHover ul { top:-16px; }
.header .nav__primary .sf-menu { float:none; }
.header .nav__primary .sf-menu ul {
	background:#2d2824;
	width:194px;
	padding:16px 0;
}
.header .nav__primary .sf-menu > li {
	background:url(images/menu_divider.gif) no-repeat 0% 0%;
	padding:0 0 0 1px;
}
.header .nav__primary .sf-menu > li:first-child {
	background:none;
	padding:0;
}
.header .nav__primary .sf-menu > li > a {
	background:url(images/menu_act.gif) repeat-x 0% -98px;
	width:174px;
	height:98px;
	padding:0 10px;
	border:none;
	line-height:96px;
	text-transform:uppercase;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li > a { width:135px; }
}
html.ie8 .header .nav__primary .sf-menu > li > a { width:135px; }
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li > a { width:99px; }
}
.header .nav__primary .sf-menu > li li {
	background:none;
	padding:5px 0;
}
.header .nav__primary .sf-menu > li li a {
	padding:0 10px;
	border:none;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:15px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#736d6c;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator { display:none; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	margin:0 0 0 -96px;
	top:98px;
	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:-16px;
	left:195px;
}
.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-position:0% 0%;
	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:#d17040;
}
.header .nav__primary .sf-sub-indicator {
	margin:0 -5px 0 0;
	top:65px;
	right:50%;
}
.header .search-form {
	padding:20px 0 0 0;
	clear:both;
}
#slider-wrapper {
	background:url(images/slider.png) repeat-y 50% 0%;
	position:relative;
	margin:0 0 26px 0;
	padding:31px 0 30px 0;
	clear:both;
}
@media (max-width: 767px) {
	#slider-wrapper { margin:0 -20px 26px -20px; }
}
#slider-wrapper:after {
	background:url(images/content_top.gif) no-repeat 50% 0%;
	display:block;
	width:100%;
	height:1px;
	overflow:hidden;
	position:absolute;
	left:0;
	bottom:0;
	content:'';
}
#slider-wrapper .container {
	-webkit-box-shadow:0 0 28px #000000;
	-moz-box-shadow:0 0 28px #000000;
	box-shadow:0 0 28px #000000;
}
#slider-wrapper .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_caption {
	width:auto;
	border-top:1px solid #000;
	border-right:1px solid #000;
	position:absolute;
	right:500px;
	bottom:0;
	left:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption { right:400px; }
}
html.ie8 #slider-wrapper .camera_caption { right:400px; }
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption { right:200px; }
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		border:none;
		right:50px;
		bottom:50px;
		left:50px;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption {
		right:20px;
		left:20px;
	}
}
#slider-wrapper .camera_caption div {
	padding:16px 29px 14px 20px;
	line-height:20px;
	font-size:12px;
	color:#87807f;
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div {
		padding:10px 15px;
		line-height:16px;
		font-size:11px;
	}
}
#slider-wrapper .camera_caption div a {
	background:#d17040;
	float:right;
	margin:3px 0 0 25px;
	padding:6px 19px 6px 19px;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#f0eeeb;
}
#slider-wrapper .camera_caption div a:hover {
	background:#2d2824;
	color:#787271;
}
#slider-wrapper .camera_caption div strong {
	display:block;
	margin:0 0 1px 0;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#f0eeeb;
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div strong {
		line-height:18px;
		font-size:12px;
		text-transform:none;
	}
}
#slider-wrapper .camera_thumbs {
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
#slider-wrapper .camera_thumbs .camera_thumbs_cont { background:none; }
#slider-wrapper .camera_pag {
	position:absolute;
	right:25px;
	bottom:12px;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_pag {
		text-align:center;
		left:25px;
	}
}
#slider-wrapper .camera_pag ul {
	margin:0;
	padding:0;
}
#slider-wrapper .camera_pag ul li {
	background:#f4e9dd;
	width:14px;
	height:14px;
	margin:0 0 0 4px;
	padding:0;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	border-radius:14px;
	list-style:none;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_pag ul li { margin:0 2px; }
}
#slider-wrapper .camera_pag ul li.cameracurrent { background:#de7947; }
#slider-wrapper .camera_pag ul li:hover { background:#de7947; }
#slider-wrapper .camera_pag ul li span { display:none; }
.content-holder {
	background:url(images/content.gif) repeat-y 50% 0%;
	margin:0;
	padding:43px 0 40px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:43px 20px 40px 20px; }
}
body.home .content-holder { padding:0 0 40px 0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:0 20px 40px 20px; }
}
.content-holder #content { padding-top:36px; }
#sidebar { padding-top:36px; }
#sidebar .widget { margin:43px 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 {
	background:url(images/list_line.gif) repeat-x 0% 0%;
	position:relative;
	margin:0;
	padding:10px 0 10px 15px;
	list-style:none;
	line-height:20px;
	font-size:12px;
	color:#87807f;
}
#sidebar ul li:first-child { background:none; }
#sidebar ul li:before {
	background:url(images/marker.gif) no-repeat 0% 0%;
	display:block;
	width:7px;
	height:5px;
	overflow:hidden;
	position:absolute;
	top:17px;
	left:0;
	content:'';
}
#sidebar ul li a {
	text-decoration:none;
	color:#87807f;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#d27141;
}
#sidebar ul li ul {
	background:url(images/list_line.gif) repeat-x 0% 0%;
	margin:10px 0 -10px 0;
}
#sidebar ul.social li {
	background:none;
	width:100%;
	margin:0 0 5px 0;
	padding:0;
	clear:both;
}
#sidebar ul.social li:before { display:none; }
#sidebar #wp-calendar caption { color:#d27140; }
#sidebar #wp-calendar thead tr th { color:#d27140; }
.thumbnail {
	background:#534a42;
	padding:5px;
	border:1px solid #312c27;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.list.arrow-list { padding:9px 0 0 0; }
@media (max-width: 767px) {
	.list.arrow-list { padding:0 0 30px 0; }
}
.list.arrow-list ul {
	margin:0;
	padding:0;
}
.list.arrow-list ul li {
	background:url(images/list_line.gif) repeat-x 0% 0%;
	position:relative;
	margin:0;
	padding:10px 0 10px 15px;
	list-style:none;
	line-height:20px;
	font-size:12px;
	color:#87807f;
}
.list.arrow-list ul li:first-child { background:none; }
.list.arrow-list ul li:before {
	background:url(images/marker.gif) no-repeat 0% 0%;
	display:block;
	width:7px;
	height:5px;
	overflow:hidden;
	position:absolute;
	top:17px;
	left:0;
	content:'';
}
.list.arrow-list ul li a {
	text-decoration:none;
	color:#87807f;
}
.list.arrow-list ul li a:hover {
	text-decoration:none;
	color:#d27141;
}
.list.custom-list ul li {
	background:url(images/line_hor_1.gif) repeat-x 0% 0%;
	padding:18px 0;
}
.list.custom-list ul li:first-child {
	background:none;
	padding:0 0 18px 0;
}
.list.custom-list ul li:before { display:none; }
.list.custom-list ul li img {
	background:none;
	float:left;
	margin:5px 9px 5px 0;
	padding:0;
	border:none;
}
.list_1 { padding:0 0 14px 0; }
.list_1 li {
	background:url(images/line_hor_1.gif) repeat-x 0% 100%;
	position:relative;
	padding:20px 20px 20px 20px;
}
@media (max-width: 767px) {
	.list_1 li {
		margin:0 0 10px 0;
		padding:20px 0 20px 0;
	}
}
.list_1 li:before {
	background:url(images/line_ver_left.gif) repeat-y 0% 0%;
	display:block;
	width:2px;
	position:absolute;
	top:0;
	bottom:1px;
	left:0;
	content:'';
}
@media (max-width: 767px) {
	.list_1 li:before { display:none; }
}
.list_1 li:after {
	background:url(images/line_ver_right.gif) repeat-y 0% 0%;
	display:block;
	width:2px;
	position:absolute;
	top:0;
	bottom:1px;
	right:0;
	content:'';
}
@media (max-width: 767px) {
	.list_1 li:after { display:none; }
}
.list_1 li .thumbnail { margin:-20px -20px 30px -20px; }
@media (max-width: 767px) {
	.list_1 li .thumbnail { margin:0 0 20px 0; }
}
.list_1 li h5 { margin:0 0 7px 0; }
.list_1 li .post_meta {
	margin:0 0 11px 0;
	padding:0;
	border:none;
	line-height:20px;
	font-size:12px;
	color:#d17040;
}
.list_1 li .post_meta .post_category { display:none; }
.list_1 li .post_meta .post_author { display:none; }
.list_1 li .post_meta .post_comment { display:none; }
.list_1 li .excerpt { margin:0 0 7px 0; }
.list_2 {
	margin:0 !important;
	padding:1px 0 30px 0;
}
.list_2 li {
	background:url(images/list_line.gif) repeat-x 0% 100%;
	width:100%;
	overflow:hidden;
	margin:0;
	padding:16px 0 16px 0;
}
.list_2 li:first-child { padding-top:0; }
.list_2 li .meta {
	float:left;
	margin:4px 12px 0 0;
	text-align:center;
}
.list_2 li .meta .post-date .day {
	background:url(images/date.png) no-repeat 0% 0%;
	display:block;
	width:38px;
	height:23px;
	overflow:hidden;
	margin:0 0 2px 0;
	padding:15px 0 0 0;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-align:center;
	color:#787271;
}
.list_2 li .meta .post-date .month {
	display:block;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#787271;
}
.list_2 li .meta .post-comments { display:none; }
.list_2 li .overflow { overflow:hidden; }
.list_2 li h5 { margin:0 0 12px 0; }
.list_2 li .excerpt {
	display:inline;
	margin:0;
}
.list_2 li a.btn-primary {
	background:none;
	margin:0;
	padding:0;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:400;
	text-transform:none;
	color:#d17040;
}
.list_2 li a.btn-primary:hover {
	background:none;
	color:#fff;
}
@media (max-width: 767px) {
	.list_3 li {
		width:100%;
		overflow:hidden;
	}
}
.list_3 li .thumbnail { margin:7px 20px 5px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_3 li .thumbnail { margin:0 20px 15px 0; }
}
@media (max-width: 480px) {
	.list_3 li .thumbnail { width:50%; }
}
.list_3 li .clear { display:none; }
.list_3 li h5 {
	margin:0 0 8px 0;
	line-height:26px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_3 li h5 {
		width:100%;
		overflow:hidden;
		clear:both;
	}
}
@media (max-width: 767px) {
	ul.team li {
		width:100%;
		overflow:hidden;
	}
}
ul.team li .thumbnail { margin:0 0 18px 0; }
@media (max-width: 767px) {
	ul.team li .thumbnail { margin:0 20px 5px 0; }
}
@media (max-width: 480px) {
	ul.team li .thumbnail { max-width:50%; }
}
@media (max-width: 767px) {
	ul.team li .clear { display:none; }
}
ul.team li h5 { margin:0 0 8px 0; }
ul.team li .excerpt { margin:0; }
blockquote {
	background:#2a2522 url(images/quotes.png) no-repeat 31px 31px;
	position:relative;
	margin:0 0 35px 0;
	padding:25px 45px 21px 50px !important;
	border:1px solid #1e1d1c;
	line-height:26px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#787271;
}
blockquote:before {
	background:#d27040;
	display:block;
	width:6px;
	position:absolute;
	top:-1px;
	bottom:-1px;
	left:-1px;
	content:'';
}
blockquote em {
	display:block;
	margin:13px 0 0 0;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-transform:none;
	color:#fff;
}
a.btn-primary {
	background:#d17040;
	display:inline-block;
	margin:4px 0 0 0;
	padding:6px 19px 6px 19px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	vertical-align:top;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	color:#f0eeeb;
}
@media (max-width: 767px) {
	a.btn-primary { margin:0 0 30px 0; }
}
a.btn-primary:focus {
	background:#d17040;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#f0eeeb;
}
a.btn-primary:hover {
	background:#2d2824;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#787271;
}
.service-box {
	background:none;
	width:100%;
	overflow:hidden;
	margin:0 0 20px 0;
	padding:1px 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 .icon {
	background:#d17040;
	float:left;
	margin:0 11px 5px 0;
}
.service-box h2 {
	margin:0 0 7px 0;
	padding:1px 0 0 0;
	line-height:18px;
	font-size:14px;
	color:#dad2d1;
}
.service-box h5 { margin:0; }
.service-box .service-box_txt {
	width:100%;
	overflow:hidden;
	margin:0 0 7px 0;
	padding:10px 0 0 0;
	clear:both;
}
article.testimonial {
	padding:0;
	border:none;
}
article.testimonial blockquote {
	line-height:18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:normal;
	text-transform:none;
}
.footer {
	background:url(images/content_bot.png) no-repeat 50% 0%;
	margin:0;
	padding:50px 0 0 0;
	border:none;
}
@media (max-width: 767px) {
	.footer { padding:50px 20px 0 20px; }
}
.footer h4 { margin:0 0 36px 0; }
@media (max-width: 767px) {
	.footer h4 { margin:30px 0 26px 0; }
}
.footer .footer_logo { padding:4px 0 0 0; }
.footer .footer_logo strong {
	display:block;
	line-height:18px;
	font-family:'Oswald', sans-serif;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#736d6c;
}
.footer ul {
	margin:0;
	padding:1px 0 0 0;
}
.footer ul li {
	background:url(images/marker.gif) no-repeat 0% 6px;
	margin:0;
	padding:0 0 12px 16px;
	list-style:none;
	line-height:18px;
	font-size:12px;
	color:#87807f;
}
.footer ul li a {
	text-decoration:none;
	color:#87807f;
}
.footer ul li a:focus {
	text-decoration:none;
	color:#87807f;
}
.footer ul li a:hover {
	text-decoration:none;
	color:#d17040;
}
.footer .textwidget strong {
	display:block;
	margin:0 0 20px 0;
	line-height:20px;
	font-size:12px;
	font-weight:400;
	color:#fff;
}
.footer .textwidget ul li {
	background:none;
	width:100%;
	overflow:hidden;
	margin:0 0 2px 0;
	padding:0;
	color:#87807f;
}
.footer .textwidget ul li i {
	float:right;
	font-style:normal;
}
@media (min-width: 1200px) {
	.footer .textwidget ul li i { margin:0 100px 0 0; }
}
.footer .textwidget ul li i a {
	text-decoration:none;
	color:#87807f;
}
.footer .textwidget ul li i a:focus {
	text-decoration:none;
	color:#87807f;
}
.footer .textwidget ul li i a:hover {
	text-decoration:none;
	color:#87807f;
}
.footer .textwidget ul li em {
	float:right;
	font-style:normal;
}
@media (min-width: 1200px) {
	.footer .textwidget ul li em { margin:0 100px 0 0; }
}
.footer .textwidget ul li em a {
	text-decoration:none;
	color:#d17040;
}
.footer .textwidget ul li em a:focus {
	text-decoration:none;
	color:#d17040;
}
.footer .textwidget ul li em a:hover {
	text-decoration:none;
	color:#fff;
}
.footer .copyright {
	background:url(images/line_hor.png) repeat-x 0% 0%;
	margin:27px 0 0 0;
	padding:37px 0 37px 0;
}
.footer .copyright .footer-text {
	float:none;
	margin:0;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:12px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 767px) {
	.footer .copyright .footer-text { text-align:left; }
}
.footer .copyright .footer-text a {
	text-decoration:none;
	color:#fff;
}
.footer .copyright .footer-text a:focus {
	text-decoration:none;
	color:#d17040;
}
.footer .copyright .footer-text a:hover {
	text-decoration:none;
	color:#d17040;
}
.footer .copyright .footer-text i {
	margin:0 3px;
	font-style:normal;
}
.footer .copyright .footer-nav { margin:0; }
@media (max-width: 767px) {
	.footer .copyright .footer-nav { margin:15px 0 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright .footer-nav ul { text-align:right; }
}
@media (max-width: 767px) {
	.footer .copyright .footer-nav ul { text-align:left; }
}
.footer .copyright .footer-nav ul li {
	background:none;
	margin:0 0 0 15px;
	padding:0;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.footer .copyright .footer-nav ul li { margin:0 15px 0 0; }
}
@media (max-width: 480px) {
	.footer .copyright .footer-nav ul li {
		margin:0 10px 0 0;
		text-transform:none;
	}
}
.footer .copyright .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#d17040;
}
.footer .copyright .footer-nav ul li a { text-decoration:none; }
.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:#d17040;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a:hover span { background-color:#2d2824; }
#back-top-wrapper p#back-top a span {
	background-color:#d17040;
	margin:0;
}
.title-section {
	background:url(images/list_line.gif) repeat-x 0% 100%;
	padding:0;
}
.title-section h1 { margin:0 0 12px 0; }
.title-section ul {
	background:url(images/list_line.gif) repeat-x 0% 0%;
	margin:0;
	padding:15px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.title-section ul li {
	margin:0;
	padding:0;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	text-shadow:none;
	color:#dad2d1;
}
.title-section ul li.divider { margin:0 5px; }
.title-section ul li.divider:after {
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	text-transform:uppercase;
	font-weight:400;
	text-shadow:none;
	color:#dad2d1;
	content:'/';
}
.title-section ul li.active { color:#d27140; }
.title-section ul li a {
	text-decoration:none;
	color:#dad2d1;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#dad2d1;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#d27140;
}
.post_meta { border-color:#302b27; }
.post_meta .post_meta_unite { border-color:#302b27 !important; }
.post_meta i { color:#fff; }
.pagination ul li.active a {
	text-decoration:none;
	color:#d37141;
}
.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
	text-decoration:none;
	color:#87807f;
}
.pagination ul li a:focus {
	text-decoration:none;
	color:#87807f;
}
.pagination ul li a:hover {
	text-decoration:none;
	color:#d37141;
}
.post-author {
	background:#2a2522;
	margin:0 0 70px 0;
	padding:20px;
	border:1px solid #1f1e1d;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:20px;
	font-size:16px;
	font-weight:300;
	color:#fff;
}
.post-author h3 a {
	text-decoration:none;
	color:#fff;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#fff;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#d27140;
}
.post-author p.post-author_gravatar { margin:0 17px 5px 0; }
.post-author p.post-author_gravatar img {
	background:none;
	padding:0;
	border:none;
}
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#dad2d1;
}
.related-posts ul li a {
	text-decoration:none;
	color:#dad2d1;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#dad2d1;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#d37141;
}
ol.comment-list li .comment-body {
	background:#2a2522 !important;
	border:1px solid #1e1d1d;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .author {
	font-weight:400;
	text-align:left;
	color:#fff;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:32px;
	color:#fff;
}
ol.comment-list li .comment-body .reply { margin:0 0 0 10px; }
ol.comment-list li .comment-body .reply a {
	background:#d17040;
	display:inline-block;
	margin:0;
	padding:6px 19px 6px 19px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	vertical-align:top;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	color:#f0eeeb;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#d17040;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#f0eeeb;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#2d2824;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#787271;
}
.cancel-comment-reply { padding:0 0 6px 0; }
.google-map { margin:0 0 30px 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;
}
.wpcf7-form .ajax-loader { margin:5px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.filter-wrapper { padding:10px 0 41px 0; }
.filter-wrapper strong {
	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:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
.filter-wrapper ul {
	margin:0;
	padding:0;
}
.filter-wrapper ul li { margin:0 0 0 25px; }
.filter-wrapper ul li.active a {
	background:none;
	text-decoration:none;
	color:#d17040;
}
.filter-wrapper ul li.active a:focus {
	background:none;
	text-decoration:none;
	color:#d17040;
}
.filter-wrapper ul li.active a:hover {
	background:none;
	text-decoration:none;
	color:#d17040;
}
.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:20px;
	font-family:'Oswald', sans-serif;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#787271;
}
.filter-wrapper ul li a:focus {
	background:none;
	text-decoration:none;
	color:#787271;
}
.filter-wrapper ul li a:hover {
	background:none;
	text-decoration:none;
	color:#d17040;
}
#portfolio-grid li .thumbnail { margin:0 0 20px 0; }
#portfolio-grid li h3 {
	margin:0 0 15px 0;
	line-height:20px;
	font-size:14px;
	color:#dad2d1;
}
#portfolio-grid li h3 a {
	text-decoration:none;
	color:#dad2d1;
}
#portfolio-grid li h3 a:focus {
	text-decoration:none;
	color:#dad2d1;
}
#portfolio-grid li h3 a:hover {
	text-decoration:none;
	color:#d17040;
}
.entry-meta .portfolio-meta { border-color:#302b26; }
.entry-meta .portfolio-meta-list { border-color:#302b26; }
.type-portfolio .thumbnail.large { margin:0; }
ul.pager {
	margin-top:30px;
	border-color:#302b26;
}
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color:#87807f;
}
ul.pager li a:focus {
	text-decoration:none;
	color:#87807f;
}
ul.pager li a:hover {
	text-decoration:none;
	color:#d17040;
}
.grid_gallery .grid_gallery_inner .thumbnail {
	background:none;
	padding:0;
	border:none;
}
.grid_gallery .grid_gallery_inner .thumbnail img {
	background:none;
	border:none;
}
.faq-list h4 {
	margin:0;
	line-height:20px;
	font-size:14px;
	color:#dad2d1;
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#d17040; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.error404-holder h4 {
	line-height:20px;
	font-size:14px;
	color:#dad2d1;
}
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;
}
