@import url(//fonts.googleapis.com/css?family=Roboto:400,400italic,700);
@media (max-width: 767px) {
	body { padding:0; }
}
.main-holder { overflow:hidden; }
.main-holder input[type="text"], .main-holder input[type="email"], .main-holder textarea {
	background:#fff;
	min-height:20px;
	margin:0;
	padding:9px 16px 9px 16px !important;
	border:1px solid #e1e0e0 !important;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:400;
	color:#1f1f1f !important;
}
html.ie8 .main-holder input[type="text"], html.ie8 .main-holder input[type="email"], html.ie8 .main-holder textarea { line-height:20px; }
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:#ff0000;
	height:46px;
	margin:0 15px 0 0;
	padding:0 37px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	color:#fff;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	background:#ff0000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	background:#1f1f1f;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
h1 {
	margin-bottom:25px;
	padding:0 0 21px 0;
	border-bottom:4px solid #ababab;
	text-transform:uppercase;
}
h1 a {
	text-decoration:none;
	color:#ff0000;
}
h1 a:focus {
	text-decoration:none;
	color:#ff0000;
}
h1 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
h2 {
	margin-bottom:25px;
	padding:0 0 21px 0;
	border-bottom:4px solid #ababab;
	text-transform:uppercase;
}
h2 a {
	text-decoration:none;
	color:#ff0000;
}
h2 a:focus {
	text-decoration:none;
	color:#ff0000;
}
h2 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
h3 {
	margin-bottom:25px;
	padding:0 0 30px 0;
	border-bottom:4px solid #ababab;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#ff0000;
}
h3 a:focus {
	text-decoration:none;
	color:#ff0000;
}
h3 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
h4 { margin-bottom:12px; }
h4 a {
	text-decoration:none;
	color:#fff;
}
h4 a:focus {
	text-decoration:none;
	color:#fff;
}
h4 a:hover {
	text-decoration:none;
	color:#ff0000;
}
h5 { text-transform:uppercase; }
h5 a {
	text-decoration:none;
	color:#1f1f1f;
}
h5 a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
h5 a:hover {
	text-decoration:none;
	color:#ff3333;
}
p { margin:0 0 20px 0; }
a {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
a:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
}
.header {
	background:none;
	margin:0;
	padding:29px 0 0 0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:29px 20px 0 20px;
		text-align:center;
	}
}
.header .logo {
	float:none;
	margin:8px 0 0 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:100%; }
}
.header .logo .logo_h__txt {
	margin:-4px 0 0 0;
	padding:0;
	border:none;
	text-transform:none;
}
.header .logo .logo_h__txt a { text-decoration:none; }
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.header .logo .logo_tagline { display:none; }
.header #loginout {
	width:100%;
	overflow:hidden;
	line-height:18px;
	font-size:12px;
	text-align:right;
	color:#1f1f1f;
}
@media (max-width: 767px) {
	.header #loginout {
		padding:20px 0 0 0;
		text-align:center;
	}
}
.header #loginout a {
	text-decoration:none;
	color:#1f1f1f;
}
.header #loginout a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.header #loginout a:hover {
	text-decoration:none;
	color:#ff0000;
}
.header #loginout .login {
	display:inline-block;
	margin:0;
	vertical-align:top;
}
.header #loginout .login:before {
	display:inline-block;
	margin:1px 14px 0 0;
	vertical-align:top;
	line-height:18px;
	font-family:FontAwesome;
	font-size:14px;
	color:#ff0000;
	content:'\f023';
}
.header #loginout .create {
	display:inline-block;
	margin:0;
	vertical-align:top;
}
.header #loginout .create:before {
	display:inline-block;
	margin:1px 14px 0 0;
	vertical-align:top;
	line-height:18px;
	font-family:FontAwesome;
	font-size:14px;
	color:#ff0000;
	content:'\f007';
}
.header #loginout i {
	margin:0 11px 0 11px;
	font-style:normal;
}
.header .search-form {
	background:#fff url(../images/search_icon.png) no-repeat 13px 10px;
	position:relative;
	float:right;
	width:388px;
	height:43px;
	margin:15px 0 0 0;
	border:1px solid #acacac;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form { width:308px; }
}
.header .search-form:before {
	background:url(../images/submit_act.gif) no-repeat 0% 0%;
	display:block;
	width:36px;
	height:43px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	content:'';
}
.header .search-form input[type="text"] {
	background:none;
	float:left;
	width:306px;
	height:43px;
	margin:0;
	padding:0 0 0 46px !important;
	border:none !important;
	font-size:11px;
	font-weight:400;
	text-transform:capitalize;
	color:#777 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .search-form input[type="text"] { width:226px; }
}
.header .search-form input[type="submit"] {
	background:url(../images/submit.gif) no-repeat 0% 0%;
	float:left;
	width:36px;
	height:43px;
	margin:0;
	padding:0;
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:0;
	font-size:0;
}
.header .search-form input[type="submit"]:focus {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.header .search-form input[type="submit"]:hover {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.header .spacer { height:31px; }
.header .nav__primary {
	background:#1f1f1f;
	position:relative;
	margin:0;
}
@media (max-width: 767px) {
	.header .nav__primary { padding:20px 0; }
}
.header .nav__primary:before {
	background:#1f1f1f;
	display:block;
	position:absolute;
	width:101%;
	top:0;
	bottom:0;
	left:-100%;
	z-index:-1;
	content:'';
}
.header .nav__primary:after {
	background:#1f1f1f;
	display:block;
	position:absolute;
	width:10000px;
	top:0;
	bottom:0;
	right:-9999px;
	z-index:-1;
	content:'';
}
.header .nav__primary .select-menu { font-size:12px; }
.header .nav__primary .sf-menu {
	float:none;
	line-height:0;
	font-size:0;
}
.header .nav__primary .sf-menu ul {
	background:#1f1f1f;
	width:253px;
}
.header .nav__primary .sf-menu > li {
	background:none;
	float:none;
	display:inline-block;
	margin:0 0 0 30px;
	vertical-align:top;
}
.header .nav__primary .sf-menu > li:first-child { margin:0; }
.header .nav__primary .sf-menu > li.icon_home > a {
	line-height:0;
	font-size:0;
}
.header .nav__primary .sf-menu > li.icon_home > a:hover:before {
	background:#ff0000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.header .nav__primary .sf-menu > li.icon_home > a:before {
	background:#4f4f4f;
	display:inline-block;
	margin:-15px 0 -15px 0;
	padding:15px 18px 15px 18px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:26px;
	font-family:FontAwesome;
	font-size:25px;
	color:#fff;
	content:'\f015';
}
.header .nav__primary .sf-menu > li > a {
	padding:15px 0 15px 0;
	border:none;
}
.header .nav__primary .sf-menu > li li {
	background:none;
	border-top:1px dotted #5a5a5a;
}
.header .nav__primary .sf-menu > li li:first-child { border:none; }
.header .nav__primary .sf-menu > li li a {
	padding:10px 16px 10px 16px;
	border:none;
	line-height:18px;
	font-size:12px;
	text-align:left;
	text-decoration:none;
	color:#fff;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator {
	margin:-5px 0 0 0;
	top:50%;
	right:5px;
}
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul { left:-15px; }
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:0;
	left:100%;
}
.header .nav__primary .sf-menu > li > a:hover, .header .nav__primary .sf-menu > li.sfHover> a, .header .nav__primary .sf-menu > li.current-menu-item > a, .header .nav__primary .sf-menu > li.current_page_item > a {
	background:none;
	color:#ff0000;
}
.header .nav__primary .sf-menu li li > a:hover, .header .nav__primary .sf-menu li li.sfHover > a, .header .nav__primary .sf-menu li li.current-menu-item > a, .header .nav__primary .sf-menu li li.current_page_item > a {
	background:none;
	color:#ff0000;
}
.header .nav__primary .sf-sub-indicator {
	margin:0 -5px 0 0;
	top:37px;
	right:50%;
}
.slider_off { display:none; }
.content-holder {
	background:#fff;
	margin:0;
	padding:30px 0 30px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:30px 20px 30px 20px; }
}
body.home .content-holder { padding:0 0 30px 0; }
@media (max-width: 767px) {
	body.home .content-holder { padding:0 20px 30px 20px; }
}
.content-holder h4 {
	background:#1f1f1f;
	margin:16px 0 12px 0;
	padding:8px 18px 13px 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.content-holder h4 {
		padding:10px 12px 11px 12px;
		line-height:20px;
		font-size:14px;
		font-weight:400;
	}
}
.content-holder h4 a {
	float:right;
	margin:5px 0 0 0;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	text-decoration:underline;
	color:#ff0000;
}
@media (min-width: 768px) and (max-width: 979px) {
	.content-holder h4 a { margin:0; }
}
.content-holder h4 a:hover {
	text-decoration:underline;
	color:#fff;
}
.content-holder .search-form input[type="text"] { width:180px; }
@media (min-width: 980px) and (max-width: 1200px) {
	.content-holder .search-form input[type="text"] { width:140px; }
}
html.ie8 .content-holder .search-form input[type="text"] { width:140px; }
@media (min-width: 768px) and (max-width: 979px) {
	.content-holder .search-form input[type="text"] { width:100px; }
}
@media (max-width: 480px) {
	.content-holder .search-form input[type="text"] { width:140px; }
}
.content-holder .search-form input[type="submit"] {
	height:40px;
	margin:0 0 0 10px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.content-holder .search-form input[type="submit"] {
		padding-right:25px;
		padding-left:25px;
	}
}
html.ie8 .content-holder .search-form input[type="submit"] {
	padding-right:25px;
	padding-left:25px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.content-holder .search-form input[type="submit"] {
		padding-right:15px;
		padding-left:15px;
	}
}
@media (max-width: 480px) {
	.content-holder .search-form input[type="submit"] {
		padding-right:15px;
		padding-left:15px;
	}
}
#sidebar h3 { margin-bottom:18px; }
#sidebar ul {
	margin:0;
	padding:0;
}
#sidebar ul li {
	position:relative;
	margin:6px 0 0 0;
	padding:0 0 0 20px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	color:#1f1f1f;
}
#sidebar ul li:first-child { margin:0; }
#sidebar ul li:before {
	position:absolute;
	line-height:20px;
	font-family:FontAwesome;
	font-size:13px;
	color:#ff0000;
	top:1px;
	left:0;
	content:'\f0a9';
}
#sidebar ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
#sidebar ul li a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#ff0000;
}
#sidebar ul li ul { padding:6px 0 0 0; }
#sidebar ul.post-list li {
	margin:30px 0 0 0;
	padding:0;
	line-height:21px;
	font-size:13px;
}
#sidebar ul.post-list li:first-child { margin:0; }
#sidebar ul.post-list li:before { display:none; }
#sidebar ul.post-list li .thumbnail { margin:5px 29px 5px 0; }
@media (min-width: 980px) and (max-width: 1200px) {
	#sidebar ul.post-list li .thumbnail {
		max-width:40%;
		margin-right:20px;
	}
}
html.ie8 #sidebar ul.post-list li .thumbnail {
	max-width:40%;
	margin-right:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar ul.post-list li .thumbnail {
		max-width:30%;
		margin-right:20px;
	}
}
@media (max-width: 480px) {
	#sidebar ul.post-list li .thumbnail {
		max-width:40%;
		margin-right:20px;
	}
}
#sidebar ul.post-list li time {
	display:block;
	line-height:24px;
	font-size:18px;
	font-weight:700;
	color:#1f1f1f;
}
#sidebar ul.post-list li h5 {
	max-height:24px;
	overflow:hidden;
	margin:0 0 7px 0;
	line-height:24px;
	font-size:18px;
	text-transform:none;
}
#sidebar ul.post-list li .excerpt { margin:0 0 4px 0; }
#sidebar ul.post-list li .btn-primary {
	margin:0;
	padding:0;
	line-height:20px;
	font-size:14px;
	text-transform:none;
	text-decoration:underline;
	color:#ff0000;
}
#sidebar ul.post-list li .btn-primary:before, #sidebar ul.post-list li .btn-primary:after { display:none; }
#sidebar ul.post-list li .btn-primary:focus {
	background:none;
	color:#ff0000;
}
#sidebar ul.post-list li .btn-primary:hover {
	background:none;
	color:#1f1f1f;
}
#sidebar #wp-calendar caption { color:#ff0000; }
#sidebar #wp-calendar thead tr th { color:#ff0000; }
.flexslider.news {
	position:relative;
	float:left;
	width:780px;
	margin:0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.flexslider.news { width:627px; }
}
html.ie8 .flexslider.news { width:627px; }
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.news {
		float:none;
		width:auto;
		margin:0 0 20px 0;
	}
}
@media (max-width: 767px) {
	.flexslider.news {
		float:none;
		width:auto;
		margin:0 -20px 20px -20px;
	}
}
.flexslider.news ul li .thumbnail {
	float:none;
	margin:0;
}
.flexslider.news ul li .caption {
	line-height:20px;
	font-size:11px;
	color:#fff;
	position:absolute;
	right:20px;
	bottom:16px;
	left:20px;
}
.flexslider.news ul li .caption .post_category { color:#fff; }
.flexslider.news ul li .caption .post_category a {
	text-decoration:none;
	color:#fff;
}
.flexslider.news ul li .caption .post_category a:focus {
	text-decoration:none;
	color:#fff;
}
.flexslider.news ul li .caption .post_category a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.flexslider.news ul li .caption h5 {
	margin:0 0 5px -2px;
	line-height:45px;
	font-size:46px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.flexslider.news ul li .caption h5 {
		line-height:35px;
		font-size:36px;
	}
}
html.ie8 .flexslider.news ul li .caption h5 {
	line-height:35px;
	font-size:36px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.flexslider.news ul li .caption h5 {
		line-height:35px;
		font-size:36px;
	}
}
@media (max-width: 767px) {
	.flexslider.news ul li .caption h5 {
		line-height:25px;
		font-size:26px;
	}
}
@media (max-width: 480px) {
	.flexslider.news ul li .caption h5 {
		line-height:15px;
		font-size:16px;
	}
}
.flexslider.news ul li .caption h5 a {
	text-decoration:none;
	color:#fff;
}
.flexslider.news ul li .caption h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.flexslider.news ul li .caption h5 a:hover {
	text-decoration:none;
	color:#ff0000;
}
.flexslider.news ul li .caption .meta { margin:0; }
.flexslider.news ul li .caption .meta .post-comments { margin:0 15px 0 0; }
.flexslider.news ul li .caption .meta .post-comments a {
	text-decoration:none;
	color:#fff;
}
.flexslider.news ul li .caption .meta .post-comments a:focus {
	text-decoration:none;
	color:#fff;
}
.flexslider.news ul li .caption .meta .post-comments a:hover {
	text-decoration:none;
	color:#ff0000;
}
.flexslider.news ul li .caption .meta .post-comments a:before {
	margin:0 4px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	content:'\f075';
}
.flexslider.news ul li .caption .meta .post_count:before {
	margin:0 4px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	content:'\f06e';
}
.flexslider.news .flex-control-nav {
	width:14px;
	position:absolute;
	top:19px;
	right:20px;
	z-index:99;
}
@media (max-width: 480px) {
	.flexslider.news .flex-control-nav {
		top:10px;
		right:10px;
	}
}
.flexslider.news .flex-control-nav li {
	display:inline-block;
	width:14px;
	height:14px;
	overflow:hidden;
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
	vertical-align:top;
}
@media (max-width: 480px) {
	.flexslider.news .flex-control-nav li {
		width:10px;
		height:10px;
		margin:0 0 5px 0;
	}
}
.flexslider.news .flex-control-nav li a {
	background:#fff;
	display:inline-block;
	width:14px;
	height:14px;
	overflow:hidden;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	margin:0;
	padding:0;
	vertical-align:top;
}
@media (max-width: 480px) {
	.flexslider.news .flex-control-nav li a {
		width:10px;
		height:10px;
	}
}
.flexslider.news .flex-control-nav li a:hover { background:#ff0000; }
.flexslider.news .flex-control-nav li a.flex-active { background:#ff0000; }
.service-box {
	background:none;
	position:relative;
	margin:0;
	padding:17px 45px 17px 23px;
	overflow:hidden;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:18px;
	font-size:12px;
	text-align:center;
	color:#888;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.service-box { padding:16px 35px 16.5px 13px; }
}
html.ie8 .service-box { padding:16px 35px 16.5px 13px; }
@media (max-width: 480px) {
	.service-box { padding:16px 35px 16px 13px; }
}
.service-box:hover { color:#1f1f1f; }
.service-box:hover:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	bottom:0;
}
.service-box:hover .icon img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.service-box:hover .btn-align a:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.service-box:before {
	background:#333;
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
.service-box:after {
	background:#ff0000;
	display:block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	position:absolute;
	top:0;
	right:0;
	bottom:100%;
	left:0;
	z-index:-1;
	content:'';
}
.service-box .icon {
	float:left;
	margin:0 15px 0 0;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.service-box .icon {
		max-width:38px;
		margin:9px 15px 0 0;
	}
}
html.ie8 .service-box .icon {
	max-width:38px;
	margin:9px 15px 0 0;
}
@media (max-width: 480px) {
	.service-box .icon {
		max-width:38px;
		margin:9px 15px 0 0;
	}
}
.service-box .icon img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.service-box h2 {
	margin:0 0 4px 0;
	padding:9px 0 0 0;
	border:none;
	line-height:28px;
	font-size:28px;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.service-box h2 { padding:0; }
}
html.ie8 .service-box h2 { padding:0; }
@media (max-width: 480px) {
	.service-box h2 {
		padding:0;
		line-height:20px;
		font-size:20px;
	}
}
.service-box h2 a {
	text-decoration:none;
	color:#fff;
}
.service-box h2 a:focus {
	text-decoration:none;
	color:#fff;
}
.service-box h2 a:hover {
	text-decoration:none;
	color:#fff;
}
.service-box .service-box_txt {
	overflow:hidden;
	margin:0;
}
.service-box .btn-align {
	margin:-16px 0 0 0;
	position:absolute;
	top:50%;
	right:21px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.service-box .btn-align { right:10px; }
}
html.ie8 .service-box .btn-align { right:10px; }
@media (max-width: 480px) {
	.service-box .btn-align { right:10px; }
}
.service-box .btn-align a {
	background:none;
	margin:0;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:0;
	font-size:0;
}
.service-box .btn-align a:before {
	background:none;
	position:relative;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:32px;
	font-family:FontAwesome;
	font-size:32px;
	color:#ff0000;
	top:auto;
	right:auto;
	bottom:auto;
	left:auto;
	z-index:99;
	content:'\f0da';
}
.service-box.extra:before { background:#1f1f1f; }
.list_1 {
	margin:0 0 22px 0 !important;
	padding:0;
	line-height:0;
	font-size:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 { margin:20px 0 20px 0 !important; }
}
@media (max-width: 767px) {
	.list_1 { margin:20px 0 20px 0 !important; }
}
.list_1 li {
	display:inline-block;
	position:relative;
	width:390px;
	margin:0;
	padding:0;
	list-style:none;
	vertical-align:top;
	line-height:18px;
	font-size:11px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_1 li { width:313px; }
}
html.ie8 .list_1 li { width:313px; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li { width:241px; }
}
@media (max-width: 767px) {
	.list_1 li {
		display:block;
		width:auto;
	}
}
.list_1 li:hover .thumbnail img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_1 li:first-child { width:314px; }
}
html.ie8 .list_1 li:first-child { width:314px; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li:first-child { width:242px; }
}
.list_1 li .thumbnail {
	background:#000;
	float:none;
	width:100%;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li .thumbnail {
		max-height:154px;
		overflow:hidden;
	}
}
.list_1 li .thumbnail img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
@media (max-width: 767px) {
	.list_1 li .thumbnail img {
		width:100%;
		height:auto;
	}
}
.list_1 li .caption {
	position:absolute;
	right:18px;
	bottom:17px;
	left:18px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li .caption {
		right:15px;
		bottom:14px;
		left:15px;
	}
}
.list_1 li .caption .post_category {
	display:block;
	margin:0 0 2px 0;
	color:#fff;
}
.list_1 li .caption .post_category a {
	text-decoration:none;
	color:#fff;
}
.list_1 li .caption .post_category a:focus {
	text-decoration:none;
	color:#fff;
}
.list_1 li .caption .post_category a:hover {
	text-decoration:none;
	color:#ff3333;
}
.list_1 li .caption h5 {
	margin:0 0 1px 0;
	line-height:29px;
	font-size:26px;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_1 li .caption h5 {
		line-height:23px;
		font-size:20px;
	}
}
html.ie8 .list_1 li .caption h5 {
	line-height:23px;
	font-size:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li .caption h5 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:17px;
		font-size:14px;
	}
}
@media (max-width: 480px) {
	.list_1 li .caption h5 {
		line-height:19px;
		font-size:16px;
	}
}
.list_1 li .caption h5 a {
	text-decoration:none;
	color:#fff;
}
.list_1 li .caption h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.list_1 li .caption h5 a:hover {
	text-decoration:none;
	color:#ff3333;
}
.list_1 li .caption .meta {
	margin:0;
	padding:0 0 0 2px;
	font-size:11px;
	color:#fff;
}
.list_1 li .caption .meta .post-comments {
	float:none;
	margin:0 15px 0 0;
}
.list_1 li .caption .meta .post-comments a {
	text-decoration:none;
	color:#fff;
}
.list_1 li .caption .meta .post-comments a:focus {
	text-decoration:none;
	color:#fff;
}
.list_1 li .caption .meta .post-comments a:hover {
	text-decoration:none;
	color:#ff0000;
}
.list_1 li .caption .meta .post-comments a:before {
	margin:0 4px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	content:'\f075';
}
.list_1 li .caption .meta .post_count:before {
	margin:0 4px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	content:'\f06e';
}
.list_2 {
	margin:0 0 30px 0 !important;
	padding:0 0 25px 0;
	border-bottom:1px solid #ababab;
}
.list_2 li { margin:20px 0 0 0; }
.list_2 li:first-child { margin:0; }
.list_2 li .thumbnail { margin:5px 19px 5px 0; }
@media (min-width: 980px) and (max-width: 1200px) {
	.list_2 li .thumbnail { max-width:50%; }
}
html.ie8 .list_2 li .thumbnail { max-width:50%; }
@media (min-width: 768px) and (max-width: 979px) {
	.list_2 li .thumbnail { max-width:30%; }
}
@media (max-width: 767px) {
	.list_2 li .thumbnail { max-width:50%; }
}
.list_2 li .post_category {
	display:block;
	margin:0 0 7px 0;
	line-height:16px;
	font-size:11px;
	color:#1f1f1f;
}
.list_2 li .post_category a {
	text-decoration:none;
	color:#1f1f1f;
}
.list_2 li .post_category a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.list_2 li .post_category a:hover {
	text-decoration:none;
	color:#ff3333;
}
.list_2 li h5 {
	margin:0 0 10px 0;
	line-height:23px;
	font-size:18px;
	color:#1f1f1f;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list_2 li h5 {
		line-height:21px;
		font-size:16px;
	}
}
html.ie8 .list_2 li h5 {
	line-height:21px;
	font-size:16px;
}
.list_2 li h5 a {
	text-decoration:none;
	color:#1f1f1f;
}
.list_2 li h5 a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.list_2 li h5 a:hover {
	text-decoration:none;
	color:#ff3333;
}
.list_2 li .meta {
	margin:0;
	padding:0 0 0 2px;
	font-size:11px;
	color:#888;
}
.list_2 li .meta .post-comments {
	float:none;
	margin:0 15px 0 0;
}
.list_2 li .meta .post-comments a {
	text-decoration:none;
	color:#888;
}
.list_2 li .meta .post-comments a:focus {
	text-decoration:none;
	color:#888;
}
.list_2 li .meta .post-comments a:hover {
	text-decoration:none;
	color:#ff0000;
}
.list_2 li .meta .post-comments a:before {
	margin:0 4px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	content:'\f075';
}
.list_2 li .meta .post_count:before {
	margin:0 4px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	content:'\f06e';
}
.list_3 {
	margin:0 !important;
	padding:13px 0 8px 0;
}
.list_3 li {
	margin:0 0 9px 0;
	padding:9px 0 0 0;
	border-top:1px solid #9f9f9f;
}
.list_3 li:first-child {
	padding:0;
	border:none;
}
.list_3 li .post_category {
	display:block;
	margin:0 0 5px 0;
	line-height:16px;
	font-size:11px;
	color:#ff0000;
}
.list_3 li .post_category a {
	text-decoration:none;
	color:#ff0000;
}
.list_3 li .post_category a:focus {
	text-decoration:none;
	color:#ff0000;
}
.list_3 li .post_category a:hover {
	text-decoration:none;
	color:#888;
}
.list_3 li h5 {
	margin:0 0 8px 0;
	line-height:20px;
	font-size:14px;
	text-transform:none;
	color:#1f1f1f;
}
.list_3 li h5:after {
	margin:0 0 0 10px;
	font-family:FontAwesome;
	font-size:15px;
	color:#ff0000;
	content:'\f0da';
}
.list_3 li .meta {
	margin:0;
	padding:0 0 0 2px;
	font-size:11px;
	color:#888;
}
.list_3 li .meta .post-comments {
	float:none;
	margin:0 15px 0 0;
}
.list_3 li .meta .post-comments a {
	text-decoration:none;
	color:#888;
}
.list_3 li .meta .post-comments a:focus {
	text-decoration:none;
	color:#888;
}
.list_3 li .meta .post-comments a:hover {
	text-decoration:none;
	color:#ff0000;
}
.list_3 li .meta .post-comments a:before {
	margin:0 4px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	content:'\f075';
}
.list_3 li .meta .post_count:before {
	margin:0 4px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	content:'\f06e';
}
.list_4 { padding-bottom:2px; }
@media (max-width: 767px) {
	.list_4 li {
		width:100%;
		overflow:hidden;
	}
}
.list_4 li .thumbnail { margin:0 0 16px 0; }
@media (max-width: 767px) {
	.list_4 li .thumbnail {
		float:left;
		max-width:50%;
		margin:5px 20px 5px 0;
	}
}
@media (max-width: 767px) {
	.list_4 li .clear { display:none; }
}
.list_4 li h5 { margin:0 0 7px 0; }
@media (max-width: 480px) {
	.list_4 li h5 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
.list_4 li h5 a {
	text-decoration:none;
	color:#ff0000;
}
.list_4 li h5 a:focus {
	text-decoration:none;
	color:#ff0000;
}
.list_4 li h5 a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
.list_4 li .excerpt { margin:0 0 24px 0; }
.list_5 li { margin-bottom:40px; }
@media (max-width: 767px) {
	.list_5 li {
		width:100%;
		overflow:hidden;
	}
}
.list_5 li .thumbnail {
	float:left;
	margin:5px 30px 5px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_5 li .thumbnail {
		max-width:50%;
		margin-right:20px;
	}
}
@media (max-width: 767px) {
	.list_5 li .thumbnail {
		max-width:50%;
		margin-right:20px;
	}
}
.list_5 li .clear { display:none; }
.list_5 li h5 { margin:0 0 6px 0; }
@media (min-width: 1200px) {
	.list_5 li h5 {
		max-height:46px;
		overflow:hidden;
	}
}
@media (max-width: 767px) {
	.list_5 li h5 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:19px;
		font-size:14px;
	}
}
.list_5 li .excerpt { margin:0 0 14px 0; }
.list_5 li a.btn-primary {
	margin:0;
	padding:0;
	line-height:24px;
	font-size:16px;
	text-decoration:underline;
	color:#ff0000;
}
.list_5 li a.btn-primary:before, .list_5 li a.btn-primary:after { display:none; }
.list_5 li a.btn-primary:focus {
	text-decoration:underline;
	color:#ff0000;
}
.list_5 li a.btn-primary:hover {
	text-decoration:underline;
	color:#1f1f1f;
}
.list.check-list ul {
	margin:0;
	padding:0;
}
.list.check-list ul li {
	margin:0;
	padding:10px 10px 11px 20px;
	border-top:1px solid #9f9f9f;
	list-style:none;
	line-height:18px;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:700;
	color:#ff0000;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.list.check-list ul li {
		padding-right:0;
		padding-left:0;
	}
}
html.ie8 .list.check-list ul li {
	padding-right:0;
	padding-left:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list.check-list ul li {
		padding-right:0;
		padding-left:0;
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
.list.check-list ul li:first-child {
	padding-top:0;
	border:none;
}
.list.check-list ul li:before { display:none; }
.list.check-list ul li a {
	text-decoration:none;
	color:#ff0000;
}
.list.check-list ul li a:focus {
	text-decoration:none;
	color:#ff0000;
}
.list.check-list ul li a:hover {
	text-decoration:none;
	color:#1f1f1f;
}
@media (max-width: 767px) {
	.list.arrow-list { padding:6px 0 0 0; }
}
.list.arrow-list ul {
	margin:0;
	padding:0;
}
.list.arrow-list ul li {
	position:relative;
	margin:6px 0 0 0;
	padding:0 0 0 20px;
	list-style:none;
	line-height:20px;
	font-size:14px;
	color:#1f1f1f;
}
@media (min-width: 768px) and (max-width: 979px) {
	.list.arrow-list ul li {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
	}
}
.list.arrow-list ul li:first-child { margin:0; }
.list.arrow-list ul li:before {
	position:absolute;
	line-height:20px;
	font-family:FontAwesome;
	font-size:13px;
	color:#ff0000;
	top:1px;
	left:0;
	content:'\f0a9';
}
.list.arrow-list ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
.list.arrow-list ul li a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.list.arrow-list ul li a:hover {
	text-decoration:none;
	color:#ff0000;
}
.list.arrow-list ul li ul { padding:6px 0 0 0; }
a.btn-info {
	background:url(../images/btn_arrow.png) no-repeat 100% 50%;
	position:relative;
	margin:0;
	padding:14px 41px 14px 18px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	color:#fff;
}
@media (max-width: 767px) {
	a.btn-info { margin-bottom:20px; }
}
a.btn-info:hover { background:url(../images/btn_arrow.png) no-repeat 100% 50%; }
a.btn-info:hover:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	bottom:0;
}
a.btn-info:focus { background:url(../images/btn_arrow.png) no-repeat 100% 50%; }
a.btn-info:focus:after {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	bottom:0%;
}
a.btn-info:before {
	background:#ff0000;
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
a.btn-info:after {
	background:#1f1f1f;
	display:block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	position:absolute;
	top:0;
	right:0;
	bottom:100%;
	left:0;
	z-index:-1;
	content:'';
}
a.btn-primary {
	background:none;
	position:relative;
	margin:0;
	padding:14px 18px 14px 18px;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:20px;
	font-family:'Roboto', sans-serif;
	font-size:14px;
	font-weight:700;
	text-shadow:none;
	color:#fff;
}
a.btn-primary:hover {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
a.btn-primary:hover:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	bottom:0;
}
a.btn-primary:focus {
	background:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
a.btn-primary:focus:after {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	bottom:0%;
}
a.btn-primary:before {
	background:#ff0000;
	display:block;
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:-1;
	content:'';
}
a.btn-primary:after {
	background:#1f1f1f;
	display:block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	position:absolute;
	top:0;
	right:0;
	bottom:100%;
	left:0;
	z-index:-1;
	content:'';
}
.banner-wrap.banner {
	position:relative;
	margin:0 0 30px 0;
}
.banner-wrap.banner .featured-thumbnail {
	width:100%;
	height:auto;
	margin:0;
}
.banner-wrap.banner .featured-thumbnail a { border:none; }
@media (max-width: 767px) {
	.banner-wrap.banner .featured-thumbnail a { float:none; }
}
.banner-wrap.banner .featured-thumbnail img {
	width:100%;
	height:auto;
}
.banner-wrap.banner .caption {
	position:absolute;
	right:20px;
	bottom:21px;
	left:20px;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.banner .caption {
		right:15px;
		bottom:15px;
		left:15px;
	}
}
html.ie8 .banner-wrap.banner .caption {
	right:15px;
	bottom:15px;
	left:15px;
}
@media (max-width: 480px) {
	.banner-wrap.banner .caption {
		right:15px;
		bottom:15px;
		left:15px;
	}
}
.banner-wrap.banner h5 {
	margin:0 0 5px 0;
	line-height:29px;
	font-size:26px;
	font-weight:700;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.banner h5 {
		line-height:21px;
		font-size:18px;
	}
}
html.ie8 .banner-wrap.banner h5 {
	line-height:21px;
	font-size:18px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.banner h5 {
		margin:0 0 10px 0;
		line-height:21px;
		font-size:18px;
	}
}
@media (max-width: 480px) {
	.banner-wrap.banner h5 {
		line-height:19px;
		font-size:16px;
	}
}
.banner-wrap.banner p {
	margin:0 0 22px 0;
	font-weight:700;
	color:#fff;
}
@media (min-width: 980px) and (max-width: 1200px) {
	.banner-wrap.banner p {
		margin:0 0 13px 0;
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:18px;
		font-size:13px;
		font-weight:400;
	}
}
html.ie8 .banner-wrap.banner p {
	margin:0 0 13px 0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	line-height:18px;
	font-size:13px;
	font-weight:400;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.banner p {
		display:none;
		margin:0 0 13px 0;
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:18px;
		font-size:13px;
		font-weight:400;
	}
}
@media (max-width: 480px) {
	.banner-wrap.banner p {
		margin:0 0 13px 0;
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:16px;
		font-size:12px;
		font-weight:400;
	}
}
.banner-wrap.banner .banner-btn a {
	background:#ff0000;
	display:inline-block;
	margin:0;
	padding:13px 18px 13px 18px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-size:14px;
	text-shadow:none;
	text-decoration:none;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap.banner .banner-btn a { padding:6px 11px 6px 11px; }
}
@media (max-width: 480px) {
	.banner-wrap.banner .banner-btn a { padding:6px 11px 6px 11px; }
}
.banner-wrap.banner .banner-btn a:focus {
	background:#ff0000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
.banner-wrap.banner .banner-btn a:hover {
	background:#1f1f1f;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
div.testimonials {
	width:100%;
	overflow:hidden;
	padding:0 0 22px 0;
}
div.testimonials .testi-item {
	background:#eff2f3 url(../images/quotes.png) no-repeat 30px 30px;
	position:relative;
	float:left;
	width:370px;
	overflow:visible;
	margin:0 0 0 30px;
	padding:26px 30px 28px 79px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 980px) and (max-width: 1200px) {
	div.testimonials .testi-item {
		width:300px;
		margin:0 0 0 20px;
	}
}
html.ie8 div.testimonials .testi-item {
	width:300px;
	margin:0 0 0 20px;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item {
		background:#eff2f3 url(../images/quotes.png) no-repeat 15px 15px;
		width:228px;
		margin:0 0 0 20px;
		padding:15px 15px 15px 64px;
	}
}
@media (max-width: 767px) {
	div.testimonials .testi-item {
		width:auto;
		margin:40px 0 0 0;
	}
}
div.testimonials .testi-item:first-child { margin:0; }
html.ie8 div.testimonials .testi-item:first-child { margin:0; }
div.testimonials .testi-item:before {
	background:url(../images/testi_corner.png) no-repeat 0% 0%;
	display:block;
	width:21px;
	height:15px;
	overflow:hidden;
	position:absolute;
	right:22px;
	bottom:-15px;
	content:'';
}
div.testimonials .testi-item blockquote {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:20px;
	font-size:14px;
	font-style:italic;
	color:#1f1f1f;
}
div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote a {
	text-decoration:none;
	color:#1f1f1f;
}
div.testimonials .testi-item blockquote a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
div.testimonials .testi-item blockquote a:hover {
	text-decoration:none;
	color:#ff0000;
}
div.testimonials .testi-item .testi-meta {
	padding:14px 0 0 0;
	line-height:24px;
	font-size:16px;
	font-weight:700;
	color:#ff0000;
}
div.testimonials .testi-item .testi-meta .user:after { display:none; }
div.testimonials .testi-item .testi-meta .info, div.testimonials .testi-item .testi-meta .testi-url, div.testimonials .testi-item .testi-meta br { display:none; }
.footer {
	background:none;
	margin:0;
	padding:0;
	border:none;
	line-height:18px;
	font-size:12px;
	color:#888;
}
@media (max-width: 767px) {
	.footer { padding:0 20px; }
}
.footer a {
	text-decoration:none;
	color:#888;
}
.footer a:focus {
	text-decoration:none;
	color:#888;
}
.footer a:hover {
	text-decoration:none;
	color:#ff0000;
}
.footer .footer-widgets { padding:30px 0 46px 0; }
.footer .footer-widgets ul {
	margin:0;
	padding:0;
}
@media (max-width: 767px) {
	.footer .footer-widgets ul { padding:0 0 30px 0; }
}
.footer .footer-widgets ul li {
	position:relative;
	margin:9px 0 0 0;
	padding:0 0 0 14px;
	list-style:none;
	line-height:18px;
	font-size:12px;
	color:#888;
}
.footer .footer-widgets ul li:first-child { margin:0; }
.footer .footer-widgets ul li:before {
	position:absolute;
	line-height:18px;
	font-family:FontAwesome;
	font-size:14px;
	color:#ff0000;
	top:1px;
	left:0;
	content:'\f0da';
}
.footer .footer-widgets ul li a {
	text-decoration:none;
	color:#888;
}
.footer .footer-widgets ul li a:focus {
	text-decoration:none;
	color:#888;
}
.footer .footer-widgets ul li a:hover {
	text-decoration:none;
	color:#ff0000;
}
.footer .footer-widgets ul.social li { padding:0; }
.footer .footer-widgets ul.social li:before { display:none; }
.footer .footer-widgets ul.social li a:hover .social_ico img {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.footer .footer-widgets ul.social li a .social_ico {
	display:inline-block;
	margin:0 5px 0 0;
	vertical-align:top;
}
.footer .footer-widgets ul.social li a .social_ico img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.footer .footer-widgets ul.social li .tooltip { display:none !important; }
.footer .footer-widgets .textwidget b {
	display:block;
	margin:0 0 6px 0;
	padding:17px 0 0 0;
	line-height:18px;
	font-size:12px;
	font-weight:400;
	color:#888;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .textwidget b {
		width:100%;
		padding:12px 0 7px 0;
	}
}
@media (max-width: 480px) {
	.footer .footer-widgets .textwidget b { font-size:11px; }
}
.footer .footer-widgets .textwidget b:before {
	background:#ff0000;
	display:inline-block;
	width:51px;
	height:51px;
	overflow:hidden;
	margin:-13px 15px 0 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	vertical-align:top;
	line-height:51px;
	font-family:FontAwesome;
	font-size:23px;
	text-align:center;
	color:#fff;
	content:'\f015';
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .textwidget b:before {
		float:left;
		margin:-8px 15px 0 0;
	}
}
.footer .footer-widgets .textwidget i {
	display:block;
	margin:0 0 6px 0;
	padding:17px 0 0 0;
	line-height:20px;
	font-size:22px;
	font-style:normal;
	font-weight:400;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-widgets .textwidget i {
		clear:both;
		line-height:20px;
		font-size:16px;
	}
}
.footer .footer-widgets .textwidget i:before {
	background:#ff0000;
	display:inline-block;
	width:51px;
	height:51px;
	overflow:hidden;
	margin:-13px 15px 0 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	vertical-align:top;
	line-height:51px;
	font-family:FontAwesome;
	font-size:23px;
	text-align:center;
	color:#fff;
	content:'\f095';
}
.footer .footer-widgets .textwidget em {
	display:block;
	padding:17px 0 0 0;
	line-height:18px;
	font-size:12px;
	font-style:normal;
	font-weight:400;
	color:#ff0000;
}
.footer .footer-widgets .textwidget em:before {
	background:#ff0000;
	display:inline-block;
	width:51px;
	height:51px;
	overflow:hidden;
	margin:-13px 15px 0 0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	vertical-align:top;
	line-height:51px;
	font-family:FontAwesome;
	font-size:23px;
	text-align:center;
	color:#fff;
	content:'\f003';
}
.footer .footer-widgets .textwidget em a {
	text-decoration:underline;
	color:#ff0000;
}
.footer .footer-widgets .textwidget em a:focus {
	text-decoration:underline;
	color:#ff0000;
}
.footer .footer-widgets .textwidget em a:hover {
	text-decoration:underline;
	color:#fff;
}
.footer .copyright {
	padding:16px 0 32px 0;
	border-top:1px solid #363636;
}
@media (max-width: 767px) {
	.footer .copyright { padding:16px 0 16px 0; }
}
.footer .copyright .footer-text { margin:0; }
@media (max-width: 767px) {
	.footer .copyright .footer-text { text-align:left; }
}
.footer .copyright .footer-text i {
	margin:0 0 0 3px;
	font-style:normal;
}
.footer .copyright .footer-nav { margin:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .copyright .footer-nav ul { text-align:right; }
}
@media (max-width: 767px) {
	.footer .copyright .footer-nav ul { text-align:left; }
}
.footer .copyright .footer-nav ul li {
	margin:0 0 0 9px;
	padding:0;
}
.footer .copyright .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#ff0000;
}
.footer .copyright .footer-nav ul li.current-menu-item a:focus {
	text-decoration:none;
	color:#ff0000;
}
.footer .copyright .footer-nav ul li.current-menu-item a:hover {
	text-decoration:none;
	color:#ff0000;
}
.footer .copyright .footer-nav ul li:first-child { margin:0; }
.footer .copyright .footer-nav ul li a { text-decoration:none; }
.footer .copyright .footer-nav ul li a:focus {
	text-decoration:none;
	color:#888;
}
.footer .copyright .footer-nav ul li a:hover {
	text-decoration:none;
	color:#ff0000;
}
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a:hover span { background-color:#ff0000; }
#back-top-wrapper p#back-top a span {
	background-color:#888;
	margin:0;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.thumbnail a .zoom-icon:before {
	background:url(images/magnify.png) no-repeat 0% 0%;
	width:71px;
	height:80px;
	overflow:hidden;
	margin:-35px 0 0 -40px;
}
@media (max-width: 480px) {
	.thumbnail a .zoom-icon:before {
		background:url(../images/magnify_alt.png) no-repeat 0% 0%;
		width:35px;
		height:39px;
		margin:-22px 0 0 -19px;
	}
}
.title-section { padding:0; }
.title-section h1 {
	margin:0;
	padding:0;
	border:none;
}
.title-section ul {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.title-section ul li {
	line-height:20px;
	font-size:14px;
	text-shadow:none;
	color:#1f1f1f;
}
.title-section ul li.active { color:#ff0000; }
.title-section ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#ff0000;
}
.pagination ul li a {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
article.post h3 {
	padding:0;
	border:none;
	line-height:23px;
	font-size:18px;
}
.post_meta i { color:#1f1f1f; }
.post_meta a {
	text-decoration:none;
	color:#1f1f1f;
}
.post_meta a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.post_meta a:hover {
	text-decoration:none;
	color:#ff0000;
}
.post-author {
	background:#f8f8f8;
	border:none;
}
.post-author h3 {
	padding:0;
	border:none;
	line-height:23px;
	font-size:18px;
	text-transform:none;
	color:#1f1f1f;
}
.post-author .post-author_gravatar { margin-bottom:5px; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
@media (max-width: 480px) {
	.post-author .post-author_desc { overflow:visible; }
}
.post-author .post-author_link {
	margin:15px 0 0 0;
	line-height:23px;
	font-size:18px;
	font-weight:700;
}
.post-author .post-author_link p { margin:0; }
#commentform p {
	width:100%;
	overflow:hidden;
}
@media (max-width: 767px) {
	#commentform input[type="text"], #commentform input[type="email"], #commentform textarea { min-height:38px; }
}
#commentform input[type="submit"] { margin:0; }
.related-posts ul li a {
	text-decoration:none;
	color:#1f1f1f;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#1f1f1f;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#ff0000;
}
.comment-holder h3 { padding:0 0 30px 0; }
ol.comment-list li .comment-body {
	background:#f8f8f8 !important;
	border:none;
}
ol.comment-list li .comment-body .author {
	padding:12px 0 0 0;
	line-height:20px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#1f1f1f;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .comment-meta {
	padding:0;
	line-height:23px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	color:#1f1f1f;
}
ol.comment-list li .comment-body .reply { line-height:23px; }
ol.comment-list li .comment-body .reply a {
	background:none;
	margin:0;
	padding:0;
	line-height:23px;
	font-size:16px;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:underline !important;
	color:#1f1f1f;
}
ol.comment-list li .comment-body .reply a:hover { color:#ff0000; }
.cancel-comment-reply { padding:0 0 6px 0; }
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea { padding:5px 8px !important; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-form .wpcf7-not-valid-tip {
		padding-left:3px !important;
		padding-right:2px !important;
		font-size:10px !important;
	}
}
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.wpcf7-form .ajax-loader { margin:12px 0 0 0; }
.filter-wrapper { padding:0 0 41px 0; }
.filter-wrapper .pull-right { float:none; }
@media (max-width: 480px) {
	.filter-wrapper .pull-right { float:right; }
}
.filter-wrapper strong {
	margin:0;
	padding:0;
	line-height:26px;
	font-size:18px;
	font-weight:400;
	text-transform:lowercase;
	color:#1f1f1f;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		line-height:22px;
		font-size:14px;
	}
}
.filter-wrapper ul {
	margin:0;
	padding:0;
}
.filter-wrapper ul li {
	margin:0 0 0 45px;
	padding:0;
}
@media (max-width: 767px) {
	.filter-wrapper ul li { margin:0 0 0 11px; }
}
.filter-wrapper ul li.active a {
	background:none;
	text-decoration:none;
	color:#ff0000;
}
.filter-wrapper ul li.active a:focus {
	background:none;
	text-decoration:none;
	color:#ff0000;
}
.filter-wrapper ul li.active a:hover {
	background:none;
	text-decoration:none;
	color:#ff0000;
}
.filter-wrapper ul li a {
	background:none;
	margin:0;
	padding:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	line-height:26px;
	font-size:18px;
	font-weight:400;
	text-transform:lowercase;
	text-decoration:none;
	color:#1f1f1f;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a {
		line-height:22px;
		font-size:14px;
	}
}
.filter-wrapper ul li a:focus {
	background:none;
	text-decoration:none;
	color:#1f1f1f;
}
.filter-wrapper ul li a:hover {
	background:none;
	text-decoration:none;
	color:#ff0000;
}
#portfolio-grid li .thumbnail { margin:0 0 23px 0; }
#portfolio-grid li .caption h3 {
	margin:0 0 5px 0;
	padding:0;
	border:none;
	line-height:20px;
	font-size:18px;
}
#portfolio-grid li .caption .excerpt { margin:0 0 25px 0; }
.type-portfolio .thumbnail.large { margin:0; }
ul.pager { margin-top:30px; }
ul.pager li a {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#ff0000; }
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:220px; }
}
.error404-holder h1, .error404-holder h2 {
	margin:0;
	padding:0;
	border:none;
}
.faq-list h4 {
	background:none;
	margin:0;
	padding:0;
	line-height:23px;
	font-size:18px;
	color:#1f1f1f;
}
@media (min-width: 768px) and (max-width: 979px) {
	.archive_lists h3 {
		line-height:23px;
		font-size:20px;
	}
}
html.ie8 .posts-grid li .thumbnail img { max-width:inherit; }
.page-header {
	margin:0;
	border:none;
}
.effect-slidefromleft {
	position:relative;
	z-index:99;
}
.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;
}
