/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */

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 {
  -moz-box-sizing: content-box;
  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"], /* 1 */
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: default;
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari 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.
 */

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

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../fonts/fontawesome-webfont.svg?v=4.3.0#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;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.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-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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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-genderless:before,
.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-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-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";
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.form-control.chosen-container-single .chosen-single {
  height: 34px;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  line-height: 18px !important;
}


/*.form-control.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 6px;
}*/

.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.chosen-container-single .chosen-single div b:after {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #666;
  border-bottom: none;
  top: 50%;
  margin-top: -3px;
  left: 10px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 5px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.form-control.chosen-container-multi .chosen-choices {
  min-height: 34px;
  max-height: 34px;
  padding-top: 5px;
  padding-bottom: 0;
  border-radius: inherit;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 5px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}



.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
/*.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}*/
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.form-control.chosen-rtl .chosen-choices li.search-choice {
 margin-top: 0;
 margin-bottom: 0;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {

  }
}
/* @end */

.chosen-container.form-control {
  padding: 0;
  border: none;
}
input.parsley-success, 
textarea.parsley-success,
select.parsley-success {
  color: #468847 !important;
  background-color: #DFF0D8 !important;
  border: 1px solid #D6E9C6 !important;
}
input.parsley-error, 
textarea.parsley-error,
select.parsley-error {
  color: #B94A48 !important;
  background-color: #F2DEDE !important;
  border: 1px solid #EED3D7 !important;
}
.hidden {
  display:none;
}
.lightbox form .form-group input.hidden {
  display:none;
}
.middle {
  vertical-align: middle;
}
.overlay .lightbox.small h2.marginBottom {
  -webkit-margin-after: 0.83em;
}
label[for=adsMail] {
  font-weight:bold;
}
.lightbox form .form-group.cancelMargin {
  margin-bottom:0;
}
ul.parsley-error-list {
    font-size: 11px;
    margin: 2px;
    list-style-type:none;
    padding: 0;
    color: #ff0000;
}
ul.parsley-error-list li {
    line-height: 11px;
}

td ul.parsley-error-list {
  display: none;
}
.parsley-errors-list {
   color: red;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.chosen-container
{
  margin-bottom: 0;
}
.alert-danger.error .fa-times,.alert-success .fa-times
{
  float: left;
  font-size: 20px;
}
.alert-danger.error .fa-times:hover,.alert-success .fa-times:hover
{
  cursor:pointer;
}
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.spinner {
  margin: 100px auto;
  width: 50px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #333;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
ul.ui-pagination { 
	  clear: both;
    line-height: 30px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 20px 0 0;
    text-align: center;
}

ul.ui-pagination li {
	display: inline-block;
	padding: 0;
	margin: 0;
}

ul.ui-pagination li a {
	float: right;
	color: #94846e;
	text-decoration: none;
	cursor: pointer;
}

ul.ui-pagination li.page a {
    border-radius: 50%;
    color: #07609d;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 16px;
    line-height: 27px;
}

ul.ui-pagination li.page.active a {
    background-color: #d4efef;
}


ul.ui-pagination li.prev-page,
ul.ui-pagination li.first-page {
	margin-left: 10px;
}

ul.ui-pagination li.next-page,
ul.ui-pagination li.last-page {
	margin-right: 10px;
}
.ui-slider{
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	font-size: 0;
	position: relative;
}

.ui-slider .slides{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.ui-slider .slides ul.images{
	height: 100%;
	width: auto;
	position: relative;
	right: 0;
	top: 0;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	list-style: none;
	white-space: nowrap;
	z-index: 1;
}

.ui-slider .slides ul.images li {
	display: inline-block;
	height: 100%;
	width: 100%;
}

.ui-slider .slides ul.images li img{
	min-width: 100%;
	min-height: 100%;
	max-width: 100%;
	max-height: 100%;
	height: 100%;
	width: 100%;
	display: block;
	float: none;
}

/* buttons */

.ui-slider .next ,
.ui-slider .prev{
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: 20px;
	height: 30px;
	text-align: center;
	z-index: 2;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	font-size: 18px;
	color: #898689;
	line-height: 30px;
}


.ui-slider .prev{
	right: 0;
	border-radius: 5px 0 0 5px;
}

.ui-slider .next{
	left: 0;
	border-radius: 0 5px 5px 0;
}

.ui-slider .prev .fa {
	position: relative;
	left: 3px;
}


.ui-slider .next .fa {
	position: relative;
	right: 3px;
}

.pagination{
	background-color: #FFF;
	bottom: 0;
	font-size: 0;
	height: 40px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}
.pagination ul{
	height: inherit;
	line-height: 50px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	white-space: nowrap;
}
.pagination ul li{
	background-color: #000;
	border-radius: 50%;
	box-shadow: 0 0 1px #000;
	cursor: pointer;
	height: 10px;
	line-height: 30px;
	margin: 0 5px;
	width: 10px;
}

.pagination ul li.active{
	background-color: #7f7f7f;
	box-shadow: 0 0 1px #7f7f7f;
}

.items .gallery {
	float: right;
	height: 143px;
	/*margin-left: 14px;*/
	width: 170px
}

/*.items .gallery ul.images {
	margin: 0 -7px;
}*/

/*.items .gallery ul.images li {
	width: calc(50% - 14px);
	padding: 0 7px;
}*/
body 
{
	font-size: 14px;
	background-color: #eeeef4;
	direction: rtl;
	font-family: arial;
}

a, button {
	outline: none;
}

.overlay + #body {
	filter: blur(2px); 
	-webkit-filter: blur(2px); 
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: url(../images/blur.svg#blur);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='2');
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top:	0;
	overflow: hidden;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 10;
}

.overlay .lightbox {
	width: 830px;
	height: 440px;
	border-radius: 3px;
	background-color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	box-shadow: 0 0 7px 1px rgba(0, 0, 0, 0.65);
	padding: 35px 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	background-image: linear-gradient(to top, #dbe2e5 10%, #e6e9eb 20%, #f0f0f0 50%, #f9f9f9 100%);
}

.overlay .lightbox.club-login {
	width: 300px;
	height: auto;
	padding: 20px;
}

.overlay .lightbox.club-login form {
	padding: 0;
}

.overlay .lightbox.club-login div.box {
	padding: 0;
}

.overlay .lightbox .logos {
	height: 70px;
	text-align: center;
	margin-bottom: 20px;
}

.overlay .lightbox .logos .logo-left{
	height: 70px;
	float: left;
	width: 50%;
}

.overlay .lightbox .logos .logo-right{
	height: 70px;
	float: right;
	width: 50%;
}

.overlay .lightbox .logos img {
	max-width: 100%;
	max-height: 110px;
	position: relative;
/*	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);*/
}

.overlay .lightbox.club-login .box {
	 color: #717171;
}

.overlay .lightbox.club-login .box h2 {
	margin: 0;
	text-align: center;
	padding: 0 70px;
	line-height: 18px
}

.overlay .lightbox.club-login .box p {
	text-align: center;
	margin: 0;
	margin-top: 5px;
	padding: 0 20px;
}

.overlay .lightbox.club-login .box input {
	border: medium none;
	/*border-radius: 7px;*/
	border-radius: 3px;
	box-shadow: 1px 1px 4px -1px inset;
	color: #717171;
	font-size: 14px;
	height: 40px;
	margin-top: 10px;
	width: calc(100% - 110px);
	outline-color: transparent;
	text-align: right;
	padding: 0 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.overlay .lightbox.club-login .box .parsley-errors-list {
	position: absolute;
}
.overlay .lightbox.club-login .box .error {
	color: red;
	font-weight: bold;
	margin-top: 10px;
	/*float: right;*/
	text-align: center;
}
.overlay .lightbox.club-login .login_register_button {
	width: 100%;
	margin: 20px 0 0 0;
}
.overlay .lightbox .box button:hover {
	box-shadow: inset 0 0 3px 1px rgba(0, 0, 0, 0.5);
	text-shadow: none;
}

#header, 
#footer {
	height: 100px;
	width: 100%;
}

#header {
	height: 135px;
	border-bottom: 1px solid #bebec3;
	background-image: url('../images/headerbg.png');
	background-repeat: repeat-x;
	background-position: left bottom;
	/*background-color: #07578d;*/
	background-color: #1B499D;
}

#header.agent {
	background-color: #ed5565;
}

#main {
	width: 100%;
	min-height: 800px;
	margin-top: 30px;
}

/*#main .container {
	overflow: hidden;
}*/

#footer {
	height: 45px;
	background-color: #bdbdc2;
	color: #fff;
	overflow: hidden;
}

#footer .container {
	overflow: hidden;
}

.container {
	width: 1000px;
	margin: 0 auto;
	overflow: visible;
	position: relative;
}

#sidebar {
	width: 235px;
	display: inline-block;
	float: right;
}

#content {
	min-height: 800px;
	width: 100%;
}

#sidebar + #content {
	min-height: 800px;
	display: inline-block;
	width: calc(100% - 235px);
	float: left;
	margin-left: -8px;
	margin-right: -8px;
}

#header #logo {
    position: absolute;
    right: -10px;
    bottom: -20px;
    text-decoration: none;
}

#header #logo img {
	height: 125px;
	vertical-align: middle;
}

