/* TRANSITION */
/* COLORS */
/* MIXINS */
/*
grayscale      ex: filter: grayscale(100%);
sepia          ex: filter: sepia(100%);
saturate       ex: filter: saturate(0%);
hue-rotate     ex: filter: hue-rotate(45deg);
invert         ex: filter: invert(100%);
brightness     ex: filter: brightness(15%);
contrast       ex: filter: contrast(200%);
blur           ex: filter: blur(2px);
*/
/* Medium devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  /* HOMEPAGE SPLASH */
  .homepage-splash {
    min-height: 725px;
    padding-top: 220px;
    padding-bottom: 0; }

  /* HOMEPAGE 3 COLS */
  .homepage-3-cols .c + .c {
    margin-top: 0; }
  .homepage-3-cols .item {
    max-width: 284px; }

  /* HOMEPAGE BENEFITS */
  .homepage-benefits .item {
    position: relative;
    min-height: 670px; }
    .homepage-benefits .item .a {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }

  /* HOMEAGE TRY IT */
  .homepage-try-it .console,
  .homepage-try-it .online {
    padding-left: 30px;
    padding-right: 30px; }

  /* HOMEPAGE COMMU */
  .homepage-commu .c + .c {
    margin-top: 0; }
  .homepage-commu .item {
    position: relative;
    /*min-height:720px;*/ }
    .homepage-commu .item .a {
      position: absolute;
      left: 0;
      bottom: 40px;
      width: 100%; }

  /* HOMEPAGE TESTIMONIALS */
  .homepage-testimonials .item {
    margin: 0 20px; }

  /* PAGE NGYNLAB */
  .page-ngynlab .intro .c-1 {
    margin-bottom: 0; }

  /* BLOG HEADER */
  .blog-header h1 {
    font-size: 56px; }

  /* SERVICES */
  .services .item {
    text-align: left; }
    .services .item .v {
      margin: 0 auto; }

  /* FOOTER */
  footer .c {
    width: 20%; }
  footer .c + .c {
    margin-top: 0; } }

/*# sourceMappingURL=styles-md.css.map */
