/* Basic Tags Correction */
body div.entry-content {
	color: #333;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	cursor: default;
	font-size: 13px;
	line-height: 1.3125rem;
	padding-bottom: 20px;
	height: auto;
}
*, *::before, *::after {
	box-sizing: border-box;
}
div.entry-content *, div.entry-content *::before, div.entry-content *::after {
	box-sizing: border-box;
}
.reveal *, .reveal *::before, .reveal *::after {
	box-sizing: border-box;
}
div.entry-content a {
	color: #333;
	text-decoration: none;
	transition: none;
	font-weight: normal;
}
div.entry-content a:hover, div.entry-content a:focus {
	color: #404040;
	text-decoration: none;
}
div.entry-content h1, div.entry-content h2, div.entry-content h3, div.entry-content h4, div.entry-content h5, div.entry-content h6 {
	font-family: "Neuron-Light", sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #222;
	text-rendering: auto;
	margin-top: 0.375rem;
	margin-bottom: 0.625rem;
	line-height: 1.4;
	padding: 0;
	letter-spacing: 0;
	background: none;
	text-align: left;
	background: none;
}
div.entry-content h1 {
	font-family: "Neuron-ExtraLight", sans-serif;
	font-size: 40px;
}
div.entry-content .siteTitle h1 {
	margin: 0;
}
div.entry-content h1, div.entry-content h1 a {
	color: #888;
}
div.entry-content .programInfo h1 {
	color: #222;
	line-height: 1.14em;
	margin-top: 0;
	margin-bottom: 0.2em;
}
div.entry-content h2 {
	font-family: "Neuron-Bold", sans-serif;
	font-size: 1.38462em;
}
div.entry-content .programBoxesContainer .programBoxes .programBox .infoContent h2 {
	color: #222;
	margin: 8px 0;
	line-height: 22px;
}
div.entry-content .programBoxesContainer.programList .programBoxes .programBox .infoContent .generalInfo h2 {
	margin-top: 0;
	margin-bottom: 5px;
}
div.entry-content h3 {
	font-size: 1.23077em;
}
div.entry-content h4 {
	font-family: "Neuron-Light", sans-serif;
	font-size: 1.53846em;
	text-transform: uppercase;
}
div.entry-content .h4Title h4 {
	padding-right: 0.4em;
}
div.entry-content h5, div.entry-content h6 {
	font-size: 1.23077em;
}
div.entry-content p {
	font-size: 1em;
	line-height: 18px;
	margin-top: 0;
	margin-bottom: 1.53846em;
	color: #333;
	padding: 0;
	font-weight: normal;
}
div.entry-content hr {
	border: 0;
	border-top: 1px solid #ECECEC;
	margin: 1.53846em 0 1.46154em;
}
div.entry-content .autocompleteRow hr {
	border-color: #DBDBDB;
	margin: 0.5625rem 0;
}
div.entry-content .h4Title .lineHolder hr {
	margin: 0;
}
div.entry-content .wrapper hr {
	border-color: #DCDCDC;
	margin-top: 0;
}
div.entry-content .wrapper.yellow hr {
	border-color: #FCEA9A;
	margin: 1.15385em -0.38462em;
}
div.entry-content label {
	font-size: 1em;
	color: #4D4D4D;
	display: block;
	margin-bottom: 0.23077em;
}
div.entry-content label.inline {
	margin: 0 0 1.11538em;
	padding: 0.71154em 0;
}
@media only screen and (max-width: 767px) {
div.entry-content label.inline {
	margin-bottom: 0;
}
}
div.entry-content ul {
	padding: 0;
}
div.entry-content ul, div.entry-content ol, div.entry-content dl {
    margin-left: 0;
	font-size: 1em;
	list-style-position: outside;
}
div.entry-content ul.inline-list {
	margin: 0 auto 1.30769em auto;
}
div.entry-content .bottom ul li {
	line-height: 30px;
}
div.entry-content img {
	vertical-align: middle;
	max-width: 100%;
}
div.entry-content form {
	margin: 0;
	padding: 0;
	float: none;
}
div.entry-content fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
div.entry-content input[type="text"], div.entry-content input[type="password"], div.entry-content input[type="email"], div.entry-content input[type="number"], div.entry-content textarea {
	background-color: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	color: #888;
	margin: 0 0 14px;
	padding: 7px;
	height: 33px;
	width: 100%;
	border-radius: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
	float: none;
	min-width: unset;
	box-sizing: border-box;
	transition: box-shadow 0.2s ease 0s, border-color 0.2s ease-in-out 0s;
}
div.entry-content input[readonly], div.entry-content select[readonly], div.entry-content textarea[readonly] {
	cursor: default;
}
div.entry-content select {
    border: 1px solid #CCC;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    color: #888;
    margin: 0 0 14px;
	padding: 4px 8px;
	padding-right: 24px !important;
	height: 33px;
	border-radius: 0;
	font-family: Arial, sans-serif;
	font-size: 13px;
}

