body {
  color: #222729;
  font-family: open sans, sans-serif;
  background-color: #fff;
}

* {
  padding: 0;
  margin: 0;
}

p {
  font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
  color: #0984b7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  font-weight: 700;
}

hr {
  border: 0;
  border-top: 1px solid #d9d9d9;
}

ul.default {
  margin-left: 20px;
}

.grey-text {
  color: #979797;
}

.width-100 {
  width: 100%;
}

.form-control {
  height: 40px;
  margin-bottom: 15px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.checkbox {
  margin: 0;
}

.checkbox label {
  font-size: 14px !important;
}

.btn.btn-primary {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #222729;
  background-color: #b4cc06;
  border: 2px solid #b4cc06;
  padding: 8px 15px;
}

.btn.btn-primary i {
  color: #222729 !important;
  vertical-align: middle;
  margin-left: 2px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  color: #222729 !important;
  background-color: #d0e62b !important;
  border: 2px solid #d0e62b;
}

.btn.btn-login {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #222729;
  background-color: #f83a5c;
  border: 2px solid #f83a5c;
  padding: 8px 10px;
}

.btn.btn-login:hover,
.btn.btn-login:focus {
  text-transform: uppercase;
  font-weight: 700;
  background-color: #d00d30 !important;
  color: #fff !important;
  border: 2px solid #d00d30;
}

.btn.btn-login i {
  color: #fff !important;
}

/* donate */
.btn.btn-donate {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #222729;
  background-color: #f83a5c;
  border: 2px solid #f83a5c;
  padding: 8px 10px;
}

.btn.btn-donate:hover,
.btn.btn-login:focus {
  text-transform: uppercase;
  font-weight: 700;
  background-color: #d00d30 !important;
  color: #fff !important;
  border: 2px solid #d00d30;
}

.btn.btn-donate i {
  color: #fff !important;
}
/*end donate*/

/* share */
.btn.btn-share {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #222729;
  background-color: #f83a5c;
  border: 2px solid #f83a5c;
  padding: 8px 10px;
}

.btn.btn-share:hover,
.btn.btn-login:focus {
  text-transform: uppercase;
  font-weight: 700;
  background-color: #d00d30 !important;
  color: #fff !important;
  border: 2px solid #d00d30;
}

.btn.btn-share i {
  color: #fff !important;
}
/*end share*/

.btn.btn-settings {
  background-color: #ff6600;
  border: 2px solid #ff6600;
  padding: 8px 10px;
}

.btn.btn-settings:hover,
.btn.btn-settings:focus {
  background-color: #cc5200 !important;
  color: #fff !important;
  border: 2px solid #cc5200;
}

.btn.btn-settings i {
  font-size: 16px;
  padding-left: 3px;
  color: #fff !important;
}
.navbar-brand:hover,
.navbar-brand {
  font-family: roboto condensed, sans-serif;
  margin-right: 5px;
  background-color: #b4cc06 !important;
  transition: 0.2s all;
  height: auto;
}
.navbar-brand:hover img {
  opacity: 0.7;
}

.navbar-brand small {
  color: #222729;
  font-weight: 700;
  font-size: 16px;
  vertical-align: top;
  line-height: 0;
}

.navbar-default {
  background-color: transparent;
  border: 0;
}

.navbar {
  position: relative;
  min-height: 65px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
}

.navbar-default .navbar-nav {
  padding: 6px 0;
}

.navbar-default .navbar-nav > li > a > i {
  color: #bcbcbc;
  padding-right: 5px;
}

.navbar-default .navbar-nav > li > a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #222729;
}

.navbar-default .navbar-form {
  padding: 0;
  margin: 0;
}

.navbar-default .navbar-form input {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  box-shadow: none;
  height: 41px;
}

.btn-search {
  color: #515151;
  background-color: #f3f3f3;
  border: 1px solid #d9d9d9;
  padding: 10px 15px;
  outline: 0;
  height: 41px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.nav.navbar-nav.navbar-right li {
  padding: 5px 0 5px 10px;
}

#mobile-menu {
  display: none;
}

#main--slide {
  background-color: #f8f8f8;
  
  background-repeat: no-repeat;
  background-position: right 45px top 10px;
  border: 1px solid #d9d9d9;
  padding: 30px 0;
  margin-bottom: 10px;
}

