@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,700,900);
.content-holder { overflow:hidden; }
@media (max-width: 767px) {
	body { padding:0; }
	body .header { padding:20px 20px 0 20px; }
	body .footer {
		padding:30px 20px 40px 20px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	body .content-holder { padding:0 20px 30px 20px !important; }
	body.home .content-holder { padding:0 !important; }
	body.home .content-holder >.container { padding:20px 20px 0 20px !important; }
}
a { transition:all 0.3s ease 0s; }
.featured-thumbnail, .thumbnail, figure.frame {
	background:none;
	border-radius:0;
	padding:0;
	box-shadow:none;
	border:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.featured-thumbnail img, .thumbnail img, figure.frame img {
	display:inline-block;
	border-radius:0;
	border:none;
	padding:0;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
figure.frame {
	margin-left:0;
	text-align:left;
}
figure.frame p { margin:0 !important; }
@media (max-width: 767px) {
	figure.frame { text-align:center; }
}
figure.frame.alignnone { margin:0 0 20px; }
@media (max-width: 767px) {
	figure.frame.alignnone { margin:20px 0; }
}
figure.frame.alignleft { margin:5px 30px 28px 0; }
@media (max-width: 550px) {
	figure.frame.alignleft {
		margin:0 0 20px 0;
		float:none;
	}
}
figure.frame.alignright { margin:0 0 10px 30px; }
@media (min-width: 768px) and (max-width: 979px) {
	figure.frame.alignright {
		float:none;
		margin:0 0 20px 0;
	}
}
@media (max-width: 550px) {
	figure.frame.alignright {
		float:none;
		margin:20px 0 20px 0;
	}
}
.btn, .reply a {
	position:relative;
	display:inline-block;
	border-radius:0;
	border:none;
	text-shadow:none;
	color:#ff6000;
	font:18px/1.2em 'Roboto', sans-serif;
	text-transform:none;
	border-bottom:1px solid #ff6000;
	padding:0 0 1px;
	letter-spacing:0;
	height:auto;
	box-shadow:none;
	text-decoration:none;
	background:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
.btn:hover, .btn:active, .reply a:hover, .reply a:active {
	background:none;
	text-decoration:none;
	color:#c0c0c0;
	box-shadow:none;
	border-color:#c0c0c0;
}
.btn:focus, .reply a:focus {
	color:#ff6000;
	background:none;
	border-color:#ff6000;
}
.btn.btn-info, .reply a.btn-info {
	background:#ff6000;
	padding:10px 18px;
	margin:15px 0;
	color:#fff;
	border:none;
	letter-spacing:1px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn.btn-info, .reply a.btn-info {
		padding:10px;
		letter-spacing:0;
	}
}
.btn.btn-info:after, .reply a.btn-info:after {
	content:'';
	position:absolute;
	display:inline-block;
	width:41px;
	height:41px;
	background:#fff url(images/arrow-btn.png) 16px 10px no-repeat;
	border:1px solid #ededed;
	top:0;
	left:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.btn.btn-info:after, .reply a.btn-info:after {
		width:100%;
		display:block;
		left:0;
		top:100%;
		background-position:50% 10px;
	}
}
.btn.btn-info:hover, .btn.btn-info:active, .reply a.btn-info:hover, .reply a.btn-info:active { background:#d7d7d7; }
.btn.btn-info:hover:after, .btn.btn-info:active:after, .reply a.btn-info:hover:after, .reply a.btn-info:active:after { background-position:16px -70px; }
@media (min-width: 768px) and (max-width: 979px) {
	.btn.btn-info:hover:after, .btn.btn-info:active:after, .reply a.btn-info:hover:after, .reply a.btn-info:active:after { background-position:50% -70px; }
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	padding:7px 10px;
	margin:0 0 10px 0;
	font-size:14px;
	line-height:1.3em;
	text-transform:none;
	color:#3b3b3b;
	text-decoration:none;
	position:relative;
	border-radius:0;
	background:#fff;
	box-shadow:none;
	transition:all 0.3s ease 0s;
}
.main-holder textarea, .main-holder input[type="text"], .main-holder input[type="password"], .main-holder input[type="datetime"], .main-holder input[type="datetime-local"], .main-holder input[type="date"], .main-holder input[type="month"], .main-holder input[type="time"], .main-holder input[type="week"], .main-holder input[type="number"], .main-holder input[type="email"], .main-holder input[type="url"], .main-holder input[type="search"], .main-holder input[type="tel"], .main-holder input[type="color"], .main-holder .uneditable-input { border:1px solid #f2f2f2 !important; }
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
	background:#fff;
	box-shadow:none;
	border-color:#202121 !important;
}
.wpcf7 .wpcf7-form p { margin-bottom:10px; }
.wpcf7 .wpcf7-form p input[type="text"], .wpcf7 .wpcf7-form p input[type="email"] {
	margin:0;
	height:35px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7 .wpcf7-form p input[type="text"]:focus, .wpcf7 .wpcf7-form p input[type="email"]:focus { border-color:#202121 !important; }
.wpcf7 .wpcf7-form textarea {
	padding:10px 5px;
	margin-bottom:10px;
}
.wpcf7 .wpcf7-form textarea:focus { border-color:#202121 !important; }
.wpcf7 .wpcf7-form .btn-align { text-align:right; }
.wpcf7 .wpcf7-form .btn-align input[type="submit"], .wpcf7 .wpcf7-form .btn-align input[type="reset"] {
	height:auto;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .btn-align div.ajax-loader {
	float:left;
	margin-left:10px;
}
.wpcf7 .wpcf7-form .wpcf7-not-valid-tip { padding:5px 10px !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7 .wpcf7-form .wpcf7-not-valid-tip { font-size:9px !important; }
}
.wpcf7 .wpcf7-form .submit-wrap .btn { height:auto; }
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input { outline:none; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#3b3b3b; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#3b3b3b; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#3b3b3b; }
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
	color:#3b3b3b;
	opacity:1;
}
.header {
	padding:0;
	border:none;
	background:#fff url(images/bg-content.jpg) no-repeat 50% 0;
}
@media (max-width: 767px) {
	.header { background:#fff; }
}
@media (max-width: 767px) {
	.header { background-image:none !important; }
}
.header > .container { width:100%; }
.header > .container > .row { margin-left:0; }
.header > .container > .row > .span12 {
	width:100%;
	margin-left:0;
}
.nav-wrapper {
	position:relative;
	border-bottom:1px solid #3d413c;
	border-bottom:1px solid rgba(255,255,255,0.1);
	z-index:100;
}
.nav-wrapper >div {
	position:relative;
	z-index:10;
}
@media (max-width: 767px) {
	.nav-wrapper { border:none; }
}
.nav-wrapper {
	background:transparent;
	z-index:100;
	position:relative;
	padding:0;
	transition:background-color 0.3s ease 0s;
}
.nav-wrapper >div {
	position:relative;
	z-index:10;
}
@media (max-width: 767px) {
	.nav-wrapper { margin-bottom:60px; }
	.home .nav-wrapper { margin-bottom:0; }
}
.nav-wrapper.isStuck {
	width:100%;
	overflow:visible;
	background-color:rgba(0,0,0,0.7);
}
@media (max-width: 998px) {
	.pseudoStickyBlock { height:0 !important; }
}
.nav__primary {
	position:relative;
	float:none;
	padding:0;
	margin:0;
	z-index:100;
	background:none;
}
@media (max-width: 767px) {
	.nav__primary { padding:10px 0 11px; }
}
.nav__primary .select-menu { height:35px; }
.nav__primary .sf-menu {
	float:right;
	right:50%;
	position:relative;
	text-align:left;
	padding:0;
	margin:0;
	z-index:1;
}
@media (max-width: 767px) {
	.nav__primary .sf-menu { display:none !important; }
}
.nav__primary .sf-menu >li {
	background:none;
	float:left;
	left:50%;
	display:block;
	text-align:center;
	position:relative;
	padding:0;
	margin:0;
	border:none;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	width:160px;
	z-index:10;
	border-right:1px solid #3d413c;
	border-right:1px solid rgba(255,255,255,0.1);
}
@media (min-width: 980px) and (max-width: 1200px) {
	.nav__primary .sf-menu >li { width:120px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.nav__primary .sf-menu >li { width:100px; }
}
.nav__primary .sf-menu >li:after {
	content:'';
	transition:all 0.3s ease 0s;
}
.nav__primary .sf-menu >li:first-child {
	margin:0;
	border-left:1px solid #3d413c;
	border-left:1px solid rgba(255,255,255,0.1);
}
.nav__primary .sf-menu >li:hover { background:none; }
.nav__primary .sf-menu >li:hover ul { top:100%; }
.nav__primary .sf-menu >li:hover li ul { top:-999em; }
.nav__primary .sf-menu >li >a {
	border:none;
	padding:24px 0 27px;
	display:block;
	text-transform:none;
	border-radius:0;
	font-weight:normal;
	position:relative;
	letter-spacing:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
	background:none;
}
.nav__primary .sf-menu >li >a:hover {
	text-decoration:none;
	color:#3c3c3c;
	background:#ff6000;
}
.nav__primary .sf-menu >li >a:hover .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li >a >.sf-sub-indicator {
	position:absolute;
	display:inline-block;
	top:50px;
	left:50%;
	margin-left:-5px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 -100px transparent;
}
.nav__primary .sf-menu >li.current-menu-item { background:none; }
.nav__primary .sf-menu >li.current-menu-item >a {
	text-decoration:none;
	color:#3c3c3c;
	background:#ff6000;
}
.nav__primary .sf-menu >li.current-menu-item >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li.sfHover { background:none; }
.nav__primary .sf-menu >li.sfHover >a {
	text-decoration:none;
	color:#3c3c3c;
	background:#ff6000;
}
.nav__primary .sf-menu >li.sfHover >a .sf-sub-indicator { background-position:-10px -100px; }
.nav__primary .sf-menu >li.sfHover ul { top:100%; }
.nav__primary .sf-menu >li.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu {
	background:#ff6000;
	top:-999em;
	left:0;
	width:200px;
	padding:10px 0;
	margin:0;
	border:none;
	border-radius:0;
	z-index:10000;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item:hover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item a {
	margin:0;
	padding:8px 10px;
	background:none;
	border:none;
	color:#4e4e4e;
	text-transform:none;
	display:block;
	letter-spacing:0;
	border-radius:0;
	letter-spacing:0;
	font:18px/1.2em 'Roboto', sans-serif;
	transition:all 0.3s ease 0s;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a:hover {
	color:#4e4e4e;
	text-shadow:none;
	background:#fff;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item a >.sf-sub-indicator {
	top:13px;
	left:auto;
	right:15px;
	background:url("images/arrows-ffffff.png") no-repeat scroll 0 0 transparent;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover li ul { top:-999em; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a {
	color:#4e4e4e;
	text-shadow:none;
	background:#fff;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item.sfHover >a .sf-sub-indicator { background-position:-10px 0; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item.current-menu-item a {
	color:#4e4e4e;
	text-shadow:none;
	background:#fff;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu {
	background:#ff6000;
	padding:10px 0;
	margin:-10px 0 0 0;
	top:0;
	left:100%;
	right:auto;
	border:none;
	border-radius:0;
	width:100%;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item {
	background:none;
	text-align:center;
	border:none;
	padding:0;
	margin:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:first-child { border:none; }
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item:hover ul {
	top:0;
	left:10em;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a {
	margin:0;
	padding:8px 10px;
	color:#4e4e4e;
	display:block;
	background:none;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item a:hover {
	color:#ff6000;
	text-shadow:none;
	background:#404040;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.current-menu-item a {
	color:#ff6000;
	text-shadow:none;
	background:#404040;
}
.nav__primary .sf-menu >li >.sub-menu >.menu-item >.sub-menu >.menu-item.sfHover ul {
	top:0;
	left:10em;
}
.logo {
	text-align:center;
	padding:16px 0;
}
.logo.pull-left { float:none; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
.logo .logo_h__txt a:hover, .logo .logo_h__txt a:active, .logo .logo_h__txt a:focus {
	color:#fff;
	text-decoration:none;
}
.logo .logo_h__txt { padding:51px 0; }
.slider {
	width:775px;
	margin:76px auto;
	background:rgba(0,0,0,0.2);
}
@media (min-width: 768px) and (max-width: 979px) {
	.slider { width:740px; }
}
@media (max-width: 767px) {
	.slider { display:none; }
}
.slider >.container { width:100%; }
.camera { margin-bottom:0 !important; }
.camera .camera_pag {
	position:relative;
	bottom:45px;
}
.cameraContent .camera_caption {
	width:630px;
	left:50%;
	bottom:auto;
	top:0;
	margin-left:-315px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:100%;
	display:table;
}
.cameraContent .camera_caption > div {
	background:none;
	padding:0;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.cameraContent .camera_caption > div h2 {
	font:600 48px/52px 'Roboto', sans-serif;
	color:#fff;
	text-transform:uppercase;
}
@media (max-width: 767px) {
	.cameraContent .camera_caption > div h2 {
		font-size:40px;
		line-height:1.2em;
	}
}
.cameraContent .camera_link {
	z-index:1000;
	position:relative;
}
.camera_prev, .camera_next {
	background:none;
	width:23px;
	height:45px;
}
.camera_prev span, .camera_next span {
	width:23px;
	height:45px;
	background:url(images/nav-slider.png) no-repeat;
}
.camera_prev span:hover, .camera_next span:hover { background-position:0 -45px; }
.camera_next span { background-position:-23px 0; }
.camera_next span:hover { background-position:-23px -45px; }
.content-holder {
	background:#fff;
	padding-bottom:70px;
}
@media (max-width: 767px) {
	.home .content-holder { background:#fff; }
}
.home .content-holder:before {
	content:'';
	width:100%;
	height:700px;
	background:#121a1a url(http://web51.bay.studiocoast.com.au/wp-content/uploads/2017/10/hero.png) no-repeat 50% 0;
	position:absolute;
	top:0;
	left:0;
}
@media (max-width: 767px) {
	.home .content-holder:before { display:none; }
}
.home .content-holder div.type-page { z-index:100; }
@media (max-width: 767px) {
	#content.row { padding-top:0; }
}
.title-section {
	margin:0;
	padding:62px 0 18px;
	position:relative;
}
@media (max-width: 767px) {
	.title-section { padding:30px 0; }
}
.title-section .title-header {
	text-align:left;
	letter-spacing:0;
	padding:0 0 17px;
	margin:0;
	color:#4e4e4e;
	text-transform:none;
	font:100 48px/1.2em 'Roboto', sans-serif;
	position:relative;
}
@media (max-width: 480px) {
	.title-section .title-header { font-size:25px; }
}
.title-section .title-header small { font-size:22px; }
@media (max-width: 480px) {
	.title-section .title-header small { font-size:20px; }
}
.title-section .breadcrumb {
	position:relative;
	text-align:left;
	background:none;
	padding:0;
	margin:0;
	text-transform:uppercase;
	text-shadow:none;
	letter-spacing:2px;
	border:none;
	box-shadow:none;
	border-radius:0;
	font:900 18px/1.2em 'Roboto', sans-serif;
}
.title-section .breadcrumb >li {
	text-shadow:none;
	display:inline-block;
}
@media (max-width: 480px) {
	.title-section .breadcrumb >li { display:block; }
}
.title-section .breadcrumb >li.active { color:#ff6000; }
.title-section .breadcrumb a {
	color:#4e4e4e;
	text-shadow:none;
}
.title-section .breadcrumb .divider { padding:0 19px; }
.title-section .breadcrumb .divider:after {
	color:#4e4e4e;
	content:"|";
	font:900 18px/1.2em 'Roboto', sans-serif;
}
@media (max-width: 480px) {
	.title-section .breadcrumb .divider:after { display:none; }
}
article {
	background:none;
	border:none;
	border-radius:0;
	padding:0 0 0 0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article.post__holder {
	margin-bottom:50px;
	overflow:visible;
}
article .thumbnail { margin:0 30px 20px 0; }
@media (max-width: 320px) {
	article .thumbnail {
		width:auto !important;
		display:inline-block;
		float:none;
		margin:0 0 15px 0;
	}
	article .thumbnail img { width:100%; }
}
article .thumbnail.flexslider { margin:0 0 20px; }
@media (max-width: 320px) {
	article .thumbnail.flexslider { display:block; }
}
article .thumbnail.large {
	margin:0 0 30px 0;
	border-radius:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .thumbnail.large { float:none !important; }
}
article .post-header {
	margin:0;
	padding:0 0 25px;
}
article .post-header .post-title {
	text-align:left;
	font:100 48px/1.2em 'Roboto', sans-serif;
	margin:0;
	letter-spacing:0;
	text-transform:none;
	color:#4e4e4e;
}
@media (min-width: 768px) and (max-width: 979px) {
	article .post-header .post-title { font-size:30px; }
}
@media (max-width: 480px) {
	article .post-header .post-title { font-size:30px; }
}
article .post-header .post-title a { color:#4e4e4e; }
article .post_content {
	background:none;
	border-radius:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta {
	padding:6px 0;
	border:none;
	position:relative;
	display:block;
	margin:20px 0;
	overflow:visible;
	background:none;
	border-top:1px solid #f2f2f2;
	border-bottom:1px solid #f2f2f2;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
article .post_meta .post_meta_unite {
	padding:6px 0 0 0;
	margin:6px 0 0 0;
	font:14px/1.2em 'Roboto', sans-serif;
	border-color:#f2f2f2;
}
article .post_meta .post_meta_unite:first-child { border:none; }
article .post_meta i {
	margin-right:0;
	color:#ff6000;
	font-size:14px;
}
article .post_meta .post_date { color:#3b3b3b; }
article .post_meta .post_author a { color:#3b3b3b; }
article .post_meta .post_category a, article .post_meta .post_tag a, article .post_meta .post_tag { color:#3b3b3b; }
article .post_meta .post_comment a { color:#3b3b3b; }
article .post_meta .user_like, article .post_meta .post_views { color:#3b3b3b; }
article .post_meta .post_permalink { float:none; }
article .post_meta .post_permalink a { color:#3b3b3b; }
article div.jp-playlist li a:hover, article div.jp-playlist li.jp-playlist-current a { color:#b8b8b8; }
article .quote-wrap blockquote {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:15px;
	line-height:1.2em;
	font-style:normal;
	color:#afafaf;
	font-weight:bold;
}
article .gallery-post { padding-bottom:40px; }
article.testimonial {
	background:none;
	border-color:#f2f2f2;
}
article.testimonial .user, article.testimonial .info { color:#222; }
.single #content article { margin-bottom:0; }
@media (min-width: 768px) and (max-width: 1000px) {
	.single #content article .thumbnail { float:left; }
	.single #content article .thumbnail img { margin:0; }
}
@media (max-width: 480px) {
	.single #content article .thumbnail { width:100%; }
	.single #content article .thumbnail img { width:100%; }
}
.single #content .share-buttons {
	margin:30px 0;
	background:none;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.single #content .share-buttons .pinterest img { vertical-align:top; }
.single #content .post-author {
	margin:30px 0;
	padding:20px;
	border:none;
	background:#4e4e4e;
	border-radius:0;
}
.single #content .post-author .post-author_h {
	font:14px/1.2em 'Roboto', sans-serif;
	margin:0 0 10px 0;
	letter-spacing:0;
	text-align:left;
	text-transform:none;
	color:#fff;
}
.single #content .post-author .post-author_h a {
	color:#fff;
	text-transform:none;
	font:14px/1.2em 'Roboto', sans-serif;
}
.single #content .post-author .post-author_gravatar {
	display:block;
	margin:4px 20px 10px 0;
}
.single #content .post-author .post-author_gravatar img {
	width:95px;
	height:95px;
	border-radius:0;
	border:none;
	padding:0;
	background:none;
}
.single #content .post-author .post-author_desc {
	overflow:hidden;
	padding-top:10px;
	text-transform:none;
	color:#a3a3a3;
}
@media (max-width: 480px) {
	.single #content .post-author .post-author_desc { overflow:visible; }
}
.single #content .post-author .post-author_link {
	margin-top:25px;
	text-transform:none;
	color:#fff;
	font:14px/1.2em 'Roboto', sans-serif;
}
.single #content .post-author .post-author_link p { margin:0; }
.single #content .post-author .post-author_link a {
	color:#ff6000;
	text-transform:none;
	font:14px/1.2em 'Roboto', sans-serif;
}
.filter-wrapper {
	margin:0;
	padding:9px 0 44px;
	position:relative;
	text-align:left;
}
@media (max-width: 767px) {
	.filter-wrapper {
		margin:20px 0;
		text-align:left;
	}
}
.filter-wrapper strong {
	color:#4e4e4e;
	padding:0;
	font:300 18px/1.2em 'Roboto', sans-serif;
	margin-right:15px;
	margin-top:0;
	text-transform:uppercase;
	letter-spacing:2px;
	float:none;
	display:inline-block;
	vertical-align:top;
}
.filter-wrapper .filter {
	margin:0;
	display:inline-block;
	float:none;
	position:relative;
	top:0;
}
@media (max-width: 767px) {
	.filter-wrapper .filter {
		float:none;
		display:block;
	}
}
.filter-wrapper .filter li {
	margin:0;
	float:left;
	position:relative;
	display:block;
}
.filter-wrapper .filter li:before {
	content:'|';
	display:inline-block;
	padding:0 17px;
	vertical-align:top;
}
@media (min-width: 768px) and (max-width: 979px) {
	.filter-wrapper .filter li { margin:0; }
}
@media (max-width: 767px) {
	.filter-wrapper .filter li {
		float:none;
		margin:0 !important;
	}
	.filter-wrapper .filter li:before { display:none; }
}
.filter-wrapper .filter li:first-child { margin:0; }
.filter-wrapper .filter li:first-child:before { display:none; }
.filter-wrapper .filter li a {
	color:#4e4e4e;
	font:300 18px/1.2em 'Roboto', sans-serif;
	padding:0;
	margin:0;
	display:inline-block;
	background:none;
	border-radius:0;
	text-transform:uppercase;
	letter-spacing:2px;
}
@media (max-width: 767px) {
	.filter-wrapper .filter li a { display:inline-block; }
}
.filter-wrapper .filter li a:active, .filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus {
	text-decoration:none;
	color:#ff6000;
	background:none;
}
.filter-wrapper .filter .active a {
	text-decoration:none;
	color:#ff6000;
	background:none;
}
.filter-wrapper .pull-right { float:none; }
.filterable-portfolio li.portfolio_item { overflow:visible; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder { overflow:visible; }
.filterable-portfolio li.portfolio_item .portfolio_item_holder .thumbnail {
	margin:0;
	border-radius:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption {
	padding:20px 28px;
	background:#4e4e4e;
	text-align:left;
	position:relative;
	border:none;
	border-top:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 {
	text-shadow:none;
	margin:0 0 7px;
	font:300 24px/1.2em 'Roboto', sans-serif;
	letter-spacing:1px;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a {
	color:#fff;
	text-transform:none;
	text-decoration:none;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:hover, .filterable-portfolio li.portfolio_item .portfolio_item_holder .caption h3 a:active {
	text-decoration:none;
	color:#ff6000;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .excerpt {
	font:14px/18px 'Roboto', sans-serif;
	color:#a3a3a3;
	text-transform:none;
	margin:0;
}
.filterable-portfolio li.portfolio_item .portfolio_item_holder .caption .btn { margin-top:15px; }
.portfolio-meta, .portfolio-meta-list, .pager { border-color:#f2f2f2; }
.related-posts, .comment-holder, #respond {
	margin-top:70px;
	padding-top:60px;
	border-top:1px solid #f2f2f2;
}
.related-posts h3, .comment-holder h3, #respond h3 {
	font:100 48px/1.2em 'Roboto', sans-serif;
	margin:0;
	padding:0 0 20px;
	text-align:left;
	letter-spacing:0;
	text-transform:none;
	color:#4e4e4e;
}
.related-posts .related-posts_item { overflow:visible; }
.related-posts a {
	font:14px/20px 'Roboto', sans-serif;
	color:#3b3b3b;
	display:inline;
	letter-spacing:0;
	text-transform:none;
}
.related-posts a:hover { text-decoration:underline; }
.related-posts .thumbnail {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.related-posts .thumbnail a {
	display:inline-block;
	width:100%;
}
.related-posts .thumbnail img {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.comment-holder .comment-list .comment .comment-body {
	padding:20px;
	margin:30px 0 0;
	background:#4e4e4e;
	border-radius:0;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author {
	margin:5px 20px 10px 0;
	text-align:left;
	border:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author img {
	width:95px;
	height:95px;
	border-radius:0;
	padding:0;
	border:none;
	background:none;
}
.comment-holder .comment-list .comment .comment-body .comment-author .author {
	width:auto;
	text-align:left;
	font:14px/1.2em 'Roboto', sans-serif;
	color:#fff;
	padding-top:15px;
	text-transform:none;
}
.comment-holder .comment-list .comment .comment-body .extra-wrap {
	padding:0;
	margin:0;
	background:none;
	color:#a3a3a3;
	text-transform:none;
}
@media (max-width: 480px) {
	.comment-holder .comment-list .comment .comment-body .extra-wrap { overflow:visible; }
}
.comment-holder .comment-list .comment .comment-body .comment-meta {
	margin:2px 0 0 0;
	font:14px/1.2em 'Roboto', sans-serif;
	color:#fff;
	text-transform:none;
}
.comment-holder .reply a {
	font:14px/1.2em 'Roboto', sans-serif;
	color:#ff6000;
	padding:0;
	border:none;
}
.comment-holder .reply a:hover, .comment-holder .reply a:active { color:#fff; }
.comment-holder #respond #commentform { margin-top:0; }
#respond #commentform { margin:15px 0 0; }
#respond #commentform textarea {
	width:100%;
	min-width:auto;
	max-width:100%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	height:300px;
	min-height:auto;
	max-height:auto;
	min-width:auto;
	padding:12px 10px 10px;
}
#respond #commentform p input {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	max-width:auto;
	min-width:auto;
	width:100%;
	padding:0 10px;
	height:35px;
	margin-bottom:2px;
}
#respond #commentform p input:focus { box-shadow:none; }
#respond #commentform p input.btn {
	margin:20px 0 0 0;
	width:auto;
	padding:0;
	height:18px;
	font:14px/1.2em 'Roboto', sans-serif;
	color:#3b3b3b;
	border:none;
	overflow:visible;
	display:inline-block;
}
#respond #commentform p input.btn:hover, #respond #commentform p input.btn:active { color:#ff6000; }
#respond #commentform p.right-align {
	text-align:right;
	margin:0;
}
#sidebar.sidebar { padding-top:40px; }
#sidebar.sidebar .widget {
	margin:60px 0 0 0;
	padding:55px 0 0 0;
	border-top:1px solid #f2f2f2;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#sidebar.sidebar .widget:first-child {
	margin:0;
	padding:0;
	border:none;
}
#sidebar.sidebar .widget >h3 {
	margin:0;
	padding:0 0 20px;
	font:100 48px/1.2em 'Roboto', sans-serif;
	letter-spacing:0;
	display:block;
	color:#4e4e4e;
	text-align:left;
	text-transform:none;
	-moz-hyphens:auto;
	word-wrap:break-word;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar.sidebar .widget >h3 { font-size:30px; }
}
@media (max-width: 480px) {
	#sidebar.sidebar .widget >h3 { font-size:30px; }
}
[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul {
	margin:0 0 11px;
	list-style-type:none;
}
@media (max-width: 767px) {
	[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul { margin:0 0 30px; }
}
[id*="categories"] ul li, [id*="archives"] ul li, .list.custom-list ul li {
	margin:0;
	padding:4px 0 5px 40px;
	border-top:1px solid #f2f2f2;
	position:relative;
	background:url(images/arrow.png) no-repeat 0 11px;
}
[id*="categories"] ul li:before, [id*="archives"] ul li:before, .list.custom-list ul li:before {
	content:'';
	width:11px;
	height:100%;
	background:#fff;
	position:absolute;
	top:1px;
	left:17px;
	z-index:10;
}
[id*="categories"] ul li:after, [id*="archives"] ul li:after, .list.custom-list ul li:after {
	content:'';
	width:1px;
	height:100%;
	background:#f2f2f2;
	position:absolute;
	top:0;
	left:22px;
	padding:0 0 1px 0;
	z-index:20;
}
[id*="categories"] ul li:first-child, [id*="archives"] ul li:first-child, .list.custom-list ul li:first-child { border-top:none; }
[id*="categories"] ul li:hover, [id*="archives"] ul li:hover, .list.custom-list ul li:hover { background-position:0 -80px; }
[id*="categories"] ul li a, [id*="archives"] ul li a, .list.custom-list ul li a {
	font:14px/1.2em 'Roboto', sans-serif;
	color:#ff6000;
	text-transform:none;
	display:inline;
	position:relative;
}
[id*="categories"] ul li a:hover, [id*="categories"] ul li a:active, [id*="archives"] ul li a:hover, [id*="archives"] ul li a:active, .list.custom-list ul li a:hover, .list.custom-list ul li a:active {
	color:#3b3b3b;
	text-decoration:none;
	background:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li { padding:20px 0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li:first-child {
	padding-top:0;
	border:none;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .featured-thumbnail {
	margin:0 30px 15px 0;
	padding:0;
	box-shadow:none;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format { margin:0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .meta_format i { color:#ff6000; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li time {
	margin:0;
	padding:0;
	display:block;
	color:#4e4e4e;
	text-transform:none;
	font:14px/23px 'Roboto', sans-serif;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author, [id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_title {
	font:14px/23px 'Roboto', sans-serif;
	text-transform:none;
	letter-spacing:0;
	margin:0;
	color:#ff6000;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_h_author { margin:5px 0 0 0; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt {
	border:none;
	overflow:hidden;
	margin:0;
	padding:0;
	font:14px/20px 'Roboto', sans-serif;
}
[id*="my-recent-comments"] .comments-custom .comments-custom_li .comments-custom_txt a { color:#3b3b3b; }
[id*="my-recent-comments"] .comments-custom .comments-custom_li .desc { overflow:hidden; }
[id*="my_postwidget"] .post-list .post-list_li .post-list_h { font:16px/1.2em "Helvetica Neue", Helvetica, Arial, sans-serif; }
.search-form .search-form_is {
	margin:4px 0 0 10px;
	padding:0 0 1px;
	height:24px;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
@media (max-width: 400px) {
	.search-form .search-form_is {
		display:block;
		margin:0;
	}
}
#wp-calendar caption, #wp-calendar thead tr th {
	color:#ff6000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
	#content.left, #sidebar { float:none !important; }
}
.footer-widgets > div > div > h4 {
	font:100 38px/1.2em 'Roboto', sans-serif;
	color:#fff;
	padding:40px 0 30px;
}
.home div.type-page {
	border-top:1px solid #2c3232;
	border-top:1px solid rgba(255,255,255,0.12);
	position:relative;
}
.home div.type-page:before {
	content:"";
	display:block;
	height:100%;
	left:-230%;
	position:absolute;
	top:-1px;
	width:230%;
	border-top:1px solid #2c3232;
	border-top:1px solid rgba(255,255,255,0.12);
	z-index:1;
}
.home div.type-page:after {
	content:"";
	display:block;
	height:100%;
	right:-230%;
	position:absolute;
	top:-1px;
	width:230%;
	border-top:1px solid #2c3232;
	border-top:1px solid rgba(255,255,255,0.12);
	z-index:1;
}
div.type-page h1, div.type-page h2, div.type-page h3 { font-weight:100; }
div.type-page h4, div.type-page h5, div.type-page h6 { font-weight:300; }
div.type-page p { margin:0 0 12px; }
div.type-page h1 { margin:0 0 10px; }
div.type-page blockquote {
	padding:0;
	border:none;
	margin:0 0 10px;
}
div.type-page blockquote p {
	margin:0;
	font:900 18px/1.2em 'Roboto', sans-serif;
	letter-spacing:1px;
	text-transform:uppercase;
}
.sm_hr {
	margin:10px 0;
	background:#f2f2f2;
}
.hr { margin:72px 0 65px; }
.title-box { margin:0 0 18px; }
@media (max-width: 767px) {
	.title-box { margin:30px 0 20px; }
}
.title-box .title-box_primary {
	font:100 48px/1.2em 'Roboto', sans-serif;
	margin:0;
}
.title-box .title-box_secondary {
	font:100 35px/1.2em 'Roboto', sans-serif;
	margin:0;
}
.posts-grid.recent_events { margin-top:30px; }
.posts-grid.recent_events:first-of-type { margin-top:0; }
.posts-grid.recent_events li .clear { display:none; }
@media (max-width: 1200px) {
	.posts-grid.recent_events li .clear { display:block; }
}
.posts-grid.recent_events li .thumbnail { margin:4px 30px 15px 0; }
@media (max-width: 1200px) {
	.posts-grid.recent_events li .thumbnail { margin:0 0 15px; }
}
.posts-grid.recent_events li h5 {
	font:14px/20px 'Roboto', sans-serif;
	margin:0 0 15px;
}
.posts-grid.recent_events li .post_meta {
	padding:0;
	border:none;
}
.posts-grid.recent_events li .post_meta span { display:none; }
.posts-grid.recent_events li .post_meta span.post_date {
	display:block;
	font:900 18px/1.2em 'Roboto', sans-serif;
	color:#ff6000;
	letter-spacing:1px;
	text-transform:uppercase;
}
.hero-unit {
	background:none;
	border:none;
	border-radius:0;
	padding:27px 0;
	margin:0 0 35px;
	box-shadow:none;
	position:relative;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	transition:all 0.3s ease 0s;
}
@media (max-width: 767px) {
	.hero-unit {
		padding:20px;
		margin:0 0 10px;
	}
}
.hero-unit.home-heroes {
	min-height:219px;
	border-right:1px solid #2c3232;
	border-right:1px solid rgba(255,255,255,0.12);
}
@media (max-width: 767px) {
	.hero-unit.home-heroes { min-height:inherit; }
}
.hero-unit.home-heroes:before {
	content:"";
	display:block;
	height:100%;
	left:-30px;
	position:absolute;
	top:0;
	width:30px;
	background:#ff6000;
	z-index:-1;
	opacity:0;
	transition:all 0.3s ease 0s;
}
@media (max-width: 1200px) {
	.hero-unit.home-heroes:before {
		width:20px;
		left:-20px;
	}
}
@media (max-width: 767px) {
	.hero-unit.home-heroes:before { display:none; }
}
.hero-unit.home-heroes >div {
	position:relative;
	z-index:10;
}
.hero-unit.home-heroes h1 {
	font:100 24px/1.2em 'Roboto', sans-serif;
	color:#fff;
}
.hero-unit.home-heroes p {
	font:400 18px/24px 'Roboto', sans-serif;
	color:#fff;
	text-transform:uppercase;
	letter-spacing:2px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit.home-heroes p {
		font-size:16px;
		line-height:1.3em;
		letter-spacing:0;
	}
}
.hero-unit.home-heroes:hover { background:#ff6000; }
.hero-unit.home-heroes:hover:before { opacity:1; }
.hero-unit.home-heroes:hover p, .hero-unit.home-heroes:hover h1 { color:#fff; }
.hero-unit.home-heroes.first:before {
	left:-300%;
	width:300%;
}
.hero-unit.home-heroes.last { border-right:none; }
.hero-unit.home-heroes.last:after {
	content:"";
	display:block;
	height:100%;
	right:-300%;
	position:absolute;
	top:0;
	width:300%;
	background:#ff6000;
	z-index:1;
	opacity:0;
	transition:all 0.3s ease 0s;
}
@media (max-width: 767px) {
	.hero-unit.home-heroes.last:after { display:none; }
}
.hero-unit.home-heroes.last:hover:after { opacity:1; }
.mini-posts-list .mini-post-holder {
	position:relative;
	border-top:1px solid #f2f2f2;
	margin:0;
	padding:10px 0;
}
.mini-posts-list .mini-post-holder:first-child { border:none; }
.mini-posts-list .mini-post-holder:hover .mini-post-content .mini-post-meta time span { color:#ff6000; }
.mini-posts-list .mini-post-holder .mini-post-content:before {
	content:'';
	width:1px;
	height:100%;
	position:absolute;
	top:0;
	left:84px;
	background:#f2f2f2;
	z-index:10;
}
.mini-posts-list .mini-post-holder .mini-post-content:after {
	content:'';
	width:20px;
	height:102%;
	position:absolute;
	top:1px;
	left:76px;
	background:#fff;
	z-index:1;
}
.mini-posts-list .mini-post-holder .mini-post-content .mini-post-meta {
	float:left;
	margin:0 32px 0 0;
}
.mini-posts-list .mini-post-holder .mini-post-content .mini-post-meta time span {
	display:block;
	font:100 48px/41px 'Roboto', sans-serif;
	color:#3b4d50;
	transition:all 0.3s ease 0s;
}
.mini-posts-list .mini-post-holder .mini-post-content .desc { overflow:hidden; }
.mini-posts-list .mini-post-holder .mini-post-content .desc h4 {
	margin:0;
	font:14px/20px 'Roboto', sans-serif;
}
.mini-posts-list .mini-post-holder .mini-post-content .desc h4 a { color:#4e4e4e; }
.mini-posts-list .mini-post-holder .mini-post-content .desc h4 a:hover, .mini-posts-list .mini-post-holder .mini-post-content .desc h4 a:active {
	color:#ff6000;
	text-decoration:none;
}
.mini-posts-list.mini-posts .desc .excerpt { display:none; }
.spacer { height:35px; }
.carousel-wrap { margin:0 0 20px; }
.carousel-wrap .owl-carousel { margin:0; }
.carousel-wrap .owl-carousel .owl-wrapper-outer { margin:0; }
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item {
	margin:0;
	padding:0 15px;
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .first-col {
	float:left;
	margin:0;
}
@media (max-width: 1200px) {
	.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .first-col { float:none; }
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .first-col figure {
	margin:0;
	position:relative;
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .first-col figure:after {
	content:'';
	width:100%;
	height:100%;
	background:url(images/zoom-bg.png);
	position:absolute;
	top:0;
	left:0;
	opacity:0;
	transition:all 0.3s ease 0s;
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .first-col time {
	display:block;
	background:#ff6000;
	font:18px/1.2em 'Roboto', sans-serif;
	padding:9px 15px;
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .first-col time span { color:#fff; }
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc {
	background:#4e4e4e;
	padding:0;
	transition:all 0.3s ease 0s;
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .desc_first {
	padding:13px 30px 18px;
	overflow:hidden;
	min-height:175px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width: 1200px) {
	.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .desc_first { padding:10px 15px; }
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .desc_first h5 { letter-spacing:1px; }
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .desc_first h5 a { color:#fff; }
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .desc_first .excerpt {
	color:#a3a3a3;
	line-height:18px;
	transition:all 0.3s ease 0s;
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .btn {
	display:block;
	background:#3b3b3b;
	color:#ff6000;
	overflow:hidden;
	padding:9px 30px;
	border:none;
	text-align:center;
}
@media (max-width: 1200px) {
	.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .btn { padding:10px 15px; }
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .btn:hover, .carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .btn:active {
	background:#ff6000;
	color:#fff;
}
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item:hover .first-col figure:after { opacity:1; }
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item:hover .desc { background:#ff6000; }
.carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item:hover .desc .excerpt { color:#fff; }
.carousel-wrap .owl-carousel .owl-controls {
	margin-top:8px;
	vertical-align:top;
}
.carousel-wrap .owl-carousel .owl-controls .owl-buttons {
	vertical-align:top;
	height:39px;
	padding:0 15px 0 0;
	text-align:right;
}
.carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-prev, .carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-next {
	margin:0 9px 0 0;
	padding:0;
	width:39px;
	height:39px;
	background:url(images/nav-carousel.png) no-repeat;
	border-radius:0;
	opacity:1;
}
.carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-prev:before, .carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-next:before { display:none; }
.carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-prev:hover, .carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-next:hover { background-position:0 -39px; }
.carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-next {
	background-position:-39px 0;
	margin:0;
}
.carousel-wrap .owl-carousel .owl-controls .owl-buttons .owl-next:hover { background-position:-39px -39px; }
.carousel-wrap.latest-projects .item .desc { display:none; }
.footer {
	background:none;
	border:none;
	padding:21px 0 63px;
}
.footer [id*="categories"] ul li, .footer [id*="archives"] ul li, .footer .list.custom-list ul li { border-top:1px solid #8f8f8f; }
.footer [id*="categories"] ul li:first-child, .footer [id*="archives"] ul li:first-child, .footer .list.custom-list ul li:first-child { border:none; }
.footer [id*="categories"] ul li:before, .footer [id*="archives"] ul li:before, .footer .list.custom-list ul li:before { background:#4e4e4e; }
.footer [id*="categories"] ul li:after, .footer [id*="archives"] ul li:after, .footer .list.custom-list ul li:after { background:#8f8f8f; }
.footer-text {
	padding:0;
	font:18px/1.2em 'Roboto', sans-serif;
	color:#8f8f8f;
	text-transform:none;
	letter-spacing:1px;
	text-align:left;
	float:none;
	margin:0;
}
@media (max-width: 767px) {
	.footer-text { text-align:center; }
}
.footer-text a { color:#8f8f8f; }
.footer-text a:hover {
	color:#8f8f8f;
	text-decoration:underline;
}
.footer-text .site-name {
	color:#8f8f8f;
	margin:0 0 5px;
	display:inline-block;
	font:300 24px/1.2em 'Roboto', sans-serif;
}
.footer-text .site-name:hover {
	color:#8f8f8f;
	text-decoration:underline;
}
.footer-text .site-name-img {
	margin:0 0 5px;
	display:inline-block;
}
.footer-text em {
	display:inline-block;
	padding:0 3px;
	font-style:normal;
}
@media (max-width: 480px) {
	.footer-text em {
		display:block;
		text-indent:-9999px;
		width:0;
		height:0;
	}
}
nav.nav.footer-nav {
	float:none;
	margin:0;
	padding:20px 0 0;
}
nav.nav.footer-nav ul {
	float:none;
	text-align:right;
}
@media (max-width: 767px) {
	nav.nav.footer-nav ul { text-align:center; }
}
nav.nav.footer-nav ul li {
	float:none;
	display:inline-block;
	padding:0;
	text-transform:none;
	margin:0 0 0 10px;
	padding:0;
	position:relative;
}
@media (max-width: 480px) {
	nav.nav.footer-nav ul li {
		margin:0 0 10px !important;
		display:block;
	}
}
nav.nav.footer-nav ul li:first-child { margin:0; }
nav.nav.footer-nav ul li:first-child:before { display:none; }
nav.nav.footer-nav ul li.current-menu-item a, nav.nav.footer-nav ul li a:hover {
	color:#ff6000;
	text-decoration:none;
}
.zoom-icon { background:url(images/zoom-bg.png); }
.zoom-icon:before {
	background:url(images/zoom.png);
	width:29px;
	height:29px;
	margin:-15px 0 0 -15px;
}
#back-top-wrapper #back-top a span {
	background:#4e4e4e;
	position:relative;
	border-radius:0;
	display:inline-block;
}
#back-top-wrapper #back-top a span:after {
	content:'';
	font:14px/1.2em FontAwesome;
	color:#fff;
	position:absolute;
	left:50%;
	top:50%;
	margin:-8px 0 0 -6px;
}
#back-top-wrapper #back-top a:hover span { background:#ff6000; }
#back-top-wrapper #back-top a:hover span:after { color:#fff; }
@media (max-width: 600px) {
	#wpadminbar { top:-46px !important; }
}
.google-map { margin-bottom:0; }
div.ajax-loader, .ajax-loader {
	position:relative;
	top:0px;
}
.error404-holder { padding:80px 0; }
.error404-holder .error404-holder_num {
	color:#ff6000;
	font-weight:100;
}
@media (min-width: 768px) and (max-width: 979px) {
	.error404-holder .error404-holder_num { font-size:150px; }
}
@media (max-width: 767px) {
	.archive_h { margin-top:30px; }
}
blockquote p { line-height:22px; }
.faq-list .marker {
	font-size:15px !important;
	color:#ff6000;
	margin-top:2px;
}
.ie9 .wpcf7-form p input[type="text"], .ie9 .wpcf7-form p input[type="email"], .ie8 .wpcf7-form p input[type="text"], .ie8 .wpcf7-form p input[type="email"] { padding-top:8px; }
.ie9 #search-header .search-form_it, .ie8 #search-header .search-form_it { padding-top:9px; }
.ie8 .home div.type-page { border-top:1px solid #fff; }
.ie8 .home div.type-page:before { border-top:1px solid #fff; }
.ie8 .home div.type-page:after { border-top:1px solid #fff; }
.ie8 #sidebar .search-form .search-form_is, .ie8 #content .search-form .search-form_is, .ie8 .footer-widgets .search-form .search-form_is {
	display:block;
	margin:10px 0 0 0;
}
.ie8 .nav__primary .sf-menu >li { width:120px; }
.ie8 .posts-grid.recent_events li .clear { display:block; }
.ie8 .posts-grid.recent_events li .thumbnail {
	margin:0 0 15px;
	width:270px;
}
.ie8 .carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .first-col { float:none; }
.ie8 .carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .desc_first { padding:10px 15px; }
.ie8 .carousel-wrap .owl-carousel .owl-wrapper-outer .owl-wrapper .owl-item .item .desc .btn { padding:10px 15px; }
.ie8 .hero-unit.home-heroes {
	border-right:1px solid #fff;
	min-height:154px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.ie8 .hero-unit.home-heroes:before {
	display:none;
	width:20px;
	left:-20px;
}
.ie8 .hero-unit.home-heroes p { letter-spacing:0; }
.ie8 .hero-unit.home-heroes:hover:before { display:block; }
.ie8 .hero-unit.home-heroes.first:before {
	left:-300%;
	width:300%;
}
.ie8 .hero-unit.home-heroes.last:after { display:none; }
.ie8 .hero-unit.home-heroes.last:hover:after { display:block; }
.ie8 .comment-author {
	width:80px !important;
	height:auto !important;
	margin-right:20px !important;
}
.ie8 .comment-author img {
	width:80px !important;
	height:80px !important;
}
.ie8 .post-author_gravatar { width:80px !important; }
.ie8 .post-author_gravatar img { width:80px !important; }
.ie8 #respond #commentform p input {
	padding-top:9px;
	height:36px;
}
.ie8 #respond #commentform p input.btn {
	padding:0;
	height:18px;
	line-height:1.2em;
}
.transition { transition:all 0.3s ease 0s; }
.clear-both:after {
	content:'';
	width:0;
	height:0;
	display:block;
	clear:both;
}
@media (max-width: 767px) {
	.thumb-center {
		float:none;
		display:block;
		text-align:center;
	}
	.thumb-center a {
		display:inline-block;
		text-align:center;
	}
}
.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;
}
