.hover-default .portfolio-item .image .image-inner img,
.hover-default .gallery-item .overlay-wrap .image-wrap img {
	overflow: hidden;
	-webkit-transform: translate(0, 0) scale(1);
	transform: translate(0, 0) scale(1);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .image-inner img,
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay-wrap .image-wrap img {
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.hover-default .portfolio-item .image .overlay,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay,
.hover-default .gallery-item .overlay-wrap .overlay,
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay-wrap .overlay {
	display: block;
}

.hover-default .portfolio-item .image .overlay:before,
.hover-default .gallery-item .overlay-wrap .overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.5s, background-color 0.5s;
	transition: opacity 0.5s, background-color 0.5s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay:before,
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay-wrap .overlay:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	content: '';
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s, background-color 0.5s;
	transition: opacity 0.5s, background-color 0.5s;
}

.portfolio.hover-default .portfolio-item .image .overlay .links .portfolio-icons > .icon,
.portfolio.hover-default .portfolio-item .image .overlay .links .portfolio-icons-inner > .icon,
.gem-gallery-grid.hover-default .gallery-item .overlay .overlay-content-inner a.icon,
.portfolio.products.hover-default .portfolio-item .image .overlay .portfolio-icons.product-bottom a.added_to_cart {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateY(-200px);
	transform: translateY(-200px);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.gem-gallery-grid.hover-default .gallery-item .overlay .overlay-content-inner a.icon.link {
	margin-left: 10px;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons > .icon,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons-inner > .icon,
.gem-gallery-grid.hover-default .gallery-item:is(:hover, .hover-effect) .overlay .overlay-content-inner a.icon,
.portfolio.products.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .portfolio-icons.product-bottom a.added_to_cart {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links a.icon:before {
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links a.icon:hover:before {
	color: #393d50;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons > .icon:nth-child(1),
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons-inner > .icon:nth-child(1),
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay .overlay-content-inner a.icon:nth-child(1),
.portfolio.products.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .portfolio-icons.product-bottom a.added_to_cart {
	-webkit-transition: opacity 1s 0.12s, transform 0.5s 0.12s;
	transition: opacity 1s 0.12s, transform 0.5s 0.12s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons > .icon:nth-child(2),
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons-inner > .icon:nth-child(2),
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay .overlay-content-inner a.icon:nth-child(2) {
	-webkit-transition: opacity 1s 0.17s, transform 0.5s 0.17s;
	transition: opacity 1s 0.17s, transform 0.5s 0.17s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons > .icon:nth-child(3),
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons-inner > .icon:nth-child(3),
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay .overlay-content-inner a.icon:nth-child(3) {
	-webkit-transition: opacity 1s 0.19s, transform 0.5s 0.19s;
	transition: opacity 1s 0.19s, transform 0.5s 0.19s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons > .icon:nth-child(4),
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons-inner > .icon:nth-child(4),
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay .overlay-content-inner a.icon:nth-child(4) {
	-webkit-transition: opacity 1s 0.21s, transform 0.5s 0.21s;
	transition: opacity 1s 0.21s, transform 0.5s 0.21s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons > .icon:nth-child(5),
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons-inner > .icon:nth-child(5),
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay .overlay-content-inner a.icon:nth-child(5) {
	-webkit-transition: opacity 1s 0.23s, transform 0.5s 0.23s;
	transition: opacity 1s 0.23s, transform 0.5s 0.23s;
}

.hover-default .portfolio-item .image .links .caption .title,
.hover-default .gallery-item .overlay .overlay-content-inner .title,
.hover-default.version-alternative .portfolio-item .image .links .caption .info {
	opacity: 0;
	position: relative;
	top: -200px;
	-webkit-transition: opacity 0.3s, top 0.3s;
	transition: opacity 0.3s, top 0.3s;
}

.hover-default .gallery-item .overlay .overlay-content-inner .title {
	margin-top: 30px;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .links .caption .title,
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay .overlay-content-inner .title,
.hover-default.version-alternative .portfolio-item:is(:hover, .hover-effect) .image .links .caption .info {
	opacity: 1;
	top: 0;
	-webkit-transition: opacity 0.3s 0.2s, top 0.3s 0.2s;
	transition: opacity 0.3s 0.2s, top 0.3s 0.2s;
}

.hover-default .gallery-item .overlay .overlay-content-inner .subtitle {
	margin-top: 20px;
}

.hover-default .portfolio-item .image .links .caption .description,
.hover-default .portfolio-item .image .links .caption .details,
.hover-default .gallery-item .overlay .overlay-content-inner .subtitle,
.hover-default:not(.version-alternative) .portfolio-item .image .links .caption .info {
	opacity: 0;
	position: relative;
	top: -200px;
	-webkit-transition: opacity 0.4s, top 0.5s;
	transition: opacity 0.4s, top 0.5s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .links .caption .description,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .links .caption .details,
.hover-default .gallery-item:is(:hover, .hover-effect) .overlay .overlay-content-inner .subtitle,
.hover-default:not(.version-alternative) .portfolio-item:is(:hover, .hover-effect) .image .links .caption .info {
	opacity: 1;
	top: 0;
	-webkit-transition: opacity 0.5s, top 0.4s;
	transition: opacity 0.5s, top 0.4s;
}

.hover-default .portfolio-item .image .overlay .links .portfolio-sharing-pane {
	opacity: 0;
	margin-top: 0;
	margin-bottom: 0;
	-webkit-transform: translateY(-1000px);
	transform: translateY(-1000px);
	-webkit-transition: opacity 0.3s, margin 0.3s 0.3s;
	transition: opacity 0.3s, margin 0.3s 0.3s, transform 0s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane {
	visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: opacity 0.5s, -webkit-transform 0s, margin 0.3s 0.3s;
	transition: opacity 0.5s, transform 0s, margin 0.3s 0.3s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane.active {
	opacity: 1;
	visibility: visible;
	margin-top: 20px;
	margin-bottom: 10px;
	-webkit-transition: opacity 0.5s, margin 0.3s;
	transition: opacity 0.5s, margin 0.3s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane .socials-item-icon {
	opacity: 0;
	-webkit-transform: translate(0, 30px);
	transform: translate(0, 30px);
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane.active .socials-item-icon {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.hover-default .portfolio-item .image .links .caption .product-info {
	opacity: 0;
	position: relative;
	top: -200px;
	-webkit-transition: opacity 0.4s, top 0.5s;
	transition: opacity 0.4s, top 0.5s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .links .caption .product-info {
	opacity: 1;
	top: 0;
	-webkit-transition: opacity 0.5s, top 0.4s;
	transition: opacity 0.5s, top 0.4s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(1) .socials-item-icon,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(1) .socials-item-icon {
	-webkit-transition: color 0.3s, -webkit-transform 0.3s, opacity 0.3s;
	transition: color 0.3s, transform 0.3s, opacity 0.3s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(2) .socials-item-icon,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(2) .socials-item-icon {
	-webkit-transition: color 0.3s, -webkit-transform 0.3s 0.05s, opacity 0.3s 0.05s;
	transition: color 0.3s, transform 0.3s 0.05s, opacity 0.3s 0.05s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(3) .socials-item-icon,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(3) .socials-item-icon {
	-webkit-transition: color 0.3s, -webkit-transform 0.3s 0.1s, opacity 0.3s 0.1s;
	transition: color 0.3s, transform 0.3s 0.1s, opacity 0.3s 0.1s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(4) .socials-item-icon,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(4) .socials-item-icon {
	-webkit-transition: color 0.3s, -webkit-transform 0.3s 0.15s, opacity 0.3s 0.15s;
	transition: color 0.3s, transform 0.3s 0.15s, opacity 0.3s 0.15s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(5) .socials-item-icon,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(5) .socials-item-icon {
	-webkit-transition: color 0.3s, -webkit-transform 0.3s 0.2s, opacity 0.3s 0.2s;
	transition: color 0.3s, transform 0.3s 0.2s, opacity 0.3s 0.2s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(6) .socials-item-icon,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(6) .socials-item-icon {
	-webkit-transition: color 0.3s, -webkit-transform 0.3s 0.25s, opacity 0.3s 0.25s;
	transition: color 0.3s, transform 0.3s 0.25s, opacity 0.3s 0.25s;
}

.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane a.socials-item:nth-child(7) .socials-item-icon,
.hover-default .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-sharing-pane.active a.socials-item:nth-child(7) .socials-item-icon {
	-webkit-transition: color 0.3s, -webkit-transform 0.3s 0.3s, opacity 0.3s 0.3s;
	transition: color 0.3s, transform 0.3s 0.3s, opacity 0.3s 0.3s;
}

/* Alternative Version */

.hover-default.version-alternative .portfolio-item .image .portfolio-likes {
	position: absolute;
	right: 8px;
	top: 3px;
	opacity: 0;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s 0.1s;
	z-index: 3;
}

.hover-default.version-alternative .portfolio-item:is(:hover, .hover-effect) .image .portfolio-likes {
	opacity: 1;
}

.hover-default.version-alternative.caption-position-hover .portfolio-item:not(:hover, .hover-effect) .image .set,
.hover-default.version-alternative.caption-position-image .portfolio-item:is(:hover, .hover-effect) .image .set {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.hover-default.version-alternative.caption-position-image .portfolio-item .image .overlay .links {
	justify-content: flex-end;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	max-height: 100%;
	-webkit-transition: bottom 0.3s, transform 0.3s;
	transition: bottom 0.3s, transform 0.3s;
}

.hover-default.version-alternative.caption-position-image .portfolio-item.appearance-type-featured_image:is(:hover, .hover-effect) .image .overlay .links {
	bottom: 50%;
	-webkit-transform: translateY(50%);
	transform: translateY(50%);
}

.hover-default.version-alternative .portfolio-item .image .overlay .links .caption {
	padding: 15px 15px 0;
}

.hover-default.version-alternative.caption-position-image .portfolio-item .image .links .caption .title,
.hover-default.version-alternative.caption-position-image .portfolio-item .image .links .caption .info {
	opacity: 1;
	top: 0;
	transition: all 0.3s;
}

.hover-default.version-alternative.caption-position-image .portfolio-item.appearance-type-featured_image:not(:hover, .hover-effect) .image .links .caption .title,
.hover-default.version-alternative.caption-position-image .portfolio-item:not(.appearance-type-featured_image) .image .links .caption .title {
	margin-bottom: 20px;
}

.hover-default.version-alternative.caption-position-image:is(.columns-4, .columns-5, .columns-6) .portfolio-item:not(.double-item) .image .links .caption .title,
.hover-default.version-alternative.caption-position-image .portfolio-item.small-item .image .links .caption .title {
	margin-bottom: 12px;
}

.hover-default.version-alternative.caption-position-image .portfolio-item .image .links .caption .description,
.hover-default.version-alternative.caption-position-image .portfolio-item .image .links .caption .details {
	opacity: 1;
	position: initial;
}

.hover-default.version-alternative.caption-position-image .portfolio-item.appearance-type-featured_image:is(:hover, .hover-effect) .image .links .caption .slide-content-hidden {
	margin-bottom: 0 !important;
}

.hover-default.version-alternative.caption-position-image .portfolio-item .image .overlay:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	opacity: 1;
	background: -moz-linear-gradient(top, rgba(30,87,153,0) 65%, rgba(0,0,0,0.5) 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,0) 65%,rgba(0,0,0,0.5) 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,0) 65%,rgba(0,0,0,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#80000000',GradientType=0 );
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

.hover-default.version-alternative.caption-position-image .portfolio-item.appearance-type-featured_image:is(:hover, .hover-effect) .image .overlay:after {
	opacity: 0;
}

.hover-default.version-alternative.caption-position-image .portfolio-item:is(:hover, .hover-effect) .image .overlay .links .portfolio-icons > .icon {
	-webkit-transition-duration: 1s, 0.4s;
	transition-duration: 1s, 0.4s;
 }.items-animations-timer-element {
    font-size: 0;
    line-height: 1;
    height: 0;

    -webkit-opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;

    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.items-animations-timer-element.start-timer {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* Move Up */
.item-animation-move-up .item-animations-inited.before-start {
    -moz-transform: translateY(40px) !important;
    -ms-transform: translateY(40px) !important;
    -webkit-transform: translateY(40px) !important;
    -o-transform: translateY(40px) !important;
    transform: translateY(40px) !important;

    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.item-animation-move-up .item-animations-inited.before-start.start-animation {
    -o-transition: opacity 1s, transform 1s !important;
	-webkit-transition: opacity 1s, transform 1s !important;
	transition: opacity 1s, transform 1s !important;

    -moz-transform: translateY(0px) !important;
    -ms-transform: translateY(0px) !important;
    -webkit-transform: translateY(0px) !important;
    -o-transform: translateY(0px) !important;
    transform: translateY(0px) !important;

    zoom: 1;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}


/* Bounce */
.item-animation-bounce .item-animations-inited.before-start {
    -moz-transform: scale(0.001) !important;
    -ms-transform: scale(0.001) !important;
    -webkit-transform: scale(0.001) !important;
    -o-transform: scale(0.001) !important;
    transform: scale(0.001) !important;

    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.item-animation-bounce .item-animations-inited.before-start.start-animation {
    -o-transition: opacity 0.4s, transform 0.4s !important;
	-webkit-transition: opacity 0.4s, transform 0.4s !important;
	transition: opacity 0.4s, transform 0.4s !important;

    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;

    zoom: 1;
    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

/* Fade In */
.item-animation-fade-in .item-animations-inited.before-start {
    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.item-animation-fade-in .item-animations-inited.before-start.start-animation {
    -o-transition: opacity 0.7s !important;
	-webkit-transition: opacity 0.7s !important;
	transition: opacity 0.7s !important;

    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

/* Scale */
.item-animation-scale .item-animations-inited.before-start {
    -moz-transform: scale(0.001) !important;
    -ms-transform: scale(0.001) !important;
    -webkit-transform: scale(0.001) !important;
    -o-transform: scale(0.001) !important;
    transform: scale(0.001) !important;
}

.item-animation-scale .item-animations-inited.before-start.start-animation {
    -o-transition: transform 0.57s ease-in-out !important;
	-webkit-transition: transform 0.57s ease-in-out !important;
	transition: opacity transform 0.57s ease-in-out !important;

    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -webkit-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}

/* Flip */
.item-animation-flip .item-animations-inited.before-start {
    -moz-transform: rotate3d(1, 0, 0, -80deg) !important;
    -ms-transform: rotate3d(1, 0, 0, -80deg) !important;
    -webkit-transform: rotate3d(1, 0, 0, -80deg) !important;
    -o-transform: rotate3d(1, 0, 0, -80deg) !important;
    transform: rotate3d(1, 0, 0, -80deg) !important;

    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.item-animation-flip .item-animations-inited.before-start.start-animation {
    -o-transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out !important;
	-webkit-transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out !important;
	transition: opacity 0.7s ease-in-out, transform 0.7s ease-in-out !important;

    -moz-transform: rotate3d(0, 0, 0, 0deg) !important;
    -ms-transform: rotate3d(0, 0, 0, 0deg) !important;
    -webkit-transform: rotate3d(0, 0, 0, 0deg) !important;
    -o-transform: rotate3d(0, 0, 0, 0deg) !important;
    transform: rotate3d(0, 0, 0, 0deg) !important;

    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}

/* Fall Rerspective */
.item-animation-fall-perspective .item-animations-inited.before-start {
    -moz-transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;
    -ms-transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;
    -o-transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;
    transform: translateZ(400px) translateY(300px) rotateX(-65deg) !important;

    zoom: 1;
    -webkit-opacity: 0 !important;
    -moz-opacity: 0 !important;
    filter: alpha(opacity=0) !important;
    opacity: 0 !important;
}

.item-animation-fall-perspective .item-animations-inited.before-start.start-animation {
    -o-transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out !important;
	-webkit-transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out !important;
	transition: opacity 0.75s ease-in-out, transform 0.75s ease-in-out !important;

    -moz-transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;
    -ms-transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;
    -o-transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;
    transform: translateZ(0px) translateY(0px) rotateX(0deg) !important;

    -webkit-opacity: 1 !important;
    -moz-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    opacity: 1 !important;
}/*pricing tabels*/
.pricing-row,
.pricing-price-row,
.pricing-title-row
{
    text-align: center;
}
.pricing-row {
	margin-bottom: 0;
}
.pricing-table-style-1 .pricing-price-title {
    font-size: 24px;
    letter-spacing: 1px;
    color: #5f727f;
    text-transform: uppercase;
}
.pricing-table-style-1 .pricing-column-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 20px;
}
.pricing-table-style-1 .highlighted.pricing-column-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
}
.pricing-table-style-1 .pricing-column-wrapper .pricing-price {
    background-color: #b0de79;
}
.pricing-table-style-1 .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
    background-color: #7ee0bf;
}
.pricing-table-style-1 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
    background-color: #83bce9;
}
.pricing-table-style-1 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper   .pricing-price {
    background-color: #a289e8;
}
.highlighted .pricing-price-subtitle {
    display: block;
}
 .pricing-price-subtitle {
    display: none;
}
.pricing-table-style-1 .pricing-cost {
    font-size: 65px;
    color: #ffffff;
    line-height: 1;
}
.pricing-table-style-1 .pricing-price {
    display: inline-block;
    width: 100%;
}
.pricing-table-style-1 .time {
    color: #ffffff;
}
.pricing-table-style-1 .pricing-column {
    background-color: #f0f3f2;
}
.pricing-table-style-1 .highlighted .pricing-column {
    background-color: #ffffff;
}
.pricing-table-style-1 .pricing-price {
    padding: 29px 10px 29px 10px;
}
.pricing-table-style-1 .pricing-price-title-wrapper {
    padding-top: 33px;
    padding-bottom: 33px;
}
.pricing-table-style-1 .pricing-column-wrapper .pricing-price{
    overflow: hidden;
}
.pricing-table-style-1 .pricing-row {
    padding-top: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe5e8;
}

.pricing-table-style-1 .pricing_row_title {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #3c3950;
}
.pricing-table-style-1 .pricing_row_subtitle {
    font-size: 14px;
    color: #99a9b5;
}
.pricing-column-top-choice{
    position: absolute;
}
.pricing-table-style-1 .pricing-column {
    background-color: #f0f3f2;
    border: 1px solid #dfe5e8;
    margin-right: -1px;
}
.pricing-column-wrapper {
    min-width: 271px;
}
.pricing-table-style-1 .pricing-column-wrapper .pricing-price {
    margin-right: -1px;
    margin-left: -1px;
    width: 101%;
}
.pricing-table-style-1 .pricing-column .pricing-row:last-of-type {
    border-bottom: none;
}
.pricing-table-style-1 .pricing-footer{
    padding-bottom: 26px;
}
.pricing-table-style-1 .highlighted .pricing-price-title-wrapper {
    padding-bottom: 28px;
}
.pricing-table-style-8 .pricing-price,
.pricing-table-style-7 .pricing-price,
.pricing-table-style-4 .pricing-price-row,
.pricing-table-style-3 .pricing-price-row,
.pricing-table-style-2 .pricing-price,
.pricing-table-style-1 .pricing-price-row {
    background-color: transparent !important;
    background-image: none !important;
}
.pricing-table-style-5 .pricing-price {
    background-image: none !important;
    background-color: #ffffff !important;
}

.pricing-table-style-1,
.pricing-row.strike {
    text-decoration: line-through;
    color: #99a9b5;
}
.pricing-table-style-1 .highlighted .pricing-footer {
    padding-bottom: 46px;
}
.pricing-table-style-2 .pricing-price-row{
    background-color: #393d50;
    display: inline-block;
    width: 100%;
}
.pricing-table-style-2 .pricing-price {
    background-color: transparent;
}
.pricing-table-style-2 .pricing-price-title {
color: #00bcd4;
}
.pricing-table-style-2 .pricing_row_title {
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 5px;
    color: #00bcd4;
}
.pricing-table-style-2 .pricing_row_subtitle {
    font-size: 14px;
    color: #99a9b5;
}
.pricing-table-style-2 .highlighted .pricing-price-title,
.pricing-table-style-2 .highlighted .time{
    color: #ffffff
}
.pricing-table-style-2 .pricing-price-subtitle {
    display: none;
}
.pricing-table-style-2 .pricing-cost {
    display: inline-block;
    color: #99a9b5;

}
.pricing-table-style-2 .pricing-price .time {
    text-transform: capitalize;
    display: inline-block;
    padding-left: 10px;
}
.pricing-table-style-2 .pricing-price-title {
    padding-bottom: 20px;
    text-transform: uppercase;
    padding-top: 10px;
}
.pricing-table-style-2 .pricing-price-row {
    padding: 38px 10px;
}
.pricing-table-style-2 .pricing-cost {
    color: #ffffff;
}
.pricing-table-style-2 .pricing-column {
    background-color: #ffffff;
}
.pricing-table-style-2 .pricing-row:nth-child(odd) {
    background-color: #f4f6f7;
}
.pricing-table-style-2 .pricing-column .pricing-row {
    padding: 16px 10px;
}
.pricing-table-style-2 .pricing-footer {
    padding-top: 17px;
}
.pricing-table-style-2  .pricing-row {
    border-left: 2px solid #dfe5e8;
    border-right: 2px solid #dfe5e8; ;
}
.pricing-table-style-2 .pricing-footer {
    border: 2px solid #dfe5e8;
    border-top: medium none ;
}
.pricing-table-style-2 .highlighted .pricing-row {
    border-left: 2px solid #393d50;
    border-right: 2px solid #393d50; ;
}
.pricing-table-style-2 .highlighted .pricing-footer {
    border: 2px solid #393d50;
    border-top: medium none ;
}



.pricing-table-style-2 .highlighted .pricing-column{
    margin-top: 0px;
}
.pricing-table-style-2 .highlighted .pricing-price-subtitle {
    display: block;
    margin-bottom: 10px;
    margin-top: -6px;
}
.pricing-table-style-2 .pricing-column {
    margin-top: 30px;
}
.pricing-table-style-3 .pricing-column{
    background-color: #f0f3f2;
    border-radius: 50px;
    overflow: hidden;
}


.pricing-table-style-3 .pricing-price-wrapper {
    margin-left: -90px;
    padding-left: 50%;
    padding-bottom: 34px;
 }

.pricing-table-style-3 .pricing-price {
    border-radius: 50%;
    height: 180px;
    background-color: #ffffff;
    display: table-cell;
    width: 180px;
    vertical-align: middle;
}
.pricing-table-style-3 .pricing-cost {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}
.pricing-table-style-3 .time {
    font-size: 24px;
    font-weight: 300;
    color: #00bcd4;
}
.pricing-table-style-3 .pricing-price-title {
    font-size: 24px;
    font-weight: 300;
    color: #3c3950;
}

.pricing-table-style-3 .pricing-price-title {
    font-size: 24px;
    font-weight: 300;
    color: #3c3950;
}
.pricing-table-style-3 .highlighted .pricing-price-subtitle {
    color: #5f727f;
    font-size: 14px;
}
.pricing-table-style-3 .highlighted .pricing-price-title {
    color: #99a9b5;
}
.pricing-table-style-3 .highlighted .pricing-column {
   background-color:#393d50 ;
    padding-top: 31px;
}
.pricing-table-style-3 .highlighted .pricing-row.pricing-row-title {
    padding-top: 5px;
}
.pricing-table-style-3 .pricing-price-row {
    padding-top: 46px;
}

.pricing-table-style-3 .pricing-column-wrapper.highlighted {
    margin-top: 0px;
}
.pricing-table-style-3 .pricing-column-wrapper {
    margin-top: 30px;
}
.pricing-table-style-3 .pricing_row_subtitle {
    color: #5f727f;
    font-size: 14px;
    padding-top: 3px;
}
.pricing-table-style-3 .pricing-price-title-wrapper {
    padding-bottom: 20px;
    margin-top: -3px;
}
.pricing-table-style-3 .pricing_row_title {
    text-transform: uppercase;
}
.pricing-table-style-3 .highlighted .pricing_row_title {
    color: #ffffff;
}
.pricing-table-style-3 .pricing_row_title {
    color: #3c3950;
}
.pricing-table-style-3 .highlighted .pricing_row_subtitle {
    color: #5f727f;
}
.pricing-table-style-3 .pricing_row_subtitle {
    color: #99a9b5;
    padding-bottom: 6px;
}
.pricing-table-style-3 .pricing-row.pricing-row-title {
    padding-bottom: 19px;
    position: relative;
    margin-bottom: 20px;
}
.pricing-table-style-3 .pricing-price-subtitle{
    display: block;
    font-size: 14px;
    color: #5f727f;
    margin-top: 6px;
}
.pricing-table-style-3  .highlighted .pricing-price-wrapper {
    padding-bottom: 26px;
}

.pricing-table-style-3 .pricing-row-title:after {
    position: absolute;
    width: 50%;
    height: 1px;
    content: '';
    background-color: #00bcd4;
    bottom: 0;
    left: 25%;
}
.pricing-table-style-3 .pricing-row {
    padding-bottom: 10px;
}
.pricing-table-style-3 .pricing-footer {
    padding-bottom:25px;
}
.pricing-table-style-3 .highlighted .pricing-footer {
    padding-bottom: 50px;
}
.pricing-table-style-4 .pricing-cost {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
}
.pricing-table-style-4 .time {
    font-size: 24px;
    font-weight: 300;
    color: #00bcd4;
}
.pricing-table-style-4 .pricing-price-subtitle,
.pricing-table-style-4 .pricing-price-title{
    display: none;
}
.pricing-price-wrapper {
    text-align: center;
}

.pricing-table-style-4 .pricing-column-wrapper .pricing-price {
    background-color: #00bcd4;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(0, 188, 212, 0.31);
    -moz-box-shadow:    0px 0px 0px 10px rgba(0, 188, 212, 0.31);
    box-shadow:         0px 0px 0px 10px rgba(0, 188, 212, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
    background-color: #a637ec;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(166, 55, 236, 0.31);
    -moz-box-shadow:    0px 0px 0px 10px rgba(166, 55, 236, 0.31);
    box-shadow:         0px 0px 0px 10px rgba(166, 55, 236, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-price {
    background-color: #ee417c;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(238, 65, 124, 0.31);
    -moz-box-shadow:    0px 0px 0px 10px rgba(238, 65, 124, 0.31);
    box-shadow:         0px 0px 0px 10px rgba(238, 65, 124, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper   .pricing-price {
    background-color: #ff994e;
    -webkit-box-shadow: 0px 0px 0px 10px rgba(255, 153, 78, 0.31);
    -moz-box-shadow:    0px 0px 0px 10px rgba(255, 153, 78, 0.31);
    box-shadow:         0px 0px 0px 10px rgba(255, 153, 78, 0.31);
}
.pricing-table-style-4 .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper .pricing_row_title {
   color: #00bcd4;
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title {
    color: #a637ec;
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing_row_title {
    color: #ee417c;
}
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper +  .pricing-column-wrapper + .pricing-column-wrapper  .pricing-row:before,
.pricing-table-style-4 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper   .pricing_row_title {
    color: #ff994e;
}
.pricing-table-style-4  figure.pricing-row:first-of-type {
    padding-top: 15px;
}

.pricing-table-style-4 .pricing-price {
    border-radius: 50%;
    height: 180px;
    background-color: #ffffff;
    width: 180px;
    display: inline-block;
    padding-top: 46px;
}
.pricing-table-style-7 .pricing-column  .pricing-price-row-width-background .wrap-style {
    display: none;
}

.pricing-table-style-4 .pricing-column-wrapper.col-md-4 .pricing-price-wrapper {
	padding: 91px 91px;
}
.pricing-table-style-4 .pricing-price-wrapper {
    padding-bottom: 34px;
}
.pricing-table-style-4 .pricing-price-wrapper,
.pricing-table-style-4 .pricing-row,
.pricing-table-style-4 .pricing-footer{
    background-color: #2c2e3d;
}

.pricing-table-style-4 .highlighted .pricing-price-wrapper,
.pricing-table-style-4 .highlighted .pricing-row,
.pricing-table-style-4 .highlighted .pricing-footer{
    background-color: #393d50;
}
.pricing-table-style-4 .pricing-row.pricing-row-title {
    padding: 26px 10px;
}
.pricing-table-style-4 .pricing-price-wrapper {
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    padding-top: 45px;
}
.pricing-table-style-4  .pricing-row:before {
    vertical-align: middle;
    content: '\e614';
    color: #00bfa5;
    font-family: thegem-icons;
    font-style: normal;
    text-align: center;
    padding-right: 10px;
}
.pricing-table-style-4 .pricing-row {
    padding: 5px 10px;
}
.pricing-table-style-4 .pricing-row.pricing-row-title:before,
.pricing-table-style-4 .strike.pricing-row:before {
    display: none;
}
.pricing-table-style-4  .pricing-footer {
    padding-bottom: 20px;
}
.pricing-table-style-4 .pricing-price,
.pricing-table-style-4 .time{
    color: #ffffff;
}
.pricing-table-style-4 .pricing_row_title {
    text-transform: uppercase;
}
.pricing-table-style-4 .pricing-row.pricing-row-title {
    background-color: #393d50;
}
.pricing-table-style-4 .pricing_row_subtitle {
    font-size: 14px;
}
.pricing-table-style-5 .pricing-price-wrapper {
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -60px;
    top: -60px;
}
.pricing-table-style-5 .pricing-price-row {
    min-height: 272px;
    background-size: cover;
}
.pricing-table-style-5 .highlighted .pricing-price {
    background-color: #2c2e3d !important;
}
.pricing-table-style-5 .pricing-price {
    background-color: #ffffff;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    vertical-align: middle;
    display: table-cell;
}
.pricing-table-style-5 .pricing-price-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.pricing-table-style-5 .pricing-cost {
    font-size: 32px;
    font-weight: 300;
}
.pricing-table-style-5 .pricing-column-wrapper .pricing-cost {
    color: #2196f7;
}
.pricing-table-style-5 .pricing-column-wrapper + .pricing-column-wrapper .pricing-cost {
    color: #d74498;
}
.pricing-table-style-5 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper .pricing-cost {
    color: #32ad1e;
}
.pricing-table-style-5 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper   .pricing-cost {
    color: #ff994e;
}
.pricing-table-style-5 .pricing-price-title {
    color: #ffffff;
    padding-top: 128px;
    text-transform: uppercase;
}
.pricing-table-style-5 .pricing-price-subtitle {
    display: block;
    color: #b6c6c9;
    padding-top: 10px;
}
.pricing-table-style-5 .pricing-row:nth-child(odd) {
    background-color: #f4f6f7;
}
.pricing-table-style-5 .pricing_row_title {
    font-size: 24px;
    font-weight: 300;
}
.pricing-table-style-5 .pricing_row_subtitle{
    color: #99a9b5;
    font-size: 14px;
}
.pricing-table-style-5 .pricing-row.pricing-row-title {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pricing-table-style-5 figure.pricing-row {
    padding: 12px;
}
.pricing-table-style-5  {
    padding-top: 70px;
}
.pricing-table-style-5 .pricing-column {
    background-color: #ffffff;
}
.pricing-table-style-5 .pricing-footer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-table-style-6.pricing-table {
    margin-top: 60px;
}
.pricing-table-style-6 .pricing-column-wrapper{
    padding: 0px;
}
.pricing-table-style-6 .pricing-price {
    background-color: #393d50;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    vertical-align: middle;
    display: table-cell;
}
.pricing-table-style-6 .pricing-price-wrapper {
    display: table-cell;
    vertical-align: middle;
    top: -60px;
    position: absolute;
    left: 11%;
}
.pricing-table-style-6 .pricing-column {
    background-color: #ffffff;
}
.pricing-table-style-6 .pricing-cost {
    font-size: 32px;
    font-weight: 300;
}
.pricing-table-style-6 .pricing-price-title-wrapper {
    min-height: 246px;
    padding-bottom: 30px;
}
.pricing-table-style-6 .pricing-price {
    background-image: none !important;
    background-color: #393d50;
}
.pricing-table-style-6 .pricing-column-wrapper .pricing-price-row {
    background-color: #00bcd4;
}
.pricing-table-style-6 .pricing-column-wrapper + .pricing-column-wrapper .pricing-price-row {
    background-color: #1c94ca;
}
.pricing-table-style-6 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper  .pricing-price-row {
    background-color: #7264bd;
}
.pricing-table-style-6 .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper + .pricing-column-wrapper   .pricing-price-row {
    background-color: #52488a;
}
.pricing-table-style-6 .pricing-price-title{
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 132px;
    text-align: left;
    padding-left: 43px;
}
.pricing-table-style-6 .pricing-price-subtitle {
    text-transform: uppercase;
    color: #ffffff;
    text-align: left;
    padding-left: 43px;
    padding-top: 12px;
    display: block;
    line-height: 1.4;
}
.pricing-table-style-6 .pricing-cost {
    color: #04d7f2;
}
.pricing-table-style-6 .time {
    color: #99a9b5;
}
.pricing-table-style-6 .pricing_row_title {
    font-size: 24px;
    font-weight: 300;
    padding-left: 42px;
    text-align: left;
}
.pricing-table-style-6 .pricing_row_subtitle {
    font-size: 14px;
    color: #99a9b5;
    padding-left: 42px;
    padding-top: 5px;
    text-align: left;
}
.pricing-table-style-6 .pricing-row {
    text-align: left;
    padding: 14px 0;
	padding-left: 42px;
	padding-right: 20px;
}

.pricing-table-style-6 .pricing-row:nth-child(odd) {
    background-color: #f4f6f7;
}
.pricing-table-style-6 figure:before{
    content: '\e647';
    color: #5f727f;
    font-family: thegem-icons;
    font-style: normal;
    padding-right: 12px;
    vertical-align: middle;
}
.pricing-table-style-6 .pricing-row.pricing-row-title {
    padding-top: 24px;
    padding-bottom: 19px;
}
.pricing-table-style-6 .gem-button-container.gem-button-position-center .gem-button {
    margin-left: 42px;
}
.pricing-table-style-6 .pricing-footer {
    padding-top: 20px;
}
.pricing-table-style-6 .pricing-footer {
    border-bottom: 1px solid #dfe5e8;
}
.pricing-table-style-6 .pricing-footer,
.pricing-table-style-6 .pricing-row {
    border-left: 1px solid #dfe5e8;
    border-right: 1px solid #dfe5e8;
    margin-right: -1px;
}
.pricing-table-style-6 .pricing-price-row {
    margin-right: -1px;
}
.pricing-table-style-6 .gem-button-position-center {
    text-align: left;
}
.pricing-table-style-6 .pricing-price-subtitle {
    max-width: 370px;
}
.pricing-table-style-7.pricing-table {
    margin-top: 30px;
}
.pricing-table-style-7 .pricing-price-row {
    background-color: #393d50;
    padding-bottom: 59px;
    padding-top: 46px;
    position: relative;

}
.pricing-table-style-7 .pricing-price-title-wrapper {
    color: #ffffff;
}
.pricing-table-style-7  .pricing-price-title {
    text-transform: uppercase;
}
.pricing-table-style-7 .pricing-cost {
    padding-top: 46px;
    padding-bottom: 23px;
    font-size: 65px;
    color: #6c7c86;
}
.pricing-table-style-7  .time {
    color: #ffd54f;
}
.pricing-table-style-7 .wrap-style {
    transform: rotate(270deg);
    transform-origin: 0 100%;
    -webkit-transform: rotate(270deg);
    -webkit-transform-origin: 0 100%;
    overflow: visible;
    width: 100px;
    height: 100px;
    z-index: 199;
    position: absolute;
    bottom: -49px;
    fill: #393d50;
    left: 50%;
    margin-left: 50px;
}
.pricing-table-style-7  .pricing-column-wrapper {
    margin-top: 40px;
}
.pricing-table-style-7  .highlighted.pricing-column-wrapper {
    margin-top: 0px;
}
.pricing-table-style-7 .pricing-column-top-choice-text {
    transform: rotate(318deg);
    -webkit-transform: rotate(318deg);
}

.pricing-table-style-7 .highlighted .pricing-price-row {
    background-color: #ffffff;
    padding-bottom: 59px;
    padding-top: 54px;
    position: relative;
}
.pricing-table-style-7 .highlighted .pricing-cost {
    padding-top: 54px;
}
.pricing-table-style-7 .highlighted .pricing-price-title {
    color: #3c3950;
}
.pricing-table-style-7 .highlighted .pricing-price-subtitle {
    color: #99a9b5;
}
.pricing-table-style-7 .highlighted .wrap-style {
    fill: #ffffff;
}
.pricing-table-style-7 .highlighted .time{
color: #ff8f00
}
.pricing-table-style-7 .highlighted .pricing_row_title {
    color: #5f727f;
}
.pricing-table-style-7  .pricing-column {
    background-color: #ffffff;
}
.pricing-table-style-7 .highlighted .pricing-footer {
    padding-bottom: 40px;
}
.pricing-table-style-7 .highlighted .pricing_row_subtitle {
    color: #ffffff;
}
.pricing-table-style-7 .highlighted .pricing-row,
.pricing-table-style-7 .highlighted .pricing-column{
    background-color: #c5d2d4;
}
.pricing-table-style-7 .pricing-price-row  {
    margin-bottom: 57px;
}
.pricing-table-style-7 .pricing-row  {
    border-bottom:1px solid #dfe5e8;
    padding: 10px 13px;
}
.pricing-table-style-7 .pricing-row:last-of-type {
    border-bottom: none;
}
.pricing-table-style-7 .pricing-column  .wrap-style  {
    display: block;
}
.pricing-column .wrap-style {
    display: none;
}
.pricing-table-style-7 .pricing_row_title {
    font-size: 24px;
    font-weight: 300;
    color: #00bcd4;
}
.pricing-table-style-7 .pricing_row_subtitle {
    color: #99a9b5;
    font-size: 14px;
    padding-top: 6px;
}

.pricing-table-style-8 .pricing-price {
    border-radius: 50%;
    height: 160px;
    background-color: #5f727f;
    display: table-cell;
    width: 160px;
    vertical-align: middle;
    border: 3px solid #00bcd4;
}
.pricing-table-style-8.pricing-table {
    margin-top: 30px;
}
.pricing-table-style-8 .pricing-cost {
    font-size: 42px;
    font-weight: 300;
    line-height: 1;
    color: #ffffff;
}
.pricing-table-style-8 .time {
    font-weight: 300;
    color: #b6c6c9;
}
.pricing-table-style-8  .pricing-price-row  {
    background-color: #5f727f;
}
.pricing-table-style-8  .pricing-price-title {
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
}
.pricing-table-style-8 .pricing-price-subtitle {
    color: #5f727f;
    padding-top: 6px;
    float: left;
    width: 100%;
    padding-bottom: 11px;

}
.pricing-table-style-8 .highlighted .pricing-price-row  {
    background-color: #393d50;
}
.pricing-table-style-8 .highlighted  .pricing-cost {
    color: #00bcd4;
}
.pricing-table-style-8 .highlighted .pricing-price {
    border: 3px solid #ffffff;
}
.pricing-table-style-8 .highlighted .pricing-column {
    margin-top: 0px;
}
.pricing-table-style-8 .highlighted .pricing_row_subtitle {
    color: #5f727f;
}
.pricing-table-style-8  .pricing-column {
    margin-top: 20px;
    border-radius: 12px;
    overflow: hidden;
}
.pricing-table-style-8 .highlighted .pricing-price-wrapper {
    padding-top: 70px;
}
.pricing-table-style-8 .pricing-price-wrapper {
    padding-left: 50%;
    margin-left: -80px;
    padding-top: 50px;
}
.pricing-table-style-8  .pricing-footer,
.pricing-table-style-8  .pricing-row {
background-color: #ffffff;
}
.pricing-table-style-8  .pricing-price-title-wrapper {
    padding-top: 28px;
    margin-bottom: -30px
}

.pricing-table-style-8 .highlighted .pricing-row.pricing-row-title {
    background-color: #393d50;
}
.pricing-table-style-8 .pricing-row.pricing-row-title {
    background-color: #5f727f;
    padding-top: 17px;
    padding-bottom: 23px;
}
.pricing-table-style-8  .pricing_row_title {
    color: #ffffff;
    text-transform: uppercase;
}
.pricing-table-style-8  .pricing_row_subtitle {
     color: #b6c6c9;
}
.pricing-table-style-8  .pricing-row {
    padding: 10px 10px;
    border-bottom: 2px solid #dfe5e8;
}
.pricing-table-style-8  .pricing-row:last-of-type {
    border-bottom: medium none;
}
.pricing-table-style-8   .pricing-footer {
    padding-bottom: 20px;
}
.pricing-table-style-8 .highlighted .pricing-footer {
    padding-bottom: 45px;
}
.pricing-column-top-choice {
    background-color: #393d50;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 100;
}
.pricing-column-top-choice-text {
    margin-top: 2px;
    font-size: 12px;
    text-transform: uppercase;
    text-align: center;
}
.pricing-table-style-1 .pricing-column-top-choice {
    top: -25px;
    left: 38px;
}
.pricing-table-style-1 .pricing-column-top-choice .pricing-column-top-choice-text {
    color: #ffffff;
    margin-top: 13px;

}
.pricing-table-style-2 .pricing-column-top-choice {
    top: -25px;
    left: 38px;
    background-color: #ffcd37;
}
.pricing-table-style-2 .pricing-column-top-choice .pricing-column-top-choice-text {
    color: #393d50;
    margin-top: 19px;
    font-size: 12px;
}

.pricing-table-style-2 .pricing-column-top-choice {
    top: 0px;
    left: 50%;
    width: 62px;
    height: 62px;
    margin-left: -25px;
    background-color: #ffcd37;
}
.pricing-table-style-2  .highlighted .pricing-column-top-choice {
    margin-top: -30px;

}

.pricing-table-style-3  .highlighted .pricing-column-top-choice {
    margin-top: -30px;
}
.pricing-table-style-3 .pricing-column-top-choice .pricing-column-top-choice-text {
    color: #ffffff;
    margin-top: 18px;

}
.pricing-table-style-3 .pricing-column-top-choice {
    top: -25px;
    left: 55px;
    width: 62px;
    height: 62px;
    background-color: #f44336;
}
.pricing-table-style-3  .highlighted .pricing-column-top-choice {
    margin-top: 0px;
}


.pricing-table-style-4 .pricing-column-top-choice .pricing-column-top-choice-text {
    color: #ffffff;
    margin-top: 28px;
    font-size: 16px;
}
.pricing-table-style-4 .pricing-column-top-choice {
    top: -20px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    background-color: #2c2e3d;
}


.pricing-table-style-8 .pricing-column-top-choice
{
    position: absolute;
    top: 20px;
    left: 50px;
    width: 50px;
    height: 45px;
    line-height: 50px;
    text-align: center;
    z-index: 10;
    border-radius: 0;
    background-color: #00bcd4;
}
.pricing-table-style-8 .pricing-column-top-choice:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    z-index: -1;
    bottom: -10px;
    left: 0;
    background: inherit;
}
.pricing-table-style-8 .pricing-column-top-choice:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    z-index: -1;
    bottom: -10px;
    left: 0;
    background: inherit;
}
.pricing-table-style-8 .pricing-column-top-choice:after {
    transform-origin: 100% 100%;
    transform: skew(0, 20deg);
}
.pricing-table-style-8 .pricing-column-top-choice:before {
    transform-origin: 0 100%;
    transform: skew(0, -20deg);
}
.pricing-table-style-8  .highlighted .pricing-column-top-choice {
    top: 0;
}
.svg_pricing {
    width: 70px;
    height: 70px;
    z-index: 1;
}
.pricing-table-style-5 .pricing-column-top-choice .pricing-column-top-choice-text {
    color: #ffffff;
    margin-top: 20px;
    font-size: 14px;
    width: 65px;
    position: absolute;
    top: 0;
}
.pricing-table-style-5  .pricing-column-top-choice {
    background-color: transparent;
}
.pricing-table-style-5 .svg_pricing {
    display: block;
    fill: #00bcd4;
}
.pricing-table-style-5  .pricing-column-top-choice {
    width: 0;
    height: 0;
    padding: 0px;
    top: -15px;
    left: 6px;
}


.pricing-table-style-6 .pricing-column-top-choice .pricing-column-top-choice-text {
    color: #ffffff;
    margin-top: 20px;
    font-size: 14px;
    width: 65px;
    position: absolute;
    top: 0;
}
.pricing-table-style-6  .pricing-column-top-choice {
    background-color: transparent;
}
.pricing-table-style-6 .svg_pricing {
    display: block;
    fill: #00bcd4;
}
.pricing-table-style-6  .pricing-column-top-choice {
    width: 0;
    height: 0;
    padding: 0px;
    top: -40px;
    left: 145px;
}
.pricing-table-style-6  .pricing-column-wrapper.col-md-3 .pricing-column-top-choice {
    left: 137px;
}
.pricing-table-style-7 .pricing-column-top-choice .pricing-column-top-choice-text {
    color: #ffffff;
    margin-top: 22px;
    font-size: 14px;
    width: 65px;
    position: absolute;
    top: 0;
}
.pricing-table-style-7  .pricing-column-top-choice {
    background-color: transparent;
}
.pricing-table-style-7 .svg_pricing {
    display: block;
    fill: #00bcd4;
}
.pricing-table-style-7  .pricing-column-top-choice {
    width: 0;
    height: 0;
    padding: 0px;
    top: -15px;
    left: 6px;
}

.svg_pricing {
    display: none;
}

@media (max-width: 540px) {
    .inline-column.pricing-column-wrapper {
        padding: 0px;
    }
}