@font-face {
  font-family: "AmaticSC Regular";
  src: url("../../fonts/AmaticSC-Regular.ttf"); }

@font-face {
  font-family: "amatic-bold";
  src: url("../../fonts/Amatic-Bold.ttf"); }

html {
  height: 100%; }

body {
  background-color: #fff;
  min-height: 100%;
  height: 100%;
  overflow: visible;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  margin: 0; }
  body.modal-opened {
    overflow: hidden; }

a, .a {
  text-decoration: none;
  font-weight: 600;
  color: #ed672f;
  cursor: pointer; }
  a:hover, .a:hover {
    text-decoration: underline; }

h3 {
  font-size: 24px;
  font-weight: 600;
  color: #f05b1f; }

h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0; }

p {
  font-size: 16px;
  font-weight: 200;
  margin: 0; }

.unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.page-title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 600;
  margin: 25px 0 20px;
  color: #000; }

@media screen and (max-width: 620px) {
  .page-title {
    font-size: 30px; } }

.circular-progress {
  position: relative;
  margin-right: 5px; }
  .circular-progress .value {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0; }
    .circular-progress .value div {
      text-align: center;
      line-height: 24px;
      color: #f7962e; }
    .circular-progress .value.complete div {
      font-size: 0.7em; }

#footer {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  align-items: center;
  font-size: 14px;
  width: 100%;
  min-height: 65px;
  color: #fff; }
  #footer .footer-cleaner {
    flex-grow: 1;
    width: 100%; }
  #footer .content {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f05c1f;
    width: 100%;
    min-height: 70px; }
    #footer .content .links {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      flex-shrink: 0;
      margin: 20px 0; }
      #footer .content .links a {
        margin: 0 20px;
        color: #fff; }
    #footer .content .logos {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-bottom: 20px; }
      #footer .content .logos .nidv, #footer .content .logos .msmt {
        margin: 0px 10px; }
      #footer .content .logos .nidv {
        background-image: url("/static/img/nidv-footer.png");
        background-repeat: no-repeat;
        background-size: 101px 69px;
        width: 101px;
        height: 69px; }
      #footer .content .logos .msmt {
        background-image: url("/static/img/msmt-footer.png");
        background-repeat: no-repeat;
        background-size: 146px 69px;
        width: 146px;
        height: 69px; }
    #footer .content .copy {
      text-align: center;
      margin-bottom: 20px; }
  @media screen and (max-width: 500px) {
 }

.styled-button {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  background-color: #f7962e;
  border: none;
  font-size: 13px;
  font-weight: 600;
  padding: 0 15px;
  line-height: 30px;
  color: #fff; }
  .styled-button:hover {
    cursor: pointer; }
  .styled-button:active {
    background: #f7a72e; }

.styled-checkbox {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 5px;
  flex-shrink: 0;
  height: 30px; }
  .styled-checkbox input[type="checkbox"] {
    display: none; }
    .styled-checkbox input[type="checkbox"]:checked + label:before {
      background-image: url("/static/img/form/cbx-checkmark.png");
      background-repeat: no-repeat;
      background-size: 16px 16px;
      background-position: 50% 50%;
      border: solid #f7962e 1px; }
  .styled-checkbox label {
    font-size: 16px;
    font-weight: 200;
    display: inline-block;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer; }
    .styled-checkbox label:before {
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      content: "";
      position: absolute;
      background-color: transparent;
      display: inline-block;
      border: solid #d1d1d1 1px;
      margin-right: 10px;
      padding: 1px;
      width: 16px;
      height: 16px;
      line-height: 20px;
      top: 6px;
      left: 0; }

.styled-input {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  text-align: left;
  background: transparent;
  font-size: 16px;
  font-weight: 200;
  border: solid #d1d1d1 1px;
  margin-bottom: 10px;
  padding: 0 5px;
  height: 30px;
  color: #000;
  outline: none; }
  .styled-input:focus {
    border-color: #f7962e; }

.styled-radio {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-top: 5px;
  flex-shrink: 0;
  height: 30px; }
  .styled-radio input[type="radio"] {
    display: none; }
    .styled-radio input[type="radio"]:checked + label:before {
      background-image: url("/static/img/form/radio-dot.png");
      background-repeat: no-repeat;
      background-size: 8px 8px;
      background-position: 50% 50%;
      border: solid #f7962e 1px; }
  .styled-radio label {
    font-size: 16px;
    font-weight: 200;
    display: inline-block;
    padding-left: 25px;
    line-height: 20px;
    cursor: pointer; }
    .styled-radio label:before {
      border-radius: 18px;
      -webkit-border-radius: 18px;
      -moz-border-radius: 18px;
      content: "";
      position: absolute;
      background-color: transparent;
      display: inline-block;
      border: solid #d1d1d1 1px;
      margin-right: 10px;
      width: 18px;
      height: 18px;
      line-height: 20px;
      top: 6px;
      left: 0; }

.styled-select {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #fff;
  background-image: url("/static/img/form/select-arrow.png");
  background-repeat: no-repeat;
  background-size: 32px 64px;
  background-position: 100% -33px;
  border: 1px solid #d1d1d1;
  width: 150px;
  height: 30px;
  overflow: hidden; }
  .styled-select:active {
    border-color: #f7962e;
    background-position: 100% -1px; }
  .styled-select select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background: transparent;
    font-size: 14px;
    display: block;
    border: none;
    height: 100%;
    width: calc(100% + 32px);
    padding: 0 64px 0 10px; }
    .styled-select select::-ms-expand {
      display: none; }

.styled-textarea {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  font-size: 16px;
  font-weight: 200;
  border: solid #d1d1d1 1px;
  margin-bottom: 10px;
  padding: 5px;
  height: 30px;
  line-height: 20px;
  outline: none;
  overflow: auto; }
  .styled-textarea:focus {
    border-color: #f7962e; }

#header-active-user .header-buttons {
  display: flex; }
  #header-active-user button.register {
    background-color: #f05b1f;
    margin-right: 15px; }
  #header-active-user button.nominate {
    margin-right: 15px; }
  @media screen and (max-width: 670px) {
  #header-active-user {
    display: none; } }
  #header-active-user .active-user {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    cursor: pointer;
    color: black;
    font-weight: normal; }
    #header-active-user .active-user:hover {
      text-decoration: underline; }
    #header-active-user .active-user .icon {
      background-image: url("/static/img/user-icon.png");
      background-repeat: no-repeat;
      background-size: 30px 30px;
      background-repeat: no-repeat;
      margin-right: 10px;
      width: 30px;
      height: 30px; }

#header-logo {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: row;
  align-items: center;
  text-decoration: none;
  color: #000;
  cursor: pointer; }
  #header-logo .title {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 400;
    margin: 0 7px 0 20px; }
    #header-logo .title img {
      width: 220px; }
      #header-logo .title img.facebook {
        width: 30px;
        height: 30px;
        margin-left: 1rem; }
        @media screen and (max-width: 350px) {
  #header-logo .title img.facebook {
    display: none; } }

#header-menu .icon {
  position: relative;
  background-image: url("/static/img/menu.png");
  background-repeat: no-repeat;
  background-size: 30px 54px;
  background-position: 100% 0%;
  margin: 0 20px;
  cursor: pointer;
  width: 30px;
  height: 27px;
  padding: 0 45px 0 0; }
  #header-menu .icon .menu {
    color: #f05b1f;
    font-size: 13px;
    font-weight: bold; }
  @media screen and (max-width: 820px) {
    #header-menu .icon {
      padding: 0; }
      #header-menu .icon .menu {
        display: none; } }
  #header-menu .box {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: absolute;
    background-color: #fff;
    border: solid #f05b1f 1px;
    top: 65px;
    right: 15px; }
  #header-menu .box .item {
    text-decoration: none;
    font-weight: 400;
    display: block;
    padding: 5px 15px;
    color: #000;
    cursor: pointer; }
    #header-menu .box .item:first-child {
      border-top-right-radius: 2px;
      border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 2px;
      -webkit-border-top-left-radius: 2px;
      -moz-border-top-right-radius: 2px;
      -moz-border-top-left-radius: 2px; }
    #header-menu .box .item:last-child {
      border-bottom-right-radius: 2px;
      border-bottom-left-radius: 2px;
      -webkit-border-bottom-right-radius: 2px;
      -webkit-border-bottom-left-radius: 2px;
      -moz-border-bottom-right-radius: 2px;
      -moz-border-bottom-left-radius: 2px; }
    #header-menu .box .item:hover {
      background-color: #f05c1f;
      color: #fff; }
  #header-menu .box .separator {
    background-color: #ffd6cd;
    width: 100%;
    height: 1px; }
  #header-menu:hover .icon {
    background-position: 100% 100%; }
    #header-menu:hover .icon .menu {
      color: #f7962e; }

#header {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  box-sizing: border-box;
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 20;
  left: 0;
  right: 0;
  height: 4rem; }
  #header .header-left, #header .header-center, #header .header-right {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    align-items: center; }
  #header .header-left .facebook-link {
    display: block;
    width: 2rem;
    height: 2rem;
    margin-left: 0.5rem; }
    #header .header-left .facebook-link .facebook {
      width: 100%; }
    @media screen and (max-width: 22em) {
    #header .header-left .facebook-link {
      display: none; } }
  #header .header-center {
    flex: 1 0 auto;
    flex-direction: column;
    justify-content: center; }
  #header .header-center .claim {
    font-size: 0.875rem;
    color: #888; }
  #header .header-center .theme {
    font-weight: bold;
    color: #f05b1f; }
  @media screen and (max-width: 78em) {
    #header .header-center {
      flex: 1 0 auto; }
      #header .header-center .claim, #header .header-center .theme {
        display: none; } }
  #header .header-right {
    flex: 0 0 auto; }
  #header .header-mobile {
    width: 100%;
    max-width: 100%;
    display: none;
    text-align: center;
    background-color: #fff;
    padding: 0.5rem;
    box-sizing: border-box;
    flex: 1 0 auto; }
  #header .header-mobile .claim {
    font-size: 0.875rem;
    color: #888; }
  #header .header-mobile .theme {
    font-weight: bold;
    color: #f05b1f; }
  @media screen and (max-width: 78em) {
    #header .header-mobile {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }
  @media screen and (max-width: 78em) {
  #header {
    padding: 0.25rem 0;
    flex-wrap: wrap;
    height: 7.5rem; } }

.header-cleaner {
  width: 100%;
  height: 4rem; }
  @media screen and (max-width: 78rem) {
  .header-cleaner {
    height: 7.5rem; } }

#m-forgotten-password .modal-wrapper, #mForgottenPassword .modal-wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 620px) {
    #m-forgotten-password .modal-wrapper, #mForgottenPassword .modal-wrapper {
      padding-bottom: 40px;
      width: 620px; } }
  #m-forgotten-password .modal-wrapper .container, #mForgottenPassword .modal-wrapper .container {
    font-size: 14px;
    width: 100%; }
    #m-forgotten-password .modal-wrapper .container .form, #mForgottenPassword .modal-wrapper .container .form {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 5px; }
      #m-forgotten-password .modal-wrapper .container .form .row, #mForgottenPassword .modal-wrapper .container .form .row {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0; }
        #m-forgotten-password .modal-wrapper .container .form .row input, #mForgottenPassword .modal-wrapper .container .form .row input {
          width: 210px; }
        #m-forgotten-password .modal-wrapper .container .form .row.send, #mForgottenPassword .modal-wrapper .container .form .row.send {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex;
          justify-content: center; }
          #m-forgotten-password .modal-wrapper .container .form .row.send button[name="send"], #mForgottenPassword .modal-wrapper .container .form .row.send button[name="send"] {
            width: 222px; }
      #m-forgotten-password .modal-wrapper .container .form .error-message, #mForgottenPassword .modal-wrapper .container .form .error-message {
        text-align: center;
        font-size: 16px;
        padding: 10px 40px;
        width: calc(100% - 80px);
        color: #f00; }
    #m-forgotten-password .modal-wrapper .container .login, #mForgottenPassword .modal-wrapper .container .login, #m-forgotten-password .modal-wrapper .container .register, #mForgottenPassword .modal-wrapper .container .register {
      align-self: center;
      text-decoration: underline;
      cursor: pointer; }
      #m-forgotten-password .modal-wrapper .container .login:hover, #mForgottenPassword .modal-wrapper .container .login:hover, #m-forgotten-password .modal-wrapper .container .register:hover, #mForgottenPassword .modal-wrapper .container .register:hover {
        color: #16a7ff; }
    #m-forgotten-password .modal-wrapper .container .login, #mForgottenPassword .modal-wrapper .container .login {
      margin-bottom: 10px; }
    #m-forgotten-password .modal-wrapper .container .confirmation, #mForgottenPassword .modal-wrapper .container .confirmation {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      margin: 25px auto 45px;
      padding: 0 20px; }
      #m-forgotten-password .modal-wrapper .container .confirmation .checkmark, #mForgottenPassword .modal-wrapper .container .confirmation .checkmark {
        flex-shrink: 0;
        background-image: url("/img/checkmark.png");
        background-repeat: no-repeat;
        background-size: 50px 50px;
        margin-right: 20px;
        width: 50px;
        height: 50px; }
      #m-forgotten-password .modal-wrapper .container .confirmation .announcement, #mForgottenPassword .modal-wrapper .container .confirmation .announcement {
        flex-shrink: 1;
        text-align: left;
        font-size: 20px;
        font-weight: 200; }

