/*
Theme Name: Kinokuniya
Theme URI: http://kinokuniya.com.au
Author: Icelab
Author URI: http://icelab.com.au
Description: WordPress theme for Kinokuniya
*/

/* Table of contents
------------------------
-- 1. Reset
 -- 1.1 Clearfixing
-- 2 Fonts
  -- 2.1 Font Awesome
-- 3 Global
	-- 3.1 Copy
-- 4 Header
-- 5 Button
-- 6 Social Media
-- 7 Home page elements
-- 8 Footer
-- 9 Events
-- 10 Event detail
-- 11 Books listing page
-- 12 Book Detail page
-- 13 Breadcrumbs
-- 14 Single post
-- 15 Comments
-- 16 Standard page content
-- 17 Book Category
-- 18 Grouper classes
-- 19 Social sharing and tags
-- 20 Pagnination
-- 21 Video embeds
-- 22 Publitas embeds
*/


/* Colours

@black: #000;
@white: #fff;
@dark-gray: #333;
@mid-gray: #999;
@light-gray: #D9D9D9;

@dark-navy: #122345;
@navy: #293E6B;

@aqua: #44A9C9;
@aqua-darken: #2A96B9;
@light-aqua: #D7EFF7;

@instagram: #517FA4;
@facebook: #3B5998;
@twitter: #00ACED;

 font-family sets

@font-sans: "Source Sans Pro", Helvetica, sans-serif;
@font-serif: "Merriweather", Palatino, serif;

Geometry

@full-width:      1400px;
@half-width:      @full-width / 2;
@one-quarter:     @full-width / 4;
@three-quarters:  @one-quarter * 3;

Gutters

@gutter: 30px;
@column: 70px;
@margin: 100px;
*/



/* 1 Reset */

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

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0 1em;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

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

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/19/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* 1.1 Clearfixing */

  .clearfix:after {
    clear: both;
    display: block;
    content: " ";
    height: 0px;
    visibility: hidden;
  }
  .clearfix {
    display: inline-block;
  }
  /* Hide these rules from IE-mac \*/
  * html .clearfix {
    height: 1%;
  }
  .clearfix {
    display: block;
  }
  li.clearfix {
    display: list-item;
  }
  /* End hide from IE-mac */

/* 2 Fonts */

/* 2.1 Font Awesome */

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-genderless:before,
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}


/* 2.2 Symbolsets */

@charset "UTF-8";

/*
* Symbolset
* www.symbolset.com
* Copyright © 2012 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-standard.css" rel="stylesheet" />
*/

