@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Orbitron:400,700,500,900|Open+Sans:400,600,800,700,800italic);
@media (max-width: 767px) {
	body { padding:0; }
	body .header, body .footer {
		padding:0 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder {
		padding:0 20px 20px 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.main-holder { overflow:hidden; }
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:1em; }
}
.featured-thumbnail, .thumbnail, img.size-full {
	background:none;
	padding:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.btn, .reply a {
	border-radius:0;
	border:none;
	color:#404040;
	text-shadow:none;
	font:14px/1.2em 'Open Sans', sans-serif;
	text-transform:none;
	padding:0 0 1px 0;
	letter-spacing:0;
	box-shadow:none;
	background:none;
	text-decoration:underline;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.btn:after, .reply a:after {
	content:"";
	display:inline-block;
	width:13px;
	height:14px;
	position:relative;
	top:1px;
	background:url(images/btn.png) no-repeat;
	margin-left:10px;
	transition:all 0.3s ease 0s;
}
.btn:active, .btn:focus, .btn:hover, .reply a:active, .reply a:focus, .reply a:hover {
	background:none;
	box-shadow:none;
	text-decoration:none;
	color:#f7b901;
}
.btn:active:after, .btn:focus:after, .btn:hover:after, .reply a:active:after, .reply a:focus:after, .reply a:hover:after { margin-left:17px; }
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 7px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.2em;
	text-transform:none;
	color:#959594;
	text-decoration:none;
	position:relative;
	border-radius:0;
	border:1px solid transparent;
	background:#fff;
	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 {
	box-shadow:none;
	border-color:#666666;
}
.wpcf7-form p.field input { height:35px; }
.wpcf7-form p.field input:focus { border-color:#666666 !important; }
.wpcf7-form textarea { color:#959594 !important; }
.wpcf7-form textarea:focus { border-color:#666666 !important; }
.wpcf7-form textarea.watermark { color:#959594 !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:8px !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 {
	border:none;
	padding:0;
}
.header-sidebar-wrap [id*="meta"] >h4 { display:none; }
.header-sidebar-wrap [id*="meta"] ul {
	list-style-type:none;
	margin:0;
	text-align:right;
	padding:14px 0;
}
.header-sidebar-wrap [id*="meta"] ul li {
	display:inline-block;
	font:600 14px/1.2em 'Open Sans', sans-serif;
	margin:0 0 0 10px;
}
.header-sidebar-wrap [id*="meta"] ul li a { color:#353535; }
.header-sidebar-wrap [id*="meta"] ul li a:hover {
	color:#f7b901;
	text-decoration:none;
}
.header-sidebar-wrap [id*="meta"] ul li a abbr {
	cursor:pointer;
	border:none;
}
.telephone {
	text-align:right;
	margin-top:23px;
}
.telephone span {
	border-radius:6px 0 0 6px;
	background-color:#393939;
	background-image:-moz-linear-gradient(top,#434343,#292929);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#434343),to(#292929));
	background-image:-webkit-linear-gradient(top,#434343,#292929);
	background-image:-o-linear-gradient(top,#434343,#292929);
	background-image:linear-gradient(to bottom,#434343,#292929);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff292929', GradientType=0);
	padding:0 10px 2px 10px;
	display:inline-block;
	font:800 33px/39px 'Open Sans', sans-serif;
	font-style:italic;
	filter:none !important;
	color:#f7b901;
	vertical-align:middle;
}
@media (max-width: 767px) {
	.telephone span {
		display:block;
		border-radius:6px 6px 0 0;
	}
}
.telephone span i {
	color:#f6f6f6;
	font-size:33px;
	margin-right:5px;
}
.telephone span.number {
	border-radius:0 6px 6px 0;
	padding:0 12px 2px 10px;
	background:none;
	background:#f7b901;
	color:#2b2b2b;
	font-size:26px;
	font-weight:bold;
	font-style:normal;
	filter:none !important;
}
@media (max-width: 767px) {
	.telephone span.number {
		border-radius:0 0 6px 6px;
		margin-bottom:20px;
	}
}
.telephone span.number a { color:#2b2b2b; }
.nav-wrap {
	background-color:#383838;
	background-image:-moz-linear-gradient(top,#434343,#282828);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#434343),to(#282828));
	background-image:-webkit-linear-gradient(top,#434343,#282828);
	background-image:-o-linear-gradient(top,#434343,#282828);
	background-image:linear-gradient(to bottom,#434343,#282828);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff282828', GradientType=0);
	border-bottom:1px solid #6a6a6a;
	position:relative;
}
.nav-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
}
.nav-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
}
.nav-wrap:before {
	background-color:#383838;
	background-image:-moz-linear-gradient(top,#434343,#282828);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#434343),to(#282828));
	background-image:-webkit-linear-gradient(top,#434343,#282828);
	background-image:-o-linear-gradient(top,#434343,#282828);
	background-image:linear-gradient(to bottom,#434343,#282828);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff282828', GradientType=0);
	border-bottom:1px solid #6a6a6a;
}
.nav-wrap:after {
	background-color:#383838;
	background-image:-moz-linear-gradient(top,#434343,#282828);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#434343),to(#282828));
	background-image:-webkit-linear-gradient(top,#434343,#282828);
	background-image:-o-linear-gradient(top,#434343,#282828);
	background-image:linear-gradient(to bottom,#434343,#282828);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff282828', GradientType=0);
	border-bottom:1px solid #6a6a6a;
}
.nav-shadow {
	width:100%;
	height:12px;
	background:url(images/nav-shadow.png) repeat-x;
	position:relative;
	position:absolute;
	top:100%;
	z-index:-1;
}
.nav-shadow:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
}
.nav-shadow:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
}
.nav-shadow:before { background:url(images/nav-shadow.png) repeat-x; }
.nav-shadow:after { background:url(images/nav-shadow.png) repeat-x; }
.nav__primary {
	position:relative;
	float:right;
	overflow:visible;
	margin:0;
	border:none;
	padding:0;
}
@media (max-width: 767px) {
	.nav__primary {
		float:none;
		padding:10px 0;
	}
}
.nav__primary .sf-menu {
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	z-index:1;
	border-right:1px solid #000;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	position:relative;
	border:none;
	padding:0;
	margin:0;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li:first-child { border-left:1px solid #545353; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:18px 29px 21px;
	text-transform:uppercase;
	border-radius:0;
	position:relative;
	letter-spacing:0;
	transition:all 0.3s ease 0s;
	background:none;
	overflow:hidden;
	border-left:1px solid #000000;
	border-right:1px solid #545353;
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li >a { padding:18px 15px 21px; }
}
.nav__primary .sf-menu >li >a:after {
	position:absolute;
	bottom:-20px;
	content:"";
	width:100%;
	height:4px;
	background:#f7b901;
	left:0;
	border-bottom:1px solid #282828;
	visibility:hidden;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >a:hover {
	color:#fff;
	text-decoration:none;
	background:url(images/menu-hover.png) repeat-x;
	border-left:1px solid #000000;
	border-right:1px solid #545353;
}
.nav__primary .sf-menu >li >a:hover:after {
	visibility:visible;
	bottom: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:40px;
	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 >a {
	color:#fff;
	text-decoration:none;
	background:url(images/menu-hover.png) repeat-x;
	border-left:1px solid #000000;
	border-right:1px solid #545353;
}
.nav__primary .sf-menu >li.current-menu-item >a:after {
	visibility:visible;
	bottom:0;
}
.nav__primary .sf-menu >li.sfHover >a {
	color:#fff;
	text-decoration:none;
	background:url(images/menu-hover.png) repeat-x;
	border-left:1px solid #000000;
	border-right:1px solid #545353;
}
.nav__primary .sf-menu >li.sfHover >a:after {
	visibility:visible;
	bottom: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:#232323;
	top:60px;
	left:0;
	width:160px;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	border-top:1px solid #393939;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	padding:10px 17px;
	background:none;
	border:none;
	color:#979696;
	text-transform:none;
	display:block;
	letter-spacing:0;
	border-radius:0;
	margin:0;
	letter-spacing:0;
	font:13px/1em 'Open Sans', sans-serif;
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#f7b901;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:11px;
	right:10px;
	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:#f7b901;
	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:#f7b901;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#232323;
	padding:0;
	margin:0;
	top:0;
	left:100%;
	border-radius:0;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:left;
	border:none;
	border-top:1px solid #393939;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border-top:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	padding:10px 17px;
	color:#979696;
	display:block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#f7b901;
	text-shadow:none;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#f7b901;
	text-shadow:none;
	background:none;
}
.logo-wrap {
	background:url(images/bg-header.png) repeat-x;
	min-height:89px;
	position:relative;
}
.logo-wrap:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
}
.logo-wrap:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
}
.logo-wrap:before { background:url(images/bg-header.png) repeat-x; }
.logo-wrap:after { background:url(images/bg-header.png) repeat-x; }
.logo {
	position:absolute;
	top:20px;
	text-align:center;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		position:relative;
		top:0;
		margin:20px 0;
	}
	.logo.pull-left { float:none; }
}
.logo a {
	filter:none !important;
	background-color:#393939;
	background-image:-moz-linear-gradient(top,#434343,#292929);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#434343),to(#292929));
	background-image:-webkit-linear-gradient(top,#434343,#292929);
	background-image:-o-linear-gradient(top,#434343,#292929);
	background-image:linear-gradient(to bottom,#434343,#292929);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff292929', GradientType=0);
	display:block;
	padding:14px 11px 12px 11px;
	border-radius:6px 6px 0 0;
}
@media (max-width: 767px) {
	.logo a { text-align:center; }
}
.logo p {
	background:#f7b901;
	border-top:1px solid #fbde02;
	font:italic 34px/1.1em 'Orbitron', sans-serif;
	font-weight:900;
	text-align:center;
	padding:0 5px 3px 0;
	color:#2c2c2c;
	margin:0;
	border-radius:0 0 6px 6px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.logo p { font-size:16px; }
}
.logo .logo_h__txt { text-align:center; }
.logo .logo_h__txt a { padding:5px 15px 5px 5px; }
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active {
	color:#fff;
	text-decoration:none;
}
.camera { margin-bottom:0 !important; }
.camera .camera_pag {
	position:relative;
	bottom:37px;
	z-index:1000;
	text-align:right;
}
.camera .camera_pag .camera_pag_ul {
	background:#3d3b32;
	background:rgba(0,0,0,0.6);
	border-radius:6px 0 0 0;
	display:inline-block;
	padding:0 63px 0 8px;
}
.camera .camera_pag .camera_pag_ul li {
	background:none;
	border:3px solid #dfdfdf;
	border-radius:50%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:17px;
	height:17px;
	margin:11px 3px 9px;
	float:left;
}
.camera .camera_pag .camera_pag_ul li:hover { background:none !important; }
.camera .camera_pag .camera_pag_ul li:hover span { background:none !important; }
.camera .camera_pag .camera_pag_ul li span { background:none; }
.camera .camera_pag .camera_pag_ul li.cameracurrent { border-color:#f7b901; }
.camera .camera_pag .camera_pag_ul li.cameracurrent span { background:none; }
.camera .camera_pag .camera_pag_ul li.camera_hover { border-color:#f7b901; }
.camera_thumbs_cont {
	background:none;
	position:relative;
	bottom:70px;
}
@media (max-width: 1200px) {
	.camera_thumbs_cont { display:none !important; }
}
.content-holder {
	background:url(images/bg-content.png) repeat-x 0 0;
	padding-bottom:10px;
}
.home .content-holder { padding:30px 0 0; }
.home .service-home-wrap {
	border-top:1px solid #000000;
	width:100%;
	background-color:#333333;
	background-image:-moz-linear-gradient(top,#282828,#434343);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#282828),to(#434343));
	background-image:-webkit-linear-gradient(top,#282828,#434343);
	background-image:-o-linear-gradient(top,#282828,#434343);
	background-image:linear-gradient(to bottom,#282828,#434343);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff434343', GradientType=0);
	box-shadow:0 4px 0 #7a7a7a;
	border-radius:0 0 6px 6px;
	margin-bottom:34px;
}
.home .service-home-wrap >.row-fluid >.span4 {
	width:33.3%;
	margin:0;
	border-right:1px solid #545353;
	border-left:1px solid #000000;
}
.home .service-home-wrap >.row-fluid >.span4:first-child {
	width:33.4%;
	border-left:none;
}
@media (max-width: 490px) {
	.home .service-home-wrap >.row-fluid >.span4:first-child {
		width:100%;
		float:none;
	}
}
.home .service-home-wrap >.row-fluid >.span4:last-child { border-right:none; }
@media (max-width: 767px) {
	.home .service-home-wrap >.row-fluid >.span4 { float:left; }
}
@media (max-width: 490px) {
	.home .service-home-wrap >.row-fluid >.span4 {
		width:100%;
		border:none;
		float:none;
		border-top:1px solid #545353;
	}
}
.home .service-box.service-home {
	padding:15px 20px 14px 30px;
	border:none;
	border-radius:0;
	box-shadow:none;
	background:none;
	z-index:100;
}
@media (max-width: 767px) {
	.home .service-box.service-home { padding:14px; }
}
@media (max-width: 620px) {
	.home .service-box.service-home { padding:5px; }
}
.home .service-box.service-home .icon {
	position:absolute;
	top:0;
	z-index:0;
}
.home .service-box.service-home .title, .home .service-box.service-home .sub-title {
	text-shadow:0 1px 1px #000000;
	margin-left:50px;
	position:relative;
	z-index:10;
}
@media (max-width: 767px) {
	.home .service-box.service-home .title, .home .service-box.service-home .sub-title { margin-left:10px; }
}
.home .service-box.service-home .title {
	font:700 34px/32px 'Orbitron', sans-serif;
	color:#fff;
	margin-top:2px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.home .service-box.service-home .title {
		font-size:28px;
		line-height:28px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.home .service-box.service-home .title {
		font-size:20px;
		line-height:22px;
	}
}
@media (max-width: 767px) {
	.home .service-box.service-home .title {
		font-size:20px;
		line-height:22px;
	}
}
.home .service-box.service-home .sub-title {
	font:900 44px/32px 'Orbitron', sans-serif;
	color:#f7b901;
	margin-bottom:5px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.home .service-box.service-home .sub-title {
		font-size:35px;
		line-height:28px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.home .service-box.service-home .sub-title {
		font-size:25px;
		line-height:22px;
	}
}
@media (max-width: 767px) {
	.home .service-box.service-home .sub-title {
		font-size:25px;
		line-height:22px;
	}
}
.home .service-box.service-home .service-box_txt { display:inline; }
.home .service-box.service-home .btn-align { display:inline; }
.home .service-box.service-home .btn-align .btn {
	display:inline-block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	width:13px;
	height:14px;
	background:url(images/btn.png) no-repeat;
	margin-left:10px;
	transition:none;
}
.home .service-box.service-home .btn-align .btn:hover { background-position:0 -14px; }
.home .service-box.service-home.first .icon { left:22px; }
.home .service-box.service-home.second .icon {
	top:9px;
	left:20px;
}
.home .service-box.service-home.third .icon { top:9px; }
.home .box_dark .list.custom-list {
	position:relative;
	margin-top:-21px;
}
.home .box_dark >div { padding-bottom:31px; }
.title-section {
	margin:30px 0 10px;
	padding:10px 29px 26px;
	background:#cccccc;
	background:-moz-linear-gradient(top,#cccccc 0%,#ffffff 50%,#ffffff 100%);
	background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#cccccc),color-stop(50%,#ffffff),color-stop(100%,#ffffff));
	background:-webkit-linear-gradient(top,#cccccc 0%,#ffffff 50%,#ffffff 100%);
	background:-o-linear-gradient(top,#cccccc 0%,#ffffff 50%,#ffffff 100%);
	background:-ms-linear-gradient(top,#cccccc 0%,#ffffff 50%,#ffffff 100%);
	background:linear-gradient(to bottom,#cccccc 0%,#ffffff 50%,#ffffff 100%);
	position:relative;
	border-radius:6px;
}
.title-section .title-header {
	margin:4px 0 12px;
	font:bold 22px/1.2em 'Open Sans', sans-serif;
}
.title-section .breadcrumb {
	background:none;
	padding:10px 0;
	text-transform:none;
	text-shadow:none;
	letter-spacing:0;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	border-radius:0;
	font:16px/1.2em 'Open Sans', sans-serif;
}
.title-section .breadcrumb >li { text-shadow:none; }
.title-section .breadcrumb >li.active { color:#363636; }
.title-section .breadcrumb a {
	color:#363636;
	text-shadow:none;
	font-weight:bold;
}
.title-section .breadcrumb .divider {
	padding:0 2px;
	color:#363636;
}
#content, #sidebar { padding-top:20px; }
@media (max-width: 767px) {
	#content.left { float:none !important; }
}
article {
	border-radius:6px;
	background:#e5e5e5;
}
article .post-header {
	background-color:#e0e0e0;
	background-image:-moz-linear-gradient(top,#cccccc,#ffffff);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#cccccc),to(#ffffff));
	background-image:-webkit-linear-gradient(top,#cccccc,#ffffff);
	background-image:-o-linear-gradient(top,#cccccc,#ffffff);
	background-image:linear-gradient(to bottom,#cccccc,#ffffff);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffffffff', GradientType=0);
}
article .post-header .post-title {
	margin:0;
	padding:19px 30px;
	font-size:18px;
	line-height:1.2em;
	color:#404040;
}
article .post-header .post-title a { color:#404040; }
article .thumbnail { margin:30px 30px 10px 30px; }
@media (max-width: 480px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:30px 30px 0 30px;
	}
	article .thumbnail img { width:100%; }
}
article .post_content { margin:30px 30px 0 30px; }
article .post_meta {
	margin:0 30px;
	padding:10px 0;
	border-top:1px solid #d5d5d5;
	border-bottom:1px solid #d5d5d5;
	position:relative;
	display:block;
	margin-bottom:20px;
	overflow:visible;
}
article .post_meta .post_meta_unite { border-color:#d5d5d5; }
article .post_meta i {
	margin-right:6px;
	color:#a7a7a7;
	font-size:15px;
}
article .post_meta span {
	font:14px/1.2em 'Open Sans', sans-serif;
	margin-right:10px;
}
article .post_meta .post_date { color:#363636; }
article .post_meta .post_author a {
	color:#f7b901;
	font-weight:bold;
}
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#959594; }
article .post_meta .post_comment a { color:#959594; }
article .post_meta .user_like, article .post_meta .post_views { color:#959594; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#959594; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
.single #content article {
	border-radius:6px 6px 0 0;
	margin-bottom:0;
}
.single #content article .thumbnail { margin:30px; }
@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;
	background:#e5e5e5;
	padding-left:24px;
	border:none;
	margin:0;
	width:auto;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	padding:30px 24px;
	border:none;
	border-radius:0 0 8px 8px;
	background:#e5e5e5;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.single #content .post-author >div {
	background:#2f2f2f;
	padding:30px;
	border-radius:6px;
}
.single #content .post-author .post-author_h {
	font:14px/1.2em 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	letter-spacing:0;
	text-transform:none;
	color:#959594;
}
.single #content .post-author .post-author_h a {
	color:#f7b901;
	font-weight:bold;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:0 20px 20px 0;
	padding:0;
	border:none;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_gravatar { float:none; }
}
.single #content .post-author .post-author_gravatar img {
	border:none;
	padding:14px;
	background:#fff;
	width:58px;
	height:58px;
}
.single #content .post-author .post-author_desc {
	padding-left:110px;
	text-transform:none;
	color:#959594;
	font:14px/21px 'Open Sans', sans-serif;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { padding:0; }
}
.single #content .post-author .post-author_link {
	margin-top:15px;
	font-size:14px;
	text-transform:none;
	color:#959594;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	color:#f7b901;
}
.box_light >div {
	background:#e5e5e5;
	border-radius:6px;
	padding-bottom:20px;
}
.box_light >div h2 {
	background-color:#e0e0e0;
	background-image:-moz-linear-gradient(top,#cccccc,#ffffff);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#cccccc),to(#ffffff));
	background-image:-webkit-linear-gradient(top,#cccccc,#ffffff);
	background-image:-o-linear-gradient(top,#cccccc,#ffffff);
	background-image:linear-gradient(to bottom,#cccccc,#ffffff);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffffffff', GradientType=0);
	padding:19px 30px;
	margin:0 0 30px 0;
	border-radius:6px 6px 0 0;
}
@media (max-width: 767px) {
	.box_light >div h2 { margin-top:30px; }
}
.box_light >div p, .box_light >div h4 { padding:0 30px; }
.box_light >div .well { margin:0 30px; }
.box_light >div .well a {
	margin:0;
	color:#363636;
}
.box_light >div h4 {
	text-transform:none;
	margin-top:0;
}
.box_light >div a { margin:7px 30px 0 30px; }
.box_light >div img.size-full { margin:0 30px 0 0; }
@media (max-width: 1200px) {
	.box_light >div img.size-full { margin:0 30px 20px 0; }
}
@media (max-width: 480px) {
	.box_light >div img.size-full {
		float:none;
		display:block;
	}
}
.box_dark >div {
	background:#2f2f2f;
	border-radius:6px;
	padding-bottom:30px;
}
.box_dark >div h2 {
	background-color:#333333;
	background-image:-moz-linear-gradient(top,#282828,#434343);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#282828),to(#434343));
	background-image:-webkit-linear-gradient(top,#282828,#434343);
	background-image:-o-linear-gradient(top,#282828,#434343);
	background-image:linear-gradient(to bottom,#282828,#434343);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff434343', GradientType=0);
	padding:19px 30px;
	margin:0 0 27px 0;
	border-radius:6px 6px 0 0;
	color:#f7b901;
}
@media (max-width: 767px) {
	.box_dark >div h2 { margin-top:30px; }
}
.box_dark >div a {
	margin:7px 30px 0 30px;
	color:#fff;
}
.filter-wrapper {
	margin:1px 0 0;
	background:#e5e5e5;
	border-radius:6px 6px 0 0;
	padding:22px 29px 10px;
}
.filter-wrapper strong {
	color:#363636;
	padding:0;
	font:600 16px/1.2em 'Open Sans', sans-serif;
	margin-right:20px;
	margin-top:9px;
	position:relative;
	text-transform:none;
	vertical-align:top;
	letter-spacing:0;
	display:inline-block;
	float:none;
}
@media (max-width: 979px) {
	.filter-wrapper strong {
		display:block;
		text-align:left;
		float:none;
		margin-bottom:20px;
	}
}
.filter-wrapper .pull-right {
	float:none;
	text-align:right;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { text-align:left; }
}
.filter-wrapper .filter {
	position:relative;
	top:0;
	margin:0;
	display:inline-block;
	float:none;
}
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li { margin:0 0 5px 20px; }
.filter-wrapper .filter li:first-child { margin-left:0; }
@media (max-width: 979px) {
	.filter-wrapper .filter li { margin:0 20px 5px 0; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		display:block;
		float:none;
		margin:0 0 5px 0;
	}
}
.filter-wrapper .filter li a {
	color:#363636;
	font:600 16px/1.2em 'Open Sans', sans-serif;
	padding:9px 20px;
	margin:0;
	background:none;
	border-radius:6px;
	text-transform:none;
	letter-spacing:0;
	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:#363636;
	background:#f7b901;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	box-shadow:none;
	color:#363636;
	background:#f7b901;
}
@media (max-width: 979px) {
	.filter-wrapper .pull-right { float:none; }
}
.filterable-portfolio {
	position:relative;
	padding:16px 18px 20px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin:0 0 30px 0;
	background:#e5e5e5;
	border-radius:0 0 6px 6px;
	overflow:visible !important;
}
.filterable-portfolio .portfolio_item {
	margin:0 0 20px;
	padding:0 10px 20px;
}
.filterable-portfolio li {
	margin:0;
	padding:0 10px 20px;
}
.filterable-portfolio li .caption h3 {
	text-shadow:none;
	margin:20px 0 10px;
	text-transform:none;
	font:600 16px/1.2em 'Open Sans', sans-serif;
	letter-spacing:0;
}
.filterable-portfolio li .caption h3 a {
	color:#363636;
	text-decoration:none;
}
.filterable-portfolio li .caption h3 a:hover, .filterable-portfolio li .caption h3 a:active { text-decoration:underline; }
.related-posts, .comment-holder, #respond {
	padding-top:0;
	margin-top:30px;
	background:#e5e5e5;
	border-radius:6px;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	background-color:#e0e0e0;
	background-image:-moz-linear-gradient(top,#cccccc,#ffffff);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#cccccc),to(#ffffff));
	background-image:-webkit-linear-gradient(top,#cccccc,#ffffff);
	background-image:-o-linear-gradient(top,#cccccc,#ffffff);
	background-image:linear-gradient(to bottom,#cccccc,#ffffff);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffffffff', GradientType=0);
	margin:0;
	padding:19px 30px;
	font-size:18px;
	line-height:1.2em;
	border-radius:6px 6px 0 0;
	color:#404040;
}
.related-posts >ul, .related-posts >ol, .related-posts #commentform, .comment-holder >ul, .comment-holder >ol, .comment-holder #commentform, #respond >ul, #respond >ol, #respond #commentform { padding:30px; }
.related-posts .cancel-comment-reply a, .comment-holder .cancel-comment-reply a, #respond .cancel-comment-reply a { margin:30px; }
.related-posts { overflow:visible; }
.related-posts .thumbnail a {
	display:block;
	margin:0;
}
.related-posts .thumbnail a img {
	display:block;
	width:100%;
}
.related-posts a {
	color:#363636;
	display:inline-block;
	font:600 16px/1.2em 'Open Sans', sans-serif;
	margin-top:15px;
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.comment-holder .comment-list .comment .comment-body {
	padding:30px 30px 30px 20px;
	border:none;
	background:#2f2f2f;
	border-radius:6px;
}
.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:58px;
	height:58px;
	display:block;
	margin:0;
	padding:14px;
	background:#fff;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:bold 14px/1.2em 'Open Sans', sans-serif;
	color:#f7b901;
	text-transform:none;
	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:2px 0 0 0;
	font:15px/1.2em 'Open Sans', sans-serif;
	color:#f6f6f6;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link {
	text-decoration:underline !important;
	margin-bottom:3px;
	color:#f6f6f6;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link:hover {
	text-decoration:none !important;
	color:#f7b901;
}
.comment-holder .comment-list .comment .comment-body .comment-reply-link:hover:after { margin-left:13px; }
.comment-holder #respond { background:#d8d8d8; }
.comment-holder #respond .cancel-comment-reply { padding:20px 0 0; }
.comment-holder #respond .cancel-comment-reply a { margin:0 0 0 30px; }
.comment-holder #respond #commentform { padding-top:10px; }
#cancel-comment-reply-link { color:#404040 !important; }
#commentform a { color:#404040; }
#commentform textarea {
	width:100%;
	min-width:inherit;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:inherit;
	max-height:inherit;
	min-width:auto;
	padding:12px 10px 10px;
}
#commentform input[type="text"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:inherit;
	min-width:inherit;
	width:100%;
	padding:0 10px;
	height:40px;
	margin-bottom:2px;
}
#commentform input[type="text"]:focus { box-shadow:none; }
#commentform input.btn {
	margin-top:10px;
	width:auto;
	border:none;
	height:auto;
}
#commentform .btn-align { text-align:right; }
.sidebar .widget {
	background:#2f2f2f;
	border-radius:6px;
}
.sidebar .widget >h3 {
	margin:0;
	border-radius:6px 6px 0 0;
	background-color:#333333;
	background-image:-moz-linear-gradient(top,#282828,#434343);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#282828),to(#434343));
	background-image:-webkit-linear-gradient(top,#282828,#434343);
	background-image:-o-linear-gradient(top,#282828,#434343);
	background-image:linear-gradient(to bottom,#282828,#434343);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff434343', GradientType=0);
	color:#f7b901;
	padding:16px 30px;
	font-size:22px;
	line-height:1.2em;
}
.sidebar .widget >div, .sidebar .widget >ul, .sidebar .widget #calendar_wrap { padding:30px; }
[id*="categories"] ul, [id*="archives"] ul {
	margin:0;
	padding:14px 29px !important;
	list-style-type:none;
}
[id*="categories"] ul li, [id*="archives"] ul li {
	background:url(images/menu-arrow.png) no-repeat 0 17px;
	padding-left:25px;
	position:relative;
}
[id*="categories"] ul li:after, [id*="archives"] ul li:after {
	content:"";
	left:0;
	top:0;
	width:100%;
	height:2px;
	position:absolute;
	background:url(images/border-category.png) repeat-x;
}
[id*="categories"] ul li:first-child:after, [id*="archives"] ul li:first-child:after { display:none; }
@media (max-width: 1200px) {
	[id*="categories"] ul li, [id*="archives"] ul li {
		padding:10px 0 10px 25px;
		background-position:0 12px;
	}
}
[id*="categories"] ul li a, [id*="archives"] ul li a {
	font:600 16px/50px 'Open Sans', sans-serif;
	color:#959594;
	text-transform:none;
}
[id*="categories"] ul li a:hover, [id*="archives"] ul li a:hover {
	color:#f7b901;
	text-decoration:none;
}
@media (max-width: 1200px) {
	[id*="categories"] ul li a, [id*="archives"] ul li a { line-height:1.2em; }
}
[id*="my_poststypewidget"] .post-list li { padding:5px 0; }
@media (max-width: 480px) {
	[id*="my_poststypewidget"] .post-list li { margin-top:30px; }
	[id*="my_poststypewidget"] .post-list li:first-child { margin:0; }
}
[id*="my_poststypewidget"] .post-list li .post-list_h {
	font:600 16px/1.2em 'Open Sans', sans-serif;
	letter-spacing:0;
	margin:0 0 10px;
	text-transform:none;
}
[id*="my_poststypewidget"] .post-list li .post-list_h a { color:#959594; }
[id*="my_poststypewidget"] .post-list li .thumbnail { margin:0 30px 0 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		display:block;
		margin:0 30px 20px 0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		display:inline-block;
	}
}
@media (max-width: 480px) {
	[id*="my_poststypewidget"] .post-list li .thumbnail {
		float:none;
		display:block;
		margin:0 30px 20px 0;
	}
}
[id*="my_poststypewidget"] .post-list li time { color:#fff; }
[id*="my_poststypewidget"] .post-list li .btn { color:#fff; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .thumbnail {
	padding:14px;
	background:#fff;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .thumbnail img {
	width:58px;
	height:58px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format { margin:0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author {
	margin:3px 0 10px;
	font:bold 14px/1.2em 'Open Sans', sans-serif;
	color:#f7b901;
	letter-spacing:0;
	text-transform:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	background:none;
	color:#fff;
	padding:0;
	margin-top:25px;
	font-weight:normal;
	display:block;
	font-size:15px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt {
	border:none;
	font-size:14px;
	line-height:21px;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#959594; }
#calendar_wrap caption { color:#f7b901; }
.search-form .search-form_is {
	margin:0 0 0 10px;
	padding-top:1px;
	padding-bottom:1px;
	height:27px;
	color:#f7b901;
	box-shadow:none;
}
.search-form .search-form_is:hover { color:#fff; }
@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;
	}
}
.posts-grid.solutions { margin-bottom:10px; }
.posts-grid.solutions li {
	background:#e5e5e5;
	border-radius:6px;
}
.posts-grid.solutions li h5 {
	background-color:#e0e0e0;
	background-image:-moz-linear-gradient(top,#cccccc,#ffffff);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#cccccc),to(#ffffff));
	background-image:-webkit-linear-gradient(top,#cccccc,#ffffff);
	background-image:-o-linear-gradient(top,#cccccc,#ffffff);
	background-image:linear-gradient(to bottom,#cccccc,#ffffff);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcccccc', endColorstr='#ffffffff', GradientType=0);
	padding:17px 30px;
	margin:0;
	font-size:22px;
	line-height:1.2em;
	border-radius:6px 6px 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.posts-grid.solutions li h5 { font-size:16px; }
}
.posts-grid.solutions li h5 a { color:#404040; }
.posts-grid.solutions li .thumbnail { margin:0 0 28px 0; }
.posts-grid.solutions li .grid-content { padding:30px; }
.well {
	padding:0 10px 0 0;
	background:#f7b901;
	border-radius:6px;
	font:600 16px/30px 'Open Sans', sans-serif;
	color:#363636;
	display:inline-block;
	min-height:30px;
	margin-bottom:7px !important;
}
.well:before {
	content:"";
	font-family:FontAwesome;
	color:#fff;
	line-height:30px;
	border-radius:6px 0 0 6px;
	font-size:24px;
	padding:0 7px 0 9px;
	position:relative;
	top:0;
	margin:0 10px 0 0;
	vertical-align:top;
	font-weight:normal;
	display:inline-block;
	background-color:#333333;
	background-image:-moz-linear-gradient(top,#282828,#434343);
	background-image:-webkit-gradient(linear,0 0,0 100%,from(#282828),to(#434343));
	background-image:-webkit-linear-gradient(top,#282828,#434343);
	background-image:-o-linear-gradient(top,#282828,#434343);
	background-image:linear-gradient(to bottom,#282828,#434343);
	background-repeat:repeat-x;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff282828', endColorstr='#ff434343', GradientType=0);
}
@media (max-width: 1200px) {
	.well:before { border-radius:6px; }
}
.testimonials.testi-about { padding:0 30px; }
.testimonials.testi-about .testi-item {
	margin:0;
	padding:0 0 30px 0;
}
.testimonials.testi-about .testi-item .testi-item_blockquote {
	background:none;
	border-radius:0;
	padding:0 0 0 40px;
}
.testimonials.testi-about .testi-item .testi-item_blockquote:before { border:none; }
.testimonials.testi-about .testi-item .testi-item_blockquote:after {
	background:url(images/quote.png) no-repeat;
	width:26px;
	height:15px;
	top:2px;
	left:0;
}
.testimonials.testi-about .testi-item .testi-item_blockquote a {
	margin:0;
	color:#959594;
	line-height:21px;
}
.testimonials.testi-about .testi-item .testi-item_blockquote a:hover { text-decoration:underline; }
.testimonials.testi-about .testi-item .testi-meta { padding:7px 0 0 40px; }
.testimonials.testi-about .testi-item .testi-meta a { display:none; }
.testimonials.testi-about .testi-item .testi-meta .user {
	color:#fff;
	font-weight:bold;
}
.list.custom-list ul {
	margin:0;
	padding:0 30px;
	list-style-type:none;
}
.list.custom-list ul li {
	background:url(images/menu-arrow.png) no-repeat 0 17px;
	padding-left:25px;
	position:relative;
	margin:0;
}
.list.custom-list ul li:before { display:none; }
.list.custom-list ul li:after {
	content:"";
	left:0;
	top:0;
	width:100%;
	height:2px;
	position:absolute;
	background:url(images/border-category.png) repeat-x;
}
.list.custom-list ul li:first-child:after { display:none; }
@media (max-width: 1200px) {
	.list.custom-list ul li {
		padding:10px 0 10px 25px;
		background-position:0 12px;
	}
}
.list.custom-list ul li a {
	font:600 16px/50px 'Open Sans', sans-serif;
	color:#959594;
	text-transform:none;
	margin:0;
}
.list.custom-list ul li a:hover {
	color:#f7b901;
	text-decoration:none;
}
@media (max-width: 1200px) {
	.list.custom-list ul li a { line-height:1.2em; }
}
.footer {
	border:none;
	background:none;
	padding-bottom:30px;
}
.footer-text { color:#000000; }
.footer-text .site-name { color:#000000; }
.footer-nav { margin:0; }
.footer-nav .menu li a:hover {
	text-decoration:underline;
	color:#f7b901;
}
#back-top-wrapper p a {
	width:24px;
	height:24px;
	opacity:1;
	filter:alpha(opacity=100);
}
#back-top-wrapper p a:hover { background:none; }
#back-top-wrapper p a:hover span { background:url(images/totop.png) no-repeat 0 -24px; }
#back-top-wrapper p a span {
	width:24px;
	height:24px;
	background:url(images/totop.png) no-repeat 0 0;
	transition:200ms all;
}
.flexslider { margin-bottom:50px !important; }
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num { color:#f7b901; }
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.ajax-loader {
	background-image:url("images/loading.gif");
	width:20px;
	display:inline-block;
	padding:20px 0 0 0;
	height:0px !important;
}
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4, .ie8 h5, .ie8 h6 { line-height:1em; }
.ie8 .nav-wrap {
	background:#3b3b3b !important;
	filter:none !important;
}
.ie8 .nav-wrap:before {
	background:#3b3b3b;
	filter:none !important;
}
.ie8 .nav-wrap:after {
	background:#3b3b3b;
	filter:none !important;
}
.ie8 .wpcf7-form .wpcf7-not-valid-tip { font-size:8px !important; }
.ie8 .camera_thumbs_cont { display:none !important; }
.ie8 .home .service-box.service-home .title {
	font-size:28px;
	line-height:28px;
}
.ie8 .home .service-box.service-home .sub-title {
	font-size:35px;
	line-height:28px;
}
.ie8 .box_light >div img.size-full { margin:0 30px 20px 0; }
.ie8 [id*="categories"] ul li, .ie8 [id*="archives"] ul li, .ie8 .list.custom-list ul li {
	padding:10px 0 10px 25px;
	background-position:0 12px;
}
.ie8 [id*="categories"] ul li a, .ie8 [id*="archives"] ul li a, .ie8 .list.custom-list ul li a { line-height:1.2em; }
.ie8 [id*="my_poststypewidget"] .post-list li .thumbnail {
	float:none;
	display:block;
	margin:0 30px 20px 0;
}
.ie8 .search-form .search-form_is {
	display:block;
	margin-left:0;
}
.ie8 .well:before { border-radius:6px; }
.ie8 .solutions .thumbnail { width:100%; }
.ie8 #respond #commentform p input {
	height:35px;
	padding:7px 10px;
}
.ie8 #respond #commentform p input.btn { padding:0; }
.ie8 .reply a:hover:after, .ie8 .reply a:active:after { margin-left:10px !important; }
.ie8 .comment-author {
	width:58px !important;
	height:auto !important;
	margin-right:30px;
}
.ie8 .comment-author img {
	width:58px !important;
	height:58px !important;
}
.ie8 .comment-body .extra-wrap { padding-left:30px; }
.ie8 .post-author_gravatar { width:58px !important; }
.ie8 .comments-custom_li .thumbnail { width:86px !important; }
.ie8 .comments-custom_li .avatar { width:58px !important; }
.ie8 #back-top-wrapper p a:hover span { background:url(images/totop-ie8.png) no-repeat 0 -24px; }
.ie8 #back-top-wrapper p a span { background:url(images/totop-ie8.png) no-repeat 0 0; }
.transition { transition:all 0.3s ease 0s; }
.right-left { position:relative; }
.right-left:before {
	content:"";
	display:block;
	height:100%;
	left:-100%;
	position:absolute;
	top:0;
	width:100%;
}
.right-left:after {
	content:"";
	display:block;
	height:100%;
	right:-100%;
	position:absolute;
	top:0;
	width:100%;
}
.border-r { border-radius:6px; }
.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;
}
