/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative; }

.jspPane {
  position: absolute; }

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red; }

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
  display: none !important; }

.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0; }

.jspCap {
  display: none; }

.jspHorizontalBar .jspCap {
  float: left; }

.jspTrack {
  background: #dde;
  position: relative; }

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer; }

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%; }

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer; }

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d; }

.jspVerticalBar .jspArrow {
  height: 16px; }

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%; }

.jspVerticalBar .jspArrow:focus {
  outline: none; }

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%; }

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0; }

/* ============================================================================= */
/* HTML5 display definitions */
/* ============================================================================= */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

[hidden] {
  display: none; }

/* ============================================================================= */
/* Base - HTML5 Boilerplate */
/* ============================================================================= */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231; }

body, button, input, select, textarea {
  font-family: sans-serif;
  color: #222; }

/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #fdd473;
  text-shadow: none; }

::selection {
  background: #fdd473;
  text-shadow: none; }

/* ============================================================================= */
/* Forms - Baseline framework and HTML5 boilerplate */
/* ============================================================================= */
form {
  overflow: auto;
  margin: 0; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  border: 0;
  *margin-left: -7px;
  padding: 0; }

label {
  display: block;
  cursor: pointer; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal;
  *overflow: visible; }

table button, table input {
  *overflow: auto; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input[type="text"],
input[type="password"],
input[type="select"],
input[type="search"] {
  width: 99%;
  display: block; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; }

input[type="radio"] {
  top: -1px;
  margin: 0 4px 3px 1px; }

input[type="checkbox"] {
  top: -2px;
  margin: 0 4px 3px 1px; }

input[type="file"] {
  margin: 0px 6px 3px 6px; }

input[type="submit"],
input[type="reset"],
input[type="button"] {
  cursor: pointer;
  -webkit-appearance: button; }

select {
  display: block;
  margin: 0px; }

textarea {
  width: 99%;
  display: block;
  clear: left;
  overflow: auto;
  vertical-align: top;
  resize: vertical; }

/* input:invalid, textarea:invalid 	{ background-color: #f0dddd; } */
/*Custom*/
input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  width: auto;
  margin-right: 5px; }

/* ============================================================================= */
/* Tables - Baseline framework */
/* ============================================================================= */
table {
  border-collapse: collapse;
  border-top: solid 3px black;
  position: relative;
  margin-top: 18px;
  border-spacing: 0; }

td {
  vertical-align: top; }

th, td {
  line-height: 18px;
  padding: 9px 18px 8px 0; }

thead th, thead td {
  padding-top: 7px; }

tfoot th, tfoot td {
  padding-bottom: 8px; }

tbody th, tbody td,
tfoot th, tfoot td {
  border-top: solid 1px black; }

th:first-child, td:first-child {
  padding-left: 0; }

th:last-child, td:last-child {
  padding-right: 0; }

tbody tr:nth-child(odd) th,
tbody tr:nth-child(odd) td {
  background: rgba(0, 0, 0, 0.035); }

caption {
  top: 5px;
  margin-bottom: 18px; }

/* ============================================================================= */
/* Typography - HTML5 Boilerplate */
/* ============================================================================= */
p {
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

ins {
  background: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold; }

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, monospace;
  _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; }

q {
  quotes: none; }

q:before, q:after {
  content: "";
  content: none; }

small {
  font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ============================================================================= */
/* Lists - HTML5 Boilerplate */
/* ============================================================================= */
ul, ol {
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0; }

/* ============================================================================= */
/* Embedded content - HTML5 Boilerplate */
/* ============================================================================= */
/* Improve image quality when scaled in IE7 */
/* Remove the gap between images and borders on image containers */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle; }

/* Correct overflow not hidden in IE9 */
svg:not(:root) {
  overflow: hidden; }

/* ============================================================================= */
/* Figures - HTML5 Boilerplate */
/* ============================================================================= */
figure {
  margin: 0; }

