@charset "UTF-8";
/* ********************************************************************* */
/* *************************** Clearspending *************************** */
/* ********************************************************************* */
/* ┬й 2014 Infoculture.ru ( infoculture@infoculture.ru) */
/* Author: Pavel Mednikov (pmednikov@idalab.ru, hello@pavelmednikov.com) */
/* ********************************************************************* */
/* ********************************************************************* */
/* ********************************************************************* */
/* ============================ */
/* ============================ */
/* FONTS */
/* ============================ */
/* ============================ */
/* CSS RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ============================ */
/* ============================ */
/* FLUID IMAGES */
img, embed, object, video, iframe {
  max-width: 100%; }

/* ============================ */
/* ============================ */
/* SETTINGS */
::-moz-selection {
  background: #d0111a; }

::-webkit-selection {
  background: #d0111a; }

::selection {
  color: #fff;
  background: #d0111a; }

input {
  padding: 6px 10px 5px;
  outline: none;
  font-family: FontAwesome, 'Open Sans', sans-serif; }
  input[type="submit"] {
    color: #fff;
    border: none;
    border-bottom: 3px solid #18426d;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    background: #15569e;
    background: -webkit-linear-gradient(top, #2b66a6 0%, #134d8e 100%);
    background: -moz-linear-gradient(top, #2b66a6 0%, #134d8e 100%);
    background: -o-linear-gradient(top, #2b66a6 0%, #134d8e 100%);
    background: -ms-linear-gradient(top, #2b66a6 0%, #134d8e 100%);
    background: linear-gradient(top, #2b66a6 0%, #134d8e 100%); }
  input[type="text"] {
    width: 100%; }
  input[type="text"].field-hide {
    margin: 2px 0;
    background: none;
    border: none; }

button, textarea {
  outline: none !important; }

img {
  display: block; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.25em;
  color: #323c4e; }
  .dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6 {
    color: #fff; }

h2 {
  font-size: 30px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px;
  font-weight: normal; }

h5 {
  font-size: 18px;
  font-weight: normal; }

h6 {
  font-size: 16px;
  font-weight: normal; }

p {
  margin-bottom: 10px; }

a {
  font-family: FontAwesome, 'Open Sans', sans-serif;
  color: #15569e;
  text-decoration: none; }
  a:hover {
    color: #d0111a;
    text-decoration: none; }
  a.ext-link[target="_blank"]:before {
    content: "\f08e\00a0";
    font-size: 75%; }
  a.inner-link {
    border-bottom-width: 1px;
    border-bottom-style: dotted; }
    a.inner-link:active, a.inner-link:focus {
      text-decoration: none; }

b, strong {
  font-weight: bolder; }

i {
  font-style: italic; }

small, .small {
  font-size: 85%; }

blockquote {
  position: relative;
  padding-left: 40px; }
  blockquote:before {
    font-family: FontAwesome, 'Open Sans', sans-serif;
    font-size: 2em;
    content: "\f10e";
    color: #e4e4e4;
    position: absolute;
    top: 8px;
    left: 0; }
  blockquote.note:before {
    content: "\f069"; }

input[disabled]:hover,
a[disabled]:hover {
  cursor: not-allowed; }

label {
  margin-bottom: 5px; }

.left {
  float: left; }

.right {
  float: right; }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.btn {
  background: none;
  border: 1px solid #15569e;
  color: #15569e;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .btn:hover {
    background: #15569e;
    color: #fff;
    text-decoration: none; }

.btn-link {
  border: none; }
  .btn-link:hover {
    background: none;
    color: #15569e;
    text-decoration: underline; }

.dark-bg {
  color: #fff; }
  .dark-bg a {
    color: #fff; }
    .dark-bg a:hover {
      color: #fff;
      text-decoration: underline; }
  .dark-bg .btn {
    color: #fff;
    border: 1px solid #fff; }
    .dark-bg .btn:hover {
      background: #fff;
      color: #15569e;
      text-decoration: none; }
  .dark-bg .breadcrumb {
    background: none;
    padding: 0 20px; }
    .dark-bg .breadcrumb > .active {
      color: #ccc; }

.text ol, .text ul, .text dir, .text menu, .text dd {
  margin-left: 40px;
  margin-bottom: 20px; }
.text ol {
  list-style-type: decimal; }
.text ul {
  list-style-type: disc; }
.text ol ul, .text ul ol, .text ul ul, .text ol ol {
  margin-top: 0;
  margin-bottom: 0; }
.text ul ul, .text ol ul {
  list-style-type: circle;
  margin-left: 30px; }
.text ol ol, .text ul ol {
  list-style-type: lower-latin;
  margin-left: 30px; }
.text h1, .text h2, .text h3, .text h4, .text h5, .text h6, .text h2, .text h3, .text h4, .text h5, .text h6 {
  margin-top: 1em; }
.text p {
  line-height: 1.5em; }

.text-center {
  text-align: center; }

.form-margin div {
  margin-bottom: 10px; }

.form-row {
  width: 100%;
  margin-bottom: 20px; }

.full-width-c .btn {
  width: 100%; }

.no-margin {
  margin: 0; }

.inn-check-error {
  color: #d0111a; }

.label-status {
  font-size: 12px; }
  .label-status .fa-circle {
    color: #15569e; }
    .label-status .fa-circle.label-status-error {
      color: #d0111a; }

.terminated {
  color: #d0111a;
  text-decoration: line-through; }

/* GRID */
.wrap {
  width: 1200px;
  margin: 0 auto; }

.row {
  width: 100%;
  margin: 0;
  /* reset bootstrap */
  margin-bottom: 40px; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  display: block;
  margin: 0 10px;
  width: 80px; }
  .col-1.inner, .inner.col-2, .inner.col-3, .inner.col-4, .inner.col-5, .inner.col-6, .inner.col-7, .inner.col-8, .inner.col-9, .inner.col-10, .inner.col-11, .inner.col-12 {
    padding: 20px; }

.col-2 {
  width: 180px; }

.col-3 {
  width: 280px; }

.col-4 {
  width: 380px; }

.col-5 {
  width: 480px; }

.col-6 {
  width: 580px; }

.col-7 {
  width: 680px; }

.col-8 {
  width: 780px; }

.col-9 {
  width: 880px; }

.col-10 {
  width: 980px; }

.col-11 {
  width: 1080px; }

.col-12 {
  width: 1180px; }

.col-1-full {
  width: 100px; }

.col-2-full {
  width: 200px; }

.col-3-full {
  width: 300px; }

.col-4-full {
  width: 400px; }

.col-5-full {
  width: 500px; }

.col-6-full {
  width: 600px; }

.col-7-full {
  width: 700px; }

.col-8-full {
  width: 800px; }

.col-9-full {
  width: 900px; }

.col-10-full {
  width: 1000px; }

.col-11-full {
  width: 1100px; }

.col-12-full {
  width: 1200px; }

.col-offset-1 {
  margin-left: 110px; }

.col-offset-2 {
  margin-left: 210px; }

.col-offset-3 {
  margin-left: 310px; }

.col-offset-4 {
  margin-left: 410px; }

.col-offset-5 {
  margin-left: 510px; }

.col-offset-6 {
  margin-left: 610px; }

.col-offset-7 {
  margin-left: 710px; }

.col-offset-8 {
  margin-left: 810px; }

.col-offset-9 {
  margin-left: 910px; }

.col-offset-10 {
  margin-left: 1010px; }

.col-offset-11 {
  margin-left: 1110px; }

/* ELEMENTS */
.whitebox, .sidebox {
  padding: 20px;
  background: #fff;
  border-bottom: 3px solid #a3adc1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background: -webkit-linear-gradient(top, #fff 0%, #dfe2ea 100%);
  background: -moz-linear-gradient(top, #fff 0%, #dfe2ea 100%);
  background: -o-linear-gradient(top, #fff 0%, #dfe2ea 100%);
  background: -ms-linear-gradient(top, #fff 0%, #dfe2ea 100%);
  background: linear-gradient(top, #fff 0%, #dfe2ea 100%); }
  .whitebox h1, .sidebox h1, .whitebox h2, .sidebox h2, .whitebox h3, .sidebox h3, .whitebox h4, .sidebox h4, .whitebox h5, .sidebox h5, .whitebox h6, .sidebox h6, .whitebox h2, .sidebox h2, .whitebox h3, .sidebox h3, .whitebox h4, .sidebox h4, .whitebox h5, .sidebox h5, .whitebox h6, .sidebox h6 {
    color: #15569e; }

.sidebox {
  background: #f5f5f5;
  overflow: hidden;
  background: -webkit-linear-gradient(top, #fff 0%, #f5f5f5 100px);
  background: -moz-linear-gradient(top, #fff 0%, #f5f5f5 100px);
  background: -o-linear-gradient(top, #fff 0%, #f5f5f5 100px);
  background: -ms-linear-gradient(top, #fff 0%, #f5f5f5 100px);
  background: linear-gradient(top, #fff 0%, #f5f5f5 100px); }
  .sidebox a.wb {
    word-break: break-all; }
  .sidebox.inner {
    margin-bottom: 20px;
    padding: 12px 20px 20px; }
    .sidebox.inner.no-top {
      padding-top: 0; }

.bs-callout {
  padding: 10px 20px;
  border: 1px solid #e4e4e4;
  border-left-width: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }
  .bs-callout.bs-callout-danger {
    border-left-color: red; }

.share-btns {
  margin-bottom: 20px; }
  .share-btns .share-btn-cells {
    display: inline-block;
    margin: 0;
    padding-top: 4px;
    list-style-type: none !important;
    line-height: 0; }
    .share-btns .share-btn-cells .share-btn-cell {
      float: left;
      margin: 0 10px; }
      .share-btns .share-btn-cells .share-btn-cell:first-child {
        margin-left: 0; }

/* ============================ */
/* ============================ */
/* MAIN STYLES */
html {
  background: #f5f5f5; }

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  background: #1d70b8 url("../img/bg.png") no-repeat 50% 0;
  line-height: 1.375em; }

/* HEADER */
header {
  width: 100%;
  padding: 0 0 20px; }

#widget-top {
  padding: 10px; }
  #widget-top ul {
    margin: 0 10px; }
    #widget-top ul li {
      float: left; }
      #widget-top ul li a {
        display: block;
        padding: 0 5px;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out; }
        #widget-top ul li a:hover {
          opacity: 1; }
  #widget-top #social-list {
    margin-left: 0; }

#header-container {
  position: relative;
  padding: 15px 10px;
  background: #fff;
  border-bottom: 3px solid #dfe2ea;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }

#logo {
  width: 200px;
  height: 50px;
  margin: 0 10px; }
  #logo a {
    display: block;
    width: 100%;
    height: 100%; }

#slogan {
  margin: 18px 0 0;
  color: black; }

#logo-partner {
  width: 123px;
  height: 93px;
  margin: 0 10px;
  margin-top: -46px; }
  #logo-partner a {
    display: block;
    width: 100%;
    height: 100%;
    background: url("../img/komitet-logo.png") no-repeat 50% 50%; }

#menu {
  padding: 0 10px;
  margin-top: -3px;
  border-top: 3px solid #e4e4e4;
  border-bottom: 3px solid #e4e4e4;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -ms-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background: #f7f8f9; }
  #menu #menu-open-btn {
    display: none;
    width: 100%;
    padding: 10px 20px;
    text-align: left;
    background: none;
    border: none; }
  #menu .dropdown-backdrop {
    position: static; }
  #menu ul li {
    float: left; }
    #menu ul li.right {
      float: right; }
    #menu ul li a {
      position: relative;
      display: block;
      padding: 10px;
      text-decoration: none;
      color: #797979;
      font-size: 14px;
      -webkit-transition: all 0.15s ease-in-out;
      -moz-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      #menu ul li a:hover {
        text-decoration: none;
        color: #1d70b8; }
        #menu ul li a:hover .menu-label {
          -ms-transform: none;
          -webkit-transform: none;
          transform: none; }
      #menu ul li a .menu-border {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 3px;
        background: #1d70b8;
        display: none; }
      #menu ul li a:hover .menu-border {
        display: block; }
      #menu ul li a #home-text {
        display: none; }
      #menu ul li a .menu-label {
        position: absolute;
        top: -5px;
        right: -10px;
        padding: 1px 3px;
        line-height: 16px;
        font-size: 10px;
        font-style: normal;
        color: #323c4e;
        text-transform: uppercase;
        background: gold;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg);
        z-index: 1; }
    #menu ul li .dropdown-menu {
      background-color: rgba(255, 255, 255, 0.9);
      list-style-type: none !important; }
      #menu ul li .dropdown-menu li {
        width: 100%; }
        #menu ul li .dropdown-menu li a:hover {
          background-color: #dfe2ea; }
    #menu ul li#menu-donate a {
      color: gold; }
      #menu ul li#menu-donate a .menu-border {
        background: gold; }

.dropdown-menu {
  list-style-type: none !important; }

/* HERO */
#hero {
  width: 100%;
  padding: 20px 0; }

#index-widgets {
  padding: 40px 0; }

.form-wrap {
  padding: 3px;
  border: 3px solid #dfe2ea;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  background: -webkit-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background: -moz-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background: -o-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background: -ms-linear-gradient(top, #f5f5f5 0%, #fff 100%);
  background: linear-gradient(top, #f5f5f5 0%, #fff 100%);
  -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.07); }

.fake-field .field-hide {
  width: 80%; }

.site-search-form {
  margin-bottom: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box; }
  .site-search-form * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box; }
  .site-search-form input[type="text"] {
    font-size: 14px;
    color: #18426d; }

.cust-s {
  position: relative; }

.advanced-s a {
  display: block;
  width: 100%;
  padding: 7px 10px;
  text-align: center;
  margin-top: -3px;
  border-top: 3px solid #18426d;
  border-bottom: 3px solid #18426d;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  background: #15569e;
  background: -webkit-linear-gradient(top, #2b66a6 0%, #134d8e 100%);
  background: -moz-linear-gradient(top, #2b66a6 0%, #134d8e 100%);
  background: -o-linear-gradient(top, #2b66a6 0%, #134d8e 100%);
  background: -ms-linear-gradient(top, #2b66a6 0%, #134d8e 100%);
  background: linear-gradient(top, #2b66a6 0%, #134d8e 100%); }
  .advanced-s a:hover {
    text-decoration: none;
    background: #18426d;
    background: -webkit-linear-gradient(top, #134d8e 0%, #2b66a6 100%);
    background: -moz-linear-gradient(top, #134d8e 0%, #2b66a6 100%);
    background: -o-linear-gradient(top, #134d8e 0%, #2b66a6 100%);
    background: -ms-linear-gradient(top, #134d8e 0%, #2b66a6 100%);
    background: linear-gradient(top, #134d8e 0%, #2b66a6 100%); }

.milestones .milestone {
  width: 16.5%; }
  .milestones .milestone h4 {
    margin-bottom: 5px; }
  .milestones .milestone p {
    margin: 0; }

.milestone {
  text-align: center; }

.table-download {
  position: relative; }
  .table-download .tb-dwnld-btn-container {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .table-download .tb-dwnld-btn-container #tb-dwnld-show {
      padding: 5px 10px;
      background: #1c7ae1;
      color: #fff;
      border: none;
      -webkit-border-radius: 0 0 0 3px;
      -moz-border-radius: 0 0 0 3px;
      -ms-border-radius: 0 0 0 3px;
      border-radius: 0 0 0 3px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .table-download .tb-dwnld-btn-container #tb-dwnld-show:hover {
        background: #15569e; }
  .table-download:hover .tb-dwnld-btn-container {
    display: block; }

.sparkline {
  text-align: center;
  margin-bottom: 20px; }
  .sparkline .jqstooltip {
    box-sizing: content-box; }

.news-subscribe {
  width: 100%;
  margin: 0; }

#media-block {
  background: #f5f5f5; }

.sidebar-row {
  margin-bottom: 40px; }

.section-heading {
  margin-bottom: 20px;
  color: #aaa;
  font-weight: bold; }
  .section-heading a {
    color: #222; }
    .section-heading a:hover {
      color: #15569e; }

.useful-links .section-heading {
  color: #222 !important; }
.useful-links .us-link h1, .useful-links .us-link h2, .useful-links .us-link h3, .useful-links .us-link h4, .useful-links .us-link h5, .useful-links .us-link h6, .useful-links .us-link h2, .useful-links .us-link h3, .useful-links .us-link h4, .useful-links .us-link h5, .useful-links .us-link h6 {
  margin-bottom: 0;
  /*font-weight: bold;*/ }

.news-block {
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #e4e4e4;
  border-bottom-width: 3px; }
  .news-block .img-container {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    border-bottom: 1px solid #e4e4e4; }
  .news-block .news-block-info {
    display: block;
    height: 170px;
    padding: 20px;
    overflow: hidden; }
    .news-block .news-block-info .news-block-heading,
    .news-block .news-block-info .news-block-date {
      display: block; }
    .news-block .news-block-info .news-block-heading {
      font-weight: bold;
      color: #222; }
    .news-block .news-block-info .news-block-date {
      margin-bottom: 10px;
      font-size: 12px;
      color: #aaa; }
  .news-block:hover, .news-block:focus, .news-block.focus {
    text-decoration: none; }
  .news-block:hover .news-block-info .news-block-heading {
    color: #15569e; }
  .news-block.news-block-no-img .news-block-info {
    height: 380px; }

.feature-btns {
  margin: -20px 0 0; }
  .feature-btns .news-subscribe,
  .feature-btns .donate-btn {
    width: 100%;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
  .feature-btns .news-subscribe {
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 3px solid #a3adc1;
    background: -webkit-linear-gradient(top, #fff 0%, #dfe2ea 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dfe2ea 100%);
    background: -o-linear-gradient(top, #fff 0%, #dfe2ea 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dfe2ea 100%);
    background: linear-gradient(top, #fff 0%, #dfe2ea 100%); }
    .feature-btns .news-subscribe:hover {
      color: #15569e;
      border-bottom: 3px solid #a3adc1;
      background: -webkit-linear-gradient(top, #fff 0%, #ccc 100%);
      background: -moz-linear-gradient(top, #fff 0%, #ccc 100%);
      background: -o-linear-gradient(top, #fff 0%, #ccc 100%);
      background: -ms-linear-gradient(top, #fff 0%, #ccc 100%);
      background: linear-gradient(top, #fff 0%, #ccc 100%); }
  .feature-btns .donate-btn {
    color: #323c4e;
    background: gold;
    border-bottom: 3px solid DarkGoldenrod;
    background: -webkit-linear-gradient(top, gold 0%, Goldenrod 100%);
    background: -moz-linear-gradient(top, gold 0%, Goldenrod 100%);
    background: -o-linear-gradient(top, gold 0%, Goldenrod 100%);
    background: -ms-linear-gradient(top, gold 0%, Goldenrod 100%);
    background: linear-gradient(top, gold 0%, Goldenrod 100%); }
    .feature-btns .donate-btn:hover {
      background: -webkit-linear-gradient(top, gold 0%, Orange 100%);
      background: -moz-linear-gradient(top, gold 0%, Orange 100%);
      background: -o-linear-gradient(top, gold 0%, Orange 100%);
      background: -ms-linear-gradient(top, gold 0%, Orange 100%);
      background: linear-gradient(top, gold 0%, Orange 100%); }

/* CONTENT */
#page-title, #page-title-small {
  width: 100%;
  padding: 20px 0;
  color: #fff; }

#page-title-small {
  padding: 0; }

#content,
.content {
  width: 100%;
  padding: 40px 0;
  background: #fff;
  border-bottom: 3px solid #dfe2ea; }
  #content em,
  .content em {
    font-style: italic; }
  #content ul, #content ol,
  .content ul,
  .content ol {
    list-style-position: inside;
    margin-bottom: 1em; }
  #content ul,
  .content ul {
    list-style-type: disc; }
  #content ol,
  .content ol {
    list-style-type: decimal; }
  #content ul ul, #content ol ul,
  .content ul ul,
  .content ol ul {
    list-style-type: circle;
    list-style-position: inside;
    margin-left: 15px; }
  #content ol ol, #content ul ol,
  .content ol ol,
  .content ul ol {
    list-style-type: lower-latin;
    list-style-position: inside;
    margin-left: 15px; }

.nav-tabs {
  border-bottom: 1px solid transparent; }
  .nav-tabs > li > a {
    background: #e4e4e4;
    text-align: center;
    border-top: 3px solid #ccc; }
    .nav-tabs > li > a:hover {
      border-bottom-color: transparent; }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active a:focus {
    border-top: 3px solid #e4e4e4; }

#treemap-tabs .nav-tabs > li {
  width: 25%; }

#TreeMap {
  height: 500px; }

.treemap-years .tab-pane .nav {
  background: url("../img/timeline-bg.png") repeat-y 13px 0; }
  .treemap-years .tab-pane .nav li {
    margin: 10px 0; }
    .treemap-years .tab-pane .nav li.active a {
      color: #15569e;
      background-position: 0 -30px; }
    .treemap-years .tab-pane .nav li:first-child {
      margin-top: 0; }
    .treemap-years .tab-pane .nav li:last-child {
      margin-bottom: 0; }
    .treemap-years .tab-pane .nav li a {
      height: 30px;
      padding: 0 0 0 30px;
      line-height: 30px;
      background: none;
      background: url("../img/timeline-sprite.png") no-repeat 0 0; }
      .treemap-years .tab-pane .nav li a:hover, .treemap-years .tab-pane .nav li a.active {
        background-position: 0 -30px; }

#ContainerGraph {
  overflow-x: auto; }

#sidebar {
  width: 100%;
  padding: 60px 0;
  background: #f5f5f5;
  border-bottom: 3px solid #dfe2ea; }

.news-date {
  color: #7c8ba6;
  font-style: italic; }

.sb-analytics span.left {
  display: block;
  width: 10%; }
.sb-analytics a {
  display: block;
  width: 90%; }

#contest {
  width: 100%;
  padding: 60px 0;
  background: #15569e;
  border-bottom: 3px solid #dfe2ea; }
  #contest .prise-fund {
    margin-top: 52px;
    font-size: 24px;
    font-weight: lighter;
    line-height: 1.5em; }

#apps-block {
  width: 100%;
  padding: 60px 0;
  background: #fff; }

.app-cards {
  vertical-align: baseline;
  font-size: 0;
  margin: 60px 0 20px; }
  .app-cards li {
    position: relative;
    display: -moz-inline-stack !important;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 60px;
    background: #f5f5f5;
    border-bottom: 3px solid #a3adc1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
    .app-cards li .app-card-holder {
      margin: -60px 0 0; }
      .app-cards li .app-card-holder .app-card-pic {
        margin: 0 0 10px;
        display: block;
        overflow: hidden;
        background: #f5f5f5;
        border: 1px solid #dfe2ea;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding-box;
        background-clip: padding-box; }
        .app-cards li .app-card-holder .app-card-pic img {
          margin: 0 auto;
          height: 100%; }
      .app-cards li .app-card-holder .app-card-info h1, .app-cards li .app-card-holder .app-card-info h2, .app-cards li .app-card-holder .app-card-info h3, .app-cards li .app-card-holder .app-card-info h4, .app-cards li .app-card-holder .app-card-info h5, .app-cards li .app-card-holder .app-card-info h6, .app-cards li .app-card-holder .app-card-info h2, .app-cards li .app-card-holder .app-card-info h3, .app-cards li .app-card-holder .app-card-info h4, .app-cards li .app-card-holder .app-card-info h5, .app-cards li .app-card-holder .app-card-info h6 {
        margin-bottom: 10px; }

#api-example {
  width: 100%;
  padding: 60px 0;
  background: #323c4e url("../img/bg-api.jpg") repeat-y 50% 0;
  background-size: cover; }
  #api-example .api-code {
    margin: 0 10px;
    padding: 20px;
    background: #141820;
    background: rgba(20, 24, 32, 0.75);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
    #api-example .api-code .api-result {
      height: 300px;
      overflow: auto; }
  #api-example .api-btn {
    padding: 40px 0 0;
    text-align: center; }

/* FEEDBACK */
#feedback-block {
  position: relative;
  background: #e4e4e4;
  border-bottom: 1px solid #dfe2ea; }
  #feedback-block #feedback-btn {
    position: absolute;
    bottom: 100%;
    right: 20%;
    background: #e4e4e4;
    color: #323c4e;
    border: 1px solid #ccc;
    border-bottom: none;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box; }
  #feedback-block #feedback-collapse .feedback-container {
    padding: 40px 0;
    border-bottom: 2px solid #dfe2ea; }
    #feedback-block #feedback-collapse .feedback-container form .errors {
      margin-bottom: 0; }
    #feedback-block #feedback-collapse .feedback-container form .alert {
      padding: 8px 15px; }

/* FOOTER */
footer {
  width: 100%;
  padding: 60px 0;
  color: #aaa;
  background: #f5f5f5; }
  footer .metrika a {
    display: block;
    float: right; }

/* DISCLAIMER */
#disclaimer {
  padding: 40px 0;
  font-size: 12px; }
  #disclaimer .col-12 {
    position: relative; }
    #disclaimer .col-12 a {
      text-decoration: underline; }
    #disclaimer .col-12 .asterisk {
      position: absolute;
      top: -30px;
      left: -80px;
      font-size: 6em;
      opacity: .1; }

/* ============================ */
/* APPS PAGE */
/* ============================ */
/* OPENDATA PAGE */
/* ============================ */
/* ABOUT PAGE */
/* ============================ */
/* FAQ PAGE */
/* ============================ */
/* GLOSSARY PAGE */
/* ============================ */
/* NEWS PAGE */
#news-list {
  margin-top: 40px; }
  #news-list .news-card {
    margin-bottom: 20px; }
    #news-list .news-card h1, #news-list .news-card h2, #news-list .news-card h3, #news-list .news-card h4, #news-list .news-card h5, #news-list .news-card h6, #news-list .news-card h2, #news-list .news-card h3, #news-list .news-card h4, #news-list .news-card h5, #news-list .news-card h6 {
      margin-bottom: 0; }
    #news-list .news-card .news-date {
      margin-top: 6px;
      font-style: normal;
      font-size: 85%; }

.news-image {
  margin-bottom: 1em; }

/* ============================ */
/* IN-CONTROL PAGE */
#search-submit .spinner {
  display: none; }
#search-submit.active .spinner {
  display: inline-block; }

/* ============================ */
/* ANALYTICS PAGES */
.analytics-proj {
  vertical-align: baseline;
  font-size: 0; }
  .analytics-proj li {
    position: relative;
    display: -moz-inline-stack !important;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    background: #f5f5f5;
    border-bottom: 3px solid #a3adc1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    margin-bottom: 20px;
    text-align: center; }
    .analytics-proj li img {
      margin-bottom: 10px; }

#mychart {
  width: 100%;
  height: 500px; }

#bar-hierarchy-container {
  padding: 20px 40px; }

#bar-hierarchy-count,
#bar-hierarchy-sum {
  overflow: auto; }
  #bar-hierarchy-count text,
  #bar-hierarchy-sum text {
    font: 10px sans-serif; }
  #bar-hierarchy-count rect.background,
  #bar-hierarchy-sum rect.background {
    fill: white; }
  #bar-hierarchy-count .axis,
  #bar-hierarchy-sum .axis {
    shape-rendering: crispEdges; }
  #bar-hierarchy-count .axis path,
  #bar-hierarchy-count .axis line,
  #bar-hierarchy-sum .axis path,
  #bar-hierarchy-sum .axis line {
    fill: none;
    stroke: #000; }

/* ============================ */
/* REGION PAGES */
.regions-table.wrap {
  width: auto;
  padding: 0 5%; }
  .regions-table.wrap .col-12 {
    width: 100%;
    margin: 0; }
  .regions-table.wrap .tb-dwnld-container {
    overflow: auto; }

/* ============================ */
/* GRANT PAGES */
#search-container {
  width: 100%;
  padding: 40px 0;
  background: #f5f5f5;
  border-bottom: 3px solid #dfe2ea; }

.adv-search-btn {
  border: none; }

/* ============================ */
/* CONTRACT PAGES */
.multiselect {
  overflow: hidden; }

.multiselect-container {
  width: 100%; }

.multiselect-container label.checkbox,
.multiselect-container label.radio {
  white-space: pre-line; }

.fb-wrap {
  padding: 9px 0;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  opacity: .15; }
  .fb-wrap:hover {
    opacity: 1;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }

.modal #map {
  width: 100%;
  height: 300px; }

.sort-btns {
  margin-bottom: 20px; }

.date-update {
  margin-top: 15px; }

.status-label {
  position: relative; }
  .status-label .new-label, .status-label .soon-label {
    position: absolute;
    left: 90%;
    line-height: 16px;
    font-size: 10px;
    font-style: normal;
    top: -10px;
    text-transform: uppercase;
    background: #FFD700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1px 3px;
    transform: rotate(20deg); }
  .status-label .soon-label {
    background: #17B4E5;
    color: #fff; }

.new-in-search h4 {
  position: relative;
  text-align: center;
  margin-bottom: 10px; }
  .new-in-search h4 .new-search-label {
    position: absolute;
    line-height: 16px;
    font-size: 10px;
    font-style: normal;
    top: -10px;
    text-transform: uppercase;
    background: #FFD700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    padding: 1px 3px;
    transform: rotate(20deg); }

/* ============================ */
/* SUPPLIER PAGES */
.rnp-link {
  color: #d0111a; }

.sidebox #map {
  width: 100%;
  height: 300px; }

/* ============================ */
/* CONTEST PAGES */
.table-nomination {
  margin: 0 auto !important;
  float: none !important; }
  .table-nomination td {
    padding: 5px; }

.first-place {
  background-color: gold; }

.second-place {
  background-color: silver; }

form.apply input,
form.apply textarea {
  width: 100%; }

/* ============================ */
/* BUDGET PAGES */
.budgets-form-wrapper {
  display: inline-block; }
  .budgets-form-wrapper button.dropdown-toggle {
    font-family: 'Oswald', sans-serif; }
  .budgets-form-wrapper .budget-view {
    padding: 0 20px;
    border: 1px solid #15569e;
    border-radius: 5px; }
    .budgets-form-wrapper .budget-view:hover {
      background-color: #15569e; }
      .budgets-form-wrapper .budget-view:hover button {
        color: #fff;
        text-decoration: none; }
  .budgets-form-wrapper .select-disabled {
    background-color: #dfe2ea;
    border-color: #dfe2ea; }
    .budgets-form-wrapper .select-disabled:hover {
      background-color: #dfe2ea;
      color: #15569e; }
  .budgets-form-wrapper .budget-select {
    font-family: 'Oswald', sans-serif; }
  .budgets-form-wrapper .budget-form-select {
    width: 100%; }
    .budgets-form-wrapper .budget-form-select .mrgnb-20 {
      margin-bottom: 20px; }
    .budgets-form-wrapper .budget-form-select .no-label {
      padding-top: 15px; }
    .budgets-form-wrapper .budget-form-select .multiselect-container {
      width: 500px; }
      .budgets-form-wrapper .budget-form-select .multiselect-container label {
        padding: 3px 20px; }
        .budgets-form-wrapper .budget-form-select .multiselect-container label.list-lvl-1 {
          font-weight: bold; }
        .budgets-form-wrapper .budget-form-select .multiselect-container label.list-lvl-2 {
          padding-left: 40px; }
        .budgets-form-wrapper .budget-form-select .multiselect-container label.list-lvl-3 {
          padding-left: 60px; }
        .budgets-form-wrapper .budget-form-select .multiselect-container label.list-lvl-4 {
          padding-left: 80px; }
        .budgets-form-wrapper .budget-form-select .multiselect-container label.list-lvl-5 {
          padding-left: 100px; }
      .budgets-form-wrapper .budget-form-select .multiselect-container input[type="radio"] {
        display: none; }
  .budgets-form-wrapper .filter .multiselect-clear-filter {
    padding: 6px 12px;
    color: #555;
    border: 1px solid #ccc; }
    .budgets-form-wrapper .filter .multiselect-clear-filter:hover {
      color: #fff; }

#search-container.budgets {
  padding: 0; }
  #search-container.budgets .row {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #dfe2ea; }
    #search-container.budgets .row h1, #search-container.budgets .row h2, #search-container.budgets .row h3, #search-container.budgets .row h4, #search-container.budgets .row h5, #search-container.budgets .row h6, #search-container.budgets .row h2, #search-container.budgets .row h3, #search-container.budgets .row h4, #search-container.budgets .row h5, #search-container.budgets .row h6 {
      margin: 0; }
  #search-container.budgets .breadcrumb {
    background-color: transparent;
    padding: 0; }
    #search-container.budgets .breadcrumb li {
      display: inline; }
  #search-container.budgets .list-group {
    margin-bottom: 0; }
    #search-container.budgets .list-group .list-group-item.list-lvl-1 {
      font-weight: bold; }
    #search-container.budgets .list-group .list-group-item.list-lvl-2 {
      padding-left: 40px; }
    #search-container.budgets .list-group .list-group-item.list-lvl-3 {
      padding-left: 60px; }
    #search-container.budgets .list-group .list-group-item.list-lvl-4 {
      padding-left: 80px; }
    #search-container.budgets .list-group .list-group-item.list-lvl-5 {
      padding-left: 100px; }
  #search-container.budgets .folder-lvl-2 {
    padding-left: 20px; }
  #search-container.budgets .folder-lvl-3 {
    padding-left: 40px; }
  #search-container.budgets .folder-lvl-4 {
    padding-left: 60px; }

#content.budgets .list-item.list-lvl-1 {
  font-weight: bold; }
#content.budgets .list-item.list-lvl-2 {
  padding-left: 40px; }
#content.budgets .list-item.list-lvl-3 {
  padding-left: 60px; }
#content.budgets .list-item.list-lvl-4 {
  padding-left: 80px; }
