/* ---------------------------------------------------------------------- */
/*  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/concert-tickets-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;
}
.desc-text {
    float: right;
    width: 57%;
}
.desc-image {
    float: left;
    width: 43%;
    text-align: center;
}
.desc-text h2{
    font-size: 18px;
    font-weight: bold;
	margin-bottom: 0;
}
section.sell-online {
    padding: 50px 0;
}
h2{
	margin-bottom:20px;
}
.so-text {
    float: left;
	width: 68%;
}
.so-image {
    float: right;
    width: 30%;
}
section.management {
    padding: 50px 0;
    background: #f2f3f6;
}
.mt-text {
    float: right;
    width: 56%;
}
.mt-image {
    float: left;
	width: 44%;
}
.hiw-step {
    padding-left: 45px;
	margin-top: 30px;
}
.hiw-step h3 {
    font-size: 18px;
    font-weight: 700;
    position: relative;
}
.hiw-step h3:before {
    content:url("../png/check-26.png");
    position: absolute;
    left: -45px;
    top: 6px;
}
.hiw-steps {
    margin-top: 40px;
}
section.recieve-tickets {
    padding: 50px 0;
}
.rt-text {
    float: left;
    width: 59%;
}
.rt-image {
    float: right;
    width: 41%;
    text-align: center;
	margin-top: 35px;
}
section.management.mg2 {
    background: #fff;
}
p.midHeading {
    font-size: 26px;
    text-align: center;
    margin-top: 35px;
}
section.themes {
    padding: 40px 0;
    background: #f2f3f6;
    text-align: center;
}
.themes h2{
	margin-bottom:0;
}
.themes h3{
	margin-bottom:25px;
}
.themes-text {
    max-width: 585px;
    margin: auto;
}
.themes.themes2{
    background: #e5e6e7;
}
section.getstarted {
    padding: 50px 0;
	text-align: center;
}
.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;
}
@media(max-width: 1199px) {
	h2 br {
		display: none;
	}
	.padding30{
		padding-right:0px;
	}
	img{
		max-width:100%;
	}
	.global-hero h2 {
		font-size: 44px;
	}
	.desc-image {
		margin-top: 50px;
	}
	.mt-text {
		width: 54%;
	}
	.rt-text h2,
	.mt-text h2{
		font-size:38px;
	}
	.getstarted h2 {
		font-size: 30px;
	}
}
@media(max-width: 1023px) {
	.desc-text,.so-text,.mt-text,.rt-text {
		float: none;
		width: 100%;
	}
	.desc-image,.so-image,.mt-image,.rt-image {
		margin-top: 20px;
		float: none;
		width: 100%;
		text-align: center;
	}
}

@media(max-width:767px){
	.faq-answer {
		padding: 0 25px 30px 25px;
	}
	.global-hero {
		padding-top: 185px;
	}
	.rt-text h2, .mt-text h2,.sell-online h2 {
    font-size: 28px;
		text-align:left;
}
	.hiw-step {
    padding-left: 0;
}
	.hiw-step h3:before{
		display:none;
	}
	p.midHeading {
		font-size: 22px;
	}
	.themes h2 {
    margin-bottom: 10px;
}
	.getstarted h2 {
    font-size: 28px;
}
	section.faq-section h2 {
    font-size: 28px;
}
}
@media(max-width: 479px) {
	.global-hero h2 {
		font-size: 24px;
	}
}
