body {
  background: #000000;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}

#topnav {
  background: #282828;
}

.navbar {
  padding: 0 !important;
}

.navbar .navigation {
  margin: 1rem 0;
}

.navbar .logo {
  margin: 0 !important;
}

.navbar .logo img {
  margin-bottom: 0px !important;
  width: 170px;
}

.sign-text {
  font-size: 1rem;
}

.full-name {
  font-size: 48px !important;
  line-height: normal !important;
}

.slogan i {
  margin: 0;
}

.slogan h3 {
  line-height: 3rem;
  padding: 1rem .5rem;
}

.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.userblock {
  margin: 0 !important;
  font-size: 1rem;
}

.userblock a {
  color: #fff !important;
}

.userblock li {
  margin-bottom: .5rem !important;
}

.dive-hide {
  display: none !important;
}

.login-form {
  margin: 1rem 1.5rem 0rem 1.5rem;
}

.login-form .input-group-addon {
  margin-right: 1rem;
}

.login-form .input-group {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.login-form .form-control {
  padding: .35rem !important;
  border-radius: .2rem;
}

.login-form .flip {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.login-form .signin {
  padding: .5rem !important;
}

.login-form .login-btn {
  padding: .5rem 1.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.login-form .need-an-account {
  padding: .5rem 0rem 0rem .5rem;
  position: absolute;
  left: 0;
  top: .5rem;
}

.login-form .form-group.signin-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.login-form .socialgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.login-form .socail-legend {
  line-height: 16px !important;
}

.sign_board .or_tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 1rem -1.5rem 1rem -1.5rem;
}

.sign_board .or_tag :nth-child(1) {
  padding-right: .5rem;
}

.sign_board .or_tag :nth-child(2) {
  font-size: 1rem;
}

.sign_board .or_tag :nth-child(3) {
  padding-left: .5rem;
}

.sign_board .btn-social {
  text-align: left;
  margin: 1rem 0 1rem 0rem;
}

.sign_board .fab {
  margin: 4px 15px 0 5px;
  min-width: 15px;
}

.sign_board .btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.sign_board .btn-facebook :hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.sign_board .btn-twitter {
  color: #fff;
  background-color: #55ACEE;
  border-color: rgba(0, 0, 0, 0.2);
}

.sign_board .btn-twitter :hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.sign_board .btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.sign_board .btn-google :hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.sign_up_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1031;
  background-color: #000000a8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sign_up_wrap .sign_board {
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #2B2B2B;
  width: 420px;
  min-height: 200px;
  color: #999;
}

.sign_up_wrap .sign_board input {
  border-radius: .5rem;
  padding: 1rem;
  font-size: 1.1rem;
}

.exampleThumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.exampleThumbnail .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.exampleThumbnail iframe {
  width: 560px;
}

.exampleThumbnail .box_wrap {
  width: 44%;
}

.exampleThumbnail article {
  display: none !important;
  pointer-events: none !important;
}

.filter li {
  margin-top: 20px;
}

.applicationsThumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30%;
          flex: 1 0 30%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.applicationsThumbnail .box_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.applicationsThumbnail .box_wrap {
  width: 26%;
}

.projectThumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.projectThumbnail .project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 46%;
}

@media (max-width: 1280px) {
  .portfolio-area li {
    width: 100%;
  }
  .exampleThumbnail iframe {
    width: 854px;
  }
}

@media (max-width: 979px) {
  header .logo {
    margin: 0;
  }
  .navigation {
    margin: 0;
  }
  .navbar {
    padding: 0;
  }
  .projectThumbnail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .projectThumbnail .project {
    width: 100%;
  }
  .exampleThumbnail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .exampleThumbnail iframe {
    width: 100%;
    max-width: 640px;
  }
  .exampleThumbnail .box_wrap {
    width: 100%;
  }
  .applicationsThumbnail {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .applicationsThumbnail .box_wrap {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .portfolio-area li {
    width: 100%;
  }
  .exampleThumbnail iframe {
    width: 100%;
    max-width: 640px;
  }
}

@media (max-width: 560px) {
  .portfolio-area li {
    width: 100%;
  }
  .exampleThumbnail iframe {
    width: 100%;
    max-width: 426px;
  }
}

.projectThumbnail img {
  height: 550px;
  position: relative;
  width: 100%;
}

footer {
  float: left;
  background: #2a2a2a;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 0 40px #222;
  -webkit-box-shadow: 0 0 40px #222;
}
/*# sourceMappingURL=custom.css.map */