body {
  padding-top: 60px;
  background-color: #d0d0d0; }

.donation-box {
  text-align: center;
  height: auto;
  padding-bottom: 10px; }
  .donation-box .donation-desc {
    text-align: left;
    background: #dfdfdf;
    padding: 10px;
    display: none; }

.container-main {
  min-height: 950px;
  padding-top: 40px;
  padding-bottom: 100px; }
  .container-main h1 {
    margin-top: 0;
    margin-bottom: 0;
    margin-bottom: 50px; }

.navbar-inverse {
  background-color: #404040;
  border-bottom: 5px solid #FF9B31; }

.jumbo-home {
  background-color: #676767;
  height: auto;
  margin-top: -10px;
  margin-bottom: 50px;
  border-bottom: 8px solid #919191; }

.jumbotron {
  background-color: #676767;
  color: #d0d0d0; }
  .jumbotron p {
    color: #d0d0d0; }
  .jumbotron .btn-success {
    background: #00BC9E;
    border: 1px solid #00806b; }

.link-module {
  display: inline-table;
  float: right;
  font-size: 20px; }
  .link-module a {
    color: #00806b;
    text-decoration: none; }
    .link-module a:hover {
      color: #FF9B31; }

thead {
  background-color: #919191;
  border-bottom: 3px solid #FF9B31;
  color: #d0d0d0; }

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) th {
  background-color: #c9c9c9;
  border-bottom: 1px solid #a9a9a9; }
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) th {
  border-bottom: 1px solid #a9a9a9; }

.pagination > li > a, .pagination > li > span {
  color: #c9c9c9;
  background-color: #919191;
  border: 1px solid #676767; }

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
  color: #676767;
  background-color: #FF9B31;
  border-color: #676767; }

.border-radius {
  border-radius: 10px; }

.border-radius:after {
  border-radius: 0 0 0 10px; }

.zf2-sidebar {
  margin-bottom: 50px; }
  .zf2-sidebar .download-button-lg {
    width: 100%;
    margin-bottom: 8px; }
  .zf2-sidebar .fb-wrap {
    margin-top: 0;
    display: inline-table;
    position: absolute; }
  .zf2-sidebar .box-sidebar {
    position: relative;
    margin-bottom: 40px;
    padding: 40px;
    background-color: #96a5be; }
    .zf2-sidebar .box-sidebar h5.title {
      top: 8px;
      left: 8px;
      position: absolute;
      text-transform: uppercase;
      color: #b4c7e4; }
    .zf2-sidebar .box-sidebar:last-child {
      margin-bottom: 0; }
    .zf2-sidebar .box-sidebar:after, .zf2-sidebar .box-sidebar:before {
      display: block;
      position: absolute;
      width: 40px;
      height: 40px;
      top: 0;
      right: 0;
      content: ""; }
    .zf2-sidebar .box-sidebar:before {
      border-top: solid 20px #a9a9a9;
      border-right: solid 20px #a9a9a9;
      border-left: solid 20px transparent;
      border-bottom: solid 20px transparent;
      border-radius: 0 10px 0 0; }
    .zf2-sidebar .box-sidebar:after {
      border-bottom: solid 20px #5b7093;
      border-left: solid 20px #5b7093;
      border-right: solid 20px transparent;
      border-top: solid 20px transparent; }
    .zf2-sidebar .box-sidebar ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .zf2-sidebar .box-sidebar ul li {
        border-bottom: 1px dashed #b4c7e4;
        padding: 8px 10px; }
        .zf2-sidebar .box-sidebar ul li a {
          color: #d0d0d0; }

.circle {
  border-radius: 50%;
  /* width and height can be anything, as long as they're equal */ }

.contributor-gallery {
  list-style: none; }
  .contributor-gallery li {
    border: 5px solid #676767;
    margin-right: 20px;
    margin-bottom: 10px;
    padding: 0; }
    .contributor-gallery li img.avatar {
      width: 100%; }
    .contributor-gallery li .gallery-overlay {
      background: #000;
      width: 100%;
      height: 100%;
      display: none;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.6); }
    .contributor-gallery li .con-icons {
      border: 2px solid #00BC9E;
      width: 46px;
      height: 46px;
      text-align: center;
      background: #00BC9E; }
      .contributor-gallery li .con-icons.github {
        padding-top: 5px; }
      .contributor-gallery li .con-icons.blog {
        margin-left: -20px; }

.demo-box {
  padding: 50px 10px;
  background: #c9c9c9;
  margin-bottom: 50px;
  height: auto;
  display: inline-block;
  width: 100%; }
  .demo-box:before {
    content: "Demo";
    padding: 5px 15px;
    background: #00BC9E;
    border: 1px solid #00806b;
    color: #fff;
    margin-top: -60px;
    position: absolute;
    margin-bottom: 40px;
    border-radius: 10px; }

.footer {
  border-top: 4px solid #676767;
  background-color: #404040;
  color: #c9c9c9;
  padding: 50px 0; }

.dinamicly-div-append-wrapper {
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 160001;
}
.view-large-image {
    float: right;
    max-width: 46%;
    width: auto;
    margin: 0 20px;
}
.large-image {
    max-width: 100%;
    height: auto;
}
.image-grid{
    float: left;
    max-width: 46%;
    width: auto;
    margin: 0 20px;
}
.image-upload-message {
    border-radius: 4px;
    top: 10px;
    right: 10px;
    width: auto;
    padding: 9px;
    position: relative;
    margin: 5px;
}
.image-border {
    box-shadow: 1px 1px 11px #4A4A4A;
    -webkit-transition: .3s cubic-bezier(0.04, -0.01, 0.25, 1);
    -moz-transition: .3s cubic-bezier(0.04, -0.01, 0.25, 1);
    -o-transition: .3s cubic-bezier(0.04, -0.01, 0.25, 1);
    -ms-transition: .3s cubic-bezier(0.04, -0.01, 0.25, 1);
    transition: .3s cubic-bezier(0.04, -0.01, 0.25, 1);
}
.successFiles, .success, .active {
    color: #FFF;
    background: #2ECC71;
}
.errorFiles, .error, .deactivated {
    color: #FFF;
    background: #C0392B;
}
#modal-imgupload {
    display: none;
}
.modal-window {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.ajax-loader {
    background: url("../img/ajax-loader.gif");
    width: 18px;
    height: 15px;
    text-align: center;
    margin: 0 50% 0 48%;
}
.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    border: none;
    z-index: 1000;
    -webkit-transition: color .1s ease-in-out;
    -o-transition: color .1s ease-in-out;
    -moz-transition: color .1s ease-in-out;
    -ms-transition: color .1s ease-in-out;
    transition: color .1s ease-in-out;
    color: #575757;
}
.modal-window {
    position: fixed;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    z-index: 160000;
}
.file-upload-label {
    padding: 12px 30px;
    background: #FDFDFD;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    width: 266px;
    color: #8C8C8C;
    margin: 5% auto;
    display: block;
    cursor: pointer;
}
#imgajax {
    padding: 11px;
    position: fixed;
    top: -1000px;
}
.button {
    padding: 12px 30px;
    background: #FDFDFD;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    color: #8C8C8C;
}
.uploader-inline {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.buttons-frame {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 36px;
    z-index: 200;
}
.content-window {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    bottom: 61px;
    height: auto;
    width: auto;
    margin: 0;
    overflow: auto;
    background: #fff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.media-router {
    position: relative;
    padding: 0 6px;
    margin: 0;
    clear: both;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.media-frame {
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.modal-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    min-height: 300px;
    box-shadow: 0 5px 15px rgba(0,0,0,.7);
    background: #fcfcfc;
    -webkit-font-smoothing: subpixel-antialiased;
}
.centered {
    position: relative;
    float: left;
    padding: 0;
    margin: 10px;
    color: #464646;
    cursor: pointer;
    list-style: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.thumbnail {
    width: 150px;
    height: 100px;
}
.gallery-view {
    display: none;
    width: auto;
}






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