/* Minification failed. Returning unminified contents.
(1974,64): run-time error CSS1062: Expected semicolon or closing curly-brace, found '='
: run-time error CSS1036: Expected expression, found ''
 */
#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:Helvetica,Arial,Helvetica,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;/*border:1px solid #303030;*/overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(/scripts/shadowbox/loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(/scripts/shadowbox/close.png);}
#sb-nav-next{background-image:url(/scripts/shadowbox/next.png);}
#sb-nav-previous{background-image:url(/scripts/shadowbox/previous.png);}
#sb-nav-play{background-image:url(/scripts/shadowbox/play.png);}
#sb-nav-pause{background-image:url(/scripts/shadowbox/pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{/*margin-top:32px; */overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#fff; }
        #cboxLoadingGraphic{background:url(/content/img/colorbox-loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/content/img/colorbox-controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose { text-indent:0px;  width: 61px; height: 21px; top: 0; right: 0; font-family: 'DINPro', sans-serif; font-size: 11px; line-height: 21px; text-align: center; color: #FFF !important; text-decoration: none  !important; background: none; background-color: #97897f; text-transform: uppercase;}
        #cboxClose:hover {background-color: #b7aba2; }
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Force vertical scrollbar in non-IE
 * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
  background: #fff;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
/* 
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate
 * Also: hot pink! (or customize the background color to match your design)
 */
::-moz-selection {
  background: #26b050;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #26b050;
  color: #fff;
  text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #666;
}
a:visited {
  color: #666;
}
a:hover {
  color: #666;
}
a:focus {
  outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover,
a:active {
  outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
/* Redeclare monospace font family: h5bp.com/j */
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 14px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
/*
 * Correct overflow not hidden in IE9 
 */
svg:not(:root) {
  overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */
figure {
  margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  *overflow: visible;
}
/*
 * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
 */
table button,
table input {
  *overflow: auto;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/* 
 * Remove inner padding and border in FF3/4: h5bp.com/l 
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* 
 * 1. Remove default vertical scrollbar in IE6/7/8/9 
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
/* Colors for form validity */
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */

  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */

  display: table;
  /* 2 */

}
.clearfix:after {
  clear: both;
}
/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/*
@media only screen and (min-width: 35em) {
   
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}
*/
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  /*
      * {
          background: transparent !important;
          color: #000 !important; 
          box-shadow: none !important;
          text-shadow: none !important;
      }
  
      a,
      a:visited {
          text-decoration: underline;
      }
      */
  /*
      a[href]:after {
          content: " (" attr(href) ")";
      }
  
      abbr[title]:after {
          content: " (" attr(title) ")";
      }
      */
  /*
       * Don't show links for images, or javascript/internal links
       */
  /*
      .ir a:after,
      a[href^="javascript:"]:after,
      a[href^="#"]:after {
          content: "";
      }
  
      pre,
      blockquote {
          border: 1px solid #999;
          page-break-inside: avoid;
      }
  
      thead {
          display: table-header-group;
      }
  
      tr,
      img {
          page-break-inside: avoid;
      }
  
      img {
          max-width: 100% !important;
      }
  
      @page {
          margin: 0.5cm;
      }
  
      p,
      h2,
      h3 {
          orphans: 3;
          widows: 3;
      }
  
      h2,
      h3 {
          page-break-after: avoid;
      }
          */
}
/* ==========================================================================
   Primary styles
   ========================================================================== */
section,
article {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
@font-face {
  font-family: 'DINPro';
  src: url(/content/fonts/dinlight-webfont.eot);
  src: local('☺'), url(/content/fonts/dinlight-webfont.woff) format('woff'), url(/content/fonts/dinlight-webfont.ttf) format('truetype'), url(/content/fonts/dinlight-webfont.svg) format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
@font-face {
	font-family: 'Gotham-Book';
	src: url(/content/fonts/Gotham-Book.eot);
	src: local('☺'), url(/content/fonts/Gotham-Book.woff) format('woff'), url(/content/fonts/Gotham-Book.ttf) format('truetype'), url(/content/fonts/Gotham-Book.svg) format('svg');
	font-weight: normal;
	font-style: normal;
}
*/
/* Global */
#bodyWrapper {
  width: 1216px;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}
a {
  text-decoration: none;
}
a.selected {
  text-decoration: none !important;
}
p {
  font-size: 13px;
  color: #666666;
}
h1 {
  font-family: 'DINPro', sans-serif;
  font-size: 28px;
  color: #332b2a;
  text-transform: uppercase;
  padding: 10px 0px 0px;
  margin: 0;
  font-weight: normal;
}
h2 {
  font-family: 'DINPro', sans-serif;
  font-size: 18px;
  color: #332b2a;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}
h3 {
  font-size: 16px;
  color: #332b2a;
  font-weight: normal;
  margin: 10px 0px;
}
button {
  border: none;
}
.btn {
  display: inline-block;
  padding: 7px 35px 8px 8px;
  background: #4c4c4c url(/content/img/btn-grey-arrow.png) right 10px no-repeat;
  color: #FFF !important;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-decoration: none !important;
}
.btn:hover {
  background-color: #6e6e6e;
}
.btn.hover {
  background-color: #6e6e6e;
}
.btnSmall {
  display: inline-block;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 4px 8px;
  text-align: center;
  color: #FFF !important;
  text-decoration: none  !important;
  background-color: #97897f;
}
.btnSmall:hover {
  background-color: #b7aba2;
}
.btnSubscribe a {
  display: inline-block;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 4px 8px;
  text-align: center;
  color: #FFF !important;
  text-decoration: none  !important;
  background-color: #97897f;
}
.btnSubscribe a:hover {
  background-color: #b7aba2;
}
.btnPrimary {
  display: inline-block;
  border: none;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px 30px;
  text-align: center;
  color: #FFF !important;
  text-decoration: none  !important;
  background-color: #97897f;
}
.btnPrimary:hover {
  background-color: #b7aba2;
}
.lt-ie8 .filterButtons .btnPrimary {
  padding-top: 3px;
  padding-bottom: 4px;
}
.btnSecondary {
  display: block;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px 30px;
  text-align: center;
  color: #FFF !important;
  text-decoration: none  !important;
  background-color: #b4b4b2;
}
.btnSecondary:hover {
  background-color: #c9c9c9;
}
.lt-ie8 .btnSecondary {
  padding: 8px 30px 7px;
}
.btnBack {
  display: inline-block;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
  padding: 6px 30px;
  text-align: center;
  color: #000 !important;
  text-decoration: none  !important;
  background-color: #dee0d2;
}
.btnBack:hover {
  background-color: #f0f1e8;
}
.hidden {
  display: none;
}
/* Header */
#brands ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#brands ul li {
  display: inline-block;
  margin-left: 11px;
  *display: inline;
  zoom: 1;
}
#brands a {
  color: #FFF;
  text-decoration: none;
  text-align: center;
  line-height: 37px;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#brands .merino a {
  display: block;
  width: 366px;
  background: url(/content/img/ico-merinocom.png) no-repeat 115px 5px;
  background-color: #9e7074;
  padding-left: 20px;
}
#brands .merino a:hover {
  background-color: #b48589;
}
#brands .woolmark a {
  display: block;
  width: 357px;
  background: url(/content/img/ico-woolmarkcom.png) no-repeat 89px 7px;
  background-color: #b3b4b2;
  padding-left: 29px;
}
#brands .woolmark a:hover {
  background-color: #cfcfcf;
}
#brands .wool a {
  display: block;
  width: 361px;
  background: url(/content/img/ico-woolcom.png) no-repeat 96px 5px;
  background-color: #aaa38e;
  padding-left: 29px;
}
#brands .wool a:hover {
  background-color: #cdc6b1;
}
#headerLinks {
  position: relative;
  display: inline-block;
  width: 1216px;
}
#brandLogo {
  position: absolute;
  bottom: 0;
  left: 0;
}
#subLinks {
  float: right;
  padding-top: 11px;
}
#subLinks .socialLinks {
  text-align: right;
  width: 112px;
  float: right;
  height: 28px;
}
#subLinks .socialLinks ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-left: 1px solid #e5e5e5;
}
#subLinks .socialLinks ul li {
  display: inline-block;
  margin-left: 7px;
  *display: inline;
  zoom: 1;
}
#subLinks .subscribe {
  float: right;
  width: 102px;
  border-left: 1px solid #e5e5e5;
  height: 28px;
  padding-left: 21px;
}
#subLinks .topLinks {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
  margin-right: 20px;
  margin-left: 18px;
  padding-top: 5px;
}
.lt-ie8 .topLinks {
  padding-top: 9px !important;
}
#subLinks .topLinks li {
  display: inline-block;
  padding: 0px 8px;
  border-right: 1px solid #666666;
  line-height: 12px;
  *display: inline;
  zoom: 1;
}
#subLinks .topLinks li a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  text-decoration: none;
}
#subLinks .topLinks li a:hover {
  text-decoration: underline;
}
#subLinks .topLinks li.last {
  border-right: 0;
}
#subLinks #weather {
  float: right;
}
#subLinks #weather #locationWeather {
  float: right;
}
#subLinks #weather #addLoc {
  float: right;
  margin-left: 15px;
}
#subLinks #weather #addLink {
  text-decoration: underline;
  color: #666666;
  font-size: 12px;
  display: inline-block;
  padding: 5px 0px;
}
#subLinks #weather #btnPlus {
  margin-right: 5px;
}
#subLinks #weather #form-weather {
  display: none;
  float: right;
  margin-left: 15px;
}
#subLinks #weather #form-weather #location {
  border: 1px solid #c1c1c1;
  width: 125px;
  height: 19px;
  line-height: 19px;
}
#subLinks #weather #form-weather .btnSmall {
  border: none;
}
#subLinks #weather .results {
  float: right;
  margin-left: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #666;
  font-weight: bold;
}
#subLinks #weather #error {
  color: red;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}
#subLinks #weather #icon {
  float: right;
  margin-left: 3px;
}
#subLinks #weather #temp {
  float: right;
  line-height: 26px;
  margin-left: 3px;
}
#subLinks #weather #loc {
  float: right;
  line-height: 26px;
  margin-left: 3px;
}
#subLinks #weather #remove {
  float: right;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 12px;
  padding: 0px 2px 3px;
  width: 12px;
  line-height: 12px;
  margin-top: 5px;
  text-align: center;
  color: #FFF !important;
  text-decoration: none  !important;
  background-color: #97897f;
}
#subLinks #weather #remove:hover {
  background-color: #b7aba2;
}
#subLinks #weather #locationWeather .current #remove {
  display: none;
}
#subLinks #weather .forecast {
  z-index: 150;
  position: absolute;
  margin-top: 22px;
  font-weight: normal;
  background-color: #ededed;
  padding: 10px;
  clear: both;
  width: 244px;
  display: none;
}
.lt-ie8 .forecast {
  top: 12px;
}
#subLinks #weather .todaydetail .icon {
  float: left;
  margin-right: 10px;
}
#subLinks #weather #futureDays {
  clear: both;
  margin-top: 15px;
}
#subLinks #weather #futureDays .col {
  width: 44px;
  float: left;
  text-align: center;
  margin-left: 6px;
  margin-right: 6px;
}
#subLinks #weather #futureDays .col img {
  width: 35px;
}
#subLinks #weather #futureDays .col .high {
  font-weight: bold;
}
#subLinks #weather #futureDays #source-logo {
  cursor: pointer;
  background: url(/content/img/wunderground-logo.png) no-repeat 0px 20px;
  width: 54px;
  height: 66px;
  float: left;
  margin-left: 16px;
}
.ui-autocomplete {
  background-color: #ededed;
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 22px;
  z-index: 150;
  height: 81px;
  overflow: hidden;
}
.ui-menu-item {
  padding: 2px 4px;
}
.ui-menu-item:hover {
  background-color: #a4988f;
  cursor: pointer;
  color: #FFF;
}
.ui-menu-item:hover a {
  color: #FFF;
}
#subLinks #searchBox {
  float: right;
  clear: both;
  width: 380px;
  height: 36px;
  margin-top: 35px;
}
#subLinks #searchBox label {
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #333333;
  margin-right: 10px;
  line-height: 36px;
}
#subLinks #searchBox .searchTextBox {
  width: 295px;
  height: 36px;
  border: 1px solid #c1c1c1;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}
