html,
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  height: 100%;
}
body {
  padding-bottom: 50px;
  height: 100%;
  counter-reset: section;
}
.vcenter {
  position: relative;
  transform: translateY(50%);
}
.abs-h-center {
  left: 50%;
  transform: translateX(-50%);
}
.col-center-block {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  font-weight: 600;
}
a,
a:hover {
  color: #831630;
}
.help-block {
  font-size: 16px;
}
.dbg {
  background-color: red;
}
.dbg1 {
  background-color: green;
}
.btn {
  height: 46px;
  line-height: 35px;
  background-color: #fff;
  color: #680f27;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0;
  border: 2px solid #680f27;
  letter-spacing: 0.5px;
}
.btn:hover,
.btn:active {
  color: #fff;
  opacity: 0.9;
  border-color: #831630;
  background-color: #680f27;
}
.btn-dark {
  background-color: #680f27;
  border-color: #fff;
  color: #fff;
}
.btn-dark:hover,
.btn-dark:active,
.btn-dark:visited {
  color: #fff;
  opacity: 0.9;
  border-color: #fff;
}
.btn-thin {
  height: 40px;
  width: 150px;
  line-height: 27px;
}
@media (max-width: 992px) {
  .btn-thin {
    height: 30px;
    line-height: 18px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .btn-thin {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .mr10 {
    margin-right: 10px;
  }
}
header {
  height: 150px;
  position: relative;
}
@media (max-width: 992px) {
  header {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .header-row {
    position: fixed;
    z-index: 9999;
    background-color: white;
    box-shadow: 0 3px 5px;
    width: 100%;
    height: 50px;
  }
}
.menu-open {
  background: url(/static/img/menu-btn-red-open.png) no-repeat;
  height: 113px;
}
@media (max-width: 992px) {
  .menu-open {
    height: 57px;
  }
}
.menu-close {
  background: url(/static/img/menu-btn-red-closed.png) no-repeat;
  height: 100px;
}
@media (max-width: 992px) {
  .menu-close {
    height: 50px;
  }
}
.menu-btn {
  position: relative;
  display: block;
  float: left;
  top: 50px;
  margin-left: -15px;
  width: 100px;
  z-index: 1001;
}
@media (max-width: 992px) {
  .menu-btn {
    top: 0px;
    width: 50px;
    background-size: cover;
  }
}
.header-title {
  position: relative;
  float: left;
  left: 45px;
  top: 105px;
  transform: translateY(-50%);
}
.header-title img {
  height: 25px;
}
@media (max-width: 375px) {
  .header-title img {
    height: 20px;
  }
}
@media (max-width: 992px) {
  .header-title {
    top: 25px;
    left: 15px;
  }
}
.social-menu {
  position: relative;
  margin-right: -15px;
  top: 105px;
  height: 21px;
  width: 410px;
}
@media (max-width: 992px) {
  .social-menu {
    top: 15px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .social-menu {
    width: 30px;
  }
}
#social-links {
  text-indent: -999em;
  list-style: none;
  min-width: 310px;
}
#social-links li {
  float: right;
  margin-right: 20px;
  width: 25px;
  height: 20px;
}
#social-links a {
  display: block;
  width: 25px;
  height: 20px;
  background-size: cover;
}
#social-links a:hover {
  opacity: 0.5;
}
.dr-ico {
  background: url(/static/img/sc-dr.png) no-repeat;
}
.fb-ico {
  background: url(/static/img/sc-fb.png) no-repeat;
}
.x-ico {
  background: url(/static/img/sc-x.png) no-repeat;
}
.yt-ico {
  background: url(/static/img/sc-yt.png) no-repeat;
}
.in-ico {
  background: url(/static/img/sc-in.png) no-repeat;
}
.fl-ico {
  background: url(/static/img/sc-fl.png) no-repeat;
}
#share-us {
  text-indent: -999em;
  list-style: none;
  padding-left: 0;
}
#share-us li {
  float: left;
  margin-right: 15px;
}
#share-us a {
  display: block;
  width: 96px;
  height: 130px;
  background-size: cover;
}
@media (max-width: 992px) {
  #share-us a {
    width: 75px;
    height: 100px;
  }
}
#share-us a:hover {
  opacity: 0.5;
}
#share-sidebar {
  text-indent: -999em;
  list-style: none;
  text-align: center;
}
#share-sidebar li {
  float: left;
  margin-right: 15px;
}
#share-sidebar li:last-child {
  margin-right: 0;
}
#share-sidebar a {
  display: block;
  width: 77px;
  height: 104px;
  background-size: cover;
}
@media (min-width: 767px) {
  #share-sidebar a {
    width: 42px;
    height: 57px;
  }
}
@media (min-width: 992px) {
  #share-sidebar a {
    width: 60px;
    height: 81px;
  }
}
@media (min-width: 1200px) {
  #share-sidebar a {
    width: 77px;
    height: 104px;
  }
}
#share-sidebar a:hover {
  opacity: 0.5;
}
.share-x-lg {
  background: url(/static/img/share_tw_lg_melns.png) no-repeat;
}
.share-fb-lg {
  background: url(/static/img/share_fb_lg.png) no-repeat;
}
.login-btn {
  float: left;
  display: table-cell;
  vertical-align: middle;
  line-height: 21px;
  border-left: 2px #FF9933 solid;
  padding-left: 10px;
  color: #000;
  font-size: 12px;
}
.login-btn:hover {
  color: #000;
}
@media (max-width: 767px) {
  .login-btn {
    background: url("/static/img/login-btn.png") no-repeat;
    margin-top: -3px;
    height: 25px;
    width: 25px;
    overflow: hidden;
    text-indent: -999em;
    background-size: cover;
  }
}
.profile-btn {
  border-left: 2px #831630 solid;
  padding-left: 10px;
  margin-top: -3px;
}
.profile-dropdown {
  border-radius: 0;
  margin-top: 25px;
  z-index: 5000;
}
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
  border-radius: 0;
  padding-bottom: 30px;
  z-index: 7000;
}
#login-window {
  z-index: 7000;
}
#login-window .login-logo {
  margin-top: 75px;
  margin-bottom: 25px;
  height: 40px;
}
#login-window p {
  margin-bottom: 35px;
  color: #808082;
}
#login-window img {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #login-window .login-logo {
    height: 25px;
  }
  #login-window img {
    height: 100px;
  }
}
#top-row-first {
  text-align: center;
  height: 884px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-image: url("/media/atteli/web_desktop_header.png");
}
@media (max-width: 1600px) {
  #top-row-first {
    height: 700px;
  }
}
@media (max-width: 1200px) {
  #top-row-first {
    height: 500px;
  }
}
@media (max-width: 992px) {
  #top-row-first {
    height: 450px;
  }
}
@media (max-width: 768px) {
  #top-row-first {
    height: 850px;
    background-size: 100% !important;
    background-image: url("/media/atteli/web_mob_header_QexvtjT.png");
    background-position: top center !important;
  }
}
@media (max-width: 480px) {
  #top-row-first {
    height: 550px;
  }
}
.top-row-bottom {
  height: 75px;
  width: 100%;
  position: absolute;
  bottom: 0;
  justify-content: flex-end;
  display: flex;
  flex-direction: column;
}
.top-row-bottom .btn-lg {
  font-size: 25px !important;
  padding: 10px !important;
  height: 55px !important;
  width: max(210px, calc(22vw)) !important;
  background-image: linear-gradient(to right, #91244A, #6D1D3B, #F0A936, #e75516) !important;
  box-shadow: 0 4px 15px 0 rgba(64, 64, 65, 0.75) !important;
  color: #fff !important;
  cursor: pointer !important;
  margin: 0 auto !important;
  text-align: center !important;
  border: none !important;
  background-size: 300% 100% !important;
  border-radius: 5px !important;
  moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
  margin-top: max(calc(80px - 5vw), 0px) !important;
}
.top-row-bottom .btn-lg:hover {
  opacity: 1 !important;
  background-position: 100% 0 !important;
  moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  transition: all 0.4s ease-in-out !important;
}
.bg-0 {
  background: url(/static/img/bg-0.jpg);
}
.bg-1 {
  background: url(/static/img/bg-1.jpg);
}
.bg-2 {
  background: url(/static/img/bg-2.jpg);
}
.bg-3 {
  background: url(/static/img/bg-3.jpg);
}
.bg-4 {
  background: url(/static/img/bg-4.jpg);
}
.bg-5 {
  background: url(/static/img/bg-5.jpg);
}
#top-row-page {
  text-align: center;
  height: 400px;
  position: relative;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
@media (max-width: 1200px) {
  #top-row-page {
    height: 350px;
  }
}
@media (max-width: 992px) {
  #top-row-page {
    height: 280px;
  }
}
.menu {
  position: relative;
  min-height: 240px;
  width: 100%;
  padding-top: 20px;
  z-index: 1000;
  background-image: url(/static/img/menu-bg.png);
  display: none;
}
@media (max-width: 997px) {
  .menu {
    height: auto;
    box-shadow: 0 3px 5px;
    background-color: #fff;
  }
}
.menu-content {
  text-align: left;
  padding-right: 40px;
}
.menu-content h3 {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
  margin-left: 40px;
  margin-bottom: 2px;
}
.menu-content h3 a {
  color: #000;
}
.menu-content h3 a:hover {
  text-decoration: none;
}
@media (min-width: 767px) {
  .menu-content h3 {
    max-width: 200px;
  }
}
.menu-content ul {
  list-style-type: none;
}
.menu-content li a {
  font-size: 16px;
  color: #000;
}
.menu-content div:hover h3 {
  border-bottom: 5px solid #faad23;
  padding-bottom: 5px;
}
#intro-section {
  text-align: center;
}
#intro-section h1 span {
  color: #831630;
}
@media (min-width: 1200px) {
  #intro-section {
    padding-top: 45px;
    padding-bottom: 15px;
  }
  #intro-section .intro-content {
    margin-top: 60px;
    margin-bottom: 65px;
  }
}
@media (max-width: 767px) {
  #intro-section .intro-content div:nth-of-type(2) {
    margin-top: 20px;
  }
}
#intro-section .btn {
  padding-left: 25px;
  padding-right: 25px;
}
#bubbles {
  min-height: 460px;
  background-color: #edeced;
}
#bubbles .bubble {
  margin-top: 50px;
  text-align: center;
}
#bubbles .bubble span {
  color: #831630;
}
#bubbles img {
  margin-bottom: 20px;
}
#bubbles h4 {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: bold;
}
#bubbles .btn {
  font-size: 25px;
  padding: 20px;
  height: 70px;
  width: 250px;
  margin-top: 20px;
  margin-bottom: 35px;
}
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 25px;
  right: 15px;
  height: 50px;
  width: 50px;
  border: 0;
  opacity: 0.5;
  display: none;
  background: url('/static/img/totop.png') no-repeat;
  background-position: center;
  background-size: cover;
}
#bottom {
  padding-top: 65px;
}
#bottom .btn {
  height: 100px;
  line-height: 95px;
  width: 100%;
  font-size: 25px;
}
@media (max-width: 992px) {
  #bottom .btn {
    margin-bottom: 30px;
  }
}
#bottom h2 {
  font-weight: 600;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  #bottom .social-widgets {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}