#content.budgets .list-item.list-lvl-5 {
  padding-left: 100px; }

.fa-bud-folder-angle {
  -webkit-transform: rotate(45deg) translateY(4px);
  -ms-transform: rotate(45deg) translateY(4px);
  transform: rotate(45deg) translateY(4px); }

.uses-proj {
  vertical-align: baseline;
  font-size: 0; }
  .uses-proj li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-clip: padding-box;
    text-align: center; }
    .uses-proj li a {
      display: inline-block; }

.uses-research {
  margin-bottom: 3em; }

@media only screen and (max-width: 1365px) {
  /* ====== 960px ====== */
  /* GRID */
  .wrap {
    width: 960px; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 60px; }

  .col-2 {
    width: 140px; }

  .col-3 {
    width: 220px; }

  .col-4 {
    width: 300px; }

  .col-5 {
    width: 380px; }

  .col-6 {
    width: 460px; }

  .col-7 {
    width: 540px; }

  .col-8 {
    width: 620px; }

  .col-9 {
    width: 700px; }

  .col-10 {
    width: 780px; }

  .col-11 {
    width: 860px; }

  .col-12 {
    width: 940px; }

  .col-1-full {
    width: 80px; }

  .col-2-full {
    width: 160px; }

  .col-3-full {
    width: 240px; }

  .col-4-full {
    width: 320px; }

  .col-5-full {
    width: 400px; }

  .col-6-full {
    width: 480px; }

  .col-7-full {
    width: 560px; }

  .col-8-full {
    width: 640px; }

  .col-9-full {
    width: 720px; }

  .col-10-full {
    width: 800px; }

  .col-11-full {
    width: 880px; }

  .col-12-full {
    width: 960px; }

  .col-offset-1 {
    margin-left: 90px; }

  .col-offset-2 {
    margin-left: 170px; }

  .col-offset-3 {
    margin-left: 250px; }

  .col-offset-4 {
    margin-left: 330px; }

  .col-offset-5 {
    margin-left: 410px; }

  .col-offset-6 {
    margin-left: 490px; }

  .col-offset-7 {
    margin-left: 570px; }

  .col-offset-8 {
    margin-left: 650px; }

  .col-offset-9 {
    margin-left: 730px; }

  .col-offset-10 {
    margin-left: 810px; }

  .col-offset-11 {
    margin-left: 890px; }

  /* ELEMENTS */
  /* HEADER */
  #slogan {
    font-size: 14px; }

  #menu ul li a {
    font-size: 12px;
    padding: 10px 7px; }

  /* HERO */
  .milestones .milestone {
    font-size: 12px; }
    .milestones .milestone h4 {
      font-size: 16px; }

  /* CONTENT */
  #ContainerGraph {
    border: 1px solid #e4e4e4; }

  #contest .prise-fund {
    margin-top: 42px;
    font-size: 18px; }

  /* ============================ */
  /* APPS PAGE */
  .apps-list li {
    width: 300px; }

  /* ============================ */
  /* OPENDATA PAGE */
  /* ============================ */
  /* ABOUT PAGE */
  /* ============================ */
  /* FAQ PAGE */
  /* ============================ */
  /* GLOSSARY PAGE */
  /* ============================ */
  /* NEWS PAGE */
  /* ============================ */
  /* IN-CONTROL PAGE */
  /* ============================ */
  /* ANALYTICS PAGES */
  /* ============================ */
  /* REGION PAGES */
  .region-map {
    overflow: auto; } }
