@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 300;
  src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(http://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: italic;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold Italic'), local('SourceSansPro-SemiBoldItalic'), url(http://fonts.gstatic.com/s/sourcesanspro/v11/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZY4lCds18E.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(http://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdr.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(http://fonts.gstatic.com/s/sourcesanspro/v11/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdr.ttf) format('truetype');
}
/* ----------- Retina Screens ----------- */
/* ----------- Non-Retina Screens ----------- */
/* ----------- Galaxy S3 ----------- */
/* ----------- Galaxy S4 ----------- */
/* ----------- Galaxy S5 ----------- */
/* ----------- HTC One ----------- */
/* ----------- iPhone 4 and 4S ----------- */
/* ----------- iPhone 5 and 5S ----------- */
/* ----------- iPhone 6 ----------- */
/* ----------- iPhone 6+ ----------- */
/* ----------- Galaxy Tab 10.1 ----------- */
/* ----------- iPad 1 and 2 ----------- */
/* ----------- iPad 3 and 4 ----------- */
/* ----------- iPad mini ----------- */
/* ----------- Kindle Fire HD 7" ----------- */
/* ----------- Kindle Fire HD 8.9" ----------- */
/* ----------- Asus Nexus 7 ----------- */
/* ----------- Apple Watch ----------- */
/* ----------- Moto 360 Watch ----------- */
/**
 * Truncates text with an ellipsis, if it exceeds the specified width.
 * @param @maxWidth The max width in pixels
 */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