#header #logo img#club-logo {
	height: calc(108px - 48px);
	margin-right: 20px;
}

#header p {
	margin: 0;
	padding: 0;
	color: #fff;
	line-height: 24px;
}

#header p a{
	color: #fff;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	height: 27px;
	padding: 0 10px;
	text-decoration: none;
}

#header p a:hover,
#header p a.active{
	background-color: #0b81c1;
	cursor: pointer;
}

#header p.right {
	float: right;
}


#header p.right a {
	font-weight: bold;
	margin-right: 10px;
}

#header p.left {
	float: left;
}

#header p.left a {
	margin-right: 10px;
}



#header .container {
	height: 135px;
}




#search label {
	/*  clear: both;
	color: #06568d;
	display: block;
	font-size: 22px;
	padding-bottom: 10px;
	white-space: nowrap;*/


    clear: both;
    color: #1B499D;
    display: block;
    font-size: 18px;
    padding-bottom: 5px;
    font-weight: bold;
    white-space: nowrap;
    letter-spacing: -0.05px;

}

#header #search {
	width: 240px;
	position: absolute;
	left: 0;
	/*bottom: 20px;*/
	bottom: 25px;
}

#search .search-field {
	width: 240px;
	height: 35px;
}

#search .search-field input {
    border: medium none;
    border-radius: 0 5px 5px 0;
    box-shadow: 1px 1px 3px -1px rgba(0, 0, 0, 1) inset;
    display: inline-block;
    height: 35px;
    margin: 0;
    padding: 0 10px;
    width: 205px;
    box-sizing: border-box;
    outline-color: transparent;
}

#search .search-field button {
	width: 35px;
	height: 35px;
	display: inline-block;
	/*background-color: #06568d;*/
	background-color: #1B499D;
	color: #fff;
	border: none;
	border-radius:  5px 0 0 5px;
	padding: 0;
	margin-right: 0;
	float: left;
}

#sidebar button.cart {
	background-color: #22bdf1;
	border: medium none;
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 16px;
	height: 40px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	padding-bottom: 2px;
	width: 100%;
}

#footer ul.navigation {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

#footer ul.navigation li{
	display: inline-block;
	margin-right: 10px;
}

#footer ul.navigation li a{
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	line-height: 45px;
}



.box {
	box-sizing: border-box;
	display: block;
	float: right;
	padding: 0 8px 16px;
	width: 33.33%;
}

.box .inner{
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	width: 100%;
	height: 300px;
	box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.12);
	padding: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
}

