@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.2.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
   * Prevent modern browsers from displaying `audio` without controls.
   * Remove excess height in iOS 5 devices.
   */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * 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; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * 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 Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
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.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
   * Re-set default cursor for disabled elements.
   */
button[disabled],
html input[disabled] {
  cursor: not-allowed; }

/**
   * Remove inner padding and border in Firefox 4+.
   */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

/* Tables
     ========================================================================== */
/**
   * Remove most spacing between table cells.
   */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  font-size: 100%;
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 3px; }

select {
  width: 100%;
  border-radius: 1px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 3px;
  line-height: 1; }

[data-whatinput='mouse'] button {
  outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

.show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xlarge, .show-for-xlarge-down, .hide-for-xxlarge-only, .hide-for-xxlarge-up, .hide-for-xxlarge, .show-for-xxlarge-down {
  display: inherit !important; }

.hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xlarge, .hide-for-xlarge-down, .show-for-xxlarge-only, .show-for-xxlarge-up, .show-for-xxlarge, .hide-for-xxlarge-down {
  display: none !important; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }
@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }
@media screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }
@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }
@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }
@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }
@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }
@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }
@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }
.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.row {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto; }

.row::before, .row::after {
  content: ' ';
  display: table; }

.row::after {
  clear: both; }

.row.collapse > .column, .row.collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.row .row {
  max-width: none;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }

.row .row.collapse {
  margin-left: 0;
  margin-right: 0; }

.row.expanded {
  max-width: none; }

.row.expanded .row {
  margin-left: auto;
  margin-right: auto; }

.column, .columns {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-collapse .row,
.expanded.row .small-collapse.row {
  margin-left: 0;
  margin-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.small-centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 *
 * @category   MageWorx
 * @package    MageWorx_SearchSuite
 * @copyright  Copyright (c) 2014 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */
/**
 * Search Suite extension
 *
 * @category   MageWorx
 * @package    MageWorx_SearchSuite
 * @author     MageWorx Dev Team
 */
#search_mini_form .searchsuite-form-search {
  background-image: none;
  width: auto;
  height: auto; }

#search_mini_form .searchsuite-form-search, #searchsuite_attr_dropdown, #searchsuite_cat_dropdown {
  border: 0;
  padding: 0; }

.searchsuite-form-search .input-box {
  position: relative;
  padding-right: 110px; }

.searchsuite-input {
  height: 36px;
  line-height: 30px;
  padding: 3px 10px;
  border: none;
  width: 100%; }

.searchsuite-submit {
  border: none;
  line-height: 36px;
  padding: 0 10px;
  background: #efefef;
  width: 100px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0; }

/*
.searchsuite-input,.searchsuite-select,.searchsuite-submit{
    border: 1px solid #ccc;
    background-color: #fff;
    float: left;
    position: relative;
}*/
.searchsuite-input, .searchsuite-select, .searchsuite-submit, .searchsuite-select div, .searchsuite-form-search #search {
  display: inline-block;
  zoom: 1;
  *display: inline; }

/*
.searchsuite-input,.searchsuite-select,.searchsuite-submit,.searchsuite-select div,.searchsuite-form-search #search,.reset-button{
    height: 27px;
    vertical-align: middle;
    line-height: 27px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.searchsuite-input,.searchsuite-form-search #search{
    width: 200px;
    border-right: 0;
    color: #444;
    padding-left: 5px;
    padding-right: 10px;
}*/
.searchsuite-form-search .searchsuite-default-text {
  color: #ccc; }

.searchsuite-select {
  border-left: 0;
  border-right: 0;
  padding-left: 5px;
  padding-right: 5px;
  color: #777;
  font: 12px/1.55 Arial, Helvetica, sans-serif;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-user-select: none; }

/*
.searchsuite-submit{
    width: 65px;
    border-color: #999;
    color: #fff;
    box-shadow: 0 1px 5px rgb(240, 99, 0) inset;
    -moz-box-shadow: 0 1px 5px rgb(240, 99, 0) inset;
    -webkit-box-shadow: 0 1px 5px rgb(240, 99, 0) inset;
    -o-box-shadow: 0 1px 5px rgb(240, 99, 0) inset;
    background: rgb(240, 99, 0);
    background: -moz-linear-gradient(0deg, rgb(240, 99, 0) 0%, rgb(240, 187, 0) 81%);
    background: -webkit-linear-gradient(0deg, rgb(240, 99, 0) 0%, rgb(240, 187, 0) 81%);
    background: -o-linear-gradient(0deg, rgb(240, 99, 0) 0%, rgb(240, 187, 0) 81%);
    background: -ms-linear-gradient(0deg, rgb(240, 99, 0) 0%, rgb(240, 187, 0) 81%);
    background: linear-gradient(0deg, rgb(240, 99, 0) 0%, rgb(240, 187, 0) 81%);
    font-size: 13px;
}
.searchsuite-submit:hover{
    background: -moz-linear-gradient(0deg, rgb(240, 119, 7) 0%, rgb(299, 232, 30) 81%);
    background: -webkit-linear-gradient(0deg, rgb(240, 119, 7) 0%, rgb(299, 232, 30) 81%);
    background: -o-linear-gradient(0deg, rgb(240, 119, 7) 0%, rgb(299, 232, 30) 81%);
    background: -ms-linear-gradient(0deg, rgb(240, 119, 7) 0%, rgb(299, 232, 30) 81%);
    background: linear-gradient(0deg, rgb(240, 119, 7) 0%, rgb(299, 232, 30) 81%);
}
.searchsuite-submit:after{
    clear: both;
}*/
.searchsuite-change, .searchsuite-current-value {
  line-height: 27px;
  vertical-align: middle; }

.searchsuite-change {
  font-size: 7px;
  padding: 2px; }

.searchsuite-dropdown li a, .searchsuite-change {
  color: #777;
  text-decoration: none;
  cursor: pointer; }

.searchsuite-current-value {
  border-left: 1px #ccc dotted;
  padding-left: 5px; }

* + html #searchsuite_attr_dropdown, * + html #searchsuite_cat_dropdown {
  margin-top: 36px; }

#searchsuite_attr_dropdown, #searchsuite_cat_dropdown {
  display: none;
  position: absolute;
  right: 0;
  margin-top: 11px;
  z-index: 9999; }

#searchsuite_attr_dropdown li, #searchsuite_cat_dropdown li {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  cursor: pointer; }

#searchsuite_attr_dropdown li:last-child, #searchsuite_cat_dropdown li:last-child {
  border-bottom: 1px solid #ccc; }

#searchsuite_attr_dropdown li a, #searchsuite_cat_dropdown li a {
  width: 100%;
  white-space: nowrap; }

#searchsuite_attr_dropdown li a:hover, .searchsuite-change:hover, #searchsuite_attr_dropdown li a:focus,
#searchsuite_attr_change:focus, #searchsuite_cat_dropdown li a:hover, #searchsuite_cat_dropdown li a:focus,
#searchsuite_cat_change:focus {
  color: #ff6600;
  text-decoration: none; }

.searchsuite-submit:focus {
  border-color: #ff6600; }

#searchsuite_attr_dropdown:before, #searchsuite_cat_dropdown:before {
  top: -10px;
  border-left: 10px solid rgba(1, 187, 187, 0);
  border-right: 10px solid rgba(1, 187, 187, 0);
  border-bottom: 10px solid #fff;
  right: 15px; }

