html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,
header,
section {
  display: block;
}

a {
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

img {
  border: 0;
}

input {
  color: inherit;
  font: inherit;
  margin: 0;
}

input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('bootstrap/glyphicons-halflings-regular.eot');
  src: url('bootstrap/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('bootstrap/glyphicons-halflings-regular.woff') format('woff'),url('bootstrap/glyphicons-halflings-regular.ttf') format('truetype'),url('bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Open Sans",Helvetica,Arial,sans-serif;
  font-size: 16px;
  line-height: 1.42857;
  color: #505050;
  background-color: #e4e4e4;
}

input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6596;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto-webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

h1,
h2,
h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 26px;
}

p {
  margin: 0 0 11px;
}

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-md-4,
.col-md-6 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .col-md-4,
  .col-md-6 {
    float: left;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-6 {
    width: 50%;
  }
}

.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-ms-viewport {
  width: device-width;
}

body {
  background-color: #e4858d;
  background: url(../img/dist/background.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#background {
  display: none;
}

header {
  text-align: center;
  background-color: #000000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  width: 100%;
  z-index: 10000;
}

h1 {
  font-family: 'Josefin Sans',sans-serif;
  text-transform: uppercase;
  margin: 0;
  padding: 18px 0 12px;
  color: #b0b0b0;
}

h2 {
  font-weight: 300;
  padding: 100px 0;
  color: #fff;
}

p {
  line-height: 1.8em;
}

.features,
.github,
.description {
  text-align: center;
}

.description {
  padding-bottom: 150px;
  padding-top: 75px;
}

.nobackground {
  width: 100%;
  text-align: center;
  padding: 200px 0 120px;
  background: #e4e4e4;
}

.nobackground h3 {
  padding: 20px 0;
}

.nobackground .col-md-4 {
  padding-bottom: 80px;
}

.description img,
.features img {
  width: 100%;
  height: auto;
}

.github {
  padding: 150px 0 170px;
}

.github a {
  font-size: 32px;
  padding: 12px 32px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  background: none;
  display: inline-block;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}

.github a:hover {
  background-color: #ffffff;
  color: #e9878b;
  border: 2px solid #ffffff;
}

.description a {
  font-size: 20px;
  padding: 12px 32px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  background: none;
  display: inline-block;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-top: 50px;
}

.description a:hover {
  background-color: #ffffff;
  color: #e9878b;
  border: 2px solid #ffffff;
}

@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?1bdsrk');
  src: url('../fonts/icomoon.eot?#iefix1bdsrk') format('embedded-opentype'),url('../fonts/icomoon.woff?1bdsrk') format('woff'),url('../fonts/icomoon.ttf?1bdsrk') format('truetype'),url('../fonts/icomoon.svg?1bdsrk#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

footer {
  width: 100%;
  text-align: center;
  background: #e4e4e4;
  padding: 80px 0;
}

footer span {
  display: inline-table;
  width: 22px;
  height: 22px;
  margin: 6px 8px 10px 5px;
  font-size: 22px;
  background-color: #bbbbbb;
  -webkit-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  transition: background-color 300ms linear;
  color: #f4f4f4;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  padding: 10px;
  text-align: center;
}

footer .icon-twitter {
  padding: 10px 11px;
}

footer .icon-twitter:before {
  content: "\f099";
}

footer .icon-twitter:hover {
  background-color: #55acee;
}

footer .icon-google-plus {
  padding: 10px 11px;
}

footer .icon-google-plus:before {
  content: "\f0d5";
}

footer .icon-google-plus:hover {
  background-color: #dd4b39;
}

footer .icon-github:before {
  content: "\e600";
}

footer .icon-github:hover {
  background-color: #333333;
}

footer .icon-behance:before {
  content: "\e601";
}

footer .icon-behance:hover {
  background-color: #1377ff;
}

footer .col-md-6 {
  padding-bottom: 10px;
}

input#submit {
  font-size: 20px;
  padding: 12px 32px;
  border: 2px solid #ffffff;
  color: #ffffff;
  text-decoration: none;
  background: none;
  display: inline-block;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-top: 50px;
  background: #6b476e;
  border: 2px solid #6b476e;
  display: none;
}

input#submit:hover {
  background-color: #ffffff;
  color: #e9878b;
  border: 2px solid #ffffff;
}

input#submit:hover {
  border: 2px solid #866089;
  background: #866089;
  color: #ffffff;
}

input#submit:focus,
input#submit:hover,
input#submit:active {
  outline: 0px !important;
  -webkit-appearance: none;
}

#custom-program {
  display: none;
  background-color: #2e2e2e;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  margin-top: 60px;
  padding: 25px;
}

#custom-program p {
  color: #b4c973;
  font-family: Inconsolata,Menlo,Monaco,Consolas,"Courier New",monospace;
  font-size: 18px;
  line-height: 1.3em;
  padding: 0 0 0 40px;
  margin: 0;
}

#custom-program p.no-indent {
  padding-left: 0;
}

#custom-program p.comment {
  color: #797979;
}

#custom-program p.space {
  padding-top: 30px;
}

#custom-program p span {
  color: #d6d6d6;
}

#custom-program p input {
  background: none;
  border: 0;
  width: auto;
  color: #d6d6d6;
  cursor: pointer;
}

#custom-program p input::-moz-placeholder {
  color: #d6d6d6;
  opacity: 1;
}

#custom-program p input:-ms-input-placeholder {
  color: #d6d6d6;
}

#custom-program p input:focus,
#custom-program p input:hover,
#custom-program p input:active {
  outline: 0px !important;
  -webkit-appearance: none;
}

.screenshots {
  position: relative;
}

.screenshots .second {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 480px) {
  .github {
    padding: 100px 0 120px;
  }

  .github a {
    font-size: 25px;
    padding: 12px 32px;
    border: 2px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
    background: none;
    display: inline-block;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    border-bottom-left-radius: 40px;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    -webkit-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
  }

  .github a:hover {
    background-color: #ffffff;
    color: #e9878b;
    border: 2px solid #ffffff;
  }

  a#custom {
    display: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  a#custom {
    display: none;
  }
}

@media (max-width: 768px) {
  header {
    position: relative;
    width: 100%;
  }

  .nobackground {
    padding: 70px 0 40px;
  }

  h2 {
    padding: 50px 0;
  }

  .description {
    padding-bottom: 80px;
    padding-top: 0;
  }

  .text-right,
  .text-left {
    text-align: center;
  }
}

@media (max-width: 992px) {
  body {
    background: none;
  }

  #background {
    display: block;
    position: fixed;
    width: 200%;
    left: 0;
    height: 100%;
    z-index: -1;
    width: 400%;
    left: -80%;
    overflow: hidden;
  }

  #custom-program.text-left {
    text-align: left;
  }

  .text-right,
  .text-left {
    text-align: center;
  }
}

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