html {
	background: #f8f8f8 !important;
}

body {
/*	background: #efb1a8 !important;
	color: #161616;*/
}

header {
	border-bottom: 1px solid #000000;
	padding: 1.5em 0;
}

header .header-banner img {
	max-height: 40px;
}

.session_time_txt {
	display: none;
}

header .timer {
	/*background-color: #f8f8f8;*/
}

.calendar-session-list {
	width: 100%;
}

h4 {
	width: 100%;
	color: #000000 important!;
}

.calendar .jflatTimeline .month-year-bar, .radio.checked {
	background-color: #161616;
	color: #FFF;
}

.o-bg {
	/*background-color: #161616;*/
}

.calendar .jflatTimeline .dates-bar a.prev, .calendar .jflatTimeline .dates-bar a.next {
	background-color: #1c3326;
	color: #FFF;
}

.event-listing.tiled {
    padding: 0 12px 2.5em;
}

.o-txt {
	color: #161616;
}

.calendar-session-list li:hover, .calendar-session-list .selected {
	border-left-color: #161616;
}

footer {
	border-top: 1px solid #000000;
}


.tkt-type, .login-block form, .o-brdr, .checkbox:hover, .checkbox.checked, input:focus, select:focus, input.hval, select.hval, textarea:focus, textarea.hval, .radio.checked {
	border-width: 1px !important;
}

input, button, .checkbox, .radio, select, textarea {
	border-width: 1px !important;
	border-bottom: 1px solid #000000;
    color: #FFFFFF;
	padding: 0em 0.625em 9px 0px;
}

.o-svg, nav.process li a:hover svg {
	fill: #161616 !important;
}

.cart .tkt-type h3 {
	font-size:1em;
}

.event-listing.tiled {
	min-height: 0;
}

.btn, .select-tickets-block .stb-cart a {
	border: 1px solid #161616;
	background-color: transparent;
	color: #161616;
	text-transform: capitalize;
}

.btn:hover, .select-tickets-block .stb-cart a:hover {
	background-color: #161616;
	color: #FFF;
	opacity: 1;
}

footer {
	background-color: #f8f8f8;
    padding: 7px 0;
    text-align: center;
}

.banner2 > div {
	background-image: url('banner.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 200px;
	height: 200px;
	width: 100%;
	max-width: 1600px;
	margin: 36px auto 33px;
}

.event-listing.tiled .btn {
	background: #efb1a8;
}

.event-listing.tiled > .row > article {
	background: #ffffff;
}

@media handheld, only screen and (max-width: 47.9375em) {
	
	body {
		padding-top: 5.5em;
	}
	
	header {
		height: 5.5em;
	}
	
	.header-banner > * {
		text-align: left;
	}
	
	header .header-banner img {
		max-height: 35px;
	}
	
}

.event-listing.tiled .btn {
	right:auto;
	left: 32px;
}

.session-item-block {
	border: 1px solid #000000;
	cursor:pointer;
	padding: 1.5em;
}

.session-item-block:hover {
	background-color: #f1f1f1;
	color:#000000;
}

.event-listing.tiled > .row {
	display: flex;
	padding-bottom: 30px;
	justify-content: center;
}

.event-listing.tiled > .row > article {
	flex: 0 0 350px;
	margin-right: 10px;
	height: 100%;
	border: 1px solid #000000;
	margin-bottom: 10px;
}

.inner > figure {
	max-width: 300px;
	width: 85%;
	margin: 0 auto;
	margin-top: 25px;
}

.event-listing.tiled .inner {
	background-color: transparent;
}

.event-listing.tiled .btn {
	margin-bottom: 10px;
}

.select-session-block > ul li {
    height: 155px;
    float: left;
    width: 46%;
    margin-top: 31px;
    margin-bottom: 20px;
}

.select-session-block {
	    margin-top: -48px;
}

@media screen and (max-width: 1220px) {
	.select-session-block > ul li {
		width: 50%;
	}

	.select-session-block {
		margin-top: -31px;
	}

	.select-session-block > ul li > div, .stb-selection-selected {
    	width: 90%;
    	margin-top: -3px;
	}
	
}

@media screen and (max-width: 768px) {
	.select-session-block > ul li {
    	width: 48%;
    	margin-right: 2%;
	}

	.select-session-block > ul li {
    	height: 260px;
	}
}

@media screen and (max-width: 550px) {
	 .select-session-block > ul li {
    	height: auto;
	}

	.select-session-block > ul li {
    	width: 100%;
		margin: 0;
    	margin-bottom: 5%;
	}
}

.select-session-block > ul li > div {
    float: left;
    min-width: 86%;
    margin-right: 10px;
    min-height: 162px;
    text-align: center;
}

.session-item-block div:nth-child(3) {
	font-weight: 800;
}

.details-block .row:before {
    height: 0px;
   /* width: 100%;
    max-width: 1600px;*/
    margin: 30px auto;
  /*  background-color: #efb1a8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 80%;*/
}


.details-feature-img + .details-block .row:before {
    background-image: unset;
    height: unset;
    width: unset;
    max-width: unset;
    margin: 0;
    background-color: unset;
    background-position: unset;
    background-repeat: unset;
	display: none;
}

.details-block .row, .cart .row, .topnav .row {
    background-color: rgba(101, 101, 101, 0.77);
}


.session-item-block {
	width: 31.8%;
	background: white;
	color: black;
}

.about-event-block.twelvecol.np {
	display: inline-block;
}


.black {
	background-color:#000000 !important;
	color: white;
}

.black:hover {
	color: white;
}

.stb-selection-selected {
	width:100%;
	margin-top: 30px;
    padding-top: 30px;
}

.select-session-block > ul li > div:active {
	background:black;
	color:white;
}

.event-listing.tiled .el-content {
    text-align: center;
}

.event-listing.tiled .btn {
    right: 0;
    left: 0;
    width: 155px;
    margin: 10px auto;
}

#seatmap_div > .seat-plan.tkt-type22.o-brdr > .seat-plan-text > a {
	border: none;
}

