/*
	style.css
		Copyright (c) Dirk van Wijk - 2014
*/
@-webkit-keyframes view-in {
  from {
    opacity: 0;
    margin-top: -32px; }

  to {
    opacity: 1;
    margin-top: 0; } }
@keyframes view-in {
  from {
    opacity: 0;
    margin-top: -32px; }

  to {
    opacity: 1;
    margin-top: 0; } }
@-webkit-keyframes view-out {
  from {
    opacity: 1;
    margin-top: 0; }

  to {
    opacity: 0;
    margin-top: -32px; } }
@keyframes view-out {
  from {
    opacity: 1;
    margin-top: 0; }

  to {
    opacity: 0;
    margin-top: -32px; } }
.view {
  opacity: 0; }

.view.shown {
  -webkit-animation: view-in .3s ease-in-out;
  animation: view-in .3s ease-in-out;
  opacity: 1; }

.view.faded {
  -webkit-animation: view-out .3s ease-in-out;
  animation: view-out .3s ease-in-out;
  opacity: 0; }

button {
  border: 1px solid #ecf0f1;
  padding: 6px;
  border-radius: 2px;
  background: transparent;
  font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: #ecf0f1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear; }

button:hover {
  color: white;
  border-color: white; }

button.big {
  font-size: 24px;
  padding: 8px;
  border-radius: 4px; }

.cards-container {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }

.card-container {
  -webkit-flex: 1;
  flex: 1; }

.card {
  display: block;
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px; }
  .card .card-image {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 180px; }
    .card .card-image img {
      display: block;
      width: 160px;
      height: 160px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 10px; }
    .card .card-image span {
      font-size: 32px;
      width: 160px;
      height: 160px;
      display: block; }
  .card .card-content h1 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: #34495e;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    font-size: 30px;
    text-align: center;
    color: white;
    padding-top: 0;
    padding-bottom: 12px;
    height: 24px;
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    position: relative; }
    .card .card-content h1 span {
      display: inline-block;
      position: absolute;
      top: -1px;
      padding: 0px;
      width: 180px;
      left: 0px; }
  .card .card-content h1:after {
    content: "";
    border: 18px solid #34495e;
    height: 0px;
    font-size: 0px;
    position: relative;
    top: -12px;
    border-right-color: transparent;
    border-left-width: 0px;
    right: -90px; }
  .card .card-content h1:before {
    content: "";
    border: 18px solid #34495e;
    height: 0px;
    font-size: 0px;
    position: relative;
    top: -12px;
    border-left-color: transparent;
    border-right-width: 0px;
    left: -90px; }
  .card .card-content p {
    display: block;
    margin: 0px;
    font-size: 18px;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    text-align: center; }

#cards-wrapper {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 48px; }

#about-us {
  font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  #about-us h1 {
    font-weight: 300;
    margin: 0px; }
  #about-us code {
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
    font-weight: 400; }
  #about-us img {
    float: left;
    width: 160px;
    height: 160px;
    margin: 16px;
    border-radius: 80px; }
  #about-us p {
    font-size: 18px; }
  #about-us p:last-child {
    margin-bottom: 32px; }

@media screen and (max-width: 640px) {
  #about-us img {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto; }
  #about-us h1 {
    margin-left: 8px; }
  #about-us p {
    margin: 8px; } }
#contact {
  font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
  font-weight: 300;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto; }
  #contact #contact-form {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    margin-bottom: 32px; }
  #contact #contact-data {
    width: 400px;
    margin-left: 32px;
    display: inline-block;
    float: right; }
  #contact input {
    width: 200px;
    font-size: 16px;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    border: 1px solid #34495e;
    border-radius: 4px;
    padding: 3px;
    margin-right: 16px; }
  #contact textarea {
    padding: 3px;
    border: 1px solid #34495e;
    font-size: 16px;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    resize: none;
    margin: 0px;
    border-radius: 4px;
    margin-top: 8px;
    width: 428px;
    height: 200px; }
  #contact .contact-data-list {
    margin-left: 94px; }
  #contact #send {
    padding: 8px;
    background: #34495e;
    color: #ecf0f1;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    width: 420px;
    border-radius: 4px;
    text-align: center;
    margin-top: 8px;
    cursor: pointer; }
  #contact #send:active {
    background: #2c3e50; }
  #contact h1 {
    font-weight: 300;
    margin: 0px;
    margin-bottom: 8px; }
  #contact h2 {
    font-weight: 300;
    display: inline-block;
    font-size: 28px;
    margin: 14px;
    margin-bottom: 7px; }
  #contact code {
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
    font-weight: 400; }
  #contact img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    float: left; }
  #contact p {
    font-size: 18px; }

@media screen and (max-width: 640px) {
  #contact #contact-form {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block; }
  #contact #contact-data {
    float: none;
    width: auto;
    margin-left: 8px; }
    #contact #contact-data h1 {
      margin-left: 0; }
    #contact #contact-data strong, #contact #contact-data a {
      font-size: 1.3em; }
  #contact input {
    width: 200px;
    font-size: 16px;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    border: 1px solid #34495e;
    border-radius: 4px;
    padding: 3px;
    margin-right: 16px;
    margin-left: 8px; }
  #contact textarea {
    padding: 3px;
    border: 1px solid #34495e;
    font-size: 16px;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    resize: none;
    margin: 0px;
    border-radius: 4px;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 24px );
    height: 200px; }
  #contact .contact-data-list {
    margin-bottom: 32px; }
  #contact #send {
    padding: 8px;
    background: #34495e;
    color: #ecf0f1;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-left: 8px;
    margin-right: 8px;
    width: calc(100% - 32px );
    border-radius: 4px;
    text-align: center;
    margin-top: 8px;
    cursor: pointer; }
  #contact #send:active {
    background: #2c3e50; }
  #contact h1 {
    font-weight: 300;
    margin: 0px;
    margin-bottom: 8px;
    margin-left: 8px; }
  #contact h2 {
    font-weight: 300;
    display: inline-block;
    font-size: 28px;
    margin: 14px;
    margin-bottom: 7px; }
  #contact code {
    font-family: "Source Code Pro", monospace;
    font-size: 14px;
    font-weight: 400; }
  #contact img {
    float: left;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    float: left; }
  #contact p {
    font-size: 18px; } }