#m-involved .modal-wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 578px; }
  @media screen and (min-width: 621px) {
    #m-involved .modal-wrapper {
      padding-bottom: 40px;
      width: 620px; } }
  #m-involved .modal-wrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
    #m-involved .modal-wrapper .container .logo {
      background-image: url("/static/img/modal/logo.png");
      background-repeat: no-repeat;
      background-size: 108px 79px;
      margin: 40px 0 30px;
      width: 108px;
      height: 79px; }
    #m-involved .modal-wrapper .container h1 {
      color: #f05b1f;
      margin-bottom: 0px;
      font-size: 26px; }
    #m-involved .modal-wrapper .container h2, #m-involved .modal-wrapper .container h3 {
      color: #000; }
    #m-involved .modal-wrapper .container h3 {
      margin-top: 0px;
      font-size: 18px;
      font-style: italic;
      font-weight: 700; }
    #m-involved .modal-wrapper .container h2 {
      font-size: 20px; }
    #m-involved .modal-wrapper .container .orderedList {
      width: 100%; }
      #m-involved .modal-wrapper .container .orderedList .list {
        font-weight: 800;
        font-size: 14px;
        margin-bottom: 15px;
        margin-left: 50px;
        margin-right: 50px;
        width: 100%; }
        #m-involved .modal-wrapper .container .orderedList .list .number {
          color: #f05b1f;
          margin-right: 5px; }
        #m-involved .modal-wrapper .container .orderedList .list .brackets {
          font-size: 12px;
          font-weight: 700; }
    #m-involved .modal-wrapper .container .styled-button {
      margin-top: 50px;
      background-color: #f05b1f;
      font-size: 14px;
      font-weight: 600;
      width: 222px;
      height: 40px; }

#m-login .modal-wrapper, #mLogin .modal-wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 620px) {
    #m-login .modal-wrapper, #mLogin .modal-wrapper {
      padding-bottom: 40px;
      width: 620px; } }
  #m-login .modal-wrapper .container, #mLogin .modal-wrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
    #m-login .modal-wrapper .container .logo, #mLogin .modal-wrapper .container .logo {
      background-image: url("/static/img/modal/logo.png");
      background-repeat: no-repeat;
      background-size: 108px 79px;
      margin: 40px 0 30px;
      width: 108px;
      height: 79px; }
    #m-login .modal-wrapper .container .form, #mLogin .modal-wrapper .container .form {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 5px; }
      #m-login .modal-wrapper .container .form .row, #mLogin .modal-wrapper .container .form .row {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0; }
        #m-login .modal-wrapper .container .form .row input, #mLogin .modal-wrapper .container .form .row input {
          width: 210px; }
        #m-login .modal-wrapper .container .form .row.send, #mLogin .modal-wrapper .container .form .row.send {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex;
          justify-content: center; }
          #m-login .modal-wrapper .container .form .row.send button[name="send"], #mLogin .modal-wrapper .container .form .row.send button[name="send"] {
            background-color: #f05b1f;
            font-size: 14px;
            font-weight: 600;
            width: 222px;
            height: 40px; }
      #m-login .modal-wrapper .container .form .error-message, #mLogin .modal-wrapper .container .form .error-message {
        text-align: center;
        font-size: 16px;
        padding: 10px 40px;
        width: calc(100% - 80px);
        color: #f00; }
    #m-login .modal-wrapper .container .register, #mLogin .modal-wrapper .container .register, #m-login .modal-wrapper .container .forgotten, #mLogin .modal-wrapper .container .forgotten {
      align-self: center;
      text-decoration: underline;
      cursor: pointer; }
      #m-login .modal-wrapper .container .register:hover, #mLogin .modal-wrapper .container .register:hover, #m-login .modal-wrapper .container .forgotten:hover, #mLogin .modal-wrapper .container .forgotten:hover {
        color: #16a7ff; }
    #m-login .modal-wrapper .container .register, #mLogin .modal-wrapper .container .register {
      margin-bottom: 10px; }
    #m-login .modal-wrapper .container .forgotten, #mLogin .modal-wrapper .container .forgotten {
      font-size: 12px; }

#m-news-item .modal-wrapper, #mNewsItem .modal-wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 620px) {
    #m-news-item .modal-wrapper, #mNewsItem .modal-wrapper {
      padding-bottom: 40px;
      width: 620px; } }
  #m-news-item .modal-wrapper .container, #mNewsItem .modal-wrapper .container {
    font-size: 14px;
    width: 100%; }
    #m-news-item .modal-wrapper .container .form, #mNewsItem .modal-wrapper .container .form {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 5px; }
      #m-news-item .modal-wrapper .container .form .row, #mNewsItem .modal-wrapper .container .form .row {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0; }
        #m-news-item .modal-wrapper .container .form .row input, #mNewsItem .modal-wrapper .container .form .row input, #m-news-item .modal-wrapper .container .form .row textarea, #mNewsItem .modal-wrapper .container .form .row textarea, #m-news-item .modal-wrapper .container .form .row [name="message"], #mNewsItem .modal-wrapper .container .form .row [name="message"] {
          width: calc(100% - 80px);
          max-width: 360px; }
        #m-news-item .modal-wrapper .container .form .row [name="message"], #mNewsItem .modal-wrapper .container .form .row [name="message"] {
          margin-top: 30px;
          min-height: 50px;
          height: auto; }
        #m-news-item .modal-wrapper .container .form .row.buttons, #mNewsItem .modal-wrapper .container .form .row.buttons {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex;
          justify-content: center; }
          #m-news-item .modal-wrapper .container .form .row.buttons button[name="save"], #mNewsItem .modal-wrapper .container .form .row.buttons button[name="save"] {
            width: 222px; }
      #m-news-item .modal-wrapper .container .form .row.on-homepage, #mNewsItem .modal-wrapper .container .form .row.on-homepage {
        margin-bottom: 10px; }
        #m-news-item .modal-wrapper .container .form .row.on-homepage input, #mNewsItem .modal-wrapper .container .form .row.on-homepage input {
          margin-right: 5px;
          width: initial;
          height: initial; }
        #m-news-item .modal-wrapper .container .form .row.on-homepage label, #mNewsItem .modal-wrapper .container .form .row.on-homepage label {
          margin-right: 5px; }
      #m-news-item .modal-wrapper .container .form .error-message, #mNewsItem .modal-wrapper .container .form .error-message {
        text-align: center;
        font-size: 16px;
        padding: 10px 40px;
        width: calc(100% - 80px);
        color: #f00; }

#m-presentation .modal-wrapper, #m-fotos .modal-wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 1001px) {
    #m-presentation .modal-wrapper, #m-fotos .modal-wrapper {
      padding: 1rem;
      width: 1000px; } }
  #m-presentation .modal-wrapper .container, #m-fotos .modal-wrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    #m-presentation .modal-wrapper .container video, #m-fotos .modal-wrapper .container video {
      max-width: 100%; }

#m-register .modal-wrapper, #mRegister .modal-wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 621px) {
    #m-register .modal-wrapper, #mRegister .modal-wrapper {
      padding-bottom: 40px;
      width: 620px; } }
  #m-register .modal-wrapper .container, #mRegister .modal-wrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    width: 100%; }
    #m-register .modal-wrapper .container .logo, #mRegister .modal-wrapper .container .logo {
      background-image: url("/static/img/modal/logo.png");
      background-repeat: no-repeat;
      background-size: 108px 79px;
      margin: 40px 0 30px;
      width: 108px;
      height: 79px; }
    #m-register .modal-wrapper .container .form, #mRegister .modal-wrapper .container .form {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-bottom: 5px; }
      #m-register .modal-wrapper .container .form .row, #mRegister .modal-wrapper .container .form .row {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0; }
        #m-register .modal-wrapper .container .form .row input, #mRegister .modal-wrapper .container .form .row input {
          width: 210px; }
        #m-register .modal-wrapper .container .form .row .styled-select, #mRegister .modal-wrapper .container .form .row .styled-select {
          margin-bottom: 10px;
          width: 220px; }
        #m-register .modal-wrapper .container .form .row.send, #mRegister .modal-wrapper .container .form .row.send {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex;
          justify-content: center; }
          #m-register .modal-wrapper .container .form .row.send button[name="send"], #mRegister .modal-wrapper .container .form .row.send button[name="send"] {
            background-color: #f05b1f;
            font-size: 14px;
            font-weight: 600;
            width: 222px;
            height: 40px; }
      #m-register .modal-wrapper .container .form .row.agree-with-terms, #mRegister .modal-wrapper .container .form .row.agree-with-terms {
        margin-bottom: 10px; }
        #m-register .modal-wrapper .container .form .row.agree-with-terms input, #mRegister .modal-wrapper .container .form .row.agree-with-terms input {
          margin-right: 5px;
          width: initial;
          height: initial; }
        #m-register .modal-wrapper .container .form .row.agree-with-terms label, #mRegister .modal-wrapper .container .form .row.agree-with-terms label {
          margin-right: 5px; }
      #m-register .modal-wrapper .container .form .error-message, #mRegister .modal-wrapper .container .form .error-message {
        text-align: center;
        font-size: 16px;
        padding: 10px 40px;
        width: calc(100% - 80px);
        color: #f00; }
    #m-register .modal-wrapper .container .login, #mRegister .modal-wrapper .container .login {
      align-self: center;
      text-decoration: underline;
      cursor: pointer; }
      #m-register .modal-wrapper .container .login:hover, #mRegister .modal-wrapper .container .login:hover {
        color: #16a7ff; }

#m-registration-done .modal-wrapper, #mRegistrationDone .modal-wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 621px) {
    #m-registration-done .modal-wrapper, #mRegistrationDone .modal-wrapper {
      padding-bottom: 40px;
      width: 620px; } }
  #m-registration-done .modal-wrapper .container, #mRegistrationDone .modal-wrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 40px;
    width: calc(100% - 80px); }
    #m-registration-done .modal-wrapper .container .title, #mRegistrationDone .modal-wrapper .container .title {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 40px auto; }
      #m-registration-done .modal-wrapper .container .title .checkmark, #mRegistrationDone .modal-wrapper .container .title .checkmark {
        flex-shrink: 0;
        background-image: url("/static/img/checkmark.png");
        background-repeat: no-repeat;
        background-size: 50px 50px;
        margin-right: 20px;
        width: 50px;
        height: 50px; }
      #m-registration-done .modal-wrapper .container .title .label, #mRegistrationDone .modal-wrapper .container .title .label {
        flex-shrink: 0;
        font-size: 20px; }
    #m-registration-done .modal-wrapper .container .announcement, #mRegistrationDone .modal-wrapper .container .announcement {
      text-align: center;
      font-size: 16px; }

#m-user-activated .modal-wrapper {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media screen and (min-width: 621px) {
    #m-user-activated .modal-wrapper {
      padding-bottom: 40px;
      width: 620px; } }
  #m-user-activated .modal-wrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    font-size: 14px;
    padding: 40px;
    width: calc(100% - 80px); }
    #m-user-activated .modal-wrapper .container .title {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 40px auto; }
      #m-user-activated .modal-wrapper .container .title .checkmark {
        flex-shrink: 0;
        background-image: url("/static/img/checkmark.png");
        background-repeat: no-repeat;
        background-size: 50px 50px;
        margin-right: 20px;
        width: 50px;
        height: 50px; }
      #m-user-activated .modal-wrapper .container .title .label {
        flex-shrink: 0;
        font-size: 20px; }
    #m-user-activated .modal-wrapper .container .announcement {
      text-align: center;
      font-size: 16px; }