#subLinks #searchBox .searchTextBox .txtSearch {
  width: 240px;
  float: left;
  height: 34px;
  border: none;
  line-height: 34px;
  background-color: transparent;
  margin-left: 6px;
  -webkit-text-size-adjust: none;
}
#subLinks #searchBox .searchTextBox #btnSearch {
  float: left;
  background: url(/content/img/btn-search.png) no-repeat 8px 8px;
  color: transparent;
  text-indent: -9999em;
  border: none;
  width: 37px;
  height: 36px;
  line-height: 0;
  font-size: 0;
}
nav {
  padding: 0;
  margin: 0;
  z-index: 99;
}
#navmenu {
  list-style: none;
  width: 1216px;
  padding: 0;
  margin: 0;
  margin-top: 12px;
  margin-bottom: 15px;
  height: 40px;
  background: #a4988f;
  border-bottom: 8px solid #7d6c5f;
  z-index: 99;
}
#navmenu .topMenu {
  float: left;
  display: block;
  text-align: center;
  position: relative;
  border: none;
  height: 40px;
  width: 243px;
  background: url(/content/img/navmenu-divider.png) right 6px no-repeat;
  z-index: 99;
}
#navmenu .topMenu:hover {
  background: #7d6c5f url(/content/img/navmenu-divider.png) right 6px no-repeat;
  cursor: pointer;
}
#navmenu .topMenu .drop.selected {
  background: #7d6c5f url(/content/img/navmenu-divider.png) right 6px no-repeat;
}
#navmenu .topMenu .drop {
  font-family: 'DINPro', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFF;
  display: table-cell;
  width: 243px;
  vertical-align: middle;
  text-align: center;
  outline: 0;
  text-decoration: none;
  /*height: 40px;*/
  line-height: 15px;
  visibility: hidden;
}
.lt-ie8 #navmenu .topMenu .drop {
  display: block;
}
#navmenu .menu_right,
#navmenu .menu_right:hover,
#navmenu .menu_right .drop.selected {
  background-image: none;
}
#navmenu .dropdown_2columns {
  margin: 0px auto;
  float: left;
  position: absolute;
  left: -999em;
  text-align: left;
  padding: 28px 0px 28px 24px;
  background: #7d6c5f;
  z-index: 99;
  width: 450px;
}
#navmenu .colWrapper {
  background: url(/content/img/navmenu-col-divider.png) 203px 26px repeat-y;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#navmenu .topMenu:hover .dropdown_2columns {
  left: 0px;
  top: 40px;
}
#navmenu .col_1 {
  display: inline;
  float: left;
  position: relative;
  width: 185px;
  margin-right: 35px;
}
#navmenu .col_1 a {
  width: 185px;
  display: block;
  text-align: left;
  line-height: 16px;
}
#navmenu .dropdown_2columns a:active {
  background-color: #7d6c5f !important;
}
#navmenu .quickLinks {
  width: 200px;
  margin-right: 0px;
}
#navmenu .menu_right {
  float: right;
  margin-right: 0px;
}
#navmenu .topMenu.menu_right:hover .dropdown_2columns {
  left: auto;
  right: 0px;
  top: auto;
}
#navmenu h3,
#navmenu .topMenu ul li a {
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 13px  !important;
  color: #FFF;
  text-transform: none !important;
  position: relative;
  padding: 0;
  margin: 0;
  float: none;
  text-align: left;
}
#navmenu h3 {
  text-transform: uppercase !important;
  margin-bottom: 6px;
  font-weight: bold;
}
#navmenu .col_1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/*#navmenu .col_1 ul li, #navmenu .col_1 ul li:hover { background:none; border:none; padding:0; margin:0; }*/
#navmenu .col_1 ul li a:hover {
  text-decoration: underline;
}
#navmenu .col_1 ul li a {
  margin-bottom: 3px;
}
#breadcrumbs {
  margin-bottom: 15px;
}
#breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#breadcrumbs ul li {
  display: inline;
  color: #666666;
  font-size: 13px;
}
#breadcrumbs ul li a {
  color: #332b2a;
  font-size: 13px;
}
#breadcrumbs .divider {
  padding: 0 3px;
}
/* Layout */
#contentWrapper {
  width: 1216px;
}
#leftNav {
  width: 246px;
  float: left;
  margin-right: 10px;
}
#rightNav {
  float: right;
  width: 246px;
  margin-left: 10px;
  height: 100%;
}
#contentMain {
  float: left;
}
.threeColumns #contentMain {
  width: 704px;
      padding-left: 0px;
    padding-right: 0px; 
}
.twoColumns #contentMain {
  width: 960px;
}
.contentRow {
  clear: both;
  margin-bottom: 20px;
}
.threeColumns .container {
  border-top: 2px solid #85807f;
  margin-left: 10px;
  margin-right: 10px;
  width: 684px;
    padding-left: 0px;
    padding-right: 0px; 
}
.twoColumns .container {
  border-top: 2px solid #85807f;
  margin-left: 10px;
  width: 950px;
}
.imageSlideshow .slide .inner ul li {
  color: #666666;
}
/* Homepage */
#hpSlider {
  float: left;
  width: 804px;
  margin-right: 20px;
  position: relative;
  height: 300px;
  overflow: hidden;
}
#hpslideshow {
  width: 804px;
  height: 300px;
}
#hpslideshow .slide {
  background-color: #ededed;
  z-index: 1;
  width: 804px;
  height: 300px;
  top: 0;
  left: 0;
  cursor: pointer;
}
#hpslideshow .slide h2 {
  padding-top: 42px;
  font-weight: bold !important;
  font-size: 22px !important;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#hpslideshow .slide .pic {
  float: left;
  width: 516px;
  height: 300px;
  overflow: hidden;
}
#hpslideshow .slide .text {
  margin-left: 20px;
  float: left;
  width: 235px;
}
#hpslideshow .slide a {
  text-decoration: underline;
}
#hpSlider #slide-pagination {
  position: absolute;
  left: 534px;
  bottom: 11px;
  z-index: 15;
}
#hpSlider #slide-pagination #nav {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#hpSlider #slide-pagination #nav li {
  background: url(/content/img/slides-pagination-item.png) 2px 2px no-repeat;
  text-indent: -999em;
  color: transparent;
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 3px;
  cursor: pointer;
}
#hpSlider #slide-pagination #nav .activeSlide {
  background: url(/content/img/slides-pagination-item-active.png) no-repeat;
}
#hpSlider #prev,
#hpSlider #next {
  cursor: pointer;
  height: 40px;
  width: 20px;
  display: none;
  position: absolute;
  z-index: 15;
  top: 130px;
}
#hpSlider #prev {
  background: url(/content/img/slide-arrow-prev.png) no-repeat;
  left: 0px;
}
#hpSlider #next {
  background: url(/content/img/slide-arrow-next.png) no-repeat;
  right: 0px;
}
#hpSlider #prev:hover {
  background: url(/content/img/slide-arrow-prev-over.png) no-repeat;
}
#hpSlider #next:hover {
  background: url(/content/img/slide-arrow-next-over.png) no-repeat;
}
#marketChart {
  background-color: #f0e7e4;
  width: 392px;
  height: 300px;
  float: left;
  z-index: 1;
  position: relative;
}
#marketChart h1 {
  font-size: 23px;
  border-bottom: 1px solid #332b2a;
  padding: 0;
  font-weight: 100;
}
#marketChart .inner {
  margin: 20px 20px 0px 20px;
}
#marketChart .chartContainer {
  margin-top: 9px;
}
#marketChart .chartContainer .title {
  font-weight: bold;
  font-size: 10px;
  position: absolute;
  top: 60px;
  left: 20px;
  z-index: 9999;
}
#marketChart #chart {
  height: 160px;
  width: 220px;
  margin-top: -2px;
  margin-bottom: 33px;
  z-index: 1;
  margin-left: -15px;
}
#marketChart #chart .tooltip {
  padding: 5px;
  background-color: #fffcd7;
  border: none;
  font-style: italic;
  margin-left: 0px;
  margin-bottom: 0px;
}
#marketChart #chart .tooltip span {
  font-weight: bold;
}
#marketChart .priceguide {
  float: right;
  width: 125px;
  margin-top: 11px;
  margin-right: 0px;
  font-size: 11px;
  color: #808080;
  z-index: 5;
  position: relative;
}
#marketChart .priceguide td {
  padding-top: 2px;
}
#marketChart .priceguide caption {
  font-size: 10px;
  color: #332b2a;
  padding-top: 0px;
  text-align: left;
}
#marketChart .priceguide thead {
  color: #332b2a;
  border-bottom: 1px solid #4c4c4c;
  padding-top: 3px;
  padding-bottom: 2px;
}
#marketChart .priceguide tfoot {
  border-top: 1px solid #4c4c4c;
  font-size: 10px;
  line-height: 10px;
  padding-top: 4px;
}
#marketChart .priceguide .plus {
  color: #00a651;
}
#marketChart .priceguide .minus {
  color: #e21f27;
}
#marketChart:hover {
  cursor: pointer;
}
#onFarm {
  width: 804px;
  background-color: #dde0d2;
  float: left;
  margin-right: 20px;
}
#onFarm h1 {
  font-size: 23px;
  border-bottom: 1px solid #332b2a;
  padding: 0;
  font-weight: 100;
}
#onFarm .inner {
  margin: 20px;
}
#onFarm .intro {
  width: 182px;
  float: left;
  padding-right: 20px;
}
#onFarm .col_1 {
  width: 100px;
  float: left;
  background: url(/content/img/hp-farm-divider.png) 0px 21px no-repeat;
  padding: 10px 20px 0px 20px;
}
#onFarm .col_1 .logo {
  width: 100px;
  text-align: center;
  height: 65px;
  overflow: hidden;
}
#onFarm .last {
  background-image: none;
  padding-right: 0px;
}
#grower {
  width: 392px;
  background-color: #dde0d2;
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#grower h1 {
  margin-bottom: 4px;
  font-size: 23px;
  border-bottom: 1px solid #332b2a;
  padding: 0;
  font-weight: 100;
}
#grower .inner {
  margin: 20px;
}
#grower .logo {
  float: left;
  margin-right: 10px;
  border: 1px solid #dddddd;
  width: 108px;
  height: 53px;
  margin-top: 10px;
  position: relative;
}
#grower .logo a {
  z-index: 1;
}

#grower .logo img.desaturate { 
   z-index: 1;
     filter: url(/Static/css/data:image/svg+xml;utf8,<svg xmlns=/'http:/www.w3.org/2000/svg/'><filter id=/'grayscale/' filterRes=/'800/'><feColorMatrix type=/'matrix/' values=/'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/'/></filter></svg>#grayscale); 
    filter: gray; 
    -webkit-filter: grayscale(100%); 
    -webkit-transition: all .6s ease; 
    -webkit-backface-visibility: hidden; 
}

