@charset "utf-8";
/**!**************/



.nav-bar + .nav-mobile-toggle[data-modal-id] i {
	display: inline-block;
	margin-right: 7px;
}
.nav-bar + .nav-mobile-toggle[data-modal-id] span {
	position: relative;
	bottom: 10px;
}

@media all and (min-width: 991px) {
.nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) + .nav-mobile-toggle[data-modal-id] {
	color: #fff;
}
.nav-bar.nav--transparent:not(.nav--scrolled):not(.nav--fixed) + .nav-mobile-toggle[data-modal-id] .h6 {
	color: #fff;
}
}

@media all and (max-width: 767px) {
.nav-bar:not(.bg--dark) + .nav-mobile-toggle[data-modal-id] i, .nav-bar:not(.bg--dark) + .nav-mobile-toggle[data-modal-id] .h6 {
	color: #232323 !important;
}
}
.nav-modal .menu, .nav-modal .pos-bottom {
	transition: 0.5s ease-out;
	-webkit-transition: 0.5s ease-out;
	-moz-transition: 0.5s ease-out;
	transition-delay: .3s;
	opacity: 0;
}
.nav-modal .pos-vertical-center {
	overflow: hidden;
}
.nav-modal .pos-bottom {
	bottom: 3.25em;
	transform: translate3d(0, 100px, 0);
	-webkit-transform: translate3d(0, 100px, 0);
}
.nav-modal .menu {
	display: inline-block;
	transform: rotateY(90deg);
	-webkit-transform: rotateY(90deg);
	text-align: center;
}
.nav-modal .menu > li {
	display: block;
	text-align: center;
	float: none;
}
.nav-modal .menu > li:not(:last-child) {
	margin-bottom: 3.25em;
}
.nav-modal .menu > li > a {
	padding: 0;
}
.nav-modal .menu > li > a span {
	text-transform: capitalize;
	letter-spacing: 0;
}
.nav-modal .menu > li:not(:last-child) > a {
	margin-right: 0;
}
.nav-modal .menu > li ul {
	background: none;
	padding: 1.625em 0 0 0;
	text-align: left;
}
.nav-modal .menu > li ul li {
	padding-left: 0;
}
.nav-modal .bg--dark {
	background: rgba(35, 35, 35, 0.9);
}
.nav-modal .bg--primary {
	background: rgba(66, 92, 187, 0.9);
}
.nav-modal.modal-active .menu {
	transform: rotateY(0deg);
	-webkit-transform: rotateY(0deg);
	opacity: 1;
}
.nav-modal.modal-active .pos-bottom {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}

@media all and (max-width: 767px) {
.nav-modal .modal-content {
	width: 100% !important;
	height: 100% !important;
	padding: 0;
}
.nav-modal .modal-content .pos-vertical-center {
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
}
.nav-modal .menu > li:not(:last-child) > a {
	margin-right: 0;
}
}
/*! -- Pillar Buttons -- */



.btn {
	border-color: rgba(35, 35, 35, 0.1);
}
.btn .btn__text {
	letter-spacing: 1px;
}
.btn:hover {
	border-color: rgba(35, 35, 35, 0.9);
}



/*! -- Pillar Forms -- */



::-webkit-input-placeholder {
 font-style: italic;
}



:-moz-placeholder {



  /* Firefox 18- */



  font-style: italic;
}



::-moz-placeholder {



  /* Firefox 19+ */



  font-style: italic;
}



:-ms-input-placeholder {
 font-style: italic;
}
form div[class*='col-'] > input {
	width: 100%;
}
form div[class*='col-'] > button[type="submit"] {
	width: 100%;
}
form .row {
	margin-left: 0;
	margin-right: 0;
}
form.form--labels .row button[type="submit"] {
	position: relative;
	top: 39px;
}
form.form--center-submit-button button[type="submit"] {
	display: block;
	margin: 0 auto;
}
form.attempted-submit .field-error {
	color: #e34747;
}
 form.attempted-submit .field-error::-webkit-input-placeholder {
 color: #e34747;
 font-size: 1em;
}
 form.attempted-submit .field-error:-moz-placeholder {



  /* Firefox 18- */



  color: #e34747;
 font-size: 1em;
}
 form.attempted-submit .field-error::-moz-placeholder {



  /* Firefox 19+ */



  color: #e34747;
 font-size: 1em;
}
 form.attempted-submit .field-error:-ms-input-placeholder {
 color: #e34747;
 font-size: 1em;
}

@media all and (max-width: 1024px) {
form.form--labels .row button[type="submit"] {
	top: 34px;
}
}

@media all and (max-width: 767px) {
form.form--labels .row button[type="submit"] {
	top: 0;
}
form input[type='text'], form input[type='address'], form input[type='url'], form input[type='password'], form input[type='email'], form input[type="search"], form input[type="tel"], form textearea {
	margin-bottom: 1.625em;
}
}
input[type='text'], input[type='address'], input[type='url'], input[type='password'], input[type='email'], input[type="search"], input[type="tel"] {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	color: #767676;
	padding-left: 1.625em;
	padding-right: 1.625em;
	height: 52px;
}
input[type='text']:focus, input[type='address']:focus, input[type='url']:focus, input[type='password']:focus, input[type='email']:focus, input[type="search"]:focus, input[type="tel"]:focus {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
textarea {
	margin-bottom: 1.625em;
}
.input-with-icon {
	position: relative;
}
.input-with-icon i {
    position: absolute;
    font-size: 1.4375em;
    margin-left: 1.1304347826087em;
    top: 3px;
    right: 10px;
    padding: 10px;
}
.input-with-icon label + i {
	top: 52px;
}
.input-with-icon input {
	padding-left: 1.0625em;
	width: 100%;
}
.input-with-icon label + i + input {
	margin-top: 0.8125em;
}
.input-with-icon:not(:last-child) {
	margin-bottom: 1.625em;
}
.input-with-icon + div > textarea {
	padding-left: 1.625em;
}

@media all and (max-width: 767px) {
.input-with-icon:not(:last-child) {
	margin: 0;
}
}
.imagebg:not(.image--light):not(.form--dark) input[type='text'], .imagebg:not(.image--light):not(.form--dark) input[type='address'], .imagebg:not(.image--light):not(.form--dark) input[type='url'], .imagebg:not(.image--light):not(.form--dark) input[type='password'], .imagebg:not(.image--light):not(.form--dark) input[type='email'], .imagebg:not(.image--light):not(.form--dark) input[type="search"] {
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}
 .imagebg:not(.image--light):not(.form--dark) input[type='text']::-webkit-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='address']::-webkit-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='url']::-webkit-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='password']::-webkit-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='email']::-webkit-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type="search"]::-webkit-input-placeholder {
 color: rgba(255, 255, 255, 0.75);
 font-size: 1em;
}
 .imagebg:not(.image--light):not(.form--dark) input[type='text']:-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='address']:-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='url']:-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='password']:-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='email']:-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type="search"]:-moz-placeholder {



  /* Firefox 18- */



  color: rgba(255, 255, 255, 0.75);
 font-size: 1em;
}
 .imagebg:not(.image--light):not(.form--dark) input[type='text']::-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='address']::-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='url']::-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='password']::-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='email']::-moz-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type="search"]::-moz-placeholder {



  /* Firefox 19+ */



  color: rgba(255, 255, 255, 0.75);
 font-size: 1em;
}
 .imagebg:not(.image--light):not(.form--dark) input[type='text']:-ms-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='address']:-ms-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='url']:-ms-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='password']:-ms-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type='email']:-ms-input-placeholder, .imagebg:not(.image--light):not(.form--dark) input[type="search"]:-ms-input-placeholder {
 color: rgba(255, 255, 255, 0.75);
 font-size: 1em;
}
.imagebg:not(.image--light):not(.form--dark) .input-with-icon i {
	color: #fff;
}
.imagebg:not(.image--light):not(.form--dark) label {
	color: #fff;
}
.form--dark .input-with-icon i {
	color: #232323;
}
.bg--white input[type='text'], .bg--white input[type='address'], .bg--white input[type='url'], .bg--white input[type='password'], .bg--white input[type='email'], .bg--white input[type="search"] {
	background: #f9f9f9;
}
label {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #343434;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	margin-bottom: 0;
	font-size: 0.625em;
	line-height: 2.6em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
	display: block;
	margin: 0;
	margin-left: 2.6em;
}
label + input {
	margin-top: 0.8125em;
}
button {
	height: 52px;
	font-size: 0.625em !important;
	letter-spacing: 1px;
	color: #fff;
	background: #425cbb;
	border-color: #425cbb;
}
button:hover, button:focus, button:active {
	color: #fff !important;
}
button:active, button:hover, button:focus {
	border-color: #425cbb !important;
}
button.btn--loading:after {
	background: #8c9cd7;
}
button.btn--loading:after {
	background: #fff;
	border-radius: 100px;
}
.form--merge {
	min-width: 100%;
	overflow: hidden;
}
.form--merge input {
	border-radius: 50px 0 0 50px;
}
.form--merge input + button[type="submit"] {
	margin-left: -4px;
}
.form--merge button[type="submit"] {
	border-radius: 0 50px 50px 0;
	position: relative;
	margin: 0;
}
.form--square .btn {
	font-size: 1em !important;
}
.form--merge button[type="submit"].btn--loading:after {
	border-radius: 0 100px 100px 0;
}
.form--merge.form--square input {
	border-radius: 2px 0 0 2px;
}
.form--merge.form--square button[type="submit"] {
	border-radius: 0 2px 2px 0;
}

