@CHARSET "UTF-8";

section.dates {
	padding: 0 0 30px 0;
	/*background-color: #10498F;*/
	background-color: #FFE6B3;
	-moz-transition: all .2s !important;
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
}

section.dates.fixed {
	position: fixed;
	top: 87px;
	right: 0;
	left: 0;
	height: auto;
	padding: 0;
	z-index: 100;
}

section.dates.fixed ul li a p {
	padding: 15px 15px 15px 0;
	-moz-transition: all .2s !important;
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
}

section.dates.fixed ul li a p:not(.name) {
	display: none !important;
	-moz-transition: all .2s !important;
	-webkit-transition: all .2s !important;
	transition: all .2s !important;
}

section.dates ul {
	list-style: none;
	padding: 0;
	text-align: center;
}

section.dates ul li {
	margin: 0px;
}

section.dates.fixed ul li {
	height: auto;
	min-height: 10px;
}

section.dates ul li p {
	display: inline-block;
	font-family: 'Titillium Web', sans-serif;
	font-size: 2.563em;
	font-weight: 700;
	line-height: 1em;
	text-transform: uppercase;
	color: #1B2580;
	margin: 20px 0 0 0;
}

section.dates ul li p.logo-event{
	height: 180px !important;
}

section.dates ul li p.logo-event img{
	padding-top: 0px;
}

section.dates ul li p.month {
	font-size: 1.250em;
	margin: 38px 0 0 0;
}

section.dates ul li p.hour {
	font-size: 1.250em;
	font-weight: 300;
	line-height: 1em;
	letter-spacing: 0.23em;
	color: #1B2580;
	margin: 0;
}

section.dates ul li p:FIRST-CHILD {
	font-size: 1.250em;
	font-weight: 100;
	margin: 30px 0 0 0;
	color: #1B2580;
}

section.dates ul li img {
	vertical-align: middle;
    max-width: 165px;
    padding-top: 52px;
}

section.dates ul li p.name {
	font-size: 1em;
	line-height: 1em;
	color: #4F341A;
	margin: 0;
	padding: 0;
}

header nav li.disabled:HOVER {
	border: none;
}

header nav li.disabled a {
	color: #333;
	cursor: default;
}

header nav li.disabled a:HOVER {
	text-decoration: none;
	color: #707070;
	border: none;
}

header nav li.disabled a:AFTER {
	content: " (BREVE)";
}

.sidebar-ticket {
	padding: 40px 0;
}

.sidebar-ticket h2 {
	font-size: 2.813em;
	font-weight: 900;
	color: #ec4c71;
	padding: 0 20px 25px;
}

.sidebar-ticket #infos {
	position: relative;
	padding: 50px 15px;
	background-color: #474747;
}

.sidebar-ticket #infos #soon {
    font-size: 2.813em;
    font-weight: 900;
    text-align: center;
    color: #444;
}

.sidebar-ticket #infos:BEFORE {
    content: "";
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url("../images/gray-polygons-adornment.png");
    background-size: auto 10px;
}

.sidebar-ticket #infos:AFTER {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url("../images/gray-polygons-adornment2.png");
    background-size: auto 10px;
}

.sidebar-ticket #infos table.tickets {
	border-collapse: separate;
	border-spacing: 0 4px;
}

.sidebar-ticket #infos table.tickets tr td {
	background-color: #333;
	padding: 2px 8px;
	vertical-align: middle;
}

.sidebar-ticket #infos table.tickets thead tr td {
	font-size: 0.875em;
	font-weight: 100;
	color: #ec4c71;
}

.sidebar-ticket #infos table.tickets tbody tr td {
	font-size: 1.225em;
	font-weight: 100;
	color: #fff;
}
#noticia .sidebar-ticket #infos table.tickets tbody tr td{
	font-size: 1em;
}
.sidebar-ticket #infos table.tickets tbody tr td p {
    color: #ec4c71 !important;
    font-size: 0.75em !important;
    line-height: 1em;
    padding: 0;
}

.sidebar-ticket #infos table.tickets a {
	color: #75f176;
}

.sidebar-ticket #infos table.tickets tbody tr td:FIRST-CHILD {
	font-size: 1.275em;
	font-weight: 700;
	color: #ec4c71;
}

.sidebar-ticket #infos table.general, .sidebar-ticket #infos table.general tbody,
	.sidebar-ticket #infos table.general tbody tr:nth-child(even) {
	background-color: transparent;
}

.sidebar-ticket #infos table.general tbody tr td {
	background-color: transparent;
	font-size: 0.750em;
	font-weight: 100;
	color: #fff;
	padding: 6px 10px;
	vertical-align: middle;
}

.sidebar-ticket #infos table.general tbody tr {
	border-top: 1px solid #ec4c71;
}

.sidebar-ticket #infos table.general tbody tr:FIRST-CHILD {
	border: none;
}

.sidebar-ticket #infos table.general tbody tr td.yellow {
	font-size: 0.875em;
	font-weight: 700;
	color: #ec4c71;
}

a.buy-ticket-button {
	position: relative;
	display: inline-block;
    font-size: 1.313em;
    font-weight: 900;
    color: #fff;
    margin: 20px 0 0 15px;
    padding: 4px 15px;
    /*background-image: url("../images/buttons/btn-center-yellow.png");*/
    background: linear-gradient(to bottom, rgba(253,169,23,1) 0%,rgba(252,143,1,1) 100%);
    background-size: 1px 40px;
    -moz-transition: all .2s;
    -webkit-transition: all .2s;
    transition: all .2s;
    outline: none;
}

/*.sidebar-ticket #infos a.buy-ticket-button:BEFORE {
	content: "";
	position: absolute;
	top: 0;
	left: -7px;
	height: 40px;
	width: 7px;
	background-image: url("../images/buttons/btn-left-rounded-yellow.png");
	background-repeat: no-repeat;
	background-size: 7px 40px;
}

.sidebar-ticket #infos a.buy-ticket-button:AFTER {
	content: "";
    position: absolute;
    top: 0;
    right: -7px;
    height: 40px;
    width: 7px;
    background-image: url("../images/buttons/btn-right-rounded-yellow.png");
    background-repeat: no-repeat;
    background-size: 7px 40px;
}*/

.sidebar-ticket #infos a.buy-ticket-button:HOVER {
	-moz-transform: scale(0.98, 0.98);
	-webkit-transform: scale(0.98, 0.98);
	transform: scale(0.98, 0.98);
}

.sidebar-ticket #infos a.buy-ticket-button:HOVER:BEFORE {
	-moz-transform: scale(0.98, 0.98);
	-webkit-transform: scale(0.98, 0.98);
	transform: scale(0.98, 0.98);
	left: -6px;
}

.sidebar-ticket #infos a.buy-ticket-button:HOVER:AFTER {
	-moz-transform: scale(0.98, 0.98);
	-webkit-transform: scale(0.98, 0.98);
	transform: scale(0.98, 0.98);
	right: -6px;
}

@media screen and (max-width: 39.9375em) {
	section.dates ul li {
		margin: 0 !important;
	}
}
