html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
main {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
	max-width: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}

a, .home-news article .outer-container, .news-list li, .careerslider li, .woocommerce ul.products li.product .product-overlay, .woocommerce ul.products li.product h3,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .archive article,.wpcf7-form input[type="submit"], .widget input[type="submit"]{
	-moz-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
	text-decoration:none;	
}

img{
	max-width:100%;
	height:auto;
	display:block;	
}

body, html{
	margin:0;
	padding:0;
	height:100%;
	width:100%;	
}

body{				
	background-color:#f11541;
	background-image: url(../images/background-mtc-new.png);
	background-repeat:no-repeat;
	background-position: center top;
	background-size: auto;
}


.page{
	position:relative;
	width:100%;
	height:100%;
	display:block;
}

.ticketframe{
	width: 450px;
	left:calc(50% - 200px);
	top:370px;
	-ms-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
	position:absolute;
	background: none;
}
			
.myButton {
	margin: 15px 0;	
	background-color:#007dc1;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	display:none;
	cursor:pointer;
	color:#ffffff;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:700;
	padding:14px 0;
	width: 100%;
	text-decoration:none;
	text-align: center;
	text-shadow:0px 1px 0px #154682;
}
.myButton:hover {	
	background-color:#0061a7;
}
.myButton:active {
	position:relative;
	top:1px;
}