body {
  margin: 0;
}

#menus-v2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  margin-top: 3%;
}

#menus-v2 ul li a {
  color: white;
}

#menus-v2 .navbar-collapse>ul {
  margin-left: auto;
}

#main {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

#main .event-page {
  position: relative;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

#main .event-page .logo {
  position: absolute;
  top: -3%;
  left: 60px;
}
.logo img {
    max-width: 200px;
}
#main .event-page .countdown {
  position: absolute;
  width: 100%;
  max-width: 600px;
  top: 49%;
  left: 50px;
  font-family: 'Oswald', sans-serif;
}

#main .event-page .countdown .text {
	font-size: 18px;
	line-height: 30px;
	color: #fff;
	margin: 0 0 30px;
	word-spacing: 0px;
	letter-spacing: 0;
	font-weight: 100 !important;
}

#main .event-page .countdown .counter {
  display: flex;
}

#main .event-page .countdown .counter .item {
  flex: 1;
  color: white;
  font-size: 58px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 19px;
}

#main .event-page .countdown .counter .item span {
  font-size: 25px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}

#main .event-page .menus {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  transition: 0.5s all;
}

#main .event-page .menus.right {
  right: -100px;
  background-color: rgba(0, 0, 0, 1);
}

#main .event-page .menus .hamburger-menus {
  position: absolute;
  width: calc(100% - 70px);
  height: 14px;
  top: calc(50% - 7px);
  cursor: pointer;
  margin-left: 35px;
}

#main .event-page .menus .hamburger-menus .hamburger,
#main .event-page .menus .hamburger-menus .hamburger::before,
#main .event-page .menus .hamburger-menus .hamburger::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: white;
}

#main .event-page .menus .hamburger-menus .hamburger {
  margin-top: 6px;
}

#main .event-page .menus .hamburger-menus .hamburger::before {
  margin-top: -5px;
}

#main .event-page .menus .hamburger-menus .hamburger::after {
  margin-top: 5px;
}

#main .event-page .tabs-menus {
  position: absolute;
  top: calc(-100% - 100px);
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 1);
  transition: .5s all;
}

#main .event-page .tabs-menus.bottom {
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

#main .event-page .tabs-menus .close {
  display: inline-block;
  width: 25px;
  height: 35px;
  color: white;
  font-size: 40px;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 15px;
}

#main .event-page .tabs-menus .tabs-body {
  display: inline-block;
  width: calc(100% - 60px);
  height: 100%;
  vertical-align: middle;
}

#main .event-page .tabs-menus .tabs-body .tabs {
  display: flex;
  font-family: 'Oswald', sans-serif;
  padding-top: 15px;
}

#main .event-page .tabs-menus .tabs-body .tabs .item {
  flex: 1;
  cursor: pointer;
  text-align: center;
  color: white;
}

#main .event-page .tabs-menus .tabs-body .tabs .item.active {
  font-weight: bold;
}

#main .event-page .tabs-menus .tabs-body .body {
  height: 100%;
  padding: 15px;
  overflow-y: auto;
}

#main .event-page .tabs-menus .tabs-body .body .item-body {
  display: none;
  padding-bottom: 100px;
}

#main .event-page .tabs-menus .tabs-body .body .item-body.active {
  display: block;
}

.footer-basic {
  padding: 40px 0;
  background-color: #ffffff;
  color: #4b4c4d;
}

.footer-basic ul {
  padding: 0;
  list-style: none;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 0;
}

.footer-basic li {
  padding: 0 10px;
}

.footer-basic ul a {
  color: inherit;
  text-decoration: none;
  opacity: 0.8;
}

.footer-basic ul a:hover {
  opacity: 1;
}

.footer-basic .social {
  text-align: center;
  padding-bottom: 25px;
}

.footer-basic .social>a {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

.footer-basic .social>a:hover {
  opacity: 0.9;
}

.footer-basic .copyright {
  margin-top: 15px;
  text-align: center;
  font-size: 13px;
  color: #aaa;
  margin-bottom: 0;
}


.photo-gallery {
  color: #313437;
  background-color: #fff;
}

.photo-gallery p {
  color: #7d8285;
}

.photo-gallery h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.photo-gallery .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom: 0;
}

.photo-gallery .photos {
  padding-bottom: 20px;
}

.photo-gallery .item {
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  #main .event-page .countdown{
    max-width: 300px !important;
    left: 4%;
  }
  #main .event-page .countdown .text {
    font-size:2em !important;
  }

  #main .event-page .countdown .counter .item{
    font-size: 2em !important;
  }

  #main .event-page .countdown .counter .item span{
    margin-top: 0px !important;
    font-size: .7em;
  }
}