#govr-rect {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#govr-rect .rect-item {
  width: 14.6666%;
  max-width: 110px;
  margin: 20px 1% !important;
  text-align: center;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-family: inherit;
}

#govr-rect .rect-item.animpop .rect-smiley {
  -webkit-animation: animpop 1s ease 1 alternate;
          animation: animpop 1s ease 1 alternate;
}

#govr-rect .rect-item.voted .rect-fill {
  background: #f9bfbf;
  z-index: 1;
  border-radius: 0 0 10px 10px;
}

#govr-rect .rect-item.voted .rect-button {
  background: #e60e0e;
  z-index: 3;
  position: relative;
  opacity: 1;
}

#govr-rect .rect-item.voted .rect-button:hover {
  background: #e02020;
}

#govr-rect .rect-item.voted .rect-count {
  color: #6f0000;
  z-index: 5;
  position: relative;
}

#govr-rect .rect-item img {
  max-width: 50px;
  margin-top: -25px;
  display: inline-block;
}

#govr-rect .rect-item span {
  width: 100%;
  display: block;
  text-align: center;
}

#govr-rect .rect-item .rect-smiley {
  display: inline-block !important;
  position: absolute;
  z-index: 6;
}

#govr-rect .rect-item .rect-count {
  margin-top: 40px;
}

#govr-rect .rect-item .rect-button {
  background: #e04242;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin: 20px 9% -16px;
  width: 82%;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  z-index: 6;
  opacity: 0.85;
}

#govr-rect .rect-item .rect-button:hover {
  background: #b51b1b;
  opacity: 1;
}

#govr-rect .rect-item .rect-count {
  min-height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
  color: #555;
  font-weight: 600;
  position: relative;
  z-index: 5;
}

#govr-rect .rect-item .rect-fill {
  background: #efefef;
  position: absolute;
  bottom: 0;
  z-index: 0;
  border-radius: 0 0 10px 10px;
}

