html { -moz-box-sizing: border-box; box-sizing: border-box; }

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

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 8/9. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 8/9. */
audio, canvas, video { display: inline-block; }

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

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

/* ========================================================================== Base ========================================================================== */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

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

/** 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 variable `h1` font-size and margin within `section` and `article` contexts in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

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

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

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

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

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

/** Correct font family set oddly in Safari 5 and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre-wrap; }

/** Set consistent quote types. */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }

/** Address inconsistent and variable font size in all browsers. */
small { font-size: 80%; }

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.5em; }

sub { bottom: -0.25em; }

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

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

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 8/9 and Safari 5. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Define consistent border, margin, and padding. */
fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; }

/** 1. Correct `color` not being inherited in IE 8/9. 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend { border: 0; /* 1 */ padding: 0; /* 2 */ }

/** 1. Correct font family not being inherited in all browsers. 2. Correct font size not being inherited in all browsers. 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome. */
button, input, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 2 */ margin: 0; /* 3 */ }

/** Address Firefox 4+ 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 8+. 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. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ }

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

/** 1. Address box sizing set to `content-box` in IE 8/9/10. 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"], input[type="radio"] { -moz-box-sizing: border-box; box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ }

/** 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; /* 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 4+. */
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/** 1. Remove default vertical scrollbar in IE 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; }

.entry-content img { margin: 0 0 1.5em 0; }

.alignleft, img.alignleft { display: inline; float: left; margin-right: 1.5em; }

.alignright, img.alignright { display: inline; float: right; margin-left: 1.5em; }

.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }

.wp-caption { text-align: center; margin-bottom: 1.5em; }

.wp-caption img { border: 0 none; margin: 0; padding: 0; }

.wp-caption p.wp-caption-text { margin: 0; }

.wp-smiley { max-height: 1em; margin: 0 !important; }

.gallery dl { margin: 0; }

.gallery-caption { margin: -1.5em 0 0 0; }

blockquote.left { float: left; margin-left: 0; margin-right: 20px; text-align: right; width: 33%; }

blockquote.right { float: right; margin-left: 20px; margin-right: 0; text-align: left; width: 33%; }

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

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333333em; line-height: 0.75em; vertical-align: -15%; }

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

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

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

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

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

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

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

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

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

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

.pull-right { float: right; }

.pull-left { float: left; }

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse { color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
.fa-glass:before { content: "\f000"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-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 { 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:before { content: "\f09a"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gittip:before { 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-square:before, .fa-pied-piper:before { content: "\f1a7"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-hacker-news:before { content: "\f1d4"; }

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

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

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

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

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

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

.fa-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"; }

/*--------------------------------------------------------------
Hello, this is the BuddyPress Legacy stylesheet.

----------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Navigation
	1.1 - Pagination
2.0 - WordPress
	2.1 - Images
3.0 - BuddyPress
	3.1 - Activity
		3.1.1 - Activity Listing
		3.1.2 - Activity Comments
	3.2 - Toolbar
	3.3 - Directories - Members, Groups, Blogs, Forums
	3.4 - Error / Success Messages
	3.5 - Forms
	3.6 - Ajax Loading
	3.7 - Topics and Tables - Forums and General
	3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums
	3.9 - Private Messaging Threads
	3.10 - Extended Profiles
	3.11 - Widgets
4.0 - Media Queries
	4.1 - Smartphones Landscape
	4.2 - Smartphones Portrait
	4.3 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1 - Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.1 - Pagination
--------------------------------------------------------------*/
#buddypress div.pagination { background: transparent; border: none; color: #969696; font-size: 90%; margin: 0; position: relative; display: block; float: left; width: 100%; padding: 10px 0; }

#buddypress div.pagination .pag-count { float: left; margin-left: 10px; }

#buddypress div.pagination .pagination-links { float: right; margin-right: 10px; }

#buddypress div.pagination .pagination-links span, #buddypress div.pagination .pagination-links a { font-size: 90%; padding: 0 5px; }

#buddypress div.pagination .pagination-links a:hover { font-weight: bold; }

#buddypress noscript div.pagination { margin-bottom: 15px; }

#buddypress #nav-above { display: none; }

#buddypress .paged #nav-above { display: block; }

/*--------------------------------------------------------------
2 - WordPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
2.1 - Images
--------------------------------------------------------------*/
#buddypress img.wp-smiley { border: none !important; clear: none !important; float: none !important; margin: 0 !important; padding: 0 !important; }

#buddypress .clear { clear: left; }

/*--------------------------------------------------------------
3.0 - BuddyPress
--------------------------------------------------------------*/
/*--------------------------------------------------------------
3.1 - Activity
--------------------------------------------------------------*/
#buddypress #activity-stream { margin-top: -5px; }

#buddypress #activity-stream p { margin: 5px 0; }

#buddypress #item-body form#whats-new-form { margin: 0; padding: 0; }

#buddypress .home-page form#whats-new-form { border-bottom: none; padding-bottom: 0; }

#buddypress form#whats-new-form #whats-new-avatar { float: left; }

#buddypress form#whats-new-form #whats-new-content { margin-left: 55px; padding: 0 0 20px 20px; }

#buddypress form#whats-new-form p.activity-greeting { line-height: 0.5em; margin-bottom: 15px; margin-left: 75px; }

#buddypress form#whats-new-form textarea { background: #fff; color: #555; font-family: inherit; font-size: 90%; height: 20px; padding: 6px; width: 98%; }

body.no-js #buddypress form#whats-new-form textarea { height: 50px; }

#buddypress form#whats-new-form #whats-new-options select { max-width: 200px; margin-top: 12px; }

#buddypress form#whats-new-form #whats-new-submit { float: right; margin-top: 12px; }

#buddypress #whats-new-options { overflow: auto; height: 0; }

body.no-js #buddypress #whats-new-options { height: auto; }

#buddypress #whats-new:focus { border-color: rgba(31, 179, 221, 0.9) !important; outline-color: rgba(31, 179, 221, 0.9); }

/*--------------------------------------------------------------
3.1.1 - Activity Listing
--------------------------------------------------------------*/
#buddypress ul.activity-list li { overflow: hidden; padding: 15px 0 0; list-style: none; }

#buddypress .activity-list .activity-avatar { float: left; }

#buddypress ul.item-list.activity-list li.has-comments { padding-bottom: 15px; }

body.activity-permalink #buddypress ul.activity-list li.has-comments { padding-bottom: 0; }

#buddypress .activity-list li.mini { font-size: 80%; position: relative; }

#buddypress .activity-list li.mini .activity-avatar img.avatar, #buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic { height: 20px; margin-left: 30px; width: 20px; }

#buddypress .activity-permalink .activity-list li.mini .activity-avatar img.avatar, #buddypress .activity-permalink .activity-list li.mini .activity-avatar img.FB_profile_pic { height: auto; margin-left: 0; width: auto; }

body.activity-permalink #buddypress .activity-list > li:first-child { padding-top: 0; }

#buddypress .activity-list li .activity-content { position: relative; }

#buddypress .activity-list li.mini .activity-content p { margin: 0; }

#buddypress .activity-list li.mini .activity-comments { clear: both; font-size: 120%; }

body.activity-permalink #buddypress li.mini .activity-meta { margin-top: 4px; }

#buddypress .activity-list li .activity-inreplyto { color: #888; font-size: 80%; }

#buddypress .activity-list li .activity-inreplyto > p { margin: 0; display: inline; }

#buddypress .activity-list li .activity-inreplyto blockquote, #buddypress .activity-list li .activity-inreplyto div.activity-inner { background: none; border: none; display: inline; margin: 0; overflow: hidden; padding: 0; }

#buddypress .activity-list .activity-content { margin: 0 0 0 70px; }

body.activity-permalink #buddypress .activity-list li .activity-content { border: none; font-size: 100%; line-height: 150%; margin-left: 170px; margin-right: 0; padding: 0; }

body.activity-permalink #buddypress .activity-list li .activity-header > p { margin: 0; padding: 5px 0 0 0; }

#buddypress .activity-list .activity-content .activity-header, #buddypress .activity-list .activity-content .comment-header { color: #888; line-height: 220%; }

#buddypress .activity-header { margin-right: 20px; }

#buddypress .activity-header a, #buddypress .comment-meta a, #buddypress .acomment-meta a { text-decoration: none; }

#buddypress .activity-list .activity-content .activity-header img.avatar { float: none !important; margin: 0 5px -8px 0 !important; }

#buddypress a.bp-secondary-action, #buddypress span.highlight { font-size: 80%; padding: 0; margin-right: 5px; text-decoration: none; }

#buddypress .activity-list .activity-content .activity-inner, #buddypress .activity-list .activity-content blockquote { margin: 10px 10px 5px 0; overflow: hidden; }

#buddypress .activity-list li.new_forum_post .activity-content .activity-inner, #buddypress .activity-list li.new_forum_topic .activity-content .activity-inner { border-left: 2px solid #EAEAEA; margin-left: 5px; padding-left: 10px; }

body.activity-permalink #buddypress .activity-content .activity-inner, body.activity-permalink #buddypress .activity-content blockquote { margin-left: 0; margin-top: 5px; }

#buddypress .activity-inner > p { word-wrap: break-word; }

#buddypress .activity-inner > .activity-inner { margin: 0; }

#buddypress .activity-inner > blockquote { margin: 0; }

#buddypress .activity-list .activity-content img.thumbnail { border: 2px solid #eee; float: left; margin: 0 10px 5px 0; }

#buddypress .activity-read-more { margin-left: 1em; white-space: nowrap; }

#buddypress .activity-list li.load-more, #buddypress .activity-list li.load-newest { background: #f0f0f0; font-size: 110%; margin: 15px 0; padding: 10px 15px; text-align: center; }

#buddypress .activity-list li.load-more a, #buddypress .activity-list li.load-newest a { color: #4D4D4D; }

/*--------------------------------------------------------------
3.1.2 - Activity Comments
--------------------------------------------------------------*/
#buddypress div.activity-meta { margin: 18px 0 0; }

body.activity-permalink #buddypress div.activity-meta { margin-bottom: 6px; }

#buddypress div.activity-meta a { padding: 4px 8px; display: inline-block; position: relative; }

#buddypress a.activity-time-since { color: #aaa; text-decoration: none; }

#buddypress a.activity-time-since:hover { color: #888; text-decoration: underline; }

#buddypress a.bp-primary-action, #buddypress #reply-title small a { font-size: 80%; margin-right: 5px; text-decoration: none; }

#buddypress a.bp-primary-action span, #buddypress #reply-title small a span { background: #999; color: #fff; font-size: 90%; margin-left: 2px; padding: 0 5px; }

#buddypress a.bp-primary-action:hover span, #buddypress #reply-title small a:hover span { background: #555; color: #fff; }

#buddypress div.activity-comments { margin: 0 0 0 70px; overflow: hidden; /* IE fix */ position: relative; width: auto; clear: both; }

body.activity-permalink #buddypress div.activity-comments { background: none; margin-left: 170px; width: auto; }

#buddypress div.activity-comments > ul { padding: 0 0 0 10px; }

#buddypress div.activity-comments ul, #buddypress div.activity-comments ul li { border: none; list-style: none; }

#buddypress div.activity-comments ul { clear: both; margin: 0; }

#buddypress div.activity-comments ul li { border-top: 1px solid #eee; padding: 10px 0 0; }

body.activity-permalink #buddypress .activity-list li.mini .activity-comments { clear: none; margin-top: 0; }

body.activity-permalink #buddypress div.activity-comments ul li { border-width: 1px; padding: 10px 0 0 0; }

#buddypress div.activity-comments > ul > li:first-child { border-top: none; }

#buddypress div.activity-comments ul li:last-child { margin-bottom: 0; }

#buddypress div.activity-comments ul li > ul { margin-left: 30px; margin-top: 0; padding-left: 10px; }

body.activity-permalink #buddypress div.activity-comments ul li > ul { margin-top: 10px; }

body.activity-permalink #buddypress div.activity-comments > ul { padding: 0 10px 0 15px; }

#buddypress div.activity-comments div.acomment-avatar img { border-width: 1px; float: left; height: 25px; margin-right: 10px; width: 25px; }

#buddypress div.activity-comments div.acomment-content { font-size: 80%; margin: 5px 0 0 40px; }

#buddypress div.acomment-content .time-since, #buddypress div.acomment-content .activity-delete-link, #buddypress div.acomment-content .comment-header { display: none; }

body.activity-permalink #buddypress div.activity-comments div.acomment-content { font-size: 90%; }

#buddypress div.activity-comments div.acomment-meta { color: #888; font-size: 80%; }

#buddypress div.activity-comments form.ac-form { display: none; padding: 10px; }

#buddypress div.activity-comments li form.ac-form { margin-right: 15px; clear: both; }

#buddypress div.activity-comments form.root { margin-left: 0; }

#buddypress div.activity-comments div#message { margin-top: 15px; margin-bottom: 0; }

#buddypress div.activity-comments form .ac-textarea { background: #fff; border: 1px inset #ccc; margin-bottom: 10px; padding: 8px; }

#buddypress div.activity-comments form textarea { border: none; background: transparent; box-shadow: none; outline: none; color: #555; font-family: inherit; font-size: 100%; height: 60px; padding: 0; margin: 0; width: 100%; }

#buddypress div.activity-comments form input { margin-top: 5px; }

#buddypress div.activity-comments form div.ac-reply-avatar { float: left; }

#buddypress div.ac-reply-avatar img { border: 1px solid #eee; }

#buddypress div.activity-comments form div.ac-reply-content { color: #888; margin-left: 50px; padding-left: 15px; }

#buddypress div.activity-comments form div.ac-reply-content a { text-decoration: none; }

#buddypress .acomment-options { float: left; margin: 5px 0 5px 40px; }

#buddypress .acomment-options a { color: #999; }

#buddypress .acomment-options a:hover { color: inherit; }

/*--------------------------------------------------------------
3.3 - Directories - Members, Groups, Blogs, Forums
--------------------------------------------------------------*/
#buddypress div.dir-search { float: right; margin: 0; }

#buddypress div.dir-search input[type=text], #buddypress li.groups-members-search input[type=text] { font-size: 90%; padding: 1px 3px; }

#buddypress .dir-form { clear: both; }

/*--------------------------------------------------------------
3.4 - Errors / Success Messages
--------------------------------------------------------------*/
#buddypress div#message { margin: 0 0 15px; }

#buddypress #message.info { margin-bottom: 0; }

#buddypress div#message.updated { clear: both; }

#buddypress div#message p, #sitewide-notice p { font-size: 90%; display: block; padding: 10px 15px; }

#buddypress div#message.error p { background-color: #fdc; border: 1px solid #a00; clear: left; color: #800; }

#buddypress div#message.updated p { background-color: #efc; border: 1px solid #591; color: #250; }

#buddypress .standard-form#signup_form div div.error { background: #faa; color: #a00; margin: 0 0 10px 0; padding: 6px; width: 90%; }

#buddypress div.accept, #buddypress div.reject { float: left; margin-left: 10px; }

#buddypress ul.button-nav li { float: left; margin: 0 10px 10px 0; list-style: none; }

#buddypress ul.button-nav li.current a { font-weight: bold; }

#sitewide-notice #message { left: 2%; position: fixed; top: 1em; width: 96%; z-index: 9999; }

#sitewide-notice.admin-bar-on #message { top: 3.3em; }

#sitewide-notice strong { display: block; margin-bottom: -1em; }

/*--------------------------------------------------------------
3.5 - Forms
--------------------------------------------------------------*/
#buddypress .standard-form textarea, #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=text], #buddypress .standard-form input[type=color], #buddypress .standard-form input[type=date], #buddypress .standard-form input[type=datetime], #buddypress .standard-form input[type=datetime-local], #buddypress .standard-form input[type=email], #buddypress .standard-form input[type=month], #buddypress .standard-form input[type=number], #buddypress .standard-form input[type=range], #buddypress .standard-form input[type=search], #buddypress .standard-form input[type=tel], #buddypress .standard-form input[type=time], #buddypress .standard-form input[type=url], #buddypress .standard-form input[type=week], #buddypress .standard-form select, #buddypress .standard-form input[type=password], #buddypress .dir-search input[type=search], #buddypress .dir-search input[type=text], #buddypress .groups-members-search input[type=search], #buddypress .groups-members-search input[type=text] { border: 1px solid #ccc; background: #fafafa; border-radius: 0; color: #888; font: inherit; font-size: 100%; padding: 6px; }

#buddypress .standard-form select { padding: 3px; }

#buddypress .standard-form input[type=password] { margin-bottom: 5px; }

#buddypress .standard-form label, #buddypress .standard-form span.label { display: block; font-weight: bold; margin: 15px 0 5px 0; }

#buddypress .standard-form div.checkbox label:nth-child(n+2), #buddypress .standard-form div.radio div label { color: #888; font-size: 100%; font-weight: normal; margin: 5px 0 0 0; }

#buddypress .standard-form#sidebar-login-form label { margin-top: 5px; }

#buddypress .standard-form input[type=text] { width: 75%; }

#buddypress .standard-form#sidebar-login-form input[type=text], #buddypress .standard-form#sidebar-login-form input[type=password] { padding: 4px; width: 95%; }

#buddypress .standard-form #basic-details-section input[type=password], #buddypress .standard-form #blog-details-section input#signup_blog_url { width: 35%; }

#buddypress .standard-form#signup_form input[type=text], #buddypress .standard-form#signup_form textarea, #buddypress .form-allowed-tags, #buddypress #commentform input[type=text], #buddypress #commentform textarea { width: 90%; }

#buddypress .standard-form#signup_form div.submit { float: right; }

#buddypress div#signup-avatar img { margin: 0 15px 10px 0; }

#buddypress .standard-form textarea { width: 75%; height: 120px; }

#buddypress .standard-form textarea#message_content { height: 200px; }

#buddypress .standard-form#send-reply textarea { width: 97.5%; }

#buddypress .standard-form p.description { color: #888; font-size: 80%; margin: 5px 0; }

#buddypress .standard-form div.submit { clear: both; padding: 15px 0 0 0; }

#buddypress .standard-form p.submit { margin-bottom: 0; padding: 15px 0 0 0; }

