
header .event-info-bg-left {
  position: absolute;
  top: 200px;
  left: -475px;
  width: 50%;
  height: 200px;
  background-image: url('../img/header-bg-ie.png');
}

header .event-info-bg-right {
  position: absolute;
  top: 200px;
  right: -475px;
  width: 50%;
  height: 200px;
  background-image: url('../img/header-bg-ie.png');
}

header .event-info .event-info-nav-button{
	width: 193px;
	height: 99px;
	float: left;
	background-image: url('../img/header-button-bg-ie.png');
	color: #fff;
	text-align: center;
}

header .event-info .event-info-nav-button:hover{
	background-image: url('../img/header-button-hover-bg-ie.png');
}

header .event-info .event-info-date {
  height: 200px;
  width: 556px;
  background-image: url('../img/header-bg-ie.png');
  float: right;
  text-align: right;
  padding: 35px 30px 0 0;
}

div.sponsor {
  weidth: 218px
}

div.col-md-3 {
  width: 218px
}

input[type="radio"] {
 //appearance: none;
 //-webkit-appearance: none;
 //-moz-appearance: none;
 //background:url('http://refundfx.com.au/uploads/image/checkbox_empty.png') center center no-repeat;
 //background-size: 4em;
 width: 4em;
 height: 4em;
 //cursor: pointer;
 //vertical-align: middle;
}