#main--slide h2 {
  text-transform: none;
  color: #222729;
  font-size: 38px;
  line-height: 38px;
  font-weight: 300;
  margin-top: 0;
}

#main--slide ul {
  list-style: none;
  margin: 25px 0;
}

#main--slide ul li {
  font-size: 20px;
  font-weight: 300;
  color: #222729;
  display: inline-block;
  margin-right: 12px;
}

#main--slide ul li:last-child {
  margin-right: 0;
}

#main--slide ul li .circle-ico {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.7em;
  width: 35px;
  height: 35px;
  font-weight: 600;
  background-color: #b4cc06;
  border-radius: 50%;
}

#main {
  margin: 20px 0;
}

#main h1.heading-title,
#main h2.heading-title {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
  margin: 0;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1.4em;
}

#main h1.heading-title i {
  color: #f83a5c;
}

#main h2.heading-title i {
  color: #b4cc06;
}

#main #adv-content {
  margin-top: 10px;
  display: block;
}

#main #adv-content-left {
  display: block;
  padding-right: 18px;
  padding-bottom: 10px;
}

#main .petition-block.hot {
  background-color: #fff1eb;
  border: 1px solid #f83a5c;
  min-height: 220px;
}

#main .petition-block.today-best {
  background-color: #fcfeeb;
  border: 1px solid #b4cc06;
}

#main .petition-block.latest-news {
  background-color: #fff;
  border: 1px solid #d3d3d3;
}

#main .petition-block {
  border-radius: 3px;
  padding: 10px 17px;
  margin-bottom: 24px;
  min-height: 220px;
}

#main .petition-block a {
  color: #222729;
}

#main .petition-block .comment-count {
  color: red;
  font-size: 14px;
}

#main .petition-block h3 {
  text-transform: none;
  font-size: 18px;
  line-height: 1.2em;
  color: #222729;
  margin: 0;
  min-height: 44px;
}

#main .petition-block p {
  font-size: 14px;
  height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#main .petition-block .petition-info {
  font-size: 12px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0;
}

#main .petition-block .petition-info .user a {
  color: #222729;
}

#main .petition-block .petition-info .user a:before {
  color: #979797;
  font-family: FontAwesome;
  content: "\f007";
  display: inline-block;
  padding-right: 4px;
}

#main .petition-block .petition-info .addressee {
  color: #979797;
}

#main .petition-block .petition-btn .signatures {
  float: left;
  color: #f83a5c;
  font-size: 13px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #f83a5c;
  padding: 4px 7px;
}

#main .petition-block .petition-btn .signatures a {
  color: #f83a5c !important;
}

#main .petition-block .petition-btn .btn.btn-more {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #222729;
  background-color: #b4cc06;
  border: 2px solid #b4cc06;
  padding: 1px 12px;
}

#main .petition-block .petition-btn .btn.btn-more:hover,
#main .petition-block .petition-btn .btn.btn-more:focus {
  float: right;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #222729;
  background-color: #d0e62b !important;
  border: 2px solid #d0e62b;
  padding: 1px 12px;
}

#main .petition-block .petition-btn .btn.btn-more i {
  color: #222729 !important;
  vertical-align: middle;
  margin-left: 2px;
}

#main #content {
  margin-bottom: 30px;
}

#main #content .pic img {
  vertical-align: top;
}

#main #content ul li {
  font-size: 16px;
}

#sidebar .categories-menu {
  list-style: none;
}

#sidebar .categories-menu li {
  font-size: 13px;
  text-align: center;
  display: inline-block;
  border-radius: 3px;
  padding: 5px 15px;
  margin: 5px 0;
}

#sidebar .categories-menu li.green a:before {
  color: #3eb709;
}

#sidebar .categories-menu li.green {
  border: 1px solid #3eb709;
}

#sidebar .categories-menu li.blue a:before {
  color: #0984b7;
}

#sidebar .categories-menu li.blue {
  border: 1px solid #0984b7;
}

#sidebar .categories-menu li.yellow a:before {
  color: #f1db1d;
}

#sidebar .categories-menu li.yellow {
  border: 1px solid #f1db1d;
}