.box .inner > label{
    background-color: #d4d4d9;
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: normal;
    height: 40px;
    left: -37px;
    letter-spacing: 1px;
    line-height: 36px;
    position: absolute;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    font-weight: bold;
    top: 18px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 150px;
    box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

.box .inner img {
	height: 54%;
	width: 100%;
	background-color: #a0a0a0;
	border: none;
}

.box .inner h2 {
	color: #06568d;
	font-size: 18px;
	font-style: normal;
	height: 18px;
	line-height: 18px;
	margin: 5px 0 10px;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.box .inner address {
	color: #454547;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
}	

.box .inner .info {
  border-top: 2px solid #e5e5e5;
  bottom: 0;
  box-sizing: border-box;
  height: 50px;
  left: 2px;
  padding: 8px 25px 0;
  position: absolute;
  right: 2px;
}

.box .inner .info span,
.box .inner span.info-discount {
	color: #454545;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	padding-top: 7px;
}


.box .inner .info .button {
	width: 100%;
	height: 30px;
	border-radius: 3px;
	background-color: #1b79ba;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	padding: 0;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 27px;
}

.box .inner:hover .info .button {
	background-color: #2192e0;
}

.box.mini-site {
	width: 100%;
}

.box.mini-site .inner {
	height: auto;
	min-height: 700px;
	padding: 10px;
	text-align: right;
}

.box.search {
	width: 100%;
	float: none;
	margin-bottom: 15px;
	cursor: pointer;
}

.box.search .inner {
	height: 200px;
	text-align: right;
}

.box.search .left {
	width: 480px;
	height: 180px;
	float: right;
	position: relative;
	border-left: 2px solid #e5e5e5;
	margin-left: 20px;
}

.box.search .right {
    float: left;
    height: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
  }

.box.search .inner .info {
	border: none;
	right: 255px;
	left: 20px;
	padding: 0;
	bottom: 0;
	height: auto;

}

.box.search .inner .info span
{
	display: block;
	font-size: 24px;
	margin-bottom: 15px;
}

.box.search .left h2 {
	margin-top: 0;
}

.box.search .left img {
	width: 235px;
	height: 180px;
	float: right;
	margin-left: 20px;
}

.tree, .tree ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.tree {
	background: #fff;
	border: 1px solid #e7e7ec;
	border-radius: 5px;
}

.tree-node i.fa {
	display: none;
}

ul.tree > li > div, .tree-node > a {
	display: block;
	border-radius: 5px 5px 0 0;
	height: 35px;
	border-bottom: 1px solid #d9dcde;
	color: #1b79ba;
	font-size: 16px;
	line-height: 35px;
	padding: 0;

	background-image: linear-gradient(to top, #d3dee2 0%, #fff 50%);
	cursor: pointer;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}

.tree > .tree-node > a {
	padding: 0 10px;
}



.tree > .tree-node > a i.fa {
	float: left;
	position: relative;
	top: 10px;
}

.tree > .tree-node > a i.fa-chevron-left {
	display: inline;
}

.tree > .tree-node.active > a i.fa,
.tree > .tree-node > a i.fa-caret-left {
	display: none;
}
.tree > .tree-node.active > a i.fa-chevron-down,
.tree > .tree-node.active > a i.fa-check {
	display: inline
}

.tree-node a i.fa-caret-left {
	display: inline;
}

.tree-node.active > a i.fa-caret-left {
	display: none;
}

.tree-node.active > a i.fa-caret-down {
	display: inline;
	color: #1b79ba;
}

ul.tree > li ul {
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 0;
}

.tree-row, .tree-node > a{
	height: 35px;
	line-height: 35px;
	position: relative;
	color: #1b79ba;
	font-weight: bold;
}

.tree .tree-branch a {
	background-image: none;
	color: #000;
	border-bottom: none;
}

.tree-node.leaf {
	line-height: 20px;
}

.tree-node.leaf > span {
	background-image: none;
	border-bottom: none;
	padding: 0;
	font-weight: normal;
	color: #000;
	position: relative;
	display: block;
	font-size: 16px;
	padding-right: 20px;
	line-height: 18px;
	height: 20px;
	cursor: pointer;
}

.tree-node.leaf > span i.fa {
	position: absolute;
	top: 2px;
	right: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #bbbbbb;
	display: block;
	content: '';
	border-radius: 5px;
	text-align: center;
	line-height: 14px;
	font-size: 0;
	background-image: linear-gradient(to top, #ededed 0%, #fafafa 100%);
}

.tree-node.leaf:hover > span i.fa {
	background-image: none;
}

.tree-node.leaf.selected > span i.fa {
	font-size: 14px;
}

.tree-node ul.tree-branch {
	display: none;
}

.tree-node a.active + ul.tree-branch, ul.tree-branch.active {
	display: block;
}

.mini-site .header {
	height: 280px;
	position: relative;
}


.mini-site .header .left {
	width: 50%;
	float: left;
	height: 100%;
	background-color: #fdfdfd;
}

.mini-site .header .right {
	display: inline-block;
	float: right;
	width: 355px;
	text-align: right;
	height: 100%;
	position: relative;
}

.box.mini-site .inner{
	text-align: right;
}

.box.mini-site .inner h2{
    font-size: 18px;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.mini-site .top {
	height: 100px;
	border-bottom: 1px solid #cbcbcc;
	position: relative;
}

.mini-site .top address {
	position: absolute;
	bottom: 15px;
	line-height: 18px;
}

.mini-site .bottom {
	border-top: 1px solid #cbcbcc;
	position: absolute;
	bottom: 0;
	width: 100%;
	padding-top: 10px;
}

.mini-site .bottom p{
	margin: 0;
}


ul.items {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-top: 30px;
	border-bottom: 1px solid #cbcbcc;
}

ul.items > li {
	border-top: 1px solid #cbcbcc;
	overflow: hidden;
}

ul.items > li > div {
    display: inline-block;
    margin: 7px 0;
    vertical-align: top;
}

ul.items div.item-info {
	width: calc(100% - 370px);
	float: right;
	height: 100%;
	overflow: hidden;
	padding: 0 20px;
}

ul.items li .name{
	color: #07609d;
	font-size: 16px;
	margin: 0;
}

ul.items li .description{
    color: #454547;
    font-size: 14px;
    overflow: hidden;
}

ul.items .order {
	position: relative;
	width: 150px;
	padding-right: 9px;
	border-right: 1px solid #cbcbcc;
}


ul.items .order ul { 
	list-style: none;
	padding: 0;
	margin: 0;
}

ul.items .order ul li {
	padding: 0;
	margin: 0;
	font-size: 0;
	padding: 4px 0;
} 

ul.items .order ul li label {
	display: inline-block;
	width: 85px;
	height: 30px;
	font-size: 16px;
	line-height: 16px;
	vertical-align: bottom;
	margin: -2px 0 2px;
}

ul.items .order ul li span {
	display: inline-block;
	width: 65px;
	font-size: 18px;
	vertical-align: bottom;
	line-height: 18px;
	font-weight: bold;
}

ul.items .order button,
ul.items .order .add-to-cart a {
	background-color: #06568d;
	border: none;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	line-height: 25px;
	padding: 0 20px 2px;
	text-align: center;
	text-decoration: none;
	width: 100%;
}

ul.items .order .add-to-cart a {
	box-sizing: border-box;
	background-color: #a2a2a6;
}

ul.items .order button:hover {
	background-color: #1b79ba;
}

ul.items .order ul li.unit-list-price {
	padding-top: 0;
	border-bottom: 1px solid #cbcbcc;
}

ul.items .order ul li.total-list-price {
	border-bottom: 1px solid #cbcbcc;
}


ul.items .order ul li.add-to-cart {
	padding-bottom: 0;
}

ul.items .order ul li.total-club-price {
	color: #06568d;
}


.items .count {
  display: inline-block;
  vertical-align: top;
  float: left;
}

.qty .wrap{
	position: relative;
	overflow: hidden;
}

.qty .count {
    background-color: #eeeef4;
    border: 1px solid #dcdcdd;
    border-radius: 3px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
    color: #000;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    margin-left: 18px;
    text-align: center;
    width: 45px;
}

.qty .up, .qty .down {
	background-color: #a2a2a6;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	height: 17px;
	left: 0;
	line-height: 15px;
	position: absolute;
	text-align: center;
	width: 15px;
}

.qty .up {
	top: 1px;
}

.qty .down {
	bottom: 1px;
}

.lightbox .close {
	background-color: #c8c8cb;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	height: 27px;
	left: 10px;
	line-height: 27px;
	position: absolute;
	text-align: center;
	top: 10px;
	width: 27px;
	cursor: pointer;
}

.lightbox .close:hover {
	border: 1px solid #666;
	width: 25px;
	height: 25px;
}

.lightbox-title {
	margin: 0;
	right: 25px;
	top: 10px;
	color: #07609d;
	position: absolute;
	font-weight: normal;
	font-size: 16px;
	font-weight: bold;
}

.empty-cart {
	border-radius: 5px;
	color: #666;
	font-size: 18px;
	margin-top: 10px;
	padding: 10px;
	text-align: center;
}

.lightbox.cart {
	height: auto;
	padding: 35px 10px 10px;
}

.cart-totals {
  border-right: 1px solid #cbcbcc;
  padding-right: 9px;
  position: relative;
  width: 150px;
  float: left;
  margin-top: 10px;
  text-align: center;
  font-size: 0;
}

.cart-totals button.checkout {
	width: 100%;
	margin-top: 10px;
}

.cart-totals label {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: right;
  width: 85px;
  color: #06568d;
}

.cart-totals span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: right;
  width: 65px;
  color: #06568d;
}

.cart-totals a {
	display: block;
	font-size: 18px;
	margin: 10px 0;
	color: #06568d;
	font-weight: bold;
	text-decoration: none;
}

.cart-notes {
	color: #ff0000;
	float: right;
	font-size: 14px;
	margin-top: 10px;
}

.cart-notes p {
	margin: 0;
	margin-bottom: 5px;
}

button.login {
	margin: 10px 0 !important;
	width: 100% !important;
}

.user-login-actions {
	position: relative;
	top: 10px;
}

.user-login-actions a, a.back-to-login {
	font-size: 18px;
	color: #06568d;
	cursor: pointer;
}

.user-login-actions a + a {
	float: left;
}

a.back-to-login {
  display: block;
  float: left;
  line-height: 27px;
  margin-top: 22px;
  padding: 3px 0;
}

.lightbox form,
.lightbox div.box {
	width: 100%;
	padding: 0;
	margin: 0;
	padding: 40px 50px 0;
}

.lightbox button,
.box.myinfo button,
.contact button {
	background-image: linear-gradient(to top, #0e6fb1 0%, #1c97ea 100%);
	background-color: #06568d;
	border: 1px solid #064d7c;
	border-radius: 3px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 16px;
	height: 40px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	width: 120px;
	margin-top: 20px;
}

.lightbox form button + button {
	float: left;
}

.lightbox form .form-group,
.contact form .form-group {
	margin-bottom: 15px;
}

.lightbox form .row {
	font-size: 0;
	margin-bottom: 15px;
	overflow: visible;
}

.lightbox form .row .ember-chosenselect {
	width: calc(35% - 5px) !important;
	margin-left: 10px;
	vertical-align: top;
}



.form-control.chosen-container-single .chosen-single {
	box-sizing: border-box;
	height: 38px;
	line-height: 24px !important;
}

.lightbox form .form-group label {
	display: block;
}
input
{
	outline-color: transparent;
}
.lightbox form .form-group input,
.lightbox form .row input,
.box.myinfo .form-group input,
.contact  form input,
.contact  form textarea
{
	border: 1px solid #f4f4f4;
	
	border-radius: 7px;
	box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.7) inset;

	box-sizing: border-box;
	color: #666;
	display: block;
	font-size: 18px;
	height: 38px;
	padding: 0 10px;
	width: 100%;
	outline-color: transparent;
}

.contact  form textarea {
   height: 150px;
    padding-top: 10px;
    resize: none;
}

.lightbox form .row input {
	display: inline;
	vertical-align: top;
	width: calc(30% - 10px);
	outline-color: transparent;
}

.overlay .lightbox.small {
	width: 400px;
	padding-top: 0;
	height: auto;
	background-image: linear-gradient(to top, #dbe2e5 10%, #e6e9eb 20%, #f0f0f0 50%, #f9f9f9 100%);
	overflow: hidden;
}

.overlay .lightbox.small  form,
.overlay .lightbox.small  div.box {
	margin: 0;
	padding: 0 10px;
	width: 100%;
}

.overlay .lightbox.small h2 {
	margin-top: 10px;
	color: #004D83;
}

.overlay .lightbox.small h3,
.overlay .lightbox.small h4 {
	font-weight: normal;
	color: #666;
	margin: 0;
	font-size: 16.33px;
}

.overlay .lightbox.small h4 {
	margin-bottom: 10px;
}

.overlay .lightbox.small h4 span {
	color: #000;
	font-weight: bold;
}

.row  {
	overflow: hidden;
	clear: both;
}

.row .exp, 
.row .cvv {
	display: inline-block;
	float: right;
	width: calc(70% - 20px);
	margin-left: 20px;
}

.row .cvv {
	margin: 0;
	width: 30%;
}

.alert {
	position: relative;
	border-radius: 5px;
	padding: 20px 10px;
	margin-bottom: 20px;
}

.alert .close{
    background-color: transparent;
    color: inherit;
    height: 25px;
    line-height: 25px;
    top: 14px;
    width: 25px;
}

.alert.error {
	background-color: #ffe8e6;
	color: #d95c5c;
	border: 1px solid #EAD5D3;
}


.alert.error .close {
		border: 1px solid #d95c5c;
		color: #d95c5c;
}

.alert.success {
    background-color: #eeffe7;
    color: #3c763d;
    border: 1px solid #C9DBBC;
}


.alert.success .close{
	border: 1px solid #3c763d;
	color: #3c763d;
}

#top-categories .box a {
	display: block;
	color: #fff;
	height: 40px;
	font-size: 18px;
	text-decoration: none;
	line-height: 36px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

#top-categories .box a .fa{
	left: 10px;
	position: absolute;
	top: 11px;
}

#top-categories .newsuppliers a {
	background-color: #06568d;
}

#top-categories .mostviewed a {
	background-color: #0a7bbe;
}

#top-categories .hotdeals a {
	background-color: #f9bb00;
}

.box.mostviewed:hover,.box.newsuppliers:hover,.box.hotdeals:hover
{
	cursor: pointer;
}
.itemNote
{
	color: red;
	display: block;
	margin-top: 3px;
}
.blockUi
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: transparent;
	z-index: 999999;
}

.overlay .lightbox.small.checkout {
	padding-bottom: 0;
}

.overlay .lightbox.small.checkout form {

}

.creditcard-icons {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	margin: 0 -5px;
}

.creditcard-icons li {
  display: inline-block;
  padding: 5px;
  width: calc(20% - 10px);
}

.creditcard-icons li img {
	width: 100%;
	height: auto;
}

#terms {
	font-size: 14px;
	font-weight: bold;
	margin: 10px 0 15px;
	text-align: center;
}

#terms a {
	color: #000;
}

#terms i {
	vertical-align: middle;
}

.payment-block{
	background-color: #fff;
	bottom: 10px;
	cursor: pointer;
	height: 120px;
	left: 25px;
	opacity: 0;
	position: absolute;
	width: 140px;
	z-index: 1000;
}

#check-terms-box {
	background-color: rgba(255, 255, 255, 0.95);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

#check-terms-box .center {
	border-radius: 10px;
	left: 30px;
	opacity: 1;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1000;
}

.contact .contact-form {
	width: 40%;
	float: right;
	margin-top: 20px;
}

.contact .contact-info {
	width: 40%;
	float: left;
	margin-top: 20px;
}

