.auto-container {
	position: static;
	max-width: 1200px;
	padding: 0px 15px;
	margin: 0 auto;
}

.schedule-section ul,
.schedule-section li {
	list-style: none;
	padding: 0;
}

.tabs-box {
	position: relative;
}

.tabs-box .tab {
	display: none;
}

.tabs-box .tab.active-tab {
	display: block;
}

.sec-title h2 {
	position: relative;
	display: inline-block;
	font-size: 40px;
	line-height: 1.2em;
	color: #3f4161;
	font-weight: 700;
	padding-bottom: 30px;
}

.schedule-section {
	position: relative;
	padding: 100px 0 70px;
	background-color: #fbfbfd;
	overflow: hidden;
}

.schedule-section.alternate2 {
	padding: 100px 0 100px;
}

.schedule-section .icon-circle-2 {
	left: -965px;
	bottom: 40px;
	opacity: .10;
}

.icon-circle-2 {
	height: 800px;
	width: 800px;
 }

.schedule-tabs {
	position: relative;
	padding-left: 230px;
	padding-right: 70px;
}

.schedule-tabs .btns-box {
	position: absolute;
	left: 0;
	top: 0;
}

.schedule-tabs .tab-buttons {
	position: relative;
}

.schedule-tabs .tab-btn {
	position: relative;
	height: 140px;
	width: 170px;
	padding: 25px 30px;
	margin-bottom: 40px;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-tabs .tab-btn .date {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.schedule-tabs .tab-btn .date span {
	display: block;
	font-size: 40px;
	line-height: 1em;
	color: #ffffff;
	font-weight: 700;
}

.schedule-tabs .tab-btn .day {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1.2em;
	color: #ffffff;
}

.schedule-tabs .tab-btn:before {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgb(255, 138, 1);
	background: -moz-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a01', endColorstr='#e1137b', GradientType=1);
	content: "";
	opacity: .50;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-tabs .tab-btn.active-btn:after,
.schedule-tabs .tab-btn.active-btn:before {
	opacity: .90;
}

.schedule-tabs .tab-btn:after {
	position: absolute;
	right: -10px;
	top: 50%;
	margin-top: -15px;
	content: "";
	height: 0;
	width: 0;
	opacity: 0;
	border-left: 10px solid rgba(225, 19, 123, 1);
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-tabs .tab-btn:nth-child(2):before {
	background: rgb(210, 0, 255);
	background: -moz-linear-gradient(45deg, rgba(210, 0, 255, 1) 0%, rgba(67, 19, 225, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(210, 0, 255, 1) 0%, rgba(67, 19, 225, 1) 100%);
	background: linear-gradient(45deg, rgba(210, 0, 255, 1) 0%, rgba(67, 19, 225, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d200ff', endColorstr='#4313e1', GradientType=1);
}

.schedule-tabs .tab-btn:nth-child(2):after {
	border-left: 10px solid rgba(67, 19, 225, 1);
}

.schedule-tabs .tab-btn:nth-child(3):before {
	background: rgb(0, 114, 255);
	background: -moz-linear-gradient(45deg, rgba(0, 114, 255, 1) 0%, rgba(14, 216, 204, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(0, 114, 255, 1) 0%, rgba(14, 216, 204, 1) 100%);
	background: linear-gradient(45deg, rgba(0, 114, 255, 1) 0%, rgba(14, 216, 204, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0072ff', endColorstr='#0ed8cc', GradientType=1);
}

.schedule-tabs .tab-btn:nth-child(3):after {
	border-left: 10px solid rgba(14, 216, 204, 1);
}

.schedule-tabs .tab-btn:nth-child(4):before {
	background: rgb(15, 204, 46);
	background: -moz-linear-gradient(45deg, rgba(15, 204, 46, 1) 0%, rgba(166, 216, 14, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(15, 204, 46, 1) 0%, rgba(166, 216, 14, 1) 100%);
	background: linear-gradient(45deg, rgba(15, 204, 46, 1) 0%, rgba(166, 216, 14, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0fcc2e', endColorstr='#a6d80e', GradientType=1);
}

.schedule-tabs .tab-btn:nth-child(4):after {
	border-left: 10px solid rgba(166, 216, 14, 1);
}

.schedule-tabs .tab-btn.active-btn {
	-webkit-box-shadow: 0 30px 50px rgba(236, 112, 33, .30);
	-ms-box-shadow: 0 30px 50px rgba(236, 112, 33, .30);
	box-shadow: 0 30px 50px rgba(236, 112, 33, .30);
}

.schedule-tabs .tab-btn:nth-child(4n + 2).active-btn {
	-webkit-box-shadow: 0 30px 50px rgb(210, 0, 255, .30);
	-ms-box-shadow: 0 30px 50px rgb(210, 0, 255, .30);
	box-shadow: 0 30px 50px rgb(210, 0, 255, .30);
}

.schedule-tabs .tab-btn:nth-child(4n + 3).active-btn {
	-webkit-box-shadow: 0 30px 50px rgb(0, 114, 255, .30);
	-ms-box-shadow: 0 30px 50px rgb(0, 114, 255, .30);
	box-shadow: 0 30px 50px rgb(0, 114, 255, .30);
}

.schedule-tabs .tab-btn:nth-child(4n + 4).active-btn {
	-webkit-box-shadow: 0 30px 50px rgb(15, 204, 46, .30);
	-ms-box-shadow: 0 30px 50px rgb(15, 204, 46, .30);
	box-shadow: 0 30px 50px rgb(15, 204, 46, .30);

}

.schedule-tabs .tabs-content {
	position: relative;
}

.schedule-block {
	position: relative;
	padding: 25px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
	-ms-box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
	box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-block .inner-box {
	position: relative;
	padding-left: 190px;
	min-height: 120px;
	padding-top: 5px;
}

.schedule-block.active {
	-webkit-box-shadow: 0 30px 50px rgba(14, 16, 48, .08);
	-ms-box-shadow: 0 30px 50px rgba(14, 16, 48, .08);
	box-shadow: 0 30px 50px rgba(14, 16, 48, .08);
	z-index: 1;
}

.schedule-block .inner-box .toggle-btn {
	position: absolute;
	right: 5px;
	top: -10px;
	background-color: transparent;
	font-size: 30px;
	line-height: 1em;
	color: #b1b8c4;
	font-weight: 400;
	border: none;
	cursor: pointer;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-block.active .toggle-btn {
	color: #e1137b;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.schedule-block .thumbs-box {
	position: absolute;
	left: 0;
	top: 0;
	height: 120px;
	width: 120px;
	font-size: 18px;
    font-weight: 600;
	display: flex;
    align-items: center;
    justify-content: center;
	background: #f7f7f7;
	border-radius: 4px;
}

.schedule-block .thumbs-box img {
	display: block;
	width: 100%;
}

.schedule-block .time {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #7f8897;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.schedule-block h4 {
	font-size: 26px;
	line-height: 1.2em;
	color: #bf202f;
	font-weight: 600;
	margin-bottom: 10px;
}

.schedule-block h4 a {
	color: #3f4161;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-block h4 a:hover {
	color: #e1137b;
}

.schedule-block .author-info {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #7f8897;
	font-weight: 400;
}

.schedule-block .author-info a {
	display: inline-block;
	color: #e1137b;
}

.schedule-block .lower-content {
	position: relative;
	margin-top: 35px;
	display: none;
}

.schedule-block .text {
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #7f8897;
	font-weight: 400;
	margin-bottom: 25px;
}

.schedule-block .info-list {
	position: relative;
}

.schedule-block .info-list li {
	position: relative;
	padding-left: 32px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e6e7f3;
}

.schedule-block .info-list li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 0;
}

.schedule-block .info-list strong {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #3f4161;
	font-weight: 500;
	text-transform: uppercase;
	margin-right: 10px;
}

.schedule-block .info-list .icon {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	line-height: 24px;
	color: #e1137b;
	font-weight: 400;
}

.schedule-block .info-list p {
	font-size: 16px;
	line-height: 30px;
	color: #7f8897;
	font-weight: 400;
	margin-top: 3px;
	margin-bottom: 0;
}

.schedule-timeline {
	position: relative;
	padding: 50px 70px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
	-ms-box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
	box-shadow: 0 4px 10px rgba(14, 16, 48, .05);
	margin-bottom: 30px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-timeline .inner-box {
	position: relative;
	padding-left: 160px;
}

.schedule-timeline .icon-box {
	position: absolute;
	left: -5px;
	top: 5px;
}

.schedule-timeline .icon-box .icon {
	font-size: 50px;
	line-height: 1em;
	color: #3f4161;
	font-weight: 400;
	background: rgb(255, 138, 1);
	background: -moz-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8a01', endColorstr='#e1137b', GradientType=1);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.schedule-timeline .time {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #7f8897;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.schedule-timeline h4 {
	font-size: 26px;
	line-height: 1.2em;
	color: #3f4161;
	font-weight: 500;
	margin-bottom: 15px;
}

.schedule-timeline h4 a {
	color: #3f4161;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-timeline h4 a:hover {
	color: #e1137b;
}

.artist-title {
    color: #c3a75a;
}

.artist-info span{
	display: block;
}

#tab-1 .schedule-block .thumbs-box{
	background: linear-gradient(45deg, rgba(255, 138, 1, 1) 0%, rgba(225, 19, 123, 1) 100%);
	color: #fff;
}
#tab-1 .schedule-block  {
	border: 1px solid #ffd0cd;
 }
#tab-2 .schedule-block .thumbs-box{
	background: linear-gradient(45deg, rgba(210, 0, 255, 1) 0%, rgba(67, 19, 225, 1) 100%);
	color: #fff;
}
#tab-2 .schedule-block  {
 	border: 1px solid #eed8ff;
}
#tab-3 .schedule-block .thumbs-box{
	background: linear-gradient(45deg, rgba(0, 114, 255, 1) 0%, rgba(14, 216, 204, 1) 100%);
	color: #fff;
}
#tab-3 .schedule-block  {
	border: 1px solid #c8f0ff;
}

.event-info {
    font-weight: 600;
}


/*  */


@media only screen and (max-width: 1023px) {

	.schedule-tabs .tab-btn:after {
		display: none;
	}

	.schedule-tabs {
		padding: 0;
	}

	.schedule-tabs .btns-box {
		position: relative;
	}

	.schedule-tabs .tab-btn {
		position: relative;
		float: left;
		width: 25%;
	}

	.schedule-block .inner-box {
		padding-left: 150px;
	}

	.schedule-timeline .inner-box {
		padding-left: 130px;
	}

}
@media only screen and (max-width: 767px) {
	.schedule-tabs .tab-buttons {
		margin-bottom: 50px;
	}

	.schedule-tabs .tab-btn {
		width: 50%;
		margin-bottom: 0;
	}

	.schedule-timeline .inner-box,
	.schedule-block .inner-box {
		padding-left: 0;
	}

	.schedule-timeline .icon-box,
	.schedule-block .thumbs-box {
		position: relative;
		margin-bottom: 30px;
	}

	.schedule-timeline {
		padding: 50px 50px;
	}


}
@media only screen and (max-width: 479px) {
	.schedule-tabs .tab-btn {
		width: 50%;
		padding: 25px 15px;
		text-align: center;
	}

}