.modal {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  overflow: scroll;
  color: #333;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20; }
  .modal .modal-wrapper {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    background: rgba(255, 255, 255, 0.95);
    border: solid 1px #a9a9a9;
    margin: 95px auto 0;
    color: #333; }
  @media screen and (max-width: 620px) {
    .modal .modal-wrapper {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      margin: 0 auto;
      width: 100%;
      height: 100%; } }
  .modal .modal-wrapper .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    height: inherit; }
    @media screen and (max-width: 620px) {
    .modal .modal-wrapper .container {
      width: 100%;
      height: 100%; } }
    .modal .modal-wrapper .container .universal.title {
      text-align: center;
      font-size: 40px;
      margin: 20px auto; }
      @media screen and (max-width: 620px) {
    .modal .modal-wrapper .container .universal.title {
      font-size: 30px;
      margin: 20px auto 10px; } }
    .modal .modal-wrapper .container .scrollable {
      overflow-y: auto; }
  .modal .modal-wrapper .closer {
    position: absolute;
    background-image: url("/img/modal-closer.png");
    background-position: 50% 0%;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    top: 15px;
    right: 15px; }
    .modal .modal-wrapper .closer:hover {
      background-position: 50% 100%;
      cursor: pointer; }

#about-contest .about-contest {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #about-contest .about-contest .container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-image: url("/static/img/kosticka-v-retezu.png");
    background-repeat: no-repeat;
    background-position: 50% 0%;
    background-size: contain;
    background-color: #fff;
    font-weight: 200;
    border: solid #ffd6cd 1px;
    margin-bottom: 20px;
    padding: 40px;
    width: 90%;
    max-width: 740px;
    line-height: 30px; }
    @media screen and (min-width: 861px) {
      #about-contest .about-contest .container .block1 {
        min-height: 500px; } }
      #about-contest .about-contest .container .block1 .list1 {
        padding: 0; }
        #about-contest .about-contest .container .block1 .list1 li {
          list-style-position: inside;
          margin-bottom: 5px; }
        #about-contest .about-contest .container .block1 .list1 + p a {
          font-weight: 400; }
    #about-contest .about-contest .container .block2 img {
      max-width: 100%; }
    #about-contest .about-contest .container .block4 ul {
      padding: 0; }
      #about-contest .about-contest .container .block4 ul li {
        list-style-type: decimal;
        list-style-position: inside;
        font-weight: 600; }
      #about-contest .about-contest .container .block4 .claim {
        margin-top: 1rem;
        font-weight: bold; }
      #about-contest .about-contest .container .block4 .theme {
        font-size: 1.25rem; }
    #about-contest .about-contest .container .block5 p:before {
      content: "\2013";
      margin-right: 15px; }
      #about-contest .about-contest .container .block5 .price-image {
        width: 24.5rem;
        max-width: 100%;
        margin: 1rem auto; }
      #about-contest .about-contest .container .block5 .price-image img {
        width: 100%; }
      #about-contest .about-contest .container .block5 .price-author {
        margin-bottom: 0.5rem; }
      #about-contest .about-contest .container .block5 .price-author .photo {
        width: 100%; }
        #about-contest .about-contest .container .block5 .price-author .photo .janak-photo {
          width: 8.125rem;
          margin: auto; }
          #about-contest .about-contest .container .block5 .price-author .photo .janak-photo img {
            width: 100%; }
        #about-contest .about-contest .container .block5 .price-author .photo .author-name {
          font-weight: bold;
          text-align: center; }
      #about-contest .about-contest .container .block5 .price-author .price-description {
        font-size: 0.875rem;
        line-height: 1.75em;
        color: #888; }
    #about-contest .about-contest .container .block6 {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center; }
      #about-contest .about-contest .container .block6 button {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border: none;
        background-color: #f05b1f;
        font-size: 18px;
        margin: 20px 0 50px;
        padding: 30px 0px;
        width: 240px;
        color: #fff; }
    #about-contest .about-contest .container .block7 video, #about-contest .about-contest .container .block7 iframe {
      width: 100%;
      height: 450px; }
    @media screen and (max-width: 860px) {
    #about-contest .about-contest .container {
      max-width: calc(100% - 120px);
      background-image: none; }
      #about-contest .about-contest .container .block1 {
        margin-bottom: 20px; } }
    @media screen and (max-width: 600px) {
    #about-contest .about-contest .container .block6 iframe {
      height: 300px; } }
    @media screen and (max-width: 400px) {
    #about-contest .about-contest .container .block6 iframe {
      height: 150px; } }
    #about-contest .about-contest .container .logos {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      background: #fff;
      padding: 20px 40px;
      width: calc(100% - 80px); }
      #about-contest .about-contest .container .logos .main-logo {
        width: 100%; }
      #about-contest .about-contest .container .logos .logo {
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        margin: 20px;
        width: 150px;
        height: 50px; }
      #about-contest .about-contest .container .logos .logo.microsoft {
        background-image: url("/static/img/partners/microsoft.png");
        width: 300px;
        max-width: 100%;
        height: 100px;
        margin: auto; }
      #about-contest .about-contest .container .logos .logo.acer {
        background-image: url("/static/img/partners/acer.png"); }
      #about-contest .about-contest .container .logos .logo.epson {
        background-image: url("/static/img/partners/epson.png"); }
      #about-contest .about-contest .container .logos .logo.avmedia {
        background-image: url("/static/img/partners/avmedia.png"); }
      #about-contest .about-contest .container .logos .logo.boxed {
        background-image: url("/static/img/partners/boxed.png"); }
      #about-contest .about-contest .container .logos .logo.glogster {
        background-image: url("/static/img/partners/glogster.png"); }
      #about-contest .about-contest .container .logos .logo.edulogy {
        background-image: url("/static/img/partners/edulogy.png"); }
      #about-contest .about-contest .container .logos .logo.profimedia {
        background-image: url("/static/img/partners/profimedia.png"); }
      #about-contest .about-contest .container .logos .logo.eduin {
        background-image: url("/static/img/partners/eduin.png"); }
      #about-contest .about-contest .container .logos .logo.czechitas {
        background-image: url("/static/img/partners/czechitas.png"); }
      #about-contest .about-contest .container .logos .logo.multiboard {
        background-image: url("/static/img/partners/multiboard.png"); }
      #about-contest .about-contest .container .logos .logo.edutek {
        background-image: url("/static/img/partners/edutek.png"); }
      #about-contest .about-contest .container .logos .logo.augold {
        background-image: url("/static/img/partners/augold.png"); }
      #about-contest .about-contest .container .logos .logo.skolnilogin {
        background-image: url("/static/img/partners/skolnilogin.png"); }
      #about-contest .about-contest .container .logos .logo.edulabcr {
        background-image: url("/static/img/partners/EDULAB-logo.png"); }
      #about-contest .about-contest .container .logos .logo.ateliersl {
        background-image: url("/static/img/partners/ateliersl.png"); }
      #about-contest .about-contest .container .logos .logo.cloud {
        background-image: url("/static/img/partners/cloud_do_skol.png"); }
      #about-contest .about-contest .container .logos .logo.edookit {
        background-image: url("/static/img/partners/edookit.png"); }
      #about-contest .about-contest .container .logos .logo.channel_crossing {
        background-image: url("/static/img/partners/channel_crossing.jpg"); }
      #about-contest .about-contest .container .logos .logo.inpublic {
        background-image: url("/static/img/partners/inpublic.png"); }
      #about-contest .about-contest .container .logos .logo.anipa_ts {
        background-image: url("/static/img/partners/anipa_ts.png"); }

#add-object .add-object {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #add-object .add-object .page-title {
    margin-bottom: 0; }
  #add-object .add-object .help {
    margin-bottom: 1rem;
    font-style: italic; }
    #add-object .add-object .help a {
      font-style: normal; }
  #add-object .add-object .form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    border: solid #ffd6cd 1px;
    margin-bottom: 20px;
    padding: 30px;
    width: calc(100% - 100px);
    max-width: 1000px; }
    #add-object .add-object .form .header {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 10px; }
      #add-object .add-object .form .header > .image {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background-color: #f1f1f1;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border: solid #ffd6cd 1px;
        font-weight: 200;
        margin-right: 25px;
        padding: 20px;
        width: 338px;
        height: 338px;
        cursor: pointer; }
      #add-object .add-object .form .header > .image.error {
        border-color: #f00; }
        #add-object .add-object .form .header > .image.error .title {
          color: #f00; }
      #add-object .add-object .form .header > .image input[type="file"] {
        display: none; }
      #add-object .add-object .form .header > .image .title {
        text-align: center;
        font-size: 22px;
        margin-bottom: 30px; }
      #add-object .add-object .form .header > .image button {
        font-size: 16px;
        padding: 0 40px;
        margin-bottom: 45px;
        height: 40px;
        line-height: 40px; }
      #add-object .add-object .form .header > .image .description {
        text-align: center;
        font-size: 13px;
        width: 100%;
        color: #777; }
      #add-object .add-object .form .header .basic-information {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        flex-grow: 1; }
      #add-object .add-object .form .header .basic-information .row {
        width: 100%; }
        #add-object .add-object .form .header .basic-information .row.error input, #add-object .add-object .form .header .basic-information .row.error textarea {
          border-color: #f00; }
      #add-object .add-object .form .header .basic-information .title {
        width: 100%; }
        #add-object .add-object .form .header .basic-information .title input {
          font-size: 18px;
          padding: 0 10px;
          width: calc(100% - 22px);
          height: 40px; }
      #add-object .add-object .form .header .basic-information .school-name input {
        width: calc(100% - 12px); }
      #add-object .add-object .form .header .basic-information .school-address {
        margin-bottom: 10px;
        height: 82px; }
        #add-object .add-object .form .header .basic-information .school-address textarea {
          resize: none;
          width: calc(100% - 12px);
          height: 70px; }
      #add-object .add-object .form .header .basic-information .school-business-id input {
        margin-bottom: 20px;
        width: calc(100% - 12px); }
        #add-object .add-object .form .header .basic-information .school-business-id.error input {
          margin-bottom: 10px; }
          #add-object .add-object .form .header .basic-information .school-business-id.error + .error-message {
            margin-bottom: 20px; }
      #add-object .add-object .form .header .basic-information .files .title {
        font-size: 16px;
        font-weight: 200;
        margin-bottom: 15px;
        color: #777; }
        #add-object .add-object .form .header .basic-information .files .container {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex; }
          #add-object .add-object .form .header .basic-information .files .container .items {
            min-width: 244px; }
            #add-object .add-object .form .header .basic-information .files .container .items .item {
              /* OLD - iOS 6-, Safari 3.1-6 */
              display: -webkit-box;
              /* OLD - Firefox 19- (buggy but mostly works) */
              display: -moz-box;
              /* TWEENER - IE 10 */
              display: -ms-flexbox;
              /* NEW - Chrome */
              display: -webkit-flex;
              /* NEW, Spec - Opera 12.1, Firefox 20+ */
              display: flex;
              justify-content: flex-start;
              align-items: center;
              flex-shrink: 0;
              margin-bottom: 5px;
              height: 29px; }
              #add-object .add-object .form .header .basic-information .files .container .items .item label {
                font-weight: 200;
                margin-right: 20px;
                min-width: 150px; }
              #add-object .add-object .form .header .basic-information .files .container .items .item input[type="file"] {
                display: none; }
              #add-object .add-object .form .header .basic-information .files .container .items .item button {
                font-size: 14px;
                height: 24px;
                line-height: 24px; }
              #add-object .add-object .form .header .basic-information .files .container .items .item.error label {
                color: #f00; }
              #add-object .add-object .form .header .basic-information .files .container .items .item .preview {
                /* OLD - iOS 6-, Safari 3.1-6 */
                display: -webkit-box;
                /* OLD - Firefox 19- (buggy but mostly works) */
                display: -moz-box;
                /* TWEENER - IE 10 */
                display: -ms-flexbox;
                /* NEW - Chrome */
                display: -webkit-flex;
                /* NEW, Spec - Opera 12.1, Firefox 20+ */
                display: flex;
                align-items: center;
                cursor: pointer; }
                #add-object .add-object .form .header .basic-information .files .container .items .item .preview:hover {
                  text-decoration: underline; }
                #add-object .add-object .form .header .basic-information .files .container .items .item .preview .circular-progress {
                  margin-right: 10px;
                  width: 24px;
                  height: 24px; }
                #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon {
                  border-radius: 12px;
                  -webkit-border-radius: 12px;
                  -moz-border-radius: 12px;
                  background-image: url("/static/img/file-types/20x20/0.png");
                  background-size: 20px 20px;
                  background-position: 50% 50%;
                  margin: 0;
                  margin-right: 10px;
                  padding: 0;
                  width: 24px;
                  height: 24px; }
                  #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon.other {
                    background-image: url("/static/img/file-types/20x20/0.png"); }
                  #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon.image {
                    background-image: url("/static/img/file-types/20x20/1.png"); }
                  #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon.audio {
                    background-image: url("/static/img/file-types/20x20/2.png"); }
                  #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon.video {
                    background-image: url("/static/img/file-types/20x20/3.png"); }
                  #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon.pdf {
                    background-image: url("/static/img/file-types/20x20/4.png"); }
                  #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon.word {
                    background-image: url("/static/img/file-types/20x20/5.png"); }
                  #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon.excel {
                    background-image: url("/static/img/file-types/20x20/6.png"); }
                  #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon.powerpoint {
                    background-image: url("/static/img/file-types/20x20/7.png"); }
                  #add-object .add-object .form .header .basic-information .files .container .items .item .preview .icon.zip {
                    background-image: url("/static/img/file-types/20x20/8.png"); }
                #add-object .add-object .form .header .basic-information .files .container .items .item .preview .name {
                  white-space: nowrap;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  font-size: 13px;
                  max-width: 170px; }
            #add-object .add-object .form .header .basic-information .files .container .items .optional {
              position: relative;
              font-size: 12px;
              color: #999;
              top: -10px; }
          #add-object .add-object .form .header .basic-information .files .container .cleaner {
            flex-grow: 1; }
      #add-object .add-object .form .header .basic-information .error-message {
        margin-bottom: 10px;
        padding: 0 5px;
        font-size: 14px;
        color: #f00; }
    #add-object .add-object .form .body .row {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      margin-bottom: 10px; }
      #add-object .add-object .form .body .row > label {
        flex-shrink: 0;
        text-align: right;
        margin-right: 25px;
        width: 380px;
        line-height: 30px; }
      #add-object .add-object .form .body .row.error > label {
        color: #f00; }
      #add-object .add-object .form .body .row .styled-select {
        width: 240px; }
      #add-object .add-object .form .body .row.error .error-message {
        margin-bottom: 10px;
        padding: 0 5px;
        font-size: 14px;
        color: #f00; }
      #add-object .add-object .form .body .row.bonus-category .styled-checkbox {
        width: calc(100% - 380px - 25px - 12px);
        margin-bottom: 0.5rem; }
      #add-object .add-object .form .body .subjects div {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        #add-object .add-object .form .body .subjects div label {
          margin-right: 10px; }
      #add-object .add-object .form .body .competencies textarea, #add-object .add-object .form .body .quotations textarea, #add-object .add-object .form .body .annotation textarea, #add-object .add-object .form .body .keywords textarea {
        resize: none;
        width: calc(100% - 380px - 25px - 12px);
        height: 120px; }
      #add-object .add-object .form .body .competencies.error textarea, #add-object .add-object .form .body .quotations.error textarea, #add-object .add-object .form .body .annotation.error textarea, #add-object .add-object .form .body .keywords.error textarea {
        margin-bottom: 0; }
      #add-object .add-object .form .body .age-group.error {
        margin-bottom: 0; }
      #add-object .add-object .form .body .age-group .groups {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
        #add-object .add-object .form .body .age-group .groups .group {
          /* OLD - iOS 6-, Safari 3.1-6 */
          display: -webkit-box;
          /* OLD - Firefox 19- (buggy but mostly works) */
          display: -moz-box;
          /* TWEENER - IE 10 */
          display: -ms-flexbox;
          /* NEW - Chrome */
          display: -webkit-flex;
          /* NEW, Spec - Opera 12.1, Firefox 20+ */
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          #add-object .add-object .form .body .age-group .groups .group input {
            margin-right: 5px;
            width: 20px;
            height: 20px; }
          #add-object .add-object .form .body .age-group .groups .group label {
            font-weight: 200; }
      #add-object .add-object .form .body .usage.error {
        margin-bottom: 0; }
      #add-object .add-object .form .body .usage .options {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-wrap: wrap; }
        #add-object .add-object .form .body .usage .options .styled-radio {
          margin-right: 30px; }
      #add-object .add-object .form .body .quotations {
        margin-bottom: 0; }
      #add-object .add-object .form .body .quotations label .optional {
        position: relative;
        font-size: 12px;
        margin-bottom: 10px;
        color: #999;
        top: -10px; }
      #add-object .add-object .form .body .annotation {
        margin-bottom: 25px; }
      #add-object .add-object .form .body .annotation.error {
        margin-bottom: 10px; }
      #add-object .add-object .form .body button {
        background-color: #f05b1f;
        font-size: 20px;
        padding: 0 55px;
        height: 50px; }
  @media screen and (max-width: 820px) {
  #add-object .add-object .form {
    padding: 20px;
    width: 380px; }
    #add-object .add-object .form .header {
      flex-direction: column;
      align-items: center; }
      #add-object .add-object .form .header .image {
        margin: 0 0 20px; }
      #add-object .add-object .form .header .basic-information {
        width: 100%; }
        #add-object .add-object .form .header .basic-information .name input, #add-object .add-object .form .header .basic-information .email input {
          width: calc(100% - 12px); }
      #add-object .add-object .form .header .basic-information .files .container .items .item .preview .name {
        max-width: 170px; }

    #add-object .add-object .form .body .row {
      flex-direction: column;
      margin-bottom: 10px; }
      #add-object .add-object .form .body .row > label {
        text-align: left;
        margin-right: 0;
        width: 100%;
        line-height: 30px; }
      #add-object .add-object .form .body .row .styled-select {
        width: 240px; }
      #add-object .add-object .form .body .subjects .styled-checkbox {
        width: 100%; }
      #add-object .add-object .form .body .competencies textarea, #add-object .add-object .form .body .quotations textarea, #add-object .add-object .form .body .annotation textarea, #add-object .add-object .form .body .keywords textarea {
        resize: none;
        width: calc(100% - 12px);
        height: 120px; }
      #add-object .add-object .form .body .usage .options {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-wrap: wrap; }
        #add-object .add-object .form .body .usage .options .styled-radio {
          margin-right: 30px; }
      #add-object .add-object .form .body .annotation {
        margin-bottom: 25px; }
      #add-object .add-object .form .body button {
        background-color: #f05b1f;
        font-size: 20px;
        padding: 0 55px;
        width: 100%;
        height: 50px; } }
  @media screen and (max-width: 320px) {
  #add-object .add-object .page-title {
    font-size: 20px; }
    #add-object .add-object .form {
      padding: 10px;
      width: 280px; }
      #add-object .add-object .form .header .image {
        padding: 10px;
        width: 258px;
        height: 258px; }
        #add-object .add-object .form .header .image .title {
          text-align: center;
          font-size: 20px;
          margin-bottom: 20px; }
        #add-object .add-object .form .header .image button {
          font-size: 14px;
          padding: 0 30px;
          margin-bottom: 25px;
          height: 30px;
          line-height: 30px; }
        #add-object .add-object .form .header .image .description {
          text-align: center;
          font-size: 12px;
          color: #777; }
        #add-object .add-object .form .header .basic-information .files .container .items .item .preview .name {
          max-width: 70px; } }