@media only screen and (max-width: 1023px) {
  /* ====== 720px ====== */
  table,
  .table {
    display: block;
    overflow-x: auto; }

  /* GRID */
  .wrap {
    width: 720px; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
    width: 40px; }

  .col-2 {
    width: 100px; }

  .col-3 {
    width: 160px; }

  .col-4 {
    width: 220px; }

  .col-5 {
    width: 280px; }

  .col-6 {
    width: 340px; }

  .col-7 {
    width: 400px; }

  .col-8 {
    width: 460px; }

  .col-9 {
    width: 520px; }

  .col-10 {
    width: 580px; }

  .col-11 {
    width: 640px; }

  .col-12 {
    width: 700px; }

  .col-1-full {
    width: 60px; }

  .col-2-full {
    width: 120px; }

  .col-3-full {
    width: 180px; }

  .col-4-full {
    width: 240px; }

  .col-5-full {
    width: 300px; }

  .col-6-full {
    width: 360px; }

  .col-7-full {
    width: 420px; }

  .col-8-full {
    width: 480px; }

  .col-9-full {
    width: 540px; }

  .col-10-full {
    width: 600px; }

  .col-11-full {
    width: 660px; }

  .col-12-full {
    width: 720px; }

  .col-offset-1 {
    margin-left: 70px; }

  .col-offset-2 {
    margin-left: 130px; }

  .col-offset-3 {
    margin-left: 190px; }

  .col-offset-4 {
    margin-left: 250px; }

  .col-offset-5 {
    margin-left: 310px; }

  .col-offset-6 {
    margin-left: 370px; }

  .col-offset-7 {
    margin-left: 430px; }

  .col-offset-8 {
    margin-left: 490px; }

  .col-offset-9 {
    margin-left: 550px; }

  .col-offset-10 {
    margin-left: 610px; }

  .col-offset-11 {
    margin-left: 670px; }

  .form-row {
    margin-bottom: 0; }
    .form-row .form-group {
      margin-bottom: 20px; }

  .col-m-1 {
    width: 40px; }

  .col-m-2 {
    width: 100px; }

  .col-m-3 {
    width: 160px; }

  .col-m-4 {
    width: 220px; }

  .col-m-5 {
    width: 280px; }

  .col-m-6 {
    width: 340px; }

  .col-m-7 {
    width: 400px; }

  .col-m-8 {
    width: 460px; }

  .col-m-9 {
    width: 520px; }

  .col-m-10 {
    width: 580px; }

  .col-m-11 {
    width: 640px; }

  .col-m-12 {
    width: 700px; }

  .col-m-1-full {
    width: 60px; }

  .col-m-2-full {
    width: 120px; }

  .col-m-3-full {
    width: 180px; }

  .col-m-4-full {
    width: 240px; }

  .col-m-5-full {
    width: 300px; }

  .col-m-6-full {
    width: 360px; }

  .col-m-7-full {
    width: 420px; }

  .col-m-8-full {
    width: 480px; }

  .col-m-9-full {
    width: 540px; }

  .col-m-10-full {
    width: 600px; }

  .col-m-11-full {
    width: 660px; }

  .col-m-12-full {
    width: 720px; }

  .col-m-offset-0 {
    margin-left: 10px !important; }

  .col-m-offset-1 {
    margin-left: 70px; }

  .col-m-offset-2 {
    margin-left: 130px; }

  .col-m-offset-3 {
    margin-left: 190px; }

  .col-m-offset-4 {
    margin-left: 250px; }

  .col-m-offset-5 {
    margin-left: 310px; }

  .col-m-offset-6 {
    margin-left: 370px; }

  .col-m-offset-7 {
    margin-left: 430px; }

  .col-m-offset-8 {
    margin-left: 490px; }

  .col-m-offset-9 {
    margin-left: 550px; }

  .col-m-offset-10 {
    margin-left: 610px; }

  .col-m-offset-11 {
    margin-left: 670px; }

  /* ELEMENTS */
  /* HEADER */
  #slogan {
    display: none; }

  #menu {
    padding: 0; }
    #menu #menu-open-btn {
      color: #797979;
      display: inline-block;
      *display: inline;
      *zoom: 1; }
      #menu #menu-open-btn:hover {
        color: #15569e; }
    #menu ul li {
      float: none; }
      #menu ul li.right {
        float: none; }
      #menu ul li a {
        padding: 10px 20px;
        border-top: 1px solid #e4e4e4;
        background: #f7f8f9; }
        #menu ul li a:hover .menu-border,
        #menu ul li a .fa-home {
          display: none; }
        #menu ul li a #home-text {
          display: inline; }
      #menu ul li .dropdown-menu {
        position: static;
        float: none;
        border: none;
        top: 80%; }
        #menu ul li .dropdown-menu li a {
          padding: 10px 40px;
          border: none;
          background: none; }

  /* HERO */
  #hero-text {
    margin-bottom: 40px; }

  /* CONTENT */
  #content .nav-stacked > li {
    float: left; }

  .treemap-years .tab-pane .nav {
    background: none; }
    .treemap-years .tab-pane .nav li {
      margin: 0; }
      .treemap-years .tab-pane .nav li a {
        padding: 0 10px 0 30px; }

  #sidebar .col-m-6 {
    margin-bottom: 40px; }

  footer .col-m-3 {
    margin-bottom: 40px; }
  footer .col-m-12 {
    text-align: center; }

  /* ============================ */
  /* APPS PAGE */
  .apps-list li {
    width: 340px; }

  /* ============================ */
  /* OPENDATA PAGE */
  /* ============================ */
  /* ABOUT PAGE */
  /* ============================ */
  /* FAQ PAGE */
  /* ============================ */
  /* GLOSSARY PAGE */
  /* ============================ */
  /* NEWS PAGE */
  /* ============================ */
  /* IN-CONTROL PAGE */
  /* ============================ */
  /* ANALYTICS PAGES */
  /* ============================ */
  /* REGION PAGES */
  /* ============================ */
  /* CONTEST PAGES */ }