html,
body {
  font-family: 'Source Sans Pro', Helvetica, sans-serif;
  font-weight: 300;
  font-size: 15px;
  color: #000;
  background-color: #FFF;
}
html a,
body a {
  color: #5a8aba;
  text-decoration: underline;
  cursor: pointer;
}
html h1,
body h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #5a8aba;
}
html i,
body i {
  display: inline-block;
  min-height: 1rem;
  min-width: 1rem;
}
html a,
body a {
  outline: none !important;
}
html a i,
body a i {
  -webkit-transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
}
html a i:hover,
body a i:hover {
  transform: scale(1.2);
}
html .clickable,
body .clickable {
  cursor: pointer;
}
html span.success,
body span.success {
  color: seagreen;
}
html span.error,
body span.error {
  color: darkred;
}
html .strong,
body .strong {
  font-weight: bold;
}
html input.md-input.ng-invalid.ng-dirty,
body input.md-input.ng-invalid.ng-dirty {
  outline: none;
  border-bottom: 2px solid #DC4A3D;
  width: 100%;
}
html input.md-input.ng-touched.ng-valid,
body input.md-input.ng-touched.ng-valid {
  outline: none;
  border-bottom: 2px solid #5acc4b;
  width: 100%;
}
html md-radio-group.md-default-theme:focus:not(:empty),
body md-radio-group.md-default-theme:focus:not(:empty) {
  border: none;
}
site-header {
  position: fixed;
  z-index: 999;
  height: 3rem;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  clear: both;
  background-color: #333;
}
site-header span.title {
  height: 3rem;
  line-height: 3rem;
  margin: 0 3rem 0 1rem;
  float: left;
  color: #FFF;
  font-size: 2rem;
  text-transform: uppercase;
}
site-header nav {
  height: 3rem;
  margin-left: 1rem;
  float: left;
}
site-header nav a {
  font-size: 2rem;
  display: inline-block;
  line-height: 3rem;
  padding: 0 .8rem;
  -webkit-transition: font-size 0.2s, padding 0.2s;
  transition: font-size 0.2s, padding 0.2s;
}
site-header nav a:hover {
  background-color: #5a8aba;
  color: #FFF;
  padding: 0 1.3rem;
}
site-header span.right {
  float: right;
  font-size: 1.5rem;
  color: #FFF;
  line-height: 3rem;
  margin-right: 1rem;
}
site-header a.auth-prompt {
  float: right;
  font-size: 2.5rem;
  color: #FFF;
  line-height: 3rem;
  margin-right: 1rem;
  transform: scale(0.5);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
site-header a.auth-prompt:hover {
  transform: scale(1);
  color: lightgreen;
}
body > [ng-view] {
  margin-top: 3rem;
  padding: 2rem;
  position: relative;
}
modal .modal-wrapper {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
modal .modal-wrapper.ng-enter,
modal .modal-wrapper.ng-leave {
  -webkit-transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
}
modal .modal-wrapper.ng-enter {
  opacity: 0;
}
modal .modal-wrapper.ng-enter.ng-enter-active {
  opacity: 1;
}
modal .modal-wrapper.ng-leave {
  opacity: 1;
}
modal .modal-wrapper.ng-leave.ng-leave-active {
  opacity: 0;
}
modal .modal-wrapper .modal-content {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.8);
  top: 6rem;
  left: 3rem;
  bottom: 3rem;
  right: 3rem;
  padding: 1rem;
  overflow: scroll;
  -webkit-border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  -moz-border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
  border-radius: 0.8rem 0.8rem 0.8rem 0.8rem;
}
modal .modal-wrapper .modal-content.ng-enter,
modal .modal-wrapper .modal-content.ng-leave {
  -webkit-transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1000ms cubic-bezier(0.86, 0, 0.07, 1);
}
modal .modal-wrapper .modal-content.ng-enter {
  opacity: 0;
  top: 6rem;
  left: 0;
  bottom: 0;
  right: 0;
}
modal .modal-wrapper .modal-content.ng-enter.ng-enter-active {
  opacity: 1;
  top: 6rem;
  left: 3rem;
  bottom: 3rem;
  right: 3rem;
}
modal .modal-wrapper .modal-content.ng-leave {
  opacity: 1;
  top: 6rem;
  left: 3rem;
  bottom: 3rem;
  right: 3rem;
}
modal .modal-wrapper .modal-content.ng-leave.ng-leave-active {
  opacity: 0;
  top: 6rem;
  left: 0;
  bottom: 0;
  right: 0;
}
section.tricktionary {
  margin-top: 80px;
}
section.tricktionary div.search-container {
  position: fixed;
  height: 80px;
  width: 100%;
  background-color: #2A4C6D;
  top: 45px;
  left: 0;
  border-bottom: 2px solid #676D30;
  z-index: 999;
}
section.tricktionary div.search-container input {
  position: relative;
  display: block;
  height: 40px;
  width: 300px;
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  font-size: 24px;
  margin: 12px auto 0 auto;
  padding: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  font-weight: 100;
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  section.tricktionary div.search-container input {
    width: 80%;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary div.search-container input {
    width: 80%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary div.search-container input {
    width: 80%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary div.search-container input {
    width: 80%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary div.search-container input {
    width: 80%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary div.search-container input {
    width: 80%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary div.search-container input {
    width: 80%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  section.tricktionary div.search-container input {
    width: 80%;
  }
}
section.tricktionary.condensed {
  margin-right: 500px;
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  section.tricktionary.condensed {
    margin-right: 0;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary.condensed {
    margin-right: 0;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary.condensed {
    margin-right: 0;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary.condensed {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary.condensed {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary.condensed {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary.condensed {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  section.tricktionary.condensed {
    margin-right: 0;
  }
}
section.tricktionary.condensed div.search-container {
  z-index: 999;
}
section.tricktionary.condensed div.search-container input {
  margin-left: 12px;
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait */
  /* Portrait */
  /* Portrait */
  /* Portrait */
  /* Portrait */
  /* Portrait */
  /* Portrait */
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  section.tricktionary.condensed div.search-container input {
    margin-left: auto;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary.condensed div.search-container input {
    margin-left: auto;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary.condensed div.search-container input {
    margin-left: auto;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary.condensed div.search-container input {
    margin-left: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary.condensed div.search-container input {
    margin-left: auto;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary.condensed div.search-container input {
    margin-left: auto;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary.condensed div.search-container input {
    margin-left: auto;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  section.tricktionary.condensed div.search-container input {
    margin-left: auto;
  }
}
@media (max-device-width: 800px) and (orientation: portrait) {
  section.tricktionary.condensed div.search-container input {
    width: 227px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  section.tricktionary.condensed div.search-container input {
    width: 227px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary.condensed div.search-container input {
    width: 227px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  section.tricktionary.condensed div.search-container input {
    width: 227px;
  }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
  section.tricktionary.condensed div.search-container input {
    width: 227px;
  }
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) and (orientation: portrait) {
  section.tricktionary.condensed div.search-container input {
    width: 227px;
  }
}
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) and (orientation: portrait) {
  section.tricktionary.condensed div.search-container input {
    width: 227px;
  }
}
section.tricktionary.condensed div.trick-class div.tricks div.trick {
  width: 46%;
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
}
@media (min-device-width: 800px) and (max-device-width: 1280px) {
  section.tricktionary.condensed div.trick-class div.tricks div.trick {
    width: 96%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  section.tricktionary.condensed div.trick-class div.tricks div.trick {
    width: 96%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary.condensed div.trick-class div.tricks div.trick {
    width: 96%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  section.tricktionary.condensed div.trick-class div.tricks div.trick {
    width: 96%;
  }
}
@media only screen and (min-device-width: 800px) and (max-device-width: 1280px) and (-webkit-min-device-pixel-ratio: 1.5) {
  section.tricktionary.condensed div.trick-class div.tricks div.trick {
    width: 96%;
  }
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  section.tricktionary.condensed div.trick-class div.tricks div.trick {
    width: 96%;
  }
}
@media screen and (device-width: 601px) and (device-height: 906px) and (-webkit-min-device-pixel-ratio: 1.331) and (-webkit-max-device-pixel-ratio: 1.332) {
  section.tricktionary.condensed div.trick-class div.tricks div.trick {
    width: 96%;
  }
}
section.tricktionary div.trick-class header {
  display: block;
  background-color: #5F5BED;
  padding: 10px;
  margin: 20px 0;
  font-size: 24px;
  color: #FFF;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
section.tricktionary div.trick-class header a {
  float: right;
  color: #FFF;
}
section.tricktionary div.trick-class p.ng-enter,
section.tricktionary div.trick-class p.ng-leave {
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
section.tricktionary div.trick-class p.ng-enter {
  opacity: 0;
  font-size: 0;
  overflow: hidden;
}
section.tricktionary div.trick-class p.ng-enter.ng-enter-active {
  opacity: 1;
  font-size: 15px;
}
section.tricktionary div.trick-class p.ng-leave {
  opacity: 1;
  font-size: 15px;
}
section.tricktionary div.trick-class p.ng-leave.ng-leave-active {
  opacity: 0;
  font-size: 0;
  overflow: hidden;
}
section.tricktionary div.trick-class div.tricks {
  clear: both;
  overflow: hidden;
}
section.tricktionary div.trick {
  display: block;
  float: left;
  box-sizing: border-box;
  width: 29.3%;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  margin: 5px 2%;
  font-size: 16px;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #B4C8F1;
  color: #333;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  section.tricktionary div.trick {
    width: 46%;
  }
}
section.tricktionary div.trick.ng-enter,
section.tricktionary div.trick.ng-leave {
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
section.tricktionary div.trick.ng-enter {
  opacity: 0;
  height: 0;
  font-size: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
section.tricktionary div.trick.ng-enter.ng-enter-active {
  opacity: 1;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
}
section.tricktionary div.trick.ng-leave {
  opacity: 1;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  margin-top: 5px;
  margin-bottom: 5px;
}
section.tricktionary div.trick.ng-leave.ng-leave-active {
  opacity: 0;
  height: 0;
  font-size: 0;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}
section.tricktionary div.trick:hover {
  -webkit-transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  color: #FFF;
  border: none;
  background-color: #5aba68;
  transform: scale(1.1);
  font-weight: 800;
}
section.tricktionary div.trick span {
  display: block;
  outline: none !important;
}
section.tricktionary trick-detail {
  display: block;
  padding: 20px;
  background-color: #FFF;
  border-left: 10px solid #EFEFEF;
  -webkit-box-shadow: 0px 0 10px #5a8aba;
  -moz-box-shadow: 0px 0 10px #5a8aba;
  box-shadow: 0px 0 10px #5a8aba;
  position: fixed;
  text-align: center;
  top: 40px;
  right: 0;
  bottom: 0;
  width: 450px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1000;
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  section.tricktionary trick-detail {
    width: 100%;
    padding: 0;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail {
    width: 100%;
    padding: 0;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail {
    width: 100%;
    padding: 0;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail {
    width: 100%;
    padding: 0;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  section.tricktionary trick-detail {
    width: 100%;
    padding: 0;
  }
}
section.tricktionary trick-detail div.trick {
  float: none;
  width: auto;
}
section.tricktionary trick-detail a.close {
  position: fixed;
  top: 46px;
  right: 0;
  font-size: 36px;
  padding: 5px 20px;
  width: 450px;
  text-align: right;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 5;
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  section.tricktionary trick-detail a.close {
    width: 100%;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail a.close {
    width: 100%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail a.close {
    width: 100%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail a.close {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail a.close {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail a.close {
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail a.close {
    width: 100%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  section.tricktionary trick-detail a.close {
    width: 100%;
  }
}
section.tricktionary trick-detail h4 {
  margin: 60px auto 20px auto;
  width: 400px;
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  font-size: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: lighter;
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  section.tricktionary trick-detail h4 {
    width: 100%;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail h4 {
    width: 100%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail h4 {
    width: 100%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail h4 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail h4 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail h4 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail h4 {
    width: 100%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  section.tricktionary trick-detail h4 {
    width: 100%;
  }
}
section.tricktionary trick-detail h5 {
  margin: 25px;
  width: auto;
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-weight: lighter;
}
section.tricktionary trick-detail p.description {
  line-height: 26px;
  text-align: left;
  margin: 25px;
}
section.tricktionary trick-detail img.spinner {
  display: block;
  width: 32px;
  height: 32px;
  margin: 100px auto;
}
section.tricktionary trick-detail .video-mask {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  -webkit-transform: rotate(0.000001deg);
  transform: rotate(0.000001deg);
  margin: 10px auto;
  border: 3px solid #5a8aba;
  -webkit-border-radius: 15px 15px 15px 15px;
  -moz-border-radius: 15px 15px 15px 15px;
  border-radius: 15px 15px 15px 15px;
  -webkit-box-shadow: 0px 0 10px #5a8aba;
  -moz-box-shadow: 0px 0 10px #5a8aba;
  box-shadow: 0px 0 10px #5a8aba;
  width: 400px;
  overflow: hidden;
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  section.tricktionary trick-detail .video-mask {
    width: 80%;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail .video-mask {
    width: 80%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail .video-mask {
    width: 80%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail .video-mask {
    width: 80%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail .video-mask {
    width: 80%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail .video-mask {
    width: 80%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail .video-mask {
    width: 80%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  section.tricktionary trick-detail .video-mask {
    width: 80%;
  }
}
section.tricktionary trick-detail video {
  width: 400px;
  display: block;
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
  /* Portrait and Landscape */
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
  section.tricktionary trick-detail video {
    width: 100%;
  }
}
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail video {
    width: 100%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail video {
    width: 100%;
  }
}
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
  section.tricktionary trick-detail video {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail video {
    width: 100%;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail video {
    width: 100%;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  section.tricktionary trick-detail video {
    width: 100%;
  }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
  section.tricktionary trick-detail video {
    width: 100%;
  }
}
section.tricktionary trick-detail.ng-enter,
section.tricktionary trick-detail.ng-leave {
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
}
section.tricktionary trick-detail.ng-enter {
  opacity: 0;
  right: -500px;
}
section.tricktionary trick-detail.ng-enter.ng-enter-active {
  opacity: 1;
  right: 0;
}
section.tricktionary trick-detail.ng-leave {
  opacity: 1;
  right: 0;
}
section.tricktionary trick-detail.ng-leave.ng-leave-active {
  opacity: 0;
  right: -500px;
}
