@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Krona+One|Ubuntu+Condensed|Ubuntu);
.main-holder {
	background:url(images/bg-top.jpg) 55% 0 no-repeat;
	overflow:hidden;
}
@media (max-width: 767px) {
	.main-holder { background-size:100% auto; }
}
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:0 20px; }
	body .footer {
		padding:20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:20px 0 !important; }
	body .content-holder >.container { padding:0 20px; }
}
a { transition:all 0.3s ease 0s; }
h1, h2, h3, h4, h5, h6 { text-transform:uppercase; }
@media (max-width: 1200px) {
	h1, h2, h3, h4, h5, h6 { line-height:1.2em; }
}
.featured-thumbnail, .thumbnail {
	background:none;
	border-radius:0;
	padding:0;
	border:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img { padding:0; }
img.size-full.alignnone {
	margin:0 0 13px 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
img.size-full.alignleft { margin:0 30px 20px 0; }
@media (max-width: 480px) {
	img.size-full.alignleft {
		float:none;
		margin:0 0 20px;
	}
}
img.size-full.aligncenter {
	margin-left:auto;
	margin-right:auto;
}
.btn, .reply a {
	border-radius:2px;
	border:none;
	color:#fff;
	text-shadow:none;
	font:12px/1.2em 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
	padding:11px 19px;
	letter-spacing:0;
	height:auto;
	box-shadow:none;
	text-decoration:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background:#4992da;
}
.btn:focus, .btn:hover, .reply a:focus, .reply a:hover {
	background:#949495;
	box-shadow:none;
	text-decoration:none;
	color:#fff;
}
.btn:active, .reply a:active { text-shadow:none; }
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:7px 10px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.2em;
	text-transform:none;
	color:#9b9b9b;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#fff;
	box-shadow:none;
	border:1px solid #969696 !important;
	transition:all 0.3s ease 0s;
}
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 {
	background:#fff;
	box-shadow:none;
	border:1px solid #969696 !important;
}
.wpcf7-form p.field input { height:35px; }
.wpcf7-form p.field input:focus { border:1px solid #969696 !important; }
.wpcf7-form textarea { color:#9b9b9b !important; }
.wpcf7-form textarea:focus { border:1px solid #969696 !important; }
.wpcf7-form textarea.watermark { color:#9b9b9b !important; }
.wpcf7-form .wpcf7-not-valid-tip { padding:4px 8px 2px !important; }
@media (min-width: 979px) and (max-width: 1200px) {
	.wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding:2px 3px !important;
		font-size:7px !important;
	}
}
.wpcf7-form .submit-wrap .btn { height:auto; }
.header {
	background:none;
	border:none;
	padding:0 0 220px;
}
.nav__primary {
	position:relative;
	float:none;
	text-align:center;
	padding:0;
	margin:0 0 30px 0;
	z-index:100;
}
@media (max-width: 767px) {
	.nav__primary { margin:20px 0; }
}
.nav__primary .sf-menu {
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	text-align:right;
	z-index:1;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	text-align:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0 20px 0 0;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li:after {
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	background:#4992da;
	top:-100%;
	left:0px;
	transition:all 0.3s ease 0s;
	z-index:-1;
}
.nav__primary .sf-menu >li:hover:after {
	opacity:1;
	filter:alpha(opacity=100);
	top:0;
}
.nav__primary .sf-menu >li:hover >a { color:#030303; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:82px 15px 27px;
	display:block;
	text-transform:uppercase;
	border-radius:0;
	position:relative;
	letter-spacing:0px;
	transition:all 0.3s ease 0s;
	background:none;
}
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	color:#030303;
	background:none;
}
.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:105px;
	left:50%;
	margin-left:-6px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item:after { top:0; }
.nav__primary .sf-menu >li.current-menu-item >a {
	text-decoration:none;
	color:#030303;
	background:none;
}
.nav__primary .sf-menu >li.sfHover:after { top:0; }
.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#030303;
	background:none;
}
.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:url(images/bg-sub-menu.png);
	top:128px;
	left:0;
	width:100%;
	padding:10px 0;
	margin:0;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	z-index:100;
}
.nav__primary .sf-menu >li >.sub-menu:after {
	width:0px;
	height:0px;
	border-style:solid;
	border-width:0 5.5px 6px 5.5px;
	border-color:transparent transparent #d5d5d5 transparent;
	content:"";
	position:absolute;
	top:-6px;
	left:50%;
	margin-left:-6px;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	border-top:1px solid #a0a0a0;
	padding:0;
	margin:0;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	margin:8px 0;
	background:none;
	border:none;
	color:#4b4b4b;
	text-transform:uppercase;
	display:block;
	letter-spacing:0;
	border-radius:0;
	padding:0;
	letter-spacing:0;
	font:14px/1.2em 'Ubuntu Condensed', sans-serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:4px;
	right:3px;
	left:auto;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#fff;
	text-shadow:none;
	background: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:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#000000;
	padding:10px 0;
	margin:0 0 0 0;
	top:-10px;
	left:100%;
	border:none;
	border-radius:0;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu:after {
	width:0px;
	height:0px;
	border-style:solid;
	border-width:3.5px 4px 3.5px 0;
	border-color:transparent #000000 transparent transparent;
	content:"";
	position:absolute;
	left:-4px;
	top:24px;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	padding:0;
	border-top:1px solid #4c4c4c;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	margin:8px 0;
	padding:0;
	color:#797979;
	display:inline-block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#fff;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#fff;
	text-shadow:none;
	background:none;
}
.logo {
	float:none !important;
	text-align:right;
	padding:55px 0px 55px 0;
}
@media (max-width: 1200px) {
	.logo { padding-right:0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		padding:20px 0;
		text-align:left;
	}
}
.logo .logo_tagline {
	font:12px/1.2em 'Ubuntu', sans-serif;
	color:#fff;
	margin:2px 0;
	letter-spacing:1px;
}
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
@media (max-width: 767px) {
	.social-nets-wrapper { display:none; }
}
.social-nets-wrapper .social {
	padding:2px 4px 0 0;
	margin:0 !important;
	list-style-type:none;
	text-align:right;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		text-align:left;
		margin:20px 0;
	}
}
.social-nets-wrapper .social li {
	display:inline-block;
	margin:0 0 0 2px;
}
.social-nets-wrapper .social li a {
	display:block;
	position:relative;
}
.social-nets-wrapper .social li a:after {
	content:"";
	width:37px;
	height:37px;
	background:#fff;
	position:absolute;
	top:1px;
	left:1px;
	border-radius:50%;
	z-index:-1;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.3s ease 0s;
}
.social-nets-wrapper .social li a:hover:after {
	opacity:1;
	filter:alpha(opacity=100);
}
.title-section {
	margin:0;
	padding:0;
	position:relative;
}
.title-section .title-header { display:none; }
.title-section .breadcrumb {
	background:none;
	padding:0;
	margin:0 0 0 2px;
	text-transform:uppercase;
	text-shadow:none;
	letter-spacing:0;
	border:none;
	box-shadow:none;
	border-radius:0;
	font:14px/34px 'Ubuntu Condensed', sans-serif;
}
.title-section .breadcrumb >li {
	text-shadow:none;
	line-height:34px;
	border-left:1px solid #5c9dde;
	display:inline-block;
	padding:0 21px;
}
.title-section .breadcrumb >li.active { color:#000000; }
.title-section .breadcrumb >li:first-child {
	padding-left:0;
	border:none;
}
.title-section .breadcrumb a {
	color:#fff;
	text-shadow:none;
	line-height:34px;
	display:inline-block;
}
.title-section .breadcrumb .divider {
	padding:0 2px;
	color:#5f5f5f;
	display:none;
}
.line {
	width:100%;
	height:1px;
	background:none;
	margin:19px 0;
}
#content, #sidebar { padding-top:28px; }
article {
	background:none;
	border:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.large {
	margin:0 0 30px 0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post-header .post-title {
	font-size:24px;
	margin:12px 0 23px;
	line-height:1.2em;
	color:e8e8e7;
}
article .post-header .post-title a { color:e8e8e7; }
article .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta {
	padding:10px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0;
	overflow:visible;
	background:none;
	border-top:1px solid #D8D8D8;
	border-bottom:1px solid #D8D8D8;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	border-color:#D8D8D8;
	text-transform:none;
}
article .post_meta i {
	margin-right:0;
	color:#e8e8e8;
	font-size:15px;
}
article .post_meta .post_date { color:#5f5f5f; }
article .post_meta .post_author a { color:#5f5f5f; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#5f5f5f; }
article .post_meta .post_comment a { color:#5f5f5f; }
article .post_meta .user_like, article .post_meta .post_views { color:#5f5f5f; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#5f5f5f; }
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;
}
article .gallery-post { padding-bottom:40px; }
.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:0;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:30px 40px;
	border:none;
	background:#f1f1f1;
	border-radius:0;
}
@media (max-width: 480px) {
	.single #content .post-author {
		padding-left:15px;
		padding-right:15px;
	}
}
.single #content .post-author .post-author_h {
	font:24px/1.2em 'Ubuntu Condensed', sans-serif;
	margin:0 0 25px 0;
	letter-spacing:0;
	text-transform:uppercase;
	color:e8e8e7;
	text-shadow:none;
}
.single #content .post-author .post-author_h a {
	font:24px/1.2em 'Ubuntu Condensed', sans-serif;
	color:e8e8e7;
	text-transform:uppercase;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 30px 20px 0;
}
@media (max-width: 350px) {
	.single #content .post-author .post-author_gravatar { float:none; }
}
.single #content .post-author .post-author_gravatar img {
	width:121px;
	height:121px;
	padding:0;
	border:none;
}
.single #content .post-author .post-author_desc {
	padding-left:150px;
	text-transform:none;
	color:#7b7b7b;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding-left:0; }
}
.single #content .post-author .post-author_link {
	margin-top:20px;
	text-transform:none;
	color:#7b7b7b;
	font:14px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#000;
	text-transform:none;
}
.pager li > a, .pager li > span {
	border-radius:2px;
	border:none;
	font:14px/1.2em 'Ubuntu Condensed', sans-serif;
	color:#cdcdcd;
	background:#1c1c1c;
	text-transform:uppercase;
}
.pager li > a:hover, .pager li > a:active, .pager li > a:focus, .pager li > span:hover, .pager li > span:active, .pager li > span:focus {
	color:#fff;
	background:#4992da;
}
.pagination ul {
	border-radius:0;
	box-shadow:none;
}
.pagination ul li a {
	background:#1c1c1c;
	border:none;
	color:#cdcdcd;
	margin:0 0 0 2px;
	text-transform:uppercase;
	font:14px/1.2em 'Ubuntu Condensed', sans-serif;
	border-radius:2px !important;
}
.pagination ul li a:hover, .pagination ul li a:active {
	color:#fff;
	background:#4992da;
}
.pagination ul li.active a {
	color:#747474;
	background:none;
	border-radius:0 !important;
}
.pagination ul li.active a:hover, .pagination ul li.active a:active {
	color:#747474;
	background:none;
}
.flexslider .flex-control-nav li a { background:#fff; }
.flexslider .flex-control-nav li a.flex-active, .flexslider .flex-control-nav li a:hover { background:#4992da; }
.portfolio-meta, .portfolio-meta-list, .pager, .page-header { border-color:#d4d4d3; }
.page-template-page-testi-php .testimonial, .single-testi .testimonial {
	background:#111;
	border:none;
}
.faq-list .faq-list_h { color:#fff; }
.filter-wrapper { margin:4px 0 22px; }
.filter-wrapper strong {
	color:#757575;
	padding:0;
	font:16px/1.2em 'Ubuntu Condensed', sans-serif;
	margin-right:25px;
	margin-top:9px;
	text-transform:uppercase;
	letter-spacing:0;
}
@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 0 0 10px; }
.filter-wrapper .filter li:first-child { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li { margin:0 10px 10px 0 !important; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0 !important;
	}
}
.filter-wrapper .filter li a {
	color:#949495;
	font:16px/1.4em 'Ubuntu Condensed', sans-serif;
	padding:8px 17px;
	margin:0;
	background:none;
	border-radius:2px;
	text-transform:uppercase;
	letter-spacing:0;
}
@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;
	color:#fff;
	background:#000000;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#fff;
	background:#000000;
}
.filter-wrapper .pull-right { float:none; }
.filterable-portfolio li .thumbnail { margin-bottom:18px; }
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0;
	font:18px/24px 'Ubuntu Condensed', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#757575;
	text-transform:uppercase;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.filterable-portfolio li .caption .excerpt {
	margin-bottom:20px;
	line-height:18px;
}
div.type-page h3 { margin:12px 0 23px; }
@media (max-width: 767px) {
	div.type-page h3 { margin-top:30px; }
}
div.type-page h6 { margin:0 0 20px; }
div.type-page p { margin-bottom:20px; }
.related-posts h3, .comment-holder h3, #respond h3 {
	font:24px/1.2em 'Ubuntu Condensed', sans-serif;
	margin:10px 0 20px;
	padding-top:20px;
	color:e8e8e7;
	border-top:1px solid #D8D8D8;
}
.related-posts a {
	font:14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#000;
	display:inline-block;
	letter-spacing:0;
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.related-posts .thumbnail {
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	padding:0;
	width:auto;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .comment-list .comment .comment-body {
	padding:30px 40px;
	background:#f1f1f1;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:0 20px 0 0;
	text-align:left;
	border: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:120px;
	height:120px;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:14px/1em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#000;
	text-transform:none;
	margin-top:15px;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap { text-transform:none; }
@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:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#5f5f5f;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .comment-meta:before {
	content:"";
	width:13px;
	height:15px;
	display:inline-block;
	background:url(images/calendar.png);
	position:relative;
	top:2px;
	margin-right:12px;
}
.comment-holder #respond #commentform { margin-top:0; }
#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:35px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin-top:10px;
	width:auto;
	padding:11px 19px;
	text-decoration:none !important;
	height:40px;
}
#respond #commentform .btn-align { text-align:right; }
.sidebar .widget {
	border-top:1px solid #D8D8D8;
	padding:30px 0;
	margin:0;
}
.sidebar .widget:first-child {
	border-top:none;
	padding-top:0;
}
.sidebar .widget >h3 {
	font:24px/1.2em 'Ubuntu Condensed', sans-serif;
	color:e8e8e7;
	margin-top:0;
}
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:none;
	margin:0;
	padding-left:22px;
	background:url(images/cat-arrow.png) no-repeat 0 11px;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li {
		padding:3px 0 3px 22px;
		background-position:0 8px;
	}
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:18px/30px 'Ubuntu Condensed', sans-serif;
	color:#757575;
	text-transform:uppercase;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li a, [id*="archives"] ul li a { line-height:1.2em; }
}
[id*="categories"] ul li a:hover, [id*="archives"] ul li a:hover {
	color:#4992da;
	text-decoration:none;
}
[id*="my_poststypewidget"] .post-list { margin:20px 0 0 0; }
[id*="my_poststypewidget"] .post-list li { padding:20px 0; }
[id*="my_poststypewidget"] .post-list li:first-child { padding-top:0; }
[id*="my_poststypewidget"] .post-list li .thumbnail {
	margin:0 0 20px 0;
	float:none;
}
[id*="my_poststypewidget"] .post-list li time {
	font:14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color:#5f5f5f;
	margin:0;
	text-transform:none;
	display:inline-block;
}
[id*="my_poststypewidget"] .post-list li .post-list_comment { color:#000; }
[id*="my_poststypewidget"] .post-list li .post-list_comment:before {
	content:"|";
	color:#5f5f5f;
	margin-right:5px;
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:18px/24px 'Ubuntu Condensed', sans-serif;
	text-transform:uppercase;
	letter-spacing:0;
	text-shadow:none;
	margin:14px 0;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#757575; }
[id*="my_poststypewidget"] .post-list li .excerpt {
	overflow:hidden;
	margin-bottom:0;
}
[id*="my_poststypewidget"] .post-list li .btn { margin-top:15px; }
.social .social_li .social_link {
	opacity:1;
	filter:alpha(opacity=100);
	display:inline-block;
}
.social .social_li .social_link:hover .social_ico:after {
	opacity:1;
	filter:alpha(opacity=100);
}
.social .social_li .social_link .social_ico {
	width:39px;
	height:39px;
	line-height:39px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	text-align:center;
	display:inline-block;
	position:relative;
}
.social .social_li .social_link .social_ico:after {
	content:"";
	width:38px;
	height:38px;
	position:absolute;
	background:#fff;
	top:1px;
	left:1px;
	z-index:-1;
	border-radius:50%;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.3s ease 0s;
}
.social .social_li .social_link .social_label {
	line-height:39px;
	padding:0 0 0 13px !important;
}
#wp-calendar caption, #wp-calendar thead tr th { color:#fff; }
.search-form .search-form_is {
	margin:0 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:36px;
	box-shadow:none;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
.list.custom-list ul {
	margin:0;
	list-style-type:none;
}
.list.custom-list ul li {
	background:none;
	margin:0;
	padding-left:22px;
	background:url(images/cat-arrow.png) no-repeat 0 11px;
}
@media (max-width: 1200px) {
	.list.custom-list ul li {
		padding:3px 0 3px 22px;
		background-position:0 8px;
	}
}
.list.custom-list ul li:before { display:none; }
.list.custom-list ul li a {
	font:18px/30px 'Ubuntu Condensed', sans-serif;
	color:#757575;
	text-transform:uppercase;
}
@media (max-width: 1200px) {
	.list.custom-list ul li a { line-height:1.2em; }
}
.list.custom-list ul li a:hover {
	color:#4992da;
	text-decoration:none;
}
.hr {
	background:#d4d4d3;
	margin:20px 0 30px;
}
.testimonials .testi-item { margin:0; }
@media (max-width: 767px) {
	.testimonials .testi-item { margin-top:30px !important; }
	.testimonials .testi-item:first-child { margin:0 !important; }
}
.testimonials .testi-item .testi-item_blockquote {
	border-radius:0;
	background:#1a1a1a;
}
.testimonials .testi-item .testi-item_blockquote:before {
	width:0px;
	height:0px;
	border-style:solid;
	border-width:22px 22px 0 0;
	border-color:#1a1a1a transparent transparent transparent;
	left:20px;
}
.testimonials .testi-item .testi-item_blockquote a { color:#7b7b7b; }
.testimonials .testi-item .testi-item_blockquote a:before, .testimonials .testi-item .testi-item_blockquote a:after { content:'"'; }
.testimonials .testi-item .testi-item_blockquote a:before { content:'"...'; }
.testimonials .testi-item .testi-meta { padding:30px 0 0 0; }
.testimonials.testi-about .testi-item {
	width:32%;
	margin-left:2%;
	float:left;
	padding-bottom:13px;
}
@media (max-width: 767px) {
	.testimonials.testi-about .testi-item {
		width:100%;
		float:none;
		margin:0;
	}
}
.testimonials.testi-about .testi-item:first-child { margin-left:0; }
.testimonials.testi-about .testi-meta .info { display:none; }
.testimonials.testi-about .testi-meta .user {
	font:18px/24px 'Ubuntu Condensed', sans-serif;
	color:#757575;
	text-transform:uppercase;
}
.testimonials.testi-about .testi-meta a {
	font:18px/24px 'Ubuntu Condensed', sans-serif;
	color:#4992da;
	text-transform:uppercase;
}
.posts-grid.our-team li .excerpt { display:none; }
.posts-grid.our-team li h5 {
	font-size:18px;
	line-height:1.2em;
	letter-spacing:0;
}
.posts-grid.our-team li h5 a { color:#757575; }
.accordion { margin-top:9px; }
.accordion .accordion-group {
	border:none;
	padding:3px 50px 3px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.accordion .accordion-group { padding-right:0px; }
}
.accordion .accordion-group .accordion-heading a {
	padding:0;
	font:24px/1.2em 'Ubuntu Condensed', sans-serif;
	color:e8e8e7;
	text-transform:uppercase;
	display:block;
	position:relative;
}
@media (min-width: 768px) and (max-width: 979px) {
	.accordion .accordion-group .accordion-heading a { font-size:18px; }
}
.accordion .accordion-group .accordion-heading a:hover, .accordion .accordion-group .accordion-heading a:active, .accordion .accordion-group .accordion-heading a.collapsed {
	text-decoration:none;
	color:#a4a4a4;
}
.accordion .accordion-group .accordion-heading a:hover:after, .accordion .accordion-group .accordion-heading a:active:after, .accordion .accordion-group .accordion-heading a.collapsed:after { color:#a4a4a4; }
.accordion .accordion-group .accordion-heading a.active {
	text-decoration:none;
	color:#a4a4a4;
}
.accordion .accordion-group .accordion-heading a.active:after {
	content:"-";
	color:#a4a4a4;
	font-weight:bold;
	right:13px;
}
.accordion .accordion-group .accordion-heading a:after {
	content:"+";
	color:#4992da;
	font:14px/1.2em Arial, "Helvetica Neue", Helvetica, sans-serif;
	position:absolute;
	top:5px;
	right:10px;
}
.accordion .accordion-group .accordion-body .accordion-inner {
	border:none;
	padding:17px 10px 22px 0;
	margin-bottom:14px;
	border-bottom:1px solid #d6d6d5;
}
.accordion .accordion-group .accordion-body .accordion-inner p { margin:0; }
.posts-grid.services-overview li h5 {
	font-size:18px;
	line-height:1.2em;
	margin:15px 0 20px;
}
.posts-grid.services-overview li h5 a { color:#949495; }
.posts-grid.home-portfolio li h5, .posts-grid.home-portfolio li .excerpt { display:none; }
.posts-grid.home-portfolio li .thumbnail {
	opacity:0.5;
	filter:alpha(opacity=50);
}
@media (max-width: 767px) {
	.posts-grid.home-portfolio li .thumbnail {
		opacity:0.8;
		filter:alpha(opacity=80);
	}
}
.posts-grid.home-portfolio li .thumbnail:hover {
	opacity:1;
	filter:alpha(opacity=100);
}
.tabs-wrapper { margin:-2px 0 0 0; }
.tabs-wrapper .nav-tabs { margin-bottom:34px; }
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs { padding-bottom:20px; }
}
.tabs-wrapper .nav-tabs li {
	margin:0 0 26px 20px;
	padding:0 0 0 20px;
	border-left:1px solid rgba(255,255,255,0.1);
	position:relative;
}
@media (max-width: 767px) {
	.tabs-wrapper .nav-tabs li {
		margin-left:10px;
		padding-left:10px;
	}
}
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li {
		padding:0;
		border:none;
		display:block;
		float:none;
		margin:0 !important;
	}
}
.tabs-wrapper .nav-tabs li:first-child {
	margin-left:0;
	padding-left:0;
	border:none;
}
.tabs-wrapper .nav-tabs li:first-child:after { left:0; }
.tabs-wrapper .nav-tabs li:after {
	content:"";
	width:100%;
	height:4px;
	background:url(images/arrow-top.png) no-repeat 50% 4px;
	position:absolute;
	left:10px;
	transition:all 0.3s ease 0s;
	bottom:-27px;
}
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li:after { display:none; }
}
.tabs-wrapper .nav-tabs li a {
	font:14px/1.2em 'Ubuntu Condensed', sans-serif;
	color:#fff;
	text-transform:uppercase;
	border:none;
	padding:10px 0 8px;
}
.tabs-wrapper .nav-tabs li a:hover, .tabs-wrapper .nav-tabs li a:active {
	background:none;
	border:none;
	color:#000;
}
@media (max-width: 480px) {
	.tabs-wrapper .nav-tabs li a { display:inline-block; }
}
.tabs-wrapper .nav-tabs li.active { margin-bottom:0; }
.tabs-wrapper .nav-tabs li.active a {
	color:#000;
	border:none;
	background:none;
}
.tabs-wrapper .nav-tabs li.active:after { background-position:50% 0; }
.hero-unit {
	padding:18px 0;
	margin:15px 0 47px;
	background:none;
	border-top:1px solid #d4d4d3;
	border-bottom:1px solid #d4d4d3;
	border-radius:0;
}
.hero-unit >span {
	display:block;
	background:#4992da;
	padding:30px 53px;
	text-align:center;
}
.hero-unit >span h1 {
	font:30px/1.2em 'Ubuntu Condensed', sans-serif;
	color:#fff;
	letter-spacing:1px;
	border-bottom:1px solid #6da8e1;
	padding-bottom:32px;
	margin-bottom:24px;
}
.hero-unit >span p {
	font:24px/34px 'Ubuntu', sans-serif;
	color:#fff;
}
.posts-grid.fresh-tutorials li .excerpt { display:none; }
.posts-grid.fresh-tutorials li .thumbnail { margin-bottom:18px; }
.posts-grid.fresh-tutorials li h5 {
	font:18px/24px 'Ubuntu Condensed', sans-serif;
	display:inline;
	padding:0 15px 0 0;
}
.posts-grid.fresh-tutorials li h5 a { color:#949495; }
.posts-grid.fresh-tutorials li .btn {
	text-indent:-9999px;
	display:inline-block;
	width:7px;
	height:10px;
	background:url(images/cat-arrow.png) no-repeat 0 50%;
	padding:0;
	vertical-align:baseline;
}
.posts-grid.fresh-tutorials li .btn:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
}
.vertical-divider {
	padding-left:65px;
	margin-left:34px;
	border-color:#efefef;
}
@media (min-width: 768px) and (max-width: 979px) {
	.vertical-divider {
		padding-left:30px;
		margin-left:10px;
	}
}
@media (max-width: 767px) {
	.vertical-divider {
		margin:0;
		padding:0;
		border:none;
	}
}
address { padding-bottom:80px; }
@media (max-width: 797px) {
	address { padding-bottom:0; }
}
address img.size-full.alignnone { margin:19px 0 10px; }
address p {
	color:e8e8e7;
	margin-bottom:10px !important;
}
address a { text-decoration:underline; }
.footer {
	background:#4992da;
	border:none;
}
.copyright {
	background:none;
	padding:23px 0 30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.footer-text {
	padding:0 0 0 40px;
	font:13px/1.2em 'Ubuntu Condensed', sans-serif;
	color:#fff;
	float:none;
	text-align:left;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.footer-text { padding:0 20px; }
}
.footer-text .site-name {
	font:20px/1.4em 'Krona One', sans-serif;
	color:#fff;
	text-transform:uppercase;
	padding-top:5px;
	display:inline-block;
	position:relative;
	top:3px;
	margin-right:5px;
	text-shadow:0px 0px 6px #ffffff;
}
.footer-text a { color:#fff; }
.footer-text em {
	font-style:normal;
	display:inline-block;
	padding:0 5px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-text .privacy { display:inline-block; }
}
@media (max-width: 480px) {
	.footer-text .privacy { display:inline-block; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer-text span { display:block; }
}
@media (max-width: 480px) {
	.footer-text span { display:block; }
}
nav.nav.footer-nav {
	float:none;
	margin:7px 39px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.nav.footer-nav { margin-top:15px; }
}
@media (max-width: 767px) {
	nav.nav.footer-nav { margin:20px 0 0 20px; }
}
nav.nav.footer-nav ul {
	float:none;
	text-align:right;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul { text-align:left; }
}
nav.nav.footer-nav ul li {
	float:none;
	display:inline-block;
	padding:0;
	text-transform:uppercase;
	line-height:28px;
	margin:0 0 0 20px;
	padding:0 0 0 18px;
	border-left:1px solid #5c9dde;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul li {
		margin-left:10px;
		padding-left:10px;
	}
}
@media (max-width: 480px) {
	nav.nav.footer-nav ul li {
		padding:0;
		margin:0 10px 0 0 !important;
		border:none;
	}
}
nav.nav.footer-nav ul li:first-child {
	border:none;
	margin:0;
	padding:0;
}
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#000;
	text-decoration:none;
}
.google-map, .flexslider { background:url(images/loading.gif) 50% 50% no-repeat; }
.ajax-loader {
	position:relative;
	top:5px;
	background-image:url(images/loading.gif);
	width:24px;
	display:inline-block;
	padding:24px 0 0 0;
	height:0px !important;
}
.zoom-icon:before {
	background:url(images/zoom.png) 50% 50%;
	margin:-23px 0 0 -23px;
	width:46px;
	height:46px;
}
#back-top-wrapper p a {
	width:55px;
	height:53px;
	opacity:1;
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span {
	background:url(images/totop.png) no-repeat 0 -53px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
}
#back-top-wrapper p a span {
	width:55px;
	height:53px;
	background:url(images/totop.png) no-repeat 0 0;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/totop.png",sizingMethod="crop");
	transition:200ms all;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num {
	color:#fff;
	font-family:'Ubuntu', sans-serif;
	line-height:1.5em;
	animation:myfirst 2s;
	animation-iteration-count:infinite;
	-webkit-animation-iteration-count:infinite;
}
@keyframes myfirst {
	.error404-holder .error404-holder_num 0% { text-shadow:0 0 20px #fff; }
	.error404-holder .error404-holder_num 50% { text-shadow:0 0 40px #fff; }
	.error404-holder .error404-holder_num 100% { text-shadow:0 0 20px #fff; }
}
@-webkit-keyframes myfirst {
	.error404-holder .error404-holder_num 0% { text-shadow:0 0 20px #fff; }
	.error404-holder .error404-holder_num 50% { text-shadow:0 0 40px #fff; }
	.error404-holder .error404-holder_num 100% { text-shadow:0 0 20px #fff; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.ie9 .wpcf7-form p.field input, .ie8 .wpcf7-form p.field input { padding-top:10px; }
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1.2em !important; }
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:10px !important; }
.ie8 .logo { padding-right:0; }
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li, .ie8 .list.custom-list ul li {
	padding:3px 0 3px 22px;
	background-position:0 8px;
}
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a, .ie8 .list.custom-list ul li a { line-height:1.2em; }
.ie8 .search-form .search-form_is {
	display:block;
	margin:0;
}
.ie8 .social-nets-wrapper .social li a:after { display:none; }
.ie8 #respond #commentform p input { padding-top:8px; }
.ie8 #respond #commentform p input.btn { padding:11px 19px; }
.ie8 .posts-grid.home-portfolio .thumbnail, .ie8 .posts-grid.fresh-tutorials .thumbnail, .ie8 .posts-grid.our-team .thumbnail, .ie8 .posts-grid.services-overview .thumbnail { width:100%; }
.ie8 .comment-author {
	width:120px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:120px !important;
	height:120px !important;
}
.ie8 .post-author_gravatar { width:120px !important; }
.ie8 .post-author_gravatar img { width:120px !important; }
.ie8 .comments-custom_li .thumbnail { width:58px !important; }
.ie8 .comments-custom_li .avatar {
	width:58px !important;
	height:58px !important;
}
.transition { transition:all 0.3s ease 0s; }
.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;
}
.nav-tabs { border-bottom:none; }