@media only screen and (max-width: 740px) {
  /* ====== 320px ====== */
  /* SETTINGS */
  h1, h2, h3, h4, h5, h6 {
    font-size: 30px; }

  h2 {
    font-size: 24px; }

  h3 {
    font-size: 20px; }

  h4 {
    font-size: 20px; }

  h5 {
    font-size: 18px; }

  h6 {
    font-size: 16px; }

  /* GRID */
  .wrap {
    width: 480px; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    width: 220px; }

  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 460px; }

  .col-1-full,
  .col-2-full,
  .col-3-full,
  .col-4-full,
  .col-5-full,
  .col-6-full {
    width: 240px; }

  .col-7-full,
  .col-8-full,
  .col-9-full,
  .col-10-full,
  .col-11-full,
  .col-12-full {
    width: 480px; }

  .col-offset-0,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5 {
    margin-left: 10px; }

  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11 {
    margin-left: 250px; }

  .col-m-1,
  .col-m-2,
  .col-m-3,
  .col-m-4,
  .col-m-5,
  .col-m-6 {
    width: 220px; }

  .col-m-7,
  .col-m-8,
  .col-m-9,
  .col-m-10,
  .col-m-11,
  .col-m-12 {
    width: 460px; }

  .col-m-1-full,
  .col-m-2-full,
  .col-m-3-full,
  .col-m-4-full,
  .col-m-5-full,
  .col-m-6-full {
    width: 240px; }

  .col-m-7-full,
  .col-m-8-full,
  .col-m-9-full,
  .col-m-10-full,
  .col-m-11-full,
  .col-m-12-full {
    width: 480px; }

  .col-m-offset-0,
  .col-m-offset-1,
  .col-m-offset-2,
  .col-m-offset-3,
  .col-m-offset-4,
  .col-m-offset-5 {
    margin-left: 10px; }

  .col-m-offset-6,
  .col-m-offset-7,
  .col-m-offset-8,
  .col-m-offset-9,
  .col-m-offset-10,
  .col-m-offset-11 {
    margin-left: 250px; }

  .col-s-1 {
    width: 100px; }

  .col-s-2 {
    width: 220px; }

  .col-s-3 {
    width: 340px; }

  .col-s-4 {
    width: 460px; }

  .col-s-1-full {
    width: 120px; }

  .col-s-2-full {
    width: 240px; }

  .col-s-3-full {
    width: 360px; }

  .col-s-4-full {
    width: 480px; }

  .col-s-offset-0 {
    margin-left: 10px !important; }

  .col-s-offset-1 {
    margin-left: 130px; }

  .col-s-offset-2 {
    margin-left: 250px; }

  .col-s-offset-3 {
    margin-left: 370px; }

  /* ELEMENTS */
  .daterangepicker .calendar,
  .daterangepicker .ranges,
  .daterangepicker.opensright .calendar,
  .daterangepicker.opensright .ranges {
    float: none !important; }
  .daterangepicker .ranges,
  .daterangepicker.opensright .ranges {
    margin: 0 auto !important; }

  /* HEADER */
  #logo {
    margin: 0 auto;
    float: none; }

  #logo-partner {
    display: none; }

  /* HERO */
  .fake-field .field-hide {
    width: 80%; }

  .milestones .milestone {
    width: 100%;
    margin-bottom: 20px; }
    .milestones .milestone:last-of-type {
      margin-bottom: 0; }

  .feature-btns .news-subscribe,
  .feature-btns .donate-btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }

  /* CONTENT */
  #treemap-tabs .nav-tabs > li {
    width: 100%;
    margin-bottom: 3px; }
    #treemap-tabs .nav-tabs > li > a {
      border: none;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }

  .nav-tabs > li {
    width: 100%;
    margin-bottom: 3px; }
    .nav-tabs > li > a {
      border: 1px solid #ddd;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      -webkit-background-clip: padding-box;
      -moz-background-clip: padding-box;
      background-clip: padding-box; }
      .nav-tabs > li > a:hover {
        border: 1px solid #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li:hover > a {
      border: 1px solid #ddd; }
      .nav-tabs > li.active > a:hover, .nav-tabs > li:hover > a:hover {
        border: 1px solid #ddd; }

  .nav-pills > li {
    float: none;
    display: list-item;
    text-align: center; }

  .btn-group .btn {
    font-size: 12px;
    padding: 5px; }

  #TreeMap {
    height: 600px;
    font-size: 0.875em; }

  footer .col-s-4 {
    margin-bottom: 0;
    text-align: center; }
  footer .col-m-12 {
    margin-top: 40px; }

  /* ============================ */
  /* APPS PAGE */
  .app-img {
    margin-bottom: 20px; }

  /* ============================ */
  /* OPENDATA PAGE */
  /* ============================ */
  /* ABOUT PAGE */
  /* ============================ */
  /* FAQ PAGE */
  /* ============================ */
  /* GLOSSARY PAGE */
  /* ============================ */
  /* NEWS PAGE */
  #news-list {
    margin: 0; }
    #news-list .news-card .news-date {
      text-align: center; }

  /* ============================ */
  /* IN-CONTROL PAGE */
  /* ============================ */
  /* ANALYTICS PAGES */
  /* ============================ */
  /* REGION PAGES */
  .region-stat {
    margin-bottom: 20px; }

  .nav-pills-heading .pull-left,
  .nav-pills-heading .pull-right {
    float: none !important; }

  /* ============================ */
  /* CONTEST PAGES */
  .contest-menu .btn {
    margin-bottom: 10px !important; }

  .table-nomination,
  .app-item {
    margin-bottom: 20px !important; }

  /* ============================ */
  /* CONTEST PAGES */
  .fb-wrap {
    display: none; } }