#buddypress .standard-form div.submit input { margin-right: 15px; }

#buddypress .standard-form div.radio ul { margin: 10px 0 15px 38px; list-style: disc; }

#buddypress .standard-form div.radio ul li { margin-bottom: 5px; }

#buddypress .standard-form a.clear-value { display: block; margin-top: 5px; outline: none; }

#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section { float: left; width: 48%; }

#buddypress .standard-form #profile-details-section { float: right; }

#buddypress .standard-form #blog-details-section { clear: left; }

#buddypress .standard-form input:focus, #buddypress .standard-form textarea:focus, #buddypress .standard-form select:focus { background: #fafafa; color: #555; }

#buddypress form#send-invite-form { margin-top: 20px; }

#buddypress div#invite-list { background: #f5f5f5; height: 400px; margin: 0 0 10px; overflow: auto; padding: 5px; width: 160px; }

#buddypress button, #buddypress a.button, #buddypress input[type=submit], #buddypress input[type=button], #buddypress input[type=reset], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button { background: #fff; /* Old browsers */ border: 1px solid #ccc; color: #777; font-size: .8rem; cursor: pointer; outline: none; padding: 4px 10px; text-align: center; text-decoration: none; }

#buddypress button:hover, #buddypress a.button:hover, #buddypress a.button:focus, #buddypress input[type=submit]:hover, #buddypress input[type=button]:hover, #buddypress input[type=reset]:hover, #buddypress ul.button-nav li a:hover, #buddypress ul.button-nav li.current a, #buddypress div.generic-button a:hover, #buddypress .comment-reply-link:hover { background: #ededed; border: 1px solid #bbb; color: #555; outline: none; text-decoration: none; }

#buddypress form.standard-form .left-menu { float: left; }

#buddypress form.standard-form .left-menu #invite-list ul { margin: 1%; list-style: none; }

#buddypress form.standard-form .left-menu #invite-list ul li { margin: 0 0 0 1%; }

#buddypress form.standard-form .main-column { margin-left: 190px; }

#buddypress form.standard-form .main-column ul#friend-list { clear: none; float: left; }

#buddypress form.standard-form .main-column ul#friend-list h4 { clear: none; }

/* Overrides for embedded WP editors */
#buddypress .wp-editor-wrap a.button, #buddypress .wp-editor-wrap button, #buddypress .wp-editor-wrap input[type=submit], #buddypress .wp-editor-wrap input[type=button], #buddypress .wp-editor-wrap input[type=reset] { padding: 0 10px 1px; }

/*--------------------------------------------------------------
3.6 - Ajax Loading
--------------------------------------------------------------*/
#buddypress a.loading, #buddypress input.loading { -webkit-animation: loader-pulsate .5s infinite ease-in-out alternate; -moz-animation: loader-pulsate .5s infinite ease-in-out alternate; border-color: #aaa; }