#diadeem img {
  display: block;
  width: 400px;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.fadable {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 1; }

.fadable.faded {
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  transition: all 0.25s linear;
  opacity: 0;
  margin-top: -32px; }

.fadable.faded-no-anim {
  opacity: 0; }

.display-none {
  display: none; }

body {
  margin: 0px;
  background: #ecf0f1;
  font-size: 16px; }

@media screen and (max-width: 640px) {
  body {
    font-size: 12px; } }
a {
  color: #34495e; }

nav {
  display: block;
  background: #34495e;
  border-bottom: 1px solid #2c3e50;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  nav #menu {
    display: inline-block; }
    nav #menu ul#menu-bar {
      margin: 0px;
      list-style-type: none;
      padding-left: 32px; }
    nav #menu .nav-item {
      display: inline-block;
      padding: 8px;
      padding-right: 1em;
      font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
      font-weight: 300;
      color: #ecf0f1;
      font-size: 1.3em;
      cursor: pointer;
      position: relative;
      margin-left: -4px;
      -webkit-transition: color 0.3s ease;
      -moz-transition: color 0.3s ease;
      -o-transition: color 0.3s ease;
      -ms-transition: color 0.3s ease;
      transition: color 0.3s ease; }
    nav #menu .nav-item#products::after {
      font-family: "FontAwesome";
      content: "\f0d7";
      display: inline;
      font-size: 16px;
      margin-left: 4px; }
    nav #menu .active {
      background: #2c3e50; }
    nav #menu .nav-item:hover {
      color: white; }
  nav #search {
    float: right;
    margin-right: 16px;
    display: inline; }
    nav #search input {
      width: 160px;
      font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
      font-weight: 300;
      font-size: 16px;
      border: none;
      background: #ecf0f1;
      padding: 3px;
      border-radius: 4px;
      outline: none;
      margin-top: 7px;
      -webkit-transition: background 0.2s linear;
      -moz-transition: background 0.2s linear;
      -o-transition: background 0.2s linear;
      -ms-transition: background 0.2s linear;
      transition: background 0.2s linear; }
    nav #search input:focus {
      background: white; }

@media screen and (max-width: 640px) {
  ul#menu-bar {
    padding-left: 8px !important; } }
#products-view {
  background: #2c3e50;
  max-height: 0px;
  overflow-y: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  #products-view ul {
    opacity: 0;
    list-style-type: none;
    margin: 0px;
    font-size: 22px;
    color: #ecf0f1;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #products-view ul li {
      height: 32px;
      padding-top: 4px;
      padding-bottom: 4px; }
    #products-view ul .product-icon {
      padding: 4px;
      text-align: center;
      font-family: "Source Code Pro", monospace;
      display: inline-block;
      border: 1px solid #ecf0f1;
      font-weight: 400;
      font-size: 16px;
      border-radius: 2px; }
    #products-view ul .product-name {
      display: inline-block;
      position: relative;
      top: 2px;
      margin-left: 2px; }

#products-view.opened {
  max-height: 80px; }
  #products-view.opened ul {
    opacity: 1; }

header {
  display: block;
  height: 180px;
  background: #34495e;
  margin-bottom: 80px;
  -webkit-transition: margin-bottom 0.3s ease;
  -moz-transition: margin-bottom 0.3s ease;
  -o-transition: margin-bottom 0.3s ease;
  -ms-transition: margin-bottom 0.3s ease;
  transition: margin-bottom 0.3s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  header #title {
    cursor: default;
    margin-left: 32px;
    margin-bottom: 16px;
    padding-top: 12px;
    color: white; }
    header #title #fwd {
      font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
      font-weight: 600;
      font-size: 4em;
      cursor: pointer; }
    header #title #product {
      font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
      font-weight: 300;
      font-size: 4em; }
  header #subtitle {
    cursor: default;
    margin-left: 36px;
    font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
    font-weight: 300;
    font-size: 1.6em;
    margin-top: -8px;
    color: #ecf0f1; }

header.opened {
  margin-bottom: 0; }

@media screen and (max-width: 640px) {
  #title {
    margin-left: 8px !important; }

  #subtitle {
    margin-left: 12px !important; } }
#content {
  width: 100%;
  height: 100%; }

footer {
  background: #2e2e2e;
  width: 100%;
  height: 88px;
  font-family: "Source Sans Pro", Helvetica Neue, Arial, sans-serif;
  font-weight: 300; }
  footer #copyright {
    position: absolute;
    top: 4px;
    right: 32px;
    color: #95a5a6; }
  footer #social {
    position: absolute;
    left: 32px;
    width: 160px; }
    footer #social div {
      display: inline-block;
      float: left;
      color: #95a5a6; }
    footer #social ul {
      display: inline-block;
      float: right;
      margin: 0px;
      padding: 0;
      list-style-type: none; }
      footer #social ul a {
        color: #bdc3c7; }
    footer #social .fa {
      color: #95a5a6;
      display: inline-block;
      width: 24px;
      text-align: center; }

@media screen and (min-height: 758px) {
  footer {
    position: absolute;
    bottom: 0; } }
