@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Lato:400,700);
body { padding:0 !important; }
a {
	-webkit-transition:color 0.3s;
	-moz-transition:color 0.3s;
	-o-transition:color 0.3s;
	transition:color 0.3s;
}
a:hover, a:active, a:focus { text-decoration:none; }
h1 small {
	font-size:inherit;
	color:inherit;
}
h2 { margin:0 0 31px 0; }
@media (max-width: 480px) {
	h2 { font-size:35px !important; }
}
p { margin-bottom:27px; }
.main-holder { overflow:hidden; }
.header {
	background-color:#f4f4f7;
	border:none;
	padding:0;
}
@media (max-width: 767px) {
	.header {
		padding-left:20px;
		padding-right:20px;
	}
}
.header .pseudoStickyBlock { max-height:103px !important; }
@media (max-width: 767px) {
	.header .pseudoStickyBlock { display:none !important; }
}
.social-nets-wrapper { float:right; }
@media (max-width: 767px) {
	.social-nets-wrapper {
		float:none;
		text-align:center;
	}
}
.social-nets-wrapper .social {
	margin:0;
	padding:5px 0;
	overflow:hidden;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social {
		text-align:center;
		padding:10px 0 15px 0;
	}
}
.social-nets-wrapper .social li {
	list-style-type:none;
	float:left;
	margin-left:4px;
}
@media (max-width: 767px) {
	.social-nets-wrapper .social li {
		float:none;
		display:inline-block;
		vertical-align:top;
	}
}
.social-nets-wrapper .social li:first-child { margin-left:0; }
.social-nets-wrapper .social li a {
	font-size:21px;
	color:#fff;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	display:block;
	position:relative;
}
.social-nets-wrapper .social li a:before, .social-nets-wrapper .social li a:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:-1;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	-webkit-transition:background-color 0.5s;
	-moz-transition:background-color 0.5s;
	-o-transition:background-color 0.5s;
	transition:background-color 0.5s;
}
.social-nets-wrapper .social li a:before { background-color:#475aed; }
.social-nets-wrapper .social li a:after {
	background-color:#000;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.social-nets-wrapper .social li a:hover:before, .social-nets-wrapper .social li a:hover:after, .social-nets-wrapper .social li a:active:before, .social-nets-wrapper .social li a:active:after, .social-nets-wrapper .social li a:focus:before, .social-nets-wrapper .social li a:focus:after {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.social-nets-wrapper .social li a:hover:before, .social-nets-wrapper .social li a:active:before, .social-nets-wrapper .social li a:focus:before {
	background-color:#000;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.social-nets-wrapper .social li a:hover:after, .social-nets-wrapper .social li a:active:after, .social-nets-wrapper .social li a:focus:after {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.search-wrapper {
	float:right;
	padding-left:21px;
}
.header .search-form_it {
	width:126px;
	float:left;
	margin:0;
	padding:10px 15px;
	border-color:#c3c3c6 !important;
	background-color:#c3c3c6;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header .search-form_it:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.search-form_is {
	text-transform:capitalize;
	height:39px !important;
}
.header .search-form_is {
	float:left;
	width:42px;
	height:42px !important;
	border:none;
	font-size:17px;
	background-color:#475aed;
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.header .search-form_is:hover, .header .search-form_is:focus { background-color:#000; }
@media (min-width: 768px) and (max-width: 979px) {
	.logo { width:100%; }
}
@media (max-width: 767px) {
	.logo {
		float:none !important;
		text-align:center;
		margin-bottom:20px;
	}
}
.logo_h__txt { margin-bottom:40px; }
.logo_link:hover, .logo_link:active, .logo_link:focus { color:#fff; }
.logo_tagline { color:#fff; }
.nav-wrapper {
	background-color:#181818;
	padding:40px 0 0 0;
	z-index:10;
	position:relative;
	-webkit-transition:padding-top 0.3s;
	-moz-transition:padding-top 0.3s;
	-o-transition:padding-top 0.3s;
	transition:padding-top 0.3s;
}
.nav-wrapper.isStuck { padding:20px 0 0 0; }
@media (max-width: 767px) {
	.nav-wrapper.isStuck {
		position:relative !important;
		top:0 !important;
		padding-top:40px;
	}
}
.nav-wrapper:before, .nav-wrapper:after {
	content:'';
	position:absolute;
	top:0;
	width:200%;
	height:100%;
	background-color:inherit;
}
.nav-wrapper:before { left:-199%; }
.nav-wrapper:after { right:-199%; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul { margin:20px 0 0 0; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	top:-20px;
	left:auto;
	right:100%;
}
.sf-menu { padding:18px 0 0 0; }
.sf-menu > li {
	background:none;
	margin-left:37px;
	padding-bottom:46px;
}
.isStuck .sf-menu > li { padding-bottom:26px; }
.sf-menu > li:first-child { margin-left:0; }
.sf-menu > li > a {
	padding:0;
	border:none;
}
.sf-menu li ul { width:218px; }
.sf-menu li li {
	background:rgba(45,58,154,0.85);
	text-align:left;
}
.no-rgba .sf-menu li li {
	background-color:transparent;
	background-image:url(images/purple-opacity-85.png);
}
.sf-menu li li a {
	padding:6px 33px 7px 15px;
	border:none;
	font-size:14px;
	color:#fff;
	position:relative;
	z-index:1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sf-menu li li a:after {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	background-color:#181818;
	z-index:-1;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
	background:none;
	color:#475aed;
}
.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 { background:none; }
.sf-menu li li > a:hover:after, .sf-menu li li.sfHover > a:after, .sf-menu li li.current-menu-item > a:after, .sf-menu li li.current_page_item > a:after { width:100%; }
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator { display:none; }
.sf-menu ul .sf-sub-indicator {
	display:block;
	background:none;
	text-indent:0;
	right:16px;
	top:10px;
	overflow:visible;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.sf-menu ul .sf-sub-indicator:after {
	content:'\f0da';
	font-size:14px;
	font-family:FontAwesome;
	line-height:1em;
	color:#fff;
	position:absolute;
	right:0;
	top:0;
}
.select-menu {
	border:1px solid #ddd;
	background-color:#e4e4e4;
}
.select-menu:focus {
	border-color:#ddd;
	background-color:#e4e4e4;
}
.content-holder {
	background-color:#f4f4f7;
	padding-bottom:66px;
}
@media (max-width: 767px) {
	.content-holder {
		padding-left:20px;
		padding-right:20px;
	}
}
#content { padding-top:47px; }
.title-section { padding:47px 0 0 0; }
.title-header {
	font-size:40px;
	line-height:35px;
	overflow:visible;
	margin:0 0 17px 0;
}
.breadcrumb__t {
	padding:10px 0;
	border-top:1px solid #868687;
	border-bottom:1px solid #868687;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.breadcrumb__t li {
	text-shadow:none;
	color:#181818;
}
.breadcrumb__t li.active { color:#181818; }
.breadcrumb__t li.divider {
	padding:0 8px;
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.breadcrumb__t li.divider:after {
	content:'/';
	color:#181818;
	font:13px/20px Lato;
}
.post__holder .post-header .post-title { margin:0 0 37px 0; }
.post__holder .featured-thumbnail.large { margin:0 0 20px 0; }
.post__holder .post_content { padding-bottom:20px; }
.post__holder .post_content h1, .post__holder .post_content h2, .post__holder .post_content h3, .post__holder .post_content h4, .post__holder .post_content h5, .post__holder .post_content h6 { margin:5px 0 15px 0; }
.post__holder .post_content h3 {
	font-size:24px;
	line-height:32px;
	color:#4e6cf4;
}
.post__holder .post_content p { margin:0 0 15px; }
.post__holder .btn-primary {
	font-size:21px;
	padding:16px 30px 17px;
}
.post_meta {
	border-color:#868687;
	padding:8px 0;
	font-size:13px;
	color:#181818;
}
.post_meta a { color:inherit; }
.post_meta a:hover, .post_meta a:active, .post_meta a:focus { color:#4e6cf4; }
.post-author {
	padding:27px 29px 33px 20px;
	border:none;
	background-color:#2d3a9a;
	color:#fff;
}
.post-author_h {
	font-size:13px;
	color:#fff;
	margin:0 0 20px 0;
}
.post-author_h small { text-transform:capitalize; }
.post-author_h a {
	color:inherit;
	text-transform:capitalize;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-author_h a:hover, .post-author_h a:focus, .post-author_h a:active {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.post-author_link { margin-top:20px; }
.post-author_gravatar {
	float:left;
	margin:5px 30px 0 0;
}
@media (max-width: 767px) {
	.post-author_gravatar { margin-bottom:10px; }
}
.post-author_gravatar img {
	padding:0;
	border:none;
	background:none;
}
.post-author .post-author_desc {
	overflow:visible;
	margin-top:0;
}
@media (min-width: 1200px) {
	.post-author .post-author_desc { overflow:hidden; }
}
.post-author .post-author_desc .post-author_link { font-size:13px; }
.post-author .post-author_desc .post-author_link p { margin-bottom:0; }
.post-author .post-author_desc .post-author_link a {
	text-transform:capitalize;
	color:inherit;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.post-author .post-author_desc .post-author_link a:hover, .post-author .post-author_desc .post-author_link a:focus, .post-author .post-author_desc .post-author_link a:active {
	opacity:0.8;
	filter:alpha(opacity=80);
}
#recent-author-posts .post__holder { margin-bottom:40px; }
#recent-author-comments { padding-top:40px; }
#recent-author-comments ul { margin:0; }
#recent-author-comments ul li {
	list-style-type:none;
	margin-bottom:8px;
}
.related-posts_h {
	font-size:40px;
	line-height:35px;
	margin:0 0 38px 0;
}
.related-posts_item {
	font-size:24px;
	font-weight:bold;
	line-height:29px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.related-posts_item {
		font-size:13px;
		line-height:20px;
	}
}
@media (max-width: 767px) {
	.related-posts_item {
		font-size:13px;
		line-height:20px;
	}
}
.related-posts .featured-thumbnail { margin:0 0 24px 0; }
.share-buttons span, .share-buttons li { line-height:18px; }
.pagination__posts ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination__posts ul li span {
	border:none !important;
	padding:5px 12px;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
.pagination__posts ul li a {
	margin:0 2px 4px;
	padding:5px 12px;
	background:none;
	border:none !important;
	color:#777777;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:active, .pagination__posts ul li a:focus {
	color:#fff;
	background:#4e6cf4;
}
.pagination__posts ul .active span {
	color:#fff;
	background:#4e6cf4;
}
.testimonial {
	border:none;
	background:#2d3a9a;
	font-style:normal;
	font-family:Lato;
	color:#fff;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
.testimonial_bq p {
	font-size:13px;
	line-height:20px;
}
.testimonial small {
	font-family:Lato;
	font-style:normal;
	padding:12px 0 0;
	font-size:13px;
	color:#fff;
}
.testimonial small a {
	color:inherit;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonial small a:hover, .testimonial small a:focus, .testimonial small a:active {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.page-header {
	border-color:#868687;
	margin-top:0;
}
.page-header h1 {
	font-size:40px;
	line-height:35px;
	margin-top:0;
}
.single-pager { border-color:#868687; }
.single-pager a {
	border:none !important;
	color:#fff;
	background:#4e6cf4 !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.single-pager a:hover, .single-pager a:focus, .single-pager a:active { background:#181818 !important; }
.filter-wrapper strong { padding-top:6px; }
.nav-pills { margin-bottom:30px; }
.nav-pills li a {
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.nav-pills li a:hover, .nav-pills li a:active, .nav-pills li a:focus {
	background:#4e6cf4;
	color:#fff;
}
.filterable-portfolio .caption__portfolio {
	background-color:#2d3a9a;
	color:#fff;
	padding:24px 20px 30px 20px;
}
.filterable-portfolio h3 {
	font-size:24px;
	line-height:29px;
	margin:0;
}
.filterable-portfolio h3 a {
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.filterable-portfolio h3 a:hover, .filterable-portfolio h3 a:focus, .filterable-portfolio h3 a:active {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.filterable-portfolio p { margin-bottom:0; }
.filterable-portfolio p.excerpt { margin-bottom:25px; }
.filterable-portfolio .btn-primary {
	font-size:21px;
	padding:16px 30px 17px;
	-webkit-box-shadow:1px 1px 0 #212b72;
	-moz-box-shadow:1px 1px 0 #212b72;
	box-shadow:1px 1px 0 #212b72;
}
.filterable-portfolio .zoom-icon { background:rgba(0,0,0,0.7); }
.filterable-portfolio .no-rgba .zoom-icon { background:url(images/black-opacity-70.png); }
.filterable-portfolio .zoom-icon:before {
	margin:-62.5px 0 0 -62.5px;
	width:125px;
	height:125px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.filterable-portfolio .featured-thumbnail a:hover .zoom-icon:before, .filterable-portfolio a.thumbnail:hover .zoom-icon:before, .filterable-portfolio .thumbnail__portfolio a:hover .zoom-icon:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.comments-h {
	font-size:40px;
	line-height:35px;
	padding-bottom:18px;
}
.comment .comment-body {
	margin-bottom:20px;
	padding:28px 20px 30px 20px;
	border:none;
	background:#2d3a9a;
	color:#fff;
}
.comment .comment-body p { margin-bottom:26px; }
@media (max-width: 767px) {
	.comment .comment-body .extra-wrap {
		overflow:visible;
		*zoom:1;
	}
	.comment .comment-body .extra-wrap:before, .comment .comment-body .extra-wrap:after {
		display:table;
		content:"";
		line-height:0;
	}
	.comment .comment-body .extra-wrap:after { clear:both; }
}
.comment.bypostauthor .comment-body { background:#2d3a9a; }
.comment-author { margin:5px 30px 0 0; }
.comment-author .author {
	width:70px;
	font-size:13px;
	font-weight:normal;
	padding-top:25px;
}
@media (max-width: 767px) {
	.comment-author .author {
		padding-top:15px;
		margin-bottom:20px;
	}
}
.comment-meta {
	font-size:13px;
	padding:16px 0 0 0;
}
.reply {
	margin-left:30px;
	font-size:21px;
	font-weight:bold;
	padding:0 1px 1px 0;
}
.reply .comment-reply-link {
	background:#4e6cf4;
	padding:16px 30px 17px;
	-webkit-box-shadow:1px 1px 0 #212b72;
	-moz-box-shadow:1px 1px 0 #212b72;
	box-shadow:1px 1px 0 #212b72;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:active, .reply .comment-reply-link:focus {
	color:#fff;
	background:#181818;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
#respond h3 {
	font-size:40px;
	line-height:35px;
	margin-bottom:37px;
}
#respond form .btn { margin-top:20px; }
#respond form .comment_submit { text-align:left; }
.comment-list ul.children { margin-left:40px; }
@media (min-width: 768px) and (max-width: 979px) {
	.comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
	.comment-list ul.children { margin:0; }
}
#commentform p.field { margin-bottom:11px; }
#commentform input[type="text"] {
	width:100%;
	height:39px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:8px 16px 9px;
}
@media (min-width: 1200px) {
	#commentform input[type="text"] { width:636px; }
}
#commentform textarea {
	padding:8px 16px 9px;
	min-height:216px;
	height:216px;
}
#sidebar { padding-top:47px; }
#sidebar .widget { margin-bottom:72px; }
#sidebar .widget > h3 {
	font-size:40px;
	line-height:35px;
	margin:0 0 32px 0;
	word-wrap:break-word;
	-webkit-hyphens:auto;
	-moz-hyphens:auto;
	-ms-hyphens:auto;
	-o-hyphens:auto;
	hyphens:auto;
}
#sidebar .widget ul { margin:0; }
#sidebar .widget ul li {
	list-style-type:none;
	font-size:14px;
	margin-top:17px;
}
#sidebar .widget ul li:first-child { margin-top:0; }
#sidebar .widget ul li:before {
	content:'\f054';
	font-family:FontAwesome;
	color:#4e6cf4;
	padding-right:16px;
}
#sidebar .widget ul li a { color:#777777; }
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:active, #sidebar .widget ul li a:focus { color:#4e6cf4; }
#sidebar .widget ul ul { margin:17px 0 0 24px; }
.widget-header h4 { display:none; }
.widget-header ul {
	margin:0;
	padding:9px 0 0 0;
}
@media (max-width: 767px) {
	.widget-header ul { text-align:center; }
}
.widget-header ul li {
	list-style-type:none;
	float:left;
	line-height:22px;
	border-left:1px solid #c3c3c6;
	padding:0 0 0 11px;
	margin:0 0 0 11px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.widget-header ul li {
		font-size:11px;
		padding:0 0 0 7px;
		margin:0 0 0 7px;
	}
}
@media (max-width: 767px) {
	.widget-header ul li {
		display:inline-block;
		vertical-align:top;
		float:none;
	}
}
@media (max-width: 480px) {
	.widget-header ul li {
		display:block;
		padding:5px 0 0 0;
		margin:5px 0 0 0;
		border-left:none;
		border-top:1px solid #c3c3c6;
	}
	.widget-header ul li:first-child {
		border-top:none;
		margin-top:0;
		padding-top:0;
	}
}
.widget-header ul li:first-child {
	border-left:none;
	padding-left:0;
	margin-left:0;
}
.widget-header ul li a { color:#000; }
.widget-header ul li a abbr {
	border-color:#000;
	-webkit-transition:border-color 0.3s;
	-moz-transition:border-color 0.3s;
	-o-transition:border-color 0.3s;
	transition:border-color 0.3s;
}
.widget-header ul li a:hover, .widget-header ul li a:active, .widget-header ul li a:focus { color:#475aed; }
.widget-header ul li a:hover abbr, .widget-header ul li a:active abbr, .widget-header ul li a:focus abbr { border-color:#475aed; }
#wp-calendar td#today {
	font-weight:bold;
	color:#4e6cf4;
}
#wp-calendar caption { color:#4e6cf4; }
#wp-calendar thead th { color:#4e6cf4; }
.social_li {
	margin-top:0 !important;
	font-size:13px !important;
}
.social_li:before { display:none; }
.banners { margin-bottom:72px; }
.post-list li {
	padding:26px 0 0 0;
	margin:22px 0 0 0 !important;
	font-size:13px !important;
	border-top:1px solid #868687;
}
.post-list li:before { display:none; }
.post-list li:first-child {
	border:none;
	margin-top:0 !important;
	padding-top:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.post-list .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-right:0;
	}
}
.post-list time {
	color:#181818;
	display:block;
}
.post-list_h {
	font-size:24px;
	line-height:29px;
	margin:3px 0 9px 0;
}
.post-list_h a { color:#4e6cf4 !important; }
.post-list_h a:hover, .post-list_h a:focus, .post-list_h a:active { color:#181818 !important; }
.post-list .excerpt { margin-bottom:17px; }
.post-list .btn-primary {
	font-size:21px;
	padding:16px 30px 17px;
	color:#fff !important;
}
.comments-custom li {
	font-size:13px !important;
	margin:27px 0 0 0 !important;
	padding:31px 0 0 0;
	border-top:1px solid #868687;
}
.comments-custom li:before { display:none; }
.comments-custom li:first-child {
	padding-top:0;
	margin-top:0 !important;
	border-top:none;
}
.comments-custom .featured-thumbnail { margin:0 31px 0 0; }
.comments-custom_txt {
	padding:25px 0 0 0;
	border:none;
	margin-top:0;
}
.comments-custom_txt a:hover {
	text-decoration:none;
	color:#4e6cf4 !important;
}
.comments-custom_h_title, .comments-custom_h_author { margin-bottom:0; }
.comments-custom_h_author { font-weight:normal; }
.comments-custom .meta_format {
	margin-top:0;
	font-size:13px;
	color:#181818;
}
.comments-custom .meta_format time {
	display:block;
	padding-top:15px;
}
.flickr_li { margin-top:0 !important; }
.flickr_li:before { display:none; }
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:focus, .flickr_li .thumbnail:active {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.testimonials.grid-style { margin:0 0 0 -20px; }
@media (min-width: 1200px) {
	.testimonials.grid-style { margin-left:-30px; }
}
.testimonials.grid-style .testi-item {
	margin:0 0 0 20px;
	padding:0;
	float:left;
	width:300px;
}
@media (min-width: 1200px) {
	.testimonials.grid-style .testi-item {
		margin-left:30px;
		width:370px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonials.grid-style .testi-item { width:228px; }
}
@media (max-width: 767px) {
	.testimonials.grid-style .testi-item {
		width:auto;
		margin-bottom:30px;
	}
}
.testimonials.grid-style .testi-item blockquote {
	padding:0 0 0 54px;
	background:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonials.grid-style .testi-item blockquote { padding-left:0; }
}
@media (max-width: 767px) {
	.testimonials.grid-style .testi-item blockquote { padding-left:0; }
}
.testimonials.grid-style .testi-item blockquote > a {
	color:#fff;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.testimonials.grid-style .testi-item blockquote > a:hover, .testimonials.grid-style .testi-item blockquote > a:focus, .testimonials.grid-style .testi-item blockquote > a:active {
	opacity:0.8;
	filter:alpha(opacity=80);
}
.testimonials.grid-style .testi-item blockquote:before {
	content:'\f10d';
	font-size:36px;
	font-family:FontAwesome;
	border:none;
	position:absolute;
	left:0;
	top:11px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonials.grid-style .testi-item blockquote:before {
		position:relative;
		top:0;
		bottom:auto;
		display:block;
		line-height:1em;
		margin-bottom:38px;
	}
}
@media (max-width: 767px) {
	.testimonials.grid-style .testi-item blockquote:before {
		position:relative;
		top:0;
		bottom:auto;
		display:block;
		line-height:1em;
		margin-bottom:38px;
	}
}
.testimonials.grid-style .testi-item blockquote:after { display:none; }
.testimonials.grid-style .testi-item .testi-meta {
	padding:8px 0 0 54px;
	font-size:24px;
	font-weight:bold;
	line-height:29px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.testimonials.grid-style .testi-item .testi-meta { padding-left:0; }
}
@media (max-width: 767px) {
	.testimonials.grid-style .testi-item .testi-meta { padding-left:0; }
}
.testimonials.grid-style .testi-item .testi-meta a, .testimonials.grid-style .testi-item .testi-meta br { display:none; }
.banner-wrap { margin:0; }
@media (max-width: 480px) {
	.banner-wrap { margin-bottom:-1px; }
}
.banner-wrap .featured-thumbnail {
	margin:0;
	position:relative;
}
.banner-wrap .featured-thumbnail a {
	border:none;
	color:#fff;
	text-align:left;
	float:none;
}
@media (max-width: 767px) {
	.banner-wrap .featured-thumbnail a { float:left; }
}
@media (max-width: 480px) {
	.banner-wrap .featured-thumbnail a { float:none; }
	.banner-wrap .featured-thumbnail a img { width:100%; }
}
.banner-wrap .featured-thumbnail a:hover .desc:before, .banner-wrap .featured-thumbnail a:active .desc:before, .banner-wrap .featured-thumbnail a:focus .desc:before {
	opacity:0;
	filter:alpha(opacity=0);
}
.ie8 .banner-wrap .featured-thumbnail a:hover .desc:before, .ie8 .banner-wrap .featured-thumbnail a:active .desc:before, .ie8 .banner-wrap .featured-thumbnail a:focus .desc:before { visibility:hidden; }
.banner-wrap .featured-thumbnail a:hover .desc:after, .banner-wrap .featured-thumbnail a:active .desc:after, .banner-wrap .featured-thumbnail a:focus .desc:after { bottom:0; }
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .featured-thumbnail a:hover .desc:after, .banner-wrap .featured-thumbnail a:active .desc:after, .banner-wrap .featured-thumbnail a:focus .desc:after { bottom:-60px; }
}
.banner-wrap .desc {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	z-index:1;
}
.banner-wrap .desc:before, .banner-wrap .desc:after {
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	height:221px;
	z-index:-1;
	background-repeat:repeat-x;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .desc:before, .banner-wrap .desc:after { bottom:-60px; }
}
.banner-wrap .desc:before { background-image:url(images/banner-tail.png); }
.banner-wrap .desc:after {
	background-image:url(images/banner-tail-hover.png);
	bottom:-221px;
}
.banner-wrap .desc-inner { padding:0 22px 24px 29px; }
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap .desc-inner { padding:0 15px 15px 15px; }
}
.banner-wrap h5 {
	margin:0 0 10px 0;
	color:inherit;
	font-size:13px;
	font-weight:400;
}
.banner-wrap p {
	font-size:19px;
	line-height:26px;
	margin:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.banner-wrap p {
		font-size:13px;
		line-height:20px;
	}
}
@media (max-width: 767px) {
	.banner-wrap p {
		font-size:13px;
		line-height:20px;
	}
}
.recent-posts { margin-bottom:25px !important; }
.recent-posts_li {
	margin-bottom:0;
	padding:22px 0 27px 0;
	border-bottom:1px solid #868687;
}
.recent-posts_li:first-child { padding-top:0; }
.recent-posts_li .featured-thumbnail { margin:7px 30px 2px 0; }
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts_li .featured-thumbnail { width:120px; }
}
@media (max-width: 767px) {
	.recent-posts_li .featured-thumbnail { width:120px; }
}
@media (max-width: 480px) {
	.recent-posts_li .featured-thumbnail {
		width:auto;
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-bottom:10px;
	}
}
.recent-posts_li .featured-thumbnail a img {
	-webkit-transition:0.5s;
	-moz-transition:0.5s;
	-o-transition:0.5s;
	transition:0.5s;
}
.recent-posts_li .featured-thumbnail a:hover img, .recent-posts_li .featured-thumbnail a:active img, .recent-posts_li .featured-thumbnail a:focus img {
	-webkit-transform:scale(1.07);
	-moz-transform:scale(1.07);
	-ms-transform:scale(1.07);
	-o-transform:scale(1.07);
	transform:scale(1.07);
}
.recent-posts_li h5 {
	font-size:24px;
	line-height:32px;
	margin:0 0 7px 0;
}
.recent-posts_li .excerpt { margin-bottom:0; }
.recent-posts_li .meta {
	display:block;
	overflow:hidden;
	clear:both;
	margin-bottom:0;
	padding-top:13px;
	color:#181818;
	text-transform:none;
	font-size:13px;
}
.recent-posts_li .meta span[class^="post_"], .recent-posts_li .meta span[class^="post-"] { margin-right:20px; }
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts_li .meta span[class^="post_"], .recent-posts_li .meta span[class^="post-"] { display:block; }
}
@media (max-width: 767px) {
	.recent-posts_li .meta span[class^="post_"], .recent-posts_li .meta span[class^="post-"] { display:block; }
}
.recent-posts_li .meta a { color:inherit; }
.recent-posts_li .meta a:hover, .recent-posts_li .meta a:active, .recent-posts_li .meta a:focus { color:#4e6cf4; }
.recent-posts_li .meta i {
	font-size:15px;
	color:#b2b2b4;
	padding-right:8px;
}
.recent-posts_li .post-date { float:none; }
.recent-posts_li .post-comments { float:none; }
.recent-posts_li .post-permalink {
	float:right;
	margin-right:0 !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts_li .post-permalink { float:none; }
}
@media (max-width: 767px) {
	.recent-posts_li .post-permalink { float:none; }
}
.recent-posts_li .post-permalink a { color:#4e6cf4; }
.recent-posts_li .post-permalink a:hover, .recent-posts_li .post-permalink a:active, .recent-posts_li .post-permalink a:focus { color:#181818; }
.recent-posts .post_author { text-transform:capitalize; }
.recent-posts.services li {
	border-top:1px solid #868687;
	border-bottom:none;
	padding:24px 0 0 0;
	margin-top:22px !important;
}
.recent-posts.services li:first-child {
	border-top:none;
	padding-top:0;
	margin-top:0 !important;
}
.recent-posts.services li .featured-thumbnail { margin-bottom:10px; }
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.services li .featured-thumbnail {
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-right:0;
	}
}
.recent-posts.services li h5 { margin:0 0 3px 0; }
.hero-unit {
	padding:0;
	margin-bottom:0;
	background-color:transparent;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (max-width: 767px) {
	.hero-unit { margin-bottom:30px; }
}
.hero-unit h1 {
	font-size:40px;
	line-height:49px;
	margin:0 0 14px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.hero-unit h1 {
		font-size:35px;
		line-height:40px;
	}
}
.hero-unit p {
	font-size:13px;
	line-height:20px;
	margin-bottom:26px;
}
@media (min-width: 1200px) {
	.hero-unit p { padding-right:32px; }
}
.footer {
	background-color:#e8e8ea;
	border:none;
	padding:15px 0 16px 0;
}
nav.footer-nav { margin-bottom:0; }
nav.footer-nav ul li a {
	text-decoration:none;
	vertical-align:top;
}
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:active, nav.footer-nav ul li a:focus { color:#475aed; }
nav.footer-nav ul li.current-menu-item a {
	color:#475aed;
	text-decoration:none;
}
.copyright { padding:0; }
.footer-text {
	font-size:12px;
	line-height:18px;
	color:#333;
}
.footer-text a { color:inherit; }
.footer-text a:hover, .footer-text a:active, .footer-text a:focus { color:#475aed; }
@media (max-width: 767px) {
	.bottom-indent { margin-bottom:30px; }
}
.sm_hr {
	margin:27px 0 25px 0;
	background:#868687;
}
.dropcap {
	width:60px;
	height:60px;
	background:#2d3a9a;
	font-size:40px;
	line-height:60px;
	margin-top:6px;
	overflow:visible;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
@media (min-width: 768px) and (max-width: 979px) {
	.dropcap {
		width:42px;
		height:42px;
		line-height:42px;
		font-size:30px;
	}
}
.dropcap:after {
	content:'';
	position:absolute;
	right:-10px;
	top:12px;
	width:0;
	height:0;
	border-style:solid;
	border-width:9.5px 0 9.5px 10px;
	border-color:transparent transparent transparent #2d3a9a;
}
.extra-col h3 {
	font-size:24px;
	line-height:29px;
	color:#4e6cf4;
}
.extra-col__alt h3 { margin-top:0; }
.extra-col__alt p { margin-bottom:0; }
img.alignnone { margin-bottom:24px; }
.list.styled > ul li:before { color:#4e6cf4; }
.list.styled > ul li a { color:#777777; }
.list.styled > ul li a:hover, .list.styled > ul li a:active, .list.styled > ul li a:focus { color:#4e6cf4; }
.list.styled.arrow-list li { margin:17px 0 0 0; }
.list.styled.arrow-list li:first-child { margin-top:0; }
.list.styled.arrow-list li:before { font-size:14px; }
.flexslider ul li { font-size:13px !important; }
.flexslider ul li:before { display:none; }
.thumbnail, .featured-thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.btn {
	text-shadow:none;
	border:none;
	font-weight:bold;
}
.btn-primary {
	background:#4e6cf4 !important;
	position:relative;
	z-index:1;
	overflow:hidden;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
	-webkit-box-shadow:1px 1px 0 #b5b5b7;
	-moz-box-shadow:1px 1px 0 #b5b5b7;
	box-shadow:1px 1px 0 #b5b5b7;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.content_box .btn-primary {
	-webkit-box-shadow:1px 1px 0 #212b72;
	-moz-box-shadow:1px 1px 0 #212b72;
	box-shadow:1px 1px 0 #212b72;
}
.btn-primary:before {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:0;
	background:#181818;
	z-index:-1;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn-primary.btn-large {
	font-size:21px;
	padding:16px 30px 17px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
}
.btn-primary:hover:before, .btn-primary:active:before, .btn-primary:focus:before {
	top:0;
	bottom:auto;
	height:100%;
}
.btn-link {
	padding:0;
	text-decoration:underline;
}
.btn-link.btn-large { font-size:18px; }
.btn-link:hover, .btn-link:active, .btn-link:focus {
	color:#4e6cf4;
	text-decoration:none;
}
.content_box {
	background-color:#2d3a9a;
	color:#fff;
	padding:51px 0 71px 0;
	margin-bottom:47px;
}
@media (max-width: 767px) {
	.content_box { padding-bottom:41px; }
}
.content_box h1, .content_box h2, .content_box h3, .content_box h4, .content_box h5, .content_box h6 { color:inherit; }
.content_box.extra-style { margin:50px 0 47px 0; }
input[type="submit"], input[type="reset"] {
	font-size:21px;
	height:53px;
	padding-left:28px;
	padding-right:28px;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus { background:#181818 !important; }
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 {
	padding:8px 16px 9px;
	border-color:#868687;
	background-color:transparent;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius:0px;
}
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-color:#4e6cf4;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
textarea { border-color:#868687 !important; }
textarea:focus { border-color:#4e6cf4 !important; }
select { padding:0; }
.wpcf7-form p.field input {
	padding:8px 16px 9px;
	height:39px;
}
.wpcf7-form textarea { padding:8px 16px 9px; }
.wpcf7-not-valid-tip {
	padding:8px 0 9px 16px !important;
	-webkit-border-radius:0px !important;
	-moz-border-radius:0px !important;
	border-radius:0px !important;
}
@media (min-width: 768px) and (max-width: 979px) {
	.wpcf7-not-valid-tip { padding-left:8px !important; }
}
#back-top a {
	width:53px;
	font-size:20px;
	color:#fff;
}
#back-top a:hover, #back-top a:active, #back-top a:focus { color:#fff; }
#back-top a:hover span, #back-top a:active span, #back-top a:focus span { background-color:#4e6cf4; }
#back-top span {
	width:53px;
	height:53px;
	line-height:53px;
	text-align:center;
	background-image:none;
	background-color:#181818;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
#back-top span:before {
	content:'\f077';
	font-family:FontAwesome;
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
.input-block-level {
	display:block;
	width:100%;
	min-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.parallax-slider { height:650px; }
@media (max-width: 767px) {
	.parallax-slider { height:500px; }
}
@media (max-width: 480px) {
	.parallax-slider { height:300px; }
}
.parallax-slider #mainCaptionHolder .container { top:28%; }
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .container { top:15%; }
}
.parallax-slider #mainCaptionHolder .slider_caption {
	text-align:right;
	color:#fff;
}
@media (min-width: 1200px) {
	.parallax-slider #mainCaptionHolder .slider_caption { padding-left:300px; }
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption {
		text-align:center;
		padding:0 20px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
	font-size:65px;
	line-height:84px;
	color:inherit;
	margin:0 0 15px 0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
		font-size:50px;
		line-height:70px;
	}
}
@media (max-width: 767px) {
	.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
		font-size:35px;
		line-height:45px;
	}
}
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 {
		font-size:30px;
		line-height:40px;
	}
}
.parallax-slider #mainCaptionHolder .slider_caption p {
	font-size:16px;
	line-height:27px;
}
@media (max-width: 480px) {
	.parallax-slider #mainCaptionHolder .slider_caption p { display:none; }
}
.parallax-slider .controlBtn {
	width:60px;
	height:60px;
	margin-top:-30px;
}
.parallax-slider .controlBtn .innerBtn {
	font-size:48px;
	line-height:60px;
	color:#181818;
	background:#4e6cf4;
}
.parallax-slider .controlBtn .slidesCounter {
	font-size:16px;
	line-height:60px;
	color:#4e6cf4;
	background:#181818;
}
.parallax-slider .controlBtn:hover .innerBtn {
	color:#4e6cf4;
	background:#181818;
}
.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 .parallaxPrevBtn { left:-60px; }
.parallax-slider .parallaxNextBtn { right:-60px; }
.parallax-slider:hover .parallaxPrevBtn { left:0; }
.parallax-slider:hover .parallaxNextBtn { right:0; }
.parallax-slider #paralaxSliderPagination { bottom:86px; }
@media (max-width: 480px) {
	.parallax-slider #paralaxSliderPagination { bottom:40px; }
}
.parallax-slider #paralaxSliderPagination.buttons_pagination { text-align:right; }
@media (max-width: 767px) {
	.parallax-slider #paralaxSliderPagination.buttons_pagination { text-align:center; }
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul { margin:0 auto; }
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
	border-radius:50%;
	margin:0 0 0 7px;
	width:14px;
	height:14px;
	background-color:#fff;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active { background:#475aed; }
.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% #4e6cf4 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 .imgBlock, .parallax-slider #mainImageHolder .secondaryHolder .imgBlock {
	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;
	top:50%;
	z-index:2;
}
.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:100%;
	text-align:center;
	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);
}