#searchsuite_attr_dropdown:after, #searchsuite_cat_dropdown:after {
  top: -9px;
  border-left: 10px solid rgba(238, 238, 238, 0);
  border-right: 10px solid rgba(238, 238, 238, 0);
  border-bottom: 10px solid #fff;
  right: 15px; }

#searchsuite_attr_dropdown:before, #searchsuite_attr_dropdown:after, #searchsuite_cat_dropdown:before,
#searchsuite_cat_dropdown:after {
  content: "";
  position: absolute; }

.searchsuite-synonym-label, .searchsuite-related-label {
  color: #FF2F00; }

.searchsuite-cmspage, .searchsuite-category {
  margin-bottom: 10px;
  margin-top: 5px; }

.searchsuite-category-title a img {
  float: left;
  margin: 2px; }

.searchsuite-related {
  display: none; }

.searchsuite-category li {
  overflow: auto; }

.header .form-search .search-autocomplete {
  z-index: 999;
  left: 0 !important;
  top: 30px !important; }

#header-search .searchsuite-form-search {
  position: relative; }

/**
 * MageWorx
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the MageWorx EULA that is bundled with
 * this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.mageworx.com/LICENSE-1.0.html
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade the extension
 * to newer versions in the future. If you wish to customize the extension
 * for your needs please refer to http://www.mageworx.com/ for more information
 *
 * @category   MageWorx
 * @package    MageWorx_SearchSuite
 * @copyright  Copyright (c) 2014 MageWorx (http://www.mageworx.com/)
 * @license    http://www.mageworx.com/LICENSE-1.0.html
 */
/**
 * Search Suite extension
 *
 * @category   MageWorx
 * @package    MageWorx_SearchSuiteAutocomplete
 * @author     MageWorx Dev Team
 */
a:focus {
  outline: none; }

.searchautocomplete-container .highlight {
  color: #FF2F00 !important;
  font-weight: bold; }

.reset-button {
  position: absolute;
  border: 0px;
  width: 20px;
  line-height: 36px;
  background-color: transparent;
  z-index: 100;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  right: 0;
  vertical-align: middle; }

@-moz-document url-prefix() {
  .reset-button {
    margin-top: 0px; } }
input.spinner, input.spinner:focus {
  background-repeat: no-repeat !important;
  background-position: right center;
  background-image: url(../images/spinner.gif) !important; }

.s_separator {
  border-top: 1px solid #AAA; }

.s_separator:first-child {
  border-top: none; }

.searchsuite-form-search {
  position: relative; }

#search_autocomplete {
  top: 32px !important;
  z-index: 999;
  position: absolute;
  width: 100%; }

.searchautocomplete-container {
  margin-top: 10px; }

.search-container .span_item {
  padding-left: 4px; }

.searchautocomplete-search {
  max-width: 100%;
  font: 11px Arial,Helvetica,sans-serif;
  padding-top: 10px;
  background: #fff;
  display: block;
  font-size: 11px;
  position: relative;
  padding: 0;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.searchautocomplete-search:before {
  content: "";
  position: absolute;
  top: -10px;
  border-left: 10px solid rgba(255, 255, 255, 0);
  border-right: 10px solid rgba(255, 255, 255, 0);
  border-bottom: 10px solid #fafafa;
  left: 15px; }

.search-header {
  margin: 0;
  text-align: left;
  padding: 0px 0px 0px 5px;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  color: #000;
  font-size: 15px;
  letter-spacing: 0px;
  clear: both; }

.s_item, .s_category, .s_suggest {
  padding-left: 10px;
  padding-right: 5px;
  padding-top: 5px;
  padding-bottom: 5px; }

.s_suggest a {
  font-size: 12px; }

.s_item:hover {
  background-color: #eee;
  cursor: default; }

.s_item a:link,
.s_item a:hover,
.s_item a:visited {
  color: #2F2F2F;
  text-decoration: none; }

.s_icon {
  float: left;
  height: auto;
  display: table-cell;
  margin-right: 5px; }

.s_item .s_details {
  text-align: left;
  display: table-cell; }

.s_item:after {
  display: block;
  clear: both;
  height: 0px;
  content: ''; }

.s_description {
  font-size: 12px; }

.s_description p {
  margin: 0 0 10px 0; }

.s_item_name {
  font-weight: bold;
  height: auto !important;
  min-height: 15px;
  height: 15px; }

.s_review {
  clear: both; }

.s_ratings {
  font-size: 11px;
  line-height: 1.25;
  margin: 7px 0;
  width: 70px;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block; }

.s_item_name .a_review {
  color: #1E7EC8 !important; }

.s_sku {
  font-size: 10px; }

.searchautocomplete-search .s_button button.button span {
  background: none repeat scroll 0 0 #F18200;
  /*    border: 1px solid #DE5400;*/
  color: white;
  display: block;
  font: bold 12px/19px Arial,Helvetica,sans-serif;
  height: 19px;
  padding: 0 8px;
  text-align: center;
  white-space: nowrap; }

.s_category {
  white-space: nowrap;
  cursor: pointer;
  display: inline-block; }

.s_category .s_details {
  display: inline-block;
  width: auto; }

.s_category a {
  color: #2F2F2F;
  text-decoration: none; }

.resultbox-b {
  text-align: right;
  font-weight: bold;
  font-size: 13px;
  padding-right: 5px; }

.resultbox-b a,
.resultbox-b a:link,
.resultbox-b a:visited,
.resultbox-b a:hover {
  color: #999999;
  text-decoration: none; }

.search-results {
  text-align: left;
  padding: 10px;
  /*border-bottom: 1px #ccc dotted;*/ }

.search-results .price {
  color: black !important;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px !important;
  display: block; }

.search-results .s_item_name {
  font-size: 14px;
  line-height: 30px;
  display: block; }

.resultbox-b {
  background-color: #fff;
  display: block;
  padding: 10px;
  text-align: center; }

.search-container-suggest div {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 10px; }

/*fix magento style*/
#searchautocomplete-search-1 ul {
  background: none;
  border: 0; }

#searchautocomplete-search-1 ul li {
  padding: 0;
  border: 0; }

/*#searchautocomplete-search-1 button,#searchautocomplete-search-1 button span{
    background-image: none;
}*/
/**/
#search::-ms-clear {
  display: none !important; }

.search-more {
  padding: 5px 10px;
  text-transform: uppercase;
  display: inline-block; }

/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.6.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat; }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'FontAwesome';
  font-size: 40px;
  line-height: 1;
  opacity: .75;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: '\f104'; }

[dir='rtl'] .slick-prev:before {
  content: '\f105'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: '\f105'; }

[dir='rtl'] .slick-next:before {
  content: '\f104'; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -45px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  background: transparent;
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  background: transparent;
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v15-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-300.woff2") format("woff2"), url("../fonts/roboto-v15-latin-300.woff") format("woff"), url("../fonts/roboto-v15-latin-300.ttf") format("truetype"), url("../fonts/roboto-v15-latin-300.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v15-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v15-latin-regular.woff") format("woff"), url("../fonts/roboto-v15-latin-regular.ttf") format("truetype"), url("../fonts/roboto-v15-latin-regular.svg#Roboto") format("svg");
  /* Legacy iOS */ }
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v15-latin-700.eot");
  /* IE9 Compat Modes */
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto-v15-latin-700.woff2") format("woff2"), url("../fonts/roboto-v15-latin-700.woff") format("woff"), url("../fonts/roboto-v15-latin-700.ttf") format("truetype"), url("../fonts/roboto-v15-latin-700.svg#Roboto") format("svg");
  /* Legacy iOS */ }