#sidebar .categories-menu li.red a:before {
  color: #f11d1d;
}

#sidebar .categories-menu li.red {
  border: 1px solid #f11d1d;
}

#sidebar .categories-menu li.orange a:before {
  color: #ff9c0f;
}

#sidebar .categories-menu li.orange {
  border: 1px solid #ff9c0f;
}

#sidebar .categories-menu li.black a:before {
  color: #000;
}

#sidebar .categories-menu li.black {
  border: 1px solid #000;
}

#sidebar .categories-menu li.brown a:before {
  color: #b88f21;
}

#sidebar .categories-menu li.brown {
  border: 1px solid #b88f21;
}

#sidebar .categories-menu li.green-light a:before {
  color: #13a984;
}

#sidebar .categories-menu li.green-light {
  border: 1px solid #13a984;
}

#sidebar .categories-menu li.grey a:before {
  color: #a8a8a8;
}

#sidebar .categories-menu li.grey {
  border: 1px solid #a8a8a8;
}

#sidebar .categories-menu li a {
  color: #222729;
}

#sidebar .categories-menu li a:before {
  font-family: FontAwesome;
  font-size: 9px;
  vertical-align: 1px;
  content: "\f111";
  display: inline-block;
  padding-right: 5px;
}

#sidebar .categories-menu li {
  width: 49%;
}

#sidebar .categories-menu li:last-child {
  width: 100%;
  display: block;
}

footer {
  background-color: #f8f8f8;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 25px 0;
}

footer p.copyright {
  color: #979797;
  font-size: 13px;
  text-align: center;
  margin: 0;
}

footer ul {
  list-style: none;
  text-align: center;
  margin-bottom: 15px;
}

footer ul li {
  display: inline-block;
  font-size: 14px;
  padding: 0 10px;
}

footer ul li a {
  font-size: 14px;
  color: #979797;
}

@media screen and (max-width: 1200px) {
  #main--slide {
    background-image: none;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 780px) {
  .navbar {
    margin-bottom: 15px;
  }

  #main--slide h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4em;
  }

  #main--slide ul li {
    display: block;
    margin: 7px 0;
  }

  #main .tab-content {
    padding: 8px !important;
  }

  #main .tab-content .row:last-of-type .petition-block {
    margin-bottom: 24px !important;
  }

  #main {
    margin: 0;
  }

  #main #adv-content {
    width: 100%;
  }

  #petition-inner > ul.main > li,
  #petition-inner p {
    font-size: 14px;
    margin-bottom: 10px !important;
  }

  #sidebar {
    margin-top: 25px;
  }

  #sidebar .categories-menu {
    text-align: center;
  }

  #sidebar .categories-menu li {
    width: auto;
    text-align: center;
  }

  #sidebar .categories-menu li:last-child {
    width: auto;
    display: inline-block;
  }

  #main h1.heading-title {
    font-size: 24px;
  }

  footer ul {
    display: none;
  }
}

.nav-tabs {
  border-bottom: 0;
}

.nav-tabs li a {
  font-size: 16px;
  color: #222729;
  border-color: #d9d9d9;
  padding: 10px 20px;
}

.nav-tabs li a i {
  color: #b4cc06;
  padding-right: 3px;
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-bottom: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #222729;
  cursor: default;
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-bottom-color: transparent;
}

.tab-content {
  background-color: #f8f8f8;
  padding: 18px;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  border-top-left-radius: 0;
}

