@charset "UTF-8";

body{
	font-family: 'Roboto', sans-serif;

}

.bg-red {
	background-color: #D10018
	color:white;
}

.bg-ticket {
	background-color: #ed1a38;
}


.header {
	background-image: url(../images/TicketSms_logo.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain
}

.TI_footerInnerImageContainer {
	height: 49px;
	background-color: white;
	float: right;
	transform: skew(-29deg);
	-moz-transform: skew(-29deg);
	-webkit-transform: skew(-29deg);
	-o-transform: skew(-29deg);
	border-top-left-radius: 10px;
	position: relative;
	right: -20px;
}

.TI_footerInnerImage {
	/*background-image: url(../images/TicketSms_logo.png);*/
	background-image: url(TicketSms_halloween.png);
	background-color: transparent;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
	transform: skew(29deg);
	-moz-transform: skew(29deg);
	-webkit-transform: skew(29deg);
	-o-transform: skew(29deg);
	margin-right: 10px;
	width: 50px;
    height: 100%;
}


.barcode-img {
width: 70%;
}

@media all and (min-width: 500px) {
.barcode-img {
	width: 400px;
}
.TI_footerInnerImageContainer {
    width: 100px !important;
}

}