@media only screen and (max-width: 520px) {
  /* ====== 320px ====== */
  /* SETTINGS */
  /* GRID */
  .wrap {
    width: 320px; }

  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6 {
    width: 140px; }

  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 300px; }

  .col-1-full,
  .col-2-full,
  .col-3-full,
  .col-4-full,
  .col-5-full,
  .col-6-full {
    width: 160px; }

  .col-7-full,
  .col-8-full,
  .col-9-full,
  .col-10-full,
  .col-11-full,
  .col-12-full {
    width: 320px; }

  .col-offset-0,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5 {
    margin-left: 10px; }

  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11 {
    margin-left: 170px; }

  .col-m-1,
  .col-m-2,
  .col-m-3,
  .col-m-4,
  .col-m-5,
  .col-m-6 {
    width: 140px; }

  .col-m-7,
  .col-m-8,
  .col-m-9,
  .col-m-10,
  .col-m-11,
  .col-m-12 {
    width: 300px; }

  .col-m-1-full,
  .col-m-2-full,
  .col-m-3-full,
  .col-m-4-full,
  .col-m-5-full,
  .col-m-6-full {
    width: 160px; }

  .col-m-7-full,
  .col-m-8-full,
  .col-m-9-full,
  .col-m-10-full,
  .col-m-11-full,
  .col-m-12-full {
    width: 320px; }

  .col-m-offset-0,
  .col-m-offset-1,
  .col-m-offset-2,
  .col-m-offset-3,
  .col-m-offset-4,
  .col-m-offset-5 {
    margin-left: 10px; }

  .col-m-offset-6,
  .col-m-offset-7,
  .col-m-offset-8,
  .col-m-offset-9,
  .col-m-offset-10,
  .col-m-offset-11 {
    margin-left: 170px; }

  .col-s-1 {
    width: 60px; }

  .col-s-2 {
    width: 140px; }

  .col-s-3 {
    width: 220px; }

  .col-s-4 {
    width: 300px; }

  .col-s-1-full {
    width: 80px; }

  .col-s-2-full {
    width: 160px; }

  .col-s-3-full {
    width: 240px; }

  .col-s-4-full {
    width: 320px; }

  .col-s-offset-0 {
    margin-left: 10px !important; }

  .col-s-offset-1 {
    margin-left: 90px; }

  .col-s-offset-2 {
    margin-left: 170px; }

  .col-s-offset-3 {
    margin-left: 250px; }

  /* ELEMENTS */
  /* HEADER */
  /* HERO */
  .fake-field .field-hide {
    width: 70%; }

  /* CONTENT */
  /* ============================ */
  /* APPS PAGE */
  /* ============================ */
  /* OPENDATA PAGE */
  /* ============================ */
  /* ABOUT PAGE */
  /* ============================ */
  /* FAQ PAGE */
  /* ============================ */
  /* GLOSSARY PAGE */
  /* ============================ */
  /* NEWS PAGE */
  /* ============================ */
  /* IN-CONTROL PAGE */
  /* ============================ */
  /* ANALYTICS PAGES */
  /* ============================ */
  /* REGION PAGES */
  /* ============================ */
  /* CONTEST PAGES */
  /* ============================ */
  /* CONTRACT PAGES */
  .fb-wrap {
    display: none; }

  .date-update {
    text-align: left; } }

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