@media screen and (max-width: 1200px) {
  .nav.navbar-nav {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  .nav.navbar-nav {
    display: none;
  }

  #menu-close.navbar-toggle {
    right: 15px;
  }

  #menu-close.navbar-toggle:hover,
  #menu-close.navbar-toggle:focus {
    background-color: #b4cc06;
  }

  #menu-close .icon-bar {
    background-color: #fff;
  }

  .navbar-toggle {
    display: block;
    float: right;
    margin-right: 0;
    margin-top: 15px;
    background: #f83a5c;
    border: 0;
    border-radius: 0;
  }

  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: #b4cc06;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-header {
    width: 100%;
  }

  #mobile-menu {
    display: block;
    margin-right: -250px;
    right: 0;
    width: 250px;
    background: #222729;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
  }

  .sidebar-nav {
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 50px;
  }

  .sidebar-nav li {
    line-height: 45px;
    text-indent: 12px;
    border-bottom: 1px solid #4e5254;
  }

  .sidebar-nav li a {
    color: #999;
    display: block;
    text-decoration: none;
  }

  .sidebar-nav li.user-acc img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
    margin-left: 10px;
    margin-right: 10px;
  }

  .sidebar-nav li i {
    color: #b4cc06;
    font-size: 18px;
    vertical-align: middle;
    padding-right: 10px;
  }

  .sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-decoration: none;
  }

  .sidebar-nav li a:active,
  .sidebar-nav li a:focus {
    text-decoration: none;
  }

  .sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }

  .sidebar-nav > .sidebar-brand a {
    color: #999;
  }

  .sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: 0 0;
  }

  #mobile-menu.active {
    right: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
  }

  #mobile-menu .navbar-form {
    width: 100%;
    margin: auto;
    border: 0;
    box-shadow: none;
  }

  #mobile-menu .navbar-form .btn.btn-search {
    color: #fff;
    height: 40px;
    background-color: #f83a5c;
  }

  #mobile-menu .navbar-form .form-control {
    box-shadow: none;
    border: 0;
  }

  .toggle {
    margin: 5px 5px 0 0;
  }

  .nav-tabs li a span {
    display: none;
  }
}

#adv-block {
  display: block;
  margin: 1em auto;
}

#adv-block .adv-element .adv-title {
  display: inline;
  font-size: 10px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 3px 10px;
  border-radius: 3px;
  border: 1px solid lightgrey;
  margin-left: 30px;
}

#adv-block .adv-element img {
  display: block;
  margin: auto;
}

.modal {
  color: #b7b7b7;
  text-align: center;
  padding: 0 !important;
}

.modal a {
  color: #4d4d4d;
  text-decoration: underline;
}

.modal h4 {
  display: table;
  white-space: nowrap;
  width: 100%;
  color: #222729;
  text-align: center;
  text-transform: none;
  padding-top: 5px;
}

.modal h4:before,
.modal h4:after {
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding;
  background-image: -moz-linear-gradient(
    transparent 49%,
    #ddd 50%,
    #ddd 51%,
    transparent 51%
  );
  background-image: -webkit-linear-gradient(
    transparent 49%,
    #ddd 50%,
    #ddd 51%,
    transparent 51%
  );
  background-image: linear-gradient(
    transparent 49%,
    #ddd 50%,
    #ddd 51%,
    transparent 51%
  );
  content: "";
  display: table-cell;
  width: 50%;
}

.modal h4:before {
  border-right: 15px solid transparent;
}

.modal h4:after {
  border-left: 15px solid transparent;
}

.modal .btn.btn-login {
  width: 100%;
  color: #222729 !important;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #b4cc06;
  background-image: url(../img/login-icon.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 6px 15px;
  border: 0;
  margin: 5px 0;
}

.modal .btn.btn-donate {
  width: 100%;
  color: #222729 !important;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #b4cc06;
  background-image: url(../img/donate-icon.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 6px 15px;
  border: 0;
  margin: 5px 0;
}

.modal .btn.btn-share {
  width: 100%;
  color: #222729 !important;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #b4cc06;
  background-image: url(../img/copy-icon.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 6px 15px;
  border: 0;
  margin: 5px 0;
}

.modal .btn.btn-login:hover,
.modal .btn.btn-login:focus {
  background-color: #d0e62b !important;
}

.modal .btn.btn-donate:hover,
.modal .btn.btn-donate:focus {
  background-color: #d0e62b !important;
}

.modal .btn.btn-share:hover,
.modal .btn.btn-share:focus {
  background-color: #d0e62b !important;
}

.modal .btn.btn-login-fb {
  width: 100%;
  color: #fff;
  background-color: #33549e;
  background-image: url(../img/fb-icon.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  margin: 5px 0;
}

.modal .register-link {
  text-align: center;
  color: #b7b7b7;
  font-size: 14px;
  margin-top: 15px;
}

.modal .register-link a {
  color: #4d4d4d;
}

.modal .modal-body {
  position: relative;
  padding: 10px 25px 25px;
}

@media screen and (min-width: 426px) {
  .modal .modal-dialog {
    width: 375px;
    margin: 80px auto;
  }
}

.modal .modal-content {
  border-radius: 0;
}

.modal .modal-header {
  border-bottom: 0;
}

.modal .checkbox,
.modal .forgot {
  display: inline-block;
}

.modal .forgot {
  float: right;
  text-align: right;
  color: #4d4d4d;
}

.modal .forgot label {
  font-weight: 400;
}

.modal .close {
  font-size: 24px;
}

.modal .form-control {
  height: 40px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  box-shadow: none;
  border-left: 0;
}

.modal .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #ccc;
  text-align: center;
  background-color: #fff;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

#petition-inner {
  font-size: 18px;
  margin-bottom: 35px;
}

#petition-inner p {
  margin-bottom: 25px;
  line-height: 1.6em;
}

#petition-inner > ul.main > li {
  list-style: none;
  margin-bottom: 25px;
}

#petition-inner > ul.main > li:before {
  font-family: FontAwesome;
  font-size: 8px;
  vertical-align: 0.43em;
  content: "\f111";
  display: inline-block;
  padding-right: 5px;
}

