@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:700);
@import url(http://fonts.googleapis.com/css?family=Anton);
body { text-transform:uppercase; }
body.page-template-page-home-php { background:#1d1d1d; }
body .main-holder {
	position:relative;
	overflow:hidden;
}
@media (max-width: 550px) {
	body .main-holder h1, body .main-holder h2 {
		font-size:50px;
		line-height:58px;
		letter-spacing:0;
	}
	body .main-holder h5 {
		font-size:17px;
		line-height:32px;
	}
}
@media (max-width: 767px) {
	body { padding:0; }
	header.header, .content-holder, footer.footer {
		padding-left:20px !important;
		padding-right:20px !important;
	}
}
a {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
a:hover, a:focus { text-decoration:none; }
h1, h2, h3, h4, h5, h6 { margin-top:0; }
h1, h2, h3 { letter-spacing:-3px; }
h2 { margin-bottom:40px; }
h2 small {
	color:inherit;
	font-weight:300;
	font-size:1em;
}
h6 { margin-bottom:5px; }
h3.archive_h {
	font-size:25px;
	line-height:30px;
	letter-spacing:0;
}
p { margin:0 0 29px; }
.title-section {
	position:relative;
	margin:0 0 25px;
	padding:13px 0;
	background:#999;
	z-index:5;
}
.title-section:before {
	content:'';
	position:absolute;
	width:300%;
	height:100%;
	top:0;
	left:-100%;
	background:#1d1d1d;
	z-index:-1;
}
.title-header {
	overflow:visible;
	width:48%;
	float:left;
	margin:0;
	font-size:21px;
	line-height:25px;
	font-weight:bold;
	letter-spacing:0;
}
@media (max-width: 979px) {
	.title-section { text-align:center; }
	.title-header {
		float:none;
		width:auto;
		margin-bottom:6px;
	}
}
.hashAncor {
	position:relative;
	top:-50px;
}
.page-template-page-home-php .header .header-wrapper {
	position:relative;
	padding:180px 0;
	z-index:5;
}
@media (min-width: 1200px) {
	.page-template-page-home-php .header .header-wrapper { padding:200px 0; }
}
@media (min-width: 1680px) {
	.page-template-page-home-php .header .header-wrapper { padding:220px 0; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.page-template-page-home-php .header .header-wrapper { padding:135px 0 80px; }
}
@media (max-width: 767px) {
	.page-template-page-home-php .header .header-wrapper { padding:170px 0 80px; }
}
.page-template-page-home-php .header .header-wrapper .header-text { text-align:center; }
.header {
	padding:0;
	border:none;
	background:none;
}
.header .hidden-phone {
	position:absolute;
	width:300px;
	top:10px;
	left:0;
	z-index:5;
}
.header .header-wrapper { padding:55px 0; }
.header .header-wrapper .parallax_section {
	visibility:hidden;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
.search-form .search-form_it { background:url(images/wpcf7-form-field.png) 0 0 repeat; }
.search-form .search-form_is {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	padding:0 15px;
	height:37px;
	vertical-align:top;
	background:#ffcc00;
}
.search-form .search-form_is:hover { background:#5387aa; }
.page-template-page-home-php .logo {
	text-align:center;
	margin-bottom:45px;
}
.logo { width:100%; }
.logo .logo_h__txt { text-transform:uppercase; }
.logo .logo_h__txt .logo_link {
	color:inherit;
	text-decoration:none;
}
.logo .logo_h__txt .logo_link:hover, .logo .logo_h__txt .logo_link:visited {
	text-decoration:none;
	color:inherit;
}
.logo.pull-left { float:none; }
.logo_tagline {
	display:none;
	margin:0;
	color:#fff;
	padding:8px 0 0 0;
}
@media (max-width: 767px) {
	.logo, .logo.pull-left {
		float:none;
		width:100%;
		text-align:center;
		padding:0 10px;
		max-width:100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
}
.header-wrapper .pseudoStickyBlock { display:none !important; }
.menu-holder {
	position:absolute !important;
	height:100%;
	top:0;
	right:0;
	z-index:999;
}
.menu-holder .menu-icon, .menu-holder .menu-close-icon {
	position:absolute;
	visibility:visible;
	top:60px;
	cursor:pointer;
	z-index:5;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.menu-holder .menu-icon:before, .menu-holder .menu-close-icon:before {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font:25px/25px FontAwesome;
	color:#5387aa;
}
.menu-holder .menu-icon:hover:before, .menu-holder .menu-close-icon:hover:before { color:#ffcc00; }
.menu-holder .menu-icon { right:70px; }
.menu-holder .menu-icon:before { content:'\f0c9'; }
.menu-holder .menu-close-icon { right:-55px; }
.menu-holder .menu-close-icon:before { content:'\f00d'; }
.menu-holder .menu-overlay {
	position:absolute;
	width:0;
	height:100%;
	top:0;
	right:0;
	background:#000;
	background:rgba(0,0,0,0.7);
	z-index:-1;
}
.menu-holder .menu-wrapper {
	padding:0 55px;
	width:180px;
}
.menu-holder.menu-hidden .menu-wrapper {
	padding:0;
	width:0;
}
.menu-holder.menu-hidden .menu-close-icon { right:-9999px; }
.menu-holder.isStuck { position:fixed !important; }
@media (max-width: 767px) {
	.menu-holder.menu-holder.menu-hidden {
		height:34px;
		left:0;
		right:0;
		padding:20px;
	}
	.menu-holder.menu-holder.menu-hidden .menu-wrapper { width:100%; }
	.menu-holder.menu-holder.menu-hidden .menu-overlay { width:100%; }
	.menu-holder.menu-holder.menu-hidden .menu-icon, .menu-holder.menu-holder.menu-hidden .menu-close-icon { display:none; }
}
.select-menu { height:34px; }
.nav__primary { margin:120px 0 0; }
#topnav { float:none; }
#topnav li {
	position:relative;
	left:290px;
	display:block;
	float:none;
	margin:14px 0;
	text-align:left;
	background:none;
}
#topnav li a {
	position:relative;
	display:inline-block;
	padding:0;
	border:none;
	z-index:3;
}
#topnav li a .sf-sub-indicator {
	font-size:0;
	top:40%;
	left:-15px;
	background:url(images/arrows-ffffff.png) 0 0px no-repeat;
}
#topnav li .sub-menu {
	position:absolute;
	top:-11px;
	margin-left:-30px;
	padding:17px 10px;
	width:auto;
	background:#21ebb9;
	left:-100%;
}
#topnav li .sub-menu:before {
	content:'';
	position:absolute;
	top:23px;
	right:-8px;
	width:0;
	height:0;
	border-style:solid;
	border-width:7.5px 0 7.5px 8px;
	border-color:transparent transparent transparent #21ebb9;
}
#topnav li .sub-menu li {
	width:auto;
	float:none;
	display:block;
	margin:1px 0;
	left:0;
	text-align:right;
	background:none;
}
#topnav li .sub-menu li a {
	padding:3px 10px;
	white-space:nowrap;
	display:block;
	border:none;
	font-size:12px;
	line-height:18px;
	color:#fff;
}
#topnav li .sub-menu li a:after { display:none; }
#topnav li .sub-menu li a .sf-sub-indicator {
	top:7px;
	left:-9px;
	background:url(images/arrows-ffffff.png) 0 0 no-repeat;
}
#topnav li .sub-menu li > a:hover, #topnav li .sub-menu li.sfHover > a, #topnav li .sub-menu li.current-menu-item > a {
	color:#000;
	background:none;
}
#topnav li .sub-menu li > a:hover .sf-sub-indicator, #topnav li .sub-menu li.sfHover > a .sf-sub-indicator, #topnav li .sub-menu li.current-menu-item > a .sf-sub-indicator { background:url(images/arrows-ffffff.png) -10px 0 no-repeat; }
#topnav li .sub-menu .sub-menu {
	margin:-7px 0 0 -40px;
	left:-100%;
}
#topnav li:first-child { margin-left:0; }
#topnav li.active-menu-item > a, #topnav li.current-menu-item > a, #topnav li.sfHover > a, #topnav li a:hover {
	color:#eb21c3;
	background:none;
}
#topnav li.active-menu-item > a:after, #topnav li.current-menu-item > a:after, #topnav li.sfHover > a:after, #topnav li a:hover:after { width:100%; }
#topnav li.active-menu-item > a .sf-sub-indicator, #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 0px no-repeat; }
.slider { margin:50px 0 0; }
.slider .camera_wrap .camera_pag li { background:#5387aa; }
.slider .camera_wrap .camera_pag li span { display:none; }
.slider .camera_wrap .camera_pag li.cameracurrent, .slider .camera_wrap .camera_pag li:hover { background:#ffcc00; }
.content-holder { z-index:3; }
#back-top-wrapper { z-index:999; }
#back-top-wrapper a {
	width:50px;
	height:50px;
}
#back-top-wrapper a span {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	width:100%;
	height:100%;
	background-color:#000;
}
#back-top-wrapper a:hover span { background-color:#ffcc00; }
.thumbnail, a.thumbnail:focus {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	overflow:hidden;
	padding:0px;
	margin:0;
	display:block;
	border:none;
}
a.thumbnail:hover {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.breadcrumb.breadcrumb__t {
	float:right;
	width:48%;
	padding:0;
	border:none;
	background:none;
	color:#ffcc00;
	text-transform:uppercase;
	text-align:right;
	font-size:21px;
	line-height:25px;
	font-weight:bold;
}
.breadcrumb.breadcrumb__t li { text-shadow:none; }
.breadcrumb.breadcrumb__t a {
	text-decoration:none;
	color:#5387aa;
}
.breadcrumb.breadcrumb__t .divider { margin:0 10px; }
.breadcrumb.breadcrumb__t .divider:after {
	content:'//';
	color:#5387aa;
	font:bold 21px/25px 'Lato', sans-serif;
}
.breadcrumb.breadcrumb__t a:hover, .breadcrumb.breadcrumb__t .active { color:#ffcc00; }
@media (max-width: 979px) {
	.breadcrumb.breadcrumb__t {
		float:none;
		width:auto;
	}
}
#sidebar { overflow:hidden; }
#sidebar .widget {
	overflow:hidden;
	margin-bottom:50px;
}
#sidebar .widget h3 {
	font-size:35px;
	line-height:40px;
	letter-spacing:0;
	margin-bottom:25px;
}
#sidebar .thumbnail { margin:0 20px 5px 0; }
#sidebar time {
	display:block;
	margin-bottom:3px;
	font-size:12px;
	line-height:16px;
	color:#ffcc00;
	text-transform:uppercase;
}
#sidebar .post-list_h {
	font-size:16px;
	line-height:16px;
	margin-bottom:3px;
}
#sidebar .post-list_h a { color:#5387aa; }
#sidebar .post-list_h a:hover { color:#ffcc00; }
#sidebar .children {
	padding:0;
	margin:10px 0 -10px;
}
#sidebar ul { margin:0; }
#sidebar ul li {
	list-style-type:none;
	margin-bottom:8px;
	line-height:20px;
	padding-left:20px;
	background:url(images/list_arr.png) 0 3px no-repeat;
}
#sidebar ul li a {
	vertical-align:top;
	line-height:20px;
	color:#5387aa;
}
#sidebar ul li a:hover { color:#ffcc00; }
#sidebar .unstyled li {
	font-size:15px;
	line-height:29px;
	padding:0;
	border:none;
	background:none;
	margin-bottom:20px;
}
#sidebar .unstyled li .excerpt {
	margin-bottom:8px;
	line-height:22px;
}
#sidebar .unstyled li .btn {
	padding:0;
	height:20px;
	font-size:15px;
	line-height:20px !important;
	color:#ffcc00;
	border:none;
	background:none;
}
#sidebar .unstyled li .btn:after, #sidebar .unstyled li .btn:before { display:none; }
#sidebar .unstyled li .btn:hover { color:#5387aa; }
.portfolio_item_holder .thumbnail__portfolio { margin:0 0 20px; }
.portfolio_item_holder .thumbnail__portfolio .zoom-icon {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	margin:-47px 0 0 -47px;
	width:95px;
	height:95px;
	text-align:center;
	color:#fff;
	background:#000;
	background:rgba(0,0,0,0.8);
	z-index:5;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	visibility:hidden;
	opacity:0;
}
.portfolio_item_holder .thumbnail__portfolio .zoom-icon:before {
	position:static;
	margin:0;
	width:100%;
	content:'\f00e';
	font:47px/95px FontAwesome;
	background:none;
}
.portfolio_item_holder .thumbnail__portfolio a:hover .zoom-icon {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	visibility:visible;
	opacity:1;
}
.portfolio_item_holder .caption__portfolio h3 {
	margin-top:0px;
	font-size:28px;
	line-height:35px;
	letter-spacing:0;
}
.filter-wrapper { text-transform:uppercase; }
.filter-wrapper .pull-right { float:none; }
.filter-wrapper strong { display:none; }
.filter-wrapper .filter { margin:0 0 30px; }
.filter-wrapper .filter li {
	position:relative;
	margin-left:30px;
}
.filter-wrapper .filter li a {
	padding:0;
	margin:0;
	line-height:20px;
	color:#5387aa;
	background:none;
}
.filter-wrapper .filter li a:hover, .filter-wrapper .filter li a:focus, .filter-wrapper .filter li.active a {
	color:#ffcc00;
	background:none;
}
.filter-wrapper .filter li:first-child { margin-left:0px; }
.pager.single-pager { border:none; }
.pager.single-pager li a, .pager.single-pager li a:focus {
	color:#fff;
	background:#494949;
	border:none;
}
.pager.single-pager li.active a, .pager.single-pager li a:hover {
	color:#000;
	background:#ffcc00;
}
.portfolio-meta, .portfolio-meta-list { border-color:#494949; }
.portfolio-meta i, .portfolio-meta-list i { color:#5387aa; }
.flexslider.thumbnail { overflow:visible; }
.flexslider.thumbnail .flex-control-nav a { background:#ffcc00; }
.flexslider.thumbnail .flex-control-nav a.flex-active, .flexslider.thumbnail .flex-control-nav a:hover { background:#5387aa; }
.post__holder { margin-bottom:60px; }
.page-header {
	margin:0;
	border:none;
}
.post-title, .page-header h1 {
	font-size:35px;
	line-height:40px;
	letter-spacing:0;
	margin-bottom:25px;
}
.post_meta {
	margin:0;
	border-color:#494949;
}
.post_meta div.post_meta_unite { border-color:#494949; }
.post_meta i { color:#5387aa; }
.post_meta a, .post_meta a i { color:#5387aa; }
.post_meta a:hover, .post_meta a:hover i { color:#ffcc00; }
.post-author {
	border:none;
	background:#292929;
}
.post-author .post-author_h {
	font-size:21px;
	line-height:25px;
	letter-spacing:0;
}
.post-author .post-author_desc { color:#fff; }
.post-author a { color:#ffcc00; }
.post-author a:hover { color:#5387aa; }
.related-posts_item > a {
	display:inline-block;
	font-size:15px;
	line-height:22px;
}
#respond {
	overflow:hidden;
	margin-bottom:30px;
}
.children { padding:0 0 0 40px; }
@media (max-width: 767px) {
	.children { padding:0; }
}
.comment-list .comment .comment-body {
	color:#fff;
	border:none;
	background:#292929;
}
.comment-list .comment .comment-body .extra-wrap { text-transform:uppercase; }
.comment-list .comment .comment-body .reply a {
	color:#ffcc00;
	background:none;
}
.comment-list .comment .comment-body .reply a:hover { color:#5387aa; }
#calendar_wrap caption { color:#ffcc00; }
#calendar_wrap thead th { color:#ffcc00; }
.title-box {
	text-align:center;
	margin-bottom:45px;
}
.title-box .title-box_secondary {
	font-weight:300;
	color:#5387aa;
	margin-bottom:8px;
	font-size:65px;
	line-height:73px;
}
.title-box .title-box_secondary strong {
	font-weight:300;
	color:#21ebb9;
}
.title-box .title-box_primary {
	font-size:95px;
	line-height:93px;
	letter-spacing:-7px;
	font-weight:bold;
	color:#ffcc00;
}
.title-box .title-box_primary strong {
	font-weight:bold;
	color:#eb21c3;
}
.title-box.custom-color1 .title-box_primary strong { color:#21ebb9; }
@media (min-width: 1200px) {
	.title-box .title-box_secondary {
		font-size:77px;
		line-height:85px;
	}
	.title-box .title-box_primary {
		font-size:117px;
		line-height:115px;
	}
}
@media (min-width: 768px) and (max-width: 979px) {
	.title-box .title-box_secondary {
		font-size:55px;
		line-height:63px;
		letter-spacing:-2px;
	}
	.title-box .title-box_primary {
		font-size:75px;
		line-height:77px;
		letter-spacing:-4px;
	}
}
@media (max-width: 767px) {
	.title-box .title-box_secondary {
		font-size:35px;
		line-height:40px;
		letter-spacing:0px;
	}
	.title-box .title-box_primary {
		font-size:45px;
		line-height:50px;
		letter-spacing:0px;
	}
}
@media (max-width: 500px) {
	.title-box .title-box_secondary {
		font-size:25px;
		line-height:33px;
		margin-bottom:0;
	}
	.title-box .title-box_primary {
		font-size:35px;
		line-height:40px;
	}
}
.parallax-box .parallax-content { padding:115px 0 85px; }
.parallax-box .parallax-content .extra-wrap h3 {
	font-size:44px;
	line-height:57px;
	font-weight:300;
	letter-spacing:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.parallax-box .parallax-content .extra-wrap h3 {
		font-size:30px;
		line-height:43px;
	}
}
@media (max-width: 500px) {
	.parallax-box .parallax-content .extra-wrap h3 {
		font-size:30px;
		line-height:43px;
	}
}
.content_box {
	padding:90px 0 70px;
	background:#000;
}
.content_box:after, .content_box:before { background:#000; }
.owl-carousel-main { position:relative; }
.owl-carousel-block { overflow:hidden; }
.owl-carousel-block .carousel-wrap {
	position:static;
	margin:0 0 30px -30px;
}
.owl-carousel-block .carousel-wrap .owl-wrapper-outer { margin:0; }
.owl-carousel-block .carousel-wrap .owl-carousel {
	position:static;
	margin:0;
}
.owl-carousel-block .carousel-wrap .owl-carousel .item {
	text-align:center;
	margin:0 0 0 30px;
}
.owl-carousel-block .carousel-wrap .owl-carousel .item figure {
	position:relative;
	margin-bottom:20px;
}
.owl-carousel-block .carousel-wrap .owl-carousel .item h5 {
	font-size:25px;
	line-height:36px;
	font-weight:bold;
}
@media (min-width: 1200px) {
	.owl-carousel-block .carousel-wrap .owl-carousel .item h5 {
		font-size:31px;
		line-height:42px;
	}
}
.owl-carousel-block .carousel-wrap .owl-carousel .owl-item-with-appearance {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	-webkit-transform:scale(1) rotateY(0deg);
	-moz-transform:scale(1) rotateY(0deg);
	-ms-transform:scale(1) rotateY(0deg);
	-o-transform:scale(1) rotateY(0deg);
	transform:scale(1) rotateY(0deg);
	transform:perspective(900px);
}
.owl-carousel-block .carousel-wrap .owl-carousel .owl-item-with-appearance.object-hidden {
	-webkit-transform:scale(.75) rotateY(90deg);
	-moz-transform:scale(.75) rotateY(90deg);
	-ms-transform:scale(.75) rotateY(90deg);
	-o-transform:scale(.75) rotateY(90deg);
	transform:scale(.75) rotateY(90deg);
}
.owl-carousel-block .carousel-wrap .owl-controls .owl-pagination { margin-left:30px; }
.owl-carousel-block .carousel-wrap .owl-carousel-events .item figure { overflow:hidden; }
.owl-carousel-block .carousel-wrap .owl-carousel-events .item figure img {
	-webkit-transition:all 0.45s ease;
	-moz-transition:all 0.45s ease;
	-o-transition:all 0.45s ease;
	transition:all 0.45s ease;
	-webkit-transform:scale(1) rotate(0deg) translate(0);
	transform:scale(1) rotate(0deg) translate(0);
}
.owl-carousel-block .carousel-wrap .owl-carousel-events .item figure .event-date {
	-webkit-transition:all 0.45s ease;
	-moz-transition:all 0.45s ease;
	-o-transition:all 0.45s ease;
	transition:all 0.45s ease;
	padding-top:0px;
}
.owl-carousel-block .carousel-wrap .owl-carousel-events .item:hover figure img {
	-webkit-transform:scale(1.3) rotate(15deg) translate(50px);
	transform:scale(1.3) rotate(15deg) translate(50px);
}
.owl-carousel-block .carousel-wrap .owl-carousel-events .item:hover figure .event-date {
	padding-top:30%;
	height:70%;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure {
	overflow:hidden;
	margin:0;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure:before {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	visibility:hidden;
	opacity:0;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.8);
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay {
	position:absolute;
	overflow:hidden;
	top:5%;
	left:5%;
	width:90%;
	height:90%;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay img {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1.12);
	-moz-transform:scale(1.12);
	-ms-transform:scale(1.12);
	-o-transform:scale(1.12);
	transform:scale(1.12);
	visibility:hidden;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line {
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-1:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-1:after, .owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-2:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-2:after {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	visibility:hidden;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-1:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-1:after {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background:#ffcc00;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-1:before {
	top:0;
	left:100%;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-1:after {
	bottom:0;
	left:-100%;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-2:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-2:after {
	content:'';
	position:absolute;
	width:1px;
	height:100%;
	background:#ffcc00;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-2:before {
	left:0;
	top:-100%;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item figure .team-overlay .team-overlay-line .team-overlay-line-2:after {
	right:0;
	top:100%;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc {
	padding:20px 15px;
	color:#000;
	font-weight:300;
	background:#ffcc00;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc h5 {
	font-size:19px;
	line-height:27px;
	font-weight:normal;
	margin-bottom:5px;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc h5 a { color:#000; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc h5 a:hover { color:#5387aa; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc .excerpt { margin-bottom:5px; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc .post_networks ul { margin:0 0 5px; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc .post_networks li {
	float:none;
	display:inline-block;
	margin:5px;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc .post_networks li a {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	width:50px;
	height:50px;
	color:#5387aa;
	background:#1d1d1d;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc .post_networks li a span {
	margin:0;
	font-size:31px;
	line-height:50px;
}
@media (min-width: 1200px) {
	.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc .post_networks li a {
		width:60px;
		height:60px;
	}
	.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc .post_networks li a span { line-height:60px; }
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item .desc .post_networks li a:hover {
	color:#1d1d1d;
	background:#5387aa;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color1 figure .team-overlay .team-overlay-line .team-overlay-line-1:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color1 figure .team-overlay .team-overlay-line .team-overlay-line-1:after, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color1 figure .team-overlay .team-overlay-line .team-overlay-line-2:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color1 figure .team-overlay .team-overlay-line .team-overlay-line-2:after { background:#000; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color1 .desc {
	background:#eb21c3;
	color:#fff;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color1 .desc h5 a { color:#5387aa; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color1 .desc h5 a:hover { color:#000; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color2 figure .team-overlay .team-overlay-line .team-overlay-line-1:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color2 figure .team-overlay .team-overlay-line .team-overlay-line-1:after, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color2 figure .team-overlay .team-overlay-line .team-overlay-line-2:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color2 figure .team-overlay .team-overlay-line .team-overlay-line-2:after { background:#000; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color2 .desc { background:#fde906; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color3 figure .team-overlay .team-overlay-line .team-overlay-line-1:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color3 figure .team-overlay .team-overlay-line .team-overlay-line-1:after, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color3 figure .team-overlay .team-overlay-line .team-overlay-line-2:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color3 figure .team-overlay .team-overlay-line .team-overlay-line-2:after { background:#000; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color3 .desc { background:#21ebb9; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color4 figure .team-overlay .team-overlay-line .team-overlay-line-1:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color4 figure .team-overlay .team-overlay-line .team-overlay-line-1:after, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color4 figure .team-overlay .team-overlay-line .team-overlay-line-2:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color4 figure .team-overlay .team-overlay-line .team-overlay-line-2:after { background:#000; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color4 .desc {
	background:#868686;
	color:#fff;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color4 .desc h5 a { color:#5387aa; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item.custom-color4 .desc h5 a:hover { color:#000; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure:before {
	-webkit-transition-delay:.5s;
	-moz-transition-delay:.5s;
	-o-transition-delay:.5s;
	transition-delay:.5s;
	visibility:visible;
	opacity:1;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure .team-overlay img {
	visibility:visible;
	-webkit-transform:scale(1.35);
	-moz-transform:scale(1.35);
	-ms-transform:scale(1.35);
	-o-transform:scale(1.35);
	transform:scale(1.35);
	-webkit-transition-delay:.5s;
	-moz-transition-delay:.5s;
	-o-transition-delay:.5s;
	transition-delay:.5s;
}
.owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure .team-overlay .team-overlay-line .team-overlay-line-1:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure .team-overlay .team-overlay-line .team-overlay-line-1:after, .owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure .team-overlay .team-overlay-line .team-overlay-line-2:before, .owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure .team-overlay .team-overlay-line .team-overlay-line-2:after { visibility:visible; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure .team-overlay .team-overlay-line .team-overlay-line-1:before { left:0; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure .team-overlay .team-overlay-line .team-overlay-line-1:after { left:0; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure .team-overlay .team-overlay-line .team-overlay-line-2:before { top:0; }
.owl-carousel-block .carousel-wrap .owl-carousel-team .item:hover figure .team-overlay .team-overlay-line .team-overlay-line-2:after { top:0; }
.owl-carousel .owl-controls { margin:0; }
.owl-carousel .owl-controls .owl-pagination { margin:20px 0 0 0px; }
.owl-carousel .owl-controls .owl-pagination .owl-page span {
	margin:4px;
	opacity:1;
	border:1px solid #ffcc00;
	background:none;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span { background:#ffcc00; }
.owl-carousel .owl-controls .owl-buttons {
	position:absolute;
	width:100%;
	margin-left:-60px;
	padding:0 90px;
	top:30%;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev, .owl-carousel .owl-controls .owl-buttons .owl-next {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	position:absolute;
	top:0;
	margin:0;
	padding:0;
	width:60px;
	height:60px;
	opacity:1;
	border:1px solid #3e3e3e;
	background:#1d1d1d;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:before, .owl-carousel .owl-controls .owl-buttons .owl-next:before {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	color:#333;
	font-size:48px;
	line-height:60px;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev:hover:before, .owl-carousel .owl-controls .owl-buttons .owl-next:hover:before { color:#fff; }
.owl-carousel .owl-controls .owl-buttons .owl-prev { left:0; }
.owl-carousel .owl-controls .owl-buttons .owl-prev:before { content:'\f104'; }
.owl-carousel .owl-controls .owl-buttons .owl-next { right:0; }
.owl-carousel .owl-controls .owl-buttons .owl-next:before { content:'\f105'; }
@media (max-width: 1350px) {
	.owl-carousel .owl-controls .owl-buttons {
		margin-top:25px;
		position:relative;
	}
	.owl-carousel .owl-controls .owl-buttons .owl-prev, .owl-carousel .owl-controls .owl-buttons .owl-next { position:relative; }
	.owl-carousel .owl-controls .owl-buttons .owl-prev { left:-30px; }
}
.event-date {
	position:absolute;
	width:122px;
	height:122px;
	top:0;
	left:0;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	color:#000;
	text-align:center;
	background:#ffcc00;
	z-index:3;
}
.event-date b {
	display:block;
	font:normal 100px/90px 'Anton', sans-serif;
	margin-bottom:5px;
}
.events .custom-color1 .event-date, .owl-carousel-events .custom-color1 .event-date {
	color:#fff;
	background:#21ebb9;
}
.events .custom-color3 .event-date, .owl-carousel-events .custom-color3 .event-date {
	color:#fff;
	background:#eb21c3;
}
.events .custom-color4 .event-date, .owl-carousel-events .custom-color4 .event-date {
	color:#fff;
	background:#868686;
}
.skills {
	margin-left:-2% !important;
	font-size:0;
	line-height:0;
	margin-bottom:50px;
}
.skills .skills-item {
	text-align:center;
	font-size:15px;
	line-height:29px;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
	margin-bottom:30px;
	width:31.333%;
}
.skills .skill-progress {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:relative;
	display:inline-block;
	width:205px;
	height:205px;
	border:18px solid #ffcc00;
	margin-bottom:18px;
	-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:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.skills .skill-progress.custom-color1 { border-color:#eb21c3; }
.skills .skill-progress.custom-color2 { border-color:#21ebb9; }
.skills .skill-progress.custom-color3 { border-color:#fde906; }
.skills .skill-progress.custom-color4 { border-color:#868686; }
.skills .skill-number {
	position:absolute;
	display:none;
	top:0;
	left:0;
	width:100%;
	height:100%;
	color:#5387aa;
	text-align:center;
	font-size:57px;
	line-height:205px;
	font-weight:300;
}
.skills .skill-number:after { content:'%'; }
.skills .skill-progress-bar { display:none; }
.skills .skill-canvas {
	position:relative;
	top:0;
	left:0;
	width:205px !important;
	height:205px !important;
}
.skills .skill-content {
	-webkit-transition:all 0.8s ease;
	-moz-transition:all 0.8s ease;
	-o-transition:all 0.8s ease;
	transition:all 0.8s ease;
	-webkit-transition-delay:.6s;
	-moz-transition-delay:.6s;
	-o-transition-delay:.6s;
	transition-delay:.6s;
	position:relative;
	top:0;
	visibility:visible;
	opacity:1;
}
.skills .skill-content .skill-title {
	color:#5387aa;
	font-size:22px;
	line-height:37px;
	text-transform:uppercase;
	margin-bottom:10px;
}
@media (min-width: 1200px) {
	.skills .skill-content .skill-title {
		font-size:27px;
		line-height:42px;
	}
}
.skills .skill-content .excerpt { margin-bottom:0; }
.skills .skill-content .btn { margin-top:15px; }
.skills .skills-item.object-hidden .skill-progress {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.skills .skills-item.object-hidden .skill-content {
	top:100px;
	visibility:hidden;
	opacity:0;
}
@media (min-width: 768px) and (max-width: 979px) {
	.skills .skill-progress {
		width:170px;
		height:170px;
	}
	.skills .skill-canvas {
		width:170px !important;
		height:170px !important;
	}
	.skills .skill-number { line-height:170px; }
	.skills .skill-content .skill-title {
		font-size:15px;
		line-height:20px;
	}
}
@media (max-width: 767px) {
	.skills { margin-left:0% !important; }
	.skills .skills-item {
		margin-left:0;
		width:auto;
	}
}
.skills .skills-item .skill-progress.inline-progress {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	background:#ffcc00;
	height:40px;
	border:none;
}
.skills .skills-item .skill-progress.inline-progress .skill-number {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	display:block;
	width:auto;
	height:auto;
	left:10px;
	background:none;
	color:#000;
	font-size:24px;
	line-height:40px;
}
.skills .skills-item .skill-progress.inline-progress .skill-canvas { display:none; }
.skills .skills-item .skill-progress.inline-progress .skill-progress-bar {
	display:block;
	height:100%;
	background:#5387aa;
}
.skills .skills-item .skill-progress.inline-progress.custom-color1 { background:#eb21c3; }
.skills .skills-item .skill-progress.inline-progress.custom-color2 { background:#21ebb9; }
.skills .skills-item .skill-progress.inline-progress.custom-color3 { background:#fde906; }
.skills .skills-item .skill-progress.inline-progress.custom-color4 { background:#868686; }
.portfolio-shortcode { margin-bottom:60px; }
.portfolio-shortcode .portfolio_filter_buttons {
	overflow:hidden;
	text-align:center;
}
.portfolio-shortcode .portfolio_filter_buttons .filter_button {
	-webkit-transition:all 0.35s ease;
	-moz-transition:all 0.35s ease;
	-o-transition:all 0.35s ease;
	transition:all 0.35s ease;
	position:relative;
	cursor:pointer;
	overflow:hidden;
	display:inline-block;
	margin:0 0 10px 20px;
	padding:8px 0;
	color:#5387aa;
	text-transform:uppercase;
	border:none;
	background:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-o-user-select:none;
	user-select:none;
}
.portfolio-shortcode .portfolio_filter_buttons .filter_button:after, .portfolio-shortcode .portfolio_filter_buttons .filter_button:before {
	content:'';
	position:absolute;
	width:100%;
	height:1px;
	background:#5387aa;
}
.portfolio-shortcode .portfolio_filter_buttons .filter_button:before {
	left:-100%;
	bottom:20%;
}
.portfolio-shortcode .portfolio_filter_buttons .filter_button:after {
	left:100%;
	top:20%;
}
.portfolio-shortcode .portfolio_filter_buttons .filter_button:hover, .portfolio-shortcode .portfolio_filter_buttons .filter_button.current-category { color:#ffcc00; }
.portfolio-shortcode .portfolio_filter_buttons .filter_button.current-category:after { left:-100%; }
.portfolio-shortcode .portfolio_filter_buttons .filter_button.current-category:before { left:100%; }
.portfolio-shortcode .portfolio_filter_buttons .filter_button:hover:after, .portfolio-shortcode .portfolio_filter_buttons .filter_button:hover:before {
	-webkit-transition:all 0.65s ease;
	-moz-transition:all 0.65s ease;
	-o-transition:all 0.65s ease;
	transition:all 0.65s ease;
	-webkit-transition-delay:0.15s;
	-moz-transition-delay:0.15s;
	-o-transition-delay:0.15s;
	transition-delay:0.15s;
}
.portfolio-shortcode .portfolio_filter_buttons .filter_button:hover:after { left:-100%; }
.portfolio-shortcode .portfolio_filter_buttons .filter_button:hover:before { left:100%; }
.portfolio-shortcode .portfolio_wrapper { overflow:hidden; }
.portfolio-shortcode .portfolio_wrapper .portfolio-item {
	position:relative;
	overflow:hidden;
	float:left;
	width:16.6%;
	height:162px;
	margin:0;
}
.portfolio-shortcode .portfolio_wrapper .portfolio-item .thumbnail {
	overflow:hidden;
	height:100%;
	padding:0;
	margin:0;
	background:none;
}
.portfolio-shortcode .portfolio_wrapper .portfolio-item .thumbnail .enlarge-icon {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	display:block;
	top:50%;
	left:50%;
	margin:-47px 0 0 -47px;
	width:95px;
	height:95px;
	text-align:center;
	color:#fff;
	background:#000;
	background:rgba(0,0,0,0.8);
	z-index:5;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
	visibility:hidden;
	opacity:0;
}
.portfolio-shortcode .portfolio_wrapper .portfolio-item .thumbnail .enlarge-icon:before {
	content:'\f00e';
	font:47px/95px FontAwesome;
}
.portfolio-shortcode .portfolio_wrapper .portfolio-item .thumbnail img {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1) rotate(0deg);
	transform:scale(1) rotate(0deg);
}
.portfolio-shortcode .portfolio_wrapper .portfolio-item .thumbnail a:hover .enlarge-icon {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	visibility:visible;
	opacity:1;
}
.portfolio-shortcode .portfolio_wrapper .portfolio-item .thumbnail a:hover img {
	-webkit-transform:scale(1.2) rotate(10deg);
	transform:scale(1.2) rotate(10deg);
}
.portfolio-shortcode .portfolio_wrapper .portfolio-item.portfolio-item-with-appearance .thumbnail {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	opacity:1;
}
.portfolio-shortcode .portfolio_wrapper .portfolio-item.object-hidden .thumbnail {
	-webkit-transform:scale(.35);
	-moz-transform:scale(.35);
	-ms-transform:scale(.35);
	-o-transform:scale(.35);
	transform:scale(.35);
	opacity:0;
}
@media (max-width: 1920px) {
	.portfolio-shortcode .portfolio_wrapper .portfolio-item { height:277px; }
}
@media (max-width: 1670px) {
	.portfolio-shortcode .portfolio_wrapper .portfolio-item { height:198px; }
}
@media (min-width: 981px) and (max-width: 1200px) {
	.portfolio-shortcode .portfolio_wrapper .portfolio-item { height:162px; }
}
@media (min-width: 768px) and (max-width: 979px) {
	.portfolio-shortcode .portfolio_wrapper .portfolio-item {
		width:33.3%;
		height:250px;
	}
}
@media (max-width: 767px) {
	.portfolio-shortcode .portfolio_wrapper .portfolio-item {
		width:33.3%;
		height:183px;
	}
}
@media (max-width: 550px) {
	.portfolio-shortcode .portfolio_wrapper .portfolio-item {
		width:50%;
		height:160px;
	}
}
@media (min-width: 1921px) {
	.portfolio-shortcode .portfolio_wrapper .portfolio-item { height:320px; }
}
.testimonials-carousel {
	position:relative;
	padding:100px 0 90px;
	z-index:1;
}
.testimonials-carousel:before {
	content:'';
	position:absolute;
	width:300%;
	height:100%;
	left:-100%;
	top:0;
	background:#21ebb9;
	z-index:-1;
}
.testimonials-carousel .owl-controls .owl-pagination { padding-top:20px; }
.testimonials-carousel .owl-controls .owl-pagination .owl-page span { border:1px solid #000; }
.testimonials-carousel .owl-controls .owl-pagination .owl-page.active span { background:#000; }
.testimonials-carousel .testi-item {
	margin:0;
	padding:0;
	text-align:center;
}
.testimonials-carousel .testi-item .testi-item_blockquote {
	font-size:19px;
	line-height:31px;
	margin:0;
	padding:0;
	border:none;
}
.testimonials-carousel .testi-item .testi-item_blockquote:before {
	content:'';
	display:inline-block;
	width:93px;
	height:79px;
	margin-bottom:35px;
	background:url(images/testi-quote.png) 0 0 no-repeat;
}
.testimonials-carousel .testi-item .testi-item_blockquote a { color:#000; }
.testimonials-carousel .testi-item .testi-item_blockquote a:hover { color:#5387aa; }
.testimonials-carousel .testi-item .testi-item_blockquote .featured-thumbnail {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	overflow:hidden;
	float:none;
	margin:0 auto 30px;
	width:270px;
	height:270px;
}
.testimonials-carousel .testi-item .testi-item_blockquote .featured-thumbnail img {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
.testimonials-carousel .testi-item .testi-item_blockquote .testi-content-holder { overflow:hidden; }
.testimonials-carousel .testi-item .testi-meta {
	padding:25px 0 0;
	font-weight:300;
	color:#000;
}
.recent-posts { margin-bottom:40px !important; }
.recent-posts li h5 {
	font-size:19px;
	line-height:31px;
	margin-bottom:10px;
}
.recent-posts li .meta {
	font-size:15px;
	line-height:24px;
	color:#000;
	text-align:center;
}
.recent-posts li .meta .post-date {
	padding:0 7px;
	float:none;
}
.recent-posts li .meta .post-date:before {
	content:'\f017';
	font-family:"FontAwesome";
	padding-right:8px;
}
.recent-posts li .meta .post-comments {
	padding:0 7px;
	float:none;
}
.recent-posts li .meta .post-comments:before {
	content:'\f0e5';
	font-family:"FontAwesome";
	padding-right:8px;
}
.recent-posts li .meta .post-comments a { color:#000; }
.recent-posts li .meta .post-comments a:hover { color:#5387aa; }
.recent-posts .recent-posts-with-appearance {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	-webkit-transform:scale(1) rotateY(0deg);
	-moz-transform:scale(1) rotateY(0deg);
	-ms-transform:scale(1) rotateY(0deg);
	-o-transform:scale(1) rotateY(0deg);
	transform:scale(1) rotateY(0deg);
	transform:perspective(900px);
}
.recent-posts .recent-posts-with-appearance.object-hidden {
	-webkit-transform:scale(.75) rotateY(90deg);
	-moz-transform:scale(.75) rotateY(90deg);
	-ms-transform:scale(.75) rotateY(90deg);
	-o-transform:scale(.75) rotateY(90deg);
	transform:scale(.75) rotateY(90deg);
}
.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col {
	margin-left:-2% !important;
	font-size:0;
	line-height:0;
}
.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
	font-size:15px;
	line-height:29px;
	display:inline-block;
	vertical-align:top;
	margin-left:2%;
}
.recent-posts.two-col li h5, .recent-posts.three-col li h5, .recent-posts.four-col li h5 { margin-top:0; }
.recent-posts.two-col .featured-thumbnail, .recent-posts.three-col .featured-thumbnail, .recent-posts.four-col .featured-thumbnail {
	float:none;
	display:block;
	max-width:100%;
	margin-left:0;
	margin-right:0;
	margin-bottom:24px;
}
.recent-posts.two-col li { width:48%; }
.recent-posts.three-col li {
	position:relative;
	width:31.3%;
}
.recent-posts.three-col li .featured-thumbnail { margin:0; }
.recent-posts.three-col li .featured-thumbnail img {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform:scale(1) translateY(0px);
	transform:scale(1) translateY(0px);
}
.recent-posts.three-col li .post-content-holder {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	padding:0 20px;
	background:#ffcc00;
	background:rgba(255,204,0,0.8);
}
.recent-posts.three-col li .post-content-wrapper { text-align:center; }
.recent-posts.three-col li .post-content-wrapper h5 {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	padding:10px 0 40px;
	margin-bottom:0;
	font-size:15px;
	line-height:25px;
}
.recent-posts.three-col li .post-content-wrapper h5 a { color:#000; }
.recent-posts.three-col li .post-content-wrapper h5 a:hover { color:#5387aa; }
@media (min-width: 1200px) {
	.recent-posts.three-col li .post-content-wrapper h5 {
		font-size:19px;
		line-height:31px;
	}
}
.recent-posts.three-col li .post-content-wrapper .meta {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin-bottom:16px;
}
.recent-posts.three-col li .post-content-wrapper .excerpt {
	-webkit-transform:translateY(50px);
	-moz-transform:translateY(50px);
	-ms-transform:translateY(50px);
	-o-transform:translateY(50px);
	transform:translateY(50px);
	visibility:hidden;
	opacity:0;
	font-size:13px;
	line-height:25px;
	color:#000;
}
@media (min-width: 1200px) {
	.recent-posts.three-col li .post-content-wrapper .excerpt {
		font-size:15px;
		line-height:29px;
	}
}
.recent-posts.three-col li:hover .featured-thumbnail img {
	-webkit-transform:scale(1.3) translateY(-50px);
	transform:scale(1.3) translateY(-50px);
}
.recent-posts.three-col li:hover .post-content-holder { background:#ffcc00; }
.recent-posts.three-col li:hover .post-content-holder .post-content-wrapper h5 { padding:30px 0 10px; }
.recent-posts.three-col li:hover .post-content-holder .post-content-wrapper .excerpt {
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transition-delay:.25s;
	-moz-transition-delay:.25s;
	-o-transition-delay:.25s;
	transition-delay:.25s;
	-webkit-transform:translateY(0px);
	-moz-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	visibility:visible;
	opacity:1;
}
.recent-posts.three-col .custom-color1 .post-content-holder { background:rgba(33,235,185,0.8); }
.recent-posts.three-col .custom-color1:hover .post-content-holder { background:#21ebb9; }
.recent-posts.three-col .custom-color2 .post-content-holder { background:rgba(235,33,195,0.8); }
.recent-posts.three-col .custom-color2:hover .post-content-holder { background:#eb21c3; }
.recent-posts.three-col .custom-color3 .post-content-holder { background:rgba(134,134,134,0.8); }
.recent-posts.three-col .custom-color3:hover .post-content-holder { background:#868686; }
.recent-posts.three-col .custom-color2 .post-content-holder h5 a, .recent-posts.three-col .custom-color3 .post-content-holder h5 a { color:#fff; }
.recent-posts.three-col .custom-color2 .post-content-holder h5 a:hover, .recent-posts.three-col .custom-color3 .post-content-holder h5 a:hover { color:#000; }
.recent-posts.three-col .custom-color2 .post-content-holder .excerpt, .recent-posts.three-col .custom-color3 .post-content-holder .excerpt { color:#fff; }
.recent-posts.three-col .custom-color2 .post-content-holder .meta, .recent-posts.three-col .custom-color3 .post-content-holder .meta { color:#fff; }
.recent-posts.three-col .custom-color2 .post-content-holder .meta .post-comments a, .recent-posts.three-col .custom-color3 .post-content-holder .meta .post-comments a { color:#fff; }
.recent-posts.three-col .custom-color2 .post-content-holder .meta .post-comments a:hover, .recent-posts.three-col .custom-color3 .post-content-holder .meta .post-comments a:hover { color:#000; }
@media (min-width: 768px) and (max-width: 979px) {
	.recent-posts.three-col li { width:48%; }
}
@media (max-width: 767px) {
	.recent-posts.three-col li .featured-thumbnail { z-index:5; }
	.recent-posts.three-col li .featured-thumbnail img {
		-webkit-transform:scale(1) translateY(0) !important;
		transform:scale(1) translateY(0) !important;
	}
	.recent-posts.three-col li .post-content-holder {
		position:relative;
		overflow:hidden;
		height:auto !important;
	}
	.recent-posts.three-col li .post-content-holder h5 { padding:10px 0 8px !important; }
	.recent-posts.three-col li .post-content-holder .meta {
		position:relative;
		margin-bottom:8px;
	}
	.recent-posts.three-col li .post-content-holder .excerpt {
		-webkit-transform:translateY(0) !important;
		-moz-transform:translateY(0) !important;
		-ms-transform:translateY(0) !important;
		-o-transform:translateY(0) !important;
		transform:translateY(0) !important;
		visibility:visible;
		opacity:1;
	}
}
@media (max-width: 450px) {
	.recent-posts.three-col li { margin-bottom:30px; }
	.recent-posts.three-col li .featured-thumbnail {
		float:none !important;
		margin-bottom:10px;
	}
}
.recent-posts.four-col li { width:23%; }
@media (max-width: 767px) {
	.recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col { margin-left:0 !important; }
	.recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
		margin-left:0;
		width:100%;
		float:none;
	}
	.recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		max-width:120px;
		margin-right:20px;
		float:left;
	}
}
.list.arrow-list > ul { margin-left:0px; }
.list.arrow-list > ul li {
	list-style-type:none;
	margin-bottom:0px;
	line-height:20px;
	padding-left:20px;
	background:url(images/list_arr.png) 0 0 no-repeat;
}
.list.arrow-list > ul li a {
	vertical-align:top;
	line-height:20px;
	color:#5387aa;
}
.list.arrow-list > ul li a:hover { color:#ffcc00; }
.list.arrow-list > ul li:before {
	width:0px;
	margin:0;
	padding:0;
	content:"";
}
.wpcf7-form {
	overflow:hidden;
	margin:0;
	padding:0 0 20px;
}
.wpcf7-form .inputblock { overflow:hidden; }
.wpcf7-form .inputblock p {
	width:100%;
	float:none;
	margin-bottom:10px;
}
.wpcf7-form .inputblock .wpcf7-form-control, .wpcf7-form .textareablock .wpcf7-form-control {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	height:auto;
	margin:0;
	font-size:17px;
	text-transform:uppercase;
	padding:20px 30px;
	font-weight:300;
	background:url(images/wpcf7-form-field.png) 0 0 repeat;
}
.wpcf7-form .textareablock p { margin-bottom:10px; }
.wpcf7-form .textareablock .wpcf7-form-control { height:190px; }
.wpcf7-form .submitblock, .wpcf7-form .clearblock {
	width:49%;
	float:left;
}
.wpcf7-form .submitblock .wpcf7-form-control, .wpcf7-form .clearblock .wpcf7-form-control {
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	display:block;
	padding:22px 0 23px;
	width:100%;
	color:#fff;
	font-size:33px;
	line-height:35px;
	text-transform:uppercase;
	border:none;
}
.wpcf7-form .submitblock .wpcf7-form-control:hover, .wpcf7-form .clearblock .wpcf7-form-control:hover {
	color:#000;
	background:#5387aa;
}
.wpcf7-form .submitblock { margin-right:1%; }
.wpcf7-form .submitblock .wpcf7-submit {
	color:#fff;
	background:#eb21c3;
}
.wpcf7-form .clearblock { margin-left:1%; }
.wpcf7-form .clearblock .wpcf7-form-control {
	color:#000;
	background:#21ebb9;
}
.wpcf7-form span.wpcf7-not-valid-tip {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:none !important;
	padding:20px 25px !important;
}
.wpcf7-form .wpcf7-response-output {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	border:none !important;
	margin-top:100px !important;
	padding:20px 25px !important;
	line-height:24px;
}
.wpcf7-form p.field input { height:35px; }
.wpcf7-form p.field input { height:35px; }
input[type="submit"], input[type="reset"] {
	height:auto;
	color:#fff;
	background:#eb21c3;
}
input[type="submit"]:hover, input[type="reset"]:hover {
	color:#000;
	background:#ffcc00;
}
@media (max-width: 767px) {
	input[type="submit"], input[type="reset"] {
		padding:15px 30px;
		font-size:16px;
	}
}
.social { overflow:hidden; }
.social li {
	display:inline-block;
	margin:0 10px 5px 0;
	list-style:none;
}
.social li a {
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	display:block;
	width:60px;
	height:60px;
	font-size:31px;
	line-height:60px;
	text-align:center;
	color:#fff;
	background:#1d1d1d;
}
.social li a:hover {
	color:#1d1d1d;
	background:#ffcc00;
}
.fullwidth-object { position:relative; }
.object-hidden { visibility:hidden; }
footer.footer {
	padding:50px 0;
	border:none;
	background:#1d1d1d;
}
footer.footer nav.footer-nav {
	margin:0;
	float:none;
	text-align:center;
}
footer.footer nav.footer-nav ul.menu {
	display:inline-block;
	float:none;
}
footer.footer nav.footer-nav ul.menu li { text-transform:uppercase; }
footer.footer nav.footer-nav ul.menu li.current-menu-item a, footer.footer nav.footer-nav ul.menu li a:hover {
	color:#ffcc00;
	text-decoration:none;
}
footer.footer .footer-widgets >div >div { margin-bottom:40px; }
footer.footer .copyright { padding:0; }
footer.footer .footer-text {
	float:none;
	text-align:center;
}
footer.footer .footer-text a { color:#eaeaea; }
footer.footer .footer-text a:hover { color:#5387aa; }
.pagination ul {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pagination ul li a, .pagination ul li a:focus {
	margin:0 1px 1px 0;
	border:none;
	color:#5387aa;
	background:#494949;
}
.pagination ul li a:hover, .pagination ul li.active a {
	color:#000;
	background:#ffcc00;
}
.list.check-list { margin-bottom:30px; }
.list.styled ul li:before { color:#ffcc00; }
.faq-list h4 {
	color:#5387aa;
	margin-bottom:0px;
	font-size:25px;
	line-height:30px;
}
.faq-list .marker {
	font-size:18px;
	color:#ffcc00;
}
.testimonial {
	background:none;
	border:1px solid #494949;
}
.error404-holder_num { color:#5387aa; }
.google-map { margin-bottom:40px; }
.wpcf7-form p.field input { height:35px; }
#commentform input[type="text"] {
	padding:0 10px;
	height:35px;
	border:none;
	background:#1a1a1a;
}
#commentform textarea {
	border:none;
	background:#1a1a1a;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder { color:#fff; }
.negative-indent { margin-bottom:-50px; }
@media (min-width: 768px) and (max-width: 979px) {
	.post-list_li .featured-thumbnail {
		float:none;
		display:inline-block;
	}
	.post-list_li time { display:block; }
	.logo { width:100%; }
}
@media (max-width: 767px) {
	#topnav { display:none; }
	.nav.nav__primary { margin:0 0 20px; }
	.recent-posts, .recent-posts.two-col, .recent-posts.three-col, .recent-posts.four-col { margin-left:0 !important; }
	.recent-posts li, .recent-posts.two-col li, .recent-posts.three-col li, .recent-posts.four-col li {
		margin-left:0;
		width:100%;
		float:none;
	}
	.recent-posts li .thumbnail, .recent-posts.two-col li .thumbnail, .recent-posts.three-col li .thumbnail, .recent-posts.four-col li .thumbnail {
		max-width:120px;
		margin-right:20px;
		float:left;
	}
	footer.footer nav.footer-nav ul.menu { text-align:center; }
	footer.footer .copyright, footer.footer .footer-text { text-align:center; }
	.vertical-divider {
		padding:0;
		margin:0;
		background:none;
		border:none;
	}
	.fluid-img {
		display:block;
		float:none;
		margin-left:0px;
		margin-right:0px;
	}
}
.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:39px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
