@import url("https://fonts.googleapis.com/css?family=Open+Sans:300, 400, 600, 700&subset=latin,latin-ext");
body {
  font: 13px "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.31;
  color: #616161;
  margin: 0;
  padding: 0;
  background: #f5f5f5; }

body.modal-open {
  overflow: hidden; }

.btn-empty {
  border: none;
  background: transparent;
  box-shadow: none !important; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.relative {
  position: relative; }

.container {
  width: 100%;
  margin: auto;
  padding: 0 !important; }
  .container .spinner {
    text-align: center;
    margin-bottom: 4em; }
  @media screen and (min-width: 990px) {
    .container {
      width: 960px; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1150px; } }
  .container .container_padding {
    width: 100%;
    padding: 0 5px; }
    @media screen and (min-width: 600px) {
      .container .container_padding {
        padding: 0 10px; } }
    @media screen and (min-width: 990px) {
      .container .container_padding {
        padding: 0; } }
  .container .container_padding.overflowhidden {
    overflow: hidden; }
  .container .content_full {
    width: 100%; }
  .container .padding {
    padding: 20px; }
    @media screen and (max-width: 768px) {
      .container .padding {
        padding: 10px; } }
  .container .white {
    background: #fff; }

.container.static_page p {
  margin: 0.5em 0; }

.container.static_page h2 {
  color: #00a553;
  font-size: 22px;
  font-weight: bold;
  margin: 1.5em 0 1em 0; }

.container.static_page h3 {
  color: #00a553;
  font-size: 22px;
  font-weight: normal;
  margin: 1.5em 0 1em 0; }

.container.static_page h4 {
  color: #00a553;
  font-size: 18px;
  font-weight: normal;
  margin: 1.5em 0 1em 0; }

.container.static_page h5 {
  color: #000;
  font-size: 16px;
  font-weight: bold;
  margin: 1.5em 0 1em 0; }

.container.static_page a {
  color: #016031; }

h1.page_title {
  font-size: 36px;
  font-weight: 300;
  color: #4f5859; }
  h1.page_title .title_sub {
    font-weight: 400;
    color: #c22158; }
  @media screen and (max-width: 1200px) {
    h1.page_title {
      font-size: 34px; } }
  @media screen and (max-width: 990px) {
    h1.page_title {
      font-size: 30px; } }
  @media screen and (max-width: 600px) {
    h1.page_title {
      font-size: 26px; } }
  @media screen and (max-width: 320px) {
    h1.page_title {
      font-size: 26px; } }

h2.block_title {
  font-weight: 500;
  font-size: 32px; }
  @media screen and (max-width: 1200px) {
    h2.block_title {
      font-size: 30px; } }
  @media screen and (max-width: 990px) {
    h2.block_title {
      font-size: 26px; } }
  @media screen and (max-width: 600px) {
    h2.block_title {
      font-size: 22px; } }
  @media screen and (max-width: 320px) {
    h2.block_title {
      font-size: 22px; } }

input[type="text"],
input[type="password"] {
  border-radius: 0; }

button.btn {
  font-size: 16px;
  text-transform: uppercase;
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: block;
  width: 180px;
  margin: 20px auto 40px auto; }

button.btn {
  border-radius: 0;
  border: none; }

button.green {
  background: #28ae61;
  color: #fff; }

button.green:hover,
button.green:focus {
  background: #229252;
  color: #fff; }

button.pink {
  background: #c22158;
  color: #fff; }

button.pink:hover,
button.pink:focus {
  background: #a01b49;
  color: #fff; }

button.fbblue {
  background: #3b5998;
  color: #fff; }

button.fbblue:hover,
button.fbblue:focus {
  background: #355088;
  color: #fff; }

button.grey {
  background: #9aa3a4;
  color: #fff; }

button.grey:hover,
button.grey:focus {
  background: #7a8182;
  color: #fff; }

button.empty {
  background: transparent; }

button.empty.outline {
  border: 1px solid #fff;
  color: #fff; }

button.empty a,
button.empty a:hover,
button.empty a:focus {
  color: #fff;
  text-decoration: none; }

.modal {
  z-index: 10500; }

.modal-dialog {
  max-width: 700px;
  width: auto; }
  @media screen and (max-width: 600px) {
    .modal-dialog {
      margin-top: 0; } }
  .modal-dialog .modal-content {
    border: none;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #28ae61;
    padding: 0 20px; }
    .modal-dialog .modal-content .modal-header {
      position: relative;
      border: none;
      padding: 0;
      min-height: 40px; }
      .modal-dialog .modal-content .modal-header button {
        background: none;
        position: relative;
        position: absolute;
        right: 10px;
        top: 0px;
        border: none;
        color: #fff;
        font-size: 52px;
        font-weight: normal;
        cursor: pointer; }
    .modal-dialog .modal-content .modal-body {
      margin: 0;
      padding: 0;
      font-size: 16px;
      line-height: 1.4;
      color: #fff; }
      .modal-dialog .modal-content .modal-body h4 {
        color: #fff;
        text-align: center;
        font-size: 24px;
        margin-bottom: 20px; }
      .modal-dialog .modal-content .modal-body div {
        margin-bottom: 10px; }
        .modal-dialog .modal-content .modal-body div .value {
          font-weight: bold; }
      .modal-dialog .modal-content .modal-body div.confirm_text {
        margin-top: 30px; }
    .modal-dialog .modal-content .modal-footer {
      border: none;
      text-align: center;
      padding: 20px 0 20px 0; }
      .modal-dialog .modal-content .modal-footer button.btn {
        display: inline-block;
        margin-bottom: 20px; }

div.footer {
  /*min-width: 960px;*/
  text-align: center; }
  div.footer .block_footer {
    overflow: hidden;
    width: 33.3%;
    float: left;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #95a4a6; }
    @media screen and (max-width: 600px) {
      div.footer .block_footer {
        width: 100%; } }
    div.footer .block_footer .title {
      display: block;
      text-align: center;
      color: #ecf0f1;
      text-transform: uppercase;
      margin: 20px 0;
      font-size: 18px; }
    div.footer .block_footer a {
      display: block;
      text-align: center;
      text-decoration: none;
      color: #95a4a6;
      font-size: 14px;
      line-height: 26px; }
    div.footer .block_footer a:hover {
      color: #ffffff; }
  div.footer .bar_1 {
    background-color: #393f40;
    width: 100%;
    min-height: 200px;
    padding: 10px 20px 35px 20px; }
  div.footer .bar_2 {
    background-color: #FAFAFA;
    width: 100%;
    padding: 20px; }
    div.footer .bar_2 img {
      margin: 0 20px;
      height: 30px; }

.container.not_found_404 {
  padding: 20px 0 !important; }
  .container.not_found_404 .container_padding h1 {
    text-align: center;
    margin: 2em 0; }
