/* 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;
  max-width: 1600px;
  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 .btn-nav:before{
  content: "";
  display: block;
  padding-top: 8%;
}


.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-h11eyes-main .htc-section.two{
  background: #eaeaea;
}

.htc-event-main .htc-section.one .htc-wrap{
  padding: 0;
  text-align: center;
  overflow: visible;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.htc-event-main .htc-section.one .htc-title-box{
  position: relative;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: white;
}

.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: 62%;
  clear: both;
  margin: auto;
  margin-bottom: 7%;
}

.htc-event-main .htc-section.one .htc-btn-box .btn{
  position: relative;
  width: 30%;
  float: left;
  opacity: 1;
}

.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%;
}

.htc-event-main .htc-section.one .htc-btn-box .btn.three{
}

.htc-event-main .htc-section.one .htc-btn-box .btn img{
  width: 100%;
  display: block;
}

/*section2*/

.htc-event-main .htc-section.two .htc-title-box{
  position: relative;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: white;
}

/*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-title-box{
  position: relative;
  margin: 0 6%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
}

.htc-event-main .htc-section.three .htc-item-box{
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.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-btn-box .btn.two{
}


.htc-event-main .htc-section.two{
  background-color: #fff!important;
}

@media (max-width: 720px) {
 
  .htc-event-main .btn-nav:before{
    padding-top: 16%;
  }

  .htc-event-main .htc-section.one .htc-title-box{
    margin: 0;
    background-color: white;
  }

  .htc-event-main .htc-section.one .htc-btn-box .btn{
    display: block;
    float: none;
    margin-right: 0!important;
    width: 100%;
    margin-bottom: 10%;
  }

  .htc-event-main .htc-section.one .htc-btn-box .btn:before{
    padding-top: 23%;
  }

  .htc-event-main .htc-section.three .htc-title-box {
    margin: 0;
    background-size: 90% auto;
  }

  .htc-event-main .htc-section.three .htc-item-box {
    margin-top: 20px;
    margin-bottom: 20px;
    background-size: cover;
  }

  .htc-event-main .htc-section.three .htc-btn-box{
    width: 90%;
  }

  .htc-event-main .htc-section.three .htc-btn-box .btn{
    width: 48%;
  }

  .htc-h11eyes-main .htc-section.three .htc-btn-box .btn.one{
    margin-right: 3%;
  }

}