#administration .administration {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #administration .administration .export {
    margin-bottom: 1rem; }
  #administration .administration .block {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    border: solid #ffd6cd 1px;
    margin-bottom: 20px;
    width: calc(100% - 80px); }
    #administration .administration .block .header {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      align-items: center;
      text-transform: uppercase;
      padding: 0 20px;
      height: 40px;
      cursor: pointer; }
      #administration .administration .block .header h4 {
        flex-grow: 1;
        font-size: 14px;
        font-weight: 600;
        margin: 0;
        color: #ed672f; }
      #administration .administration .block .header:before {
        content: "+";
        margin-right: 10px;
        color: #ed672f; }
      #administration .administration .block .header.opened:before {
        content: "\2212"; }
    #administration .administration .block .body {
      border-top: solid #ffd6cd 1px; }
    #administration .administration .block.users .body table th, #administration .administration .block.contests .body table th {
      background-color: #ffd6cd;
      font-size: 14px;
      font-weight: 400;
      text-align: left;
      white-space: nowrap;
      cursor: pointer; }
      #administration .administration .block.users .body table th.asc:before, #administration .administration .block.contests .body table th.asc:before {
        content: "\2193";
        margin-right: 5px; }
      #administration .administration .block.users .body table th.desc:before, #administration .administration .block.contests .body table th.desc:before {
        content: "\2191";
        margin-right: 5px; }
      #administration .administration .block.users .body table td, #administration .administration .block.contests .body table td {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: 200;
        font-size: 12px;
        height: 16px;
        line-height: 16px; }
      #administration .administration .block.users .body table td.editable, #administration .administration .block.contests .body table td.editable {
        background-color: #fffee1; }
        #administration .administration .block.users .body table td.editable input, #administration .administration .block.contests .body table td.editable input {
          background: transparent;
          border: none;
          outline: none;
          margin: 0;
          width: 100%; }
    #administration .administration .block.users .header .styled-select {
      width: 70px; }
      #administration .administration .block.users .body {
        overflow: scroll; }
      #administration .administration .block.users .body table {
        border-collapse: collapse;
        width: 100%; }
      #administration .administration .block.users .body table th, #administration .administration .block.users .body table td {
        border: solid #ffd6cd 1px;
        padding: 5px 10px; }
        #administration .administration .block.users .body table th.login, #administration .administration .block.users .body table td.login {
          width: 10%; }
        #administration .administration .block.users .body table th.name, #administration .administration .block.users .body table td.name {
          width: 10%; }
        #administration .administration .block.users .body table th.email, #administration .administration .block.users .body table td.email {
          width: 14%; }
        #administration .administration .block.users .body table th.phone, #administration .administration .block.users .body table td.phone {
          width: 10%; }
        #administration .administration .block.users .body table th.school-name, #administration .administration .block.users .body table td.school-name {
          width: 20%; }
        #administration .administration .block.users .body table th.school-address, #administration .administration .block.users .body table td.school-address {
          width: 20%; }
        #administration .administration .block.users .body table th.school-business-id, #administration .administration .block.users .body table td.school-business-id {
          width: 8%; }
      #administration .administration .block.users .body table td.phone, #administration .administration .block.users .body table td.school-business-id {
        text-align: right; }
    #administration .administration .block.contests .body {
      overflow: scroll; }
      #administration .administration .block.contests .body table {
        border-collapse: collapse;
        width: 100%; }
      #administration .administration .block.contests .body table th, #administration .administration .block.contests .body table td {
        border: solid #ffd6cd 1px;
        padding: 5px 10px; }
        #administration .administration .block.contests .body table th.year, #administration .administration .block.contests .body table td.year {
          width: 10%; }
        #administration .administration .block.contests .body table th.name, #administration .administration .block.contests .body table td.name {
          width: 20%; }
        #administration .administration .block.contests .body table th.description, #administration .administration .block.contests .body table td.description {
          width: 60%; }
        #administration .administration .block.contests .body table th.isOpened, #administration .administration .block.contests .body table td.isOpened {
          width: 10%; }
      #administration .administration .block.contests .body table td.is-opened {
        text-align: right; }

#news .news, #aktuality .news {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #news .news .container, #aktuality .news .container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background-color: #fff;
    font-weight: 200;
    border: solid #ffd6cd 1px;
    margin-bottom: 20px;
    padding: 40px;
    width: 90%;
    max-width: 740px;
    line-height: 30px; }
    @media screen and (max-width: 860px) {
    #news .news .container, #aktuality .news .container {
      max-width: calc(100% - 120px); } }
    #news .news .container button.add, #aktuality .news .container button.add {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      align-self: flex-end; }
    #news .news .container .news-item, #aktuality .news .container .news-item {
      margin-bottom: 15px; }
      #news .news .container .news-item:last-child, #aktuality .news .container .news-item:last-child {
        margin-bottom: 0; }
      #news .news .container .news-item .date, #aktuality .news .container .news-item .date {
        font-size: 16px;
        font-weight: 200;
        color: #f05b1f; }
      #news .news .container .news-item .title, #aktuality .news .container .news-item .title {
        font-size: 16px;
        font-weight: 600; }
      #news .news .container .news-item .message, #aktuality .news .container .news-item .message {
        font-size: 14px;
        font-weight: 200; }
      #news .news .container .news-item .message p, #aktuality .news .container .news-item .message p {
        font-size: inherit; }
      #news .news .container .news-item .message img, #aktuality .news .container .news-item .message img {
        max-width: 100%;
        height: initial;
        display: block;
        margin: auto; }
      #news .news .container .news-item .buttons button.delete, #aktuality .news .container .news-item .buttons button.delete {
        margin-left: 10px;
        background-color: #f05b1f; }

#contact .contact {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #contact .contact .container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    font-weight: 200;
    border: solid #ffd6cd 1px;
    margin-bottom: 20px;
    padding: 40px;
    width: 90%;
    max-width: 740px;
    line-height: 30px; }
    @media screen and (max-width: 860px) {
    #contact .contact .container {
      max-width: calc(100% - 120px); } }
    #contact .contact .container .person {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 35px; }
      #contact .contact .container .person .image {
        background-repeat: no-repeat;
        background-size: 130px 130px;
        margin-bottom: 10px;
        width: 130px;
        height: 130px; }
      #contact .contact .container .person .position {
        font-size: 18px;
        color: #818283; }
      #contest-rules .contest-rules {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: #fef6f4;
        width: 100%;
        min-height: 100vh; }
  #contest-rules .contest-rules .container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    background-image: url("/static/img/pravidla-souteze-pozadi.png");
    background-repeat: no-repeat;
    background-position: 50% 240px;
    background-size: contain;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    font-weight: 200;
    border: solid #ffd6cd 1px;
    margin-bottom: 20px;
    padding: 40px;
    width: 90%;
    max-width: 740px;
    line-height: 30px; }
    @media screen and (max-width: 860px) {
    #contest-rules .contest-rules .container {
      max-width: calc(100% - 120px); } }
    #contest-rules .contest-rules .container > div {
      width: 100%; }
    #contest-rules .contest-rules .container .block1 .list1 {
      padding: 0; }
      #contest-rules .contest-rules .container .block1 .list1 li {
        list-style-position: inside;
        margin-bottom: 5px; }
      #contest-rules .contest-rules .container .block1 .list1 li p {
        padding: 0.75rem 0; }
      #contest-rules .contest-rules .container .block1 .list1 + p a {
        font-weight: 400; }
    #contest-rules .contest-rules .container .block2 p {
      margin-bottom: 20px; }
    #contest-rules .contest-rules .container .block4 .list .item, #contest-rules .contest-rules .container .block5 .list .item {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 5px 0;
      margin-left: 1rem; }
      #contest-rules .contest-rules .container .block4 .list .item .image, #contest-rules .contest-rules .container .block5 .list .item .image {
        position: relative;
        flex-shrink: 0;
        background-image: url("/static/img/kosticky.png");
        background-repeat: no-repeat;
        background-size: 23px 138px;
        margin-right: 10px;
        width: 23px;
        height: 23px;
        top: 3px; }
      #contest-rules .contest-rules .container .block4 .list .item:nth-child(1) .image, #contest-rules .contest-rules .container .block5 .list .item:nth-child(1) .image {
        background-position: 0px 0px; }
      #contest-rules .contest-rules .container .block4 .list .item:nth-child(2) .image, #contest-rules .contest-rules .container .block5 .list .item:nth-child(2) .image {
        background-position: 0px -23px; }
      #contest-rules .contest-rules .container .block4 .list .item:nth-child(3) .image, #contest-rules .contest-rules .container .block5 .list .item:nth-child(3) .image {
        background-position: 0px -46px; }
      #contest-rules .contest-rules .container .block4 .list .item:nth-child(4) .image, #contest-rules .contest-rules .container .block5 .list .item:nth-child(4) .image {
        background-position: 0px -69px; }
      #contest-rules .contest-rules .container .block4 .list .item:nth-child(5) .image, #contest-rules .contest-rules .container .block5 .list .item:nth-child(5) .image {
        background-position: 0px -92px; }
      #contest-rules .contest-rules .container .block4 .list .item:nth-child(6) .image, #contest-rules .contest-rules .container .block5 .list .item:nth-child(6) .image {
        background-position: 0px -115px; }
    #contest-rules .contest-rules .container .block6 .license {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex; }
      #contest-rules .contest-rules .container .block6 .license img {
        flex-shrink: 0;
        margin-right: 5px;
        width: 2rem;
        height: 2rem; }

