@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900);
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:30px 20px 0 20px; }
	body .content-holder, body .footer { padding:20px; }
}
.main-holder { overflow:hidden; }
.bg-header {
	background:url(images/bg-header-page.jpg) no-repeat 50% 0;
	width:100%;
	height:302px;
	position:absolute;
}
@media (max-width: 767px) {
	.bg-header { background:none; }
}
.content-holder { background:#fff url(images/bg-content-page.jpg) no-repeat 50% 0; }
@media (max-width: 767px) {
	.content-holder { background:#fff; }
}
.home .bg-header { background:url(images/bg-header-home.jpg) no-repeat 50% 0; }
@media (max-width: 767px) {
	.home .bg-header { background:none; }
}
.home .content-holder {
	background:#fff url(images/bg-content-home.jpg) no-repeat 50% 0;
	padding-bottom:0;
}
@media (max-width: 767px) {
	.home .content-holder { background:#fff; }
}
a { transition:all 0.3s ease 0s; }
h1, h2, h3, h4, h5, h6 {
	font-weight:300 !important;
	text-transform:uppercase;
}
.featured-thumbnail, .thumbnail, img.size-full {
	border:none;
	background:none;
	padding:0;
	border-radius:0;
	box-shadow:none;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn, .reply a {
	border-radius:0;
	border:none;
	color:#fff;
	box-shadow:none;
	text-shadow:none;
	font:300 14px/1.2em 'Roboto', sans-serif;
	text-transform:uppercase;
	padding:11px 14px;
	background:#313131;
	background:-moz-linear-gradient(top,#313131 0%,#282828 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#313131),color-stop(100%,#282828));
	background:-webkit-linear-gradient(top,#313131 0%,#282828 100%);
	background:-o-linear-gradient(top,#313131 0%,#282828 100%);
	background:-ms-linear-gradient(top,#313131 0%,#282828 100%);
	background:linear-gradient(to bottom,#313131 0%,#282828 100%);
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.btn:active, .btn:focus, .btn:hover, .reply a:active, .reply a:focus, .reply a:hover {
	background:#313131;
	background:-moz-linear-gradient(top,#313131 0%,#282828 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#313131),color-stop(100%,#282828));
	background:-webkit-linear-gradient(top,#313131 0%,#282828 100%);
	background:-o-linear-gradient(top,#313131 0%,#282828 100%);
	background:-ms-linear-gradient(top,#313131 0%,#282828 100%);
	background:linear-gradient(to bottom,#313131 0%,#282828 100%);
	box-shadow:none;
	color:#a9a9a9;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:10px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.2em;
	text-transform:none;
	color:#a9a9a9;
	text-decoration:none;
	position:relative;
	border-radius:0;
	border:none;
	background:#f6f6f6;
	box-shadow:none;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	border-color:#a6a6a6;
	box-shadow:none;
}
.header {
	background:none;
	border:none;
	padding:88px 0 0;
}
.social-nets-wrapper { padding:14px 0 0 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.social-nets-wrapper { padding-top:0; }
}
@media (max-width: 767px) {
	.social-nets-wrapper { padding:0 0 20px; }
}
.social-nets-wrapper .social {
	list-style-type:none;
	margin:0;
	text-align:right;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social { text-align:left; }
}
.social-nets-wrapper .social li {
	display:inline-block;
	width:35px;
	height:34px;
	overflow:hidden;
	margin-left:7px;
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	display:block;
	width:35px;
	height:34px;
	position:relative;
	transition:none;
}
.social-nets-wrapper .social li a.facebook { background:url(images/icons/facebook.png) no-repeat; }
.social-nets-wrapper .social li a.facebook:hover { background-position:0 -34px; }
.social-nets-wrapper .social li a.twitter { background:url(images/icons/twitter.png) no-repeat; }
.social-nets-wrapper .social li a.twitter:hover { background-position:0 -34px; }
.social-nets-wrapper .social li a.feed { background:url(images/icons/feed.png) no-repeat; }
.social-nets-wrapper .social li a.feed:hover { background-position:0 -34px; }
.nav__primary {
	position:relative;
	float:none;
	margin:0 auto;
	border:none;
	padding:0;
	text-align:left;
}
@media (max-width: 767px) {
	.nav__primary {
		margin-bottom:20px;
		border:none;
	}
}
.nav__primary .sf-menu {
	float:left;
	position:relative;
	padding:0;
	z-index:1;
	margin:0 auto;
	display:table;
	width:100%;
	table-layout:fixed;
}
.nav__primary .sf-menu >li {
	background:none;
	display:inline-block;
	float:none;
	position:relative;
	border:none;
	padding:0;
	margin:0;
	background:#313131;
	background:-moz-linear-gradient(top,#313131 0%,#282828 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#313131),color-stop(100%,#282828));
	background:-webkit-linear-gradient(top,#313131 0%,#282828 100%);
	background:-o-linear-gradient(top,#313131 0%,#282828 100%);
	background:-ms-linear-gradient(top,#313131 0%,#282828 100%);
	background:linear-gradient(to bottom,#313131 0%,#282828 100%);
	letter-spacing:1px;
	border-right:1px solid #161616;
	border-left:1px solid #444444;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	display:table-cell;
	text-align:center;
}
.nav__primary .sf-menu >li:hover {
	border-left:1px solid #303030;
	background:#202020;
	background:-moz-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#202020),color-stop(100%,#1a1a1a));
	background:-webkit-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:-o-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:-ms-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:linear-gradient(to bottom,#202020 0%,#1a1a1a 100%);
}
.nav__primary .sf-menu >li:first-child { border-left:none; }
.nav__primary .sf-menu >li:first-child.current-menu-item { border-left:none; }
.nav__primary .sf-menu >li:last-child { border-right:none; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:27px 0 26px;
	text-transform:uppercase;
	position:relative;
	font-weight:300 !important;
	letter-spacing:0;
	background:url(images/menu-light.png) no-repeat 50% 0;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >a:hover {
	color:#c8c8c8;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:url(images/menu-light-hover.png) no-repeat 50% 0;
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:45px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item {
	border-left:1px solid #303030;
	background:#202020;
	background:-moz-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#202020),color-stop(100%,#1a1a1a));
	background:-webkit-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:-o-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:-ms-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:linear-gradient(to bottom,#202020 0%,#1a1a1a 100%);
}
.nav__primary .sf-menu >li.current-menu-item >a {
	color:#c8c8c8;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:url(images/menu-light-hover.png) no-repeat 50% 0;
}
.nav__primary .sf-menu >li.sfHover {
	border-left:1px solid #303030;
	background:#202020;
	background:-moz-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#202020),color-stop(100%,#1a1a1a));
	background:-webkit-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:-o-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:-ms-linear-gradient(top,#202020 0%,#1a1a1a 100%);
	background:linear-gradient(to bottom,#202020 0%,#1a1a1a 100%);
}
.nav__primary .sf-menu >li.sfHover >a {
	color:#c8c8c8;
	border-top:none;
	border-left:none;
	text-decoration:none;
	background:url(images/menu-light-hover.png) no-repeat 50% 0;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >.sub-menu {
	height:auto !important;
	background:#2c2c2c;
	top:70px;
	left:0;
	width:100%;
	padding:20px 0;
	margin:0;
	border-top:1px solid #202020;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:center;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	padding:7px 0;
	background:none;
	border:none;
	color:#fff;
	text-transform:uppercase;
	display:inline-block;
	letter-spacing:0;
	margin:0;
	font:300 14px/1.2em 'Roboto', sans-serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#505050;
	text-shadow:none;
	background:none;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:10px;
	right:-20px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator { right:-10px; }
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#505050;
	text-shadow:none;
	background:none;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#505050;
	text-shadow:none;
	background:none;
	border:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#b8b8b8;
	background:-moz-linear-gradient(top,#b8b8b8 0%,#a6a6a6 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#b8b8b8),color-stop(100%,#a6a6a6));
	background:-webkit-linear-gradient(top,#b8b8b8 0%,#a6a6a6 100%);
	background:-o-linear-gradient(top,#b8b8b8 0%,#a6a6a6 100%);
	background:-ms-linear-gradient(top,#b8b8b8 0%,#a6a6a6 100%);
	background:linear-gradient(to bottom,#b8b8b8 0%,#a6a6a6 100%);
	padding:20px 0;
	top:0;
	left:105%;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu:before {
	content:"";
	width:5px;
	height:9px;
	position:absolute;
	background:url(images/menu-arrow.png) no-repeat;
	left:-5px;
	top:13px;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:center;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	padding:7px 0 7px;
	color:#ffffff;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#505050;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#505050;
	text-shadow:none;
	background:none;
}
.logo { padding:0 0 47px; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		padding:20px 0;
	}
}
.logo .logo_h__txt a {
	font-weight:100 !important;
	letter-spacing:0;
	text-transform:none;
	color:#fff;
}
.logo .logo_h__txt a:active { text-decoration:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo .logo_h__txt a { font-size:50px; }
}
.logo .logo_tagline {
	font:300 14px/1.2em 'Roboto', sans-serif;
	color:#7c7c7c;
}
.logo.img-logo { padding:0 0 75px; }
.logo.img-logo .logo_tagline { display:none; }
.slider {
	overflow:visible;
	box-shadow:0 0 100px #000;
	margin-bottom:90px;
}
@media (max-width: 767px) {
	.slider {
		margin-bottom:50px;
		box-shadow:none;
	}
}
.slider .camerarelative {
	background:url(images/slider-shadow.png) no-repeat 50% 0;
	background-size:100% auto;
}
.camera_thumbs .camera_thumbs_cont {
	position:relative;
	bottom:70px;
	background:none;
}
@media (max-width: 767px) {
	.camera_thumbs .camera_thumbs_cont { display:none !important; }
}
.camera { margin-bottom:0 !important; }
.camera_prev, .camera_next {
	width:55px;
	height:56px;
	top:50%;
	margin-top:-38px;
	background:none;
}
@media (max-width: 767px) {
	.camera_prev, .camera_next {
		margin:0;
		top:auto;
		bottom:20px;
	}
}
@media (max-width: 480px) {
	.camera_prev, .camera_next { display:none !important; }
}
.camera_prev:after, .camera_next:after {
	content:"";
	width:19px;
	height:22px;
	position:absolute;
	top:54px;
}
.camera_prev span, .camera_next span {
	width:55px;
	height:56px;
}
.camera_prev { left:-19px; }
@media (max-width: 767px) {
	.camera_prev { left:20px; }
}
.camera_prev:after { background:url(images/slider-nav-left.png) no-repeat; }
@media (max-width: 767px) {
	.camera_prev:after { display:none; }
}
.camera_prev span { background:url(images/slider-nav.png) no-repeat; }
.camera_prev span:hover { background-position:0 -56px; }
.camera_next {
	right:-20px;
	left:auto;
}
@media (max-width: 767px) {
	.camera_next { right:20px; }
}
.camera_next:after {
	background:url(images/slider-nav-right.png) no-repeat;
	right:1px;
}
@media (max-width: 767px) {
	.camera_next:after { display:none; }
}
.camera_next span { background:url(images/slider-nav.png) no-repeat -55px 0; }
.camera_next span:hover { background-position:-55px -56px; }
.title-section { padding:42px 0 0; }
@media (max-width: 767px) {
	.title-section { padding:20px 0; }
}
.title-section .title-header {
	line-height:1.2em;
	margin:10px 0 14px 0;
	font-size:30px;
}
.title-section .breadcrumb {
	background:none;
	border:none;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	border-radius:0;
	padding:9px 0;
	position:relative;
	display:block;
	font:300 16px/1.2em 'Roboto', sans-serif;
	text-transform:uppercase;
}
.title-section .breadcrumb a { color:#a9a9a9; }
.title-section .breadcrumb li {
	text-shadow:none;
	color:#0e0e0e;
}
.title-section .breadcrumb li.divider {
	color:#a9a9a9;
	padding:0 5px;
}
.title-section .breadcrumb li a { color:#a9a9a9; }
#content, #sidebar { padding-top:28px; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 20px 0;
	}
	article .thumbnail img { width:100%; }
}
article .post_meta {
	padding:10px 0;
	border-top:1px solid #e4e4e4;
	border-bottom:1px solid #e4e4e4;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta i {
	margin-right:6px;
	color:#d8d8d8;
	font-size:15px;
}
article .post_meta span {
	font:13px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-right:10px;
}
@media (max-width: 767px) {
	article .post_meta span { display:block; }
}
article .post_meta .post_date { color:#d8d8d8; }
article .post_meta .post_author a {
	color:#d8d8d8;
	text-transform:uppercase;
}
article .post_meta .post_category a, article .post_meta .post_tag a { color:#0e0e0e; }
article .post_meta .post_comment a { color:#0e0e0e; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#0e0e0e; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
.format-quote .post_meta { padding:10px 0; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin-bottom:20px;
	margin-top:0px;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:25px 20px;
	border:none;
	border-radius:0;
	background:#f6f6f6;
}
.single #content .post-author .post-author_h {
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-weight:normal !important;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#0e0e0e;
}
.single #content .post-author .post-author_h a { color:#0e0e0e; }
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
	padding:0;
	border:1px solid #eeeeee;
}
.single #content .post-author .post-author_gravatar img {
	border:none;
	padding:0;
	width:82px;
	height:82px;
}
.single #content .post-author .post-author_desc {
	padding-left:105px;
	text-transform:none;
	color:#0e0e0e;
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.single #content .post-author .post-author_link {
	margin-top:15px;
	font-size:13px;
	text-transform:none;
	color:#a9a9a9;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font-size:13px;
	font-weight:normal;
	text-transform:uppercase;
	color:#0e0e0e;
}
div.list.unstyled ul li {
	background:#e5e5e5;
	padding:12px 20px 11px;
	margin:0 0 4px 0;
}
div.list.unstyled ul li:hover { background:#191719; }
div.list.unstyled ul li:hover a { color:#fff; }
div.list.unstyled ul li a {
	font:300 26px/1.2em 'Roboto', sans-serif;
	color:#0e0e0e;
	text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.list.unstyled ul li a { font-size:18px; }
}
.posts-grid.clients li .thumbnail { background:none; }
.posts-grid.clients li .thumbnail a { display:inline-block; }
.posts-grid.clients li h5 {
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:none;
	margin:15px 0 0 0;
}
.posts-grid.clients li .excerpt { margin:0; }
.single-clients .type-clients { margin-top:20px; }
.single-clients .type-clients .thumbnail.large {
	width:auto;
	float:left;
	padding:0;
	margin:0 20px 10px 0;
}
@media (max-width: 480px) {
	.single-clients .type-clients .thumbnail.large {
		float:none;
		margin:0 0 20px 0;
	}
}
.single-clients .type-clients .thumbnail.large img { width:auto; }
.home-bottom {
	background:url(images/bg-home-bottom-shadow.png) repeat-x 0 0, url(images/bg-home-bottom.png);
	position:relative;
	margin:43px 0 0;
	padding:38px 0 37px;
}
.home-bottom:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:url(images/bg-home-bottom-shadow.png) repeat-x 0 0, url(images/bg-home-bottom.png);
}
.home-bottom:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
	background:url(images/bg-home-bottom-shadow.png) repeat-x 0 0, url(images/bg-home-bottom.png);
}
.home-bottom > div > div >h1 { margin-bottom:33px; }
@media (max-width: 767px) {
	.home-bottom .video_preview { margin-top:30px; }
}
.home-bottom .video_preview div { padding:0; }
.home-bottom .video_preview div .preview_image .icon-play-circle:before { content:""; }
.home-bottom .video_preview div .preview_image .hover {
	background:url(images/youtube.png) no-repeat 50%;
	width:100%;
	height:100%;
	margin:0;
	top:0;
	left:0;
}
.home-bottom .video_preview div figcaption h4 {
	margin:10px 0 0;
	padding:0;
	border:none;
}
.home-bottom .video_preview div figcaption h4 a { display:inline-block; }
.home-bottom .video_preview div figcaption .post_date {
	text-align:left;
	float:none;
}
div.type-page h1 { margin-bottom:25px; }
@media (max-width: 767px) {
	div.type-page h1 { margin-top:30px; }
}
div.type-page h4 { margin-top:0; }
div.type-page p { margin-bottom:20px; }
div.type-page .btn.margin { margin-bottom:17px; }
.posts-grid.my-best-works li {
	background:#f1f1f1;
	padding:15px;
}
@media (max-width: 767px) {
	.posts-grid.my-best-works li {
		float:left;
		width:31%;
		margin-left:3%;
	}
	.posts-grid.my-best-works li:first-child { margin-left:0; }
}
@media (max-width: 480px) {
	.posts-grid.my-best-works li {
		float:none;
		width:auto;
		margin:0 0 20px 0;
	}
}
.posts-grid.my-best-works li .thumbnail { width:100%; }
.posts-grid.my-best-works li h5 {
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-transform:none;
	margin:15px 0 0;
}
.posts-grid.my-best-works li .excerpt { line-height:24px; }
.filter-wrapper { margin:15px 0 30px; }
.filter-wrapper strong {
	color:#0e0e0e;
	padding:0;
	font:300 15px/1.2em 'Roboto', sans-serif;
	margin-right:10px;
	margin-top:5px;
	text-transform:uppercase;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .filter { margin:0; }
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 2px; }
@media (max-width: 979px) {
	.filter-wrapper .filter li { margin:0; }
	.filter-wrapper .filter li a {
		padding:5px 5px 5px 0 !important;
		margin-right:5px !important;
	}
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0;
	}
}
.filter-wrapper .filter li a {
	color:#0e0e0e;
	font:300 15px/1.2em 'Roboto', sans-serif;
	padding:5px;
	margin:0;
	background:none;
	border-radius:0;
	text-transform:uppercase;
	border-bottom:none;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	box-shadow:none;
	color:#a9a9a9;
	background:none;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:none;
	color:#a9a9a9;
	background:none;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:15px 0 0;
	text-transform:none;
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.filterable-portfolio li .caption h3 a {
	color:#0e0e0e;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.grid_gallery, .jp-audio, .jp-video, article.testimonial { margin-bottom:20px; }
.related-posts h3, .comment-holder h3, #respond h3 {
	font-size:30px;
	line-height:1.2em;
	margin:40px 0 30px 0;
	border-top:1px solid #e4e4e4;
	padding-top:40px;
}
.related-posts .thumbnail a { display:block; }
.related-posts .thumbnail a img {
	display:block;
	width:100%;
}
.related-posts a {
	color:#0e0e0e;
	display:inline-block;
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	margin-top:15px;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	padding:25px 20px;
	border:none;
	border-radius:0;
	background:#f6f6f6;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	background:none;
}
@media (max-width: 350px) {
	.comment-holder .comment-list .comment .comment-body .comment-author {
		float:none;
		margin-bottom:30px;
	}
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:80px;
	height:80px;
	display:block;
	margin:0;
	padding:0;
	background:none;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:13px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#0e0e0e;
	text-transform:uppercase;
	margin-top:10px;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:9px 0 0 0;
	font:13px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#0e0e0e;
	text-transform:none;
}
.comment-holder #respond #commentform { margin-top:0; }
.wpcf7-form p.field input:focus { border-color:#a6a6a6 !important; }
.wpcf7-form textarea { color:#ababab !important; }
.wpcf7-form textarea:focus { border-color:#a6a6a6 !important; }
.wpcf7-form textarea.watermark { color:#ababab !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:5px 8px 2px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:4px 5px !important;
		font-size:8px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:40px; }
#respond #commentform { margin-top:15px; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:36px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	width:auto;
	height:auto;
	margin-top:30px;
	padding:11px 14px;
}
.sidebar .widget { margin-bottom:40px; }
.sidebar .widget >h3 {
	font-size:30px;
	margin:15px 0 30px;
	border-top:1px solid #e5e5e5;
	padding-top:40px;
}
.sidebar .widget:first-child >h3 {
	padding-top:0;
	border:none;
}
.sidebar .social { margin:7px 0 0 0; }
@media (max-width: 767px) {
	.sidebar .social { text-align:left; }
}
.sidebar .social .social_ico {
	width:35px;
	height:34px;
	overflow:hidden;
}
.sidebar .social .social_label { line-height:34px; }
.sidebar .social li {
	padding:0;
	margin:0 0 5px 0;
	line-height:34px;
	float:none;
	display:block;
}
.sidebar .social li:first-child { margin-left:0px; }
.sidebar .social li .social_ico {
	width:35px;
	height:34px;
	display:inline-block;
	text-indent:-9999px;
}
.sidebar .social li .social_ico img { text-indent:-9999px; }
.sidebar .social li .social_link:hover { opacity:1; }
.sidebar .social li .social_link:hover .social_label { text-decoration:underline; }
.sidebar .social li .social_link {
	line-height:34px;
	padding:0;
	max-height:34px;
	transition:none;
	display:inline-block;
}
.sidebar .social li .social_label {
	margin-left:7px;
	line-height:34px;
}
.sidebar .social li .social_link__facebook { background:url(images/icons/facebook.png) no-repeat; }
.sidebar .social li .social_link__facebook:hover { background-position:0 -34px; }
.sidebar .social li .social_link__twitter { background:url(images/icons/twitter.png) no-repeat; }
.sidebar .social li .social_link__twitter:hover { background-position:0 -34px; }
.sidebar .social li .social_link__feed { background:url(images/icons/feed.png) no-repeat; }
.sidebar .social li .social_link__feed:hover { background-position:0 -34px; }
[id*="archives"] ul, [id*="categories"] ul, div.list.custom-list ul {
	list-style-type:none;
	margin:0;
}
[id*="archives"] ul li, [id*="categories"] ul li, div.list.custom-list ul li {
	margin:0;
	padding-left:28px;
	background:url(images/arrow.png) no-repeat 0 9px;
}
[id*="archives"] ul li:before, [id*="categories"] ul li:before, div.list.custom-list ul li:before {
	content:"";
	width:0;
	margin:0;
}
@media (max-width: 1200px) {
	[id*="archives"] ul li, [id*="categories"] ul li, div.list.custom-list ul li {
		padding:5px 0 5px 25px;
		background-position:0 8px;
	}
}
[id*="archives"] ul li a, [id*="categories"] ul li a, div.list.custom-list ul li a {
	font:14px/33px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#4f4f4f;
}
[id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, [id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, div.list.custom-list ul li a:hover, div.list.custom-list ul li a:active {
	color:#a9a9a9;
	text-decoration:none;
}
@media (max-width: 1200px) {
	[id*="archives"] ul li a, [id*="categories"] ul li a, div.list.custom-list ul li a { line-height:1.2em; }
}
[id*="my_poststypewidget"] .post-list { margin:0; }
[id*="my_poststypewidget"] .post-list li { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li { margin-bottom:20px; }
}
[id*="my_poststypewidget"] .post-list li .featured-thumbnail { background:#0e0e0e; }
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .featured-thumbnail {
		float:none;
		width:auto;
		margin:0 0 20px 0;
		display:inline-block;
	}
}
[id*="my_poststypewidget"] .post-list li .featured-thumbnail time {
	display:block;
	text-align:center;
	font:15px/19px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#fff;
	padding:7px 0;
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	margin:0;
	font:14px/24px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#0e0e0e;
	text-transform:none;
}
[id*="my_poststypewidget"] .post-list li .excerpt { line-height:24px; }
@media (min-width: 979px) and (max-width: 1200px) {
	[id*="my_poststypewidget"] .post-list li .excerpt { padding-left:150px; }
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#0e0e0e;
	text-transform:none;
	margin-top:14px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#0e0e0e;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt { border:none; }
.flickr_list .flickr_li { margin-bottom:20px; }
.flickr_list .flickr_li a { display:inline-block; }
.dropcap {
	background:#313131;
	background:-moz-linear-gradient(top,#313131 0%,#282828 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#313131),color-stop(100%,#282828));
	background:-webkit-linear-gradient(top,#313131 0%,#282828 100%);
	background:-o-linear-gradient(top,#313131 0%,#282828 100%);
	background:-ms-linear-gradient(top,#313131 0%,#282828 100%);
	background:linear-gradient(to bottom,#313131 0%,#282828 100%);
	border-radius:4px;
	width:51px;
	height:51px;
	margin:7px 20px 20px 0;
}
@media (max-width: 1200px) {
	.dropcap { margin-bottom:10px; }
}
.hr { margin:30px 0 40px; }
.home .hr { margin:30px 0; }
.banner-wrap { overflow:visible; }
.banner-wrap .featured-thumbnail {
	float:left;
	margin:0 48px 0 0;
}
@media (max-width: 1200px) {
	.banner-wrap .featured-thumbnail { margin:0 30px 0 0; }
}
@media (max-width: 480px) {
	.banner-wrap .featured-thumbnail {
		margin:0 0 30px 0;
		float:none;
	}
}
.banner-wrap p {
	font:300 35px/40px 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#9e9e9e;
	position:relative;
	top:-10px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.banner-wrap p { font-size:28px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap p {
		font-size:25px;
		line-height:1.2em;
		color:#454545;
	}
}
@media (max-width: 767px) {
	.banner-wrap p {
		padding-left:140px;
		color:#666666;
		line-height:1.2em;
		font-size:30px;
	}
}
@media (max-width: 480px) {
	.banner-wrap p {
		font-size:20px;
		padding:0;
	}
}
.mini-posts-list { padding-top:12px; }
.mini-posts-list .mini-post-holder {
	border-top:none;
	margin-bottom:15px;
}
.mini-posts-list .mini-post-meta {
	position:relative;
	float:left;
	margin:0 20px 0 0;
	background:#313131;
	background:-moz-linear-gradient(top,#313131 0%,#2b2b2b 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#313131),color-stop(100%,#2b2b2b));
	background:-webkit-linear-gradient(top,#313131 0%,#2b2b2b 100%);
	background:-o-linear-gradient(top,#313131 0%,#2b2b2b 100%);
	background:-ms-linear-gradient(top,#313131 0%,#2b2b2b 100%);
	background:linear-gradient(to bottom,#313131 0%,#2b2b2b 100%);
	text-align:center;
	width:75px;
	min-height:90px;
}
.mini-posts-list .mini-post-meta:after {
	content:"";
	width:13px;
	height:15px;
	background:url(images/post-list-arrow.png) no-repeat;
	position:absolute;
	top:14px;
	right:-13px;
}
.mini-posts-list .mini-post-meta time {
	font:500 20px/1em 'Roboto', sans-serif;
	text-transform:uppercase;
	color:#acacac;
	display:block;
	padding:10px 0 18px;
}
.mini-posts-list .mini-post-meta time span {
	font:100 40px/1em 'Roboto', sans-serif;
	display:block;
	color:#fff;
	margin-bottom:2px;
}
.mini-posts-list .mini-post-meta .comments {
	border-top:1px solid #717171;
	display:block;
	padding:2px 0 6px;
}
.mini-posts-list .mini-post-meta .comments a { display:block; }
.mini-posts-list .mini-post-content h4 { font:300 30px/30px 'Roboto', sans-serif; }
.footer {
	padding:0;
	border:none;
	background:#1c1c1c;
	background:-moz-linear-gradient(top,#1c1c1c 0%,#1a1a1a 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#1c1c1c),color-stop(100%,#1a1a1a));
	background:-webkit-linear-gradient(top,#1c1c1c 0%,#1a1a1a 100%);
	background:-o-linear-gradient(top,#1c1c1c 0%,#1a1a1a 100%);
	background:-ms-linear-gradient(top,#1c1c1c 0%,#1a1a1a 100%);
	background:linear-gradient(to bottom,#1c1c1c 0%,#1a1a1a 100%);
}
.copyright { padding:23px 0; }
.footer-text {
	font:100 14px/1.2em 'Roboto', sans-serif;
	color:#505050;
	text-transform:uppercase;
}
.footer-text a { color:#505050; }
.footer-text .site-name {
	color:#7d7d7d;
	font:500 14px/1.2em 'Roboto', sans-serif;
}
.footer-nav { margin:0; }
.footer-nav .menu .menu-item a {
	color:#505050;
	text-transform:uppercase;
}
.footer-nav .menu .menu-item a:hover { text-decoration:underline; }
.search-form .search-form_is {
	height:44px;
	margin:0 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		display:block;
		margin-left:0;
	}
}
@media (max-width: 480px) {
	.search-form .search-form_is {
		display:block;
		margin-left:0;
	}
}
#back-top-wrapper p a {
	width:50px;
	height:50px;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span { background:#fbfbfb url(images/totop.png) no-repeat 50%; }
#back-top-wrapper p a span {
	width:50px;
	height:50px;
	border-radius:50%;
	background:#121212 url(images/totop.png) no-repeat 50%;
	transition:200ms all;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#0e0e0e; }
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.ie8 .nav__primary .sf-menu >li.last { border-right:none; }
.ie8 .nav__primary .sf-menu >li:first-child a { width:155px; }
.ie8 .nav__primary .sf-menu >li >a { width:155px; }
.ie8 [id*="archives"] ul li, .ie8 [id*="categories"] ul li, .ie8 div.list.custom-list ul li {
	padding:5px 0 5px 25px;
	background-position:0 8px;
}
.ie8 [id*="archives"] ul li a, .ie8 [id*="categories"] ul li a, .ie8 div.list.custom-list ul li a { line-height:1.2em; }
.ie8 [id*="my_poststypewidget"] .post-list li .excerpt { padding-left:150px; }
.ie8 .dropcap { margin-bottom:10px; }
.ie8 .banner-wrap .featured-thumbnail { margin:0 30px 0 0; }
.ie8 .banner-wrap p { font-size:28px; }
.ie8 .search-form .search-form_is {
	display:block;
	margin-left:0;
}
.ie8 .wpcf7-form p.field input { padding:8px 5px; }
.ie8 .home-bottom { background:url(images/bg-home-bottom-ie8.jpg); }
.ie8 .home-bottom:before { background:url(images/bg-home-bottom-ie8.jpg); }
.ie8 .home-bottom:after { background:url(images/bg-home-bottom-ie8.jpg); }
.ie8 #respond #commentform p input { padding:10px 10px; }
.ie8 #respond #commentform p input.btn { padding:11px 14px; }
.ie8 .comment-author {
	width:82px !important;
	height:auto !important;
}
.ie8 .comment-author img {
	width:82px !important;
	height:82px !important;
}
.ie8 .post-author_gravatar { width:82px; }
.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:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
