@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Cantarell:300,400,normal,600);
@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,800);
@import url(//fonts.googleapis.com/css?family=Ubuntu:400);
]

body { padding:0; }
@media (max-width: 767px) {
	]

body { padding:0; }
}
.logo_link:hover { color:#363636; }
.thumbnail, .service-box {
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	box-shadow:none;
}
.thumbnail { padding:0; }
h1, h2, h3, h4, h5, h6, h5 > a {
	font-weight:normal;
	text-transform:uppercase;
}
a { text-decoration:none !important; }
h5 > a {
	font-size:18px;
	line-height:1em;
}
.post-title a {
	color:#363636;
	text-decoration:none;
}
.btn.btn-primary {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.btn.btn-primary:hover { background:#363636; }
.btn.btn-primary.btn-inverse { background:#505050; }
.btn.btn-primary.btn-inverse:hover { background:#ff7a21; }
.blog h1:not(.title-header), .blog h2, .blog h3:not(.post-author_h), .single-post h1:not(.title-header), .single-post h2, .single-post h3:not(.post-author_h) {
	padding-bottom:30px;
	margin-bottom:40px;
	border-bottom:1px solid #c7c7c7;
}
.blog a, .single-post a { text-decoration:none; }
.blog .post-title a:hover, .single-post .post-title a:hover { color:#ff7a21; }
.share-buttons {
	margin-top:15px;
	margin-bottom:30px;
}
.social .social_li { margin-right:4px; }
.social .social_li .social_link {
	background:#fff;
	padding:2px 5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}
.social .social_li .social_link .social_ico img { opacity:0.5; }
.header div[id^="social_networks-"] {
	margin-bottom:0;
	margin-top:35px;
	margin-left:20px;
}
@media (max-width: 767px) {
	.header div[id^="social_networks-"] { float:right; }
}
@media (max-width: 420px) {
	.header div[id^="social_networks-"] { margin-top:5px; }
}
.header div[id^="social_networks-"] .social .social_li { margin-right:4px; }
.header div[id^="social_networks-"] .social .social_li .social_link { background:none; }
.header div[id^="social_networks-"] .social .social_li .social_link .social_ico img { opacity:0.5; }
.menu_color {
	position:relative;
	background-color:#f26522;
}
.menu_color:before, .menu_color:after {
	position:absolute;
	top:0;
	content:'';
	background-color:#f26522;
	width:250%;
	height:100%;
}
.menu_color:before { left:-249%; }
.menu_color:after { right:-249%; }
.search-form { margin-bottom:20px; }
.search-form .search-form_is {
	padding:4px 10px;
	height:100%;
}
.title-section { padding-top:70px; }
.title-section .title-header {
	margin-top:0;
	margin-bottom:30px;
	font-size:36px;
	line-height:100%;
}
.breadcrumb {
	background:none;
	border:none;
	border-top:1px solid #c7c7c7;
	border-bottom:1px solid #c7c7c7;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	padding-left:0;
}
.breadcrumb li { margin-right:10px; }
.breadcrumb li a { text-decoration:none; }
.breadcrumb__t li.divider:after {
	content:' / ';
	color:#9c9c9c;
	font:12px/18px Open Sans;
}
.filter-wrapper { padding-bottom:40px; }
.filter-wrapper strong {
	color:#89c47d;
	font-size:18px;
	text-transform:uppercase;
	font-weight:300;
	padding-right:30px;
}
.filter-wrapper ul li a {
	color:#363636;
	font-weight:600;
	padding:14px 25px;
	margin:0;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
	color:#fff;
	background-color:#68caaf;
}
.logo {
	position:relative;
	margin-top:30px;
	z-index:1;
}
.logo .logo_tagline {
	text-transform:uppercase;
	font-size:10px;
	position:absolute;
	top:26px;
	left:28px;
	z-index:-1;
}
.logo .logo_h__txt { position:relative; }
.logo .logo_h__txt:hover { color:#363636; }
.content-holder { padding-bottom:40px; }
.slider_arrow {
	height:25px;
	width:732px;
	margin:0 auto;
	background:url('images/slider_arrow.png') no-repeat;
	background-position:52.5% 100%;
}
.parallax-slider #mainCaptionHolder .custom_caption {
	padding:15px;
	width:700px;
	margin:0 auto;
	border:1px solid #fff;
	border-bottom:none;
}
.parallax-slider #mainCaptionHolder .custom_caption h1, .parallax-slider #mainCaptionHolder .custom_caption h2, .parallax-slider #mainCaptionHolder .custom_caption h3, .parallax-slider #mainCaptionHolder .custom_caption h4, .parallax-slider #mainCaptionHolder .custom_caption h5, .parallax-slider #mainCaptionHolder .custom_caption h6 { color:#fff; }
.parallax-slider #mainCaptionHolder .custom_caption h1 span, .parallax-slider #mainCaptionHolder .custom_caption h2 span, .parallax-slider #mainCaptionHolder .custom_caption h3 span, .parallax-slider #mainCaptionHolder .custom_caption h4 span, .parallax-slider #mainCaptionHolder .custom_caption h5 span, .parallax-slider #mainCaptionHolder .custom_caption h6 span { color:#f72a22; }
@media (max-width: 979px) {
	.slider_arrow {
		width:532px;
		background-position:52% 100%;
	}
	.parallax-slider #mainCaptionHolder .slider_caption .custom_caption { width:500px; }
	.parallax-slider #mainCaptionHolder .slider_caption .custom_caption h1, .parallax-slider #mainCaptionHolder .slider_caption .custom_caption span {
		font-size:36px;
		line-height:40px;
	}
}
@media (max-width: 767px) {
	.slider_arrow { display:none; }
	.parallax-slider #mainCaptionHolder .slider_caption .custom_caption {
		width:500px;
		border:none;
	}
	.parallax-slider #mainCaptionHolder .slider_caption .custom_caption h1, .parallax-slider #mainCaptionHolder .slider_caption .custom_caption span {
		font-size:30px;
		line-height:30px;
	}
}
@media (max-width: 600px) {
	.slider_arrow { display:none; }
	.parallax-slider #mainCaptionHolder .slider_caption .custom_caption { width:auto; }
	.parallax-slider #mainCaptionHolder .slider_caption .custom_caption h1, .parallax-slider #mainCaptionHolder .slider_caption .custom_caption span {
		font-size:22px;
		line-height:22px;
	}
	.parallax-slider #paralaxSliderPagination { bottom:20px !important; }
}
.nav { margin:0; }
@media (max-width: 767px) {
	.menu_color { padding-top:30px; }
	.menu_color, .menu_color:before, .menu_color:after { background:none; }
}
.isStuck { z-index:99; }
@media (max-width: 767px) {
	.isStuck { display:none; }
}
#topnav .menu-item-has-children:hover:after, #topnav .current-menu-item:after {
	top:100%;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(233,64,33,0);
	border-top-color:#f26522;
	border-width:5px;
	margin-left:-5px;
}
#topnav li:hover:before, #topnav li.current-menu-item:before { height:54px; }
#topnav li {
	background:none;
	margin:0 2px;
}
#topnav li a {
	position:relative;
	padding:35px;
	font-weight:normal;
	border:none;
	text-transform:uppercase;
	z-index:3;
}
#topnav li:before {
	content:'';
	position:absolute;
	height:0;
	width:100%;
	bottom:15px;
	left:0;
	background-color:#f72a22;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#topnav li .sub-menu {
	left:50%;
	width:110px;
	margin-left:-54px;
	margin-top:15px;
	padding-bottom:5px;
	background-color:#2e2e2e;
	z-index:10;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#topnav li .sub-menu:after {
	bottom:100%;
	left:50%;
	border:solid transparent;
	content:" ";
	height:0;
	width:0;
	position:absolute;
	pointer-events:none;
	border-color:rgba(46,46,46,0);
	border-bottom-color:#2e2e2e;
	border-width:5px;
	margin-left:-5px;
}
#topnav li .sub-menu .sf-sub-indicator {
	top:15px;
	right:7px;
}
#topnav li .sub-menu .menu-item-has-children:hover:after, #topnav li .sub-menu .current-menu-item:after { display:none; }
#topnav li .sub-menu li {
	margin:0;
	border-bottom:1px solid #434343;
}
#topnav li .sub-menu li a {
	text-transform:lowercase;
	padding:12px 3px;
	font-size:14px;
	line-height:18px;
	color:#fff;
}
#topnav li .sub-menu li:before { display:none; }
#topnav li .sub-menu li > a:hover, #topnav li .sub-menu li.sfHover > a, #topnav li .sub-menu li.current-menu-item > a {
	color:#9c9c9c;
	background:none;
}
#topnav li .sub-menu li:first-child { margin-top:15px; }
#topnav li .sub-menu li:last-child { border-bottom:none; }
#topnav li .sub-menu .sub-menu {
	left:100%;
	width:110px;
	margin-left:0;
	border:none;
	border-radius:0;
	background-color:#e94021;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#topnav li .sub-menu .sub-menu:after { display:none; }