.copyright {
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
  display: block;
}
.count-down {
  height: 130px;
  width: 475px;
  margin-bottom: 30px;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.count-down div {
  float: left;
  margin-right: 18px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  display: block;
}
.count-down span {
  width: 100px;
  height: 100px;
  line-height: 105px;
  display: block;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  color: #FFF;
}
@media (max-width: 992px) {
  .count-down {
    width: 360px;
    height: 80px;
  }
  .count-down div {
    font-size: 12px;
  }
  .count-down span {
    width: 72px;
    height: 72px;
    line-height: 75px;
    font-size: 35px;
  }
}
#count-down-1 div span {
  background-color: #faad23;
}
#count-down-2 div span {
  background-color: #831630;
}
#twitter-content ul {
  list-style-type: none;
  padding: 0 10px 10px 10px;
  font-size: 11px;
  overflow: hidden;
}
#twitter-content ul li {
  min-height: 50px;
  overflow: hidden;
  padding: 10px 25px 0 25px;
  margin-left: 15px;
  margin-right: -15px;
  background-color: #edeced;
  font-size: 14px;
}
#twitter-content ul li:first-of-type {
  margin-bottom: 10px;
}
#twitter-content ul li a {
  color: #831630;
}
#twitter-content ul li img,
#twitter-content ul li br {
  display: none;
}
.interact {
  display: none;
}
.twitter img {
  margin-top: 50px;
}
@media (max-width: 992px) {
  .twitter img {
    width: 50px;
    position: relative;
    transform: translateY(50%);
  }
}
@media (max-width: 992px) {
  .organizer-logo {
    width: 200px;
  }
}
.supporters {
  list-style-type: none;
}
.supporters li {
  float: left;
  margin-right: 25px;
  margin-bottom: 10px;
}
.supporters li img {
  height: 140px;
}
@media (max-width: 1200px) {
  .supporters li img {
    height: 70px;
  }
}
@media (max-width: 992px) {
  .supporters li img {
    height: 50px;
  }
}
#content-section {
  padding-top: 15px;
}
#content-section h1 {
  font-size: 35px;
}
#content-section .sidebar h5 {
  background-color: #faad23;
  display: block;
  color: #FFF;
  line-height: 40px;
  margin-bottom: 5px;
  margin-top: 25px;
  height: 40px;
  line-height: 43px;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