body {
  color: #474747;
  font-family: 'Roboto', Arial, sans-serif;
  background: #e8e8e8; }

.row {
  max-width: 1240px; }

form .row .row,
.row .row {
  margin: 0 -15px; }

form {
  margin: 0; }

p {
  font-size: 13px; }

.required em {
  color: #ee2e2e;
  font-style: normal; }

select {
  border: 1px solid #bdbdbd;
  -moz-appearance: none;
  background-color: #fff;
  background-size: 30px;
  height: 2.5rem;
  font-size: 16px;
  height: 40px;
  border-radius: 0; }
  html.no-touch select:hover {
    border: 1px solid #aaa; }

:-moz-placeholder {
  color: #222; }

*::-moz-placeholder {
  color: #222; }

::-webkit-input-placeholder {
  color: #222; }

label {
  color: #474747;
  margin-bottom: 5px;
  font-size: 14px;
  display: inline-block; }

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

a {
  transition: 0.2s;
  color: #474747;
  text-decoration: none; }
  html.no-touch a:hover {
    color: #2482cc; }
  a:focus {
    color: #000; }

button, .button {
  background: #fff;
  padding: 0.5em 1em;
  text-transform: uppercase;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  border: 1px solid #333;
  border-radius: 0;
  display: inline-block; }
  button:hover, .button:hover {
    background: #efefef; }
  button:focus, .button:focus {
    background: #fff; }

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background: #efefef; }

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"], textarea {
  -moz-appearance: none;
  background-color: #fefefe;
  border: 1px solid #cacaca;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(10, 10, 10, 0.05) inset;
  box-sizing: border-box;
  color: #0a0a0a;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s;
  width: 100%; }

[type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus, textarea:focus {
  background-color: #fefefe;
  border: 1px solid #8a8a8a;
  outline: medium none;
  transition: box-shadow 0.5s ease 0s, border-color 0.25s ease-in-out 0s; }

textarea {
  max-width: 100%; }

textarea[rows] {
  height: auto; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #cacaca; }

input:disabled, input[readonly], textarea:disabled, textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type="submit"], [type="button"] {
  -moz-appearance: none;
  border-radius: 0; }

input[type="search"] {
  box-sizing: border-box; }

[type="file"], [type="checkbox"], [type="radio"] {
  margin: 0 0 1rem; }

[type="checkbox"] + label, [type="radio"] + label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 1rem;
  vertical-align: baseline; }

[type="checkbox"] + label[for], [type="radio"] + label[for] {
  cursor: pointer; }

label > [type="checkbox"], label > [type="radio"] {
  margin-right: 0.5rem; }

[type="file"] {
  width: 100%; }

input.no-display {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 200; }

table {
  width: 100%; }

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

address {
  font-style: normal; }

label.required em {
  display: none; }
label.required:after {
  content: '*';
  color: #ff0000;
  margin-left: 5px; }

form .row .row .column,
form .row .row .columns,
.column,
.columns {
  padding-left: 15px;
  padding-right: 15px; }

.no-display {
  display: none; }

.nobr {
  white-space: nowrap; }

.page-title {
  text-align: center;
  padding: 10px 0 20px;
  border-bottom: 1px solid #efefef;
  position: relative;
  margin-bottom: 20px; }
  .page-title h1 {
    font-weight: 100;
    text-transform: uppercase;
    margin: 0;
    font-size: 22px;
    line-height: 1; }
  .page-title h2 {
    margin: 0;
    text-transform: uppercase; }

h2 {
  font-size: 18px; }

h3 {
  font-size: 17px; }

h4 {
  font-size: 15px; }

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

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

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

.back-link {
  display: none; }

.title-buttons:before, .title-buttons:after {
  content: " ";
  display: table; }
.title-buttons:after {
  clear: both; }
.title-buttons h1 {
  float: left; }
.title-buttons .button {
  float: right;
  margin-top: 5px; }

/* Form Validation */
.validation-advice {
  clear: both;
  min-height: 13px;
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 13px;
  color: #f00;
  position: relative; }

.validation-failed {
  border: 1px dashed #f00 !important;
  background-color: #faebe7 !important; }

p.required {
  font-size: 10px;
  text-align: right;
  color: #f00;
  display: none; }

/* Expiration date and CVV number validation fix */
.v-fix {
  float: left; }

.v-fix .validation-advice {
  display: block;
  width: 12em;
  margin-right: -12em;
  position: relative; }

span.required-fields {
  float: right;
  font-size: 18px; }
  span.required-fields em {
    color: #f00; }

/* Global Messages  */
.success {
  color: #3d6611;
  font-weight: bold; }

.error {
  color: #f00;
  font-weight: bold; }

.notice {
  color: #ccc; }

.messages ul {
  list-style: none !important;
  padding: 0 !important; }

.messages {
  width: 100%;
  overflow: hidden;
  margin: 15px auto 15px auto !important;
  max-width: 1240px;
  padding: 0 15px; }

.messages li {
  margin: 0 0 10px; }

.messages li li {
  margin: 0; }

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
  font-family: 'Roboto', Arial, sans-serif;
  border-style: solid !important;
  border-width: 1px 1px 1px 10px !important;
  min-height: 24px !important;
  padding: 15px 15px 15px 15px !important;
  font-size: 12px !important;
  font-weight: bold !important;
  margin-top: 15px; }

.error-msg {
  border-color: #eb2323;
  background-color: #f7e5e5;
  color: #eb2323; }

.success-msg {
  border-color: #8dc833;
  background-color: #f0f9e6;
  color: #474747; }

.note-msg,
.notice-msg {
  border-color: #fcd344;
  background-color: #fafaec;
  color: #3d6611; }

.item-options {
  font-size: 14px; }
  .item-options dt,
  .item-options dd {
    float: left;
    margin: 0; }
  .item-options dt {
    clear: left;
    margin-right: 5px; }
  .item-options:before, .item-options:after {
    content: " ";
    display: table; }
  .item-options:after {
    clear: both; }

.std {
  padding: 1px 0; }

.std .subtitle {
  padding: 0; }

.std ol.ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul.disc {
  list-style: disc outside;
  padding-left: 18px;
  margin: 0 0 10px; }

.std dl dt {
  font-weight: bold; }

.std dl dd {
  margin: 0 0 10px; }

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
  padding: 0; }

.std ul {
  list-style: disc outside;
  padding-left: 1.5em; }

.std ol {
  list-style: decimal outside;
  padding-left: 1.5em; }

.std ul ul {
  list-style-type: circle; }

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
  margin: .5em 0; }

.std dt {
  font-weight: bold; }

.std dd {
  padding: 0 0 0 1.5em; }

.std blockquote {
  font-style: italic;
  padding: 0 0 0 1.5em; }

.std address {
  font-style: normal; }

.std b,
.std strong {
  font-weight: bold; }

.std i,
.std em {
  font-style: italic; }

.std i.fa {
  font-style: normal; }

.std a {
  text-decoration: underline; }

.std ul,
.std ol {
  font-size: 13px; }

.data-table th {
  text-align: left; }

body .slick-slide {
  text-align: center; }
  body .slick-slide a {
    display: block; }
  body .slick-slide img {
    margin: 0 auto; }
body .slick-dots {
  position: static;
  bottom: 0; }
  body .slick-dots button {
    background: #fff;
    border: 1px solid #000;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    width: 15px;
    height: 15px; }
  body .slick-dots .slick-active button {
    border: 1px solid #fff;
    background: #000; }
  body .slick-dots li button::before {
    content: '';
    display: none; }
html.no-touch body .slick-prev:hover, html.no-touch
body .slick-next:hover {
  background: transparent; }
body .slick-prev:active,
body .slick-next:active {
  border: none; }

.wow {
  visibility: hidden; }

.main-container {
  margin: 0 auto;
  max-width: 1680px;
  background: #fff; }

.main-col-wrapper {
  max-width: 1240px;
  margin: 0 auto;
  padding-bottom: 20px; }

.col1-layout .col-main {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 15px 40px; }

.col2-left-layout .col-left {
  padding: 0 15px; }
.col2-left-layout .col-main {
  padding: 0 15px; }

.special-notice {
  background: #e30f0f;
  color: #fff;
  text-align: center;
  padding: 10px 0; }
  .special-notice p {
    margin: 0; }

.header-container {
  margin: 0 auto;
  max-width: 1680px;
  background: #fff;
  font-weight: 200;
  letter-spacing: 0.5px; }
  .header-container .logo {
    display: block;
    text-align: center;
    padding: 30px 0 20px; }
    .header-container .logo .large {
      display: none; }
    .header-container .logo .small {
      width: 160px; }
  .header-container .header-links {
    text-align: right;
    background: #f0f1f3;
    margin: 0 -15px;
    padding: 0 15px; }
    .header-container .header-links .menu-toggle-wrap {
      float: left; }
    .header-container .header-links .menu-toggle .fa {
      margin-right: 5px;
      position: relative;
      top: 1px; }
    .header-container .header-links li {
      display: inline-block; }
      .header-container .header-links li + li {
        margin-left: 10px; }
    .header-container .header-links a {
      text-transform: uppercase;
      font-size: 12px;
      display: inline-block;
      padding: 0 5px;
      line-height: 40px; }
      .header-container .header-links a:hover {
        color: #ccc; }
    .header-container .header-links .fa {
      font-size: 16px; }
  .header-container .nav-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 100; }
  .header-container .nav {
    background: #f0f1f3;
    border-top: 1px solid #efefef;
    padding: 10px 15px 10px; }
    .header-container .nav a {
      text-transform: uppercase;
      font-size: 12px;
      display: block;
      line-height: 34px;
      padding: 0 5px; }
  .header-container .search-wrapper {
    display: none;
    position: absolute;
    width: 100%;
    max-width: 1680px;
    z-index: 100;
    border-top: 1px solid #efefef;
    background: #f0f1f3; }
    .header-container .search-wrapper form {
      display: block;
      margin: 0 auto;
      max-width: 900px;
      padding: 30px 15px; }

#header-nav {
  display: none; }

.nav-container {
  text-transform: uppercase;
  max-width: 800px;
  margin: 0 auto;
  font-size: 12px; }
  .nav-container a {
    display: block; }
  .nav-container .toggle {
    font-family: FontAwesome;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 36px;
    text-align: center;
    width: 36px;
    cursor: pointer;
    transition: 0.3s all; }
    .nav-container .toggle:after {
      content: "\f067"; }
    .nav-container .toggle:hover {
      background: #eee; }
  .nav-container li.parent {
    position: relative; }
    .nav-container li.parent a.level-top {
      margin-right: 36px; }
    .nav-container li.parent.active ul.level0 {
      max-height: 300px; }
    .nav-container li.parent.active .toggle {
      content: "\f068"; }
  .nav-container a.level-top {
    font-weight: bold;
    line-height: 16px;
    padding: 10px 15px; }
  .nav-container li.level0 + li {
    border-top: 1px solid #efefef; }
  .nav-container ul.level0 {
    max-height: 0;
    overflow-y: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out; }
  .nav-container .level1 a {
    padding: 0 15px;
    line-height: 30px; }

.footer-container {
  margin: 0 auto;
  max-width: 1680px;
  background: #fff; }

.footer {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 20px 0;
  border-top: 1px solid #efefef; }
  .footer .row {
    max-width: 100%; }
  .footer .copyright {
    margin-top: 10px;
    line-height: 18px; }

.social-links {
  margin: 0;
  border-top: 1px solid #efefef;
  text-align: center;
  padding: 15px 0; }
  .social-links li {
    display: inline-block; }
    .social-links li + li {
      margin-left: 10px; }
  .social-links .title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px; }
  .social-links a {
    font-size: 20px;
    display: inline-block;
    line-height: 24px;
    width: 24px; }
  .social-links .fa {
    position: relative;
    top: 2px; }

.breadcrumbs {
  padding: 15px;
  color: #a3a3a3;
  text-transform: uppercase;
  max-width: 1240px;
  margin: 0 auto; }
  .breadcrumbs li {
    display: inline;
    font-size: 12px; }
    .breadcrumbs li a {
      color: #a3a3a3; }
  .breadcrumbs strong {
    font-weight: normal; }

.cms-index-index .col1-layout .col-main {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

.brandbanners .item {
  display: none; }
  .brandbanners .item:first-child, .brandbanners .item.slick-slide {
    display: block; }
.brandbanners.slick-slider {
  margin: 0; }

.home-promo-message {
  line-height: 20px;
  font-size: 14px;
  padding: 15px 0;
  text-align: center; }

.home-promo-boxes {
  border-top: 1px solid #efefef;
  padding: 40px 0; }

.content-message {
  border-top: 1px solid #efefef;
  padding: 40px 0; }
  .content-message .row {
    max-width: 1160px; }
  .content-message h2 {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 34px;
    margin: 0; }
  .content-message h3 {
    text-transform: uppercase;
    margin: 5px 0 15px; }

.brandlogo-container {
  padding: 40px 0;
  text-align: center; }
  .brandlogo-container a {
    width: 50%;
    float: left;
    margin-bottom: 15px; }

.latest-container {
  border-top: 1px solid #efefef;
  padding: 40px 0; }
  .latest-container .section-title {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    margin: 20px 0 30px; }
  .latest-container img {
    width: 250px; }
  .latest-container .item {
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px; }
  .latest-container .product-name {
    line-height: 20px;
    height: 40px;
    overflow: hidden; }
  .latest-container .price {
    font-size: 13px; }

.category-title .filters-toggle {
  font-size: 28px;
  margin-left: 10px;
  position: absolute;
  right: 20px;
  top: 0; }
  .category-title .filters-toggle .fa {
    position: relative;
    top: 2px; }

.category-description {
  padding: 20px 15px; }

.toolbar {
  padding: 20px 15px;
  margin: 15px 0 30px;
  font-size: 12px;
  text-transform: uppercase; }
  .toolbar.no-pages {
    display: none; }
  .toolbar label {
    font-size: 13px;
    margin: 0; }

.pages {
  line-height: 40px; }

.pager {
  text-align: center; }
  .pager span {
    margin-right: 5px;
    font-size: 13px; }
  .pager ol {
    padding: 0;
    display: inline-block; }
  .pager li {
    display: inline-block; }
  .pager .current,
  .pager a {
    display: inline-block;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 13px;
    line-height: 26px;
    padding: 0 8px;
    text-align: center;
    background-color: #fff; }
  .pager .current {
    background-color: #e8e8e8;
    font-weight: bold; }
  .pager strong {
    display: none; }
  html.no-touch .pager a:hover {
    background: #ddd;
    color: #333; }

.price-box {
  height: 20px; }
  .price-box p {
    display: inline;
    margin: 0;
    font-size: 13px; }
  .price-box .old-price {
    text-decoration: line-through; }
  .price-box .special-price {
    color: #d62b2b; }
  .price-box .price-label {
    display: none; }
  .price-box .price {
    font-size: 13px; }

.products-grid .item {
  position: relative;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center; }
  .products-grid .item:last-child {
    float: left; }
.products-grid .product-image {
  margin-bottom: 10px;
  display: block; }
  .products-grid .product-image img {
    background: url("../images/ajax-loader.gif") no-repeat 50% 50%;
    opacity: 0.3;
    transition: opacity 0.3s; }
    .products-grid .product-image img.loaded {
      opacity: 1; }
.products-grid .product-name {
  font-size: 13px;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  margin: 0;
  text-transform: uppercase; }
.products-grid .flag {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  line-height: 24px;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px; }
  .products-grid .flag.new {
    background: #17a836; }
  .products-grid .flag.sale {
    background: #cc0000; }
.products-grid .availability {
  margin: 0;
  height: 38px;
  line-height: 23px;
  color: #aaa; }
.products-grid .price-box {
  height: 38px; }

.block-layered-nav {
  padding: 0 15px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  overflow: auto;
  width: 300px;
  z-index: 110;
  display: none; }
  .block-layered-nav.active {
    display: block; }
  .block-layered-nav .close {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 24px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #efefef; }
  .block-layered-nav .block-title,
  .block-layered-nav .block-subtitle {
    display: none; }
  .block-layered-nav dt {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 100; }
  .block-layered-nav dd {
    margin: 0 0 15px 0;
    font-size: 12px;
    line-height: 24px; }
  .block-layered-nav a.current {
    font-weight: bold; }

.filters-current {
  padding: 15px 0 0; }
  .filters-current .filter-current-title {
    text-transform: uppercase;
    display: block;
    margin: 0;
    font-weight: 100;
    font-size: 16px; }
  .filters-current ol {
    margin: 0; }
  .filters-current li {
    text-transform: uppercase;
    float: left;
    margin: 0 15px 10px 0;
    line-height: 20px; }
  .filters-current .filtername {
    font-weight: 500;
    margin-bottom: 10px;
    display: inline-block;
    margin: 0 5px 0 0;
    width: 30%;
    display: none; }
  .filters-current .value {
    font-weight: 100;
    margin-right: 5px; }
  .filters-current .btn-remove {
    border: 1px solid #efefef;
    padding: 5px 10px;
    border-radius: 1px;
    display: inline-block;
    font-size: 14px; }
    .filters-current .btn-remove i {
      position: relative;
      top: -1px; }
    html.no-touch .filters-current .btn-remove:hover {
      background: #000;
      color: #fff; }

.catalog-product-view .col1-layout .col-main {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

.block-related {
  border-top: 1px solid #efefef;
  padding: 40px 0; }
  .block-related .section-title {
    font-size: 22px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    margin: 20px 0 30px; }
  .block-related img {
    width: 250px; }
  .block-related .item {
    float: left;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 0 15px; }
  .block-related .product-name {
    line-height: 20px;
    height: 40px;
    overflow: hidden; }
  .block-related .price {
    font-size: 13px; }

.product-img-box .product-image {
  text-align: center; }
  .product-img-box .product-image img {
    width: 450px; }
.product-img-box .more-views .item {
  float: left; }

.product-shop {
  text-align: center; }
  .product-shop .product-code {
    color: #c9c9c9;
    font-size: 14px; }
    .product-shop .product-code .label {
      text-transform: uppercase; }
  .product-shop .product-name h1 {
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 200;
    margin: 10px 0 20px;
    line-height: 1.3; }
  .product-shop .price-box {
    height: auto;
    margin-bottom: 15px; }
    .product-shop .price-box p {
      font-size: 30px; }
  .product-shop .price {
    font-size: 30px;
    font-weight: 500; }
  .product-shop .short-description {
    margin-bottom: 20px; }
    .product-shop .short-description p {
      font-size: 15px; }
  .product-shop .btn-cart {
    width: 260px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 20px; }
  .product-shop .super-attribute-select {
    padding: 0 10px; }

.product-view .tab-menu {
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px; }
  .product-view .tab-menu ul {
    padding: 0;
    padding: 0 15px; }
  .product-view .tab-menu li {
    float: left; }
    .product-view .tab-menu li + li {
      margin-left: 30px; }
  .product-view .tab-menu a {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 200;
    line-height: 40px;
    color: #888;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px; }
    .product-view .tab-menu a.active {
      border-color: #474747; }
.product-view .tab-select {
  display: block;
  border-top: 1px solid #efefef;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 40px;
  margin: 0 -15px;
  padding: 0 15px;
  font-weight: 200; }
  .product-view .tab-select .fa {
    float: right;
    line-height: 40px; }
.product-view .tab {
  display: none; }
  .product-view .tab.active {
    display: block; }
.product-view .tab-content {
  padding: 0 15px;
  text-align: left; }
.product-view .tabgroup {
  max-width: 1240px;
  margin: 30px -15px 0; }
  .product-view .tabgroup .tab {
    padding: 15px 0 30px; }
  .product-view .tabgroup .tab-select .fa-minus {
    display: none; }
  .product-view .tabgroup .tab-select.active {
    text-align: center;
    font-size: 14px;
    padding-top: 15px; }
    .product-view .tabgroup .tab-select.active .fa-plus {
      display: none; }

.contacts-index-index .page-title {
  margin: 0; }

.contact-info {
  padding: 40px 0; }
  .contact-info h2 {
    text-transform: uppercase; }
  .contact-info a {
    text-decoration: underline;
    font-weight: 600; }

#content-map {
  height: 100vw;
  width: 100%; }

#contactForm {
  max-width: 800px;
  margin: 0 auto;
  padding: 30px 0; }

.checkout-cart-index .cart-empty a {
  text-decoration: underline; }

.cart-table .header-row {
  text-transform: uppercase;
  line-height: 50px;
  font-size: 16px;
  font-weight: 200;
  border-bottom: 1px solid #efefef; }
.cart-table .items {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px; }
.cart-table .item {
  padding: 25px 0;
  line-height: 30px;
  font-size: 14px; }
  .cart-table .item + .item {
    border-top: 1px dashed #efefef; }
.cart-table .product-image img {
  width: 100px; }
.cart-table .price-cell {
  line-height: 39px; }
.cart-table .qty {
  max-width: 70px;
  margin: 0; }
.cart-table .subtotal-cell {
  line-height: 39px; }
  .cart-table .subtotal-cell .price {
    color: #000; }
.cart-table .remove-cell {
  text-align: right;
  line-height: 39px; }
  .cart-table .remove-cell .fa {
    font-size: 18px; }
.cart-table .product-name {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase; }
.cart-table .product-sku {
  margin: 2px 0 7px;
  font-size: 12px;
  color: #c9c9c9;
  text-transform: uppercase; }
.cart-table .item-options {
  font-size: 12px;
  margin-bottom: 7px; }
.cart-table .grouped-cells {
  padding-top: 10px; }

.discount {
  margin-bottom: 40px;
  border-bottom: 1px solid #e8e8e8; }
  .discount h2 {
    margin: 0 0 5px;
    display: block;
    cursor: pointer;
    font-weight: 200;
    text-transform: uppercase;
    font-size: 16px; }
    .discount h2 .fa {
      float: right;
      font-size: 16px;
      line-height: 24px; }

.discount-form {
  position: relative;
  padding-right: 120px;
  margin-bottom: 20px;
  display: none; }
  .discount-form.active {
    padding-top: 10px;
    display: block; }
  .discount-form label {
    display: none; }
  .discount-form input {
    margin: 0; }
  .discount-form .button {
    position: absolute;
    right: 0;
    top: 10px;
    border: 1px solid #cacaca;
    line-height: 37px;
    height: 39px;
    background: #fff;
    padding: 0;
    width: 110px;
    font-size: 12px; }
    html.no-touch .discount-form .button:hover {
      background: #fff; }

.cart-main .actions {
  padding-bottom: 40px; }
.cart-main .totals {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-transform: uppercase;
  font-weight: 200; }
  .cart-main .totals td:first-child {
    text-align: left; }
  .cart-main .totals tfoot {
    font-size: 20px; }
    .cart-main .totals tfoot td {
      padding-top: 15px; }
  .cart-main .totals .price {
    color: #000; }
  .cart-main .totals .total-discount {
    color: #8dc833;
    font-weight: 500; }
    .cart-main .totals .total-discount + td .price {
      color: #8dc833;
      font-weight: 500; }
.cart-main .btn-proceed-checkout {
  width: 100%;
  padding: 16px 0 14px; }

.cart-collaterals {
  max-width: 580px;
  padding-top: 30px; }

.checkout-onepage-index .col-main {
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto; }
.checkout-onepage-index .col-right {
  display: none; }

.opc input[type="checkbox"],
.opc input[type="radio"] {
  opacity: 0;
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden; }
  .opc input[type="checkbox"] + label,
  .opc input[type="radio"] + label {
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    margin: 0 0 10px 0;
    text-transform: none; }
  .opc input[type="checkbox"] + label:before,
  .opc input[type="radio"] + label:before {
    content: '';
    border: 1px solid #bdbdbd;
    background: #f4f4f4;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    margin: 0;
    left: 0;
    top: 1px;
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 24px; }
  .opc input[type="checkbox"]:focus + label:before,
  .opc input[type="radio"]:focus + label:before {
    background: #fafafa;
    box-shadow: 1px 1px 3px #ccc; }
.opc input[type="checkbox"] + label:before {
  font-size: 20px; }
.opc input[type="checkbox"]:checked + label:before {
  content: '\f00c'; }
.opc input[type="radio"] + label:before {
  font-size: 16px;
  border-radius: 50%; }
.opc input[type="radio"]:checked + label:before {
  content: '\f111'; }
.opc .buttons-set {
  margin: 15px 0 0;
  opacity: 1 !important;
  overflow: hidden; }
  .opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px; }
  .opc .buttons-set .back-link {
    display: none; }
  .opc .buttons-set .please-wait {
    position: fixed;
    z-index: 99;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -100px;
    font-size: 12px;
    background: #fff;
    padding: 20px 0;
    width: 200px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #c0c0c0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }
    .opc .buttons-set .please-wait img {
      margin-right: 5px; }
.opc .ul {
  ist-style: disc outside;
  padding-left: 18px; }
.opc .section {
  display: block; }
  .opc .section:first-child .step-title {
    border-top: none; }
.opc .step {
  padding: 15px 0;
  max-width: 645px;
  margin: 0; }
.opc .step-title {
  border-top: 1px solid #efefef;
  padding: 10px 15px;
  margin: 0 -15px; }
  .opc .step-title .number {
    display: inline-block;
    margin: 0 5px 0 0;
    margin-bottom: 10px;
    background: #fff;
    color: #ccc;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center; }
  .opc .step-title a {
    display: none; }
  .opc .step-title h2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #bbb;
    margin-bottom: 10px;
    display: inline-block; }
.opc .allow {
  cursor: pointer; }
  .opc .allow .number {
    background: #555;
    color: #fff; }
  .opc .allow h2 {
    color: #555; }
.opc .active .step-title {
  border-bottom: 1px solid #efefef; }
.opc .active .number {
  background: #000;
  color: #fff; }
.opc .active h2 {
  color: #000; }
.opc .fields {
  overflow: hidden; }
  .opc .fields .field {
    float: left;
    width: 49%; }
    .opc .fields .field:first-child {
      margin-right: 2%; }
.opc .sp-methods dt {
  text-transform: uppercase;
  font-weight: 200;
  font-size: 14px;
  margin-bottom: 10px; }
  .opc .sp-methods dt label {
    font-size: 14px; }
.opc .sp-methods dd {
  margin: 0;
  max-width: 645px; }

.opc .form-list li fieldset {
  margin-bottom: 40px; }

.opc .form-list li.fields,
.opc .form-list li.wide {
  margin: 0; }

.opc .form-list div.fields {
  width: 100%;
  overflow: hidden;
  margin: 0 0 8px; }

.opc .form-list li.wide .input-box,
.opc .form-list .input-box {
  clear: none; }

.opc .form-list li.wide select {
  max-width: 390px; }

.opc .form-list .control input {
  margin: 8px 0 0 1px; }

.opc form .form-list li.wide {
  margin-bottom: 8px; }

.opc form .address-select {
  margin: 8px 0 40px; }

#opc-login p.required {
  display: none; }

#opc-login h3 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 200; }

#opc-login .col-1 h4 {
  display: none; }

#opc-login .col-1 ul {
  font-size: 13px; }

#opc-login .col-2 form p {
  margin-top: 0; }

#opc-login .col-2 a {
  font-size: 12px;
  display: block;
  position: relative;
  top: -20px; }

#opc-review {
  font-size: 13px; }
  #opc-review th {
    text-transform: uppercase;
    font-weight: 200;
    font-size: 14px;
    border-bottom: 1px solid #efefef;
    padding: 0 10px;
    line-height: 30px; }
  #opc-review tbody td {
    border-top: 1px dashed #efefef;
    padding: 10px; }
  #opc-review .product-name {
    margin: 0;
    font-size: 14px;
    line-height: 1.2;
    text-transform: uppercase; }
  #opc-review .cart-price {
    text-align: right;
    display: block; }
  #opc-review tfoot {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    font-weight: 200; }
    #opc-review tfoot tr:first-child td {
      border-top: 1px solid #efefef;
      padding-top: 10px; }
    #opc-review tfoot td {
      padding: 2px 10px; }
    #opc-review tfoot .price {
      color: #000; }
    #opc-review tfoot .total-discount {
      color: #8dc833;
      font-weight: 500; }
      #opc-review tfoot .total-discount + td .price {
        color: #8dc833;
        font-weight: 500; }
    #opc-review tfoot tr.last {
      font-size: 20px; }

#checkout-review-submit p {
  display: none; }
#checkout-review-submit .btn-checkout {
  line-height: 30px;
  margin-bottom: 20px;
  max-width: 100%;
  width: 260px;
  float: right; }

#eway_direct_cc_type_exp_div .v-fix,
#ewayrapid_notsaved_cc_type_exp_div .v-fix {
  float: left;
  width: 50%; }
  #eway_direct_cc_type_exp_div .v-fix:first-child,
  #ewayrapid_notsaved_cc_type_exp_div .v-fix:first-child {
    padding-right: 7px; }
  #eway_direct_cc_type_exp_div .v-fix:last-child,
  #ewayrapid_notsaved_cc_type_exp_div .v-fix:last-child {
    padding-left: 7px; }

#eway_rapid_cc_type_exp_div .v-fix {
  float: left;
  width: 50%; }
  #eway_rapid_cc_type_exp_div .v-fix:first-child {
    padding-right: 7px; }
  #eway_rapid_cc_type_exp_div .v-fix:last-child {
    padding-left: 7px; }

#eway_rapid_cc_cid {
  width: 60px; }

#dd_method_eway_rapid {
  max-width: 300px; }
  #dd_method_eway_rapid select {
    margin: 0 0 1rem; }

.cvv-what-is-this {
  line-height: 39px;
  margin-left: 10px;
  font-size: 12px; }

.cms-page-view .std {
  max-width: 900px;
  margin: 0 auto; }
  .cms-page-view .std h2,
  .cms-page-view .std h3 {
    text-transform: uppercase; }
  .cms-page-view .std h2 {
    margin: 30px 0 0; }
.cms-page-view img[style="float: right;"] {
  margin: 0 20px 10px 0; }
.cms-page-view img[style="float: right;"] {
  margin: 0 0 10px 20px; }
.cms-page-view .page-title {
  padding-bottom: 30px; }

#top-menu {
  text-align: left;
  border-bottom: solid 1px #efefef;
  padding-bottom: 20px; }
  #top-menu li {
    display: block; }
    #top-menu li a {
      padding-left: 20px; }
  #top-menu .current {
    text-decoration: underline;
    font-weight: bold; }

.rival-services-service-index .col-main {
  max-width: 100%;
  padding: 0; }

.services-list {
  overflow: hidden; }
  .services-list h2 {
    font-size: 24px; }
    .services-list h2 a {
      font-weight: 200;
      text-decoration: none; }
  .services-list img {
    width: 300px; }
  .services-list .row {
    padding: 50px 0; }
  .services-list .item + .item {
    border-top: 1px solid #efefef; }
  .services-list .item:nth-child(2n) .info-column {
    float: left; }
  .services-list .item:nth-child(2n) .image-column {
    float: right;
    text-align: center; }
  .services-list a {
    font-weight: 600;
    text-decoration: underline; }

.cms-about-us .std p:first-of-type {
  font-size: 20px;
  font-weight: 200; }

.brands-list {
  padding: 20px 0; }
  .brands-list a {
    display: block;
    margin-bottom: 20px; }
  .brands-list .column:last-child {
    float: left; }

.rival-brands-brand-view .page-title {
  margin-bottom: 0; }
.rival-brands-brand-view .col-main {
  max-width: 100%;
  padding: 0; }

.brand-view {
  padding-bottom: 40px; }
  .brand-view .brand-banner {
    margin-bottom: 40px; }
    .brand-view .brand-banner img {
      width: 100%; }

.brandgallery-list {
  padding: 20px 0; }
  .brandgallery-list .column {
    width: 50%;
    margin-bottom: 20px; }
    .brandgallery-list .column:last-child {
      float: left; }

.account-login h2 {
  margin: 0 0 10px;
  font-size: 24px; }
.account-login .f-left {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-bottom: 10px; }
.account-login .form-list {
  margin-bottom: 20px; }
.account-login .registered-users .validation-advice {
  top: -8px; }
.account-login .new-users .button {
  padding: 0.5em 2em; }

.account-pages #form-validate .legend,
.customer-account-create #form-validate .legend,
.customer-account-changeforgotten #form-validate .legend {
  display: none; }

.customer-address-form #form-validate .legend {
  display: block;
  background: #eee;
  padding: 0 20px;
  line-height: 50px;
  margin-bottom: 20px; }
.customer-address-form #form-validate .form-list {
  padding: 0 20px; }
.customer-address-form #form-validate .button {
  margin-top: 0;
  margin-left: 180px; }

.my-account #form-validate .button {
  width: 280px; }

.forgot-password .form-list li {
  position: relative;
  padding-left: 160px; }
.forgot-password .button {
  margin: 10px 0 0 160px;
  width: 220px; }

.cms-menu .fa,
.block-account .fa {
  display: none; }
.cms-menu .block-title,
.block-account .block-title {
  font-size: 20px;
  line-height: 40px;
  margin: 0 0 20px 0; }
  .cms-menu .block-title strong,
  .block-account .block-title strong {
    font-weight: 400; }
.cms-menu li,
.block-account li {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px; }
.cms-menu a,
.block-account a {
  line-height: 30px;
  display: block; }
.cms-menu .current strong,
.block-account .current strong {
  font-weight: 600; }

.my-account .page-title h1 {
  font-size: 30px; }

.dashboard .page-title {
  display: none; }
.dashboard .hello {
  font-size: 30px;
  font-family: 'Roboto', Arial, sans-serif;
  margin-bottom: 0; }
.dashboard .welcome-msg {
  margin-bottom: 20px; }

.box-account {
  font-size: 14px; }
  .box-account h2 {
    font-size: 22px; }

.dashboard-info .box-title,
.dashboard-address .box-title {
  background: #eee;
  padding: 0 20px; }
  .dashboard-info .box-title h3,
  .dashboard-address .box-title h3 {
    line-height: 50px;
    display: block;
    margin: 0; }
.dashboard-info .box-content,
.dashboard-address .box-content {
  padding: 10px 20px; }
.dashboard-info a,
.dashboard-address a {
  font-style: normal;
  margin-top: 10px;
  display: block;
  text-decoration: underline; }

.addresses-primary,
.addresses-additional {
  padding: 0 20px; }
  .addresses-primary h2,
  .addresses-additional h2 {
    background: #eee;
    padding: 0 20px;
    margin: 0 -20px 20px;
    line-height: 50px; }
  .addresses-primary a,
  .addresses-additional a {
    font-style: normal;
    margin-top: 10px;
    display: block; }

.wishlist-table {
  margin-bottom: 20px; }
  .wishlist-table .header-row {
    border: 1px solid #ebebeb;
    border-width: 1px 0;
    text-transform: uppercase;
    line-height: 45px;
    font-weight: 600; }
  .wishlist-table .items .row {
    padding: 10px 0; }
  .wishlist-table .items .row + .row {
    border-top: 1px solid #ebebeb; }
  .wishlist-table .items .product-image {
    display: block; }
  .wishlist-table .items .product-name {
    margin-bottom: 15px; }
  .wishlist-table .items .cart-cell {
    text-align: center; }
    .wishlist-table .items .cart-cell .price-box {
      margin-bottom: 10px; }

.orders-table .header-row {
  text-transform: uppercase;
  line-height: 50px;
  background: #eee;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 0 15px;
  font-size: 18px; }
.orders-table .items {
  padding: 10px 15px;
  border: 3px solid #eee;
  border-width: 0 3px 3px 3px; }
  .orders-table .items .row + .row {
    border-top: 1px dashed #eee; }
.orders-table .price {
  color: #222; }
.orders-table strong {
  display: inline-block;
  width: 60px; }
.orders-table a {
  display: inline-block;
  line-height: 28px;
  padding: 0;
  margin: 5px 0;
  text-decoration: underline; }

.sales-order-view .title-buttons a,
.sales-order-invoice .title-buttons a,
.sales-order-shipment .title-buttons a,
.sales-order-print .title-buttons a {
  float: right; }
.sales-order-view .title-buttons .separator,
.sales-order-invoice .title-buttons .separator,
.sales-order-shipment .title-buttons .separator,
.sales-order-print .title-buttons .separator {
  float: right;
  padding: 0 5px; }
.sales-order-view .box-title,
.sales-order-invoice .box-title,
.sales-order-shipment .box-title,
.sales-order-print .box-title {
  background: #eee;
  padding: 0 15px; }
  .sales-order-view .box-title h2,
  .sales-order-invoice .box-title h2,
  .sales-order-shipment .box-title h2,
  .sales-order-print .box-title h2 {
    line-height: 50px;
    font-size: 18px; }
.sales-order-view .box-content,
.sales-order-invoice .box-content,
.sales-order-shipment .box-content,
.sales-order-print .box-content {
  padding: 0 15px 15px; }
.sales-order-view .col2-set,
.sales-order-invoice .col2-set,
.sales-order-shipment .col2-set,
.sales-order-print .col2-set {
  overflow: auto; }
.sales-order-view .col-1,
.sales-order-view .col-2,
.sales-order-invoice .col-1,
.sales-order-invoice .col-2,
.sales-order-shipment .col-1,
.sales-order-shipment .col-2,
.sales-order-print .col-1,
.sales-order-print .col-2 {
  float: left;
  width: 50%; }
.sales-order-view .col-1,
.sales-order-invoice .col-1,
.sales-order-shipment .col-1,
.sales-order-print .col-1 {
  padding-right: 5px; }
.sales-order-view .col-2,
.sales-order-invoice .col-2,
.sales-order-shipment .col-2,
.sales-order-print .col-2 {
  padding-left: 5px; }
.sales-order-view .product-name,
.sales-order-invoice .product-name,
.sales-order-shipment .product-name,
.sales-order-print .product-name {
  font-size: 16px; }
.sales-order-view .order-info dt,
.sales-order-invoice .order-info dt,
.sales-order-shipment .order-info dt,
.sales-order-print .order-info dt {
  line-height: 30px;
  margin: 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500; }
.sales-order-view .order-info .current,
.sales-order-invoice .order-info .current,
.sales-order-shipment .order-info .current,
.sales-order-print .order-info .current {
  font-weight: 600; }
.sales-order-view .order-info a,
.sales-order-invoice .order-info a,
.sales-order-shipment .order-info a,
.sales-order-print .order-info a {
  text-decoration: underline; }
.sales-order-view .table-caption,
.sales-order-view .order-comments .sub-title,
.sales-order-invoice .table-caption,
.sales-order-invoice .order-comments .sub-title,
.sales-order-shipment .table-caption,
.sales-order-shipment .order-comments .sub-title,
.sales-order-print .table-caption,
.sales-order-print .order-comments .sub-title {
  line-height: 30px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500; }
.sales-order-view .order-items,
.sales-order-invoice .order-items,
.sales-order-shipment .order-items,
.sales-order-print .order-items {
  margin-top: 15px; }

.sales-order-view .title-buttons a,
.sales-order-invoice .title-buttons a,
.sales-order-shipment .title-buttons a {
  text-decoration: underline; }
.sales-order-view #my-orders-table th,
.sales-order-view .data-table th,
.sales-order-invoice #my-orders-table th,
.sales-order-invoice .data-table th,
.sales-order-shipment #my-orders-table th,
.sales-order-shipment .data-table th {
  background: #eee;
  font-family: 'Roboto', Arial, sans-serif;
  padding: 5px 15px;
  font-size: 16px;
  font-weight: 400; }
.sales-order-view #my-orders-table tbody td,
.sales-order-view .data-table tbody td,
.sales-order-invoice #my-orders-table tbody td,
.sales-order-invoice .data-table tbody td,
.sales-order-shipment #my-orders-table tbody td,
.sales-order-shipment .data-table tbody td {
  border-bottom: 1px solid #e3e3e3; }
.sales-order-view #my-orders-table td,
.sales-order-view .data-table td,
.sales-order-invoice #my-orders-table td,
.sales-order-invoice .data-table td,
.sales-order-shipment #my-orders-table td,
.sales-order-shipment .data-table td {
  padding: 3px 15px; }
.sales-order-view #my-orders-table .price,
.sales-order-view .data-table .price,
.sales-order-invoice #my-orders-table .price,
.sales-order-invoice .data-table .price,
.sales-order-shipment #my-orders-table .price,
.sales-order-shipment .data-table .price {
  color: #222; }

.my-wishlist .btn-share {
  display: none; }
.my-wishlist .buttons-set {
  text-align: right; }
.my-wishlist table {
  margin-bottom: 30px; }
.my-wishlist th, .my-wishlist td {
  vertical-align: top; }
.my-wishlist td {
  padding: 30px 10px;
  border-bottom: 1px dashed #bdbdbd; }
  .my-wishlist td:first-child {
    width: 150px; }
.my-wishlist th {
  background: #eee;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  padding: 15px 10px; }
.my-wishlist .product-image {
  max-width: 150px;
  display: block; }
.my-wishlist .item-manage .details {
  display: none; }
.my-wishlist .item-options p {
  display: none; }
.my-wishlist .product-name {
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 700;
  font-size: 13px;
  margin: 0; }
.my-wishlist .description {
  font-size: 12px;
  margin-bottom: 5px; }
.my-wishlist textarea {
  height: 60px;
  margin-top: 20px; }
.my-wishlist .qty {
  display: none; }
.my-wishlist .price-box {
  margin-bottom: 29px; }
.my-wishlist .btn-remove {
  font-size: 18px;
  font-weight: 100;
  position: relative;
  top: -15px; }
.my-wishlist .btn-update {
  border: 3px solid #2482cc;
  background: #fff;
  color: #2482cc;
  padding: 8px 18px 7px; }
  html.no-touch .my-wishlist .btn-update:hover {
    background: #fff;
    border-color: #024ac2;
    color: #024ac2; }
.my-wishlist .btn-add {
  float: right;
  margin-left: 20px; }

.newsletter-manage-index .my-account #form-validate .button {
  margin-left: 0; }

.shipping-tracking-popup > div {
  padding: 40px; }
.shipping-tracking-popup .buttons-set {
  display: none; }

.my-igallery-grid .item {
  width: 50%;
  padding-bottom: 30px; }
  .my-igallery-grid .item:last-child {
    float: left; }

.igallery-description {
  margin-bottom: 30px;
  text-align: center; }

.igallery-images .column {
  padding-bottom: 15px; }
  .igallery-images .column a {
    display: block;
    position: relative; }
  .igallery-images .column:last-child {
    float: left; }
  .igallery-images .column .album-title-wrap {
    background: #fff;
    position: absolute;
    bottom: 20px;
    left: 30px;
    right: 30px;
    padding: 10px;
    text-align: center; }
    .igallery-images .column .album-title-wrap .album-title {
      display: inline-block;
      text-transform: uppercase;
      font-weight: 200;
      font-size: 17px;
      border-bottom: 1px solid #555;
      padding-bottom: 5px; }
    .igallery-images .column .album-title-wrap .album-view-link {
      padding-top: 5px;
      display: block;
      font-size: 12px;
      text-transform: uppercase;
      line-height: 24px; }
