/* ---------------------------------------------------------------------- */
/*  Breadcrumbs
/* ---------------------------------------------------------------------- */
.breadcrumb {
	position: relative;
	width: 100%;
	text-align: right;
}
.breadcrumb.fixed {
	position: absolute;
}
.breadcrumb.fixed.totop {
	top: 95px;
	z-index: 1;
}
.breadcrumb ol{
	list-style-type:none;
	padding:0;
}
.breadcrumb ol li{
	list-style:none;
	display:inline-block;
}
.breadcrumb ol li:not(:last-child):after{
}
.breadcrumb ol li:not(:last-child):after{
	content:"/";
	margin:0 5px;
}
.breadcrumb, .breadcrumb a {
	color: #22ac60;
}
.breadcrumb.white, .breadcrumb.white a {
	color: #fff;
}


.global-hero {
	background-image:url("../jpg/yoga-studio-bg.jpg");
	padding-top: 235px;
	background-attachment: inherit;
}
.start-store {
	background-color: #fff;
	padding: 75px 0;
}
.navbar.nav-transparent:not(.nav-scrolled) {
    border-bottom: 1px solid #aaa5a7;
}
section.descripion {
    padding: 50px 0;
    background: #f3f3f3;
}

section.sell-online {
    padding: 50px 0;
}
h2{
	margin-bottom:20px;
}

section.management {
    padding: 50px 0;
}
.mt-text {
    float: left;
    width: 75%;
}
.mt-image {
    float: right;
	width: 20%;
}
.mt-image img{
	margin-top:-25px;
}
.mt-step h3{
    font-size: 18px;
    font-weight: bold;
    padding-left: 50px;
    position: relative;
	margin-bottom: 10px;
}
.mt-step h3 img{
    position: absolute;
    left: 0;
}
.mt-steps .mt-step:not(:last-child){
	margin-bottom:20px;
}
p.midHeading {
    font-size: 26px;
    text-align: center;
    margin-top: 35px;
}
section.getstarted {
    padding: 50px 0 100px;
	text-align: center;
	background: #f9f9fa;
}
.getstarted h2{
	font-size:37px;
}
section.faq-section {
    background-color: #f9f9fa;
    padding: 30px 0 100px;
}
section.faq-section h2 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 38px;
}
.plus-col-text a{
	color:#fff;
	text-decoration:underline;
}
.faqs {
	background-color: #fff;
	border: 1px solid #e7e8ec;
	border-radius: 4px;
}
.faq {
	border-bottom: 1px solid #e7e8ec;
}
.faq:last-child {
	border-bottom: none;
}
.faq-question {
    padding: 20px 40px 20px 25px;
    font-weight: bold;
    cursor: pointer;
	position: relative;
	-webkit-transition: height 250ms; /* Safari */
    transition: height 250ms;
}
.faq-answer {
    padding: 0 100px 30px 25px;
    text-align: justify;
	display: none;
	margin-top: 10px;
}
.faq-question:after {
    content: "+";
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    width: 18px;
    height: 18px;
    color: #fff;
    background-color: #2a2d32;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 16px;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
.faq.active .faq-question:after {
	 content: "-";
	 background-color: #27ae60;
}
.faq-question:hover:after {
	background-color: #27ae60;
}
.faq-question:hover {
	color: #27ae60;
}
.padding30{
	padding-right:30px;
}
section.software {
    padding: 50px 0;
    background: #f2f3f6;
}
.software-text {
    float: right;
    width: 65%;
}
.software-image {
    float: left;
    width: 35%;
	text-align: center;
}

.tools .tools-holder:not(:last-child) {
    padding-bottom: 35px;
    margin-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}
.ex-left {
    float: left;
    width: 14%;
    padding-top: 10px;
    text-align: center;
}
.tools-holder h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
}
.ex-right {
    float: right;
    width: 84%;
}
.ex-btn {
    margin-top: 30px;
}
.tools {
    margin-top: 50px;
}
section.sell {
    padding: 50px 0;
}
.sell-text {
    float: left;
    width: 63%;
}
.sell-image {
    float: right;
    width: 35%;
	margin-top: 90px;
}
.sell h3{
    margin: 30px 0;
    font-weight: 600;
}
.mt-btm-text {
    float: right;
    width: 66%;
	margin-top: 45px;
}
.sell-steps ul {
    padding-left: 0;
    float: left;
    width: 50%;
}
.sell-steps ul li {
    list-style: none;
    font-weight: bold;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
}
.sell-steps ul li:before {
    content: url("../png/check-small-2.png");
    position: absolute;
    top: 0;
    margin-right: 0;
    left: 0;
}
@media(max-width: 1199px) {
	h2 br {
		display: none;
	}
	.padding30{
		padding-right:0px;
	}
	img{
		max-width:100%;
	}
	.global-hero h2 {
		font-size: 44px;
	}
	.mt-text {
		width: 75%;
	}
	.mt-text h2,.sell-text h2{
		font-size:38px;
	}
	.sell-image {
		margin-top: 150px;
	}
	.mt-btm-text {
		margin-top: 20px;
	}
}
@media(max-width: 1023px) {
	.mt-text,.software-text,.sell-text,.mt-btm-text {
		float: none;
		width: 100%;
	}
	.mt-image,.software-image,.sell-image,.mt-btm-image {
		margin-top: 20px;
		float: none;
		width: 100%;
		text-align: center;
	}
	.mt-image img {
		margin-top: 0;
	}
	.sell-steps ul {
		padding-left: 0;
		float: none;
		width: 100%;
		margin: 0;
	}
}

@media(max-width:767px){
	.faq-answer {
		padding: 0 25px 30px 25px;
	}
	.global-hero {
		padding-top: 185px;
	}
	.mt-text h2,.sell-online h2 {
    font-size: 28px;
		text-align:left;
}
	p.midHeading {
		font-size: 22px;
	}
	.getstarted h2 {
		font-size: 28px;
	}
	section.faq-section h2 {
		font-size: 28px;
	}
	.mt-steps {
		margin-top: 25px;
	}
	.mt-step h3 {
		margin-bottom: 25px;
	}
	.mt-step h3 img {
		top: -5px;
	}
	.ex-right {
		float: none;
		width: 100%;
	}
	.ex-right h3{
		text-align: center;
	}
	.ex-left {
		float: none;
		width: 100%;
		padding-top: 10px;
		text-align: center;
		margin-bottom: 20px
	}
	.mt-text h2, .sell-text h2 {
		font-size: 28px;
	}
}
@media(max-width: 479px) {
	.global-hero h2 {
		font-size: 24px;
	}
}