.govr-share {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.govr-view-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.govr-view {
  float: left;
  margin: 20px 0px 20px 0 !important;
  padding: 5px 15px 5px 0;
  color: #888;
  font-family: inherit;
  border-right: 1px solid #ddd;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  min-width: 190px;
  font-size: 18px;
  letter-spacing: 0.8px;
}

.govr-view.onlyviews {
  border: none;
  display: block;
  float: none;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.govr-view.small {
  font-size: 14px;
}

.govr-view.small i {
  font-size: 38px;
}

.govr-view.small strong {
  font-size: 30px;
}

.govr-view strong,
.govr-view .fa-eye {
  color: #ec3e3e;
  font-size: 32px;
  margin-right: 5px;
}

.govr-view span {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-left: 10px;
}

.govr-view span i {
  font-size: 46px;
  color: #444;
}

.govr-view span .active {
  position: absolute;
  left: 0;
  color: #ec3e3e;
  overflow: hidden;
  top: 0;
  height: 0;
  -webkit-transition: height 3s ease;
  transition: height 3s ease;
}

.govr-view span .active.anim {
  height: 100%;
}

.govr-share {
  padding: 5px 15px 5px 10px;
  font-family: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.govr-share.small .govr-sharebar a {
  font-size: 16px;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.8px;
}

.govr-share.small .govr-sharebar .govr-sharemore a {
  padding: 0 !important;
}

.govr-share.small strong {
  font-size: 34px !important;
  line-height: 34px !important;
}

.govr-share.small small {
  font-size: 16px !important;
}

.govr-share.small .govr-expandshare {
  min-height: 40px;
  min-width: 40px;
  padding: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.govr-share .govr-sharecount {
  display: inline-block;
  margin-right: 15px;
  text-align: center;
  min-width: 70px;
}

.govr-share .govr-sharecount strong {
  color: #ec3e3e;
  display: block;
  font-size: 34px;
  line-height: 36px;
}

.govr-share .govr-sharecount small {
  color: #888;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 0.8px;
  display: block;
}

.govr-sharebar {
  font-family: inherit;
}

.govr-sharebar.compact .govr-socialtext {
  display: none;
}

.govr-sharebar.compact i {
  margin: 0;
}

.govr-sharebar .govr-expandshare {
  color: #fff;
  padding: 0px;
  font-size: 19px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 5px #bbb;
          box-shadow: 0px 0px 5px #bbb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 50px;
  background: #666;
  cursor: pointer;
  height: 50px;
  width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.govr-sharebar .govr-expandshare:hover {
  background: #555;
}

.govr-sharebar .govr-expandshare.rollout {
  -webkit-animation: rolloutanim 1s ease 1 alternate forwards;
          animation: rolloutanim 1s ease 1 alternate forwards;
}

.govr-sharebar .govr-sharemore {
  max-width: 0;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  padding: 5px 0;
}

.govr-sharebar .govr-sharemore.active {
  max-width: 500px;
}

.govr-sharebar a {
  color: #fff !important;
  text-decoration: none !important;
  padding: 0;
  font-size: 18px;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0px 0px 5px #bbb;
          box-shadow: 0px 0px 5px #bbb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  margin: 0 3px 5px;
}

.govr-sharebar a:hover {
  color: #fff;
}

.govr-sharebar a:visited {
  color: #fff !important;
}

.govr-sharebar a i,
.govr-sharebar a svg {
  margin-right: 10px;
  font-size: 19px;
}

.govr-sharebar a.facebook {
  width: auto;
  height: auto;
  min-height: 50px;
  min-width: 50px;
  padding: 0 15px;
  border-radius: 30px;
}

.govr-sharebar a.twitter {
  width: auto;
  height: auto;
  min-height: 50px;
  min-width: 50px;
  padding: 0 15px;
  border-radius: 30px;
}

.govr-sharebar .facebook {
  background: #3b5998;
}

.govr-sharebar .twitter {
  background: #1da1f2;
}

.govr-sharebar .linkedin {
  background: #0077b5;
}

.govr-sharebar .linkedin i,
.govr-sharebar .linkedin svg {
  margin: 0;
}

.govr-sharebar .whatsapp {
  background: #1bc35a;
}

.govr-sharebar .whatsapp i,
.govr-sharebar .whatsapp svg {
  margin: 0;
}

.govr-sharebar .pinterest {
  background: #bd081c;
  border-radius: 50%;
}

.govr-sharebar .pinterest i,
.govr-sharebar .pinterest svg {
  margin: 0;
}

.govr-sharebar .mail {
  background: #666;
  border-radius: 50%;
}

.govr-sharebar .mail i,
.govr-sharebar .mail svg {
  margin: 0;
}

#govr-footerbar {
  position: fixed;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  -webkit-box-shadow: 0 1pt 12pt rgba(0, 0, 0, 0.15);
          box-shadow: 0 1pt 12pt rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding: 5px 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#govr-footerbar.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#govr-footerbar.bottom {
  bottom: 0;
}

#govr-footerbar .govr-share {
  border: none;
  padding-bottom: 0;
}


#govr-voting {
  margin: 40px auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#govr-voting div {
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#govr-voting i {
  font-size: 34px;
  color: #444;
}

#govr-voting .govr-upvote,
#govr-voting .govr-downvote {
  background: #f5f5f5;
  border-radius: 10px;
  cursor: pointer;
  width: calc(50% - 60px);
}

#govr-voting .voted,
#govr-voting .voted:hover {
  background: #fbeaea !important;
}

#govr-voting .govr-votes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120px;
  padding: 5px 0;
}

#govr-voting .govr-votes strong {
  color: #e04242;
  font-size: 34px;
  line-height: 30px;
}

#govr-voting .govr-votes small {
  font-size: 15px;
  color: #888;
  letter-spacing: 1px;
}

#govr-voting .govr-upvote:hover,
#govr-voting .govr-downvote:hover {
  background: #f1f1f1;
}

#govr-wtspchat {
  width: 400px;
  max-width: 90%;
  z-index: 99999;
  position: fixed;
  bottom: 0;
  right: 20px;
}

#govr-wtspchat.hasfbchat .govr-twicon {
  bottom: 85px !important;
  right: 7px !important;
}

#govr-wtspchat.hasfbchat .govr-wtmini {
  bottom: 172px !important;
}

#govr-wtspchat.hasfbchat .govr-twicon:before {
  top: -32px;
}

#govr-wtspchat .wtsp-close {
  position: absolute;
  color: #fff;
  right: 0;
  cursor: pointer;
  font-size: 26px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 50px;
  text-align: center;
  height: 50px;
  display: inline-block;
}

