/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

header{
	display:block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

input,button,select,textarea{
	outline:none
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*main*/
.htc-event-main{
  position: relative;
  width: 100%;
  background: black;
}

.htc-event-main img{
  display: block;
}

.htc-event-main .htc-wrap{
  position: relative;
  margin: auto;
  width: 100%;
  overflow: hidden;
}

/*header*/
.htc-event-main .event-header{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.htc-event-main .htc-nav{
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 1000000;
  bottom: -3px;
}

.htc-event-main .btn-nav{
  position: relative;
  float: left;
  width: 50%;
}

.htc-event-main .htc-section{
  position: relative;
  width: 100%;
  overflow: hidden;
}

.htc-event-main .htc-section .htc-wrap{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.htc-event-main .btn{
  transition: 0.2s;
}

/*section1*/

.htc-event-main .htc-section.one, .htc-event-main .htc-section.two{
  background: #1a2842;
}

.htc-event-main .htc-section.one .htc-wrap{
  padding: 0% 0 0;
  text-align: center;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.htc-event-main .htc-section.one .htc-item-box{
  position: relative;
  width: 100%;
}

.htc-event-main .htc-section.one .htc-btn-box {
  position: relative;
  width: 64%;
  clear: both;
  margin: 1% auto 2%;
  display: block;
  text-align: center;
}

.htc-event-main .htc-section.one .htc-btn-box .btn {
  position: relative;
  width: 29%;
  opacity: 1;
  display: inline-block;
}

.htc-event-main .htc-section.one .htc-btn-box .btn img{
  width: 100%;
  display: block;
}

.htc-event-main .htc-section.one .htc-btn-box .btn:hover{
  opacity: 0.8;
  transform: 0.3s;
}

.htc-event-main .htc-section.one .htc-btn-box .btn.one{
  margin-right: 5%;
}

.htc-event-main .htc-section.one .htc-btn-box .btn.two{
  margin-right: 5%;
}

/*section3*/
.htc-event-main .htc-section.three{
  background: white;
  margin-top: -1px;
}

.htc-event-main .htc-section.three .htc-wrap{
  padding: 3% 0 0;
  text-align: center;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.htc-event-main .htc-section.three .htc-item-box{
  position: relative;
  width: 100%;
}

.htc-event-main .htc-section.three .htc-item-box:before{
  content: "";
  display: block;
  padding-top: 32%;
}

.htc-event-main .htc-section.three .htc-btn-box{
  position: relative;
  width: 42%;
  clear: both;
  margin: auto;
  overflow: auto;
}

.htc-event-main .htc-section.three .htc-btn-box .btn{
  position: relative;
  width: 45%;
  float: left;
}

.htc-event-main .htc-section.three .htc-btn-box .btn.one{
  margin-right: 9%;
}

.htc-event-main .htc-section.three .htc-notice{
  position: relative;
  margin: 0 15%;
}

@media (max-width: 720px) {
  .htc-event-main .btn-nav{
    padding-top: 16%;
  }

  .htc-event-main .htc-section.one .htc-item-box{
    margin-bottom: 5%;
  }

  .htc-event-main .htc-section.one .htc-btn-box .btn{
    margin-right: 0!important;
    width: 90%;
    margin-bottom: 10%;
  }

  .htc-event-main .htc-section.three .htc-btn-box{
    width: 90%;
  }

  .htc-event-main .htc-section.three .htc-btn-box .btn{
    width: 48%;
  }

  .htc-event-main .htc-section.three .htc-btn-box .btn.one{
    margin-right: 3%;
  }

}

/* Add by Chester */
.htc-event-main .htc-section.one .htc-btn-box .btn.fake{
	pointer-events: none;
	cursor: none;
	opacity: 0;
	margin-right: 5%;
}

@media (max-width: 720px) {
	.htc-event-main .htc-section.one .htc-btn-box .btn.fake{
		display: none;
		margin: 0;
		padding: 0;
		height: 1px;
	}
}