@font-face {
  font-family: "SSStandard";
  src: url('fonts/ss-standard.eot');
  src: url('fonts/ss-standard.eot?#iefix') format('embedded-opentype'),
       url('fonts/ss-standard.woff') format('woff'),
       url('fonts/ss-standard.ttf')  format('truetype'),
       url('fonts/ss-standard.svg#SSStandard') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"]{-ms-zoom: 1;}

.ss-icon, .ss-icon.ss-standard,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-standard:before, [class*=" ss-"].ss-standard:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-standard.right:after, [class*=" ss-"].ss-standard.right:after {
  font-family: "SSStandard";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before{display:none;content:'';}

.ss-cursor:before,.ss-cursor.right:after{content:''}.ss-crosshair:before,.ss-crosshair.right:after{content:'⌖'}.ss-search:before,.ss-search.right:after{content:'🔎'}.ss-zoomin:before,.ss-zoomin.right:after{content:''}.ss-zoomout:before,.ss-zoomout.right:after{content:''}.ss-view:before,.ss-view.right:after{content:'👀'}.ss-attach:before,.ss-attach.right:after{content:'📎'}.ss-link:before,.ss-link.right:after{content:'🔗'}.ss-move:before,.ss-move.right:after{content:''}.ss-write:before,.ss-write.right:after{content:'✎'}.ss-writingdisabled:before,.ss-writingdisabled.right:after{content:''}.ss-erase:before,.ss-erase.right:after{content:'✐'}.ss-compose:before,.ss-compose.right:after{content:'📝'}.ss-lock:before,.ss-lock.right:after{content:'🔒'}.ss-unlock:before,.ss-unlock.right:after{content:'🔓'}.ss-key:before,.ss-key.right:after{content:'🔑'}.ss-backspace:before,.ss-backspace.right:after{content:'⌫'}.ss-ban:before,.ss-ban.right:after{content:'🚫'}.ss-trash:before,.ss-trash.right:after{content:''}.ss-target:before,.ss-target.right:after{content:'◎'}.ss-tag:before,.ss-tag.right:after{content:''}.ss-bookmark:before,.ss-bookmark.right:after{content:'🔖'}.ss-flag:before,.ss-flag.right:after{content:'⚑'}.ss-like:before,.ss-like.right:after{content:'👍'}.ss-dislike:before,.ss-dislike.right:after{content:'👎'}.ss-heart:before,.ss-heart.right:after{content:'♥'}.ss-halfheart:before,.ss-halfheart.right:after{content:''}.ss-star:before,.ss-star.right:after{content:'⋆'}.ss-halfstar:before,.ss-halfstar.right:after{content:''}.ss-sample:before,.ss-sample.right:after{content:''}.ss-crop:before,.ss-crop.right:after{content:''}.ss-layers:before,.ss-layers.right:after{content:''}.ss-fill:before,.ss-fill.right:after{content:''}.ss-stroke:before,.ss-stroke.right:after{content:''}.ss-phone:before,.ss-phone.right:after{content:'📞'}.ss-phonedisabled:before,.ss-phonedisabled.right:after{content:''}.ss-rss:before,.ss-rss.right:after{content:''}.ss-facetime:before,.ss-facetime.right:after{content:''}.ss-reply:before,.ss-reply.right:after{content:'↩'}.ss-send:before,.ss-send.right:after{content:''}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-inbox:before,.ss-inbox.right:after{content:'📥'}.ss-chat:before,.ss-chat.right:after{content:'💬'}.ss-ellipsischat:before,.ss-ellipsischat.right:after{content:''}.ss-ellipsis:before,.ss-ellipsis.right:after{content:'…'}.ss-user:before,.ss-user.right:after{content:'👤'}.ss-femaleuser:before,.ss-femaleuser.right:after{content:'👧'}.ss-users:before,.ss-users.right:after{content:'👥'}.ss-cart:before,.ss-cart.right:after{content:''}.ss-creditcard:before,.ss-creditcard.right:after{content:'💳'}.ss-dollarsign:before,.ss-dollarsign.right:after{content:'💲'}.ss-barchart:before,.ss-barchart.right:after{content:'📊'}.ss-piechart:before,.ss-piechart.right:after{content:''}.ss-box:before,.ss-box.right:after{content:'📦'}.ss-home:before,.ss-home.right:after{content:'⌂'}.ss-buildings:before,.ss-buildings.right:after{content:'🏢'}.ss-warehouse:before,.ss-warehouse.right:after{content:''}.ss-globe:before,.ss-globe.right:after{content:'🌎'}.ss-navigate:before,.ss-navigate.right:after{content:''}.ss-compass:before,.ss-compass.right:after{content:''}.ss-signpost:before,.ss-signpost.right:after{content:''}.ss-map:before,.ss-map.right:after{content:''}.ss-location:before,.ss-location.right:after{content:''}.ss-pin:before,.ss-pin.right:after{content:'📍'}.ss-database:before,.ss-database.right:after{content:''}.ss-hdd:before,.ss-hdd.right:after{content:''}.ss-music:before,.ss-music.right:after{content:'♫'}.ss-mic:before,.ss-mic.right:after{content:'🎤'}.ss-volume:before,.ss-volume.right:after{content:'🔈'}.ss-lowvolume:before,.ss-lowvolume.right:after{content:'🔉'}.ss-highvolume:before,.ss-highvolume.right:after{content:'🔊'}.ss-airplay:before,.ss-airplay.right:after{content:''}.ss-camera:before,.ss-camera.right:after{content:'📷'}.ss-picture:before,.ss-picture.right:after{content:'🌄'}.ss-video:before,.ss-video.right:after{content:'📹'}.ss-play:before,.ss-play.right:after{content:'▶'}.ss-pause:before,.ss-pause.right:after{content:''}.ss-stop:before,.ss-stop.right:after{content:'■'}.ss-record:before,.ss-record.right:after{content:'●'}.ss-rewind:before,.ss-rewind.right:after{content:'⏪'}.ss-fastforward:before,.ss-fastforward.right:after{content:'⏩'}.ss-skipback:before,.ss-skipback.right:after{content:'⏮'}.ss-skipforward:before,.ss-skipforward.right:after{content:'⏭'}.ss-eject:before,.ss-eject.right:after{content:'⏏'}.ss-repeat:before,.ss-repeat.right:after{content:'🔁'}.ss-replay:before,.ss-replay.right:after{content:'↺'}.ss-shuffle:before,.ss-shuffle.right:after{content:'🔀'}.ss-book:before,.ss-book.right:after{content:'📕'}.ss-openbook:before,.ss-openbook.right:after{content:'📖'}.ss-notebook:before,.ss-notebook.right:after{content:'📓'}.ss-newspaper:before,.ss-newspaper.right:after{content:'📰'}.ss-grid:before,.ss-grid.right:after{content:''}.ss-rows:before,.ss-rows.right:after{content:''}.ss-columns:before,.ss-columns.right:after{content:''}.ss-thumbnails:before,.ss-thumbnails.right:after{content:''}.ss-filter:before,.ss-filter.right:after{content:''}.ss-desktop:before,.ss-desktop.right:after{content:'💻'}.ss-laptop:before,.ss-laptop.right:after{content:''}.ss-tablet:before,.ss-tablet.right:after{content:''}.ss-cell:before,.ss-cell.right:after{content:'📱'}.ss-battery:before,.ss-battery.right:after{content:'🔋'}.ss-highbattery:before,.ss-highbattery.right:after{content:''}.ss-mediumbattery:before,.ss-mediumbattery.right:after{content:''}.ss-lowbattery:before,.ss-lowbattery.right:after{content:''}.ss-emptybattery:before,.ss-emptybattery.right:after{content:''}.ss-lightbulb:before,.ss-lightbulb.right:after{content:'💡'}.ss-downloadcloud:before,.ss-downloadcloud.right:after{content:''}.ss-download:before,.ss-download.right:after{content:''}.ss-uploadcloud:before,.ss-uploadcloud.right:after{content:''}.ss-upload:before,.ss-upload.right:after{content:''}.ss-fork:before,.ss-fork.right:after{content:''}.ss-merge:before,.ss-merge.right:after{content:''}.ss-transfer:before,.ss-transfer.right:after{content:'⇆'}.ss-refresh:before,.ss-refresh.right:after{content:'↻'}.ss-sync:before,.ss-sync.right:after{content:''}.ss-loading:before,.ss-loading.right:after{content:''}.ss-wifi:before,.ss-wifi.right:after{content:''}.ss-connection:before,.ss-connection.right:after{content:''}.ss-file:before,.ss-file.right:after{content:'📄'}.ss-folder:before,.ss-folder.right:after{content:'📁'}.ss-quote:before,.ss-quote.right:after{content:'“'}.ss-text:before,.ss-text.right:after{content:''}.ss-font:before,.ss-font.right:after{content:''}.ss-print:before,.ss-print.right:after{content:'⎙'}.ss-fax:before,.ss-fax.right:after{content:'📠'}.ss-list:before,.ss-list.right:after{content:''}.ss-layout:before,.ss-layout.right:after{content:''}.ss-action:before,.ss-action.right:after{content:''}.ss-redirect:before,.ss-redirect.right:after{content:'↪'}.ss-expand:before,.ss-expand.right:after{content:'⤢'}.ss-contract:before,.ss-contract.right:after{content:''}.ss-help:before,.ss-help.right:after{content:'❓'}.ss-info:before,.ss-info.right:after{content:'ℹ'}.ss-alert:before,.ss-alert.right:after{content:'⚠'}.ss-caution:before,.ss-caution.right:after{content:'⛔'}.ss-logout:before,.ss-logout.right:after{content:''}.ss-plus:before,.ss-plus.right:after{content:'+'}.ss-hyphen:before,.ss-hyphen.right:after{content:'-'}.ss-check:before,.ss-check.right:after{content:'✓'}.ss-delete:before,.ss-delete.right:after{content:'␡'}.ss-settings:before,.ss-settings.right:after{content:'⚙'}.ss-dashboard:before,.ss-dashboard.right:after{content:''}.ss-notifications:before,.ss-notifications.right:after{content:'🔔'}.ss-notificationsdisabled:before,.ss-notificationsdisabled.right:after{content:'🔕'}.ss-clock:before,.ss-clock.right:after{content:'⏲'}.ss-stopwatch:before,.ss-stopwatch.right:after{content:'⏱'}.ss-calendar:before,.ss-calendar.right:after{content:'📅'}.ss-addcalendar:before,.ss-addcalendar.right:after{content:''}.ss-removecalendar:before,.ss-removecalendar.right:after{content:''}.ss-checkcalendar:before,.ss-checkcalendar.right:after{content:''}.ss-deletecalendar:before,.ss-deletecalendar.right:after{content:''}.ss-plane:before,.ss-plane.right:after{content:'✈'}.ss-briefcase:before,.ss-briefcase.right:after{content:'💼'}.ss-cloud:before,.ss-cloud.right:after{content:'☁'}.ss-droplet:before,.ss-droplet.right:after{content:'💧'}.ss-flask:before,.ss-flask.right:after{content:''}.ss-up:before,.ss-up.right:after{content:'⬆'}.ss-upright:before,.ss-upright.right:after{content:'⬈'}.ss-right:before,.ss-right.right:after{content:'➡'}.ss-downright:before,.ss-downright.right:after{content:'⬊'}.ss-down:before,.ss-down.right:after{content:'⬇'}.ss-downleft:before,.ss-downleft.right:after{content:'⬋'}.ss-left:before,.ss-left.right:after{content:'⬅'}.ss-upleft:before,.ss-upleft.right:after{content:'⬉'}.ss-navigateup:before,.ss-navigateup.right:after{content:''}.ss-navigateright:before,.ss-navigateright.right:after{content:'▻'}.ss-navigatedown:before,.ss-navigatedown.right:after{content:''}.ss-navigateleft:before,.ss-navigateleft.right:after{content:'◅'}.ss-directup:before,.ss-directup.right:after{content:'▴'}.ss-directright:before,.ss-directright.right:after{content:'▹'}.ss-dropdown:before,.ss-dropdown.right:after{content:'▾'}.ss-directleft:before,.ss-directleft.right:after{content:'◃'}.ss-retweet:before,.ss-retweet.right:after{content:''}

/* Legacy classes */
.ss-volumelow:before,.ss-volumelow.right:after{content:'🔉'}.ss-volumehigh:before,.ss-volumehigh.right:after{content:'🔊'}.ss-batteryhigh:before,.ss-batteryhigh.right:after{content:''}.ss-batterymedium:before,.ss-batterymedium.right:after{content:''}.ss-batterylow:before,.ss-batterylow.right:after{content:''}.ss-batteryempty:before,.ss-batteryempty.right:after{content:''}.ss-clouddownload:before,.ss-clouddownload.right:after{content:''}.ss-cloudupload:before,.ss-cloudupload.right:after{content:''}.ss-calendaradd:before,.ss-calendaradd.right:after{content:''}.ss-calendarremove:before,.ss-calendarremove.right:after{content:''}.ss-calendarcheck:before,.ss-calendarcheck.right:after{content:''}.ss-calendardelete:before,.ss-calendardelete.right:after{content:''}


@charset "UTF-8";

/*
* Symbolset
* www.symbolset.com
* Copyright © 2014 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social-regular.css" rel="stylesheet" />
*/

@font-face {
  font-family: "SSSocialRegular";
  src: url('fonts/ss-social-regular.eot');
  src: url('fonts/ss-social-regular.eot?#iefix') format('embedded-opentype'),
       url('fonts/ss-social-regular.woff') format('woff'),
       url('fonts/ss-social-regular.ttf')  format('truetype'),
       url('fonts/ss-social-regular.svg#SSSocialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"]{-ms-zoom: 1;}

.ss-icon, .ss-icon.ss-social-regular,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-social-regular:before, [class*=" ss-"].ss-social-regular:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-social-regular.right:after, [class*=" ss-"].ss-social-regular.right:after {
  font-family: "SSSocialRegular";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before{display:none;content:'';}

.ss-facebook:before,.ss-facebook.right:after{content:''}.ss-twitter:before,.ss-twitter.right:after{content:''}.ss-googleplus:before,.ss-googleplus.right:after{content:''}.ss-appdotnet:before,.ss-appdotnet.right:after{content:''}.ss-ello:before,.ss-ello.right:after{content:''}.ss-aboutme:before,.ss-aboutme.right:after{content:''}.ss-vk:before,.ss-vk.right:after{content:''}.ss-weibo:before,.ss-weibo.right:after{content:''}.ss-linkedin:before,.ss-linkedin.right:after{content:''}.ss-zerply:before,.ss-zerply.right:after{content:''}.ss-xing:before,.ss-xing.right:after{content:''}.ss-reddit:before,.ss-reddit.right:after{content:''}.ss-steam:before,.ss-steam.right:after{content:''}.ss-tumblr:before,.ss-tumblr.right:after{content:''}.ss-wordpress:before,.ss-wordpress.right:after{content:''}.ss-blogger:before,.ss-blogger.right:after{content:''}.ss-quora:before,.ss-quora.right:after{content:''}.ss-youtube:before,.ss-youtube.right:after{content:''}.ss-vimeo:before,.ss-vimeo.right:after{content:''}.ss-vine:before,.ss-vine.right:after{content:''}.ss-letterboxd:before,.ss-letterboxd.right:after{content:''}.ss-flickr:before,.ss-flickr.right:after{content:''}.ss-instagram:before,.ss-instagram.right:after{content:''}.ss-vscogrid:before,.ss-vscogrid.right:after{content:''}.ss-fivehundredpx:before,.ss-fivehundredpx.right:after{content:''}.ss-feedly:before,.ss-feedly.right:after{content:''}.ss-pinterest:before,.ss-pinterest.right:after{content:''}.ss-dropbox:before,.ss-dropbox.right:after{content:''}.ss-pinboard:before,.ss-pinboard.right:after{content:''}.ss-delicious:before,.ss-delicious.right:after{content:''}.ss-dribbble:before,.ss-dribbble.right:after{content:''}.ss-behance:before,.ss-behance.right:after{content:''}.ss-github:before,.ss-github.right:after{content:''}.ss-bitbucket:before,.ss-bitbucket.right:after{content:''}.ss-stackoverflow:before,.ss-stackoverflow.right:after{content:''}.ss-stackexchange:before,.ss-stackexchange.right:after{content:''}.ss-codepen:before,.ss-codepen.right:after{content:''}.ss-jsfiddle:before,.ss-jsfiddle.right:after{content:''}.ss-paypal:before,.ss-paypal.right:after{content:''}.ss-shopify:before,.ss-shopify.right:after{content:''}.ss-kickstarter:before,.ss-kickstarter.right:after{content:''}.ss-etsy:before,.ss-etsy.right:after{content:''}.ss-foursquare:before,.ss-foursquare.right:after{content:''}.ss-swarm:before,.ss-swarm.right:after{content:''}.ss-yelp:before,.ss-yelp.right:after{content:''}.ss-skype:before,.ss-skype.right:after{content:''}.ss-whatsapp:before,.ss-whatsapp.right:after{content:''}.ss-rdio:before,.ss-rdio.right:after{content:''}.ss-spotify:before,.ss-spotify.right:after{content:''}.ss-lastfm:before,.ss-lastfm.right:after{content:''}.ss-soundcloud:before,.ss-soundcloud.right:after{content:''}.ss-appstore:before,.ss-appstore.right:after{content:''}.ss-googleplay:before,.ss-googleplay.right:after{content:''}.ss-appleinc:before,.ss-appleinc.right:after{content:''}.ss-microsoft:before,.ss-microsoft.right:after{content:''}.ss-windows:before,.ss-windows.right:after{content:''}.ss-android:before,.ss-android.right:after{content:''}.ss-blackberry:before,.ss-blackberry.right:after{content:''}.ss-link:before,.ss-link.right:after{content:'🔗'}.ss-phone:before,.ss-phone.right:after{content:'📞'}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-like:before,.ss-like.right:after{content:'👍'}.ss-rss:before,.ss-rss.right:after{content:''}.ss-share:before,.ss-share.right:after{content:''}
/* Legacy */
.ss-fivehundredpx:before,.ss-fivehundredpx.right:after{content:''},.ss-octocat:before,.ss-octocat.right:after{content:''}

/*
* Symbolset
* www.symbolset.com
* Copyright © 2014 Oak Studios LLC
*
* Upload this file to your web server
* and place this within your <head> tags.
* <link href="webfonts/ss-social-circle.css" rel="stylesheet" />
*/

@font-face {
  font-family: "SSSocialCircle";
  src: url('fonts/ss-social-circle.eot');
  src: url('fonts/ss-social-circle.eot?#iefix') format('embedded-opentype'),
       url('fonts/ss-social-circle.woff') format('woff'),
       url('fonts/ss-social-circle.ttf')  format('truetype'),
       url('fonts/ss-social-circle.svg#SSSocialCircle') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* This triggers a redraw in IE to Fix IE8's :before content rendering. */
html:hover [class^="ss-"]{-ms-zoom: 1;}

.ss-icon, .ss-icon.ss-social-circle,
[class^="ss-"]:before, [class*=" ss-"]:before,
[class^="ss-"].ss-social-circle:before, [class*=" ss-"].ss-social-circle:before,
[class^="ss-"].right:after, [class*=" ss-"].right:after,
[class^="ss-"].ss-social-circle.right:after, [class*=" ss-"].ss-social-circle.right:after {
  font-family: "SSSocialCircle";
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  white-space: nowrap;
  /*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="ss-"].right:before,
[class*=" ss-"].right:before{display:none;content:'';}

.ss-facebook:before,.ss-facebook.right:after{content:''}.ss-twitter:before,.ss-twitter.right:after{content:''}.ss-googleplus:before,.ss-googleplus.right:after{content:''}.ss-appdotnet:before,.ss-appdotnet.right:after{content:''}.ss-ello:before,.ss-ello.right:after{content:''}.ss-aboutme:before,.ss-aboutme.right:after{content:''}.ss-vk:before,.ss-vk.right:after{content:''}.ss-weibo:before,.ss-weibo.right:after{content:''}.ss-linkedin:before,.ss-linkedin.right:after{content:''}.ss-zerply:before,.ss-zerply.right:after{content:''}.ss-xing:before,.ss-xing.right:after{content:''}.ss-reddit:before,.ss-reddit.right:after{content:''}.ss-steam:before,.ss-steam.right:after{content:''}.ss-tumblr:before,.ss-tumblr.right:after{content:''}.ss-wordpress:before,.ss-wordpress.right:after{content:''}.ss-blogger:before,.ss-blogger.right:after{content:''}.ss-quora:before,.ss-quora.right:after{content:''}.ss-youtube:before,.ss-youtube.right:after{content:''}.ss-vimeo:before,.ss-vimeo.right:after{content:''}.ss-vine:before,.ss-vine.right:after{content:''}.ss-letterboxd:before,.ss-letterboxd.right:after{content:''}.ss-flickr:before,.ss-flickr.right:after{content:''}.ss-instagram:before,.ss-instagram.right:after{content:''}.ss-vscogrid:before,.ss-vscogrid.right:after{content:''}.ss-fivehundredpx:before,.ss-fivehundredpx.right:after{content:''}.ss-feedly:before,.ss-feedly.right:after{content:''}.ss-pinterest:before,.ss-pinterest.right:after{content:''}.ss-dropbox:before,.ss-dropbox.right:after{content:''}.ss-pinboard:before,.ss-pinboard.right:after{content:''}.ss-delicious:before,.ss-delicious.right:after{content:''}.ss-dribbble:before,.ss-dribbble.right:after{content:''}.ss-behance:before,.ss-behance.right:after{content:''}.ss-github:before,.ss-github.right:after{content:''}.ss-bitbucket:before,.ss-bitbucket.right:after{content:''}.ss-stackoverflow:before,.ss-stackoverflow.right:after{content:''}.ss-stackexchange:before,.ss-stackexchange.right:after{content:''}.ss-codepen:before,.ss-codepen.right:after{content:''}.ss-jsfiddle:before,.ss-jsfiddle.right:after{content:''}.ss-paypal:before,.ss-paypal.right:after{content:''}.ss-shopify:before,.ss-shopify.right:after{content:''}.ss-kickstarter:before,.ss-kickstarter.right:after{content:''}.ss-etsy:before,.ss-etsy.right:after{content:''}.ss-foursquare:before,.ss-foursquare.right:after{content:''}.ss-swarm:before,.ss-swarm.right:after{content:''}.ss-yelp:before,.ss-yelp.right:after{content:''}.ss-skype:before,.ss-skype.right:after{content:''}.ss-whatsapp:before,.ss-whatsapp.right:after{content:''}.ss-rdio:before,.ss-rdio.right:after{content:''}.ss-spotify:before,.ss-spotify.right:after{content:''}.ss-lastfm:before,.ss-lastfm.right:after{content:''}.ss-soundcloud:before,.ss-soundcloud.right:after{content:''}.ss-appstore:before,.ss-appstore.right:after{content:''}.ss-googleplay:before,.ss-googleplay.right:after{content:''}.ss-appleinc:before,.ss-appleinc.right:after{content:''}.ss-microsoft:before,.ss-microsoft.right:after{content:''}.ss-windows:before,.ss-windows.right:after{content:''}.ss-android:before,.ss-android.right:after{content:''}.ss-blackberry:before,.ss-blackberry.right:after{content:''}.ss-link:before,.ss-link.right:after{content:'🔗'}.ss-phone:before,.ss-phone.right:after{content:'📞'}.ss-mail:before,.ss-mail.right:after{content:'✉'}.ss-like:before,.ss-like.right:after{content:'👍'}.ss-rss:before,.ss-rss.right:after{content:''}.ss-share:before,.ss-share.right:after{content:''}
/* Legacy */
.ss-fivehundredpx:before,.ss-fivehundredpx.right:after{content:''}.ss-octocat:before,.ss-octocat.right:after{content:''}



/*  3 Global styles  */

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
	background-color: #fff;
	color: #333;
  font-size: 14px;
  font-family: "Merriweather", Palatino, serif;
  line-height: 1.3;
  height: 100%;
}

.body__inner {
  margin: 0 auto;
}

a {
  color: #5599AF;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #3B8FA6;
  text-decoration: underline;
}

p {
  margin-top: 0;
  margin-bottom: .9em;
}

li {
	display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

/* Images */

/* Fluid images for posts, comments, and widgets */
.entry-content img,
.comment-content img,
.widget img,
.post__content img,
.event-details__content img,
.book__description img,
.copy img {
  max-width: 100%;
  height: auto;
}

/* Make sure images with WordPress-added height and width >attributes are scaled correctly */
img[class*="align"],
img[class*="wp-image-"] {
  max-width: 100%;
  height: auto;
}

/* Prevent stretching of full-size images with height and >>width attributes in IE8 */
img.size-full {
  max-width: 100%;
  width: auto;
}

img.alignleft {
  margin-left: 0;
  margin-bottom: 25px;
  margin-right: 25px;
}
.breakpoint-phone img.alignleft {
  max-width: 140px;
}

img.alignright {
  margin-left: 25px;
  margin-bottom: 25px;
  margin-right: 0;
}
.breakpoint-phone img.alignright {
  max-width: 140px;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.wrapper {
	margin: 0 auto;
  max-width: 1400px;
	overflow: hidden;
}

.wrapper__inner {
  margin: 0 100px;
  overflow: hidden;
}
  .breakpoint-phone .wrapper__inner,
  .breakpoint-small-tablet .wrapper__inner {
    margin: 0 10px;
  }

.page-content {
  float: left;
  position: relative;
  width: 65%;
}
  .breakpoint-phone .page-content,
  .breakpoint-small-tablet .page-content  {
    width: 100%;
  }

.page-sidebar {
  float: right;
  position: relative;
  width: 30%;
}
  .breakpoint-phone .page-sidebar,
  .breakpoint-small-tablet .page-sidebar {
    float: left;
    margin: 1rem 0 0 0;
    position: relative;
    width: 100%;
  }

.page-sidebar .post {
  margin-bottom: 2rem;
}
  .breakpoint-phone .page-sidebar .post,
  .breakpoint-small-tablet .page-sidebar .post {
    float: left;
    margin: 0 1%;
    width: 49%;
  }
  .breakpoint-phone .page-sidebar .post:nth-child(even),
  .breakpoint-small-tablet .page-sidebar .post:nth-child(even) {
    margin-left: 0;
  }
  .breakpoint-phone .page-sidebar .post:nth-child(odd),
  .breakpoint-small-tablet .page-sidebar .post:nth-child(odd) {
    margin-right: 0;
  }

.blog .page-sidebar {
  top: 1rem;
}

.feature-image {
  width: 100%;
}

.dotted-divider {
  background-image: url("images/dotted-line.png");
  background-repeat: repeat-x;
  border: none;
  display: block;
  margin: 0.75rem 0;
  height: 2px;
}

.breakpoint-phone .show-for-mobile,
.breakpoint-small-tablet .show-for-mobile {
  display: inline-block;
}
.breakpoint-tablet .show-for-mobile,
.breakpoint-widescreen .show-for-mobile {
  display: none;
}

.breakpoint-phone .hide-from-mobile,
.breakpoint-small-tablet .hide-from-mobile {
  display: none;
}
.breakpoint-tablet .hide-from-mobile,
.breakpoint-widescreen .hide-from-mobile {
  display: inline-block;
}

/*  3.1 Copy */

.copy blockquote {
  color: #44A9C9;
  font-size: 1.5rem;
  margin: 3rem 5rem;
  padding-bottom: 0.6rem;
}
  .breakpoint-small-tablet .copy blockquote,
  .breakpoint-small-tablet .copy blockquote p {
    font-size: 1.2rem;
    margin: 1rem 1.5rem;
  }

  .breakpoint-phone .copy blockquote,
  .breakpoint-phone .copy blockquote p {
    font-size: 1rem;
    margin: 0 0.5rem;
  }

.copy cite {
  padding-bottom: 1.8rem;
  display: block;
}
.copy p {
  line-height: 1.8;
  margin-bottom: 0;
  padding-bottom: 1.2rem;
}
.copy p:last-child {
  padding-bottom: 0;
}
h1 {
  color: #122345;
}
  .breakpoint-phone h1,
  .breakpoint-small-tablet h1 {
    font-size: 20px;
  }
h2 {
  color: #293e6b;
  font-size: 16px;
  font-weight: bold;
}
h3 {
  color: #999;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.07rem;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
.copy ul {
  list-style-type: disc;
  color: #333;
  margin-left: 2rem;
  margin-bottom: 2rem;
  padding: 0;
}

.copy ul li {
  list-style-type: disc;
  display: list-item;
  color: #333;
  margin-bottom: 0.5rem;
  padding: 0;
}

/* 4  Masthead */

.home .masthead {
  border-bottom: none;
  margin-bottom: 0;
}
  .breakpoint-phone .home .masthead,
  .breakpoint-small-tablet .home .masthead {
    margin-bottom: 0;
  }

.masthead {
  border-top: 6px solid #122345;
  border-bottom: 2px solid #ECECEC;
  margin-bottom: 1.5rem;
}
  .breakpoint-phone .masthead,
  .breakpoint-small-tablet .masthead {
    border-top: 3px solid #122345;
    margin-bottom: 1rem;
  }

.masthead__logo {
  cursor: pointer;
  float: left;
  margin: 30px 0;
  position: relative;
}
  .breakpoint-phone .masthead__logo,
  .breakpoint-small-tablet .masthead__logo {
    margin: 5px 0;
  }

.masthead__title {
  height: 0;
  text-indent: -999em;
  margin: 0;
}

.masthead__logo-image {
  background-image: url("images/kinokuniya-logo.svg");
  background-repeat: no-repeat;
  height: 42px;
  position: relative;
  width: 200px;
}
  .breakpoint-phone .masthead__logo-image,
  .breakpoint-small-tablet .masthead__logo-image {
    background-image: url("images/kinokuniya-logo-mobile.svg");
    height: 30px;
    width: 142px;
  }





.masthead__item-bordered {
  background-color: #d7eff7;
  content: '';
  height: 8px;
  left: -5%;
  position: absolute;
  top: 14px;
  width: 110%;
  z-index: -1;
}

.masthead__navigation {
  float: right;
  margin: 30px 0 0 0;
}
  .breakpoint-tablet .masthead__navigation {
    width: 100%;
  }
  .breakpoint-phone .masthead__navigation,
  .breakpoint-small-tablet .masthead__navigation {
    display: none;
  }

.masthead-nav-main {
  float: left;
}

.masthead-nav-main__list {
	padding-left: 0;
}

.masthead-nav-main__item,
.masthead-nav-main__list .menu-item {
	display: inline-block;
  margin: 0 50px 0 0;
}

.masthead-nav-main__anchor,
.masthead-nav-main__list .menu-item a {
  color: #333333;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  text-transform: none;
}
.masthead-nav-main__anchor:hover,
.masthead-nav-main__list .menu-item a:hover {
	color: #333333;
	text-decoration: none;
}

.masthead-nav-main__anchor:hover::after,
.masthead-nav-main__anchor:active::after ,
.masthead-nav-main__list .menu-item a:active::after,
.masthead-nav-main__list .menu-item a:hover::after {
  background-color: #d7eff7;
  content: '';
  height: 8px;
  left: -5%;
  position: absolute;
  top: 14px;
  width: 110%;
  z-index: -1;
}

.masthead-nav-main__anchor--active::after {
  background-color: #d7eff7;
  content: '';
  height: 8px;
  left: -5%;
  position: absolute;
  top: 14px;
  width: 110%;
  z-index: -1;
}

.masthead .social-media {
  float: right;
}

/* 4.1 Mobile nav styles */

.masthead--mobile {
  display: none;
}
  .breakpoint-phone .masthead--mobile,
  .breakpoint-small-tablet .masthead--mobile {
    display: inline-block;
  }

.masthead__mobile-toggle {
  display: none;
}

.masthead__mobile-toggle:focus {
  outline:0;
}
  .breakpoint-phone .masthead__mobile-toggle,
  .breakpoint-small-tablet .masthead__mobile-toggle {
    display: inline-block;
    background: #d7eff7;
    border: none;
    color: #44a9c9;
    font-family: "Source Sans Pro", Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 11px 19px;
    position: absolute;
    top: 3px;
    right: 0px;
  }

  .breakpoint-phone .masthead__mobile-toggle:hover,
  .breakpoint-small-tablet .masthead__mobile-toggle:hover {
    background: #44a9c9;
    color: #ffffff;
  }

.masthead__mobile-toggle-off {
  display: none;
}
.masthead__mobile-toggle-off:focus {
  outline: 0;
}
  .breakpoint-phone .masthead__mobile-toggle-off,
  .breakpoint-small-tablet .masthead__mobile-toggle-off {
    display: inline-block;
    background: #122345;
    border: none;
    color: #ffffff;
    font-size: 18px;
    margin: 0;
    position: absolute;
    top: 2rem;
    right: 1rem;
    z-index: 2;
  }

.masthead__mobile-home {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  display: block;
  text-align: center;
  margin: 3rem auto 10px auto;
}
.masthead__mobile-home__anchor {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
.masthead__mobile-home__anchor:hover {
  color: #ffffff;
  text-decoration: underline;
}

.masthead__navigation--mobile {
  display: none;
}

.masthead__navigation--mobile--active {
  background: #122345;
  color: #fff;
  display: inline-block;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-bottom: 3rem;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.masthead__navigation--mobile--active .masthead-nav-main {
  float: initial;
  display: block;
}

.masthead__navigation--mobile--active .masthead-nav-main__list {
  margin: 10px auto 2rem auto;
  text-align: center;
  display: block;
  width: 100%;
}

.masthead__navigation--mobile--active .menu-item {
  display: block;
  margin: 0 0 10px 0;
}

.masthead__navigation--mobile--active .menu-item a {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
}
.masthead__navigation--mobile--active .menu-item a:hover {
  color: #ffffff;
  text-decoration: underline;
}


.masthead__navigation--mobile--active .menu-item a:active::after,
.masthead__navigation--mobile--active .menu-item a:hover::after {
  display: none;
}

.masthead__navigation--mobile--active .social-media {
  float: none;
  margin: 0 auto 2rem auto;
  text-align: center;
  width: 100%;
}
.masthead__navigation--mobile--active .social-media__account {
  margin: 0 10px;
}
.masthead__navigation--mobile--active .social-media a {
  color: #ffffff;
  font-size: 24px;
}

.opening-hours {
  float: none;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  text-align: center;
}
.opening-hours h3 {
  color: #ffffff;
}

.opening-hours table {
  margin: 0 auto 10px auto;
}

/* 5 Button styles */
.button-small {
  background: #d7eff7;
  border-radius: 2px;
  color: #44a9c9;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  padding: 0.3rem 0.8rem;
}
.button-small a {
  text-decoration: none;
}
.button-small:hover a,
.button-small a:hover {
  color: #ffffff;
  text-decoration: none;
}
.button-small:hover {
  background: #44a9c9;
  color: #ffffff;
}
.button {
  background: #44a9c9;
  border-radius: 2px;
  color: #ffffff;
  display: inline-block;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 16px;
  padding: 0.5rem 1.5rem;
}
.button i {
  font-size: 10px;
}
.button:hover {
  background: #2a96b9;
}
.button__anchor {
  color: #ffffff;
  text-decoration: none;
}
.button__anchor:hover {
  color: #ffffff;
  text-decoration: none;
}

/* 6 Social Media */
.social-media {
  padding-left: 0;
}
.social-media__anchor {
  color: #999999;
  font-size: 18px;
  text-decoration: none;
}
.social-media__anchor:hover,
.social-media__anchor:active {
	text-decoration: none;
}
.social-media__account {
  display: inline-block;
  margin: 0 15px 0 0;
}
.social-media__account--twitter .social-media__anchor:active,
.social-media__account--twitter .social-media__anchor:hover {
  color: #00aced;
}
.social-media__account--facebook .social-media__anchor:active,
.social-media__account--facebook .social-media__anchor:hover {
  color: #3b5998;
}
.social-media__account--instagram .social-media__anchor:active,
.social-media__account--instagram .social-media__anchor:hover {
  color: #517fa4;
}
.social-media__account--phone .social-media__anchor:active,
.social-media__account--phone .social-media__anchor:hover {
  color: #cccccc;
}
.social-media__account--mail .social-media__anchor:active,
.social-media__account--mail .social-media__anchor:hover {
  color: #cccccc;
}

/* 7 Home page elements */

.carousel-loading {
  background-color: #f1f1f1;
  background-image: url("images/carousel-spinner.gif");
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
.carousel-loading--hidden {
  display: none;
}

.carousel {
  clear: both;
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
  .breakpoint-phone .carousel,
  .breakpoint-small-tablet .carousel {
    margin-bottom: 10px;
  }
.carousel--hidden {
  display: none;
}

.breakpoint-phone .carousel__item,
.breakpoint-small-tablet .carousel__item {
  margin-top: -15px
}

.carousel__image img {
  width: 100%;
  height: 100%;
}

.carousel__banner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
  .breakpoint-phone .carousel__banner,
  .breakpoint-small-tablet .carousel__banner {
   position: static;
  }

.carousel__banner-wrapper {
  height: 100%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}

.carousel__banner-wrapper-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100px;
}
  .breakpoint-phone .carousel__banner-wrapper-inner,
  .breakpoint-small-tablet .carousel__banner-wrapper-inner {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: 0;
    padding: 0 10px;
    width: 100%;
  }

.carousel__title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 2rem;
  max-width: 500px;
}
  .breakpoint-phone .carousel__title,
  .breakpoint-small-tablet .carousel__title {
    color: #122345;
    font-size: 16px;
    margin-bottom: 1rem;
  }

.carousel__excerpt {
  color: #ffffff;
  font-style: italic;
  margin-bottom: 2rem;
  max-width: 500px;
}
  .breakpoint-phone .carousel__excerpt,
  .breakpoint-small-tablet .carousel__excerpt {
    color: #666666;
    font-size: 13px;
    margin-bottom: 1rem;
    max-width: none;
    width: 100%;
  }

.carousel__item-anchor:hover {
  color: #fff;
  text-decoration: none;
}
  .breakpoint-phone .carousel__item-anchor,
  .breakpoint-small-tablet .carousel__item-anchor {
    font-size: 14px;
    padding: 0.4rem 0.8rem;
  }

.gradient {
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
  .breakpoint-phone .gradient,
  .breakpoint-small-tablet .gradient {
    display: none;
  }

.gradient.no-image {
  background: rgba(0, 0, 0, 0.7);
}

 .breakpoint-phone .bx-viewport {
  min-height: 350px;
 }

.bx-controls {
  bottom: 0;
  color: #ffffff;
  position: absolute;
  right: 0;
}
  .breakpoint-phone .bx-controls,
  .breakpoint-small-tablet .bx-controls {
    bottom: 8px;
    right: 10px;
  }
.bx-pager {
  display: inline-block;
}
  .breakpoint-phone .bx-pager,
  .breakpoint-small-tablet .bx-pager {
    display: none;
  }
.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a {
  display: none;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  font-style: italic;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
.bx-pager-item a.active {
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  font-style: italic;
  padding: 0.95rem 1rem;
  margin-right: 2px;
}
.bx-controls-direction {
  display: inline-block;
}
.bx-controls-direction a {
  background: rgba(0, 0, 0, 0.7);
  padding: 1rem 1.2rem;
  color: #fff;
  font-weight: 300;
}
  .breakpoint-phone .bx-controls-direction a,
  .breakpoint-small-tablet .bx-controls-direction a {
    padding: 10px;
  }
.bx-controls-direction .bx-next {
  margin-left: 2px;
}

/* Categories navigation */
.categories {
  background: #122345;
  color: #ffffff;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  margin-bottom: 2rem;
  padding: 1.2rem;
}
  .breakpoint-phone .categories,
  .breakpoint-small-tablet .categories {
    margin-bottom: 0;
  }
.categories__nav {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.categories__nav-anchor {
  font-size: 16px;
  display: inline-block;
  padding: 0 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 300;
  white-space: nowrap;
}
  .breakpoint-phone .categories__nav-anchor {
    padding: 0.3rem 0.5rem;
  }

.categories__nav-anchor em {
  font-style: italic;
  font-weight: 600;
}
  .breakpoint-phone .categories__nav-anchor--all,
  .breakpoint-small-tablet .categories__nav-anchor--all {
    display: block;
  }
.categories__nav-anchor:hover {
  text-decoration: underline;
  color: #fff;
}


.home-content {
  float: left;
  margin-top: 1rem;
  width: 66%;
}
  .breakpoint-phone .home-content,
  .breakpoint-small-tablet .home-content {
    width: 100%;
  }

  .breakpoint-phone .home-content h2,
  .breakpoint-small-tablet .home-content h2 {
    text-align: center;
  }


.home-sidebar {
  float: right;
  margin: 0 15px;
  position: relative;
  width: 30%;
}
  .breakpoint-phone .home-sidebar,
  .breakpoint-small-tablet .home-sidebar {
    float: left;
    margin: 0;
    width: 100%;
  }

#fancybox-close {
  right: -55px !important;
}

.breakpoint-phone .gallery-item {
  margin: 3px 0 !important;
  padding: 0 5px !important;
}

.breakpoint-phone .home-content [class*='gallery-item']:nth-child(even) {
  padding-left: 5px;
}

.breakpoint-phone .home-content [class*='gallery-item']:nth-child(odd) {
  padding-right: 5px;
}

.gallery-item img {
  border:none !important;
  width: 100%;
  height: 100%;
}

.#gallery-1 {
  margin-top: 33px;
}

.gallery-caption {
  display: none;
}

.lightbox__caption {
  font-family: "Merriweather", Palatino, serif;
  font-style: italic;
}

.gallery-size-homepage-gallery .gallery-item {
  width: 23% !important;
  margin-right: 2%;
}
  .breakpoint-phone .gallery-size-homepage-gallery .gallery-item {
    width: 50% !important;
  }
  .breakpoint-small-tablet .gallery-size-homepage-gallery .gallery-item {
    width: 23% !important;
    margin-left: 1%;
    margin-right: 1%;
  }


/* 8 Footer! */
.footer {
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
  padding-top: 2rem;
}
.social {
  margin-bottom: 2rem;
}
.instagram {
  float: left;
  position: relative;
  width: 65%;
}
  .breakpoint-phone .instagram,
  .breakpoint-small-tablet .instagram {
    width: 100%;
  }

.twitter {
  float: right;
  margin: 0 15px;
  position: relative;
  width: 30%;
}
  .breakpoint-phone .twitter,
  .breakpoint-small-tablet .twitter {
    margin: 0;
    width: 100%;
  }
.instagram__follow,
.twitter__follow {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 15px;
}
  .breakpoint-phone .instagram__follow,
  .breakpoint-phone .twitter__follow,
  .breakpoint-small-tablet .instagram__follow,
  .breakpoint-small-tablet .twitter__follow {
    background: #F7F7F7;
    border-radius: 3px;
    font-size: 14px;
    padding: 0.5rem 1rem;
    top: 0;
  }
.instagram__follow a,
.twitter__follow a {
  color: #999999;
  text-decoration: none;
}
.instagram__follow a:hover,
.twitter__follow a:hover {
  color: #999999;
  text-decoration: underline;
}
.instagram__feed {
  margin: 30px 0;
}

#instafeed a {
  margin-top: -5px;
  display: inline-block;
}

  .breakpoint-phone #instafeed a {
    width: 33.333%;
  }
  .breakpoint-small-tablet #instafeed a,
  .breakpoint-tablet .instagram__feed a,
  .breakpoint-widescreen .instagram__feed a {
    width: 16.666%;
  }

#instafeed img {
  width: 100%;
}



.twitter__follow i {
  color: #00aced;
  font-size: 14px;
  padding-right: 5px;
  vertical-align: middle;
}
.twitter__feed {
  border: 1px solid #44a9c9;
  border-radius: 2px;
  box-shadow: 3px 3px 2px #d7eff7;
  padding: 15px;
  margin: 30px 0;
}
.twitter__feed ul {
  padding: 0 1rem;
}
.twitter__feed a {
  color: #44a9c9;
  display: inline-block;
  text-decoration: none;
  word-break: break-word;
}
.twitter__feed a:hover {
  text-decoration: underline;
}
.twitter__feed .timePosted {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 12px;
}
.twitter__feed .timePosted a {
  color: #999999;
}
.twitter__feed .timePosted a:hover {
  color: #d9d9d9;
}

/* Targets twitter emoji images as other images are converted to links. */
.twitter__feed img {
  height: 14px;
  margin: 0 2px;
}


.instagram__follow i {
  color: #517fa4;
  font-size: 14px;
  padding-right: 5px;
  vertical-align: middle;
}
.newsletter {
  background-color: #d7eff7;
  clear: both;
  color: #ffffff;
  padding: 2rem 0;
}
  .breakpoint-phone .newsletter,
  .breakpoint-small-tablet .newsletter {
    display: none;
  }
.newsletter .subscribe__title {
  color: #44a9c9;
  display: inline-block;
  float: left;
  font-weight: bold;
}
  .breakpoint-phone .newsletter .subscribe__title,
  .breakpoint-small-tablet .newsletter .subscribe__title {
    text-align: center;
    width: 100%;
  }
.subscribe__form {
  float: left;
  margin-left: 3rem;
}


.subscribe__success {
  display: none;
}
.subscribe__error {
  display: none;
}

#fieldEmail:focus {
  outline: none;
}

.subscribe__submit {
  border: none;
  float: right;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}


.input {
  background: #fff;
  display: inline-block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.input__field {
  background: #f0f0f0;
  border: 1px solid #ffffff;
  border-left: none;
  border-radius: 0;
  color: #aaa;
  display: block;
  float: right;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  padding: 0.8em;
  position: relative;
  width: 60%;
  -webkit-appearance: none;
}

.input__label {
  color: #44a9c9;
  float: right;
  font-size: 70.25%;
  display: inline-block;
  padding: 0 1em;
  width: 40%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.input__field--subscribe {
  background: transparent;
  color: #999;
  min-width: 250px;
  padding: 0.7em 0.7em 0.7em 2em;
  width: 100%;
  -webkit-transform: translate3d(1em, 0, 0);
  transform: translate3d(1em, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}

.icon {
  color: #ddd;
  font-size: 150%;
}

.input__label--subscribe {
  height: 100%;
  position: absolute;
  padding: 1.25em 0 0;
  width: 4em;
}

.input__label--subscribe::before {
  background: #fff;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  z-index: -1;
  width: 4em;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.15s;
}

.icon--subscribe {
  color: #999;
  width: 100%;
  -webkit-transform: scale3d(1, 1, 1); /* Needed for Chrome bug */
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 0% 50%;
  transform-origin: 10% 50%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.15s;
}

.input__label-content--subscribe {
  position: absolute;
  top: 100%;
}

.input__field--subscribe:focus {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.input__field--subscribe:focus + .input__label--subscribe::before {
  -webkit-transform: scale3d(0.8, 1, 1);
  transform: scale3d(0.8, 1, 1);
}

.input__field--subscribe:focus + .input__label--subscribe .icon--subscribe {
  -webkit-transform: scale3d(0.7, 0.7, 1);
  transform: scale3d(0.7, 0.7, 1);
}

.newsletter .social-media {
  float: right;
  margin: 0;
}
  .breakpoint-phone .newsletter .social-media,
  .breakpoint-small-tablet .newsletter .social-media {
    float: left;
    margin: 1rem auto 0 auto;
    text-align: center;
    width: 100%;
  }

.newsletter .social-media .social-media__account {
  margin-right: 0;
  margin-left: 5px;
}
.newsletter .social-media a {
  font-size: 30px;
}
.newsletter .social-media a:hover {
  opacity: 0.7;
}
.newsletter .social-media .social-media__account--twitter a {
  color: #00aced;
}
.newsletter .social-media .social-media__account--facebook a {
  color: #3b5998;
}
.newsletter .social-media .social-media__account--instagram a {
  color: #517fa4;
}
.footer__information {
  background-color: #122345;
  color: #ffffff;
  padding: 2rem 0;
}
.footer__information h3 {
  color: #fff;
  letter-spacing: 0;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.footer__information .footer__logo {
  display: inline-block;
  float: left;
  margin-right: 100px;
}
  .breakpoint-phone .footer__logo,
  .breakpoint-small-tablet .footer__logo {
    display: block;
    margin: 0;
    width: 100%;
  }
.footer__logo .logo__image {
  height: 42px;
  width: 200px;
  display: block;
  background-image: url("images/logo_kino_footer@2x.png");
  background-repeat: no-repeat;
  background-size: 200px 42px;
}
  .breakpoint-phone .footer__logo .logo__image,
  .breakpoint-small-tablet .footer__logo .logo__image {
    margin: 0 auto;
  }
.footer__information .footer__location {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  float: left;
  width: 170px;
  margin-right: 30px;
}
  .breakpoint-phone .footer__information .footer__location,
  .breakpoint-small-tablet .footer__information .footer__location {
    text-align: center;
    width: 100%;
    margin: 1rem 0 0 0;
  }

.footer__location p {
  margin-bottom: 0.25rem;
  font-weight: 300;
  font-size: 1rem;
}
.footer__location a {
  color: #4C6191;
  font-size: 1rem;
  text-decoration: none;
}
.footer__information .footer__opening-hours {
  float: left;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
  .breakpoint-phone .footer__information .footer__opening-hours,
  .breakpoint-small-tablet .footer__information .footer__opening-hours {
    text-align: center;
    width: 100%;
    margin: 1rem 0 0 0;
  }

.opening-hours-group {
  margin-bottom: 10px;
}
  .breakpoint-phone .opening-hours-group ,
  .breakpoint-small-tablet .opening-hours-group  {
    margin: 0 auto 10px auto;
  }

.opening-hours__day {
  font-weight: 300;
  font-size: 0.75rem;
  padding: 2px 0px;
  letter-spacing: 0.07rem;
  width: 40px;
}
.opening-hours__time {
  width: 100px;
  text-align: right;
}
.opening-hours__time-large {
  background-image: url("images/footer-bracket-large@2x.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 6px 60px;
}
.opening-hours__time-medium {
  background-image: url("images/footer-bracket-medium@2x.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 7px 38px;
}
.opening-hours__time-small {
  background-image: url("images/footer-bracket-small@2x.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 5px 16px;
}

.breakpoint-phone .footer__information .wrapper__inner,
.breakpoint-small-tablet .footer__information .wrapper__inner {
  margin: 0;
}

.footer__information .footer__nav {
  float: right;
  width: 290px;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}
  .breakpoint-phone .footer__information .footer__nav ,
  .breakpoint-small-tablet .footer__information .footer__nav {
    width: 100%;
  }
.footer-nav__list {
  margin: 0;
  padding: 0;
}
.footer-nav__list li {
  display: inline-block;
  width: 140px;
}
.breakpoint-phone .footer-nav__list li,
.breakpoint-small-tablet .footer-nav__list li  {
  border-top: 1px solid #2F3E61;
  display: block;
  padding: 10px 0;
  width: 100%;
}
.footer-nav__list li a {
  color: #fff;
  text-decoration: none;
  padding-left: 20px;
  margin-bottom: 0.25rem;
  display: block;
  font-weight: 300;
  font-size: 1rem;
}
.footer-nav__list li a:hover {
  text-decoration: underline;
}

/* 9  Events Calendar */

.events__current.hidden {
  display: none;
}

.event-calendar h1 {
  float: left;
}

.event-calendar__switch {
  float: right;
  font-size: 16px;
  margin-top: 30px;
}

.event-calendar__switch-month {
  font-weight: bold;
  color: #293E6B;
  margin: 0px 10px;
}

.event-calendar__next,
.event-calendar__prev {
  color: #CCCCCC;
  text-decoration: none;
  padding: 5px;
}

.event-calendar__next:hover,
.event-calendar__prev:hover {
  text-decoration: none;
}

.event-calendar__message {
  float: left;
  margin-bottom: 2rem;
  width: 100%;
}

.event-calendar__week {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 300;
  border-top: 1px solid #d9d9d9;
  margin-top: 10px;
}
  .breakpoint-phone .event-calendar__week,
  .breakpoint-small-tablet .event-calendar__week {
    border-top: none;
  }
  .breakpoint-phone .event-calendar__week {
    margin-top: 0;
  }


.event-calendar__day {
  float: left;
  margin-top: 1.5rem;
  position: relative;
  width: 14.28571%;
  min-height: 6.5rem;
  padding: 1rem;
}
.breakpoint-phone .event-calendar__day {
  border-top: 1px solid #dfdfdf;
  margin-top: 0;
  min-height: 0;
  width: 100%;
}
.breakpoint-phone .event-calendar__day--empty {
  display: none;
}

.event-calendar__day:before {
  background-color: #dfdfdf;
  content: "";
  position: absolute;
  top: -1.5rem;
  right: 0;
  width: 1px;
  height: 1.5rem;
}
.breakpoint-phone .event-calendar__day:before {
  display: none;
}

.breakpoint-small-tablet .event-calendar__day:after {
  background-color: #dfdfdf;
  content: "";
  position: absolute;
  top: -1.5rem;
  left: 0;
  width: 100%;
  height: 1px;
}
.breakpoint-phone .event-calendar__day:before {
  display: none;
}

.event-calendar__day-last:before {
  background-color: #fff;
}

.breakpoint-phone .event-calendar__day-last:after,
.breakpoint-small-tablet .event-calendar__day-last:after {
  width: 200%;
}

.event-calendar__date {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 12px;
  color: #999;
}
.breakpoint-phone .event-calendar__date {
  top: 1rem;
  font-size: 14px;
}
.event-calendar__date-shorthand-month {
  display: none;
}
.breakpoint-phone .event-calendar__date-shorthand-month {
  display: inline-block;
  padding-left: 0.2rem;
  font-style: normal;
}

.event-calendar-event__anchor {
  text-decoration: none;
  margin-bottom: 0.5rem;
  display: block;
  font-size: 13px;
}
.breakpoint-small-tablet .event-calendar-event__anchor {
  font-size: 11px;
}
.event__current:not(:first-of-type) .event-calendar-event__anchor {
  border-top: 1px solid #eee;
  margin-top: 1rem;
}

.event-calendar-event__anchor:hover {
  text-decoration: none;
}

.event-calendar-event__anchor:hover .event-calendar-event__description {
  text-decoration: underline;
}

.event-calendar-event__time {
  color: #44A9C9;
  font-weight: 600;
  display: block;
  margin-top: 1rem;
}

.event-calendar-event__description {
  color: #444;
}


/* 10  Event detail */

.upcoming-events-list__heading {
  margin-top: 2rem;
}

.upcoming-events-list {
  margin: 1.9rem 0;
  padding: 0;
  list-style-type: none;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.upcoming-events-all__anchor {
  color: #666666;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 13px;
  margin-top: 2rem;
  position: absolute;
  right: 0;
  top: 0;
}
.upcoming-events-all__anchor:hover {
  color: #666666;
}

.upcoming-events-list__item {
  background-image: url("images/dotted-line.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 1rem 100px 1rem 0;
  position: relative;
}

.upcoming-events-list li:last-child {
  background-image: none;
}

.upcoming-events-list__anchor {
  text-decoration: none;
}

.upcoming-events-list__anchor:hover {
  text-decoration: none;
}

.upcoming-events-list__anchor p {
  color: #333;
  font-weight: bold;
  margin-bottom: 0.30rem;
}
.upcoming-events-list__anchor p:hover {
  text-decoration: underline;
}

.upcoming-events-list__anchor span {
  color: #999;
  font-size: 1em;
  font-weight: 300;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.upcoming-events-list__rsvp {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 300;
  position: absolute;
  right: 0;
  top: 1rem;
  background-color: #D7EFF7;
  color: #44A9C9;
  padding: 0.5rem 1.2rem;
  border-radius: 3px;
  text-decoration: none;
}

.upcoming-events-list__rsvp:hover {
  background-color: #2A96B9;
  color: #fff;
  text-decoration: none;
}

.upcoming-events-list__booked-out {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
  position: absolute;
  right: 0;
  top: 1rem;
  color: #9B9B9B;
  padding: 0.5rem 0;
  text-decoration: none;
}

.event-feature-image {
  margin-bottom: 1.5rem;
  width: 100%;
}

.event-info-wrapper {
  position: relative;
}

.event-details__content {
  float: left;
  width: 75%;
}
.breakpoint-phone .event-details__content,
.breakpoint-small-tablet .event-details__content {
  width: 100%;
}


.event-details {
  float: right;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  padding-left: 2rem;
  width: 25%;
}
.breakpoint-phone .event-details,
.breakpoint-small-tablet .event-details {
  float: left;
  padding: 0;
  margin-top: 10px;
  width: 100%;
}

.event-details__anchor {
  font-size: 1.1em;
  font-weight: 300;
  background-color: #44A9C9;
  color: #fff;
  padding: 0.75rem 1.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 3px;
  text-decoration: none;
}

.event-details__anchor:hover {
  color: #fff;
}

.event-details__booked-out {
  font-size: 1.1em;
  font-weight: 300;
  background-color: #EDEDED;
  color: #9B9B9B;
  padding: 0.75rem 1.2rem;
  margin-bottom: 0.5rem;
  text-align: center;
  width: 100%;
  display: block;
  border-radius: 3px;
  text-decoration: none;
}

.event-details__heading {
  font-weight: 700;
  display: block;
  color: #666;
}

.event-details__info {
  color: #666;
}

.middot {
  padding: 0 0.2rem;
}

.no-events-message {
  display: none;
  text-align: center;
  padding-top: 2rem;
}
.breakpoint-phone .no-events-message {
  display: block;
}

/********************
11 Books listing page
*********************/

h2.page-categories__title {
  margin-bottom: 1.6rem;
}

h2.page-content__title {
  margin-bottom: 0.2rem;
}

h2.page-sidebar__title {
  margin-bottom: 2.2rem;
}

.page-categories {
  float: left;
  width: 20%;
}
  .breakpoint-phone .page-categories,
  .breakpoint-small-tablet .page-categories {
    float: none;
    display: inline-block;
    width: 100%;
  }

.books .page-content {
  width: 45%;
}
  .breakpoint-phone .books .page-content {
    background-image: url("images/dotted-line.png");
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 2rem;
    width: 100%;
  }
  .breakpoint-small-tablet .books .page-content {
    background-image: url("images/dotted-line.png");
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 2rem;
    width: 100%;
  }

.page-categories__list {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #4A4A4A;
  font-size: 1rem;
  font-weight: 400;
}
  .breakpoint-phone .page-categories__list,
  .breakpoint-small-tablet .page-categories__list {
    background: #d7eff7;
    padding: 1rem 10px;
    text-align: center;
    width: 100%;
  }

.page-categories__item {
  padding: 0.3rem 0.3rem 0.3rem 0;
}
  .breakpoint-phone .page-categories__item,
  .breakpoint-small-tablet .page-categories__item {
    display: inline-block;
    padding: 0.3rem 0;
  }

.page-categories__anchor {
  color: #4A4A4A;
  padding: 0.3rem 0;
  text-decoration: none;
}
  .breakpoint-phone .page-categories__anchor,
  .breakpoint-small-tablet .page-categories__anchor {
    padding: 0.3rem 0.5rem;
  }

.page-categories__item-active {
  font-weight: 700;
}
  .breakpoint-phone .page-categories__item-active .page-categories__anchor,
  .breakpoint-small-tablet .page-categories__item-active .page-categories__anchor {
    background: #44a9c9;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding: 0.3rem 1rem;
    text-decoration: none;
  }
  .breakpoint-phone .page-categories__item-active .page-categories__anchor:hover,
  .breakpoint-small-tablet .page-categories__item-active .page-categories__anchor:hover {
    background: #44a9c9;
    border-radius: 3px;
    color: #ffffff;
    font-weight: 600;
    padding: 0.3rem 1rem;
    text-decoration: none;
  }

.shop-online {
  width: 169px;
  height: 84px;
  background: url("images/kino-store-banner.png");
  text-indent: -9999px;
}
  .breakpoint-tablet .shop-online,
  .breakpoint-small-tablet .shop-online,
  .breakpoint-phone .shop-online {
    display: none;
  }

.book-preview {
  position: relative;
  background-image: url("images/dotted-line.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
  .breakpoint-phone .book-preview,
  .breakpoint-small-tablet .book-preview {
    background: none;
    float: left;
    padding: 1rem 0;
    width: 50%;
  }

.breakpoint-phone .books .page-content .book-preview:nth-child(even),
.breakpoint-small-tablet .books .page-content .book-preview:nth-child(even) {
    clear: left;
    padding-right: 10px;
  }
.breakpoint-phone .books .page-content .book-preview:nth-child(odd),
.breakpoint-small-tablet .books .page-content .book-preview:nth-child(odd) {
    padding-left: 10px;
  }

.book-preview__image {
  padding: 0px 30px 30px 0px;
}
  .breakpoint-phone .book-preview__image,
  .breakpoint-small-tablet .book-preview__image {
    padding: 0;
    width: 100%;
  }

.book-preview__title {
  margin-bottom: 0;
  font-family: Merriweather, Palatino, serif;
  color: #666;
  letter-spacing: 0;
}
  .breakpoint-phone .book-preview__title,
  .breakpoint-small-tablet .book-preview__title {
    display: none;
  }

.book-preview__title a {
  text-decoration: none;
  color: #333;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.book-preview__title a:hover {
  text-decoration: underline;
}

.book-preview__author {
  color: #666;
  font-style: italic;
  font-size: 14px;
}
  .breakpoint-phone .book-preview__author,
  .breakpoint-small-tablet .book-preview__author {
    display: none;
  }

.book-preview__author-name {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-style: normal;
}

.book-preview__read-more {
  display: none;
}
  .breakpoint-phone .book-preview__read-more,
  .breakpoint-small-tablet .book-preview__read-more {
    display: inline-block;
  }

.book-preview__anchor{
  color: #666666;
  background: #ffffff;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 14px;
  padding: 0;
  margin-top: 10px;
}
.book-preview__anchor:hover,
.book-preview__anchor:active {
  color: #666666;
  background: #ffffff;
  text-decoration: underline !important;
}

  .breakpoint-phone .book-preview p,
  .breakpoint-small-tablet .book-preview p {
    display: none;
  }

.sidebar-book {
  float: left;
  margin-bottom: 2rem;
  margin-right: 0rem;
}

.sidebar-book img {
  width: 100%;
}


.sidebar-book__title {
  margin-bottom: 0.1rem;
  margin-top: 0.5rem;
}
  .breakpoint-phone .sidebar-book__title,
  .breakpoint-small-tablet .sidebar-book__title {
    display: none;
  }

.sidebar-book__title a {
  font-family: Merriweather, Palatino, serif;
  text-decoration: none;
  color: #333;
  letter-spacing: 0;
  font-size: 0.9rem;
  margin-bottom: 0;
}

.sidebar-book__title a:hover {
  text-decoration: underline;
}

.sidebar-book__author {
  color: #666;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 0.8rem;
}
  .breakpoint-phone .sidebar-book__author,
  .breakpoint-small-tablet .sidebar-book__author {
    display: none;
  }



/*******************
 12 Book Detail page
 *******************/

.book .page-content {
  padding-top: 1rem;
  width: 100%;
}

.book .show-for-mobile {
  position: relative;
  padding-bottom: 10px;
  width: 100%;
}

.book__hero {
  float: left;
  width: 20%;
  padding-right: 1.5rem;
}
  .breakpoint-phone .book__hero,
  .breakpoint-small-tablet .book__hero {
    display: none;
  }

.book__hero img {
  width: 100%;
}

.book__details {
  float: left;
  padding-right: 200px;
  margin-bottom: 1.5rem;
  width: 80%;
  background-image: url("images/dotted-line.png");
  background-repeat: repeat-x;
  background-position: bottom;
  min-height: 400px;
}
  .breakpoint-phone .book__details,
  .breakpoint-small-tablet .book__details {
    padding: 0;
    width: 100%;
  }

.book__title {
  margin: 0.3rem 0.9rem 0 0;
  float: left;
}


.book__category-anchor {
  text-decoration: none;
  margin-bottom: 1rem;
  margin-top: 0.6rem;
  float: left;
}
  .breakpoint-phone .book__category-anchor,
  .breakpoint-small-tablet .book__category-anchor {
    display: none;
  }

.book__category-anchor:hover {
  text-decoration: none;
}

.book__author {
  clear: both;
  display: block;
  color: #666666;
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1.7rem;
}

.book__author-name {
  font-style: normal;
}

.breakpoint-phone .book__description,
.breakpoint-small-tablet .book__description {
  margin-bottom: 1rem;
}

.alert {
  background: #d7eff7;
  border-radius: 3px;
  color: #44a9c9;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 14px;
  margin-bottom: 1rem;
  padding: 0.8rem 1.5rem;
  position: relative;
}
.alert i {
  font-size: 18px;
  left: 1rem;
  top: 0.8rem;
  position: absolute;
}
.alert__message {
  display: inline-block;
  margin-left: 1.5rem;
}

.book__aside {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  width: 170px;
  position: absolute;
  right: 0;
  top: 1rem;
}
  .breakpoint-phone .book__aside,
  .breakpoint-small-tablet .book__aside {
    float: left;
    position: static;
    width: 100%;
    padding-bottom: 10rem;
  }


.button {
  text-align: center;
  font-weight: 300;
  padding: 0.6rem 1.5rem;
  text-decoration: none;
}


.book__aside .button {
  margin-bottom: 1rem;
}

a.button__anchor span {
  color: #fff;
  margin: 0;
}

.book__price {
  color: #666;
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
  .breakpoint-phone .book__price,
  .breakpoint-small-tablet .book__price {
    font-size: 14px;
    left: 150px;
    position: absolute;
    top: 0;
  }

.book__kpc-price {
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}
  .breakpoint-phone .book__kpc-price,
  .breakpoint-small-tablet .book__kpc-price {
    font-size: 14px;
    left: 150px;
    position: absolute;
    top: 20px;
  }

.book__aside span {
  color: #666;
  font-weight: 300;
  margin-bottom: 0.5rem;
  display: block;
}

.book__aside h3 {
  color: #666;
  font-size: 0.85rem;
  margin: 0;
  padding: 0;
  font-weight: 600;
  letter-spacing: 0;
}

.book__disclaimer {
  color: #9b9b9b;
  font-size: 12px;
}

.staff-picks-book {
  margin-bottom: 2rem;
}

.book .new-comment,
.book .posted-comments {
  float: left;
}

.staff-picks-book__image {
  float: left;
  margin-right: 1.5rem;
}
  .breakpoint-phone .staff-picks-book__image,
  .breakpoint-small-tablet .staff-picks-book__image {
    margin-right: 10px;
  }

.staff-picks-book__title {
  margin-bottom: 0.25rem;
  margin-top: 1rem;
  font-size: 0.8rem;
  letter-spacing: 0;
}
  .breakpoint-phone .staff-picks-book__title,
  .breakpoint-small-tablet .staff-picks-book__title {
    font-size: 1rem;
  }

.staff-picks-book__title a {
  text-decoration: none;
  color: #333;
}

.staff-picks-book__title a:hover {
  text-decoration: underline;
}

.staff-picks-book__author {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  color: #666;
  text-decoration: none;
  font-size: 0.8rem;
  font-weight: 300;
}

.book__image--mobile {
  display: none;
}
.breakpoint-phone .book__image--mobile,
.breakpoint-small-tablet .book__image--mobile {
  display: inline-block;
  float: left;
  margin: 5px 10px 10px 0;
  width: 140px;
}



/***************
 13 Breadcrumbs
***************/

.breadcrumbs__list {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  padding: 0;
}

.breadcrumbs__item {
  display: inline-block;
  padding: 0 0.5rem 0 0;
}

.breadcrumbs__item i {
  padding: 0 0 0 0.5rem;
}


/**************
 14 Single post
***************/

.post .post-content {
  max-width: 770px;
  margin: 0 auto;
}

.post-author {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 0.9rem;
  color: #666;
}

.post-author a {
  color: #666;
  font-style: normal;
}

.post-feature-image {
  max-width: 100%;
  margin-bottom: 2rem;
}
  .breakpoint-phone .post-feature-image,
  .breakpoint-small-tablet .post-feature-image {
    margin-bottom: 1rem;
  }

.related-post__title a {
  font-family: Merriweather, Palatino, serif;
  text-decoration: none;
  color: #333;
  letter-spacing: 0;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.related-post__title a:hover {
  text-decoration: underline;
}

.post__hero img {
  width: 100%;
  margin-bottom: 2rem;
}
  .breakpoint-phone .post__hero img,
  .breakpoint-small-tablet .post__hero img {
    margin-bottom: 1rem;
  }

.blog-page__post {
  background-image: url("images/dotted-line.png");
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
  .breakpoint-phone .blog-page__post,
  .breakpoint-small-tablet .blog-page__post {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

.blog-page__post .post__content {
  float: left;
  width: 70%;
}
  .breakpoint-phone .blog-page__post .post__content,
  .breakpoint-small-tablet .blog-page__post .post__content {
    width: 100%;
  }

.blog-page__post .post__metadata {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  float: right;
  width: 30%;
  padding-left: 1.5rem;
}
  .breakpoint-phone .blog-page__post .post__metadata,
  .breakpoint-small-tablet .blog-page__post .post__metadata {
    width: 100%;
    padding-left: 0;
    padding-top: 1rem;
  }

.related-post__image {
  width: 100%;
}

.featured-post__title {
  letter-spacing: 0;
  margin-bottom: 0.25rem;
}

.featured-post__title a {
  font-family: Merriweather, Palatino, serif;
  text-decoration: none;
  color: #333;
  letter-spacing: 0;
  font-size: 0.9rem;
  margin-bottom: 0;
}
.featured-post__title a:hover {
  text-decoration: underline;
}

.featured-post__date {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  color: #666;
  text-decoration: none;
  font-size: 0.8rem;
}

  .breakpoint-phone .featured-post__image {
    width: 100%;
  }

.featured-post__image {
  width: 100%;
}


.post__title a {
  font-family: Merriweather, Palatino, serif;
  text-decoration: none;
  color: #333;
}

.post__title a:hover {
  text-decoration: underline;
}


/************
 15 Comments
*************/

.comments-wrapper {
  width: 45%;
  float: left;
}
  .breakpoint-phone .comments-wrapper,
  .breakpoint-small-tablet .comments-wrapper {
    width: 100%;
  }
.comments-spacer {
  float: left;
  width: 20%;
  display: block;
  height: 100px;
}
  .breakpoint-phone .comments-spacer,
  .breakpoint-small-tablet .comments-spacer {
    display: none;
  }

.logged-in-as {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
}

.new-comment__text-area {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  display: block;
  width: 400px;
  height: 120px;
  padding: 8px;
  border: 1px solid #cccccc;
  line-height: 130%;
  font-size: 13px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
}

.comment-form .submit {
  background: #44a9c9;
  border-radius: 2px;
  outline: none;
  border: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #ffffff;
  display: inline-block;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 0.85rem;
  padding: 0.5rem 1.5rem;
}

.comment-form .submit:hover {
  background-color: #2A96B9;
}

.comments ol {
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

.comments ol.children {
  margin: 15px 0px 15px 40px;
}

.comments ol li {
  margin-bottom: 2rem;
}

.comment-body p {
  margin-left: 40px;
}

.reply {
  margin-left: 40px;
  font-weight: 300;
}

.comment-author {
  position: relative;
  clear: both;
}

.comment-author .says {
  display: none;
}

.comment-meta {
  margin-left: 40px;
  margin-bottom: 10px;
  font-weight: 300;
}

.comment-body cite {
  position: absolute;
  top: 0.5rem;
  margin-left: 10px;
  color: #666;
  font-weight: 600;
}

.post__related {
  clear: both;
  background-image: url("images/dotted-line.png");
  background-repeat: repeat-x;
  background-position: top;
  padding-bottom: 2rem;
  padding-top: 2rem;
  position: relative;
  margin-top: 2rem;
}

.all-posts__anchor {
  color: #cccccc;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 13px;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 3rem;
}


/************************
 16 Standard page content
************************/

.page .content-page-content {
  max-width: 770px;
  margin: 0 auto;
  clear: both;
}

/****************
 17 Book Category
****************/

.book-category .grouper {
  position: relative;
  background-image: url("images/dotted-line.png");
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
}
  .breakpoint-phone .book-category .grouper,
  .breakpoint-small-tablet .book-category .grouper {
    background: none;
    margin-bottom: 0;
  }

.book-category .page-content {
  width: 80%;
}
  .breakpoint-phone .book-category .page-content {
    padding-bottom: 1rem;
    width: 100%;
  }
  .breakpoint-small-tablet .book-category .page-content {
    padding-bottom: 1rem;
    width: 100%;
  }

.book-category .book-preview {
  background-image: none;
}

.breakpoint-phone .book-category .book-preview:nth-child(odd),
.breakpoint-small-tablet .book-category .book-preview:nth-child(odd) {
    padding-right: 10px;
  }
.breakpoint-phone .book-category .book-preview:nth-child(even),
.breakpoint-small-tablet .book-category .book-preview:nth-child(even) {
    padding-left: 10px;
  }

.book-preview__image-wrapper{
  float: left;
  height: 100%;
}
  .breakpoint-phone .book-preview__image-wrapper,
  .breakpoint-small-tablet .book-preview__image-wrapper {
    float: none;
  }

.book-preview__price {
  color: #666;
  display: block;
  font-size: 0.8rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.book-preview__kpc-price {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
}

.book-preview__anchor {
  display: inline-block;
  text-decoration: none;
}
.book-preview__anchor:hover {
  text-decoration: none;
}

/*******************
 18 Grouper classes
********************/


.grouper-item {
  float: left;
  padding-bottom: 0;
  padding-right: 1rem;
  width: 50%
}
  .breakpoint-phone .grouper-item,
  .breakpoint-small-tablet .grouper-item {
    padding-right: 10px;
  }

.grouper-item:last-of-type {
  padding-right: 0;
}

.sidebar-book.grouper-item:last-of-type {
  padding-left: 1rem;
}

.related-post.grouper-item {
  padding: 0 0.5rem;
  width: 33.3%;
}

.related-post.grouper-item:last-of-type {
  padding-right: 0.5rem;
}

.grouper--total-items-2 {
  float: left;
}

.grouper--total-items-3 .sidebar-book.grouper-item {
  width: 33.3%;
  padding: 0 5px;
}

  .breakpoint-phone .sidebar-book.grouper-item:last-of-type,
  .breakpoint-small-tablet .sidebar-book.grouper-item:last-of-type {
    padding-right: 0;
  }

  .breakpoint-phone .sidebar-book.grouper-item:first-of-type,
  .breakpoint-small-tablet .sidebar-book.grouper-item:first-of-type {
    padding-left: 0;
  }

/**************************
 19 Social sharing and tags
***************************/

.share {
  float: left;
  width: 50%;
}
.breakpoint-phone .share,
.breakpoint-small-tablet .share {
  width: 100%;
  padding-top: 1rem;
}

.book .share {
  margin: 1rem 0;
}
  .breakpoint-phone .book .share,
  .breakpoint-small-tablet .book .share {
    margin: 2rem 0;
    position: absolute;
    bottom: 3rem;
  }

.tags {
  float: right;
  padding-top: 1.5rem;
  width: 50%;
}
.breakpoint-phone .tags,
.breakpoint-small-tablet .tags {
  float: left;
  padding: 1rem 0;
  width: 100%;
}

.book .tags {
  padding-top: 2.5rem;
}
  .breakpoint-phone .book .tags,
  .breakpoint-small-tablet .book .tags {
    left: 0;
    padding-top: 0;
    position: absolute;
    bottom: 2rem;
  }


.tags__title {
  font-weight: bold;
}

.share__title {
  font-weight: bold;
}

.share__list {
  display: inline-block;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  margin-left: 1rem;
  padding: 0 0.5rem;
  position: relative;
}
.breakpoint-phone .share__list,
.breakpoint-small-tablet .share__list {
  clear: both;
  display: block;
  padding: 0;
  margin-left: 0;
}

.share__list:before {
  border: 9px solid transparent;
  border-right-color: #d9d9d9;
  content: "";
  right: 100%;
  position: absolute;
  top: 50%;
  width: 0;
  margin-top: -9px;
}
  .breakpoint-phone .share__list:before,
  .breakpoint-small-tablet .share__list:before {
    display: none;
  }

.share__list:after {
  content: "";
  border: 8px solid transparent;
  border-right-color: white;
  right: 100%;
  position: absolute;
  top: 50%;
  width: 0;
  margin-top: -8px;
}
  .breakpoint-phone .share__list:after,
  .breakpoint-small-tablet .share__list:after {
    display: none;
  }

.share__item {
  display: inline-block;
  font-size: 18px;
  padding: 0.3rem 0.25rem;
}
  .breakpoint-phone .share__item,
  .breakpoint-small-tablet .share__item {
    border-right: 1px solid #d9d9d9;
    padding: 0.6rem 0;
    width: 24%;
  }
  .breakpoint-phone .share__item:last-of-type,
  .breakpoint-small-tablet .share__item:last-of-type {
    border-right: none;
  }

.share__anchor {
  color: #ccc;
}
  .breakpoint-phone .share__anchor,
  .breakpoint-small-tablet .share__anchor {
    display: block;
    font-size: 24px;
    text-align: center;
  }

.social-media__account--twitter .share__anchor:active,
.social-media__account--twitter .share__anchor:hover,
.social-media__account--twitter .share__anchor:focus {
  color: #00aced;
}
.social-media__account--facebook .share__anchor:active,
.social-media__account--facebook .share__anchor:hover,
.social-media__account--facebook .share__anchor:focus {
  color: #3b5998;
}
.social-media__account--pinterest .share__anchor:active,
.social-media__account--pinterest .share__anchor:hover,
.social-media__account--pinterest .share__anchor:focus {
  color: #CC2127;
}

.social-media__account--mail .share__anchor:active,
.social-media__account--mail .share__anchor:hover,
.social-media__account--mail .share__anchor:focus {
  color: #4A4A4A;
}

/***************
 20 Pagnination
****************/

.pagination {
  margin-top: 1rem;
}
  .breakpoint-phone .pagination,
  .breakpoint-small-tablet .pagination {
    margin-top: 1rem;
    display: inline-block;
    width: 100%
  }

.pagination__anchor.next {
  float: left;
}

.pagination__anchor.prev {
  float: right;
}

.pagination__anchor:hover {
  color: #666;
  text-decoration: underline;
}
  .breakpoint-phone .page-content .pagination__anchor,
  .breakpoint-small-tablet .page-content .pagination__anchor {
    background: #d7eff7;
    border-radius: 3px;
    padding: 0.3rem 1rem;
    text-decoration: none;
  }
  .breakpoint-phone .page-content .pagination__anchor:hover,
  .breakpoint-small-tablet .page-content .pagination__anchor:hover {
    background: #44a9c9;
  }

.pagination__text {
  color: #666;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 13px;
}
  .breakpoint-phone .page-content .pagination__text,
  .breakpoint-small-tablet .page-content .pagination__text {
    color: #44a9c9;
    text-decoration: none;
  }
  .breakpoint-phone .page-content .pagination__anchor:hover .pagination__text,
  .breakpoint-small-tablet .page-content .pagination__anchor:hover .pagination__text {
    color: #ffffff;
  }


/***************
 21 Video embeds
****************/

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/***************
 22 Publitas embeds
****************/

.publitas-wrapper {
  margin-left: -20rem;
  margin-right: -20rem;
}
.breakpoint-w-1170 .publitas-wrapper {
  margin-left: -5rem;
  margin-right: -5rem;
}
.breakpoint-w-1090 .publitas-wrapper {
  margin-left: 0;
  margin-right: 0;
}