#govr-wtspchat .wtsp-headline {
  background: #03bd48;
  background: -webkit-gradient(left top, right top, color-stop(0%, #03bd48), color-stop(100%, #03963a));
  background: -webkit-gradient(linear, left top, right top, from(#03bd48), to(#03963a));
  background: linear-gradient(to right, #03bd48 0%, #03963a 100%);
  border-radius: 10px 10px 0 0;
  padding: 27px;
  color: #fff;
}

#govr-wtspchat .wtsp-headline h4 {
  margin: 0 0 15px;
  font-weight: 400;
  font-size: 25px;
  color: #fff !important;
}

#govr-wtspchat .wtsp-headline p {
  margin: 0;
  font-size: 17px;
  line-height: 22px;
  color: #fff;
}

#govr-wtspchat .wtsp-headline a {
  color: #fff;
}

#govr-wtspchat .govr-twicon {
  font-size: 44px;
  position: absolute;
  bottom: 25px;
  right: 5px;
  text-align: center;
}

#govr-wtspchat .govr-twicon i {
  background: #1ac55a;
  border-radius: 50% 50%;
  min-width: 61px;
  color: #fff;
  min-height: 61px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0px 0px 10px #aaa;
          box-shadow: 0px 0px 10px #aaa;
  cursor: pointer;
}

#govr-wtspchat .govr-twicon i:hover {
  background: #11b950;
}

#govr-wtspchat .govr-wtmini {
  bottom: 105px;
  position: absolute;
  border: 1px solid #eee;
  border-bottom: 0;
  border-radius: 10px;
  display: inline-block;
  -webkit-transform: translateY(1000px);
          transform: translateY(1000px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  background: #fcfcfc;
  -webkit-box-shadow: 0px 0px 10px #aaa;
          box-shadow: 0px 0px 10px #aaa;
  width: 100%;
}

#govr-wtspchat .govr-wtmini .wtsp-rep {
  background: #fcfcfc;
  border-bottom: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  cursor: pointer;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: relative;
  height: 101px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#govr-wtspchat .govr-wtmini .wtsp-rep:hover {
  background: #f5f5f5;
}

#govr-wtspchat .govr-wtmini .wtsp-rep small {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 14px;
  color: #666;
  margin-bottom: 5px;
}

#govr-wtspchat .govr-wtmini .wtsp-rep .twttr-name {
  font-size: 18px;
  color: #028232;
  display: block;
}

#govr-wtspchat .govr-wtmini .wtsp-rep .twttr-repdata {
  width: calc(100% - 100px);
  padding: 15px 5px;
}

#govr-wtspchat .govr-wtmini .wtsp-rep.popout {
  -webkit-animation: reppopout 1s ease-in-out 1 alternate forwards;
          animation: reppopout 1s ease-in-out 1 alternate forwards;
}

#govr-wtspchat .govr-wtmini .wtsp-rep img {
  max-width: 80px;
  border-radius: 50%;
}

#govr-wtspchat .wtsp-rep:last-child {
  border: none;
}

#govr-wtspchat span.wtsp-online {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #0daf4a;
  left: 75px;
  top: 72px;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
}

#govr-wtspchat span.wtsp-offline {
  position: absolute;
  width: 15px;
  height: 15px;
  background: #ddd;
  left: 75px;
  top: 72px;
  border-radius: 50%;
  border: 2px solid #f5f5f5;
}

#govr-wtspchat .wtsp-rep.offline {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

#govr-wtspchat .govr-twicon:before {
  content: '';
  width: 20px;
  height: 20px;
  border-right: 1px solid #eee;
  position: absolute;
  border-bottom: 1px solid #eee;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 22px;
  top: -30px;
  opacity: 0;
  -webkit-transition: all 0.3s cubic-bezier(1, -1.12, 1, 1.63);
  transition: all 0.3s cubic-bezier(1, -1.12, 1, 1.63);
}

#govr-wtspchat .govr-twicon.active:before {
  opacity: 1;
  background: #fcfcfc;
}

#govr-wtspchat .govr-wtmini.active {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  overflow: hidden;
}

#govr-wtspchat .greet-text {
  padding: 30px 28px 18px;
  margin: 0;
  font-size: 17px;
  letter-spacing: 1px;
  color: #555;
  display: none;
  line-height: 26px;
}

#govr-wtspchat .greet-text.active {
  display: block;
}

