body > div {
	display: none;
}
footer {
	margin: 50px 0 0;
}
.mobile-contact {
	border-bottom: 1px solid #e7e8ec;
	border-top: 1px solid #e7e8ec;
	background-color: #f2f3f6;
	padding: 10px 0;
	display: none;
}
.navbar .navbar-collapse .navbar-right .tc-try-btn>a {
    background-color: #fff;
    color: #2a2d32;
}

@media(max-width: 767px) {

}



.delayed-slow {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-delay: 500ms;
  animation-delay: 500ms;
}
.slow-transition {
	-webkit-animation-duration: 1500ms;
	animation-duration: 1500ms;
}
.tc7-hero {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.tc7-hero.animated {
	opacity: 1;
}
.tc7-hero .container1170 {
	padding: 120px 0 40px;
	position:relative;
	z-index: 10;
}
.tc7-hero h2,
.tc7-hero h3 {
	color: #fff;
}
.tc7-hero:before {
	content: "";
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 200%;
	background: #24b666;
	z-index: 0;

}
.hero-image {
	position: relative;
	z-index: 10;
}
.hero-image > img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	width: auto;
	height: auto;
	max-height: 90%;
	position: relative;
	z-index: 20;
}
.hero-image:after {
	content: "";
	height: 35%;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	background: #fff;
}
.tc7-features {
	padding: 40px 0;
	/*border-bottom: 1px solid #e7e8ec;*/
}
p.tc7-features-p {
    margin: 15px 0;
}
.tc7-features .section-para {
	margin: 30px 0;
}
@media(max-width: 1170px) {
	h2 br,
	h3 br {
		display: none;
	}
}
/*
.magic-area
------------------------*/
.magic-area {
	margin-top: 50px;
}
.magic-center {
	width: 480px;
	/*width: 550px;*/
	margin: 0 auto;
	float: left;
}
.magic-circle {
	width: 386px;
	height: 386px;
	margin: 0 auto;
	position: relative;
}
.magic-circle .magic-circle-outer {
	width: 386px;
	height: 386px;
	background: url(/2015/images/landing/3dcart-7/intro_circle_outer.png) no-repeat center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.magic-circle .magic-circle-inner {
	width: 331px;
	height: 331px;
	background: url(/2015/images/landing/3dcart-7/intro_circle_inner.png) no-repeat center;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
.magic-center-title {
	text-align: center;
	margin-top: 30px;
}
.magic-pins {
	padding: 0;
	margin: 0;
}
.magic-pins > li {
	list-style: none;
	position: absolute;
	z-index: 10;
	width: 120px;
	padding-top: 3px;
}
.magic-pins > li > span {
	/*background-color: #e7e8ec;*/
	background-color: #ccc;
	height: 1px;
	width: 120px;
	display: block;
	position: relative;
	-webkit-transition: width 500ms ease;
	-moz-transition: width 500ms ease;
	-ms-transition: width 500ms ease;
	-o-transition: width 500ms ease;
	transition: width 500ms ease;
}
.magic-pins > li > span:before,
.magic-pins > li > span:after  {
	content: "";
	/*background-color: #e7e8ec;*/
	background-color: #ccc;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position:absolute;
	top: -2px;
	left: 0;
	
}
.magic-pins > li > span:after {
	left: auto;
	right: 0;
}
.magic-pins > li:nth-child(odd) {
	left: -50px;	
}
.magic-pins > li:nth-child(odd) > span {
	float: right;
}
.magic-pins > li:nth-child(even) {
	right: -50px;	
}
.magic-pins > li:nth-child(even) > span {
	float: left;
}

.magic-pins > li:first-child,
.magic-pins > li:nth-child(2) {
	top: 31px;	
}
.magic-pins > li:nth-child(3),
.magic-pins > li:nth-child(4) {
	top: 189px;	
	width: 32px;
}

.magic-pins > li:nth-child(3) > span,
.magic-pins > li:nth-child(4) > span {
	width: 32px;	
}

.magic-pins > li:nth-child(5),
.magic-pins > li:nth-child(6) {
	top: 350px;	
}

.magic-area-left {
	float: left;
	width: 330px;
	text-align: right;
}
.magic-area-right {
	float: right;
	width: 330px;
	text-align: left;
}
.magic-area-text {
	padding-top: 22px;
	min-height: 149px;
}
.magic-area-text h4 {
	font-size: 16px;
	position: relative;
}
.magic-area-left .magic-area-text h4,
.magic-area-left .magic-area-text p {
	padding-right: 35px;
}
.magic-area-right .magic-area-text h4,
.magic-area-right .magic-area-text p {
	padding-left: 35px;
}
.magic-area-text h4:before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	background-color: #27ae60;
}
.magic-area-left .magic-area-text h4:before {
	right: 15px;
}
.magic-area-right .magic-area-text h4:before {
	left: 15px;
}

/*
Animations
---------*/
/*
.magic-circle .magic-circle-outer {
	opacity: 0;
}
.magic-circle .magic-circle-outer.animated,
.magic-circle .magic-circle-outer.rotated {
	opacity: 1;
}

.magic-circle .magic-circle-outer.rotated {
	-webkit-animation:spin 500ms ease-out 1;
    -moz-animation:spin 500ms ease-out 1;
    animation:spin 500ms ease-out 1;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(60deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(60deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(60deg); transform:rotate(60deg); } }

.magic-circle .magic-circle-inner,
.magic-center-title {
	opacity: 0;
}
.magic-circle .magic-circle-inner.animated,
.magic-center-title.animated {
	opacity: 1;
}

.magic-area-text p {
	-webkit-animation-delay: 150ms;
	animation-delay: 150ms;
}

.magic-area-text h4,
.magic-area-text p {
	opacity: 0;
}

.magic-area-text h4.animated,
.magic-area-text p.animated {
	opacity: 1;
}
.magic-pins.pre-animation > li > span {
	width: 0;
}
.magic-pins {
	opacity: 0;
}
.magic-pins.animated {
	opacity: 1;
}*/

.magic-cirlce-mobile {
	display: none;
	padding: 15px 0;
}
.magic-cirlce-mobile img {
	width: auto;
	height: auto;
	max-width: 100%;
	display: block;
	margin:  0 auto;
}
@media(max-width: 1170px) {
	.magic-area-left,
	.magic-area-right {
		width: 245px;
	}
	.magic-area-text h4 {
		font-size: 14px;
	}
	.magic-area-text p {
		font-size: 14px;
		line-height: 22px;
	}
	.magic-area-text h4:before {
		top: 7px;
		bottom: auto;
	}
}
@media(max-width: 1023px) {
	.magic-cirlce-mobile {
		display: block;
	}
	.magic-center {
		display: none;
	}
	.magic-area-text h4, 
	.magic-area-text p {
		opacity: 1 !important;
	}
	.magic-area-left,
	.magic-area-right {
		text-align: left;
	}
	.magic-area-text h4,
	.magic-area-text p {
		padding-right: 0;
		padding-left: 35px;
	}
	.magic-area-text h4:before {
		left: 15px !important;
		right: auto !important;
	}
	.magic-area-left, 
	.magic-area-right {
		width: 50%;
	}
}
@media(max-width: 767px) {
	.magic-area-left, 
	.magic-area-right {
		width: 100%;
	}
	.magic-area-text {
		min-height: 0;
	}
}


section.features-nav {
    padding: 25px 0 45px 0;
    border-bottom: 1px solid #f3f3f5;
}
.fv-items {
	padding: 0;
	margin: 0;
}
.fv-item {
    float: left;
    width: 11.111111%;
    text-align: center;
	position: relative;
	padding: 0 15px;
	list-style: none;
}
.fv-item:after {
	content: "";
	display: block;
	width: 1px;
	height: 46px;
	background-color: #f3f3f5;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 0;
}
.fv-item:first-child:before {
	content: "";
	display: block;
	width: 1px;
	height: 46px;
	background-color: #f3f3f5;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
.fv-item a {
	text-decoration: none !important;
	display: block;
	padding: 15px 0;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: background 300ms ease;
    -moz-transition: background 300ms ease;
    -ms-transition: background 300ms ease;
    -o-transition: background 300ms ease;
    transition: background 300ms ease;
	position: relative;
}
.fv-item a:hover,
.fv-item a.active {
	background: #27ae60;
}

.fv-item a:after {
	display: block;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #27ae5f transparent transparent transparent;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    margin: auto;
    opacity: 0;
	-webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
}

.fv-item a:hover:after,
.fv-item a.active:after {
	opacity: 1;
}

.fv-item a span {
	-webkit-transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    transition: color 300ms ease;
}
span.fv-item-icon {
    display: block;
    font-size: 48px;
    color: #27ae60;
    line-height: 1;
    margin: 0 0 2px;
}
span.fv-item-text {
    display: block;
    color: #2a2d32;
    font-size: 16px;
    line-height: 20px;
}
.fv-item a:hover span,
.fv-item a.active span {
	color: #fff;
}

button#fv-items-toggle {
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
	height: 60px;
	padding: 10px 0;
	display: none;
}
button#fv-items-toggle span.fv-items-toggle-txt {
	display: block;
    line-height: 1;
    margin: 0 0 5px;
}
button#fv-items-toggle span.fv-items-toggle-icon {
    display: block;
    line-height: 16px;
    font-size: 50px;
    height: 16px;
    overflow: hidden;
}

