* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body {
    background-color: #ffffcc;
    font: 13px Arial, Helvetica, sans-serif;
    font-size: 16px;
}

ol li {
    text-align: left;
}
fieldset p {margin:8px;}
.small {
    /* font-size: 30px; */
}
.divr {
    float: right;
    padding-right: 5px;
    font-size: 13px;
}
.divl {
    float: left;
    padding-left: 5px;
    font-size: 13px;
}
.big {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	padding-top: 2px;
}
.red {
	font-weight: bold;
	color: red;
	font-size: 15px;
}
.clear {
    clear: both;
}

a, a:visited {
	color: #000;
	text-decoration: underline;
}
a:hover {
	color:#003b88;
	text-decoration:none;
}

table {						
	border-collapse: collapse; 
	border-spacing: 0;
}
td, td img {
    /* text-align: center; */
	vertical-align: top;		
} 
nav ul {
	 list-style:none;
}
.confirmButton{
	float: right;
    width: 145px;
    height: 35px;
    text-align: center;
    line-height: 36px;
    font-size: 28px;
	color:#fff;
	text-shadow: 1px -1px 1px #00468d;
	text-decoration:none;
	background: url(../img/content/conf-btn.png) no-repeat;
	margin-top: 9px;
    border-radius: 30px;
}
.reglButton{
	float:left;
	padding-left: 25px;
	font-size:13px;
	color:#0071d2;
	background: url(../img/content/see-btn.png) no-repeat -16px 3px;
	margin-top: 15px;
}
a.reglButton:hover{
	background-position: 0 -21px;
	color:#ce1913;
}
.burgundyText {
    color: #BF0000;
}
.cityName {
    color: #BF0000;
}
.errorText {
    font-weight:bold;
    color:red;
}

