/* FROM COLOR PHOTOS:
$re-dark: rgb(29, 33, 67);
$re-blue: rgb(24, 79, 122);
$re-pale: rgb(216, 164, 96);
$re-red: rgb(173, 66, 71);
$re-orange: rgb(245, 128, 62);
*/
.material-divider {
  max-width: 946px;
  margin-left: 0; }

.edu-section {
  position: relative;
  margin-top: 50px; }

.edu-header {
  float: left;
  margin-top: 400px; }
  .edu-header .edu-title {
    margin-top: 0;
    line-height: 0.7;
    color: #123256; }

#op-header {
  margin-top: 300px; }

#it-header {
  margin-top: 370px; }

#postupanje-header {
  margin-top: 320px; }

#planiranje-header {
  margin-top: 220px;
  margin-bottom: 20px; }

.edu-files {
  list-style: none;
  padding: 0;
  margin: 0; }
  .edu-files hr:first-child {
    margin-top: 0; }
  .edu-files .edu-file {
    position: absolute;
    width: 240px; }
    .edu-files .edu-file .edu-thumb {
      transition: all 0.3s;
      transform: skew(0deg, -10deg);
      box-shadow: -40px -40px 10px -30px rgba(0, 0, 0, 0.25);
      border: 1px solid rgba(0, 0, 0, 0.1);
      box-sizing: border-box; }
    .edu-files .edu-file .edu-data {
      width: 800px;
      position: absolute;
      opacity: 0;
      transition: opacity 0.5s;
      color: #444;
      text-align: right;
      pointer-events: none; }
      .edu-files .edu-file .edu-data .title {
        text-shadow: -1px 1px 0 white, -1px -1px 0 white, 1px 1px 0 white, 1px -1px 0 white; }
      .edu-files .edu-file .edu-data .type {
        font-weight: 500; }
      .edu-files .edu-file .edu-data .author {
        line-height: 1;
        margin-bottom: 5px;
        font-style: italic; }
    .edu-files .edu-file:hover .edu-thumb {
      transform: skew(0deg, -7.5deg) translate(0, -100px);
      box-shadow: -20px 0 20px rgba(0, 0, 0, 0.35); }
    .edu-files .edu-file:hover .edu-data {
      opacity: 1; }
    .edu-files .edu-file:first-child .edu-thumb {
      box-shadow: none; }
    .edu-files .edu-file:only-child:hover .edu-thumb {
      transform: skew(0deg, -7.5deg) translate(0, -30px);
      box-shadow: -20px 0 20px rgba(0, 0, 0, 0.1); }
  .edu-files .edu-file-thumb {
    max-width: 100%; }

/* MODAL */
.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none; }

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none; }

.modal-content {
  width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all; }
  .modal-content .login-info {
    font-size: 15px;
    line-height: 1.4; }
  .modal-content hr {
    clear: both;
    margin: 10px 0 5px; }
  .modal-content .modal-body h4 {
    margin: 0;
    min-height: 65px; }

.form-modal .form-control {
  margin-bottom: 10px; }

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