#grower .logo a img {
  z-index: 1;
  /*
     filter: url(/Static/css/data:image/svg+xml;utf8,<svg xmlns=/'http:/www.w3.org/2000/svg/'><filter id=/'grayscale/' filterRes=/'800/'><feColorMatrix type=/'matrix/' values=/'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0/'/></filter></svg>#grayscale); 
    filter: gray; 
    -webkit-filter: grayscale(100%); 
    -webkit-transition: all .6s ease; 
    -webkit-backface-visibility: hidden; 
    */

}
#grower .logo a img:hover {
  /*filter: url(/Static/css/data:image/svg+xml;utf8,<svg xmlns=/'http:/www.w3.org/2000/svg/'><filter id=/'grayscale/' filterRes=/'800/'><feColorMatrix type=/'matrix/' values=/'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0/'/></filter></svg>#grayscale);
    -webkit-filter: grayscale(0%);*/
}
#grower #logo-1 {
  background: url(/content/img/hp-tools-hover-tip.png) no-repeat 0px 0px;
  left: 10px;
  top: 40px;
}
#grower #logo-2 {
  background: url(/content/img/hp-tools-hover-tip.png) no-repeat -305px 0px;
  left: -92px;
  top: 40px;
}
#grower #logo-3 {
  background: url(/content/img/hp-tools-hover-tip.png) no-repeat -610px 0px;
  left: -195px;
  top: 40px;
}
#grower #logo-4 {
  background: url(/content/img/hp-tools-hover-tip.png) no-repeat 0px 0px;
  left: 10px;
  top: 40px;
}
#grower #logo-5 {
  background: url(/content/img/hp-tools-hover-tip.png) no-repeat -305px 0px;
  left: -92px;
  top: 40px;
}
#grower #logo-6 {
  background: url(/content/img/hp-tools-hover-tip.png) no-repeat -610px 0px;
  left: -195px;
  top: 40px;
}
#grower .hover {
  position: absolute;
  color: #666666;
  z-index: 999;
}
#grower .hover .bg {
  width: 293px;
  border: 1px solid #dddddd;
  border-top: none;
  background: #FFF;
  margin-top: 15px;
}
#grower .hover .inner {
  padding-top: 8px;
  margin: 0px 10px 10px 10px;
  width: 275px;
}
#grower .hover .moreLink {
  color: #332b2a;
  text-decoration: none;
}
#promoCallOuts .promoBlock {
  background-color: #FFF;
  float: left;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-right: 20px;
  border: 1px solid #dddddd;
  height: 110px;
  overflow: hidden;
}
#promoCallOuts .promoBlock.col33pc {
  width: 390px;
}
#promoCallOuts .promoBlock.col50pc {
  width: 596px;
}
#promoCallOuts .promoBlock.col100pc {
  width: 1216px;
}
#promoCallOuts .promoBlock .inner {
  margin: 20px;
}
#promoCallOuts .promoBlock .pic {
  float: left;
  width: 130px;
  height: 90px;
  overflow: hidden;
  margin-right: 20px;
}
#promoCallOuts .promoBlock .pic img {
  height: 70px;
  overflow: hidden;
}
#promoCallOuts .promoBlock .text a {
  text-decoration: underline;
}
#promoCallOuts .promoBlock h4 {
  font-family: 'DINPro', sans-serif;
  font-size: 20px;
  color: #332b2a;
  padding: 0;
  margin: 0;
  font-weight: normal;
  margin-bottom: -7px;
  margin-top: -5px;
}
#promoCallOuts .promoBlock:hover {
  cursor: pointer;
}
#about {
  margin-top: 20px;
  height: 380px;
}
#about p a {
  text-decoration: underline;
}
#about h1 {
  font-size: 23px;
  border-bottom: 1px solid #332b2a;
  padding: 0;
  font-weight: 100;
}
#about .fourColumns {
  width: 289px;
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  position: relative;
}
#about .pic {
  border: 1px solid #7d6c5f;
  width: 287px;
  height: 118px;
  overflow: hidden;
}
#about .fourColumns p {
  width: 250px;
}
#about .fourColumns .cta {
  position: absolute;
  top: 260px;
}
#about .fourColumns:hover,
#about .fourColumns img:hover {
  cursor: pointer;
}
/* Left Nav */
#leftNav {
  min-height: 100px;
}
#leftNav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#leftNav ul li a {
  display: block;
  padding: 10px 25px 10px 12px;
  font-family: 'DINPro', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  color: #332b2a;
  background-color: #ededed;
  width: 209px;
  background: #ededed url(/content/img/leftnav-arrow.png) right no-repeat;
  margin-bottom: 2px;
}
#leftNav a.selected {
  text-decoration: none;
  background: #dad7d3 url(/content/img/leftnav-arrow-down.png) right no-repeat;
}
#leftNav a.collapse {
  text-decoration: none;
  background: #ededed url(/content/img/leftnav-arrow.png) right no-repeat;
}
#leftNav a:hover {
  background-color: #b5b2ae;
  text-decoration: none;
}
#leftNav ul li ul li a {
  width: 199px;
  margin-left: 10px;
}
#leftNav ul li ul li ul li a {
  width: 189px;
  margin-left: 20px;
}
#leftNav ul li ul li ul li ul li a {
  width: 179px;
  margin-left: 30px;
}
#leftNav ul li ul li ul li ul li ul li a {
  width: 169px;
  margin-left: 40px;
}
#leftNav ul li ul li ul li ul li ul li ul li a {
  width: 159px;
  margin-left: 50px;
}
#leftNav .last li a {
  background-image: none;
}
#leftNav ul li.last a {
  background-image: none;
}
#leftNav .sideLinks {
  margin-top: 15px;
}
#leftNav .sideLinks a {
  background-image: none;
  background-color: #dad7d3;
}
#leftNav .sideLinks a:hover {
  background-color: #b5b2ae;
}
/* Right Nav */
#rightNav section {
  margin-bottom: 15px;
}
#subscribeBox {
  padding: 13px;
  background-color: #dad7d3;
  width: 220px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
.lt-ie8 #subscribeBox {
  padding-bottom: 25px;
}
#subscribeBox h2 {
  font-family: 'DINPro', sans-serif;
  font-size: 18px;
  color: #332b2a;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-weight: normal;
}
#subscribeBox p {
  font-size: 13px;
  color: #666666;
  margin: 7px 0px;
}
#subscribeBox #txtBox {
  width: 175px;
  height: 36px;
  background-color: #FFF;
  border: 1px solid #c1c1c1;
  float: left;
}
#subscribeBox #txtBox #Email {
  border: 0;
  background-color: transparent;
  height: 36px;
  line-height: 36px;
  margin-left: 7px;
  font-size: 12px;
  width: 161px;
}
#subscribeBox #btnSubscribe {
  background: url(/content/img/btn-subscribe-go.png) no-repeat;
  width: 35px;
  height: 16px;
  border: none;
  text-indent: -999em;
  float: left;
  margin: 10px 0px 20px 6px;
  color: transparent;
  line-height: 0;
  font-size: 0;
}
#subscribeBox #error {
  color: red;
  font-size: 12px;
  display: block;
  padding-top: 7px;
  display: none;
}
#articleTeasers {
  padding: 14px;
  background-color: #e9e7e5;
  width: 218px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#articleTeasers article {
  margin-bottom: 20px;
}
#articleTeasers article.last {
  margin-bottom: 0px;
}
#articleTeasers article img {
  width: 218px;
  height: 113px;
  overflow: hidden;
  /*border: @imgborder;*/
}
#articleTeasers article p {
  margin-top: 5px;
}
#articleTeasers article .moreLink {
  color: #332b2a;
  text-decoration: underline;
}
/* page content */
#toplevelSlider {
  z-index: 1;
  float: left;
  position: relative;
  height: 250px;
  width: 684px;
  margin-bottom: 15px;
  overflow: hidden;
  margin-top: 15px;
}
#toplevelSlider #topSlideshow {
  width: 684px;
  height: 250px;
}
#toplevelSlider #topSlideshow .slide {
  background-color: #ededed;
  z-index: 1;
  width: 684px;
  height: 250px;
  top: 0;
  left: 0;
  cursor: pointer;
}
#toplevelSlider #topSlideshow .slide h2 {
  padding-top: 20px;
  font-weight: bold !important;
  font-size: 22px !important;
  font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