/* Frequent Classes Correction */
div.entry-content .row {
	max-width: none;
	margin: 0 auto;
	display: block;
}
div.entry-content .row .row {
	width: auto;
	margin: 0 -1.15385em;
}
div.entry-content .row .row.collapse {
	margin: 0;
}
div.entry-content form .row .row {
	margin: 0 -0.55769em;
}
div.entry-content .categoriesBreadCrumb .divider {
	padding: 0;
}
div.entry-content .place {
	color: #999;
	font-size: 13px;
}
div.entry-content .programInfo .placeContainer a {
	font-size: 15px;
}
@media only screen and (min-width: 768px) {
div.entry-content .usagepart {
	min-width: unset;
}
}
div.entry-content .wrapper {
	background: #F0F0F0;
	padding: 0.76923em;
	width: 100%;
	margin: 0;
}
div.entry-content .wrapper.yellow {
	background: #FEFAD3;
	padding: 1.15385em;
}
div.entry-content .ticketBox {
	background: #F0F0F0;
	position: relative;
	overflow: hidden;
	padding: 1em;
}
div.entry-content .ticketBox:hover {
	background: #E9E9E9;
}
div.entry-content .ticketBoxOne {
	background: #F0F0F0;
}
div.entry-content .ticketBox.ticketTypes {
	padding: 0 0.76923em;
}
div.entry-content .dateSelector {
	background: #F0F0F0;
}
div.entry-content .ticketBox.ticketTypes .ticketBoxElem {
	border-color: #E8E8E8;
}
div.entry-content .ticketChooser .button, div.entry-content .ticketChooser hr {
	margin: 6px 0;
}
div.entry-content button, div.entry-content .button, .reveal button, .reveal .button {
	border-style: none;
	border-width: 0;
	font-family: "Neuron", sans-serif !important;
	font-weight: normal !important;
	line-height: normal;
	text-decoration: none;
	font-size: 18px;
	background-image: none;
	color: #FFF;
	box-shadow: none;
	margin: 0;
	padding: 6px;
	border-radius: 0;
	text-shadow: none;
	text-transform: lowercase;
	height: auto;
	letter-spacing: 0;
}
div.entry-content button.disabled, div.entry-content button[disabled], div.entry-content .button.disabled, div.entry-content .button[disabled] {
	background: #E6E6E6 !important;
	color: #878787 !important;
	padding-right: 18px !important;
    padding-left: 18px !important;
}
div.entry-content .programBoxesContainer.programList .programBoxes .programBox {
	border-color: #ECECEC;
}
div.entry-content .wrapper.oneColumnWithInfo .row .rowContainer {
	border-color: #DCDCDC;
}
div.entry-content .basket .tableRow {
	border-color: #ECECEC;
}
div.entry-content .alert-box h2 {
	font-family: "Neuron", sans-serif;
	font-size: 1.84615em !important;
	color: #333;
	margin: 0 !important;
	padding-left: 1.5em;
	line-height: 1.3em;
}
div.entry-content .alert-box p {
	color: #333;
	margin-bottom: 0;
	font-weight: normal;
}
div.entry-content .editLink a {
	color: #999;
}
div.entry-content .pagination {
	float: none;
	margin: 0;
	display: block;
	border: none;
	padding: 0;
	text-align: center;
}
div.entry-content .pagination span {
	padding: 0;
	border: none;
	height: auto;
	line-height: normal;
}
div.entry-content .paginationLink a {
	padding: 8px 8px;
	margin: 6px 2px;
	background-color: #E9E9E9 !important;
	border: none;
	line-height: normal;
	height: auto;
}
div.entry-content .paginationLink.current span {
	padding: 8px;
	color: #FFF;
}
div.entry-content .basketPage .price {
	color: #222 !important;
}
div.entry-content .artistBoxes .artistBox {
	border-color: #ECECEC;
}
div.entry-content .venueWrapper {
	background: transparent;
}
div.entry-content .venueWrapper h1, div.entry-content .venueWrapper h3 {
	color: #888;
	line-height: 44px;
	font-size: 44px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 12px;
	max-height: 88px;
	overflow: hidden;
}
div.entry-content .venueWrapper .description {
	color: #333;
}
div.entry-content .festival-template #festivalFilters ul li a h5 {
	text-align: center;
}
div.entry-content .festival-template h3 {
	font-family: Neuron, arial, sans-serif;
	font-size: 24px;
	color: #4D4D4D;
	margin-top: 0;
}
div.entry-content .h4Title .searchLineHolder hr {
	margin: 0;
}
.countdown.alert {
	background: #D80000;
	color: #FFF !important;
}
div.entry-content .radio, div.entry-content .checkbox {
	margin: 0;
	min-height: unset;
}
div.entry-content .checkbox {
	padding: 0;
}
div.entry-content #customerDataBlock span {
	margin-right: 10px;
}
div.entry-content .programBoxesContainer.programList .programBoxes .programBox:not(.bigList) .dateBox, div.entry-content .programBoxesContainer.programList .programBoxes .programBox:not(.bigList) .dateBox .date, div.entry-content .programBoxesContainer.programList .programBoxes .programBox:not(.bigList) .dateBox .hour {
	background: transparent !important;
}
div.entry-content .topMenuContainer #basketLayer .autocompleteDetails.group .titleAndPrice .price, div.entry-content .topMenuContainer #basketLayer .autocompleteDetails.h4Title .titleAndPrice .price, div.entry-content .topMenuContainer #basketLayer .autocompleteDetails.toplistBox .titleAndPrice .price {
	color: #333;
}
div.entry-content .h4Title .extra {
	background: transparent;
}
.highlight {
	background: none;
	padding: 0;
}
div.entry-content .footer {
	background-color: transparent;
	margin-top: 20px;
}
div.entry-content .footer a {
	color: #888;
}
div.entry-content .footer a:hover {
	color: #A2A2A2;
}
div.entry-content span.error, div.entry-content small.error {
	margin-top: -15px;
}
div.entry-content input.error, div.entry-content textarea.error, div.entry-content select.error {
	border-color: #D90000;
}
div.entry-content label.error {
	color: #D90000;
}
div.entry-content .lightBack {
	color: #FF5700;
}
.ui-front {
	z-index: 10000;
}
.fancybox-container {
	z-index: 999999;
}