@media all and (max-width: 767px) {
.form--merge input {
	width: 100%;
	border-radius: 50px;
}
.form--merge input + button[type="submit"] {
	margin-left: 0;
}
.form--merge button[type="submit"] {
	bottom: 0;
	border-radius: 50px;
	width: 100%;
}
}
.form--square input, .form--square textarea, .form--square button {
	border-radius: 5px;
}
.input-checkbox label {
	margin-left: 0;
}
.input-checkbox .inner {
	background: #ececec;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.input-checkbox .inner:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.input-checkbox .inner:before {
	opacity: 0;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.input-checkbox.checked .inner {
	text-align: center;
	position: relative;
	background: #64b671;
}
.input-checkbox.checked .inner:before {
	content: '\2713';
	position: absolute;
	color: #fff;
	width: 100%;
	left: 0;
	opacity: 1;
	font-size: 0.8em;
}
.input-checkbox + br + .input-checkbox {
	margin-left: 1.625em;
}
li .input-checkbox {
	line-height: 1.625em !important;
}
li + li .input-checkbox {
	margin-left: 1.625em;
}
.input-radio {
	display: block;
}
.input-radio .inner {
	position: relative;
	background: #ececec;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.input-radio .inner:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.input-radio .inner:after {
	content: '';
	position: absolute;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	background: #fff;
	display: inline-block;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	opacity: 0;
}
.input-radio.checked .inner {
	background: #64b671;
}
.input-radio.checked .inner:after {
	opacity: 1;
}
.input-radio + label {
	margin-left: 0;
}
.input-select {
	width: 100%;
}
.input-select:not(:last-child) {
	margin-bottom: 1.625em;
}
.input-select select {
	width: 100%;
	padding-left: 1.625em;
}
/*! -- Pillar Subscribe Forms -- */



.subscribe .subscribe__title h1, .subscribe .subscribe__title h2, .subscribe .subscribe__title h3, .subscribe .subscribe__title h4, .subscribe .subscribe__title h5, .subscribe .subscribe__title h6 {
	margin: 0;
}
.subscribe-1 {
	padding-bottom: 6.5em;
}
.subscribe-1 .subscribe__title {
	padding-top: 0.40625em;
}

@media all and (max-width: 767px) {
.subscribe-1 {
	padding-bottom: 4.875em;
}
.subscribe-1 .subscribe__title {
	margin-bottom: 1.625em;
}
}
.subscribe-2 .subscribe__title {
	margin-bottom: 3.25em;
}
.subscribe-2 form {
	margin-bottom: 3.25em;
}

@media all and (max-width: 767px) {
.subscribe-2 form {
	margin-bottom: 1.625em;
}
}
.subscribe-3 .subscribe__title {
	margin-bottom: 3.25em;
}
.subscribe-3 .subscribe__title p.lead {
	margin-top: 1.1304347826087em;
}
.subscribe-4 {
	padding-bottom: 0;
	position: relative;
}
.subscribe-4 .subscribe__title {
	margin-top: 1.625em;
	margin-bottom: 3.25em;
}
.subscribe-4 .subscribe__title h4 {
	margin-bottom: 1.1304347826087em;
}
.subscribe-4 .input-with-icon {
	margin-bottom: 1.625em;
}

@media all and (max-width: 1200px) {
.subscribe-4 {
	padding-bottom: 8.125em;
}
.subscribe-4 .subscribe__avatar {
	position: absolute;
	bottom: 0;
	right: 0;
}
}

@media all and (max-width: 767px) {
.subscribe-4 {
	padding-bottom: 0;
}
.subscribe-4 .subscribe__avatar {
	position: relative;
	margin-top: 1.625em;
}
}
.subscribe-5 .subscribe__title {
	margin-bottom: 3.25em;
}
.subscribe-5 .subscribe__title h4 {
	margin-bottom: 1.1304347826087em;
}
.subscribe-5 form .input-with-icon {
	margin-bottom: 1.625em;
}
.subscribe-5 form .input-with-icon:last-of-type {
	margin-bottom: 3.25em;
}
.subscribe-5 form div:last-child {
	margin-top: 3.25em;
}
.subscribe-5 form button[type="submit"]:last-child {
	display: block;
	margin-top: 4.875em;
}
.subscribe-5 .subscribe__feature {
	margin-bottom: 3.25em;
}
.subscribe-5 .subscribe__feature:first-child {
	margin-top: 4.875em;
}
.subscribe-5 .subscribe__feature h6 {
	margin-bottom: 1.3em;
}

@media all and (max-width: 767px) {
.subscribe-5 .subscribe__feature {
	text-align: center;
	margin-bottom: 1.625em;
}
.subscribe-5 .subscribe__feature:first-child {
	margin-top: 1.625em;
}
}
.subscribe-6 .subscribe__title {
	margin-bottom: 4.875em;
}
.subscribe-6 .subscribe__features {
	margin-bottom: 4.875em;
}
.subscribe-6 .subscribe__features li {
	display: inline-block;
}
.subscribe-6 .subscribe__features li:not(:last-child) {
	margin-right: 3.25em;
}
.subscribe-6 .subscribe__features li .checkmark {
	margin-right: 0.8125em;
}
.subscribe-6 .subscribe__features li h6 {
	display: inline-block;
	position: relative;
	bottom: 9px;
	margin: 0;
}
.subscribe-6 form {
	margin-bottom: 3.25em;
}

@media all and (max-width: 990px) {
.subscribe-6 .subscribe__features li:not(:last-child) {
	margin-right: 1.625em;
}
}

@media all and (max-width: 767px) {
.subscribe-6 .subscribe__title {
	margin-bottom: 3.25em;
}
.subscribe-6 .subscribe__features {
	margin-bottom: 1.625em;
}
.subscribe-6 .subscribe__features li {
	display: block;
	margin-bottom: 0.8125em;
}
.subscribe-6 .subscribe__features li:not(:last-child) {
	margin-right: 0;
}
.subscribe-6 form {
	margin-bottom: 0;
}
}
.form-subscribe-1 p.lead {
	margin-bottom: 1.76923076923076em;
}
/*! -- Pillar Lists -- */



.social-list {
	overflow: hidden;
	margin: 0;
}
.social-list li {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	opacity: .5;
	display: inline-block;
	margin: 0;
}
.social-list li:not(:last-child) {
	margin-right: 1.625em;
}
.social-list li:hover {
	opacity: 1;
}
.social-list li a {
	color: #232323;
}
.social-list.social-list--circles li {
	opacity: 1;
}
.social-list.social-list--circles li:not(:last-child) {
	margin-right: 0.8125em;
}
.social-list.social-list--circles li a {
	display: inline-block;
	height: 26px;
	width: 26px;
	border-radius: 50%;
	text-align: center;
	padding-top: 2px;
}
.social-list.social-list--circles li a i {
	color: #fff;
	font-size: 0.8em;
}
.imagebg:not(.image--light) .social-list li a {
	color: #fff;
}
/*! -- Pillar Covers -- */



.imagebg:not(.image--light) .btn:not(.btn--primary) {
	border-color: rgba(255, 255, 255, 0.2);
}
.imagebg:not(.image--light) .btn:not(.btn--primary) .btn__text {
	color: #fff;
}
.imagebg:not(.image--light) .btn:not(.btn--primary):hover {
	border-color: rgba(255, 255, 255, 0.6);
}
.cover .social-list li:not(:last-child) {
	margin-right: 3.25em;
}
.cover .social-list li a {
	font-size: 1.4375em;
}
.cover .pos-bottom .social-list {
	margin-bottom: 3.25em;
}

@media all and (max-width: 767px) {
.cover .social-list li:not(:last-child) {
	margin-right: 1.625em;
}
.cover .social-list li a {
	font-size: 1em;
}
.cover .pos-bottom {
	position: relative;
	margin-bottom: 0;
}
.cover .pos-bottom .social-list {
	margin-top: 3.25em;
	margin-bottom: 0;
}
}
.cover-1 .logo {
	max-height: 8.125em;
}
.cover-1 p.lead {
	position: relative;
	top: 48px;
}
.cover-1 .row:first-child:not(:last-child) {
	margin-bottom: 3.25em;
}

@media all and (max-width: 767px) {
.cover-1 .logo {
	max-height: 4.875em;
	margin-bottom: 1.625em;
}
.cover-1 p.lead {
	top: 0;
}
.cover-1 .row:first-child:not(:last-child) {
	margin-bottom: 1.625em;
}
}
.cover-2, .cover-8 {
	padding: 0;
	position: relative;
	overflow: hidden;
}
.cover-2 > div[class*='col-'], .cover-8 > div[class*='col-'] {
	position: absolute;
	height: 100%;
}
.cover-2 > div[class*='col-']:first-child, .cover-8 > div[class*='col-']:first-child {
	left: 0;
}
.cover-2 > div[class*='col-']:last-child, .cover-8 > div[class*='col-']:last-child {
	right: 0;
}

@media all and (max-width: 767px) {
.cover-2 > div[class*='col-'], .cover-8 > div[class*='col-'] {
	position: relative;
	height: auto;
}
.cover-2 > div[class*='col-']:first-child, .cover-8 > div[class*='col-']:first-child {
	height: 32.5em;
}
.cover-2 > div[class*='col-']:last-child, .cover-8 > div[class*='col-']:last-child {
	padding: 4.875em 0;
}
}
.cover-2 .logo {
	max-height: 8.125em;
}
.cover-2 .pos-vertical-center {
	display: inline-block;
	text-align: left;
}
.cover-2 .btn:first-of-type {
	margin-top: 1.625em;
}

@media all and (max-width: 767px) {
.cover-2 .logo {
	max-height: 4.875em;
}
.cover-2 .pos-vertical-center {
	text-align: center;
}
}
.cover-3 .logo {
	max-height: 3.25em;
}
.cover-3 .pos-bottom {
	margin-bottom: 9.75em;
}
.cover-3 .modal-instance {
	margin-top: 3.25em;
}

@media all and (max-width: 767px) {
.cover-3.slider .slides li {
	height: 100vh;
}
.cover-3.slider .slides li .container {
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
}
.cover-3 .pos-bottom {
	margin-bottom: 19.5em;
}
}
.cover-4 .modal-instance {
	display: inline-block;
	position: relative;
	top: 21px;
	margin-left: 1.625em;
}
.cover-4 p.lead + div {
	margin-top: 1.625em;
}

@media all and (max-width: 767px) {
.cover-4 .modal-instance {
	display: block;
	margin-left: 0;
}
}
.cover-6 .modal-instance {
	display: block;
	margin-bottom: 3.25em;
}
.cover-6 .logo {
	max-height: 8.125em;
}
.cover-6 form {
	margin-bottom: 4.875em;
}

@media all and (max-width: 767px) {
.cover-6 .modal-instance {
	margin-bottom: 1.625em;
}
.cover-6 .logo {
	max-height: 3.25em;
}
.cover-6 .pos-bottom {
	margin-top: 3.25em;
}
}
.cover-7 form {
	margin: 3.25em 0;
}
.cover-7 .h6 {
	display: inline-block;
	color: #fff;
}
.cover-7 .modal-instance {
	display: inline-block;
	margin-left: 1.625em;
}

@media all and (max-width: 767px) {
.cover-7 form {
	margin: 1.625em 0 1.625em 0;
}
.cover-7 form input {
	margin: 0;
}
}
.cover-8 .logo {
	max-height: 3.25em;
}
.cover-8 .pos-vertical-center {
	overflow: hidden;
}
.cover-8 p.lead + div {
	margin-top: 3.25em;
}
.cover-8 form {
	max-width: 60%;
	margin: 0 auto;
}
.cover-8 form .row {
	margin-bottom: 1.625em;
}
.cover-8 form .input-checkbox {
	margin-right: 0.8125em;
}
.cover-8 form .input-checkbox + span {
	position: relative;
	bottom: 8px;
}

@media all and (max-width: 1300px) {
.cover-8 form {
	max-width: 80%;
}
}

@media all and (max-width: 767px) {
.cover-8 form input {
	margin-bottom: 0;
}
}
.cover-9 {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}
.cover-9:before {
	position: absolute;
	height: 100%;
	width: 100%;
	content: '';
	top: -13em;
	left: 0;
	background: #f4f4f4;
}
.cover-9 .logo {
	max-height: 6.5em;
}
.cover-9 p.lead {
	margin-bottom: 2.26086956521739em;
}
.cover-9 .cover__image {
	margin-top: 4.875em;
}
.cover-9 + section:not(.imagebg):not(.bg--dark):not(.bg--primary) {
	padding-top: 0;
}

@media all and (max-width: 767px) {
.cover-9 .logo {
	max-height: 3.25em;
}
.cover-9 p.lead {
	margin-bottom: 1em;
}
.cover-9 .btn:not(:last-of-type) {
	margin-bottom: 1.625em;
}
.cover-9 .cover__image {
	margin-top: 3.25em;
}
}
.cover-10 .logo {
	max-height: 6.5em;
}
.cover-10 > .background-image-holder {
	height: 70%;
	opacity: .2 !important;
}
.cover-10 .video-cover {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	margin-top: 4.875em;
}
.cover-10 .video-cover iframe {
	height: 488px;
}
.cover-10 + section:not(.imagebg) {
	padding-top: 0;
}

@media all and (max-width: 767px) {
.cover-10 .video-cover iframe {
	height: auto;
}
}
.cover-11:not([class*='height-']) {
	padding: 0;
}
.cover-11 .boxed {
	padding-bottom: 3.25em;
	margin-bottom: 0;
}
.cover-11 .pos-bottom {
	margin-bottom: 1.625em;
}
.cover-11 p.lead + .modal-video-1 {
	margin-top: 3.25em;
}

@media all and (max-width: 990px) {
.cover-11 .boxed {
	padding: 1.625em 0;
}
.cover-11 .boxed div[class*='col-'] {
	padding: 0 15px !important;
}
}

@media all and (max-width: 767px) {
.cover-11 .imagebg {
	overflow: hidden;
}
.cover-11 .pos-bottom {
	margin-top: 1.625em;
}
}
.cover-12 form {
	margin-top: 3.25em;
}
.cover-12 form .input-with-icon {
	text-align: left;
	margin-bottom: 1.625em;
}

@media all and (max-width: 768px) {
.cover-12 .modal-instance {
	margin-bottom: 1.625em;
}
}
.cover-13 form {
	margin-top: 2.4375em;
}
.cover-14 .logo {
	margin-bottom: 2.4375em;
}
.cover-14 .pos-bottom {
	width: 100%;
	bottom: 1.625em;
}
.cover-14 .cover__title {
	margin-bottom: 3.25em;
}
/*! -- Pillar Tabs -- */



.tabs-container {
	overflow: hidden;
}
.tabs-container .tabs {
	margin-bottom: 4.875em;
}
.tabs-container .tabs .tab__title:not(.btn) {
	padding: 0;
}
.tabs-container .tabs li:not(:last-child) {
	margin-right: 3.25em;
}
.tabs-container:not(.tabs-5) .tabs-content {
	margin-bottom: 0;
	position: relative;
}
.tabs-container:not(.tabs-5) .tabs-content > li.active .tab__content {
	animation: fadeIn .75s ease forwards;
}
.tabs-container:not(.tabs-5) .tabs-content > li:not(.active) {
	position: absolute;
	top: 0;
	pointer-events: none;
}
.tabs-container:not(.tabs-5) .tabs-content > li:not(.active) .tab__content {
	display: block;
	pointer-events: none;
	animation: fadeOut .5s ease forwards;
}
 @keyframes fadeIn {
 from {
 opacity: 0;
 transform: translate3d(0, 20px, 0);
 -webkit-transform: translate3d(0, 20px, 0);
}
 to {
 opacity: 1;
 transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
}
}
 @keyframes fadeOut {
 from {
 opacity: 1;
 transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
}
 to {
 opacity: 0;
 transform: translate3d(0, -20px, 0);
 -webkit-transform: translate3d(0, -20px, 0);
}
}

@media all and (max-width: 767px) {
.tabs-container .tabs {
	margin-bottom: 1.625em;
}
.tabs-container .tabs li {
	margin: 0 1.625em 0.40625em 1.625em;
}
.tabs-container .tabs li:not(:last-child) {
	margin-right: 0;
}
}
.tabs-1 .tabs li {
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
}
.tabs-1 .tabs li:not(.active) {
	opacity: .4;
}
.tabs-1 .tabs li:hover {
	opacity: .9;
}
.tabs-1 .tabs li .btn {
	border-color: rgba(0, 0, 0, 0);
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	backface-visibility: hidden;
}
.tabs-1 .tabs li:not(:last-child) {
	margin-right: 1.625em;
}
.tabs-1 .tabs li.active .btn {
	border-color: rgba(35, 35, 35, 0.9);
}
.tabs-2 .tabs h5, .tabs-2 .tabs h6 {
	margin: 0;
}
.tabs-3.tabs-container .tabs li {
	margin-right: 0;
}
.tabs-3.tabs-container .tabs .tab__title {
	position: relative;
	overflow: hidden;
	width: 250px;
	height: 150px;
	text-align: center;
}
.tabs-3.tabs-container .tabs .tab__title h5 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	z-index: 2;
	color: #fff;
	width: 100%;
}
.tabs-4.tabs-container .tabs li {
	margin-right: 0;
}
.tabs-4.tabs-container .tabs li:first-child {
	position: relative;
	left: 5px;
}
.tabs-4.tabs-container .tabs li:first-child .btn {
	border-radius: 50px 0 0 50px;
}
.tabs-4.tabs-container .tabs li:last-child {
	position: relative;
	right: 5px;
}
.tabs-4.tabs-container .tabs li:last-child .btn {
	border-radius: 0 50px 50px 0;
}
.tabs-4.tabs-container .tabs li.active .btn {
	background: #232323;
}
.tabs-4.tabs-container .tabs li.active .btn .btn__text {
	color: #fff;
}
.tabs-4.tabs-container .tabs li:not(.active) .btn {
	border-color: #232323;
}

