.video-wrapper {
  position: relative;
  padding-bottom: 50%;
  padding-top: 25px;
  box-shadow: rgba(0, 0, 0, 0.0784314) 0px 2px 40px 0px;
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-wrapper {
  /* Hold final focused state
   ****************************/ }
  .search-wrapper p {
    text-align: center;
    color: #000;
    font-size: 14px; }
  .search-wrapper h4 {
    color: #000;
    text-align: center;
    letter-spacing: 0.5px;
    transform: scale(0);
    transition: all 0.3s;
    position: relative;
    top: -25px;
    margin: 0;
    font-weight: normal; }
  .search-wrapper h4.show {
    animation: alert 0.18s ease-in-out;
    animation-fill-mode: forwards; }
@keyframes alert {
  0% {
    transform: scale(0); }
  80% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
  .search-wrapper form {
    transition: all 0.15s; }
  .search-wrapper form.explode {
    transform: scale(1.4);
    opacity: 0; }
  .search-wrapper html {
    padding-top: 100px; }
  .search-wrapper form {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    position: relative; }
  .search-wrapper input[type="submit"] {
    display: none !important; }
  .search-wrapper input {
    width: 100%; }
  .search-wrapper input {
    background: none;
    border: 3px solid #000;
    border-radius: 26px;
    box-sizing: border-box;
    padding: 5px 15px 7px;
    font-size: 14px;
    color: #000;
    z-index: 2;
    position: relative; }
  .search-wrapper input:focus {
    outline: none; }
  .search-wrapper .after {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 1px;
    right: 0;
    z-index: 1; }
  .search-wrapper form.open .after {
    cursor: pointer; }
  .search-wrapper .after:before,
  .search-wrapper .after:after {
    content: '';
    width: 13px;
    height: 3px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    transform-origin: 100% 100%; }
  .search-wrapper .after:after {
    bottom: -3px;
    right: -3px;
    transform: rotate(45deg); }
  .search-wrapper .after:before {
    top: -3px;
    right: -3px;
    transform: rotate(-45deg);
    opacity: 0; }
  .search-wrapper form,
  .search-wrapper form .after,
  .search-wrapper form .after:before,
  .search-wrapper form .after:after {
    animation-duration: 1.1s;
    animation-fill-mode: forwards; }
  .search-wrapper form.in {
    animation-name: expand; }
  .search-wrapper form.in .after:before {
    animation-name: beforemagic; }
  .search-wrapper form.in .after:after {
    animation-name: aftermagic; }
  .search-wrapper form.close,
  .search-wrapper form.close .after,
  .search-wrapper form.close .after:before,
  .search-wrapper form.close .after:after {
    animation-direction: reverse; }
  .search-wrapper form.close {
    animation-name: expand; }
  .search-wrapper form.close .after:before {
    animation-name: beforemagic; }
  .search-wrapper form.close .after:after {
    animation-name: aftermagic; }
  .search-wrapper form.open {
    width: 250px;
    color: #000; }
  .search-wrapper form.open .after {
    z-index: 3; }
  .search-wrapper form.open .after:before {
    width: 20px;
    top: 9px;
    right: 13px;
    opacity: 1; }
  .search-wrapper form.open .after:after {
    width: 20px;
    bottom: 10px;
    right: 15px; }
@keyframes aftermagic {
  10% {
    width: 24px;
    bottom: -10px;
    right: -10px; }
  15% {
    opacity: 1; }
  35% {
    width: 13px;
    bottom: -3px;
    right: -3px;
    opacity: 0; }
  25% {
    opacity: 0; }
  64% {
    opacity: 0; }
  65% {
    opacity: 1;
    width: 13px;
    bottom: -2px;
    right: -3px; }
  75% {
    width: 30px;
    bottom: 4px;
    right: 10px; }
  90% {
    width: 20px;
    bottom: 10px;
    right: 15px; }
  100% {
    width: 20px;
    bottom: 10px;
    right: 15px; } }
@keyframes beforemagic {
  50% {
    opacity: 0; }
  55% {
    opacity: 1;
    width: 13px;
    top: -4px;
    right: -3px; }
  65% {
    width: 30px;
    top: 6px;
    right: 10px; }
  80% {
    width: 20px;
    top: 9px;
    right: 13px; }
  100% {
    width: 20px;
    top: 9px;
    right: 13px;
    opacity: 1; } }
@keyframes expand {
  0% {
    color: transparent; }
  20% {
    width: 36px; }
  45% {
    width: 250px; }
  99% {
    color: transparent; }
  100% {
    width: 250px;
    color: #000; } }

.support-videos {
    margin-top: 120px;
}
.support-videos .mix {
    background: #fff;
    margin: 10px auto;
    border-radius: 3px;
    box-shadow: 0px 2px 40px 0px rgba(0,0,0,0.08);
}
.support-videos .mix a img {
    width: 115px;
    height: 40px;
    margin: 10px 20px;
    display: block;
}
.support-videos p {
    text-align: center;
}
/*# sourceMappingURL=test.css.map */