#petition-inner .petition-inner-block {
  font-size: 14px;
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-bottom: 20px;
}

#petition-inner .petition-inner-block .btn.btn-primary {
  margin-top: 5px;
}

#petition-inner .petition-inner-block a {
  color: #222729;
}

#petition-inner .petition-inner-block h3 {
  color: #f83a5c;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}

#petition-inner .petition-inner-block_positive {
  font-size: 14px;
  padding: 15px;
  background-color: #f8f8f8;
  border: 3px solid #b4cc06;
  border-radius: 3px;
  margin-bottom: 20px;
}

#petition-inner .petition-inner-block_positive .btn.btn-primary {
  margin-top: 5px;
}

#petition-inner .petition-inner-block_positive a {
  color: #222729;
}

#petition-inner .petition-inner-block_positive h3 {
  color: #f83a5c;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}

#petition-inner .petition-inner-block_negative {
  font-size: 14px;
  padding: 15px;
  background-color: #f8f8f8;
  border: 3px solid #f83a5c;
  border-radius: 3px;
  margin-bottom: 20px;
}

#petition-inner .petition-inner-block_negative .btn.btn-primary {
  margin-top: 5px;
}

#petition-inner .petition-inner-block_negative a {
  color: #222729;
}

#petition-inner .petition-inner-block_negative h3 {
  color: #f83a5c;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}

#petition-inner .petition-inner-block_pending {
  font-size: 14px;
  padding: 15px;
  background-color: #f8f8f8;
  border: 3px solid #f9ef69;
  border-radius: 3px;
  margin-bottom: 20px;
}

#petition-inner .petition-inner-block_pending .btn.btn-primary {
  margin-top: 5px;
}

#petition-inner .petition-inner-block_pending a {
  color: #222729;
}

#petition-inner .petition-inner-block_pending h3 {
  color: #f83a5c;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 10px;
}

#petition-inner .pettition-inner-main-addressee,
#petition-inner .pettition-inner-main-category,
#petition-inner .petition-inner-main-info {
  list-style: none;
  margin: 0;
  margin: 5px 0;
}

#petition-inner .petition-inner-main-info li {
  display: inline-block;
  font-size: 14px;
  padding-right: 10px;
}

#petition-inner .petition-inner-main-info li a {
  color: #222729;
}

#petition-inner .petition-inner-main-info li:before {
  width: 20px;
  color: #979797;
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 4px;
}

#petition-inner .petition-inner-main-info li:nth-child(1):before {
  content: "\f007";
}

#petition-inner .petition-inner-main-info li:nth-child(2):before {
  content: "\f271";
}

#petition-inner .petition-inner-main-info li:nth-child(3):before {
  content: "\f274";
}

#petition-inner .pettition-inner-main-eraser:before,
#petition-inner .pettition-inner-main-addressee:before,
#petition-inner .pettition-inner-main-category:before {
  width: 20px;
  color: #979797;
  font-family: FontAwesome;
  display: inline-block;
}