.contact .contact-info h3 {
	margin: 0;
}

#club-login {
	overflow: auto;
}

.club-login.lightbox .close {
	/*display: none;*/
}

.club-login .title
{
	color: #00558d;
	font-size: 16px;
	margin-top: 10px;
	position: relative;
	text-align: right;
	top: 5px;
	font-weight: bold;
}


.lightbox.club-login .box button {
	background-image: linear-gradient(to top, #0e6fb1 0%, #1c97ea 100%);
	/*background-image: linear-gradient(to top, #169cca 0%, #43ccf2 100%);*/
	background-color: #06568d;
	border: 1px solid #064d7c;
	/*box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);*/
	/*border: none;*/
	/*border-radius: 7px;*/
	box-shadow: none;
	border-radius: 3px;
	top: 0;
	/*box-shadow: none;*/
	color: #fff;
	font-size: 20px;
	height: 40px;
	padding: 0;
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: 0;

	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	width: 100px;
	/*padding-bottom: 3px;*/
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	float: left;
	margin-top: 10px;
}

.creditcard-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  margin: 0 15px;
  position: relative;
  right: -20px;
  top: 5px;
  width: calc(100% + 10px);
  clear: both;
  z-index: 1;
}

.creditcard-icons li {
  display: inline-block;
  padding: 5px;
  width: calc(20% - 10px);
  height: 50px;
}

.creditcard-icons li img {
  width: 100%;
  height: auto;
}
label.customerService {
	bottom: 10px;
	color: #005189;
	font-size: 14px;
	right: 20px;
	position: absolute;
	text-decoration: none;
	text-align: right;
	z-index: 2;
}
a.supplier-login {
	bottom: 10px;
	color: #005189;
	font-size: 14px;
	left: 20px;
	position: absolute;
	text-decoration: none;
	text-align: left;
	z-index: 2;
}

.email-input {
	direction: ltr;
	text-align: right;
}
.multiText p 
{
	margin: 0;
	padding: 0;
}
.overlay .lightbox.club-login.notice
{
	padding: 20px;
}
.overlay .lightbox.club-login.notice h2
{
	font-size: 16px;
    line-height: 25px;
    padding: 15px 10px 0;
}

#loading {
	display:none;
	position:fixed;
	top:0px;
	left:0px;
	height: 100%;
	width: 100%;
	text-align:center;
	z-index: 100000;
	background: rgba(0, 0, 0, 0.75);
}

#loading.show {
	display: block;
}

#loading p {
	padding: 0;
	margin: 0;
	font-size: 18px;
	color: #fff;
}

#loading .loading-center {
	display: inline-block;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

#loading .spinner {
  margin: 20px auto;
  text-align: center;
  width: 70px;
}

#loading .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

#loading .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

#loading .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance:    textfield;
  appearance:         textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.lightbox.club-login.notice.itemLimitPuchase div.close
{
	display: block;
}
.passReminderUrl
{
	cursor: pointer;
}
#user-login span.user-login-actions
{
	display: inline-block;
    width: 70%;
}
#user-login span.user-login-actions .error
{
	float: none;
    margin: 0;
}
#user-login span.user-login-actions .passReminderUrl
{
	 display: block;
    width: 100%;
}
.branches-link,.branches-link:link, .branches-link:visited, .branches-link:hover  {
	color:black;
	text-decoration:none;
	display:block;
}
.check-ad-box {
	background-color: rgba(255, 255, 255, 0.95);
	bottom: 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 10001;
}

.check-ad-box .center {
	border-radius: 10px;
	left: 30px;
	opacity: 1;
	position: absolute;
	right: 30px;
	text-align: center;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	z-index: 1000;
}

.check-ad-box .bright {
	float:right;
	margin-top:0;
}
.check-ad-box .bleft {
	float:left;
	margin-top:0;
}
.inActiveBranch {
	width: 100%;
	display: block;
	color: red;
	text-align: center;
	margin-top: 5px;
}
.warning-box {
	display: block;
	margin: 0 auto;
	font-size: 20px;
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	padding: 10px;
	text-align: center;
	margin-bottom: 15px;
	color: #a94442;
}
#agent-header {
	background-color: #f9bb00;
	height: 25px;
	line-height: 25px;
	color: #fff;
}
#agent-header a {
	cursor: pointer;
	margin-right: 10px;

}
#header .container .agent-login {
	margin: 0 ;
	padding: 0 5px;
}
#header .container .agent-login:hover,#header .container .agent-login.active {
	background-color: transparent;
}
#header .container .agent-login i {
	line-height: 1px;
	cursor: pointer;
}
#agent-header+#header .sidemenu-toggle,#agent-header+#header .cart-toggle{
	top:60px;
}
.customer-service {
	-webkit-user-select: none; 
  -moz-user-select: none;    
  -ms-user-select: none;     
  user-select: none;         
}
.chosen-container-active .chosen-single {
	border: 1px solid #aaa;
	box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
}

#content .box.myinfo .form-group .chosen-drop .chosen-search input {
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url('../../img/chosen-sprite.png') no-repeat -10% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.form-control.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 9px;
}

.box.product .inner section {
	border-top: solid 2px #c8d1e1;
	padding-top: 20px;
 	margin-bottom: 20px;
}

.box.product section.product {
	margin-bottom: 0;
	position: relative;
}

.box.product .inner h2.title, 
.box.product .inner h2.subtitle {
	overflow: unset;
	text-overflow: unset;
	height: unset;
	white-space: normal;
	line-height: 20px;
} 

.box.product .inner h2.title {
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.17em;
  letter-spacing: normal;
  text-align: right;
  color: #1b479d;
  width: calc(100% - 160px);
  padding: 10px 0;
 }

.box.product .inner h2.subtitle {
	margin: 20px 0;
	font-size: 16px;
}

.box.product .inner section h3 {

  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #343d4d;
  margin: 0;
  margin-bottom: 10px;
}