/* ============================================================================= */
/* Links */
/* ============================================================================= */
a {
  color: #4c4c4c; }

a:visited {
  color: #4c4c4c; }

a:hover {
  color: #4c4c4c; }

a,
a:focus,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #4c4c4c;
  outline: 0; }

/* ============================================================================= */
/* HTML5 Boilerplate nuggets */
/* ============================================================================= */
.enter:after {
  content: '\A';
  white-space: pre; }

/* image replacement */
.ir {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  border: none; }

.nir {
  /* dimenstions of image are required */
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: inline-block; }

.nir:before {
  content: "";
  /* image path required */
  display: inline-block;
  font-size: 0;
  line-height: 0; }

/* Hide from both screenreaders and browsers */
.hidden {
  display: none !important;
  visibility: hidden; }

/* Hide visually, but available for screenreaders */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  /* allow element to be focusable when navigated to via the keyboard */
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden; }

/* ============================================================================= */
/* Custom nuggets of gold */
/* ============================================================================= */
/*inline-block*/
.inline_block {
  font-size: 0;
  text-align: left; }

.inline_block > * {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 14px;
  /*for font-size: 0 inline fix*/
  height: 20px;
  line-height: 20px; }

/* general data list rules */
dt, dd {
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0; }

dd {
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = "<b class=after></b>"+this.innerHTML); }

dd.after, dd:after {
  content: '\A';
  white-space: pre; }

/* general flexible box rules */
/*general navigation rules*/
.nav ul, ol {
  font-size: 0;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0; }

.nav ul li, ol li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 14px;
  /*for font-size: 0 inline fix*/ }

.nav ul li a, ol li a {
  display: block;
  padding: 0 10px; }

.nav ul li:hover a {
  color: #444; }

/*clearfix*/
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/*navigation_seperator*/
.navigation_seperator {
  position: relative; }

.navigation_seperator > * {
  background-image: expression(this.runtimeStyle.backgroundImage="none",this.innerHTML = "<b class=before></b><b class=after></b>"+this.innerHTML); }

.navigation_seperator > * .after,
.navigation_seperator > *:after {
  content: "";
  border-right: 1px solid #b743c2;
  height: 8px;
  display: block;
  position: absolute;
  bottom: 7px; }

.navigation_seperator > *:first-child .after,
.navigation_seperator > *:first-child:after {
  border: none; }

.equal_nav {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify; }

.equal_nav > * {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  box-flex: 1; }

/* combo boxes */
.combobox {
  text-align: left; }

.combobox h3 {
  height: 35px;
  line-height: 35px;
  margin: 0; }

.combobox ul {
  list-style: none;
  margin: 0 35px 0 15px; }

.combobox ul li {
  width: 200px;
  overflow: hidden;
  background: #fff;
  padding-left: 10px;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  position: relative;
  z-index: 4; }

.combobox > ul > li:after {
  content: url("../Resources/public/images/buttons/button_select_arrow.png");
  height: 35px;
  width: 36px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2; }

/* second level ul */
.combobox > ul > ul {
  display: none;
  position: absolute;
  z-index: 3;
  padding-top: 10px;
  margin-top: -15px 0 0;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0;
  border-radius: 0 0 10px 10px; }

.combobox > ul:hover > ul {
  display: block; }

.combobox > ul > ul > li {
  width: 150px;
  border: 1px solid #ccc;
  border-width: 0 1px 1px; }

.combobox > ul > ul > li:hover {
  cursor: pointer; }

/* ============================================================================= */
/* Site specific nuggets of gold */
/* ============================================================================= */
@font-face {
  font-family: 'helvetica55';
  src: url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica55.eot");
  /* IE9 Compat Modes */
  src: url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica55.eot?#iefix") format("embedded-opentype"), url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica55.woff") format("woff"), url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica55.ttf") format("truetype"), url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica55.svg#svgFontName") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'helvetica65';
  src: url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica65.eot");
  /* IE9 Compat Modes */
  src: url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica65.eot?#iefix") format("embedded-opentype"), url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica65.woff") format("woff"), url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica65.ttf") format("truetype"), url("https://static.parastorage.com/services/third-party/ran-mizrahi/fonts/helvetica65.svg#helvetica65") format("svg");
  /* Legacy iOS */
  font-weight: normal;
  font-style: normal; }
.buy_button {
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  font-family: "helvetica65",helvetica,arial,sans-serif; }

.action_links {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #45a1d2;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiM0NWExZDIiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzMzOGZiZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(50%, #45a1d2), color-stop(50%, #338fbe));
  background: -moz-linear-gradient(#45a1d2 50%, #338fbe 50%);
  background: -webkit-linear-gradient(#45a1d2 50%, #338fbe 50%);
  background: linear-gradient(#45a1d2 50%, #338fbe 50%);
  height: 29px;
  line-height: 29px;
  text-align: center;
  color: #fff !important;
  padding: 0 10px;
  border: 1px solid #c4c4c4;
  display: inline-block; }

.action_links:hover,
.action_links:active {
  -moz-box-shadow: 2px 2px 2px #aaa;
  -webkit-box-shadow: 2px 2px 2px #aaa;
  box-shadow: 2px 2px 2px #aaa; }

.action_links:active {
  -moz-box-shadow: 0 2px 1px #666 inset;
  -webkit-box-shadow: 0 2px 1px #666 inset;
  box-shadow: 0 2px 1px #666 inset; }

/* Hint.css - v1.3.1 - 2013-11-23
* http://kushagragour.in/lab/hint/
* Copyright (c) 2013 Kushagra Gour; Licensed MIT */
/*-------------------------------------*\
  HINT.css - A CSS tooltip library
\*-------------------------------------*/
/**
 * HINT.css is a tooltip library made in pure CSS.
 *
 * Source: https://github.com/chinchang/hint.css
 * Demo: http://kushagragour.in/lab/hint/
 *
 * Release under The MIT License
 *
 */
/**
 * source: hint-core.scss
 *
 * Defines the basic styling for the tooltip.
 * Each tooltip is made of 2 parts:
 * 	1) body (:after)
 * 	2) arrow (:before)
 *
 * Classes added:
 * 	1) hint
 */
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  /**
   * tooltip arrow
   */
  /**
   * tooltip body
   */ }

.hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  overflow: auto;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease; }

.hint:hover:before, .hint:hover:after, .hint:focus:before, .hint:focus:after, [data-hint]:hover:before, [data-hint]:hover:after, [data-hint]:focus:before, [data-hint]:focus:after {
  visibility: visible;
  opacity: 1; }

.hint:before, [data-hint]:before {
  content: '';
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001; }

.hint:after, [data-hint]:after {
  content: attr(data-hint);
  background: #383838;
  color: white;
  text-shadow: 0 -1px 0px black;
  padding: 8px 10px;
  font-size: 12px;
  line-height: 12px;
  white-space: nowrap;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top:before {
  border-top-color: #383838; }

.hint--bottom:before {
  border-bottom-color: #383838; }

.hint--left:before {
  border-left-color: #383838; }

.hint--right:before {
  border-right-color: #383838; }

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px; }

.hint--top:after {
  margin-left: -18px; }

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 15px; }

.hint--top:hover:after, .hint--top:hover:before, .hint--top:focus:after, .hint--top:focus:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px; }

.hint--bottom:after {
  margin-left: -18px; }

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 15px; }

.hint--bottom:hover:after, .hint--bottom:hover:before, .hint--bottom:focus:after, .hint--bottom:focus:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -12px;
  margin-bottom: -6px; }

.hint--right:after {
  margin-bottom: -14px; }

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%; }

.hint--right:hover:after, .hint--right:hover:before, .hint--right:focus:after, .hint--right:focus:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -12px;
  margin-bottom: -6px; }

.hint--left:after {
  margin-bottom: -14px; }

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%; }

.hint--left:hover:after, .hint--left:hover:before, .hint--left:focus:after, .hint--left:focus:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726; }