#toplevelSlider #topSlideshow .slide .pic {
  float: left;
  width: 405px;
  height: 250px;
  overflow: hidden;
}
#toplevelSlider #topSlideshow .slide .text {
  margin-left: 20px;
  float: left;
  width: 195px;
}
#toplevelSlider #topSlideshow .slide a {
  text-decoration: underline;
}
#toplevelSlider #slide-pagination {
  position: absolute;
  left: 425px;
  bottom: 10px;
  z-index: 10;
}
#toplevelSlider #slide-pagination #nav {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#toplevelSlider #slide-pagination #nav li {
  background: url(/content/img/slides-pagination-item.png) 2px 2px no-repeat;
  text-indent: -999em;
  color: transparent;
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 3px;
  cursor: pointer;
}
#toplevelSlider #slide-pagination #nav .activeSlide {
  background: url(/content/img/slides-pagination-item-active.png) no-repeat;
}
#toplevelSlider #prev,
#toplevelSlider #next {
  cursor: pointer;
  height: 40px;
  width: 20px;
  display: none;
  position: absolute;
  z-index: 15;
  top: 105px;
}
#toplevelSlider #prev {
  background: url(/content/img/slide-arrow-prev.png) no-repeat;
  left: 0px;
}
#toplevelSlider #next {
  background: url(/content/img/slide-arrow-next.png) no-repeat;
  right: 0px;
}
#toplevelSlider #prev:hover {
  background: url(/content/img/slide-arrow-prev-over.png) no-repeat;
}
#toplevelSlider #next:hover {
  background: url(/content/img/slide-arrow-next-over.png) no-repeat;
}
#contentList .topLevel {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 704px;
  display: inline-block;
  *display: block;
  zoom: 1;
}
#contentList .topLevel .topMenu {
  float: left;
  display: block;
  position: relative;
  width: 352px;
}
#contentList .topLevel .topMenu .picWrapper {
  border: 12px solid #FFF;
}
#contentList .topLevel .topMenu img {
  width: 328px;
  height: 182px;
  overflow: hidden;
  /*border:1px solid #7d6c5f;*/
}
#contentList .topLevel .topMenu:hover .picWrapper {
  border: 12px solid #dad7d3;
}
#contentList .topLevel .topMenu a {
  display: block;
  outline: 0;
  text-decoration: none;
  color: #666666 !important;
}
#contentList .topLevel .topMenu a img {
  /*border: @imgborder;*/
}
#contentList .topLevel .topMenu .textWrapper {
  margin-left: 12px;
  width: 328px;
}
#contentList .topLevel .topMenu .textWrapper param {
  text-decoration: underline !important;
}
#contentList .topLevel .topMenu .textWrapper h3 {
  margin: 0;
  padding-top: 4px;
}
#contentList .topLevel .dropdown_2columns {
  position: absolute;
  left: -999em;
  text-align: left;
  padding: 0px 0px 20px 12px;
  background: #dad7d3;
  width: 430px;
  z-index: 1;
}
#contentList .topLevel .dropdown_2columns h3 {
  margin: 0;
  padding-top: 6px;
}
#contentList .topLevel .colWrapper {
  background: url(/content/img/toplevel-divider.jpg) 193px 6px repeat-y;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 10px;
}
#contentList .topLevel .topMenu:hover .dropdown_2columns {
  left: 0px;
  top: 0px;
  margin-top: 204px;
  z-index: 1;
}
#contentList .topLevel .col_1 {
  display: inline;
  float: left;
  position: relative;
  width: 215px;
}
#contentList .topLevel .menu_right {
  float: right;
  margin-right: 0px;
}
#contentList .topLevel .topMenu:hover .align_right {
  left: auto;
  right: -10px;
  top: auto;
  margin-top: 0px;
  z-index: 1;
}
#contentList .topLevel h4,
#contentList .topLevel .topMenu ul li a {
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 17px  !important;
  font-size: 12px  !important;
  text-align: left;
  color: #666666;
  text-transform: none !important;
  position: relative;
  padding: 0;
  margin: 0;
  float: none;
}
#contentList .topLevel h4 {
  text-transform: uppercase !important;
  margin-bottom: 6px;
}
#contentList .topLevel li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#contentList .topLevel li ul li:hover {
  background: none;
  border: none;
  /*
  padding: 0;
  margin: 0;
      */
}
#contentList .topLevel li ul li a {
  text-decoration: none;
}
#contentList .topLevel li ul li a:hover {
  text-decoration: underline;
}
#subContentList .secondLevel {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 704px;
  display: inline-block;
  *display: block;
  zoom: 1;
}
#subContentList .secondLevel .topMenu {
  float: left;
  display: block;
  position: relative;
  width: 233px;
  margin-bottom: 20px;
}
#subContentList .secondLevel .topMenu .picWrapper {
  border: 10px solid #FFF;
}
#subContentList .secondLevel .topMenu img {
  width: 213px;
  height: 118px;
  overflow: hidden;
  /*border:1px solid #7d6c5f; */
}
#subContentList .secondLevel .topMenu:hover .picWrapper {
  border: 10px solid #dad7d3;
}
#subContentList .secondLevel .topMenu a {
  display: block;
  outline: 0;
  text-decoration: none;
}
#subContentList .secondLevel .topMenu a img {
  /*border: @imgborder;*/
}
#subContentList .secondLevel .topMenu .textWrapper {
  margin-left: 10px;
}
#subContentList .secondLevel .topMenu .textWrapper param {
  text-decoration: underline !important;
}
#subContentList .secondLevel .topMenu .textWrapper h3 {
  margin: 0;
  margin-bottom: 10px;
  padding-top: 4px;
}
#subContentList .secondLevel .dropdown_2columns {
  float: left;
  position: absolute;
  left: -999em;
  text-align: left;
  padding: 0px 0px 20px 10px;
  background: #dad7d3;
  width: 430px;
  z-index: 1;
}
#subContentList .secondLevel .dropdown_2columns h3 {
  margin: 0;
  padding-top: 4px;
}
#subContentList .secondLevel .colWrapper {
  background: url(/content/img/toplevel-divider.jpg) 193px 6px repeat-y;
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-top: 10px;
}
#subContentList .secondLevel .topMenu:hover .dropdown_2columns {
  left: 0px;
  top: 0px;
  margin-top: 138px;
  z-index: 1;
}
#subContentList .secondLevel .col_1 {
  display: inline;
  float: left;
  position: relative;
  width: 215px;
}
#subContentList .secondLevel .menu_right {
  float: right;
  margin-right: 0px;
}
#subContentList .secondLevel .topMenu:hover .align_right {
  left: auto;
  right: -10px;
  top: auto;
  margin-top: 0px;
  z-index: 1;
}
#subContentList .secondLevel h4,
#subContentList .secondLevel .topMenu ul li a {
  font-family: Arial, Helvetica, sans-serif !important;
  line-height: 17px  !important;
  font-size: 12px  !important;
  text-align: left;
  color: #666666;
  text-transform: none !important;
  position: relative;
  padding: 0;
  margin: 0;
  float: none;
}
#subContentList .secondLevel h4 {
  text-transform: uppercase !important;
  margin-bottom: 6px;
}
#subContentList .secondLevel li ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#subContentList .secondLevel li ul li:hover {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
#subContentList .secondLevel li ul li a {
  text-decoration: none;
}
#subContentList .secondLevel li ul li a:hover {
  text-decoration: underline;
}
#contentArea .container #subContentList {
  margin-left: -25px;
}
/* Custom drop downs */
.ddcommon {
  position: relative;
  display: -moz-inline-stack;
  zoom: 1;
  display: inline-block;
  *display: inline;
  cursor: default;
}
.ddcommon ul {
  padding: 0;
  margin: 0;
}
.ddcommon ul li {
  list-style-type: none;
}
.ddcommon .disabled img,
.ddcommon .disabled span,
.ddcommon.disabledAll {
  opacity: .5;
  /* standard: ff gt 1.5, opera, safari */

  -ms-filter: "alpha(opacity=50)";
  /* ie 8 */

  filter: alpha(opacity=50);
  /* ie lt 7 */

  -khtml-opacity: .5;
  /* safari 1.x */

  -moz-opacity: .5;
  /* ff lt 1.5, netscape */

  color: #999999;
}
.ddcommon .clear {
  clear: both;
}
.ddcommon .shadow {
  -moz-box-shadow: 5px 5px 5px -5px #888888;
  -webkit-box-shadow: 5px 5px 5px -5px #888888;
  box-shadow: 5px 5px 5px -5px #888888;
}
.ddOutOfVision {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
img.fnone {
  float: none !important;
}
.ddcommon .divider {
  width: 0;
  height: 100%;
  position: absolute;
}
.ddcommon .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -34px;
}
.ddcommon .arrow:hover {
  cursor: pointer;
}
.ddcommon .ddTitle {
  padding: 0;
  position: relative;
  display: inline-block;
  width: 100%;
}
.ddcommon .ddTitle .ddTitleText {
  display: block;
  color: #666666;
}
.ddcommon .ddTitle .ddTitleText:hover {
  cursor: pointer;
}
.ddcommon .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}
.ddcommon .ddTitle .description {
  display: block;
}
.ddcommon .ddTitle .ddTitleText img {
  position: relative;
  vertical-align: middle;
  float: left;
}
.ddcommon .ddChild {
  position: absolute;
  display: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  zoom: 1;
  z-index: 9999;
}
.ddcommon .ddChild li {
  clear: both;
}
.ddcommon .ddChild li .description {
  display: block;
}
.ddcommon .ddChild li img {
  border: 0 none;
  position: relative;
  vertical-align: middle;
  float: left;
}
.ddcommon .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
}
.ddcommon .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 5px;
}
.ddcommon .noBorderTop {
  border-top: none 0  !important;
  padding: 0;
  margin: 0;
}
/*************** default theme **********************/
.dd {
  padding-right: 30px;
}
.dd .divider {
  right: 36px;
}
.dd .arrow {
  width: 31px;
  height: 32px;
  margin-top: -16px;
  background: url(/content/img/dd-toggle-arrow.jpg) no-repeat;
}
.dd .ddTitle {
  background: #fff;
}
.dd .ddTitle .ddTitleText {
  padding: 7px 6px 7px 6px;
  border: 1px solid #c1c1c1;
  text-align: center;
}
.dd .ddTitle .ddTitleText .ddTitleText {
  padding: 0;
}
.dd .ddChild {
  border: 1px solid #c1c1c1;
  background-color: #fff;
  left: -1px;
}
.dd .ddChild ul {
  margin: 0 !important;
  padding: 0 !important;
}
.dd .ddChild li {
  padding: 5px;
  background-color: #fff;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 0px !important;
  text-align: center;
}
.dd .ddChild li.hover {
  background-color: #f2f2f2;
  cursor: pointer;
}
.dd .ddChild li.optgroup .optgroupTitle {
  padding: 0 5px;
  font-weight: bold;
}
.dd .ddChild li.optgroup ul li {
  padding: 5px 5px 5px 5px;
}
.dd .ddChild li.optgroup:nth-last-child(2) {
  border-bottom: none;
}
.dd .ddChild li.selected {
  background-color: #d5d5d5;
}
#contentArea,
#contentArea .container em,
#contentArea .container p,
#contentArea .container td,
#contentArea .container li {
  color: #666666;
}
#contentArea .container p {
  margin: 0px 0px 1em 0px;
}
#contentArea .container ul li,
#contentArea .container ol li {
  margin-bottom: 10px;
}
#contentArea .container a,
#contentArea .container a em {
  color: #3d7dbb;
  text-decoration: underline;
}
#contentArea .container h1 {
  margin-bottom: 10px;
}
#contentArea .container h2 {
  margin: 10px 0px;
  font-weight: normal;
}
#contentArea .container h3 {
  margin: 10px 0px;
}
.twoColumns #contentArea .highlightedBox {
  background-color: #ededed;
  padding: 10px 20px;
  width: 910px;
  margin-bottom: 15px;
}
.twoColumns #contentArea .calloutBox {
  border: 1px solid #7d6c5f;
  padding: 10px 20px;
  width: 910px;
  margin-bottom: 15px;
}
.threeColumns #contentArea .highlightedBox {
  background-color: #ededed;
  padding: 10px 20px;
  width: 644px;
  margin-bottom: 15px;
}
.threeColumns #contentArea .calloutBox {
  border: 1px solid #7d6c5f;
  padding: 10px 20px;
  width: 644px;
  margin-bottom: 15px;
}
#contentArea .container ul {
  margin: 10px 0px 15px 15px;
  padding: 0;
}
#contentArea .container ol {
  margin: 10px 0px 15px 22px;
  padding: 0;
}
#contentArea table.greyTable {
  border-collapse: separate;
  margin-bottom: 15px;
  border-spacing: 3px;
}
#contentArea table.greyTable .greyHeader td {
  background-color: #dad7d3;
  padding: 5px;
  color: #332b2a;
  font-size: 12px;
  font-weight: bold;
  vertical-align: top;
}
#contentArea table.greyTable .greyHeader td p {
  color: #332b2a;
}
#contentArea table.greyTable td {
  padding: 5px;
  vertical-align: top;
  background-color: #f5f5f5;
  font-size: 12px;
}
#contentArea table.greyTable td p {
  margin: 0;
  padding: 0;
}
#contentArea .socialMedia {
  margin: 10px 0px 0px 0px;
  float: right;
}
#contentArea .socialMedia .at16nc.at16t_facebook {
  background: url(/content/img/ico-sub-facebook.png) no-repeat;
  width: 10px;
  height: 16px;
  margin-right: 7px;
}
#contentArea .socialMedia .at16nc.at16t_twitter {
  background: url(/content/img/ico-sub-twitter.png) no-repeat;
  width: 13px;
  height: 16px;
  margin-right: 7px;
}
#contentArea .socialMedia .at16nc.at16t_email {
  background: url(/content/img/ico-send-to-friend.png) no-repeat;
  width: 22px;
  height: 16px;
}
#contentArea #inParent {
  margin-top: 30px;
  border-top: 2px solid #85807f;
  color: #332b2a;
  display: block;
  width: 100%;
}
#contentArea #inParent ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-top: 7px;
}
#contentArea #inParent li {
  float: left;
  margin-right: 3px;
  margin-bottom: 3px;
}
#contentArea #inParent a {
  color: #332b2a;
}
#contentArea .imgRight {
  float: right;
  margin: 0px 0px 15px 15px;
}
#contentArea .imgLeft {
  float: left;
  margin: 0px 15px 15px 0px;
}
#contentArea .filterBox {
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding-bottom: 0px;
  width: 684px;
}
#contentArea .filterContainer {
  background-color: #ededed;
  padding: 20px 10px 20px 20px;
  margin: -3px 0px 15px;
}
#contentArea .filterContainer .filterControls {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#contentArea .filterButtons .btnPrimary,
#contentArea .filterButtons .btnSecondary {
  margin-left: 10px;
  float: left;
}
#contentArea .filterContainer .dd {
  float: left;
  margin-right: 15px;
}
.marketList .filterContainer {
  float: left;
}
.marketList .filterContainer .dd {
  width: 167px !important;
}
.marketList .filterButtons {
  float: left;
  margin-left: 0px;
  padding: 22px 0px 30px 10px;
  margin: -3px 0px 15px;
}
.forecastList .filterContainer {
  float: left;
}
.forecastList .filterContainer .dd {
  width: 167px !important;
}
.forecastList .filterButtons {
  float: left;
  margin-left: 0px;
  padding: 22px 0px 30px 10px;
  margin: -3px 0px 15px;
}
.eventList .filterContainer .dd {
  width: 171px !important;
}
.eventList .filterButtons {
  float: right;
}
.publicationList .filterContainer .dd {
  width: 171px !important;
}
.publicationList .filterButtons {
  float: right;
}
.mediaList .filterContainer .dd {
  width: 171px !important;
}
.mediaList .filterButtons {
  float: right;
}
#contentArea .filterPagination {
  clear: both;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 684px;
  margin: 20px 0px 17px;
}
#contentArea .filterPagination .pagination ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: right;
}
#contentArea .filterPagination .pagination ul li {
  float: left;
  margin: 0 2px;
  background-color: #ededed;
}
#contentArea .filterPagination .pagination ul li a {
  font-size: 12px;
  text-decoration: none;
  display: block;
  height: 16px;
  padding: 2px 3px 1px 2px;
  color: #000;
  text-align: center;
  font-style: italic;
}
#contentArea .filterPagination .pagination ul li.active {
  background-color: #dad7d3;
}
.PagedList-skipToFirst {
  background: url(/content/img/pgFirst.png) 0px 2px no-repeat;
}
.PagedList-skipToLast {
  background: url(/content/img/pgLast.png) 0px 2px no-repeat;
}
.PagedList-skipToPrevious {
  background: url(/content/img/pgPrev.png) 0px 2px no-repeat;
}
.PagedList-skipToNext {
  background: url(/content/img/pgNext.png) 0px 2px no-repeat;
}
.PagedList-ellipses {
  background: url(/content/img/pgEllipses.png) 0px 2px no-repeat;
}
.PagedList-skipToFirst,
.PagedList-skipToLast,
.PagedList-skipToPrevious,
.PagedList-skipToNext,
.PagedList-ellipses {
  width: 14px;
  height: 16px;
  background-color: #fff !important;
}
.PagedList-skipToFirst a,
.PagedList-skipToLast a,
.PagedList-skipToPrevious a,
.PagedList-skipToNext a,
.PagedList-ellipses a {
  color: transparent !important;
}
#contentArea .filterPagination .counter {
  color: #000;
  font-style: italic;
  font-size: 14px;
  float: left;
}
#contentArea .newsScroller {
  margin-bottom: 30px;
}
#contentArea #results {
  margin-bottom: 15px;
  border-top: 1px solid #e6e5e3;
}
#contentArea #results .no-results {
  display: inline-block;
  *display: inline;
  zoom: 1;
  background-color: #ededed;
  padding: 15px;
  margin: 15px 0px;
  text-align: center;
  font-style: italic;
  color: #000;
  width: 654px;
}
#contentArea #results .rs-item {
  position: relative;
  border-bottom: 1px solid #e6e5e3;
  padding: 15px 0px 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