.box.product .inner section p {
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	color: #343d4d;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}


.box.product.mini-site .header {
	border-bottom: 1px dashed hsla(220, 70%, 25%, 0.5);
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.box.product.mini-site .top {
	height: auto;
	border-bottom: 0;
}

.box.product.mini-site .product-gallery {
	height: 560px;
	width: 100%;
}

.box.product.mini-site  .actions {
/*  border-top: 1px dashed hsla(220, 70%, 25%, 0.5);
  border-bottom: 1px dashed hsla(220, 70%, 25%, 0.5);*/
  bottom: 0;
  box-sizing: border-box;
  height: auto;
  left: 0;
  /*padding: 8px;*/
  position: absolute;
  right: 0;
  text-align: right;
}

.box.product.mini-site .actions .button {
	height: 30px;
	border-radius: 3px;
	background-color: #1B499D;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	padding: 0 8px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	
}

.box.product.mini-site .button:hover {
	background-color: hsla(220, 70%, 25%);
}

.box.product.mini-site .actions .price {
    display: inline-block;
    line-height: 30px;
    font-size: 24px;
    text-align: right;
    color: hsl(220, 70%, 25%);
    float: left;

}

.box.product.mini-site .actions .price small{
	font-size: 11px;
}

.product-actions {
    position: absolute;
    left: 0;
    bottom: 20px;
}

.product-actions > * {
	vertical-align: middle;
}

.product-actions .price {
  font-size: 24px;
  font-weight: bold;
  color: #1b479d;
  display: inline-block;
  margin-left: 10px;
}

.product-actions button {
	height: 40px;
	border-radius: 6px;
	background-color: #1B499D;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border: none;
	padding: 0 30px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.box.product section .product-attributes {
	display: inline-block;
	width: 50%;
	min-height: 60px;
}

.box.product section .product-attributes-table {
  display: table;
  width: 100%;
}

.box.product section .product-attribute {
  display: table-row;
  height: 60px;
}

.box.product section .product-attribute_name,
.box.product section .product-attribute_options {
  display: table-cell;
}

.box.product section .product-attribute_name {
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  font-size: 16px;
  color: #343d4d;
  font-weight: bold;
}

.box.product section .product-attributes-title,
.box.product section .product-shipping-method-title {
  margin: 0;
  margin-bottom: 10px;
  color: #07609d;
  font-size: 16px;
  font-weight: bold;
}

.box.product section .product-attribute .chosen-container {
	font-size: 16px;
}

.box.product section .product-attribute .chosen-container .chosen-single {
  background-color: transparent;
  background-image: none;
  border-radius: 6px;
  border-color: #c8d1e1;
}

.box.product section .product-attribute .chosen-container-active.chosen-with-drop .chosen-single{
	border-radius: 6px 6px 0 0;
}

.box.product section .product-attribute .chosen-container .chosen-drop {
  border-color: #c8d1e1;
}

.box.product section .product-attribute .chosen-container-single .chosen-single div b:after {
	border-top-color: #1B499D;
}


@media screen and (max-width: 640px) {

	.box.product section .product-attributes {
		display: block;
		width: 100%;
		min-height: 60px;
		clear: both;
	}

	.box.product.mini-site .product-gallery {
		width: auto;
		height: auto;
	}

	.box.product section.product {
		padding-top: 15px;
		padding-bottom: 65px;
	}

	.box.product section .product-attributes { 
		min-height: auto;
	}

	.box.product .inner h2.title{
		width: auto;
		text-align: right !important;
	}

	.product-actions {
		float: none;
		width: 100%;
		/*height: 55px;*/
		clear: both;
		display: block;
	}

	.product-actions .price {
		line-height: 40px;
		font-size: 30px;
	}

	.product-actions > button.button {
		float: left;
	}
}


#home-categories{
	margin-left: -8px;
	margin-right: -8px;
	text-align: center;
	font-size: 0;
}

#home-categories .clear {
	clear: both;
	float: none;
	overflow: hidden;
}

.category-card {
	box-sizing: border-box;
	display: inline-block;
	float: right;
	padding: 0 8px 16px;
	width: 33.33%;
	height: 205px;
	text-align: right;
	font-size: 14px;
	transition: padding .3s;
}

.category-card .mobile{
    box-sizing: border-box;
    display: block;
    float: right;
    padding: 0 5px 10px;
    width: 50%;
    height: 104px;
}
.category-card .inner{
	box-sizing: border-box;
	background-color: #e4e4e4;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.12);
	padding: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
	left: 0;
	top: 0;
	border-radius: 3px;
	transition: width .3s, left .3s, top .3s,height .3s,box-shadow .3s, border-radius .5s;
}

.category-card .category-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.category-card .category-image img{
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    object-fit: cover;
    position: absolute;
    left:-10px;
    top: -10px;
}

.category-card .category-name {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    height: 40px;
    /*color: #03304f;*/
    color: hsl(220, 70%, 25%);
    line-height: 38px;
    background: rgba(255, 255, 255, 0.90);
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    padding: 0 10px;
    transition: bottom .3s, padding .3s;
    display: block;
    text-decoration: none;
}

.category-card .category-name .icon {
    vertical-align: middle;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    /*color: #07578d;*/
    color: #1B499D;
    font-size: 24px;
    transition: left .3s;
}

.category-card:hover .inner{
	width: calc(100% + 10px);
	height: calc(100% + 10px);
	left: 5px;
	top: -5px;
	border-radius: 10px;
	transition: width .3s, left .3s, top .3s,height .3s,box-shadow .3s, border-radius .5s;
}

.category-card:hover .category-name {
	bottom: 20px;
	transition: bottom .3s, padding .3s;
}

.category-card:hover .category-name .icon {
	transition: left .3s;
}


.shopitem-card {
	box-sizing: border-box;
	display: block;
	float: right;
	padding: 0 8px 16px;
	width: 33.33%;
}

.shopitem-card .inner{
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 3px;
	width: 100%;
	height: 300px;
	box-shadow: 1px 0px 2px 1px rgba(0, 0, 0, 0.12);
	padding: 10px;
	position: relative;
	overflow: hidden;
	text-align: center;
	display: block;
	color: #000;
	text-decoration: none;
}

.shopitem-card .inner .shopitem-mainimage {
	width: 100%;
	height: 170px;
	overflow: hidden;
}

.shopitem-card .inner img {
	width: 100%;
	max-height: 100%;
	background-color: #a0a0a0;
	border: none;
}

.shopitem-card .inner h2.item-name {
    color: hsl(220, 70%, 25%);
    font-size: 16px;
    font-style: normal;
    height: 80px;
    line-height: 18px;
    margin: 5px 0;
    overflow: hidden;
    padding: 0;
}

.shopitem-card .inner .actions {
  border-top: 1px dashed hsla(220, 70%, 25%, 0.5);
  bottom: 0;
  box-sizing: border-box;
  height: auto;
  left: 0;
  padding: 8px;
  position: absolute;
  right: 0;
  text-align: right;
}

.shopitem-card .inner .actions .button {
	height: 30px;
	border-radius: 3px;
	background-color: #1B499D;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border: none;
	padding: 0 8px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 27px;
	float: right;
}

.shopitem-card .inner .actions .button:hover {
	background-color: hsla(220, 70%, 25%);
}

.shopitem-card .inner .actions .price {
    display: inline-block;
    line-height: 30px;
    text-align: right;
    font-size: 20px;
    text-align: right;
    color: hsl(220, 70%, 25%);
    float: left;
}

.shopitem-card .inner .actions .price small{
	font-size: 11px;
}

@media screen and (max-width: 640px) {

	.shopitem-card .inner .shopitem-mainimage {
		width: 100%;
		height: 140px;
		overflow: hidden;
	}

}
#content .box.myinfo
{
	width: 100%;
	background-color: #fff;

	/*background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgb(255,255,255) 100%);*/
	padding: 25px;
	min-height: 135px;
}
#content .box.myinfo .form-group
{
	/*display: inline-table;*/
	display: block;
  margin-bottom: 10px;
  height: 54px;
    /*width: 47%;*/
}
.moneyTermsHeight {
	min-height:120px;
}
.buttons button {
	margin-left:15px;
}
.buttons button:last-child {
	margin-left:0;
}
.overlay .lightbox.small h2,
.overlay .lightbox.small h3  {
    -webkit-margin-after: 0;
}
.overlay .lightbox.small .content {
	margin-top: 15px;
}
.overlay .lightbox.small.checkout.paymentsOptions {
	width: 250px;
}
.overlay .lightbox.small.checkout.paymentsOptions .buttons button {
	display: block;
	width: 100%;
}
.pull-left {
	float:left;
}
.center-text {
	text-align:center;
}
.overlay .lightbox.small.paymentsOptions {
	padding-bottom: 20px;
}
#content .box.myinfo .form-group input 
{
	/*background-color: #f4f4fa;*/
    display: table-cell;
}

/*#content .box.myinfo .form-group:nth-child(odd)
{
	margin-left: 25px;
}*/


/* orders table*/
.box.myinfo .noOrders
{
	text-align: center;
	color: #1b79ba;
}

table.orders{
	position: relative;
	border-spacing: 1px 10px;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
	background-color: #fff;
	color:#07609d;
}
table.orders thead tr{
    font-weight: bold;
	background-color: transparent;
	padding: 8px 0 11px 0;
	border-bottom: 1px solid transparent;
	text-align: center;
	height: 40px;

}
table.orders thead tr th 
{
	font-size: 18px;
	text-align: right;
	white-space: nowrap;
	padding: 0 20px;
	border-bottom: 1px solid #ccc;
}

table.orders tbody tr{
	line-height: 48px;
	font-size: 14px;
	background-color: #fff;
	border-bottom: 1px solid #d9dcde;
}

table.orders tbody tr td{
	text-align: right;
	padding: 0 20px;
}

table.orders tbody tr td i.fa:before{
	color: #1b79ba;
	font-size: 25px;
	vertical-align: middle;
}
/* order */
.box.order
{
	width: 100%;
	background-color: #fff;
}
.box.order .row
{
	padding: 20px 30px;
	text-align: center;
}
.box.order .row label
{
	font-size: 18px;
	font-weight: bold;
	color: #1b79ba;
	margin-left: 10px;
}
.box.order .row label:last-of-type
{
	margin-left: 0;
}

/* order table*/
.min
{
	width:1%;
}

table.orders thead tr th.center,
table.orders tbody tr td.center {
	text-align: center;
}

table.orders.edit tbody tr td.supplierName 
{
	font-size: 20px;
	text-align: center;
}
table.orders.edit tbody tr td.name
{
	text-align: right;
}
.box.order .btn 
{
	background-image: linear-gradient(to top, #0e6fb1 0%, #1c97ea 100%);
	background-color: #06568d;
	border: 2px solid #064d7c;
	border-radius: 12px;
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
	color: #fff;
	font-size: 22px;
	padding: 5px 15px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
.forgotPass
{
	   color: #064d7c;
    font-size: 15px;
    font-weight: bold;
}
.forgotPass:hover
{
	cursor: pointer;
}
.hidden_adsMail {
	display: none !important;
}
.inline-block {
	display: inline-block !important;
}
.width-50 {
	width: 49% !important;
}
.left {
	float: left;
}

.address_fields,
.fullname_fields {
	white-space: nowrap;
	font-size: 0;
}

.address_fields .afield {
  width: calc(30% - 5px);
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  font-size: 14px;
}

.fullname_fields .nfield {
  width: calc(50% - 2px);
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  font-size: 14px;
}


.address_fields .afield.house {
  width: 40%;
}

.myinfo-info {
  width: 50%;
  padding-left: 10px;
  float: right;
  box-sizing: border-box;
}

.myinfo-address {
	width: 50%;
	padding-right: 10px;
	float: left;
	box-sizing: border-box;
}

.myinfo .form-group.adsMail {
/*	display: block;
	margin-bottom: 0;
	cursor:pointer;
	line-height:40px;*/
	line-height: 40px;
	white-space: nowrap;
}

.myinfo h3 {
	margin: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
	color: #07609d;
}

@media screen and (max-width: 640px) {
	
	.myinfo-info ,
	.myinfo-address {
		width: 100%;
		padding-right: 0;
		padding-left: 0;
		float: none;
	}

	.myinfo .form-group.adsMail {
		text-align: center;
	}

	.myinfo .form-group.adsMail {
		line-height: normal;
    white-space: normal;
	}

	.myinfo .form-group.adsMail label{
    font-size: 18px;
	}

}
.ui-chosebox {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.83);
  z-index: 10000;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
}

.ui-chosebox-wrap {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10001;
  text-align: center;
  -webkit-overflow-scrolling: touch;
  backface-visibility: hidden;
}

.ui-chosebox-wrap:after {
  display: inline-block;
  content: "";
  vertical-align: middle;
  height: 100%;
  margin-left: -0.05em;
}

.ui-chosebox-title {
  background-color: #1a76b6;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 45px;
  height: 45px;
  padding: 0 10px;
  position: relative;
  border-radius: 5px 5px 0 0;
}

.ui-chosebox-close {
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: 18px;
  height: 18px;
  line-height: normal;
  color: #fff;
  border-radius: 50%;
  border: 3px solid #fff;
  text-align: center;
}

.ui-chosebox-content {  
  display: inline-block;
  width: 95%;
  vertical-align: middle;
  text-align: right;
}

.ui-chosebox-content ul.tree {
  border-radius: 0 0 5px 5px;
}

.ui-chosebox-content ul.tree ul.tree > li > div, 
.ui-chosebox-content ul.tree .tree-node > a {
  background-color: #f6f6f6;
  background-image: linear-gradient(to top, rgba(211, 222, 226, 0.3) 0%, rgba(255, 255, 255, 0.3) 33%);
}

.ui-chosebox-content .tree-row, 
.ui-chosebox-content .tree-node > a,
.filters .tree-row, 
.filters .tree-node > a  {
  height: 45px;
  line-height: 45px;
}

.ui-chosebox-content .tree > .tree-node > a i.fa,
.tree.filters > .tree-node > a i.fa{
  top: 15px;
  left: 5px;
}

ul.tree.filters ul.tree > li > div, 
ul.tree.filters .tree-node > a {
  background-color: #fefeff;
  background-image: linear-gradient(to top, rgba(211, 222, 226, 0.3) 0%, rgba(255, 255, 255, 0.3) 33%);
}



.checkoutFormat .col-half {
	width:100%;
	display:inline-block;
}
.checkoutFormat .parsley-errors-list {
	position:absolute;
}
.checkoutFormat {
	margin-top:35px;
}

.lightbox .checkoutFormat form .form-group {
	margin-bottom:20px;
}

.checkoutFormat .col-half input {
	box-sizing: border-box;
	border-radius:7px;
	color: #666;
	width:100%;
    font-size: 18px;
	line-height:16px;
	height:34px;
	padding:6px;
}
.buttons button:disabled {
	background-color: gray;
	background-image:none;
	cursor:not-allowed;
}
.overlay .lightbox .box .buttons button:disabled:hover {
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.5);
}
.paymentType {
	margin-top:12px;
	margin-bottom:15px;
}
.checkout-footer {
	padding-bottom:10px;
}
.overlay .lightbox.small .checkoutFormat .checkout-footer button {
	margin-top:0;
}
.overlay .lightbox.small {
	overflow:visible;
}
.overlay .lightbox.small .checkoutFormat form {
	padding:0;
}
.lightbox .checkout-footer button {
	margin-top:0;
}
.margin-top {
	margin-top:20px;
}

.checkout .app-urls {
  text-align: center;
  font-size: 16px;
  border: 1px solid #aaa;
  border-left: 0;
  border-right: 0;
  padding: 10px 0;
  margin: 20px 0;

}

.desktop .checkout .app-urls {
	display: none;
}

.checkout .app-urls a {
  display: none;
  margin-top: 20px;
}

.ios .checkout .app-urls a.app-store,
.android .checkout .app-urls a.google-play {
  display: block;
}

.checkout .app-urls a img {
	border: 1px solid #aaa;
	border-radius: 5px;
}

.checkout .promotion-url {
  font-size: 18px;
  text-align: center;
  margin: 20px 0;
}

.checkout .promotion-url a {
 text-decoration: none;
 color: #005189;
}

.overlay .lightbox.addrInfo {
  width: 440px;
  height: auto;
}
.lightbox.addrInfo .box {
  padding: 0;
}
.overlay .lightbox.addrInfo .lightbox-title {
  color: #004D83;
  margin-top:10px;
  font-size: 18px;
}

.lightbox.addrInfo .box .lastName {
  float: left;
}
.lightbox.addrInfo .box .sub-addr {
  font-size: 0;
  margin-bottom: 0;
}
.lightbox.addrInfo .box .sub-addr div {
  margin-left: 5px;
  font-size: 14px;
  margin-bottom: 0;
}
.lightbox.addrInfo .box .sub-addr div:last-of-type {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  .overlay .lightbox.addrInfo {
    width: 96%;
  }
  .lightbox.addrInfo .box .sub-addr div {
    margin-bottom: 15px;
  }
}
.banners {
  margin: 0;
  padding: 0;
}

.hasBanners + .items {
  margin-top: 0;
}

.items + .hasBanners {
  margin-top: 0px;
}

.banners .banner {
  list-style: none;
  width: 100%;
  height: auto;
}

.banners .banner a {
  text-decoration: none;
  cursor: pointer;
}

.banners .banner .wrapper {
  margin: 15px 0 10px;
}

.banners .banner .wrapper img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.banners .banner p {
  color: #000;
}

.banners .banner .banner_link p {
  color: #0D47A1;
  background: #E3F2FD;
  border: 1px solid #0D47A1;
  font-size: 18px;
  border-radius: 3px;
  font-weight: bold;
  padding: 10px;
  box-shadow: 0px 0px 3px -1px #0D47A1;
}
.overlay .lightbox.product-attributes-modal {
  width: auto;
  min-width: 320px;
  max-width: 400px;
}

.overlay .lightbox.product-attributes-modal form {
  padding: 20px 10px 10px;
}

.overlay .lightbox.product-attributes-modal .lightbox-title {
  right: 20px;
}

.overlay .lightbox.product-attributes-modal .product-attributes-table {
  display: table;
  width: 100%;
}

.overlay .lightbox.product-attributes-modal .product-attribute {
  display: table-row;
  height: 60px;
}

.overlay .lightbox.product-attributes-modal .product-attribute_name,
.overlay .lightbox.product-attributes-modal .product-attribute_options {
  display: table-cell;
}

.overlay .lightbox.product-attributes-modal .product-attribute_name {
  width: 1px;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  font-size: 14px;
}

.overlay .lightbox.product-attributes-modal .product-attributes-title,
.overlay .lightbox.product-attributes-modal .product-shipping-method-title {
  margin: 0;
  margin-bottom: 10px;
  color: #07609d;
  font-size: 16px;
  font-weight: bold;
}

.overlay .lightbox.product-attributes-modal .radio-button {
  padding: 8px 0;
}

.overlay .lightbox.product-attributes-modal .radio-button:hover {
 cursor: pointer;
}

.overlay .lightbox.product-attributes-modal .radio-button strong {
  display: inline;
  font-weight: normal;
}

.overlay .lightbox.product-attributes-modal .radio-button i {
  vertical-align: middle;
}

.overlay .lightbox.product-attributes-modal .product-shipping-method-error {
  font-size: 14px;
  color: red;
  font-weight: bold;
}

.overlay .lightbox.product-attributes-modal .product-shipping-method-note {
  margin: 10px 0px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 3px;
  padding: 15px;
}

.overlay .lightbox.product-attributes-modal .product-shipping-method-note h4 {
  margin: 0;
  margin-bottom: 5px;
}

.overlay .lightbox.product-attributes-modal .product-shipping-method-note p {
  margin: 0;
}

.overlay .lightbox.product-attributes-modal button {
  margin-top: 10px;
}

.overlay .lightbox.product-attributes-modal .lightbox-title {
  margin-top: 3px;
}

.overlay .lightbox.product-attributes-modal .product-attributes-table + .product-shipping-method-title {
  border-top: 1px dashed #1B499D;
  padding-top: 10px;
  margin-bottom: 5px;
}

@media screen and (max-width: 640px) {


  .overlay .lightbox.product-attributes-modal {
    max-width: 96%;
    min-width: auto;
    right: 2%;
  }

  .overlay .lightbox.product-attributes-modal .product-attribute {
    height: auto;
  }

  .overlay .lightbox.product-attributes-modal .product-attribute_name {
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    display: block;
    clear: both;
    margin-bottom: 5px;
  }

  .overlay .lightbox.product-attributes-modal .product-attribute_options {
    display: block;
    height: 55px;
  }


  .overlay .lightbox.product-attributes-modal .radio-button {
    font-size: 16px;
  }

  .overlay .lightbox.product-attributes-modal .radio-button i {
    font-size: 18px;
    vertical-align: middle;
  }

}
/*disable mobile */
/*
html.mobile body,
html.mobile body *, 
html.mobile body * > *, 
html.mobile body * * {
	display: none !important;
}

@media screen and (max-width: 1000px) {
	html body,
	html body *, 
	html body * > *, 
	html body * * {
		display: none !important;
	}
}*/

.ios 	body.noscroll {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	position: fixed;
	-webkit-overflow-scrolling: touch;
	-webkit-transform: translate3d(0, 0, 0);
	height: 100%;
	max-height: 100%;
	z-index: 1000;
}

.ios 	#body {
	position: relative;
	right: 0;
	left: auto;
	width: 100%;
	top: 0;
	bottom: 0;
	overflow: auto;
	/*-webkit-transform: translate3d(0, 0, 0);*/
	transition: right 0.3s;
	-webkit-transition: right 0.3s;
	-ms-transition: right 0.3s;
}

