@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300,400);
@import url(//fonts.googleapis.com/css?family=Changa+One);
body {
	background-image:url(images/body.jpg);
	background-attachment:fixed;
	background-position:50% 0%;
	background-size:cover;
}
@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:#f0f0f0;
	min-height:20px;
	margin:0;
	padding:11px 16px 11px 16px !important;
	border:none !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;
	letter-spacing:1.3px;
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:14px;
	text-transform:uppercase;
	color:#9e9e9e !important;
}
.main-holder input[type="submit"], .main-holder input[type="reset"] {
	background:url(images/arrow.png) no-repeat 100% 50%;
	height:42px;
	margin:0 15px 0 0;
	padding:0 13px 0 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;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:2px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	color:#c51c1c;
}
.main-holder input[type="submit"]:focus, .main-holder input[type="reset"]:focus {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
	color:#c51c1c;
}
.main-holder input[type="submit"]:hover, .main-holder input[type="reset"]:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:underline;
	color:#c51c1c;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.main-holder .search-form input[type="text"] { width:160px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.main-holder .search-form input[type="text"] { width:100px; }
}
@media (max-width: 480px) {
	.main-holder .search-form input[type="text"] { width:140px; }
}
.main-holder .search-form input[type="submit"] { margin:0 0 0 15px; }
h1 {
	font-weight:300 !important;
	text-transform:uppercase;
}
h1 a {
	text-decoration:none;
	color:#0c0e10;
}
h1 a:focus {
	text-decoration:none;
	color:#0c0e10;
}
h1 a:hover {
	text-decoration:none;
	color:#c51c1c;
}
h2 {
	margin-bottom:38px;
	font-weight:300 !important;
	text-transform:uppercase;
}
@media (max-width: 480px) {
	h2 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:30px !important;
		font-size:40px !important;
	}
}
h2 a {
	text-decoration:none;
	color:#0c0e10;
}
h2 a:focus {
	text-decoration:none;
	color:#0c0e10;
}
h2 a:hover {
	text-decoration:none;
	color:#c51c1c;
}
h2 strong {
	display:block;
	padding:53px 0 0 0;
	font-weight:400;
	color:#c51c1c;
}
h3 {
	letter-spacing:2.5px;
	font-weight:300 !important;
	text-transform:uppercase;
}
h3 a {
	text-decoration:none;
	color:#0c0e10;
}
h3 a:focus {
	text-decoration:none;
	color:#0c0e10;
}
h3 a:hover {
	text-decoration:none;
	color:#c51c1c;
}
h4 {
	letter-spacing:2.3px;
	font-weight:300 !important;
	text-transform:uppercase;
}
h4 a {
	text-decoration:none;
	color:#1e1e1e;
}
h4 a:focus {
	text-decoration:none;
	color:#1e1e1e;
}
h4 a:hover {
	text-decoration:none;
	color:#c51c1c;
}
h5 {
	letter-spacing:3px;
	text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	h5 { letter-spacing:1px; }
}
h5 a {
	text-decoration:none;
	color:#1e1e1e;
}
h5 a:focus {
	text-decoration:none;
	color:#1e1e1e;
}
h5 a:hover {
	text-decoration:none;
	color:#c51c1c;
}
h6 {
	margin:0 0 17px 0;
	letter-spacing:-0.1px;
}
p { margin:0 0 20px 0; }
body.home p { margin:0 0 14px 0; }
a {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	text-decoration:none;
}
a:hover {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
}
.header {
	background:url(images/header.png) repeat 50% 0%;
	margin:0;
	padding:96px 0 0 0;
	border:none;
}
@media (max-width: 767px) {
	.header {
		padding:30px 20px 20px 20px;
		text-align:center;
	}
}
.header .logo {
	float:left;
	margin:0 0 38px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .logo { width:auto; }
}
@media (max-width: 767px) {
	.header .logo { float:none; }
}
body.home .header .logo { margin:0 0 56px 0; }
.header .logo .logo_h__txt {
	margin:-34px 0 -23px -7px;
	padding:0;
}
.header .logo .logo_h__txt a {
	letter-spacing:-7px;
	line-height:155px;
	font-size:155px;
}
.header .logo .logo_h__txt a:focus {
	text-decoration:none;
	color:#fff;
}
.header .logo .logo_h__txt a:hover {
	text-decoration:none;
	color:#fff;
}
.header .logo img { height:98px; }
.header .logo .logo_tagline {
	margin:6px 0 0 0;
	padding:0;
	letter-spacing:9.4px;
	line-height:20px;
	font-size:14px;
	font-weight:300;
	color:#fff;
}
.header .header_widget {
	padding:8px 0 0 0;
	letter-spacing:2.6px;
	line-height:18px;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 1200px) {
	.header .header_widget { padding-left:100px; }
}
.header .header_widget h4 {
	margin:0 0 9px 0;
	letter-spacing:2.7px;
	line-height:18px;
	font-size:14px;
	color:#fff;
}
.header .header_widget strong {
	display:block;
	margin:0 0 14px 0;
	line-height:30px;
	font-size:30px;
	font-weight:300;
}
.header .header_widget span { display:block; }
.header .spacer {
	width:100%;
	height:105px;
	overflow:hidden;
	clear:both;
}
@media (max-width: 767px) {
	.header .spacer { height:35px; }
}
.header .nav__primary {
	float:none;
	margin:0;
}
.header .nav__primary.isStuck {
	background:#c51c1c;
	right:0;
	left:0;
	-webkit-box-shadow:0 3px 3px rgba(0,0,0,0.3);
	-moz-box-shadow:0 3px 3px rgba(0,0,0,0.3);
	box-shadow:0 3px 3px rgba(0,0,0,0.3);
	text-align:center;
	z-index:999;
}
@media (max-width: 767px) {
	.header .nav__primary.isStuck { padding:20px; }
}
.header .nav__primary.isStuck .sf-menu {
	display:inline-block;
	vertical-align:top;
}
@media (max-width: 767px) {
	.header .nav__primary.isStuck .sf-menu { display:none; }
}
.header .nav__primary .select-menu {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	font-size:12px;
}
.header .nav__primary .sf-menu { float:none; }
.header .nav__primary .sf-menu ul {
	background:#fff;
	width:206px;
	padding:19px 0 19px 0;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 4px rgba(0,0,0,0.3);
	box-shadow:0 0 4px rgba(0,0,0,0.3);
}
.header .nav__primary .sf-menu > li {
	background:none;
	margin:0 0 0 117px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 77px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.header .nav__primary .sf-menu > li { margin:0 0 0 57px; }
}
.header .nav__primary .sf-menu > li:first-child { margin:0; }
.header .nav__primary .sf-menu > li > a {
	position:relative;
	padding:25px 0 25px 0;
	letter-spacing:2.9px;
	border:none;
	text-transform:uppercase;
}
.header .nav__primary .sf-menu > li > a:before {
	background:#fff;
	display:block;
	position:absolute;
	right:4px;
	bottom:0;
	left:0;
	height:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	content:'';
}
.header .nav__primary .sf-menu > li li {
	background:none;
	margin:1px 0 0 0;
}
.header .nav__primary .sf-menu > li li:first-child { margin:0; }
.header .nav__primary .sf-menu > li li a {
	padding:4px 20px 4px 29px;
	border:none;
	line-height:20px;
	font-family:'Changa One', cursive;
	font-size:18px;
	font-weight:400;
	text-align:left;
	text-transform:uppercase;
	text-decoration:none;
	color:#262626;
}
.header .nav__primary .sf-menu > li li .sf-sub-indicator { display:none; }
.header .nav__primary .sf-menu li:hover ul, .header .nav__primary .sf-menu li.sfHover ul {
	top:64px;
	left:0%;
}
.header .nav__primary ul.sf-menu li li:hover ul, .header .nav__primary ul.sf-menu li li.sfHover ul {
	top:-19px;
	left:210px;
}
.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; }
.header .nav__primary .sf-menu > li > a:hover:before, .header .nav__primary .sf-menu > li.sfHover> a:before, .header .nav__primary .sf-menu > li.current-menu-item > a:before, .header .nav__primary .sf-menu > li.current_page_item > a:before {
	height:6px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.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:#222;
	color:#fff;
}
.header .nav__primary .sf-menu li li li > a:hover, .header .nav__primary .sf-menu li li li.sfHover > a, .header .nav__primary .sf-menu li li li.current-menu-item > a, .header .nav__primary .sf-menu li li li.current_page_item > a {
	background:#cecece;
	color:#262626;
}
.header .nav__primary .sf-sub-indicator {
	margin:0 -5px 0 0;
	top:45px;
	right:50%;
}
@media (min-width: 1200px) {
	#slider-wrapper { min-height:185px; }
}
@media (min-width: 980px) and (max-width: 1199px) {
	#slider-wrapper { min-height:149px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper { min-height:114px; }
}
@media (max-width: 767px) {
	#slider-wrapper { margin:0 0 30px 0; }
}
#slider-wrapper .container { width:100%; }
#slider-wrapper .container .camera_wrap { margin:0 !important; }
#slider-wrapper .camera_caption {
	position:absolute;
	top:0;
	right:0;
	bottom:auto;
	left:auto;
	width:470px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption {
		right:auto;
		left:0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption {
		right:auto;
		left:0;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption {
		width:auto;
		right:0;
		left:0;
	}
}
#slider-wrapper .camera_caption div {
	background:none;
	padding:0;
	letter-spacing:8.6px;
	line-height:44px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:30px;
	font-weight:300;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_caption div { line-height:40px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_caption div {
		line-height:30px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div {
		letter-spacing:2px;
		line-height:24px;
		font-size:20px;
		text-align:center;
	}
}
@media (max-width: 480px) {
	#slider-wrapper .camera_caption div {
		line-height:20px;
		font-size:16px;
	}
}
#slider-wrapper .camera_caption div span { display:block; }
#slider-wrapper .camera_caption div a {
	text-decoration:none;
	color:#fff;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_caption div a {
		display:inline-block;
		vertical-align:top;
	}
}
#slider-wrapper .camera_caption div a:focus {
	text-decoration:none;
	color:#fff;
}
#slider-wrapper .camera_caption div a:hover {
	text-decoration:none;
	color:#000;
}
#slider-wrapper .camera_pag {
	position:absolute;
	right:0;
	bottom:7px;
	left:auto;
	width:470px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	#slider-wrapper .camera_pag {
		line-height:6px;
		right:auto;
		bottom:0;
		left:0;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	#slider-wrapper .camera_pag {
		line-height:6px;
		right:auto;
		bottom:0;
		left:0;
	}
}
@media (max-width: 767px) {
	#slider-wrapper .camera_pag {
		width:auto;
		line-height:6px;
		right:0;
		bottom:0;
		left:0;
		text-align:center;
	}
}
#slider-wrapper .camera_pag ul {
	margin:0;
	padding:0;
	text-align:left;
}
@media (max-width: 767px) {
	#slider-wrapper .camera_pag ul { text-align:center; }
}
#slider-wrapper .camera_pag ul li {
	background:#fff;
	display:inline-block;
	width:64px;
	height:6px;
	margin:0 0 0 6px;
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	list-style:none;
	vertical-align:top;
	line-height:0;
	font-size:0;
}
#slider-wrapper .camera_pag ul li:first-child { margin:0; }
#slider-wrapper .camera_pag ul li:focus {
	background:#fff;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#slider-wrapper .camera_pag ul li:hover, #slider-wrapper .camera_pag ul li.cameracurrent {
	background:#000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