#edit-object .edit-object {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #edit-object .edit-object .form {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    border: solid #ffd6cd 1px;
    margin-bottom: 20px;
    padding: 30px;
    width: calc(100% - 100px);
    max-width: 1000px; }
    #edit-object .edit-object .form .header {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 10px; }
      #edit-object .edit-object .form .header > .image {
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-shrink: 0;
        background-color: #f1f1f1;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border: solid #ffd6cd 1px;
        font-weight: 200;
        margin-right: 25px;
        padding: 20px;
        width: 338px;
        height: 338px;
        cursor: pointer; }
      #edit-object .edit-object .form .header > .image.error {
        border-color: #f00; }
      #edit-object .edit-object .form .header > .image.error .title {
        color: #f00; }
      #edit-object .edit-object .form .header > .image input[type="file"] {
        display: none; }
      #edit-object .edit-object .form .header > .image .title {
        text-align: center;
        font-size: 22px;
        margin-bottom: 30px; }
      #edit-object .edit-object .form .header > .image button {
        font-size: 16px;
        padding: 0 40px;
        margin-bottom: 45px;
        height: 40px;
        line-height: 40px; }
      #edit-object .edit-object .form .header > .image .description {
        text-align: center;
        font-size: 13px;
        color: #777; }
      #edit-object .edit-object .form .header .basic-information {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        flex-grow: 1; }
      #edit-object .edit-object .form .header .basic-information .row {
        width: 100%; }
      #edit-object .edit-object .form .header .basic-information .row.error input, #edit-object .edit-object .form .header .basic-information .row.error textarea {
        border-color: #f00; }
      #edit-object .edit-object .form .header .basic-information .title {
        width: 100%; }
      #edit-object .edit-object .form .header .basic-information .title input {
        font-size: 18px;
        padding: 0 10px;
        width: calc(100% - 22px);
        height: 40px; }
      #edit-object .edit-object .form .header .basic-information .school-name input {
        width: calc(100% - 12px); }
      #edit-object .edit-object .form .header .basic-information .school-address {
        margin-bottom: 10px;
        height: 82px; }
      #edit-object .edit-object .form .header .basic-information .school-address textarea {
        resize: none;
        width: calc(100% - 12px);
        height: 70px; }
      #edit-object .edit-object .form .header .basic-information .school-business-id input {
        margin-bottom: 20px;
        width: calc(100% - 12px); }
      #edit-object .edit-object .form .header .basic-information .school-business-id.error input {
        margin-bottom: 10px; }
        #edit-object .edit-object .form .header .basic-information .school-business-id.error + .error-message {
          margin-bottom: 20px; }
      #edit-object .edit-object .form .header .basic-information .files .title {
        font-size: 16px;
        font-weight: 200;
        margin-bottom: 15px;
        color: #777; }
      #edit-object .edit-object .form .header .basic-information .files .container {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex; }
        #edit-object .edit-object .form .header .basic-information .files .container .items {
          min-width: 244px; }
          #edit-object .edit-object .form .header .basic-information .files .container .items .item {
            /* OLD - iOS 6-, Safari 3.1-6 */
            display: -webkit-box;
            /* OLD - Firefox 19- (buggy but mostly works) */
            display: -moz-box;
            /* TWEENER - IE 10 */
            display: -ms-flexbox;
            /* NEW - Chrome */
            display: -webkit-flex;
            /* NEW, Spec - Opera 12.1, Firefox 20+ */
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-shrink: 0;
            margin-bottom: 5px;
            height: 29px; }
            #edit-object .edit-object .form .header .basic-information .files .container .items .item label {
              font-weight: 200;
              margin-right: 20px;
              min-width: 150px; }
            #edit-object .edit-object .form .header .basic-information .files .container .items .item input[type="file"] {
              display: none; }
            #edit-object .edit-object .form .header .basic-information .files .container .items .item button {
              font-size: 14px;
              height: 24px;
              line-height: 24px; }
            #edit-object .edit-object .form .header .basic-information .files .container .items .item.error label {
              color: #f00; }
            #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview {
              /* OLD - iOS 6-, Safari 3.1-6 */
              display: -webkit-box;
              /* OLD - Firefox 19- (buggy but mostly works) */
              display: -moz-box;
              /* TWEENER - IE 10 */
              display: -ms-flexbox;
              /* NEW - Chrome */
              display: -webkit-flex;
              /* NEW, Spec - Opera 12.1, Firefox 20+ */
              display: flex;
              align-items: center;
              cursor: pointer; }
              #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview:hover {
                text-decoration: underline; }
              #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .circular-progress {
                margin-right: 10px;
                width: 24px;
                height: 24px; }
              #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon {
                border-radius: 12px;
                -webkit-border-radius: 12px;
                -moz-border-radius: 12px;
                background-image: url("/static/img/file-types/20x20/0.png");
                background-size: 20px 20px;
                background-position: 50% 50%;
                margin: 0;
                margin-right: 10px;
                padding: 0;
                width: 24px;
                height: 24px; }
                #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon.other {
                  background-image: url("/static/img/file-types/20x20/0.png"); }
                #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon.image {
                  background-image: url("/static/img/file-types/20x20/1.png"); }
                #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon.audio {
                  background-image: url("/static/img/file-types/20x20/2.png"); }
                #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon.video {
                  background-image: url("/static/img/file-types/20x20/3.png"); }
                #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon.pdf {
                  background-image: url("/static/img/file-types/20x20/4.png"); }
                #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon.word {
                  background-image: url("/static/img/file-types/20x20/5.png"); }
                #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon.excel {
                  background-image: url("/static/img/file-types/20x20/6.png"); }
                #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon.powerpoint {
                  background-image: url("/static/img/file-types/20x20/7.png"); }
                #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .icon.zip {
                  background-image: url("/static/img/file-types/20x20/8.png"); }
              #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .name {
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
                font-size: 13px;
                max-width: 170px; }
        #edit-object .edit-object .form .header .basic-information .files .container .cleaner {
          flex-grow: 1; }
      #edit-object .edit-object .form .header .basic-information .error-message {
        margin-bottom: 10px;
        padding: 0 5px;
        font-size: 14px;
        color: #f00; }
    #edit-object .edit-object .form .body .row {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      margin-bottom: 10px; }
      #edit-object .edit-object .form .body .row > label {
        flex-shrink: 0;
        text-align: right;
        margin-right: 25px;
        width: 380px;
        line-height: 30px; }
      #edit-object .edit-object .form .body .row.error > label {
        color: #f00; }
      #edit-object .edit-object .form .body .row .styled-select {
        width: 240px; }
      #edit-object .edit-object .form .body .row.error .error-message {
        margin-bottom: 10px;
        padding: 0 5px;
        font-size: 14px;
        color: #f00; }
      #edit-object .edit-object .form .body .row.bonus-category .styled-checkbox {
        width: calc(100% - 380px - 25px - 12px);
        margin-bottom: 0.5rem; }
      #edit-object .edit-object .form .body .subjects div {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
      #edit-object .edit-object .form .body .subjects div label {
        margin-right: 10px; }
      #edit-object .edit-object .form .body .competencies textarea, #edit-object .edit-object .form .body .quotations textarea, #edit-object .edit-object .form .body .annotation textarea, #edit-object .edit-object .form .body .keywords textarea {
        resize: none;
        width: calc(100% - 380px - 25px - 12px);
        height: 120px; }
      #edit-object .edit-object .form .body .competencies.error textarea, #edit-object .edit-object .form .body .quotations.error textarea, #edit-object .edit-object .form .body .annotation.error textarea, #edit-object .edit-object .form .body .keywords.error textarea {
        margin-bottom: 0; }
      #edit-object .edit-object .form .body .age-group.error {
        margin-bottom: 0; }
      #edit-object .edit-object .form .body .age-group .groups {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        align-items: flex-start; }
      #edit-object .edit-object .form .body .age-group .groups .group {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        #edit-object .edit-object .form .body .age-group .groups .group input {
          margin-right: 5px;
          width: 20px;
          height: 20px; }
        #edit-object .edit-object .form .body .age-group .groups .group label {
          font-weight: 200; }
      #edit-object .edit-object .form .body .usage.error {
        margin-bottom: 0; }
      #edit-object .edit-object .form .body .usage .options {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-wrap: wrap; }
      #edit-object .edit-object .form .body .usage .options .styled-radio {
        margin-right: 30px; }
      #edit-object .edit-object .form .body .annotation {
        margin-bottom: 25px; }
      #edit-object .edit-object .form .body .annotation.error {
        margin-bottom: 10px; }
      #edit-object .edit-object .form .body button {
        background-color: #f05b1f;
        font-size: 20px;
        padding: 0 55px;
        height: 50px; }
  @media screen and (max-width: 820px) {
  #edit-object .edit-object .form {
    padding: 20px;
    width: 380px; }
    #edit-object .edit-object .form .header {
      flex-direction: column;
      align-items: center; }
      #edit-object .edit-object .form .header .image {
        margin: 0 0 20px; }
      #edit-object .edit-object .form .header .basic-information {
        width: 100%; }
        #edit-object .edit-object .form .header .basic-information .name input, #edit-object .edit-object .form .header .basic-information .email input {
          width: calc(100% - 12px); }
      #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .name {
        max-width: 170px; }

    #edit-object .edit-object .form .body .row {
      flex-direction: column;
      margin-bottom: 10px; }
      #edit-object .edit-object .form .body .row > label {
        text-align: left;
        margin-right: 0;
        width: 100%;
        line-height: 30px; }
      #edit-object .edit-object .form .body .row .styled-select {
        width: 240px; }
      #edit-object .edit-object .form .body .subjects .styled-checkbox {
        width: 100%; }
      #edit-object .edit-object .form .body .competencies textarea, #edit-object .edit-object .form .body .quotations textarea, #edit-object .edit-object .form .body .annotation textarea, #edit-object .edit-object .form .body .keywords textarea {
        resize: none;
        width: calc(100% - 12px);
        height: 120px; }
      #edit-object .edit-object .form .body .usage .options {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-wrap: wrap; }
        #edit-object .edit-object .form .body .usage .options .styled-radio {
          margin-right: 30px; }
      #edit-object .edit-object .form .body .annotation {
        margin-bottom: 25px; }
      #edit-object .edit-object .form .body button {
        background-color: #f05b1f;
        font-size: 20px;
        padding: 0 55px;
        width: 100%;
        height: 50px; } }
  @media screen and (max-width: 320px) {
  #edit-object .edit-object .page-title {
    font-size: 20px; }
    #edit-object .edit-object .form {
      padding: 10px;
      width: 280px; }
      #edit-object .edit-object .form .header .image {
        padding: 10px;
        width: 258px;
        height: 258px; }
        #edit-object .edit-object .form .header .image .title {
          text-align: center;
          font-size: 20px;
          margin-bottom: 20px; }
        #edit-object .edit-object .form .header .image button {
          font-size: 14px;
          padding: 0 30px;
          margin-bottom: 25px;
          height: 30px;
          line-height: 30px; }
        #edit-object .edit-object .form .header .image .description {
          text-align: center;
          font-size: 12px;
          color: #777; }
        #edit-object .edit-object .form .header .basic-information .files .container .items .item .preview .name {
          max-width: 70px; } }

#error-page {
  background-color: #fef6f4;
  width: 100%;
  height: 100vh; }
  #error-page .error-page {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh; }
  #error-page .error-page .image {
    background-image: url("/static/img/error.png");
    background-repeat: no-repeat;
    background-size: 100px 100px;
    margin-bottom: 20px;
    width: 100px;
    height: 100px; }
  #error-page .error-page .message {
    text-align: center;
    font-size: 30px;
    color: #000; }
  @media screen and (max-width: 620px) {
  #error-page .error-page .image {
    background-size: 75px 75px;
    width: 75px;
    height: 75px; }
    #error-page .error-page .message {
      font-size: 25px; } }