#petition-inner .pettition-inner-main-addressee:before {
  content: "\f234";
}

#petition-inner .pettition-inner-main-eraser:before {
  content: "\f12d";
}

#petition-inner .pettition-inner-main-category:before {
  content: "\f02c";
}

#petition-inner .categories-list {
  list-style: none;
  display: inline-block;
  margin: 0;
}

#petition-inner .categories-list li {
  text-align: center;
  display: inline-block;
  padding-left: 10px;
}

#petition-inner .categories-list li.blue:before {
  color: #0984b7;
}

#petition-inner .categories-list li:before {
  font-family: FontAwesome;
  font-size: 9px;
  vertical-align: 1px;
  content: "\f111";
  display: inline-block;
  padding-right: 5px;
}

#petition-inner .petition-inner-actions-list {
  float: left;
  width: 100%;
  list-style: none;
  font-size: 14px;
  padding: 20px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

#petition-inner .petition-inner-actions-list li {
  display: inline-block;
  margin: 3px 10px 3px 0;
}

#petition-inner .petition-inner-actions-list li a {
  display: block;
  color: #222729;
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 6px 10px;
}

#petition-inner .petition-inner-actions-list li a i {
  color: #b4cc06;
}

#petition-inner .petition-inner-actions-list li i {
  color: #979797;
  font-size: 14px;
  display: inline-block;
  padding-right: 3px;
}

#petition-inner .petition-signature {
  background-color: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 20px 0;
  float: left;
  width: 100%;
}

#petition-inner .petition-signature h2 {
  font-size: 21px;
  font-weight: 400;
  text-transform: none;
  line-height: 36px;
  margin-top: 0;
}

#petition-inner .petition-signature button {
  margin-top: 18px;
}

#admin-table table {
  border-collapse: collapse;
  width: 100%;
}

#admin-table th,
td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

#signature-table {
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
}

#signature-table.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fff;
}

#signature-table.table-striped > tbody > tr:nth-of-type(even) {
  background-color: #f8f8f8;
}

#signature-table th {
  font-weight: 600;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

#signature-table th,
#signature-table td {
  font-size: 14px;
  vertical-align: top;
  padding: 15px 10px;
}

#signature-table td:nth-child(2) {
  width: 58%;
}

#signature-table td p {
  color: #a8a8a8;
  font-size: 13px;
  margin-bottom: 0;
}

#petition-user-info h2,
#petition-information h2 {
  color: #222729;
  font-size: 18px;
  text-transform: none;
  margin: 0;
}

#petition-user-info label,
#petition-information label {
  color: #222729;
  font-size: 18px;
  font-weight: 400;
}

#petition-user-info p,
#petition-information p {
  color: #a7a7a7;
  font-size: 14px;
}

#petition-user-info input.form-control,
#petition-user-info textarea.form-control,
#petition-information input.form-control,
#petition-information textarea.form-control {
  margin-bottom: 30px;
}

#news .new-block {
  position: relative;
}

#news .new-block a {
  color: #fff;
}

#news .new-block:hover h3,
#news .new-block:focus h3 {
  text-decoration: underline;
}

#news .new-block img {
  width: 100%;
  height: 202px;
  object-fit: cover;
  margin-bottom: 1em;
}

#news .new-block h3 {
  text-transform: none;
  font-size: 16px;
  line-height: 1.2em;
  min-height: 45px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  bottom: 4px;
  padding: 0.5em;
  width: 100%;
}

#news .new-block h3 a {
  color: #fff;
}

.pagination > li.active > a,
.pagination > li.active > a:hover {
  background-color: #b4cc06;
  border-color: #b4cc06;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #bcbcbc;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  margin: 3px;
  padding: 6px 12px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #b4cc06;
  background-color: transparent;
  border-color: #b4cc06;
}

@media screen and (max-width: 780px) {
  #main #content .pic {
    width: 100%;
  }

  #main #content .pic img {
    margin-bottom: 1em;
  }
}

.mt-1 {
  margin-top: 1em;
}

.btn.btn-login {
  color: #fff !important;
}

@media screen and (min-width: 768px) {
  .d-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }
}

div.google-auto-placed {
  display: none !important;
}
