@import url("../CherryFramework/style.css");
@import url(//fonts.googleapis.com/css?family=Roboto:400,500,700,400italic,300);
@import "css/material-design.css";
.ripple {
	position:absolute;
	background:rgba(220,220,220,0.4);
	border-radius:100%;
	transform:scale(0.2);
	-webkit-transform:scale(0.2);
	-moz-transform:scale(0.2);
	opacity:0;
	pointer-events:none;
	-webkit-animation:ripple .75s ease-out;
	-moz-animation:ripple .75s ease-out;
	animation:ripple .75s ease-out;
}
.btn .ripple { background:rgba(255,255,255,0.3); }
@-webkit-keyframes ripple {
	from { opacity:1; }
	to {
		-webkit-transform:scale(1.5);
		-moz-transform:scale(1.5);
		transform:scale(1.5);
		opacity:0;
	}
}
@-moz-keyframes ripple {
	from { opacity:1; }
	to {
		-webkit-transform:scale(1.5);
		-moz-transform:scale(1.5);
		transform:scale(1.5);
		opacity:0;
	}
}
@keyframes ripple {
	from { opacity:1; }
	to {
		-webkit-transform:scale(1.5);
		-moz-transform:scale(1.5);
		transform:scale(1.5);
		opacity:0;
	}
}
h1, h2, h3, h4, h5, h6 { margin:0; }
.home h2 { margin-bottom:29px; }
h3 { margin-bottom:39px; }
.home h3 { margin-bottom:34px; }
h3.archive_h {
	font-size:20px;
	line-height:24px;
}
form .ajax-loader { display:none !important; }
p { margin-bottom:18px; }
img {
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
}
img.aligncenter { padding-top:29px; }
a, a:visited {
	-webkit-transition:color 0.3s ease;
	-moz-transition:color 0.3s ease;
	-o-transition:color 0.3s ease;
	transition:color 0.3s ease;
	outline:medium none !important;
	text-decoration:none !important;
}
a:hover, a:visited:hover {
	text-decoration:none !important;
	outline:medium none !important;
	color:#00bbd3;
}
a:focus, a:visited:focus { background:none; }
a:active, a:visited:active { text-decoration:none !important; }
.thumbnail, .featured-thumbnail {
	margin-top:0;
	box-shadow:none !important;
	padding:0;
	border:0;
	border-radius:0;
	overflow:hidden;
	position:relative;
}
.thumbnail a, .featured-thumbnail a { display:block; }
.flexslider.widget-flexslider { background:none !important; }
ul, ol {
	list-style:none;
	margin:0;
	padding:0;
}
.span12[data-motopress-static-file="static/static-slider.php"], .span12[data-motopress-static-file="static/static-search.php"] { min-height:0; }
.faq-list h4 {
	font-size:18px;
	line-height:28px;
}
@-webkit-keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#2abfd4;
		margin-top:-5px;
	}
}
@-moz-keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
		margin-top:-5px;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#2abfd4;
	}
}
@-ms-keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
		margin-top:-5px;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#2abfd4;
	}
}
@-o-keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
		margin-top:-5px;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#2abfd4;
	}
}
@keyframes mymove {
	0% {
		bottom:100%;
		top:-20px;
		background-color:#feea3a;
		margin-top:-5px;
	}
	50% { bottom:0px; }
	100% {
		top:100%;
		border-radius:0;
		background-color:#2abfd4;
	}
}
.nav__primary {
	position:relative;
	margin:0;
	float:right;
	position:relative;
	top:0px;
	margin-top:-3px;
}
.stuck_wrapper { padding:16px 0 0px; }
.sf-menu {
	position:relative;
	float:none;
	-webkit-transition:background-color 0.5s ease;
	-moz-transition:background-color 0.5s ease;
	-o-transition:background-color 0.5s ease;
	transition:background-color 0.5s ease;
}
.sf-menu a.sf-with-ul { padding-right:0px !important; }
.sf-menu a.sf-with-ul .sf-sub-indicator {
	position:absolute;
	right:0;
	left:0;
	top:40px !important;
	width:auto;
	height:auto;
	background:none !important;
	font-size:0;
	line-height:0;
	text-indent:0;
	text-align:center;
	color:#fff;
}
.sf-menu a.sf-with-ul .sf-sub-indicator:before {
	content:'';
	display:block;
	font:16px/20px 'FontAwesome';
}
.isStuck .sf-menu {
	box-shadow:0 0 3px #000;
	box-shadow:0 0 7px rgba(0,0,0,0.6);
}
.sf-menu>li {
	text-align:left;
	background:none;
	position:relative;
	z-index:10;
}
.sf-menu>li>a {
	-webkit-transition:color 0.4s ease;
	-moz-transition:color 0.4s ease;
	-o-transition:color 0.4s ease;
	transition:color 0.4s ease;
	background:none !important;
	position:relative;
	z-index:1;
	border:none;
	font-weight:500 !important;
	padding:14px 0 26px !important;
	overflow:hidden;
	z-index:100;
}
.sf-menu>li>a:before {
	position:absolute;
	left:0;
	right:0;
	top:-20;
	bottom:100%;
	content:'';
	background-color:#feea3a;
	z-index:-1;
}
.sf-menu>li+li { margin-left:40px; }
.sf-menu .sub-menu {
	top:100% !important;
	padding:13px 0 18px;
	width:177px;
	margin-top:10px;
	background:#fff;
	left:0 !important;
	text-transform:none;
	box-shadow:1px 0 7px rgba(0,0,0,0.31);
	border-radius:3px;
}
.sf-menu .sub-menu li {
	background:none;
	text-align:left;
	font-size:16px;
	line-height:20px;
}
.sf-menu .sub-menu li.sfHover>a {
	color:#363f45;
	background-color:#eff0f0;
}
.sf-menu .sub-menu li a {
	white-space:nowrap;
	position:relative;
	color:#9ba5ac;
	background:#fff;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	display:block;
	padding:8px 23px 9px;
	border:0;
	overflow:hidden;
}
.sf-menu .sub-menu li a .sf-sub-indicator {
	right:auto;
	left:-20px;
}
.sf-menu .sub-menu li a:hover {
	color:#363f45;
	background-color:#eff0f0;
}
.sf-menu .sub-menu .sub-menu {
	border-radius:4px;
	top:0 !important;
	right:100% !important;
	left:auto !important;
	margin-top:-13px !important;
}
.isStuck {
	background-color:rgba(54,63,69,0.95);
	left:0;
	right:0;
	z-index:999;
}
.isStuck .sf-menu {
	float:none;
	box-shadow:none;
	top:0;
}
.sf-menu > li > a:hover, .sf-menu>li.sfHover>a, .sf-menu > li.current-menu-item > a, .sf-menu > li.active-menu-item > a, .sf-menu > li.current_page_item > a { color:#fff; }
.sf-menu > li > a:hover:before, .sf-menu>li.sfHover>a:before, .sf-menu > li.current-menu-item > a:before, .sf-menu > li.active-menu-item > a:before, .sf-menu > li.current_page_item > a:before {
	animation:mymove 0.4s linear;
	-moz-animation:mymove 0.4s linear;
	-webkit-animation:mymove 0.4s linear;
	-o-animation:mymove 0.4s linear;
	-ms-animation:mymove 0.4s linear;
	bottom:0px;
	top:100%;
	border-radius:0;
	background-color:#2abfd4;
	margin-top:-5px;
}
.header {
	padding:0;
	border:0;
}
.header:after {
	content:'';
	background:url(images/header_shadow.png) 0 0 repeat-x;
	height:16px;
	left:0;
	right:0;
	top:100%;
	position:absolute;
}
.header .navbar-form {
	float:none !important;
	padding-bottom:10px;
}
.logo {
	position:relative;
	display:block;
}
.logo * { vertical-align:top; }
.logo a:hover, .logo a:active, .logo a:focus { color:inherit; }
.motoslider_wrapper { margin-bottom:70px; }
.motoslider_wrapper .title-1 {
	color:#3e50b4;
	font-weight:300;
	font-family:'Roboto', sans-serif;
}
.motoslider_wrapper .title-1.slide-2 { color:#feea3a !important; }
.motoslider_wrapper .title-1.slide-3 { color:#224687; }
.motoslider_wrapper .title-2 {
	color:#3e50b4;
	font-family:'Roboto', sans-serif;
	font-weight:normal;
}
.motoslider_wrapper .title-2.slide-2 { color:#feea3a !important; }
.motoslider_wrapper .title-2.slide-3 { color:#224687 !important; }
.motoslider_wrapper .mpsl-header-white .title-1 { color:#fff; }
.motoslider_wrapper p {
	color:#363f45 !important;
	font-family:'Roboto', sans-serif;
	text-shadow:none;
}
.motoslider_wrapper p.slide-3 { color:#2abfd4 !important; }
.motoslider_wrapper .mpsl-sub-header-white .title-2 { color:#fff; }
.motoslider_wrapper .mpsl-sub-header-dark, .motoslider_wrapper .mpsl-sub-header-white { background:none !important; }
.motoslider_wrapper .mpsl-text-white p { color:#fff !important; }
.desktop .motoslider_wrapper .ms_prev, .desktop .motoslider_wrapper .ms_next { display:none; }
.motoslider_wrapper .ms_banner_timer {
	top:auto !important;
	height:5px;
	bottom:0;
	background:none;
}
.motoslider_wrapper .ms_banner_timer .ms_banner_inner { background-color:rgba(54,63,69,0.5); }
.motoslider_wrapper .ms_pagination { bottom:73px; }
.motoslider_wrapper .ms_pagination .ms_bullet {
	background:none;
	width:11px;
	height:11px;
	border:1px solid #fff !important;
	border-radius:500px;
	margin:0 3px 0 4px;
}
.motoslider_wrapper .ms_pagination .ms_bullet.ms_active, .motoslider_wrapper .ms_pagination .ms_bullet:hover { background:#fff !important; }
.motoslider_wrapper .ms_start_pause {
	background:url(images/play-pause.png) 0 0 no-repeat !important;
	width:30px;
	height:30px;
	top:auto;
	right:50px;
	bottom:49px;
}
.motoslider_wrapper .ms_start_pause:hover { opacity:0.8; }
.motoslider_wrapper .ms_start_pause.ms_pause { background-position:right 0 !important; }
.motoslider_wrapper .ms_button_layer {
	font:500 20px/26px 'Roboto', sans-serif !important;
	color:#fff;
	background:#9b26af;
	display:inline-block;
	border-radius:3px;
	overflow:hidden;
	font-weight:500;
	text-transform:uppercase;
	padding:16px 50px 18px !important;
	-webkit-transition:box-shadow 0.3s ease;
	-moz-transition:box-shadow 0.3s ease;
	-o-transition:box-shadow 0.3s ease;
	transition:box-shadow 0.3s ease;
	text-align:center;
	box-shadow:3px 3px 7px rgba(0,0,0,0.22);
}
.motoslider_wrapper .ms_button_layer:hover {
	color:#fff !important;
	background-color:#f55b50 !important;
	box-shadow:6px 6px 10px rgba(0,0,0,0.32);
}
.motoslider_wrapper .ms_button_layer.slide-2 { background-color:#f34235; }
.motoslider_wrapper .ms_button_layer.slide-3 {
	background-color:#feea3a;
	color:#363f45 !important;
}
.motoslider_wrapper .ms_button_layer.slide-4 { background-color:#e81d62; }
#content, #sidebar { padding-top:79px; }
.content-holder { background-color:#fff; }
.home .content-holder { padding:0; }
.content-holder .title-section { padding:29px 0 27px; }
.content-holder .title-section:before {
	content:'';
	position:absolute;
	left:-3000px;
	right:-3000px;
	top:0;
	bottom:0;
	background-color:#feea3a;
	z-index:-1;
}
.content-holder .title-section:after {
	display:table;
	width:100%;
	clear:both;
	content:'';
}
.content-holder .title-section .title-header {
	color:#222222;
	font-size:24px;
	line-height:30px;
	float:left;
	margin:0;
}
.content-holder .title-section .breadcrumb.breadcrumb__t {
	border-radius:0;
	background:none;
	float:right;
	padding:0;
}
.content-holder .title-section .breadcrumb.breadcrumb__t li {
	font-size:24px;
	line-height:30px;
	color:#3e50b4;
	text-shadow:none;
}
.content-holder .title-section .breadcrumb.breadcrumb__t li.divider {
	display:inline-block;
	width:18px;
	text-align:center;
}
.content-holder .title-section .breadcrumb.breadcrumb__t li.divider:after {
	content:'|';
	font:24px/30px 'Roboto', sans-serif;
	color:#222222;
}
.content-holder .filter-wrapper {
	margin:-3px 0 55px;
	border-bottom:1px solid #e5e5e5;
}
.content-holder .filter-wrapper .pull-right { float:none; }
.content-holder .filter-wrapper .pull-right strong { display:none; }
.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills {
	overflow:visible;
	padding-top:0px;
	margin:0;
	float:none;
	text-align:center;
}
.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills>li {
	position:relative;
	top:2px;
	vertical-align:top;
	float:none;
	display:inline-block;
}
.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills>li+li { margin-left:18px; }
.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills>li>a {
	background:none !important;
	display:block;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	cursor:pointer;
	color:#888888;
	padding:0 4px 21px 7px;
	position:relative;
}
.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills>li>a:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:5px;
	background-color:#feea3a;
	opacity:0;
	bottom:-5px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills>li>a:hover { color:#222222; }
.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills>li>a:hover:before {
	opacity:1;
	bottom:-1px;
}
.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills>li.active>a { color:#222222; }
.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills>li.active>a:before {
	opacity:1;
	bottom:-1px;
}
.content-holder #portfolio-grid { overflow:visible !important; }
.content-holder .portfolio_item { margin-bottom:89px !important; }
.content-holder .portfolio_item_holder {
	overflow:visible;
	padding:30px;
	box-shadow:3px 3px 7px rgba(0,0,0,0.22);
	background-color:#fff;
}
.content-holder .portfolio_item_holder:hover { box-shadow:4px 4px 10px rgba(0,0,0,0.32); }
.content-holder .portfolio_item_holder .caption__portfolio { padding:21px 0 2px; }
.content-holder .portfolio_item_holder .caption__portfolio h3 {
	font-size:24px;
	line-height:34px;
	margin-bottom:14px;
	text-align:left;
}
.content-holder .portfolio_item_holder .caption__portfolio h3 a { color:#f34235; }
.content-holder .portfolio_item_holder .caption__portfolio h3 a:hover { color:#00bbd3; }
.content-holder .portfolio_item_holder .caption__portfolio .excerpt {
	margin-bottom:8px;
	margin-bottom:0;
}
.content-holder input[type="text"], .content-holder input[type="email"], .content-holder textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#888888;
	font:16px/22px 'Roboto', sans-serif;
	border:none !important;
	background:#f7f7f7 !important;
	border-radius:0;
	height:52px !important;
	width:100%;
	box-shadow:none !important;
	max-width:100%;
	padding:16px 19px 14px !important;
	-webkit-transition:0.4s ease !important;
	-moz-transition:0.4s ease !important;
	-o-transition:0.4s ease !important;
	transition:0.4s ease !important;
	-webkit-appearance:none;
}
.content-holder input[type="text"]:-moz-placeholder, .content-holder input[type="email"]:-moz-placeholder, .content-holder textarea:-moz-placeholder { color:#888888; }
.content-holder input[type="text"]::-moz-placeholder, .content-holder input[type="email"]::-moz-placeholder, .content-holder textarea::-moz-placeholder { color:#888888; }
.content-holder input[type="text"]:-ms-input-placeholder, .content-holder input[type="email"]:-ms-input-placeholder, .content-holder textarea:-ms-input-placeholder { color:#888888; }
.content-holder input[type="text"]::-webkit-input-placeholder, .content-holder input[type="email"]::-webkit-input-placeholder, .content-holder textarea::-webkit-input-placeholder { color:#888888; }
.content-holder input[type="text"]:focus, .content-holder input[type="email"]:focus, .content-holder textarea:focus {
	background-color:#00bbd3 !important;
	color:#fff;
}
.content-holder input[type="text"]:focus:-moz-placeholder, .content-holder input[type="email"]:focus:-moz-placeholder, .content-holder textarea:focus:-moz-placeholder { color:#fff; }
.content-holder input[type="text"]:focus::-moz-placeholder, .content-holder input[type="email"]:focus::-moz-placeholder, .content-holder textarea:focus::-moz-placeholder { color:#fff; }
.content-holder input[type="text"]:focus:-ms-input-placeholder, .content-holder input[type="email"]:focus:-ms-input-placeholder, .content-holder textarea:focus:-ms-input-placeholder { color:#fff; }
.content-holder input[type="text"]:focus::-webkit-input-placeholder, .content-holder input[type="email"]:focus::-webkit-input-placeholder, .content-holder textarea:focus::-webkit-input-placeholder { color:#fff; }
.content-holder #respond #commentform { padding-top:25px; }
.content-holder #respond #commentform .comment_submit {
	position:relative;
	top:-6px;
	padding-top:0px;
	text-align:left;
}
.content-holder #respond #commentform .comment_submit input { margin-top:0 !important; }
.content-holder #respond #commentform input[type="text"], .content-holder #respond #commentform input[type="email"] { width:100%; }
.content-holder #respond #commentform p.field {
	margin-bottom:18px;
	overflow:visible;
}
.content-holder .search-form input[type="text"] {
	width:370px;
	display:block;
}
.content-holder .header .search-form { margin-right:90px; }
.content-holder .header .search-form input[type="submit"] { color:#fff; }
.content-holder .header .search-form input[type="submit"]:hover { color:#3e50b4 !important; }
.content-holder textarea { height:197px !important; }
.content-holder div.wpcf7 {
	margin-bottom:37px;
	padding-top:4px;
}
.content-holder div.wpcf7 p.field {
	margin-bottom:18px;
	overflow:visible;
}
.content-holder div.wpcf7 .submit-wrap { padding-top:0px; }
.content-holder div.wpcf7 .submit-wrap .ajax-loader { display:none !important; }
.content-holder div.wpcf7 .submit-wrap input { margin:0; }
.content-holder div.wpcf7 .submit-wrap input[type="reset"] { margin-right:30px; }
.search-form input[type="text"] {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#888888;
	font:16px/22px 'Roboto', sans-serif;
	border:none !important;
	background:#f7f7f7 !important;
	border-radius:0;
	height:45px !important;
	width:100%;
	box-shadow:none !important;
	max-width:100%;
	width:370px !important;
	padding:12px 19px 11px !important;
	-webkit-transition:0.4s ease !important;
	-moz-transition:0.4s ease !important;
	-o-transition:0.4s ease !important;
	transition:0.4s ease !important;
	-webkit-appearance:none;
}
.search-form input[type="text"]:-moz-placeholder { color:#888888; }
.search-form input[type="text"]::-moz-placeholder { color:#888888; }
.search-form input[type="text"]:-ms-input-placeholder { color:#888888; }
.search-form input[type="text"]::-webkit-input-placeholder { color:#888888; }
.search-form input[type="text"]:focus {
	background-color:#00bbd3 !important;
	color:#fff;
}
.search-form input[type="text"]:focus:-moz-placeholder { color:#fff; }
.search-form input[type="text"]:focus::-moz-placeholder { color:#fff; }
.search-form input[type="text"]:focus:-ms-input-placeholder { color:#fff; }
.search-form input[type="text"]:focus::-webkit-input-placeholder { color:#fff; }
.post-title {
	text-align:center;
	margin-bottom:47px !important;
}
.post_content { padding-bottom:31px !important; }
.post_content h3 {
	margin:0 0 17px !important;
	color:#22c4b8;
	font-size:24px;
	line-height:36px;
}
.post_meta {
	font-size:16px;
	line-height:22px;
	border-color:#f3f3f3;
	padding:11px 0 7px;
	margin-bottom:27px;
}
.post_meta i { color:#22c4b8; }
.post_meta a { color:#888888; }
.post_meta a:hover { color:#00bbd3; }
.post-author {
	border:0;
	background-color:#f7f7f7;
	padding:25px 20px 28px;
	margin-bottom:80px;
}
.post-author_h {
	color:#22c4b8;
	margin-bottom:16px;
}
.post-author_h a { color:#22c4b8; }
.post-author_h a:hover { color:#222222; }
.post-author_gravatar { padding-top:6px; }
.post-author_gravatar img {
	border:0;
	padding:0;
}
.post-author_desc { margin:0 !important; }
.post-author_desc h4 { color:#222222; }
.post-author_desc h4 a {
	color:#22c4b8;
	text-transform:capitalize;
}
.post-author_desc h4 a:hover { color:#222222; }
.related-posts { margin-bottom:51px; }
.related-posts_h {
	text-align:center;
	margin-bottom:47px;
}
.related-posts_item {
	font-size:16px;
	line-height:28px;
}
.related-posts_item a { color:#888888; }
.related-posts_item a:hover { color:#00bbd3; }
.related-posts_item .featured-thumbnail { margin-bottom:24px !important; }
.share-buttons { margin-bottom:78px; }
#comments .comments-h {
	text-align:center;
	text-transform:lowercase;
	margin-bottom:47px;
}
#comments .comment-body {
	border:0;
	border:0;
	background-color:#f7f7f7;
	padding:25px 20px 14px;
	margin-bottom:52px;
}
#comments .comment-body .extra-wrap { padding-top:8px; }
#comments .comment-author .author {
	padding-top:18px;
	font-size:24px;
	line-height:28px;
	font-weight:normal;
	color:#222222;
}
#comments .comment_meta { text-align:right; }
#comments .comment_meta a {
	display:inline-block;
	margin-left:34px;
	color:#22c4b8;
}
#comments .comment_meta a:hover { color:#222222; }
#comments .comment .children { padding-left:19px; }
#respond {
	margin-top:-1px;
	padding-top:0;
}
#respond h3 { text-align:center; }
.widget {
	overflow:hidden;
	margin-bottom:67px;
}
.widget h3 {
	text-align:center;
	margin-bottom:35px !important;
}
.widget ul li.cat-item {
	font-size:16px;
	line-height:36px;
	padding-left:31px;
	position:relative;
}
.widget ul li.cat-item a { color:#888888; }
.widget ul li.cat-item a:hover { color:#22c4b8; }
.widget ul li.cat-item:before {
	content:'';
	position:absolute;
	left:0;
	top:50%;
	margin-top:-3px;
	width:9px;
	height:9px;
	background-color:#22c4b8;
	border-radius:500px;
}
.widget .comments-custom { padding-top:14px; }
.widget .comments-custom .featured-thumbnail { margin-right:28px; }
.widget .comments-custom time {
	display:block;
	font-size:24px;
	line-height:26px;
	color:#222222;
	margin-top:-1px;
}
.widget .comments-custom_li { padding-top:3px; }
.widget .comments-custom_li+li { margin-top:24px; }
.widget .comments-custom_h_author {
	margin:0;
	color:#22c4b8;
}
.widget .comments-custom_txt {
	position:relative;
	top:-3px;
	margin-top:0;
	padding-top:0;
	border:0;
}
.widget .comments-custom_txt a { color:#888888; }
.widget .comments-custom_txt a:hover { color:#00bbd3; }
#wp-calendar caption, #wp-calendar thead th { color:#22c4b8; }
.abs_element {
	position:absolute;
	-webkit-transition:2s ease;
	-moz-transition:2s ease;
	-o-transition:2s ease;
	transition:2s ease;
}
.desktop .abs_element {
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.abs_element.abs_visible {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.abs_element.abs-1 {
	width:394px;
	height:436px;
	top:-51px;
	right:44px;
	background:url(images/abs-1.png) 0 0 no-repeat;
}
.abs_element.abs-2 {
	width:321px;
	height:204px;
	bottom:53px;
	left:50%;
	margin-left:-102px;
	background:url(images/abs-2.png) 0 0 no-repeat;
}
.abs_element.abs-3 {
	width:140px;
	height:119px;
	top:-36px;
	left:50%;
	margin-left:-308px;
	background:url(images/abs-3.png) 0 0 no-repeat;
}
.abs_element.abs-4 {
	width:140px;
	height:119px;
	top:94px;
	left:50%;
	margin-left:-440px;
	background:url(images/abs-4.png) 0 0 no-repeat;
}
.abs_element.abs-5 {
	width:106px;
	height:99px;
	top:217px;
	left:57px;
	background:url(images/abs-5.png) 0 0 no-repeat;
}
.abs_element.abs-6 {
	width:253px;
	height:260px;
	bottom:63px;
	left:50%;
	margin-left:-318px;
	background:url(images/abs-6.png) 0 0 no-repeat;
}
.abs_element.abs-7 {
	width:554px;
	height:633px;
	bottom:-75px;
	left:50%;
	margin-left:95px;
	background:url(images/abs-7.png) 0 0 no-repeat;
}
.content_box { background:none; }
.content_box:after { display:none; }
.content_box:before {
	position:absolute;
	width:auto;
	z-index:-1;
	left:-5000px;
	right:-5000px;
}
.content_box.box-1 {
	padding:131px 0 138px;
	margin-top:83px;
}
.content_box.box-1:before { background-color:#f7f7f7; }
.content_box.box-1 p { padding:0 30px; }
.content_box.box-1.inset-1 {
	margin-top:82px;
	padding:72px 0 64px;
}
.content_box.box-1.inset-2 {
	margin-top:71px;
	padding:80px 0 52px;
	margin-bottom:78px;
}
.content_box.box-1.inset-3 {
	margin-top:52px;
	padding:79px 0 79px;
	margin-bottom:-50px;
}
.content_box.box-2 { padding:121px 0 99px; }
.content_box.box-2:before { background-color:#fff; }
.content_box.box-2 p { padding:0 30px; }
.content_box.box-3 {
	margin-top:68px;
	padding:103px 0 112px;
	margin-bottom:72px;
}
.content_box.box-3:before { background-color:#00bbd3; }
.content_box.box-3 p { padding:0 30px; }
.content_box.box-3.inset-1 { margin:0; }
.content_box.box-4 { padding:72px 0 45px; }
.content_box.box-4:before { background-color:#22c4b8; }
.content_box.box-4 h3 { color:#fff; }
.content_box.box-4.inset-1 {
	line-height:27px;
	margin:29px 0 79px;
	padding:89px 0 63px;
	color:#363f45;
}
.content_box.box-4.inset-1 h1 {
	margin-bottom:17px;
	color:#feea3a;
}
.content_box.box-4.inset-1 h1 strong {
	margin-bottom:22px;
	font-weight:normal;
	display:block;
	font-size:112px;
	font-weight:300;
}
.testimonials .testi-item {
	overflow:visible;
	position:relative;
	padding-top:19px;
	padding-bottom:16px;
	font-size:24px;
	line-height:40px;
	width:50%;
	float:left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	position:relative;
}
.testimonials .testi-item:before {
	content:'“';
	font-size:124px;
	color:#feea3a;
	position:absolute;
	left:185px;
	top:0;
}
.testimonials .testi-item .testi-url { display:none; }
.testimonials .testi-item blockquote {
	border-radius:0;
	background:none;
	padding:0;
}
.testimonials .testi-item blockquote:after { display:none; }
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote a { color:#00bbd3; }
.testimonials .testi-item blockquote a:hover { color:#222222; }
.testimonials .testi-item blockquote .testi-meta {
	padding:25px 0 0;
	font-size:16px;
	line-height:24px;
	color:#222222;
}
.testimonials .testi-item blockquote .testi-meta:before { display:none; }
.testimonials .testi-item .featured-thumbnail {
	overflow:visible;
	margin-top:5px;
	width:auto;
	height:auto;
	margin-right:26px;
}
.testimonials .testi-item .featured-thumbnail img {
	border-radius:500px;
	box-shadow:4px 4px 9px rgba(0,0,0,0.22);
}
.parallax-box.parallax-1 { margin-bottom:79px; }
.parallax-box.parallax-1 .parallax-content { padding:112px 0 0; }
.service-box {
	background:none;
	border:0;
	padding:0;
	box-shadow:none;
	padding-top:29px;
	overflow:visible;
	margin-bottom:29px;
}
.home .service-box { margin-bottom:24px; }
.service-box h4 {
	color:#00bbad;
	margin-bottom:14px;
	position:relative;
	top:-5px;
}
.home .service-box h4 {
	top:0;
	margin-bottom:19px;
}
.service-box .icon {
	font:75px/50px "material-design";
	color:#dedede;
	float:left;
	width:90px;
	margin:-19px 0 0;
	text-align:left;
}
.home .service-box .icon { color:#e5e5e5; }
.service-box .icon i {
	display:block;
	font-style:normal;
}
.service-box .icon i:before {
	display:block;
	text-align:left;
}
.service-box .icon i.icon1:before { content:'\e01a'; }
.service-box .icon i.icon2:before {
	font-size:88px;
	content:'\e03d';
	position:relative;
	left:-12px;
}
.service-box .icon i.icon3:before {
	font-size:66px;
	content:'\e016';
}
.service-box .icon i.icon4:before {
	font-size:68px;
	content:'\e047';
}
.service-box .icon i.icon5:before {
	font-size:78px;
	content:'\e19d';
}
.service-box .icon i.icon6:before {
	font-size:118px;
	content:'\e112';
	position:relative;
	left:-26px;
	top:-1px;
}
.service-box .icon i.icon7:before {
	position:relative;
	top:-8px;
	font-size:60px;
	content:'\e0d3';
}
.service-box .icon i.icon8:before {
	position:relative;
	top:-2px;
	font-size:60px;
	content:'\e053';
}
.service-box .icon i.icon9:before {
	position:relative;
	font-size:75px;
	content:'\e183';
}
.service-box .icon i.icon10:before {
	position:relative;
	font-size:75px;
	content:'\e0cf';
}
.service-box .icon i.icon11:before {
	position:relative;
	top:-3px;
	left:-10px;
	font-size:86px;
	content:'\e013';
}
.service-box .icon i.icon12:before {
	position:relative;
	top:1px;
	font-size:77px;
	content:'\e149';
}
.service-box .icon i.icon13:before {
	position:relative;
	top:-2px;
	font-size:83px;
	content:'\e175';
}
.service-box .icon i.icon14:before {
	position:relative;
	top:3px;
	font-size:62px;
	content:'\e0ca';
}
.service-box_txt { clear:both; }
.statistic {
	font-size:16px;
	line-height:20px;
	text-align:center;
	color:#fff;
	padding:82px 0 0;
}
.statistic_num {
	display:block;
	font-size:45px;
	line-height:60px;
	margin-bottom:13px;
}
.statistic:before {
	font:75px/50px "material-design";
	color:#feea3a;
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	top:0;
}
.statistic.subj-1:before { content:'\e01a'; }
.statistic.subj-2:before { content:'\e19d'; }
.statistic.subj-3:before { content:'\e173'; }
.statistic.subj-4:before { content:'\e181'; }
.isotopeview-shortcode { margin:0 -15px 16px; }
.isotopeview-shortcode .thumbnail {
	position:relative;
	margin:0 15px 30px;
	background:#fff;
}
.isotopeview-shortcode .thumbnail img {
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	opacity:1;
}
.isotopeview-shortcode .thumbnail:hover .enlarge {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
.isotopeview-shortcode .thumbnail:hover img { opacity:0.3; }
.isotopeview-shortcode h5 { display:none; }
.isotopeview-shortcode .enlarge {
	width:57px;
	height:57px;
	position:absolute;
	z-index:10;
	right:10px;
	bottom:10px;
	left:50%;
	top:50%;
	margin-left:-28px;
	margin-top:-28px;
	font-weight:300;
	font:34px/57px "material-design";
	color:#fff;
	text-align:center;
	background-color:#9b26af;
	border-radius:500px;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	box-shadow:2px 3px 7px rgba(0,0,0,0.12);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.isotopeview-shortcode .enlarge:hover {
	background-color:#00bbd3;
	box-shadow:3px 5px 15px rgba(0,0,0,0.6);
}
.isotopeview-shortcode .enlarge:before { content:'\e11e'; }
.isotopeview-shortcode .isotopeview_filter_buttons {
	border-bottom:1px solid #e5e5e5;
	margin:0 0 51px;
	font-size:0;
	line-height:0;
	text-align:center;
	padding-top:12px;
}
.isotopeview-shortcode .isotopeview_filter_buttons .filter_button {
	display:inline-block;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	cursor:pointer;
	padding:0 0 21px;
	position:relative;
	color:#888888;
}
.isotopeview-shortcode .isotopeview_filter_buttons .filter_button+ .filter_button { margin-left:20px; }
.isotopeview-shortcode .isotopeview_filter_buttons .filter_button:before {
	content:'';
	position:absolute;
	left:0;
	right:0;
	height:5px;
	background-color:#feea3a;
	opacity:0;
	bottom:-1px;
	-webkit-transition:0.2s;
	-moz-transition:0.2s;
	-o-transition:0.2s;
	transition:0.2s;
}
.isotopeview-shortcode .isotopeview_filter_buttons .filter_button:hover, .isotopeview-shortcode .isotopeview_filter_buttons .filter_button.current-category { color:#4e4e4e; }
.isotopeview-shortcode .isotopeview_filter_buttons .filter_button:hover:before, .isotopeview-shortcode .isotopeview_filter_buttons .filter_button.current-category:before {
	opacity:1;
	bottom:-1px;
}
.posts-grid { padding-top:15px; }
.posts-grid li { margin-bottom:60px; }
.posts-grid li .featured-thumbnail { margin-bottom:22px; }
.posts-grid_inner {
	background-color:#fff;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	padding:30px 30px 35px;
	box-shadow:3px 3px 7px rgba(0,0,0,0.22);
}
.posts-grid_inner:hover { box-shadow:6px 6px 10px rgba(0,0,0,0.32); }
.posts-grid_inner h4 { margin-bottom:15px; }
.posts-grid_inner h4 a { color:#f34235; }
.posts-grid_inner h4 a:hover { color:#00bbd3; }
.posts-grid_inner .post_meta {
	margin:0;
	padding:0;
	color:#00bbad;
	font-size:14px;
	border:0;
}
.posts-grid_inner .post_meta a { color:#00bbad; }
.posts-grid_inner .post_meta a:hover { color:#f34235; }
.posts-grid_inner .post_meta span[class^="post_"] {
	display:inline-block;
	padding:6px 0 3px 30px;
	margin-right:28px;
}
.posts-grid_inner .post_meta .post_date { background:url(images/clock.png) 0 6px no-repeat; }
.posts-grid_inner .post_meta .post_comment { background:url(images/comments.png) 0 6px no-repeat; }
.posts-grid_inner .excerpt { padding:0 !important; }
.posts-grid.style-1 {
	padding-top:8px;
	text-align:center;
}
.posts-grid.style-1 .post_networks {
	padding-top:12px;
	margin-bottom:5px;
}
.posts-grid.style-1 .post_networks ul { text-align:center; }
.posts-grid.style-1 .post_networks ul li {
	margin:0;
	display:inline-block;
	float:none;
	margin:0;
	width:auto;
}
.posts-grid.style-1 .post_networks ul li+li { margin-left:6px; }
.posts-grid.style-1 .post_networks ul li a {
	margin:0 !important;
	display:block;
	width:45px;
	height:45px;
	border-radius:500px;
	border:2px solid #e5e5e5;
	text-align:center;
	color:#00bbad;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
}
.posts-grid.style-1 .post_networks ul li a span {
	font-size:16px;
	line-height:45px;
	margin:0;
	display:inline-block;
}
.posts-grid.style-1 .post_networks ul li a:hover {
	color:#f34235;
	border-color:#222222;
}
.mc4wp-form {
	font-size:0;
	line-height:0;
	padding-top:8px;
	text-align:center;
}
.mc4wp-form .mc4wp-alert {
	font-size:12px;
	line-height:18px;
}
.mc4wp-form * { vertical-align:top; }
.mc4wp-form form:before {
	content:'\e070 ';
	display:inline-block;
	font:50px/50px "material-design";
	color:#fff;
	width:66px;
	text-align:left;
}
.mc4wp-form p { display:inline-block; }
.mc4wp-form p+p { margin-left:20px; }
.mc4wp-form label { display:none; }
.mc4wp-form input[type="email"] {
	width:606px;
	height:45px !important;
	background-color:#fff !important;
	box-shadow:none !important;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border:0;
	font:14px/20px 'Roboto', sans-serif !important;
	padding:12px 20px 13px !important;
	border-radius:3px !important;
}
.mc4wp-form input[type="email"]:focus {
	background-color:#fff !important;
	color:#222222 !important;
}
.mc4wp-form input[type="submit"] {
	box-shadow:none !important;
	width:133px;
	height:45px;
	border:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	background-color:#feea3a;
	border-radius:3px;
	font:500 20px/26px 'Roboto', sans-serif !important;
	box-shadow:3px 3px 7px rgba(0,0,0,0.22) !important;
	padding:8px 5px 11px;
	text-align:center;
}
.mc4wp-form input[type="submit"]:hover {
	color:#fff;
	background-color:#f34235;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	box-shadow:6px 6px 10px rgba(0,0,0,0.32) !important;
}
.price-plans {
	margin:0px -15px 0;
	padding:8px 0 0;
	width:auto;
}
.price-plans .plan {
	width:370px !important;
	margin:0 15px 10px !important;
	background:none;
	border:0;
	padding:0px 0 32px;
	position:relative;
	text-transform:none;
	overflow:hidden;
	background-color:#fff;
	box-shadow:3px 3px 7px rgba(0,0,0,0.22);
}
.price-plans .plan:hover { box-shadow:6px 6px 10px rgba(0,0,0,0.32); }
.price-plans .plan h3 {
	color:#fff;
	border:0;
	padding:40px 10px 26px;
	font-weight:normal;
	background:none;
	font-size:30px;
	line-height:36px;
}
.price-plans .plan h3 strong { display:block; }
.price-plans .plan h4 {
	position:relative;
	z-index:5;
	background:none;
	color:#fff;
	font-size:60px;
	line-height:83px;
	width:198px;
	height:198px;
	border-radius:500px;
	margin:0 auto 25px;
	padding:51px 5px 10px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	font-weight:bold;
}
.price-plans .plan h4 em {
	font-size:35px;
	font-style:normal;
	position:relative;
	top:-20px;
}
.price-plans .plan h4 .interval {
	display:block;
	font-weight:normal;
	font-size:16px;
	line-height:20px;
	position:relative;
	padding-top:0px;
}
.price-plans .plan:nth-child(n) h3 { color:#00bbd3; }
.price-plans .plan:nth-child(n) h4 { background-color:#00bbd3; }
.price-plans .plan:nth-child(n) .btn { background-color:#00bbd3; }
.price-plans .plan:nth-child(2n) h3 { color:#22c4b8; }
.price-plans .plan:nth-child(2n) h4 { background-color:#22c4b8; }
.price-plans .plan:nth-child(2n) .btn { background-color:#22c4b8; }
.price-plans .plan:nth-child(3n) h3 { color:#feea3a; }
.price-plans .plan:nth-child(3n) h4 { background-color:#feea3a; }
.price-plans .plan:nth-child(3n) .btn { background-color:#feea3a; }
.price-plans .plan .btn { margin:30px 0 0; }
.price-plans .plan .currency_symbol {
	display:inline-block;
	vertical-align:top;
	line-height:83px;
	font-size:60px;
}
.price-plans .plan-container { background:none; }
.price-plans .plan-features-row {
	border:0;
	padding:0 20px;
	font-size:16px;
	line-height:30px;
	text-transform:none;
}
.testimonial {
	border:0;
	background-color:#f7f7f7;
	color:#222222;
}
.footer {
	background:none;
	z-index:0;
	padding:31px 0 50px;
	border:0;
	color:#fff;
}
.home .footer {
	padding-top:0;
	padding-bottom:50px;
}
.footer a { color:#fff; }
.footer a:hover { color:#feea3a; }
.footer-widgets { color:#a2b3bf; }
.footer-widgets h3 {
	padding-top:89px;
	margin-bottom:33px;
	color:#fff;
}
.footer-widgets *[class^="footer-"] {
	font-weight:500;
	font-size:20px;
	line-height:26px;
	color:#fff;
	padding-left:60px;
	margin-bottom:37px;
	position:relative;
}
.footer-widgets *[class^="footer-"]:before {
	position:absolute;
	left:0;
	color:#2abfd4;
	font:50px/50px "material-design";
	top:-12px;
}
.footer-mail { font-weight:bold; }
.footer-mail:before { content:'\e01e'; }
.footer-phone { margin-bottom:36px !important; }
.footer-phone:before { content:'\e043'; }
.footer-address {
	font-size:24px !important;
	padding-top:48px !important;
	color:#feea3a !important;
}
.footer-address:before {
	top:38px !important;
	content:'\e0d7';
}
.footer form { padding-top:8px; }
.footer form input[type="text"], .footer form input[type="email"], .footer form textarea {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	color:#fff;
	font:14px/25px 'Roboto', sans-serif;
	border:none !important;
	background:#4a5358 !important;
	box-shadow:none !important;
	border-radius:3px;
	height:45px !important;
	width:100%;
	max-width:100%;
	padding:9px 20px 11px !important;
	-webkit-transition:0.4s ease !important;
	-moz-transition:0.4s ease !important;
	-o-transition:0.4s ease !important;
	transition:0.4s ease !important;
	-webkit-appearance:none;
}
.footer form input[type="text"]:-moz-placeholder, .footer form input[type="email"]:-moz-placeholder, .footer form textarea:-moz-placeholder { color:#fff; }
.footer form input[type="text"]::-moz-placeholder, .footer form input[type="email"]::-moz-placeholder, .footer form textarea::-moz-placeholder { color:#fff; }
.footer form input[type="text"]:-ms-input-placeholder, .footer form input[type="email"]:-ms-input-placeholder, .footer form textarea:-ms-input-placeholder { color:#fff; }
.footer form input[type="text"]::-webkit-input-placeholder, .footer form input[type="email"]::-webkit-input-placeholder, .footer form textarea::-webkit-input-placeholder { color:#fff; }
.footer form input[type="text"]:focus, .footer form input[type="email"]:focus, .footer form textarea:focus { color:#00bbd3; }
.footer form input[type="text"]:focus:-moz-placeholder, .footer form input[type="email"]:focus:-moz-placeholder, .footer form textarea:focus:-moz-placeholder { color:#00bbd3; }
.footer form input[type="text"]:focus::-moz-placeholder, .footer form input[type="email"]:focus::-moz-placeholder, .footer form textarea:focus::-moz-placeholder { color:#00bbd3; }
.footer form input[type="text"]:focus:-ms-input-placeholder, .footer form input[type="email"]:focus:-ms-input-placeholder, .footer form textarea:focus:-ms-input-placeholder { color:#00bbd3; }
.footer form input[type="text"]:focus::-webkit-input-placeholder, .footer form input[type="email"]:focus::-webkit-input-placeholder, .footer form textarea:focus::-webkit-input-placeholder { color:#00bbd3; }
.footer form input[type="reset"] { display:none !important; }
.footer form p.field {
	width:100% !important;
	margin:0 0 10px !important;
}
.footer form textarea {
	height:150px !important;
	margin-bottom:21px;
}
.footer .social { padding-top:43px; }
.footer .social li+li { margin-left:40px; }
.footer .social li a {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}
.footer .social_icon {
	font-size:23px;
	line-height:26px;
}
.footer .social_icon:hover { color:#feea3a; }
.footer .copyright { font-size:12px; }
.home .footer .copyright { padding:55px 0 0; }
.footer .footer-nav { float:right; }
.footer .footer-nav .menu { float:none; }
.footer .footer-nav .menu a:hover { color:#00bbd3; }
.footer .footer-nav .menu li {
	display:inline-block;
	float:none;
}
.footer .footer-nav .menu li:first-child { padding-left:0; }
.footer .footer-nav .menu li.current-menu-item a { color:#00bbd3; }
.zoom-icon {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	background:none;
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color:transparent;
}
.zoom-icon:before {
	content:'\e11e';
	width:57px;
	height:57px;
	position:absolute;
	z-index:10;
	right:10px;
	bottom:10px;
	left:50%;
	top:50%;
	margin-left:-28px;
	margin-top:-28px;
	font-weight:300;
	font:34px/57px "material-design";
	color:#fff;
	text-align:center;
	background:#9b26af;
	border-radius:500px;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	box-shadow:2px 3px 7px rgba(0,0,0,0.12);
	-webkit-transform:scale(0);
	-moz-transform:scale(0);
	-ms-transform:scale(0);
	-o-transform:scale(0);
	transform:scale(0);
}
.zoom-icon:hover { background-color:rgba(255,255,255,0.7); }
.zoom-icon:hover:before {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
}
#back-top-wrapper { overflow:visible; }
#back-top-wrapper #back-top a {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	-webkit-transition:0.3s ease !important;
	-moz-transition:0.3s ease !important;
	-o-transition:0.3s ease !important;
	transition:0.3s ease !important;
}
#back-top-wrapper #back-top a span {
	background-color:#00bbd3;
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	-webkit-transition:0.3s ease !important;
	-moz-transition:0.3s ease !important;
	-o-transition:0.3s ease !important;
	transition:0.3s ease !important;
	box-shadow:0 1px 4px rgba(0,0,0,0.4);
}
#back-top-wrapper #back-top a:hover {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
}
#back-top-wrapper #back-top a:hover span {
	opacity:1 !important;
	filter:alpha(opacity=100) !important;
	background-color:#3e50b4;
	box-shadow:0 5px 10px rgba(0,0,0,0.4);
}
.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:38px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media only screen and (max-width: 1363px) {
	.motoslider_wrapper .title-1, .motoslider_wrapper .title-2, .motoslider_wrapper p {
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-o-transform:scale(0.6);
		transform:scale(0.6);
	}
	.motoslider_wrapper .ms_button_layer {
		font-size:14px !important;
		line-height:20px !important;
		padding:5px 10px !important;
	}
}
@media only screen and (max-width: 1199px) {
	.google-map-api { height:500px; }
	.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills > li { margin:0 9px !important; }
	.content-holder .filter-wrapper, .isotopeview-shortcode .isotopeview_filter_buttons {
		margin-left:0;
		margin-right:0;
	}
	body h2 {
		font-size:36px;
		line-height:42px;
	}
	.price-plans .plan { width:292px !important; }
}
@media only screen and (max-width: 979px) {
	.google-map-api { height:400px; }
	.motoslider_wrapper .ms_pagination { bottom:10px; }
	.motoslider_wrapper .title-1 { font-size:60px !important; }
	.motoslider_wrapper .title-2 { font-size:40px !important; }
	.motoslider_wrapper p { display:none; }
	.posts-grid.style-1 .post_networks ul li a {
		width:30px;
		height:30px;
	}
	.posts-grid.style-1 .post_networks ul li a span { line-height:30px !important; }
	.testimonials .testi-item { width:100%; }
	.price-plans .plan h3 {
		font-size:26px;
		line-height:30px;
	}
	body h1 {
		font-size:38px;
		line-height:46px;
	}
	body h1 strong {
		font-size:42px !important;
		line-height:48px !important;
	}
	.sf-menu > li > a { font-size:14px !important; }
	.logo { width:auto !important; }
	.price-plans .plan { width:220px !important; }
	.plan .plan-labelled-row { display:none; }
	.content-holder .title-section .breadcrumb.breadcrumb__t li {
		font-size:18px;
		line-height:24px;
	}
	.content-holder .title-section .breadcrumb.breadcrumb__t li.divider:after {
		font-size:18px;
		line-height:24px;
	}
	.header .pull-left, .header .pull-right { float:none !important; }
	.mc4wp-form p { display:block; }
	.mc4wp-form p+p { margin-left:0; }
	.mc4wp-form input[type="email"] { width:100% !important; }
	.mc4wp-form form::before { text-align:center; }
}
@media only screen and (max-width: 767px) {
	.google-map-api { height:200px; }
	.testimonials .testi-item .featured-thumbnail { float:none !important; }
	.abs_element { display:none; }
	.statistic { margin-bottom:60px; }
	.content-holder .filter-wrapper .pull-right .filter.nav.nav-pills > li {
		margin:0 0 15px !important;
		display:block;
	}
	.price-plans { margin:0; }
	.price-plans .plan {
		width:100% !important;
		margin:0 0 20px !important;
	}
	.posts-grid li .featured-thumbnail { width:100%; }
	.post_meta div[class^="post_"] { padding-left:0; }
	#comments .comment .children {
		padding-left:0;
		margin-left:0;
	}
	.nav__primary {
		float:none;
		padding:30px 0;
		clear:both;
	}
	.nav__primary select {
		background-color:#fff;
		height:40px;
	}
	.pseudoStickyBlock {
		display:none !important;
		height:0 !important;
		max-height:0 !important;
		top:0 !important;
	}
	.isStuck {
		background:none !important;
		position:static !important;
		display:block !important;
		box-shadow:none !important;
	}
	.container {
		padding-left:15px !important;
		padding-right:15px !important;
	}
	body { padding:0; }
	html #wpadminbar { position:fixed !important; }
	.google-map-api.google-map-custom-class { position:relative; }
}
@media only screen and (max-width: 525px) {
	.motoslider_wrapper .title-1 { font-size:40px !important; }
	.motoslider_wrapper .title-2 { font-size:30px !important; }
	.motoslider_wrapper .ms_start_pause {
		right:10px;
		bottom:10px;
	}
	.motoslider_wrapper .ms_button_layer {
		font-size:10px !important;
		line-height:14px !important;
		padding:2px 6px !important;
	}
}
@media only screen and (max-width: 479px) {
	nav.footer-nav { display:none; }
	#comments .extra-wrap { clear:both; }
	html #wpadminbar { position:fixed !important; }
	.motoslider_wrapper .title-1 { font-size:24px !important; }
	.motoslider_wrapper .title-2 { font-size:18px !important; }
}