@media handheld, only screen and (max-width: 47.9375em) {
	.about-event-block > div {
		text-align: center;
	}

	.select-session-block > ul li > div, .stb-selection-selected {
		width:100%;
		text-align: center;
	}	

	.event-listing.tiled .el-content {
		margin: auto;
		width: 100%;
	}

	.event-listing.tiled > .row {
		display: block;
	}

	.row > article {
		flex: none;
	}

	.event-listing.tiled .el-content > form {
		position: absolute;
	    left: 0;
	    right: 0;
	    margin: 19px auto 0 !important;
	}

	.event-listing.tiled article {
		margin-bottom: 10px;
		margin-right: 0;
	}
}

@media screen and (max-width: 1073px) {

	.select-session-block {
    	margin-top: -13px;
	}

}

@media handheld, only screen and (max-width: 72.5em) {
	.event-listing.tiled .el-content > form {
		margin-top: 0em; 
	}
}

@media screen and (max-width: 824px) {
	.select-session-block {
		margin-top: 0;
    padding-top: 5px;
	}
}

@media handheld, only screen and (min-width: 48em) {
.eightcol.stb-selection {
    padding-right: 0em;
}
}

@media handheld, only screen and (max-width: 47.9375em) {
.about-event-block > .eightcol:after, .about-event-block > .eightcol:before {
    display: none;
}
}


.tkt-type button svg *,
.tkt-type button svg * {
   transition: 0.2s all;
}

.tkt-type button svg:hover *,
.tkt-type button:hover svg * {
    fill: white;
}

.event-listing .el-btm-msg {
    left: -17px;
    bottom: -17px;
    border: 1px solid black;
    padding: 12px 14px;
    font-size: 16px;
}

.event-listing.tiled .btn {
    right: -17px;
    bottom: -17px;
    left: unset;
    width: 143px;
    margin: unset;
}

@media handheld, only screen and (max-width: 72.5em) {
	.event-listing .el-btm-msg {
	    position: absolute;
	    width: auto;
	    text-align: center;
	}
}

@media handheld, only screen and (max-width: 47.9375em) {
	.el-btm-msg,
	.el-btm-msg + .btn {
		position: static !important;
		display: inline-block !important;
	}

	.event-listing.tiled .el-content {
	    padding: 10px 1.5em 70px 1.5em;
	}
}

ul{
	list-style: disc;
	list-style-position: inside;
}