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;
}

body {
  font-size: 100%;
  font-family: clear_sans, "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-style: normal;
  font-weight: 400;
  overflow-x: hidden;
  color: #4C4C4C;
  background-color: #0054a2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p > a{
  color: white;
  text-decoration: underline;
}

p > a:hover{
  color: white;
  text-decoration:none;
}

.webtxt {
  max-width: 601px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .webtxt {
    margin: 0 auto 60px;
  }
}
@media (min-width: 920px) {
  .webtxt {
    max-width: 901px;
  }
}
@media (min-width: 1220px) {
  .webtxt {
    max-width: 1201px;
  }
}


section {
  max-width: 601px;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  section {
    margin: 0 auto 60px;
  }
}
@media (min-width: 920px) {
  section {
    max-width: 901px;
  }
}
@media (min-width: 1220px) {
  section {
    max-width: 1201px;
  }
}

.event-wrapper {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 45px;
}
@media (max-width: 620px) {
  .event-wrapper {
    padding: 0 10px;
  }
}
@media (min-width: 620px) {
  .event-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 920px) {
  .event-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 1220px) {
  .event-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 100%;
  max-width: 100%;
  max-height: 420px;
  background-color: #0054a2;
  position: relative;
  color: white;
  margin-top: 30px;
  position: relative;
}
@media (min-width: 768px) {
  .slider {
    height: 38vw;
    margin-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .slider {
    margin-bottom: 60px;
  }
}
@media (min-width: 1400px) {
  .slider {
    max-height: 460px;
  }
}
.slider img {
  width: 35%;
}

.linkback {
  font-size: 20px;
  width: 100%;
  text-align: center;
  line-height: 40px;
  color: white;
}

.linkback a {
  color: white !important;
}


.event-wrapper .event-item .cover {
  height: auto;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 2px;
}
.event-wrapper .event-item .title-price-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 104px;
  grid-template-columns: 1fr 104px;
  -ms-grid-columns: 1fr 10px 95px;
  grid-template-columns: 1fr 95px;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-bottom: 5px;
}

h1, h2, h3, h4 {
  font-family: clear_sans, "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color: #ffffff;
}
.discription{
	color: #fab40a ;
}

@media (min-width: 768px) {
  h2 {
    font-size: 25px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
.webtxt p{
	font-size: 20px;
	line-height: 28px;
	padding-top: 20px;
}
p {
  font-family: clear_sans, "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
}
.event-wrapper .event-item .discription {
  padding-bottom: 15px;
}

footer {
  width: 100%;
  height: 100px;
  padding: 40px;
  background-color: #0054a2;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-logos{
  display: flex;
  flex-direction: row;
  height: auto;
  align-items: center;
    justify-content: center;
  list-style: none;
}

footer .footer-logos li{
  width: 100%;
  max-width: 300px;
  
}

footer .footer-logos li#tgl{
  padding: 20px;
}

footer .footer-logos li#igl{
  padding: 40px;
  margin-left: 40px;  
}

@media (max-width: 480px) { 
  footer .footer-logos{
    display: flex;
    flex-direction: column;

  }

  footer .footer-logos li#igl{
    padding: 40px;
    margin-left: 0px;  
  }

}



footer .footer-navigation {
  width: 100%;
  max-width: 1201px;
  margin: 0 auto;
  list-style: none;
  text-align: center;
  padding: 20px 0;
}

footer .footer-navigation li {

    display: inline-block;
    padding: 10px 10px;

}
footer .footer-navigation li a {
  text-decoration: underline;
  color: #ffffff;
}

footer .footer-navigation li a:hover {
  text-decoration: none;
}

.flyer .event-item-content{
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  transform: scale(1);
  transition: all 0.2s ease;
}

.flyer .event-item-content:hover{
  
  transform: scale(1.08);
  transition: all 0.3s ease;
}