#home .home {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  #home .home #block1 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url("/static/img/home-image.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: calc(100vw / 2.5); }
    #home .home #block1 .text1, #home .home #block1 .text2 {
      /* text-shadow: black -1px 1px 1px, black 0 0 2px, black 0 0 4px, black 0 0 10px; */
      text-align: center;
      width: 100%;
      color: #fff; }
    #home .home #block1 .text1 {
      font-size: 5rem;
      font-weight: 700;
      line-height: 5.5rem;
      margin-bottom: 80px; }
    #home .home #block1 .text2 {
      font-size: 34px;
      font-weight: 600;
      width: 75%; }
    @media screen and (max-width: 1350px) {
    #home .home #block1 .text1 {
      font-size: 4rem;
      line-height: 4.5rem;
      margin-bottom: 25px; } }
    @media screen and (max-width: 1250px) {
    #home .home #block1 .text1 {
      font-size: 3rem;
      line-height: 3.5rem;
      margin-bottom: 20px; }
    #home .home #block1 .text2 {
      font-size: 25px; } }
    @media screen and (max-width: 1000px) {
    #home .home #block1 .text1 {
      font-size: 2.5rem;
      line-height: 3rem; }
    #home .home #block1 .text2 {
      font-size: 20px; } }
    @media screen and (max-width: 850px) {
    #home .home #block1 .text2 {
      display: none; } }
    @media screen and (max-width: 600px) {
    #home .home #block1 .text1 {
      font-size: 22px;
      font-weight: 400;
      line-height: 25px;
      margin-bottom: 0; } }
  #home .home .klikev {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    position: absolute;
    background-image: url("/static/img/klikvicka.png");
    background-repeat: no-repeat;
    background-size: 53px 39px;
    width: 54px;
    height: 39px;
    bottom: -20px;
    left: calc(50% - 27px);
    cursor: pointer;
    z-index: 1; }
    @media screen and (max-width: 620px) {
    #home .home .klikev {
      display: none; } }
  #home .home #block2, #home .home #block3, #home .home #block4, #home .home #block5 {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-color: #fff;
    padding: 20px 0px; }
    #home .home #block2 .title, #home .home #block3 .title, #home .home #block4 .title, #home .home #block5 .title {
      font-size: 60px;
      font-weight: 700; }
    #home .home #block2 button, #home .home #block3 button, #home .home #block4 button, #home .home #block5 button {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border: none;
      background-color: #f05b1f;
      font-size: 18px;
      margin: 20px 0 50px;
      padding: 30px 0px;
      width: 40%;
      max-width: 320px;
      color: #fff; }
    #home .home #block2 .buttons, #home .home #block3 .buttons, #home .home #block4 .buttons, #home .home #block5 .buttons {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      flex-wrap: wrap; }
    #home .home #block2 a.styled-button, #home .home #block3 a.styled-button, #home .home #block4 a.styled-button, #home .home #block5 a.styled-button {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      display: block;
      border: none;
      background-color: #f05b1f;
      font-size: 18px;
      margin: 20px 0 50px;
      padding: 30px 0px;
      width: 40%;
      max-width: 320px;
      color: #fff;
      text-align: center;
      font-weight: bold; }
    @media screen and (max-width: 500px) {
    #home .home #block2 .title, #home .home #block3 .title, #home .home #block4 .title, #home .home #block5 .title {
      font-size: 40px; } }
  #home .home #block2 {
    background-color: #fef6f4; }
    #home .home #block2 a {
      font-size: 20px; }
    #home .home #block2 hr {
      border: dashed 1px #f05b1f;
      width: calc(100% - 2px);
      margin-bottom: -20px; }
    #home .home #block2 .objects {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      flex-grow: 1;
      width: 100%;
      max-width: 1200px; }
      #home .home #block2 .objects .object {
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: #fff;
        font-weight: 200;
        border: solid 1px #ffd6cd;
        margin: 20px;
        padding: 10px;
        width: 230px;
        color: #000; }
      #home .home #block2 .objects .object .flag {
        position: absolute;
        background-repeat: no-repeat;
        background-size: 36px 37px;
        width: 36px;
        height: 37px;
        top: 25px;
        right: -10px; }
      #home .home #block2 .objects .object .flag.y-2011 {
        background-image: url("/static/img/medal/flags/2011.png"); }
      #home .home #block2 .objects .object .flag.y-2012 {
        background-image: url("/static/img/medal/flags/2012.png"); }
      #home .home #block2 .objects .object .flag.y-2013 {
        background-image: url("/static/img/medal/flags/2013.png"); }
      #home .home #block2 .objects .object .flag.y-2014 {
        background-image: url("/static/img/medal/flags/2014.png"); }
      #home .home #block2 .objects .object .flag.y-2015 {
        background-image: url("/static/img/medal/flags/2015.png"); }
      #home .home #block2 .objects .object .flag.y-2016 {
        background-image: url("/static/img/medal/flags/2016.png"); }
      #home .home #block2 .objects .object .flag.y-2017 {
        background-image: url("/static/img/medal/flags/2017.png"); }
      #home .home #block2 .objects .object .medal {
        position: absolute;
        background-repeat: no-repeat;
        background-size: 45px 45px;
        width: 45px;
        height: 45px;
        top: -10px;
        right: -15px; }
      #home .home #block2 .objects .object .medal.first {
        background-image: url("/static/img/medal/badges/5.png"); }
      #home .home #block2 .objects .object .medal.second {
        background-image: url("/static/img/medal/badges/4.png"); }
      #home .home #block2 .objects .object .medal.third {
        background-image: url("/static/img/medal/badges/3.png"); }
      #home .home #block2 .objects .object .medal.final {
        background-image: url("/static/img/medal/badges/2.png"); }
      #home .home #block2 .objects .object .medal.semifinal {
        background-image: url("/static/img/medal/badges/1.png"); }
      #home .home #block2 .objects .object:hover {
        text-decoration: none; }
      #home .home #block2 .objects .object .image {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border: solid 1px #ffd6cd;
        width: 228px;
        height: 228px; }
      #home .home #block2 .objects .object .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        font-size: 16px;
        margin: 10px 0 15px;
        height: 20px;
        line-height: 20px; }
      #home .home #block2 .objects .object .user {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: flex-start;
        align-items: center;
        margin-bottom: 15px; }
      #home .home #block2 .objects .object .user .icon {
        background-image: url("/static/img/user-icon.png");
        background-repeat: no-repeat;
        background-size: 24px 24px;
        margin-right: 5px;
        width: 30px;
        height: 30px; }
      #home .home #block2 .objects .object .user .name {
        font-size: 16px;
        height: 30px; }
      #home .home #block2 .objects .object .subject {
        text-transform: uppercase;
        font-size: 13px;
        margin-bottom: 10px; }
      #home .home #block2 .objects .object .category {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-transform: uppercase;
        font-size: 13px;
        line-height: 20px;
        height: 20px;
        color: #ed672f; }
    #home .home #block2 .list {
      padding: 10px 40px 40px;
      max-width: 1200px; }
      #home .home #block2 .list h4 {
        align-self: flex-start;
        font-size: 20px;
        margin-bottom: 20px; }
      #home .home #block2 .list .item {
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -webkit-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -moz-box;
        /* TWEENER - IE 10 */
        display: -ms-flexbox;
        /* NEW - Chrome */
        display: -webkit-flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        margin: 5px 0; }
      #home .home #block2 .list .item .image {
        flex-shrink: 0;
        background-image: url("/static/img/kosticky.png");
        background-repeat: no-repeat;
        background-size: 23px 138px;
        margin-right: 10px;
        width: 23px;
        height: 23px; }
      #home .home #block2 .list .item.i1 .image {
        background-position: 0px 0px; }
      #home .home #block2 .list .item.i2 .image {
        background-position: 0px -23px; }
      #home .home #block2 .list .item.i3 .image {
        background-position: 0px -46px; }
      #home .home #block2 .list .item.i4 .image {
        background-position: 0px -69px; }
      #home .home #block2 .list .item.i5 .image {
        background-position: 0px -92px; }
      #home .home #block2 .list .item.i6 .image {
        background-position: 0px -115px; }
  #home .home #block5 .list {
    padding: 10px 40px 40px;
    max-width: 1200px; }
    #home .home #block5 .list .item {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      margin: 5px 0; }
    #home .home #block5 .list .item .image {
      flex-shrink: 0;
      background-image: url("/static/img/kosticky.png");
      background-repeat: no-repeat;
      background-size: 23px 138px;
      margin-right: 10px;
      width: 23px;
      height: 23px; }
    #home .home #block5 .list .item.i1 .image {
      background-position: 0px 0px; }
    #home .home #block5 .list .item.i2 .image {
      background-position: 0px -23px; }
    #home .home #block5 .list .item.i3 .image {
      background-position: 0px -46px; }
    #home .home #block5 .list .item.i4 .image {
      background-position: 0px -69px; }
    #home .home #block5 .list .item.i5 .image {
      background-position: 0px -92px; }
    #home .home #block5 .list .item.i6 .image {
      background-position: 0px -115px; }
  #home .home #block3-mobile {
    padding: 1rem 1rem 0 1rem;
    display: none; }
    @media screen and (max-width: 1250px) {
    #home .home #block3-mobile {
      display: block; } }
    #home .home #block3-mobile .invitation {
      width: 30rem;
      max-width: 100%;
      margin: 0.5rem auto;
      display: block; }
    #home .home #block3-mobile .invitation img {
      width: 100%; }
    #home .home #block3-mobile .invitation .download-invitation a {
      text-align: center;
      display: block;
      width: 100%;
      font-weight: bold; }
    #home .home #block3-mobile .link {
      margin-top: 0.5rem; }
    #home .home #block3-mobile .link a {
      font-size: 1.25rem;
      text-decoration: underline;
      font-weight: bold;
      width: 100%;
      display: block;
      text-align: center; }
    #home .home #block3-mobile div.title {
      text-align: center;
      margin: auto;
      font-weight: bold;
      margin-bottom: 1rem;
      font-size: calc(1.70213vw + 11.48936px); }
    @media (max-width: 500px) {
      #home .home #block3-mobile div.title {
        font-size: 20px; } }
    @media (min-width: 1440px) {
      #home .home #block3-mobile div.title {
        font-size: 36px; } }
    @media screen and (min-width: 30em) {
      #home .home #block3-mobile div.title {
        margin-top: 1rem !important; } }
    @media screen and (max-width: 1250px) {
      #home .home #block3-mobile div.title {
        margin-bottom: 0rem; } }
    #home .home #block3-mobile div.subtitle {
      font-weight: bold;
      font-size: 1rem;
      text-align: center;
      display: none; }
    #home .home #block3-mobile div.subtitle.orange {
      color: #f05b1f; }
    @media screen and (max-width: 700px) {
      #home .home #block3-mobile div.subtitle {
        display: block; } }
    @media screen and (min-width: 700px) {
      #home .home #block3-mobile div.subtitle {
        font-size: 0.75rem; } }
    @media screen and (min-width: 1000px) {
      #home .home #block3-mobile div.subtitle {
        font-size: 0.875rem; } }
    @media screen and (min-width: 1250px) {
      #home .home #block3-mobile div.subtitle {
        font-size: 1.125rem; } }
    @media screen and (min-width: 1500px) {
      #home .home #block3-mobile div.subtitle {
        font-size: 1.5rem; } }
    #home .home #block3-mobile .buttons {
      margin: 0.5rem;
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center; }
    #home .home #block3-mobile .buttons button {
      margin-bottom: 0.5rem; }
    #home .home #block3-mobile .buttons .buttonPresentation {
      background-image: url("/static/img/buttons/video.jpg");
      background-size: cover;
      background-position: center;
      width: 12.5rem;
      max-width: initial;
      height: 7.5rem;
      margin: 1rem auto !important;
      cursor: pointer;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0 !important; }
  #home .home #block3 {
    background-image: url("/static/img/zapojte-se.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: calc(100% - 80px);
    height: calc((100vw - 80px) / 2.5);
    padding: 20px 40px;
    color: #fff; }
    #home .home #block3 .buttons {
      display: flex;
      flex-direction: column;
      margin: 0.5rem;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center; }
    @media screen and (max-width: 1100px) {
      #home .home #block3 .buttons {
        display: none; } }
    #home .home #block3 .invitation {
      width: calc(53.19149vw + -15.95745px);
      width: 100%;
      max-width: 25rem;
      margin: 0.5rem auto;
      display: block; }
    @media (max-width: 500px) {
      #home .home #block3 .invitation {
        width: 250px; } }
    @media (min-width: 1440px) {
      #home .home #block3 .invitation {
        width: 750px; } }
    #home .home #block3 .invitation img {
      width: 100%; }
    @media screen and (max-width: 1400px) {
      #home .home #block3 .invitation {
        max-width: 18rem; } }
    @media screen and (max-width: 1250px) {
      #home .home #block3 .invitation {
        display: none; } }
    @media screen and (max-width: 1450px) {
      #home .home #block3 .invitation {
        width: calc(53.19149vw + -165.95745px); } }
    @media screen and (max-width: 1450px) and (max-width: 500px) {
          #home .home #block3 .invitation {
            width: 100px; } }
    @media screen and (max-width: 1450px) and (min-width: 1440px) {
          #home .home #block3 .invitation {
            width: 600px; } }
    #home .home #block3 .invitation .download-invitation a {
      font-weight: bold; }
    #home .home #block3 a button.register {
      background-color: #f05b1f;
      border: none;
      font-size: 1rem;
      font-weight: 600;
      padding: 0.5rem 1.5rem;
      line-height: 30px;
      color: #fff;
      width: max-content;
      margin: 0.5rem auto; }
    #home .home #block3 .buttonPresentation {
      background-image: url("/static/img/buttons/video.jpg");
      background-size: cover;
      background-position: center;
      width: 12.5rem;
      max-width: initial;
      height: 7.5rem;
      margin: 1rem !important;
      cursor: pointer;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0 !important; }
    #home .home #block3 .buttonPhoto {
      background-image: url("/static/img/buttons/prezentace.jpg");
      background-size: cover;
      background-position: center;
      width: 12.5rem;
      max-width: initial;
      height: 7.5rem;
      margin: 1rem !important;
      cursor: pointer;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      padding: 0 !important; }
    #home .home #block3 div.box {
      width: calc(100% - 600px);
      text-align: center; }
    #home .home #block3 img.win {
      max-width: 5rem;
      margin: 5px; }
    #home .home #block3 div.title {
      text-align: center;
      margin: auto;
      margin-top: 4rem !important;
      font-size: calc(1.2766vw + 13.61702px);
      margin-bottom: 1.5rem; }
    @media (max-width: 500px) {
      #home .home #block3 div.title {
        font-size: 20px; } }
    @media (min-width: 1440px) {
      #home .home #block3 div.title {
        font-size: 32px; } }
    @media screen and (min-width: 30em) {
      #home .home #block3 div.title {
        margin-top: 1rem !important; } }
    @media screen and (max-width: 1250px) {
      #home .home #block3 div.title {
        margin-bottom: 0rem; } }
    #home .home #block3 div.title.mobile-hide {
      font-size: calc(1.06383vw + 10.68085px); }
    @media (max-width: 500px) {
        #home .home #block3 div.title.mobile-hide {
          font-size: 16px; } }
    @media (min-width: 1440px) {
        #home .home #block3 div.title.mobile-hide {
          font-size: 26px; } }
    #home .home #block3 div.subtitle {
      font-weight: bold;
      font-size: 1rem;
      margin: 0.5rem; }
    #home .home #block3 div.subtitle.orange {
      color: #f05b1f; }
    @media screen and (max-width: 40em) {
      #home .home #block3 div.subtitle {
        display: none; }
        #home .home #block3 div.subtitle.mobile {
          display: block; } }
    #home .home #block3 p.subtitle {
      text-align: center;
      font-size: 40px;
      font-weight: 600;
      margin-bottom: 10px; }
    #home .home #block3 p.subtitle.orange {
      font-size: 48px; }
    #home .home #block3 .orange {
      color: #f05b1f;
      font-weight: 600;
      font-size: 30px; }
    @media screen and (max-width: 1500px) {
    #home .home #block3 p.subtitle {
      font-size: 30px !important; }
      #home .home #block3 p.subtitle.orange {
        font-size: 36px !important; }
    #home .home #block3 .row {
      font-size: 16px; }
      #home .home #block3 .row.header {
        font-size: 20px; }
    #home .home #block3 .orange {
      font-size: 18px; } }
    @media screen and (max-width: 1350px) {
    #home .home #block3 .tablet-hide {
      display: none; } }
    @media screen and (max-width: 1200px) {
    #home .home #block3 div.box {
      width: calc(100% - 450px); }
    #home .home #block3 img.win {
      width: 6rem; } }
    @media screen and (max-width: 960px) {
    #home .home #block3 div.box {
      width: calc(100% - 150px); }
    #home .home #block3 div.title {
      width: 100%; } }
    @media screen and (max-width: 700px) {
    #home .home #block3 .mobile-hide {
      display: none !important; }
    #home .home #block3 .row {
      font-size: 1rem !important; }
    #home .home #block3 div.box {
      width: 100%; }
    #home .home #block3 img.win {
      width: 4rem; }
    #home .home #block3 div.title {
      margin: 0px;
      margin-bottom: 5px; } }
    #home .home #block3 .news {
      border-radius: 7px;
      -webkit-border-radius: 7px;
      -moz-border-radius: 7px;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5);
      border: solid 1px #fff;
      padding: 20px 20px 10px;
      width: 270px;
      top: 10px;
      right: 10px; }
    #home .home #block3 .news .do-you-know {
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      font-size: 18px;
      font-weight: 600;
      display: block;
      margin-bottom: 10px;
      color: #fff; }
    #home .home #block3 .news .blocks .block {
      display: block;
      margin-bottom: 10px;
      color: #fff;
      cursor: pointer;
      font-size: 16px; }
    #home .home #block3 .news .blocks .block:hover {
      text-decoration: none; }
    #home .home #block3 .news .blocks .block:last-child {
      margin-bottom: 0; }
    #home .home #block3 .news .blocks .block .date {
      color: #f05b1f; }
      #home .home #block3 .news .blocks .block .date:after {
        content: "\2013";
        margin: 0 5px;
        color: #fff; }
    #home .home #block3 .news .blocks .block .title {
      font-weight: 600;
      font-size: 16px; }
    #home .home #block3 .news .blocks .block .message {
      font-size: 14px;
      font-weight: 400;
      max-height: 40px;
      line-height: 20px;
      overflow-y: hidden;
      text-align: left; }
      #home .home #block3 .news .blocks .block .message p {
        font-size: inherit; }
    #home .home #block3 .news .more {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-end;
      font-size: 14px;
      font-weight: 600; }
    #home .home #block3 .news .more:hover {
      text-decoration: underline; }
    #home .home #block3 .nidv-top {
      position: absolute;
      background-image: url("/static/img/nidv-top.png");
      background-repeat: no-repeat;
      top: 0;
      left: 0;
      background-size: calc(25.125rem / 2.25) calc(10.1875rem / 2.25);
      width: calc(25.125rem / 2.25);
      height: calc(10.1875rem / 2.25); }
    @media screen and (min-width: 30em) {
      #home .home #block3 .nidv-top {
        background-size: calc(25.125rem / 2) calc(10.1875rem / 2);
        width: calc(25.125rem / 2);
        height: calc(10.1875rem / 2); } }
    @media screen and (min-width: 60em) {
      #home .home #block3 .nidv-top {
        background-size: calc(25.125rem / 1.5) calc(10.1875rem / 1.5);
        width: calc(25.125rem / 1.5);
        height: calc(10.1875rem / 1.5); } }
    @media screen and (min-width: 72.5em) {
      #home .home #block3 .nidv-top {
        background-size: 25.125rem 10.1875rem;
        width: 25.125rem;
        height: 10.1875rem; } }
    @media screen and (max-width: 1350px) {
    #home .home #block3 .nidv {
      background-size: 230px 133px;
      width: 230px;
      height: 133px; } }
    @media screen and (max-width: 1250px) {
    #home .home #block3 p {
      font-size: 20px;
      margin-bottom: 10px; }
      #home .home #block3 p.orange {
        font-size: 24px; }
    #home .home #block3 .news {
      width: 200px; }
      #home .home #block3 .news .blocks .block .date {
        font-size: 12px; }
        #home .home #block3 .news .blocks .block .title {
          font-size: 12px; }
        #home .home #block3 .news .blocks .block .message {
          font-size: 11px; }

      #home .home #block3 .news .more {
        font-size: 12px; }
    #home .home #block3 .nidv {
      background-size: 230px 133px;
      width: 230px;
      height: 133px; } }
    @media screen and (max-width: 1000px) {
    #home .home #block3 .title {
      margin-bottom: 35px; }
    #home .home #block3 p {
      font-size: 20px;
      margin-bottom: 10px; }
      #home .home #block3 p.orange {
        font-size: 24px; }
    #home .home #block3 .news {
      padding: 5px 10px;
      width: 100px; }
      #home .home #block3 .news .do-you-know {
        font-size: 14px;
        margin: 0; }
        #home .home #block3 .news .do-you-know:hover {
          color: #f05b1f; }

      #home .home #block3 .news .blocks {
        display: none; }

      #home .home #block3 .news .more {
        display: none; }
    #home .home #block3 .nidv {
      background-size: 230px 133px;
      width: 230px;
      height: 133px; } }
    @media screen and (max-width: 850px) {
    #home .home #block3 {
      height: calc((100vw - 80px) / 2); }
      #home .home #block3 .title {
        margin: 10px; }

      #home .home #block3 p {
        font-size: 16px;
        margin-bottom: 10px; }
        #home .home #block3 p.orange {
          font-size: 20px; } }
    @media screen and (max-width: 750px) {
    #home .home #block3 {
      height: calc((100vw - 80px) / 1.5); } }
    @media screen and (max-width: 700px) {
    #home .home #block3 .nidv {
      background-size: 149px 86px;
      width: 149px;
      height: 86px; }
    #home .home #block3 .news {
      padding: 5px;
      width: initial; }
      #home .home #block3 .news .do-you-know {
        font-size: 10px; } }
    @media screen and (max-width: 600px) {
    #home .home #block3 .nidv {
      background-size: 86px 50px;
      width: 86px;
      height: 50px; } }
    @media screen and (max-width: 550px) {
    #home .home #block3 {
      padding: 10px 10px;
      width: calc(100% - 20px);
      height: calc((100vw - 80px) / 1.2); }
      #home .home #block3 .title {
        margin: 0; }

      #home .home #block3 p {
        font-size: 14px;
        margin-bottom: 5px; }
        #home .home #block3 p.orange {
          font-size: 16px; }

      #home .home #block3 .buttonPresentation {
        width: 8.33rem;
        height: 5rem; }

      #home .home #block3 .buttonPhoto {
        width: 8.33rem;
        height: 5rem; } }
    @media screen and (max-width: 400px) {
    #home .home #block3 .news {
      display: none; }
    #home .home #block3 .buttonPresentation {
      width: 6.25rem;
      height: 3.75rem; }
    #home .home #block3 .buttonPhoto {
      width: 6.25rem;
      height: 3.75rem; } }
  #home .home #block4 {
    background-image: url("/static/img/hp-vyhrajte-pozadi.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 170px;
    padding-bottom: 0; }
    #home .home #block4 .claim {
      margin-top: 1rem;
      font-weight: lighter; }
    #home .home #block4 .theme {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 1.25rem; }
    #home .home #block4 > div, #home .home #block4 > p {
      padding: 0 40px; }
    #home .home #block4 > p {
      text-align: center; }
    #home .home #block4 .cup {
      background-image: url("/static/img/vyhrajte.png");
      background-repeat: no-repeat;
      background-size: 120px 120px;
      background-position: 50% 50%;
      margin: 20px 0 10px;
      width: 120px;
      height: 120px; }
    #home .home #block4 ul li {
      list-style-type: decimal;
      font-weight: 600;
      color: #f05b1f; }
    #home .home #block4 ul li span {
      text-transform: uppercase;
      color: #000; }
    #home .home #block4 hr {
      border: dashed 1px #f05b1f;
      width: calc(100% - 2px); }
    #home .home #block4 .each-finalist {
      margin-bottom: 20px;
      max-width: 1200px;
      width: calc(100% - 40px);
      padding: 0; }
    #home .home #block4 .each-finalist h4 {
      font-size: 14px; }
    #home .home #block4 .each-finalist p {
      font-size: 14px; }
    #home .home #block4 .each-finalist p:before {
      content: "\2013";
      margin-right: 35px; }
    #home .home #block4 .prizes {
      text-align: center;
      max-width: 500px;
      padding: 0; }
    #home .home #block4 .prizes .title {
      font-size: 60px;
      font-weight: 700;
      text-align: center; }
    #home .home #block4 .main-prize {
      max-width: 50rem;
      margin: auto; }
    #home .home #block4 .main-prize .price-image {
      width: 24.5rem;
      max-width: 100%;
      margin: 1rem auto; }
    #home .home #block4 .main-prize .price-image img {
      width: 100%; }
    #home .home #block4 .main-prize .price-author {
      margin-bottom: 0.75rem; }
    #home .home #block4 .main-prize .price-author .photo {
      width: 100%; }
    #home .home #block4 .main-prize .price-author .photo .janak-photo {
      width: 8.125rem;
      margin: auto; }
      #home .home #block4 .main-prize .price-author .photo .janak-photo img {
        width: 100%; }
    #home .home #block4 .main-prize .price-author .photo .author-name {
      font-weight: bold;
      text-align: center; }
    #home .home #block4 .main-prize .price-author .price-description {
      font-size: 0.75rem;
      line-height: 1.75em;
      font-weight: lighter;
      color: #888; }
    #home .home #block4 .logos {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      background: #fff;
      padding: 20px 40px;
      width: calc(100% - 80px); }
    #home .home #block4 .logos h3 {
      width: 100%;
      text-align: center;
      color: black;
      margin-bottom: 0; }
    #home .home #block4 .logos h3.orange {
      font-size: 1.5rem;
      color: #f05b1f; }
    #home .home #block4 .logos .main-logo {
      width: 100%; }
    #home .home #block4 .logos .prague-logos {
      width: 100%;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
    #home .home #block4 .logos .logo {
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      margin: 20px;
      width: 150px;
      height: 50px; }
    #home .home #block4 .logos .logo.microsoft {
      background-image: url("/static/img/partners/microsoft.png");
      width: 300px;
      max-width: 100%;
      height: 100px;
      margin: auto; }
    #home .home #block4 .logos .logo.praha {
      background-image: url("/static/img/partners/praha.png");
      width: 75px;
      height: 75px; }
    #home .home #block4 .logos .logo.praha3 {
      background-image: url("/static/img/partners/praha3.png");
      width: 250px;
      height: 75px; }
    #home .home #block4 .logos .logo.acer {
      background-image: url("/static/img/partners/acer.png"); }
    #home .home #block4 .logos .logo.eset {
      background-image: url("/static/img/partners/eset.jpg"); }
    #home .home #block4 .logos .logo.amos {
      background-image: url("/static/img/partners/amos-vision.png"); }
    #home .home #block4 .logos .logo.epson {
      background-image: url("/static/img/partners/epson.png"); }
    #home .home #block4 .logos .logo.avmedia {
      background-image: url("/static/img/partners/avmedia.png"); }
    #home .home #block4 .logos .logo.boxed {
      background-image: url("/static/img/partners/boxed.png"); }
    #home .home #block4 .logos .logo.glogster {
      background-image: url("/static/img/partners/glogster.png"); }
    #home .home #block4 .logos .logo.edulogy {
      background-image: url("/static/img/partners/edulogy.png"); }
    #home .home #block4 .logos .logo.profimedia {
      background-image: url("/static/img/partners/profimedia.png"); }
    #home .home #block4 .logos .logo.eduin {
      background-image: url("/static/img/partners/eduin.png"); }
    #home .home #block4 .logos .logo.czechitas {
      background-image: url("/static/img/partners/czechitas.png"); }
    #home .home #block4 .logos .logo.multiboard {
      background-image: url("/static/img/partners/multiboard.png"); }
    #home .home #block4 .logos .logo.edutek {
      background-image: url("/static/img/partners/edutek.png"); }
    #home .home #block4 .logos .logo.augold {
      background-image: url("/static/img/partners/augold.png"); }
    #home .home #block4 .logos .logo.skolnilogin {
      background-image: url("/static/img/partners/skolnilogin.png"); }
    #home .home #block4 .logos .logo.edulabcr {
      background-image: url("/static/img/partners/EDULAB-logo.png"); }
    #home .home #block4 .logos .logo.ateliersl {
      background-image: url("/static/img/partners/ateliersl.png"); }
    #home .home #block4 .logos .logo.cloud {
      background-size: 100% auto;
      background-image: url("/static/img/partners/cloud_do_skol.png"); }
    #home .home #block4 .logos .logo.edookit {
      background-image: url("/static/img/partners/edookit.png"); }
    #home .home #block4 .logos .logo.channel_crossing {
      background-image: url("/static/img/partners/channel_crossing.jpg"); }
    #home .home #block4 .logos .logo.inpublic {
      background-image: url("/static/img/partners/inpublic.png"); }
    #home .home #block4 .logos .logo.anipa_ts {
      background-image: url("/static/img/partners/anipa_ts.png"); }
    #home .home #block4 .logos .logo.zyxel {
      background-image: url("/static/img/partners/zyxel.png"); }
    #home .home #block4 .logos .logo.glogster {
      background-image: url("/static/img/partners/glogster.png"); }
    #home .home #block4 .logos .logo.vcelka {
      background-image: url("/static/img/partners/vcelka.png"); }
    #home .home #block4 .logos .logo.aliance {
      background-image: url("/static/img/partners/aliance.jpg"); }
    #home .home #block4 .logos .logo.onlinejazyky {
      background-image: url("/static/img/partners/onlinejazyky.jpg"); }
    #home .home #block4 .logos .logo.psani-hrave {
      background-image: url("/static/img/partners/psani-hrave.jpg"); }

