@charset "UTF-8";
/*
Theme Name: DPS Theme
Theme URI: 
Author: Fifth Street Creative
Author URI: http://fifthstreetcreative.com/
Description: Custom theme & Design for DPI Marketing site
Version: 1.2.1
*/
dl dt {
  font-size: .8rem;
  color: rgba(99, 99, 99, 0.5); }
dl dd {
  margin-bottom: .5rem;
  min-height: 22px; }

body .btn, body .support_bs .btn {
  border-radius: 100px;
  border: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  body .btn:focus, body .support_bs .btn:focus {
    outline: none; }
  body .btn:hover, body .support_bs .btn:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18); }
body .btn-primary, body .support_bs .btn-primary {
  background-color: #20BFD2; }
  body .btn-primary:hover, body .btn-primary:focus, body .btn-primary:active, body .support_bs .btn-primary:hover, body .support_bs .btn-primary:focus, body .support_bs .btn-primary:active {
    background-color: #3687AE; }
body .btn-success, body .support_bs .btn-success {
  background-color: #48B17D; }

/* http://meyerweb.com/eric/tools/css/reset/ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ////////////////////
  The Nimble Thimble
//////////////////// */
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML */
body, html {
  margin: 0; }

body {
  line-height: 1.4;
  /* Set to font */
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

hr {
  height: 1px;
  margin: 10px auto;
  border: none;
  background: rgba(0, 0, 0, 0.3);
  display: block; }

::-moz-selection {
  background-color: #57a290;
  color: #fff; }

/* SET */
::selection {
  background-color: #57a290;
  color: #fff; }

/* SET */
.left {
  float: left; }

.right {
  float: right; }

.hide {
  display: none !important; }

.hide-small {
  display: block; }

.hide-large {
  display: none; }

/* Text */
p {
  margin: 0px 0px 17px; }

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

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

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

.text-block {
  text-align: justify; }

em, i {
  font-style: italic;
  line-height: inherit; }

strong, b, .strong {
  font-weight: bold;
  line-height: inherit; }

small, .small {
  font-size: .8rem; }

big, .large {
  font-size: 1.4rem; }

sup, .sup {
  vertical-align: super;
  font-size: .65rem; }

sub, .sub {
  vertical-align: sub;
  font-size: .65rem; }

.ellipsis, .ellipsis li {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.text-clip, .text-clip li {
  text-overflow: clip;
  white-space: nowrap;
  overflow: hidden; }

/* Headers */
h1, h2, h3, h4, h5 {
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1.super-header {
  font-size: 4rem; }

h1 {
  font-size: 3rem;
  line-height: 1.22; }
  @media only screen and (max-width: 47.938rem) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: 2.5rem;
  line-height: 1.4; }
  @media only screen and (max-width: 47.938rem) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: 2rem;
  line-height: 1.55; }
  @media only screen and (max-width: 47.938rem) {
    h3 {
      font-size: 1.5rem; } }

h4 {
  font-size: 1.5rem;
  line-height: 1.4; }
  @media only screen and (max-width: 47.938rem) {
    h4 {
      font-size: 1rem; } }

h5 {
  font-size: 1rem;
  line-height: 1.85; }

.sub-header {
  font-weight: 200;
  opacity: .6; }

h1.super-header.vw {
  font-size: 5vw; }

h1.vw {
  font-size: 3.5vw; }

h2.vw {
  font-size: 3vw; }

h3.vw {
  font-size: 2.5vw; }

h4.vw {
  font-size: 2vw; }

h5.vw {
  font-size: 1.5vw; }

/* Lists */
ul, ol, dl {
  list-style-position: outside; }

ul {
  margin-left: 1.4rem;
  list-style-type: disc; }

ul.lined, ul.none {
  list-style-type: none;
  margin-left: 0; }

ul.lined li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding-left: 0; }
  ul.lined li:last-of-type {
    border-bottom: none; }

ol {
  margin-left: 1.6rem;
  list-style-type: decimal; }

/* Links */
a {
  text-decoration: none;
  transition: .2s linear;
  -webkit-transition: .2s linear;
  -moz-transition: .2s linear; }

/* GRID */
.full, .content-block {
  margin: 0px auto;
  padding: 0px;
  max-width: 1200px; }
  @media only screen and (max-width: 87.5rem) {
    .full, .content-block {
      max-width: 1024px; } }
  @media only screen and (max-width: 1200px) {
    .full, .content-block {
      max-width: 900px; } }

.full-flex {
  height: 100vh;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden; }

/* row */
.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 .25rem; }
  .row.hold {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

.row .row {
  padding: 0;
  margin: 0 -1rem; }

.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.wrap-reverse {
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

.row.collapse, .row.collapse.cell, .row.collapse .row {
  padding: 0 0; }

/* Justify Row */
.justify-start {
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  ms-flex-pack: start;
  justify-content: flex-start; }

.justify-end {
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  ms-flex-pack: end;
  justify-content: flex-end; }

.justify-center {
  -webkit-justify-content: center;
  -moz-box-pack: center;
  ms-flex-pack: center;
  justify-content: center; }

.justify-space {
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  ms-flex-pack: justify;
  justify-content: space-between; }

.justify-around {
  -webkit-justify-content: space-around;
  justify-content: space-around; }

/* Row Direction */
.reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.column {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.column-reverse {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* Cells */
.row.collapse .cell {
  padding: 0; }

.cell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 .5rem; }

.cell.fit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%; }

.cell:last-of-type {
  position: relative;
  right: 0; }

.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .fifths, .half, .third, .noflex {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -ms-flex: none;
  flex: none; }

.twelve {
  width: 100%; }

.eleven {
  width: calc(100%/12 * 11); }

.ten {
  width: calc(100%/12 * 10); }

.nine {
  width: 75%; }

.eight {
  width: calc(100%/12 * 8); }

.seven {
  width: calc(100%/12 * 7); }

.six, .half {
  width: 50%; }

.five {
  width: calc(100%/12 * 5); }

.four, .third {
  width: calc(100%/12 * 4); }

.three {
  width: 25%; }

.two {
  width: calc(100%/12 * 2); }

.one {
  width: calc(100%/12); }

.fifths {
  width: 20%; }

.offset-1 {
  margin-left: calc(100%/12); }

.offset-2 {
  margin-left: calc(100%/12 * 2); }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: calc(100%/12 * 4); }

.offset-5 {
  margin-left: calc(100%/12 * 5); }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: calc(100%/12 * 7); }

.offset-8 {
  margin-left: calc(100%/12 * 8); }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: calc(100%/12 * 10); }

.offset-11 {
  margin-left: calc(100%/12 * 11); }

/*rows & clears*/
.no-flexboxlegacy .row:before, .no-flexboxlegacy .row:after, .no-flexbox .row:before, .no-flexbox .row:after, .clear:before, .clear:after {
  content: '';
  display: table; }

.no-flexbox .row:after, .clear:after, .no-flexboxlegacy .row:after {
  clear: both; }

.no-flexbox .row, .no-flexboxlegacy .row, .clear {
  zoom: 1; }

/* Order */
.o1, .o1-large {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1; }

.o2, .o2-large {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2; }

.o3, .o3-large {
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3; }

.o4, .o4-large {
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4; }

.o5, .o5-large {
  -webkit-box-ordinal-group: 5;
  -moz-box-ordinal-group: 5;
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5; }

.o6, .o6-large {
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6; }

.o7, .o7-large {
  -webkit-box-ordinal-group: 7;
  -moz-box-ordinal-group: 7;
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7; }

.o8, .o8-large {
  -webkit-box-ordinal-group: 8;
  -moz-box-ordinal-group: 8;
  -ms-flex-order: 8;
  -webkit-order: 8;
  order: 8; }

.o9, .o9-large {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -ms-flex-order: 9;
  -webkit-order: 9;
  order: 9; }

.o10, .o10-large {
  -webkit-box-ordinal-group: 10;
  -moz-box-ordinal-group: 10;
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10; }

.o11, .o11-large {
  -webkit-box-ordinal-group: 11;
  -moz-box-ordinal-group: 11;
  -ms-flex-order: 11;
  -webkit-order: 11;
  order: 11; }

.o12, .o12-large {
  -webkit-box-ordinal-group: 12;
  -moz-box-ordinal-group: 12;
  -ms-flex-order: 12;
  -webkit-order: 12;
  order: 12; }

/* Alignment */
.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

.align-baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-stretch .cell {
  background-clip: content-box; }

/* Box Styling */
.rounded {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px; }

.round {
  border-radius: 4000px;
  -moz-border-radius: 4000px;
  -webkit-border-radius: 4000px;
  -ms-border-radius: 4000px;
  -o-border-radius: 4000px; }

.shadow {
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); }

.solid-shadow {
  -webkit-box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 2px 2px 0px rgba(0, 0, 0, 0.35); }

/* Media */
.img {
  width: 100%;
  height: auto; }

/* Video */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.875rem;
  height: 0;
  overflow: hidden; }

.video-container iframe, .video-container object, .video-container embed, .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* Media Queries */
/* smaller than 960px */
/* smaller than 768px */
@media only screen and (max-width: 47.938rem) {
  /* Typography */
  h1.super-header.vw {
    font-size: 7vw; }

  h1.vw {
    font-size: 6vw; }

  h2.vw {
    font-size: 5vw; }

  h3.vw {
    font-size: 4.5vw; }

  h4.vw {
    font-size: 4vw; }

  h5.vw {
    font-size: 3.5vw; }

  .small-text-center {
    text-align: center; }

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

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

  .hide-small {
    display: none; }

  .hide-large {
    display: block; }

  .row {
    padding: 0 3.5%; }

  .cell {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin: 0;
    max-width: 100%; }

  .hold .cell, .column .cell, .column-reverse .cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .hold .cell.fit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%; }

  .hold .one, .hold .two, .hold .three, .hold .four, .hold .five, .hold .six, .hold .seven, .hold .eight, .hold .nine, .hold .ten, .hold .eleven, .hold .twelve, .hold .fifths, .hold .half, .hold .third {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -ms-flex: none;
    flex: none; }

  small-twelve {
    width: 100%; }

  .small-eleven {
    width: calc(100%/12 * 11); }

  .small-ten {
    width: calc(100%/12 * 10); }

  .small-nine {
    width: 75%; }

  .small-eight {
    width: calc(100%/12 * 8); }

  .small-seven {
    width: calc(100%/12 * 7); }

  .small-six, .half {
    width: 50%; }

  .small-five {
    width: calc(100%/12 * 5); }

  .small-four, .third {
    width: calc(100%/12 * 4); }

  .small-three {
    width: 25%; }

  .small-two {
    width: calc(100%/12 * 2); }

  .small-one {
    width: calc(100%/12); }

  .small-fifths {
    width: 20%; }

  .small-one, .small-two, .small-three, .small-four, .small-five, .small-six, .small-seven, .small-eight, .small-nine, .small-ten, .small-eleven, .small-twelve, .small-fifths, .small-half, .small-third {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -ms-flex: none;
    flex: none; }

  /* Order */
  .o1-small {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .o2-small {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }

  .o3-small {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }

  .o4-small {
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4; }

  .o5-small {
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5; }

  .o6-small {
    -webkit-box-ordinal-group: 6;
    -moz-box-ordinal-group: 6;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6; }

  .o7-small {
    -webkit-box-ordinal-group: 7;
    -moz-box-ordinal-group: 7;
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7; }

  .o8-small {
    -webkit-box-ordinal-group: 8;
    -moz-box-ordinal-group: 8;
    -ms-flex-order: 8;
    -webkit-order: 8;
    order: 8; }

  .o9-small {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -ms-flex-order: 9;
    -webkit-order: 9;
    order: 9; }

  .o10-small {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10; }

  .o11-small {
    -webkit-box-ordinal-group: 11;
    -moz-box-ordinal-group: 11;
    -ms-flex-order: 11;
    -webkit-order: 11;
    order: 11; }

  .o12-small {
    -webkit-box-ordinal-group: 12;
    -moz-box-ordinal-group: 12;
    -ms-flex-order: 12;
    -webkit-order: 12;
    order: 12; }

  .o1-large, .o2-large, .o3-large, .o4-large, .o5-large, .o6-large, .o7-large, .o8-large, .o9-large, .o10-large, .o11-large, .o12-large {
    -webkit-box-ordinal-group: 0;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0; } }
/* smaller than 640px */
@media only screen and (max-width: 39.938rem) {
  .row {
    padding: 0 2.5%; } }
/* smaller than 480px */
@media only screen and (max-width: 29.938rem) {
  .row {
    padding: 0 1.5%; } }
@-webkit-keyframes arrow-l {
  0% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; }
  30% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px; }
  50% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; }
  70% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px; }
  100% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; } }