#slider-wrapper .camera_pag ul li span { display:none; }
#slider-wrapper .camera_prev {
	position:absolute;
	top:0;
	right:auto;
	bottom:auto;
	left:0;
	margin:0;
	padding:0;
}
#slider-wrapper .camera_commands {
	position:absolute;
	top:0;
	right:auto;
	bottom:auto;
	left:41px;
	margin:0;
	padding:0;
}
#slider-wrapper .camera_next {
	position:absolute;
	top:0;
	right:auto;
	bottom:auto;
	left:82px;
	margin:0;
	padding:0;
}
.content-holder {
	background:#fff;
	margin:0;
	padding:53px 0 53px 0;
}
@media (max-width: 767px) {
	.content-holder { padding:53px 20px 53px 20px; }
}
body.home .content-holder {
	background:none;
	padding:53px 0 0 0;
}
@media (max-width: 767px) {
	body.home .content-holder { padding:53px 20px 0 20px; }
}
#sidebar .widget {
	margin:70px 0 0 0;
	padding:1px 0 0 0;
}
#sidebar .widget:first-child { margin:0; }
#sidebar .widget h3 { margin-bottom:23px; }
#sidebar .mc4wp-form {
	width:100%;
	overflow:hidden;
}
#sidebar .mc4wp-form input[type="email"] { background:#f1f0f0; }
@media (min-width: 979px) and (max-width: 1200px) {
	#sidebar .mc4wp-form input[type="email"] { width:256px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar .mc4wp-form input[type="email"] { width:160px; }
}
#sidebar .widget_categories ul, #sidebar .widget_archive ul, #sidebar .widget_nav_menu ul, #sidebar .widget_meta ul, #sidebar .widget_meta ul, #sidebar .widget_pages ul, #sidebar .widget_recent_comments ul, #sidebar .widget_recent_entries ul {
	margin:0;
	padding:0;
}
#sidebar .widget_categories ul li, #sidebar .widget_archive ul li, #sidebar .widget_nav_menu ul li, #sidebar .widget_meta ul li, #sidebar .widget_meta ul li, #sidebar .widget_pages ul li, #sidebar .widget_recent_comments ul li, #sidebar .widget_recent_entries ul li {
	position:relative;
	margin:4px 0 0 0;
	padding:0 0 0 20px;
	word-spacing:1px;
	letter-spacing:1.5px;
	list-style:none;
	line-height:20px;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	color:#c51c1c;
}
#sidebar .widget_categories ul li:first-child, #sidebar .widget_archive ul li:first-child, #sidebar .widget_nav_menu ul li:first-child, #sidebar .widget_meta ul li:first-child, #sidebar .widget_meta ul li:first-child, #sidebar .widget_pages ul li:first-child, #sidebar .widget_recent_comments ul li:first-child, #sidebar .widget_recent_entries ul li:first-child { margin:0; }
#sidebar .widget_categories ul li:before, #sidebar .widget_archive ul li:before, #sidebar .widget_nav_menu ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_meta ul li:before, #sidebar .widget_pages ul li:before, #sidebar .widget_recent_comments ul li:before, #sidebar .widget_recent_entries ul li:before {
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:20px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#c51c1c;
	content:'-';
}
#sidebar .widget_categories ul li a, #sidebar .widget_archive ul li a, #sidebar .widget_nav_menu ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_meta ul li a, #sidebar .widget_pages ul li a, #sidebar .widget_recent_comments ul li a, #sidebar .widget_recent_entries ul li a {
	text-decoration:none;
	color:#c51c1c;
}
#sidebar .widget_categories ul li a:focus, #sidebar .widget_archive ul li a:focus, #sidebar .widget_nav_menu ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_meta ul li a:focus, #sidebar .widget_pages ul li a:focus, #sidebar .widget_recent_comments ul li a:focus, #sidebar .widget_recent_entries ul li a:focus {
	text-decoration:none;
	color:#c51c1c;
}
#sidebar .widget_categories ul li a:focus:before, #sidebar .widget_archive ul li a:focus:before, #sidebar .widget_nav_menu ul li a:focus:before, #sidebar .widget_meta ul li a:focus:before, #sidebar .widget_meta ul li a:focus:before, #sidebar .widget_pages ul li a:focus:before, #sidebar .widget_recent_comments ul li a:focus:before, #sidebar .widget_recent_entries ul li a:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
#sidebar .widget_categories ul li a:hover, #sidebar .widget_archive ul li a:hover, #sidebar .widget_nav_menu ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_meta ul li a:hover, #sidebar .widget_pages ul li a:hover, #sidebar .widget_recent_comments ul li a:hover, #sidebar .widget_recent_entries ul li a:hover {
	text-decoration:none;
	color:#b4b4b4;
}
#sidebar .widget_categories ul li a:hover:before, #sidebar .widget_archive ul li a:hover:before, #sidebar .widget_nav_menu ul li a:hover:before, #sidebar .widget_meta ul li a:hover:before, #sidebar .widget_meta ul li a:hover:before, #sidebar .widget_pages ul li a:hover:before, #sidebar .widget_recent_comments ul li a:hover:before, #sidebar .widget_recent_entries ul li a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#b4b4b4;
}
#sidebar .widget_categories ul li a:before, #sidebar .widget_archive ul li a:before, #sidebar .widget_nav_menu ul li a:before, #sidebar .widget_meta ul li a:before, #sidebar .widget_meta ul li a:before, #sidebar .widget_pages ul li a:before, #sidebar .widget_recent_comments ul li a:before, #sidebar .widget_recent_entries ul li a:before {
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	pointer-events:none;
	line-height:20px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#c51c1c;
	content:'-';
}
#sidebar .widget_categories ul li ul, #sidebar .widget_archive ul li ul, #sidebar .widget_nav_menu ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_meta ul li ul, #sidebar .widget_pages ul li ul, #sidebar .widget_recent_comments ul li ul, #sidebar .widget_recent_entries ul li ul { padding:4px 0 0 0; }
#sidebar #wp-calendar caption {
	letter-spacing:2px;
	color:#c51c1c;
}
#sidebar #wp-calendar thead tr th { color:#c51c1c; }
#sidebar ul.post-list {
	margin:0;
	padding:4px 0 0 0;
}
#sidebar ul.post-list li {
	margin:72px 0 0 0;
	padding:0;
	list-style:none;
}
#sidebar ul.post-list li:first-child { margin:0; }
#sidebar ul.post-list li .thumbnail {
	float:none;
	margin:0 0 39px 0;
}
#sidebar ul.post-list li .thumbnail img { width:100%; }
#sidebar ul.post-list li time {
	display:block;
	margin:0 0 16px 0;
	letter-spacing:2px;
	line-height:20px;
	font-size:14px;
	text-transform:uppercase;
	color:#c51c1c;
}
#sidebar ul.post-list li time:before {
	margin:0 10px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	color:#c51c1c;
	content:'\f073';
}
#sidebar ul.post-list li h4 {
	margin:0 0 18px 0;
	padding:0;
	letter-spacing:normal;
	line-height:20px;
	font-family:'Changa One', cursive;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
	color:#1e1e1e;
}
#sidebar ul.post-list li .excerpt { margin:0 0 13px 0; }
#sidebar .comments-custom li {
	margin:29px 0 0 0;
	padding:0;
}
#sidebar .comments-custom li:first-child { margin:0; }
#sidebar .comments-custom li .meta_format { margin:0; }
#sidebar .comments-custom li .thumbnail { margin:5px 30px 5px 0; }
@media (min-width: 979px) and (max-width: 1200px) {
	#sidebar .comments-custom li .thumbnail { margin-right:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar .comments-custom li .thumbnail { margin-right:20px; }
}
@media (max-width: 480px) {
	#sidebar .comments-custom li .thumbnail { margin-right:20px; }
}
#sidebar .comments-custom li time {
	display:block;
	margin:0 0 9px 0;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#c51c1c;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar .comments-custom li time { letter-spacing:normal; }
}
@media (max-width: 480px) {
	#sidebar .comments-custom li time { letter-spacing:normal; }
}
#sidebar .comments-custom li time:before {
	margin:0 10px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	color:#c51c1c;
	content:'\f073';
}
#sidebar .comments-custom li strong {
	display:block;
	letter-spacing:2px;
	font-weight:400;
	text-transform:uppercase;
	color:#c51c1c;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar .comments-custom li strong { letter-spacing:normal; }
}
@media (max-width: 480px) {
	#sidebar .comments-custom li strong { letter-spacing:normal; }
}
#sidebar .comments-custom li strong:before {
	margin:0 10px 0 0;
	font-family:FontAwesome;
	font-size:14px;
	color:#c51c1c;
	content:'\f007';
}
#sidebar .comments-custom li h4 {
	margin:39px 0 19px 0;
	letter-spacing:normal;
	line-height:20px;
	font-family:'Changa One', cursive;
	font-size:24px;
	font-weight:400;
	color:#1e1e1e;
}
#sidebar .comments-custom li .comments-custom_txt {
	margin:0 0 12px 0;
	padding:0;
	border:none;
	line-height:20px;
	font-size:14px;
	color:#b4b4b4;
}
#sidebar .comments-custom li .comments-custom_txt a {
	text-decoration:none;
	color:#b4b4b4;
}
#sidebar .comments-custom li .comments-custom_txt a:focus {
	text-decoration:none;
	color:#b4b4b4;
}
#sidebar .comments-custom li .comments-custom_txt a:hover {
	text-decoration:none;
	color:#c51c1c;
}
.list_1 {
	margin:0 !important;
	padding:0 0 45px 0;
	line-height:0;
	font-size:0;
}
.list_1 li {
	display:inline-block;
	width:270px;
	margin:0 0 0 30px;
	padding:0;
	list-style:none;
	vertical-align:top;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	color:#a5a5a5;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.list_1 li {
		width:220px;
		margin:0 0 0 20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li {
		width:166px;
		margin:0 0 0 20px;
	}
}
@media (max-width: 767px) {
	.list_1 li {
		display:block;
		width:100%;
		margin:30px 0 0 0;
	}
}
.list_1 li:hover .thumbnail a img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.list_1 li:hover h5 a { color:#999; }
.list_1 li:first-child { margin:0; }
.list_1 li .thumbnail {
	background:none;
	display:inline-block;
	float:none;
	margin:0 0 13px 3px;
	vertical-align:top;
}
.list_1 li .thumbnail a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.list_1 li .thumbnail a img {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.list_1 li h5 {
	margin:0 0 17px 0;
	letter-spacing:5.1px;
	line-height:36px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:30px;
	font-weight:300 !important;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.list_1 li h5 {
		line-height:30px;
		font-size:24px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.list_1 li h5 {
		letter-spacing:2px;
		line-height:26px;
		font-size:20px;
	}
}
.list_1 li h5 a {
	text-decoration:none;
	color:#fff;
}
.list_1 li h5 a:focus {
	text-decoration:none;
	color:#fff;
}
.list_1 li h5 a:hover {
	text-decoration:none;
	color:#999;
}
.list_2 {
	margin:0;
	padding:6px 0 0 0;
}
.list_2 li { margin-bottom:14px; }
@media (max-width: 767px) {
	.list_2 li {
		width:100%;
		overflow:hidden;
		margin:30px 0 0 0;
	}
}
@media (max-width: 767px) {
	.list_2 li:first-child { margin:0; }
}
.list_2 li .thumbnail { margin:0 0 41px 0; }
@media (max-width: 767px) {
	.list_2 li .thumbnail {
		float:left;
		max-width:50%;
		margin:0 20px 5px 0;
	}
}
@media (max-width: 767px) {
	.list_2 li .clear { display:none; }
}
.list_2 li h5 {
	margin:0 0 18px 0;
	padding:0;
	letter-spacing:normal;
	line-height:20px;
	font-family:'Changa One', cursive;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
	color:#1e1e1e;
}
.list_2 li .post_networks { display:none; }
.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:hover .zoom-icon:before {
	-webkit-transform:rotate(90deg);
	-moz-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	-o-transform:rotate(90deg);
	transform:rotate(90deg);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.thumbnail a .zoom-icon { background:url(images/thumbnail_bg.png) repeat 0% 0%; }
.thumbnail a .zoom-icon:before {
	background:url(images/magnify.png) no-repeat 0% 0%;
	width:60px;
	height:60px;
	margin:-30px 0 0 -30px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.content_box.full_width {
	background:#fff;
	position:relative;
	margin:0;
	padding:0;
	z-index:90;
}
.content_box.full_width:before, .content_box.full_width:after { display:none; }
.content_box.box {
	background:#fff;
	padding:55px 0 72px 0;
}
.content_box.box:before, .content_box.box:after { background:#fff; }
.carousel-wrap.extra ul li { position:relative; }
.carousel-wrap.extra ul li:hover .desc {
	top:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra ul li:hover .desc .inner {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra ul li:nth-child(2n) .desc { background:#d4d4d4; }
.carousel-wrap.extra ul li .featured-thumbnail { margin:0; }
.carousel-wrap.extra ul li .desc {
	background:#e9e9e9;
	display:table-cell;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	padding:0 20px 0 20px;
	vertical-align:middle;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
	color:#1e1e1e;
}
@media (max-width: 480px) {
	.carousel-wrap.extra ul li .desc {
		padding:0 10px 0 10px;
		letter-spacing:1px;
	}
}
.carousel-wrap.extra ul li .desc .inner {
	display:inline-block;
	vertical-align:middle;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra ul li .desc .auxiliary {
	display:inline-block;
	vertical-align:middle;
	width:0px;
	height:100%;
}
.carousel-wrap.extra ul li .desc h5 {
	margin:0 0 3px 0;
	font-weight:400;
}
@media (max-width: 480px) {
	.carousel-wrap.extra ul li .desc h5 {
		letter-spacing:1px;
		line-height:14px;
		font-size:14px;
	}
}
.carousel-wrap.extra ul li .desc h5 a { text-decoration:none; }
@media (max-width: 480px) {
	.carousel-wrap.extra ul li .desc .info {
		line-height:16px;
		font-size:12px;
	}
}
.carousel-wrap.extra ul li .desc .excerpt { display:none; }
.carousel-wrap.extra ul li .desc .post_networks { padding:13px 0 0 0; }
@media (max-width: 480px) {
	.carousel-wrap.extra ul li .desc .post_networks { padding:5px 0 0 0; }
}
.carousel-wrap.extra ul li .desc .post_networks ul, .carousel-wrap.extra ul li .desc .post_networks ol {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
.carousel-wrap.extra ul li .desc .post_networks ul li, .carousel-wrap.extra ul li .desc .post_networks ol li {
	display:inline-block;
	float:none;
	width:auto !important;
	margin:0 9px !important;
	padding:0 !important;
	vertical-align:top;
}
@media (max-width: 480px) {
	.carousel-wrap.extra ul li .desc .post_networks ul li, .carousel-wrap.extra ul li .desc .post_networks ol li { margin:0 5px !important; }
}
.carousel-wrap.extra ul li .desc .post_networks ul li a, .carousel-wrap.extra ul li .desc .post_networks ol li a {
	display:inline-block;
	vertical-align:top;
	line-height:21px;
	font-size:21px;
	text-decoration:none;
	color:#1e1e1e;
}
.carousel-wrap.extra ul li .desc .post_networks ul li a:hover span, .carousel-wrap.extra ul li .desc .post_networks ol li a:hover span {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra ul li .desc .post_networks ul li a span, .carousel-wrap.extra ul li .desc .post_networks ol li a span {
	display:inline-block;
	margin:0;
	vertical-align:top;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.carousel-wrap.extra ul li .desc .post_networks ul li a span.icon-linkedin, .carousel-wrap.extra ul li .desc .post_networks ol li a span.icon-linkedin {
	background:url(images/icons/linkedin.png) no-repeat 0% 0%;
	width:21px;
	height:21px;
	line-height:0;
	font-size:0;
}
.carousel-wrap.extra ul li .desc .post_networks ul li a span.icon-envelope, .carousel-wrap.extra ul li .desc .post_networks ol li a span.icon-envelope {
	background:url(images/icons/email.png) no-repeat 0% 0%;
	width:28px;
	height:21px;
	line-height:0;
	font-size:0;
}
.carousel-wrap.extra .es-nav-next {
	background:none;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	line-height:0;
	font-size:0;
	text-indent:0;
	top:auto;
	right:14px;
	bottom:-26px;
	left:auto;
}
@media (min-width: 1800px) {
	.carousel-wrap.extra .es-nav-next { right:4px; }
}
.carousel-wrap.extra .es-nav-next:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
.carousel-wrap.extra .es-nav-next:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:16px;
	font-family:FontAwesome;
	font-size:26px;
	color:#cdcdcd;
	content:'\f0da';
}
.carousel-wrap.extra .es-nav-prev {
	background:none;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	line-height:0;
	font-size:0;
	text-indent:0;
	top:auto;
	right:31px;
	bottom:-26px;
	left:auto;
}
@media (min-width: 1800px) {
	.carousel-wrap.extra .es-nav-prev { right:21px; }
}
.carousel-wrap.extra .es-nav-prev:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
.carousel-wrap.extra .es-nav-prev:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:16px;
	font-family:FontAwesome;
	font-size:26px;
	color:#cdcdcd;
	content:'\f0d9';
}
.carousel-wrap.extra .owl-carousel { margin:0; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer { margin:0; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item:nth-child(2n) .item .desc { background:#d4d4d4; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
	position:relative;
	margin:0;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item:hover .desc {
	top:0;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item:hover .desc .inner {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item figure { margin:0; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc {
	background:#e9e9e9;
	display:table-cell;
	position:absolute;
	top:100%;
	right:0;
	bottom:0;
	left:0;
	padding:0 20px 0 20px;
	vertical-align:middle;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:3px;
	text-transform:uppercase;
	text-align:center;
	color:#1e1e1e;
}
@media (max-width: 480px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc {
		padding:0 10px 0 10px;
		letter-spacing:1px;
	}
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .inner {
	display:inline-block;
	vertical-align:middle;
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .auxiliary {
	display:inline-block;
	vertical-align:middle;
	width:0px;
	height:100%;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc h5 {
	margin:0 0 3px 0;
	font-weight:400;
}
@media (min-width: 1201px) and (max-width: 1400px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc h5 {
		letter-spacing:1px;
		line-height:17px;
		font-size:17px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc h5 {
		letter-spacing:1px;
		line-height:14px;
		font-size:14px;
	}
}
@media (max-width: 767px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc h5 {
		letter-spacing:1px;
		line-height:17px;
		font-size:17px;
	}
}
@media (max-width: 480px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc h5 {
		letter-spacing:1px;
		line-height:14px;
		font-size:14px;
	}
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc h5 a { text-decoration:none; }
@media (max-width: 480px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .info {
		line-height:16px;
		font-size:12px;
	}
}
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .info {
		line-height:16px;
		font-size:12px;
	}
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .excerpt { display:none; }
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks { padding:13px 0 0 0; }
@media (max-width: 480px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks { padding:5px 0 0 0; }
}
@media (min-width: 980px) and (max-width: 1200px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks { padding:5px 0 0 0; }
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ul, .carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ol {
	width:100% !important;
	margin:0 !important;
	padding:0 !important;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ul li, .carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ol li {
	display:inline-block;
	float:none;
	width:auto !important;
	margin:0 9px !important;
	padding:0 !important;
	vertical-align:top;
}
@media (max-width: 480px) {
	.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ul li, .carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ol li { margin:0 5px !important; }
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ul li a, .carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ol li a {
	display:inline-block;
	vertical-align:top;
	line-height:21px;
	font-size:21px;
	text-decoration:none;
	color:#1e1e1e;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ul li a:hover span, .carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ol li a:hover span {
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
	opacity:0.5;
	filter:alpha(opacity=50);
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ul li a span, .carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ol li a span {
	display:inline-block;
	margin:0;
	vertical-align:top;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ul li a span.icon-linkedin, .carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ol li a span.icon-linkedin {
	background:url(images/icons/linkedin.png) no-repeat 0% 0%;
	width:21px;
	height:21px;
	line-height:0;
	font-size:0;
}
.carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ul li a span.icon-envelope, .carousel-wrap.extra .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .post_networks ol li a span.icon-envelope {
	background:url(images/icons/email.png) no-repeat 0% 0%;
	width:28px;
	height:21px;
	line-height:0;
	font-size:0;
}
.carousel-wrap.extra .owl-carousel .owl-controls { margin:0; }
.carousel-wrap.extra .owl-carousel .owl-controls .owl-buttons {
	padding:2px 0 0 0;
	text-align:right;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-buttons .owl-prev {
	background:none;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	opacity:1;
	filter:alpha(opacity=100);
	margin:0;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-buttons .owl-prev:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-buttons .owl-prev:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:16px;
	font-family:FontAwesome;
	font-size:26px;
	color:#cdcdcd;
	content:'\f0d9';
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-buttons .owl-next {
	background:none;
	margin:0;
	padding:0;
	width:auto;
	height:auto;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	opacity:1;
	filter:alpha(opacity=100);
	margin:0 14px 0 7px;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-buttons .owl-next:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
.carousel-wrap.extra .owl-carousel .owl-controls .owl-buttons .owl-next:before {
	display:inline-block;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:16px;
	font-family:FontAwesome;
	font-size:26px;
	color:#cdcdcd;
	content:'\f0da';
}
.list.minus-list { padding:4px 0 0 0; }
.list.minus-list ul {
	margin:0;
	padding:0;
}
.list.minus-list ul li {
	position:relative;
	margin:4px 0 0 0;
	padding:0 0 0 20px;
	word-spacing:1px;
	letter-spacing:1.5px;
	list-style:none;
	line-height:20px;
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	color:#c51c1c;
}
.list.minus-list ul li:first-child { margin:0; }
.list.minus-list ul li:before {
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:20px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#c51c1c;
	content:'-';
}
.list.minus-list ul li a {
	text-decoration:none;
	color:#c51c1c;
}
.list.minus-list ul li a:focus {
	text-decoration:none;
	color:#c51c1c;
}
.list.minus-list ul li a:focus:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
.list.minus-list ul li a:hover {
	text-decoration:none;
	color:#b4b4b4;
}
.list.minus-list ul li a:hover:before {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#b4b4b4;
}
.list.minus-list ul li a:before {
	position:absolute;
	top:0;
	left:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	pointer-events:none;
	line-height:20px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:20px;
	font-weight:300;
	color:#c51c1c;
	content:'-';
}
a.btn-primary {
	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;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:2.9px;
	line-height:20px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#c51c1c;
}
@media (max-width: 767px) {
	a.btn-primary { margin-bottom:30px; }
}
a.btn-primary:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
a.btn-primary:focus:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
a.btn-primary:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#bebdbd;
}
a.btn-primary:hover:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#bebdbd;
}
a.btn-primary:after {
	display:inline-block;
	margin:0 0 0 4px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-family:FontAwesome;
	font-size:16px;
	color:#c51c1c;
	content:'\f0da';
}
.hero-unit.extra {
	background:none;
	width:100%;
	overflow:hidden;
	margin:0 0 26px 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;
}
.hero-unit.extra:hover h1 a {
	text-decoration:none;
	color:#1e1e1e;
}
.hero-unit.extra h1 {
	float:left;
	margin:0 8px 0 0;
	padding:0;
	letter-spacing:-3px;
	line-height:48px;
	font-size:65px;
	color:#e2e2e2;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra h1 {
		margin:5px 8px 5px 0;
		line-height:28px;
		font-size:45px;
	}
}
.hero-unit.extra h1 a {
	text-decoration:none;
	color:#e2e2e2;
}
.hero-unit.extra h1 a:focus {
	text-decoration:none;
	color:#e2e2e2;
}
.hero-unit.extra h1 a:hover {
	text-decoration:none;
	color:#1e1e1e;
}
.hero-unit.extra p {
	overflow:hidden;
	margin:0;
	padding:3px 0 0 0;
	letter-spacing:2px;
	line-height:24px;
	font-size:20px;
	text-transform:uppercase;
	color:#c8c8c8;
}
@media (min-width: 1200px) {
	.hero-unit.extra p {
		display:inline-block;
		vertical-align:top;
	}
}
@media (min-width: 979px) and (max-width: 1200px) {
	.hero-unit.extra p { letter-spacing:1px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.extra p {
		padding:0;
		letter-spacing:1px;
		line-height:20px;
		font-size:16px;
	}
}
.hero-unit.extra p em { font-style:normal; }
@media (min-width: 1200px) {
	.hero-unit.extra p em { display:block; }
}
.hero-unit.extra p a {
	text-decoration:none;
	color:#c8c8c8;
}
.hero-unit.extra p a:focus {
	text-decoration:none;
	color:#c8c8c8;
}
.hero-unit.extra p a:hover {
	text-decoration:none;
	color:#1e1e1e;
}
.spacer { height:67px; }
.service-box.extra {
	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;
}
.service-box.extra:hover h2 {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#d9d9d9;
}
.service-box.extra:hover h5 {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#d9d9d9;
}
.service-box.extra:hover .service-box_txt {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#d9d9d9;
}
.service-box.extra:hover .btn-align a {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#bebdbd;
}
.service-box.extra:hover .btn-align a:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#bebdbd;
}
.service-box.extra h2 {
	margin:0 0 16px 0;
	padding:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:2px;
	line-height:30px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:30px;
	font-weight:300 !important;
	color:#0c0e10;
}
.service-box.extra h5 {
	margin:0 0 20px 0;
	padding:0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:normal;
	line-height:20px;
	font-family:'Changa One', cursive;
	font-size:24px;
	font-weight:400 !important;
	text-transform:uppercase;
	color:#1e1e1e;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.extra h5 {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:20px;
		font-size:16px;
	}
}
.service-box.extra .service-box_txt {
	margin:0 0 12px 0;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	color:#1e1e1e;
}
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.extra .service-box_txt {
		word-wrap:break-word;
		-webkit-hyphens:auto;
		-moz-hyphens:auto;
		-ms-hyphens:auto;
		-o-hyphens:auto;
		hyphens:auto;
		line-height:18px;
		font-size:13px;
	}
}
.service-box.extra .btn-align { text-align:left; }
@media (min-width: 768px) and (max-width: 979px) {
	.service-box.extra .btn-align a { letter-spacing:1px; }
}
.service-box.extra .btn-align a:hover { text-decoration:underline; }
.parallax-box { margin:49px 0 -53px 0; }
.parallax-box .parallax-content { padding:72px 0 54px 0; }
.parallax-box h2 { color:#fff; }
@media (max-width: 480px) {
	.parallax-box h2 {
		line-height:40px;
		font-size:40px;
	}
}
div.testimonials {
	width:100%;
	overflow:hidden;
	padding:1px 0 0 0;
}
div.testimonials .testi-item {
	float:left;
	width:270px;
	margin:0 0 0 30px;
}
@media (min-width: 979px) and (max-width: 1200px) {
	div.testimonials .testi-item {
		width:220px;
		margin:0 0 0 20px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item {
		width:166px;
		margin:0 0 0 20px;
	}
}
@media (max-width: 767px) {
	div.testimonials .testi-item {
		float:none;
		width:100%;
		margin:30px 0 0 0;
		padding:0;
	}
}
div.testimonials .testi-item:first-child { margin:0; }
div.testimonials .testi-item blockquote {
	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;
}
div.testimonials .testi-item blockquote:before, div.testimonials .testi-item blockquote:after { display:none; }
div.testimonials .testi-item blockquote a {
	text-decoration:none;
	color:#b4b4b4;
}
div.testimonials .testi-item blockquote a:focus {
	text-decoration:none;
	color:#b4b4b4;
}
div.testimonials .testi-item blockquote a:hover {
	text-decoration:none;
	color:#c51c1c;
}
div.testimonials .testi-item .testi-meta {
	padding:36px 0 0 0;
	letter-spacing:2px;
	line-height:20px;
	font-size:14px;
	text-transform:uppercase;
	color:#fff;
}
@media (max-width: 767px) {
	div.testimonials .testi-item .testi-meta { padding:16px 0 0 0; }
}
div.testimonials .testi-item .testi-meta .user {
	display:block;
	margin:0 0 18px 0;
	line-height:20px;
	font-family:'Changa One', cursive;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	div.testimonials .testi-item .testi-meta .user {
		line-height:20px;
		font-size:20px;
	}
}
@media (max-width: 767px) {
	div.testimonials .testi-item .testi-meta .user { margin:0 0 4px 0; }
}
div.testimonials .testi-item .testi-meta .user:after { display:none; }
div.testimonials .testi-item .testi-meta .info, div.testimonials .testi-item .testi-meta br { display:none; }
div.testimonials .testi-item .testi-meta a {
	text-decoration:none;
	color:#fff;
}
div.testimonials .testi-item .testi-meta a:focus {
	text-decoration:none;
	color:#fff;
}
div.testimonials .testi-item .testi-meta a:hover {
	text-decoration:none;
	color:#c51c1c;
}
.footer {
	background:#f1f0f0;
	margin:0;
	padding:71px 0 71px 0;
	border:none;
	font-size:14px;
	color:#9e9e9e;
}
@media (max-width: 767px) {
	.footer {
		padding:30px 20px 30px 20px;
		text-align:center;
	}
}
.footer h4 { margin:0 0 21px 0; }
.footer .mc4wp-form input[type="email"] { width:273px; }
@media (min-width: 768px) and (max-width: 979px) {
	.footer .mc4wp-form input[type="email"] { width:220px; }
}
@media (max-width: 768px) {
	.footer .mc4wp-form input[type="email"] { width:205px; }
}
.footer .footer-text {
	float:none;
	margin:0;
	padding:5px 0 0 0;
	letter-spacing:3.5px;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.footer .footer-text {
		margin:0 0 30px 0;
		padding:0;
		text-align:center;
	}
}
.footer .footer-text strong {
	display:block;
	margin:0 0 6px 0;
}
.footer .footer-text a {
	text-decoration:none;
	color:#9e9e9e;
}
.footer .footer-text a:focus {
	text-decoration:none;
	color:#9e9e9e;
}
.footer .footer-text a:hover {
	text-decoration:none;
	color:#c51c1c;
}
.footer .textwidget {
	padding:2px 0 0 0;
	letter-spacing:1.3px;
	text-transform:uppercase;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .textwidget {
		letter-spacing:normal;
		line-height:18px;
		font-size:13px;
	}
}
@media (max-width: 767px) {
	.footer .textwidget { padding:0 0 30px 0; }
}
.footer .textwidget span { display:block; }
.footer .textwidget strong {
	display:block;
	margin:15px 0 0 0;
	letter-spacing:2.5px;
	line-height:30px;
	font-size:30px;
	font-weight:300;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .textwidget strong {
		letter-spacing:1px;
		line-height:20px;
		font-size:24px;
	}
}
.footer .textwidget a {
	text-decoration:underline;
	color:#9e9e9e;
}
.footer .textwidget a:focus {
	text-decoration:underline;
	color:#9e9e9e;
}
.footer .textwidget a:hover {
	text-decoration:none;
	color:#c51c1c;
}
.footer .copyright { padding:0; }
.footer .footer-nav {
	float:none;
	margin:30px 0 0 0;
	padding:0;
}
.footer .footer-nav ul {
	float:none;
	margin:0;
	padding:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-nav ul { text-align:left; }
}
.footer .footer-nav ul li {
	margin:0 0 0 13px;
	padding:0;
	list-style:none;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.footer .footer-nav ul li { margin:0 7px !important; }
}
@media (max-width: 480px) {
	.footer .footer-nav ul li { margin:0 3px !important; }
}
.footer .footer-nav ul li:first-child { margin:0; }
.footer .footer-nav ul li.current-menu-item a {
	text-decoration:none;
	color:#c51c1c;
}
.footer .footer-nav ul li a { text-decoration:none; }
@media (max-width: 480px) {
	.footer .footer-nav ul li a { font-size:13px; }
}
.footer .footer-nav ul li a:focus {
	text-decoration:none;
	color:#9e9e9e;
}
.footer .footer-nav ul li a:hover {
	text-decoration:none;
	color:#c51c1c;
}
#back-top-wrapper { z-index:999; }
#back-top-wrapper p#back-top { margin:0; }
#back-top-wrapper p#back-top a { width:auto; }
#back-top-wrapper p#back-top a:hover:before { color:#c51c1c; }
#back-top-wrapper p#back-top a:before {
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:10px;
	font-family:FontAwesome;
	font-size:24px;
	color:#cdcdcd;
	content:'\f0d8';
}
#back-top-wrapper p#back-top a span { display:none; }
.mc4wp-form { margin:0; }
.mc4wp-form p {
	float:left;
	margin:0 !important;
	padding:0;
}
@media (max-width: 767px) {
	.mc4wp-form p {
		display:inline-block;
		float:none;
		vertical-align:top;
	}
}
.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] {
	background:#fff;
	float:left;
	width:273px;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] { width:210px; }
}
@media (max-width: 480px) {
	.mc4wp-form input[type="text"], .mc4wp-form input[type="email"] { width:210px; }
}
.mc4wp-form input[type="submit"] {
	background:url(images/submit.png) no-repeat 0% 0%;
	width:28px;
	height:42px;
	overflow:hidden;
	margin:0 0 0 15px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:0;
	font-size:0;
	text-decoration:none;
}
.mc4wp-form input[type="submit"]:hover {
	background-position:0% -84px;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	text-decoration:none;
}
article.type-services .thumbnail {
	background:#1e1e1e;
	float:left;
	margin:5px 20px 5px 0 !important;
	padding:10px 15px;
}
.title-box { margin:0 0 38px 0; }
.title-box h2 {
	margin:0;
	letter-spacing:-3.3px;
	color:#c51c1c;
}
@media (min-width: 979px) and (max-width: 1200px) {
	.title-box h2 {
		line-height:38px;
		font-size:55px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box h2 {
		letter-spacing:-1px;
		line-height:38px;
		font-size:45px;
	}
}
@media (max-width: 767px) {
	.title-box h2 {
		letter-spacing:-1px;
		line-height:38px;
		font-size:45px;
	}
}
.title-box h2 em {
	font-style:normal;
	color:#1e1e1e;
}
.title-section {
	background:#f1f0f0;
	position:relative;
	margin:-53px 0 32px 0;
	padding:17px 0 18px 0;
}
.title-section:before {
	background:#f1f0f0;
	display:block;
	position:absolute;
	top:0;
	bottom:0;
	left:-100%;
	width:100%;
	z-index:-1;
	content:'';
}
.title-section:after {
	background:#f1f0f0;
	display:block;
	position:absolute;
	top:0;
	right:-100%;
	bottom:0;
	width:100%;
	z-index:-1;
	content:'';
}
.title-section h1 { display:none; }
.title-section ul {
	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;
}
.title-section ul li {
	margin:0;
	padding:0;
	list-style:none;
	letter-spacing:2px;
	line-height:18px;
	font-size:14px;
	font-weight:300;
	text-shadow:none;
	text-transform:uppercase;
	color:#c51c1c;
}
@media (max-width: 480px) {
	.title-section ul li { letter-spacing:normal; }
}
.title-section ul li.divider { margin:0 18px; }
@media (max-width: 480px) {
	.title-section ul li.divider { margin:0 9px; }
}
.title-section ul li.divider:after {
	line-height:18px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:300;
	text-shadow:none;
	text-transform:uppercase;
	color:#b4b4b4;
	content:'|';
}
.title-section ul li.active { color:#1e1e1e; }
.title-section ul li a {
	text-decoration:none;
	color:#c51c1c;
}
.title-section ul li a:focus {
	text-decoration:none;
	color:#c51c1c;
}
.title-section ul li a:hover {
	text-decoration:none;
	color:#1e1e1e;
}
.pagination ul li a, .pagination ul li span {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}
article.post h3 {
	letter-spacing:normal;
	line-height:20px;
	font-family:'Changa One', cursive;
	font-size:24px;
	font-weight:400;
	text-transform:uppercase;
	color:#1e1e1e;
}
.post_meta {
	border:none;
	letter-spacing:2px;
	line-height:20px;
	font-size:14px;
	text-transform:uppercase;
	color:#c51c1c;
}
.post_meta i { color:#c51c1c; }
.post_meta a { text-transform:uppercase !important; }
.post-author {
	background:none;
	padding:0;
	border:none;
}
.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; }
.post-author .post-author_link p {
	margin:0;
	letter-spacing:2px;
	line-height:20px;
	font-size:14px;
	text-transform:uppercase;
	color:#1e1e1e;
}
.related-posts ul li {
	line-height:20px;
	font-size:14px;
}
.related-posts ul li .thumbnail { margin:0 0 20px 0; }
.comment-list li .comment-body {
	background:none !important;
	padding:0;
	border:none;
}
.comment-list li .comment-body .comment-author img {
	background:#c4c4c4;
	padding:10px;
}
.comment-list li .comment-body .comment-author .author {
	width:85px;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
	letter-spacing:2px;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#c51c1c;
}
.comment-list li .comment-body .comment-author .author:before {
	margin:0 9px 0 1px;
	font-family:FontAwesome;
	font-size:14px;
	color:#c51c1c;
	content:'\f007';
}
.comment-list li .comment-body .extra-wrap { padding:0 0 18px 0; }
@media (max-width: 480px) {
	.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
.comment-list li .comment-body .comment-meta {
	margin:0;
	padding:1px 0 0 0;
	letter-spacing:2px;
	line-height:20px;
	font-size:14px;
	font-weight:400;
	text-transform:uppercase;
	color:#c51c1c;
}
.comment-list li .comment-body .comment-meta:before {
	margin:0 9px 0 1px;
	font-family:FontAwesome;
	font-size:14px;
	color:#c51c1c;
	content:'\f073';
}
.comment-list li .comment-body .reply 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;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	letter-spacing:2.9px;
	line-height:20px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:uppercase;
	text-decoration:none;
	color:#c51c1c;
}
.comment-list li .comment-body .reply a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
.comment-list li .comment-body .reply a:focus:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#c51c1c;
}
.comment-list li .comment-body .reply a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#bebdbd;
}
.comment-list li .comment-body .reply a:hover:after {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#bebdbd;
}
.comment-list li .comment-body .reply a:after {
	display:inline-block;
	margin:0 0 0 4px;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	vertical-align:top;
	line-height:20px;
	font-family:FontAwesome;
	font-size:16px;
	color:#c51c1c;
	content:'\f0da';
}
#commentform p {
	width:100%;
	overflow:hidden;
}
@media (max-width: 767px) {
	#commentform input[type="text"], #commentform input[type="email"], #commentform textarea { min-height:42px; }
}
#commentform input[type="submit"] { margin:0; }
.cancel-comment-reply { padding:0 0 6px 0; }
@media (max-width: 767px) {
	.error404-holder { text-align:center; }
}
.error404-holder .error404-holder_num { color:#c51c1c; }
.error404-holder h4 {
	line-height:20px;
	font-size:20px;
	color:#c51c1c;
}
.filter-wrapper { padding:13px 0 20px 0; }
.filter-wrapper .pull-right { float:none; }
@media (max-width: 480px) {
	.filter-wrapper .pull-right { float:right; }
}
.filter-wrapper strong {
	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;
	letter-spacing:2.1px;
	line-height:18px;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	color:#1e1e1e;
}
@media (max-width: 767px) {
	.filter-wrapper strong { letter-spacing:normal; }
}
.filter-wrapper ul li {
	background:url(images/divider.png) no-repeat 0% 50%;
	margin:0 0 0 20px;
	padding:0 0 0 22px;
}
@media (max-width: 767px) {
	.filter-wrapper ul li {
		margin:0 0 0 10px;
		padding:0 0 0 12px;
	}
}
@media (max-width: 480px) {
	.filter-wrapper ul li {
		background:none;
		padding:0;
	}
}
.filter-wrapper ul li:first-child {
	background:none;
	padding:0;
}
.filter-wrapper ul li.active a {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#c51c1c;
}
.filter-wrapper ul li.active a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#c51c1c;
}
.filter-wrapper ul li.active a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#c51c1c;
}
.filter-wrapper ul li 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;
	letter-spacing:2px;
	line-height:18px;
	font-size:14px;
	font-weight:300;
	text-transform:uppercase;
	color:#1e1e1e;
}
@media (max-width: 767px) {
	.filter-wrapper ul li a { letter-spacing:normal; }
}
.filter-wrapper ul li a:focus {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#1e1e1e;
}
.filter-wrapper ul li a:hover {
	background:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	text-decoration:none;
	color:#c51c1c;
}
#portfolio-grid li .thumbnail { margin:0 0 41px 0; }
#portfolio-grid li h3 {
	margin:0 0 18px 0;
	padding:0;
	letter-spacing:normal;
	line-height:20px;
	font-family:'Changa One', cursive;
	font-size:24px;
	font-weight:400;
	color:#1e1e1e;
}
#portfolio-grid li .excerpt { margin:0 0 14px 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 (min-width: 768px) and (max-width: 979px) {
	.archive_lists h3 {
		line-height:20px;
		font-size:20px;
	}
}
.faq-list h4 {
	margin:0;
	letter-spacing:1px;
	line-height:20px;
	font-size:20px;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form textarea { padding:5px 9px !important; }
.wpcf7-form .wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.wpcf7-form .ajax-loader { margin:10px 0 0 0; }
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
@media (max-width: 767px) {
	.google-map-custom-class { height:300px; }
}
@media (max-width: 480px) {
	.grid_gallery .thumbnail a .zoom-icon:before {
		background:url(images/magnify_alt.png) no-repeat 0% 0%;
		width:30px;
		height:30px;
		margin:-15px 0 0 -15px;
	}
}
.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;
}