#jury .jury {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #jury .jury .container {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: row;
    flex-flow: wrap;
    justify-content: space-between;
    background-color: #fff;
    font-weight: 200;
    border: solid #ffd6cd 1px;
    margin-bottom: 20px;
    padding: 40px;
    width: 90%;
    max-width: 740px; }
    @media screen and (max-width: 860px) {
    #jury .jury .container {
      max-width: calc(100% - 120px);
      flex-direction: column;
      align-items: center; } }
    #jury .jury .container .person {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 35px;
      width: 40%; }
    #jury .jury .container .person .image {
      background-repeat: no-repeat;
      background-size: 130px 130px;
      margin-bottom: 10px;
      width: 130px;
      height: 130px; }
    #jury .jury .container .person .description {
      margin-top: 10px;
      font-size: 13px;
      color: #818283;
      width: 100%; }
    #jury .jury .container .person .name {
      font-weight: 600; }

#object .object {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #object .object > .content {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background-color: #fff;
    font-weight: 200;
    border: solid #ffd6cd 1px;
    margin-bottom: 20px;
    padding: 30px;
    width: calc(100% - 100px);
    max-width: 1000px; }
    #object .object > .content .header {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-bottom: 10px; }
    #object .object > .content .header > .image {
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      flex-shrink: 0;
      background-color: #fff;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      border: solid #ffd6cd 1px;
      font-weight: 200;
      margin-right: 25px;
      width: 378px;
      height: 378px; }
    #object .object > .content .header .basic-information {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      flex-grow: 1; }
    #object .object > .content .header .basic-information .row {
      width: 100%; }
    #object .object > .content .header .basic-information > .title {
      font-size: 24px;
      font-weight: 400;
      margin-bottom: 10px;
      width: 100%;
      line-height: 40px; }
    #object .object > .content .header .basic-information .medal, #object .object > .content .header .basic-information .name, #object .object > .content .header .basic-information .email {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      align-items: center;
      font-size: 16px;
      margin-bottom: 15px; }
    #object .object > .content .header .basic-information .medal .icon, #object .object > .content .header .basic-information .name .icon, #object .object > .content .header .basic-information .email .icon {
      margin-right: 5px;
      width: 24px;
      height: 24px; }
    #object .object > .content .header .basic-information .medal .icon {
      background-size: 24px 24px;
      background-repeat: no-repeat;
      width: 24px;
      height: 24px; }
      #object .object > .content .header .basic-information .medal .icon.semifinal {
        background-image: url("/static/img/medal/badges/1.png"); }
      #object .object > .content .header .basic-information .medal .icon.final {
        background-image: url("/static/img/medal/badges/2.png"); }
      #object .object > .content .header .basic-information .medal .icon.third {
        background-image: url("/static/img/medal/badges/3.png"); }
      #object .object > .content .header .basic-information .medal .icon.second {
        background-image: url("/static/img/medal/badges/4.png"); }
      #object .object > .content .header .basic-information .medal .icon.first {
        background-image: url("/static/img/medal/badges/5.png"); }
    #object .object > .content .header .basic-information .name .icon {
      background-image: url("/static/img/user-icon.png");
      background-repeat: no-repeat;
      background-size: 24px 24px; }
    #object .object > .content .header .basic-information .email .icon {
      background-image: url("/static/img/email-icon.png");
      background-repeat: no-repeat;
      background-size: 24px 24px; }
    #object .object > .content .header .basic-information .school {
      margin-bottom: 20px; }
    #object .object > .content .header .basic-information .files .title {
      font-size: 16px;
      font-weight: 300;
      margin-bottom: 10px; }
    #object .object > .content .header .basic-information .files .container {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column; }
      #object .object > .content .header .basic-information .files .container .file {
        background-repeat: no-repeat;
        background-size: 20px 20px;
        background-position: 0% 50%;
        font-size: 16px;
        margin-bottom: 10px;
        padding-left: 25px; }
    #object .object > .content .body .row {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      margin-bottom: 10px; }
    #object .object > .content .body .row > label {
      flex-shrink: 0;
      text-align: right;
      margin-right: 25px;
      width: 380px;
      color: #777; }
    #object .object > .content .body .competencies div, #object .object > .content .body .quotations div, #object .object > .content .body .annotation div, #object .object > .content .body .age-group div, #object .object > .content .body .usage div {
      width: calc(100% - 380px - 25px - 12px); }
    #object .object > .content .body .competencies div, #object .object > .content .body .quotations div, #object .object > .content .body .annotation div {
      white-space: pre-line; }
    #object .object > .content .body .buttons button.delete {
      background-color: #f05b1f;
      margin-left: 10px; }
  #object .object .back {
    text-transform: uppercase;
    display: block;
    margin: 10px 0 30px; }
  @media screen and (max-width: 820px) {
  #object .object > .content {
    padding: 20px;
    width: 320px; }
    #object .object > .content .header {
      flex-direction: column;
      align-items: center; }
      #object .object > .content .header .image {
        margin: 0 0 20px;
        width: 320px;
        height: 320px; }
      #object .object > .content .header .basic-information {
        width: 100%; }
        #object .object > .content .header .basic-information .name, #object .object > .content .header .basic-information .email {
          width: calc(100% - 12px); }

    #object .object > .content .body .row {
      flex-direction: column;
      margin-bottom: 10px; }
      #object .object > .content .body .row > label {
        text-align: left;
        margin-right: 0;
        width: 100%;
        line-height: 30px; }
      #object .object > .content .body .row .styled-select {
        width: 240px; }
      #object .object > .content .body .subject div, #object .object > .content .body .category div, #object .object > .content .body .competencies div, #object .object > .content .body .age-group div, #object .object > .content .body .usage div, #object .object > .content .body .quotations div, #object .object > .content .body .annotation div {
        width: calc(100% - 12px); } }
  @media screen and (max-width: 320px) {
  #object .object .page-title {
    font-size: 20px; }
    #object .object > .content {
      padding: 10px;
      width: 280px; }
      #object .object > .content .header .image {
        padding: 10px;
        width: 258px;
        height: 258px; }
        #object .object > .content .header .image .title {
          text-align: center;
          font-size: 20px;
          margin-bottom: 20px; }
        #object .object > .content .header .image .description {
          text-align: center;
          font-size: 12px;
          color: #777; } }