@media all and (max-width: 767px) {
.tabs-4.tabs-container .tabs li {
	margin: 0;
}
}
.tabs-5 {
	padding: 0;
}
.tabs-5 .tabs {
	margin-bottom: 0;
}
.tabs-5 .tabs li .tab__title {
	background: #fff;
	padding: 0.8125em 3.25em !important;
}
.tabs-5 .tabs li .tab__title h6 {
	margin: 0;
}
.tabs-5 .tabs li:not(.active) .tab__title {
	background: #f4f4f4;
}
.tabs-5 .tabs li:not(:last-child) {
	margin-right: 0;
}
.tabs-5 .tabs li:first-child .tab__title {
	border-radius: 20px 0 0 0;
}
.tabs-5 .tabs li:last-child .tab__title {
	border-radius: 0 20px 0 0;
}
.tabs-5 .tabs-content {
	background: #fff;
	padding-top: 6.5em;
	padding-bottom: 8.125em;
	margin-top: 0;
	margin-bottom: 0;
}

@media all and (max-width: 767px) {
.tabs-5 .tabs {
	margin-bottom: 1.625em;
}
.tabs-5 li .tab__title, .tabs-5 li:first-child .tab__title, .tabs-5 li:last-child .tab__title {
	border-radius: 50px !important;
}
}
/*! -- Pillar Accordions -- */



.accordion .active .accordion__title span {
	color: #fff;
}
.accordion .active .accordion__content {
	animation: fadeIn 0.7s ease forwards;
}
.accordion li {
	position: relative;
}
.accordion li .accordion__content {
	position: relative;
}
.accordion li:not(.active) .accordion__content * {
	display: block;
	position: absolute;
	top: 0;
	animation: fadeOut 0.7s ease forwards;
}
.accordion li:not(.active):hover .accordion__title {
	background: #efefef;
}
/*! -- Pillar Twitter Feed -- */



.twitter-feed {
	position: relative;
}
.twitter-feed .timePosted {
	margin: 0;
}
.twitter-feed.twitter-feed--slider ul:not(.owl-carousel) {
	max-height: 8.125em;
	opacity: 0;
}
.twitter-feed .timePosted a {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #343434;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	margin-bottom: 0;
	font-size: 0.625em;
	line-height: 2.6em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
	text-decoration: none;
	opacity: .5;
}
i + .twitter-feed {
	margin-top: 1.625em;
}
.twitter-feed-1 p {
	font-size: 1.4375em;
	line-height: 1.69565217em;
	margin-bottom: 1.1304347826087em;
	font-weight: 400;
}
.twitter-feed-1 p:last-child {
	margin-bottom: 0;
}
.twitter-feed-1 p a {
	color: #425cbb;
}
.twitter-feed-2 li .tweet {
	margin-bottom: 0.8125em;
}
.twitter-feed-2 li:not(:last-child) {
	margin-bottom: 2.4375em;
}
/*! -- Pillar Sliders -- */