/*#contentArea #results .rs-item:hover {cursor: pointer; }*/
#contentArea #results .rs-item .rs-inner {
  padding: 0px 15px 15px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#contentArea #results .rs-item a {
  text-decoration: none;
}
#contentArea #results .rs-item .rs-tags {
  float: right;
  margin-top: -6px;
  margin-right: 2px;
}
#contentArea #results .rs-item .rs-tags p {
  background-color: #a4988f;
  font-size: 10px;
  font-style: italic;
  float: left;
  margin: 0;
  margin-left: 5px;
  color: #FFF;
  padding: 2px 3px;
}
#contentArea #results .rs-item .rs-date {
  font-size: 11px;
  font-style: italic;
  color: #000;
}
#contentArea #results .rs-item .rs-thm {
  float: left;
  padding: 0px 15px 15px 0px;
  overflow: hidden;
  width: 160px;
}
/*#contentArea #results .rs-item .rs-thm img:hover {cursor: pointer;}*/
#contentArea #results .rs-item .rs-text {
  color: #404040;
  float: left;
  width: 470px;
}
#contentArea #results.rs-oneCol .rs-item .rs-text {
  width: 680px;
}
#contentArea #results .rs-item .rs-text h3 {
  font-size: 24px;
  margin-top: 2px;
  line-height: 26px;
  margin-bottom: 5px;
}
#contentArea #results .rs-item .rs-text p {
  /* margin-bottom: 0px; */
}
#contentArea #results .rs-item .readMore {
  color: #3d7dbb !important;
  text-decoration: underline !important;
}
#contentArea #results .rs-item .download {
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#contentArea #results .rs-item .btnPrimary {
  float: left;
}
#contentArea #results .rs-item .filesize {
  font-size: 12px;
  color: #404040;
  margin-left: 7px;
  float: left;
  line-height: 28px;
}
#contentArea #results .starevent .rs-inner {
  background-color: #fdece0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 20px 15px 15px;
  margin-bottom: 15px;
}
#contentArea #results .archivedevent .rs-inner {
  background-color: #f6f5f5;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 20px 15px 15px;
  margin-bottom: 15px;
}
#contentArea #results .starpub .rs-inner {
  background-color: #fdece0;
  display: inline-block;
  *display: inline;
  zoom: 1;
  padding: 20px 15px 15px;
  margin-bottom: 15px;
}
#contentArea #listDetails {
  margin-top: 0px;
  margin-bottom: 20px;
  border-top: 1px solid #e6e5e3;
  padding-top: 10px;
}
#contentArea #listDetails .li-title {
  border-bottom: 1px solid #e5e5e3;
  padding: 15px;
}
#contentArea #listDetails .li-title h3 {
  text-transform: uppercase;
  font-size: 18px;
}
#contentArea #listDetails .li-title .li-tags {
  float: right;
}
#contentArea #listDetails .li-title .li-tags p {
  background-color: #a4988f;
  font-size: 10px;
  font-style: italic;
  float: left;
  margin: 0;
  margin-left: 5px;
  color: #FFF;
  padding: 3px;
}
#contentArea #listDetails .li-info {
  padding: 15px;
}
#contentArea #listDetails .li-info h2.li-info-heading {
  border-bottom: 1px solid #e5e5e3;
  color: #000;
  padding-bottom: 5px;
  margin-top: 25px;
}
#contentArea #listDetails .li-info .li-info-tb td {
  vertical-align: top;
  padding-top: 20px;
}
#contentArea #listDetails .li-info .li-info-tb .li-label {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
  width: 200px;
}
#contentArea #listDetails .li-info .li-date {
  font-size: 11px;
  font-style: italic;
  color: #000;
  margin-bottom: 10px;
}
#contentArea #listDetails .li-info .li-additional-info iframe {
  margin: 15px 15px 15px 0px;
}
#contentArea #listDetails .li-info .li-additional-info small a {
  color: #666666 !important;
}
#contentArea #sitemap .sectionRow {
  clear: both;
  margin-bottom: 20px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#contentArea #sitemap .subSection {
  float: left;
  width: 165px;
  margin-left: 33px;
  margin-right: 30px;
}
#contentArea #sitemap .subSection h3 {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #666666;
}
#contentArea #sitemap .subSection h3 a {
  color: #666666 !important;
}
#contentArea #sitemap .subSection ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#contentArea #sitemap .subSection ul li {
  margin-bottom: 3px;
}
#contentArea #sitemap .subSection ul li a {
  color: #999;
  line-height: 12px;
  text-decoration: none;
}
#contentArea #sitemap .subHeader {
  background: #ededed;
  padding: 16px 0px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-bottom: 20px;
}
#contentArea #sitemap .subHeader span {
  float: left;
  width: 165px;
  margin-left: 33px;
  margin-right: 30px;
  font-size: 13px;
  font-weight: bold;
  color: #666666;
}
#contentArea #sitemap .subHeader span a {
  color: #666666 !important;
}
#contentArea #sitemap .subSection .logos {
  margin-top: 10px;
}
#contentArea #sitemap .subSection .logos a {
  margin-right: 5px;
}
#contentArea #sitemap .subSection h3 a,
#contentArea #sitemap .subHeader span a {
  text-decoration: none;
}
#contentArea #sitemap a:hover {
  text-decoration: underline !important;
}
#contentArea .office {
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 11px;
  border-bottom: 1px solid #e6e5e3;
}
#contentArea .office h2 {
  word-wrap: break-word;
  word-break: break-all;
  background-color: #dad7d3;
  margin-bottom: 20px;
  margin-top: 0px;
  font-family: Arial;
  font-size: 18px;
  padding: 13px 31px;
  text-transform: uppercase;
  color: #332b2a;
}
.threeColumns .imageSlider {
  z-index: 1;
  height: 335px;
  width: 684px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.threeColumns .imageSlider .slide img {
  width: 684px;
  height: 238px;
  overflow: hidden;
}
.threeColumns .imageSlider .zoom {
  position: absolute;
  z-index: 90;
  cursor: pointer;
  right: 7px;
  top: 7px;
  background: url(/content/img/btn-zoom.jpg) no-repeat;
  width: 21px;
  height: 21px;
}
.threeColumns .imageSlider .caption {
  background-color: #ededed;
  z-index: 1;
  width: 656px;
  height: 70px;
  padding: 14px;
  overflow: hidden;
}
.threeColumns .imageSlider h3 {
  padding: 0;
  margin: 0px 0px 2px 0px !important;
}
.threeColumns .imageSlider p {
  margin: 0;
  height: 33px;
  overflow: hidden;
}
.threeColumns .imageSlider .nav {
  position: absolute;
  left: 14px;
  bottom: 3px;
  z-index: 10;
}
.threeColumns .imageSlider .nav a {
  background: url(/content/img/slides-pagination-item.png) 2px 2px no-repeat;
  text-indent: -999em;
  color: transparent;
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 3px;
  cursor: pointer;
}
.threeColumns .imageSlider .nav a.activeSlide {
  background: url(/content/img/slides-pagination-item-active.png) no-repeat;
}
.threeColumns .imageSlider #prev,
.threeColumns .imageSlider #next {
  cursor: pointer;
  height: 40px;
  width: 20px;
  display: none;
  position: absolute;
  z-index: 15;
  top: 100px;
}
.threeColumns .imageSlider #prev {
  background: url(/content/img/slide-arrow-prev.png) no-repeat;
  left: 0px;
}
.threeColumns .imageSlider #next {
  background: url(/content/img/slide-arrow-next.png) no-repeat;
  right: 0px;
}
.threeColumns .imageSlider #prev:hover {
  background: url(/content/img/slide-arrow-prev-over.png) no-repeat;
}
.threeColumns .imageSlider #next:hover {
  background: url(/content/img/slide-arrow-next-over.png) no-repeat;
}
.twoColumns .imageSlider {
  z-index: 1;
  height: 422px;
  width: 950px;
  margin-bottom: 25px;
  position: relative;
  overflow: hidden;
}
.twoColumns .imageSlider .slide img {
  width: 950px;
  height: 331px;
  overflow: hidden;
}
.twoColumns .imageSlider .zoom {
  position: absolute;
  z-index: 90;
  cursor: pointer;
  right: 7px;
  top: 7px;
  background: url(/content/img/btn-zoom.jpg) no-repeat;
  width: 21px;
  height: 21px;
}
.twoColumns .imageSlider .caption {
  background-color: #ededed;
  z-index: 1;
  width: 922px;
  height: 70px;
  padding: 14px;
  overflow: hidden;
}
.twoColumns .imageSlider h3 {
  padding: 0;
  margin: 0;
  margin: 0px 0px 2px 0px !important;
}
.twoColumns .imageSlider p {
  margin: 0;
  height: 33px;
  overflow: hidden;
}
.twoColumns .imageSlider .nav {
  position: absolute;
  left: 14px;
  bottom: 3px;
  z-index: 10;
}
.twoColumns .imageSlider .nav a {
  background: url(/content/img/slides-pagination-item.png) 2px 2px no-repeat;
  text-indent: -999em;
  color: transparent;
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 3px;
  cursor: pointer;
}
.twoColumns .imageSlider .nav a.activeSlide {
  background: url(/content/img/slides-pagination-item-active.png) no-repeat;
}
.twoColumns .imageSlider #prev,
.twoColumns .imageSlider #next {
  cursor: pointer;
  height: 40px;
  width: 20px;
  display: none;
  position: absolute;
  z-index: 15;
  top: 150px;
}
.twoColumns .imageSlider #prev {
  background: url(/content/img/slide-arrow-prev.png) no-repeat;
  left: 0px;
}
.twoColumns .imageSlider #next {
  background: url(/content/img/slide-arrow-next.png) no-repeat;
  right: 0px;
}
.twoColumns .imageSlider #prev:hover {
  background: url(/content/img/slide-arrow-prev-over.png) no-repeat;
}
.twoColumns .imageSlider #next:hover {
  background: url(/content/img/slide-arrow-next-over.png) no-repeat;
}
::-webkit-input-placeholder {
  color: #888888;
}
:-moz-placeholder {
  color: #888888;
}
::-moz-placeholder {
  color: #888888;
}
:-ms-input-placeholder {
  color: #888888;
}
.placeholder {
  color: #888888;
}
#ContactForm h2 {
  font-size: 21px;
  line-height: 32px;
}
#ContactForm #ContactCategory {
  background-color: #dad7d3;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
  margin-bottom: 10px;
}
#ContactForm #ContactCategory #categoryInner {
  margin: 20px 65px;
}
#ContactForm #ContactCategory .editor-field {
  float: left;
  margin-right: 34px;
  width: 284px;
}
#ContactForm #ContactInfo {
  background-color: #ededed;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
}
#ContactForm #ContactInfo #infoInner {
  margin: 0px 55px 38px 65px;
  padding-top: 38px;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