#govr-wtspchat .wtsp-sendtext {
  padding: 17px 10px 17px;
  position: relative;
  display: none;
  border-bottom: 1px solid #eee;
}

#govr-wtspchat .wtsp-sendtext.active {
  display: block !important;
}

#govr-wtspchat .wtsp-sendtext input {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 5px 0;
  text-indent: 20px;
  border-radius: 23px;
  font-size: 18px;
}

#govr-wtspchat .wtsp-sendtext .wtsp-send {
  color: #029d3c;
  position: absolute;
  right: 30px;
  bottom: 19px;
  cursor: pointer;
  font-size: 24px;
}

#govr-wtspchat .wtsp-sendtext .wtsp-send:hover {
  color: #037b30;
}

#govr-wtspchat .wtsp-sendtext input:focus {
  outline: none;
  border-color: #ddd;
}

#govr-wtspchat .wtsp-back {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 34px;
  color: #11893e;
  display: none;
  padding: 0 13px 0 0px;
}

#govr-wtspchat .wtsp-rep.active {
  cursor: auto !important;
  background: #f1f1f1 !important;
}

#govr-wtspchat .wtsp-rep.active .wtsp-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

#govr-wtspchat .wtsp-rep.active .wtsp-online {
  left: 93px !important;
}

.govr-scrollbar {
  max-height: 303px;
  overflow-y: scroll;
}

.govr-scrollbar::-webkit-scrollbar {
  width: 7px;
}

.govr-scrollbar::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

.govr-scrollbar::-webkit-scrollbar-track {
  background: #eee;
}


/**
 * Keyframes
 */
@-webkit-keyframes animpop {
  0% {
    top: 0;
  }
  80% {
    top: 100%;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 0;
  }
}
@keyframes animpop {
  0% {
    top: 0;
  }
  80% {
    top: 100%;
    -webkit-transform: scale(0.2);
            transform: scale(0.2);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes rolloutanim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
  }
}

@keyframes rolloutanim {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    opacity: 0;
  }
}

@-webkit-keyframes reppopout {
  0% {
  }
  90% {
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
  }
}

@keyframes reppopout {
  0% {
  }
  90% {
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
  }
}

/**
* Media queries
*/
@media (min-width: 768px) {
  .govr-mobileonly {
    display: none !important;
  }
}

@media (max-width: 767px) {
  #govr-wtspchat .govr-twicon {
    right: 3px;
  }
  #govr-wtspchat .govr-twicon:before {
    display: none;
  }
  #govr-wtspchat .govr-wtmini {
    bottom: 105px;
  }
  #govr-wtspchat .wtsp-headline {
    padding: 20px;
  }
  #govr-wtspchat .wtsp-headline h4 {
    font-size: 22px;
    font-weight: 500;
  }
  #govr-wtspchat .wtsp-headline p {
    font-size: 14px;
    margin-top: 7px;
  }
  .govr-socialtext {
    display: none;
  }
  .govr-sharebar i {
    margin: 0 !important;
    font-size: 16px !important;
  }
  .govr-view-share {
    margin-bottom: 20px;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .govr-share .govr-sharecount strong {
    font-size: 27px;
  }
  .govr-view {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 20px;
    border: none;
  }
  .govr-view span i {
    font-size: 30px;
  }
  .govr-view strong {
    font-size: 24px;
  }
  .govr-share {
    margin: 0;
    border: none;
  }
  .govr-sharecount {
    border-right: 1px solid #ddd;
    padding-right: 10px;
    margin-right: 10px !important;
  }
  .govr-share.small strong {
    font-size: 27px !important;
  }
  span.govr-sharebar a,
  .govr-sharebar .govr-expandshare {
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .govr-sharebar a.facebook,
  .govr-sharebar a.twitter {
    min-width: 40px;
    min-height: 40px;
    width: 40px;
  }
  .govr-locker .govr-lock-buttons a {
    width: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .govr-locker .govr-lock-buttons a i {
    margin: 0;
    font-size: 19px;
  }
  #govr-rect {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  #govr-rect .rect-item {
    width: 29.3333% !important;
    max-width: 100%;
    margin: 40px 2% !important;
  }
  #govr-footerbar {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    padding: 5px 10px;
  }
}
/*# sourceMappingURL=govr-frontend.css.map */