@-moz-keyframes arrow-l {
  0% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; }
  30% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px; }
  50% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; }
  70% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px; }
  100% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; } }
@-o-keyframes arrow-l {
  0% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; }
  30% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px; }
  50% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; }
  70% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px; }
  100% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; } }
@keyframes arrow-l {
  0% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; }
  30% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px; }
  50% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; }
  70% {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px; }
  100% {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    top: 12px; } }
@-webkit-keyframes arrow-r {
  0% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; }
  30% {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px; }
  50% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; }
  70% {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px; }
  100% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; } }
@-moz-keyframes arrow-r {
  0% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; }
  30% {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px; }
  50% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; }
  70% {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px; }
  100% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; } }
@-o-keyframes arrow-r {
  0% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; }
  30% {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px; }
  50% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; }
  70% {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px; }
  100% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; } }
@keyframes arrow-r {
  0% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; }
  30% {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px; }
  50% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; }
  70% {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px; }
  100% {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    top: 12px; } }
@-webkit-keyframes colorfade {
  0% {
    background-color: #20BFD2; }
  16.666% {
    background-color: #20BFD2; }
  33.333% {
    background-color: #F37B7F; }
  49.999% {
    background-color: #F37B7F; }
  66.333% {
    background-color: #EAC435; }
  82.999% {
    background-color: #EAC435; }
  100% {
    background-color: #20BFD2; } }
@-moz-keyframes colorfade {
  0% {
    background-color: #20BFD2; }
  16.666% {
    background-color: #20BFD2; }
  33.333% {
    background-color: #F37B7F; }
  49.999% {
    background-color: #F37B7F; }
  66.333% {
    background-color: #EAC435; }
  82.999% {
    background-color: #EAC435; }
  100% {
    background-color: #20BFD2; } }
@-o-keyframes colorfade {
  0% {
    background-color: #20BFD2; }
  16.666% {
    background-color: #20BFD2; }
  33.333% {
    background-color: #F37B7F; }
  49.999% {
    background-color: #F37B7F; }
  66.333% {
    background-color: #EAC435; }
  82.999% {
    background-color: #EAC435; }
  100% {
    background-color: #20BFD2; } }
@keyframes colorfade {
  0% {
    background-color: #20BFD2; }
  16.666% {
    background-color: #20BFD2; }
  33.333% {
    background-color: #F37B7F; }
  49.999% {
    background-color: #F37B7F; }
  66.333% {
    background-color: #EAC435; }
  82.999% {
    background-color: #EAC435; }
  100% {
    background-color: #20BFD2; } }
@-webkit-keyframes colortextfade {
  0% {
    color: #20BFD2; }
  16.666% {
    color: #20BFD2; }
  33.333% {
    color: #F37B7F; }
  49.999% {
    color: #F37B7F; }
  66.333% {
    color: #EAC435; }
  82.999% {
    color: #EAC435; }
  100% {
    color: #20BFD2; } }
@-moz-keyframes colortextfade {
  0% {
    color: #20BFD2; }
  16.666% {
    color: #20BFD2; }
  33.333% {
    color: #F37B7F; }
  49.999% {
    color: #F37B7F; }
  66.333% {
    color: #EAC435; }
  82.999% {
    color: #EAC435; }
  100% {
    color: #20BFD2; } }
@-o-keyframes colortextfade {
  0% {
    color: #20BFD2; }
  16.666% {
    color: #20BFD2; }
  33.333% {
    color: #F37B7F; }
  49.999% {
    color: #F37B7F; }
  66.333% {
    color: #EAC435; }
  82.999% {
    color: #EAC435; }
  100% {
    color: #20BFD2; } }
@keyframes colortextfade {
  0% {
    color: #20BFD2; }
  16.666% {
    color: #20BFD2; }
  33.333% {
    color: #F37B7F; }
  49.999% {
    color: #F37B7F; }
  66.333% {
    color: #EAC435; }
  82.999% {
    color: #EAC435; }
  100% {
    color: #20BFD2; } }
.text-color {
  -webkit-animation: colortextfade 16s linear infinite;
  -moz-animation: colortextfade 16s linear infinite;
  -ms-animation: colortextfade 16s linear infinite;
  -o-animation: colortextfade 16s linear infinite;
  animation: colortextfade 16s linear infinite; }

@-webkit-keyframes text-in {
  0% {
    -ms-transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0; }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .4;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); } }
@-moz-keyframes text-in {
  0% {
    -ms-transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0; }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .4;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); } }
@-o-keyframes text-in {
  0% {
    -ms-transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0; }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .4;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); } }
@keyframes text-in {
  0% {
    -ms-transform: scale(1.4, 1.4);
    -webkit-transform: scale(1.4, 1.4);
    transform: scale(1.4, 1.4);
    opacity: 0; }
  100% {
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: .4;
    text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4); } }
@-webkit-keyframes top-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -50px, 20px);
    -webkit-transform: translate3d(0, -50px, 20px);
    transform: translate3d(0, -50px, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes top-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -50px, 20px);
    -webkit-transform: translate3d(0, -50px, 20px);
    transform: translate3d(0, -50px, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes top-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -50px, 20px);
    -webkit-transform: translate3d(0, -50px, 20px);
    transform: translate3d(0, -50px, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes top-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -50px, 20px);
    -webkit-transform: translate3d(0, -50px, 20px);
    transform: translate3d(0, -50px, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-webkit-keyframes top-in-zoom {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -50px, 20px) scale(0.8, 0.8);
    -webkit-transform: translate3d(0, -50px, 20px) scale(0.8, 0.8);
    transform: translate3d(0, -50px, 20px) scale(0.8, 0.8); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1); } }
@-moz-keyframes top-in-zoom {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -50px, 20px) scale(0.8, 0.8);
    -webkit-transform: translate3d(0, -50px, 20px) scale(0.8, 0.8);
    transform: translate3d(0, -50px, 20px) scale(0.8, 0.8); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1); } }
@-o-keyframes top-in-zoom {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -50px, 20px) scale(0.8, 0.8);
    -webkit-transform: translate3d(0, -50px, 20px) scale(0.8, 0.8);
    transform: translate3d(0, -50px, 20px) scale(0.8, 0.8); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1); } }
@keyframes top-in-zoom {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -50px, 20px) scale(0.8, 0.8);
    -webkit-transform: translate3d(0, -50px, 20px) scale(0.8, 0.8);
    transform: translate3d(0, -50px, 20px) scale(0.8, 0.8); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0) scale(1, 1);
    -webkit-transform: translate3d(0, 0, 0) scale(1, 1);
    transform: translate3d(0, 0, 0) scale(1, 1); } }
@-webkit-keyframes left-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-50px, 0px, 20px);
    -webkit-transform: translate3d(-50px, 0px, 20px);
    transform: translate3d(-50px, 0px, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }
@-moz-keyframes left-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-50px, 0px, 20px);
    -webkit-transform: translate3d(-50px, 0px, 20px);
    transform: translate3d(-50px, 0px, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }
@-o-keyframes left-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-50px, 0px, 20px);
    -webkit-transform: translate3d(-50px, 0px, 20px);
    transform: translate3d(-50px, 0px, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }
@keyframes left-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-50px, 0px, 20px);
    -webkit-transform: translate3d(-50px, 0px, 20px);
    transform: translate3d(-50px, 0px, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px); } }
@-webkit-keyframes right-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(50px, 0, 20px);
    -webkit-transform: translate3d(50px, 0, 20px);
    transform: translate3d(50px, 0, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-moz-keyframes right-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(50px, 0, 20px);
    -webkit-transform: translate3d(50px, 0, 20px);
    transform: translate3d(50px, 0, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes right-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(50px, 0, 20px);
    -webkit-transform: translate3d(50px, 0, 20px);
    transform: translate3d(50px, 0, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes right-in {
  0% {
    opacity: 0;
    -ms-transform: translate3d(50px, 0, 20px);
    -webkit-transform: translate3d(50px, 0, 20px);
    transform: translate3d(50px, 0, 20px); }
  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.no-touchevents .top-in {
  opacity: 0;
  -ms-transform: translate3d(0, -50px, 20px);
  -webkit-transform: translate3d(0, -50px, 20px);
  transform: translate3d(0, -50px, 20px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: "top center";
  -moz-transform-origin: "top center";
  -o-transform-origin: "top center";
  -ms-transform-origin: "top center";
  transform-origin: "top center";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.no-touchevents .left-in {
  opacity: 0;
  -ms-transform: translate3d(-50px, 0px, 20px);
  -webkit-transform: translate3d(-50px, 0px, 20px);
  transform: translate3d(-50px, 0px, 20px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: "left center";
  -moz-transform-origin: "left center";
  -o-transform-origin: "left center";
  -ms-transform-origin: "left center";
  transform-origin: "left center";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.no-touchevents .right-in {
  opacity: 0;
  -ms-transform: translate3d(50px, 0, 20px);
  -webkit-transform: translate3d(50px, 0, 20px);
  transform: translate3d(50px, 0, 20px);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: "right center";
  -moz-transform-origin: "right center";
  -o-transform-origin: "right center";
  -ms-transform-origin: "right center";
  transform-origin: "right center";
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
.no-touchevents .in-view .top-in {
  -webkit-animation: top-in 0.4s linear 0.2s 1 forwards;
  -moz-animation: top-in 0.4s linear 0.2s 1 forwards;
  -ms-animation: top-in 0.4s linear 0.2s 1 forwards;
  -o-animation: top-in 0.4s linear 0.2s 1 forwards;
  animation: top-in 0.4s linear 0.2s 1 forwards; }
.no-touchevents .in-view .left-in {
  -webkit-animation: left-in 0.4s linear 0.3s 1 forwards;
  -moz-animation: left-in 0.4s linear 0.3s 1 forwards;
  -ms-animation: left-in 0.4s linear 0.3s 1 forwards;
  -o-animation: left-in 0.4s linear 0.3s 1 forwards;
  animation: left-in 0.4s linear 0.3s 1 forwards; }
.no-touchevents .in-view .right-in {
  -webkit-animation: right-in 0.4s linear 0.3s 1 forwards;
  -moz-animation: right-in 0.4s linear 0.3s 1 forwards;
  -ms-animation: right-in 0.4s linear 0.3s 1 forwards;
  -o-animation: right-in 0.4s linear 0.3s 1 forwards;
  animation: right-in 0.4s linear 0.3s 1 forwards; }

h1, h2, h3, h4, h5 {
  font-family: 'Raleway', sans-serif; }

body {
  font-family: 'Droid Sans', sans-serif;
  background-color: #f5f5f5;
  overflow-x: hidden;
  color: #636363;
  width: 100%;
  max-width: 100%; }

a {
  color: #20BFD2; }
  a:hover {
    color: #3687AE; }

mark {
  background-color: #EAC435;
  color: #fff;
  padding: 0 .25rem; }

.download-link {
  padding: 1rem 2rem;
  color: white;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 1px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  line-height: 1;
  -webkit-animation: colorfade 16s linear infinite;
  -moz-animation: colorfade 16s linear infinite;
  -ms-animation: colorfade 16s linear infinite;
  -o-animation: colorfade 16s linear infinite;
  animation: colorfade 16s linear infinite; }
  .download-link span, .download-link small {
    font-size: .65rem; }
  .download-link:hover {
    background-color: #3687AE;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18);
    color: #fff; }

.normal-shadow {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0, 0, 0, 0.14); }

.hover-shadow {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18); }

.button {
  display: inline-block;
  color: rgba(255, 255, 255, 0.85);
  padding: .75rem 2rem;
  background-color: #3687AE;
  margin-top: 2rem;
  text-transform: uppercase;
  border-radius: 6px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 100px; }
  .button:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18); }

.content-section {
  padding: 6rem 0;
  background-color: #fff; }
  .content-section h2 {
    color: #3687AE; }
  .content-section hr {
    background-color: rgba(255, 255, 255, 0.5); }
  @media only screen and (max-width: 47.938rem) {
    .content-section {
      padding: 3rem 0; } }

.modal-overlay {
  position: fixed;
  top: -100%;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 700;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .show-modal .modal-overlay {
    top: 0;
    opacity: 1; }

.modal {
  display: block;
  position: fixed;
  z-index: 800;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
  border-bottom: solid 3px #959595;
  width: 480px;
  overflow: hidden;
  height: 0;
  top: -100%;
  left: 50%;
  opacity: 0;
  margin-left: -240px;
  transform: scale(0.8, 0.8); }
  .modal.show-modal {
    top: 20%;
    top: 20vh;
    height: auto;
    opacity: 1;
    transform: scale(1, 1);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23); }
  .modal .modal-header {
    -webkit-animation: colorfade 16s linear infinite;
    -moz-animation: colorfade 16s linear infinite;
    -ms-animation: colorfade 16s linear infinite;
    -o-animation: colorfade 16s linear infinite;
    animation: colorfade 16s linear infinite;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    padding: 1rem 1rem 1rem 3rem;
    position: relative; }
    .modal .modal-header span {
      float: right;
      display: inline-block;
      cursor: pointer;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      position: relative;
      padding: 0 6px;
      line-height: 1.35rem; }
      .modal .modal-header span:after {
        content: "";
        width: 10px;
        height: 10px;
        border-radius: 20px;
        background-color: rgba(0, 0, 0, 0.1);
        position: absolute;
        top: 7px;
        left: 6px;
        -ms-transform: scale(0.01, 0.01);
        -webkit-transform: scale(0.01, 0.01);
        transform: scale(0.01, 0.01);
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        z-index: 1; }
      .modal .modal-header span:hover {
        opacity: .45; }
        .modal .modal-header span:hover:after {
          -ms-transform: scale(3, 3);
          -webkit-transform: scale(3, 3);
          transform: scale(3, 3); }
  .modal .modal-body {
    padding: 2rem; }
    .modal .modal-body p {
      margin-bottom: 0; }
    .modal .modal-body ul {
      margin: 0;
      text-align: center; }
      .modal .modal-body ul li {
        display: inline-block;
        list-style: none;
        border-bottom: solid 1px rgba(0, 0, 0, 0.1);
        padding: .25rem 1rem; }
        .modal .modal-body ul li:last-of-type {
          border-bottom: none; }
        .modal .modal-body ul li.site-by {
          padding-top: 2rem;
          opacity: .4;
          transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
          .modal .modal-body ul li.site-by:hover {
            opacity: 1; }
    .modal .modal-body .capt > div {
      text-align: center;
      padding-bottom: .5rem;
      margin-top: -.5rem; }
      .modal .modal-body .capt > div > div {
        display: inline-block; }
  .modal .row {
    margin: 0 -12px; }

.expandable {
  width: 100%;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  padding: 1rem 0; }
  .expandable:first-of-type {
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .expandable .expandable-header {
    font-weight: 200;
    opacity: .6;
    font-size: 1.25rem;
    line-height: 1.4;
    font-family: 'Raleway', sans-serif;
    cursor: pointer; }
  .expandable .expandable-content {
    display: none;
    padding: 1rem 0 0; }

.tab {
  padding: 10px 15px;
  margin: 0px 0px -1px 0;
  border-radius: 4px 4px 0 0;
  color: #20BFD2;
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  text-align: center;
  min-width: 76px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .tab:focus, .tab:active {
    outline: none; }
  .tab.active {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-bottom-color: #f5f5f5;
    color: #636363;
    cursor: default; }
    .tab.active:hover {
      color: #636363;
      background-color: transparent; }
  .tab:hover {
    background-color: #e6e6e6;
    color: #3687AE; }

.tabs-content {
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 1.25rem;
  display: none;
  min-height: 120px; }
  .tabs-content.active {
    display: block; }

.top-nav {
  width: 100%;
  height: 49px;
  position: fixed;
  top: 0;
  z-index: 999;
  text-align: right;
  padding: 0 2rem 0 1.5rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-color: #20BFD2; }
  .top-nav .logo-link {
    padding-top: 2px;
    float: left;
    display: inline-block;
    vertical-align: top; }
    @media only screen and (max-width: 47.938rem) {
      .top-nav .logo-link {
        padding-top: 6px; } }
    .top-nav .logo-link img {
      width: 150px;
      height: 54px; }
      @media only screen and (max-width: 47.938rem) {
        .top-nav .logo-link img {
          width: 100px;
          height: 36px; } }
    .show-menu .top-nav .logo-link {
      opacity: 0; }
  @media only screen and (max-width: 47.938rem) {
    .top-nav {
      padding: 0 .75rem .25rem .25rem; } }

_::-webkit-full-page-media .top-nav, _:future .top-nav, :root .top-nav {
  transform: translate3d(0, 0, 4px); }

.scrolled header {
  height: 50px; }
  @media only screen and (max-width: 47.938rem) {
    .scrolled header {
      background-color: rgba(0, 0, 0, 0.75); } }
.scrolled.show-menu header {
  background-color: transparent; }

.mobile-menu {
  cursor: pointer;
  display: inline-block;
  width: 32px;
  height: 20px;
  position: relative;
  margin: 20px 0 0;
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  cursor: pointer; }
  @media only screen and (max-width: 47.938rem) {
    .mobile-menu {
      margin: 14px 0 0; } }
  .mobile-menu span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #d1d1d1;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
    .mobile-menu span:nth-child(1) {
      top: 0px; }
    .mobile-menu span:nth-child(2), .mobile-menu span:nth-child(3) {
      top: 8px; }
    .mobile-menu span:nth-child(4) {
      top: 16px; }
  .show-menu .mobile-menu {
    z-index: 1000; }
    .show-menu .mobile-menu span {
      background: #fff; }
    .show-menu .mobile-menu span:nth-child(1) {
      top: 10px;
      width: 0%;
      left: 50%; }
    .show-menu .mobile-menu span:nth-child(2) {
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
    .show-menu .mobile-menu span:nth-child(3) {
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .show-menu .mobile-menu span:nth-child(4) {
      top: 10px;
      width: 0%;
      left: 50%; }

.menu {
  position: fixed;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  top: -200px;
  bottom: 0;
  right: 0;
  width: 280px;
  z-index: 999;
  text-align: center;
  -ms-transform: translate3d(280px, 0, 0);
  -webkit-transform: translate3d(280px, 0, 0);
  transform: translate3d(280px, 0, 0); }
  .show-menu .menu {
    -ms-transform: translate3d(20px, 0, 0);
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  @media only screen and (max-width: 47.938rem) {
    .menu {
      text-align: left; } }

_::-webkit-full-page-media .show-menu .menu, _:future .show-menu .menu, :root .show-menu .menu {
  transform: translate3d(20px, 0, 2px) !important; }

.menu-container {
  transition: none;
  padding-top: 260px;
  min-height: 100%;
  height: 100%;
  width: 100%;
  height: calc( 100vh + 200px);
  transform-style: preserve-3d;
  overflow-y: scroll;
  overflow-x: hidden;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .show-menu .menu-container {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.65s; }
  .menu-container > * {
    position: relative;
    z-index: 2; }
  .menu-container #wave {
    width: 280px;
    height: calc( 100% + 200px);
    height: calc( 100vh + 200px );
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0px;
    z-index: 1;
    transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transform: translate3d(280px, 0, 0);
    -webkit-transform: translate3d(280px, 0, 0);
    transform: translate3d(280px, 0, 0); }
    .show-menu .menu-container #wave {
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .menu-container #wave {
      width: 260px; } }
  .menu-container a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 1.25rem;
    display: inline-block;
    padding: .5rem 0;
    position: relative; }
    @media only screen and (max-width: 47.938rem) {
      .menu-container a {
        font-size: 1rem; } }
    .menu-container a:hover {
      color: #fff; }
  .menu-container .logo-menu {
    width: 140px;
    height: auto;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.15s;
    -ms-transform: translate3d(60px, 0, 0);
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0; }
    .show-menu .menu-container .logo-menu {
      opacity: .2;
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    @media only screen and (max-width: 47.938rem) {
      .menu-container .logo-menu {
        margin-left: 1.5rem; } }
  .menu-container .menu-title {
    display: none;
    font-weight: bold;
    padding: 2rem 0 0 1.75rem;
    color: #fff; }
    @media only screen and (max-width: 47.938rem) {
      .menu-container .menu-title {
        display: block; } }
  @media only screen and (max-width: 47.938rem) {
    .menu-container ul {
      padding-left: 1.75rem; } }
  .menu-container ul.main-sub-menu {
    display: none;
    padding: 0 0 2rem; }
    @media only screen and (max-width: 47.938rem) {
      .menu-container ul.main-sub-menu {
        display: block;
        padding-left: 1.75rem; } }
  .menu-container ul, .menu-container li {
    margin: 0;
    list-style: none; }
  .menu-container li {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transform: translate3d(60px, 0, 0);
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
    opacity: 0; }
    .menu-container li a:after {
      width: 100%;
      height: 1px;
      background-color: #fff;
      transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
      position: absolute;
      bottom: 3px;
      left: 0px;
      content: "";
      -ms-transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }
    .menu-container li a:hover:after {
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
    .show-menu .menu-container li {
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
      .show-menu .menu-container li:nth-child(1) {
        transition-delay: 0.25s; }
      .show-menu .menu-container li:nth-child(2) {
        transition-delay: 0.35s; }
      .show-menu .menu-container li:nth-child(3) {
        transition-delay: 0.45s; }
      .show-menu .menu-container li:nth-child(4) {
        transition-delay: 0.55s; }
      .show-menu .menu-container li:nth-child(5) {
        transition-delay: 0.65s; }
      .show-menu .menu-container li:nth-child(6) {
        transition-delay: 0.75s; }
      .show-menu .menu-container li:nth-child(7) {
        transition-delay: 0.85s; }
      .show-menu .menu-container li:nth-child(8) {
        transition-delay: 0.95s; }
      .show-menu .menu-container li:nth-child(9) {
        transition-delay: 1.05s; }
      .show-menu .menu-container li:nth-child(10) {
        transition-delay: 1.15s; }
  @media only screen and (max-height: 600px) {
    .menu-container {
      padding-top: 220px; }
      .menu-container a {
        padding: .25rem 0; } }

.blog-header {
  background-color: #ededed;
  -webkit-animation: colorfade 32s linear infinite;
  -moz-animation: colorfade 32s linear infinite;
  -ms-animation: colorfade 32s linear infinite;
  -o-animation: colorfade 32s linear infinite;
  animation: colorfade 32s linear infinite;
  padding: 3rem 0 4rem;
  position: relative;
  min-height: 360px; }
  @media only screen and (max-width: 1200px) {
    .blog-header {
      min-height: 260px;
      padding: 3rem 0 2.5rem; } }
  @media only screen and (max-width: 47.938rem) {
    .blog-header {
      min-height: 160px;
      padding: 3.5rem 0 1.5rem; } }
  .blog-header h1 {
    color: #fff;
    display: inline-block;
    border-bottom: solid 4px #fff;
    margin: 0 auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    padding: 0 .75rem;
    line-height: 1.2;
    max-width: 90%;
    text-transform: uppercase;
    -webkit-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    -moz-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    -ms-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    -o-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    position: relative;
    z-index: 2; }
    .blog-header h1 img {
      max-width: 400px;
      width: 100%;
      height: auto; }
  .blog-header a {
    color: #fff; }
  .blog-header.forums-header img {
    display: block;
    max-width: 140px;
    margin: 0 auto; }
  .blog-header.forums-header .dj {
    background-image: url("images/backgrounds/keyboard.jpg");
    background-position: center; }
  .blog-header.buy-header h1 {
    text-transform: none; }
  .blog-header.buy-header .dj {
    background-image: url("images/backgrounds/dj.jpg");
    background-position: center top; }
  .blog-header.download-header .dj {
    background-image: url("images/backgrounds/dj.jpg");
    background-position: center top; }
  .blog-header .dj {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("images/backgrounds/guitar2.jpg");
    background-position: center bottom;
    background-size: cover;
    opacity: .1;
    z-index: 1; }

_::-webkit-full-page-media .blog-header, _::-webkit-full-page-media .blog-header .cell, _::-webkit-full-page-media .blog-header h1, _::-webkit-full-page-media .small-header, _::-webkit-full-page-media .small-header .cell, _::-webkit-full-page-media .small-header h1, _:future .blog-header, _:future .blog-header .cell, _:future .blog-header h1, _:future .small-header, _:future .small-header .cell, _:future .small-header h1, :root .blog-header, :root .blog-header .cell, :root .blog-header h1, :root .small-header, :root .small-header .cell, :root .small-header h1 {
  z-index: -1; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-header {
    height: 360px; } }
  @media only screen and (-ms-high-contrast: active) and (max-width: 1200px), only screen and (-ms-high-contrast: none) and (max-width: 1200px) {
    .blog-header {
      height: 260px;
      padding: 3rem 0 2.5rem; } }
  @media only screen and (-ms-high-contrast: active) and (max-width: 47.938rem), only screen and (-ms-high-contrast: none) and (max-width: 47.938rem) {
    .blog-header {
      height: 160px;
      padding: 3.5rem 0 1.5rem; } }

.small-header {
  background-color: #ededed;
  -webkit-animation: colorfade 32s linear infinite;
  -moz-animation: colorfade 32s linear infinite;
  -ms-animation: colorfade 32s linear infinite;
  -o-animation: colorfade 32s linear infinite;
  animation: colorfade 32s linear infinite;
  padding: 3rem 0 2rem;
  position: relative;
  min-height: 200px; }
  @media only screen and (max-width: 47.938rem) {
    .small-header {
      min-height: 200px;
      padding: 3.5rem 0 1.5rem; } }
  .small-header h3 {
    font-size: 1.5rem;
    color: #fff; }
  .small-header h1 {
    color: #fff;
    display: inline-block;
    border-bottom: solid 4px #fff;
    margin: 0 auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    padding: 0 .75rem;
    line-height: 1.2;
    max-width: 90%;
    text-transform: uppercase;
    -webkit-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    -moz-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    -ms-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    -o-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    position: relative;
    z-index: 2; }
  .small-header .small-back {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: url("images/backgrounds/headphones.jpg");
    background-position: center;
    background-size: cover;
    opacity: .2;
    z-index: 1; }

footer {
  padding: 4rem 0 0;
  position: relative;
  background-color: #f5f5f5; }
  footer .logo-dark {
    width: 200px;
    height: auto; }
  footer .official {
    padding-bottom: .5rem;
    font-size: .65rem;
    color: rgba(0, 0, 0, 0.2);
    text-transform: uppercase; }
    footer .official a {
      color: rgba(0, 0, 0, 0.2);
      margin-left: .75rem; }
      footer .official a:hover {
        color: #3687AE; }
  footer .social {
    padding: 30px 0 0; }
  footer .social-img {
    box-shadow: none;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    opacity: .7; }
    footer .social-img:hove {
      opacity: 1; }
  footer ul, footer li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block; }

.social {
  padding: 20px 0 0; }
  .social a {
    display: inline-block;
    padding: 0 .25rem; }

.social-img {
  display: inline-block;
  width: 40px;
  height: 40px;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: "center";
  -moz-transform-origin: "center";
  -o-transform-origin: "center";
  -ms-transform-origin: "center";
  transform-origin: "center";
  -webkit-filter: grayscale(80%) brightness(80%);
  filter: grayscale(80%) brightness(80%);
  -ms-transform: scale(0.75, 0.75) translate3d(0, 0, 0);
  -webkit-transform: scale(0.75, 0.75) translate3d(0, 0, 0);
  transform: scale(0.75, 0.75) translate3d(0, 0, 0);
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
  border-radius: 40px; }
  .social-img:hover {
    -webkit-filter: grayscale(0%) brightness(100%);
    filter: grayscale(0%) brightness(100%);
    -ms-transform: scale(1, 1) translate3d(0, 0, 0);
    -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
    transform: scale(1, 1) translate3d(0, 0, 0); }

.error404 .full-flex {
  background-image: url("images/backgrounds/concert-b-w.jpg");
  background-position: center top;
  background-size: cover;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
.error404 #particle-slider {
  max-height: 90%; }
.error404 .footer .logo-dark {
  width: 200px;
  height: auto; }
.error404 .footer .official {
  color: #fff;
  font-size: .65rem;
  text-transform: uppercase; }
  .error404 .footer .official a {
    color: #fff;
    margin-left: .75rem; }
    .error404 .footer .official a:hover {
      color: #3687AE; }
.error404 .footer .social {
  padding: 0; }
.error404 .footer .social-img {
  box-shadow: none;
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  opacity: .7; }
  .error404 .footer .social-img:hove {
    opacity: 1; }
.error404 .footer ul, .error404 .footer li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block; }

#cke_replyBody, #cke_create_ticket_body {
  border: none;
  box-shadow: none;
  margin-bottom: 1rem; }
  #cke_replyBody .cke_inner, #cke_create_ticket_body .cke_inner {
    background-color: transparent; }
    #cke_replyBody .cke_inner .cke_top, #cke_create_ticket_body .cke_inner .cke_top {
      border-bottom: none;
      padding: 0px;
      box-shadow: none;
      background: transparent;
      background-image: none; }
      #cke_replyBody .cke_inner .cke_top .cke_toolgroup, #cke_replyBody .cke_inner .cke_top a.cke_combo_button, #cke_create_ticket_body .cke_inner .cke_top .cke_toolgroup, #cke_create_ticket_body .cke_inner .cke_top a.cke_combo_button {
        border-radius: 0;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-bottom-color: rgba(0, 0, 0, 0.1);
        box-shadow: none;
        background-color: transparent;
        background-image: none; }
      #cke_replyBody .cke_inner .cke_top a.cke_button_off:hover, #cke_replyBody .cke_inner .cke_top a.cke_button_off:focus, #cke_replyBody .cke_inner .cke_top a.cke_button_off:active, #cke_replyBody .cke_inner .cke_top a.cke_button_disabled:hover, #cke_replyBody .cke_inner .cke_top a.cke_button_disabled:focus, #cke_replyBody .cke_inner .cke_top a.cke_button_disabled:active, #cke_create_ticket_body .cke_inner .cke_top a.cke_button_off:hover, #cke_create_ticket_body .cke_inner .cke_top a.cke_button_off:focus, #cke_create_ticket_body .cke_inner .cke_top a.cke_button_off:active, #cke_create_ticket_body .cke_inner .cke_top a.cke_button_disabled:hover, #cke_create_ticket_body .cke_inner .cke_top a.cke_button_disabled:focus, #cke_create_ticket_body .cke_inner .cke_top a.cke_button_disabled:active {
        box-shadow: none;
        background-color: #e6e6e6;
        background-image: none; }
      #cke_replyBody .cke_inner .cke_top .cke_button_icon, #cke_create_ticket_body .cke_inner .cke_top .cke_button_icon {
        opacity: .5; }
    #cke_replyBody .cke_inner .cke_bottom, #cke_create_ticket_body .cke_inner .cke_bottom {
      border-top: none;
      border-bottom: none;
      padding: 0px;
      box-shadow: none;
      background: transparent;
      background-image: none; }
  #cke_replyBody .cke_wysiwyg_frame.cke_reset, #cke_create_ticket_body .cke_wysiwyg_frame.cke_reset {
    border: solid 4px rgba(99, 99, 99, 0.2);
    background: none;
    border-radius: 4px;
    padding: 0;
    font-size: .8em;
    margin-bottom: 10px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-sizing: border-box; }
    #cke_replyBody .cke_wysiwyg_frame.cke_reset:active, #cke_replyBody .cke_wysiwyg_frame.cke_reset:focus, #cke_create_ticket_body .cke_wysiwyg_frame.cke_reset:active, #cke_create_ticket_body .cke_wysiwyg_frame.cke_reset:focus {
      outline: none;
      border-color: #c0cfd7; }
  #cke_replyBody.cke_focus .cke_wysiwyg_frame.cke_reset, #cke_create_ticket_body.cke_focus .cke_wysiwyg_frame.cke_reset {
    border-color: #c0cfd7; }

.home .download-link {
  display: inline-block;
  margin: 2rem 0 0;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.1); }
  .home .download-link:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18); }

.intro {
  position: relative;
  padding: 0;
  height: 85%;
  height: 85vh;
  min-height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  -webkit-animation: colorfade 16s linear infinite;
  -moz-animation: colorfade 16s linear infinite;
  -ms-animation: colorfade 16s linear infinite;
  -o-animation: colorfade 16s linear infinite;
  animation: colorfade 16s linear infinite; }
  @media only screen and (max-width: 47.938rem) {
    .intro .download-link {
      margin-left: 0;
      margin: 0 auto; } }
  @media (max-width: 800px) and (orientation: landscape) {
    .intro {
      padding-top: 24px;
      min-height: 500px; } }
  .intro .small-download-link {
    font-size: .675rem;
    text-transform: uppercase;
    opacity: .7;
    letter-spacing: 1px;
    color: #fff; }
    .intro .small-download-link:hover {
      opacity: 1; }
  .intro .row {
    height: 85%;
    height: 85vh;
    min-height: 400px;
    z-index: 3;
    position: relative;
    padding: 100px 3rem 300px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 300s; }
    @media only screen and (max-width: 59.938rem) {
      .intro .row {
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media only screen and (max-width: 47.938rem) {
      .intro .row {
        padding-bottom: 200px; } }
    @media only screen and (max-width: 29.938rem) {
      .intro .row {
        padding-bottom: 156px; } }
  .intro .imagine-text {
    position: relative;
    margin-top: 0;
    width: 100%;
    color: #fff; }
    .intro .imagine-text h1 {
      font-weight: 300;
      letter-spacing: 4px;
      text-transform: uppercase;
      opacity: .6;
      font-size: 3rem;
      transition: all 2.2s cubic-bezier(0.4, 0, 0.2, 1) 0.45s;
      -webkit-transform-origin: center;
      -moz-transform-origin: center;
      -o-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center;
      -ms-transform: scale(0.85, 0.85);
      -webkit-transform: scale(0.85, 0.85);
      transform: scale(0.85, 0.85); }
      @media only screen and (max-width: 29.938rem) {
        .intro .imagine-text h1 {
          font-size: 2rem; } }
      @media only screen and (min-width: 39.938rem) {
        .intro .imagine-text h1 {
          font-size: 4.5vw;
          white-space: nowrap;
          letter-spacing: 26px; } }
      .intro .imagine-text h1.in-view {
        letter-spacing: 4px;
        opacity: 1;
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
  .intro .button {
    text-transform: none; }
  .intro .imagine-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1) 1s;
    background-size: cover;
    -webkit-filter: grayscale(90%) brightness(0.4);
    filter: grayscale(90%) brightness(0.4);
    opacity: 0; }
    .intro .imagine-back.concert {
      background-image: url("images/backgrounds/concert2.jpg");
      background-position: center;
      opacity: .75; }
  .intro a {
    display: inline-block; }
  .intro small {
    display: block;
    color: rgba(255, 255, 255, 0.4);
    margin: -16px 0 0 36px; }
  .intro .pro-book {
    position: absolute;
    bottom: -92px;
    z-index: 2;
    width: 100%;
    height: 342px;
    background-image: url("images/surface-pro-book.png");
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 500px) {
      .intro .pro-book {
        background-image: url("images/surface-pro-book-filled.png"); } }
  .intro .pro-book-screen {
    width: 346px;
    height: 200px;
    background-color: #20BFD2;
    position: absolute;
    bottom: 8px;
    left: 50%;
    text-align: center;
    margin-left: 1px;
    -webkit-animation: colorfade 16s linear infinite;
    -moz-animation: colorfade 16s linear infinite;
    -ms-animation: colorfade 16s linear infinite;
    -o-animation: colorfade 16s linear infinite;
    animation: colorfade 16s linear infinite;
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 1; }
    @media only screen and (max-width: 500px) {
      .intro .pro-book-screen {
        display: none; } }
    .intro .pro-book-screen .dps-logo {
      width: 126px;
      height: 126px;
      margin-top: 24px;
      position: relative;
      z-index: 4;
      opacity: .25; }
    .intro .pro-book-screen .screen-container {
      width: 100%;
      height: 100%;
      position: relative; }
  .intro .down-container {
    margin-top: 20px;
    display: none; }
  .intro .down-arrow {
    width: 54px;
    height: 54px;
    border-radius: 60px;
    background-color: transparent;
    position: relative;
    display: inline-block;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer; }
    .intro .down-arrow span:first-of-type {
      -webkit-animation: arrow-l 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none;
      -moz-animation: arrow-l 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none;
      -ms-animation: arrow-l 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none;
      -o-animation: arrow-l 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none;
      animation: arrow-l 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none; }
    .intro .down-arrow span:last-of-type {
      -webkit-animation: arrow-r 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none;
      -moz-animation: arrow-r 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none;
      -ms-animation: arrow-r 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none;
      -o-animation: arrow-r 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none;
      animation: arrow-r 0.85s cubic-bezier(0.4, 0, 0.2, 1) 5.8s 1 none; }
    .intro .down-arrow span {
      position: absolute;
      border-radius: 10px;
      width: 4px;
      height: 20px;
      top: 12px;
      left: 24px;
      background-color: #fff;
      transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
      -webkit-transform-origin: center bottom;
      -moz-transform-origin: center bottom;
      -o-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
      transform-origin: center bottom;
      -ms-transform: rotate(60deg);
      -webkit-transform: rotate(60deg);
      transform: rotate(60deg); }
      .intro .down-arrow span:last-of-type {
        left: 27px;
        -ms-transform: rotate(-60deg);
        -webkit-transform: rotate(-60deg);
        transform: rotate(-60deg); }
    .intro .down-arrow:hover {
      background-color: rgba(0, 0, 0, 0.25); }
      .intro .down-arrow:hover span {
        top: 15px;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
        .intro .down-arrow:hover span:last-of-type {
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.review-strip {
  background-color: #fff;
  width: 100%;
  padding: 15vh 0 4rem;
  min-height: 200px; }
  @media (max-width: 800px) and (orientation: landscape) {
    .review-strip {
      padding-top: 94px; } }
  .review-strip h3 {
    margin-bottom: 1rem; }
  .review-strip img {
    max-width: 150px;
    height: auto;
    margin: 0 16px 16px;
    vertical-align: middle; }
    .review-strip img.square {
      vertical-align: bottom;
      max-width: 60px; }
    @media only screen and (max-width: 47.938rem) {
      .review-strip img {
        max-width: 40%;
        margin: 12px 4%;
        display: inline-block; } }

.splash-image {
  width: 100%;
  height: 75%;
  height: 75vh;
  background-position: center center;
  background-size: cover; }
  .splash-image .row {
    height: 75vh; }
  .splash-image h2 {
    padding-bottom: 20vh;
    display: inline-block;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    color: #fff;
    opacity: 0; }
  .splash-image.in-view h2 {
    -webkit-animation: text-in 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s 1 forwards;
    -moz-animation: text-in 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s 1 forwards;
    -ms-animation: text-in 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s 1 forwards;
    -o-animation: text-in 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s 1 forwards;
    animation: text-in 1s cubic-bezier(0.4, 0, 0.2, 1) 0.5s 1 forwards; }
  .touchevents .splash-image.surface {
    height: auto !important; }

.diagram {
  opacity: .5; }

@media only screen and (max-width: 47.938rem) {
  .diagram-container h2, .diagram-container h4 {
    text-align: center; } }

.equation {
  padding-bottom: 0; }
  .equation h4 {
    margin-bottom: 1.25rem;
    line-height: 1.2;
    min-height: 54px; }
    @media only screen and (max-width: 47.938rem) {
      .equation h4 {
        min-height: 1rem;
        font-size: 1.5rem;
        text-align: center; } }
  .equation .fit {
    padding: 0 .5rem 0 0; }
    .equation .fit h2 {
      line-height: .7; }
    @media only screen and (max-width: 47.938rem) {
      .equation .fit {
        text-align: center;
        width: 100%; }
        .equation .fit h2 {
          font-size: 3rem;
          margin-bottom: 1rem; } }

.image-strip img {
  width: 100%;
  height: auto;
  display: block; }

@media only screen and (max-width: 47.938rem) {
  .surface {
    height: auto !important; }
    .surface .row {
      height: auto !important; } }
@media screen and (max-height: 528px) {
  .surface {
    height: auto !important; } }
.surface .full {
  background-image: url("images/surface-pro-concert.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 44%; }
  @media only screen and (max-height: 800px) {
    .surface .full {
      background-size: 40%; } }
  @media only screen and (max-height: 600px) {
    .surface .full {
      background-size: 30%; } }
  @media only screen and (max-width: 87.5rem) {
    .surface .full {
      background-size: 40%; } }
  @media only screen and (max-width: 47.938rem) {
    .surface .full {
      text-align: center;
      padding-top: 340px;
      padding-bottom: 40px;
      background-position: center 24%;
      background-size: 54%; } }
.surface h3 {
  font-weight: 200;
  font-size: 1.75rem;
  color: #fff;
  width: 48%;
  line-height: 1.2;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.49); }
  @media only screen and (max-width: 47.938rem) {
    .surface h3 {
      width: 100%; } }
.surface .sub-header {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.25rem;
  width: 48%;
  padding-bottom: 1rem; }
  @media only screen and (max-width: 47.938rem) {
    .surface .sub-header {
      width: 100%;
      color: white; } }

.page .full {
  max-width: 680px; }
.page.page-buy {
  padding-top: 0; }
.page.page-privacy-policy, .page.page-terms-and-conditions, .page.page-lost-license {
  padding-top: 6rem; }
.page .page-content .row {
  margin: 0 0; }
@media only screen and (max-width: 47.938rem) {
  .page .page-content {
    padding: 0 .5rem; } }

.page-title {
  border-bottom: solid 1px;
  padding-bottom: .75rem;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  display: block;
  width: 100%; }

.sub-sidebar {
  padding-bottom: 2rem; }
  .sub-sidebar a {
    display: block;
    line-height: 1.25;
    padding: .5rem 0; }
  .sub-sidebar ul.sub-menu {
    margin: 0px;
    list-style: none;
    border-top: solid 1px rgba(0, 0, 0, 0.1); }
    .sub-sidebar ul.sub-menu a {
      padding-left: .75rem; }
  @media only screen and (max-width: 47.938rem) {
    .sub-sidebar {
      display: none; } }

.page-support .page-container {
  padding-top: 2rem;
  max-width: 809px; }
.page-support .page-content {
  padding-left: 2rem;
  min-height: 400px; }
.page-support ol li {
  padding: .5rem 0; }
.page-support .app-link {
  display: inline-block; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .pricing-table {
    margin: 0 0 3rem !important; } }
.pricing-table {
  text-align: center;
  margin: 0 0 3rem;
  padding: 0px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
  max-width: 46%;
  color: rgba(99, 99, 99, 0.65);
  cursor: crosshair; }
  @media only screen and (max-width: 39.938rem) {
    .pricing-table {
      max-width: 100%; } }
  .pricing-table:hover {
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18); }
    .pricing-table:hover ul.lined li {
      border-bottom: solid 1px rgba(255, 255, 255, 0.2); }
      .pricing-table:hover ul.lined li:last-of-type {
        border-bottom: none; }
    .pricing-table:hover span.pro-feature {
      color: #fff; }
    .pricing-table:hover .button {
      background-color: #fff;
      color: #20BFD2; }
    .pricing-table:hover:after {
      -ms-transform: translate3d(0, 0, 0);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .pricing-table:after {
    width: 100%;
    position: absolute;
    background-color: #20BFD2;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    content: '';
    z-index: 2;
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  .pricing-table .pricing-header {
    padding: 1rem 1.5rem;
    color: #fff;
    background-color: #20BFD2;
    line-height: 1;
    position: relative;
    z-index: 4; }
    .pricing-table .pricing-header h3 {
      line-height: 1; }
    .pricing-table .pricing-header small {
      opacity: .7; }
  .pricing-table .pricing-content {
    padding: .75rem 1.5rem 1.5rem;
    position: relative;
    z-index: 4; }
  .pricing-table .button {
    background-color: #20BFD2;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    text-transform: none; }
    .pricing-table .button:hover {
      color: #20BFD2;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18); }
  .pricing-table ul li {
    min-height: 60px;
    padding: .65rem 0;
    font-size: 14px;
    position: relative;
    overflow: hidden; }
    .pricing-table ul li:last-of-type {
      height: 76px; }
    .pricing-table ul li:after {
      content: '';
      display: block;
      width: 200px;
      height: 200px;
      border-radius: 200px;
      background-color: rgba(255, 255, 255, 0.2);
      position: absolute;
      top: 50%;
      left: 50%;
      transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1);
      -ms-transform: translate3d(-50%, -50%, 0) scale(0.01, 0.01);
      -webkit-transform: translate3d(-50%, -50%, 0) scale(0.01, 0.01);
      transform: translate3d(-50%, -50%, 0) scale(0.01, 0.01); }
    .pricing-table ul li:hover:after {
      background-color: rgba(255, 255, 255, 0.04);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.75, 1.75);
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.75, 1.75);
      transform: translate3d(-50%, -50%, 0) scale(1.75, 1.75); }
  .pricing-table span.pro-feature {
    font-weight: bold;
    color: #20BFD2;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  .pricing-table span.single {
    display: inline-block;
    padding-top: .65rem; }

.buy-feature {
  font-size: .8rem;
  margin: .75rem 0; }

.page-checkout .page-container {
  padding-top: 3rem; }

.blog-row {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  column-break-inside: avoid;
  -webkit-column-span: 1;
  column-span: 1; }
  @media only screen and (min-width: 87.5rem) {
    .blog-row {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -o-column-break-inside: avoid;
      -ms-column-break-inside: avoid;
      column-break-inside: avoid; } }
  @media only screen and (max-width: 47.938rem) {
    .blog-row {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 30px;
      -moz-column-gap: 30px;
      column-gap: 30px;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -o-column-break-inside: avoid;
      -ms-column-break-inside: avoid;
      column-break-inside: avoid; } }
  @media only screen and (max-width: 29.938rem) {
    .blog-row {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1;
      -webkit-column-gap: 10px;
      -moz-column-gap: 10px;
      column-gap: 10px;
      -webkit-column-break-inside: avoid;
      -moz-column-break-inside: avoid;
      -o-column-break-inside: avoid;
      -ms-column-break-inside: avoid;
      column-break-inside: avoid; } }

.post-square {
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 1.5rem;
  color: #636363;
  position: relative;
  font-size: .75rem;
  padding: 0;
  display: inline-block; }
  .post-square:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: colorfade 32s linear infinite;
    -moz-animation: colorfade 32s linear infinite;
    -ms-animation: colorfade 32s linear infinite;
    -o-animation: colorfade 32s linear infinite;
    animation: colorfade 32s linear infinite;
    z-index: -1;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .post-square .post-meta-row {
    padding: 1.5rem; }
  .post-square .post-title {
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: .25rem;
    font-weight: bold; }
  .post-square .post-date {
    font-size: .5rem;
    opacity: .5; }
  .post-square p {
    margin-bottom: 0;
    word-break: break-word; }
  .post-square .post-thumb {
    max-width: 100%;
    width: 100%;
    height: auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin-bottom: -.75rem;
    backface-visibility: hidden; }
  .post-square:hover {
    color: #fff;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18); }
    .post-square:hover:after {
      opacity: 1; }
    .post-square:hover .post-thumb {
      opacity: .65;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%); }

.page-blog, .category {
  padding-top: 0; }
  .page-blog .page-container, .category .page-container {
    max-width: 920px;
    border-bottom: solid 4px rgba(99, 99, 99, 0.4);
    padding: 2rem 0 1rem; }
    @media only screen and (min-width: 87.5rem) {
      .page-blog .page-container, .category .page-container {
        max-width: 1020px; } }
    @media only screen and (max-width: 59.938rem) {
      .page-blog .page-container, .category .page-container {
        padding: 2rem .5rem 1rem; } }

.archive-title {
  border-bottom: solid 2px rgba(99, 99, 99, 0.4);
  text-align: center;
  margin-bottom: 2rem;
  padding-bottom: .5rem;
  font-size: 1.5rem; }
  .archive-title span {
    opacity: .5; }
  .archive-title a {
    -webkit-animation: colortextfade 32s linear infinite;
    -moz-animation: colortextfade 32s linear infinite;
    -ms-animation: colortextfade 32s linear infinite;
    -o-animation: colortextfade 32s linear infinite;
    animation: colortextfade 32s linear infinite; }

.publisher-info {
  visibility: hidden;
  height: 0;
  overflow: hidden; }

.single-header {
  min-height: 360px;
  width: 100%;
  background-color: #bfbfbf;
  background-size: 100%;
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  padding: 220px .75rem 2rem;
  color: #fff;
  box-shadow: inset 0 90px 90px -90px rgba(0, 0, 0, 0.65), inset 0 -32px 32px -32px rgba(0, 0, 0, 0.65);
  text-shadow: 0px 0px 40px rgba(0, 0, 0, 0.65), 0px 0px 8px rgba(0, 0, 0, 0.25); }
  @media only screen and (max-width: 47.938rem) {
    .single-header {
      padding: 4rem .75rem 1.5rem;
      min-height: 100px; } }
  .single-header h1 {
    font-weight: bolder; }
  .single-header h3.post-category {
    font-weight: bolder;
    font-size: .875rem;
    line-height: 1.25;
    padding-top: .5rem;
    max-width: 75%;
    color: #fff;
    opacity: .75; }
    .single-header h3.post-category a {
      color: #fff; }
      .single-header h3.post-category a:hover {
        opacity: .6; }
  .single-header h3.blog-home-link {
    font-size: 1.5rem;
    padding-bottom: 0; }
    .single-header h3.blog-home-link a {
      -webkit-animation: colortextfade 32s linear infinite;
      -moz-animation: colortextfade 32s linear infinite;
      -ms-animation: colortextfade 32s linear infinite;
      -o-animation: colortextfade 32s linear infinite;
      animation: colortextfade 32s linear infinite; }
  .single-header.record-header {
    background-image: url("images/backgrounds/record.jpg"); }
  .single-header.headphones-header {
    background-image: url("images/backgrounds/headphones.jpg"); }
  .single-header.headphones2-header {
    background-image: url("images/backgrounds/headphones2.jpg"); }
  .single-header.concert-header {
    background-image: url("images/backgrounds/concert-b-w.jpg"); }
  .single-header.guitar-header {
    background-image: url("images/backgrounds/guitar.jpg"); }
  @media only screen and (max-width: 47.938rem) {
    .single-header {
      background-attachment: inherit;
      background-size: cover; } }

.single .page-container {
  padding: 2rem 0 1rem;
  max-width: 560px;
  border-bottom: solid 4px rgba(99, 99, 99, 0.4); }
  @media only screen and (max-width: 47.938rem) {
    .single .page-container {
      padding: 2rem .75rem 1rem; } }
  .single .page-container img {
    max-width: 100%;
    height: auto; }
  .single .page-container .page-content h1, .single .page-container .page-content h2, .single .page-container .page-content h3, .single .page-container .page-content h4, .single .page-container .page-content h5 {
    margin-bottom: 17px; }

.blog-date {
  display: block;
  opacity: .5;
  padding-bottom: 1rem; }

.post-controls {
  margin-top: 2rem;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
  font-size: .875rem; }
  .post-controls a {
    color: rgba(99, 99, 99, 0.5);
    font-weight: 300;
    transition: all 0.75s cubic-bezier(0.4, 0, 0.2, 1); }
    .post-controls a:hover {
      color: #3687AE; }
    .post-controls a[rel="prev"]:hover span {
      -ms-transform: translate3d(-4px, 0, 0) scale(1.35, 1.35);
      -webkit-transform: translate3d(-4px, 0, 0) scale(1.35, 1.35);
      transform: translate3d(-4px, 0, 0) scale(1.35, 1.35);
      -webkit-transform-origin: "center right";
      -moz-transform-origin: "center right";
      -o-transform-origin: "center right";
      -ms-transform-origin: "center right";
      transform-origin: "center right"; }
    .post-controls a[rel="next"]:hover span {
      -ms-transform: translate3d(4px, 0, 0) scale(1.35, 1.35);
      -webkit-transform: translate3d(4px, 0, 0) scale(1.35, 1.35);
      transform: translate3d(4px, 0, 0) scale(1.35, 1.35);
      -webkit-transform-origin: "center left";
      -moz-transform-origin: "center left";
      -o-transform-origin: "center left";
      -ms-transform-origin: "center left";
      transform-origin: "center left"; }
  .post-controls span {
    font-weight: bolder;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1); }
  @media only screen and (max-width: 29.938rem) {
    .post-controls {
      font-size: .75rem; } }

span.show-comments {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  color: rgba(99, 99, 99, 0.5); }
  span.show-comments:hover {
    color: #3687AE; }
  span.show-comments span {
    font-weight: 300;
    vertical-align: inherit;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  span.show-comments .shown-c {
    display: inline-block; }
    .comments-open span.show-comments .shown-c {
      display: none; }
  span.show-comments .hidden-c {
    display: none; }
    .comments-open span.show-comments .hidden-c {
      display: inline-block; }

.comments-row {
  display: none;
  padding-top: 1.5rem; }
  .comments-open .comments-row {
    display: block; }
  .comments-row #comments {
    display: none; }
  .comments-row .commentlist {
    margin-left: 0;
    list-style: none;
    padding-top: 2rem;
    margin-bottom: 2rem; }
    .comments-row .commentlist .pingback {
      display: none; }
    .comments-row .commentlist .comment {
      padding-left: 0px;
      margin-top: 1.5rem;
      border-bottom: solid 2px rgba(99, 99, 99, 0.2); }
      .comments-row .commentlist .comment:first-of-type {
        margin-top: 0; }
      .comments-row .commentlist .comment:last-of-type {
        border-bottom: none; }
      .comments-row .commentlist .comment.depth-2 {
        padding-left: 32px; }
      .comments-row .commentlist .comment.depth-3 {
        padding-left: 62px; }
      .comments-row .commentlist .comment.depth-4 {
        padding-left: 96px; }
      .comments-row .commentlist .comment.depth-5 {
        padding-left: 128px; }
      .comments-row .commentlist .comment .comment-body {
        position: relative;
        padding-left: 42px;
        font-size: .875rem;
        color: rgba(99, 99, 99, 0.7); }
        .comments-row .commentlist .comment .comment-body .says {
          display: none; }
        .comments-row .commentlist .comment .comment-body .fn {
          font-weight: bold; }
        .comments-row .commentlist .comment .comment-body .comment-meta, .comments-row .commentlist .comment .comment-body .reply {
          font-size: .6rem;
          margin-bottom: .75rem;
          opacity: .7; }
          .comments-row .commentlist .comment .comment-body .comment-meta a, .comments-row .commentlist .comment .comment-body .reply a {
            color: #636363; }
            .comments-row .commentlist .comment .comment-body .comment-meta a:hover, .comments-row .commentlist .comment .comment-body .reply a:hover {
              color: #3687AE; }
        .comments-row .commentlist .comment .comment-body .reply {
          text-align: right;
          text-transform: uppercase;
          margin-top: -14px; }
        .comments-row .commentlist .comment .comment-body .avatar {
          position: absolute;
          top: 0;
          left: 0;
          border-radius: 50px; }
  .comments-row #respond h3 {
    display: none; }

#commentform p {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 10px;
  margin-bottom: 6px; }
  #commentform p:nth-child(2), #commentform p:nth-child(3) {
    display: inline-block;
    width: 49%; }
    #commentform p:nth-child(2) label, #commentform p:nth-child(3) label {
      white-space: nowrap; }
    @media only screen and (max-width: 47.938rem) {
      #commentform p:nth-child(2), #commentform p:nth-child(3) {
        width: 100%; } }
    .logged-in #commentform p:nth-child(2), .logged-in #commentform p:nth-child(3) {
      width: 100%; }
  #commentform p:nth-child(3) {
    margin-left: 1%; }
    @media only screen and (max-width: 47.938rem) {
      #commentform p:nth-child(3) {
        margin-left: 0; } }
    .logged-in #commentform p:nth-child(3) {
      margin-left: 0; }
  #commentform p label {
    position: absolute;
    bottom: 27px;
    left: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: .4;
    pointer-events: none; }
  #commentform p input:focus + label {
    bottom: -2px;
    opacity: 1; }
  #commentform p.filled label {
    bottom: 0; }
  #commentform p textarea {
    margin-bottom: 0; }
  #commentform p #submit {
    width: 100%; }

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, textarea.wp-editor-area {
  border: solid 4px rgba(99, 99, 99, 0.2);
  width: 100%;
  background: none;
  border-radius: 4px;
  font-size: .8em;
  margin-bottom: 10px;
  padding: 6px 12px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-appearance: none; }
  input[type="text"]:active, input[type="text"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="tel"]:active, input[type="tel"]:focus, textarea:active, textarea:focus, textarea.wp-editor-area:active, textarea.wp-editor-area:focus {
    outline: none;
    border-color: #c0cfd7; }

input[type="submit"] {
  display: inline-block;
  padding: .6rem 1rem;
  background-color: #20BFD2;
  color: #fff;
  min-width: 150px;
  letter-spacing: 1px;
  text-align: center;
  border: none;
  border-radius: 4px;
  font-family: 'Droid Sans', sans-serif;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none; }
  input[type="submit"]:hover {
    background-color: #3687AE; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.bbpress .page-container {
  max-width: 100%;
  padding: 0 0 1rem;
  border-bottom: none; }
  .bbpress .page-container .row {
    padding: 0;
    margin: 0; }
.bbpress.forum-archive .page-title:before {
  display: inline-block;
  margin: -8px -4px 0 0;
  max-width: 297px;
  height: 70px; }
.bbpress.forum-archive .bbp-breadcrumb {
  display: none; }
.bbpress .bbp-template-notice, .bbpress .indicator-hint {
  padding: .25rem .6rem;
  border-radius: 0px;
  border: none;
  background-color: rgba(234, 196, 53, 0.2);
  border: none; }
  .bbpress .bbp-template-notice.error, .bbpress .indicator-hint.error {
    background-color: rgba(243, 123, 127, 0.2); }
  .bbpress .bbp-template-notice.info, .bbpress .indicator-hint.info {
    background-color: rgba(32, 191, 210, 0.15);
    border: none; }
.bbpress #bbpress-forums .bbp-search-form {
  float: none;
  max-width: 400px;
  margin: 0 auto;
  padding-bottom: 3.5rem; }
  .bbpress #bbpress-forums .bbp-search-form #bbp-search-form #bbp_search {
    width: 70%;
    float: left;
    font-size: 11px; }
  .bbpress #bbpress-forums .bbp-search-form input[type="submit"] {
    width: 28%;
    min-width: 46px;
    float: right;
    margin-top: 0; }
.bbpress #bbpress-forums #bbp-search-form #bbp_search {
  width: 70%;
  float: left;
  font-size: 11px; }
.bbpress #bbpress-forums input[type="submit"] {
  width: 28%;
  min-width: 46px;
  float: right;
  margin-top: 0; }
.bbpress .bbp-breadcrumb {
  width: 80%;
  color: rgba(99, 99, 99, 0.5);
  font-size: .8rem; }
.bbpress #subscription-toggle {
  float: right; }
.bbpress .page-content {
  max-width: 740px;
  width: 100%;
  padding: 2rem 0 1rem;
  margin: 0 auto; }
  @media only screen and (max-width: 47.938rem) {
    .bbpress .page-content {
      padding: 2rem .5rem 1rem; } }
.bbpress li.bbp-forum-freshness, .bbpress li.bbp-topic-freshness {
  width: 25%;
  text-align: right; }
.bbpress #bbp-user-body {
  font-size: 1rem; }
.bbpress #bbpress-forums div.odd, .bbpress #bbpress-forums ul.odd,
.bbpress #bbpress-forums div.even, .bbpress #bbpress-forums ul.even,
.bbpress #bbpress-forums div.bbp-forum-header, .bbpress #bbpress-forums div.bbp-topic-header, .bbpress #bbpress-forums div.bbp-reply-header {
  background-color: transparent; }
.bbpress #bbpress-forums div.bbp-forum-author img.avatar, .bbpress #bbpress-forums div.bbp-topic-author img.avatar, .bbpress #bbpress-forums div.bbp-reply-author img.avatar {
  max-width: 60px; }
.bbpress #bbpress-forums ul.bbp-lead-topic, .bbpress #bbpress-forums ul.bbp-topics, .bbpress #bbpress-forums ul.bbp-forums, .bbpress #bbpress-forums ul.bbp-replies, .bbpress #bbpress-forums ul.bbp-search-results {
  border-color: transparent; }
.bbpress #bbpress-forums li.bbp-body ul.forum, .bbpress #bbpress-forums li.bbp-body ul.topic {
  background-color: transparent;
  border-top: solid 1px rgba(0, 0, 0, 0.1); }
  .bbpress #bbpress-forums li.bbp-body ul.forum.even, .bbpress #bbpress-forums li.bbp-body ul.topic.even {
    background-color: #f9f9f9; }
    .bbpress #bbpress-forums li.bbp-body ul.forum.even:hover, .bbpress #bbpress-forums li.bbp-body ul.topic.even:hover {
      background-color: transparent; }
.bbpress #bbpress-forums li.bbp-header {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
  background-color: #f9f9f9; }
  .bbpress #bbpress-forums li.bbp-header:hover {
    background-color: transparent; }
.bbpress .bbp-meta {
  font-size: .6rem; }
.bbpress #bbpress-forums fieldset.bbp-form {
  border: solid 1px rgba(0, 0, 0, 0.1);
  margin-top: 5rem;
  padding: 1.5rem; }
  .bbpress #bbpress-forums fieldset.bbp-form legend {
    padding: 0 .5rem;
    display: inline-block;
    margin: 0 auto;
    font-size: 1rem; }
.bbpress .quicktags-toolbar {
  border-bottom: none;
  margin-bottom: .25rem; }
  .bbpress .quicktags-toolbar .button {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: none;
    min-width: 26px;
    margin-right: 6px !important; }
    .bbpress .quicktags-toolbar .button:hover {
      border: solid 1px rgba(0, 0, 0, 0.1);
      background-color: #e6e6e6; }
.bbpress .bbp-submit-wrapper .button {
  margin-top: 0;
  border: none;
  background-color: #20BFD2;
  min-width: 150px;
  letter-spacing: 1px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  cursor: pointer; }
  .bbpress .bbp-submit-wrapper .button:hover {
    background-color: #3687AE; }
.bbpress #bbpress-forums div.bbp-forum-content, .bbpress #bbpress-forums div.bbp-topic-content, .bbpress #bbpress-forums div.bbp-reply-content {
  padding-top: 0px; }
.bbpress #bbpress-forums p.bbp-topic-meta img.avatar, .bbpress #bbpress-forums ul.bbp-reply-revision-log img.avatar, .bbpress #bbpress-forums ul.bbp-topic-revision-log img.avatar, .bbpress #bbpress-forums div.bbp-template-notice img.avatar, .bbpress #bbpress-forums .widget_display_topics img.avatar, .bbpress #bbpress-forums .widget_display_replies img.avatar {
  border-radius: 20px;
  border: none;
  margin: 0 2px -4px 0; }
.bbpress #bbpress-forums div.bbp-forum-author img.avatar, .bbpress #bbpress-forums div.bbp-topic-author img.avatar, .bbpress #bbpress-forums div.bbp-reply-author img.avatar {
  border-radius: 100px; }
.bbpress #bbpress-forums div.bbp-forum-author img.avatar, .bbpress #bbpress-forums div.bbp-topic-author img.avatar, .bbpress #bbpress-forums div.bbp-reply-author img.avatar {
  margin-top: 0px; }

.bbp-user-edit-link {
  display: none; }

.bbpress.bbp-user-page .blog-header.forums-header {
  padding: 3rem 0 2rem;
  position: relative;
  min-height: 200px; }
  @media only screen and (max-width: 47.938rem) {
    .bbpress.bbp-user-page .blog-header.forums-header {
      min-height: 200px;
      padding: 3.5rem 0 1.5rem; } }
  .bbpress.bbp-user-page .blog-header.forums-header h1.super-header {
    font-size: 3.5vw; }
  .bbpress.bbp-user-page .blog-header.forums-header .dj {
    background-image: url("images/backgrounds/headphones.jpg"); }
.bbpress.bbp-user-page #bbp-user-avatar a.url {
  display: block;
  text-align: center; }
.bbpress.bbp-user-page #bbp-single-user-details img.avatar {
  border-radius: 200px;
  width: 100px !important;
  height: 100px !important; }
.bbpress.bbp-user-page #bbp-user-navigation li {
  font-size: 1rem;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
  .bbpress.bbp-user-page #bbp-user-navigation li:last-of-type, .bbpress.bbp-user-page #bbp-user-navigation li:nth-child(5) {
    border-bottom: none; }
  .bbpress.bbp-user-page #bbp-user-navigation li.current a {
    background-color: transparent !important; }
  .bbpress.bbp-user-page #bbp-user-navigation li a {
    line-height: 2;
    padding: 0 !important;
    opacity: 1 !important; }

.woocommerce-page .page-content {
  width: 100%; }
.woocommerce-page.woocommerce-checkout .page-container {
  padding-top: 4rem; }

.woocommerce-page .woocommerce form .form-row .required {
  color: #F37B7F; }

.woocommerce-page .woocommerce #respond input#submit, .woocommerce-page .woocommerce a.button, .woocommerce-page .woocommerce button.button, .woocommerce-page .woocommerce input.button {
  border-radius: 100px;
  font-size: .8rem;
  color: rgba(99, 99, 99, 0.65); }
  .woocommerce-page .woocommerce #respond input#submit:hover, .woocommerce-page .woocommerce a.button:hover, .woocommerce-page .woocommerce button.button:hover, .woocommerce-page .woocommerce input.button:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18); }
.woocommerce-page.woocommerce-checkout .woocommerce-info {
  border-top: none;
  background-color: #ebe9eb;
  border-radius: 5px;
  padding: 1rem !important;
  margin-bottom: 1rem !important; }
  .woocommerce-page.woocommerce-checkout .woocommerce-info:before {
    display: none; }

.page-download .full {
  padding-top: 1.5rem; }
.page-download .os-title {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 1rem; }
.page-download .download-link {
  display: inline-block;
  text-transform: none;
  line-height: .75;
  padding-bottom: .75rem;
  -webkit-animation: colorfade 32s linear infinite;
  -moz-animation: colorfade 32s linear infinite;
  -ms-animation: colorfade 32s linear infinite;
  -o-animation: colorfade 32s linear infinite;
  animation: colorfade 32s linear infinite; }
  .page-download .download-link .tm {
    font-size: .65rem;
    line-height: .3; }
.page-download .dps-logo {
  vertical-align: middle;
  max-width: 90px; }
.page-download .tech-logo {
  max-width: 86px;
  height: auto;
  vertical-align: middle; }
  .page-download .tech-logo.apple-logo {
    max-width: 80px;
    opacity: .15;
    margin-top: -10px; }
.page-download .add-it {
  font-weight: bolder;
  font-size: 1.5rem;
  padding: 1rem 0 2rem;
  color: rgba(99, 99, 99, 0.65); }
.page-download .switch {
  display: block;
  font-size: .675rem;
  margin-top: .25rem;
  margin-bottom: .75rem;
  opacity: .5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer; }
  .page-download .switch:hover {
    opacity: 1; }
.page-download .down-box {
  text-align: center;
  display: none; }
.page-download.Windows .download-box-windows {
  display: block; }
.page-download.MacOS .download-box-mac {
  display: block; }
.page-download.non-os .download-box-non {
  display: block; }
.page-download.non-os.mobile small {
  margin-bottom: 14px;
  display: inline-block; }
.page-download.non-os.mobile .tech-logo {
  max-width: 66px; }
  .page-download.non-os.mobile .tech-logo.apple-logo {
    max-width: 60px; }
  .page-download.non-os.mobile .tech-logo.jet {
    max-width: 220px;
    margin-bottom: 14px; }
.page-download.non-os.mobile .download-box-non {
  display: none; }
.page-download.non-os.mobile .download-box-non-mobile {
  display: block; }
.page-download .download-secondary {
  padding: 2rem 0 1rem; }
.page-download .mosaic {
  margin-top: 3rem;
  width: 100%;
  height: 0px;
  position: relative;
  padding: 0 0 33.3333%;
  background-image: url("images/backgrounds/mosaic.jpg");
  background-size: cover;
  background-position: center;
  text-align: center; }
  .page-download .mosaic .mosaic-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.65); }
  .page-download .mosaic .button {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 0;
    cursor: pointer;
    z-index: 5;
    text-transform: none;
    -ms-transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .page-download .mosaic .button:hover {
      background-color: #fff;
      color: #292929;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18), 0 12px 16px rgba(0, 0, 0, 0.25), 0 18px 40px rgba(0, 0, 0, 0.19); }

.g-recaptcha {
  margin: 1rem auto;
  display: block;
  width: 304px; }

.page-account .avatar-100 {
  margin: 0 auto 20px;
  border-radius: 200px; }
.page-account .page-container {
  padding: 2rem 0 0;
  max-width: 960px; }
  @media only screen and (min-width: 1201px) {
    .page-account .page-container {
      max-width: 1124px; } }
.page-account .page-content {
  padding: 0 0 0 2rem; }
  @media only screen and (max-width: 47.938rem) {
    .page-account .page-content {
      padding: 0; } }
.page-account .order_item .product-name > a {
  color: #636363;
  pointer-events: none; }
.page-account .order_item .product-quantity {
  display: none; }
.page-account.woocommerce-view-order .woocommerce header, .page-account.woocommerce-view-order .shop_table.customer_details, .page-account.woocommerce-view-order address {
  display: none; }
.page-account .lost-key {
  font-size: .8rem;
  color: rgba(99, 99, 99, 0.5); }
.page-account .woocommerce table.my_account_orders {
  border: none; }
  .page-account .woocommerce table.my_account_orders .order-number {
    padding-left: 0px; }
  .page-account .woocommerce table.my_account_orders .order-actions {
    padding-right: 0px; }
  .page-account .woocommerce table.my_account_orders .order-status {
    display: none; }

.page-account:not(.logged-in) {
  background-image: url("images/backgrounds/concert-b-w.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  height: 100vh;
  padding-top: 5rem; }
  .page-account:not(.logged-in) .page-content {
    padding: 0; }
  .page-account:not(.logged-in) .small-header {
    display: none; }
  .page-account:not(.logged-in) .full {
    max-width: 360px; }
    .page-account:not(.logged-in) .full > .row {
      padding: 0; }
  .page-account:not(.logged-in) .page-title {
    color: #fff;
    display: block;
    border-bottom: solid 4px #fff;
    margin: 0 auto;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    line-height: 1.2;
    max-width: 360px;
    text-align: center;
    text-transform: uppercase;
    -webkit-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    -moz-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    -ms-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    -o-animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards;
    animation: top-in-zoom 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.3s 1 forwards; }
  .page-account:not(.logged-in) .log-in-intro {
    display: block;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding: 1rem 0;
    margin: 0 auto;
    max-width: 90%; }
  .page-account:not(.logged-in) h2 {
    display: none; }
  .page-account:not(.logged-in) .woocommerce form.checkout_coupon, .page-account:not(.logged-in) .woocommerce form.login, .page-account:not(.logged-in) .woocommerce form.register {
    margin: 0; }
  .page-account:not(.logged-in) .form-row:not(.form-row-wide) .inline {
    float: right;
    display: block; }
  .page-account:not(.logged-in) .button {
    margin-top: .5rem; }
  .page-account:not(.logged-in) .lost_password {
    margin-bottom: 0; }
    .page-account:not(.logged-in) .lost_password a {
      display: block;
      text-align: center;
      font-size: .8rem;
      padding-top: .75rem; }
  .page-account:not(.logged-in) .woocommerce form.checkout_coupon, .page-account:not(.logged-in) .woocommerce form.login, .page-account:not(.logged-in) .woocommerce form.register, .page-account:not(.logged-in) .woocommerce form.lost_reset_password {
    background-color: #fff;
    max-width: 360px;
    width: 100%;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25), 0 4px 20px rgba(0, 0, 0, 0.18);
    border-radius: 4px; }
  .page-account:not(.logged-in) .woocommerce form.lost_reset_password {
    padding: 20px;
    font-size: .875rem; }
    .page-account:not(.logged-in) .woocommerce form.lost_reset_password .form-row {
      width: 100%; }
  .page-account:not(.logged-in) footer {
    margin-top: 6rem;
    background-color: transparent; }
    .page-account:not(.logged-in) footer .logo-dark {
      display: none; }
    .page-account:not(.logged-in) footer .official {
      color: #fff;
      font-size: .65rem;
      text-transform: uppercase; }
      .page-account:not(.logged-in) footer .official a {
        color: #fff;
        margin-left: .75rem; }
        .page-account:not(.logged-in) footer .official a:hover {
          color: #3687AE; }

.log-in-intro {
  display: none; }

.woocommerce form.login, .woocommerce form.register {
  display: none; }
  .woocommerce form.login.active, .woocommerce form.register.active {
    display: block; }

.register-toggle {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.75);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  text-align: center;
  cursor: pointer;
  font-weight: bold; }
  .register-toggle:hover {
    color: rgba(255, 255, 255, 0.35); }
  .register-toggle .login, .register-toggle .register {
    display: none; }
    .register-toggle .login.active, .register-toggle .register.active {
      display: inline-block; }

.profile-row.row {
  margin: 0 0 !important; }

.profile-section {
  border: solid 1px rgba(0, 0, 0, 0.1);
  width: 48%;
  margin-bottom: 4%;
  padding: 0 1.5rem 1.5rem;
  flex: none; }
  @media only screen and (max-width: 39.938rem) {
    .profile-section {
      width: 100%;
      margin-bottom: 2rem; } }
  .profile-section .profile-section-header {
    text-align: center;
    font-size: 1rem; }
    .profile-section .profile-section-header span {
      -ms-transform: translate3d(0, -50%, 0);
      -webkit-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0);
      display: inline-block;
      padding: 0 .5rem;
      background-color: #f5f5f5; }
  .profile-section .small {
    color: rgba(99, 99, 99, 0.5); }
  .profile-section .password {
    opacity: .25; }
  .profile-section.my-downloads a {
    display: block;
    padding-bottom: .5rem; }
    .profile-section.my-downloads a:before {
      font-family: WooCommerce;
      speak: none;
      font-size: 1.4rem;
      display: inline-block;
      font-weight: 400;
      font-variant: normal;
      text-transform: none;
      vertical-align: sub;
      -webkit-font-smoothing: antialiased;
      margin-right: .5em;
      content: "";
      text-decoration: none; }
  .profile-section.address-section p:first-of-type {
    font-size: .8rem;
    color: rgba(99, 99, 99, 0.5); }

@-moz-document url-prefix() {
  .profile-section {
    margin-bottom: 34px; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .profile-row {
    justify-content: inherit; }
    .profile-row .profile-section {
      margin: 0 1% 4%; } }
.support_bs #tab_faq {
  display: none !important; }

.page-account .support_bs .nav-tabs > li.active > a, .page-account .support_bs .nav-tabs > li.active > a:hover, .page-account .support_bs .nav-tabs > li.active > a:focus {
  background-color: #f5f5f5; }
.page-account .support_bs .nav > li > a:hover, .page-account .support_bs .nav > li > a:focus {
  background-color: #e6e6e6; }
.page-account .support_bs code {
  color: #F37B7F; }
.page-account .wpspFilterFront {
  margin-top: 0px;
  text-align: right; }
.page-account .nav-tabs {
  margin-left: 0;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1); }
.page-account .tab-pane {
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-top: none;
  padding: .25rem 1.25rem 1.25rem; }
  .page-account .tab-pane:before, .page-account .tab-pane:after {
    content: '';
    display: table; }
  .page-account .tab-pane:after {
    clear: both; }
.page-account .support_bs a {
  color: #20BFD2; }
  .page-account .support_bs a:hover, .page-account .support_bs a:focus {
    color: #3687AE; }
.page-account .ticket_list, .page-account .ticket_indivisual, .page-account .ticket_assignment, .page-account .wait {
  min-height: 300px; }
.page-account .support_bs .pager {
  margin: 2.5rem 0 2rem; }
.page-account .support_bs .pager li > a, .page-account .support_bs .pager li > span {
  border: none;
  border-radius: 100px;
  font-size: .8rem; }
.page-account #theadReplyContainer {
  margin-top: 0;
  border-radius: 0px;
  padding: 0px;
  background-color: transparent; }
.page-account .wpSupportPlus .ui-state-active, .page-account .wpSupportPlus .ui-widget-content .ui-state-active, .page-account .wpSupportPlus .ui-widget-header .ui-state-active {
  border: none;
  background-color: #48B17D; }
.page-account .ticket_indivisual > button.changeTicketSubBtn {
  color: #636363;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: .8rem;
  margin-right: 1rem; }
  .page-account .ticket_indivisual > button.changeTicketSubBtn:nth-child(2) {
    float: right;
    color: #20BFD2;
    margin-right: 0; }
.page-account .support_bs .label-info {
  background-color: transparent;
  color: rgba(99, 99, 99, 0.5);
  padding: 0;
  font-size: .8rem;
  font-weight: normal; }
.page-account .support_bs .label {
  border-radius: 0px; }
.page-account #replyFloatedContainer {
  font-size: .8rem;
  height: auto;
  margin: 0 0 3rem; }
  .page-account #replyFloatedContainer:before, .page-account #replyFloatedContainer:after {
    content: '';
    display: table; }
  .page-account #replyFloatedContainer:after {
    clear: both; }
  .page-account #replyFloatedContainer .btn {
    margin: 20px 0 0 10px; }
  .page-account #replyFloatedContainer .replyCC input {
    width: 100%; }
  .page-account #replyFloatedContainer .replyCC:first-of-type {
    padding-right: 2%; }
  .page-account #replyFloatedContainer .replyCC:last-of-type {
    paddig-left: 2%; }
.page-account #threadAccordion .ui-accordion-header {
  border: none;
  border-radius: 0px !important;
  font-size: .8rem;
  color: rgba(255, 255, 255, 0.65);
  background-color: #20BFD2;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
  .page-account #threadAccordion .ui-accordion-header:focus {
    outline: none; }
  .page-account #threadAccordion .ui-accordion-header strong, .page-account #threadAccordion .ui-accordion-header em {
    font-size: 1rem;
    margin-right: .25rem;
    color: #fff; }
  .page-account #threadAccordion .ui-accordion-header em {
    display: none; }
  .page-account #threadAccordion .ui-accordion-header.ui-state-hover {
    background-color: #3687AE; }
  .page-account #threadAccordion .ui-accordion-header.ui-state-active {
    background-color: #48B17D; }
    .page-account #threadAccordion .ui-accordion-header.ui-state-active.ui-state-hover {
      background-color: #3f9b6e; }
.page-account .wpSupportPlus .ui-widget-content {
  border: none;
  background: transparent;
  padding: 1rem 1rem; }
  .page-account .wpSupportPlus .ui-widget-content .threadUserType, .page-account .wpSupportPlus .ui-widget-content .threadUserType + br {
    display: none; }
.page-account #cke_create_ticket_body {
  margin-bottom: -2rem; }
.page-account #wpspFrontendTicketFilter {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }
  .page-account #wpspFrontendTicketFilter .filter_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    font-size: .8rem; }
    .page-account #wpspFrontendTicketFilter .filter_item:nth-child(4) {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -moz-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      margin-right: 0; }
      .page-account #wpspFrontendTicketFilter .filter_item:nth-child(4) table {
        width: 100%; }
        .page-account #wpspFrontendTicketFilter .filter_item:nth-child(4) table td:nth-child(1) {
          width: 22px; }
        .page-account #wpspFrontendTicketFilter .filter_item:nth-child(4) table td:nth-child(2) {
          width: 56px; }
    .page-account #wpspFrontendTicketFilter .filter_item select {
      width: auto !important; }
    .page-account #wpspFrontendTicketFilter .filter_item td {
      font-weight: normal; }

.page-support #wpsp_user_welcome {
  display: none; }

#ticketActionFront {
  padding: .25rem 0 0; }

#wpspBtnApplyFrontTicketFilter {
  color: #636363;
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: .8rem; }

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