#ContactForm #ContactInfo .col-1 {
  float: left;
  width: 315px;
}
#ContactForm #ContactInfo .col-2 {
  float: left;
  width: 240px;
}
#ContactForm #ContactInfo input[type=text],
#ContactForm #ContactInfo input[type=email] {
  color: #666666;
  width: 230px;
  background: #FFF;
  padding: 7px 26px 7px 26px;
  border: 1px solid #c1c1c1;
}
#ContactForm #ContactInfo textarea {
  color: #666666;
  width: 230px;
  height: 120px;
  background: #FFF;
  padding: 7px 26px 7px 26px;
  border: 1px solid #c1c1c1;
}
#ContactForm #ContactInfo select {
  width: 230px;
}
#ContactForm .field-validation-error {
  font-size: 11px;
  color: #e21f27;
  font-style: italic;
  height: 20px;
  line-height: 20px;
  display: block;
}
#ContactForm .validation-summary-errors {
  font-size: 11px;
  color: #e21f27;
  font-style: italic;
  height: 20px;
  line-height: 20px;
  display: block;
}
#ContactForm .field-validation-valid {
  height: 20px;
  display: block;
}
#ContactForm .dd {
  width: 248px !important;
}
#ContactForm .dd .ddTitle .ddTitleText {
  text-align: left;
  padding: 7px 26px 7px 26px;
}
#ContactForm .send-copy {
  float: left;
  padding-top: 6px;
  width: 130px;
}
#ContactForm .send-copy .editor-field {
  width: 18px;
  float: left;
  margin-right: 5px;
}
#ContactForm .send-copy #SendCopy {
  width: 18px;
  height: 18px;
  background: #FFF;
  border: 1px solid #c1c1c1;
}
#ContactForm .send-copy .editor-label {
  font-size: 12px;
  color: #000;
  font-style: italic;
  line-height: 18px;
}
#ContactForm .submit-button {
  float: left;
}
#subscriptionForm h2,
#standardForm h2 {
  font-size: 21px;
  line-height: 32px;
}
#subscriptionForm #subscriptionInfo, #standardForm #formInfo{
  background-color: #ededed;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 100%;
}
#subscriptionForm #subscriptionInfo #subscriptionInner,
#standardForm #formInfo #formInner {
  margin: 0px 55px 38px 55px;
  padding-top: 38px;
}
#subscriptionForm #subscriptionInfo .col-1, #standardForm #formInfo .col-1 {
  float: left;
  width: 300px;
}
#subscriptionForm #subscriptionInfo .col-1-a, #standardForm #formInfo .col-1-a {
  float: left;
  width: 200px;
}
#subscriptionForm #subscriptionInfo .col-1-b, #standardForm #formInfo .col-1-b {
  float: left;
  width: 100px;
}
#subscriptionForm #subscriptionInfo .col-2, #standardForm #formInfo .col-2 {
  float: left;
  width: 265px;
}
#subscriptionForm #subscriptionInfo .row-field, #standardForm #formInfo .row-field {
  display: inline-block;
  *display: inline;
  zoom: 1;
  clear: both;
}
#subscriptionForm #subscriptionInfo input[type=text],
#subscriptionForm #subscriptionInfo input[type=email],
#standardForm #formInfo input[type=text],
#standardForm #formInfo input[type=email] {
  color: #666666;
  width: 230px;
  background: #FFF;
  padding: 7px 26px 7px 26px;
  border: 1px solid #c1c1c1;
}
#subscriptionForm #subscriptionInfo textarea {
  color: #666666;
  width: 230px;
  height: 120px;
  background: #FFF;
  padding: 7px 26px 7px 26px;
  border: 1px solid #c1c1c1;
}
#subscriptionForm #subscriptionInfo select,
#standardForm #formInfo select {
  width: 230px;
}
#subscriptionForm #subscriptionInfo .checkbox-field {
  padding-bottom: 13px;
}
#subscriptionForm .field-validation-error,
#standardForm .field-validation-error {
  font-size: 11px;
  color: #e21f27;
  font-style: italic;
  height: 20px;
  line-height: 20px;
  display: block;
}
#subscriptionForm .validation-summary-errors,
#standardForm .validation-summary-errors {
  font-size: 11px;
  color: #e21f27;
  font-style: italic;
  height: 20px;
  line-height: 20px;
  display: block;
}
#subscriptionForm .field-validation-valid,
#standardForm .field-validation-valid {
  height: 20px;
  display: block;
}
#subscriptionForm .dd,
#standardForm .dd {
  width: 248px !important;
}
#subscriptionForm .dd .ddTitle .ddTitleText,
#standardForm .dd .ddTitle .ddTitleText {
  text-align: left;
  padding: 7px 26px 7px 26px;
}
#subscriptionForm .submit-button {
  float: left;
}
.formPopupMessage {
  text-align: center;
}
.formPopupMessage h1 {
  color: #b3b4b2;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 0;
}
.lt-ie8 .formPopupMessage h1 {
  margin-bottom: 0px;
}
.formPopupMessage p {
  margin: 0 auto;
  width: 380px;
}
.formPopupMessage ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.formPopupMessage .btnBacktosite {
  margin-top: 20px;
}

/** Payment form **/
.label-field {height:30px}
input.disabled {   background-color:#dad7d3 !important;}
#standardForm #OrderUnits_msdd {width:150px !important;}
.submit-button {margin-top:30px}
/* End Payment form */

/* Shadowbox lightbox */
#sb-body {
  position: relative;
}
#sb-info {
  height: 103px;
  position: relative;
  background-color: #ededed;
  overflow: hidden;
}
#sb-info-inner #sb-caption {
  position: absolute;
  top: 10px;
  left: 13px;
}
#sb-counter,
#sb-title,
#sb-nav #sb-nav-previous,
#sb-nav #sb-nav-next {
  display: none;
}
#sb-nav-previous,
#sb-nav-next {
  cursor: pointer;
  height: 40px;
  width: 20px;
  position: absolute;
  z-index: 15;
  top: 50%;
}
#sb-nav-previous {
  background: url(/content/img/slide-arrow-prev.png) no-repeat;
  left: 0px;
}
#sb-nav-next {
  background: url(/content/img/slide-arrow-next.png) no-repeat;
  right: 0px;
}
#sb-nav-previous:hover {
  background: url(/content/img/slide-arrow-prev-over.png) no-repeat;
}
#sb-nav-next:hover {
  background: url(/content/img/slide-arrow-next-over.png) no-repeat;
}
#sb-dots {
  position: absolute;
  bottom: 7px;
  left: 13px;
  width: 100%;
}
#sb-dots a {
  background: url(/content/img/slides-pagination-item.png) 2px 2px no-repeat;
  text-indent: -999em;
  color: transparent;
  display: block;
  width: 18px;
  height: 18px;
  float: left;
  margin-top: 3px;
  cursor: pointer;
}
#sb-dots a.activeSlide {
  background: url(/content/img/slides-pagination-item-active.png) no-repeat;
}
#sb-caption h3 {
  padding: 0;
  margin: 0;
}
#sb-caption p {
  margin: 0;
  height: 36px;
  overflow: hidden;
  line-height: 17px;
  margin-top: 5px;
}
#sb-nav #sb-nav-close {
  bottom: 6px;
  right: 6px;
  position: absolute;
}
/* Footer */
footer {
  border-top: 1px solid #b2b2b2;
  width: 1176px;
  font-size: 12px;
  color: #999;
  padding: 0 15px;
  margin-top: 40px;
}
footer .col_1 {
  float: left;
  width: 255px;
}
footer .col_2 {
  float: left;
  width: 140px;
}
footer h4 a {
  height: 40px;
  color: #666;
  font-size: 12px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
footer a:hover {
  text-decoration: underline;
}
footer h4 {
  line-height: 15px !important;
  padding-top: 3px;
  height: 22px;
}
footer h4.lines2 {
  padding-top: 0px;
  height: 25px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 215px;
}
footer ul li {
  font-size: 12px;
  color: #999;
  margin-bottom: 3px;
}
footer ul li a {
  color: #999999 !important;
}
footer #subFooter {
  clear: both;
  width: 1216px;
  padding-top: 40px;
  padding-bottom: 40px;
}
footer #subFooter .helpline {
  float: right;
  margin-right: 30px;
}
footer #subFooter .legal {
  width: 700px;
  float: left;
}
footer #subFooter .legal .copyright {
  float: left;
  padding-right: 20px;
}
footer #subFooter .legal a {
  color: #999;
}
footer #subFooter .legal ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  float: left;
  width: auto !important;
}
footer #subFooter .legal ul li {
  float: left;
}
/* Overrides */
.noRightMargin {
  margin-right: 0px !important;
}

/* Tables */
table.HighlightBox {
    width: 100%;
    background-color:#ededed;
    margin-bottom: 15px;
}

table.HighlightBox td, table.CalloutBox td {padding: 10px 20px}

table.CalloutBox {
    border: 1px solid #7d6c5f;
    margin-bottom: 15px;
    padding: 10px 20px;
    width: 100%;
}

p.HighlightBox {
    background-color: #a4988f;
    color: white;
    padding: 15px;
    margin-bottom: 15px;
    margin-top: 20px;
    width: 100%;
}
/****EPISERVER EDIT MODE */
span.epi-editContainer {float:left}


