@import url("../CherryFramework/style.css");
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow&family=Raleway:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');
.cherry-fixed-layout .main-holder {
	max-width:1230px;
	background:transparent !important;
}
body {
	background:#ebeff3 url(images/bgpattern.jpg);
	padding:30px 0 0 0;
}
@media (max-width: 767px) {
	body {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}
#content { padding-top:20px; }
.home .content-holder { padding-bottom:0; }
.content-holder {
	padding-bottom:30px;
	border-radius:0 0 6px 6px;
	background:#fff;
}
@media (max-width: 767px) {
	.content-holder { padding:0 20px 0; }
}
.main-holder {
	padding:0;
	overflow:hidden;
}
.slider_off {
	position:relative;
	min-height:0px;
	background:transparent;
}
.thumbnail, .featured-thumbnail {
	border-radius:5px;
	overflow:hidden;
	padding:0;
	border:none;
	border-radius:0;
	box-shadow:none;
}
.thumbnail a, .featured-thumbnail a {
	border-radius:5px;
	overflow:hidden;
}
.thumbnail a .zoom-icon, .featured-thumbnail a .zoom-icon {
	border-radius:5px;
	overflow:hidden;
}
.thumbnail img, .featured-thumbnail img {
	border-radius:5px;
	overflow:hidden;
}
@media (max-width: 767px) {
	.google-map-api { height:250px; }
}
a {
	text-decoration:none !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover {
	text-decoration:none !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:active, a:focus { background:transparent !important; }
p { margin:0 0 28px 0; }
h1 {
	text-transform:uppercase;
	margin:0;
	padding:0;
}
h2 {
	text-transform:uppercase;
	margin:0;
	padding:0 0 30px;
}
h3 {
	text-transform:uppercase;
	margin:0 0 9px;
	padding:0;
}
.home h2 {
	text-align:center;
	letter-spacing:3px;
}
.btn.btn-primary {
	font-size:20px;
	line-height:24px;
	font-style:normal;
	text-transform:uppercase;
	color:#3260a8;
	padding:8px 24px;
	position:relative;
	background:#ebeff3;
	border-radius:20px;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.btn.btn-primary:hover {
	color:#ebeff3;
	background:#3260a8;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header {
	position:relative;
	z-index:99;
	padding:0;
	border-bottom:none;
	border-radius:8px 8px 0 0;
	background-color:#fff;
}
.header_block1 {
	position:relative;
	margin:25px 0 0 0;
}
.header_block1 a {
	color:#b5b4af;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header_block1 a:hover {
	color:#303334;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header_block1 p.address {
	padding:0 0 0 28px;
	margin:0 0 6px 0;
	position:relative;
}
.header_block1 p.address:before {
	text-align:left;
	left:6px;
	top:0;
	position:absolute;
	font-family:'FontAwesome';
	font-size:18px;
	line-height:28px;
	speak:none;
	content:"\f041";
	color:#3260a8;
	text-indent:0 !important;
}
.header_block1 a.phone {
	padding:0 0 0 28px;
	margin:0;
	display:block;
	position:relative;
	color:#000000;
}
.header_block1 a.phone:before {
	text-align:left;
	left:6px;
	top:0;
	position:absolute;
	font-family:'FontAwesome';
	font-size:18px;
	line-height:28px;
	speak:none;
	content:"\f095";
	color:#3260a8;
	text-indent:0 !important;
}
@media (max-width: 767px) {
	.header_block1 {
		float:none;
		display:block;
		text-align:left;
		margin:0 0 20px;
	}
}
.header_block1 .textwidget {
	font-family:'Raleway', sans-serif;
	font-size:16px;
	line-height:28px;
	text-transform:none;
	color:#000000;
	margin:0;
	padding:0;
	text-align:left;
}
.head_holder {
	position:relative;
	box-sizing:border-box;
	padding:10px 0;
	margin-bottom:20px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}
@media (max-width: 767px) {
	.head_holder { flex-direction:column; }
}
.shedule_appointment {
	display:block;
	position:relative;
	margin:0 0 0 40px;
	color:#ffffff;
	font-size:20px;
	line-height:24px;
	z-index:10;
	padding:21px 34px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	border-radius:45px;
	background-color:#3260a8;
}
.shedule_appointment:hover {
	background-color:#ebeff3;
	color:#3260a8;
}
@media (max-width: 1200px) {
	.shedule_appointment {
		padding:10px 15px;
		font-size:16px;
		line-height:20px;
	}
}
@media (max-width: 980px) {
	.shedule_appointment {
		float:none;
		margin:0 40px 10px 40px;
	}
}
@media (max-width: 767px) {
	.shedule_appointment br { display:none; }
}
.header .textwidget {
	text-align:center;
	font-family:'PT Sans Narrow', sans-serif;
	font-size:20px;
	color:#000000;
}
.header .textwidget i {
	font-size:20px;
	color:#3260a8;
}
.header .header-banner { margin-top:20px; }
.header .header-banner img {
	display:block;
	margin:0 auto;
}
.header_block2 {
	overflow:hidden;
	text-align:right;
}
@media (max-width: 767px) {
	.header_block2 { text-align:left; }
}
.header_block2 .extraphone2 {
	position:relative;
	overflow:hidden;
	margin-top:1px;
	height:20px !important;
	display:inline-block;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.header_block2 .extraphone2 { margin-top:5px; }
}
@media (max-width: 979px) and (min-width: 768px) {
	.header_block2 .extraphone2 {
		margin-bottom:8px;
		margin-top:5px;
	}
}
.header_block2 .extraphone2:before {
	text-align:left;
	left:6px;
	top:2px;
	position:absolute;
	font-family:'FontAwesome';
	font-size:18px;
	line-height:18px;
	speak:none;
	content:"\f095";
	color:#e4ce50;
	text-indent:0 !important;
}
.extraphone {
	position:relative;
	margin:0 15px 0 0;
	display:inline-block;
	line-height:0;
}
@media (max-width: 979px) and (min-width: 768px) {
	.extraphone {
		top:0;
		margin:0 0 0 0;
	}
}
.extraphone .textwidget {
	font-size:18px;
	line-height:20px;
	font-style:normal;
	font-weight:500;
	text-transform:none;
	color:#e4ce50;
	word-spacing:-2px;
	margin:0;
	padding:0 0 0 30px;
	text-align:left;
	max-width:276px;
	overflow:hidden;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.extraphone .textwidget {
		font-size:16px;
		line-height:20px;
	}
}
.header .social-nets-wrapper {
	position:relative;
	z-index:2;
	float:right;
}
.header .social li {
	display:inline-block;
	overflow:hidden;
	margin:0 0 0 1px;
	font-size:0;
	line-height:0;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.header .social li { margin:0 0 0 1px; }
}
@media (max-width: 767px) {
	.header .social li { margin:0 0 0 2px; }
}
.header .social li:first-child { margin:0; }
.header .social li a {
	width:25px;
	height:25px;
	color:#FFF;
	background:transparent !important;
	position:relative;
	display:inline-block;
	overflow:hidden;
	text-align:center;
	border-radius:500px;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.header .social li a:before {
	content:"";
	position:absolute;
	width:100%;
	height:0;
	bottom:0;
	left:0;
	border-radius:500px !important;
	background:#303334;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .social li a:after {
	content:"";
	position:absolute;
	bottom:0;
	left:0;
	top:0;
	right:0;
	border-radius:500px !important;
	background:#b5b4af;
	z-index:-2;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .social li a i {
	font-size:11px;
	line-height:25px;
	color:#FFF;
	position:relative;
	margin:0;
	text-align:center;
	vertical-align:middle;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.header .social li a:hover {
	background:transparent !important;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.header .social li a:hover:before {
	content:"";
	position:absolute;
	height:100%;
	top:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .social li a:hover:after {
	z-index:-2;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.header .social li a:hover i {
	text-decoration:none;
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.logo {
	padding:0;
	text-align:left;
	margin:0;
	width:auto;
	line-height:0;
	display:block;
	text-transform:uppercase;
	background:transparent;
	position:relative;
	color:#303334;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 767px) {
	.logo { margin:0 0 20px 0; }
}
.logo .logo_tagline { display:none; }
.logo .logo_h__txt { max-width:none; }
.logo .logo_h__txt a { color:#303334 !important; }
.logo .logo_h__txt a:hover { color:#303334 !important; }
.logo .logo_h__txt a:focus {
	color:#303334 !important;
	text-decoration:none !important;
}
.logo .logo_h__txt .logo_link {
	position:relative;
	display:block;
	text-align:left;
	font-size:54px;
	line-height:58px;
	font-weight:500;
	font-style:normal;
	padding:0;
	border:none;
	color:#303334;
	text-transform:lowercase;
	background:transparent;
}
@media (max-width: 767px) {
	.logo .logo_h__txt .logo_link {
		font-size:34px;
		line-height:38px;
	}
}
.pseudoStickyBlock { max-height:57px; }
@media (max-width: 767px) {
	.pseudoStickyBlock {
		top:0 !important;
		display:none !important;
		height:0 !important;
		max-height:0 !important;
	}
}
.isStuck {
	width:100%;
	max-width:1170px;
	box-sizing:border-box;
	-webkit-transform:translateZ(0);
}
@media (max-width: 1200px) {
	.isStuck { left:0; }
}
.isStuck .nav__primary { margin-left:0; }
.isStuck.nav__primary {
	margin-left:0;
	padding:15px 0;
}
@media (max-width: 767px) {
	.isStuck.nav__primary { padding:0; }
	.isStuck.nav__primary:after {
		top:0;
		-webkit-box-shadow:0 0 0 0 rgba(0,0,0,0) !important;
		box-shadow:0 0 0 0 rgba(0,0,0,0) !important;
	}
}
.isStuck.nav__primary:after {
	content:"";
	display:block;
	background:#fff;
	position:absolute;
	width:3000px;
	height:100%;
	margin-left:-1400px;
	left:50%;
	box-shadow:none;
	z-index:-1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	top:0;
	-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);
	box-shadow:0 1px 2px 0 rgba(0,0,0,0.2);
}
@media (max-width: 767px) {
	.isStuck {
		top:0 !important;
		position:relative !important;
	}
}
.sf-menu, .sf-menu * {
	margin:0;
	padding:0;
	list-style:none;
	float:right;
}
.menu_holder {
	padding-top:11px;
	position:relative;
	margin-bottom:31px;
}
.sf-menu {
	padding:1px 0 0 0;
	margin-bottom:0;
	display:block;
	width:100%;
	float:none;
	text-align:center;
}
.sf-menu ul {
	display:none;
	position:absolute;
	padding:15px 0;
	margin-left:0;
	margin-top:10px;
	background:#f0f1f1;
	width:100%;
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu ul {
		width:auto;
		padding:15px;
	}
}
.sf-menu ul ul {
	margin-left:5px;
	background:#f0f1f1;
	margin-top:-13px !important;
}
.sf-menu ul ul:before { display:none; }
.sf-menu {
	margin:0;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
	text-align:center;
}
.sf-menu > li {
	background:transparent;
	text-align:center;
	padding-right:0;
	padding-left:0;
	padding:0;
	display:inline-block;
	float:none;
}
.sf-menu > li > a {
	position:relative;
	font-family:'Raleway', sans-serif;
	font-size:26px;
	line-height:30px;
	font-style:normal;
	background:transparent;
	text-transform:uppercase;
	padding:20px 35px;
	color:#000000;
	margin:0 5px;
	border:none;
	text-decoration:none;
	position:relative;
	bottom:0;
	float:none;
	vertical-align:bottom;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	border-radius:35px;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.sf-menu > li > a { padding:20px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a {
		margin:0;
		font-size:20px !important;
	}
}
.sf-menu > li > a.sf-with-ul { padding:2px 14px; }
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	color:#3260a8;
	background:#ebeff3;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu > li > a:hover .sf-sub-indicator, .sf-menu > li.sfHover> a .sf-sub-indicator, .sf-menu > li.current-menu-item > a .sf-sub-indicator, .sf-menu > li.current_page_item > a .sf-sub-indicator {
	background-position:-10px -100px;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
	color:#3260a8;
	background:transparent;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li .desc {
	display:block;
	font-size:0.9em;
}
.sf-menu li li {
	margin-bottom:0;
	background:transparent;
	display:block;
	text-align:left;
}
.sf-menu li li:first-child a { border:none; }
.sf-menu li li a {
	font-size:14px;
	line-height:24px;
	font-weight:600 !important;
	text-decoration:none;
	text-align:center;
	text-transform:uppercase;
	border:none;
	border-top:1px solid #d5d5d5;
	color:#303334;
	display:block;
	padding:3px 0;
	background:transparent;
	float:none;
	margin:0;
	white-space:nowrap;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.sf-menu li li a.sf-with-ul { padding:3px 0 3px 0; }
.sf-menu li li a .sf-sub-indicator {
	display:inline;
	position:absolute;
	top:10px;
	right:22px;
	margin-right:0px !important;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.sf-sub-indicator {
	top:24px;
	right:50%;
	margin-right:-6px !important;
	background:url(images/arrows-ffffff.png) no-repeat -10px -100px;
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.select-menu {
	display:none;
	background-color:#fff;
	width:100%;
	height:35px;
	padding:5px;
	margin:0;
	cursor:pointer;
	outline:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.select-menu option {
	padding:5px;
	cursor:pointer;
}
.select-menu option.main_item { font-weight:bold; }
@media (max-width: 1200px) and (min-width: 979px) {
	.sf-sub-indicator {
		top:28px;
		margin-right:-5px !important;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.sf-menu > li > a { padding:2px 12px 5px; }
	.sf-menu > li {
		background:transparent;
		text-align:center;
		padding-right:0;
	}
	.sf-menu {
		padding:0;
		margin-right:0;
	}
	.sf-sub-indicator {
		top:28px;
		margin-right:-6px !important;
	}
}
@media (max-width: 767px) {
	.select-menu { margin-bottom:20px; }
	.nav { margin:20px 0 0 0; }
}
.posts-grid.extragrid_5 { margin:0; }
.posts-grid.extragrid_5 .clear { display:none; }
.posts-grid.extragrid_5 li { margin-bottom:19px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_5 li { margin-bottom:30px; }
}
.posts-grid.extragrid_5 li .featured-thumbnail {
	margin:9px 32px 15px 0;
	border-radius:500px;
	overflow:hidden;
	float:left;
	border-radius:500px;
}
.posts-grid.extragrid_5 li .featured-thumbnail img { border-radius:500px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_5 li .featured-thumbnail {
		margin:9px 17px 15px 0;
		float:none;
		max-width:180px;
	}
}
@media (max-width: 360px) {
	.posts-grid.extragrid_5 li .featured-thumbnail {
		float:none;
		margin:9px auto 15px auto;
		max-width:142px;
	}
}
.posts-grid.extragrid_5 li .featured-thumbnail a {
	border-radius:500px;
	overflow:hidden;
	position:relative;
}
.posts-grid.extragrid_5 li .featured-thumbnail a .zoom-icon:before { background:url(images/magnify-alt2small.png) center center no-repeat; }
.posts-grid.extragrid_5 li .featured-thumbnail a:before, .posts-grid.extragrid_5 li .featured-thumbnail a:after {
	border-radius:500px;
	overflow:hidden;
	width:0;
	left:50%;
	top:100%;
	bottom:0 !important;
}
.posts-grid.extragrid_5 li .featured-thumbnail a:hover:before, .posts-grid.extragrid_5 li .featured-thumbnail a:hover:after {
	left:0;
	top:0;
	bottom:0 !important;
	border-radius:500px;
	overflow:hidden;
	width:100%;
}
.posts-grid.extragrid_5 li .featured-thumbnail img { width:100%; }
@media (max-width: 767px) {
	.posts-grid.extragrid_5 .extradesc { overflow:hidden; }
}
@media (max-width: 360px) {
	.posts-grid.extragrid_5 .extradesc {
		overflow:hidden;
		float:none;
		display:block;
	}
}
.posts-grid.extragrid_5 p { margin-bottom:40px; }
.posts-grid.extragrid_5 h5 {
	font-size:20px;
	line-height:24px;
	font-style:normal;
	font-weight:500;
	text-transform:none;
	color:#000000;
	margin:6px 0 9px;
	padding:0;
}
.posts-grid.extragrid_5 h5 a { color:#000000; }
.posts-grid.extragrid_5 h5 a:hover { color:#e4ce50; }
.posts-grid.extragrid_5 .post_meta span[class^="post_"] { margin-right:10px; }
.extrabox_9 {
	padding:23px 0 13px;
	margin-bottom:9px;
	border-bottom:1px solid #eae9e9;
	background:transparent;
}
.extrabox_9:before, .extrabox_9:after { display:none; }
.extrabox_9 h2 { padding-bottom:37px; }
.extrabox_9 .dropcap {
	font-size:34px;
	line-height:34px;
	top:7px !important;
	font-style:normal;
	background:transparent;
	text-transform:capitalize;
	font-weight:500 !important;
	position:relative;
	border-radius:400px;
	padding:16px 8px 3px 12px;
	top:0px;
	overflow:hidden;
	border:none;
	margin:0 31px 10px 0;
	background:#e4ce50;
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.extrabox_9 .dropcap {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
@media (max-width: 767px) {
	.extrabox_9 .dropcap {
		display:block;
		float:none;
		margin-bottom:20px;
	}
}
.extrabox_9 a { margin-bottom:40px; }
.extrabox_8 {
	border-radius:5px;
	overflow:hidden;
}
.hero-unit {
	background:transparent;
	padding:111px 170px 93px;
	text-align:center;
}
@media (max-width: 767px) {
	.hero-unit { padding:40px 20px 30px; }
}
.hero-unit h1 {
	font-size:74px;
	line-height:84px;
	font-style:normal;
	font-weight:500 !important;
	text-transform:none;
	color:#fff;
	margin:0 0 35px;
	padding:0;
}
@media (max-width: 767px) {
	.hero-unit h1 {
		font-size:30px;
		line-height:34px;
	}
}
.hero-unit p {
	font-size:20px;
	line-height:22px;
	font-style:normal;
	font-weight:500 !important;
	text-transform:none;
	color:#fff;
	margin:0 0 38px;
	padding:0;
}
@media (max-width: 767px) {
	.hero-unit p {
		font-size:20px;
		line-height:22px;
	}
}
.hero-unit .btn-align a {
	font-size:22px;
	line-height:22px;
	font-weight:500;
	font-style:normal;
	text-transform:lowercase;
	color:#fff;
	padding:21px 35px;
	position:relative;
	background:#e4ce50;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	margin:0;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.hero-unit .btn-align a:hover {
	color:#fff;
	background:#303334 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.extrabox_7 { padding:14px 0 39px; }
.extrabox_7 h2 {
	padding-top:4px;
	padding-bottom:36px;
}
.extrabox_7 img { border-radius:5px; }
.extrabox_7 .alignnone { margin:5px 0 23px 0; }
@media (max-width: 767px) {
	.extrabox_7 .alignnone {
		float:none;
		display:block;
	}
}
@media (max-width: 767px) {
	.list.styled.check-list { margin-bottom:40px; }
}
.list.styled.check-list ul li {
	margin-top:0;
	margin-bottom:12px;
	text-transform:uppercase;
}
.list.styled.check-list ul li a {
	font-family:'Arial', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#000000;
	text-transform:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.list.styled.check-list ul li a:hover {
	color:#e4ce50;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.list.styled.check-list ul li:before {
	content:"";
	display:inline-block;
	width:14px;
	height:14px;
	top:2px;
	margin-right:16px;
	position:relative;
	background:url(images/bullet2.png) 1px 2px no-repeat;
}
.extrabox_6 { padding-bottom:16px; }
.extrabox_6 .aligntextleft {
	display:block;
	position:relative;
	text-align:left;
	float:none;
	margin:1px 0 7px 5px;
}
.extrabox_6 .extraicon_1 {
	display:bloock;
	position:relative;
	margin:0 0 20px;
}
.extrabox_6 h3 a { color:#000000; }
.extrabox_6 h3 a:hover { color:#e4ce50; }
.extrabox_5 {
	border-bottom:1px solid #eae9e9;
	padding-bottom:33px;
}
.posts-grid.extragrid_4 { margin:0; }
.posts-grid.extragrid_4 li { margin-bottom:19px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_4 li {
		margin-bottom:40px;
		text-align:center;
	}
}
.posts-grid.extragrid_4 li .featured-thumbnail {
	margin:11px 0 23px 0;
	border-radius:5px;
	overflow:hidden;
}
@media (max-width: 767px) {
	.posts-grid.extragrid_4 li .featured-thumbnail {
		text-align:center;
		margin:9px auto 20px auto;
		max-width:270px;
		float:none;
	}
}
.posts-grid.extragrid_4 li .featured-thumbnail img { width:100%; }
.posts-grid.extragrid_4 .post_meta { display:none; }
.posts-grid.extragrid_4 h6 {
	font-size:9px;
	line-height:20px;
	font-style:normal;
	font-weight:300;
	text-transform:uppercase;
	color:#b1b1b1;
	margin:0;
	padding:0;
}
.posts-grid.extragrid_4 h5 {
	font-size:20px;
	line-height:24px;
	font-style:normal;
	font-weight:500;
	text-transform:none;
	color:#000000;
	margin:0 0 9px;
	padding:0;
}
.posts-grid.extragrid_4 h5 a { color:#000000; }
.posts-grid.extragrid_4 h5 a:hover { color:#303334; }
.posts-grid.extragrid_4 .post_meta span[class^="post_"] { margin-right:10px; }
.extrabox_4 {
	border-bottom:1px solid #eae9e9;
	padding-bottom:27px;
}
.list.styled.custom-list {
	list-style:none !important;
	margin:0;
	position:relative;
	z-index:2;
}
.list.styled.custom-list li {
	line-height:34px;
	position:relative;
	border:none;
	margin-bottom:1px !important;
	padding-bottom:0 !important;
	border:none !important;
}
@media (max-width: 979px) and (min-width: 768px) {
	.list.styled.custom-list li { line-height:28px; }
}
.list.styled.custom-list li:before { display:none; }
.list.styled.custom-list li a {
	font-size:14px;
	font-weight:300 !important;
	text-transform:none;
	color:#000000;
	position:relative;
	display:block;
	padding:0;
	margin:0;
	overflow:hidden;
	padding:0 5px;
	margin-left:-5px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 979px) and (min-width: 768px) {
	.list.styled.custom-list li a { font-size:11px; }
}
@media (max-width: 480px) {
	.list.styled.custom-list li a { font-size:11px; }
}
.list.styled.custom-list li a strong {
	text-align:left;
	font-weight:300 !important;
}
.list.styled.custom-list li a em {
	font-style:normal;
	text-align:right;
	float:right;
	overflow:hidden;
	font-weight:300 !important;
}
.list.styled.custom-list li a:after {
	position:absolute;
	content:"";
	width:0;
	height:2px;
	bottom:0;
	left:0;
	background-color:#eee;
	z-index:-1;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.list.styled.custom-list li a:hover {
	color:#e4ce50;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.list.styled.custom-list li a:hover:after {
	position:absolute;
	width:100%;
	bottom:0;
	left:0;
	background-color:#b5b4af;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.extrabox_3 { padding:45px 0 60px; }
.extrabox_3 h2 {
	text-align:left;
	color:#000000;
	margin:-10px 0 0 0;
	padding:0;
	letter-spacing:0;
}
.extrabox_3 h3 {
	color:#98a2ad;
	font-style:italic;
	text-transform:none;
	text-align:left;
	margin:0 0 6px 0;
}
.extrabox_3 img {
	width:100%;
	max-width:100%;
	border-radius:5px;
}
.title { text-align:left; }
.title-section {
	border-top:1px solid #f0f1f1;
	text-align:left;
	padding:0;
	position:relative;
	z-index:10;
}
.title-header {
	font-size:34px;
	line-height:36px;
	font-weight:500;
	text-transform:lowercase;
	overflow:hidden;
	margin:0;
	text-align:left;
	padding:38px 0 15px;
	color:#303334;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.title-header:before { display:none; }
.title a { color:#333; }
.title-desc {
	display:block;
	color:#333;
	font-size:11px;
}
.single .post__holder .featured-thumbnail.thumbnail {
	margin-top:55px;
	margin-bottom:0;
}
.featured-thumbnail.thumbnail.large { margin-bottom:0; }
.post__holder .featured-thumbnail.thumbnail { margin-top:0; }
.post_content h3 { margin:0 0 23px 0 !important; }
.post__holder .post-header .post-title {
	padding-top:19px;
	padding-bottom:40px;
	display:block;
	margin-bottom:0 !important;
}
.post__holder .post-header .post-title a {
	color:#303334;
	text-transform:lowercase;
}
.post__holder .post-header .post-title a:hover {
	color:#e4ce50;
	text-decoration:none;
}
.post__holder .post_content {
	box-sizing:border-box;
	padding:22px 0 10px;
	background:transparent;
}
.breadcrumb__t {
	margin:0;
	padding:8px 0 9px;
	background:transparent;
	border-top:1px solid #f0f1f1;
	border-bottom:1px solid #f0f1f1;
	text-transform:none !important;
	border-radius:0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
.breadcrumb__t li {
	display:inline;
	color:#000000;
	font-size:14px;
	font-weight:300;
	text-shadow:none;
}
.breadcrumb__t li.active { color:#000000; }
.breadcrumb__t li.divider {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:' / ';
	margin:0 3px;
	color:#000000;
	font:14px/22px Raleway;
	font-size:14px !important;
}
.breadcrumb__t li a { color:#e4ce50; }
.breadcrumb__t li a:hover { color:#000000; }
.post_meta {
	font-size:9px;
	font-style:normal;
	font-weight:300;
	color:#bbbbbb;
	text-transform:uppercase !important;
	overflow:hidden;
	margin-bottom:4px;
	padding:8px 0 7px;
	border-top:1px solid #f0f1f1;
	border-bottom:1px solid #f0f1f1;
}
.post_meta i {
	font-size:11px !important;
	padding-right:5px !important;
	color:#e4ce50 !important;
}
.post_meta div[class^="post_"] {
	display:inline-block;
	font-size:9px;
	font-style:normal;
	font-weight:300;
	color:#bbbbbb;
	text-transform:uppercase !important;
	font-style:normal;
	padding:3px 0 1px;
	margin-right:19px;
}
@media (max-width: 767px) {
	.post_meta div[class^="post_"] { display:block; }
}
.post_meta div[class^="post_"] a {
	color:#bbbbbb;
	text-transform:uppercase;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] a:hover {
	text-decoration:none;
	color:#e4ce50;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .post_author a {
	text-transform:uppercase;
	color:#bbbbbb;
}
.post_meta div[class^="post_"] .post_author a:hover { color:#e4ce50; }
.post_meta div[class^="post_"] .post-date {
	cursor:default;
	font-weight:300 !important;
	color:#bbbbbb !important;
}
.post_meta div[class^="post_"] .post-date i.icon-calendar:before { content:"\f073" !important; }
.post_meta div[class^="post_"] .post-date time { color:#bbbbbb; }
.post_meta div[class^="post_"] .post-date span { color:inherit; }
.post_meta div[class^="post_"] .icon-bookmark a {
	text-transform:uppercase !important;
	color:#bbbbbb;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .icon-bookmark a:hover {
	color:#e4ce50;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post_meta div[class^="post_"] .meta_group time { color:#bbbbbb !important; }
.post_meta div[class^="post_"] .post_category, .post_meta div[class^="post_"] .post_comment { color:inherit; }
.post_meta div[class^="post_"] .post_category a, .post_meta div[class^="post_"] .post_comment a { color:#bbbbbb; }
.post_meta div[class^="post_"] .post_category a:hover, .post_meta div[class^="post_"] .post_comment a:hover { color:#e4ce50; }
.post_meta div[class^="post_"] .post_category span, .post_meta div[class^="post_"] .post_comment span { color:inherit; }
.post_meta div[class^="post_"] .user_voting { cursor:default; }
.post_meta div[class^="post_"] .user_voting i, .post_meta div[class^="post_"] .user_voting span {
	transition:all 0.2s ease-in-out;
	-webkit-transition:all 0.2s ease-out;
}
.post_meta div[class^="post_"] .animation_item {
	position:absolute;
	top:0px;
	right:0px;
}
.post_meta div[class^="post_"] a { text-transform:uppercase; }
.share-buttons {
	margin-bottom:29px;
	margin-top:26px;
	padding:10px 0;
	width:100%;
	height:21px;
}
.share-buttons .pinterest { margin-top:-2px; }
.post-author {
	margin-bottom:2em;
	border-radius:5px;
	border:1px solid #f0f1f1;
	background-color:transparent;
	padding:38px 22px 37px 20px;
}
.post-author_h {
	font-size:9px;
	line-height:12px;
	font-style:normal;
	font-weight:300 !important;
	text-transform:uppercase;
	color:#bbbbbb;
	overflow:hidden;
	margin-bottom:1em;
	padding:0 0 20px;
	margin:0;
	margin-bottom:0;
}
.post-author_h:before { display:none; }
.post-author_h small {
	font-size:9px;
	line-height:12px;
	font-style:normal;
	font-weight:300 !important;
	text-transform:uppercase;
	color:#bbbbbb;
	text-transform:none;
}
.post-author_h a {
	text-transform:uppercase;
	color:#bbbbbb;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_h a:hover {
	color:#e4ce50;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link {
	font-size:9px;
	line-height:12px;
	font-style:normal;
	font-weight:300 !important;
	text-transform:uppercase;
	color:#bbbbbb;
	text-transform:none;
	margin-top:28px;
}
.post-author_link p {
	margin-bottom:0;
	font-size:9px;
	line-height:12px;
	font-style:normal;
	font-weight:300 !important;
	text-transform:uppercase;
	color:#bbbbbb;
}
.post-author_link p a {
	font-size:9px;
	line-height:12px;
	font-style:normal;
	font-weight:300 !important;
	text-transform:uppercase;
	color:#bbbbbb;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link p a:hover {
	color:#e4ce50;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a {
	color:#fff;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_link a:hover {
	color:#333;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.post-author_gravatar {
	float:left;
	margin:6px 30px 0 0;
}
.post-author_gravatar img {
	padding:0;
	border:0;
	background:#fff;
}
.post-author_desc {
	margin-top:0 !important;
	font-size:14px;
	line-height:22px;
	font-style:normal;
	font-weight:300;
	color:#000000;
	margin-bottom:0;
}
@media (min-width: 1200px) {
	.post-author_desc { overflow:hidden; }
}
#recent-author-posts { margin-bottom:3em; }
.related-posts {
	overflow:hidden;
	margin:0 0 2em;
}
.related-posts_h {
	font-size:34px;
	line-height:36px;
	font-style:normal;
	font-weight:500 !important;
	text-transform:lowercase !important;
	display:inline-block;
	color:#303334;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	display:block;
	position:relative;
	text-align:left;
	padding:39px 0 42px;
	margin:26px 0 0;
	border-top:1px solid #eae9e9;
}
@media (max-width: 767px) {
	.related-posts_h {
		font-size:24px;
		line-height:30px;
	}
}
.related-posts_list {
	padding:0;
	margin:0 0 0 -4%;
	font-size:0;
}
.related-posts_item {
	display:inline-block;
	width:21%;
	margin-left:4%;
	margin-bottom:20px;
	padding:0;
	list-style-type:none;
	overflow:hidden;
	vertical-align:top;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	text-transform:none;
	color:#333;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
@media (max-width: 767px) {
	.related-posts_item { line-height:18px; }
}
.related-posts_item a {
	font-size:20px;
	line-height:22px;
	font-weight:500;
	text-transform:none;
	color:#000000;
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts_item a {
		font-size:14px;
		line-height:18px;
	}
}
@media (max-width: 767px) {
	.related-posts_item a {
		font-size:14px;
		line-height:18px;
	}
}
.related-posts_item :hover {
	color:#e4ce50;
	text-decoration:none;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.related-posts .featured-thumbnail {
	float:none;
	overflow:visible;
	margin:0 0 27px 0;
}
@media (max-width: 480px) {
	.related-posts_item { width:46%; }
}
.comments-h {
	font-size:34px;
	line-height:36px;
	font-style:normal;
	font-weight:500 !important;
	text-transform:lowercase !important;
	display:inline-block;
	color:#303334;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	display:block;
	position:relative;
	text-align:left;
	padding:39px 0 32px;
	margin:6px 0 0 0;
	border-top:1px solid #eae9e9;
}
@media (max-width: 767px) {
	.comments-h {
		font-size:24px;
		line-height:30px;
	}
}
.comment-holder .pagination { display:none; }
.comment-holder .extra-wrap { color:#fff; }
.comment-list .reply a:hover { color:#FFF; }
.comment-list .children { margin:0 0 0 40px; }
.comment .comment-body {
	position:relative;
	overflow:hidden;
	margin-top:10px;
	margin-bottom:10px;
	border:none;
	background:transparent !important;
	padding:33px 14px 27px 20px;
	border-radius:5px;
	border:1px solid #f0f1f1;
}
.comment .comment-body .wrapper em { color:#fff; }
.comment .comment-body p {
	margin-top:0 !important;
	font-size:14px;
	line-height:22px;
	font-style:normal;
	font-weight:300;
	color:#000000;
	margin-top:3px;
	margin-bottom:10px;
}
.comment-author {
	float:left;
	margin:7px 21px 0 0;
}
.comment-author .author {
	font-size:9px;
	line-height:12px;
	font-style:normal;
	font-weight:300 !important;
	text-transform:uppercase;
	color:#bbbbbb;
	line-height:20px;
	display:block;
	padding-top:19px;
	width:80px;
	text-align:left;
}
.comment-author .author a {
	font-size:9px;
	line-height:12px;
	color:#bbbbbb;
}
.comment-author .author a:hover { color:#e4ce50; }
.extra2 { margin-top:0; }
.commentmetadata {
	font-size:9px;
	line-height:12px;
	font-style:normal;
	font-weight:300 !important;
	text-transform:uppercase;
	color:#bbbbbb;
	margin-right:15px;
	padding:10px 0 10px;
	float:right;
}
.comment-body .reply {
	float:right;
	margin-left:10px;
	margin-top:0;
	padding-right:6px;
}
.comment-body .reply a {
	font-size:22px;
	line-height:22px;
	font-style:normal;
	font-weight:500;
	color:#e4ce50;
	font-style:normal;
	text-transform:lowercase;
	padding:0;
	position:relative;
	background:transparent !important;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.comment-body .reply a:hover {
	color:#303334;
	background:transparent !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
#respond form .btn {
	margin-top:17px;
	margin-right:5px;
	margin-bottom:0;
	text-align:right;
	float:right;
	overflow:hidden;
}
#respond {
	padding-top:0;
	box-sizing:border-box;
}
#respond h3 {
	font-size:34px;
	line-height:36px;
	font-style:normal;
	font-weight:500 !important;
	text-transform:lowercase !important;
	display:inline-block;
	color:#303334;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	display:block;
	position:relative;
	text-align:left;
	padding:39px 0 42px;
	margin:44px 0 0 0;
	border-top:1px solid #eae9e9;
}
@media (max-width: 767px) {
	#respond h3 {
		font-size:24px;
		line-height:30px;
	}
}
#commentform {
	overflow:hidden;
	margin:0 0 0;
}
#commentform p { margin-bottom:10px; }
#commentform p.field { margin-bottom:30px; }
#commentform label { display:block; }
#commentform input[type="text"] {
	border:none;
	background:#fff;
	box-shadow:none;
	padding:21px 6px 18px 20px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	width:100%;
	height:64px;
	background:#ebeff3;
	color:#000000 !important;
	width:569px;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#commentform input[type="text"]:focus {
	box-shadow:none;
	border:none;
}
#commentform input[type="text"]:-moz-placeholder { color:#000000; }
#commentform input[type="text"]:-ms-input-placeholder { color:#000000; }
#commentform input[type="text"]::-webkit-input-placeholder { color:#000000; }
@media (max-width: 767px) {
	#commentform input[type="text"] { font-size:14px; }
}
#commentform textarea {
	box-shadow:none;
	border:none;
	padding:21px 6px 18px 20px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	width:100%;
	background:#ebeff3;
	color:#000000 !important;
	overflow:auto;
	margin:0;
	min-width:87%;
	max-width:100%;
	width:99%;
	height:197px;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#commentform textarea:-moz-placeholder { color:#000000; }
#commentform textarea:-ms-input-placeholder { color:#000000; }
#commentform textarea::-webkit-input-placeholder { color:#000000; }
@media (max-width: 767px) {
	#commentform textarea { font-size:14px; }
}
.children #commentform textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	max-width:100%;
	min-width:100px;
}
#commentform textarea:focus {
	box-shadow:none;
	border:none;
	background:#ebeff3;
}
@media (min-width: 768px) and (max-width: 979px) {
	#commentform textarea {
		width:100;
		max-width:100%;
		min-width:100%;
		height:52px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 767px) {
	#commentform input[type="text"] {
		width:100%;
		max-width:100%;
		min-width:100%;
		height:52px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
	#commentform textarea {
		width:100%;
		max-width:100%;
		min-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
@media (max-width: 650px) {
	#commentform input[type="text"] {
		width:97%;
		height:52px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
input[type="submit"].btn-primary, input[type="reset"].btn-primary {
	font-size:22px;
	line-height:22px;
	font-weight:500;
	font-style:normal;
	text-transform:lowercase;
	color:#fff;
	padding:21px 22px;
	position:relative;
	background:#e4ce50;
	border-radius:0;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	border-radius:0;
	z-index:1;
	height:64px;
	margin:0;
	overflow:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
input[type="submit"].btn-primary:hover, input[type="reset"].btn-primary:hover {
	color:#fff;
	background:#303334 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
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 {
	font-size:13px;
	font-weight:400;
	color:#000;
	margin:0;
	padding:9px 14px;
	width:288px;
	border-radius:0;
	border:1px solid #eee;
	box-shadow:none;
	outline:none;
}
select:focus, 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 {
	border:1px solid #eee;
	box-shadow:none;
	outline:none;
}
.gform_wrapper .top_label div.ginput_container { margin-top:0; }
.gform_wrapper li.gfield {
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	margin-top:0;
	vertical-align:top;
	border-radius:0;
	border:none;
}
.gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin:0;
	padding:23px 6px 18px 19px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	width:100%;
	height:64px;
	background:#ebeff3;
	color:#000000 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0;
	border:none;
	box-shadow:none;
}
.gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { color:#000000; }
.gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder { color:#000000; }
.gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder { color:#000000; }
.gform_wrapper li.gfield input[type="file"] {
	padding:23px 6px 18px 19px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	cursor:pointer;
	height:64px;
	color:#000000 !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	border-radius:0;
	border:none;
	box-shadow:none;
}
.gform_wrapper li.gfield input[type="file"]:-moz-placeholder { color:#000000; }
.gform_wrapper li.gfield input[type="file"]:-ms-input-placeholder { color:#000000; }
.gform_wrapper li.gfield input[type="file"]::-webkit-input-placeholder { color:#000000; }
.gform_wrapper textarea {
	padding:23px 6px 18px 19px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	color:#000000 !important;
	overflow:auto;
	margin:0;
	width:100%;
	height:194px;
	box-shadow:none;
	border:none;
	background:#ebeff3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0;
	resize:none;
	overflow:auto;
}
.gform_wrapper textarea:-moz-placeholder { color:#000000; }
.gform_wrapper textarea:-ms-input-placeholder { color:#000000; }
.gform_wrapper textarea::-webkit-input-placeholder { color:#000000; }
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type="submit"] {
	margin:0 auto;
	height:auto;
	font-size:30px;
	line-height:40px;
	font-style:normal;
	text-transform:uppercase;
	color:#ebeff3;
	padding:15px 50px;
	position:relative;
	background:#3260a8;
	border-radius:35px;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	z-index:1;
	overflow:hidden;
	display:block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.gform_wrapper .gform_footer input.button:hover, .gform_wrapper .gform_footer input[type="submit"]:hover, .gform_wrapper .gform_page_footer input.button:hover, .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	color:#3260a8;
	background:#ebeff3;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.extrabox_2 {
	padding:30px 0;
	margin-top:0;
	background:#fff;
}
.extrabox_2:before, .extrabox_2:after { display:none; }
.extrabox_2 form, .extrabox_22 form { margin:13px 0 22px; }
.extrabox_2 .ajax-loader, .extrabox_22 .ajax-loader {
	margin-top:20px;
	margin-left:5px;
}
.extrabox_2 .wpcf7-form p.field, .extrabox_22 .wpcf7-form p.field {
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	vertical-align:top;
	border-radius:0;
	border:none;
}
.extrabox_2 .wpcf7-form p.field input, .extrabox_22 .wpcf7-form p.field input {
	margin:0;
	padding:23px 6px 18px 19px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	width:100%;
	height:64px;
	background:#ebeff3;
	color:#000000 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0;
	border:none;
	box-shadow:none;
}
.extrabox_2 .wpcf7-form p.field input:-moz-placeholder, .extrabox_22 .wpcf7-form p.field input:-moz-placeholder { color:#000000; }
.extrabox_2 .wpcf7-form p.field input:-ms-input-placeholder, .extrabox_22 .wpcf7-form p.field input:-ms-input-placeholder { color:#000000; }
.extrabox_2 .wpcf7-form p.field input::-webkit-input-placeholder, .extrabox_22 .wpcf7-form p.field input::-webkit-input-placeholder { color:#000000; }
.extrabox_2 .wpcf7-form p.field input[type="file"], .extrabox_22 .wpcf7-form p.field input[type="file"] {
	padding:23px 6px 18px 19px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	cursor:pointer;
	height:64px;
	color:#000000 !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	border-radius:0;
	border:none;
	box-shadow:none;
}
.extrabox_2 .wpcf7-form p.field input[type="file"]:-moz-placeholder, .extrabox_22 .wpcf7-form p.field input[type="file"]:-moz-placeholder { color:#000000; }
.extrabox_2 .wpcf7-form p.field input[type="file"]:-ms-input-placeholder, .extrabox_22 .wpcf7-form p.field input[type="file"]:-ms-input-placeholder { color:#000000; }
.extrabox_2 .wpcf7-form p.field input[type="file"]::-webkit-input-placeholder, .extrabox_22 .wpcf7-form p.field input[type="file"]::-webkit-input-placeholder { color:#000000; }
.extrabox_2 .wpcf7-form textarea, .extrabox_22 .wpcf7-form textarea {
	padding:23px 6px 18px 19px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	color:#000000 !important;
	overflow:auto;
	margin:0;
	width:100%;
	height:194px;
	box-shadow:none;
	border:none;
	background:#ebeff3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0;
	resize:none;
	overflow:auto;
}
.extrabox_2 .wpcf7-form textarea:-moz-placeholder, .extrabox_22 .wpcf7-form textarea:-moz-placeholder { color:#000000; }
.extrabox_2 .wpcf7-form textarea:-ms-input-placeholder, .extrabox_22 .wpcf7-form textarea:-ms-input-placeholder { color:#000000; }
.extrabox_2 .wpcf7-form textarea::-webkit-input-placeholder, .extrabox_22 .wpcf7-form textarea::-webkit-input-placeholder { color:#000000; }
.extrabox_2 .wpcf7-form .submit-wrap, .extrabox_22 .wpcf7-form .submit-wrap {
	margin:0 0 27px;
	padding:0;
	text-align:center;
}
.extrabox_2 .wpcf7-form .submit-wrap input, .extrabox_22 .wpcf7-form .submit-wrap input {
	margin:0 auto;
	height:auto;
	font-size:30px;
	line-height:40px;
	font-style:normal;
	text-transform:uppercase;
	color:#ebeff3;
	padding:15px 50px;
	position:relative;
	background:#3260a8;
	border-radius:35px;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	z-index:1;
	overflow:hidden;
	display:block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.extrabox_2 .wpcf7-form .submit-wrap input:hover, .extrabox_22 .wpcf7-form .submit-wrap input:hover {
	color:#3260a8;
	background:#ebeff3;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.extrabox_2 .gform_wrapper label.gfield_label, .extrabox_22 .gform_wrapper label.gfield_label { display:none; }
.extrabox_2 .gform_wrapper .top_label div.ginput_container, .extrabox_22 .gform_wrapper .top_label div.ginput_container { margin-top:0; }
.extrabox_2 .gform_wrapper li.gfield, .extrabox_22 .gform_wrapper li.gfield {
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
	margin-top:0;
	vertical-align:top;
	border-radius:0;
	border:none;
}
.extrabox_2 .gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .extrabox_22 .gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin:0;
	padding:23px 6px 18px 19px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	width:100%;
	height:64px;
	background:#ebeff3;
	color:#000000 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0;
	border:none;
	box-shadow:none;
}
.extrabox_2 .gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder, .extrabox_22 .gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-moz-placeholder { color:#000000; }
.extrabox_2 .gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder, .extrabox_22 .gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):-ms-input-placeholder { color:#000000; }
.extrabox_2 .gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder, .extrabox_22 .gform_wrapper li.gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file])::-webkit-input-placeholder { color:#000000; }
.extrabox_2 .gform_wrapper li.gfield input[type="file"], .extrabox_22 .gform_wrapper li.gfield input[type="file"] {
	padding:23px 6px 18px 19px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	cursor:pointer;
	height:64px;
	color:#000000 !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
	border-radius:0;
	border:none;
	box-shadow:none;
}
.extrabox_2 .gform_wrapper li.gfield input[type="file"]:-moz-placeholder, .extrabox_22 .gform_wrapper li.gfield input[type="file"]:-moz-placeholder { color:#000000; }
.extrabox_2 .gform_wrapper li.gfield input[type="file"]:-ms-input-placeholder, .extrabox_22 .gform_wrapper li.gfield input[type="file"]:-ms-input-placeholder { color:#000000; }
.extrabox_2 .gform_wrapper li.gfield input[type="file"]::-webkit-input-placeholder, .extrabox_22 .gform_wrapper li.gfield input[type="file"]::-webkit-input-placeholder { color:#000000; }
.extrabox_2 .gform_wrapper textarea, .extrabox_22 .gform_wrapper textarea {
	padding:23px 6px 18px 19px;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	color:#000000 !important;
	overflow:auto;
	margin:0;
	width:100%;
	height:194px;
	box-shadow:none;
	border:none;
	background:#ebeff3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border-radius:0;
	resize:none;
	overflow:auto;
}
.extrabox_2 .gform_wrapper textarea:-moz-placeholder, .extrabox_22 .gform_wrapper textarea:-moz-placeholder { color:#000000; }
.extrabox_2 .gform_wrapper textarea:-ms-input-placeholder, .extrabox_22 .gform_wrapper textarea:-ms-input-placeholder { color:#000000; }
.extrabox_2 .gform_wrapper textarea::-webkit-input-placeholder, .extrabox_22 .gform_wrapper textarea::-webkit-input-placeholder { color:#000000; }
.extrabox_2 .gform_wrapper .gform_footer input.button, .extrabox_2 .gform_wrapper .gform_footer input[type="submit"], .extrabox_2 .gform_wrapper .gform_page_footer input.button, .extrabox_2 .gform_wrapper .gform_page_footer input[type="submit"], .extrabox_22 .gform_wrapper .gform_footer input.button, .extrabox_22 .gform_wrapper .gform_footer input[type="submit"], .extrabox_22 .gform_wrapper .gform_page_footer input.button, .extrabox_22 .gform_wrapper .gform_page_footer input[type="submit"] {
	margin:0 auto;
	height:auto;
	font-size:30px;
	line-height:40px;
	font-style:normal;
	text-transform:uppercase;
	color:#ebeff3;
	padding:15px 50px;
	position:relative;
	background:#3260a8;
	border-radius:35px;
	box-shadow:none;
	text-shadow:none;
	border:none;
	outline:none;
	z-index:1;
	overflow:hidden;
	display:block;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.extrabox_2 .gform_wrapper .gform_footer input.button:hover, .extrabox_2 .gform_wrapper .gform_footer input[type="submit"]:hover, .extrabox_2 .gform_wrapper .gform_page_footer input.button:hover, .extrabox_2 .gform_wrapper .gform_page_footer input[type="submit"]:hover, .extrabox_22 .gform_wrapper .gform_footer input.button:hover, .extrabox_22 .gform_wrapper .gform_footer input[type="submit"]:hover, .extrabox_22 .gform_wrapper .gform_page_footer input.button:hover, .extrabox_22 .gform_wrapper .gform_page_footer input[type="submit"]:hover {
	color:#3260a8;
	background:#ebeff3;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.extrabox_2 span.wpcf7-form-control-wrap, .extrabox_22 span.wpcf7-form-control-wrap { display:block; }
.extrabox_2 .wpcf7-not-valid-tip, .extrabox_22 .wpcf7-not-valid-tip {
	position:absolute;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	padding:8px 6px !important;
	width:auto !important;
	height:auto !important;
	background:#F2DEDE !important;
	border:1px solid #ddd !important;
	color:#B94A48 !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.extrabox_2 .wpcf7-not-valid-tip, .extrabox_22 .wpcf7-not-valid-tip {
		font-size:11px !important;
		padding:8px 6px !important;
		line-height:14px;
	}
}
.extrabox_2 div.wpcf7-response-output, .extrabox_22 div.wpcf7-response-output {
	padding:8px 35px 8px 14px !important;
	border:1px solid #ddd !important;
	background-color:#FCF8E3;
	color:#C09853;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.extrabox_2 div.wpcf7-validation-errors, .extrabox_22 div.wpcf7-validation-errors {
	background-color:#F2DEDE !important;
	border-color:#ddd !important;
	color:#B94A48 !important;
}
.extrabox_2 div.wpcf7-mail-sent-ok, .extrabox_22 div.wpcf7-mail-sent-ok {
	background:#DFF0D8 !important;
	border:1px solid #ddd !important;
	color:#468847 !important;
}
.parallax1 .parallax-content { padding:74px 0 105px; }
@media (max-width: 767px) {
	.parallax1 .parallax-content { padding:35px 0; }
}
.posts-grid.extragrid_3 { margin:0; }
.posts-grid.extragrid_3 li { margin-bottom:19px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_3 li { margin-bottom:30px; }
}
.posts-grid.extragrid_3 li .featured-thumbnail {
	margin:9px 17px 15px 0;
	border-radius:500px;
	overflow:hidden;
	float:left;
	border-radius:500px;
}
.posts-grid.extragrid_3 li .featured-thumbnail img { border-radius:500px; }
@media (max-width: 979px) and (min-width: 768px) {
	.posts-grid.extragrid_3 li .featured-thumbnail { float:none; }
}
@media (max-width: 767px) {
	.posts-grid.extragrid_3 li .featured-thumbnail { margin:9px 17px 15px 0; }
}
@media (max-width: 360px) {
	.posts-grid.extragrid_3 li .featured-thumbnail {
		float:none;
		margin:9px auto 15px auto;
		max-width:142px;
	}
}
.posts-grid.extragrid_3 li .featured-thumbnail a {
	border-radius:500px;
	overflow:hidden;
	position:relative;
}
.posts-grid.extragrid_3 li .featured-thumbnail a .zoom-icon:before { background:url(images/magnify-alt2small.png) center center no-repeat; }
.posts-grid.extragrid_3 li .featured-thumbnail a:before, .posts-grid.extragrid_3 li .featured-thumbnail a:after {
	border-radius:500px;
	overflow:hidden;
	width:0;
	left:50%;
	top:100%;
	bottom:0 !important;
}
.posts-grid.extragrid_3 li .featured-thumbnail a:hover:before, .posts-grid.extragrid_3 li .featured-thumbnail a:hover:after {
	left:0;
	top:0;
	bottom:0 !important;
	border-radius:500px;
	overflow:hidden;
	width:100%;
}
.posts-grid.extragrid_3 li .featured-thumbnail img { width:100%; }
@media (max-width: 767px) {
	.posts-grid.extragrid_3 .extradesc { overflow:hidden; }
}
@media (max-width: 360px) {
	.posts-grid.extragrid_3 .extradesc {
		overflow:hidden;
		float:none;
		display:block;
	}
}
.posts-grid.extragrid_3 p { margin-bottom:40px; }
.posts-grid.extragrid_3 h5 {
	font-size:20px;
	line-height:24px;
	font-style:normal;
	font-weight:500;
	text-transform:uppercase;
	color:#000000;
	margin:9px 0 19px;
	padding:0;
}
.posts-grid.extragrid_3 h5 a { color:#000000; }
.posts-grid.extragrid_3 h5 a:hover { color:#e4ce50; }
.posts-grid.extragrid_3 .post_meta span[class^="post_"] { margin-right:10px; }
.extrabox_1 {
	margin:56px 0 15px;
	border-radius:5px;
}
.extrabox_1 h2 {
	font-size:74px;
	line-height:80px;
	font-style:normal;
	font-weight:500;
	color:#fff;
}
@media (max-width: 767px) {
	.extrabox_1 h2 {
		font-size:34px;
		line-height:38px;
	}
}
.posts-grid li .featured-thumbnail {
	margin:9px 0 20px 0;
	border-radius:5px;
	overflow:hidden;
}
.posts-grid li .featured-thumbnail a {
	display:block;
	float:left;
	overflow:hidden;
	border:none;
	text-align:center;
}
.posts-grid li .featured-thumbnail a .zoom-icon { display:none; }
.posts-grid li .featured-thumbnail a .zoom-icon:after { display:none !important; }
.posts-grid li .featured-thumbnail a:before {
	position:absolute;
	z-index:0;
	content:"";
	left:0;
	right:0;
	top:50%;
	width:100%;
	height:0%;
	text-align:center;
	background:#fff;
	opacity:0.8;
	-webkit-transition:0.85s;
	-moz-transition:0.85s;
	-o-transition:0.85s;
	transition:0.85s;
}
.posts-grid li .featured-thumbnail a:after {
	position:absolute;
	z-index:0;
	content:"";
	left:0;
	right:0;
	top:50%;
	width:100%;
	height:0%;
	text-align:center;
	background:#fff;
	opacity:0.8;
	-webkit-transition:0.65s;
	-moz-transition:0.65s;
	-o-transition:0.65s;
	transition:0.65s;
}
.posts-grid li .featured-thumbnail a:hover:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	opacity:0.37;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.posts-grid li .featured-thumbnail a:hover:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	opacity:0.37;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}
.posts-grid li .featured-thumbnail img { width:100%; }
.posts-grid.extragrid_1 { margin:0; }
.posts-grid.extragrid_1 li { margin-bottom:40px; }
@media (max-width: 767px) {
	.posts-grid.extragrid_1 li {
		text-align:center;
		margin-bottom:40px;
	}
}
.posts-grid.extragrid_1 li .featured-thumbnail {
	margin:0 0 22px 0;
	border-radius:5px;
	overflow:hidden;
}
@media (max-width: 767px) {
	.posts-grid.extragrid_1 li .featured-thumbnail {
		text-align:center;
		margin:0px auto 10px auto;
		max-width:370px;
		float:none;
	}
}
.posts-grid.extragrid_1 li .featured-thumbnail img { width:100%; }
.posts-grid.extragrid_1 h6 {
	font-size:9px;
	line-height:20px;
	font-style:normal;
	font-weight:300;
	text-transform:uppercase;
	color:#b1b1b1;
	margin:0;
	padding:0;
}
.posts-grid.extragrid_1 h5 {
	font-size:20px;
	line-height:24px;
	font-style:normal;
	text-transform:none;
	margin:0;
	padding:0;
	text-align:center;
}
.posts-grid.extragrid_1 h5 a:hover { color:#303334; }
.posts-grid.extragrid_1 .post_meta span[class^="post_"] { margin-right:10px; }
.home_services { margin-bottom:40px; }
.home_services .wpb_single_image { margin-bottom:22px; }
.home_services figure {
	margin:0 0 22px 0;
	border-radius:5px;
	overflow:hidden;
}
@media (max-width: 767px) {
	.home_services figure {
		text-align:center;
		margin:0px auto 10px auto;
		max-width:370px;
		float:none;
	}
}
.home_services figure img { width:100%; }
.home_services h6 {
	font-size:9px;
	line-height:20px;
	font-style:normal;
	font-weight:300;
	text-transform:uppercase;
	color:#b1b1b1;
	margin:0;
	padding:0;
}
.home_services h5 {
	font-size:20px;
	line-height:24px;
	font-style:normal;
	text-transform:none;
	margin:0;
	padding:0;
	text-align:center;
}
.home_services h5 a { color:#3260a8 !important; }
.home_services h5 a:hover { color:#303334 !important; }
.posts-grid.extragrid_2 { margin:0; }
.posts-grid.extragrid_2 li {
	margin-bottom:19px;
	text-align:center;
}
.posts-grid.extragrid_2 li .featured-thumbnail {
	margin:9px auto 13px auto;
	border-radius:500px;
	overflow:hidden;
	text-align:center;
	max-width:142px;
	float:none;
}
.posts-grid.extragrid_2 li .featured-thumbnail a {
	border-radius:500px;
	overflow:hidden;
	position:relative;
}
.posts-grid.extragrid_2 li .featured-thumbnail a .zoom-icon:before { background:url(images/magnify-alt2small.png) center center no-repeat; }
.posts-grid.extragrid_2 li .featured-thumbnail a:before, .posts-grid.extragrid_2 li .featured-thumbnail a:after {
	border-radius:500px;
	overflow:hidden;
	width:0;
	left:50%;
	top:100%;
	bottom:0 !important;
}
.posts-grid.extragrid_2 li .featured-thumbnail a:hover:before, .posts-grid.extragrid_2 li .featured-thumbnail a:hover:after {
	left:0;
	top:0;
	bottom:0 !important;
	border-radius:500px;
	overflow:hidden;
	width:100%;
}
.posts-grid.extragrid_2 li .featured-thumbnail img {
	width:100%;
	border-radius:500px;
	overflow:hidden;
}
.posts-grid.extragrid_2 h6 {
	font-size:9px;
	line-height:10px;
	font-style:normal;
	font-weight:300;
	text-transform:uppercase;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
}
.posts-grid.extragrid_2 h5 {
	font-size:20px;
	line-height:24px;
	font-style:normal;
	font-weight:500;
	text-transform:none;
	color:#fff;
	margin:0;
	padding:0;
	text-align:center;
}
.posts-grid.extragrid_2 h5 a { color:#fff; }
.posts-grid.extragrid_2 h5 a:hover { color:#303334; }
.posts-grid.extragrid_2 .post_meta span[class^="post_"] { margin-right:10px; }
.testimonial {
	position:relative;
	margin-bottom:35px;
	padding:30px;
	margin-top:40px;
	border:none;
	background:#fff;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:1.5em;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.testimonial_bq {
	margin:0;
	padding:0;
	border:none;
}
.testimonial_bq p {
	font-size:13px;
	line-height:20px;
}
.testimonial_content p { font-style:normal; }
@media (min-width: 768px) and (max-width: 979px) {
	.testimonial .featured-thumbnail {
		width:80px;
		height:80px;
	}
}
.testimonial .testi-url { color:#303334; }
.testimonial .testi-url:hover { color:#e4ce50; }
.testimonial small {
	font-size:14px;
	line-height:24px;
	font-weight:500;
	text-transform:uppercase;
	text-decoration:none;
	color:#303334;
	padding:12px 0 0;
}
.hr {
	margin:28px 0px 18px;
	background:#e6eff7;
}
.filter-wrapper {
	float:none;
	margin-top:33px;
	margin-bottom:21px;
	text-align:right;
}
@media (max-width: 767px) {
	.filter-wrapper { text-align:center; }
}
.filter-wrapper strong {
	float:none;
	text-align:center;
	display:inline-block;
	font-size:22px;
	line-height:24px;
	font-weight:500 !important;
	text-transform:lowercase;
	color:#b5b4af;
	padding:0 0 10px 0;
	margin:0 37px 0 0;
	margin-top:18px;
	vertical-align:top;
}
@media (max-width: 767px) {
	.filter-wrapper strong {
		font-size:12px;
		background:transparent;
		margin:9px 0;
		padding:0 10px 0 5px;
		display:block;
	}
}
.filter-wrapper .nav { overflow:hidden; }
@media (max-width: 767px) {
	.filter-wrapper .nav { margin:0 0; }
}
@media (max-width: 480px) {
	.filter-wrapper .nav { margin:0 0 0 0; }
}
.filter-wrapper .pull-right {
	float:none;
	text-align:center;
	display:inline-block;
}
.nav-pills {
	float:none;
	text-align:center;
	display:inline-block;
	margin-bottom:10px;
}
.nav-pills li {
	font-size:22px;
	line-height:24px;
	font-weight:500 !important;
	text-transform:lowercase;
	color:#b5b4af;
}
.nav-pills li a {
	position:relative;
	font-size:22px;
	line-height:24px;
	font-weight:500 !important;
	text-transform:lowercase;
	color:#b5b4af;
	padding:20px 22px;
	margin:0 5px 10px;
	border-radius:0;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
@media (max-width: 767px) {
	.nav-pills li a {
		font-size:12px;
		margin:2px;
		padding:4px 10px;
	}
}
.nav-pills li a:hover, .nav-pills li a:focus {
	color:#fff;
	background-color:#e4ce50 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.nav-pills li:hover a, .nav-pills li:focus a {
	color:#fff;
	background-color:#e4ce50 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.nav-pills li.active a {
	color:#fff !important;
	position:relative;
	background-color:#e4ce50 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.nav-pills li.active a:hover {
	color:#fff;
	background-color:#e4ce50 !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.flexslider .slides img {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}
.portfolio_item_holder .thumbnail, .portfolio_item_holder .featured-thumbnail { position:relative; }
.portfolio_item_holder .thumbnail:after, .portfolio_item_holder .featured-thumbnail:after {
	position:absolute;
	content:"";
	width:1px;
	height:7px;
	background:#f0f1f1;
	right:0;
	bottom:0;
	z-index:-1;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.portfolio_item_holder .thumbnail:before, .portfolio_item_holder .featured-thumbnail:before {
	position:absolute;
	content:"";
	width:1px;
	height:7px;
	background:#f0f1f1;
	left:0;
	bottom:0;
	z-index:-1;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.filterable-portfolio .caption.caption__portfolio {
	background:transparent;
	box-sizing:border-box;
	padding:20px;
	border:1px solid #f0f1f1;
	border-top:none;
	border-radius:0 0 6px 6px;
}
.filterable-portfolio .caption.caption__portfolio h3 { color:#000000; }
.filterable-portfolio .caption.caption__portfolio h3 a { color:#000000; }
.filterable-portfolio .caption.caption__portfolio h3 a:hover { color:#e4ce50; }
.filterable-portfolio .caption.caption__portfolio .excerpt {
	color:#000000;
	margin-bottom:28px;
}
#sidebar { padding-top:9px; }
.widget {
	margin-bottom:9px;
	padding-bottom:35px;
	border-bottom:1px solid #eae9e9;
}
.widget h3 {
	font-size:34px;
	line-height:36px;
	font-style:normal;
	font-weight:500 !important;
	text-transform:lowercase !important;
	display:inline-block;
	color:#303334;
	font-style:normal;
	text-shadow:none;
	text-decoration:none;
	display:block;
	position:relative;
	text-align:left;
	padding:30px 0 15px;
	margin:0 0 44px 0;
}
@media (max-width: 767px) {
	.widget h3 {
		font-size:24px;
		line-height:30px;
	}
}
.widget ul {
	padding:0;
	margin-left:0;
	list-style:none;
	margin-top:0;
}
.widget ul ul {
	margin-left:20px;
	margin-top:10px;
}
.widget ul li {
	margin-top:0;
	margin-bottom:12px;
	text-transform:uppercase;
}
.widget ul li a {
	font-family:'Arial', sans-serif;
	font-size:13px;
	font-weight:400;
	color:#000000;
	text-transform:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li a:hover {
	color:#e4ce50;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget ul li:before {
	content:"";
	display:inline-block;
	width:14px;
	height:14px;
	top:2px;
	margin-right:16px;
	position:relative;
	background:url(images/bullet2.png) 1px 2px no-repeat;
}
.widget .tagcloud a:hover { color:#e4ce50; }
.widget .post-list { margin-bottom:0px; }
.widget .post-list li {
	overflow:hidden;
	padding-top:27px;
	padding-bottom:0;
	margin-bottom:0;
}
.widget .post-list li:before { display:none; }
.widget .post-list li:first-child {
	padding-top:0;
	border:none;
}
.widget .post-list_h {
	margin:0;
	margin-bottom:8px;
	color:#000000;
}
.widget .post-list_h a {
	font-size:20px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#000000;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list_h a:hover {
	color:#e4ce50;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
.widget .post-list time {
	display:block;
	font-size:9px;
	line-height:20px;
	font-style:normal;
	font-weight:300 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#bbbbbb;
	margin-bottom:3px;
	margin-top:0;
}
.widget .post-list .excerpt {
	text-transform:none;
	margin-bottom:29px;
	color:#000000;
}
.widget .post-list .featured-thumbnail { margin:5px 30px 10px 0; }
.widget .post-list .featured-thumbnail img { padding:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.widget .post-list .featured-thumbnail { float:none; }
}
@media (max-width: 420px) {
	.widget .post-list .featured-thumbnail { float:none; }
}
.widget .comments-custom li {
	overflow:hidden;
	margin:0;
	padding:26px 0 0 0;
	border-bottom:none;
	background:none;
}
.widget .comments-custom li:before { display:none; }
.widget .comments-custom li:first-child {
	padding-top:0;
	border-top:none;
}
.widget .comments-custom .featured-thumbnail.thumbnail {
	margin-top:7px;
	margin-right:29px;
	margin-bottom:0;
	box-shadow:none;
	box-sizing:border-box;
	padding:0;
	border:none;
	border-radius:0 !important;
}
.widget .comments-custom .featured-thumbnail.thumbnail img { border-radius:0 !important; }
.widget .comments-custom_txt {
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#000000;
	text-transform:none !important;
	padding:0 0 0 0;
	border-top:none;
	margin-top:20px;
}
.widget .comments-custom_txt a {
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#000000;
	text-decoration:none;
}
.widget .comments-custom_txt a:hover {
	color:#e4ce50;
	text-decoration:none;
}
.widget .comments-custom_h_author {
	display:block;
	font-size:9px;
	line-height:20px;
	font-style:normal;
	font-weight:300 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase !important;
	color:#bbbbbb;
	margin-bottom:0;
	margin-top:2px;
}
.widget .comments-custom_h_author:first-letter { text-transform:capitalize !important; }
.widget .comments-custom_h_title { margin-bottom:16px; }
.widget .comments-custom_h_title a {
	font-size:12px;
	line-height:20px;
	font-style:normal;
	font-weight:400 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:capitalize !important;
	color:#e4ce50;
	margin-bottom:0;
	margin-top:22px;
}
.widget .comments-custom_h_title a:before { display:none; }
.widget .comments-custom_h_title a:hover {
	color:#000000;
	text-decoration:none;
}
.widget .comments-custom_h_author:first-letter { text-transform:uppercase; }
.widget .comments-custom time {
	display:block;
	font-size:9px;
	line-height:20px;
	font-style:normal;
	font-weight:300 !important;
	font-style:normal;
	text-shadow:none;
	text-transform:none;
	color:#bbbbbb;
	margin-top:21px;
	margin-bottom:0;
	display:block;
}
.widget .comments-custom i {
	display:none;
	font-size:16px;
	margin-right:.5em;
	color:#999;
	float:left;
	min-width:15px;
	text-align:center;
}
.widget .comments-custom .ladle {
	float:left;
	padding-right:5px;
}
.widget .comments-custom .meta_format {
	margin-top:0;
	margin-bottom:1px;
}
.widget .flex-direction-nav .flex-prev {
	left:0;
	margin:-46px 0 0;
	color:#e4ce50;
}
.widget .flex-direction-nav .flex-next {
	right:0;
	margin:-46px 0 0;
	color:#e4ce50;
}
.widget #wp-calendar td {
	padding:6px 0;
	border:none;
	text-align:center;
}
.widget #wp-calendar td#today {
	background-color:#e4ce50;
	color:#fff;
}
.widget #wp-calendar caption {
	margin-bottom:5px;
	padding:4px 0;
	color:#e4ce50;
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
.widget #wp-calendar thead th {
	padding:7px 0;
	color:#e4ce50;
	text-align:center;
	font-size:14px;
}
.widget select {
	width:100% !important;
	height:40px;
}
.widget .social { margin:0; }
.widget .social_li:before { display:none; }
.widget .widget-flexslider li:before, .widget .flickr_list li:before { display:none; }
.widget .tags-cloud a, .widget .tagcloud a, .widget .post_footer a {
	color:#606060;
	text-decoration:underline;
	font-size:11px;
}
.widget .tags-cloud a:hover, .widget .tagcloud a:hover, .widget .post_footer a:hover {
	color:;
	text-decoration:underline;
}
.widget #searchform .search-form_it {
	border:1px solid #e5e5e5;
	width:90%;
}
.widget #searchform .search-form_is {
	margin:8px 0 0 0;
	text-transform:uppercase;
}
.widget .banner_wrapper img { max-width:100%; }
.jm_logo {
	display:block;
	margin:0 auto;
	width:227px;
	height:70px;
	background:url(images/jm_logo.png) no-repeat center center;
}
.extrafooter_1 {
	background:#3c3f3f url(images/patternfooter.png);
	margin:0 -30px 40px -30px;
	padding:40px 30px;
	border-radius:5px;
}
@media (max-width: 767px) {
	.extrafooter_1 {
		border-radius:0px;
		margin:0 0 40px 0;
		padding:20px 20px 0 20px;
	}
	.extrafooter_1 .span4 { margin-bottom:20px; }
}
.footer {
	background:none;
	border-top:none;
	margin:30px 0 40px 0;
	overflow:hidden;
	padding:0 !important;
}
.footer .footer-text {
	font-size:20px;
	line-height:30px;
	font-weight:600;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
	background:transparent !important;
	margin:0;
}
.footer .footer-text a {
	font-size:20px;
	line-height:30px;
	font-weight:600;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
}
@media (min-width: 768px) and (max-width: 979px) {
	.footer .footer-text a { text-align:left; }
}
@media (max-width: 767px) {
	.footer .footer-text a {
		text-align:left;
		font-size:12px;
		line-height:22px;
	}
}
@media (max-width: 767px) {
	.footer .footer-text {
		text-align:left;
		font-size:12px;
		line-height:22px;
	}
}
@media (max-width: 767px) {
	.footer { padding:0 20px; }
}
@media (max-width: 767px) {
	.footer .copyright { padding:0; }
}
.footer h6.hours, .footer h6.address {
	font-family:Raleway;
	font-size:20px;
	line-height:30px;
	font-weight:600;
	font-style:normal;
	text-shadow:none;
	text-transform:uppercase;
	color:#fff;
	background:transparent !important;
	margin:0 0 10px 0;
	padding:0 0 0 30px;
}
.footer h6.hours:before, .footer h6.address:before {
	text-align:left;
	left:0px;
	top:0px;
	position:absolute;
	font-family:'FontAwesome';
	font-size:26px;
	line-height:30px;
	speak:none;
	content:"\f017";
	color:#fff;
	text-indent:0 !important;
}
.footer h6.address:before { content:"\f041"; }
.footer p {
	font-size:16px;
	line-height:26px;
	margin:0;
	padding-left:30px;
	color:#fff;
}
.footerlist ul {
	list-style:none !important;
	margin-left:0;
}
nav.footer-nav {
	float:none !important;
	margin:0 0 15px;
	overflow:hidden;
	position:relative;
	display:block;
	width:100%;
}
@media (max-width: 767px) {
	nav.footer-nav { padding:0 20px; }
}
nav.footer-nav ul {
	margin:0;
	padding:0;
	float:left;
}
nav.footer-nav ul .sub-menu { display:none; }
nav.footer-nav ul li {
	float:left;
	text-align:left;
	margin:0;
	padding:0 10px 0 0;
	list-style-type:none;
}
@media (min-width: 768px) and (max-width: 979px) {
	nav.footer-nav ul li { display:inline; }
}
@media (max-width: 480px) {
	nav.footer-nav ul li { padding:0 5px 0 0; }
}
nav.footer-nav ul li a {
	text-align:left;
	font-size:20px !important;
	font-weight:500 !important;
	text-transform:lowercase;
	text-decoration:none;
	color:#FFFFFF !important;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
@media (max-width: 767px) {
	nav.footer-nav ul li a { font-size:11px !important; }
}
nav.footer-nav ul li a:hover {
	color:#e4ce50 !important;
	text-decoration:none;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}
nav.footer-nav ul li.current-menu-item a {
	text-decoration:underline;
	color:#e4ce50 !important;
}
#back-top-wrapper { display:none; }
#back-top { display:none; }
#back-top-wrapper {
	position:absolute;
	right:50%;
	margin-right:-585px;
	margin-bottom:-5px;
	bottom:0;
	overflow:hidden;
	z-index:199;
	display:none !important;
}
@media (min-width: 1200px) {
	#back-top-wrapper { display:block !important; }
}
#back-top a {
	display:block;
	width:17px;
	height:19px;
	color:#bbb;
	overflow:hidden;
	text-align:center;
	text-decoration:none;
	border-radius:10px;
	border:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
#back-top a:hover span { background:transparent url(images/up-arrow.png) center bottom no-repeat; }
#back-top span {
	display:block;
	margin-bottom:10px;
	width:17px;
	height:19px;
	background:transparent url(images/up-arrow.png) center top no-repeat;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.zoom-icon {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block !important;
	opacity:1 !important;
	visibility:visible !important;
	background:transparent !important;
	border-radius:0;
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.zoom-icon:after {
	position:absolute;
	z-index:0;
	content:"";
	left:0;
	right:0;
	top:50%;
	width:100%;
	height:0%;
	text-align:center;
	background:#fff;
	opacity:0.7;
	-webkit-transition:0.65s;
	-moz-transition:0.65s;
	-o-transition:0.65s;
	transition:0.65s;
}
.no-rgba .zoom-icon {
	visibility:hidden;
	display:none;
}
.zoom-icon:before {
	position:absolute;
	z-index:100;
	content:"";
	left:0;
	top:150%;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	background:url(images/magnify-alt2.png) center center no-repeat;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
@media (max-width: 979px) and (min-width: 768px) {
	.zoom-icon:before { background:url(images/magnify-alt2small.png) center center no-repeat; }
}
.featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.featured-thumbnail a:hover .zoom-icon:after, a.thumbnail:hover .zoom-icon:after, .thumbnail__portfolio a:hover .zoom-icon:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.no-rgba .image-wrap:hover .zoom-icon, .featured-thumbnail a:hover .zoom-icon, a.thumbnail:hover .zoom-icon, .thumbnail__portfolio a:hover .zoom-icon {
	visibility:visible;
	border-radius:0;
	overflow:hidden;
}
.grid_gallery_inner .zoom-icon {
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	display:block !important;
	opacity:1 !important;
	visibility:visible !important;
	background:transparent !important;
	border-radius:0;
	cursor:pointer;
	overflow:hidden;
	-webkit-transition:0.55s;
	-moz-transition:0.55s;
	-o-transition:0.55s;
	transition:0.55s;
}
.grid_gallery_inner .zoom-icon:after {
	position:absolute;
	z-index:0;
	content:"";
	left:0;
	right:0;
	top:50%;
	width:100%;
	height:0%;
	text-align:center;
	background:#fff;
	opacity:0.7;
	-webkit-transition:0.65s;
	-moz-transition:0.65s;
	-o-transition:0.65s;
	transition:0.65s;
}
.grid_gallery_inner .no-rgba .zoom-icon {
	visibility:hidden;
	display:none;
}
.grid_gallery_inner .zoom-icon:before {
	position:absolute;
	z-index:100;
	content:"";
	left:0;
	top:-100%;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	background:url(images/magnify-alt2small.png) center center no-repeat;
	-webkit-transform:rotate(-180deg);
	-moz-transform:rotate(-180deg);
	-ms-transform:rotate(-180deg);
	-o-transform:rotate(-180deg);
	transform:rotate(-180deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.grid_gallery_inner .featured-thumbnail a:hover .zoom-icon, .grid_gallery_inner a.thumbnail:hover .zoom-icon, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.grid_gallery_inner .featured-thumbnail a:hover .zoom-icon:before, .grid_gallery_inner a.thumbnail:hover .zoom-icon:before, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon:before {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
}
.grid_gallery_inner .featured-thumbnail a:hover .zoom-icon:after, .grid_gallery_inner a.thumbnail:hover .zoom-icon:after, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon:after {
	position:absolute;
	content:"";
	left:0;
	top:0;
	width:100%;
	height:100%;
	text-align:center;
	margin:0;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.grid_gallery_inner .no-rgba .image-wrap:hover .zoom-icon, .grid_gallery_inner .featured-thumbnail a:hover .zoom-icon, .grid_gallery_inner a.thumbnail:hover .zoom-icon, .grid_gallery_inner .thumbnail__portfolio a:hover .zoom-icon {
	visibility:visible;
	border-radius:0;
	overflow:hidden;
}
.wpcf7-form .ajax-loader {
	margin-top:20px;
	margin-left:5px;
}
.wpcf7-form p.field {
	position:relative;
	overflow:hidden;
	margin-bottom:15px;
	vertical-align:top;
}
.wpcf7-form p.field input {
	margin:0;
	padding:21px 6px 18px 20px;
	font-size:20px;
	line-height:22px;
	width:100%;
	height:64px;
	background:#ebeff3;
	border:none;
	color:#474d52 !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.wpcf7-form p.field input:-moz-placeholder { color:#000000; }
.wpcf7-form p.field input:-ms-input-placeholder { color:#000000; }
.wpcf7-form p.field input::-webkit-input-placeholder { color:#000000; }
.wpcf7-form p.field input[type="file"] {
	font-size:20px;
	position:relative;
	cursor:pointer;
	height:64px;
	border:none;
	color:#474d52 !important;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box;
}
.wpcf7-form p.field input[type="file"]:-moz-placeholder { color:#000000; }
.wpcf7-form p.field input[type="file"]:-ms-input-placeholder { color:#000000; }
.wpcf7-form p.field input[type="file"]::-webkit-input-placeholder { color:#000000; }
.wpcf7-form textarea {
	padding:21px 6px 18px 20px;
	font-size:20px;
	line-height:22px;
	color:#474d52 !important;
	overflow:auto;
	margin:0;
	width:100%;
	height:200px;
	line-height:22px;
	border:none;
	background:#ebeff3;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	resize:none;
	overflow:auto;
}
.wpcf7-form textarea:-moz-placeholder { color:#000000; }
.wpcf7-form textarea:-ms-input-placeholder { color:#000000; }
.wpcf7-form textarea::-webkit-input-placeholder { color:#000000; }
.wpcf7-form .submit-wrap {
	margin:0 0 40px;
	padding:0;
}
.wpcf7-form .submit-wrap input { margin-right:5px; }
span.wpcf7-form-control-wrap { display:block; }
.wpcf7-not-valid-tip {
	position:absolute;
	top:0 !important;
	right:0 !important;
	bottom:0 !important;
	left:0 !important;
	padding:8px 6px !important;
	width:auto !important;
	height:auto !important;
	background:#F2DEDE !important;
	border:1px solid #ddd !important;
	color:#B94A48 !important;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip {
		font-size:11px !important;
		padding:8px 6px !important;
		line-height:14px;
	}
}
div.wpcf7-response-output {
	padding:8px 35px 8px 14px !important;
	border:1px solid #ddd !important;
	background-color:#FCF8E3;
	color:#C09853;
	text-shadow:0 1px 0 rgba(255,255,255,0.5);
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
div.wpcf7-validation-errors {
	background-color:#F2DEDE !important;
	border-color:#ddd !important;
	color:#B94A48 !important;
}
div.wpcf7-mail-sent-ok {
	background:#DFF0D8 !important;
	border:1px solid #ddd !important;
	color:#468847 !important;
}
.error404 .extraheader_1 .search-form { display:none !important; }
.search-form .search-form_is .icon-search {
	text-align:center;
	float:none;
	vertical-align:middle;
	position:relative;
	top:0 !important;
	margin:0;
	font-family:'FontAwesome';
	font-size:20px;
	line-height:20px;
	speak:none;
	color:#fff;
	content:"\f015";
	background:transparent;
	box-shadow:none;
	box-sizing:border-box;
	border-radius:0;
	padding:13px 0 0 14px;
	text-indent:0 !important;
	z-index:99999;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.search-form .search-form_is:hover {
	background: !important;
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
}
.search-form input[type="text"] {
	vertical-align:top;
	border:none;
	box-shadow:none !important;
	border-radius:0;
	color:#303334;
	font-family:'', serif;
	font-size:12px;
	line-height:20px;
	font-style:normal;
	width:92%;
	text-transform:capitalize;
	margin-top:0;
	background:#fff;
}
.search-form input[type="submit"] { margin-top:10px; }
.sidebar .search-form input[type="text"] {
	vertical-align:top;
	border:none;
	box-shadow:none !important;
	border-radius:0;
	color:#000000;
	font-family:'', serif;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	font-style:normal;
	right:0;
	left:0;
	padding:12px 10px;
	height:63px;
	box-sizing:border-box;
	text-transform:capitalize;
	background:#ebeff3;
	margin-top:0;
	margin-bottom:10px;
	width:100% !important;
}
.sidebar .search-form input[type="text"]:-moz-placeholder { color:#000000; }
.sidebar .search-form input[type="text"]:-ms-input-placeholder { color:#000000; }
.sidebar .search-form input[type="text"]::-webkit-input-placeholder { color:#000000; }
.no-results .search-form input[type="text"] {
	vertical-align:top;
	border:none;
	box-shadow:none !important;
	border-radius:0;
	color:#000000;
	font-family:'', serif;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	font-style:normal;
	right:0;
	left:0;
	padding:12px 10px;
	height:63px;
	box-sizing:border-box;
	text-transform:capitalize;
	background:#ebeff3;
	margin-top:0;
	margin-bottom:10px;
	width:100% !important;
}
.no-results .search-form input[type="text"]:-moz-placeholder { color:#000000; }
.no-results .search-form input[type="text"]:-ms-input-placeholder { color:#000000; }
.no-results .search-form input[type="text"]::-webkit-input-placeholder { color:#000000; }
.no-results .search-form input[type="submit"] { width:auto !important; }
.error404 .search-form input[type="text"] {
	vertical-align:top;
	border:none;
	box-shadow:none !important;
	border-radius:0;
	color:#000000;
	font-family:'', serif;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	font-style:normal;
	right:0;
	left:0;
	padding:12px 10px;
	height:63px;
	box-sizing:border-box;
	text-transform:capitalize;
	background:#ebeff3;
	margin-top:0;
	margin-bottom:10px;
	width:100% !important;
}
.error404 .search-form input[type="text"]:-moz-placeholder { color:#000000; }
.error404 .search-form input[type="text"]:-ms-input-placeholder { color:#000000; }
.error404 .search-form input[type="text"]::-webkit-input-placeholder { color:#000000; }
.error404 .search-form .search-form_is { width:auto !important; }
@media (min-width: 768px) and (max-width: 979px) {
	.sidebar .search-form_it { width:130px; }
}
.buttons_pagination {
	position:absolute;
	left:0;
	bottom:0;
	right:0;
	z-index:200;
	text-align:center;
}
.buttons_pagination ul {
	display:inline-block;
	margin:0 auto;
	padding:0;
	list-style:none;
	background:#fff none repeat scroll 0 0;
	border-radius:6px 6px 0 0;
	padding:8px 14px 0;
}
.buttons_pagination ul li {
	display:inline-block;
	margin:0;
	padding:0;
	background:#b5b4af none repeat scroll 0 0;
	border:1px solid #b5b4af;
	border-radius:50%;
	height:8px;
	margin:2px 2px 0;
	width:8px;
	cursor:pointer;
}
.buttons_pagination ul li.cycle-pager-active {
	background:#fff none repeat scroll 0 0;
	border:1px solid #3260a8;
}
.buttons_pagination ul li span { display:none; }
#adv-custom-caption {
	text-align:center;
	font-size:48px;
	color:#3260a8;
	padding:40px 0;
	line-height:60px;
	font-weight:600;
}
.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:32px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.parallax-slider {
	height:583px;
	box-sizing:border-box;
	background:#fff;
	border-radius:5px;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.parallax-slider { height:583px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider { height:450px; }
}
@media (max-width: 767px) {
	.parallax-slider { height:300px; }
}
.parallax-slider #mainCaptionHolder .container {
	top:20%;
	text-align:left;
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #mainCaptionHolder .container { top:12%; }
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container { top:20%; }
}
.parallax-slider #mainCaptionHolder a {
	width:100%;
	height:100%;
	display:block;
}
.parallax-slider #mainCaptionHolder .slider_caption { text-align:left; }
.parallax-slider #mainCaptionHolder .slider_caption h2 {
	font-size:24px;
	line-height:28px;
	font-weight:500;
	text-transform:uppercase;
	color:#fff;
	text-align:left;
	letter-spacing:-4px;
	margin-bottom:32px;
	border:none;
	margin:0 0 22px;
	padding:0;
}
.parallax-slider #mainCaptionHolder .slider_caption h3 {
	font-size:12px;
	line-height:12px;
	font-weight:300 !important;
	font-style:normal;
	text-transform:none;
	color:#fff;
	text-align:left;
	margin:0 0 21px;
	padding:0;
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption h3 { display:none; }
}
.parallax-slider #mainCaptionHolder .slider_caption p {
	font-size:12px;
	line-height:20px;
	font-weight:300 !important;
	color:#fff;
	margin:0 0 80px;
	padding:0 300px 0 0;
	font-style:normal;
}
.parallax-slider .controlBtn {
	box-sizing:border-box;
	background:#fff;
	display:none;
}
@media (max-width: 1200px) and (min-width: 979px) {
	.parallax-slider .controlBtn { top:34%; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider .controlBtn { top:34%; }
}
@media (max-width: 767px) {
	.parallax-slider .controlBtn {
		height:250px;
		top:15px !important;
	}
}
.parallax-slider .controlBtn .innerBtn { background:transparent; }
.parallax-slider .controlBtn .innerBtn:before { display:none; }
.parallax-slider .controlBtn .slidesCounter { display:none !important; }
.parallax-slider .controlBtn:hover .innerBtn {
	background-position:right top;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.parallax-slider .parallaxPrevBtn, .parallax-slider .parallaxNextBtn {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.parallax-slider #paralaxSliderPagination {
	padding:8px 14px 0 14px;
	border-radius:6px 6px 0 0;
	margin-top:0;
	top:50%;
	top:auto;
	margin-left:-35px;
	left:50%;
	bottom:0;
	width:auto !important;
	background:#fff;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul { line-height:0; }
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
	border-radius:50%;
	margin:2px 2px 0 2px;
	width:8px;
	height:8px;
	border:none;
	background:#b5b4af;
	border:1px solid #b5b4af;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active {
	background:#fff;
	border:1px solid #b5b4af;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li {
	margin:3px;
	opacity:.5;
}
.parallax-slider #paralaxSliderPagination.images_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.images_pagination ul li.active { opacity:1; }
.parallax-slider #previewSpinner {
	width:50px;
	height:50px;
	margin-left:-25px;
	margin-top:-25px;
	border-radius:25px;
	background:url(parallax-slider/img/spinner.GIF) 50% 50% #fff no-repeat;
}
.parallax-slider {
	overflow:hidden;
	position:relative;
	-ms-transform:translateZ(0);
	transform:translateZ(0);
}
.parallax-slider .baseList { display:none; }
.parallax-slider #mainImageHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:1;
}
.parallax-slider #mainImageHolder .primaryHolder, .parallax-slider #mainImageHolder .secondaryHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.parallax-slider #mainImageHolder .primaryHolder .obj-inner, .parallax-slider #mainImageHolder .secondaryHolder .obj-inner {
	max-width:inherit;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
.parallax-slider #mainImageHolder .primaryHolder { z-index:2; }
.parallax-slider #mainImageHolder .secondaryHolder { z-index:1; }
.parallax-slider #mainCaptionHolder {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:2;
}
.parallax-slider #mainCaptionHolder .container { position:relative; }
.parallax-slider #mainCaptionHolder .primaryCaption, .parallax-slider #mainCaptionHolder .secondaryCaption {
	position:absolute;
	width:100%;
	top:0;
	left:0;
}
.parallax-slider .controlBtn {
	position:absolute;
	cursor:pointer;
	display:block;
	z-index:2;
}
@media (max-width: 767px) {
	.parallax-slider .controlBtn {
		margin-left:0;
		bottom:15px !important;
	}
}
.parallax-slider .controlBtn .innerBtn {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:relative;
	display:block;
	width:100%;
	height:100%;
	text-align:center;
	z-index:1;
}
.parallax-slider .controlBtn .slidesCounter {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	position:absolute;
	top:0;
	width:60%;
	height:100%;
}
.parallax-slider .controlBtn.parallaxPrevBtn .slidesCounter {
	left:0%;
	text-align:left;
}
.parallax-slider .controlBtn.parallaxPrevBtn:hover .slidesCounter { left:100%; }
.parallax-slider .controlBtn.parallaxNextBtn .slidesCounter {
	right:0%;
	text-align:right;
}
.parallax-slider .controlBtn.parallaxNextBtn:hover .slidesCounter { right:100%; }
.parallax-slider #paralaxSliderPagination {
	position:absolute;
	width:100px;
	text-align:left;
	z-index:2;
}
.parallax-slider #paralaxSliderPagination ul {
	list-style:none;
	margin:0;
}
.parallax-slider #paralaxSliderPagination ul li {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	cursor:pointer;
	display:inline-block;
}
.parallax-slider #previewSpinner {
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	z-index:99;
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
	-webkit-transform:scale(3);
	-moz-transform:scale(3);
	-ms-transform:scale(3);
	-o-transform:scale(3);
	transform:scale(3);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.zoom-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .primaryHolder.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainImageHolder .secondaryHolder.animateState.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.simple-fade-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .primaryHolder.animateState { top:-100%; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState { top:0; }
.parallax-slider.slide-top-eff #mainImageHolder .secondaryHolder.animateState.animateState { top:100%; }
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .primaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption {
	opacity:1;
	filter:alpha(opacity=100);
}
.parallax-slider.slide-top-eff #mainCaptionHolder .secondaryCaption.animateState {
	opacity:0;
	filter:alpha(opacity=0);
}
