

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
          outline: none;
}



*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

select{
      -webkit-appearance: none;
       -moz-appearance: none;
        -ms-appearance: none;
         -o-appearance: none;
            appearance: none;
            outline: none;
}

select::-ms-expand {
    display: none;
}



html {
  overflow-x: hidden;
   -ms-overflow-style: scrollbar;
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
  padding: 0;
  font-size: 16px !important;
  color: #fff;
  font-family: 'Roboto', sans-serif !important;
  background-color: #f5f7f6 !important;
  overflow-x: hidden;
}




ul {
	list-style:none;
	
}
a {
	text-decoration:none !important;
  outline: none;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
  outline: none;
}

textarea{
  resize: vertical;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

select{
      -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}




::-moz-selection {
	background-color: #007d9d;
	color: #fff;
	text-shadow: none;
}
::selection {
	background-color: #007d9d;
	color: #fff;
	text-shadow: none;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
}


a,input, button{
    -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}



@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/FontAwesome.eot?#iefix') format('embedded-opentype'),  
  url('fonts/FontAwesome.otf')  format('opentype'),
  url('fonts/FontAwesome.woff') format('woff'), 
  url('fonts/FontAwesome.ttf')  format('truetype'), 
  url('fonts/FontAwesome.svg#FontAwesome') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa.fa.fa.fa.fa{
  font-family: 'FontAwesome';
}



@font-face {
  font-family: 'RageItalic';
  src: url('fonts/RageItalic.eot?#iefix') format('embedded-opentype'),  
  url('fonts/RageItalic.woff') format('woff'), 
  url('fonts/RageItalic.ttf')  format('truetype'), 
  url('fonts/RageItalic.svg#RageItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'ArialRoundedMTBold';
  src: url('fonts/ArialRoundedMTBold.eot?#iefix') format('embedded-opentype'),  
       url('fonts/ArialRoundedMTBold.woff') format('woff'), 
       url('fonts/ArialRoundedMTBold.ttf')  format('truetype'), 
       url('fonts/ArialRoundedMTBold.svg#ArialRoundedMTBold') format('svg');
  font-weight: normal;
  font-style: normal;
}






.container.container.container.container.container.container{
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.container.container.container.container.container.container:after,
.container.container.container.container.container.container:before {
	content: " ";
	display: table;
}
.container.container.container.container.container.container:after {
	clear: both;
}

h1,h2,h3,h4,h5,h6,ul,li,figure{
	margin:0;
	padding:0;
}

ul{
  margin: 0;
}


p{
  font-size: 16px;
  font-weight: 400;
  color: #656565;
}


img {
	margin:0;
	padding:0;
	border:none;
	max-width:100%;
  height: auto;
	display:block;
}


.full-width,
.header-sup ul,
.nav-sup ul{
  width: 100%;
  float: left;
}

.header-sup ul,
.nav-sup ul{
  margin: 0;
}

.cross-nav{
  display: none;
}

.main-header{
  border-top: 4px solid #7bac02;
  padding: 7px 0 0;
}


.header-sub + .header-sub{
  position: fixed;
  box-shadow: 0px 0px 8px 0px #545454;
  top: -100%;
  left: 0;
  z-index: 999999;
    -webkit-transition: all 2s ease-in-out;
       -moz-transition: all 2s ease-in-out;
        -ms-transition: all 2s ease-in-out;
         -o-transition: all 2s ease-in-out;
            transition: all 2s ease-in-out;
}

.seconed-header.seconed-header{
  top: 0;
}





.header-sup{
  padding-bottom: 18px;
}

.header-sup ul{
  text-align: center;
}

.header-sup ul li{
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  padding: 0 10px;
  position: relative;
}

.header-sup ul li:before{
  content: " ";
  width: 2px;
  height: 95px;
  background: #d7d8d9;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

.header-sup ul li:first-child:before{
  display: none;
}

.header-sub{
  background: #699203;
}

.cross-nav{
  display: none;
}

.nav-sup{
  text-align: center;
}

.nav-sup ul li{
  display: inline-block;
  vertical-align: middle;
}

.nav-sup ul li a{
  display: block;
  padding: 17.7px 15px;
  color: #fff;
}

.nav-sup ul li.active > a,
.nav-sup ul li:hover > a{
  background: #496700;
}

.main-banner{
  height: 100%;
  min-height: 586px;
  background-size: cover;
  text-align: center;
  padding: 37px 0;
}

.main-banner h3{
  font-size: 45px;
  font-family: 'ArialRoundedMTBold';
  color: #5f8502;
  margin: 0;
  text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 1px 1px #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
}

.tag-text{
  font-family: "Arial";
  font-size: 20px;
  color: #edfbcc;
  display: block;
  margin-top: 8px;
  text-shadow: 1px 1px 1px #3a3a3a;
}

.banner-sub{
  margin-top: 92px;
}

.banner-date{
  float: left;
  padding-left: 25px;
  padding-top: 17px;
}

.banner-date .date span{
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 30px;
  color: #fff;
  border-radius: 100%;
  background: rgba(255,148,43,0.79);
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.banner-date .date span:before{
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #ce7723;
  border-radius: 100%;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1.0,1.0);
    opacity: 1;
  }
  100%{
    transform: scale(1.5,1.5);
    opacity: 0;
  }
}


.banner-date .date span + span{
  background: rgba(255,133,43,0.79);
  right: 14px;
}

.banner-date .date b{
  display: block;
  font-size: 28px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  margin-left: -10px;
  margin-top: -5px;
}


.banner-date .year,
.banner-date .date{
  display: inline-block;
  vertical-align: top;
}

.banner-date .year{
  font-family: 'Oswald', sans-serif !important;
  font-size: 95px;
  color: #fff;
  font-weight: 600;
  position: relative;
  margin-top: -33px;
  letter-spacing: 8px;
  margin-left: -7px;
}

.banner-date .address{
  width: 100%;
  max-width: 365px;
  text-align: center;
  margin-top: 12px;
}

.banner-date .address span{
  width: 100%;
  display: block;
  color: #fcd66f;
  letter-spacing: 1.5px;
  border-bottom: 1px solid #898685;
  padding-bottom: 4px;
  margin-bottom: 13px;
}

.banner-date .address p{
  margin: 0;
  font-weight: 300;
  font-size: 20px;
  color: #fff;
  letter-spacing: 1.5px;
  line-height: 1.3em;
}

.banner-carousel{
  width: 100%;
  max-width: 600px;
  float: right;
  padding-right: 22px;
}

.banner-slide{
  padding: 40px;
  background: rgba(0,0,0,0.65);
}

.sub-banner-slide p{
  font-size: 22px;
  font-weight: 100;
  color: #fff;
  margin: 0;
  text-align: right;
  position: relative;
}

/*.sub-banner-slide p:before{
  content: "";
  width: 10px;
  height: 8px;
  position: absolute;
  left: -15px;
  top: 0;
  background: url('images/icon-01.png') no-repeat left top;
}*/

.sub-event-out-line{
  position: relative;
  border-bottom: 2px solid #ffb200;
  padding-bottom: 25px;
  height: 100%;
  min-height: 295px;
}

.sub-event-out-line header{
  width: 90%;
  float: right;
  height: 119px;
  line-height: 119px;
  font-size: 28px;
  text-align: right;
  font-weight: 700;
  background: #ffb200;
  color: #fff;
  letter-spacing: 1.8px;
  padding-right: 55px;
  margin-bottom: 45px;
}

.heading{
  font-family: 'Arimo', sans-serif !important;
  margin: 0 0 48px;
  font-size: 48px;
  text-align: center;
  letter-spacing: 1px;
}

.event-out-line{
  padding: 52px 0 49px;
}



.heading b{
  color: #699203;
}

.sub-event-out-line figure{
  width: 168px;
  height: 168px;
  background: #ffb200;
  position: absolute;
  left: 0;
  top: -24px;
  border-radius: 100%;
  border: 8px solid #fff;
  text-align: center;
  padding-top: 40px;
}

.sub-event-out-line figure:before{
  content: " ";
  width: 115px;
  height: 115px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: #fff;
  border-radius: 100%;
  pointer-events: none;
}

.sub-event-out-line figure b{
  font-size: 48px;
  position: relative;
  color: #ffb200;
  display: block;
  line-height: 1em;
  letter-spacing: 3px;
}

.sub-event-out-line figure span{
  display: block;
  font-size: 26px;
  font-weight: 500;
  color: #53504c;
  position: relative;
  line-height: 0.8em;
  letter-spacing: 2px;
}


.event-outline-content{
  padding-left: 60px;
}

.event-outline-content p{
  font-size: 17px;
  color: #46433f;
  margin: 0;
  letter-spacing: 1.5px;
  line-height: 1.5em;
}

.sub-impact + .sub-impact header,
.sub-impact + .sub-impact figure{
  background: #ff8f31;
}

.sub-impact + .sub-impact figure b{
  color: #ff8f31;
}

.sub-impact + .sub-impact figure{
  left: auto;
  right: 0;
}

.sub-impact + .sub-impact header{
  float: left;
  padding-left: 20px;
  padding-right: 0;
  text-align: left;
}

.sub-impact + .sub-impact .event-outline-content{
  padding-right: 60px;
  padding-left: 0;
}

.mobilemenu{
  width: 32px;
  height: 24px;
  background: url("images/menu.png") no-repeat center;
  float: right;
  margin-right: 15px;
  margin-top: 5px;
  display: none;
}

.register-button{
  width: 48px;
  height: 156px;
  position: fixed;
  z-index: 999;
  right: 0;
  top: 40%;
  background: #ff852b;
  border-radius: 6px 0 0 6px;
}

.register-button span{
    display: block;
    font-size: 20px;
    color: #fff;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    margin-top: 32px;
    margin-left: 10px;
    letter-spacing: 3px;
}




@media only screen and (max-width:1260px) {

.header-sup ul li:nth-child(1) img{
  width: 55px;
}

.header-sup ul li:nth-child(2) img{
  width: 85px;
}

.header-sup ul li:nth-child(3) img{
  width: 190px;
}

.header-sup ul li:nth-child(4) img{
  width: 175px;
}

.header-sup ul li:nth-child(5) img{
  width: 180px;
}

.nav-sup ul li a{
  padding: 14px;
}

}



@media only screen and (max-width:1040px) {
.nav-sup ul li{
  font-size: 14px;
}

.banner-date .year{
  font-size: 56px;
  margin-top: -10px;
}

.sub-banner-slide p{
  font-size: 20px;
}

.banner-carousel{
  max-width: 505px;
}

.heading{
  font-size: 34px;
}

.sub-event-out-line header{
  font-size: 20px;
}

.sub-event-out-line figure{
  width: 130px;
  height: 130px;
  line-height: 130px;
  padding-top: 35px;
}

.sub-event-out-line figure:before{
  width: 85px;
  height: 85px;
}

.sub-event-out-line figure b{
  font-size: 30px;
}

.sub-event-out-line figure span{
  font-size: 20px;
}

.sub-event-out-line header{
  height: 85px;
  line-height: 85px;
}




}



@media only screen and (max-width:991px) {
.sub-event-out-line{
  min-height: initial;
  border: none;
}

.event-outline-content{
  padding: 30px !important;
}
.sub-event-out-line header{
  margin-bottom: 0;
}

}



@media only screen and (max-width:940px) {

.nav-sup ul li{
  font-size: 12px;
}

.nav-sup ul li a{
  padding: 10px;
}

.header-sup ul li:nth-child(1) img{
  width: 45px;
}

.header-sup ul li:nth-child(3) img{
  width: 165px;
}

.header-sup ul li:nth-child(4) img{
  width: 135px;
}

.header-sup ul li:nth-child(5) img{
  width: 155px;
}

.banner-date{
  width: 100%;
  padding-left: 0;
}

.banner-sub{
  margin-top: 60px;
}

.banner-date .address{
  display: table;
  margin: 0 auto;
}

.banner-carousel{
  float: none;
  display: inline-block;
  margin: 25px auto 0;
}

}





@media only screen and (max-width:767px) {


.register-button{
  height: 130px;
  width: 32px;
  top: auto;
  bottom: 20px;
}

.register-button span{
  font-size: 16px;
  margin-left: 7px;
  margin-top: 25px;
  letter-spacing: 2px;
}

.cross-nav{
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border-radius: 100%;
  position: absolute;
  right: 15px;
  top: 15px;
  background: #496700;
  font-size: 40px;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}


.heading{
  font-size: 28px;
}

.event-out-line{
  padding: 35px 0;
}

.event-outline-content p{
  font-size: 15px;
}

.sub-event-out-line header{
  text-align: left;
  padding: 0 0 0 105px;
}

.sub-impact + .sub-impact header{
  text-align: right;
  padding: 0 105px 0 0;
}

.fixed-overlay{
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  z-index: 9999;
  cursor: pointer;
}

.mobilemenu{
  display: inline-block;
}

.header-sub{
  height: 35px;
}

.nav-sup.nav-sup{
  width: 100%;
  max-width: 320px;
  height: 100%;
  background: #d48b43;
  position: fixed;
  z-index: 999999;
  right: -100%;
  top: 0;
    -webkit-transition: all 1s ease-in-out;
       -moz-transition: all 1s ease-in-out;
        -ms-transition: all 1s ease-in-out;
         -o-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
}

.mobilemenu.active + .nav-sup{
  right: 0;
}

.nav-sup.nav-sup ul ul{
  position: static;
  opacity: 1;
  width: 100%;
  float: left;
  display: none;
}
.nav-sup.nav-sup ul ul li{
  opacity: 1 !important;
}

.nav-sup.nav-sup ul ul li a{
  padding: 8px 45px !important;
}

.main-header .nav-sup.nav-sup ul li{
  width: 100%;
  float: left;
  margin: 0;
  text-align: left;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-sup ul li a{
  padding: 7px 15px;
  background: #a76729;
}

.nav-sup > ul{
  padding-top: 80px;
}

.header-sup ul li:nth-child(1) img{
  width: 35px;
}

.header-sup ul li:nth-child(2) img{
  width: 65px;
}

.header-sup ul li:nth-child(3) img{
  width: 135px;
}

.header-sup ul li:nth-child(4) img{
  width: 115px;
}

.header-sup ul li:nth-child(5) img{
  width: 125px;
}

.header-sup ul li:before{
  display: none;
}

.main-banner h3{
  font-size: 33px;
}

.tag-text{
  font-size: 16px;
}

}



@media only screen and (max-width:520px) {
.container.container.container.container.container.container{
  padding: 0 15px;
}

.main-banner h3{
  font-size: 26px;
}

.banner-date .year{
  display: block;
  letter-spacing: 3px;
  font-size: 50px;
}

.banner-date .date b{
  font-size: 22px;
  margin-top: 0;
}

.banner-date .date span{
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 22px;
}

.banner-sub{
  margin-top: 15px;
}

.banner-date .address p{
  font-size: 16px;
}

.banner-carousel{
  padding-right: 0;
}

.sub-banner-slide p{
  font-size: 16px;
}

.sub-event-out-line figure{
  width: 105px;
  height: 105px;
  line-height: 105px;
  padding-top: 25px;
}

.sub-event-out-line figure:before{
  width: 70px;
  height: 70px;
}

.sub-event-out-line figure b{
  font-size: 24px;
}

.sub-event-out-line figure span{
  font-size: 16px;
}

.sub-event-out-line header{
  height: 55px;
  line-height: 55px;
  padding: 0 0 0 80px;
  font-size: 16px;
}


.sub-impact + .sub-impact header{
  padding: 0 80px 0 0;
}

.event-outline-content{
  padding: 30px 15px !important;
}

.sub-event-out-line{
  padding-bottom: 0;
}


}