/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('/static/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('/static/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('/static/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('/static/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('/static/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('/static/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=897034f6c5a5cd3596dad1a046d1bae4)
 * Config saved to config.json and https://gist.github.com/897034f6c5a5cd3596dad1a046d1bae4
 */


/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */


.product-wrapper *, .modal *, .page-wrapper *, .checkout-wrapper *, .modal-cart-side * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-wrapper *:before,
.product-wrapper *:after,
.modal *:before,
.modal *:after,
.page-wrapper *:before,
.page-wrapper *:after,
.checkout-wrapper *:before,
.checkout-wrapper *:after,
.modal-cart-side *:before,
.modal-cart-side *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    color: #777
}

.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover>.arrow,
.popover>.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover>.arrow {
    border-width: 11px
}

.popover>.arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top>.arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top>.arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right>.arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right>.arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom>.arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom>.arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left>.arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left>.arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

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

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }
    table.visible-xs {
        display: table !important
    }
    tr.visible-xs {
        display: table-row !important
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width:767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width:767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm {
        display: block !important
    }
    table.visible-sm {
        display: table !important
    }
    tr.visible-sm {
        display: table-row !important
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md {
        display: block !important
    }
    table.visible-md {
        display: table !important
    }
    tr.visible-md {
        display: table-row !important
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1200px) {
    .visible-lg {
        display: block !important
    }
    table.visible-lg {
        display: table !important
    }
    tr.visible-lg {
        display: table-row !important
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width:1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width:1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width:1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }
    table.visible-print {
        display: table !important
    }
    tr.visible-print {
        display: table-row !important
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}
body.has-cover {
    overflow:hidden;
}
body.has-cover .modal {
    z-index: 99;
}
body.has-cover .modal-backdrop {
    display: none;
}
body.has-sidebar.has-cover.is-loading .modal-cart-side {
    z-index: 99;
}
body.has-sidebar .modal-cart-side {
    opacity: 1;
    transition: all 0.2s ease;
    visibility: visible;
    right: 0px;
}

body.has-cover .cover {
    display: block;
}

body.is-loading .loading {
    display: block;
}

.product-wrapper *, .modal *, .page-wrapper *, .checkout-wrapper *, .modal-cart-side * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product-wrapper *:before,
.product-wrapper *:after,
.modal *:before,
.modal *:after,
.page-wrapper *:before,
.page-wrapper *:after,
.checkout-wrapper *:before,
.checkout-wrapper *:after,
.modal-cart-side *:before,
.modal-cart-side *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
/* Datepicker */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto 20px;
    padding: 0;
    *zoom: 1;
}

.bx-wrapper img {
    max-width: 100%;
    display: block;
}


/** THEME
===================================*/

.bx-wrapper .bx-viewport {
    background: #fff;
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */


/* PAGER */

.bx-wrapper .bx-pager {}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(/static/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(/static/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666\9;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}

/** STANDARD HTMLS **/

/*h1,
h2,
h3,
h4,
h5 {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}*/

body {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    /*font-size: 100%;*/
}

.product-wrapper ul, .product-wrapper li, .modal ul, .modal li, .page-wrapper ul, .page-wrapper li, .checkout-wrapper ul, .checkout-wrapper li, .modal-cart-side ul, .modal-cart-side li {
    margin: 0;
    padding: 0;
    list-style: none;
    
}

.page-wrapper input[type=checkbox]{
    display: none;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.list-inline li {
    display: inline-block;
}


/*** FORMS ***/


/* to hide the checkbox itself */

.checkbox-custom,
.radio-custom {
    opacity: 0;
    position: absolute;
}

.checkbox-custom,
.checkbox-custom-label,
.radio-custom,
.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.checkbox-custom-label,
.radio-custom-label {
    position: relative;
}

.checkbox-custom ~ .checkbox-custom-label:before,
.radio-custom ~ .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    padding: 2px 0 0 0px;
    margin-right: 10px;
    text-align: center;
}
.checkbox-custom:checked ~ .checkbox-custom-label:before,
.radio-custom:checked ~ .radio-custom-label:before {
  border-color: #544a48;
}
.checkbox-custom:checked ~ .checkbox-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: #ffffff;
    color: #000000;
}

.radio-custom ~ .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked ~ .radio-custom-label:before {
    content: "\f111";
    font-family: 'FontAwesome';
    color: #544a48;
    font-size: 0.9em;
}

.checkbox-custom:focus ~ .checkbox-custom-label,
.radio-custom:focus ~ .radio-custom-label {
    outline: 1px solid #ddd;
    /* focus style */
}

.select-option {
    border: 2px solid #e8e8e8;
    overflow: hidden;
    position: relative;
    background: #ffffff;
    transition: all 0.2s ease;
}

.select-option:hover {
    border: 2px solid #dddddd;
    transition: all 0.2s ease;
}

.select-option:after {
    content: "\f078";
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    font-size: 1em;
    top: 15px;
}

.select-option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    padding: 15px 5px 15px 15px;
    width: 100%;
    cursor: pointer;
}

.select-option select:focus {
    outline: none;
}


/* allow space for check mark */
.product-wrapper p, .modal p, .page-wrapper p, .checkout-wrapper p, .modal-cart-side p {
  font-size: 13px;
    line-height: 22px;
    margin: 0 0 10px 0;
	font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}



.form-left,
.form-right {
    width: 48%;
    float: left;
}

.form-left {
    margin-right: 30px;
}

.form-full {}

.product-image {
    margin-bottom: 10px;
}
.product-image-zoom:hover {
    cursor: move
}
.product-wrapper, .page-wrapper {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.product-choose {
    float: left;
    width: 86px;
    margin-right: 34px;
}

.product-choose ul li {
    margin-bottom: 10px;
}

.product-choose ul li a.active img {
    border: 1px solid #969696;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s ease;
}

.product-choose ul li img {
    opacity: 0.5;
    transition: all 0.2s ease;
    border: 1px solid #f9f9f9;
    width: 100%;
}

.product-choose-nav-up {
    background: #f9f9f9;
    font-size: 1.5em;
    margin-bottom: 10px;
    width: 100%;
}

.product-choose-nav-down {
    background: #f9f9f9;
    /*background: #332b2b;*/
    font-size: 1.5em;
     width: 100%;
}

.product-choose-nav-down:hover,
.product-choose-nav-up:hover {
    background: #332b2b;
    color: #ffffff;
    cursor: pointer;
}
.product-choose-nav-down.slick-disabled {
        background: #332b2b;
    color: #ffffff;
    cursor: pointer;
}
.product-choose-nav-up.slick-disabled {
        background: #332b2b;
    color: #ffffff;
    cursor: pointer;
}

.product-choose ul li img:hover {
    border: 1px solid #969696;
    cursor: pointer;
    opacity: 1;
    transition: all 0.2s ease;
}

.product-price {
    font-size: 2em;
}

.product-price small {
    border-left: 1px solid #ccc;
    font-size: 0.6em;
    padding-left: 20px;
    margin-left: 20px;
}

.product-content {
    width: 552px;
    float: left;
}

.product-details {
    width: 489px;
    float: left;
    margin-left: 48px;
}

.product-details-title {
    font-weight: 300;
    font-size: 28px;
    margin-bottom: 10px;
}

.btn-product-addtocart {
    background: #332b2b;
    width: 100%;
    text-transform: uppercase;
    color: #ffffff;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding: 20px 0;
}

.btn-product-addtocart:hover {
    background: #292323;
}

.product-color-gene,
.product-color-sku {
    display: inline-block;
}

.product-color-gene {
    font-weight: 500;
    margin-right: 8px;
}

.product-color ul li {
    display: inline-block;
}

.product-color ul li label {
    width: 70px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
    transition: 0.2s ease all;
    position: relative;

    border: 2px solid #ffffff;
    outline: 1px solid #fff;
}

.product-color ul li label span {
    width: 100%;
    height: 12px;
    position: absolute;
    bottom: 0;
}

.product-color ul li label input {
    display: none;
}

.product-color ul li label:hover {
    border: 2px solid #ffffff;
    outline: 1px solid #7d6b5e;
    cursor: pointer;
    transition: 0.2s ease all;
}

.product-color ul li.is-active label {
    border: 2px solid #ffffff;
    outline: 1px solid #7d6b5e;
    cursor: pointer;
    transition: 0.2s ease all;
}

.product-color ul li.p-blue {
    background: #295587;
    border: 1px solid #ffffff;
}

.product-color ul li.p-red {
    background: #9a1516;
    border: 1px solid #ffffff;
}

.product-color ul li.p-green {
    background: #279340;
    border: 1px solid #ffffff;
}

.product-color ul li.p-black {
    background: #000000;
    border: 1px solid #ffffff;
}

.product-size ul li {
    display: inline-block;
}

.product-size ul li label {
    display: inline-block;
    margin-right: 2px;
    border: 2px solid #e8e8e8;
    text-align: center;
    position: relative
}


.product-size ul li label small {
            position: absolute;
    bottom: 0;
    display: inline-block;
    width: 100%;
    left: 0;
    }
.product-size ul li label input {
    display: none;
}

.product-size ul li label.in-stock:hover {
    outline: 1px solid #7d6b5e;
    border: 2px solid #ffffff;
    cursor: pointer;
}

    .product-size ul li label.out-stock {
        opacity: 0.4;
    }


.product-size ul li.is-active label {
    outline: 1px solid #7d6b5e;
    border: 2px solid #ffffff;
    cursor: pointer;
}

.product-size ul li span {
    background: #f9f9f9;
    width: 65px;
    text-align: center;
    display: block;
    padding: 15px 0;
}

.product-lineseparator {
    background: #d2d2d2;
    border: none;
    color: #d2d2d2;
    margin: 25px 0;
}

/*.product-desc p {
    line-height: 22px;
    margin-bottom: 30px;
}

.product-desc h2 {
    text-transform: none;
    font-weight: 300;
    margin-bottom: 20px;
	font-size: 20px;
}*/

.product-desc {
    font-family: Arial, Helvetica, sans-serif;
}

.product-desc,
.product-desc em,
.product-desc p,
.product-desc td,
.product-desc li {
  color: #666666;
}
.product-desc p {
  margin: 0px 0px 1em 0px;
}
.product-desc ul li,
.product-desc ol li {
  margin-bottom: 10px;
}

.product-desc ul li {
    list-style: disc;
}
.product-desc ol li {
    list-style: decimal;
}

.product-desc a,
.product-desc a em {
  color: #3d7dbb;
  text-decoration: underline;
}
.product-desc h1 {
  margin-bottom: 10px;
}
.product-desc h2 {
  margin: 10px 0px;
  font-weight: normal;
}
.product-desc h3 {
  margin: 10px 0px;
}
.product-desc ul {
  margin: 10px 0px 15px 15px;
  padding: 0;
}
.product-desc ol {
  margin: 10px 0px 15px 22px;
  padding: 0;
}

.checkout-content h1 {
    font-size: 28px;
	font-weight: 300;
    margin-bottom: 50px;
}

.checkout-content h1.message-thankyou {
    text-transform: none;
}

.checkout-content-wrap {
    border-top: 1px solid #d2d2d2;
    padding: 30px 0 20px 0;
}

.checkout-content-wrap.is-confirm-payment {
    padding: 20px 0;
}

.checkout-content-wrap.is-confirm-payment-item {
    padding: 30px 0;
}

.checkout-content-wrap.is-confirm-payment-item h3 {
    text-transform: uppercase;
    margin: 0;
}

.checkout-content-wrap.is-confirm-payment-item .cart-price {
    margin: 0;
}

.checkout-content-wrap.is-confirm-payment h2 {
    margin: 0;
}

.product-spec {
    margin: 10px 0 10px 0;
    padding: 0;
}

.product-spec p {
    margin: 0;
}
.product-specification {
    margin: 0;
}
.btn-commerce input {
    display: none;
}
.is-table-qty {
    
}
.btn-commerce {
    padding: 20px;
    border: 2px solid #e8e8e8;
    background: #f8f8f8;
    color: #544a48;
    text-transform: uppercase;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-weight: 500;
    display: block;
    text-align: center;
    width: 200px;
}

.btn-commerce-dark {
    padding: 20px;
    border: 2px solid #332b2b;
    background: #332b2b;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-align: center;
    width: 200px;
    display: block;
    cursor: pointer;
}
.btn-commerce-inline {
    display: inline-block;
}
.btn-commerce-dark:hover {
    color: #ffffff;
}

.btn-commerce-dark:visited {
    color: #ffffff;
}

.btn-commerce-thinner {
    padding: 10px 20px;
}

.btn-commerce-block {
    width: 100%;
    display: block;
}

.btn-commerce-lg {
    padding: 20px 40px;
}

.btn-wrapper {
    margin: 30px 0 0 0;
}

.btn-wrapper button {
    margin-bottom: 15px;
}

.btn-shareholder-no,
.btn-shareholder-yes {
    width: 160px;
    transition: 0.2s ease all;
    display: inline-block;
}

.btn-shareholder-no.is-active,
.btn-shareholder-yes.is-active {
    background: #332b2b;
    color: #ffffff;
    border: 2px solid #332b2b;
}

.btn-shareholder-no:hover,
.btn-shareholder-yes:hover {
    background: #332b2b;
    color: #ffffff;
    border: 2px solid #332b2b;
    transition: 0.2s ease all;
}

.checkout-wrapper h2 {
    margin-bottom: 20px;
    font-weight: 400;
}

.checkout-wrapper.is-confirmation .checkout-content {
    float: none;
    margin: auto;
    width: 800px;
}

.checkout-wrapper.is-confirmation .checkout-content-footer {
    padding-top: 0;
    margin-top: 0;
}
.checkout-content-shareholder {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1ed;
}
.checkout-content-shareholder h2 {
    display: inline-block;
    margin-right: 20px;
    font-weight: normal;
}

.checkout-content-shareholder button {
    margin-right: 10px;
}

.checkout-content-footer {
    border-top: 1px solid #d2d2d2;
    padding-top: 40px;
    padding-bottom: 40px;
}

.checkout-content {
    width: 765px;
    margin-right: 65px;
    float: left;
}

.btn-checkout,
.btn-product-addtocart {
    font-size: 1.3em;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    color: #332b2a;
}

.form-horizontal label {
    margin-top: 8px;
}

.form-group .form-control {
    border: 1px solid #e8e8e8;
    padding: 15px 12px;
    width: 100%;
    transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
}

.form-group.is-validated:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #129718;
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 1.2em;
}

.form-group .form-control.has-issue,
.form-group .form-control.input-validation-error {
    border-color: #ffa5a5;
    background: #ffcdcd;
    color:#e52c50;
}

.field-validation-error {
    display: inline-block;
    margin: 5px 0 8px 0;
    color: #e52c50;

    
    
}
    .input-validation-error::placeholder{ color:#e52c50 !important;  }
    .input-validation-error::-webkit-input-placeholder{ color:#e52c50 !important;  }
    .input-validation-error::-moz-placeholder{ color:#e52c50 !important;  }
    .input-validation-error:-ms-input-placeholder{ color:#e52c50 !important;  }
    .input-validation-error:-moz-placeholder{ color:#e52c50 !important;  }
     



.form-group .form-control:focus {
    outline: none;
    border: 1px solid  #dddddd;
}

.form-group .form-control.input-validation-error:focus {
    border: 1px solid #ffcdcd;
    background-color: lavenderblush;
}


.checkout-breadcrumb {
    margin-bottom: 30px;
    margin-top: 10px;
}

.list-checkout-breadcrumb li:last-child:after {
    content: " ";
    margin: 0;
}

.list-checkout-breadcrumb li:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #e8e8e8;
    font-size: 1.3em;
    margin: 0 30px;
}

.list-checkout-breadcrumb li {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

.list-checkout-breadcrumb li p {
    color: #bbb7b6;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
}

.list-checkout-breadcrumb li.active p {
    color: #544a48;
}

.breadcrumb {
    margin: 10px 0 30px 0;
}
.breadcrumb li p {
    display: inline-block;
}
.breadcrumb li.is-active p {
    font-weight: 700;
}

.breadcrumb li:after {
    content: "\f105";
    font-family: 'FontAwesome';
    color: #e8e8e8;
    font-size: 1.3em;
    margin: 0 10px;
}

.breadcrumb li:last-child:after {
    content: none;
}

.checkout-cart-wrapper {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
}

.checkout-sidebar {
    width: 386px;
    float: left;
}

.action-delete {
    border-radius: 50%;
    border: 1px solid #e8e8e8;
    width: 18px;
    text-align: center;
    font-size: 0.7em;
    color: #7a7a7a;
    display: inline-block;
    cursor: pointer;
    line-height: 16px;
    top: -3px;
    position: relative;
    
     /*margin-left: 5px;
     padding: 3px 0px 2px;
     position: absolute;
    top: 2px;
    right: -8px;*/
}

.action-delete:hover {
    background: #333333;
    color: #ffffff;
    border-color: #333333;
}

.checkout-cart-item {
    padding: 30px 0;
    border-bottom: 1px solid #d2d2d2
}

.checkout-cart-item p,
.checkout-cart-item h3 {
    margin: 0;
}

.checkout-cart-item h3 {
    text-transform: uppercase;
}

.checkout-cart h2 {
    font-weight: 500;
    margin-bottom: 20px;
}

.cart-price {
    font-size: 16px;
    display: inline-block;
    color: #332b2a;
}

.item-img {
    outline: 1px solid #e8e8e8;
    border: 1px solid #ffffff;
    width: 100%;
}
.subtotal,
.totalprice {
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: 500;
}

.notice-allprice {
    margin-right: 45px;
}

.notice-issue,
.validation-summary-errors {
    background: #ffcdcd;
    border: 1px solid #ffa5a5;
    color: #9a4747;
    padding: 10px;
    font-size: 0.9em;
    margin: 20px 0;
    display: block;
}

.checkout-cart {
    margin-top: 135px;
}

.shareholder-details {
    background: #f8f8f8;
    border: 2px solid #e8e8e8;
    padding: 30px 25px;
    margin-bottom: 40px;
    display: none;
}

.shareholder-details.is-active,
.alternate-shipping-address.is-active {
    display: block;
    transition: 0.3s ease all;
}

.alternate-shipping-address {
    display: none;
}

h2.has-icon-creditcard {
    background: url('/static/images/icon-creditcards.jpg') right no-repeat;
}

.checkout-amount {
    font-size: 1.9em;
    margin-bottom: 20px;
}

.return-link {
    display: inline-block;
    margin-top: 20px;
}

.notice {
    margin: 20px 0;
}

.notice-information {
    background: #fcf7e7;
    display: block;
    font-size: 1em;
    color: #2f2a2b;
    padding: 15px;
    border: 1px solid #e9dfbf;
}

.cart-subtotal {
    padding: 30px 0;
}

.cart-subtotal .notice-allprice {
    margin-right: 0;
}

.cart-confirm-footer {
    margin-right: 0;
}

.checkout-content-footer .notice-allprice {
    margin-right: 0;
}

.link-downloadinvoice {
    margin: 30px 0;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}

.product-footer {
    padding: 30px 0;
}

.checkout-qty p {
    float: left;
    margin-right: 10px;
}

.checkout-qty-wrapper .increment-text {
    border: none;
    background: none;
    width: 20px;
    text-align: center;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}

.checkout-qty-wrapper .increment {
    border: 2px solid #e8e8e8;
    background: #f8f8f8;
    color: #544a48;
    text-align: center;
    width: 20px;
    display: inline-block;
}

.account-sidebar {
    width: 250px;
    float: left;
    margin-right: 66px;
}

.account-content {
    width: 900px;
    float: left;
}

.account-content h1 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 28px;
    font-weight: 300;
}

.account-sidebar-list li a {
    text-transform: uppercase;
    display: block;
    background: #f8f4f1;
    margin-bottom: 4px;
    padding: 10px 20px;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    color: #666666;
}

.account-sidebar-list li.is-active a {
    background: #eae0d9;
}

.account-sidebar-list li a:hover {
    background: #eae0d9;
}

.table-filter {
    border: 1px solid #f1f1f1;
    padding: 20px;
    margin-bottom: 30px;
}

.table-order-history {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}

.table-order-history th {
    font-weight: 500;
    text-align: left;
    border-top: 2px solid #d5d5d5;
    border-bottom: 2px solid #d5d5d5;
    padding: 10px;
}

.table-order-history td {
    padding: 15px 10px;
    border-bottom: 2px solid #f1f1f1;
}

.cart-empty {
    color: #cccccc;
}

.modal-title {
    font-size: 1.5em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 20px 100px;
}

.modal-shareholder .modal-footer {
    border: none;
}

.modal-content {
    border-radius: 0;
}

.modal-cart-content h3 {
    margin-top: 0;
}

.modal-cart-side {
    position: fixed;
    width: 500px;
    right: 0;
    top: 0;
    height: 100%;
    background: #ffffff;
    z-index: 200;
    right: -540px;
    opacity: 0;
    transition: all 0.2s ease;
    visibility: hidden;
}

.modal-cart-side .cart-subtotal  {
    margin-right: 20px;
}

.modal-cart-side-close {
    position: absolute;
    top: 0;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #332b2b;
    color: #ffffff;
    text-align: center;
}

.cart-side-close-item {
    font-size: 2em;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    cursor: pointer;
}

.modal-cart-side-content .checkout-cart-item {
    padding: 20px;
}
/*.modal-cart-side-content .action-delete {
    right: -10px;
}*/
.modal-cart-side-content .notice {
    margin: 20px;
}
.modal-cart-side-content .notice-information {
    font-size: 1em;
}
.modal-cart-side-header h2 {
    font-weight: 500;
    margin: 20px;
}

.modal-cart-side-footer {
    margin: 20px;
}

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    background: #000000;
    opacity: 0.5;
    top: 0;
    display: none;
}

.account-details-item-wrapper h2 {
    font-weight: 500;
}

.account-details-item-wrapper {
    padding: 40px 0;
    border-top: 1px solid #dedede;
}

.link-view-detail {
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.link-edit-detail {
    border-radius: 100px;
    border: 2px solid #dedede;
    text-align: center;
    width: 24px;
    padding: 0px 0 2px;
    font-size: 13px;
    display: none;
}

.account-details-edit {
    display: none;
}

.account-details-item-wrapper.is-edit .account-details-edit {
    display: block;
}

.account-details-item-wrapper.is-edit .account-details-view {
    display: none;
}

.loading {
    width: 200px;
    text-align: center;
    background: #ffffff;
    padding: 10px 20px 15px 20px;
    display: none;
    z-index: 101;
    position: fixed;
    left: 50%;
    margin-left: -100px;
    top: 20%;
}

.loading .loading-animation {
    font-size: 1.2em;
}

.img-cart-empty {
    width: 100px;
    margin: 20px 0;
}

.cart-empty-wrapper {
    text-align: center;
}

.expiry-divider {
    margin-top: 45px;
    font-size: 2em;
    font-weight: 300;
    text-align: center;
}

.login-wrapper {
    width: 350px;
    margin: 100px auto;
    border: 1px solid #f1f1f1;
    padding: 30px;
}

.login-wrapper h1 {
    margin: 0 0 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1f1f1;
}

.login-wrapper h2 {
    text-transform: none;
    font-weight: 500;
    margin-bottom: 20px;
}

.table-pagination {
    margin: 10px 0;
    overflow: hidden;
}

.table-pagination .pagination-number {
    float: left;
    margin-top: 5px;
}

.list-pagination {
    margin: 10px 0;
    float: right;
}

.list-pagination li {
    display: inline-block;
    margin: 0 2px;
}

.list-pagination li:hover a {
    border-color: #666666;
    background: #f1f1f1;
    color: #666666;
}

.list-pagination li.is-active a {
    color: #ffffff;
    background: #666666;
    border-color: #666666;
}

.list-pagination li a {
    color: #666666;
    border: 1px solid #f1f1f1;
    background: #f1f1f1;
    width: 20px;
    padding: 2px 0;
    text-align: center;
    display: inline-block;
    font-family: "DINPro";
    font-weight: 500;
}

.list-pagination li:first-child {
    margin-left: 0;
}

.list-pagination li:last-child {
    margin-right: 0;
}

.table-navigation {
    float: right;
}

.table-filter {
    display: none;
}

.table-filter-button {
    background: #a4988f;
    border: 2px solid #a4988f;
    font-size: 0.9em;
    color: #ffffff;
    margin-top: 10px;
    margin-right: 20px;
    display: inline-block;
    padding: 2px 10px;
    font-family: 'DINPro', Arial, Helvetica, sans-serif;
}
.table-filter-button:hover {
      background: #7d6c5f;
        color: #ffffff !important;
}
.table-filter-button.is-active {
    background: #7d6c5f;
    border-color: #7d6c5f;
    color: #ffffff !important;
    text-decoration: none !important;
}

.table-filter.is-active {
    display: block;
}

.table-filter-button:active,
.table-filter-button:visited {
    color: #ffffff;
}
.checkout-confirm-details p {
    margin: 0 0 5px 0;
    line-height: 18px;
    font-size: 0.9em;
    color: #888888;
}
.checkout-confirm-details p span {
    display: block;
    font-weight: 500;
        font-size: 1.1em;
    color: #000000;
}
.checkout-wrapper.is-pdf .checkout-content-wrap {
    padding: 20px 0;
}
.checkout-wrapper.is-pdf h2 {
    margin-bottom: 20px;
}
.checkout-header {
    padding: 20px 0;
    width: 800px;
    margin: auto;
}


.list-header li {
    margin-left: 20px;
}
.list-header li ul li {
    margin: 0;
    width: 100%;
}
.list-header li ul li a i {
    margin-right: 5px;
}
.cart-count {background: #e52c50;color: #ffffff;border-radius: 100px;width: 20px;display: inline-block;text-align: center;padding: 4px 0 2px;margin-left: 3px;font-size: 10px;}

.qty-msg {
    color: red;
    font-size: 10px;
    display: none;
}
.required-asterix:after {
    content: "*";
    color: #ff4242;
    margin-left: 3px;
}
.required-text {
    margin-bottom: 20px;
}
.required-text span {
        color: #ff4242;
}
button[disabled], html input[disabled] {
    cursor: not-allowed;
    opacity: 0.5;
}
#subLinks a {
  font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}
p.HighlightBox {
    color: #ffffff;
    margin: 10px 0;
}
p.checkout-content-shareholder-text {
    margin: 20px 0 0;
}
footer h4 a {
    font-family: Arial, Helvetica, sans-serif;
}
.product-spec p.product-color-sku {
    margin-left: 0;
}
p.product-color-sku {
    color: #8e8e8e;
    margin-left: 10px;
}
.social-header a {
    margin-left: 7px;
}
.list-commerce-header {
    float: right;
}
.btn-update-qty {
display: inline-block;
    padding: 5px 8px;
    font-size: 0.7em;
    width: auto;
    background: #544a48;
    color: #ffffff;
    border: none;
    margin-left: 3px;
}
.btn-update-qty:hover {
    background: #ffffff;
    color: #544a48;
    outline: 1px solid #544a48;
    text-decoration: none;
}

.popover {
  width: 500px;
}