.ios	.overlay .lightbox:after {
  content: "-";
  position: absolute;
  display: block;
  left: 0px;
  right: 0px;
  bottom: -10px;
  width: 100%;
  background-color: transparent;
  font-size: 0;
  line-height: 0;
  height: 10px;
  opacity: 0;
}


.ios .overlay .lightbox.small.checkout iframe{
	width: 1% !important;
	min-width: 100% !important;
	overflow: hidden;
}

@media screen and (min-width: 641px) {
	.mobile-only {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	
	#home-categories {
		margin: 10px 5px;
	}

	.category-card {

		padding: 0 5px 10px;
		width: 50%;
		height: 135px;

	}

	.shopitem-card {
		padding: 5px;
		width: 50%;
	}


	.paymentsOptions .buttons button {
		width:100%;
	}
	.overlay .lightbox.small.checkout.paymentsOptions {
		text-align:center;
		width:100%;
	}
	.buttons button:nth-child(2), .buttons button:nth-child(4) {
		margin-left:0;
	}
	.checkoutFormat .col-half {
		width:100%;
		display:block;
	}
	.margin-bottom {
		margin-bottom:10px;
	}

	#search .filters {
		margin-top: 10px;
	}

	a, button {
		outline: none;
	}

	body {
		max-width: 100%;
		background-color: #f7f7f7;
		overflow-x: hidden;
	}

	body.noscroll {
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		position: fixed;
		-webkit-overflow-scrolling: touch;
		-webkit-transform: translate3d(0, 0, 0);
		height: 100%;
		max-height: 100%;
		z-index: 1000;
	}