/* Basket & Login Correction */
div.entry-content .topMenuContainer, div.entry-content .top-bar, div.entry-content .top-bar-section li a, div.entry-content .top-bar-section ul {
	background: #F0F0F0;
}
div.entry-content .topMenuContainer .basket::before, div.entry-content .topMenuContainer .basket::after {
	background-color: #F0F0F0;
}
div.entry-content #main_lang_list2 a {
	background-color: transparent;
	color: #888;
}
div.entry-content #main_lang_list2 a:hover {
	color: #A2A2A2;
}
div.entry-content .top-bar-section ul {
	margin-bottom: 0 !important;
}
div.entry-content .top-bar-section ul li {
	font-size: 13px;
}
div.entry-content .top-bar-section ul li > a, div.entry-content .top-bar-section #main_lang_select2 {
	color: #4D4D4D;
}
div.entry-content .top-bar-section ul li.divider {
	border-color: #DCDCDC;
}
div.entry-content .lang_select_box {
	background-color: #222;
	z-index: 999 !important;
}
div.entry-content .top-bar-section .dropdown li {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}
div.entry-content .top-bar-section .dropdown li a {
	border-color: #DCDCDC;
}

/* General Search Correction */
div.entry-content .blackBackground, div.entry-content .mainBackground .menu {
	display: none;
}
div.entry-content .mainBackground {
	padding-left: 1.15385em;
}
div.entry-content .headerContainer, div.entry-content .mainBackground, div.entry-content .headerContainer .searchHolder, div.entry-content #searchButton {
	background: transparent !important;
}
div.entry-content .headerContainer {
	margin-left: 0 !important;
}
div.entry-content #generalSearch {
	color: #888;
	background: #FFF;
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	z-index: 99;
	position: relative;
}
div.entry-content #searchButton, div.entry-content #searchCancelButton {
	z-index: 100;
	padding: 0;
	background-color: transparent !important;
}
div.entry-content .searchHolder {
	height: 60px !important;
	display: block !important;
	position: relative !important;
}
div.entry-content #generalSearchForm {
	display: block !important;
}
div.entry-content .h4Title .searchLineHolder hr {
	border-color: #DBDBDB;
	margin: 0;
}
div.entry-content .quick_search_sepline {
	border-color: #DBDBDB;
	margin: 5px 10px;
}