@-webkit-keyframes loader-pulsate { from { border-color: #aaa; box-shadow: 0 0 6px #ccc; }
  to { border-color: #ccc; box-shadow: 0 0 6px #f8f8f8; } }
#buddypress a.loading:hover, #buddypress input.loading:hover { color: #777; }

#buddypress input[type="submit"].pending, #buddypress input[type="button"].pending, #buddypress input[type="reset"].pending, #buddypress input[type="submit"].disabled, #buddypress input[type="button"].disabled, #buddypress input[type="reset"].disabled, #buddypress button.pending, #buddypress button.disabled, #buddypress div.pending a, #buddypress a.disabled { border-color: #eee; color: #bbb; cursor: default; }

#buddypress input[type="submit"]:hover.pending, #buddypress input[type="button"]:hover.pending, #buddypress input[type="reset"]:hover.pending, #buddypress input[type="submit"]:hover.disabled, #buddypress input[type="button"]:hover.disabled, #buddypress input[type="reset"]:hover.disabled, #buddypress button.pending:hover, #buddypress button.disabled:hover, #buddypress div.pending a:hover, #buddypress a.disabled:hover { border-color: #eee; color: #bbb; }

/*--------------------------------------------------------------
3.7 - Forums, Tables and Topics
--------------------------------------------------------------*/
#buddypress ul#topic-post-list { margin: 0; width: auto; }

#buddypress ul#topic-post-list li { padding: 15px; position: relative; }

#buddypress ul#topic-post-list li.alt { background: #f5f5f5; }

#buddypress ul#topic-post-list li div.poster-meta { color: #888; margin-bottom: 10px; }

#buddypress ul#topic-post-list li div.post-content { margin-left: 54px; }

#buddypress div.topic-tags { font-size: 80%; }

#buddypress div.admin-links { color: #888; font-size: 80%; position: absolute; top: 15px; right: 25px; }

#buddypress div#topic-meta { margin: 0; padding: 5px 19px 30px; position: relative; }

#buddypress div#topic-meta div.admin-links { right: 19px; top: -36px; }

#buddypress div#topic-meta h3 { margin: 5px 0; }

#buddypress div#new-topic-post { display: none; margin: 20px 0 0 0; padding: 1px 0 0 0; }

#buddypress table.notifications, #buddypress table.notifications-settings, #buddypress table.profile-settings, #buddypress table.profile-fields, #buddypress table.wp-profile-fields, #buddypress table.messages-notices, #buddypress table.forum { width: 100%; }

#buddypress table.notifications thead tr, #buddypress table.notifications-settings thead tr, #buddypress table.profile-settings thead tr, #buddypress table.profile-fields thead tr, #buddypress table.wp-profile-fields thead tr, #buddypress table.messages-notices thead tr, #buddypress table.forum thead tr { background: #eaeaea; }

#buddypress table#message-threads { clear: both; margin: 0; width: auto; }

#buddypress table.profile-fields { margin-bottom: 20px; }

#buddypress table.profile-fields:last-child { margin-bottom: 0; }

#buddypress table.profile-fields p { margin: 0; }

#buddypress table.profile-fields p:last-child { margin-top: 0; }

#buddypress table.notifications tr td, #buddypress table.notifications-settings tr td, #buddypress table.profile-settings tr td, #buddypress table.profile-fields tr td, #buddypress table.wp-profile-fields tr td, #buddypress table.messages-notices tr td, #buddypress table.forum tr td, #buddypress table.notifications tr th, #buddypress table.notifications-settings tr th, #buddypress table.profile-fields tr th, #buddypress table.wp-profile-fields tr th, #buddypress table.messages-notices tr th, #buddypress table.forum tr th { padding: 8px; vertical-align: middle; }

#buddypress table.notifications tr td.label, #buddypress table.notifications-settings tr td.label, #buddypress table.profile-fields tr td.label, #buddypress table.wp-profile-fields tr td.label, #buddypress table.messages-notices tr td.label, #buddypress table.forum tr td.label { border-right: 1px solid #eaeaea; width: 25%; }

#buddypress table tr td.thread-info p { margin: 0; }

#buddypress table tr td.thread-info p.thread-excerpt { color: #888; font-size: 80%; margin-top: 3px; }

#buddypress table.forum td { text-align: center; }

#buddypress table.notifications tr.alt td, #buddypress table.notifications-settings tr.alt td, #buddypress table.profile-settings tr.alt td, #buddypress table.profile-fields tr.alt td, #buddypress table.wp-profile-fields tr.alt td, #buddypress table.messages-notices tr.alt td, #buddypress table.forum tr.alt td { background: #f5f5f5; }

#buddypress table.notification-settings { margin-bottom: 20px; text-align: left; }

#buddypress #groups-notification-settings { margin-bottom: 0; }

#buddypress table.notifications th.icon, #buddypress table.notifications td:first-child, #buddypress table.notification-settings th.icon, #buddypress table.notification-settings td:first-child { display: none; }

#buddypress table.notification-settings th.title, #buddypress table.profile-settings th.title { width: 80%; }

#buddypress table.notification-settings .yes, #buddypress table.notification-settings .no { text-align: center; width: 40px; }

#buddypress table.forum { margin: 0; width: auto; clear: both; }

#buddypress table.forum tr.sticky td { font-size: 110%; background: #fff9db; border-top: 1px solid #ffe8c4; border-bottom: 1px solid #ffe8c4; }

#buddypress table.forum tr.closed td.td-title { padding-left: 35px; }

#buddypress table.forum td p.topic-text { color: #888; font-size: 100%; }

#buddypress table.forum tr > td:first-child, #buddypress table.forum tr > th:first-child { padding-left: 15px; }

#buddypress table.forum tr > td:last-child, #buddypress table.forum tr > th:last-child { padding-right: 15px; }

#buddypress table.forum tr th#th-title, #buddypress table.forum tr th#th-poster, #buddypress table.forum tr th#th-group, #buddypress table.forum td.td-poster, #buddypress table.forum td.td-group, #buddypress table.forum td.td-title { text-align: left; }

#buddypress table.forum tr td.td-title a.topic-title { font-size: 110%; }

#buddypress table.forum td.td-freshness { white-space: nowrap; }

#buddypress table.forum td.td-freshness span.time-since { font-size: 80%; color: #888; }

#buddypress table.forum td img.avatar { float: none; margin: 0 5px -8px 0; }

#buddypress table.forum td.td-poster, #buddypress table.forum td.td-group { min-width: 140px; }

#buddypress table.forum th#th-title { width: 80%; }

#buddypress table.forum th#th-freshness { width: 25%; }

#buddypress table.forum th#th-postcount { width: 15%; }

#buddypress table.forum p.topic-meta { font-size: 80%; margin: 5px 0 0 0; }

/*-------------------------------------------------------------------------
3.8 - Headers, Lists and Tabs - Activity, Groups, Blogs, Forums, Profiles
-------------------------------------------------------------------------*/
#buddypress .item-body { margin: 20px 0; }

#buddypress span.activity { display: inline-block; font-size: 80%; opacity: 0.8; padding: 0; }

#buddypress span.user-nicename { color: #777; display: inline-block; font-size: 120%; font-weight: bold; }

#buddypress div#message p, #sitewide-notice p { font-weight: normal; margin-top: 3px; text-decoration: none; background-color: #ffd; border: 1px solid #cb2; color: #440; }

#buddypress div#item-header { overflow: hidden; }

#buddypress div#item-header div#item-header-content { float: left; margin-left: 0; }

#buddypress div#item-header h2 { line-height: 120%; margin: 0 0 15px 0; }

#buddypress div#item-header h2 a { color: #777; text-decoration: none; }

#buddypress div#item-header img.avatar { float: left; margin: 0 15px 19px 0; }

#buddypress div#item-header h2 { margin-bottom: 5px; }

#buddypress div#item-header h2 span.highlight { font-size: 60%; font-weight: normal; line-height: 170%; vertical-align: middle; display: inline-block; }

#buddypress div#item-header h2 span.highlight span { background: #a1dcfa; color: #fff; cursor: pointer; font-weight: bold; font-size: 80%; margin-bottom: 2px; padding: 1px 4px; position: relative; right: -2px; top: -2px; vertical-align: middle; }

#buddypress div#item-header div#item-meta { font-size: 80%; color: #aaa; overflow: hidden; margin: 15px 0 5px 0; padding-bottom: 10px; }

#buddypress div#item-header div#item-actions { float: right; margin: 0 0 15px 15px; text-align: right; width: 20%; }

#buddypress div#item-header div#item-actions h3 { margin: 0 0 5px 0; }

#buddypress div#item-header ul { margin-bottom: 15px; overflow: hidden; }

#buddypress div#item-header ul h5, #buddypress div#item-header ul span, #buddypress div#item-header ul hr { display: none; }

#buddypress div#item-header ul li { float: right; list-style: none; }

#buddypress div#item-header ul img.avatar, #buddypress div#item-header ul.avatars img.avatar { height: 30px; margin: 2px; width: 30px; }

#buddypress div#item-header div.generic-button, #buddypress div#item-header a.button { float: left; margin: 10px 10px 0 0; }

#buddypress div#item-header div#message.info { line-height: 80%; }

#buddypress ul.item-list { border-top: 1px solid #eaeaea; width: 100%; list-style: none; clear: both; margin: 0; padding: 0; }

body.activity-permalink #buddypress ul.item-list, body.activity-permalink #buddypress ul.item-list li.activity-item { border: none; }

#buddypress ul.item-list li { border-bottom: 1px solid #eaeaea; padding: 15px 0; margin: 0; position: relative; list-style: none; }

#buddypress ul.single-line li { border: none; }

#buddypress ul.item-list li img.avatar { float: left; margin: 0 10px 0 0; }

#buddypress ul.item-list li div.item-title, #buddypress ul.item-list li h4 { font-weight: normal; font-size: 90%; margin: 0; width: 75%; }

#buddypress ul.item-list li div.item-title span { color: #999; font-size: 80%; }

#buddypress ul.item-list li div.item-desc { color: #888; font-size: 80%; margin: 10px 0 0 60px; width: 50%; }

#buddypress ul.item-list li div.action { position: absolute; top: 15px; right: 0; text-align: right; }

#buddypress ul.item-list li div.meta { color: #888; font-size: 80%; margin-top: 10px; }

#buddypress ul.item-list li h5 span.small { float: right; font-size: 80%; font-weight: normal; }

#buddypress div.item-list-tabs { background: transparent; clear: left; overflow: hidden; }

#buddypress div.item-list-tabs ul { margin: 0; padding: 0; }

#buddypress div.item-list-tabs ul li { float: left; margin: 0; list-style: none; }

#buddypress div.item-list-tabs#subnav ul li { margin-top: 0; }

#buddypress div.item-list-tabs ul li.last { float: right; margin: 7px 0 0; }

#buddypress div.item-list-tabs#subnav ul li.last { margin-top: 4px; }

#buddypress div.item-list-tabs ul li.last select { max-width: 175px; }

#buddypress div.item-list-tabs ul li a, #buddypress div.item-list-tabs ul li span { display: block; padding: 5px 10px; text-decoration: none; }

#buddypress div.item-list-tabs ul li a span { background: #eee; border-radius: 50%; border: 1px solid #ccc; color: #999; display: inline; font-size: 70%; margin-left: 2px; padding: 3px 6px; text-align: center; vertical-align: middle; }

#buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a { background-color: #eee; color: #555; opacity: .8; font-weight: bold; }

#buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span, #buddypress div.item-list-tabs ul li a:hover span { background-color: #eee; }

#buddypress div.item-list-tabs ul li.selected a span, #buddypress div.item-list-tabs ul li.current a span { background-color: #fff; }

#buddypress div#item-nav ul li.loading a { background-position: 88% 50%; }

#buddypress div.item-list-tabs#object-nav { margin-top: 0; }

#buddypress div.item-list-tabs#subnav { background: transparent; margin: 10px 0 10px; overflow: hidden; }

#buddypress #admins-list li, #buddypress #mods-list li, #buddypress #members-list li { overflow: auto; list-style: none; }

/*--------------------------------------------------------------
3.9 - Private Messaging Threads
--------------------------------------------------------------*/
#buddypress table#message-threads tr.unread td { background: #fff9db; border-top: 1px solid #ffe8c4; border-bottom: 1px solid #ffe8c4; font-weight: bold; }

#buddypress li span.unread-count, #buddypress tr.unread span.unread-count { background: #dd0000; color: #fff; font-weight: bold; padding: 2px 8px; }

#buddypress div.item-list-tabs ul li a span.unread-count { padding: 1px 6px; color: #fff; }

#buddypress div.messages-options-nav { background: #eee; font-size: 80%; margin: 0; padding: 5px 15px; text-align: right; }

#buddypress div#message-thread div.message-box { margin: 0; padding: 15px; }

#buddypress div#message-thread div.alt { background: #f4f4f4; }

#buddypress div#message-thread p#message-recipients { margin: 10px 0 20px 0; }

#buddypress div#message-thread img.avatar { float: left; margin: 0 10px 0 0; vertical-align: middle; }

#buddypress div#message-thread strong { font-size: 100%; margin: 0; }

#buddypress div#message-thread strong a { text-decoration: none; }

#buddypress div#message-thread strong span.activity { margin-top: 4px; }

#buddypress div#message-thread div.message-metadata { overflow: hidden; }

#buddypress div#message-thread div.message-content { margin-left: 45px; }

#buddypress div#message-thread div.message-options { text-align: right; }

#buddypress #message-threads img.avatar { max-width: none; }

#buddypress div.message-search { float: right; margin: 0 20px; }

/*--------------------------------------------------------------
3.10 - Extended Profiles
--------------------------------------------------------------*/
#buddypress div.profile h4 { margin-bottom: auto; margin-top: 15px; }

#buddypress #profile-edit-form ul.button-nav { margin-top: 15px; }

body.no-js #buddypress .field-visibility-settings-toggle, body.no-js #buddypress .field-visibility-settings-close { display: none; }

#buddypress .field-visibility-settings { display: none; margin-top: 10px; }

body.no-js #buddypress .field-visibility-settings { display: block; }

#buddypress .current-visibility-level { font-weight: bold; font-style: normal; }

#buddypress .field-visibility-settings, #buddypress .field-visibility-settings-toggle, #buddypress .field-visibility-settings-notoggle { color: #888; }

#buddypress .field-visibility-settings-toggle a, #buddypress .field-visibility-settings a { font-size: 80%; }

body.register #buddypress div.page ul { list-style: none; }

#buddypress .standard-form .field-visibility-settings label { margin: 0; font-weight: normal; }

#buddypress .field-visibility-settings legend, #buddypress .field-visibility-settings-toggle { font-style: italic; }

#buddypress .field-visibility-settings .radio { list-style: none; margin-bottom: 0; }

#buddypress .field-visibility select { margin: 0; }

/*--------------------------------------------------------------
3.11 - Widgets
--------------------------------------------------------------*/
.widget.buddypress div.item-avatar img.avatar { float: left; margin: 0 10px 15px 0; }

.widget.buddypress span.activity { display: inline-block; font-size: 80%; opacity: 0.8; padding: 0; }

.widget.buddypress div.item-options { font-size: 90%; margin: 0 0 1em 0; padding: 1em 0; }

.widget.buddypress div.item { margin: 0 0 1em 0; }

.widget.buddypress div.item-meta, .widget.buddypress div.item-content { font-size: 11px; margin-left: 38px; }

.widget.buddypress ul.item-list img.avatar { height: 20px; margin-right: 10px; width: 20px; }

.widget.buddypress div.item-avatar img { height: 40px; margin: 1px; width: 40px; }

.widget.buddypress div.avatar-block { overflow: hidden; }

.widget.buddypress #bp-login-widget-form label { display: block; margin: 1rem 0 .5rem; }

.widget.buddypress #bp-login-widget-form #bp-login-widget-submit { margin-right: 10px; }

.widget.buddypress .bp-login-widget-user-avatar { float: left; width: 60px; }

.widget.buddypress .bp-login-widget-user-links > div { padding-left: 60px; }

.widget.buddypress .bp-login-widget-user-links > div { margin-bottom: .5rem; }

.widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a { font-weight: bold; }

/*--------------------------------------------------------------
4.0 - Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
4.1 - Smartphones - landscape
--------------------------------------------------------------*/
@media screen and (max-device-width: 480px), screen and (-webkit-min-device-pixel-ratio: 2) { -webkit-text-size-adjust: none; }
@media only screen and (max-width: 480px) { #buddypress div.dir-search { float: right; margin-top: -50px; text-align: right; }
  #buddypress div.dir-search input[type="text"] { margin-bottom: 1em; width: 50%; }
  a.bp-title-button { margin-left: 10px; }
  #buddypress form.standard-form .main-column div.action { position: relative; margin-bottom: 1em; }
  #buddypress form.standard-form .main-column ul#friend-list h4 { width: 100%; } }
/*--------------------------------------------------------------
4.2 - Smartphones - portrait
--------------------------------------------------------------*/
@media only screen and (max-width: 320px) { #buddypress div.dir-search { clear: left; float: left; margin-top: 0; text-align: left; }
  #buddypress li#groups-order-select { clear: left; float: left; }
  #buddypress ul.item-list li div.action { clear: left; float: left; margin-top: 0; margin-left: 70px; position: relative; top: 0; right: 0; text-align: left; }
  #buddypress ul.item-list li div.item-desc { clear: left; float: left; margin: 10px 0 0; width: auto; }
  #buddypress li div.item { margin-left: 70px; width: auto; }
  #buddypress ul.item-list li div.meta { margin-top: 0; }
  #buddypress .item-desc p { margin: 0 0 10px; }
  #buddypress div.pagination .pag-count { margin-left: 0; } }
/*--------------------------------------------------------------
4.2 - Smartphones - smaller screen sizes
--------------------------------------------------------------*/
@media only screen and (max-width: 240px) { #buddypress div.dir-search { float: left; margin: 0; }
  #buddypress div.dir-search input[type="text"] { width: 50%; }
  #buddypress li#groups-order-select { float: left; }
  #buddypress ul.item-list li img.avatar { width: 30px; height: auto; }
  #buddypress ul.item-list li div.action, #buddypress li div.item { margin-left: 45px; }
  h1 a.bp-title-button { clear: left; float: left; margin: 10px 0 20px; } }
.clear { clear: both; }

.nobr { white-space: nowrap; }

/* Primary colour for buttons (alt) */
/* Text on primary colour bg */
/* Secondary buttons */
/* Text on secondary colour bg */
/* Prices, In stock labels, sales flash */
/* Text on highlight colour bg */
/* Content BG - Tabs (active state) */
/* small, breadcrumbs etc */
/* Contains base colours like $primary */
/* Colours */
/* Price slider bar / layered nav UI */
/* Text on tertiary colour bg */
/* Price slider bg */
/* =Custom Font
-------------------------------------------------------------- */
@font-face { font-family: 'star'; src: url("../fonts/star.eot"); src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg"); font-weight: normal; font-style: normal; }
/* =Global styles/layout
-------------------------------------------------------------- */
.woocommerce-message, .woocommerce-error, .woocommerce-info { padding: 1em 1em 1em 3.5em; margin: 0 0 2em; position: relative; background: #f3f9fb; background: -webkit-gradient(linear, left top, left bottom, from(#f3f9fb), to(#ebf5f9)); background: -webkit-linear-gradient(#f3f9fb, #ebf5f9); background: -moz-gradient(center top, #f3f9fb 0%, #ebf5f9 100%); color: #3a6578; list-style: none outside; width: auto; }
.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after { content: ""; display: block; clear: both; }
.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before { content: ""; height: 1.5em; width: 1.5em; display: block; position: absolute; top: 0; left: 1em; font-family: sans-serif; font-size: 1em; line-height: 1.5; text-align: center; color: #fff; padding-top: 1em; }
.woocommerce-message .button, .woocommerce-error .button, .woocommerce-info .button { float: right; }
.woocommerce-message li, .woocommerce-error li, .woocommerce-info li { list-style: none outside; padding-left: 0; margin-left: 0; }

.woocommerce-message { border-top: 3px solid #8fae1b; }
.woocommerce-message:before { background-color: #8fae1b; content: "\2713"; }

.woocommerce-info { border-top: 3px solid #1e85be; }
.woocommerce-info:before { background-color: #1e85be; content: "i"; font-family: Times, Georgia, serif; font-style: italic; }

.woocommerce-error { border-top: 3px solid #b81c23; }
.woocommerce-error:before { background-color: #b81c23; content: "\00d7"; font-weight: 700; }

p.demo_store { position: fixed; top: 0; left: 0; right: 0; margin: 0; width: 100%; font-size: 1em; padding: .5em 0; text-align: center; background: #3babdd; background: -webkit-gradient(linear, left top, left bottom, from(#3babdd), to(#2291c3)); background: -webkit-linear-gradient(#3babdd, #2291c3); background: -moz-gradient(center top, #3babdd 0%, #2291c3 100%); border: 1px solid #2291c3; color: white; z-index: 99998; }

.admin-bar p.demo_store { top: 28px; }

.woocommerce, .woocommerce-page { /* =Product Page
-------------------------------------------------------------- */ /* Sale labels */ /* Product loops */ /* =Buttons
-------------------------------------------------------------- */ /* =Quantity inputs
-------------------------------------------------------------- */ /* =Reviews/comments
-------------------------------------------------------------- */ /* Star rating */ /* =Tables
-------------------------------------------------------------- */ /* =Cart
-------------------------------------------------------------- */ /* =Cart Sidebar
-------------------------------------------------------------- */ /* =Cart Page
-------------------------------------------------------------- */ /* =Forms
-------------------------------------------------------------- */ /* =Checkout
-------------------------------------------------------------- */ /* Payment box - appears on checkout and page page */ /* =Order Page
-------------------------------------------------------------- */ /* =Account Page
-------------------------------------------------------------- */ /* =Layered Nav Widget
-------------------------------------------------------------- */ /* =Price Filter Widget
-------------------------------------------------------------- */ }
.woocommerce small.note, .woocommerce-page small.note { display: block; color: #777; font-size: 11px; line-height: 21px; margin-top: 10px; }
.woocommerce .woocommerce-breadcrumb, .woocommerce-page .woocommerce-breadcrumb { margin: 0 0 1em; padding: 0; font-size: 0.92em; color: #777; }
.woocommerce .woocommerce-breadcrumb:after, .woocommerce-page .woocommerce-breadcrumb:after { content: ""; display: block; clear: both; }
.woocommerce .woocommerce-breadcrumb a, .woocommerce-page .woocommerce-breadcrumb a { color: #777; }
.woocommerce .col2-set, .woocommerce-page .col2-set { width: 100%; }
.woocommerce .col2-set:after, .woocommerce-page .col2-set:after { content: ""; display: block; clear: both; }
.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 { float: left; display: block; margin-right: 1.95313%; width: 32.03125%; }
.woocommerce .col2-set .col-1:last-child, .woocommerce .col2-set .col-2:last-child, .woocommerce-page .col2-set .col-1:last-child, .woocommerce-page .col2-set .col-2:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 { width: 100%; } }
.woocommerce div.product, .woocommerce #content div.product, .woocommerce-page div.product, .woocommerce-page #content div.product { margin-bottom: 0; position: relative; /* Main product title */ /* Price */ /* Stock */ /* Product image and thumbnail */ /* Summary div (contains title, price etc) */ /* Social networking */ /* Tabs on the product page */ /* Cart button */ /* add to cart forms */ }
.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, .woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title { clear: none; margin-top: 0; padding: 0; }
.woocommerce div.product span.price, .woocommerce div.product p.price, .woocommerce #content div.product span.price, .woocommerce #content div.product p.price, .woocommerce-page div.product span.price, .woocommerce-page div.product p.price, .woocommerce-page #content div.product span.price, .woocommerce-page #content div.product p.price { color: #dd3b5a; font-size: 1.25em; }
.woocommerce div.product span.price ins, .woocommerce div.product p.price ins, .woocommerce #content div.product span.price ins, .woocommerce #content div.product p.price ins, .woocommerce-page div.product span.price ins, .woocommerce-page div.product p.price ins, .woocommerce-page #content div.product span.price ins, .woocommerce-page #content div.product p.price ins { background: inherit; }
.woocommerce div.product span.price del, .woocommerce div.product p.price del, .woocommerce #content div.product span.price del, .woocommerce #content div.product p.price del, .woocommerce-page div.product span.price del, .woocommerce-page div.product p.price del, .woocommerce-page #content div.product span.price del, .woocommerce-page #content div.product p.price del { font-size: 0.67em; color: fade(#8c8c8c, 50%); }
.woocommerce div.product p.stock, .woocommerce #content div.product p.stock, .woocommerce-page div.product p.stock, .woocommerce-page #content div.product p.stock { font-size: 0.92em; }
.woocommerce div.product .stock, .woocommerce #content div.product .stock, .woocommerce-page div.product .stock, .woocommerce-page #content div.product .stock { color: #dd3b5a; }
.woocommerce div.product .out-of-stock, .woocommerce #content div.product .out-of-stock, .woocommerce-page div.product .out-of-stock, .woocommerce-page #content div.product .out-of-stock { color: red; }
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images { float: left; width: 48%; margin-bottom: 2em; }
.woocommerce div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce-page #content div.product div.images img { display: block; width: 100%; height: auto; -webkit-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; }
.woocommerce div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails { padding-top: 1em; }
.woocommerce div.product div.images div.thumbnails:after, .woocommerce #content div.product div.images div.thumbnails:after, .woocommerce-page div.product div.images div.thumbnails:after, .woocommerce-page #content div.product div.images div.thumbnails:after { content: ""; display: block; clear: both; }
.woocommerce div.product div.images div.thumbnails a, .woocommerce #content div.product div.images div.thumbnails a, .woocommerce-page div.product div.images div.thumbnails a, .woocommerce-page #content div.product div.images div.thumbnails a { float: left; width: 30.75%; margin-right: 3.8%; }
.woocommerce div.product div.images div.thumbnails a.last, .woocommerce #content div.product div.images div.thumbnails a.last, .woocommerce-page div.product div.images div.thumbnails a.last, .woocommerce-page #content div.product div.images div.thumbnails a.last { margin-right: 0; }
.woocommerce div.product div.images div.thumbnails a.first, .woocommerce #content div.product div.images div.thumbnails a.first, .woocommerce-page div.product div.images div.thumbnails a.first, .woocommerce-page #content div.product div.images div.thumbnails a.first { clear: both; }
.woocommerce div.product div.summary, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.summary { float: right; width: 48%; margin-bottom: 2em; }
.woocommerce div.product div.social, .woocommerce #content div.product div.social, .woocommerce-page div.product div.social, .woocommerce-page #content div.product div.social { text-align: right; margin: 0 0 1em; }
.woocommerce div.product div.social span, .woocommerce #content div.product div.social span, .woocommerce-page div.product div.social span, .woocommerce-page #content div.product div.social span { margin: 0 0 0 2px; }
.woocommerce div.product div.social span span, .woocommerce #content div.product div.social span span, .woocommerce-page div.product div.social span span, .woocommerce-page #content div.product div.social span span { margin: 0; }
.woocommerce div.product div.social span .stButton .chicklets, .woocommerce #content div.product div.social span .stButton .chicklets, .woocommerce-page div.product div.social span .stButton .chicklets, .woocommerce-page #content div.product div.social span .stButton .chicklets { padding-left: 16px; width: 0; }
.woocommerce div.product div.social iframe, .woocommerce #content div.product div.social iframe, .woocommerce-page div.product div.social iframe, .woocommerce-page #content div.product div.social iframe { float: left; margin-top: 3px; }
.woocommerce div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs { clear: both; }
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs { list-style: none; padding: 0 0 0 1em; margin: 0 0 1.618em; overflow: hidden; position: relative; }
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li { border: 1px solid #c4e0ed; background: #ebf5f9; background: -webkit-gradient(linear, left top, left bottom, from(#ebf5f9), to(#c4e0ed)); background: -webkit-linear-gradient(#ebf5f9, #c4e0ed); background: -moz-gradient(center top, #ebf5f9 0%, #c4e0ed 100%); display: inline-block; position: relative; z-index: 0; margin: 0 -5px; padding: 0 1em; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a { display: inline-block; padding: .5em 0; font-weight: bold; color: #3a6578; text-decoration: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a:hover { text-decoration: none; color: #4b829a; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active { background: #fff; z-index: 2; border-bottom-color: #fff; }
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a { color: inherit; }
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before { position: absolute; content: " "; width: 100%; bottom: 0; left: 0; border-bottom: 1px solid #c4e0ed; z-index: 1; }
.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel { margin: 0 0 2em; padding: 0; }
.woocommerce div.product p.cart, .woocommerce #content div.product p.cart, .woocommerce-page div.product p.cart, .woocommerce-page #content div.product p.cart { margin-bottom: 2em; }
.woocommerce div.product p.cart:after, .woocommerce #content div.product p.cart:after, .woocommerce-page div.product p.cart:after, .woocommerce-page #content div.product p.cart:after { content: ""; display: block; clear: both; }
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart { margin-bottom: 2em; }
.woocommerce div.product form.cart:after, .woocommerce #content div.product form.cart:after, .woocommerce-page div.product form.cart:after, .woocommerce-page #content div.product form.cart:after { content: ""; display: block; clear: both; }
.woocommerce div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity { float: left; margin: 0 4px 0 0; }
.woocommerce div.product form.cart table, .woocommerce #content div.product form.cart table, .woocommerce-page div.product form.cart table, .woocommerce-page #content div.product form.cart table { border-width: 0 0 1px 0; }
.woocommerce div.product form.cart table td, .woocommerce #content div.product form.cart table td, .woocommerce-page div.product form.cart table td, .woocommerce-page #content div.product form.cart table td { padding-left: 0; }
.woocommerce div.product form.cart table div.quantity, .woocommerce #content div.product form.cart table div.quantity, .woocommerce-page div.product form.cart table div.quantity, .woocommerce-page #content div.product form.cart table div.quantity { float: none; margin: 0; }
.woocommerce div.product form.cart table small.stock, .woocommerce #content div.product form.cart table small.stock, .woocommerce-page div.product form.cart table small.stock, .woocommerce-page #content div.product form.cart table small.stock { display: block; float: none; }
.woocommerce div.product form.cart .variations, .woocommerce #content div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations { margin-bottom: 1em; }
.woocommerce div.product form.cart .variations label, .woocommerce #content div.product form.cart .variations label, .woocommerce-page div.product form.cart .variations label, .woocommerce-page #content div.product form.cart .variations label { font-weight: bold; }
.woocommerce div.product form.cart .variations select, .woocommerce #content div.product form.cart .variations select, .woocommerce-page div.product form.cart .variations select, .woocommerce-page #content div.product form.cart .variations select { width: 100%; float: left; }
.woocommerce div.product form.cart .variations td.label, .woocommerce #content div.product form.cart .variations td.label, .woocommerce-page div.product form.cart .variations td.label, .woocommerce-page #content div.product form.cart .variations td.label { padding-right: 1em; }
.woocommerce div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td { vertical-align: top; }
.woocommerce div.product form.cart .button, .woocommerce #content div.product form.cart .button, .woocommerce-page div.product form.cart .button, .woocommerce-page #content div.product form.cart .button { vertical-align: middle; float: left; }
.woocommerce div.product form.cart .group_table td.label, .woocommerce #content div.product form.cart .group_table td.label, .woocommerce-page div.product form.cart .group_table td.label, .woocommerce-page #content div.product form.cart .group_table td.label { padding-right: 1em; padding-left: 1em; }
.woocommerce div.product form.cart .group_table td, .woocommerce #content div.product form.cart .group_table td, .woocommerce-page div.product form.cart .group_table td, .woocommerce-page #content div.product form.cart .group_table td { vertical-align: top; }
.woocommerce span.onsale, .woocommerce-page span.onsale { min-height: 32px; min-width: 32px; padding: 4px; font-size: 12px; font-weight: bold; position: absolute; text-align: center; line-height: 32px; top: 6px; left: 6px; margin: 0; background: #e5667f; background: -webkit-gradient(linear, left top, left bottom, from(#e5667f), to(#dd3b5a)); background: -webkit-linear-gradient(#e5667f, #dd3b5a); background: -moz-gradient(center top, #e5667f 0%, #dd3b5a 100%); color: white; }
.woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products { margin: 0 0 1em; padding: 0; list-style: none outside; clear: both; }
.woocommerce .products ul:after, .woocommerce ul.products:after, .woocommerce-page .products ul:after, .woocommerce-page ul.products:after { content: ""; display: block; clear: both; }
.woocommerce .products ul li, .woocommerce ul.products li, .woocommerce-page .products ul li, .woocommerce-page ul.products li { list-style: none outside; }
.woocommerce .related:after, .woocommerce .upsells.products:after, .woocommerce-page .related:after, .woocommerce-page .upsells.products:after { content: ""; display: block; clear: both; }
.woocommerce .related ul.products, .woocommerce .related ul, .woocommerce .upsells.products ul.products, .woocommerce .upsells.products ul, .woocommerce-page .related ul.products, .woocommerce-page .related ul, .woocommerce-page .upsells.products ul.products, .woocommerce-page .upsells.products ul { float: none; }
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product { width: 48%; }
.woocommerce .related ul.products li.product img, .woocommerce .related ul li.product img, .woocommerce .upsells.products ul.products li.product img, .woocommerce .upsells.products ul li.product img, .woocommerce-page .related ul.products li.product img, .woocommerce-page .related ul li.product img, .woocommerce-page .upsells.products ul.products li.product img, .woocommerce-page .upsells.products ul li.product img { width: 100%; height: auto; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product { float: left; margin: 0 3.8% 2.992em 0; padding: 0; position: relative; width: 22.05%; margin-left: 0; }
.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale { top: 0; right: 0; left: auto; margin: -6px -6px 0 0; }
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { padding: .5em 0; margin: 0; font-size: 1em; }
.woocommerce ul.products li.product a, .woocommerce-page ul.products li.product a { text-decoration: none; }
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img { width: 100%; height: auto; display: block; margin: 0 0 8px; -webkit-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s; }
.woocommerce ul.products li.product strong, .woocommerce-page ul.products li.product strong { display: block; }
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price { color: #dd3b5a; display: block; font-weight: normal; margin-bottom: .5em; }
.woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del { font-size: 0.67em; color: fade(#8c8c8c, 50%); margin: -2px 0 0 0; }
.woocommerce ul.products li.product .price ins, .woocommerce-page ul.products li.product .price ins { background: none; }
.woocommerce ul.products li.product .price .from, .woocommerce-page ul.products li.product .price .from { font-size: 0.67em; margin: -2px 0 0 0; text-transform: uppercase; color: fade(#8c8c8c, 50%); }
.woocommerce ul.products li.first, .woocommerce-page ul.products li.first { clear: both; }
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last { margin-right: 0; }
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { float: left; margin: 0 0 1em; }
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering { margin: 0 0 1em; float: right; }
.woocommerce .woocommerce-ordering select, .woocommerce-page .woocommerce-ordering select { vertical-align: top; }
.woocommerce nav.woocommerce-pagination, .woocommerce #content nav.woocommerce-pagination, .woocommerce-page nav.woocommerce-pagination, .woocommerce-page #content nav.woocommerce-pagination { text-align: center; }
.woocommerce nav.woocommerce-pagination ul, .woocommerce #content nav.woocommerce-pagination ul, .woocommerce-page nav.woocommerce-pagination ul, .woocommerce-page #content nav.woocommerce-pagination ul { display: inline-block; white-space: nowrap; padding: 0; clear: both; border: 1px solid #c4e0ed; border-right: 0; margin: 1px; }
.woocommerce nav.woocommerce-pagination ul li, .woocommerce #content nav.woocommerce-pagination ul li, .woocommerce-page nav.woocommerce-pagination ul li, .woocommerce-page #content nav.woocommerce-pagination ul li { border-right: 1px solid #c4e0ed; padding: 0; margin: 0; float: left; display: inline; overflow: hidden; }
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span, .woocommerce #content nav.woocommerce-pagination ul li a, .woocommerce #content nav.woocommerce-pagination ul li span, .woocommerce-page nav.woocommerce-pagination ul li a, .woocommerce-page nav.woocommerce-pagination ul li span, .woocommerce-page #content nav.woocommerce-pagination ul li a, .woocommerce-page #content nav.woocommerce-pagination ul li span { margin: 0; text-decoration: none; padding: 0; line-height: 1em; font-size: 1em; font-weight: normal; padding: .5em; min-width: 1em; display: block; }
.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce #content nav.woocommerce-pagination ul li span.current, .woocommerce #content nav.woocommerce-pagination ul li a:hover, .woocommerce #content nav.woocommerce-pagination ul li a:focus, .woocommerce-page nav.woocommerce-pagination ul li span.current, .woocommerce-page nav.woocommerce-pagination ul li a:hover, .woocommerce-page nav.woocommerce-pagination ul li a:focus, .woocommerce-page #content nav.woocommerce-pagination ul li span.current, .woocommerce-page #content nav.woocommerce-pagination ul li a:hover, .woocommerce-page #content nav.woocommerce-pagination ul li a:focus { background: #ebf5f9; color: #50a3c8; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button { font-size: 100%; margin: 0; cursor: pointer; position: relative; padding: 6px 10px; text-decoration: none; left: auto; white-space: nowrap; display: inline-block; }
.woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before { content: ""; position: absolute; top: 0; right: 0; left: 0; bottom: 0; background: url(../images/ajax-loader.gif) center no-repeat rgba(255, 255, 255, 0.65); }
.woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before { content: ""; position: absolute; height: 16px; width: 16px; top: 0.35em; right: -26px; text-indent: 0; background: url(../images/success.png) no-repeat; }
.woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce #respond input#submit:active, .woocommerce #content input.button:active, .woocommerce-page a.button:active, .woocommerce-page button.button:active, .woocommerce-page input.button:active, .woocommerce-page #respond input#submit:active, .woocommerce-page #content input.button:active { top: 1px; }
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt { background-color: #7fdbff; }
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button { float: none; }
.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart { padding-top: .5em; white-space: nowrap; display: inline-block; }
.woocommerce .quantity, .woocommerce #content .quantity, .woocommerce-page .quantity, .woocommerce-page #content .quantity { width: 60px; position: relative; margin: 0 auto; overflow: hidden; zoom: 1; /* Disable input[type=number] buttons until the world is ready */ /* Hide buttons for opera */ }
.woocommerce .quantity input::-webkit-outer-spin-button, .woocommerce .quantity input::-webkit-inner-spin-button, .woocommerce #content .quantity input::-webkit-outer-spin-button, .woocommerce #content .quantity input::-webkit-inner-spin-button, .woocommerce-page .quantity input::-webkit-outer-spin-button, .woocommerce-page .quantity input::-webkit-inner-spin-button, .woocommerce-page #content .quantity input::-webkit-outer-spin-button, .woocommerce-page #content .quantity input::-webkit-inner-spin-button { display: none; }
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty { width: 40px; height: 28px; float: left; padding: 0; text-align: center; border: 1px solid #9dcce1; border-right: 0; font-weight: bold; }
.woocommerce .quantity noindex:-o-prefocus, .woocommerce .quantity input[type=number], .woocommerce #content .quantity noindex:-o-prefocus, .woocommerce #content .quantity input[type=number], .woocommerce-page .quantity noindex:-o-prefocus, .woocommerce-page .quantity input[type=number], .woocommerce-page #content .quantity noindex:-o-prefocus, .woocommerce-page #content .quantity input[type=number] { padding-right: 1.2em; }
.woocommerce .quantity .plus, .woocommerce .quantity .minus, .woocommerce #content .quantity .plus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .plus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .plus, .woocommerce-page #content .quantity .minus { display: block; padding: 0; margin: 0; position: absolute; text-align: center; vertical-align: text-top; width: 20px; height: 15px; text-decoration: none; overflow: visible; text-decoration: none; font-weight: bold; cursor: pointer; line-height: 13px; font-size: 12px; color: #3a6578; border: 1px solid #9dcce1; background: #ebf5f9; background: -webkit-gradient(linear, left top, left bottom, from(#ebf5f9), to(#c4e0ed)); background: -webkit-linear-gradient(#ebf5f9, #c4e0ed); background: -moz-gradient(center top, #ebf5f9 0%, #c4e0ed 100%); }
.woocommerce .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce-page #content .quantity .minus:hover { background: #ebf5f9; background: -webkit-gradient(linear, left top, left bottom, from(#ebf5f9), to(#b1d6e7)); background: -webkit-linear-gradient(#ebf5f9, #b1d6e7); background: -moz-gradient(center top, #ebf5f9 0%, #b1d6e7 100%); }
.woocommerce .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce-page #content .quantity .plus { top: 0; right: 0; border-bottom: 0; }
.woocommerce .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce-page #content .quantity .minus { bottom: 0; right: 0; }
.woocommerce #reviews h2 small, .woocommerce-page #reviews h2 small { float: right; color: #777; font-size: 15px; line-height: 21px; margin: 10px 0 0 0; }
.woocommerce #reviews h2 small a, .woocommerce-page #reviews h2 small a { text-decoration: none; color: #777; }
.woocommerce #reviews h3, .woocommerce-page #reviews h3 { margin: 0; }
.woocommerce #reviews #respond, .woocommerce-page #reviews #respond { margin: 0; border: 0; padding: 0; }
.woocommerce #reviews #comment, .woocommerce-page #reviews #comment { height: 75px; }
.woocommerce #reviews #comments .add_review:after, .woocommerce-page #reviews #comments .add_review:after { content: ""; display: block; clear: both; }
.woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2 { clear: none; }
.woocommerce #reviews #comments ol.commentlist, .woocommerce-page #reviews #comments ol.commentlist { margin: 0; width: 100%; background: none; list-style: none; }
.woocommerce #reviews #comments ol.commentlist:after, .woocommerce-page #reviews #comments ol.commentlist:after { content: ""; display: block; clear: both; }
.woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li { padding: 00; margin: 0 0 20px; border: 0; position: relative; background: 0; border: 0; }
.woocommerce #reviews #comments ol.commentlist li .meta, .woocommerce-page #reviews #comments ol.commentlist li .meta { color: #777; font-size: 0.75em; }
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar { float: left; position: absolute; top: 0; left: 0; padding: 3px; width: 32px; height: auto; background: #ebf5f9; border: 1px solid #e0eef5; margin: 0; line-height: 1; }
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text { margin: 0 0 0 50px; border: 1px solid #e0eef5; padding: 1em 1em 0; }
.woocommerce #reviews #comments ol.commentlist li .comment-text p, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p { margin: 0 0 1em; }
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta { font-size: 0.83em; }
.woocommerce #reviews #comments .commentlist > li:before, .woocommerce-page #reviews #comments .commentlist > li:before { content: ""; }
.woocommerce .star-rating, .woocommerce-page .star-rating { float: right; overflow: hidden; position: relative; height: 1em; line-height: 1em; font-size: 1em; width: 5.4em; font-family: 'star'; }
.woocommerce .star-rating:before, .woocommerce-page .star-rating:before { content: "\73\73\73\73\73"; color: #c4e0ed; float: left; top: 0; left: 0; position: absolute; }
.woocommerce .star-rating span, .woocommerce-page .star-rating span { overflow: hidden; float: left; top: 0; left: 0; position: absolute; padding-top: 1.5em; }
.woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before { content: "\53\53\53\53\53"; top: 0; position: absolute; left: 0; }
.woocommerce .products .star-rating, .woocommerce-page .products .star-rating { display: block; margin: 0 0 .5em; float: none; }
.woocommerce .hreview-aggregate .star-rating, .woocommerce-page .hreview-aggregate .star-rating { margin: 10px 0 0 0; }
.woocommerce #review_form #respond, .woocommerce-page #review_form #respond { position: static; margin: 0; width: auto; padding: 0 0 0; background: transparent none; border: 0; }
.woocommerce #review_form #respond:after, .woocommerce-page #review_form #respond:after { content: ""; display: block; clear: both; }
.woocommerce #review_form #respond p, .woocommerce-page #review_form #respond p { margin: 0 0 10px; }
.woocommerce #review_form #respond .form-submit input, .woocommerce-page #review_form #respond .form-submit input { left: auto; }
.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea { /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; /* Opera/IE 8+ */ width: 100%; }
.woocommerce p.stars:after, .woocommerce-page p.stars:after { content: ""; display: block; clear: both; }
.woocommerce p.stars span, .woocommerce-page p.stars span { width: 80px; height: 16px; position: relative; float: left; background: url(../images/star.png) repeat-x left 0; }
.woocommerce p.stars span a, .woocommerce-page p.stars span a { float: left; position: absolute; left: 0; top: 0; width: 16px; height: 0; padding-top: 16px; overflow: hidden; }
.woocommerce p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:hover, .woocommerce-page p.stars span a:focus { background: url(../images/star.png) repeat-x left -16px; }
.woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active { background: url(../images/star.png) repeat-x left -32px; }
.woocommerce p.stars span a.star-1, .woocommerce-page p.stars span a.star-1 { width: 16px; z-index: 10; }
.woocommerce p.stars span a.star-2, .woocommerce-page p.stars span a.star-2 { width: 32px; z-index: 9; }
.woocommerce p.stars span a.star-3, .woocommerce-page p.stars span a.star-3 { width: 48px; z-index: 8; }
.woocommerce p.stars span a.star-4, .woocommerce-page p.stars span a.star-4 { width: 64px; z-index: 7; }
.woocommerce p.stars span a.star-5, .woocommerce-page p.stars span a.star-5 { width: 80px; z-index: 6; }
.woocommerce table.shop_attributes, .woocommerce-page table.shop_attributes { border: 0; border-top: 1px dotted rgba(0, 0, 0, 0.1); margin-bottom: 1.618em; width: 100%; }
.woocommerce table.shop_attributes th, .woocommerce-page table.shop_attributes th { width: 150px; font-weight: bold; padding: 8px; border-top: 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); margin: 0; line-height: 1.5em; }
.woocommerce table.shop_attributes td, .woocommerce-page table.shop_attributes td { font-style: italic; padding: 0; border-top: 0; border-bottom: 1px dotted rgba(0, 0, 0, 0.1); margin: 0; line-height: 1.5em; }
.woocommerce table.shop_attributes td p, .woocommerce-page table.shop_attributes td p { margin: 0; padding: 8px 0; }
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th, .woocommerce-page table.shop_attributes .alt td, .woocommerce-page table.shop_attributes .alt th { background: rgba(0, 0, 0, 0.025); }
.woocommerce table.shop_table, .woocommerce-page table.shop_table { border: 1px solid rgba(0, 0, 0, 0.1); margin: 0px -1px 24px 0px; text-align: left; width: 100%; border-collapse: separate; }
.woocommerce table.shop_table th, .woocommerce-page table.shop_table th { font-weight: bold; line-height: 18px; padding: 9px 12px; }
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td { border-top: 1px solid rgba(0, 0, 0, 0.1); padding: 6px 12px; vertical-align: middle; }
.woocommerce table.shop_table td small, .woocommerce-page table.shop_table td small { font-weight: normal; }
.woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th { font-weight: bold; border-top: 1px solid rgba(0, 0, 0, 0.1); }
.woocommerce table.my_account_orders, .woocommerce-page table.my_account_orders { font-size: 0.85em; }
.woocommerce table.my_account_orders th, .woocommerce table.my_account_orders td, .woocommerce-page table.my_account_orders th, .woocommerce-page table.my_account_orders td { padding: 4px 8px; vertical-align: middle; }
.woocommerce table.my_account_orders .button, .woocommerce-page table.my_account_orders .button { white-space: nowrap; }
.woocommerce table.my_account_orders .order-actions, .woocommerce-page table.my_account_orders .order-actions { text-align: right; }
.woocommerce table.my_account_orders .order-actions .button, .woocommerce-page table.my_account_orders .order-actions .button { margin: .125em 0 .125em .25em; }
.woocommerce td.product-name dl.variation, .woocommerce-page td.product-name dl.variation { margin: .25em 0 .5em; font-size: 0.8751em; }
.woocommerce td.product-name dl.variation dt, .woocommerce-page td.product-name dl.variation dt { font-weight: bold; float: left; clear: left; margin: 0 .25em 0 0; padding: 0; }
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd { margin: 0 0 .25em 0; }
.woocommerce td.product-name p.backorder_notification, .woocommerce-page td.product-name p.backorder_notification { font-size: 0.83em; }
.woocommerce td.product-quantity, .woocommerce-page td.product-quantity { min-width: 80px; }
.woocommerce table.cart .product-thumbnail, .woocommerce #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail { min-width: 32px; }
.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img { width: 32px; height: auto; }
.woocommerce table.cart th, .woocommerce table.cart td, .woocommerce #content table.cart th, .woocommerce #content table.cart td, .woocommerce-page table.cart th, .woocommerce-page table.cart td, .woocommerce-page #content table.cart th, .woocommerce-page #content table.cart td { vertical-align: middle; }
.woocommerce table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page table.cart a.remove, .woocommerce-page #content table.cart a.remove { display: block; font-size: 1.5em; height: 1em; width: 1em; text-align: center; line-height: 1; color: red; text-decoration: none; font-weight: bold; }
.woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover { background-color: red; color: #fff; }
.woocommerce table.cart td.actions, .woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions, .woocommerce-page #content table.cart td.actions { text-align: right; }
.woocommerce table.cart td.actions .coupon, .woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon { float: left; }
.woocommerce table.cart td.actions .coupon label, .woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label { display: none; }
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text { width: 80px; float: left; -moz-box-sizing: border-box; box-sizing: border-box; border: 1px solid #c4e0ed; padding: 6px 6px 5px; margin: 0 4px 0 0; outline: 0; line-height: 1em; }
.woocommerce table.cart td.actions .button.alt, .woocommerce #content table.cart td.actions .button.alt, .woocommerce-page table.cart td.actions .button.alt, .woocommerce-page #content table.cart td.actions .button.alt { float: right; margin-left: .25em; }
.woocommerce table.cart input, .woocommerce #content table.cart input, .woocommerce-page table.cart input, .woocommerce-page #content table.cart input { margin: 0; vertical-align: middle; line-height: 1em; }
.woocommerce ul.cart_list, .woocommerce ul.product_list_widget, .woocommerce-page ul.cart_list, .woocommerce-page ul.product_list_widget { list-style: none outside; padding: 0; margin: 0; }
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li { padding: 4px 0; margin: 0; list-style: none; }
.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after { content: ""; display: block; clear: both; }
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a { display: block; font-weight: bold; }
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img { float: right; margin-left: 4px; width: 32px; height: auto; }
.woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl, .woocommerce-page ul.cart_list li dl, .woocommerce-page ul.product_list_widget li dl { margin: 0; font-size: 0.8751em; padding-left: 1em; border-left: 2px solid rgba(0, 0, 0, 0.1); }
.woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt, .woocommerce-page ul.cart_list li dl dt, .woocommerce-page ul.product_list_widget li dl dt { float: left; clear: left; margin-right: .25em; }
.woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd, .woocommerce-page ul.cart_list li dl dd, .woocommerce-page ul.product_list_widget li dl dd { margin-bottom: .5em; }
.woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating, .woocommerce-page ul.cart_list li .star-rating, .woocommerce-page ul.product_list_widget li .star-rating { float: none; }
.woocommerce .widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total { border-top: 3px double #ebf5f9; padding: 4px 0 0; }
.woocommerce .widget_shopping_cart .total strong, .woocommerce-page .widget_shopping_cart .total strong { min-width: 40px; display: inline-block; }
.woocommerce .widget_shopping_cart .buttons:after, .woocommerce-page .widget_shopping_cart .buttons:after { content: ""; display: block; clear: both; }
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals { width: 100%; }
.woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after { content: ""; display: block; clear: both; }
.woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related { width: 30.75%; float: left; }
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells { width: 48%; float: left; }
.woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products { float: none; }
.woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li { width: 48%; }
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator { width: 48%; text-align: right; margin: 20px 0 0 0; clear: right; float: right; }
.woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after { content: ""; display: block; clear: both; }
.woocommerce .cart-collaterals .shipping_calculator .button, .woocommerce-page .cart-collaterals .shipping_calculator .button { width: 100%; float: none; display: block; }
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 { float: left; display: block; margin-right: 1.95313%; width: 32.03125%; }
.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1:last-child, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2:last-child, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1:last-child, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 { width: 100%; } }
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals { float: right; width: 48%; text-align: right; }
.woocommerce .cart-collaterals .cart_totals p, .woocommerce-page .cart-collaterals .cart_totals p { margin: 0; }
.woocommerce .cart-collaterals .cart_totals p small, .woocommerce-page .cart-collaterals .cart_totals p small { color: #777; font-size: 0.83em; }
.woocommerce .cart-collaterals .cart_totals table, .woocommerce-page .cart-collaterals .cart_totals table { border-collapse: separate; margin: 0 0 6px; padding: 0; }
.woocommerce .cart-collaterals .cart_totals table tr:first-child th, .woocommerce .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-page .cart-collaterals .cart_totals table tr:first-child td { border-top: 0; }
.woocommerce .cart-collaterals .cart_totals table td, .woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table td, .woocommerce-page .cart-collaterals .cart_totals table th { padding: 6px 3px; }
.woocommerce .cart-collaterals .cart_totals table small, .woocommerce-page .cart-collaterals .cart_totals table small { display: block; color: #777; }
.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select { width: 100%; }
.woocommerce .cart-collaterals .cart_totals .discount td, .woocommerce-page .cart-collaterals .cart_totals .discount td { color: #dd3b5a; }
.woocommerce .cart-collaterals .cart_totals tr td, .woocommerce .cart-collaterals .cart_totals tr th, .woocommerce-page .cart-collaterals .cart_totals tr td, .woocommerce-page .cart-collaterals .cart_totals tr th { border-top: 1px solid #ebf5f9; padding: 6px 6px; }
.woocommerce .cart-collaterals .cart_totals a.button.alt, .woocommerce-page .cart-collaterals .cart_totals a.button.alt { width: 193px; display: block; font-size: 0.92em; }
.woocommerce form .form-row, .woocommerce-page form .form-row { padding: 3px; margin: 0 0 6px; }
.woocommerce form .form-row:after, .woocommerce-page form .form-row:after { content: ""; display: block; clear: both; }
.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder, .woocommerce-page form .form-row [placeholder]:focus::-webkit-input-placeholder { -webkit-transition: opacity 0.5s 0.5s ease; transition: opacity 0.5s 0.5s ease; opacity: 0; }
.woocommerce form .form-row label, .woocommerce-page form .form-row label { display: block; }
.woocommerce form .form-row label.hidden, .woocommerce-page form .form-row label.hidden { visibility: hidden; }
.woocommerce form .form-row select, .woocommerce-page form .form-row select { width: 100%; cursor: pointer; margin: 0; }
.woocommerce form .form-row .required, .woocommerce-page form .form-row .required { color: red; font-weight: bold; border: 0; }
.woocommerce form .form-row .input-checkbox, .woocommerce-page form .form-row .input-checkbox { display: inline; margin: -2px 8px 0 0; text-align: center; vertical-align: middle; }
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox { display: inline; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea { -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; margin: 0; outline: 0; line-height: 1em; }
.woocommerce form .form-row textarea, .woocommerce-page form .form-row textarea { height: 3.5em; line-height: 1.5em; display: block; }
.woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text { background-image: url(../images/icons/valid.png); background-position: 95% center; background-repeat: no-repeat; }
.woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text { background-image: url(../images/icons/invalid.png); background-position: 95% center; background-repeat: no-repeat; }
.woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce form .form-row.validate-required.woocommerce-invalid select, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-single, .woocommerce-page form .form-row.validate-required.woocommerce-invalid .chzn-drop, .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page form .form-row.validate-required.woocommerce-invalid select { border-color: #fb7f88; }
.woocommerce form .form-row ::-webkit-input-placeholder, .woocommerce-page form .form-row ::-webkit-input-placeholder { line-height: 1em; padding-top: 2px; }
.woocommerce form .form-row :-moz-placeholder, .woocommerce-page form .form-row :-moz-placeholder { line-height: 1em; padding-top: 2px; }
.woocommerce form .form-row :-ms-input-placeholder, .woocommerce-page form .form-row :-ms-input-placeholder { line-height: 1em; padding-top: 2px; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last { float: left; width: 47%; overflow: visible; }
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last { float: right; }
.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide { clear: both; }
.woocommerce form.login, .woocommerce form.checkout_coupon, .woocommerce form.register, .woocommerce-page form.login, .woocommerce-page form.checkout_coupon, .woocommerce-page form.register { border: 1px solid #c4e0ed; padding: 20px; margin: 2em 0 2em 0px; text-align: left; }
.woocommerce ul#shipping_method, .woocommerce-page ul#shipping_method { list-style: none outside; margin: 0; padding: 0; }
.woocommerce ul#shipping_method li, .woocommerce-page ul#shipping_method li { margin: 0; padding: .25em 0 .25em 22px; text-indent: -22px; list-style: none outside; }
.woocommerce ul#shipping_method .amount, .woocommerce-page ul#shipping_method .amount { font-weight: bold; }
.woocommerce .checkout .col-2 h3, .woocommerce-page .checkout .col-2 h3 { float: left; clear: none; }
.woocommerce .checkout .col-2 .notes, .woocommerce-page .checkout .col-2 .notes { clear: left; }
.woocommerce .checkout .col-2 .form-row-first, .woocommerce-page .checkout .col-2 .form-row-first { clear: left; }
.woocommerce .checkout div.shipping-address, .woocommerce-page .checkout div.shipping-address { padding: 0; clear: left; width: 100%; }
.woocommerce .checkout #shiptobilling, .woocommerce-page .checkout #shiptobilling { float: right; line-height: 1.62em; margin: 0 0 0 0; padding: 0; }
.woocommerce .checkout #shiptobilling label, .woocommerce-page .checkout #shiptobilling label { font-size: 0.6875em; }
.woocommerce .checkout .shipping_address, .woocommerce-page .checkout .shipping_address { clear: both; }
.woocommerce #payment, .woocommerce-page #payment { background: #ebf5f9; }
.woocommerce #payment ul.payment_methods, .woocommerce-page #payment ul.payment_methods { text-align: left; padding: 1em; border-bottom: 1px solid #c4e0ed; margin: 0; list-style: none outside; }
.woocommerce #payment ul.payment_methods:after, .woocommerce-page #payment ul.payment_methods:after { content: ""; display: block; clear: both; }
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li { line-height: 2em; text-align: left; margin: 0; font-weight: normal; }
.woocommerce #payment ul.payment_methods li input, .woocommerce-page #payment ul.payment_methods li input { margin: 0 1em 0 0; }
.woocommerce #payment ul.payment_methods li img, .woocommerce-page #payment ul.payment_methods li img { vertical-align: middle; margin: -2px 0 0 .5em; position: relative; }
.woocommerce #payment div.form-row, .woocommerce-page #payment div.form-row { padding: 1em; border-top: 1px solid white; }
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order { float: right; margin: 0; }
.woocommerce #payment .terms, .woocommerce-page #payment .terms { padding: 0 1em 0; text-align: right; }
.woocommerce #payment div.payment_box, .woocommerce-page #payment div.payment_box { position: relative; width: 96%; padding: 1em 2%; margin: 1em 0 1em 0; font-size: 0.92em; line-height: 1.5em; background: #d8eaf3; background: -webkit-gradient(linear, left top, left bottom, from(#d8eaf3), to(#c4e0ed)); background: -webkit-linear-gradient(#d8eaf3, #c4e0ed); background: -moz-gradient(center top, #d8eaf3 0%, #c4e0ed 100%); color: #3a6578; }
.woocommerce #payment div.payment_box p:last-child, .woocommerce-page #payment div.payment_box p:last-child { margin-bottom: 0; }
.woocommerce #payment div.payment_box #cc-expire-month, .woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-month, .woocommerce-page #payment div.payment_box #cc-expire-year { width: 48%; float: left; }
.woocommerce #payment div.payment_box #cc-expire-year, .woocommerce-page #payment div.payment_box #cc-expire-year { float: right; }
.woocommerce #payment div.payment_box span.help, .woocommerce-page #payment div.payment_box span.help { font-size: 11px; color: #777; line-height: 13px; font-weight: normal; }
.woocommerce #payment div.payment_box .form-row, .woocommerce-page #payment div.payment_box .form-row { margin: 0 0 1em; }
.woocommerce #payment div.payment_box .form-row select, .woocommerce-page #payment div.payment_box .form-row select { width: 48%; float: left; margin-right: 3.8%; }
.woocommerce #payment div.payment_box .form-row select:nth-child(3n), .woocommerce-page #payment div.payment_box .form-row select:nth-child(3n) { margin-right: 0; }
.woocommerce #payment div.payment_box:after, .woocommerce-page #payment div.payment_box:after { content: ""; display: block; border: 8px solid #d8eaf3; /* arrow size / color */ border-right-color: transparent; border-left-color: transparent; border-top-color: transparent; position: absolute; top: -3px; left: 0; margin: -1em 0 0 2em; }
.woocommerce .order_details, .woocommerce-page .order_details { margin: 0 0 1.5em; list-style: none; }
.woocommerce .order_details:after, .woocommerce-page .order_details:after { content: ""; display: block; clear: both; }
.woocommerce .order_details li, .woocommerce-page .order_details li { float: left; margin-right: 2em; text-transform: uppercase; font-size: 0.715em; line-height: 1em; border-right: 1px dashed #c4e0ed; padding-right: 2em; }
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong { display: block; font-size: 1.4em; text-transform: none; line-height: 1.5em; }
.woocommerce .order_details li:last-of-type, .woocommerce-page .order_details li:last-of-type { border: none; }
.woocommerce .addresses .title:after, .woocommerce-page .addresses .title:after { content: ""; display: block; clear: both; }
.woocommerce .addresses .title h3, .woocommerce-page .addresses .title h3 { float: left; }
.woocommerce .addresses .title .edit, .woocommerce-page .addresses .title .edit { float: right; }
.woocommerce ol.commentlist.notes li.note p.meta, .woocommerce-page ol.commentlist.notes li.note p.meta { font-weight: bold; margin-bottom: 0; }
.woocommerce ol.commentlist.notes li.note .description p:last-child, .woocommerce-page ol.commentlist.notes li.note .description p:last-child { margin-bottom: 0; }
.woocommerce ul.digital-downloads, .woocommerce-page ul.digital-downloads { margin-left: 0; padding-left: 0; }
.woocommerce ul.digital-downloads li, .woocommerce-page ul.digital-downloads li { list-style: none; margin-left: 0; padding-left: 1.5em; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAHCAYAAAA1WQxeAAAAQUlEQVQIHWP8//8/AwgwMjLWgxlQAijeCGIyIQtiYxNUwAjUhWI0uilMMLvQJUB8kBzYCmyKYGJwN8AEYDphJgIAPtccffZCsOoAAAAASUVORK5CYII=) left no-repeat; /* download icon */ }
.woocommerce ul.digital-downloads li .count, .woocommerce-page ul.digital-downloads li .count { float: right; }
.woocommerce .widget_layered_nav ul, .woocommerce-page .widget_layered_nav ul { margin: 0; padding: 0; border: 0; list-style: none outside; }
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li { padding: 0 0 1px; list-style: none; }
.woocommerce .widget_layered_nav ul li:after, .woocommerce-page .widget_layered_nav ul li:after { content: ""; display: block; clear: both; }
.woocommerce .widget_layered_nav ul li a, .woocommerce .widget_layered_nav ul li span, .woocommerce-page .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li span { padding: 1px 0; float: left; }
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a { padding: 0 6px 0 18px; border: 1px solid #3babdd; background: #3babdd url(../images/cross_white.png) no-repeat 6px center; color: white; }
.woocommerce .widget_layered_nav ul small.count, .woocommerce-page .widget_layered_nav ul small.count { float: right; margin-left: 6px; font-size: 1em; padding: 1px 0; color: #777; }
.woocommerce .widget_layered_nav_filters ul, .woocommerce-page .widget_layered_nav_filters ul { margin: 0; padding: 0; border: 0; list-style: none outside; overflow: hidden; zoom: 1; }
.woocommerce .widget_layered_nav_filters ul li, .woocommerce-page .widget_layered_nav_filters ul li { float: left; padding: 0 1px 1px 0; list-style: none; }
.woocommerce .widget_layered_nav_filters ul li a, .woocommerce-page .widget_layered_nav_filters ul li a { padding: 0 6px 0 18px; border: 1px solid #3babdd; background: #3babdd url(../images/cross_white.png) no-repeat 6px center; color: white; float: left; }
.woocommerce .widget_price_filter .price_slider, .woocommerce-page .widget_price_filter .price_slider { margin-bottom: 1em; }
.woocommerce .widget_price_filter .price_slider_amount, .woocommerce-page .widget_price_filter .price_slider_amount { text-align: right; line-height: 2.4em; font-size: 0.8751em; }
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button { font-size: 1.15em; }
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button { float: left; }
.woocommerce .widget_price_filter .ui-slider, .woocommerce-page .widget_price_filter .ui-slider { position: relative; text-align: left; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle { position: absolute; z-index: 2; width: 0.9em; height: 0.9em; border: 1px solid #041015; cursor: pointer; background: #3babdd; background: -webkit-gradient(linear, left top, left bottom, from(#3babdd), to(#2291c3)); background: -webkit-linear-gradient(#3babdd, #2291c3); background: -moz-gradient(center top, #3babdd 0%, #2291c3 100%); outline: none; top: -.3em; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:last-child { margin-left: -1em; }
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range { position: absolute; z-index: 1; font-size: .7em; display: block; border: 0; background: #3babdd url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAADCAYAAABS3WWCAAAAFUlEQVQIHWP4//9/PRMDA8NzEPEMADLLBU76a5idAAAAAElFTkSuQmCC) top repeat-x; /* transparent png */ }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, .woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content { background: #121c21; background: -webkit-gradient(linear, left top, left bottom, from(#121c21), to(#477285)); background: -webkit-linear-gradient(#121c21, #477285); background: -moz-gradient(center top, #121c21 0%, #477285 100%); }
.woocommerce .widget_price_filter .ui-slider-horizontal, .woocommerce-page .widget_price_filter .ui-slider-horizontal { height: .5em; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range { top: 0; height: 100%; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-min { left: -1px; }
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max, .woocommerce-page .widget_price_filter .ui-slider-horizontal .ui-slider-range-max { right: -1px; }

/* =Twenty Thirteen Specific styles
-------------------------------------------------------------- */
.twentythirteen .entry-summary { padding: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) { .woocommerce a.button.loading:before, .woocommerce button.button.loading:before, .woocommerce input.button.loading:before, .woocommerce #respond input#submit.loading:before, .woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before, .woocommerce-page button.button.loading:before, .woocommerce-page input.button.loading:before, .woocommerce-page #respond input#submit.loading:before, .woocommerce-page #content input.button.loading:before { background-image: url(../images/ajax-loader@2x.gif); background-size: 16px 16px; }
  .woocommerce a.button.added:before, .woocommerce button.button.added:before, .woocommerce input.button.added:before, .woocommerce #respond input#submit.added:before, .woocommerce #content input.button.added:before, .woocommerce-page a.button.added:before, .woocommerce-page button.button.added:before, .woocommerce-page input.button.added:before, .woocommerce-page #respond input#submit.added:before, .woocommerce-page #content input.button.added:before { background: url(../images/success@2x.png) no-repeat; background-size: 16px 14px; }
  .woocommerce .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-validated input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-validated input.input-text { background-image: url(../images/icons/valid@2x.png); background-size: 12px 9px; }
  .woocommerce .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce form .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce-page .woocommerce-page form .form-row.validate-required.woocommerce-invalid input.input-text { background-image: url(../images/icons/invalid@2x.png); background-size: 12px 9px; }
  .woocommerce p.stars span, .woocommerce-page p.stars span { background-image: url(../images/star@2x.png); background-size: 16px 48px; }
  .woocommerce p.stars span a:hover, .woocommerce p.stars span a:focus, .woocommerce-page p.stars span a:hover, .woocommerce-page p.stars span a:focus { background-image: url(../images/star@2x.png); background-size: 16px 48px; }
  .woocommerce p.stars span a.active, .woocommerce-page p.stars span a.active { background-image: url(../images/star@2x.png); background-size: 16px 48px; } }
/* jQuery FlexSlider v2.2.0 http://www.woothemes.com/flexslider/  Copyright 2012 WooThemes Free to use under the GPLv2 license. http://www.gnu.org/licenses/gpl-2.0.html  Contributing author: Tyler Smith (@mbmufffin) */
/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus { outline: none; }

.slides, .flex-control-nav, .flex-direction-nav { margin: 0; padding: 0; list-style: none; }

/* Icon Fonts
*********************************/
/* FlexSlider Necessary Styles
*********************************/
.flexslider { margin: 0; padding: 0; }

.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img { width: 100%; display: block; }

.flex-pauseplay span { text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }

html[xmlns] .slides { display: block; }

* html .slides { height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you include js that eliminates this class on page load */
.no-js .slides > li:first-child { display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0; position: relative; border-radius: 4px; -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); zoom: 1; }

.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; transition: all 1s ease; }

.loading .flex-viewport { max-height: 300px; }

.flexslider .slides { zoom: 1; }

.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav { *height: 0; }

.flex-direction-nav a { text-decoration: none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0, 0, 0, 0.8); text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3); -webkit-transition: all .3s ease; transition: all .3s ease; }

.flex-direction-nav .flex-prev { left: -50px; }

.flex-direction-nav .flex-next { right: -50px; text-align: right; }

.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }

.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }

.flex-direction-nav .flex-disabled { opacity: 0 !important; filter: alpha(opacity=0); cursor: default; }

.flex-direction-nav a:before { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }

.flex-direction-nav a.flex-next:before { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }

.flex-pauseplay a:before { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }

.flex-pauseplay a:hover { opacity: 1; }

.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav { width: 100%; position: absolute; bottom: -40px; text-align: center; }

.flex-control-nav li { margin: 0 6px; display: inline-block; zoom: 1; *display: inline; }

.flex-control-paging li a { width: 11px; height: 11px; display: block; background: #666; background: rgba(0, 0, 0, 0.5); cursor: pointer; text-indent: -9999px; border-radius: 20px; -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover { background: #333; background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active { background: #000; background: rgba(0, 0, 0, 0.9); cursor: default; }

.flex-control-thumbs { margin: 5px 0 0; position: static; overflow: hidden; }

.flex-control-thumbs li { width: 25%; float: left; margin: 0; }

.flex-control-thumbs img { width: 100%; display: block; opacity: .7; cursor: pointer; }

.flex-control-thumbs img:hover { opacity: 1; }

.flex-control-thumbs .flex-active { opacity: 1; cursor: default; }

@media screen and (max-width: 860px) { .flex-direction-nav .flex-prev { opacity: 1; left: 10px; }
  .flex-direction-nav .flex-next { opacity: 1; right: 10px; } }
/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; filter: alpha(opacity=80); }

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; -moz-box-sizing: border-box; box-sizing: border-box; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { color: #cccccc; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }

.mfp-preloader a { color: #cccccc; }

.mfp-preloader a:hover { color: white; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; }

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

.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; filter: alpha(opacity=65); padding: 0 0 18px 10px; color: white; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus { opacity: 1; filter: alpha(opacity=100); }

.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: white; right: -6px; text-align: right; padding-right: 6px; width: 100%; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #cccccc; font-size: 12px; line-height: 18px; }

.mfp-arrow { position: absolute; opacity: 0.65; filter: alpha(opacity=65); margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; filter: alpha(opacity=100); }

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }

.mfp-arrow:after, .mfp-arrow .mfp-a { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }

.mfp-arrow:before, .mfp-arrow .mfp-b { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a { border-right: 17px solid white; margin-left: 31px; }

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b { margin-left: 25px; border-right: 27px solid #3f3f3f; }

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a { border-left: 17px solid white; margin-left: 39px; }

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b { border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }

.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: black; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; -moz-box-sizing: border-box; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444444; }

.mfp-figure small { color: #bdbdbd; display: block; font-size: 12px; line-height: 14px; }

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #f3f3f3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; -moz-box-sizing: border-box; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }
@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; -ms-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } }
.mfp-ie7 .mfp-img { padding: 0; }

.mfp-ie7 .mfp-bottom-bar { width: 600px; left: 50%; margin-left: -300px; margin-top: 5px; padding-bottom: 5px; }

.mfp-ie7 .mfp-container { padding: 0; }

.mfp-ie7 .mfp-content { padding-top: 44px; }

.mfp-ie7 .mfp-close { top: 0; right: 0; padding-top: 0; }

/** UBERMENU 3.0   Copyright 2011-2014 Chris Mavricos, SevenSpark http://wpmegamenu.com  DO NOT EDIT THIS FILE */
/* All */
.ubermenu, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-item, .ubermenu .ubermenu-target, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-row, .ubermenu .ubermenu-column, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-image, .ubermenu .ubermenu-icon, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-submenu-footer, .ubermenu-responsive-toggle { margin: 0; padding: 0; left: auto; right: auto; top: auto; bottom: auto; text-indent: 0; clip: auto; position: static; text-transform: none; overflow: visible; z-index: 10; -o-box-shadow: none; box-shadow: none; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; vertical-align: top; line-height: 1.3em; border: none; border-radius: 0; font-size: 15px; font-size: 0.9375rem; background: white; }

/* Reset - Exclude image */
.ubermenu, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-item, .ubermenu .ubermenu-target, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-row, .ubermenu .ubermenu-column, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-submenu-footer, .ubermenu-responsive-toggle { height: auto; width: auto; max-height: none; min-height: 0; }

.ubermenu .ubermenu-submenu-drop, .ubermenu .ubermenu-image { /* Prevent jiggle on transition in Chrome */ -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-transform: translateZ(0); -webkit-transform: translateZ(0); }

.ubermenu { display: block; background: #fff; line-height: 1.3em; text-align: left; }

.ubermenu-bound { position: relative; }

.ubermenu-bound-inner .ubermenu-nav { position: relative; }

.ubermenu, .ubermenu-nav { overflow: visible !important; z-index: 100; }

.ubermenu-nav, .ubermenu-submenu, .ubermenu-row { display: block; margin: 0; padding: 0; list-style: none; }

.ubermenu a.ubermenu-target, .ubermenu-trigger-click .ubermenu-has-submenu-drop > .ubermenu-target { cursor: pointer; }

.ubermenu span.ubermenu-target { cursor: default; }

.ubermenu-accessible .ubermenu-target { outline: none; }

.ubermenu-accessible:not(:hover) .ubermenu-target:focus, .ubermenu-accessible input:not(:hover):focus { outline: 1px solid #2cc4ff; box-shadow: 0 0 5px #2CC4FF !important; z-index: 50; -webkit-transition: outline .1s linear; transition: outline .1s linear; }

/* Toggle */
.ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { display: none; text-decoration: none; cursor: pointer; max-width: 100%; }

.ubermenu-responsive-toggle:hover { text-decoration: none; }

.ubermenu-responsive-toggle .fa { width: 1.3em; text-align: center; margin-right: .6em; }

/* Bar */
.ubermenu-bar-align-full { clear: both; }

.ubermenu-bar-align-left { float: left; }

.ubermenu-bar-align-right { float: right; }

.ubermenu-bar-align-center { float: none; margin: 0 auto; }

.ubermenu-bar-inner-center .ubermenu-nav { margin: 0 auto; }

/* Top Level Item Aligment */
.ubermenu-items-align-center { text-align: center; }

.ubermenu-items-align-right { text-align: right; }

.ubermenu .ubermenu-item { text-align: left; display: inline-block; vertical-align: top; }

/* Top level menu items */
.ubermenu .ubermenu-item-level-0 { vertical-align: bottom; /* Important for Firefox mega subs in older versions */ -webkit-backface-visibility: visible; backface-visibility: visible; }

.ubermenu-items-align-top .ubermenu-item-level-0 { vertical-align: top; }

.ubermenu .ubermenu-item.ubermenu-item-level-0 { float: none; }

.ubermenu-items-align-left.ubermenu-horizontal .ubermenu-item.ubermenu-item-level-0 { float: left; }

.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-left { float: left; }

.ubermenu.ubermenu-horizontal .ubermenu-item.ubermenu-align-right { float: right; }

.ubermenu.ubermenu-horizontal .ubermenu-item-level-0:first-child > .ubermenu-target { border-left: none; }

.ubermenu .ubermenu-target, .ubermenu .ubermenu-nonlink, .ubermenu .ubermenu-widget, .ubermenu .ubermenu-custom-content-padded, .ubermenu .ubermenu-retractor, .ubermenu-responsive-toggle, .ubermenu .ubermenu-colgroup .ubermenu-column, .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target, .ubermenu .ubermenu-submenu-padded { padding: 15px 20px; }

.ubermenu .ubermenu-target-nowrap > .ubermenu-target-title { white-space: nowrap; }

.ubermenu-horizontal .ubermenu-item.ubermenu-item-mini > .ubermenu-target { padding-left: 5px; padding-right: 5px; }

/* Top Level Always Visible Stack */
.ubermenu .ubermenu-item-level-0.ubermenu-has-submenu-stack { position: relative; }

.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-type-stack { padding-top: 0; }

.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-type-stack > .ubermenu-item { clear: both; width: 100%; }

/* Submenu Stack */
.ubermenu .ubermenu-submenu .ubermenu-submenu-type-stack { width: auto; }

.ubermenu .ubermenu-submenu-type-stack, .ubermenu .ubermenu-autocolumn { padding-top: 10px; padding-bottom: 10px; }

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack { padding-top: 0; padding-bottom: 0; }

.ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal:first-child { margin-top: 10px; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target { padding-top: 5px; /* Stacked items are tighter */ padding-bottom: 5px; }

.ubermenu .ubermenu-target { display: block; text-decoration: none; position: relative; }

.ubermenu .ubermenu-target-with-image { overflow: hidden; /* Important as a clearfix for images taller than text */ }

/* Submenu Indicators */
.ubermenu-item-has-children.ubermenu-item-level-1 > a { text-decoration: underline; font-weight: bold; }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target:after { position: absolute; right: 10px; top: 50%; margin-top: -6px; content: "\f107"; /*"\f0d7";*/ display: inline-block; font-family: FontAwesome; font-style: normal; font-weight: normal; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target { padding-right: 25px; }

.ubermenu-sub-indicators .ubermenu-item-has-children > .ubermenu-target.ubermenu-noindicator { padding-right: 20px; }

.ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-noindicator:after { content: ''; display: none; }

/* Right arrows */
.ubermenu-sub-indicators .ubermenu-submenu-type-flyout > .ubermenu-has-submenu-drop > .ubermenu-target:after { content: "\f105"; /*"\f0da";*/ }

/* Reverse Flyouts */
.ubermenu-sub-indicators .ubermenu-submenu .ubermenu-has-submenu-flyout.ubermenu-submenu-reverse > .ubermenu-target:after { right: auto; left: 10px; content: '\f104'; }

/* Description */
.ubermenu .ubermenu-target-text { display: inline-block; vertical-align: middle; font-family: inherit; font-weight: inherit; }

.ubermenu .ubermenu-target-description { font-size: 80%; font-weight: normal; clear: both; display: block; }

.ubermenu .ubermenu-target-with-image > .ubermenu-target-text { display: block; clear: none; }

.ubermenu .ubermenu-item.ubermenu-disable-padding > .ubermenu-target { padding: 0; }

.ubermenu .ubermenu-item.ubermenu-disable-padding.ubermenu-has-submenu-drop > .ubermenu-target { padding-right: 30px; }

/* Images */
.ubermenu .ubermenu-image { display: block; max-width: 100%; height: auto; }

.ubermenu .ubermenu-item-layout-image_left > .ubermenu-target-text { padding-left: 50px; /* Default */ }

.ubermenu .ubermenu-item-layout-image_left > .ubermenu-image { float: left; }

.ubermenu .ubermenu-item-layout-image_right > .ubermenu-target-text { padding-right: 50px; /* Default */ }

.ubermenu .ubermenu-item-layout-image_right > .ubermenu-image { float: right; }

.ubermenu .ubermenu-item-layout-image_above > .ubermenu-image { margin-bottom: 10px; }

.ubermenu .ubermenu-item-layout-image_below > .ubermenu-image { margin-top: 10px; }

/* Icons */
.ubermenu .ubermenu-icon { width: 1.3em; text-align: center; line-height: 1em; }

.ubermenu .ubermenu-item-notext > .ubermenu-icon { line-height: 1.3em; }

.ubermenu .ubermenu-item-layout-icon_left > .ubermenu-icon, .ubermenu .ubermenu-item-layout-icon_right > .ubermenu-icon { vertical-align: middle; }

.ubermenu .ubermenu-item-layout-icon_top > .ubermenu-icon, .ubermenu .ubermenu-item-layout-icon_bottom > .ubermenu-icon { line-height: 1.3em; }

.ubermenu .ubermenu-item-layout-icon_left > .ubermenu-target-title { margin-left: .6em; display: inline-block; }

/* Content alignment */
.ubermenu .ubermenu-content-align-left { text-align: left; }

.ubermenu .ubermenu-content-align-left > .ubermenu-image { display: inline-block; }

.ubermenu .ubermenu-content-align-center { text-align: center; }

.ubermenu .ubermenu-content-align-center > .ubermenu-image { float: none; margin-left: auto; margin-right: auto; }

.ubermenu .ubermenu-content-align-right { text-align: right; }

.ubermenu .ubermenu-content-align-right > .ubermenu-image { display: inline-block; }

/* Column */
/* Drop Sub */
.ubermenu .ubermenu-item .ubermenu-submenu-drop { position: absolute; z-index: 500; top: -10000px; /*display:none;*/ height: 0; max-height: 0; visibility: hidden; overflow: hidden; display: none\9; }

.ubermenu .ubermenu-item:not(.ubermenu-active) .ubermenu-submenu-drop { min-height: 0 !important; }

.ubermenu .ubermenu-item .ubermenu-submenu-padded { -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }

.ubermenu-nojs .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop { display: block; visibility: visible; opacity: 1; height: auto; max-height: none; }

.ubermenu-nojs .ubermenu-item:hover > .ubermenu-submenu-type-flyout, .ubermenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-type-flyout { overflow: visible; /* For sub flyouts */ }

.ubermenu .ubermenu-item.ubermenu-in-transition > .ubermenu-submenu-type-flyout { overflow: hidden; }

.ubermenu .ubermenu-item .ubermenu-submenu-drop { box-shadow: 0 0 20px rgba(0, 0, 0, 0.15); }

.ubermenu .ubermenu-item-level-0 > .ubermenu-submenu-drop { clip: rect(0, 5000px, 5000px, -5000px); }

.ubermenu-bound .ubermenu-submenu-type-mega { min-width: 50%; /* Default */ }

/* Mega Submenu Grid Layouts */
.ubermenu .ubermenu-submenu-grid, .ubermenu .ubermenu-grid-row { padding-right: 20px; }

.ubermenu .ubermenu-submenu-grid .ubermenu-target, .ubermenu .ubermenu-grid-row .ubermenu-target { padding-right: 0; }

/* Drop Sub Open Layering */
.ubermenu-nojs .ubermenu-item:hover > .ubermenu-target, .ubermenu .ubermenu-item.ubermenu-active > .ubermenu-target { position: relative; }

.ubermenu-nojs .ubermenu-item:hover .ubermenu-submenu-drop, .ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop { z-index: 20; }

/* Drop Sub - Left edge of menu item */
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_item { left: auto; }

/* Drop Sub - Right edge of menu item - forces RTL */
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_item { right: auto; }

/* Drop Sub - Left Edge of Menu Bar */
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-left_edge_bar, .ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width { left: 0; }

/* Drop Sub - Right Edge of Menu Bar */
.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-right_edge_bar { right: 0; }

.ubermenu .ubermenu-submenu-rtl { direction: rtl; }

.ubermenu .ubermenu-submenu-rtl > * { direction: ltr; }

.ubermenu .ubermenu-submenu-drop.ubermenu-submenu-align-full_width { width: 100%; }

/* Retractor */
.ubermenu .ubermenu-retractor { display: block; clear: both; text-align: center; cursor: pointer; }

.ubermenu .ubermenu-retractor:hover { background: rgba(0, 0, 0, 0.1); }

.ubermenu .ubermenu-retractor-desktop { float: right; padding: 7px 10px; z-index: 100; position: relative; }

/* Submenu menu items */
.ubermenu .ubermenu-submenu .ubermenu-item { /*min-width:100px;*/ }

/* Stack Sub */
.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item { display: block; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item.ubermenu-column-auto { width: 100%; display: block; float: none; min-width: 0; }

.ubermenu .ubermenu-submenu-footer { position: absolute; bottom: 0; right: 0; padding: 10px 20px; color: inherit; font-size: inherit; list-style: none; }

.ubermenu .ubermenu-submenu-footer a { text-decoration: none; font-weight: bold; font-size: inherit; }

/* Transitions */
.ubermenu .ubermenu-item.ubermenu-in-transition > .ubermenu-submenu-drop, .ubermenu .ubermenu-item.ubermenu-active.ubermenu-in-transition > .ubermenu-submenu-drop { overflow: hidden !important; height: auto; }

.ubermenu:not(.ubermenu-transition-slide) .ubermenu-item.ubermenu-in-transition > .ubermenu-submenu-drop, .ubermenu:not(.ubermenu-transition-slide) .ubermenu-item.ubermenu-active.ubermenu-in-transition > .ubermenu-submenu-drop { max-height: none; }

.ubermenu .ubermenu-item .ubermenu-submenu-drop { -webkit-transition-duration: .3s; transition-duration: .3s; -webkit-transition-timing-function: ease-in; transition-timing-function: ease-in; }

/* No Transition */
.ubermenu-transition-none .ubermenu-item .ubermenu-submenu-drop { -webkit-transition: none; transition: none; top: auto; }

.ubermenu-nojs.ubermenu-transition-none .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-none .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop { max-height: none; height: auto; overflow-y: visible; }

/* Slide Transition */
.ubermenu-transition-slide .ubermenu-item .ubermenu-submenu-drop { -webkit-transition-property: max-height, visibility; transition-property: max-height, visibility; /*max-height;*/ max-height: 0; top: auto; }

.ubermenu-nojs.ubermenu-transition-slide .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-slide .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop { max-height: 1000px; /* just for animation timing */ }

/* Fade Transition */
.ubermenu-transition-fade .ubermenu-item .ubermenu-submenu-drop { opacity: 0; -webkit-transition-property: opacity, visibility; transition-property: opacity, visibility; top: auto; margin-top: 1px; }

.ubermenu-nojs.ubermenu-transition-fade .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-fade .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop { opacity: 1; top: auto; }

/* Shift Up Transition */
.ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop { margin-top: 20px; top: auto; opacity: 0; -webkit-transition-property: margin-top, opacity, visibility; transition-property: margin-top, opacity, visibility; /* Including visibility really matters */ }

.ubermenu-nojs.ubermenu-transition-shift .ubermenu-item:hover > .ubermenu-submenu-drop, .ubermenu-transition-shift .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop { margin-top: 0; opacity: 1; }

/* Mega */
.ubermenu .ubermenu-active > .ubermenu-submenu.ubermenu-submenu-type-mega { max-height: 600px; overflow-y: auto; -webkit-overflow-scrolling: touch; }

/* Flyout */
.ubermenu .ubermenu-item.ubermenu-has-submenu-flyout { /*position:relative;*/ }

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item { display: block; float: none; position: relative; min-width: 150px; clear: both; }

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout { min-width: 100%; }

/* Second + */
.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item.ubermenu-active { z-index: 50; }

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout { margin-top: -1px; top: 0; left: 100%; min-width: none; clip: rect(-10px, 5000px, 5000px, 0); }

.ubermenu .ubermenu-submenu .ubermenu-submenu-type-flyout.ubermenu-submenu-align-right_edge_item { left: auto; right: 100%; clip: rect(-10px, 5000px, 5000px, -10px); }

.ubermenu .ubermenu-submenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-type-flyout { top: 0; }

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item.ubermenu-has-submenu-mega { position: static; }

.ubermenu .ubermenu-submenu-type-flyout > .ubermenu-item > .ubermenu-submenu.ubermenu-submenu-type-mega { left: 100%; /*top:-1px;*/ top: 0px; min-height: 100%; -moz-box-sizing: content-box; -ms-box-sizing: content-box; box-sizing: content-box; clip: rect(-10px, 5000px, 5000px, 0); }

.ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child > .ubermenu-submenu-type-flyout, .ubermenu.ubermenu-horizontal .ubermenu-item-level-1:first-child > .ubermenu-submenu-type-flyout > .ubermenu-item:first-child > .ubermenu-submenu-type-flyout, .ubermenu.ubermenu-horizontal .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega { border-top: none; }

/* Within Mega */
/* Mega within mega */
.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-submenu-drop { margin-top: 0; clip: rect(0, 5000px, 5000px, -5000px); }

/* Flyout within mega */
.ubermenu .ubermenu-item .ubermenu-submenu-type-mega .ubermenu-item.ubermenu-has-submenu-flyout { position: relative; }

.ubermenu .ubermenu-item .ubermenu-submenu-type-mega > .ubermenu-item.ubermenu-has-submenu-flyout > .ubermenu-submenu-drop { top: auto; left: auto; box-shadow: none; }

/* Rows */
.ubermenu .ubermenu-row { margin-bottom: 10px; clear: both; }

.ubermenu .ubermenu-row:after { content: ""; display: table; clear: both; }

/* Grid - turn to LESS and reuse as mixin */
.ubermenu .ubermenu-submenu .ubermenu-column { display: block; float: left; width: auto; }

.ubermenu .ubermenu-submenu .ubermenu-column-auto { min-width: 100px; width: auto; }

.ubermenu .ubermenu-nav .ubermenu-column-full { width: 100%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-2 { width: 50%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-3 { width: 33.33%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-3 { width: 66.66%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-4 { width: 25%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-4 { width: 75%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-5 { width: 20%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-5 { width: 40%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-5 { width: 60%; }

.ubermenu .ubermenu-nav .ubermenu-column-4-5 { width: 80%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-6 { width: 16.66%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-6 { width: 83.33%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-7 { width: 14.28%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-7 { width: 28.57%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-7 { width: 42.85%; }

.ubermenu .ubermenu-nav .ubermenu-column-4-7 { width: 57.14%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-7 { width: 71.42%; }

.ubermenu .ubermenu-nav .ubermenu-column-6-7 { width: 85.71%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-8 { width: 12.5%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-8 { width: 37.5%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-8 { width: 62.5%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-8 { width: 87.5%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-9 { width: 11.11%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-9 { width: 22.22%; }

.ubermenu .ubermenu-nav .ubermenu-column-4-9 { width: 44.44%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-9 { width: 55.55%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-9 { width: 77.77%; }

.ubermenu .ubermenu-nav .ubermenu-column-8-9 { width: 88.88%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-10 { width: 10%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-10 { width: 30%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-10 { width: 70%; }

.ubermenu .ubermenu-nav .ubermenu-column-9-10 { width: 90%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-11 { width: 9.09%; }

.ubermenu .ubermenu-nav .ubermenu-column-2-11 { width: 18.18%; }

.ubermenu .ubermenu-nav .ubermenu-column-3-11 { width: 27.27%; }

.ubermenu .ubermenu-nav .ubermenu-column-4-11 { width: 36.36%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-11 { width: 45.45%; }

.ubermenu .ubermenu-nav .ubermenu-column-6-11 { width: 54.54%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-11 { width: 63.63%; }

.ubermenu .ubermenu-nav .ubermenu-column-8-11 { width: 72.72%; }

.ubermenu .ubermenu-nav .ubermenu-column-9-11 { width: 81.81%; }

.ubermenu .ubermenu-nav .ubermenu-column-10-11 { width: 90.90%; }

.ubermenu .ubermenu-nav .ubermenu-column-1-12 { width: 8.33%; }

.ubermenu .ubermenu-nav .ubermenu-column-5-12 { width: 41.66%; }

.ubermenu .ubermenu-nav .ubermenu-column-7-12 { width: 58.33%; }

.ubermenu .ubermenu-nav .ubermenu-column-11-12 { width: 91.66%; }

.ubermenu .ubermenu-autoclear > .ubermenu-column-full, .ubermenu .ubermenu-autoclear > .ubermenu-column-1-2:nth-child(2n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-3:nth-child(3n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-4:nth-child(4n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-5:nth-child(5n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-6:nth-child(6n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-7:nth-child(7n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-8:nth-child(8n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-9:nth-child(9n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-10:nth-child(10n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-11:nth-child(11n+1), .ubermenu .ubermenu-autoclear > .ubermenu-column-1-12:nth-child(12n+1), .ubermenu .ubermenu-clear-row { clear: both; }

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column { clear: none; }

.ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-full, .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-2:nth-child(2n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-3:nth-child(3n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-4:nth-child(4n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-5:nth-child(5n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-6:nth-child(6n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-7:nth-child(7n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-8:nth-child(8n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-9:nth-child(9n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-10:nth-child(10n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-11:nth-child(11n+2), .ubermenu .ubermenu-autoclear.ubermenu-submenu-retractor-top > .ubermenu-column-1-12:nth-child(12n+2), .ubermenu .ubermenu-clear-row { clear: both; }

/* Divider */
.ubermenu .ubermenu-divider { clear: both; display: block; padding: 20px 0; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-divider { padding: 10px 0; }

.ubermenu .ubermenu-divider hr { padding: 0; margin: 0; display: block; height: 1px; background: transparent; border: 0; border-top: 1px solid #ddd; border-top: 1px solid rgba(0, 0, 0, 0.1); }

.ubermenu-screen-reader, .ubermenu-target-divider { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; margin: 0; border: 0; }

.uber-clear:after, .ubermenu:after, .ubermenu .ubermenu-submenu:after, .ubermenu .ubermenu-column:after, .ubermenu .ubermenu-image:after, .ubermenu .ubermenu-tabs:after, .ubermenu .ubermenu-postlist-item:after, .ubermenu .ubermenu-content-block:after { content: ""; display: table; clear: both; }

/* Skin Reset */
.ubermenu { background: transparent; }

.ubermenu-submenu { background: white; }

.ubermenu-submenu-drop { background: white; }

/* For JS */
.ubermenu-test-dimensions { /*position:absolute !important;*/ visibility: hidden !important; display: block !important; }

/* For debugging */
.ubermenu .ubermenu-force > .ubermenu-submenu { display: block !important; opacity: 1 !important; visibility: visible !important; margin: 0 !important; top: auto !important; max-height: none; height: auto; }

.ubermenu-notransition, .ubermenu-notransition > .ubermenu-submenu-drop { -webkit-transition: none !important; transition: none !important; }

/* Admin Notices */
.ubermenu-admin-notice { background: #eee; color: #333; padding: 15px; border-left: 30px solid #4D90FE; margin: 20px; position: relative; font-size: 12px; clear: both; }

.ubermenu-admin-notice a, .ubermenu-admin-notice a:visited { color: #00A3FF; text-decoration: underline; font-size: inherit; }

.ubermenu-admin-notice a:hover { color: #0D75AF; }

.ubermenu-admin-notice strong { color: tomato; }

.ubermenu-admin-notice .ubermenu-admin-notice-icon { position: absolute; left: -18px; top: 50%; margin-top: -5px; color: #fff; font-size: 13px; }

.ubermenu-admin-notice:after { display: none; position: absolute; content: 'UberMenu Notice: Only displayed to admin users'; left: -30px; bottom: 100%; background: #666; color: #eee; padding: 7px 10px; font-size: 11px; }

.ubermenu-admin-notice:hover:after { display: block; }

#wp-admin-bar-ubermenu .fa, #wp-admin-bar-ubermenu_loading .fa { font-family: "FontAwesome"; margin-right: 4px; color: #aaa; }

#wp-admin-bar-ubermenu_loading .fa { color: yellow; }

#wpadminbar #wp-admin-bar-ubermenu_loading #wp-admin-bar-ubermenu_loading_msg .ab-item { width: 300px; white-space: normal; height: auto; padding: 10px 20px; line-height: 1.5em; }

/** Vertical **/
.ubermenu-vertical .ubermenu-item-level-0 { display: block; clear: both; }

.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-submenu-drop { clip: rect(-5000px, 5000px, 5000px, 0); }

.ubermenu.ubermenu-vertical .ubermenu-item-level-0 > .ubermenu-target { box-shadow: none; border-left: none; }

.ubermenu-vertical.ubermenu-sub-indicators .ubermenu-item-level-0.ubermenu-item-has-children > a.ubermenu-target:after { content: '\f105'; }

.ubermenu-vertical .ubermenu-item > .ubermenu-submenu-drop { left: 100%; margin-left: 0px; top: 0px; }

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover > .ubermenu-submenu-drop, .ubermenu-vertical .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop, .ubermenu-vertical .ubermenu-active .ubermenu-submenu.ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega { top: 0; min-height: 100%; }

.ubermenu-nojs.ubermenu-vertical .ubermenu-item-level-0:hover > .ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item, .ubermenu-vertical .ubermenu-item-level-0.ubermenu-active > .ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item { min-height: 0; }

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height { position: static; }

.ubermenu-vertical .ubermenu-item.ubermenu-flyout-full-height > .ubermenu-submenu-drop { min-height: 100% !important; max-height: none; height: auto; }

.ubermenu-vertical .ubermenu-submenu .ubermenu-item.ubermenu-active > .ubermenu-submenu-drop { top: 0px; }

.ubermenu-vertical.ubermenu-transition-slide .ubermenu-item.ubermenu-active.ubermenu-in-transition > .ubermenu-submenu-drop { min-height: 0; }

.ubermenu-vertical .ubermenu-item > .ubermenu-submenu-type-mega { width: 600px; margin: 0; }

.ubermenu-vertical .ubermenu-tab-layout-left > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel, .ubermenu-vertical .ubermenu-tab-layout-right > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel { min-height: 100%; }

.ubermenu-vertical .ubermenu-item.ubermenu-relative { position: relative; }

.ubermenu-vertical .ubermenu-item.ubermenu-item-level-0.ubermenu-relative.ubermenu-active > .ubermenu-submenu-drop.ubermenu-submenu-align-vertical_parent_item { top: 0px; }

.ubermenu-vertical .ubermenu-item.ubermenu-item-mini { float: left; clear: none; }

.ubermenu.ubermenu-vertical .ubermenu-item.ubermenu-item-mini > .ubermenu-target { background: none; box-shadow: none; }

/** Responsive **/
@media screen and (min-width: 960px) { .ubermenu-responsive-default.ubermenu { display: block !important; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-desktop { display: none !important; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-retractors-responsive .ubermenu-retractor { display: none; } }
@media screen and (max-width: 959px) { .ubermenu-responsive-toggle, .ubermenu-sticky-toggle-wrapper { display: block; }
  .ubermenu-no-transitions.ubermenu-responsive.ubermenu-responsive-collapse { display: none; visibility: visible; height: auto; max-height: none; overflow: visible !important; }
  .ubermenu-sticky-wrapper { min-height: 0 !important; }
  .ubermenu-sticky-toggle-wrapper { display: block; }
  .ubermenu-responsive-default.ubermenu-responsive { width: 100%; max-height: 500px; visibility: visible; overflow: visible; -webkit-transition: max-height 1s ease-in; transition: max-height 0.3s ease-in; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-nocollapse, .ubermenu-responsive-default.ubermenu-repsonsive.ubermenu-no-transitions { display: block; max-height: none; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse { max-height: none; visibility: visible; overflow: visible; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse { max-height: 0; overflow: hidden !important; visibility: hidden; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition, .ubermenu-responsive-default.ubermenu-responsive.ubermenu-in-transition .ubermenu-nav { overflow: hidden !important; visibility: visible; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-responsive-collapse:not(.ubermenu-in-transition) { border-top-width: 0; border-bottom-width: 0; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-level-0 { width: 50%; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-level-0 > .ubermenu-target { border: none; box-shadow: none; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-has-submenu-flyout { position: static; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-submenu-type-flyout .ubermenu-has-submenu-drop > .ubermenu-target:after { content: "\f107"; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-nav .ubermenu-item .ubermenu-submenu.ubermenu-submenu-drop { width: 100%; min-width: 100%; max-width: 100%; top: auto; left: 0 !important; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-active > .ubermenu-submenu-type-mega { max-height: none; height: auto; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-transition-slide .ubermenu-item.ubermenu-in-transition > .ubermenu-submenu-drop { max-height: 1000px; }
  .ubermenu-responsive-default.ubermenu .ubermenu-submenu-type-flyout .ubermenu-submenu-type-mega { min-height: 0; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto { min-width: 50%; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-autoclear > .ubermenu-column { clear: none; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column:nth-of-type(2n+1) { clear: both; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top .ubermenu-column:nth-of-type(2n+1) { clear: none; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-submenu-retractor-top .ubermenu-column:nth-of-type(2n+2) { clear: both; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs-group, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel { /** TABS SHOULD BE 100% && ACCORDION */ width: 100%; min-width: 100%; max-width: 100%; left: 0; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tabs, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel { min-height: 0 !important; /* Override Inline Style from JS */ }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-tab-content-panel { z-index: 20; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab > .ubermenu-target { border-width: 0 0 1px 0; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-sub-indicators .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab.ubermenu-has-submenu-drop > .ubermenu-target:after { content: "\f107"; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tabs > .ubermenu-tabs-group > .ubermenu-tab > .ubermenu-tab-content-panel { position: relative; border-width: 0 0 2px 0; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-tab-layout-bottom > .ubermenu-tabs-group { position: relative; }
  .ubermenu-responsive-default.ubermenu-reponsive .ubermenu-item-level-0 > .ubermenu-submenu-type-stack { /* Top Level Stack Columns */ position: relative; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column, .ubermenu-responsive-default.ubermenu-responsive .ubermenu-submenu-type-stack .ubermenu-column-auto { /* Stack Columns */ width: 100%; max-width: 100%; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item-mini { /* Mini items */ min-width: 0; width: auto; float: left; clear: none !important; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-item-mini > a.ubermenu-target { padding: 20px; }
  .ubermenu-responsive-default.ubermenu-responsive .ubermenu-item.ubermenu-hide-mobile { /* Hiding items */ display: none !important; }
  .ubermenu-responsive-default.ubermenu-responsive.ubermenu-hide-bkgs .ubermenu-submenu.ubermenu-submenu-bkg-img { /** Hide Background Images in Submenu */ background-image: none; } }
@media screen and (max-width: 480px) { .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-level-0 { width: 100%; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column, .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-column-auto { min-width: 100%; }
  .ubermenu-responsive-default.ubermenu.ubermenu-responsive .ubermenu-item-mini { min-width: 0; width: auto; } }
.header { margin-bottom: 16px; margin-bottom: 1rem; }

.tagline { background: #333333; color: #ffffff; font-weight: 300; text-transform: uppercase; text-align: right; min-height: 44px; }
@media screen and (max-width: 500px) { .tagline { text-indent: -10000px; } }

.tagline-inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding: 24px 0 8px; padding: 1.5rem 0 0.5rem; }
.tagline-inner:after { content: ""; display: block; clear: both; }
@media screen and (max-width: 500px) { .tagline-inner { display: none; } }

.logo { max-width: 1200px; margin-left: auto; margin-right: auto; position: relative; top: -25px; }
.logo:after { content: ""; display: block; clear: both; }

.logo-inner { height: 80px; width: 264px; position: absolute; background: #ffffff; position: relative; z-index: 500; }
.logo-inner:before { position: absolute; top: 0; bottom: 0; right: 100%; width: 9999px; content: ""; background: #ffffff; }

.slider { position: relative; width: 100%; }
.slider .slide { overflow: hidden; overflow: hidden; position: relative; min-height: 150px; }
.slider .slide:before { content: ""; display: block; height: 0; padding-top: 14.28571%; }
.slider .slide > img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.slider img { width: 100%; max-width: 100%; height: auto; display: block; position: relative; z-index: 100; }
.slider .caption { position: absolute; right: 0; bottom: 0; z-index: 200; }

.home-slides { position: relative; margin-top: -80px; }

.home-slides-inner { max-width: 1200px; margin-left: auto; margin-right: auto; position: relative; }
.home-slides-inner:after { content: ""; display: block; clear: both; }

.social-media { position: absolute; top: 4px; right: 2px; z-index: 200; }
@media screen and (max-width: 500px) { .social-media { top: auto; bottom: 4px; } }
.social-media a, .social-media a:hover, .social-media a:active, .social-media a:focus, .social-media a:visited { background: #2574A9; color: #ffffff; text-decoration: none; text-align: center; font-size: 16px; font-size: 1rem; line-height: 26px; line-height: 1.625rem; display: inline-block; margin-right: 2px; margin-right: 0.125rem; width: 26px; height: 26px; }

.home-slides-copy { background: #3babdd; color: #ffffff; width: 35%; float: left; padding: 64px 16px 16px; padding: 4rem 1rem 1rem; position: relative; z-index: 400; text-align: right; -webkit-transform: translateZ(0); }
.home-slides-copy:before { position: absolute; top: 0; bottom: 0; right: 100%; width: 9999px; content: ""; background: #3babdd; }

.home-slides-gallery { width: 65%; float: left; position: relative; z-index: 100; }

.top-nav { background: #ffffff; font-weight: 400; font-size: 16px; font-size: 1rem; text-transform: uppercase; }

.top-nav-inner { max-width: 1200px; margin-left: auto; margin-right: auto; }
.top-nav-inner:after { content: ""; display: block; clear: both; }
.top-nav-inner a, .top-nav-inner a:hover, .top-nav-inner a:focus, .top-nav-inner a:visited, .top-nav-inner a:active { color: #737373; }
.top-nav-inner a:hover, .top-nav-inner .current_menu_item a, .top-nav-inner .current-page-ancestor a { color: #151515; }

.breadcrumbs-inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding: 8px 0 0; padding: 0.5rem 0 0; font-weight: 400; font-size: 12px; font-size: 0.75rem; text-transform: uppercase; color: #727272; }
.breadcrumbs-inner:after { content: ""; display: block; clear: both; }

.scroll-to-top { background: #3babdd; font-size: 48px; font-size: 3rem; padding: 0 16px; padding: 0 1rem; position: fixed; text-align: center; bottom: 20px; right: 20px; opacity: 0; -webkit-transition: all .3s; transition: all .3s; z-index: 800; }
@media screen and (max-width: 500px) { .scroll-to-top { display: none; } }
.scroll-to-top:hover { background: #66bee5; }
.scroll-to-top a, .scroll-to-top a:hover, .scroll-to-top a:visited, .scroll-to-top a:focus, .scroll-to-top a:active { color: #ffffff; }
.scroll-to-top.active { opacity: 1; }

.sidebar { float: left; display: block; margin-right: 1.95313%; width: 23.53516%; margin-top: 45px; margin-top: 2.8rem; }
.sidebar:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .sidebar { display: none; } }

.navigation-tree ul { padding-left: 16px; padding-left: 1rem; }
.navigation-tree .current_page_item > a { font-weight: 700; }

.primary-sidebar-nav ul { list-style: none; padding: 0; margin: 0; }
.primary-sidebar-nav li { border-left: 3px solid #3babdd; background: #ffffff; padding: 5px 16px; padding: 0.3rem 1rem; margin: 0 0 8px; margin: 0 0 0.5rem; }
.primary-sidebar-nav a, .primary-sidebar-nav a:hover, .primary-sidebar-nav a:focus, .primary-sidebar-nav a:visited, .primary-sidebar-nav a:active { color: #151515; text-decoration: none; text-transform: uppercase; }

.member-login { margin-bottom: 16px; margin-bottom: 1rem; }

.member-login-show { background: #3babdd; padding: 5px 16px; padding: 0.3rem 1rem; text-align: right; font-family: "futura-pt", sans-serif; text-transform: uppercase; color: #ffffff; cursor: pointer; }
.member-login-show.active { cursor: auto; }

.member-login-form { height: 0; overflow: hidden; }
.member-login-form label, .member-login-form input { display: block; }
.member-login-form label { font-size: 12px; font-size: 0.75rem; }

.join { margin-bottom: 16px; margin-bottom: 1rem; }
.join a, .join a:hover, .join a:active, .join a:focus, .join a:visited { text-decoration: none; }

.join-content { background: #3babdd; color: #ffffff; padding: 2px 16px 16px; padding: 0.1rem 1rem 1rem; }

.join-link { background: #ffffff; color: #151515; padding: 13px 16px; padding: 0.8rem 1rem; position: relative; font-weight: 400; font-style: italic; }
.join-link:before { content: ""; position: absolute; width: 0; height: 0; top: -12px; border-left: 20px solid transparent; border-right: 20px solid transparent; border-bottom: 20px solid #ffffff; -webkit-transition: .3s all ease-out; transition: .3s all ease-out; }

.join:hover .join-link:before { top: -20px; }

.widget { border-top: 3px solid #7fdbff; background: #ffffff; margin-bottom: 16px; margin-bottom: 1rem; padding: 2px 16px 32px; padding: 0.1rem 1rem 2rem; position: relative; }
.widget h3 { color: #3babdd; }

.footer-contact { background: #969696; color: #ffffff; margin-top: 24px; margin-top: 1.5rem; }

.contact-inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding: 16px 0; padding: 1rem 0; }
.contact-inner:after { content: ""; display: block; clear: both; }

.contact-block { float: left; display: block; margin-right: 1.95313%; width: 49.02344%; }
.contact-block:last-child { margin-right: 0; }
.contact-block:nth-child(2n) { margin-right: 0; }
.contact-block:nth-child(2n+1) { clear: left; }
@media screen and (max-width: 500px) { .contact-block { width: 100%; } }

.contact-block-title { float: left; display: block; margin-right: 3.98406%; width: 30.67729%; text-align: right; }
.contact-block-title:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .contact-block-title { width: 100%; text-align: left; } }

.contact-block-content { float: left; display: block; margin-right: 3.98406%; width: 65.33865%; margin-right: 0; border-left: 1px solid #ffffff; }
.contact-block-content:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .contact-block-content { width: 100%; border-left: none; } }

.contact-links ul { padding: 8px 32px; padding: 0.5rem 2rem; margin: 0; list-style: none; }
.contact-links li { margin: 8px 0; margin: 0.5rem 0; }
.contact-links a, .contact-links a:hover, .contact-links a:active, .contact-links a:focus, .contact-links a:visited { color: #ffffff; text-decoration: none; text-transform: uppercase; }
.contact-links a:hover { text-decoration: underline; }

.footer { background: #727272; color: #151515; }

.footer-inner { max-width: 1200px; margin-left: auto; margin-right: auto; padding: 32px 0; padding: 2rem 0; }
.footer-inner:after { content: ""; display: block; clear: both; }

.footer-block { float: left; display: block; margin-right: 1.95313%; width: 23.53516%; height: 144px; height: 9rem; padding: 2px 16px 16px; padding: 0.1rem 1rem 1rem; border-left: 1px solid #151515; }
.footer-block:last-child { margin-right: 0; }
.footer-block:nth-child(4n) { margin-right: 0; }
.footer-block:nth-child(4n+1) { clear: left; }
@media screen and (max-width: 500px) { .footer-block { width: 100%; } }
.footer-block:first-child { border-left: none; }

.footer-links ul { padding: 0; margin: 16px 0 0; margin: 1rem 0 0; list-style: none; }
.footer-links li { margin: 3px 0; margin: 0.2rem 0; }
.footer-links a, .footer-links a:hover, .footer-links a:active, .footer-links a:focus, .footer-links a:visited { color: #151515; text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }

.half-column { float: left; display: block; margin-right: 1.95313%; width: 49.02344%; }
.half-column:last-child { margin-right: 0; }
.half-column:nth-child(2n) { margin-right: 0; }
.half-column:nth-child(2n+1) { clear: left; }
@media screen and (max-width: 500px) { .half-column { width: 100%; } }

.third-column { float: left; display: block; margin-right: 1.95313%; width: 32.03125%; }
.third-column:last-child { margin-right: 0; }
.third-column:nth-child(3n) { margin-right: 0; }
.third-column:nth-child(3n+1) { clear: left; }
@media screen and (max-width: 500px) { .third-column { width: 100%; } }

.wide-column { float: left; display: block; margin-right: 2.62123%; width: 65.79292%; }
.wide-column:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .wide-column { width: 100%; } }

.aside { float: left; display: block; margin-right: 2.62123%; width: 31.58585%; margin-right: 0; }
.aside:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .aside { width: 100%; } }

.box { background: #ffffff; border: 1px solid #f3f3f3; margin-bottom: 16px; margin-bottom: 1rem; position: relative; }
.box:after { content: ""; display: block; clear: both; }
.box.primary { border-top: 3px solid #7fdbff; }
.box.secundary { border-top: 3px solid #3babdd; }
.box.tertiary { border-top: 3px solid #2574A9; }
.box.inverted { background: #2574A9; color: #ffffff; }

.read-more-link, .button.login, .button.logout, .widget input[type="submit"], .button { display: inline-block; border: none; background: #3babdd; color: #ffffff; text-decoration: none; text-transform: uppercase; position: absolute; bottom: 0; right: 0; padding: 5px 6px; padding: 0.3rem 0.4rem; font-size: 14px; font-size: 0.875rem; text-align: right; }
.read-more-link:hover, .read-more-link:visited, .read-more-link:active, .read-more-link:focus, .button.login:hover, .button.login:visited, .button.login:active, .button.login:focus, .button.logout:hover, .button.logout:visited, .button.logout:active, .button.logout:focus, .widget input[type="submit"]:hover, .widget input[type="submit"]:visited, .widget input[type="submit"]:active, .widget input[type="submit"]:focus, .button:hover, .button:visited, .button:active, .button:focus { color: #ffffff; }

.page-title { padding: 0 16px; padding: 0 1rem; }

.entry-content { padding: 8px 16px 13px; padding: 0.5rem 1rem 0.8rem; }
.entry-content.small { float: left; display: block; margin-right: 2.62123%; width: 65.79292%; }
.entry-content.small:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .entry-content.small { width: 100%; } }
.entry-content.tiny { float: left; display: block; margin-right: 2.62123%; width: 31.58585%; margin-right: 0; }
.entry-content.tiny:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .entry-content.tiny { width: 100%; } }

.entry-gallery { float: left; display: block; margin-right: 2.62123%; width: 31.58585%; margin-right: 0; list-style: none; padding: 0; margin: 0; }
.entry-gallery:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .entry-gallery { width: 100%; } }
.entry-gallery li { margin-bottom: 16px; margin-bottom: 1rem; }
.entry-gallery img { width: 100%; height: auto; }

.entry-children { list-style: none; padding: 0; margin: 0; text-align: right; font-size: 14px; font-size: 0.875rem; }
.entry-children.wide li { margin-bottom: 16px; margin-bottom: 1rem; float: left; display: block; margin-right: 3.98406%; width: 48.00797%; }
.entry-children.wide li:last-child { margin-right: 0; }
.entry-children.wide li:nth-child(2n) { margin-right: 0; }
.entry-children.wide li:nth-child(2n+1) { clear: left; }
@media screen and (max-width: 500px) { .entry-children.wide li { width: 100%; } }
.entry-children li { margin-bottom: 16px; margin-bottom: 1rem; }

.entry-child-content { text-align: left; }

.overview-links { list-style: none; text-align: right; }

.post-entry, .member-post-entry, .event-entry { border-bottom: 1px solid #f7f5f5; }

.entry-content .people-image { float: left; margin: 5px 10px 30px 0; }

.featured-pages { float: left; display: block; margin-right: 2.62123%; width: 65.79292%; }
.featured-pages:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .featured-pages { width: 100%; } }
.featured-pages ul { list-style: none; margin: 0; padding: 0; }
.featured-pages li { margin-bottom: 16px; margin-bottom: 1rem; border: 1px solid #f3f3f3; border-top: 3px solid #3babdd; background: #ffffff; position: relative; }
.featured-pages img { width: 100%; height: auto; }

.featured-content { padding: 8px 16px; padding: 0.5rem 1rem; }

.latest-news-articles { text-align: center; }

.latest-news-article { margin: 16px 0; margin: 1rem 0; padding: 16px 0; padding: 1rem 0; border-bottom: 1px solid #f7f5f5; }
.latest-news-article:last-child { border-bottom: none; }

.events { padding-top: 32px; padding-top: 2rem; }
.events ul { list-style: none; margin: 0; padding: 0; }
.events .event { text-align: center; font-weight: 400; font-size: 16px; font-size: 1rem; margin-bottom: 16px; margin-bottom: 1rem; float: left; display: block; margin-right: 1.95313%; width: 23.53516%; }
.events .event:last-child { margin-right: 0; }
.events .event:nth-child(4n) { margin-right: 0; }
.events .event:nth-child(4n+1) { clear: left; }
@media screen and (max-width: 500px) { .events .event { width: 100%; } }
.events .event a, .events .event a:visited, .events .event a:active, .events .event a:focus, .events .event a:hover { color: #151515; text-decoration: none; }
.events .event h3, .events .event h4 { font-size: 16px; font-size: 1rem; font-weight: 400; margin: 0; padding: 0; text-transform: none; }
.events .event h4 { color: #969696; }
.events .event time { color: #151515; }
.events .event .day { font-size: 32px; font-size: 2rem; }
.events .event.single-event { width: 100%; }
.events .event-box { border-top: 3px solid #2574A9; padding: 32px 16px; padding: 2rem 1rem; }

.archive-link { display: block; text-align: center; padding: 16px 0; padding: 1rem 0; text-decoration: none; }
.archive-link:hover { text-decoration: underline; }

* { -moz-box-sizing: border-box; box-sizing: border-box; }

html { overflow-y: scroll; width: 100%; height: 100%; font-size: 13px; font-size: 0.8125rem; }

body { min-height: 100%; width: 100%; line-height: 1.4; font-family: "proxima-nova", sans-serif; font-weight: 400; background: #f7f5f5; color: #151515; }

.ab-empty-item { display: none !important; }

.wrapper { max-width: 1200px; margin-left: auto; margin-right: auto; }
.wrapper:after { content: ""; display: block; clear: both; }
@media screen and (max-width: 500px) { .wrapper { padding: 0 3px; padding: 0 0.2rem; } }

.content { float: left; display: block; margin-right: 1.95313%; width: 74.51172%; margin-right: 0; }
.content:last-child { margin-right: 0; }
@media screen and (max-width: 500px) { .content { width: 100%; } }
.content.content-wide { float: left; display: block; margin-right: 1.95313%; width: 100%; }
.content.content-wide:last-child { margin-right: 0; }

time { font-weight: 500; color: #2574A9; }

.entry-title a, .entry-title a:hover, .entry-title a:visited, .entry-title a:active, .entry-title a:focus { color: #3babdd; }

.feed { display: none; }

img { max-width: 100%; height: auto; }

hr { width: 100%; border: none; height: 1px; color: #f7f5f5; }
hr:after { content: ""; display: block; clear: both; }

a, a:hover, a:visited, a:active, a:focus { color: #3babdd; }

h1, h2, h3, h4, h5 { font-weight: 400; font-family: "futura-pt", sans-serif; }
h1 a, h1 a:active, h1 a:hover, h1 a:focus, h1 a:visited, h2 a, h2 a:active, h2 a:hover, h2 a:focus, h2 a:visited, h3 a, h3 a:active, h3 a:hover, h3 a:focus, h3 a:visited, h4 a, h4 a:active, h4 a:hover, h4 a:focus, h4 a:visited, h5 a, h5 a:active, h5 a:hover, h5 a:focus, h5 a:visited { color: #151515; text-decoration: none; }
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover { text-decoration: underline; }

h1 { font-size: 24px; font-size: 1.5rem; margin: 5px 0; margin: 0.3rem 0; }

h2 { font-size: 21px; font-size: 1.3rem; margin: 8px 0; margin: 0.5rem 0; }

h3 { font-size: 18px; font-size: 1.1rem; }

h4, h5 { font-weight: 400; text-transform: uppercase; }

.clearfix:after { content: ""; display: block; clear: both; }


.wizzpagination .page-numbers {
    border-radius: 4px;
    display: table;
    margin: 20px auto;
    padding-left: 0;
}
.wizzpagination .page-numbers > li {
    display: inline;
}
.wizzpagination .page-numbers > li > a, .wizzpagination .page-numbers > li > span {
    background-color: #fff;
    border: 1px solid #ddd;
    float: left;
    line-height: 1.42857;
    margin-left: -1px;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
}
.wizzpagination .page-numbers > li:first-child > a, .wizzpagination .page-numbers > li:first-child > span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    margin-left: 0;
}
.wizzpagination .page-numbers > li:last-child > a, .wizzpagination .page-numbers > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
.wizzpagination .page-numbers > li > a:hover, .wizzpagination .page-numbers > li > span:hover, .wizzpagination .page-numbers > li > a:focus, .wizzpagination .page-numbers > li > span:focus {
    background-color: #eee;
}
.wizzpagination .page-numbers > .active > a, .wizzpagination .page-numbers > .active > span, .wizzpagination .page-numbers > .active > a:hover, .wizzpagination .page-numbers > .active > span:hover, .wizzpagination .page-numbers > .active > a:focus, .wizzpagination .page-numbers > .active > span:focus {
    background-color: #428bca;
    border-color: #428bca;
    color: #fff;
    cursor: default;
    z-index: 2;
}
.wizzpagination .page-numbers > .disabled > span, .wizzpagination .page-numbers > .disabled > span:hover, .wizzpagination .page-numbers > .disabled > span:focus, .wizzpagination .page-numbers > .disabled > a, .wizzpagination .page-numbers > .disabled > a:hover, .wizzpagination .page-numbers > .disabled > a:focus {
    background-color: #fff;
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}
.wizzpagination .page-numbers-lg > li > a, .wizzpagination .page-numbers-lg > li > span {
    font-size: 18px;
    padding: 10px 16px;
}
.wizzpagination .page-numbers-lg > li:first-child > a, .wizzpagination .page-numbers-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}
.wizzpagination .page-numbers-lg > li:last-child > a, .wizzpagination .page-numbers-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.wizzpagination .page-numbers-sm > li > a, .wizzpagination .page-numbers-sm > li > span {
    font-size: 12px;
    padding: 5px 10px;
}
.wizzpagination .page-numbers-sm > li:first-child > a, .wizzpagination .page-numbers-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.wizzpagination .page-numbers-sm > li:last-child > a, .wizzpagination .page-numbers-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.entry-gallery p{
	margin-top: 0!important;
	font-style: italic;
}

#gform_submit_button_8 {
    left: 0px;
}

/* aanpassingen voor mobiel */
@media screen and (max-width: 500px) { 
	.events { display:none; }
	.blog-home { display: none;}
}

/* aanpassingen voor mobiel */
@media screen and (min-width: 501px) { 
	.mobile-only {
		display: none;
	}
}

#members-order-select{
	display: none;
}

/* buddypress kan niet tellen */
#member-dir-count-top,
#buddypress div.item-list-tabs ul li#members-all a span{
	display: none;
}
#groups-list .action .meta { display: none; }
#item-nav #members-groups-li #members span { display: none; }