section.features-nav {
    background-color: #f9f9fa;
    padding: 50px 0;
}
section.features-nav h2 {
	margin: 0 0 35px;
	text-align: center;
}

.video-embeded-inner {
	position: relative;
    padding-top: 56%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.video-embeded-inner iframe, 
.video-embeded-inner object, 
.video-embeded-inner embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.features-nav .testimonials-carousel {
    margin: 50px auto 0 auto;
}
section.features-nav .testimonials-carousel .testimonials-control {
	top: 42.5%;
}
.item-video {
    border: 10px solid #25b46a;
    border-radius: 2px;
}

@media(max-width: 1023px) {
	.fv-items {
		margin: 0 -15px;
		display: none;
		margin-top: 15px;
	}
	li.fv-item {
		float: none;
		width: 100%;
		text-align: center;
		border-bottom: 1px solid #f3f3f5;
	}
	li.fv-item:last-child {
		border-bottom: none;
	}
	.fv-item:after,
	.fv-item a:after {
		display: none;
	}
	.fv-item a span br {
		display: none;
	}
	span.fv-item-icon {
		font-size: 40px;
		margin: 0 0 5px;
	}
	button#fv-items-toggle {
		display: block;
	}
}

section.tc-cart-features {
    padding: 50px 0 0;
    text-align: center;
}
.tc-cart-features-col {
	margin: 40px -15px 0 -15px;
}
.tc-cart-feature {
    float: left;
    width: 50%;
    text-align: left;
    padding: 0 15px;
	margin: 0 0 25px;
}
.tc-cart-feature-heading {
    margin: 0 0 5px;
}
.tc-cart-feature:last-child {
	width: 100%;
}
.tc-cart-feature-icon {
    float: left;
    color: #25b46a;
    font-size: 50px;
    line-height: 1;
    width: 50px;
    margin: 0 12px 0 0;
}
.tc-cart-feature-heading h4 {
    line-height: 53px;
}
@media(max-width: 1023px) {
	.tc-cart-feature {
		float: none;
		width: 100%;
	}
	.tc-cart-feature br {
		display: none;
	}
	.tc-cart-feature-heading h4 {
		padding-top: 10px;
		line-height: 24px;
	}
}