@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 14px;
  color: #555;
  font-weight: 400;
  line-height: 25px;
}
body a {
  text-decoration: none;
}
body img {
  vertical-align: middle;
}

.back-top {
  background-color: #75bd59 !important;
  border-color: #75bd59 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  padding: 13px 10px !important;
  position: fixed !important;
  bottom: 25px;
  right: 25px;
  border-radius: 3px;
  display: block;
  text-align: center;
  z-index: 9999;
  visibility: hidden;
  opacity: 0;
  transform: translateY(50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
}
.back-top i {
  font-size: 14px;
  color: #fff;
  margin: 0 !important;
  display: block;
}
.back-top.btn-show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0%);
}
.back-top:hover {
  background-color: #4ede17 !important;
  border: 2px solid #4ede17 !important;
}

.btn {
  border-radius: 0;
}

header {
  position: relative;
  z-index: 99;
}
header.navbar-sticky-on {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-animation: fadeInDown 0.5s;
  animation: fadeInDown 0.5s;
  width: 100%;
  box-shadow: 0 0 40px rgba(83, 88, 93, 0.2);
}

.navbar {
  position: relative;
  padding: 0;
}
.navbar .navbar-brand {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
}
.navbar .navbar-brand .navbar-brand-item {
  height: 60px;
  display: block;
  max-width: 100%;
}

.bg-secondary {
  background-color: #f5f5f5 !important;
}

.footer {
  border-top: 1px solid #75bd59 !important;
}
.footer .list-inline {
  display: inline-block;
  padding-left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .list-inline .menu-item {
  display: inline-block;
}
.footer .list-inline .menu-item:not(:last-child) {
  margin-right: 0.5rem;
}
.footer .list-inline .menu-item a {
  transition: all 0.3s ease-in-out;
  color: #000 !important;
}
.footer .list-inline .menu-item a:hover {
  color: #ccc !important;
}

.main-content {
  position: relative;
}
.main-content::before, .main-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-content::before {
  z-index: 0;
  background: url(../images/bg.png) bottom center no-repeat, url(../images/bg.jpg) bottom center repeat-x, #feeff6;
  background-size: 100% auto, auto 50%;
}
.main-content::after {
  z-index: 1;
  background: url(../images/banner_upload.png) top center no-repeat;
  background-size: 100% auto;
}

.content {
  position: relative;
  z-index: 2;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-title {
  max-width: 40% !important;
}

.box {
  background-color: #fff;
  min-height: 340px;
}
.box img {
  max-width: 80px !important;
}
.box.box-green {
  border-top: 10px solid #75bd59;
}
.box.box-green h3 {
  color: #75bd59 !important;
}
.box.box-red {
  border-top: 10px solid #98151d;
}
.box.box-red h3 {
  color: #98151d !important;
}
.box.box-orange {
  border-top: 10px solid #e29418;
}
.box.box-orange h3 {
  color: #e29418 !important;
}
.box.box-deepred {
  border-top: 5px solid #98151d;
}
.box.box-deepred a {
  color: #555;
}

.green-title {
  font-size: 26px;
}
.green-title span {
  color: #fff !important;
  background-color: #75bd59 !important;
  padding: 8px 20px;
  border-radius: 10px;
}

.upload-form {
  background-color: #fff;
  border-top: 10px solid #75bd59;
}

.voteBtn {
  display: inline-block;
  position: relative;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid #98151d;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  background: linear-gradient(to right, #DF072C, #A51335);
  color: white !important;
}
.voteBtn:hover, .voteBtn:active {
  border-color: #98151d !important;
}
.voteBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(to right, #DF072C, #A51335);
  transform: skewY(-3deg);
  transform-origin: top left;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive.embed-responsive-4by3 {
  padding-top: 75%;
}
.embed-responsive.embed-responsive-16by9 {
  padding-top: 56.25%;
}
.embed-responsive::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.sectionLabel {
  background: #e8eaf1;
  font-size: 1.28571rem;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.sectionLabel span {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 11px;
  padding-bottom: 10px;
  background: #e90b35;
  position: relative;
}
.sectionLabel span::before {
  content: "";
  position: absolute;
  top: 0;
  right: -29px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 46px 30px 0 0;
  border-color: #e90b35 transparent transparent;
}

.error {
  display: block;
  color: #e90b35;
  padding-top: 5px;
}

.fbBtn {
  display: inline-block;
  /* padding: 3px 10px; */
  background: #3977F3;
  color: white;
  /* font-size: 12px;
  line-height: 16px; */
  font-weight: bold;
  /* border-radius: 3px; */
}
.fbBtn i {
  margin-right: 1px;
}

/*# sourceMappingURL=style.css.map */
