/* ---------------------------------------------------------------------- */
/*  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;
}
@media(max-width: 767px) {
	.breadcrumb {
		display: none !important;
	}
}

.global-hero {
	background-image:url(../jpg/auto-hero.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 235px;
    padding-bottom: 150px;
    background-attachment: initial;
}
.start-store {
	background-color: #fff;
	padding: 45px 0 45px;
}
section.start-store.startstore1{
	background:#f3f3f3;
}
.start-store-left {
	float: left;
	width: 43%;
}
.start-store-right {
	float: right;
	width: 50%;
}
.start-store-left h2 {
	font-size: 18px;
	font-weight: bold;
}
.start-store-left p {
	margin-bottom: 25px;
}
.startstore1 .start-store-right {
    float: left;
}
.startstore1 .start-store-left {
    float: right;
}
section.dropshippers {
    padding: 50px 0;
    background: #f2f3f6;
}
.dropshippers-right {
    float: left;
    width: 45%;
}
.dropshippers-left {
    float: right;
    width: 52%;
}
.dropshippers-right img{
	margin-top:-30px;
}
h2, p{
	margin-bottom:15px;
}
section.on-ebay {
    padding: 50px 0;
}
.ul-left {
    float: left;
    width: 35%;
}
.ul-right {
    float: right;
    width: 35%;
}
.ul-left p,.ul-right p{
	font-weight:bold;
	text-align: center;
}
.ebay-items li,.ebay-text li{
	list-style: none;
    position: relative;
    margin-bottom: 30px;
}
.ebay-items li:before,.ebay-text li:before {
    content:url(../png/check-22.png);
    position: absolute;
    left: -42px;
}
.ebay-items {
    margin: 40px 0;
}
.ebay-items ul{
	padding-left:100px;
}
.ebay-image {
    float: left;
    width: 50%;
}
.ebay-text p{
	font-weight:bold;
}
.ebay-text {
    float: left;
    width: 50%;
}
.localclear {
    margin-top: 45px;
}
section.profit {
    padding: 50px 0;
    background: #f2f3f6;
}
.profit-left {
    float: left;
    width: 68%;
}
.profit-right {
    float: right;
    width: 30%;
}
.profit-full {
    float: left;
    width: 100%;
}
section.sucess {
    padding: 50px 0;
}
.sucess h2{
	text-align:center;
	margin-bottom: 20px;
}
.sucess h3{
	text-align:center;
}
.story-image {
    background: #f2f3f6;
    padding: 30px;
    float: left;
    width: 31%;
    margin: 1.1%;
}
.sucess-stores {
    margin-top: 50px;
}
.sucess-story-btn {
    margin-top: 25px;
}
.story-image {
    background: #f2f3f6;
    padding: 30px;
    float: left;
    width: 31%;
    margin: 1.1%;
}
section.brother-auto {
    padding: 40px 0;
    background: #f2f3f6;
    text-align: center;
}
.brother-auto h3,.autostyle h3 {
    margin-bottom: 30px;
}
.brother-text,.autostyle-text {
    max-width: 585px;
    margin: auto;
}
section.autostyle {
    padding: 40px 0;
    background: #e5e6e7;
    text-align: center;
}
section.business-opportunites {
    padding: 50px 0;
}
.auto-image {
    float: left;
}
section.business-plan {
    padding: 50px 0 25px;
    background: #f2f3f6;
}
.details-num {
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    float: left;
    margin-right: 22px;
    margin-bottom: 10px;
    color: #22ac60;
    font-weight: 700;
    width: 30px;
    height: 30px;
    background: #fff;
    border: 1px solid #ccc;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-box-shadow: 0 0 10px 0px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 10px 0px rgba(0,0,0,.3);
    box-shadow: 0 0 10px 0px rgba(0,0,0,.3);
    margin-top: 0px;
}
.details-right {
    float: left;
    width: 90%;
}
.bp-details-ec {
    margin-bottom: 10px;
}
.business-plan h3{
	margin-bottom:45px;
}
section.get-started {
    padding: 50px 0;
}
.gs-left {
    float: left;
    width: 51%;
}
.gs-right {
    float: right;
    text-align: center;
}
.gs-left a.tc-btn-md {
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
}
section.faq-section {
    background-color: #f2f3f6;
    padding: 30px 0 80px;
	border-top: 1px solid #e7e8ec;
}
section.faq-section h2 {
	text-align: center;
	margin-bottom: 30px;
}
.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;
}

@media(max-width: 1199px) {
	h2 br {
		display: none;
	}
	.story-image img{
		max-width:100%;
	}
	.profit-right img{
		max-width:100%;
	}
	.brother-auto h2{
		font-size:35px;
	}
	.on-ebay h2{
		font-size:36px;
	}
	.dropshippers-right img {
		margin-top: 35px;
	}
	.start-store-right {
		margin-top: 50px;
	}
	.startstore1 .start-store-right {
		margin-top: 115px;
	}
}

@media(max-width: 1023px) {
	.start-store {
		padding: 40px 0;
	}
	.start-store-left {
		float: none;
		width: 100%;
		text-align: center;
	}
	.start-store-right {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}
	.start-store-right img {
		margin: 0 auto;
	}	
	.startstore1 .start-store-right {
		margin-top: 0;
	}
	.dropshippers-left {
		float: none;
		width: 100%;
	}
	.dropshippers-right {
		float: none;
		width: 100%;
		text-align: center;
	}
	.dropshippers-right img {
		margin: auto;
	}
	.ul-left {
		width: 48%;
	}
	.ul-right {
		width: 48%;
	}
	.ebay-text {
		float: none;
		width: 100%;
	}
	.ebay-image {
		float: none;
		width: 100%;
		text-align: center;
	}
	.auto-image {
		display: none;
	}
	.gs-left {
		float: none;
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	.gs-right {
		float: none;
		text-align: center;
	}
	.gs-right img{
		margin:auto;
	}
}
@media(max-width:767px){
	section.faq-section h2 {
    	font-size: 26px;
	}
	.faq-answer {
		padding: 0 25px 30px 25px;
	}
	img{
		max-width:100%;
	}
	.global-hero {
		padding-top: 145px;
		padding-bottom: 50px;
	}
	.startstore1 .start-store-left {
		float: none;
		text-align: left;
	}
	.start-store-left,.on-ebay p {
		text-align: left;
	}
	.on-ebay h2 {
		text-align: left;
	}
	.ul-left,.ul-right {
		width: 100%;
		float: none;
	}
	.ebay-items ul {
		padding-left: 40px;
	}
	.profit-left {
		width: 100%;
	}
	.profit-right {
		display: none;
	}
	.story-image {
		float: none;
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		text-align: center;
	}
	.details-num {
		float: none;
		margin: auto;
		margin-bottom: 10px;
	}
	.details-right {
		float: none;
		width: 100%;
		text-align: center;
	}
}
@media(max-width: 320px) {
	.global-hero h2 {
		font-size: 24px;
	}
	.sucess-story-btn .tc-btn-md{
		font-size:12px;
	}
	.sucess h2 {
		font-size: 25px;
	}
	.story-image {
		padding: 20px;
		float: left;
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
		text-align: center;
	}
	section.faq-section h2 {
		font-size: 22px;
	}
}