.hint--error.hint--top:before {
  border-top-color: #b34e4d; }

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d; }

.hint--error.hint--left:before {
  border-left-color: #b34e4d; }

.hint--error.hint--right:before {
  border-right-color: #b34e4d; }

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328; }

.hint--warning.hint--top:before {
  border-top-color: #c09854; }

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854; }

.hint--warning.hint--left:before {
  border-left-color: #c09854; }

.hint--warning.hint--right:before {
  border-right-color: #c09854; }

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #193b4d; }

.hint--info.hint--top:before {
  border-top-color: #3986ac; }

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac; }

.hint--info.hint--left:before {
  border-left-color: #3986ac; }

.hint--info.hint--right:before {
  border-right-color: #3986ac; }

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a; }

.hint--success.hint--top:before {
  border-top-color: #458746; }

.hint--success.hint--bottom:before {
  border-bottom-color: #458746; }

.hint--success.hint--left:before {
  border-left-color: #458746; }

.hint--success.hint--right:before {
  border-right-color: #458746; }

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible; }

.hint--always.hint--top:after, .hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

.hint--always.hint--bottom:after, .hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  -moz-transform: translateX(-8px);
  transform: translateX(-8px); }

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  transform: translateX(8px); }

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px; }

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--bounce
 *
 */
.hint--bounce:before, .hint--bounce:after {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease, -moz-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24); }