section:not(.imagebg):not(.bg--dark):not(.bg--primary):not(.slider) .flex-direction-nav a, .slider:not(.slider-controls--white) .flex-direction-nav a {
	color: #232323;
}
section:not(.imagebg):not(.bg--dark):not(.bg--primary):not(.slider) .flex-control-nav li a, .slider:not(.slider-controls--white) .flex-control-nav li a {
	background: #232323;
	opacity: .4;
	backface-visibility: hidden;
}
section:not(.imagebg):not(.bg--dark):not(.bg--primary):not(.slider) .flex-control-nav li a.flex-active, .slider:not(.slider-controls--white) .flex-control-nav li a.flex-active {
	opacity: 1;
}
.owl-dot {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.owl-dot.active {
	transform: scale(1.5);
	-webkit-transform: scale(1.5);
	position: relative;
	bottom: 1px;
}
.owl-prev, .owl-next {
	opacity: .4;
}
.owl-prev:hover, .owl-next:hover {
	opacity: 1;
}

@media all and (max-width: 767px) {
.owl-prev, .owl-next {
	display: none !important;
}
}
.slider:not(section) .slides li {
	padding: 0;
}
.slider--animate div[class*='col-'] {
	transition: 1s ease;
	-webkit-transition: 1s ease;
	-moz-transition: 1s ease;
	transform: translate3d(0, 100px, 0);
	-webkit-transform: translate3d(0, 100px, 0);
	transition-delay: .5s;
	opacity: 0;
}
.slider--animate .active div[class*='col-'] {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.screenshot-slider {
	margin-top: 3.25em;
}
.screenshot-slider img {
	margin-bottom: 1.625em;
}
/*! -- Pillar Features -- */



.features-1 hr {
	margin: 4.875em 0 3.25em 0;
}

@media all and (max-width: 767px) {
.features-1 hr {
	display: none;
}
}
.features-2 p + .feature {
	margin-top: 4.875em;
}

@media all and (max-width: 767px) {
.features-2 p + .feature {
	margin-top: 3.25em;
}
}
.features-3 .feature:first-child {
	margin-top: 4.875em;
}
.features-3 .feature h6 {
	margin-bottom: 1.3em;
}
.features-3 .feature:not(:last-child) {
	margin-bottom: 3.25em;
}

@media all and (max-width: 767px) {
.features-3 .feature:first-child {
	margin-top: 3.25em;
}
}
.features-4 {
	overflow: hidden;
	position: relative;
	padding-bottom: 0;
}
.features-4 h3 {
	margin-top: 0.8125em;
}
.features-4 .feature h5 {
	margin-bottom: 0.8125em;
}
.features-4 p + .feature {
	margin-top: 3.25em;
}

@media all and (max-width: 1200px) {
.features-4 {
	padding-bottom: 8.125em;
}
.features-4 .features__avatar {
	position: absolute;
	bottom: 0;
	right: 0;
}
.features-4 .features__avatar img {
	margin: 0;
	position: relative;
	right: -50px;
	max-height: 32.5em;
}
}

@media all and (max-width: 990px) {
.features-4 .features__avatar img {
	right: -200px;
}
}

@media all and (max-width: 767px) {
.features-4 {
	padding-bottom: 0;
}
.features-4 .features__avatar {
	margin-top: 3.25em;
	position: relative;
}
.features-4 .features__avatar img {
	right: 0px;
}
}
.features-5 {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
}
.features-5:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #f4f4f4;
	top: -13em;
}
.features-5 p.lead {
	margin-bottom: 3.3913043478261em;
}
.features-5 img {
	margin-top: 6.5em;
}

@media all and (max-width: 767px) {
.features-5 {
	background: #f4f4f4;
	padding-bottom: 4.875em;
}
.features-5 p.lead {
	margin-bottom: 1.1304347826087em;
}
.features-5 img {
	margin-top: 1.625em;
}
}
.features-6 p + .feature {
	margin-top: 1.625em;
}
.features-6 .feature:not(:last-child) {
	margin-bottom: 1.625em;
}
.features-6 .feature {
	padding: 0;
}
.features-6 + .cta-2 {
	padding-top: 0;
}

@media all and (max-width: 767px) {
.features-6 p + .feature {
	margin-top: 0;
}
.features-6 .feature:not(:last-child) {
	margin-bottom: 0;
}
.features-6 .feature:nth-child(even) {
	padding-left: 7.5px;
}
}
.features-7 {
	padding-top: 9.75em;
}
.features-7 hr {
	opacity: .3;
	margin: 3.25em 0;
}
.features-7 .feature h6 {
	margin-bottom: 0.6em;
}

@media all and (max-width: 767px) {
.features-7 {
	padding-top: 4.875em;
}
}
.features-8 {
	padding-top: 9.75em;
}
.features-8 .boxed {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	margin-top: 4.875em;
	background: rgba(255, 255, 255, 0.2);
	text-align: center;
}
.features-8 .boxed .feature:first-child {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.features-8 .boxed .feature h5 {
	margin: 1.625em 0;
}
.features-8 .boxed i {
	color: #fff;
}

@media all and (max-width: 767px) {
.features-8 {
	padding-top: 4.875em;
}
.features-8 .boxed .feature:first-child {
	border-right: none;
}
.features-8 .boxed .feature:not(:last-child) {
	margin-bottom: 1.625em;
}
}
.features-9 p.lead {
	margin-bottom: 3.3913043478261em;
}
.features-9 .feature:first-child {
	margin-top: 8.125em;
}

@media all and (max-width: 767px) {
.features-9 p.lead {
	margin-bottom: 1.1304347826087em;
}
.features-9 .feature:first-child {
	margin-top: 0;
}
.features-9 img {
	margin-bottom: 3.25em;
}
}
.features-10 {
	padding: 0;
	overflow: hidden;
}
.features-10 .feature {
	margin: 0;
	padding: 6em 0;
/*	min-height: 434px;*/
}
.features-10 .feature i {
	display: inline-block;
	margin-bottom: 0.40625em;
}
.features-10 .feature a p {
	color: #666
}
.features-10 .feature.bg--primary p {
	color: #fff;
}
.features-10 .feature p {
	max-width: 60%;
	margin: 0 auto;
	min-height: 4.875em;
}



@media all and (max-width: 1500px) {
.features-10 .feature p {
	max-width: 80%;
}
}

@media all and (max-width: 1200px) {
.features-10 .feature p {
	max-width: 90%;
}
}

@media all and (max-width: 990px) {
.features-10 .feature {
	padding: 3.25em 0;
	margin-bottom: 0;
	min-height: 0;
}
.features-10 .feature p {
	max-width: 80%;
	min-height: 0;
}
}
.features-11 .row:last-child {
	margin-top: 3.25em;
}

@media all and (max-width: 767px) {
.features-11 .row:last-child {
	margin-top: 1.625em;
}
}
section.features .feature-2 {
	margin-bottom: 3.25em;
}
/*! -- Pillar Modals -- */



.modal-content.height--natural {
	max-width: 450px;
}
.modal-content.bg--dark {
	background: #000;
}
.modal-instance {
	position: relative;
	display: inline-block;
}

@media all and (max-width: 1024px) {
.modal-container .modal-content {
	max-width: 100%;
	max-height: 100%;
}
}
/*! -- Pillar Video -- */



.video-play-icon {
	opacity: 1;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.video-play-icon:hover {
	opacity: .9;
}
.video-play-icon:not(.video-play-icon--dark):before {
	border-color: transparent transparent transparent #232323;
}
.video-play-icon.video-play-icon--sm:before {
	margin-top: -3px;
}
.modal-video-1 .video-play-icon {
	display: inline-block;
	margin-right: 1.625em;
}
.modal-video-1 .video-play-icon.video-play-icon--sm {
	margin-right: 0.8125em;
}
.modal-video-1 .h6 {
	position: relative;
	bottom: 48px;
}
.modal-video-1 .video-play-icon--sm + .h6 {
	bottom: 22px;
}

@media all and (max-width: 767px) {
.modal-video-1 .h6 {
	bottom: 28px;
}
}
/*! -- Pillar Charts -- */



.piechart {
	overflow: hidden;
}
.piechart-1 .piechart__overlay {
	width: 98%;
	height: 98%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}

@media all and (max-width: 990px) {
.piechart-1 {
	margin-bottom: 1.625em;
}
}
.piechart-2 .piechart__overlay {
	width: 95%;
	height: 95%;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.piechart-2 .piechart__description h6:first-child {
	margin: 0;
	opacity: .5;
}
.piechart-3 .piechart__overlay {
	width: 90%;
	height: 90%;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.piechart-3 i {
	font-size: 2.8125em;
	color: #425cbb;
}
.piechart-3 + h5 {
	margin-top: 1.625em;
}
.piechart[data-size="260"] {
	width: 260px;
	height: 260px;
}
.barchart {
	position: relative;
}
.barchart .barchart__bar {
	background: #f4f4f4;
	border-radius: 50px;
}
.barchart .barchart__progress {
	background: #425cbb;
	border-radius: 50px;
}
.barchart .barchart__description {
	z-index: 3;
	position: relative;
}
.barchart:not(:last-child) {
	margin-bottom: 1.625em;
}
.barchart.barchart--vertical {
	display: inline-block;
}
.barchart.barchart--vertical:not(:last-child) {
	margin-right: 0.8125em;
}
.barchart.barchart--vertical .barchart__bar {
	height: 500px;
	margin-bottom: 1.625em;
}
.barchart.barchart--vertical .barchart__progress {
	width: 100%;
	top: auto;
	bottom: 0;
}
.barchart.barchart--vertical .barchart__progress:before {
	right: 0;
	width: 100%;
	text-align: center;
}
.barchart.barchart--vertical .barchart__description {
	position: relative;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	left: -1.625em;
	text-align: left;
}
.barchart.barchart--vertical .barchart__description span {
	color: #232323;
}
.barchart-1 .barchart__bar {
	height: 2.84375em;
}
.barchart-1 .barchart__description {
	top: 0;
	left: 1.625em;
	position: absolute;
	height: 2.84375em;
	width: 100%;
}
.barchart-1 .barchart__description span {
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	margin: 0;
}
.barchart-1 .barchart__progress:before {
	content: attr(data-value);
	position: absolute;
	right: 1.625em;
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #343434;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	margin-bottom: 0;
	font-size: 0.625em;
	line-height: 2.6em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
	color: #fff;
	top: 0.8125em;
}
.barchart-1.barchart--vertical .barchart__bar {
	width: 2.84375em;
}
.barchart-2:before {
	content: attr(data-value) '%';
	position: absolute;
	right: 0;
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #343434;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	margin-bottom: 0;
	font-size: 0.625em;
	line-height: 2.6em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
	top: 0;
}
.barchart-2 .barchart__bar {
	height: 0.40625em;
	background: #efefef;
	backface-visibility: hidden;
}
.barchart-2:not(.barchart--vertical) .barchart__bar {
	max-height: 0.40625em;
}
.barchart-2 .barchart__description {
	margin-bottom: 0.8125em;
}
.barchart-2.barchart--vertical .barchart__bar {
	width: 0.40625em;
}
.barchart-2.barchart--vertical .barchart__description {
	left: -3.25em;
}
.barchart-2.barchart--vertical:before {
	left: 0;
}
.bg--secondary .barchart {
	background: #e7e7e7;
}
.bg--dark .barchart-2:before {
	color: #fff;
}
/*! -- Pillar Pricing Options -- */



.pricing {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.pricing i:first-child {
	color: #232323;
}
.pricing h6:first-child, .pricing h5:first-child {
	margin: 0;
}
.pricing .pricing__price {
	margin-top: 1.625em;
}
.pricing .pricing__dollar {
	vertical-align: top;
}
.pricing p:last-of-type {
	margin-bottom: 3.25em;
}
.pricing:not(.pricing-1):not(.pricing--emphasise) hr {
	border-color: #efefef;
}

@media all and (max-width: 990px) {
.pricing {
	margin-bottom: 30px;
}
}

@media all and (max-width: 767px) {
.pricing {
	margin-bottom: 15px;
}
}
.pricing-1 {
	padding: 3.16666667em 3.25em 3.25em 3.25em;
	background: #fff;
}
.pricing-1 h6 {
	font-size: 0.8em;
	font-weight: normal;
	opacity: .8;
}
.pricing-1:hover {
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.pricing-1 p {
	min-height: 3.25em;
}
.pricing-2 {
	padding: 2.16666667em 3.25em 3.25em 3.25em;
}
.pricing-2.pricing--emphasise {
	background: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.pricing-2 p {
	min-height: 4.875em;
}
.pricing-3 img:first-child {
	margin-bottom: -1.625em;
}
.pricing-3 h5 {
	margin-top: 1.625em;
}
.pricing-3 .btn {
	margin-bottom: 1.625em;
	position: relative;
	z-index: 20;
}
.pricing-3 .pricing__body {
	background: #fff;
	padding: 0 3.25em 3.25em 3.25em;
}
.pricing-3 p {
	min-height: 3.25em;
}
.pricing-3 p:last-child {
	margin: 0;
}
.pricing-3:hover {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.pricing-4 {
	padding: 3.25em 3.25em 3.25em 3.25em;
	background: #fff;
}
.pricing-4 .pricing__price {
	margin-top: 0;
	margin-bottom: 1.625em;
}
.pricing-4 h6 {
	opacity: .5;
}
.pricing-4:hover {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.pricing-4 p {
	min-height: 4.875em;
}

@media all and (max-width: 990px) {
.pricing-4 {
	margin-bottom: 1.625em;
}
}
.pricing-5 {
	overflow: hidden;
}
.pricing-5 div[class*='col-'] {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	padding: 0;
}
.pricing-5 div[class*='col-'].pricing--emphasise {
	box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.pricing-5 div[class*='col-']:not(:first-child) ul li:last-child {
	height: auto !important;
}
.pricing-5 .pricing__title {
	min-height: 158px;
	padding: 1.625em 0;
	position: relative;
}
.pricing-5 .col-md-3 {
	border-left: 1px solid #e9e9e9;
}
.bor {
	border: 1px solid #e9e9e9;
}
.pricing-5 .pricing__title h6 {
	font-size: 1em;
}
.pricing-5 .pricing__title h6, .pricing-5 .pricing__title h5 {
	margin: 0;
}
.pricing-5 .pricing__title h6 {
	opacity: .8;
}
.pricing-5 .pricing__price {
	margin-top: 0.8125em;
}
.pricing-5 ul {
	margin: 0;
}
.pricing-5 ul li {
	line-height: 1.625em;
	padding: 1.625em 0;
}
.pricing-5 ul li span:not(.btn__text) {
	font-style: normal;
}
.pricing-5 ul li span:not(:first-child) {
	display: inline-block;
	margin-left: 0.8125em;
	position: relative;
	bottom: 6px;
}
.pricing-5 ul li:nth-child(odd) {
	background: #f4f4f4;
}

@media all and (min-width: 990px) {
.pricing-5 ul li {
/*	height: 4.875em;*/
}
}
.pricing-5 .pricing__title {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-5 ul {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-5 ul li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-5 .pricing__title {
	min-height: auto;
}
@media all and (max-width: 990px) {
.pricing-5 .pricing__title {
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-5 ul {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-5 ul li:not(:first-child) {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-5 .pricing__title {
	min-height: auto;
}
}

@media all and (max-width: 767px) {
.pricing-5 div[class*='col-'] {
	margin-bottom: 1.625em;
}
}
.checkmark, .crossmark {
	width: 1.625em;
	height: 1.625em;
	line-height: 1.625em;
	background: #64b671;
	border-radius: 50%;
	display: inline-block;
	position: relative;
	text-align: center;
}
.checkmark:before, .crossmark:before {
	content: '\2713';
	position: absolute;
	color: #fff;
	width: 100%;
	left: 0;
	opacity: 1;
	font-size: 0.8em;
}
.crossmark {
	background: #e34747;
}
.crossmark:before {
	content: '\2715';
}
/*! -- Pillar Cards -- */



.card {
/*
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
*/
}
.card .card__image {overflow: hidden}
.card.card-7:hover .card__image img { transform: scale(1.1)}
.card .card__image img {
	transition: all .5s;
	margin: 0;
}
.card .card__title h1, .card .card__title h2, .card .card__title h3, .card .card__title h4, .card .card__title h5, .card .card__title h6 {
	margin: 0;
}
.card .card__body {
	margin-bottom: 0;
}
.card .card__lower span {
	margin-bottom: 0;
}
.card .card__lower span:not(.h6) {
	font-size: 0.625em;
	font-style: italic;
	display: inline-block;
	color: #767676;
}
.slider[data-items] .card {
	margin: 0 15px;
	margin-bottom: 3.25em;
}

@media all and (max-width: 990px) {
.card .card__body {
	margin-bottom: 30px;
}
}

@media all and (max-width: 767px) {
.card .card__body {
	margin-bottom: 15px;
}
}
.card--horizontal {
	overflow: hidden;
	position: relative;
}
.card--horizontal .card__image {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0;
}
.card--horizontal .card__body {
	float: right;
}

@media all and (max-width: 767px) {
.card--horizontal .card__image {
	position: relative;
}
.card--horizontal .card__image .background-image-holder {
	position: relative;
	background: none;
}
.card--horizontal .card__image .background-image-holder img {
	display: block;
}
}
a .card {
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
}
a .card p, a .card span {
	color: #767676;
}
a .card:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
a .card.card-6:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
a:active .card {
	transform: scale(0.99);
	-webkit-transform: scale(0.99);
}
.card-1 .card__icon {
	background: #f4f4f4;
	padding: 4.875em 0;
	text-align: center;
}
.card-1 .card__title + p {
	margin-top: 1.625em;
}

@media all and (max-width: 767px) {
.card-1 .card__icon {
	padding: 3.25em 0;
}
}
.card-1, .card-2 {
	margin-bottom: 30px;
}
.card-1 .card__title, .card-2 .card__title {
	margin-bottom: 0.8125em;
}
.card-1 span:not(:last-child), .card-2 span:not(:last-child) {
	margin-bottom: 1.625em;
	display: inline-block;
}
.card-1 .card__body p, .card-2 .card__body p {
	min-height: 8.125em;
}

@media all and (max-width: 767px) {
.card-1 .card__body p, .card-2 .card__body p {
	min-height: 0;
}
}
.card-3 {
	margin-bottom: 30px;
}
.card-3 .card__body .card__title {
	margin-bottom: 0;
}
.card-4 {
	margin-bottom: 30px;
}
.card-4 .card__body h6:first-child {
	margin-bottom: 1.3em;
	color: #767676;
}
.card-4 .card__body h5 {
	font-weight: 400;
}
.card-4 .card__body .card__title {
	height: 4.875em;
	margin-bottom: 0.625em;
	text-overflow: ellipsis;
	overflow: hidden;
}
.card-4 hr {
	margin-top: 0;
	margin-bottom: 1.625em;
}
.card-5 {
	margin-bottom: 1.625em;
}
.card-5 .card__body {
	padding-bottom: 16.25em;
}
.card-5 .card__body .card__title {
	margin-bottom: 0.40625em;
}
.card-5 .card__body .card__title + span {
	margin-bottom: 1.625em;
	display: inline-block;
}
.card-5 .card__body .card__title + p {
	margin-top: 1.625em;
}
.masonry .card-5 {
	margin-bottom: 0;
}

@media all and (max-width: 990px) {
.card-5 .card__body {
	padding-bottom: 13em;
}
}

@media all and (max-width: 767px) {
.card-5 .card__body {
	padding-bottom: 0.8125em;
}
}
.card-6 {
	margin-bottom: 1.625em;
}
.card-6 .card__body .card__title {
	margin-bottom: 1.625em;
}
.card-6 .card__body p:last-of-type {
	margin-bottom: 6.5em;
}

@media all and (max-width: 767px) {
.card-6 .card__body p:last-of-type {
	margin-bottom: 3.25em;
}
}
.card-7 {
	margin-bottom: 30px;
}
.card-7 .card__body {
	position: relative;
}
.card-7 .card__body .card__title h6, .card-7 .card__body .card__title h5 {
	margin-bottom: 0;
	max-height: 1.625em;
}
.card-7 .card__body .card__title h6 {
	opacity: .3;
	margin-bottom: 0.65em;
}
.card-7 .card__body .card__price {
	position: absolute;
	top: 2.4375em;
	right: 2.4375em;
}
.card-7 .card__body .card__price span {
	display: block;
}
.card-7 .card__body .card__price span.type--strikethrough {
	opacity: .5;
}

@media all and (max-width: 1200px) {
.card-7 .card__price {
	margin-bottom: 0.8125em;
}
}
.card-8 {
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
}
.card-8 .boxed {
	padding: 3.25em 4.875em;
}
.card-8 .card__title h6 {
	opacity: .5;
	font-weight: normal !important;
}
.card-8 .card__title h3 {
	max-width: 75%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.card-8 .card__body {
	position: absolute;
	height: 100%;
	right: 0;
	top: 0;
}
.card-8 .card__image {
	padding: 0;
	overflow: hidden;
	background: #eee;
}
.card-8 .card__image img {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.card-8 .card__image:hover img {
	transform: scale(0.98);
	-webkit-transform: scale(0.98);
}
.card-8 hr {
/*	margin-bottom: 3.25em;*/
}
.card-8 p[class*='col-'] {
	padding: 0;
	float: none;
	margin-bottom: 4.875em;
}
.card-8 .card__price {
	position: absolute;
	top: 3.25em;
	right: 4.875em;
}
.card-8 .card__price span {
	font-size: 1.4375em;
}
.card-8 .card__price span.type--strikethrough {
	margin-right: 1.1304347826087em;
}

@media all and (max-width: 1200px) {
.card-8 .card__body {
	position: relative;
	height: auto;
}
.card-8 hr {
	margin-bottom: 1.625em;
}
.card-8 p[class*='col-'] {
	margin-bottom: 3.25em;
}
}

@media all and (max-width: 1024px) {
.card-8 .boxed {
	padding: 3.25em 3.25em;
}
.card-8 .card__price {
	position: relative;
	right: 0;
	top: 0;
	margin-top: 0.8125em;
}
}

@media all and (max-width: 767px) {
.card-8 {
	margin-bottom: 30px;
}
.card-8 .card__title {
	margin-top: 0;
}
.card-8 .card__body {
	position: relative;
	height: auto;
}
.card-8 .card__price {
	margin-bottom: 1.625em;
}
}
/*! -- Pillar Page Titles -- */



.page-title.page-title--animate .container * {
	opacity: 0;
	animation: fadeUp 1s ease;
	animation-delay: .5s;
	animation-fill-mode: forwards;
}
 @keyframes fadeUp {
 0% {
 opacity: 0;
 transform: translate3d(0, 50px, 0);
 -webkit-transform: translate3d(0, 50px, 0);
}
 100% {
 opacity: 1;
 transform: translate3d(0, 0, 0);
 -webkit-transform: translate3d(0, 0, 0);
}
}
/*! -- Pillar Video Covers -- */



iframe {
	background: #f4f4f4;
}
/*! -- Pillar Members -- */



.member-1 {
	margin-bottom: 3.25em;
}
.member-1 h6 {
	margin: 0;
	opacity: .5;
}
.member-1 h5 {
	margin-bottom: 0.8125em;
}
.member-1 p {
	min-height: 6.5em;
}

@media all and (max-width: 767px) {
.member-1 p {
	min-height: 0;
}
}
.member-2 h5 {
	margin-bottom: 0.8125em;
}
.member-2 h6 {
	margin-bottom: 0;
	opacity: .75;
}
.member-2 .social-list {
	width: 100%;
	margin-bottom: 1.625em;
}
/*! -- Pillar Icon Features -- */



.feature {
	margin-bottom: 3.25em;
}
.feature.boxed {
	background: #fff;
/*
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
*/
}
.feature.boxed:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22), 0 1px 2px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
	z-index: 2;
}
.feature:not(.bg--primary):not(.bg--dark) i {
	color: #232323;
}
.imagebg .feature:not(.bg--primary):not(.bg--dark) i {
	color: #fff;
}
.imagebg .feature-1 span {
	color: #fff;
	opacity: .9;
}

@media all and (max-width: 767px) {
.feature {
	margin-bottom: 1.625em;
}
}
.feature-1 {
	margin-bottom: 30px;
}
.feature-1 i + h5 {
	margin: 1.625em 0 0.8125em 0;
}
.feature-1 i + h6 {
	margin-top: 1.3em;
	margin-bottom: 1.3em;
}
.feature-1 i + h4 {
	margin-top: 1.23076923076923em;
	margin-bottom: 1.23076923076923em;
}
.feature-1 h4:last-child, .feature-1 h5:last-child, .feature-1 h6:last-child {
	margin-bottom: 0;
}
.feature-1 p {
	min-height: 4.875em;
}
.feature-2 .feature__title h4{     
	margin: 0;
    display: inline-block;
    position: relative;
	font-weight: normal !important;
}


@media all and (max-width: 767px) {
.feature-1 {
	margin-bottom: 1.625em;
}
}
.feature-2 .feature__title {
	margin-bottom: 0.8125em;
}
.feature-2 .feature__title i {
	margin-right: 0.57777777777778em;
}
.feature-2 .feature__title h6 {
	margin: 0;
	display: inline-block;
	position: relative;
	bottom: 16px;
}

@media all and (max-width: 990px) {
.feature-2 .feature__title h6 {
	bottom: 0;
	display: block;
	margin-top: 1.3em;
}
}
.feature-3 {
	overflow: hidden;
}
.feature-3 .feature__left {
	float: left;
	margin-right: 1.625em;
}
.feature-3 .feature__right {
	float: left;
	max-width: 80%;
}
.feature-3 p {
	min-height: 4.875em;
}

@media all and (max-width: 767px) {
.feature-3 p {
	min-height: 0;
}
}
.feature-4 {
	margin-bottom: 3.25em;
}
.feature-4 p:last-of-type {
	margin-bottom: 3.25em;
}

@media all and (max-width: 767px) {
.feature-4 p:last-of-type {
	margin-bottom: 1.625em;
}
}
/*! -- Pillar Calls to Action -- */



.cta-1 {
	padding: 4.875em 0;
}
.cta-1 .cta__title {
	margin: 0;
}

@media all and (max-width: 990px) {
.cta-1 .btn:first-child:not(:last-child) {
	margin-bottom: 1.625em;
}
}

@media all and (max-width: 767px) {
.cta-1 {
	text-align: center;
}
.cta-1 p.lead {
	margin: 1.1304347826087em 0;
}
.cta-1 .btn:first-child:not(:last-child) {
	margin-bottom: 0;
}
}
.cta-2 {
	padding: 4.875em 0;
}
.cta-2 .cta__body {
	overflow: hidden;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius: 50px;
}
.cta-2 .cta__body .cta__feature {
	display: inline-block;
	padding-left: 3.25em;
	position: relative;
}
.cta-2 .cta__body .cta__feature i {
	position: relative;
	top: 10px;
	margin-right: 0.56521739130435em;
}
.cta-2 .cta__body .btn {
	float: right;
	min-height: 3.25em;
}
.cta-2.imagebg:not(.image--light) i {
	color: #fff;
}
.cta-2.imagebg:not(.image--light) .h6 {
	color: #fff;
}
.cta-2.imagebg:not(.image--light) .cta__body {
	border: none;
	background: rgba(255, 255, 255, 0.3);
}

@media all and (max-width: 1200px) {
.cta-2 .cta__body {
	text-align: center;
	height: auto;
	padding: 1.625em;
}
.cta-2 .cta__body .cta__feature {
	margin-bottom: 1.625em;
}
.cta-2 .cta__body .cta__feature:first-child {
	padding-left: 0;
}
.cta-2 .cta__body .btn {
	float: none;
}
}

@media all and (max-width: 767px) {
.cta-2 .cta__body .cta__feature {
	width: 100%;
	padding-left: 0;
	height: auto;
}
}
.cta-3 span.h2 {
	display: block;
	margin-bottom: 1.15555555555556em;
}
.cta-3.imagebg {
	padding-top: 8.125em;
}

@media all and (max-width: 767px) {
.cta-3.imagebg {
	padding-top: 4.875em;
}
}
.cta-5 h4 {
	margin: 0;
	display: inline-block;
	position: relative;
	top: 3px;
	white-space: nowrap;
}
.cta-5 .btn {
	margin-left: 1.625em;
}

@media all and (max-width: 767px) {
.cta-5 .btn {
	margin-left: 0;
	margin-top: 1.625em;
}
}
.cta-6 .btn {
	margin-top: 1.625em;
}
/*! -- Pillar Masonry -- */



.wide-grid.masonry {
	transform: none !important;
}
.wide-grid .masonry__container {
	background: #f3f3f3;
}
.wide-grid .masonry__container .masonry__item {
	padding: 0;
}
.wide-grid.bg--dark .masonry__container {
	background: #282828;
}
.masonry {
	position: relative;
}
.masonry .masonry__container {
	overflow: hidden;
}
.masonry--gapless .masonry__item {
	padding: 0;
	margin-bottom: 0 !important;
}

/*
.masonry--animate.masonry--active .masonry__item {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
*/
.masonry__filters {
	padding: 1em 0;
}
.masonry__filters .h6 {
	opacity: .3;
	position: relative;
	bottom: 2px;
	display: inline-block;
	margin: 0;
}
.masonry__filters .h6 + ul {
	margin-left: 1.625em;
}
.masonry__filters ul {
	display: inline-block;
	margin: 0;
}
.masonry__filters ul li {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	font-style: italic;
}
.masonry__filters ul li:not(:last-child) {
	margin-right: 0.8125em;
}
.masonry__filters ul li:not(:last-child):after {
	content: '/';
	margin-left: 0.8125em;
	opacity: 0.1;
}
.masonry__filters ul li:not(.active) {
	opacity: .5;
}
.masonry__filters ul li:not(.active):after {
	opacity: 0.2;
}
.masonry__filters ul li:hover {
	opacity: 1;
}
.masonry__filters ul li:hover:after {
	opacity: 0.1;
}
.masonry__filters.masonry__filters--outside {
	position: absolute;
	width: 100%;
	z-index: 5;
	top: -3.25em;
	background: none !important;
	padding: 0;
}
.masonry__filters.masonry__filters--outside ul li {
	color: #fff;
}
.masonry__filters.masonry__filters--outside ul li:after {
	opacity: .2;
}

@media all and (max-width: 767px) {
.masonry__filters.masonry__filters--outside {
	position: relative;
	top: 0;
	padding: 1.625em 0;
}
.masonry__filters.masonry__filters--outside ul li {
	color: #767676;
}
}
.row .masonry__filters {
	margin-bottom: 1.625em;
	padding-left: 15px;
	padding-right: 15px;
}
.row .masonry__item {
	margin-bottom: 22px;
}
.row .masonry__item .hover-element {
	margin: 0;
}
.row .masonry__item > a {
	display: block;
}
section:first-of-type.imagebg + .masonry-contained {
	padding-top: 1.625em;
}
.masonry-blog .masonry__item {
	margin-bottom: 30px;
}
.masonry-blog .masonry__item .card .card__body {
	margin-bottom: 0;
}
.masonry-blog .masonry__item .card:not(.card--horizontal) .card__image {
	position: relative;
	overflow: hidden;
}
.newimg {
	height: 12em;
	overflow: hidden;
}
.newimg img {
	width: 100%;
	min-height: 12em;
}
.masonry__item {
}
.masonry__item h6 {
	margin-bottom: 0;
	opacity: .6;
	letter-spacing: normal;
	font-weight: normal !important;
}
.masonry__item hr {
	margin-bottom: 1em;
}
.masonry-blog .masonry__item .card:not(.card--horizontal) .card__image img {
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
}
.masonry-blog .masonry__item .card:not(.card--horizontal):hover .card__image img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.masonry-blog .masonry__item .card .video-cover iframe {
	min-height: 256px;
}
.masonry-videos .col-sm-4 .video-cover iframe {
	min-height: 20vw;
}
/*! -- Pillar Hover Elements & Portfolio -- */



.hover-element img {
	width: 100%;
}
.hover-element * {
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
}
.hover-element.bg--primary [data-overlay]:before {
	background: #425cbb;
}
.hover-element .modal-instance {
	position: relative;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
	display: inline-block;
}
.hover-element .modal-instance:not(:first-child) {
	margin-left: 0.8125em;
}
.hover-element[data-title-position*="right"] {
	text-align: right;
}
.hover-element[data-title-position*=",center"] {
	text-align: center;
}
.hover-element[data-title-position*="center"] .hover-element__reveal .boxed {
	position: absolute;
	height: auto;
	top: 50%;
	width: 100%;
	transform: translate3d(10px, -50%, 0);
	-webkit-transform: translate3d(10px, -50%, 0);
}
.hover-element[data-title-position*="center"] .hover-element__reveal:hover .boxed {
	transform: translate3d(0, -50%, 0);
	-webkit-transform: translate3d(0, -50%, 0);
}
.hover-element[data-title-position*="bottom"] .hover-element__reveal .boxed {
	position: absolute;
	height: auto;
	bottom: 0;
	width: 100%;
}
.hover-element .boxed {
	transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
	opacity: 0;
}
.hover-element .boxed span {
	color: #fff;
}
.hover-element:hover .boxed {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	opacity: 1;
}
.hover-element .social-list li a i {
	color: #fff;
}
.hover-element-1 h5, .hover-element-1 h6 {
	margin: 0;
}
.space--0 .hover-element {
	margin: 0;
}
.portfolio-item-1 {
	margin-bottom: 1.625em;
}
.portfolio-item-1 h5 {
	margin: 0;
	z-index: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display:block;
}
.portfolio-item-1 span {
	opacity: .5;
}
.portfolio-item-1 img {
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	z-index: 1;
}
.portfolio-item-1:hover img {
	transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	-moz-transform: scale(1.05, 1.05);
	-webkit-transform: scale(1.05, 1.05);
	-o-transform: scale(1.05, 1.05);
}
.portfolio-item-2 .portfolio-item__title {
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	backface-visibility: hidden;
	position: absolute;
	z-index: 5;
	color: #fff;
	width: 100%;
	bottom: 1.625em;
	text-align: center;
}
.portfolio-item-2 .portfolio-item__title h5, .portfolio-item-2 .portfolio-item__title h4 {
	margin: 0;
	color: #fff;
}
.portfolio-item-2.reveal-video .portfolio-item__title {
	opacity: 0;
	pointer-events: none;
}
.project-single-title h2 {
	margin: 0;
}
.project-single-title .modal-video-1 {
	margin-bottom: 1.625em;
}
.project-single-description {
	padding: 6.5em 0 3.25em 0;
}

@media all and (max-width: 767px) {
.project-single-description {
	padding: 0;
}
}
.project-single-stacked .project__summary {
	margin-bottom: 4.875em;
}
.project-single-stacked .testimonial {
	margin-top: 3.25em;
}
.project__action {
	margin-top: 3.25em;
}
.project__action hr {
	margin: 3.25em 0;
}
.project__action h5 {
	margin-bottom: 3.25em;
}

@media all and (max-width: 767px) {
.project__action .btn {
	margin: 0;
}
.project__action .btn:not(:last-child) {
	margin-bottom: 0.8125em;
}
}
.project-single-process span.h2 {
	position: absolute;
	opacity: .03;
	font-size: 10em;
	right: 0;
	top: 0;
}
.project-navigation {
	position: relative;
	overflow: hidden;
	padding: 0;
}
.project-navigation a {
	display: inline-block;
	padding: 3.25em 0;
	text-align: center;
	width: 33.333333333333333%;
	float: left;
	background: #f4f4f4;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
}
.project-navigation a:hover {
	background: #ececec;
}
.project-navigation a:hover .larr {
	transform: translate3d(-6px, 0, 0);
	-webkit-transform: translate3d(-6px, 0, 0);
}
.project-navigation a:hover .rarr {
	transform: translate3d(6px, 0, 0);
	-webkit-transform: translate3d(6px, 0, 0);
}
.project-navigation a span {
	margin: 0;
	display: inline-block;
}
.project-navigation a span .larr, .project-navigation a span .rarr {
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
	position: relative;
	bottom: 2px;
	margin: 0 4px;
}

@media all and (max-width: 767px) {
.project-navigation a {
	width: 100%;
	padding: 1.625em 0;
}
#ib_iconDiv {
	display: none;
}
}
/*! -- Pillar Blog -- */



.pagination-container {
	margin-top: 3.25em;
	text-align: center;
}
.pagination {
	display: inline-block;
	margin: 0 auto;
}
.pagination .pageinfo {
	display: none;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	display: inline-block;
	width: 3.54545454545454em;
	height: 3.54545454545454em;
	line-height: 0;
	padding-top: 4px;
	text-align: center;
	border-radius: 50% !important;
	background: none;
	border: none;
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #343434;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: 2.6em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
}
.pagination li.thisclass {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	display: inline-block;
	width: 3.54545454545454em;
	height: 3.54545454545454em;
	line-height: 0;
	padding-top: 4px;
	text-align: center;
	border-radius: 50% !important;
	background: none;
	border: none;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: 2.6em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
	background: #efefef;
	color: #2b2b2b;
	font-weight: bold;
}
.pagination li a:hover {
	background: #efefef;
	color: #2b2b2b;
}
.pagination li.active a {
	background: #ececec;
	color: #2b2b2b;
}
.pagination li.active a:hover {
	background: #e7e7e7;
	color: #2b2b2b;
}
.pagination li:first-child, .pagination li:last-child {
/* opacity: .3; */



}
.sidebar .sidebar__widget:not(:last-child) {
	margin-bottom: 3.25em;
}
.tag-cloud li {
	display: inline-block;
}
.tag-cloud .btn--sm {
	padding: 0 0.8125em 1px 0.8125em;
}
.blog-item-1 h4 {
	margin-bottom: 0.56521739130435em;
}
.blog-item-1 .blog-item__author {
	margin-bottom: 1.625em;
}
.blog-item-1 img {
	margin-bottom: 1.625em;
}
.blog-item-1 p:last-of-type {
	margin: 0;
}
.blog-item-1:not(:last-child) hr {
	margin: 3.25em 0;
}
.blog-item-1:nth-last-child(2) hr {
	display: none;
}

@media all and (max-width: 767px) {
.blog-item-1:not(:last-child) hr {
	margin: 1.625em 0;
}
}
.blog-post {
	padding-top: 0;
}
.blog-post h1 {
	font-size: 1.6em;
	line-height: 1.3em;
}
.blog-post .blog-post__title {
	padding: 5.75em 0 5.75em 0;
/*	margin-bottom: 2.75em;*/
}
.blog-post .blog-post__title:not(.imagebg) + .container {
	position: relative;
	z-index: 4;
}
.blog-post .blog-post__title.imagebg {
	padding: 13em 0;
}
.blog-post .blog-post__title.imagebg span {
	color: #fff;
}
.blog-post .blog-post__title.imagebg + .container {
	padding-top: 6.5em;
}
.blog-post .blog-post__author {
/*	margin-top: 1.25em;*/
	margin-top: 0.8em;
}
.blog-post .blog-post__author span:not(.h6) {
	font-size: 0.625em;
}
.blog-post .blog-post__hero {
	margin-bottom: 3.25em;
}
.blog-post blockquote {
	color: #232323;
	text-align: center;
}
.blog-post p + blockquote, .blog-post img + blockquote {
	margin-top: 3.3913043478261em;
}
.blog-post blockquote + p, .blog-post blockquote + h5, .blog-post blockquote + img {
	margin-top: 4.875em;
}
.blog-post p + h5 {
	margin-top: 3.25em;
}
.blog-post hr:last-child {
	margin-top: 4.875em;
}
.blog-post .blog-post__share {
	margin-top: 1.625em;
}
.blog-post .blog-post__comments {
	margin-top: 3.25em;
}
.blog-post .blog-post__comments > ul {
	margin-top: 3.25em;
}
.blog-post .blog-post__comments ul {
	line-height: 1.625em !important;
}
.blog-post .blog-post__comments ul ul {
	padding-left: 15%;
}
.blog-post .blog-post__comments .comment {
	overflow: hidden;
}
.blog-post .blog-post__comments .comment .comment__image {
	display: inline-block;
	width: 15%;
	float: left;
}
.blog-post .blog-post__comments .comment .comment__image img {
	max-height: 4.875em;
}
.blog-post .blog-post__comments .comment .comment__text {
	width: 85%;
	float: left;
}
.blog-post .blog-post__comments .comment .comment__text h5 {
	margin: 0;
}
.blog-post .blog-post__comments .comment .comment__text h5 + span {
	opacity: .75;
	display: inline-block;
	margin-bottom: 0.8125em;
}
.blog-post .blog-post__comments .comment hr {
	margin: 2.4375em 0;
	display: block;
	width: 100%;
}
.blog-post .blog-post__comments .comment__form input {
	width: 100%;
	margin-bottom: 1.625em;
}
.blog-post .blog-post__comments .comment__form textarea {
	margin-bottom: 1.625em;
}
.btop {
	width: 80px;
	height: 80px;
	border: 0;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	z-index: 999;
}
.newcont {
	width: 100%;
    margin: 0 auto;
    padding: 50px;
    background: #fff;
    border-radius: 0px;
	
}
.newcont img {
	width: auto;
	height: auto !important;
}
.newcont .erweima {
	width: 12em;
	height: 15em;
	line-height: 2em;
	color: #333;
	text-align: center;
	float: right;
	margin-left: 2em;
}
.newcont .erweima img {
	margin-bottom: 0;
}
.newcont .casecont {
	margin-bottom: 2.6em;
}
.newcont .bigimg {
	text-align: center;
	z-index: 1;
}
.newcont .bigimg img {
	margin: 0 auto;
	z-index: 1;
}

@media all and (max-width: 767px) {
	
	.blog-post .blog-post__comments .comment .comment__image {
	display: inline-block;
	width: 25%;
	float: left;
}

.blog-post .blog-post__comments .comment .comment__text {
	width: 75%;
	float: left;
}	
}

@media all and (max-width: 767px) {
	.newcont { padding: 30px; }
.blog-post .blog-post__share .btn {
	display: block;
	margin: 0 0 0.8125em 0;
}
.blog-post .blog-post__title {
	padding-top: 2.25em;
	padding-bottom: 4.5em;
}
.blog-post .blog-post__title.imagebg {
	padding: 4.875em 0;
}
.blog-post .blog-post__title.imagebg span {
	color: #fff;
}
.blog-post .blog-post__title.imagebg + .container {
	padding-top: 3.25em;
}
.blog-post .blog-post__author {
	margin-top: 0.625em;
}
}
.blog-home {
	padding: 4.875em 0;
}
.blog-home .row:first-child h5 {
	margin: 0;
}
.blog-home .row:last-child .btn {
	margin-top: 1.625em;
}
.blog-home.bg--secondary + .blog-home.bg--secondary {
	padding-top: 0;
}
/*! -- Pillar Testimonials -- */



.testimonial-1 {
	margin-bottom: 30px;
}
.testimonial-1 img {
	max-height: 8.125em;
}
.testimonial-1 h5 {
	margin-bottom: 0;
}
.testimonial-1 h5 + span {
	font-style: italic;
	opacity: .8;
}
.testimonial-1 p {
	min-height: 4.875em;
}
.testimonial-1.boxed {
	margin-bottom: 30px;
}
.testimonial-2 .testimonial__quote {
	font-size: 6em;
	line-height: 1em;
	display: inline-block;
	margin-bottom: -0.54166667em;
}
.testimonial-2 img {
	max-height: 4.875em;
}
.testimonial-2 h5 {
	margin-bottom: 0;
}
.testimonial-2 h5 + span {
	font-style: italic;
	opacity: .8;
}

@media all and (max-width: 767px) {
.testimonial-2 {
	margin-bottom: 1.625em;
}
.testimonial-2 .testimonial__quote {
	display: none;
}
}
.testimonial-3 {
	position: relative;
	overflow: hidden;
	padding-bottom: 0;
	padding-top: 0;
}
.testimonial-3:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	bottom: -4.875em;
	background: #f4f4f4;
}
.testimonial-3 .testimonial__text {
	margin-top: 11.375em;
}
.testimonial-3 .testimonial__text h5 {
	margin: 0;
}

@media all and (max-width: 1200px) {
.testimonial-3:before {
	display: none;
}
.testimonial-3 .testimonial__text {
	margin-top: 3.25em;
}
}

@media all and (max-width: 767px) {
.testimonial-3 {
	text-align: center;
}
.testimonial-3 .testimonial__text {
	margin-top: 0;
	margin-bottom: 3.25em;
}
}
.testimonial-4 h3 {
	margin-bottom: 1.625em;
}

@media all and (max-width: 767px) {
.testimonial-4 {
	padding: 4.875em 0;
}
}
.testimonial-5 img {
	max-height: 24.375em;
	margin: 0;
}
.testimonial-5 img + hr {
	margin-top: 0;
}
.testimonial-5 .slides {
	padding-bottom: 4.875em;
}
/*! -- Pillar Shop -- */



.cart-overview {
	width: 400px;
	height: 100vh;
	position: fixed;
	background: #fff;
	margin: 0;
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	padding: 1.625em;
}
.cart-overview .cart-overview__subtotal {
	padding-top: 1.625em;
	border-top: 1px solid #f1f1f1;
}
.cart-overview .cart-overview__subtotal h5 {
	display: inline-block;
	margin: 0;
	margin-right: 1.625em;
}
.cart-overview .cart-overview__title {
	margin-bottom: 3.25em;
	border-bottom: 1px solid #f1f1f1;
}
.cart-overview .cart-overview__items {
	max-height: 70vh;
	overflow-x: auto;
	overflow-y: scroll;
	line-height: 1.625em !important;
}
.cart-overview .cart-overview__items li {
	overflow: hidden;
	position: relative;
}
.cart-overview .cart-overview__items li img {
	max-height: 4.875em;
	display: inline-block;
}
.cart-overview .cart-overview__items li .item__image {
	display: inline-block;
	margin-right: 1.625em;
}
.cart-overview .cart-overview__items li .item__detail {
	display: inline-block;
}
.cart-overview .cart-overview__items li .item__detail span {
	display: block;
}
.cart-overview .cart-overview__items li .item__remove {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	transition: 0.2s lienar;
	-webkit-transition: 0.2s lienar;
	-moz-transition: 0.2s lienar;
	opacity: .5;
}
.cart-overview .cart-overview__items li .item__remove:before {
	content: '\2715';
}
.cart-overview .cart-overview__items li .item__remove:hover {
	opacity: 1;
}
.cart-overview .cart-overview__items li:not(:last-child) {
	margin-bottom: 1.625em;
}
.cart-overview .cart-overview__action {
	margin-top: 3em;
	text-align: center;
	width: 100%;
}
.cart-overview__action i {
	font-size: 1.4em
}
.shop-item-1 {
	overflow: hidden;
	background: #eee;
	padding: 1.625em;
	position: relative;
	z-index: 1;
}
.shop-item-1 .shop-item__price span.type--strikethrough {
	display: inline-block;
	margin-right: 1.625em;
}
.shop-item-1 .shop-item__price.hover--reveal {
	transition: 0.3s ease-in;
	-webkit-transition: 0.3s ease-in;
	-moz-transition: 0.3s ease-in;
	transform: translate3d(0, -50px, 0);
	-webkit-transform: translate3d(0, -50px, 0);
	opacity: 0;
}
.shop-item-1 .shop-item__image {
	margin: 1.625em 0;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.shop-item-1 .shop-item__title h5 {
	margin-bottom: 0;
}
.shop-item-1:hover .shop-item__price.hover--reveal {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.shop-item-1:hover .shop-item__image {
	transform: scale(0.98);
	-webkit-transform: scale(0.98);
}

@media all and (max-width: 990px) {
.shop-item-1 .shop-item__price.hover--reveal {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
}
.wide-grid.masonry-shop .masonry__filters {
	background: #eee;
}
.wide-grid.masonry-shop .masonry__container {
	background: #eee;
}
.wide-grid.masonry-shop .masonry__item .shop-item-1 {
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.wide-grid.masonry-shop .masonry__item:hover .shop-item-1 {
	box-shadow: inset 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
}
.masonry-contained .masonry-shop .masonry__item {
	margin-bottom: 0;
}
.masonry-contained .masonry-shop .masonry__item .boxed {
	margin-bottom: 30px;
}
.masonry-contained .masonry-shop .masonry__item .shop-item-1 {
	margin-bottom: 30px;
}
.masonry-contained .masonry-shop .masonry .card .card-8 {
	margin-bottom: 30px;
	margin-top: 5px;
}
.masonry-contained.bg--dark {
	background: #202020;
}
.shop-item-detail.shop-item-detail-1 .item__addtocart {
	margin-bottom: 3.25em;
}
.shop-item-detail.shop-item-detail-1 .item__title {
	margin-top: 1.625em;
}
.shop-item-detail .item__price:not(:last-child) {
	margin-bottom: 3.25em;
}
.shop-item-detail .item__price span {
	display: inline-block;
	font-size: 1.4375em;
}
.shop-item-detail .item__price span.type--strikethrough {
	margin-right: 1.625em;
}
.shop-item-detail .item__addtocart {
	max-width: 80%;
}
.shop-item-detail .item__addtocart input[type="text"] {
	border-radius: 4px 4px 0 0;
	min-width: 100%;
	text-align: center;
}
.shop-item-detail .item__addtocart button {
	border-radius: 0 0 4px 4px;
	min-width: 100%;
}
.shop-item-detail .item__description:not(:last-child) {
	margin-bottom: 3.25em;
}
.shop-item-detail .item__description .item__subinfo:not(:last-child) {
	margin-bottom: 0.8125em;
}
.shop-item-detail .item__description .item__subinfo span {
	display: inline-block;
}
.shop-item-detail .item__description .item__subinfo span:first-child {
	width: 25%;
	color: #232323;
}
.shop-item-detail .item__reviews {
	line-height: 1.625em !important;
}
.shop-item-detail .item__reviews li {
	position: relative;
	overflow: hidden;
}
.shop-item-detail .item__reviews li img {
	float: left;
	max-height: 4.875em;
	margin-right: 1.625em;
}
.shop-item-detail .item__reviews li .review__text {
	width: 80%;
	float: right;
}
.shop-item-detail .item__reviews li .review__text h5 {
	margin: 0;
}
.shop-item-detail .item__reviews li .review__text span.type--fine-print {
	font-style: italic;
	display: inline-block;
	margin-bottom: 1.3em;
}
.shop-item-detail .item__reviews li .review__score {
	position: absolute;
	right: 0;
	top: 0;
}
.shop-item-detail .item__reviews li .review__score .star {
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #ebab21;
	display: inline-block;
}
.shop-item-detail .item__reviews li .review__score .star:not(:last-child) {
	margin-right: 0.40625em;
}
.shop-item-detail .item__reviews li .review__score .star.empty {
	background: #e0e0e0;
}
.shop-item-detail .item__reviews li:not(:last-child) {
	margin-bottom: 1.625em;
}
.imagebg:not(.image--light) .shop-item-detail .item__price {
	color: #fff;
	opacity: .9;
}

@media all and (max-width: 767px) {
.shop-item-detail .item__addtocart input {
	margin: 0;
}
.shop-item-detail .item__reviews li img {
	display: none;
}
.shop-item-detail .item__reviews li .review__text {
	width: 100%;
}
}
.shop-item-detail-2 form {
	display: inline-block;
	margin-bottom: 3.25em;
}
.shop-item-detail-2 .item__subinfo:not(:last-child) {
	border-bottom: 1px solid #eee;
	padding-bottom: 0.8125em;
}
.related-products h4 {
	margin-bottom: 2.2608695652174em;
}

@media all and (max-width: 767px) {
.related-products h4 {
	margin-bottom: 1.1304347826087em;
}
.related-products .shop-item {
	margin-bottom: 15px;
}
}
.signature {
	max-height: 6.5em;
	margin-top: 1.625em;
}
.shop-home .masonry__container {
	margin-bottom: 1.625em;
}
/*! -- Pillar Modals -- */



.search-modal .modal-content {
	background: none;
}
/*! -- Pillar Notifications -- */



.notification {
	box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.07);
	margin: 0;
}
.notification .notification-close-cross {
	width: 2.4375em;
	height: 2.4375em;
	background: #232323;
	text-align: center;
	border-radius: 50%;
}
.notification .notification-close-cross:before {
	font-size: 1em;
	color: #fff;
	line-height: 2.4375em;
}
.notification .boxed {
	margin-bottom: 0;
}
.cookies-notice .notification-close {
	margin-left: 0.8125em;
}
.growl-notice {
	margin: 1.625em;
	background: none !important;
}
.growl-notice .boxed {
	border-radius: 0.8125em;
}

@media all and (max-width: 767px) {
.growl-notice {
	margin: 0;
}
}

@media all and (max-width: 990px) {
.cookies-notice .notification-close {
	margin-left: 0;
	margin-top: 0.8125em;
}
}
.promo-notification h4, .promo-notification p {
	margin: 0;
	display: inline-block;
	margin-right: 1.625em;
}

@media all and (max-width: 767px) {
.promo-notification h4, .promo-notification p {
	margin-right: 0;
	margin-bottom: 0.8125em;
}
}
/*! -- Pillar Footers -- */



footer .logo {
	max-height: 32px;
}
.footer-1 {
	padding-bottom: 0;
}
.footer-1 h6 {
	font-size: 1em;
	margin-bottom: 0;
}
.footer-1 p {
	color: #999;
	font-size: 0.8em;
}
.footer-1 .links {
	color: #666;
	font-size: 0.8em;
	font-weight: bold;
}
.footer-1 .links a {
	color: #666;
	font-size: 0.9em;
	margin-right: 10px;
	font-weight: normal;
}
.footer-1 .footer__navigation {
	width: 80%;
	display: inline-block;
	float: left;
}
.footer-1 .logo {
	margin-bottom: 1.625em;
}
.footer-1 div[class*='col-'] {
	overflow: hidden;
}
.footer-1 .footer__lower {
	margin-top: 1.625em;
	padding: 1.625em 0;
}
.footer-1 .footer__lower .type--fine-print {
	opacity: .4;
}
.footer-1 .footer__lower hr {
	opacity: .05;
}
.footer-1 .footer__navigation li {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #343434;
	font-variant-ligatures: common-ligatures;
	margin-bottom: 0;
	font-size: 0.8em;
	line-height: 2.6em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
	line-height: 3em;
	margin: 0;
}
.footer-1 .footer__navigation li a {
	opacity: .5;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.footer-1 .footer__navigation li a:hover {
	opacity: 1;
}

@media all and (max-width: 767px) {
.footer-1 .footer__lower {
	margin-top: 0;
}
.footer-1 .footer__lower .social-list {
	display: inline-block;
	margin-top: 0.8125em;
}
}
.footer-2 .footer__navigation li {
	display: inline-block;
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #343434;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	font-size: 1em;
	line-height: 1.625em;
	margin-top: 0;
	margin-bottom: 1.625em;
	margin-bottom: 0;
}
.footer-2 .footer__navigation li:not(:last-child) {
	margin-right: 1.625em;
}
.footer-2 .footer__lower {
	margin-top: 3.25em;
}

@media all and (max-width: 767px) {
.footer-2 .footer__lower {
	margin-top: 1.625em;
}
.footer-2 .social-list {
	margin-bottom: 1.625em;
}
}
.footer-3 {
	padding: 4.875em 0;
	overflow: hidden;
}
.footer-3 div[class*='col-']:first-child {
	padding-left: 3.25em;
}
.footer-3 div[class*='col-']:last-child {
	padding-right: 3.25em;
}
.footer-3 .logo {
	max-height: 2.4375em;
	display: block;
	margin-bottom: 0.8125em;
}
.footer-3 a.type--underline {
	display: block;
}
.footer-3 .footer__navigation li {
	display: inline-block;
}
.footer-3 .footer__navigation li:not(:last-child) {
	margin-right: 3.25em;
}
.footer-3 .footer__navigation li a {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #343434;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	margin-bottom: 0;
	font-size: 0.625em;
	line-height: 2.6em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
}
.footer-3 .social-list {
	margin-bottom: 1.625em;
}
.footer-3 .type--fine-print {
	opacity: .5;
}

@media all and (max-width: 990px) {
.footer-3 div[class*='col-']:first-child {
	padding-left: 1.625em;
}
.footer-3 div[class*='col-']:last-child {
	padding-right: 1.625em;
}
}

@media all and (max-width: 767px) {
.footer-3 div[class*='col-']:first-child {
	padding-left: 15px;
}
.footer-3 div[class*='col-']:last-child {
	padding-right: 15px;
}
.footer-3 .logo {
	margin: 0 auto;
	margin-bottom: 1.625em;
}
.footer-3 .footer__navigation {
	margin-top: 1.625em;
}
}
.footer-4 {
	padding-bottom: 0;
}
.footer-4 .logo {
	max-height: 2.03125em;
	margin-bottom: 1.21875em;
}
.footer-4 p {
	opacity: .9;
}
.footer-4 .footer__navigation li {
	font-family: "微软雅黑", "Microsoft YaHei", Arial, "宋体", sans-serif;
	color: #343434;
	font-weight: 600;
	font-variant-ligatures: common-ligatures;
	margin-bottom: 0;
	font-size: 0.625em;
	line-height: 2.6em;
	margin-top: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	margin-bottom: 2.36363636363636em;
	line-height: 3.2em;
	margin: 0;
}
.footer-4 .footer__navigation li a {
	opacity: .5;
	transition: 0.2s linear;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
}
.footer-4 .footer__navigation li a:hover {
	opacity: 1;
}
.footer-4 form {
	margin-bottom: 3.25em;
}
.footer-4 .footer__lower {
	position: relative;
	margin-top: 4.875em;
	background: #1e1e1e;
	padding: 1.625em 0;
}
.footer-4 .footer__lower .type--fine-print {
	opacity: .5;
}
.footer-4 .timePosted {
	display: none;
}
.top-link {
	width: 3.25em;
	height: 3.25em;
	border-radius: 50%;
	background: #3d3d3d;
	display: inline-block;
	text-align: center;
	position: relative;
	z-index: 4;
	bottom: 3.25em;
	padding-top: 12px;
	transition: 0.2s ease;
	-webkit-transition: 0.2s ease;
	-moz-transition: 0.2s ease;
}
.top-link:hover {
	transform: translate3d(0, -5px, 0);
	-webkit-transform: translate3d(0, -5px, 0);
}

@media all and (max-width: 990px) {
.top-link {
	bottom: 0;
}
}

@media all and (max-width: 767px) {
.top-link {
	margin-top: 1.625em;
}
}
/*! -- Pillar Sections General -- */



section:not(.testimonial-3):not(.map-1):not(.imagebg):not(.imageblock):not(.bg--dark):not(.bg--secondary):not(.bg--primary):not(.bg--white):not(.features-5):not(.features-10):not(.wide-grid):not(.slider) + section:not(.testimonial-3):not(.map-1):not(.imagebg):not(.imageblock):not(.bg--dark):not(.bg--secondary):not(.bg--primary):not(.bg--white):not(.features-5):not(.features-10):not(.wide-grid):not(.slider) {
	padding-top: 0;
}
.wide-grid {
	max-width: 100%;
	padding: 0;
}
.wide-grid > div[class*='col-'] {
	padding: 0;
}
.wide-grid .hover-element {
	margin: 0;
}
.section--overlap {
	padding-top: 0;
	position: relative;
	z-index: 2;
	margin-top: -6.5em;
}
.section--overlap + .section--overlap {
	margin-top: -13em;
	z-index: 1;
}
.section--overlap + .section--overlap .pos-vertical-center {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

@media all and (max-width: 1024px) {
.section--overlap {
	padding-top: 6.5em;
	margin-top: 0;
}
}

@media all and (max-width: 767px) {
.section--overlap {
	padding-top: 4.875em;
	margin-top: 0;
}
}
section + img {
	margin-bottom: 0;
}
/*! -- Pillar Sections Specific  -- */



.process-1 {
	overflow: hidden;
	position: relative;
}
.process-1 .piechart {
	margin-bottom: 6.5em;
}
.process-1:before {
	content: '';
	width: 2px;
	height: 40000px;
	position: absolute;
	top: -200px;
	border-right: 1px dashed #425cbb;
	opacity: .3;
	left: 50%;
	margin-left: -1px;
	z-index: 0;
}
.process-1.process-end:before {
	top: 0;
	height: 440px;
}

@media all and (max-width: 767px) {
.process-1:before {
	display: none;
}
}
.about-1 {
	padding-top: 4.875em;
}
.about-1 h4 {
	margin-bottom: 2.2608695652174em;
}
.about-1 p.lead + .feature {
	margin-top: 3.25em;
}

@media all and (max-width: 767px) {
.about-1 {
	padding-top: 0;
}
}
.stats-1 h4:first-child {
	margin-bottom: 2.2608695652174em;
}
.stats-1 .feature-1 {
	max-height: 282px;
	margin-bottom: 30px;
}
.stats-1 .feature-1 h3 {
	margin: 0.40625em 0;
}
.service-1 hr {
	margin: 2.25em 0;
}
.blog-snippet-1 .row:last-child .btn:last-child {
	margin-top: 3.25em;
}
.partners-1 .slider {
	text-align: center;
}
.partners-1 .slider img {
	max-height: 1.625em;
	opacity: .3;
}
.map-1 {
	overflow: hidden;
	padding: 0;
}
.map-1 .map-container {
	position: relative;
	height: 450px;
	width: 100%;
}
.map-1 .map-container iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}

@media all and (max-width: 767px) {
.map-1 .map-container {
	height: 300px;
}
}
/*! -- Pillar Utility Pages -- */



.page-error i {
	margin-bottom: 0.40625em;
	display: inline-block;
}
/*! -- Element Pages -- */



section[class*='elements-'] .row:not(:last-child) {
	margin-bottom: 6.5em;
}
section[class*='elements-'] .row + hr {
	margin: 0;
	border-color: #eee;
}
section[class*='elements-'] hr + .row {
	padding-top: 6.5em;
}

@media all and (max-width: 767px) {
section[class*='elements-'] .row:not(:last-child) {
	margin-bottom: 3.25em;
}
section[class*='elements-'] hr + .row {
	padding-top: 3.25em;
}
}
.elements--title {
	margin-bottom: 3.25em;
}
.elements-buttons .btn {
	margin: 0;
	margin-bottom: 26px;
}
.elements-tabs {
	padding-bottom: 0;
}
.elements-tabs h4 + .tabs-container {
	margin-top: 3.25em;
}
.elements-tabs .tabs-container:not(:last-child) {
	margin-bottom: 6.5em;
}
.elements-tabs + .tabs-container {
	margin-top: 3.25em;
}

@media all and (max-width: 990px) {
	.hidden-xs { display: none;}
.elements-pricing .pricing {
	margin-bottom: 1.625em;
}
}
.elements-radials .row:not(:last-child) {
	margin-bottom: 6.5em;
}
.elements-radials h4 {
	margin: 0;
}
.elements-radials .piechart {
	margin-bottom: 1.625em;
}

@media all and (max-width: 767px) {
.elements-video .video-cover {
	margin-bottom: 1.625em;
}
}
.elements-forms form input {
	margin-bottom: 1.625em;
}
.elements-forms form > .row {
	margin-bottom: 0 !important;
}
.elements-forms form .input-checkbox {
	margin-right: 0.8125em;
}
.elements-forms form .input-checkbox + span {
	position: relative;
	bottom: 6px;
}
.elements-modals .modal-instance:not(:last-child) {
	margin-right: 0.8125em;
}

@media all and (max-width: 767px) {
.elements-modals .modal-instance:not(:last-child) {
	margin-bottom: 0.8125em;
}
	.myc { display: none;}
	.aldh { padding: 0 !important;}
	.imagebg .lead { margin-bottom: 1em !important;}
	.row .masonry__filters { padding: 0 15px !important;}
	.cndns-right-btn {border-top:none!important;}

}

@media all and (max-width: 1200px) {

	.wenda .btn + .btn {    margin-left:0em; margin-top: 4px; }
}

.bge8 { background: #e8e8e8 !important;}
.bge8 h5 { font-weight: normal !important; color: #777 !important; font-size: 0.9em }
.newcont {
	margin-top: -3.25em;
	    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    box-shadow: 0 0 5px rgba(0,0,0,.1);
}
.imagebg h3 { font-weight: normal !important; font-size: 1.825em;}

.imagebg .lead {  font-size: 15; margin-bottom: 2em;}
.masonry-shop .xz { font-size: 1em;}

.zhdx { 
	
	width: 96%;
	margin: 20px auto 0 auto;
   
}

.zhdx .bg-light { background: #f3f3f3;}
.zhdx th { text-align: center !important; padding: 20px !important;font-size: 16px; color: #232323;}
.zhdx td {  padding: 15px !important; font-size: 14px;}
.zhdx td.text-dark { color: #232323; }
.zhdx td { color: #767676; }
.zhdx td.text-danger { color: #dd4b39}
.mt50 { margin-top: 50px;}
.tpal {text-align: center }
.tpal .card__image { background: #fff; text-align: center; }
.tpal .card__image img { padding-top:20px; width: 70%; }

.m8h h1 { margin-bottom:  0.80625em !important; }
.anli .owl-item * { transition: all .5s; text-align: center;}
.anli .owl-item .card__image { overflow: hidden}
.anli .owl-item:hover .card__image img { transform: scale(1.1)}

.anli .owl-item:hover .card__title h5 { }

.wztd h3 { transition: all .5s;}
.wztd p { transition: all .5s;}
.wztd .col-sm-4 * { transition: all .5s;}
.wztd .col-sm-4 .icon { display: inline-block; }
.wztd .col-sm-4:hover .icon { transform: scale(1.3) !important; }
.wztd .col-sm-4:hover h4 { transform: translateY(5px);}
.fuwu .pricing-1 h5 {  font-weight: normal; }
.fuwu .pricing-1 * { transition: all .5s; }
.fuwu .pricing-1:hover .prih {  color: #425cbb; }
.fuwu .pricing-1:hover h3 { }
.fuwu .pricing-1:hover h5 {   }
.newc * { transition: all .5s; }
.newc .col-sm-4:hover .feature {transform: translateX(3px);  }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
	animation-timing-function: ease;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
	animation-timing-function: ease;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}


.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}



@-webkit-keyframes fadeInLeftBig {
	0% {
	  opacity: 0;
	  -webkit-transform: translateX(-2000px);
	  transform: translateX(-2000px);
	}
  
	100% {
	  opacity: 1;
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  
  @keyframes fadeInLeftBig {
	0% {
	  opacity: 0;
	  -webkit-transform: translateX(-2000px);
	  -ms-transform: translateX(-2000px);
	  transform: translateX(-2000px);
	}
  
	100% {
	  opacity: 1;
	  -webkit-transform: translateX(0);
	  -ms-transform: translateX(0);
	  transform: translateX(0);
	}
  }
  
  .fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig;
  }
  
  @-webkit-keyframes fadeInRight {
	0% {
	  opacity: 0;
	  -webkit-transform: translateX(20px);
	  transform: translateX(20px);
	}
  
	100% {
	  opacity: 1;
	  -webkit-transform: translateX(0);
	  transform: translateX(0);
	}
  }


@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}


@-webkit-keyframes fadeInUpBig {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(2000px);
	  transform: translateY(2000px);
	}
  
	100% {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  
  @keyframes fadeInUpBig {
	0% {
	  opacity: 0;
	  -webkit-transform: translateY(2000px);
	  -ms-transform: translateY(2000px);
	  transform: translateY(2000px);
	}
  
	100% {
	  opacity: 1;
	  -webkit-transform: translateY(0);
	  -ms-transform: translateY(0);
	  transform: translateY(0);
	}
  }
  
  .fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig;
  }
  



.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
.footer__navigation a { transition: all .3s !important;display: inline-block;} 
.footer__navigation a:hover  { transform: translateX(3px); display: inline-block;}

.xys .feature .icon { display: inline-block}


.menu {transition: all 0s !important;}
.menu * {transition: all 0s !important;}
.menu > li ul {transition: all .3s !important; }
.menu > li ul a {transition: all .3s !important; }

@font-face {
      font-family: 'fontello';
      src: url('/static/vzz/fonts/fontello.eot');
      src: url('/static/vzz/fonts/fontello.eot') format('embedded-opentype'),
           url('/static/vzz/fonts/fontello.woff') format('woff'),
           url('/static/vzz/fonts/fontello.ttf') format('truetype'),
           url('/static/vzz/fonts/fontello.svg') format('svg');
      font-weight: normal;
      font-style: normal;
    }
     
     
    .demo-icon
    {
      font-family: "fontello" !important;
      font-style: normal;
      font-weight: normal;
      speak: none;
     
      display: inline-block;
      text-decoration: inherit;
      width: 1em;
      margin-right: .2em;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      line-height: 1em;
      margin-left: .2em;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    }

/*new right*/
@media (max-width: 767px){
#newBridge {
	display: none;
}

}

.cndns-right *:hover {text-decoration: none;}
.cndns-right{    position: fixed;
    right: 5px;
    bottom: 10%;
    margin-top: -100px;
    z-index: 100;
    font-family: Arial, "Microsoft YaHei" !important;
    background: #fff;
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    z-index: 99999;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    border-radius: 5px;}
.cndns-right i { font-style: normal !important;}
.cndns-right-meau{position:relative;}
.cndns-right-btn{width:70px;height:80px;text-align:center;display:block;position:relative;text-decoration: none; border-top: 1px solid #e0e0e0;}
/*.cndns-right-btn:hover { background: #fff;}*/
.cndns-right-btn span{
	color: #425cbb;
    font-size: 24px !important;
    line-height: 32px;
    padding-top: 15px;
}
.cndns-right-btn span.icon-qq {
    color: #dd4b39;
    /* animation: shadow .5s linear infinite; */
    /* animation: rotate .5s linear infinite; */
}

.cndns-right-btn sup{display:block; min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#425cbb;position:absolute;left:-12px;top:-12px;}
.cndns-right-btn p{color:#333;font-size:12px;line-height:18px;padding-top:0px;margin: 0; text-decoration: none; padding-bottom: 10px;}
.cndns-right-meau:hover .cndns-right-btn p{display:block; text-decoration: none;}
.meau-car .cndns-right-btn {border-color:#425cbb;margin-bottom:20px;text-decoration: none;}
.meau-car .cndns-right-meau:hover .cndns-right-btn{background-color:#425cbb;text-decoration: none;}
.meau-car .cndns-right-meau:hover .cndns-right-btn span{color:#fff;display:block; text-decoration: none;}
.meau-code .sev-t img { width: 134px; height: 134px; margin: 0; padding: 0;}
.meau-car .cndns-right-btn span{color:#425cbb;}
.meau-top .cndns-right-btn span{font-size:24px !important;line-height: 20px;
    padding-top: 15px;}
.meau-top .cndns-right-btn i{display:block;color:#333; font-size: 12px;}
.meau-top.cndns-right-meau:hover .cndns-right-btn{}
.cndns-right-box {position:absolute; top:-15px;right:54px;padding-right:25px;display:none;}
.cndns-right-box .box-border{
/*	border-top:4px solid #425cbb;*/
	padding:20px;background-color:#fff;
	
	   -webkit-box-shadow: 0 0 5px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.15);
    box-shadow: 0 0 5px rgba(0,0,0,.15);
	
	position:relative; overflow: hidden;
	-webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 5px;
}
/*.cndns-right-box { transition: all .5s;}*/


.cndns-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(/static/vzz/images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.cndns-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.cndns-right-box .box-border .sev-t p{float:left;color:#425cbb;font-size:22px;line-height:28px; padding: 0; margin: 0;}
.cndns-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#888;font-style:normal !important;}
.cndns-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4}
.cndns-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.cndns-right-box .box-border .sev-b li{float:left;width:50%}
.cndns-right-box .box-border .sev-b li a{display:inline-block;color:#888;font-size:14px;padding-left:43px;background:url(/static/vzz/images/zxqq.png) no-repeat left 3px;line-height:36px;}
.cndns-right-box .box-border .sev-b li a:hover{color:#425cbb}
.meau-sev .cndns-right-box .box-border{width:300px;}
.meau-contact .cndns-right-box .box-border{width:230px;}
.cndns-right-meau:hover .cndns-right-box{display:block;}
.meau-code .cndns-right-box{top:inherit;bottom:-35px;}
.meau-code .cndns-right-box .box-border{width:156px;text-align:center;}
.meau-code .cndns-right-box .box-border i{display:block;color:#666;font-size:14px;line-height:22px;}
.meau-code .cndns-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-zs .cndns-right-btn{background-color:#425cbb;color:#fff;margin-top:80px;border-color:#425cbb}
.meau-zs .cndns-right-btn span{color:#fff}
.meau-zs .cndns-right-btn p{color:#fff}
.sev-t { overflow: hidden;}
#ClCache { display: none;}

#newBridge #nbWebImLightContainer {border:none !important;}
.cndns-right-meau:hover .demo-icon {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
}

@keyframes shadow {
 0%, 100% {
transform: scaleX(1);
}
 50% {
transform: scaleX(1.2);
}
}
 @keyframes rotate {
 0% {
 transform: translateY(0);
}
 25% {
 transform: translateY(5px);
}
 50% {
 transform: translateY(10px) scale(1.1, 0.9);
}
 75% {
 ransform: translateY(5px);
}
 100% {
 transform: translateY(0);
}
}

.imageblock {transition: all .5s;}
/*
.imageblock.fs {  background: #425cbb;}
.imageblock.fs  i { color: rgba(255,255,255,.6) !important;}
.imageblock.fs  h4 { color: #fff !important;}
.imageblock.fs  p { color: rgba(255,255,255,.6) !important;}
.imageblock.fs  hr { border-color: rgba(255,255,255,.3) !important;}
.imageblock.fs  h6 { color: #fff !important;}
.imageblock.fs  ul li { color: rgba(255,255,255,.6) !important;}
*/

.pricing-5 * {  transition: all .5s }
.pricing-5 .col-md-6:hover .h2 { color: #425cbb;}
.pricing-5 ul li:hover { cursor: pointer}
.pricing-5 ul li:hover { transform: translateX(6px); }

.blog-post__author a { text-decoration: none;}
.masonry-blog li a {  transition: all .5s; display: inline-block}
.masonry-blog li:hover a {  transform: translateY(-3px);}