/*
	body.noscroll:before {
		content:"";
		width: 1px;
		float: left;
		height: calc(100% + 1px);
		margin-left: -1px;
		display: block;
	}

	body.noscroll:after{
		content:"";
		width: 100%;
		clear: both;
		display: block;
	}*/
/*	body.noscroll #body{
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: hidden;
		position: fixed;
		-webkit-overflow-scrolling: touch;
		height: calc(100% + 1px);
		max-height: 100%;
		z-index: 1000;
	}*/

	br.mobile-only {
		display: inline;
	}
	
	br.mobile-only.clear {
		width: 0;
		height: 0;
		clear: both;
		display: block;
		float: none;
	}

	.sidemenu-toggle, .cart-toggle {
		position: absolute;
		/*height: 33px;*/
		/*width: 33px;*/
		border: none;
		background: transparent;
		padding: 0;
		margin: 0;
		top: 25px;
		right: 2px;
		color: #1B499D;
		font-size: 35px;
		line-height: 35px;
		z-index: 2;
	}

	.cart-toggle {
		right: auto;
		left: 15px;
	}
	
	.cart-toggle span {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #FFF;
    background-color: #03C1F0;
    position: absolute;
    top: -2px;
    right: -5px;
    line-height: 20px;
    font-size: 10px;
	}

	.desktop-only {
		display: none !important;
	}

	#sidebar {
		display: none;
	}

	#content,
	#sidebar + #content {
	    min-height: auto;
	    display: block;
	    width: 100%;
	    float: none;
	    margin: 0;
	    clear: both;
	}

	#footer {
		background-color: #07578D;
	}

	#footer ul.navigation {
	    margin: 0px;
	    padding: 0px;
	    float: none;
	}

	#footer ul.navigation li.mobile-left{
		float: left;
		margin-left: 10px;
	}

	#header {
		background-position: left 6px;
		background-image: url('../images/headerbg-mobile.gif');
		height: auto;
	}

	#header .container {
		width: 100%;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		padding: 10px;
		height: auto;
	}

	#header #search {
	    width: 100%;
	    position: relative;
	    clear: both;
	    left: 0;
	    bottom: 0;
	    margin-top: 65px;
	}

	#header #search label {
		display: none;
	}

	#header #search .search-field {
	    height: 45px;
	    width: 100%;

	}

	#header #search .search-field input {
		width: calc(100% - 45px);
		height: 45px;
		font-size: 16px;
	}
	
	#search .search-field button {
		height: 45px;
	    width: 45px;
	    font-size: 16px;
	}

	#header p.left a {
		display: none;
	}

	#header #club-logo {
		display: none;
	}

	#header #logo {
	    position: absolute;
	    top: 6px;
	    right: 50%;
	    bottom: auto;
	    height: 70px;
	    transform: translateX(50%);
	    width: auto;
	    z-index: 1;
	}

	#header #logo img {

    position: relative;
    transform: translateY(-50%);



    height: calc(100% + 15px);
    top: calc(50% + 10px);
    right: 0;
	}
	
	#header p.right {
    float: none;
    position: absolute;
    right: 55px;
    top: 18px;
    line-height: normal;
	}

	#header p.left {
		position: absolute;
		top: 53px;
		left: 10px;
		bottom: auto;
		height: 70px;
		width: auto;
		text-align: center;
	}

	#header p.left strong{
		line-height: normal;
		font-size: 18px;
		color: #06568D;
		position: relative;
		top: 47%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		display: inline-block;
	}

	#main {
		margin-top: 0;
		min-height: auto;
		background-color: #f7f7f7;
	}

	#main .container {
		width: 100%;
	}

	#footer .container {
		width: 100%;
	}

	#top-categories {
		display: none;
	}

	.box {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
    display: block;
    float: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
    position: relative;
	}

	.box .spacer {
		position: relative;
		padding-top: 43.75%;
		width: 0;
		height: 0;
		background-color: #000;
	}

	.box .inner, .box.search .left {
		background-color: transparent;
		position: absolute;
		height: 100%;
		overflow: hidden;
		padding: 20px 10px;
		top: 0;
		right: 0;
		border: none;
	}

	.box.search {
		border: none;
		margin-bottom: 0;
	}

	.box.search .left {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-ms-box-sizing: border-box;
		width: 100%;
	}

	.box .inner > img,
	.box.search .left > img {
		position: absolute;
		top: 20px;
		right: 10px;
		height: calc(100% - 40px);
		width: 35.57%;
		border-radius: 5px;
		float: none;
		margin-left: 0;
	}

	.box .inner > label {
		display: none;
	}

	.box .inner .info {
		border-top: none;
	}

	.box.mini-site {
		border: none;
	}

	.box.mini-site .inner{
		position: relative;
	}

	.contact .contact-form,
	.contact .contact-info {
    width: auto;
    float: none;
    margin-top: 20px;
    clear: both;
	}

	.contact .contact-form button {
		float: left;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.box.search .right {
		display: none;
	}

	.box.search .inner {
		width: 100%;
		height: 100%;
	}

	.ui-sidemenu {
		position: fixed;
		width: 0;
		top: 0;
		right: -270px;
		height: 100%;
		background-color: #04476f;
		width: 270px;
		z-index: 1;
		/*-webkit-transform: translate3d(0, 0, 0);*/
		transition: right 0.3s;
		-webkit-transition: right 0.3s;
		-ms-transition: right 0.3s;
	}

	.ui-sidemenu.open {
		/*width: 270px;*/
		right: 0;
	}

	#body {
		position: relative;
		right: 0;
		left: auto;
		width: 100%;
		top: 0;
		bottom: 0;
		overflow: auto;
		=webkit-transform: translate3d(0, 0, 0);
		transition: right 0.3s;
		-webkit-transition: right 0.3s;
		-ms-transition: right 0.3s;
	}

	.ui-sidemenu.open + #body {
		position: fixed;
		right: 270px;
		width: 100%;
		top: 0;
		z-index: 10;
		box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 5px 1px 10px rgba(0, 0, 0, 0.5);
	}

	.supplier-info {
    position: relative;
    right: calc(35.57% + 20px);
    width: calc(100% - 35.57% - 20px);
    height: 100%;
    top: 0px;
    text-align: right;		
	}

	.box .inner .supplier-info > h2 {
    margin: 0px;
    white-space: normal;
    max-height: 40px;
    height: auto;
	}

	.box .inner .supplier-info address {
		margin-top: 5px;
		padding: 2px 0;
	}
	.box.search .supplier-info address {
		margin-top: 2.5px;
	}

	.box .inner .info {
		height: auto;
		padding: 0;
	}
	.box .inner .info .button {
		margin-right:-2px;
	}
	.box .inner .info span, 
	.box .inner span.info-discount {
		padding: 0;
	}

	.box.search .inner .info {
		right: 0;
		left: 0;
		height: auto;
	}
	.box.search .inner .info span {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.spinner {
		margin: 10px auto;
	}

	.overlay {
		overflow: auto;
	}

/*	.overlay .lightbox.club-login {
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		overflow: auto;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate(0, 0);
		padding: 10px;
		border-radius: 0;
		min-height: 480px;
	}*/

	.overlay .lightbox.club-login {
		padding: 10px;
    padding-bottom: 20px;
	}

	.overlay .lightbox, .overlay .lightbox.club-login {
		width: 96%;
		height: 96%;
		height: auto;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate(0, 0);
		top: 2%;
		left: 2%;
	}

	.overlay .lightbox.club-login .close {
		display: none;
	}

	.overlay .lightbox .close {
		z-index: 10000;
	}

	.overlay .lightbox:after
	{
    content: "-";
    position: absolute;
    display: block;
    left: 0px;
    right: 0px;
    bottom: -10px;
    width: 100%;
    background-color: transparent;
    font-size: 0;
    line-height: 0;
    height: 10px;
    opacity: 0;
	}

	.ios .overlay .lightbox.small.checkout iframe{
		width: 292px !important;
		overflow: hidden;
	}

	.creditcard-icons {
		margin: 0 5px;
		width: calc(100% + 10px);
		right: -10px;
	}

	a.supplier-login {
		left: 10px;
	}

	label.customerService {
		right: 10px;
	}

	.mini-site .header {
		height: auto;
	}

	.box.mini-site .inner {
		background-color: #f9f9f9;
	}

	.mini-site .header .left ,
	.mini-site .header .right {
		width: 100%;
		height: auto;
		float: none;
		display: block;
		text-align: center;
	}

	.mini-site .header .left {
		position: relative;
		margin: 15px 0;
	}

	.mini-site .header  .ui-slider {
		position: absolute;
		left: 0;
		top: 0;
	}

	.mini-site .top {
		border: none;
		text-align: center;
		height: auto;
	}

	.mini-site .top button{
		background-color: #1b78ba;
		color: #fff;
		font-size: 18px;
		padding: 10px 20px;
		border-radius: 5px;
		border: none;
		margin: 0;
		display: inline-block;
	}

	.mini-site .top button.outline{
		background-color: transparent;
		color: #06568D;
		font-size: 16px;
		padding: 5px;
		border-radius: 5px;
		border: 2px solid #06568D;
		margin: 0;
		display: block;
		width: 100%;
	}

	.mini-site .top address {
		position: relative;
		bottom: auto;
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.box.mini-site .inner h2.title {
		margin-top: 10px;
	}

	.mini-site .center,
	.mini-site .bottom {
		display: none;
	}

	.box.mini-site .left .spacer,
	.mobile-gallery .spacer  {
		padding-top: 76.71%;
	}

	.items .gallery {
		display: none;
	}

	.mobile-gallery {
		position: relative;
		margin: 5px 0 0;
	}

	.mobile-gallery .ui-slider {
		position: absolute;
		top: 0;
		left: 0;
	}

	ul.items {
		margin-top: 15px;
	}

	ul.items > li {
		border-top: 1px solid #bbbcbc;
		background-color: #e6e7e8;
		margin: 0 -10px;
		padding: 0 10px;
	}

	ul.items > li:nth-child(even) {
		background-color: #f9f9f9;
	}

	ul.items div.item-info {
		height: auto;
		width: 100%;
		padding: 0;
		float: none;
		display: block;
	}

	ul.items li .description {
		margin: 5px 0;
	}

	ul.items .order ul li {
		padding: 14px 0;
		border-bottom: 1px solid #CBCBCC;
	}

	ul.items .order {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
	}
	
	ul.items .order ul li label{
		width: auto;
		height: auto;
		margin: 0;
	}

	ul.items .order ul li label br {
		display: none;
	}

	ul.items .order ul li.total-list-price
	{
		border-top: 1px solid #CBCBCC;
	}

	ul.items .order ul li.unit-list-price.first {
		display: none;
	}

	ul.items .order ul li span {
		float: left;
		width: auto;
	}

	ul.items .order ul li.add-to-cart {
		border: none;
		padding-bottom: 14px;
		overflow: hidden;
	}

	ul.items .order button, 
	ul.items .order .add-to-cart a {
		width: 50%;
		float: left;
		line-height: 30px;
		box-sizing: border-box;
		height: 30px;
	}

	ul.items .qty {
		float: right;
	}

	ul.items .qty .count {
		margin: 0 35px;
		height: 30px;
		width: 50px;
	}

	ul.items .qty .down {
		left: auto;
		right: 0;
		line-height: 25px;
	}

	ul.items .qty .down, ul.items .qty .up {
		width: 30px;
		height: 30px;
		top: 0;
		font-size: 30px;
		line-height: 30px;
	}

	.lightbox.moreinfo {
		padding-bottom: 10px;
	}

	.lightbox h3 {
		font-size: 18px;
		margin: 0;
		margin-top: 10px;
	}

	.lightbox h3 + p {
		margin-top: 0
	}

	.cart-totals {
		width: 100%;
		padding: 0;
		border: none;
	}

	.cart-totals label {
		text-align: right;
		width: auto;
		float: right;
	}

	.cart-totals span {
		width: auto;
		float: left;
	}

	.cart-totals button.checkout {
		float: left;
		width: 50%;
		margin-top: 15px;
		clear: right;
	}

	.cart-totals a {
		float: right;
		width: auto;
		margin: 15px 0 0;
		line-height: 38px;
	}

		
	.overlay .lightbox.small{
		width: 96%;
		padding: 0px 0px 20px;
/*		padding: 0px 15px 0px 20px; */
/*		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);*/
	}
	.overlay .lightbox.small.invalidCartItems {
		padding: 0px 15px 0px 20px;
	}
	.ui-sidemenu .top {
		text-align: center;
		color: #fff;
	}

	.ui-sidemenu .top .profile-image {
		width: 80px;
		height: auto;
		margin: 20px 0 5px;
	}

	.ui-sidemenu .top  h3{
		font-size: 20px;
		margin: 0;
		margin-bottom: 15px;
	}

	.ui-sidemenu .top  p{
		font-size: 18px;
		margin: 0;
		margin-bottom: 5px;
	}

	.ui-sidemenu .top  p.profile-club{
		font-size: 13px;
		margin-bottom: 20px;
	}

	.ui-sidemenu ul.links {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.ui-sidemenu ul.links li{
		padding: 0;
		margin: 0;
	}

	.ui-sidemenu ul.links li a{
		text-decoration: none;
		font-size: 18px;
		color: #fff;
		padding-right: 20px;
		line-height: 45px;
		background-color: #055789;
		display: block;
	}

	.ui-sidemenu ul.links li.transparent a{
		background-color: transparent;
	}

	#content .box.myinfo {
		padding: 10px;
	}

	table.orders thead tr th.code,
	table.orders tbody tr td.code {
		display: none;
	}

	table.orders thead tr th,
	table.orders tbody tr td {
		padding: 0 5px;
		width: 1% !important;
	}

	#content .box.myinfo .form-group
	{
		display: block;
    margin-bottom: 5px;
    width: 100%;
    clear: both;
	}

	.lightbox .box {
		border-bottom: 0;
	}
	.showAdQueSpacer {
		margin-bottom:40px;
	}

	.myinfo .adsMail {
		margin-top: 10px;
		font-size: 16px;
	}

	#agent-header {
		height: 50px;
		overflow: hidden;
    width: 100%;
    font-size: 20px;
	}
	#agent-header .container{
		float: none;
    position: relative;
    right: 13px;
    top: 16px;
    line-height: 17px;
    width: 100%;
	}
	#agent-header .container a {
		left: 12px;
		position: absolute;
		font-size: 20px;
		top: -10px;
		padding: 10px 20px;
		margin: 0;
	}

	#hamburger-icon {
	    width: 35px;
	    height: 25px;
	    position: absolute;
	    display: block;
	    margin: 0;
	    top: 25px;
	}

	#hamburger-icon  .line {
		display:block;
		background:#1B499D;
		width:35px;
		height:6px;
		position:absolute;
		left:0;
		border-radius: 3px;
		transition: all 0.4s;
	}

	#hamburger-icon.active  .line {
		width:30px;
	}

	#hamburger-icon .line.line-1 {
	  top: 0;
	}

	#hamburger-icon .line.line-2 {
	  top: 50%;
	}

	#hamburger-icon .line.line-3 {
	  top: 100%;
	}
  
	#hamburger-icon.active .line-1 {
	  transform: translateY(12.5px) translateX(0) rotate(45deg);
	}

	#hamburger-icon.active .line-2 {
	  opacity:0;
	}

	#hamburger-icon.active .line-3 {
	  transform: translateY(-12.5px) translateX(0) rotate(-45deg);
	}

	.box.product.mini-site  .actions {
		position: relative;
		padding: 10px 0;
		border-bottom:  1px dashed hsla(220, 70%, 25%, 0.5);
	}

	.box.product.mini-site  .actions .price {
	    display: inline-block;
	    line-height: 40px;
	    text-align: right;
	    font-size: 30px;
	    text-align: right;
	    color: hsl(220, 70%, 25%);
	 }

	.box.product.mini-site  .actions .price small {
		font-size: 14px;
	}

	.box.product .inner h2.title {
		clear: both;
		float: none;
		display: block;
		text-align: center;
		padding-bottom: 0;
		margin-bottom: 10px;
		line-height: 20px;
		font-size: 20px;
		
	}

	.box.product.mini-site .actions .button {
		height: 40px;
		font-size: 18px;
		padding: 0 15px;

	}

	.box.product.mini-site .header {
    	border-bottom: none;
    	padding-bottom: 0;
    	margin-bottom: 0;
	}

	.box.product.mini-site .header .left {
		margin: 5px 0;
	}

	.box.product.mini-site .multiText p {
		font-size: 16px;
	}

}

  