/* My Account Correction */
div.entry-content .new-form {
	line-height: 1.3125rem;
}
div.entry-content .new-form h2 {
	font-family: Neuron-DemiBold, arial, sans-serif;
	font-size: 20px;
	margin: 0 0 12px;
	padding: 4px 0 12px;
}
div.entry-content .new-form .new-it-table tr td h2, div.entry-content .new-form .new-it-datatable-0 tr td h2, div.entry-content .new-form .new-it-datatable-1 tr td h2, div.entry-content .new-form .new-it-datatable-2 tr td h2, div.entry-content .new-form .new-it-datatable-3 tr td h2 {
	font-family: Neuron-Bold, arial, sans-serif;
	font-size: 18px;
	padding: 0;
	margin-bottom: 5px;
}
div.entry-content .new-form h4 {
	font-size: 18px;
	text-transform: none;
}
div.entry-content .new-form .tabs .tabs-title > a {
	font-size: 13px;
	border: none;
}
div.entry-content .new-form .tabs .tabs-title:hover {
	background-color: #E3E3E3;
}
div.entry-content .new-form .tabs .tabs-title.is-active > a {
	border: 1px solid #DCDCDC;
	border-bottom: none;
}
@media only screen and (max-width: 767px) {
	div.entry-content .new-form .tabs .tabs-title.is-active > a {
		border: none;
	}
}
div.entry-content .new-form .tabs.vertical .tabs-title > a {
	border-bottom: 1px solid #DCDCDC !important;
	padding: 10px !important;
}
div.entry-content .new-form .tabs.vertical .tabs-title:last-child > a {
	border-bottom: none !important;
}
div.entry-content .new-form .tabs.vertical .tabs-title:hover {
	background-color: #F0F0F0;
}
div.entry-content .new-form .tabs.vertical .tabs-title.is-active > a {
	border: none;
}
div.entry-content .new-form .show-more {
	line-height: 1.3125rem;
}
div.entry-content .new-form hr {
	border-color: #DCDCDC;
	margin: 12px 0;
}
div.entry-content .new-form .row .row {
	margin-left: -0.9375rem;
	margin-right: -0.9375rem;
}
div.entry-content .new-form label {
	color: #333;
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
}
div.entry-content .new-form label.error {
	color: #D90000;
}
div.entry-content .new-form input[type="text"], div.entry-content .new-form input[type="password"], div.entry-content .new-form input[type="email"], div.entry-content .new-form select, div.entry-content .new-form textarea {
	margin-bottom: 10px;
}
div.entry-content .new-form input[type="text"][disabled], div.entry-content .new-form input[type="email"][disabled], div.entry-content .new-form input[type="password"][disabled] {
	background-color: #DDD;
}
div.entry-content .new-form button.disabled, div.entry-content .new-form button[disabled], div.entry-content .new-form .button.disabled, div.entry-content .new-form .button[disabled] {
	background-image: none !important;
	border: none;
	color: #878787 !important;
	padding-right: 6px;
}
div.entry-content .new-form p {
	margin-top: 10px;
}
div.entry-content .new-form button, div.entry-content .new-form .button {
	margin-bottom: 15px;
}
div.entry-content .new-form .confirm-button {
	background-image: url("/resources/img/admin/buttons/confirm.png") !important;
	background-repeat: no-repeat !important;
	background-position: 6px 50% !important;
	padding-left: 36px;
}
div.entry-content .new-form .calendar:after {
	z-index: 99;
}
div.entry-content .new-form .tabs-content .tabs-panel .dataTables_wrapper .dataTables_filter label {
	padding: 0;
}
div.entry-content .new-form .checkbox-custom + .checkbox-custom-label {
	padding: 0;
	margin: 12px 0;
}
div.entry-content .new-form .checkbox-custom + .checkbox-custom-label p {
	margin: 0;
}
div.entry-content .new-form .subscribe-button {
	width: auto;
}
div.entry-content .new-form .alert-box p {
	margin: 10px 0 5px 2.75rem;
}
div.entry-content .new-form .alert-box h2 {
	line-height: 1.6rem;
	font-size: 20px !important;
	margin: 0 0 12px !important;
}
div.entry-content .new-form > .large-3, div.entry-content .new-form > .large-9 {
	max-width: none;
}
