@media only screen and (min-width: 480px) and (max-width: 767px) {
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
}

.main-navigation > ul > li.bg-green.highlight a {
  background-color: #4caf50;
}

.vc-image {
  text-align: center;
}
.vc-image img {
  height: auto;
  width: 200px;
  margin: 10px 20px 10px 10px;
  display: inline-block;
}
.text-justify {
  text-align: justify;
}
.otherpage {
  max-height: 300px;
  padding: 150px 0;
  text-align: center;
  color: #fff;
  background-size: contain;
}
.otherpage:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 300px;
  overflow: hidden;
  z-index: 2;
}
.otherpage h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
  line-height: 60px;
  z-index: 3;
  position: relative;
}
.panel-danger > .panel-heading {
  color: #fff;
  background-color: #ce483f;
  border-color: #ce483f;
}
.panel-heading h2 {
  margin-bottom: 0;
  color: #fff;
}
.d-none {
  display: none;
}
#weather span {
  display: block;
  margin-bottom: 10px;
}
label.selected .plan-selection .btn {
  background-color: #fe3649 !important;
}
.thumbnail {
  width: 150px;
}
.form-control {
  margin-bottom: 8px;
}
.input-group {
  margin-bottom: 8px;
}

#tagscloud {
  width: 100%;
  height: 100vh;
  position: relative;
  font-size: 12px;
  color: #333;
  text-align: center;
}
#tagscloud a {
  position: absolute;
  top: 0px;
  left: 0px;
}

#tagscloud a img {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  padding: 5px;
  background: #f16e50;
  display: block;
}
#tagscloud a img:nth-child(2n) {
  background: #006633;
}
#tagscloud a:nth-child(3n) img {
  background: #0099ff;
}
#tagscloud a:nth-child(4n) img {
  background: #ff5e58;
}
#tagscloud a:nth-child(5n) img {
  background: #4bd0fa;
}
#tagscloud a:nth-child(6n) img {
  background: #ffa800;
}
#tagscloud a:nth-child(7n) img {
  background: #ef5777;
}
#tagscloud a:nth-child(8n) img {
  background: #00d8d6;
}
#tagscloud a:nth-child(9n) img {
  background: #fb5c65;
}
.main-navigation > ul > li > ul li > a {
  font-size: 14px;
}
.main-navigation > ul > li > ul li > a:hover {
  background-color: #579bd3;
  color: #fff;
}
.about-content p {
  color: #030303;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-content li {
  color: #030303;
  font-size: 16px;
  margin-bottom: 10px;
}
.vc-message p {
  color: #030303;
  font-size: 16px;
  margin-bottom: 10px;
}
.bubt-logo {
  margin-right: 20px;
}
.event-info .event-date {
  padding: 5px 30px;
  font-size: 30px;
  -webkit-animation: o-rotate-360 linear 2s infinite;
  animation: o-rotate-360 linear 2s infinite;
}
@-webkit-keyframes o-rotate-360 {
  0% {
    border-left: 2px solid #e85f99;
    border-top: 2px solid #65587f;
    border-right: 2px solid #50bda1;
    border-bottom: 2px solid #f18867;
  }
  25% {
    border-left: 2px solid #f18867;
    border-top: 2px solid #e85f99;
    border-right: 2px solid #65587f;
    border-bottom: 2px solid #50bda1;
  }
  50% {
    border-left: 2px solid #50bda1;
    border-top: 2px solid #f18867;
    border-right: 2px solid #e85f99;
    border-bottom: 2px solid #65587f;
  }
  75% {
    border-left: 2px solid #65587f;
    border-top: 2px solid #50bda1;
    border-right: 2px solid #f18867;
    border-bottom: 2px solid #e85f99;
  }
  100% {
    border-left: 2px solid #e85f99;
    border-top: 2px solid #65587f;
    border-right: 2px solid #50bda1;
    border-bottom: 2px solid #f18867;
  }
}

@keyframes o-rotate-360 {
  0% {
    border-left: 2px solid #e85f99;
    border-top: 2px solid #65587f;
    border-right: 2px solid #50bda1;
    border-bottom: 2px solid #f18867;
  }
  25% {
    border-left: 2px solid #f18867;
    border-top: 2px solid #e85f99;
    border-right: 2px solid #65587f;
    border-bottom: 2px solid #50bda1;
  }
  50% {
    border-left: 2px solid #50bda1;
    border-top: 2px solid #f18867;
    border-right: 2px solid #e85f99;
    border-bottom: 2px solid #65587f;
  }
  75% {
    border-left: 2px solid #65587f;
    border-top: 2px solid #50bda1;
    border-right: 2px solid #f18867;
    border-bottom: 2px solid #e85f99;
  }
  100% {
    border-left: 2px solid #e85f99;
    border-top: 2px solid #65587f;
    border-right: 2px solid #50bda1;
    border-bottom: 2px solid #f18867;
  }
}

@media (min-width: 1369px) {
  .showcase {
    height: 900px !important;
  }

  .showcase .hero-slider.flexslider {
    height: 900px !important;
  }

  .showcase .hero-slider.flexslider .parallax {
    height: 900px !important;
  }

  .showcase {
    height: 900px !important;
  }
}

@media (max-width: 1368px) {
  .event-info .fl {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 15px;
  }
  .event-info .sl {
    font-size: 60px;
    line-height: 60px;
  }
  .event-hero-info {
    top: 30%;
    z-index: 2;
    width: 100%;
    height: 600px;
    margin-top: -10px;
  }
}

@media (min-width: 480px) and (max-width: 900px) {
  .hero-slider.flexslider {
    _height: 500px !important;
  }

  .hero-slider.flexslider ul li.parallax.wheighter {
    _height: 500px !important;
  }
  .event-info .fl {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .event-info .sl {
    font-size: 35px;
    line-height: 35px;
  }
  .event-hero-info {
    top: 40%;
    z-index: 2;
    width: 100%;
    height: 460px;
    margin-top: -10px;
  }
}

@media (max-width: 480px) {
  .btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 20px;
    font-size: 14px;
    margin-bottom: 8px;
  }

  .event-info .fl {
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 15px;
  }
  .event-info .sl {
    font-size: 35px;
    line-height: 35px;
  }
  .event-hero-info {
    top: 40%;
    z-index: 2;
    width: 100%;
    height: 460px;
    margin-top: -10px;
  }
}
