@import url("../CherryFramework/style.css");
@import url(http://fonts.googleapis.com/css?family=Oswald);
@import url(http://fonts.googleapis.com/css?family=Flavors);
html { background:#1f1f1f url(images/body.jpg) repeat 50% 0%; }
body { background:url(images/bloopers.png) no-repeat 50% 100%; }
@media (max-width: 767px) {
	body { padding:0 !important; }
}
.main-holder { background:url(images/head_bloopers.png) no-repeat 50% 0%; }
h1 {
	margin-bottom:44px;
	letter-spacing:1px;
	text-transform:uppercase;
}
h1 a {
	text-decoration:none;
	color:#fff;
}
h1 a:hover { color:#181818; }
h2 {
	margin-bottom:44px;
	letter-spacing:1px;
	text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	h2 {
		margin-bottom:30px;
		font-size:30px !important;
	}
}
@media (max-width: 767px) {
	h2 {
		margin-bottom:30px;
		font-size:30px !important;
	}
}
h2 a {
	text-decoration:none;
	color:#fff;
}
h2 a:hover { color:#181818; }
h2 em {
	display:block;
	margin:0 0 -3px 0;
	font-style:normal;
}
h2 strong {
	display:block;
	margin:0 0 -5px 0;
	font-weight:400;
}
h3 {
	margin-bottom:34px;
	letter-spacing:1px;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#fff;
}
h3 a:hover {
	text-decoration:none;
	color:#181818;
}
h4 { margin-bottom:30px; }
h4 strong {
	display:block;
	margin-bottom:-22px;
	font-weight:400;
}
h4 em {
	display:block;
	line-height:20px;
	font-style:normal;
}
h5 {
	margin:0 0 20px 0;
	padding:0;
}
h6 {
	margin:0 0 1px 0;
	padding:0;
}
h6 strong {
	display:block;
	padding:0 0 19px 0;
	font-weight:400;
}
p {
	margin:0;
	padding:0 0 25px 0;
}
p a {
	text-decoration:underline;
	color:#fff;
}
p a:hover {
	text-decoration:none;
	color:#fff;
}
dl {
	margin:0;
	padding:0;
}
dl dt {
	background:url(images/line.gif) repeat-x 0% 0%;
	margin:0 0 9px 0;
	padding:28px 0 0 0;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#fff;
}
dl dt:first-child {
	background:none;
	padding:0;
}
dl dd {
	margin:0 0 22px 0;
	padding:0;
}
img.alignnone {
	margin:0 0 0 0;
	border:10px solid #626262;
	vertical-align:middle;
}
@media (min-width: 979px) and (max-width: 1200px) {
	img.alignnone {
		width:90%;
		height:auto;
	}
}
html.ie8 img.alignnone {
	width:90%;
	height:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
	img.alignnone {
		width:90%;
		height:auto;
	}
}
@media (max-width: 480px) {
	img.alignnone {
		width:90% !important;
		height:auto !important;
	}
}
img.alignleft { border:10px solid #626262; }
img.alignright { border:10px solid #626262; }
input[type="text"], textarea {
	background:#404040;
	min-height:20px;
	margin:0;
	padding:7px;
	border:1px solid #292929;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	resize:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7f7e7e;
}
input[type="text"]:focus, textarea:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border-color:#626262;
}
input[type="submit"], input[type="reset"] {
	background:#181818;
	margin:0;
	padding:0 15px;
	height:36px;
	border:none;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#4e4e4e;
}
.header {
	background:none;
	margin:0;
	padding:0 0 68px 0;
	border:none;
}
@media (max-width: 767px) {
	.header { padding:0 20px 68px 20px; }
}
.header .search_form { height:71px; }
.nav__primary { margin:9px -20px 0 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	.nav__primary { margin:20px 0 0 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary { margin:0 0 0 0; }
}
@media (max-width: 767px) {
	.nav__primary { margin:0; }
}
.sf-menu ul {
	background:#373737;
	width:125px;
	padding:26px 0;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	margin:0 0 0 -63px;
	top:97px;
	left:50%;
	z-index:99;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-26px;
	left:126px;
	margin:0;
}
.sf-menu li {
	background:none;
	margin:0 0 0 1px;
}
.sf-menu li a {
	background:#373737;
	height:32px;
	padding:32px 25px 32px 25px;
	letter-spacing:1px;
	line-height:30px;
	border:none;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.sf-menu li a {
		padding:22px 15px 22px 15px;
		font-size:16px !important;
	}
}
html.ie8 .sf-menu li a {
	padding:22px 15px 22px 15px;
	font-size:16px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu li a {
		padding:19px 12px 19px 12px;
		font-size:15px !important;
		text-transform:none;
	}
}
.sf-menu li li {
	background:none;
	margin:0;
}
.sf-menu li li a {
	background:none;
	height:auto;
	padding:6px 5px 6px 5px;
	letter-spacing:normal;
	line-height:18px !important;
	border:none;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	font-weight:400;
	text-transform:uppercase;
	text-decoration:none;
	color:#fff !important;
}
html.ie8 .sf-menu li li a {
	padding:6px 5px 6px 5px;
	font-size:12px !important;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a {
	background:#131313;
	color:#373737;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a {
	background:#131313;
	color:#373737 !important;
}
.logo { margin:0 0 0 -29px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.logo { margin:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo {
		margin:9px 0 0 0;
		width:70%;
	}
}
@media (max-width: 767px) {
	.logo {
		margin:0 0 20px 0;
		float:none;
		text-align:center;
	}
}
.logo a {
	text-transform:lowercase;
	text-decoration:none;
	color:#fff;
}
.logo a:hover { color:#fff; }
.content-holder {
	background:url(images/main_tail.gif) repeat-y 50% 0%;
	margin:0;
	padding:20px 0 31px 0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.content-holder {
		background:#373737;
		width:940px;
		margin:0 auto;
		padding:20px 20px 31px 20px;
	}
}
html.ie8 .content-holder {
	background:#373737;
	width:940px;
	margin:0 auto;
	padding:20px 20px 31px 20px;
}
@media (max-width: 767px) {
	.content-holder { padding:20px 20px 31px 20px; }
}
#content { padding-top:29px; }
#slider-wrapper { margin:0 0 45px 0; }
@media (max-width: 480px) {
	#slider-wrapper {
		margin:0 0 25px 0;
		display:none;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_wrap { margin:0 !important; }
}
.camera_thumbs_cont {
	background:#626262;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.camera_thumbs_cont ul { padding:13px 0 11px 0; }
.camera_thumbs_cont ul li { padding:0 6px 0 5px; }
.camera_thumbs_cont ul li img {
	margin:0;
	border:none;
}
.camera_prev { left:15px; }
.camera_next { right:15px; }
.camera_commands { right:56px; }
.title-section { padding:0 0 0 0; }
.title-section h1 {
	margin-bottom:27px;
	letter-spacing:normal;
	line-height:50px;
	font-size:42px;
}
.title-section ul.breadcrumb {
	background:#131313;
	padding:10px 15px 7px 15px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.title-section ul.breadcrumb li {
	line-height:20px;
	font-size:12px;
	text-shadow:none;
	color:#fff;
}
.title-section ul.breadcrumb li a {
	text-decoration:none;
	color:#fff;
}
.title-section ul.breadcrumb li a:hover { color:#7f7e7e; }
.title-section ul.breadcrumb li.active { color:#7f7e7e; }
.title-section ul.breadcrumb li.divider {
	padding:0 2px;
	color:#7f7e7e;
}
ul#portfolio-grid li h3 {
	margin-bottom:14px;
	line-height:30px;
	font-size:20px;
	text-transform:none;
}
.nav-pills li a {
	margin:0 0 0 2px;
	padding:8px !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:20px;
}
.nav-pills li a:hover {
	background:#131313;
	color:#fff;
}
.nav-pills li.active a {
	background:#131313 !important;
	color:#fff !important;
}
ul.artists {
	margin:0 !important;
	padding:0 !important;
}
ul.artists li {
	background:url(images/line.gif) repeat-x 0% 0%;
	margin:0 0 0 0;
	padding:27px 0 21px 0;
}
ul.artists li:first-child {
	background:none;
	padding:0 0 21px 0;
}
ul.artists li h5 {
	margin:0 0 7px 0;
	letter-spacing:-1px;
	line-height:20px;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	font-weight:400;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.artists li h5 {
		width:100%;
		overflow:hidden;
		padding-top:10px;
		clear:both;
	}
}
ul.artists li h5 a { color:#fff; }
article.testimonial {
	background:#2f2f2f;
	border:1px solid #4d4d4d;
}
.page-header {
	padding:0;
	border:none;
}
.single-pager {
	padding:0;
	border:none;
}
ul.related-posts_list li .featured-thumbnail { margin:0 0 20px 0; }
ul.related-posts_list li a {
	font-family:'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;
}
ul.related-posts_list li a:hover {
	text-decoration:none;
	color:#7f7e7e;
}
@media (max-width: 767px) {
	.post_meta span { display:block; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.post_meta span.post_permalink { display:none; }
}
@media (max-width: 767px) {
	.post_meta span.post_permalink { float:none; }
}
ol.comment-list li {
	margin:0;
	padding:8px 0 0 0;
}
ol.comment-list li .comment-body {
	background:#2f2f2f !important;
	margin:0;
	padding:19px;
	border:1px solid #4d4d4d;
}
ol.comment-list li .children { margin:0 0 0 20px; }
ol.comment-list li .reply { margin:0 0 0 19px; }
ol.comment-list li .reply a {
	background:#181818;
	display:inline-block;
	padding:0 16px 0 16px;
	vertical-align:top;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
	line-height:36px;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
	color:#4e4e4e;
}
ol.comment-list li .reply a:hover {
	background:#4e4e4e;
	color:#fff;
}
ol.comment-list li .comment-meta { line-height:36px; }
#commentform { width:100%; }
#commentform input[type="text"] {
	width:72%;
	padding:7px;
}
#commentform textarea {
	width:85%;
	max-width:90%;
	padding:7px;
}
.cancel-comment-reply { padding:0 0 12px 0; }
.cancel-comment-reply small {
	line-height:18px;
	font-size:11px;
}
#sidebar { padding-top:29px; }
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	background:url(images/marker.png) no-repeat 0% 12px;
	margin:0;
	padding:0 0 0 14px;
	list-style:none;
	line-height:26px;
	font-family:'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;
}
#sidebar ul li a {
	text-decoration:none;
	color:#fff;
}
#sidebar ul li a:hover { color:#181818; }
#sidebar ul.social__list li {
	background:none;
	margin:0 15px 0 0;
	padding:0 0 15px 0;
}
#sidebar ul.social__list li .social_label {
	padding:0 0 0 8px;
	line-height:42px;
}
#sidebar ul.post-list {
	margin:0;
	padding:0;
}
#sidebar ul.post-list li {
	background:url(images/line.gif) repeat-x 0% 0%;
	margin:0 0 22px 0;
	padding:25px 0 0 0;
	line-height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:400;
	color:#7f7e7e;
}
#sidebar ul.post-list li:first-child {
	background:none;
	padding:0;
}
#sidebar ul.post-list li h4 { margin:0 0 1px 0; }
#sidebar ul.post-list li time {
	display:block;
	margin:0 0 12px 0;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#7f7e7e;
}
#sidebar ul.post-list li .excerpt { margin:0; }
#sidebar .widget { margin-bottom:79px; }
#sidebar #wp-calendar caption { color:#fff; }
#sidebar #wp-calendar a {
	text-decoration:none;
	color:#fff;
}
#sidebar #wp-calendar a:hover { text-decoration:underline; }
#sidebar .tagcloud a:hover { color:#fff; }
.footer {
	background:none;
	min-height:90px;
	overflow:hidden;
	padding:63px 0 63px 0;
	border:none;
}
ul.social {
	width:100%;
	overflow:hidden;
	margin:0 0 9px 0;
	padding:0;
}
@media (max-width: 767px) {
	ul.social { text-align:center; }
}
ul.social li {
	float:left;
	margin:0 3px 0 0;
}
@media (max-width: 767px) {
	ul.social li {
		float:none;
		display:inline-block;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.social li img {
		float:left;
		width:75%;
		height:auto;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	ul.social li .social_ico { float:left; }
}
.footer-text {
	line-height:18px;
	font-size:12px;
	text-transform:uppercase;
	color:#8c8c8c;
}
.footer-text a {
	text-decoration:none;
	color:#8c8c8c;
}
.footer-text a:hover { color:#fff; }
.footer-text i { margin:0 3px; }
.footer-text b {
	margin:0 0 0 3px;
	font-weight:normal;
	text-transform:none;
}
nav.footer-nav {
	margin:0 -18px 0 0 !important;
	padding:9px 0 0 0 !important;
}
@media (min-width: 979px) and (max-width: 1200px) {
	nav.footer-nav { margin:0 !important; }
}
html.ie8 nav.footer-nav { margin:0 !important; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav { margin:0 !important; }
}
@media (max-width: 767px) {
	nav.footer-nav {
		margin:0 !important;
		text-align:center;
	}
}
nav.footer-nav li {
	background:url(images/divider.gif) no-repeat 0% 1px;
	margin:0 0 0 20px !important;
	padding:0 0 0 21px !important;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	nav.footer-nav li { text-transform:none; }
}
html.ie8 nav.footer-nav li { text-transform:none; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav li {
		background:url(images/divider.gif) no-repeat 0% 0%;
		margin:0 0 0 10px !important;
		padding:0 0 0 11px !important;
		text-transform:none;
	}
}
@media (max-width: 767px) {
	nav.footer-nav li {
		display:inline-block;
		margin:0 !important;
		padding:0 10px 0 11px !important;
		line-height:30px;
		vertical-align:top;
	}
}
@media (max-width: 480px) {
	nav.footer-nav li { text-transform:none; }
}
nav.footer-nav li:first-child {
	background:none;
	padding:0;
}
nav.footer-nav li a {
	font-family:'Oswald', sans-serif !important;
	font-size:20px !important;
	font-weight:400 !important;
	text-decoration:none !important;
	color:#fff !important;
}
nav.footer-nav li a:hover { color:#7f7e7e !important; }
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav li a { font-size:17px !important; }
}
@media (max-width: 767px) {
	nav.footer-nav li a { font-size:17px !important; }
}
@media (max-width: 480px) {
	nav.footer-nav li a { font-size:14px !important; }
}
nav.footer-nav li.current-menu-item a { color:#7f7e7e !important; }
.google-map { background:url(images/loading-map.gif) no-repeat 50% 50%; }
.btn-primary {
	background:#181818;
	display:inline-block;
	vertical-align:top;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
	line-height:36px;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	text-decoration:none;
}
.btn-normal {
	height:36px;
	padding:0 16px 0 16px;
	color:#4e4e4e;
}
.wpcf7-not-valid-tip, div.wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.hero-unit {
	background:url(images/line.gif) repeat-x 0% 0%;
	overflow:hidden;
	margin:30px 0 30px 0;
	padding:33px 0 31px 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border-bottom:1px solid #4d4c4c;
	line-height:20px;
	font-size:14px;
	color:#7f7e7e;
}
@media (max-width: 767px) {
	.hero-unit { text-align:center; }
}
.hero-unit .btn-align {
	float:right;
	margin:0 0 0 20px;
}
@media (max-width: 767px) {
	.hero-unit .btn-align {
		float:none;
		width:100%;
		overflow:hidden;
		margin:0 0 20px 0;
		text-align:center;
	}
}
.hero-unit .btn-align a {
	background:#181818 url(images/facebook_icon.png) no-repeat 17px 20px;
	height:96px;
	padding:0 24px 0 79px;
	line-height:96px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
}
.hero-unit .btn-align a:hover { color:#404040; }
@media (max-width: 480px) {
	.hero-unit .btn-align a { font-size:16px; }
}
.hero-unit h1 {
	margin:7px 0 -2px 0;
	line-height:1.2em;
	font-family:'Flavors', cursive;
	font-size:50px;
	font-weight:400;
	text-transform:none;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.hero-unit h1 { font-size:37px; }
}
html.ie8 .hero-unit h1 { font-size:37px; }
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit h1 {
		margin-top:0;
		margin-bottom:20px;
		font-size:37px;
	}
}
@media (max-width: 767px) {
	.hero-unit h1 {
		margin-top:0;
		margin-bottom:20px;
		font-size:37px;
	}
}
.hero-unit p {
	margin:0;
	padding:0;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.hero-unit p { font-size:13px; }
}
html.ie8 .hero-unit p { font-size:13px; }
.testimonials {
	width:100%;
	overflow:hidden;
}
.testimonials .testi-item {
	float:left;
	width:355px;
	margin:0 0 0 45px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.testimonials .testi-item {
		width:30%;
		margin:0 0 0 3%;
	}
}
html.ie8 .testimonials .testi-item {
	width:30%;
	margin:0 0 0 3%;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonials .testi-item {
		width:100%;
		margin:0;
	}
}
@media (max-width: 767px) {
	.testimonials .testi-item {
		width:100%;
		margin:0;
	}
}
.testimonials .testi-item:first-child { margin:0; }
.testimonials .testi-item .featured-thumbnail {
	width:120px;
	height:126px;
	margin:5px 19px 0 0;
	padding:0;
	border:10px solid #626262;
}
@media (max-width: 480px) {
	.testimonials .testi-item .featured-thumbnail {
		width:20%;
		height:auto;
	}
}
@media (max-width: 480px) {
	.testimonials .testi-item .featured-thumbnail img {
		width:100% !important;
		height:auto !important;
	}
}
.testimonials .testi-item blockquote {
	background:none;
	overflow:hidden;
	margin:0 0 13px 0;
	padding:0 0 0 0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	line-height:20px;
	font-size:14px;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.testimonials .testi-item blockquote { height:100px; }
}
html.ie8 .testimonials .testi-item blockquote { height:100px; }
.testimonials .testi-item blockquote:before, .testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote a {
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	color:#fff;
}
.testimonials .testi-item blockquote a:hover { color:#181818; }
.testimonials .testi-item .testi-meta {
	overflow:hidden;
	padding:0;
	line-height:20px;
	font-size:12px;
	color:#7f7e7e;
}
.testimonials .testi-item .testi-meta span.user { display:block; }
#back-top { margin:0; }
#back-top a {
	width:60px;
	color:#4e4e4e;
	font:20px/100% 'Oswald', sans-serif;
	font-weight:400;
}
#back-top a:hover { color:#fff; }
#back-top a:hover span { background:#4e4e4e !important; }
#back-top span {
	background:#131313 !important;
	width:60px;
	height:60px;
	margin:0;
	line-height:60px;
}
.search-form { width:370px; }
@media (min-width: 979px) and (max-width: 1200px) {
	.search-form { width:300px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.search-form { width:230px; }
}
@media (max-width: 480px) {
	.search-form { width:270px; }
}
.search-form input[type="text"] {
	float:left;
	width:244px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.search-form input[type="text"] { width:174px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.search-form input[type="text"] { width:104px; }
}
@media (max-width: 480px) {
	.search-form input[type="text"] { width:144px; }
}
.search-form input[type="submit"] {
	float:left;
	width:100px;
	margin:0 0 0 10px;
	padding:0;
}
.search-form__h {
	float:right;
	padding:22px 0 0 0;
}
.search-form__h input[type="submit"] { background:#131313; }
.search-form__h input[type="submit"]:hover { background:#4e4e4e; }
.thumbnail {
	margin:5px 20px 10px 0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:10px solid #626262;
}
.thumbnail.large { margin:0 0 19px 0; }
.post__holder { margin:0 0 31px 0; }
.post-header .post-title {
	margin:0 0 16px 0;
	padding:14px 0 0 0;
	line-height:28px;
	font-size:18px;
}
.post_content { margin:0 0 19px 0; }
.post_content .excerpt { margin:0 0 25px 0; }
a.btn-primary {
	background:#181818;
	height:36px;
	padding:0 17px;
	line-height:36px;
	font-size:20px;
	color:#4e4e4e;
}
.post_meta {
	margin:0;
	padding:9px 0 8px 0;
	border-top:1px solid #606060;
	border-bottom:1px solid #606060;
	line-height:20px;
	font-size:12px;
}
.post_meta a {
	text-decoration:none;
	color:#fff;
}
.post_meta a:hover { color:#7f7e7e; }
.post_meta .post_author {
	font-weight:bold;
	text-transform:capitalize;
}
.post_meta i { color:#6f6f6f; }
.pagination__posts {
	padding:20px 0;
	text-align:left;
}
.pagination__posts ul {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.pagination__posts ul li {
	display:inline-block;
	margin:0 3px 0 0;
	vertical-align:top;
}
.pagination__posts ul li a {
	background:#181818;
	border:none;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
.pagination__posts ul li a:hover {
	background:#4e4e4e;
	color:#fff;
}
.pagination__posts ul li.active a {
	background:#4e4e4e;
	color:#fff;
}
.post-author {
	background:#2f2f2f;
	padding:14px 19px 19px 19px;
	border:1px solid #4d4d4d;
}
.post-author h3 {
	margin:0 0 10px 0;
	line-height:24px;
	font-size:14px;
}
.post-author .post-author_link { margin:10px 0 0 0; }
.post-author .post-author_link p { margin:0; }
.post-author .post-author_link p a {
	font-weight:bold;
	text-transform:capitalize;
	text-decoration:none;
	color:#7f7e7e;
}
.post-author .post-author_link p a:hover { color:#fff; }
img.ajax-loader { margin:10px 0 0 4px; }
div.list.unstyled ul {
	margin:0;
	padding:0 0 20px 0;
}
div.list.unstyled ul li {
	margin:0;
	padding:0 0 20px 0;
	line-height:20px;
	font-size:14px;
	color:#fff;
}
div.list.unstyled ul li a {
	text-decoration:none;
	color:#fff;
}
div.list.unstyled ul li a:hover { color:#181818; }
div.list.arrow-list { overflow:hidden; }
div.list.arrow-list ul {
	margin:0;
	padding:0 0 18px 0;
}
div.list.arrow-list ul li {
	background:url(images/marker.png) no-repeat 0% 12px;
	margin:0;
	padding:0 0 0 14px;
	list-style:none;
	line-height:26px;
	font-family:'Oswald', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#fff;
}
div.list.arrow-list ul li:before { display:none; }
div.list.arrow-list ul li a {
	text-decoration:none;
	color:#fff;
}
div.list.arrow-list ul li a:hover { color:#181818; }
span.dropcap {
	background:#181818;
	width:33px;
	height:36px;
	margin:0 13px 0 0;
	line-height:36px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-family:'Oswald', sans-serif;
	font-size:20px;
	font-weight:400;
	text-align:center;
	color:#4e4e4e;
}
.spacer { height:34px; }
@media (min-width: 979px) and (max-width: 1200px) {
	#back-top-wrapper { display:none !important; }
}
@media (max-width: 480px) {
	.filter-wrapper .pull-right { float:none; }
}
ul.portfolio-meta-list { border-color:#4d4c4c; }
.flexslider.thumbnail { margin:0 0 40px 0; }
.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;
}
