<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.bg-white{
	background:#FFFFFF;
	}
.fullwidth{
	width:100%;
	}
.fullSection {
/*  min-height: 100%;*/
  padding: 100px 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.img-full {
  width: 100%;
}

#bg_pattern {
  background-image: url(../images/bg_pattern.png);
  position: fixed;
  opacity: 0.8;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-static {
  background:url(../images/fullscreen-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.paddt-60 {
  padding-top: 60px;
}
.logo img{
	max-width: 100%;
	}
.search-wrapper{
	display: inline-block;
	width:100%;
   font-size: 13px;
   text-align: center;
   padding: 10px;
   background:rgba(255, 255, 255, 0.2);
   border: 1px solid rgba(250,250,250, 0.2);
	  
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
   }
   
 .search-wrapper h2{
 	color:#FFFFFF;
	font-weight:bold;
	margin-top:0px;
	}
	
.pad0{
	padding:0px;
	}
.marb10{
	margin-bottom:10px;
	}

.marTop10{
	margin-top:20px;
	}
.eve-heading{
	font-size:50px;
	font-weight:bold;
	}

.text-red{
	color:#e61010;
	}



.button-holder {
  float: left;
  margin-bottom:15px;
}
/* RADIO */

.regular-radio {
	display: none;
}

.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 9px;
	border-radius: 2px;
	display: inline-block;
	position: relative;
	width:auto;
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 12px;
	height: 12px;
	border-radius: 2px;
	position: absolute;
	top: 3px;
	background:transparent;
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #e61010;
	color: #fff;
	border: 1px solid #e61010;
	
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
#terms{
 background: url(../images/termsandconditions.jpg) no-repeat center center; 
   -webkit-background-size: cover;
   -moz-background-size: cover;
   -o-background-size: cover;
   background-size: cover;
  min-height:200px;
  }
#terms h1{
 color:#FFF;
 padding-top:20px;
 font-size:42px;
 }
#terms h4{
 color:#FFF;
 font-size:14px;
 text-transform:uppercase;
 }
.listing{
 padding:0px;
 margin:0px;
 }
.listing li{
 list-style-type:decimal;
 line-height:25px;
 text-align:justify;
 
 }</pre></body></html>