#tix table.tix_tickets_table,
#tix table.tix-ticket-form {
	width: 100%;
	margin-bottom: 25px;
}

#tix table.tix_tickets_table .tix-column-remaining,
#tix select[name=tix_payment_method] {
	display: none;
}

#tix input,
#tix select {
	margin-bottom: 0;
	padding: 3px 7px;
	height: 33px;
}
#tix input[type=submit] {
	color: white;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ca021c+50,ffeb01+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(-45deg,  rgba(0,0,0,1) 0%, rgba(202,2,28,1) 50%, rgba(255,235,1,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,1) 0%,rgba(202,2,28,1) 50%,rgba(255,235,1,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  rgba(0,0,0,1) 0%,rgba(202,2,28,1) 50%,rgba(255,235,1,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffeb01',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#tix select {
	width: 150px;
}

#tix input[type=text] {
	width: 100%;
}


/* 2016 */

#main-search .search-field {
	color: #333;
	font-size: 18px;
}

#polylang-selector > li {
	float: left;
	list-style-type: none;
}
#polylang-selector > li > a {
    padding: 15px 15px 0 0;
    display: block;
}
#polylang-selector > li > a > img {
	transition: .25s;
	opacity: .5;
}
#polylang-selector > li.current-lang > a > img,
#polylang-selector > li > a:hover > img {
    opacity: 1;	
}

@media screen and (min-width:768px) {
	
	#top-bar-sticky {
	    display: none !important;
	}
}

@media screen and (max-width:1184px) {
	
    #countdown #ujiCountdown {
    	color: black;
    	padding: 57px 0 0 110px !important;
    }
        #countdown #ujiCountdown .countdown_txt {
        	padding-top: 17px;
        }
	#countdown > p {
		top: 59px !important;
	}
}

@media screen and (max-width:1000px) {
	
    #toh_logo {
    	background-position: 0 25px !important;
    }
    #countdown {
    	display: none;
    }
	.main-ul-nav ul li a {
	    padding: 0 5px;
	    font-size: 14px;
	}
}