#content-section .sidebar h3 {
  border-bottom: 5px solid #faad23;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  padding-top: 5px;
  text-transform: uppercase;
}
#content-section .sidebar h3 a {
  color: #000;
}
#content-section .sidebar h4 {
  height: 40px;
  line-height: 43px;
  /*color: #000;*/
  text-transform: uppercase;
  font-size: 16px;
  /*text-align: left;*/
}
#content-section .sidebar h4 a {
  color: #FFF;
}
#content-section .sidebar h4 span {
  margin-left: 20px;
}
#content-section .sidebar h4 img {
  position: absolute;
  left: 20px;
}
.related_pages {
  list-style-type: circle;
  padding-left: 20px;
  font-size: 16px;
}
.related_pages li {
  margin-bottom: 7px;
}
.related_pages a {
  color: #000;
}
.related_pages .active {
  font-weight: bold;
}
.green-box {
  display: block;
  background-color: #831630;
  height: 265px;
  color: white;
  text-transform: uppercase;
  padding-left: 50px;
  padding-top: 20px;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  .green-box {
    padding-left: 30px;
    padding-top: 5px;
    height: 220px;
  }
}
.green-box h2 {
  font-size: 45px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .green-box h2 {
    font-size: 35px;
  }
}
.green-box-bottom {
  text-align: center;
  background-color: #680f27;
  color: white;
  text-transform: uppercase;
  padding-top: 5px;
  padding-bottom: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
}
.green-box-bottom h2 {
  font-size: 45px;
  font-weight: 600;
}
.recommend {
  margin-top: 35px;
  text-align: center;
}
.recommend h4 {
  background-color: #faad23;
  display: block;
  color: #FFF;
  text-transform: uppercase;
  line-height: 40px;
  height: 35px;
  margin-bottom: 15px;
}
.supporters-vertical {
  padding-left: 15px;
}
.supporters-vertical h4 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
}
.supporters-vertical li {
  margin-bottom: 20px;
}
.supporters-vertical .supporters-small {
  list-style-type: none;
}
.supporters-vertical .supporters-small img {
  width: 100px;
}
.content {
  margin-bottom: 50px;
}
.content .top-image {
  margin-bottom: 20px;
}
.attachments {
  list-style-type: none;
  padding-left: 15px;
}
.attachments li {
  margin-bottom: 5px;
}
.attachments i {
  margin-right: 10px;
}
.gallery_list {
  margin-top: 20px;
}
.gallery-item {
  margin-bottom: 30px;
}
.gallery-caption {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 14px;
  height: 28px;
}
.gallery_type {
  position: absolute;
  bottom: 48px;
  right: 14px;
}
.divider-line {
  display: inline-block;
  width: 18px;
  height: 6px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #edeced;
}
@media (max-width: 1200px) {
  .divider-line {
    width: 5px;
  }
}
.profile-picture {
  margin-left: 30px;
  margin-bottom: 20px;
  margin-top: 50px;
}
.idea-profile-picture {
  position: absolute;
  bottom: 0;
  margin-bottom: 40px;
  margin-left: 60px;
  height: 158px;
  width: 158px;
  border: 8px #edeced solid;
}
@media (max-width: 767px) {
  .idea-profile-picture {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    top: 15px;
  }
}
@media (max-width: 767px) {
  .idea-profile-picture {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    top: 15px;
  }
}
#short-idea {
  bottom: 0px;
  position: absolute;
  color: #FFF;
  font-size: 18px;
  min-height: 85px;
  text-align: left;
  padding: 15px 30px 10px 240px;
}
@media (min-width: 767px) {
  #short-idea {
    width: 767px;
  }
}
@media (min-width: 992px) {
  #short-idea {
    width: 992px;
    font-size: 22px;
    padding-left: 260px;
  }
}
@media (min-width: 1200px) {
  #short-idea {
    width: 1200px;
  }
}
@media (max-width: 767px) {
  #short-idea {
    padding-left: 20px;
    width: 100%;
  }
}
.vote-buttons {
  position: absolute;
  width: 280px;
  bottom: 0;
  margin-bottom: 110px;
  margin-left: 890px;
}
@media (max-width: 1200px) {
  .vote-buttons {
    margin-left: 690px;
    margin-bottom: 140px;
  }
}
@media (max-width: 992px) {
  .vote-buttons {
    margin-left: 450px;
    margin-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .vote-buttons {
    margin-left: auto;
    margin-bottom: auto;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.vote-buttons div {
  float: left;
  height: 75px;
  width: 75px;
  background-color: #831630;
  margin-right: 20px;
  color: #FFF;
  padding-top: 10px;
  font-size: 16px;
  font-weight: normal;
}
.vote-buttons div span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: -5px;
}
.vote-buttons a {
  height: 75px;
  width: 185px;
  font-size: 22px;
  letter-spacing: 1px;
  padding-top: 20px;
}
.idea-sidebar h2 {
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.idea-sidebar p {
  margin-left: 20px;
}
.idea-content {
  padding-left: 35px;
}
.idea-content h3 {
  color: #831630;
  text-transform: uppercase;
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 20px;
}
.btn-elections {
  height: 80px;
  width: 700px;
  font-size: 26px;
  line-height: 70px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .btn-elections {
    width: 100%;
    font-size: 18px;
  }
}
.declaration-list {
  text-align: justify;
}
.declaration-list li {
  counter-increment: section;
  display: table-row;
}
.declaration-list li:before {
  content: counter(section) ") ";
  display: table-cell;
  padding-right: 5px;
  text-align: left;
}
.post-content h1 {
  margin-bottom: 0;
}
.post-content h1 a {
  color: #000;
}
.post-date {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
  display: block;
}
.idea-list-info {
  margin-bottom: 20px;
  background-color: #edeced;
  height: 80px;
  text-transform: uppercase;
}
@media (min-width: 767px) {
  .idea-list-info {
    margin-top: 20px;
  }
}
.idea-list-info span {
  background-color: #831630;
  display: block;
  float: left;
  height: 80px;
  width: 80px;
  margin-right: 20px;
  font-size: 55px;
  padding-top: 5px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
}
.idea-list-info p {
  padding: 17px;
}
@media (max-width: 1200px) {
  .idea-list-info p {
    font-size: 16px;
    padding: 20px;
  }
}
@media (max-width: 992px) {
  .idea-list-info p {
    font-size: 15px;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .idea-list-info p {
    font-size: 12px;
    padding: 10px;
  }
}
.idea-list {
  margin-top: 30px;
}
#map {
  display: block;
  width: 100%;
  height: 400px;
}
.usr-avatar {
  width: 100px;
}
table#idea-results {
  width: 100%;
  border-collapse: collapse;
}
thead {
  font-weight: normal !important;
  font-size: 12px;
  text-transform: uppercase;
}
thead th.range-pos {
  color: #313131;
}
thead th.vote,
th.insert-date {
  cursor: pointer;
  padding-right: 17px;
}
tr.dark {
  background: #f2f2f2;
}
table#idea-results tbody tr td {
  border: 1px solid #fff;
  font-size: 16px;
  padding: 0 ;
}
table#idea-results tbody tr td.idea {
  padding: 3px 15px;
}
table#idea-results a {
  color: #313131;
  margin: 0;
  text-decoration: none;
}
a#sortby-vote {
  padding-left: 17px;
}
a#sortby-date {
  padding-left: 17px;
}
td.range-pos {
  text-align: center;
  width: 50px;
  color: #fff;
}
tr.style-3 td.range-pos {
  background: #669900;
}
tr.style-4 td.range-pos {
  background: #ff6633;
}
tr.style-1 td.range-pos {
  background: #B60101;
}
tr.style-2 td.range-pos {
  background: #1B49A6;
}
td.idea {
  border-left: 2px solid #fff !important;
}
tr.style-3 td.idea,
tr.style-3 td.vote,
tr.style-3 td.insert-date {
  background: url(/static/img/table/top-border-4.png) 0 0 repeat-x !important;
}
tr.style-4 td.idea,
tr.style-4 td.vote,
tr.style-4 td.insert-date {
  background: url(/static/img/table/top-border-3.png) 0 0 repeat-x !important;
}
tr.style-1 td.idea,
tr.style-1 td.vote,
tr.style-1 td.insert-date {
  background: url(/static/img/table/top-border-5.png) 0 0 repeat-x !important;
}
tr.style-2 td.idea,
tr.style-2 td.vote,
tr.style-2 td.insert-date {
  background: url(/static/img/table/top-border-1.png) 0 0 repeat-x !important;
}
td.vote p {
  margin: 0;
  padding: 0;
  height: 15px !important;
  line-height: 15px !important;
  font-size: 7.5pt;
  width: 100%;
  color: #fff;
}
tr.style-3 td.vote p {
  background: url(/static/img/table/count-sprite.png) center -30px no-repeat;
}
tr.style-4 td.vote p {
  background: url(/static/img/table/count-sprite.png) center -15px no-repeat;
}
tr.style-1 td.vote p {
  background: url(/static/img/table/count-sprite.png) center 0 no-repeat;
}
tr.style-2 td.vote p {
  background: url(/static/img/table/count-sprite.png) center -60px no-repeat;
}
td.vote,
td.insert-date {
  font-size: 8pt !important;
  padding: 8px 0 !important;
  width: 50px;
  text-align: center;
  border-left: 2px solid #fff !important;
}
td.insert-date {
  background: #cacaca;
}
th.sort-down,
th.default-sort {
  background: url(/static/img/asc.png) right -1px no-repeat;
}
th.sort-up {
  background: url(/static/img/desc.png) right -1px no-repeat;
}
.formtitle span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #edeced;
  line-height: 34px;
  padding-left: 4px;
  text-align: center;
  font-weight: bold;
  color: #831630;
  margin-right: 12px;
}
.formtitle h4 {
  padding-bottom: 9px;
  border-bottom: 2px solid #edeced;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
}
.formtitle em {
  font-weight: normal;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: left;
  }
}
.control-label {
  font-weight: normal;
}
.form-control {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.input-group-addon {
  border-radius: 0;
}
select:not([multiple]) {
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-image: url('/static/img/ico-dropdown.png');
  padding: 0.5em;
  padding-left: 35px;
}
select.filter {
  font-size: 12px;
  height: 30px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-stages {
    margin-top: 50px;
  }
}
.charcounter {
  float: right;
  font-size: 12px;
}
#image_upload_form {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2000;
}
#avatar_upload_form {
  margin-bottom: 30px;
  margin-top: 20px;
  z-index: 2000;
  font-size: 8px;
}
.loading {
  position: relative;
  display: none;
}
.radio-buttons input[type=radio],
.checkbox-buttons input[type=checkbox] {
  visibility: hidden;
}
.radio-buttons input[type=radio] + label {
  padding-left: 31px;
  display: inline-block;
  line-height: 18px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 14px;
  font-weight: normal;
  min-height: 18px;
  margin-right: 20px;
}
.radio-buttons input[type=radio]:checked + label {
  background-position: 0 -18px;
}
.radio-buttons label.radio-label {
  background-image: url('/static/img/lite-red-check.png');
}
.checkbox-buttons input[type=checkbox] + label {
  padding-left: 46px;
  display: inline-block;
  line-height: 30px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  height: 30px;
  margin-right: 20px;
  margin-top: 9px;
}
.checkbox-buttons input[type=checkbox]:checked + label {
  background-position: 0 -30px;
}
.checkbox-buttons label.checkbox-label {
  background-image: url('/static/img/lite-red-check-lg_dark_border.png');
}
#theme-list div {
  height: 35px;
}
input[type=checkbox] + label.theme-filter {
  line-height: 12px;
  height: 12px;
  margin-left: 7px;
  padding-left: 30px;
  background-repeat: no-repeat;
  margin-top: 13px;
  color: #FFF;
  font-size: 14px;
}
label.th-3 {
  background-image: url('/static/img/ico-theme-check3.png');
}
label.th-4 {
  background-image: url('/static/img/ico-theme-check1.png');
}
label.th-1 {
  background-image: url('/static/img/ico-theme-check2.png');
}
label.th-2 {
  background-image: url('/static/img/ico-theme-check4.png');
}
input[type=checkbox]:checked + label.theme-filter {
  background-position: 0 -12px;
}
#theme-1,
#theme-2,
#theme-3,
#theme-4 {
  display: none;
}
#id_search {
  height: 25px;
  background-position: 10px 50%;
  background-repeat: no-repeat;
  background-image: url('/static/img/ico-search.png');
  background-color: #edeced;
  padding-left: 35px;
  line-height: 12px;
}
#id_search:focus {
  background-color: #FFF;
}
.bg-green {
  background-color: #831630;
  color: #fff;
}
.bg-lightgrey {
  background-color: #edeced;
}
.bg-red {
  background-color: #ee2436;
}
.bg-orange {
  background-color: #faad23;
}
.bg-c3 {
  background-color: #669900;
}
.bg-c4 {
  background-color: #ff6633;
}
.bg-c1 {
  background-color: #B60101;
}
.bg-c2 {
  background-color: #1B49A6;
}
.infowindow img {
  float: left;
  box-shadow: 2px 2px 5px;
  margin-bottom: 5px;
}
.infowindow h4,
.infowindow p {
  font-family: 'PT Sans', sans-serif;
}
.infowindow p {
  float: left;
  width: 225px;
  height: 75px;
  padding-left: 15px;
}
.infowindow .label {
  float: right;
  font-size: 11px;
}
.infowindow .label-default {
  margin-right: 3px;
}
.infowindow a {
  color: #FFF;
}
/*// Cookie Law

#CookielawBanner {
  font-size: 12px;
  left: 0;
  bottom: 0;
  border-top: 3px solid #84b34d;
  height: 30px;
  text-align: center;
  background: #f5f5f5;
  border-top: 4px solid #333;
  line-height: 2.3;
  margin: 0;
  padding: 0px;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

.btn-cookie {
  background-color: #84b34d;
  color: #FFF !important;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-right: 20px;
  margin-top: 2px;
  padding: 5px 10px 6px;
  position: relative;
  text-decoration: none;
  height: 21px;
}

#cookie-window p {
  font-size: 0.8em;
  text-align: justify;
}*/
