/* ------ Table of Content ------
1. Typography
2. Reset
3. Clearing Floats
4. HTML 5 element
5. Forms element
6. Common element
7. Basic Layout
8. Pages
9. All Hack
10. Font Icons
*/

/* 1. Typography
***************************************************************/
/* 2. Reset
***************************************************************/

* {
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
html, body, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, span, strike, strong, sub, sup, tt, var, b, u, i, center, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, fieldset, {
margin:0px auto;
padding:0px;
border:0;
outline:0;
font-size:100%;
}
a, img a {
	text-decoration: none;
	border: 0;
	outline: 0 !important;
}

a, button, input {
	/*
    transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
	*/
}

* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}
:focus {
	outline: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0px;
}
ol, ul, li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
html, body {
	height:100;
}
/* 3. Clearing Floats
***************************************************************/
.clear {
	clear: both;
}
.clearfix:after {
	clear: both;
}
.clearfix:before, .clearfix:after {
	content: " ";
	display: table;
}
/* 4. HTML 5 element
***************************************************************/

aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, article {
	display: block;
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #ffffff;
	font-size: 14px;
	color: #444;
	font-family:Arial, Helvetica, sans-serif;
}

/***** Step 1 ********/
.listing-page .side-header-1 {
    text-align:center;
    background-color:#000;
    color:#fff;
}
.listing-page .side-header-1 > div {
    font-size: 1.6em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 10px;
}
.listing-page .side-header-1 >div span.form-step-text{
    position: relative;
    top: 3px;
}
.listing-page .side-header-2 {
    background-color:#2d5872;
    color:#fff;
}
.listing-page .side-header-2 > div {
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 12px;
    text-align: center;
}

/***** Step 2 ********/
.registration-wrap .side-header-1 {
    text-align:center;
    background-color:#000;
    color:#fff;
}
.registration-wrap .side-header-1 > div {
    font-size: 1.6em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 10px;
}
.registration-wrap .side-header-1 >div span.form-step-text{
    position: relative;
    top: 3px;
}
.registration-wrap .side-header-2 {
    background-color:#2d5872;
    color:#fff;
}
.registration-wrap .side-header-2 > div {
    font-size: 1.5em;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 8px;
    padding-bottom: 10px;
    padding-left: 12px;
    text-align: center;
}


/* 5. Forms element
***************************************************************/

input[type="text"], textarea {
	box-shadow: 1px 1px 1px rgb(204, 204, 204) inset;
	-moz-box-shadow: 1px 1px 1px rgb(204, 204, 204) inset;
	-ms-box-shadow: 1px 1px 1px rgb(204, 204, 204) inset;
	-o-box-shadow: 1px 1px 1px rgb(204, 204, 204) inset;
	-webkit-box-shadow: 1px 1px 1px rgb(204, 204, 204) inset;
	border-radius: 2px;
	margin: 0 0 20px;
	padding: 6px 10px;
	border: 1px solid #ccc;
	width: 100%;
	transition: all ease-in .3s;
	-moz-transition: all ease-in .3s;
	-ms-transition: all ease-in .3s;
	-o-transition: all ease-in .3s;
	-webkit-transition: all ease-in .3s;
}
input[type="text"]:hover, textarea:hover {
	border-color: #377762 !important;
}
input[type="text"]:focus, textarea:focus {
	border-color: #377762 !important;
	box-shadow: 0 0 3px #5cace5 !important;
	-moz-box-shadow: 0 0 3px #5cace5 !important;
	-ms-box-shadow: 0 0 3px #5cace5 !important;
	-o-box-shadow: 0 0 3px #5cace5 !important;
	-webkit-box-shadow: 0 0 3px #5cace5 !important;
}
/* 6. Common element
***************************************************************/

