
/**************************************
* jplist Panel Styles
**************************************/
.panel-top,
.panel-bottom {
	display: block;
	position: relative;
	margin-bottom: 25px;
	clear: both;
	
	border-bottom: 1px solid #ADADAD;
	padding-bottom: 15px;
	background-color: #D0CFCE;
}
.add-panel-border {
	border-top: 1px solid #000000;
}
.panel-bottom {
	border-top: 1px solid #ADADAD;
}
.no-cssgradients .jplist-panel button:hover {
    background: #f4f4f4;
}
.jplist-ios-button {
    display: none;
}
.jplist-panel {
    color: #27252a;
}
.jplist-panel button {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    background: #fff;
    background: -moz-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  #fff),  color-stop(100%,  #efefef));
    background: -webkit-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: -o-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: -ms-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: linear-gradient(to bottom,  #fff 0,  #efefef 100%);
    margin: 10px 10px 0 0;
}
.jplist-panel button:hover {
    color: #0381bb;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,  #fafafa 0,  #ededed 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  #fafafa),  color-stop(100%,  #ededed));
    background: -webkit-linear-gradient(top,  #fafafa 0,  #ededed 100%);
    background: -o-linear-gradient(top,  #fafafa 0,  #ededed 100%);
    background: -ms-linear-gradient(top,  #fafafa 0,  #ededed 100%);
    background: linear-gradient(to bottom,  #fafafa 0,  #ededed 100%);
}
.jplist-panel button.jplist-disabled {
    background: #e3e3e3;
    color: #6c6c6c;
    cursor: default;
}
.jplist-panel button.jplist-selected {
    color: #f03800;
}
.jplist-panel input[type="text"] {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    width: 150px;
    text-indent: 5px;
    background: #fff;
	font-size: 14px;
}
.jplist-panel input[type="checkbox"], .jplist-panel input[type="radio"] {
    float: left;
    display: inline-block;
    height: 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #27252a;
}
.jplist-panel label {
    float: left;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    color: #27252a;
    cursor: pointer;
}
.jplist-panel .text-filter-box {
    height: 30px;
    float: left;
    margin: 10px 10px 0 0;
}
.jplist-panel .text-filter-box .jplist-icon {
    background: #e8eff9;
}
.jplist-panel .text-filter-box .jplist-label {
    margin: 0;
    border-right: 0;
    background: #f1f1f1;
}
.jplist-panel .text-filter-box button {
    margin: 0;
    border-left: 0;
    padding: 0 10px;
}
.jplist-panel .jplist-group {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    margin: 10px 10px 0 0;
    padding: 0 0 0 5px;
    height: auto;
}
.jplist-panel .jplist-group input, .jplist-panel .jplist-group label {
    height: 28px;
    line-height: 30px;
}
.jplist-panel .jplist-group ul {
    list-style: none;
    padding: 0;
    margin: 0 0 0 10px;
    line-height: 28px;
}
.jplist-panel .jplist-group ul li {
    float: left;
    margin-right: 15px;
    overflow: hidden;
    height: 28px;
    line-height: 30px;
}
.jplist-empty {
    display: none;
}
.jplist-icon {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    display: inline-block;
    line-height: 30px;
    padding: 0 10px;
    border-right: 0;
}
.jplist-icon:hover {
    color: #0381bb;
}
.jplist-label {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    line-height: 30px;
    padding: 0 10px;
    margin: 10px 10px 0 0;
    background: #fff;
    background: -moz-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  #fff),  color-stop(100%,  #efefef));
    background: -webkit-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: -o-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: -ms-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: linear-gradient(to bottom,  #fff 0,  #efefef 100%);
	font-size: 14px;
}
.jplist-selected {
    color: #ca3f1a;
}

@media only screen and (max-width:600px) {
    .jplist-panel {
		display: none;
	}
	.jplist-ios-button {
		display: block;
		width: 100%;
		text-align: center;
		cursor: pointer;
		font-size: 15px;
		line-height: 30px;
		float: left;
		height: 30px;
		/*box-shadow: 0 0 1px #fff;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;*/
		box-sizing: border-box;
		border-bottom: 1px solid rgba(35,31,32,1.00);
		/*border-radius: 3px;*/
		text-shadow: 1px 1px 1px #fff;
		color: #27252a;
		/*background: #fff;
		background: -moz-linear-gradient(top,  #fff 0,  #efefef 100%);
		background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  #fff),  color-stop(100%,  #efefef));
		background: -webkit-linear-gradient(top,  #fff 0,  #efefef 100%);
		background: -o-linear-gradient(top,  #fff 0,  #efefef 100%);
		background: -ms-linear-gradient(top,  #fff 0,  #efefef 100%);
		background: linear-gradient(to bottom,  #fff 0,  #efefef 100%);*/
		
		margin-top:10px;
	}
	.jplist-ios-button:hover {
		/*background: #f2f2f2;
		background: -moz-linear-gradient(top,  #fafafa 0,  #ededed 100%);
		background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  #fafafa),  color-stop(100%,  #ededed));
		background: -webkit-linear-gradient(top,  #fafafa 0,  #ededed 100%);
		background: -o-linear-gradient(top,  #fafafa 0,  #ededed 100%);
		background: -ms-linear-gradient(top,  #fafafa 0,  #ededed 100%);
		background: linear-gradient(to bottom,  #fafafa 0,  #ededed 100%);*/
	}
	.jplist-ios-show {
		display: block;
	}
}
.jplist-drop-down {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    width: 130px;
    background: #fff;
    background: -moz-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: -webkit-gradient(linear,  left top,  left bottom,  color-stop(0,  #fff),  color-stop(100%,  #efefef));
    background: -webkit-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: -o-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: -ms-linear-gradient(top,  #fff 0,  #efefef 100%);
    background: linear-gradient(to bottom,  #fff 0,  #efefef 100%);
    margin: 10px 10px 0 0;
	font-size: 14px;
}

.jplist-drop-down .jplist-dd-panel {
    float: left;
    width: 130px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-indent: 10px;
    cursor: pointer;
}

.jplist-drop-down .jplist-dd-panel:after {
    content: '\25BC';
    color: #111;
    display: inline-block;
    float: right;
    margin: 0 10px;
}
.jplist-drop-down ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 0 0 3px 3px;
    position: relative;
    top: 0;
    z-index: 1000;
    width: 128px;
    display: none;
    overflow: hidden;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 0;
    box-shadow: 0 3px 6px #bbb;
	font-size: 14px;
}
.type-filter,
.type-filter .jplist-dd-panel,
.type-filter ul {
    width: 210px;
}

.genre-filter,
.genre-filter .jplist-dd-panel,
.genre-filter ul {
    width: 190px;
}

.jplist-drop-down ul li {
    width: 100%;
    float: left;
    height: 30px;
    line-height: 30px;
    text-indent: 10px;
    cursor: pointer;
}


.jplist-drop-down ul li:hover {
    background-color: #ececec;
}
.jplist-drop-down:hover .jplist-dd-panel {
    color: #0381bb;
}
.jplist-drop-down:hover .jplist-dd-panel:after {
    color: #0381bb;
}
.jplist-panel .jplist-pagination {
    cursor: pointer;
    float: left;
    line-height: 30px;
}
.jplist-panel .jplist-pagination button {
    display: inline-block;
    color: #0381bb;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}
.jplist-panel .jplist-pagination .jplist-current {
    font-weight: bold;
    color: #f03800;
}
.jplist-panel .jplist-pagination .jplist-pagingprev, .jplist-panel .jplist-pagination .jplist-pagingmid, .jplist-panel .jplist-pagination .jplist-pagingnext {
    float: left;
}
.jplist-panel .jplist-pagination .jplist-pagingprev button, .jplist-panel .jplist-pagination .jplist-pagingnext button {
    font-size: 20px;
    font-family: "Courier New", Courier, monospace;
}
.jplist-one-page {
    display: none;
}
.jplist-reset-btn {
    width: 75px;
}
.radio-filters {
    float: left;
    margin: 5px 15px 0 0;
}
.radio-filters input {
    vertical-align: baseline;
}
.radio-filters label {
    margin-right: 10px;
}
.radio {
    float: left;
}
.jplist-select {
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #F8F8F8;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    /*text-shadow: 1px 1px 1px #fff;*/
    color: #27252a;
    float: left;
    margin: 10px 10px 0 0;
    padding: 5px;
	font-size: 14px;
}

.jplist-select option .secected {
    background: #ECECEC;
}
.jplist-range-slider {
    float: left;
    margin-top: 15px;
}
.jplist-range-slider .value {
    float: left;
    margin: 0 15px;
    font-size: 12px;
}
.jplist-range-slider .ui-slider {
    float: left;
    width: 130px;
}
.ui-slider {
    margin-top: 5px;
}
.jplist-date-picker-range {
    float: left;
    margin-top: 10px;
}
.jplist-date-picker-range .gap {
    float: left;
    display: block;
    margin-right: 5px;
}
.date-picker {
    float: left;
    border: 1px solid #dbdbdb;
    margin-right: 5px;
    width: 100px;
}
.jplist-panel .jplist-views {
    float: left;
}
.jplist-panel .jplist-views .jplist-view {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    cursor: pointer;
    width: 32px;
}


.go-right {
	float:right!important;
}


.jplist-panel .jplist-views {
    float: left;
}
.jplist-panel .jplist-views .jplist-view {
    float: left;
    height: 30px;
    box-shadow: 0 0 1px #fff;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #fff;
    color: #27252a;
    cursor: pointer;
    width: 30px;
}
.jplist-panel .jplist-views .jplist-list-view { background: url('icons/list-btn.png') no-repeat 50% 50%}
/*.jplist-panel .jplist-views .jplist-grid-view { background: url('icons/grid-btn-disabled.png') no-repeat 50% 50%}*/
.jplist-panel .jplist-views .jplist-thumbs-view { background: url('icons/grid-btn-disabled.png') no-repeat 50% 50%}
.jplist-grid-view .jplist-panel .jplist-views .jplist-list-view { background: url('icons/list-btn-disabled.png') no-repeat 50% 50%}
/*.jplist-grid-view .jplist-panel .jplist-views .jplist-grid-view { background: url('icons/grid-btn.png') no-repeat 50% 50%}*/
.jplist-grid-view .jplist-panel .jplist-views .jplist-thumbs-view { background: url('icons/grid-btn-disabled.png') no-repeat 50% 50%}
.jplist-thumbs-view .jplist-panel .jplist-views .jplist-list-view { background: url('icons/list-btn-disabled.png') no-repeat 50% 50%}
/*.jplist-thumbs-view .jplist-panel .jplist-views .jplist-grid-view { background: url('icons/grid-btn-disabled.png') no-repeat 50% 50%}*/
.jplist-thumbs-view .jplist-panel .jplist-views .jplist-thumbs-view { background: url('icons/grid-btn.png') no-repeat 50% 50%}



/**************************************
* jplist-list-view
**************************************/
.list > div.col-sm-4 {
	width: 100%;
}
.feature-wrap {
	margin: 10px 0;
	padding-bottom: 20px;
	display: block;
	float: left;
	width: 100%;
	max-width: none;
	position: relative;
	border-bottom: 1px solid #C0C0C0;
}
.list-item:first-child {
	padding-top: 20px;
	border-top: 1px solid #C0C0C0;
}

.feature-wrap img {
    float: left;
	width: 20%;
}

.feature-overlay {
	position: relative;
	display:block;
	float: left;
	width: 80%;
	background-color: transparent;
	font-family: "LLBrownWeb-light",sans-serif,Arial;
	font-size: 13px;
	line-height: 120%;
	padding: 0px 10px 0px 0;
	height:auto;
	bottom: inherit;
    color: inherit;
}
.feature-overlay div.listdate {
	display:none;
}

.feature-overlay > div.title {
	font-family: "LLBrownWeb-regular",sans-serif,Arial;
	font-size: 24px;
	line-height: 110%;
}

.feature-overlay .SLN,
.feature-overlay .SLI,
.feature-overlay .SRN,
.feature-overlay .SBN,
.feature-overlay .SBI {
	font-size:16px;
}

.feature-overlay .LLN,
.feature-overlay .LLI,
.feature-overlay .LRN,
.feature-overlay .LBN,
.feature-overlay .LBI {
	font-size:30px;
	line-height: 115%;
}
.feature-overlay > div.location {
	margin-top: 10px;
	font-family: "LLBrownWeb-regular",sans-serif,Arial;
	font-size: 16px;
	color: #008DA8;
}

@media (min-width: 992px){
	
	.feature-overlay .SLN,
	.feature-overlay .SLI,
	.feature-overlay .SRN,
	.feature-overlay .SBN,
	.feature-overlay .SBI {
		font-size:16px;
	}
	
	.feature-overlay .LLN,
	.feature-overlay .LLI,
	.feature-overlay .LRN,
	.feature-overlay .LBN,
	.feature-overlay .LBI {
		font-size:30px;
		line-height: 115%;
	}
	
	.feature-overlay div.listdate {
		width: 25%;
		font-size:15px;
	}
	.feature-overlay div.listdate span {
		font-size:32px;
	}
	.feature-overlay div.listdate span span {
		font-size:18px;
	}
	.feature-overlay > div.title,
	.feature-overlay > div.location {
		padding-left: 20%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	
	.feature-overlay .SLN,
	.feature-overlay .SLI,
	.feature-overlay .SRN,
	.feature-overlay .SBN,
	.feature-overlay .SBI {
		font-size:16px;
	}
	
	.feature-overlay .LLN,
	.feature-overlay .LLI,
	.feature-overlay .LRN,
	.feature-overlay .LBN,
	.feature-overlay .LBI {
		font-size:26px;
		line-height: 110%;
	}
	
	.feature-overlay div.listdate {
		width: 25%;
		font-size:15px;
	}
	.feature-overlay div.listdate span {
		font-size:32px;
	}
	.feature-overlay div.listdate span span {
		font-size:18px;
	}
	.feature-overlay > div.title,
	.feature-overlay > div.location {
		padding-left: 20%;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	
	.feature-overlay .SLN,
	.feature-overlay .SLI,
	.feature-overlay .SRN,
	.feature-overlay .SBN,
	.feature-overlay .SBI {
		font-size:18px;
	}
	
	.feature-overlay .LLN,
	.feature-overlay .LLI,
	.feature-overlay .LRN,
	.feature-overlay .LBN,
	.feature-overlay .LBI {
		font-size:26px;
		line-height: 115%;
	}
	.feature-overlay div.listdate {
		font-size:13px;
	}
	.feature-overlay div.listdate span {
		font-size:23px;
	}
	.feature-overlay div.listdate span span {
		font-size:16px;
	}
	
	
}
@media (min-width: 481px) {
	.feature-overlay div.listdate {
		font-family:'LLBrownWeb-Bold', sans-serif, Arial;
		font-size: 16px;
		display:block;
		float:left;
		width: 25%;
		text-align: left;
		padding-top: 15px;
		text-transform:uppercase;
		line-height: 120%;
	}
	.feature-overlay div.listdate span {
		display:block;
		letter-spacing: -2px;
	}
	.feature-overlay div.listdate span span {
		display:block;
		letter-spacing: normal;
		font-family:'LLBrownWeb-Light', sans-serif, Arial;
		margin-top: 5px;
	}
	.feature-overlay div.featuredate {
		display:none;
	}
	.feature-overlay > div.title,
	.feature-overlay > div.location {
		padding-left: 25%;
	}
	

}
@media (max-width: 480px) {
	
	.feature-overlay .SLN,
	.feature-overlay .SLI,
	.feature-overlay .SRN,
	.feature-overlay .SBN,
	.feature-overlay .SBI {
		font-size:14px;
	}
	
	.feature-overlay .LLN,
	.feature-overlay .LLI,
	.feature-overlay .LRN,
	.feature-overlay .LBN,
	.feature-overlay .LBI {
		font-size:17px;
		line-height: 115%;
	}

	.feature-overlay {
		padding: 0px 10px 0px 0;
	}
	
}


/*Cancelled evens*/

.noshow .feature-wrap img {
    opacity: 0.4;
    filter: alpha(opacity=40);  /*For IE8 and earlier */
}

.noshow .feature-overlay,
.noshow .feature-overlay > div.location {
	color: rgba(0, 0, 0, .3) !important;
}

.cancelled_text {
	font-family: "LLBrownWeb-light",sans-serif,Arial;
	font-size: 16px;
    color: #990000;
	line-height: 17px;
	text-align:center;
}




/**************************************
* jplist-thumbs-view
**************************************/
.jplist-thumbs-view .list > div.col-sm-4 {
	width: 100%;
	
}
@media (min-width: 992px) {
	.jplist-thumbs-view .list > div.col-sm-4 {
		width: 33.333%;
		
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.jplist-thumbs-view .list > div.col-sm-4 {
		width: 50%;
		
	}
}

.jplist-thumbs-view .feature-wrap {
    margin:  0 auto 25px auto;
    max-width: 360px;
    position: relative;
	padding-bottom: 0;
	/*display: inherit;*/
	float: inherit;
	width: 100%;
	border-bottom: none;
}

.jplist-thumbs-view .feature-wrap img {
	width: 100%;
	max-width:360px;
	float:none;
}

.jplist-thumbs-view .feature-overlay {
	background-color: rgba(0, 0, 0, 0.6);
	font-family: "LLBrownWeb-light",sans-serif,Arial;
	font-size: 13px;
	line-height: 120%;
	height:auto;
	padding: 5px 10px;
	
	bottom: 0;
    color: #ffffff;
	position: absolute;
	display:inherit;
	float:inherit;
	width: 100%;
	
}
.jplist-thumbs-view .feature-overlay > div.featuredate {
	display:block;
	font-size: 16px;
	font-family: "LLBrownWeb-regular",sans-serif,Arial;
	padding-bottom: 5px;
}
.jplist-thumbs-view .feature-overlay > div.title {
	font-family: "LLBrownWeb-regular",sans-serif,Arial;
	font-size: 14px;
	line-height:inherit;
	padding-left:0;
}

/*Font size*/
.jplist-thumbs-view .feature-overlay .SLN,
.jplist-thumbs-view .feature-overlay .SLI,
.jplist-thumbs-view .feature-overlay .SRN,
.jplist-thumbs-view .feature-overlay .SBN,
.jplist-thumbs-view .feature-overlay .SBI {
	font-size:13px;
}

.jplist-thumbs-view .feature-overlay .LLN,
.jplist-thumbs-view .feature-overlay .LLI,
.jplist-thumbs-view .feature-overlay .LRN,
.jplist-thumbs-view .feature-overlay .LBN,
.jplist-thumbs-view .feature-overlay .LBI {
	font-size:16px;
	line-height: 115%;
}
.jplist-thumbs-view .feature-overlay .location {
	text-align:right;
	color: #ffffff;
    font-family: "LLBrownWeb-light",sans-serif,Arial;
    font-size: 14px;
    margin-top: 5px;
}
.jplist-thumbs-view .feature-overlay .options {
	display:none;
}



.jplist-thumbs-view .feature-overlay div.listdate {
	display:none;
}



/*Cancelled evens*/

.jplist-thumbs-view .noshow .feature-wrap img
 {
	opacity: 0.4;
    filter: alpha(opacity=40);  /*For IE8 and earlier */
}


.jplist-thumbs-view .noshow .feature-overlay
{
	background-color: rgba(0, 0, 0, 0.3);
	color: rgba(255, 255, 255, .4) !important;
	bottom: 15px;
}


.jplist-thumbs-view .cancelled_text {
	background-color: rgba(205,205,203,1.00);
	font-family: "LLBrownWeb-light",sans-serif,Arial;
	font-size: 15px;
	line-height: 120%;
	height: auto;
	padding: 5px 10px;
	bottom: 0;
	color: rgba(153, 0, 0, 1);
	position: absolute;
	display: inherit;
	float: inherit;
	width: 100%;
	line-height: 17px;
	text-align: center;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

.jplist-thumbs-view .feature-overlay .cancelled_text strong {
	font-size: 16px;
}





/**************************************
* Set Widths
**************************************/


@media (min-width: 1200px) {
	.list {
		width: 80%;
		margin-left:auto;
		margin-right:auto;
	}
	.jplist-thumbs-view .list {
		width: 100%;
		margin-left:auto;
		margin-right:auto;
	}
	
}
@media (max-width: 767px) {
	.list > div.col-sm-4 {
		padding-left: 0!important;
		padding-right: 0!important;
	}
}

/**************************************
* general
**************************************/

.jplist-star-rating-outer {
    position: relative;
    float: left;
    height: 18px;
    line-height: 18px;
    font-family: 'FontAwesome';
    font-size: 18px;
    cursor: pointer;
    transition: all 1s ease 0s;
    margin-bottom: 20px;
}
.jplist-star-rating-outer:before {
    content: attr(data-content);
    font-family: 'FontAwesome';
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
    color: #fec601;
}
.jplist-star-rating-inner {
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 0;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s ease 0s;
}
.jplist-star-rating-inner:before {
    content: attr(data-content);
    color: #fec601;
    font-family: 'FontAwesome';
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    white-space: nowrap;
}
.jplist-reviews {
    line-height: 21px;
    margin-left: 10px;
    float: left;
}
.jplist-hidden {
    display: none;
}

.jplist-sticky {
    position: fixed;
    width: 100%;
    /*left: 0;*/
    top: 0;
    z-index: 1000;
    background: #f1f1f1;
    padding-bottom: 5px;
}







/*.demo-tbl {
    background: #fff;
    width: 100%;
    float: left;
    border-collapse: collapse;
    border-right: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    margin: 30px 0;
}
.demo-tbl td, .demo-tbl th {
    border-left: 1px solid #dbdbdb;
    border-top: 1px solid #dbdbdb;
    vertical-align: top;
    padding: 15px;
}
.demo-tbl p {
    margin: 0;
    padding: 0 15px 5px 0;
}
.demo-tbl .odd {
    background: #e8eff9;
}
.demo-tbl .even {
    background: #f4f4f4;
}
.double-sort .list {
    float: left;
    width: 100%;
    padding: 1.25em 0;
}
.double-sort .list .list-item {
    float: left;
    width: 96%;
    margin: 0 2% 1em 2%;
    clear: both;
}
.subject {
    font-family: verdana;
    font-size: 14px;
    line-height: 24px;
    color: #444;
}
.course {
    font-family: verdana;
    font-size: 12px;
    line-height: 24px;
    color: #8e3d3d;
}

.sticky-demo .panel>.center {
    max-width: 100%;
	}
.sticky-demo .jplist-sticky>.center {
    max-width: 95%;
	}
*/