#objects .objects {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #objects .objects .filter {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
    width: calc(100% - 100px); }
    #objects .objects .filter .styled-select {
      border-color: #f7962e;
      width: 100px; }
    #objects .objects .filter .search {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      align-items: center; }
    #objects .objects .filter .search input {
      flex-grow: 1;
      background-color: #fff;
      border: solid 1px #f7962e;
      margin: 0 5px 0 0; }
    #objects .objects .filter .search input::-webkit-input-placeholder {
      color: #ccc;
      font-family: inherit;
      font-size: 14px;
      font-style: inherit; }
    #objects .objects .filter .search input::-moz-placeholder {
      color: #ccc;
      opacity: 1;
      font-family: inherit;
      font-size: 14px;
      font-style: inherit; }
    #objects .objects .filter .search input:-ms-input-placeholder {
      color: #ccc; }
    #objects .objects .filter .search input:-moz-placeholder {
      color: #ccc; }
    #objects .objects .filter .search button {
      background-image: url("/static/img/lupa.png");
      background-repeat: no-repeat;
      background-size: 17px 17px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      width: 32px;
      height: 32px; }
    @media screen and (max-width: 500px) {
    #objects .objects .filter {
      flex-direction: column;
      width: calc(100% - 100px); }
      #objects .objects .filter .styled-select {
        margin-bottom: 10px;
        width: calc(100% - 2px); }

      #objects .objects .filter .search {
        justify-content: center; }
        #objects .objects .filter .search input {
          width: 100%; } }
  #objects .objects .results-info {
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 100px);
    margin-bottom: 1.5rem; }
    #objects .objects .results-info .count {
      width: max-content;
      font-weight: bold;
      color: #f7962e; }
  #objects .objects .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%; }
    #objects .objects .container .object, #objects .objects .container .placeholder {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      justify-content: center;
      width: 272px; }
    #objects .objects .container .object {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      position: relative;
      background-color: #fff;
      font-weight: 200;
      border: solid 1px #ffd6cd;
      margin: 10px;
      padding: 10px;
      width: 230px;
      color: #000; }
    #objects .objects .container .object .flag {
      position: absolute;
      background-repeat: no-repeat;
      background-size: 36px 37px;
      width: 36px;
      height: 37px;
      top: 25px;
      right: -10px; }
    #objects .objects .container .object .flag.y-2011 {
      background-image: url("/static/img/medal/flags/2011.png"); }
    #objects .objects .container .object .flag.y-2012 {
      background-image: url("/static/img/medal/flags/2012.png"); }
    #objects .objects .container .object .flag.y-2013 {
      background-image: url("/static/img/medal/flags/2013.png"); }
    #objects .objects .container .object .flag.y-2014 {
      background-image: url("/static/img/medal/flags/2014.png"); }
    #objects .objects .container .object .flag.y-2015 {
      background-image: url("/static/img/medal/flags/2015.png"); }
    #objects .objects .container .object .flag.y-2016 {
      background-image: url("/static/img/medal/flags/2016.png"); }
    #objects .objects .container .object .flag.y-2017 {
      background-image: url("/static/img/medal/flags/2017.png"); }
    #objects .objects .container .object .medal {
      position: absolute;
      background-repeat: no-repeat;
      background-size: 45px 45px;
      width: 45px;
      height: 45px;
      top: -10px;
      right: -15px; }
    #objects .objects .container .object .medal.first {
      background-image: url("/static/img/medal/badges/5.png"); }
    #objects .objects .container .object .medal.second {
      background-image: url("/static/img/medal/badges/4.png"); }
    #objects .objects .container .object .medal.third {
      background-image: url("/static/img/medal/badges/3.png"); }
    #objects .objects .container .object .medal.final {
      background-image: url("/static/img/medal/badges/2.png"); }
    #objects .objects .container .object .medal.semifinal {
      background-image: url("/static/img/medal/badges/1.png"); }
    #objects .objects .container .object .medal.y-2017 {
      background-image: url("/static/img/medal/badges/2017.png"); }
    #objects .objects .container .object .medal.y-2018 {
      background-image: url("/static/img/medal/badges/2018.png"); }
    #objects .objects .container .object:hover {
      text-decoration: none; }
    #objects .objects .container .object .image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      border: solid 1px #ffd6cd;
      width: 228px;
      height: 228px; }
    #objects .objects .container .object .title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      font-size: 16px;
      font-weight: 400;
      margin: 10px 0 15px;
      height: 20px;
      line-height: 20px; }
    #objects .objects .container .object .annotation {
      overflow: hidden;
      font-size: 13px;
      margin-bottom: 15px;
      height: 48px;
      line-height: 16px; }
    #objects .objects .container .object .user {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 15px; }
    #objects .objects .container .object .user .icon {
      background-image: url("/static/img/user-icon.png");
      background-repeat: no-repeat;
      background-size: 24px 24px;
      margin-right: 5px;
      width: 30px;
      height: 30px; }
    #objects .objects .container .object .user .name {
      font-size: 16px;
      height: 30px; }
    #objects .objects .container .object .subject {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      font-size: 13px;
      margin-bottom: 10px; }
    #objects .objects .container .object .category {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 20px;
      height: 20px;
      color: #f06146; }

#password-recovery {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fef6f4;
  overflow: scroll;
  height: 100vh; }
  #password-recovery .container {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fff;
    border: solid 1px #ffd6cd;
    padding: 20px 40px 40px;
    font-size: 14px;
    width: 400px; }
  #password-recovery .container .title {
    text-align: center;
    font-size: 40px;
    font-weight: 200;
    margin: 20px auto; }
  #password-recovery .container .email {
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 20px; }
  @media screen and (max-width: 620px) {
    #password-recovery .container {
      border-radius: 0;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      overflow: scroll;
      width: 100%;
      height: 100vh; }
      #password-recovery .container .title {
        font-size: 40px;
        margin: 10px auto; }
      #password-recovery .container .email {
        margin-bottom: 10px; } }
  #password-recovery .container .form {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px; }
    #password-recovery .container .form .row {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      align-items: center; }
    #password-recovery .container .form .row input {
      width: 200px; }
    @media screen and (max-width: 400px) {
        #password-recovery .container .form .row input {
          width: 170px; } }
    #password-recovery .container .form .row.send {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center; }
    #password-recovery .container .form .row.send button[name="send"] {
      min-width: 212px; }
  #password-recovery .container .error-message {
    width: 100%;
    height: 20px;
    color: #f00; }
  #password-recovery .container .confirmation {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    #password-recovery .container .confirmation > div {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      align-items: center;
      flex-shrink: 0;
      margin-bottom: 40px; }
    #password-recovery .container .confirmation > div .checkmark {
      background-image: url("/static/img/checkmark.png");
      background-repeat: no-repeat;
      background-size: 50px 50px;
      margin-right: 20px;
      width: 50px;
      height: 50px; }
    #password-recovery .container .confirmation > div .announcement {
      text-align: center;
      font-size: 20px;
      font-weight: 200; }
    #password-recovery .container .confirmation button {
      min-width: 200px; }

#profile .profile {
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -webkit-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -moz-box;
  /* TWEENER - IE 10 */
  display: -ms-flexbox;
  /* NEW - Chrome */
  display: -webkit-flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fef6f4;
  width: 100%;
  min-height: 100vh; }
  #profile .profile .credentials, #profile .profile .objects {
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -webkit-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -moz-box;
    /* TWEENER - IE 10 */
    display: -ms-flexbox;
    /* NEW - Chrome */
    display: -webkit-flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%; }
    #profile .profile .credentials .title, #profile .profile .objects .title {
      font-size: 30px;
      margin: 20px 0; }
  #profile .profile .credentials {
    background-color: #fff; }
    #profile .profile .credentials .form {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-bottom: 20px;
      max-width: 600px; }
    #profile .profile .credentials .form .row {
      width: 250px; }
    #profile .profile .credentials .form .row .styled-input {
      width: calc(100% - 12px); }
    #profile .profile .credentials .form .row .styled-select {
      margin-bottom: 10px;
      width: calc(100% - 2px); }
    #profile .profile .credentials .form .row button[name="send"] {
      width: 100%; }
    #profile .profile .credentials .form .error-message {
      font-size: 14px;
      margin-bottom: 10px;
      color: #f00; }
    #profile .profile .credentials .form .saved {
      font-size: 14px;
      margin: 10px 0;
      color: #090; }
  #profile .profile .objects {
    background-color: #fef6f4; }
    #profile .profile .objects .title {
      margin: 20px 0 10px; }
    #profile .profile .objects .list {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: center;
      flex-direction: row;
      flex-wrap: wrap;
      flex-grow: 1;
      width: 100%;
      max-width: 1200px; }
    #profile .profile .objects .list .object {
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: #fff;
      font-weight: 200;
      border: solid 1px #ffd6cd;
      margin: 20px;
      padding: 10px;
      width: 230px;
      color: #000; }
    #profile .profile .objects .list .object:hover {
      text-decoration: none; }
    #profile .profile .objects .list .object .image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      border: solid 1px #ffd6cd;
      width: 228px;
      height: 228px; }
    #profile .profile .objects .list .object .title {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      font-size: 16px;
      margin: 10px 0 15px;
      height: 20px;
      line-height: 20px; }
    #profile .profile .objects .list .object .user {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 15px; }
    #profile .profile .objects .list .object .user .icon {
      background-image: url("/static/img/user-icon.png");
      background-repeat: no-repeat;
      background-size: 24px 24px;
      margin-right: 5px;
      width: 30px;
      height: 30px; }
    #profile .profile .objects .list .object .user .name {
      font-size: 16px;
      height: 30px; }
    #profile .profile .objects .list .object .subject {
      text-transform: uppercase;
      font-size: 13px;
      margin-bottom: 10px; }
    #profile .profile .objects .list .object .category {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      text-transform: uppercase;
      font-size: 13px;
      line-height: 20px;
      height: 20px;
      color: #ed672f; }
    #profile .profile .objects .list .object .buttons {
      /* OLD - iOS 6-, Safari 3.1-6 */
      display: -webkit-box;
      /* OLD - Firefox 19- (buggy but mostly works) */
      display: -moz-box;
      /* TWEENER - IE 10 */
      display: -ms-flexbox;
      /* NEW - Chrome */
      display: -webkit-flex;
      /* NEW, Spec - Opera 12.1, Firefox 20+ */
      display: flex;
      justify-content: space-between;
      margin: 10px 0 0;
      width: 100%;
      height: 34px; }
    #profile .profile .objects .list .object .buttons button {
      width: calc(45%); }
      #profile .profile .objects .list .object .buttons button.delete {
        background-color: #f05b1f; }
  #profile .profile #footer .footer-cleaner {
    background-color: #fef6f4; }