.full-wrap {
	position: relative;
	overflow: hidden;
    font-size: 1.0em;
    line-height: 1.2em;
}
.center-wrap {
	display: table;
	margin: 0 auto;
}
.btn {
	font-size: 0.913rem;
	font-weight: 600;
	color: rgb(255, 255, 255);
	display: inline-block;
	font-size: 1.313rem;
	font-weight: 600;
	line-height: 1;
	border-radius: 3px;
	margin: 0 10px;
    outline: 0;
}
.big-btn {
	padding: 16px 30px;
}
/* 7. Basic Layout
***************************************************************/
.wrapper {
	padding:0px;
}
.heading {
	color: hsl(156, 28%, 43%);
	font-size: 24px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.time-location-list {
	margin:0px;
	padding:0px;
}
.time-location-list li {
	float:left;
	width:100%;
	background:#dee3e9;
	padding:10px;
}
.time-location-list li:last-child {
	border-radius:0px;
    padding-bottom: 15px;
}
.time-location-list li:first-child {
	border-radius:0px;
}
.time-location-list li:nth-child(even) {
	background:#d4e8fe;
}
.time-location-list li .list-head {
	color: #000;
	font-size: 18px;
	font-weight: 700;
    font-family: 'oswald';
    text-transform: uppercase;
    line-height: 23px;
    padding-top: 5px;
	padding-bottom:10px;
	border-bottom:1px solid #666;
}
.time-location-list li .list-head span {
	display: block;
	font-size: 1.1em;
	font-weight: 300;
	margin: 0px;
	text-transform: uppercase;
}
.time-location-list li .list-head sup {
	font-size: 10px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    top: -8px;
    left: 2px;
}
.time-location-list li .list-content-wrap {
	border-top: 1px solid #666;
	color: #000;
	padding: 10px 0 0;
}
.time-location-list li .list-content-wrap .dateandtime {
	float:right;
	margin: 4px 2px 0px 15px;
    width: 90px;
}
.time-location-list li .list-content-wrap .full-wrap span.venue {
	display: block;
    font-size: 16px !important;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 8px;
    margin-top: 2px;
}
.time-location-list li .list-content-wrap .full-wrap span.vaddy {
	display: block;
    font-size: 14px !important;
    line-height: 16px;
    font-weight: 500;
    margin-bottom: 2px;
}

.time-location-list li .continue-btn {
    outline: 0;
    color: white;
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px hsla(0,0%,0%,.3);
    margin: 5px 0px 0px 0px;
    padding: .4em .8em .4em .8em;
    border: 1px solid #de8500;
    border-bottom-color: #67696b;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #de8500;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #feab2e), color-stop(1, #de8500) );
    background: -moz-linear-gradient( center top, #feab2e 20%, #de8500 100% );
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}

.time-location-list li .continue-btn:hover {
	color: white;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    /*Background*/
    background-color: #237fd7; /*Fallback*/
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf) );
    background: -moz-linear-gradient( center top, #52a8e8 20%, #2e76cf 100% );
    cursor: pointer;
}
.dateandtime .time-from, .dateandtime .time-to {
	padding: 0px 5px 0px 0px;
}
.dateandtime label {
    font-weight: 600;
    margin-bottom: 4px !important;
    cursor: pointer;
}
.dateandtime label:hover {
    cursor: pointer;
    color:#529bfb;
}
.register-wrap {
	background:#dee3e9;
	padding:10px 15px 0px 15px;
	border-radius:0px;
}
.register-wrap2 {
	background:#d4e8fe;
	padding:10px 15px 10px 15px;
	border-radius:0px;
}
.heading-italic {
	color: #000;
	font-size: 1.0em;
	margin: 0;
	text-align: center;
}
.register-from {
	margin: 0 7px;
	padding: 10px 0;
}
.register-from input[type="text"] {
	border: 1px solid transparent;
	box-shadow: none !important;
	margin: 0 0 15px;
	padding: 12px 8px;
}
.register-from input[type="text"].error {
	border-color:#ff2b2b !important;
	color:hsl(0, 100%, 58%) !important;
}
.register-from input[type="text"]:focus {
	border-color: #377762 !important;
	box-shadow: 0 0 3px #26614d !important;
	-moz-box-shadow: 0 0 3px #26614d !important;
	-ms-box-shadow: 0 0 3px #26614d !important;
	-o-box-shadow: 0 0 3px #26614d !important;
	-webkit-box-shadow: 0 0 3px #26614d !important;
}
.check-radio label {
	color: #333;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
    cursor: pointer;
}
.check-radio label .custom-radio {
	background: url(../images/checkbox_unchecked.png) no-repeat;
	border-radius: 0;
	height: 30px;
	margin: 0 4px 0 0;
	top: 10px;
	width: 30px;
}
.check-radio label.selected {
	font-weight:normal;
	color: #033300;
}
.check-radio label.selected span {
	border: medium none !important;
	background: url(../images/checkbox_checked.png) no-repeat;
}
.check-radio-two {
	margin-top:10px;
    margin-bottom: 5px;
}
.check-radio-two label {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 5px 0;
	text-align: left;
    padding: 8px;
    cursor: pointer;
}
.check-radio-two label .custom-radio {
	background: url(../images/check_two.jpg) no-repeat scroll 0 0 hsla(0, 0%, 0%, 0);
	border-radius: 0;
	height: 11px;
	margin: 0 15px 0 0;
	top: 1px;
	width: 10px;
}
.check-radio-two label.selected {
	background: hsl(355, 95%, 53%);
	border-radius: 4px;
	color: hsl(0, 0%, 100%);
	font-weight: normal;
}
.check-radio-two label.selected span {
	border: medium none !important;
	background: url(../images/check_twoover.jpg) no-repeat;
}
.check-radio label.selected span:before, .check-radio-two label.selected span:before {
	display:none;
}

.reserve-btn {
    outline: 0;
    width: 100%;
    color: white;
    line-height: 1em;
    font-size: 1.3em;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 1px 1px 1px hsla(0,0%,0%,.3);
    margin: 10px auto;
    padding: .8em .8em .8em .8em;
    border: 1px solid #de8500;
    border-bottom-color: #67696b;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #de8500;
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #feab2e), color-stop(1, #de8500) );
    background: -moz-linear-gradient( center top, #feab2e 20%, #de8500 100% );
    -webkit-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    -moz-box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
    box-shadow: inset 0 1px 0 hsla(0,100%,100%,.3) /*Top*/, inset 0 0 2px hsla(0,100%,100%,.3) /*Shine*/, 0 1px 2px hsla(0, 0%, 0%, .29) /*Shadow*/;
}
.reserve-btn:hover {
	color: white;
    border: 1px solid #4081af;
    border-bottom-color: #20559a;
    /*Background*/
    background-color: #237fd7; /*Fallback*/
    background: -webkit-gradient( linear, left top, left bottom, color-stop(.2, #52a8e8), color-stop(1, #2e76cf) );
    background: -moz-linear-gradient( center top, #52a8e8 20%, #2e76cf 100% );
    cursor: pointer;
}
.register-foot-text {
	color: #333;
	font-size: 12px;
	text-align: center;
	margin-top:10px;
}
.register-foot-text a {
	color:#333;
}
.register-foot-text a:hover {
	color:#333;
    text-decoration:underline;
}
/* 8. Custom Inputs
***************************************************************/

.text-light { font-weight: 300 !important; }

.custom-radio {
	background:  hsl(0, 0%, 100%);
	border-radius: 999px;
	display: inline-block;
	height: 14px;
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
	width: 14px;
	z-index: 1;
}
.selected .custom-radio:before {
	background: none repeat scroll 0 0 hsl(0, 0%, 100%);
	border-radius: 999px;
	box-shadow: 0 0 3px hsl(0, 0%, 43%);
	content: "";
	height: 4px;
	left: 50%;
	margin: -2px 0 0 -2px;
	position: absolute;
	top: 50%;
	width: 4px;
}
label.selected {
	color:#529bfb;
	/*font-weight:700;*/
}
.selected .custom-radio {
	background:  hsl(211, 97%, 63%);
	border: 1px solid hsl(206, 66%, 55%);
	position: relative;
}
.custom-radio input[type="radio"] {
	margin: 1px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;

        /* CSS hacks for older browsers */

        _noFocusLine: expression(this.hideFocus=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
.registration-wrap {
	display:none;
	/*position:absolute;
	left:0px;
	top:0px;*/
	width:100%;
}
div.error {
	color: hsl(0, 69%, 41%);
	font-weight: bold;
	margin: 0 0 10px;
}

/* Pure CSS Radio/Check Styles
*********************************/


.example{
  margin-bottom : 1.5em;
}
.check-sms{
    margin-bottom: 2px;
    margin-top: 5px;
    margin-left: 10px;
}

input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
  width     : 1.4em;
  margin    : 0;
  padding   : 0;
  font-size : 1em;
  opacity   : 0;
  cursor: pointer;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
  display      : inline-block;
  margin-left  : -2em;
  line-height  : 1.5em;
  cursor: pointer;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
  display          : inline-block;
  width            : 1.0em;
  height           : 1.0em;
  margin           : 0.25em 0.5em 0.25em 0.25em;
  border           : 0.05em solid #000;
  border-radius    : 0.5em;
  background       : rgb(255,255,255);
  background-image :    -moz-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :     -ms-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :      -o-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image : -webkit-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :         linear-gradient(rgb(255,255,255),rgb(255,255,255));
  vertical-align   : bottom;
}

input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
  background-image :    -moz-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :     -ms-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :      -o-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image : -webkit-linear-gradient(rgb(255,255,255),rgb(255,255,255));
  background-image :         linear-gradient(rgb(255,255,255),rgb(255,255,255));
}

input[type=checkbox]:not(old):checked + label > span:before{
    content: '\2713';
    display: block;
    width: 0em;
    color: #428BCA;
    font-size: 1.5em;
    line-height: 0.4em;
    text-align: center;
    text-shadow: 0px 0px 0.0714em #357EBD;
    font-weight: bold;
}

input[type=radio]:not(old):checked +  label > span > span{
  display          : block;
  width            : 0.5em;
  height           : 0.5em;
  margin           : 0.2295em;
  border           : 0.0625em solid rgb(53,126,189);
  border-radius    : 0.5em;
  background       : rgb(66,139,202);
  background-image :    -moz-linear-gradient(rgb(66,139,202),rgb(66,139,202));
  background-image :     -ms-linear-gradient(rgb(66,139,202),rgb(66,139,202));
  background-image :      -o-linear-gradient(rgb(66,139,202),rgb(66,139,202));
  background-image : -webkit-linear-gradient(rgb(66,139,202),rgb(66,139,202));
  background-image :         linear-gradient(rgb(66,139,202),rgb(66,139,202));
}





/* 9. All Hack
***************************************************************/
@media screen and (-webkit-min-device-pixel-ratio:0) {
}
/* 10. Font Icons
***************************************************************/