.answers_box {
    /* width:800px; */
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.answers_field {
    width:70px; margin:2px; padding: 2px; float:left; border:1px solid #f1f1f1; background:#f9f9f9;
}
.answers_preview .answers_box {
    margin-bottom: 15px;
}
.answers_preview .answers_field {
    margin: 8px;
}

.mainWrap {
    min-width: 1000px;
    max-width: 1379px;
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.contentWrap {
    position: relative;
    max-width: 1165px;
    height: 100%;
    margin: auto;
}
.contentWrap.body {
    display: flex;
    justify-content: space-between;
    padding: 8px;
}

/* HEADER */
.siteHeader {
    height: 300px;
    background: url('../img/main/back.jpg') no-repeat center top;
    position: relative;
}
.siteHeader h1 {
    display: block;
    position: absolute;
    top: 25px;
    left: 10px;
}
.siteHeader img {
    
}
.siteHeader address {
    background: url('../img/header/phone.png') no-repeat;
	background-size: contain;
    width: 263px;
    height: 37px;
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    margin-left: 105px;
    text-indent: -5000px;
}
.siteHeader__nav {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 99%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../img/header/menu-back.png');
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 3px 3px 0 #999999;
}
.siteHeader__navList {
    width: 100%;
    text-align: center;
    margin-top: 2px;
    overflow: hidden;
    list-style: none;
    font-size: 17px;
    display: flex;
    justify-content: center;
}
.siteHeader__navList li {
    /* display: inline-block; */
    padding: 0 2%;
    cursor: default;
    color: #0071d2;
    font-style: normal;
}
.siteHeader__navList li a {
    text-decoration: none;
}
/* HEADER END */

/* BODY */
.mainContent {
    flex-grow: 1;
    max-width: 100%;
}
.eventTitle {
    padding: 8px 8px 3px;
    background: #ffffff;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    box-shadow: 0px 0 4px 0 #262609;
    padding-right: 100px;
    margin-bottom: 5px;
    /* behavior: url('css/pie.htc'); */
}
.eventTitle h1 {
    padding-bottom: 10px;
    font-size: 21px;
    font-weight: bold;
    font-style: normal;
    color: #C00;
    text-align: center;
    font-family: Tahoma;
    text-transform: uppercase;
}
.card_info {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    margin-top: 13px;
    margin-bottom: 15px;
}
.card_info span {
    color: red;
    font-weight: bold;
}

.tbl_log_head {
    background: #f8f8f8;
    color: gray;
}
.tbl_log {
    margin: auto;
    border: 1px solid #eaeaea;
    background: #fff;
    margin: 0 auto;
    font-size: 12px;
    width: 95%;
    margin-top: 5px;
    font-size: 14px;
  }
  .tbl_log td {
    padding: 3px;
    border: 1px solid silver;
    vertical-align: middle;
  }
  .tbl_log_mob_title {
    font-size: 16px;
    font-weight: bold;
  }
  .clubCardPayText {
    margin: 10px;
    color: red;
    font-size: 17px;
  }
  .grayBtn {
    padding: 5px 20px;
    background: rgb(221, 221, 221);
    border: 1px solid #000;
    font-weight: bold;
    text-decoration: none;
  }
/* BODY END */

/* SIDE */
.mainAside {
    width: 207px;
    margin-left: 10px;
    font-size: 13px;
}
.mainAside .banner {
    margin-bottom: 15px;
    text-align: center;
    font-size: 1px;
}
.lk_menu_block {
    width: 180px;
    margin: 0 auto;
    padding: 5px;
    background: #fff;
    border-radius: 6px;
    opacity: 0.7;
}
.lk_menu {
    width: 150px;
    margin-left: 20px;
    font-size: 13px;
    font-weight: bold;
    list-style-type: none;
    text-align: left;
}
/* SIDE END */

/* FOOTER */
.footerNav {
    position: relative;
    width: 80%;
    margin-left: 7px;
    background: url('../img/header/menu-back.png');
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-shadow: 0px 3px 4px 0 #646262;
}
.footerNav__list {
    text-align: center;
    margin: 0 10px;
    height: 52px;
    overflow: hidden;
    line-height: 50px;
    list-style: none;
}
.footerNav__list li {
    display: inline;
    padding: 0 2%;
    cursor: default;
    color: #ce1913;
    font-size: 12px;
}
.footerNav__list li a {
    color: #0071d2;
}
.footerNav__list li a:hover {
    color: #ce1913;
}
.copyNmadeBy {
    padding: 15px;
    font-size: 13px;
    text-align: left;
    margin-left: 30px;
}
/* FOOTER END */


.regForm {
	width: 100%;
    padding: 5px;
}
.regForm td {
	padding: 5px;
}
.regForm__title {
	width: 18%;
	text-align: right;
	padding-right: 8px;
	    line-height: 24px;
}
.regForm__title input {
	padding-left: 5px;
}
.regForm__input {
	width: 75%;
	text-align: left;
}

.codeForm {display: none;}


.mobileForm {
    font-size: 16px;
    text-align: center;
    margin: 25px auto;
    border: none;
}
.mobileForm h2 {
    font-size: 22px;
    font-weight: bold;
    color: #C80406;
    text-transform: uppercase;
}
.mobileForm h3 {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    margin-left: 25%;
}
.mobileForm .fields {
    /* width: 70%; */
    /* text-align: right; */
    margin: auto;
}
.mobileForm .fields input {
    /* float: right; */
    /* margin-left: 10px; */
    height: 36px;
}
.mobileForm p {
    margin: 20px 0;
}
.mobileForm input[type=checkbox] {
    width: 50px;
    height: 50px;
}
.orangeBtn {
    text-decoration: none;
    border: 1px solid #a5914a;
    background-color: #FFCD0D;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    font-size: 18px;
    padding: 8px 30px;
    font-weight: bold;
}
.orangeBtn.red {
    color: red;
}

.mobileForm input[required] {
    background-color: #F2D7D0;
}


#gogo_overly {height:100%; width:100%; opacity:0.5; position:fixed; top:0; z-index:100; background-color:#333;}
#gogo_wrap {height:0; overflow:visible; position:fixed; top:0; width:100%; z-index:101;}
#gogo_box {margin:auto; overflow:visible; position:relative; background-image:url('../img/main/box_bg.png'); padding:8px; border-radius:6px;}
#gogo_contant {-moz-border-radius:3px; -webkit-border-radius:3px; -border-radius:3px; background:none repeat scroll 0 0 rgba(102, 102, 102, 0.7); padding:5px;}
#gogo_last_cont {border:1px solid #C8CACA; background:#fff; overflow:auto; border-radius:3px;}
#gogo_last_cont p {margin:10px;}
#gogo_head {height:30px; background:#FDE470; font-size:14px; font-weight:bold; text-align:left; padding:6px 6px; margin:0px; color:#CC0000; border-bottom:1px solid #C8CACA;}
#gogo_head a:link {color:#fff;}