#topnav li .sub-menu .sub-menu li { border-bottom:1px solid #ef7059; }
#topnav li .sub-menu .sub-menu li:last-child { border-bottom:none; }
#topnav li .sub-menu .sub-menu li > a:hover, #topnav li .sub-menu .sub-menu li.sfHover > a, #topnav li .sub-menu .sub-menu li.current-menu-item > a {
	color:#fff889;
	background:none;
}
#topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover {
	color:#fff;
	background:none;
}
#topnav li.current-menu-item > a:after, #topnav li.sfHover > a:after, #topnav li a:hover:after { height:100%; }
#topnav li.current-menu-item > a .sf-sub-indicator, #topnav li.sfHover > a .sf-sub-indicator, #topnav li a:hover .sf-sub-indicator { background:url(images/arrows-ffffff.png) -10px -100px no-repeat; }
#topnav .sf-sub-indicator { top:38px; }
@media (max-width: 979px) {
	#topnav li a { padding:35px 15px; }
}
.select-menu { height:35px; }
[id*="cyclewidget"] .slides .slide .thumbnail {
	position:relative;
	overflow:hidden;
}
[id*="cyclewidget"] .slides .slide .desc h5 { padding-left:40px; }
#sidebar { padding-top:40px; }
#sidebar .widget { margin:50px 0; }
#sidebar .widget:first-child { margin:0; }
#sidebar .widget > h3 {
	margin-bottom:30px;
	padding-bottom:30px;
	display:block;
	text-align:left;
	letter-spacing:0;
	text-transform:uppercase;
	word-wrap:break-word;
	border-bottom:1px solid #c7c7c7;
}
@media (min-width: 768px) and (max-width: 979px) {
	#sidebar .widget > h3 {
		font-size:25px;
		-moz-hyphens:auto;
	}
}
@media (max-width: 480px) {
	#sidebar .widget > h3 {
		font-size:25px;
		-moz-hyphens:auto;
	}
}
#sidebar .widget .comments-custom .comments-custom_li { padding:10px 0 20px 0; }
#sidebar .widget .comments-custom .comments-custom_li .thumbnail {
	margin-right:29px;
	margin-bottom:20px;
}
#sidebar .widget .comments-custom .comments-custom_li .comments-custom_txt {
	padding:0;
	border-top:none;
	margin-top:0;
}
#sidebar .widget .comments-custom .comments-custom_li .comments-custom_txt a {
	color:#9c9c9c;
	text-decoration:none;
}
#sidebar .widget .comments-custom .comments-custom_li .comments-custom_txt a:hover { color:#89c47d; }
#sidebar .widget .comments-custom .comments-custom_li time {
	position:relative;
	top:15px;
}
#sidebar .widget time, #sidebar .widget .comments-custom_h_author {
	color:#89c47d;
	text-transform:none;
	font:14px/20px Cantarell;
}
#sidebar .widget time { color:#696969; }
#sidebar .widget .comments-custom_h_author {
	padding:15px 0 0 0;
	margin:0;
}
#sidebar .widget .post-list .post-list_comment {
	color:#89c47d;
	display:block;
	margin-bottom:5px;
}
#sidebar .widget .post-list li .featured-thumbnail { margin:5px 30px 7px 0; }
#sidebar .widget .post-list li .post-date span { display:block; }
#sidebar .widget .post-list li .post-date .day {
	font-size:36px;
	line-height:36px;
	color:#363636;
	margin-bottom:5px;
}
#sidebar .widget .post-list li .post-date .month {
	font-size:18px;
	line-height:18px;
	text-transform:uppercase;
}
#sidebar .widget .post-list li .post-list_h {
	margin-top:8px;
	margin-bottom:10px;
}
#sidebar .widget .post-list li .excerpt { margin-bottom:18px; }
[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul, .archive_lists ul, .list.styled ul {
	margin:0 0 11px 20px;
	list-style:none;
}
@media (max-width: 767px) {
	[id*="categories"] ul, [id*="archives"] ul, .list.custom-list ul, .archive_lists ul, .list.styled ul { margin:0 0 30px; }
}
[id*="categories"] ul li, [id*="archives"] ul li, .list.custom-list ul li, .archive_lists ul li, .list.styled ul li {
	position:relative;
	color:#89c47d;
	padding:0 30px 0 0;
	list-style-type:none;
}
[id*="categories"] ul li a, [id*="archives"] ul li a, .list.custom-list ul li a, .archive_lists ul li a, .list.styled ul li a {
	text-decoration:none;
	font:13px/30px Cantarell normal;
	color:#89c47d;
	text-transform:uppercase;
	display:block;
}
[id*="categories"] ul li:after, [id*="archives"] ul li:after, .list.custom-list ul li:after, .archive_lists ul li:after, .list.styled ul li:after {
	content:'';
	top:0;
	width:0;
	height:100%;
	background:#ff7a21;
	position:absolute;
	left:-17px;
	z-index:-1;
	border-radius:0 30px 30px 0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
[id*="categories"] ul li:before, [id*="archives"] ul li:before, .list.custom-list ul li:before, .archive_lists ul li:before, .list.styled ul li:before {
	content:'';
	font:16px FontAwesome;
	top:6px;
	left:-10px;
	height:100%;
	color:#363636;
	position:absolute;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
[id*="categories"] ul li:hover, [id*="categories"] ul li:active, [id*="categories"] ul li:focus, [id*="archives"] ul li:hover, [id*="archives"] ul li:active, [id*="archives"] ul li:focus, .list.custom-list ul li:hover, .list.custom-list ul li:active, .list.custom-list ul li:focus, .archive_lists ul li:hover, .archive_lists ul li:active, .archive_lists ul li:focus, .list.styled ul li:hover, .list.styled ul li:active, .list.styled ul li:focus {
	color:#fff;
	text-decoration:none;
	background:none;
}
[id*="categories"] ul li:hover a, [id*="categories"] ul li:active a, [id*="categories"] ul li:focus a, [id*="archives"] ul li:hover a, [id*="archives"] ul li:active a, [id*="archives"] ul li:focus a, .list.custom-list ul li:hover a, .list.custom-list ul li:active a, .list.custom-list ul li:focus a, .archive_lists ul li:hover a, .archive_lists ul li:active a, .archive_lists ul li:focus a, .list.styled ul li:hover a, .list.styled ul li:active a, .list.styled ul li:focus a {
	color:#fff;
	width:100%;
}
[id*="categories"] ul li:hover:after, [id*="categories"] ul li:active:after, [id*="categories"] ul li:focus:after, [id*="archives"] ul li:hover:after, [id*="archives"] ul li:active:after, [id*="archives"] ul li:focus:after, .list.custom-list ul li:hover:after, .list.custom-list ul li:active:after, .list.custom-list ul li:focus:after, .archive_lists ul li:hover:after, .archive_lists ul li:active:after, .archive_lists ul li:focus:after, .list.styled ul li:hover:after, .list.styled ul li:active:after, .list.styled ul li:focus:after { width:100%; }
[id*="categories"] ul li:hover:before, [id*="categories"] ul li:active:before, [id*="categories"] ul li:focus:before, [id*="archives"] ul li:hover:before, [id*="archives"] ul li:active:before, [id*="archives"] ul li:focus:before, .list.custom-list ul li:hover:before, .list.custom-list ul li:active:before, .list.custom-list ul li:focus:before, .archive_lists ul li:hover:before, .archive_lists ul li:active:before, .archive_lists ul li:focus:before, .list.styled ul li:hover:before, .list.styled ul li:active:before, .list.styled ul li:focus:before { color:#fff; }
.list.styled.check-list.red-style ul li { margin-right:20px; }
.list.styled.check-list.red-style ul li a {
	color:#9c9c9c;
	text-transform:none;
	font-family:Ubuntu;
	font-size:14px;
}
.list.styled.check-list.red-style ul li a:hover { color:#fff; }
.list.styled.check-list.red-style ul li:before { color:#f26522; }
.list.styled.check-list.red-style ul li:hover:before { color:#fff; }
#wp-calendar caption, #wp-calendar thead tr th {
	color:#89c47d;
	font:16px Cantarell;
}
.widgets .search-form .search-form_it {
	margin:0;
	padding:10px;
	height:25px;
}
.widgets .search-form .search-form_is {
	margin:6px 0 0 10px;
	padding:5px !important;
	height:auto;
	background:none;
	color:#89c47d;
	letter-spacing:0;
}
@media (min-width: 768px) and (max-width: 1200px) {
	.widgets .search-form .search-form_is {
		margin:10px 0 0 0;
		display:block;
	}
}
@media (max-width: 480px) {
	.widgets .search-form .search-form_is {
		margin:10px 0 0 0;
		display:block;
	}
}
.widgets .search-form .search-form_is:hover { color:#3d4140; }
.services { padding-top:10px; }
.services li .thumbnail.featured-thumbnail {
	padding:0;
	margin-bottom:25px;
}
.services li .custom_post_content h5 { margin-top:0; }
.services li .custom_post_content h5 a {
	text-decoration:none;
	font:normal 14px/20px Cantarell;
}
.services li .custom_post_content .post_meta {
	padding:0;
	margin-bottom:0;
	border:none;
}
.services li .custom_post_content .post_meta .post_date { margin:0; }
.services li .custom_post_content .post_meta .post_date .day, .services li .custom_post_content .post_meta .post_date .month { display:block; }
.services li .custom_post_content .post_meta .post_date .day {
	font-size:36px;
	line-height:36px;
	color:#363636;
}
.services li .custom_post_content .post_meta .post_date .month {
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
}
.services li .custom_post_content .post_meta .post_category, .services li .custom_post_content .post_meta .post_author, .services li .custom_post_content .post_meta .post_comment { display:none; }
.parallax-box .parallax-content { padding:70px 0 50px; }
.parallax-box .parallax-content h1, .parallax-box .parallax-content h2, .parallax-box .parallax-content h3, .parallax-box .parallax-content h4, .parallax-box .parallax-content h5, .parallax-box .parallax-content h6, .parallax-box .parallax-content h5 > a, .parallax-box .parallax-content .btn, .parallax-box .parallax-content p { color:#fff; }
.px_bg_team .parallax-content { padding:120px 0; }
.px_bg_team .parallax-content h1 { padding:122px 0; }
@media (max-width: 1200px) {
	.px_bg_team .parallax-content h1 {
		font:normal 36px/36px Cantarell;
		text-align:right;
	}
}
@media (max-width: 979px) {
	.px_bg_team .parallax-content h1 {
		font:normal 28px/28px Cantarell;
		text-align:right;
		padding:135px 0;
	}
}
.px_bg_team .parallax-content .excerpt { color:#89c47d; }
@media (max-width: 767px) {
	.px_bg_team .parallax-content h1 {
		font:normal 36px/36px Cantarell;
		text-align:center;
		padding:0 0 30px 0;
	}
	.px_bg_team .parallax-content .team { border-left:none; }
}
.vertical_align { vertical-align:middle; }
.service-box {
	padding-top:0;
	margin-left:-19px;
	background:none;
}
.service-box .btn-align { text-align:left; }
.team {
	text-align:center;
	border-left:1px solid #fff;
}
.team li .featured-thumbnail.thumbnail {
	padding:0;
	float:none;
	margin:0 auto;
	overflow:hidden;
	width:170px;
	height:170px;
	pointer-events:none;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
@media (max-width: 979px) {
	.team li .featured-thumbnail.thumbnail {
		width:150px;
		height:150px;
	}
}
@media (max-width: 767px) {
	.team li .featured-thumbnail.thumbnail {
		width:170px;
		height:170px;
	}
}
.team li .zoom-icon {
	display:none;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.team li h5 a:hover { color:#ff7a21; }
.team li .btn-primary {
	text-transform:lowercase;
	box-shadow:none;
	background:none;
	border:none;
}
.team li .btn-primary:hover { color:#ff7a21; }
.recent-posts .recent-posts_li {
	width:45%;
	float:left;
	margin-bottom:40px;
}
.recent-posts .recent-posts_li .post-date span { display:block; }
.recent-posts .recent-posts_li .post-date .day {
	font-size:36px;
	line-height:36px;
	color:#363636;
}
.recent-posts .recent-posts_li .post-date .month {
	font-size:18px;
	line-height:26px;
	text-transform:uppercase;
}
.recent-posts .recent-posts_li .post-comments { display:none; }
.recent-posts .recent-posts_li h5 { margin:12px 0; }
@media (max-width: 979px) {
	.recent-posts .recent-posts_li {
		width:100%;
		float:none;
	}
}
.about_recent_posts .recent-posts_li .featured-thumbnail a { position:relative; }
.about_recent_posts .recent-posts_li .featured-thumbnail a:before {
	opacity:0;
	content:'';
	position:absolute;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.6);
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.about_recent_posts .recent-posts_li .featured-thumbnail a:after {
	opacity:0;
	content:"";
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	margin:-63px 0 0 -63px;
	width:126px;
	height:126px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.about_recent_posts .recent-posts_li .featured-thumbnail a:hover:before, .about_recent_posts .recent-posts_li .featured-thumbnail a:hover:after { opacity:1; }
.about_recent_posts .recent-posts_li h5 {
	margin-top:0;
	margin-bottom:10px;
}
.about_recent_posts .recent-posts_li h5 a {
	font-size:14px;
	line-height:14px;
	text-decoration:none;
}
.about_recent_posts .recent-posts_li .excerpt { margin-bottom:15px; }
@media (max-width: 520px) {
	.about_recent_posts .recent-posts_li { text-align:center; }
	.about_recent_posts .recent-posts_li .featured-thumbnail {
		margin:0 auto 30px;
		float:none;
		width:70%;
		height:70%;
	}
	.about_recent_posts .recent-posts_li .post-date {
		float:none;
		margin-top:20px;
	}
	.about_recent_posts .recent-posts_li .post-date .day {
		display:inline-block;
		margin-right:10px;
	}
	.about_recent_posts .recent-posts_li .post-date .month { display:inline-block; }
	.about_recent_posts .recent-posts_li h5 {
		margin-top:0;
		margin-bottom:10px;
	}
	.about_recent_posts .recent-posts_li h5 a {
		font-size:14px;
		line-height:14px;
		text-decoration:none;
	}
	.about_recent_posts .recent-posts_li .excerpt {
		margin-bottom:15px;
		padding-right:20px;
	}
}
.content_box {
	padding:45px 0;
	margin-bottom:70px;
}
.content_box h1 { text-align:center; }
.content_box:after, .content_box:before { width:250%; }
.content_box:before { left:-249%; }
.content_box:after { right:-249%; }
.posts-grid.custom_post_grid { margin-left:15px; }
.posts-grid.custom_post_grid li {
	position:relative;
	overflow:hidden;
}
.posts-grid.custom_post_grid li .thumbnail { width:50%; }
.posts-grid.custom_post_grid li .thumbnail .zoom-icon:before {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	margin:-63px 0 0 -63px;
	width:126px;
	height:126px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	content:"";
}
.posts-grid.custom_post_grid li .custom_post_content {
	position:absolute;
	right:-1px;
	width:50%;
	height:100%;
	text-align:right;
}
.posts-grid.custom_post_grid li .custom_post_content h5 > a, .posts-grid.custom_post_grid li .custom_post_content p.excerpt { color:#fff; }
.posts-grid.custom_post_grid li .custom_post_content h5 {
	margin-top:70px;
	padding-right:44px;
	padding-left:44px;
	margin-bottom:50px;
}
.posts-grid.custom_post_grid li .custom_post_content h5 a:hover { color:#363636; }
.posts-grid.custom_post_grid li .custom_post_content p.excerpt {
	padding-right:44px;
	padding-left:44px;
}
.posts-grid.custom_post_grid li .custom_post_content .btn {
	position:absolute;
	left:40px;
	bottom:40px;
	background:none;
	text-transform:uppercase;
	border:none;
	box-shadow:none;
}
.posts-grid.custom_post_grid li .custom_post_content .btn:hover {
	background:#363636;
	color:#ff7a21;
}
.posts-grid.custom_post_grid li:first-child { margin:0 1px 1px 0; }
.posts-grid.custom_post_grid li:last-child { margin:0 0 1px 0; }
.ul-item-1.posts-grid.custom_post_grid li { position:relative; }
.ul-item-1.posts-grid.custom_post_grid li .thumbnail {
	border-right:1px solid #fff;
	float:right;
	right:-2px;
}
.ul-item-1.posts-grid.custom_post_grid li .custom_post_content {
	position:absolute;
	left:0;
	width:50%;
	height:100%;
	text-align:left;
}
.ul-item-1.posts-grid.custom_post_grid li .custom_post_content .btn {
	position:absolute;
	left:initial;
	right:40px;
	bottom:40px;
	background:none;
	text-transform:uppercase;
	border:none;
	box-shadow:none;
}
.ul-item-1.posts-grid.custom_post_grid li .custom_post_content .btn:hover {
	background:#363636;
	color:#ff7a21;
}
@media (max-width: 1199px) {
	.posts-grid.custom_post_grid li .custom_post_content h5 {
		margin-top:30px;
		padding-right:30px;
		padding-left:30px;
		margin-bottom:20px;
	}
	.posts-grid.custom_post_grid li .custom_post_content p.excerpt {
		padding-right:30px;
		padding-left:30px;
	}
	.posts-grid.custom_post_grid li .custom_post_content .btn {
		position:absolute;
		left:40px;
		bottom:30px;
		background:none;
		text-transform:uppercase;
		border:none;
		box-shadow:none;
	}
	.posts-grid.custom_post_grid li .custom_post_content .btn:hover {
		background:#363636;
		color:#ff7a21;
	}
}
@media (max-width: 979px) {
	.posts-grid.custom_post_grid li .custom_post_content h5 {
		margin-top:30px;
		padding-right:30px;
		padding-left:30px;
		margin-bottom:20px;
		text-align:center;
	}
	.posts-grid.custom_post_grid li .custom_post_content p.excerpt { display:none; }
	.posts-grid.custom_post_grid li .custom_post_content .btn {
		position:absolute;
		left:15px;
		right:15px;
		bottom:30px;
		background:none;
		text-transform:uppercase;
		border:none;
		box-shadow:none;
	}
	.posts-grid.custom_post_grid li .custom_post_content .btn:hover {
		background:#363636;
		color:#ff7a21;
	}
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content { text-align:center; }
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content .btn {
		left:15px;
		right:15px;
	}
}
@media (max-width: 767px) {
	.posts-grid.custom_post_grid { margin-left:0; }
	.posts-grid.custom_post_grid li .custom_post_content h5 {
		margin-top:70px;
		padding-right:44px;
		padding-left:44px;
		margin-bottom:50px;
	}
	.posts-grid.custom_post_grid li .custom_post_content p.excerpt {
		padding-right:44px;
		padding-left:44px;
		display:block;
	}
	.posts-grid.custom_post_grid li .custom_post_content .btn {
		position:absolute;
		left:15px;
		right:15px;
		bottom:30px;
		background:none;
		text-transform:uppercase;
		border:none;
		box-shadow:none;
	}
	.posts-grid.custom_post_grid li .custom_post_content .btn:hover {
		background:#363636;
		color:#ff7a21;
	}
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content { text-align:center; }
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content .btn {
		left:15px;
		right:15px;
	}
}
@media (max-width: 600px) {
	.owl-carousel .item h5 a {
		font-size:12px !important;
		padding:0 5px;
	}
	.posts-grid.custom_post_grid { margin-left:0; }
	.posts-grid.custom_post_grid li .custom_post_content h5 {
		margin-top:30px;
		padding-right:30px;
		padding-left:30px;
		margin-bottom:30px;
	}
	.posts-grid.custom_post_grid li .custom_post_content p.excerpt {
		padding-right:15px;
		padding-left:15px;
		display:block;
		text-align:center;
	}
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content { text-align:center; }
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content .btn {
		left:15px;
		right:15px;
	}
}
@media (max-width: 500px) {
	.posts-grid.custom_post_grid { margin-left:0; }
	.posts-grid.custom_post_grid li .custom_post_content h5 {
		margin-top:30px;
		padding-right:30px;
		padding-left:30px;
		margin-bottom:30px;
	}
	.posts-grid.custom_post_grid li .custom_post_content p.excerpt { display:none; }
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content { text-align:center; }
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content .btn {
		left:15px;
		right:15px;
	}
}
@media (max-width: 368px) {
	.posts-grid.custom_post_grid { margin-left:0; }
	.posts-grid.custom_post_grid li .custom_post_content h5 {
		margin-top:20px;
		padding-right:20px;
		padding-left:20px;
		margin-bottom:20px;
		font-size:13px;
	}
	.posts-grid.custom_post_grid li .custom_post_content p.excerpt { display:none; }
	.posts-grid.custom_post_grid li .custom_post_content .btn {
		left:5px;
		right:5px;
		bottom:10px;
		font-size:13px;
	}
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content { text-align:center; }
	.ul-item-1.posts-grid.custom_post_grid li .custom_post_content .btn {
		left:5px;
		right:5px;
		bottom:10px;
		font-size:13px;
	}
}
.custom_post_grid.ul-item-0 .list-item-1 .custom_post_content { background-color:#ecbf57; }
.custom_post_grid.ul-item-0 .list-item-2 .custom_post_content { background-color:#68caaf; }
.custom_post_grid.ul-item-0 .list-item-3 .custom_post_content { background-color:#89c47d; }
.custom_post_grid.ul-item-0 .list-item-4 .custom_post_content { background-color:#ff856c; }
.custom_post_grid.ul-item-1 .list-item-1 .custom_post_content { background-color:#89c47d; }
.custom_post_grid.ul-item-1 .list-item-2 .custom_post_content { background-color:#ff856c; }
.custom_post_grid.ul-item-1 .list-item-3 .custom_post_content { background-color:#ecbf57; }
.custom_post_grid.ul-item-1 .list-item-4 .custom_post_content { background-color:#68caaf; }
.owl-theme .owl-controls .owl-page span {
	width:15px;
	height:15px;
	background:#e8e8e8;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	width:15px;
	height:15px;
	background:#b5b5b5;
}
.owl-carousel .item {
	margin:0 15px;
	position:relative;
}
.owl-carousel .item figure { margin:0; }
.owl-carousel .item .desc {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:250px;
	text-align:center;
	color:#fff;
	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;
}
.owl-carousel .item .desc h5 {
	position:relative;
	color:#fff;
	text-transform:none;
	font-weight:400;
	margin-top:20px;
	top:-99em;
	z-index:3;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
	-webkit-transform:rotate(-360deg);
	-moz-transform:rotate(-360deg);
	-ms-transform:rotate(-360deg);
	-o-transform:rotate(-360deg);
	transform:rotate(-360deg);
}
.owl-carousel .item .desc h5 a { color:#fff; }
.owl-carousel .item .desc h5 a:hover {
	color:#4d4d4d;
	text-decoration:none;
}
.owl-carousel .item .desc p.excerpt {
	position:relative;
	margin-bottom:10px;
	padding:0 10px;
	top:-99em;
	z-index:4;
	-webkit-transition:all 0.6s ease;
	-moz-transition:all 0.6s ease;
	-o-transition:all 0.6s ease;
	transition:all 0.6s ease;
	-webkit-transform:rotate(-360deg);
	-moz-transform:rotate(-360deg);
	-ms-transform:rotate(-360deg);
	-o-transform:rotate(-360deg);
	transform:rotate(-360deg);
}
@media (max-width: 979px) {
	.owl-carousel .item .desc p.excerpt { display:none; }
}
.owl-carousel .item:hover .desc { bottom:0px; }
.owl-carousel .item:hover h5, .owl-carousel .item:hover p.excerpt, .owl-carousel .item:active h5, .owl-carousel .item:active p.excerpt, .owl-carousel .item:focus h5, .owl-carousel .item:focus p.excerpt {
	top:0;
	-webkit-transform:rotate(0deg);
	-moz-transform:rotate(0deg);
	-ms-transform:rotate(0deg);
	-o-transform:rotate(0deg);
	transform:rotate(0deg);
}
.owl-carousel { margin-bottom:0; }
.owl-carousel .item-list-0 .desc, .owl-carousel .item-list-4 .desc, .owl-carousel .item-list-8 .desc { background-color:#89c47d; }
.owl-carousel .item-list-1 .desc, .owl-carousel .item-list-5 .desc, .owl-carousel .item-list-9 .desc { background-color:#ff856c; }
.owl-carousel .item-list-2 .desc, .owl-carousel .item-list-6 .desc, .owl-carousel .item-list-10 .desc { background-color:#ecbf57; }
.owl-carousel .item-list-3 .desc, .owl-carousel .item-list-7 .desc, .owl-carousel .item-list-11 .desc { background-color:#68caaf; }
.owl-carousel .owl-controls {
	margin-top:45px;
	margin-bottom:0;
}
@media (max-width: 1200px) {
	.owl-carousel .item h5 a { font-size:15px; }
	.owl-carousel .item p.excerpt {
		font-size:12px;
		line-height:18px;
	}
}
@media (max-width: 1170px) {
	.owl-carousel .item p.excerpt { display:none; }
}
@media (max-width: 400px) {
	.owl-carousel .item h5 a {
		font-size:10px;
		line-height:16px;
	}
	.owl-carousel .item .desc h5 { margin:5px 0; }
}
#back-top-wrapper { z-index:101; }
#back-top-wrapper #back-top span {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#5e5e5e url(images/up-arrow.png) no-repeat center center;
}
#back-top-wrapper #back-top span:hover { background-color:#ff7a21; }
nav.footer-nav { float:left; }
nav.footer-nav ul li {
	padding-left:0;
	padding-right:40px;
	position:relative;
}
nav.footer-nav ul li a { text-transform:uppercase; }
nav.footer-nav ul li a:hover {
	color:#ff7a21;
	text-decoration:none;
}
nav.footer-nav ul li:after {
	content:'|';
	position:absolute;
	top:1px;
	right:15px;
	font:normal 16px/18px Cantarell;
}
nav.footer-nav ul li:last-child { padding-right:10px; }
nav.footer-nav ul li:last-child:after { display:none; }
nav.footer-nav ul li.current_page_item a {
	color:#ff7a21;
	text-decoration:none;
}
@media (max-width: 767px) {
	nav.footer-nav ul li { padding-right:15px; }
	nav.footer-nav ul li:after {
		content:'|';
		position:absolute;
		top:1px;
		right:1px;
		font:bold 16px/18px Cantarell;
	}
}
@media (max-width: 670px) {
	nav.footer-nav { float:none; }
}
.footer_wrap {
	line-height:84px;
	background:#424242;
	z-index:1;
	width:100%;
	color:#fff;
	text-align:center;
}
.footer_wrap i { position:relative; }
.footer_wrap i:after {
	position:absolute;
	content:'';
	top:-3px;
	left:-40px;
	width:25px;
	height:22px;
	background:url(images/icon_footer.png);
}
.footer_wrap span {
	font-size:20px;
	font-weight:300;
}
.home .footer_wrap {
	position:absolute;
	bottom:314px;
	line-height:84px;
	background:rgba(0,0,0,0.7);
	left:0;
	z-index:1;
	width:100%;
	color:#fff;
	text-align:center;
}
.footer {
	background:url('images/background_footer.png');
	background-repeat:repeat;
	padding-bottom:0;
}
.footer h1, .footer h2, .footer h3, .footer h4, .footer h5, .footer h6 {
	font-weight:normal;
	text-transform:uppercase;
	color:#cfcfcf;
}
.footer .copyright { padding:25px 0 40px; }
.footer .footer_wrap_container { display:inline-block; }
.footer-text {
	float:right;
	color:#9c9c9c;
}
.footer-text a {
	text-transform:uppercase;
	text-decoration:none;
	color:#cfcfcf;
}
.footer-text a:hover { color:#ff7a21; }
.footer-text .divider { padding:0 14px; }
@media (max-width: 670px) {
	.footer-text {
		float:none;
		text-align:center;
		display:inline-block;
		width:100%;
	}
}
.post .post_meta .meta_group div {
	padding-left:0;
	padding-right:20px;
}
.post .post_meta .meta_group i {
	margin-right:0;
	padding-right:5px;
	color:#363636;
	line-height:17px;
	font-size:13px;
	vertical-align:baseline;
}
.post .post_meta .meta_group a, .post .post_meta .meta_group time {
	color:#363636;
	font-size:14px;
}
.post .post_meta .meta_group .post_author a { color:#89c47d; }
.post .post_meta .meta_group a { text-decoration:none; }
.post .post_meta .meta_group a:hover { color:#89c47d; }
.post-author {
	margin:30px 0 65px;
	padding:40px 20px;
	background-color:#ecbf57;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.post-author .post-author_h {
	font:16px/1.2em Cantarell;
	margin:0 0 12px 0;
	padding-bottom:0;
	letter-spacing:0;
	text-align:left;
	text-transform:uppercase;
	color:#fff;
	display:block;
}
.post-author .post-author_h a {
	color:#fff;
	text-transform:uppercase;
	font:16px/1.2em Cantarell;
}
.post-author .post-author_h a:hover { color:#89c47d; }
.post-author .post-author_gravatar {
	display:block;
	margin:2px 30px 10px 0;
}
.post-author .post-author_gravatar img {
	border-radius:0;
	padding:0;
	border:none;
	background:none;
}
.post-author .post-author_desc {
	padding:0;
	margin:0;
	text-transform:uppercase;
	color:#fff;
	font:13px/18px Cantarell;
}
@media (max-width: 480px) {
	.post-author .post-author_desc { padding-left:0; }
}
.post-author .post-author_link { margin-top:10px; }
.post-author .post-author_link p {
	margin:0;
	color:#fff;
	font:13px/1.2em Cantarell;
}
.post-author .post-author_link a {
	color:#fff;
	font:13px/1.2em Cantarell;
}
.post-author .post-author_link a:hover { color:#89c47d; }
.related-posts { margin:0 0 60px; }
.related-posts .related-posts_item .featured-thumbnail { margin:0 0 30px 0; }
@media (max-width: 979px) {
	.related-posts .related-posts_item .featured-thumbnail { margin:0 0 10px 0; }
}
.related-posts .related-posts_item a {
	color:#363636;
	font-size:17px;
	line-height:20px;
	text-transform:uppercase;
}
.related-posts .related-posts_item a:hover { color:#89c47d; }
@media (max-width: 979px) {
	.related-posts .related-posts_item a {
		font-size:13px;
		line-height:15px;
	}
}
.comment-list .comment .comment-body {
	padding-top:40px;
	padding-left:20px;
	padding-bottom:45px;
}
.comment-list .comment .comment-body .vcard { margin-right:30px; }
.comment-list .comment .comment-body .author, .comment-list .comment .comment-body .extra-wrap, .comment-list .comment .comment-body .comment-meta { color:#fff; }
.comment-list .comment .comment-body .author {
	font-weight:normal;
	font-size:17px;
	line-height:20px;
	text-transform:uppercase;
}
.comment-list .comment .comment-body .comment-meta {
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	text-transform:none;
}
.comment-list .comment .comment-body .reply .comment-reply-link {
	background:none;
	font-weight:normal;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
}
.comment-list .comment .comment-body .reply .comment-reply-link:hover { color:#363636; }
.comment-list .comment .comment-body { background-color:#68caaf; }
.comment-list .comment .children .comment-body { background-color:#89c47d; }
.comment-list .comment .children .children .comment-body { background-color:#ff856c; }
#commentform { margin-top:10px; }
#commentform input[type="text"], #commentform input[type="email"] { width:70%; }
#respond form .comment_submit {
	text-align:left;
	margin-bottom:30px;
}
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 {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	color:#9c9c9c;
}
input[type="submit"], input[type="reset"] {
	vertical-align:top;
	height:100%;
}
body:not(.home) .content-holder {
	background-color:#f8f8f8;
	padding-bottom:0;
}
body:not(.home) .content_box {
	z-index:0;
	background:#ffffff;
	margin-bottom:0;
}
body:not(.home) .content_box:after, body:not(.home) .content_box:before { background:#ffffff; }
.portfolio_item_holder { background-color:#fff; }
.portfolio_item_holder .thumbnail__portfolio {
	padding:0;
	margin:0;
}
.portfolio_item_holder .caption__portfolio {
	padding-left:20px;
	padding-right:20px;
	border:1px solid #d4d4d4;
	border-top:none;
}
.portfolio_item_holder .caption__portfolio h3 {
	margin-top:0;
	margin-bottom:25px;
	padding-top:30px;
}
.portfolio_item_holder .caption__portfolio h3 a {
	text-decoration:none;
	font-size:17px;
	line-height:26px;
	color:#505050;
}
.portfolio_item_holder .caption__portfolio h3 a:hover { color:#ff7a21; }
.portfolio_item_holder .caption__portfolio .excerpt { margin-bottom:25px; }
.portfolio_item_holder .caption__portfolio p > a { margin-bottom:30px; }
.portfolio_item_holder .zoom-icon { background:rgba(0,0,0,0.6); }
.portfolio_item_holder .zoom-icon:before {
	position:absolute;
	top:50%;
	left:50%;
	display:block;
	margin:-63px 0 0 -63px;
	width:126px;
	height:126px;
	background:url(images/magnify-alt.png) 50% 50% no-repeat;
	content:"";
}
@media (max-width: 767px) {
	body { padding:0; }
	body .header, body .content-holder, body .footer .container {
		padding-left:20px;
		padding-right:20px;
	}
	.footer_wrap, .home .footer_wrap {
		bottom:315px;
		padding-left:20px;
	}
	.footer_wrap span, .home .footer_wrap span { font-size:15px; }
	.custom_archives .span4 {
		width:29%;
		float:left;
		margin-left:20px;
	}
}
@media (max-width: 600px) {
	.custom_archives { text-align:center; }
	.custom_archives .span4 {
		width:60%;
		float:none;
		margin-left:40px;
		display:inline-block;
	}
}
@media (max-width: 400px) {
	.footer_wrap span, .home .footer_wrap span { font-size:12px; }
}
.wpcf7-form p.field input {
	margin:0;
	padding:0 6px 0 6px;
	width:100%;
	height:30px;
	line-height:30px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.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:34px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
.parallax-slider { height:600px; }
@media (max-width: 979px) {
	.parallax-slider { height:500px; }
}
@media (max-width: 600px) {
	.parallax-slider { height:400px; }
}
@media (max-width: 445px) {
	.parallax-slider { height:300px; }
	.parallax-slider .custom_caption { display:none; }
}
.parallax-slider #mainCaptionHolder { background:rgba(0,0,0,0.3); }
.parallax-slider #mainCaptionHolder .container { top:33%; }
.parallax-slider #mainCaptionHolder .slider_caption { text-align:center; }
.parallax-slider #mainCaptionHolder .slider_caption h1, .parallax-slider #mainCaptionHolder .slider_caption h2 { font-weight:bold; }
.parallax-slider .controlBtn {
	width:60px;
	height:60px;
	margin-top:-30px;
}
.parallax-slider .controlBtn .innerBtn {
	font-size:48px;
	line-height:60px;
	color:#89c47d;
	background:#fff;
}
.parallax-slider .controlBtn .slidesCounter {
	font-size:16px;
	line-height:60px;
	color:#89c47d;
	background:#fff;
}
.parallax-slider .controlBtn:hover .innerBtn {
	color:#f72a22;
	background:#fff;
}
.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:120px; }
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li {
	border-radius:50%;
	margin:3px;
	width:17px;
	height:17px;
	background:#fff;
}
.parallax-slider #paralaxSliderPagination.buttons_pagination ul li:hover, .parallax-slider #paralaxSliderPagination.buttons_pagination ul li.active { background:#f72a22; }
.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 .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);
}
