@charset "UTF-8";
/**
 * This file contains stuff that is shared between variants
 */
/**
 * This file contains stuff that can vary between variants
 */
/**
 * Calculate an em size based on a context
 */
/**
 * Conditionally output stuff.
 * The idea is to be able to target print, browsers, sizes etc.
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:400,400i,600,600i,700,700i|Montserrat:300,400,400i,500,500i,700,700i");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  height: 100%;
  position: relative;
  min-height: 100%;
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  height: 100%;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../../fonts/awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../../fonts/awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../../fonts/awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../../fonts/awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../../fonts/awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background: #f2f2f2;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #3a3a3a;
}

a {
  color: inherit;
  text-decoration: none;
}

p {
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-family: "Montserrat", sans-serif;
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}

button,
input,
select,
select:focus,
textarea {
  font-size: 16px;
}

.layout {
  margin: 0 auto;
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.layout__middle {
  min-height: 200px;
  padding: 15px;
  max-width: 1080px;
  margin: 0 auto;
}
.layout__unit {
  margin-bottom: 10px;
}
.layout__wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.layout__top {
  background: #325757;
  -webkit-box-shadow: inset 4px 4px 16px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 4px 4px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 4px 4px 16px rgba(0, 0, 0, 0.1);
  color: #FFFFFF;
  padding: 3px 0;
  min-height: 26px;
  display: none;
}
.layout__top:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.layout__bottom {
  position: relative;
  z-index: 2;
  background: #3a3a3a;
}
.layout__sidebar .block {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  background: #FFFFFF;
  padding: 15px;
  margin-bottom: 15px;
}
.layout__sidebar .block_content {
  font-size: 14px;
}
.layout__main {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  background: #FFFFFF;
}

@media (min-width: 600px) {
  .layout__unit {
    margin-bottom: 20px;
  }
  .layout__middle {
    padding: 45px 15px;
  }
  .layout__middle:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .layout__main {
    float: right;
    width: 65.74074074%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .layout__sidebar {
    float: left;
    width: 34.25925926%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-right: 2.77777778%;
  }
  .layout__top {
    display: block;
  }
}
@media (min-width: 800px) {
  .layout__sidebar .block {
    padding: 20px 35px;
  }
}
@media (min-width: 1100px) {
  .layout__wrapper {
    padding: 0;
  }
  .layout__middle {
    padding: 45px 0;
  }
}
.panel {
  max-width: 960px;
  margin: 0 auto;
}
.panel__middle {
  padding: 20px 10px;
  min-height: 200px;
}
.panel__unit {
  margin-bottom: 10px;
}

@media (min-width: 600px) {
  .panel__3 {
    margin: 0 -10px;
  }
  .panel__3:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .panel__3__column {
    width: 33.33333333%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .panel__3__column:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
}
.node-announcement img {
  display: block;
  margin: 0 auto;
}

.breaking {
  background: #ffea72;
  padding: 10px;
}
.breaking__prefix {
  display: inline-block;
  margin: -10px 10px -10px -10px;
  padding: 10px;
  background: #ffd900;
  text-transform: uppercase;
}

.footer {
  padding: 20px 0;
  max-width: 1080px;
  margin: 0 auto;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 600px) {
  .footer {
    padding: 50px 0;
  }
}
.header {
  background: #336666;
  padding: 30px 0;
  color: #FFFFFF;
}
.header:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.header.is-active {
  background: #ccc;
}
.header .header__title__link {
  text-align: center;
  display: inherit;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .header .header__title__link {
    text-align: left;
    display: inline;
  }
}
.home .header .header__title__link {
  margin-bottom: 0;
}

.heading {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
}
.font-header .heading {
  font-family: "Montserrat", sans-serif;
}
.heading--1 {
  font-size: 1.625em;
}
.heading--2 {
  font-size: 1.25em;
}

@media (min-width: 600px) {
  .heading--1 {
    font-size: 2em;
  }
  .heading--2 {
    font-size: 1.5em;
  }
}
.text p {
  margin: 1em 0;
}
.text a {
  text-decoration: underline;
}
.text ul {
  list-style: disc;
  margin: 0 0 1em 1.2em;
}
.text ul ul {
  margin-bottom: 0;
}
.text ol {
  list-style: decimal;
  margin: 0 0 1em 1.5em;
}
.text ol ol {
  margin-bottom: 0;
}

.picture {
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
  display: block;
  background: #eee;
}
.picture > img {
  position: absolute;
  width: 100%;
  height: auto;
}

.box-dropdown:focus {
  outline: none;
}
.box-dropdown > span {
  text-decoration: none;
  cursor: pointer;
}
.box-dropdown > span:hover {
  text-decoration: underline;
}
.box-dropdown > span:after {
  margin-left: 5px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.box-dropdown.active .dropdown {
  opacity: 1;
  pointer-events: auto;
}
.box-dropdown .dropdown {
  position: absolute;
  top: 140%;
  right: 10px;
  min-width: 60px;
  white-space: nowrap;
  background: white;
  border-radius: inherit;
  border: 1px solid rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  font-weight: normal;
  transition: all 0.2s ease-in;
  z-index: 3;
  /* Hiding */
  opacity: 0;
  pointer-events: none;
}
.box-dropdown .dropdown:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.box-dropdown .dropdown:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.box-dropdown .dropdown.from-left {
  right: auto;
  left: 0;
}
.box-dropdown .dropdown.from-left:before {
  right: auto;
  left: 13px;
}
.box-dropdown .dropdown.from-left:after {
  right: auto;
  left: 15px;
}
.box-dropdown .dropdown .dropdown__list {
  max-height: 405px;
  overflow-y: auto;
  list-style: none;
  margin: 0;
  padding: 0;
}
.box-dropdown .dropdown li a,
.box-dropdown .dropdown li .dropdown-link {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #3a3a3a;
  border-bottom: 1px solid #e6e8ea;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.box-dropdown .dropdown li:hover .dropdown-link {
  background: #f3f8f8;
}
.box-dropdown.drops {
  display: inline-block;
}

#items-per-page .dropdown {
  right: 50px;
}

/* No CSS3 support */
.no-opacity .box-dropdown .dropdown,
.no-pointerevents .box-dropdown .dropdown {
  display: none;
  opacity: 1;
  /* If opacity support but no pointer-events support */
  pointer-events: auto;
  /* If pointer-events support but no pointer-events support */
}
.no-opacity .box-dropdown.active .dropdown,
.no-pointerevents .box-dropdown.active .dropdown {
  display: block;
}

.info-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  display: inline-block;
  font-size: 14px;
}
.info-menu li {
  display: inline-block;
  padding: 0 25px;
  border-right: 1px solid #FFFFFF;
}
.info-menu li.first {
  padding-left: 0;
}
.info-menu li.last {
  padding-right: 0;
  border-right: 0;
}
.info-menu li a {
  text-decoration: none;
}
.info-menu li a:hover {
  text-decoration: underline;
}
#sidr .info-menu {
  display: block;
  margin-bottom: 15px;
}
#sidr .info-menu li {
  display: block;
  border-bottom: 1px solid #244848;
  padding: 0;
  border-right: 0;
}
#sidr .info-menu li a {
  display: block;
  padding: 10px 15px;
}
#sidr .info-menu li.last {
  border-bottom: 0;
}

.box__language {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-left: 20px;
  border-left: 1px solid #FFFFFF;
  position: relative;
  cursor: pointer;
  outline: none;
  min-width: 92px;
  z-index: 100;
}
.box__currency {
  float: right;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding: 0 20px;
  border-left: 1px solid #FFFFFF;
  position: relative;
  z-index: 100;
}
.box__login {
  float: right;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-right: 20px;
  position: relative;
  z-index: 100;
}
#sidr .box__login {
  float: none;
  padding: 10px 15px;
}
#sidr .box__login .box__login-form {
  position: relative;
  width: 100%;
  top: 0;
  left: 0;
  right: auto;
  padding: 0;
  background: transparent;
  -webkit-box-shadow: 0px 0 0 transparent ;
  -moz-box-shadow: 0px 0 0 transparent ;
  box-shadow: 0px 0 0 transparent ;
  margin-top: 10px;
  margin-bottom: 15px;
}
#sidr .box__login .box__login-form:before {
  display: none;
}
#sidr .box__login .box__login-form:after {
  display: none;
}
#sidr .box__login .box__login-form input[type="text"],
#sidr .box__login .box__login-form input[type="password"] {
  width: 100%;
  margin-bottom: 15px;
  height: 30px;
  padding: 0 10px;
}
#sidr .box__login .box__login-form .form-type-textfield:before,
#sidr .box__login .box__login-form .form-type-password:before {
  display: none;
}
#sidr .box__login .box__login-form .link__create-account {
  color: #FFFFFF;
}
#sidr .box__login .box__login-form .link__create-account:before {
  color: #FFFFFF;
}
#sidr .box__login .box__login-form .user-login-form .item-list {
  margin-bottom: 15px;
}
#sidr .box__login .box__login-form .user-login-form .item-list a {
  color: #FFFFFF;
}
.box__login .box__login-form {
  background: #FFFFFF;
  display: none;
  position: absolute;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  padding: 15px;
  width: 235px;
  right: 0;
  top: 140%;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  z-index: 2;
}
.box__login .box__login-form:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.box__login .box__login-form:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.box__login .box__login-form.logout {
  width: 200px;
}
.box__login .box__login-form.logout ul li:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  font-size: 16px;
  color: #325656;
  width: 10px;
}
.box__login .box__login-form.logout ul li.logout:before {
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
}
.box__login .box__login-form label {
  display: none;
}
.box__login .box__login-form input[type="text"],
.box__login .box__login-form input[type="password"] {
  border-width: 0 0 1px 0;
  border-color: #c6c6c6;
  width: 170px;
  margin-bottom: 10px;
  font-size: 14px;
}
.box__login .box__login-form .form-type-textfield:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  font-size: 16px;
  color: #325656;
  width: 20px;
}
.box__login .box__login-form .form-type-password:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  font-size: 16px;
  color: #325656;
  width: 20px;
}
.box__login .box__login-form.js-status-active {
  display: block;
}
.box__login .box__login-form .form-item,
.box__login .box__login-form .form-actions {
  margin-top: 0;
  margin-bottom: 0;
}
.box__login .box__login-form a {
  color: #3a3a3a;
  text-decoration: none;
}
.box__login .box__login-form a:hover {
  text-decoration: underline;
}
.box__login .link__login:after,
.box__login .link__logout:after {
  margin-left: 5px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  font-weight: 300;
}
.box__login .link__login:before,
.box__login .link__logout:before {
  margin-right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  font-size: 16px;
}
.box__login .link__login:hover,
.box__login .link__logout:hover {
  text-decoration: none;
}
.box__login .link__login:hover:hover,
.box__login .link__logout:hover:hover {
  text-decoration: underline;
}
.box__login .link__logout:before {
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
}
.box__login input[type="submit"] {
  background: #01988d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  margin-bottom: 15px;
}
.box__login input[type="submit"]:hover {
  background: #017f76;
}
.box__login ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box__login a.link__create-account:before {
  margin-right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  font-size: 16px;
  color: #325656;
}
.box__period {
  display: inline-block;
}

.layout__top .box__login .box__login-form input.form-text {
  text-indent: 0;
  height: auto;
}
.layout__top .box__login .box__login-form ul {
  margin-bottom: 7px;
  margin-top: 2px;
}
.layout__top .box__login .form-submit {
  margin-bottom: 0;
}

.box__basket {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  right: 15px;
}
.box__basket a.link_basket:before {
  font-family: 'FontAwesome';
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  font-size: 26px;
  margin-right: -5px;
  z-index: 2;
  position: relative;
}
.box__basket a span {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 26px;
  height: 26px;
  background: #325757;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: inline-block;
  margin-top: -10px;
}
.box__basket a.with_products span {
  background: #ef7337;
}
.box__basket--total {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}
.box__basket .box__currency {
  border-left: 0;
  margin-left: 5px;
  padding: 0;
}
.box__basket-content {
  display: none;
  position: absolute;
  background: #FFFFFF;
  right: 0;
  top: 110%;
  padding: 15px;
  width: 240px;
  color: #3a3a3a;
  z-index: 10;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
}
.box__basket-content:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 13px;
  border-width: 0 8px 8px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.1) transparent;
}
.box__basket-content:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 100%;
  right: 15px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent;
}
.box__basket-content .submit-basket {
  text-align: center;
}
.box__basket-content .submit-basket .button,
.box__basket-content .submit-basket input[type="submit"] {
  margin: 0 0 10px;
  padding: 0 10px;
}
.i18n-da .box__basket-content .submit-basket .button, .i18n-da
.box__basket-content .submit-basket input[type="submit"] {
  padding: 0 5px;
}
.box__basket-content.js-status-active {
  display: block;
}
.box__basket-content .toggle_link {
  text-align: center;
  margin-bottom: 10px;
}
.box__basket-content .toggle_link .js-list-toggle {
  font-weight: 600;
  color: #336666;
}
.box__basket-content .toggle_link .js-list-toggle:hover {
  text-decoration: none;
}
.box__basket-content .toggle_link .js-list-toggle:hover:hover {
  text-decoration: underline;
}
.box__basket .books__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.box__basket .books__list ul li {
  display: block;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 12px;
  padding-bottom: 12px;
  min-height: 65px;
}
.box__basket .books__list-image {
  float: left;
  text-align: center;
  width: 40px;
}
.box__basket .books__list-details {
  padding-left: 55px;
}
.box__basket .book-title {
  color: #336666;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 7px;
  font-size: 14px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.box__basket .book-author {
  font-weight: 500;
  margin-bottom: 3px;
  line-height: 16px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.box__basket .book-author a {
  text-decoration: none;
}
.box__basket .book-author a:hover {
  text-decoration: underline;
}
.box__basket .book-price {
  font-weight: bold;
}
.box__basket .books__total-price {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 25px;
}
.box__basket .books__total-price span {
  font-weight: bold;
  white-space: nowrap;
}
.box__basket .button,
.box__basket input[type="submit"] {
  background: #01988d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
.box__basket .button:hover,
.box__basket input[type="submit"]:hover {
  background: #017f76;
}

@media (min-width: 600px) {
  .box__basket {
    float: right;
    margin-left: 15px;
    width: auto;
    margin-bottom: 0;
    position: relative;
    right: auto;
    top: auto;
  }
  .box__basket a.link_basket:before {
    font-size: 32px;
  }
  .box__basket span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .box__basket-content {
    width: 300px;
  }
  .box__basket-content .submit-basket .button,
  .box__basket-content .submit-basket input[type="submit"] {
    margin: 0 5px 10px 5px;
    padding: 0 20px;
  }
  .i18n-da .box__basket-content .submit-basket .button, .i18n-da
  .box__basket-content .submit-basket input[type="submit"] {
    padding: 0 15px;
  }
  .box__basket .books__list-image {
    width: 52px;
  }
  .box__basket .books__list-details {
    padding-left: 70px;
  }
  .box__basket .books__total-price {
    text-align: center;
  }
}
@media (min-width: 800px) {
  .box__basket {
    margin-left: 30px;
  }
}
.banner {
  background: url(../../dummies/banner.jpg) center 0 no-repeat;
  background-size: cover;
  padding-top: 30px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 30px;
}
.banner__wrapper {
  max-width: 650px;
  margin: 0 15px;
}

@media (min-width: 680px) {
  .banner__wrapper {
    margin: 0 auto;
  }
}
@media (min-width: 600px) {
  .banner {
    padding-top: 70px;
    min-height: 420px;
    padding-bottom: 0;
  }
}
.welcome__box {
  margin-bottom: 30px;
}
.welcome__box a.box__more {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
}
.welcome__box a.box__more:hover {
  text-decoration: underline;
}
.welcome__box a.box__more:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.welcome__title {
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  margin-bottom: 20px;
  font-weight: 500;
}
.welcome__body {
  font-family: "Crimson Text", serif;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .welcome__title {
    font-size: 30px;
  }
}
.search-form-wrapper {
  text-align: left;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  position: relative;
  z-index: 3;
}
.search-form-wrapper:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.search-form-wrapper .form-group {
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.23) ;
  -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.23) ;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.23) ;
}
.search-form-wrapper input.input-lg {
  border: 1px solid #6e6e6e;
  background: #FFFFFF;
  width: 100%;
  padding: 0 60px 0 10px;
  font-family: "Montserrat", sans-serif;
  color: #6e6e6e;
  font-weight: 300;
  font-size: 16px;
  line-height: 36px;
  height: 38px;
}
.search-form-wrapper button.btn-lg {
  position: absolute;
  background: #ef7337;
  border: none;
  top: 1px;
  right: 0;
  height: 36px;
  cursor: pointer;
  font-size: 0;
  width: 45px;
  display: block;
  overflow: hidden;
}
.search-form-wrapper button.btn-lg:after {
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  font-size: 22px;
  color: #FFFFFF;
  height: 36px;
  width: 45px;
  display: inline-block;
  vertical-align: middle;
  background: #ef7337;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 36px;
}
.search-form-wrapper a.link__refined {
  text-decoration: none;
}
.search-form-wrapper a.link__refined:hover {
  text-decoration: underline;
}
.search-form-wrapper a.link__refined:before {
  margin-right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  font-size: 20px;
}
.search-form-wrapper .box-dropdown {
  position: relative;
}

@media (min-width: 600px) {
  .search-form-wrapper input.input-lg {
    padding: 0 90px 0 15px;
    font-size: 20px;
    line-height: 46px;
    height: 48px;
  }
  .search-form-wrapper button.btn-lg {
    height: 46px;
    width: 75px;
  }
  .search-form-wrapper button.btn-lg:after {
    font-size: 26px;
    height: 46px;
    width: 75px;
    line-height: 46px;
  }
  .search-form-wrapper .period {
    float: right;
  }
}
.teaser--front {
  margin: 0 auto 40px;
  max-width: 650px;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  background: #FFFFFF;
  overflow: hidden;
}
.teaser--front__image a {
  padding-bottom: 79.13043478%;
  position: relative;
  display: block;
}
.teaser--front__image img {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.teaser--front__title {
  margin: 0 0 5px;
  font-size: 24px;
  font-weight: 400;
}
.teaser--front__body {
  padding: 15px;
}
.teaser--front__info {
  font-size: 16px;
  margin-bottom: 5px;
  font-family: "Crimson Text", serif;
  margin-top: 0;
}
.teaser--front a.link__more {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-decoration: none;
}
.teaser--front a.link__more:hover {
  text-decoration: underline;
}
.teaser--front a.link__more:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  color: #336666;
}

@media (min-width: 500px) {
  .teaser--front__image {
    float: right;
    width: 230px;
  }
  .teaser--front__info {
    height: 60px;
    overflow: hidden;
  }
}
@media (min-width: 600px) {
  .teaser--front__body {
    padding: 15px 40px;
  }
}
.block__sponsors {
  max-width: 650px;
  text-align: center;
  margin: 0 auto 40px;
}

.navbar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 300;
}
.navbar-nav li {
  display: block;
  margin-bottom: 15px;
}
.navbar-nav li a {
  text-decoration: none;
}
.navbar-nav li a:hover {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .navbar-nav {
    font-size: 20px;
  }
  .navbar-nav li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
    padding: 0 50px;
  }
}
.box__copyright-body {
  text-align: center;
  font-size: 12px;
}

@media (min-width: 600px) {
  .box__copyright-body {
    font-size: 14px;
  }
}
.box__refined-search {
  position: absolute;
  top: 110%;
  left: 0;
  display: none;
  background: #FFFFFF;
  padding: 25px;
  color: #262626;
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  width: 100%;
}
.box__refined-search.js-status-active {
  display: block;
}
.box__refined-search--title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  text-align: center;
}
.box__refined-search--title h2 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
}
.box__refined-search .label,
.box__refined-search label {
  font-size: 14px;
  font-weight: 700;
  display: block;
}
.box__refined-search .form-type-textfield,
.box__refined-search .form-type-dropdown,
.box__refined-search .form-year-range,
.box__refined-search .form-price-range,
.box__refined-search .form-type-checkbox {
  margin-bottom: 15px;
  position: relative;
}
.box__refined-search input[type="text"] {
  vertical-align: middle;
  border: 1px solid #6e6e6e;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  text-indent: 6px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
}
.box__refined-search .box-dropdown {
  display: inline-block;
  position: relative;
}
.box__refined-search .button,
.box__refined-search input[type="submit"] {
  background: #01988d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  height: 40px;
  font-size: 18px;
  font-weight: 400;
  padding: 0 45px;
}
.box__refined-search .button:hover,
.box__refined-search input[type="submit"]:hover {
  background: #017f76;
}
.box__refined-search .form-year-range input {
  width: 45%;
}
.box__refined-search .form-year-range .price-range {
  margin: 15px 0;
  width: 100%;
}
.box__refined-search .form-year-range .ui-corner-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.box__refined-search .form-year-range .ui-widget.ui-widget-content {
  border: 1px solid #6e6e6e;
}
.box__refined-search .form-year-range .ui-slider-horizontal {
  height: 0;
}
.box__refined-search .form-year-range .ui-slider .ui-slider-handle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  top: -.6em;
  width: 1.3em;
  height: 1.3em;
}
.box__refined-search .form-year-range .ui-state-default,
.box__refined-search .form-year-range .ui-widget-content .ui-state-default,
.box__refined-search .form-year-range .ui-widget-header .ui-state-default,
.box__refined-search .form-year-range .ui-button,
.box__refined-search .form-year-range html .ui-button.ui-state-disabled:hover,
.box__refined-search .form-year-range html .ui-button.ui-state-disabled:active {
  border: 3px solid #336666;
  background: #FFFFFF;
}
.box__refined-search .form-price-range input {
  width: 45%;
}
.box__refined-search .form-price-range .price-range {
  margin: 15px 0;
  width: 100%;
}
.box__refined-search .form-price-range .ui-corner-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.box__refined-search .form-price-range .ui-widget.ui-widget-content {
  border: 1px solid #6e6e6e;
}
.box__refined-search .form-price-range .ui-slider-horizontal {
  height: 0;
}
.box__refined-search .form-price-range .ui-slider .ui-slider-handle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  top: -.6em;
  width: 1.3em;
  height: 1.3em;
}
.box__refined-search .form-price-range .ui-state-default,
.box__refined-search .form-price-range .ui-widget-content .ui-state-default,
.box__refined-search .form-price-range .ui-widget-header .ui-state-default,
.box__refined-search .form-price-range .ui-button,
.box__refined-search .form-price-range html .ui-button.ui-state-disabled:hover,
.box__refined-search .form-price-range html .ui-button.ui-state-disabled:active {
  border: 3px solid #336666;
  background: #FFFFFF;
}
.box__refined-search .form-type-textfield input {
  width: 100%;
}
.box__refined-search .form-type-checkbox,
.box__refined-search .form-year-range,
.box__refined-search .form-price-range,
.box__refined-search .form-type-dropdown {
  margin-bottom: 30px;
}
.box__refined-search .close {
  float: right;
  margin-top: -20px;
}
.box__refined-search .close:after {
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  font-size: 20px;
  color: #336666;
}
.box__refined-search .form-item-filters-exact-match {
  margin-left: 0;
}
.box__refined-search .form-item-filters-exact-match input {
  display: inline;
  margin-right: 3px;
}
.box__refined-search .form-item-filters-exact-match label {
  margin-left: 0;
  text-align: left;
  display: inline;
  font-weight: 300;
}

@media (min-width: 600px) {
  .box__refined-search {
    width: 150%;
  }
  .box__refined-search:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 13px;
    border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.1) transparent;
  }
  .box__refined-search:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 15px;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent;
  }
  .box__refined-search--title {
    margin-bottom: 25px;
  }
  .box__refined-search--title h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .box__refined-search .form-item-filters-exact-match {
    margin-left: 130px;
  }
  .i18n-da .box__refined-search .form-item-filters-exact-match {
    margin-left: 182px;
  }
  .i18n-da .box__refined-search .form-item-filters-exact-match label {
    display: inline;
  }

  .banner .box__refined-search {
    padding: 25px 60px;
    width: 100%;
  }
  .banner .box__refined-search .label,
  .banner .box__refined-search label {
    width: 105px;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
  }
  .i18n-da .banner .box__refined-search .label, .i18n-da
  .banner .box__refined-search label {
    width: 160px;
  }
  .banner .box__refined-search .form-year-range input {
    width: 135px;
  }
  .i18n-da .banner .box__refined-search .form-year-range input {
    width: 120px;
  }
  .banner .box__refined-search .form-year-range .price-range {
    margin: 15px 0 0 130px;
    width: 282px;
  }
  .i18n-da .banner .box__refined-search .form-year-range .price-range {
    margin-left: 183px;
  }
  .banner .box__refined-search .form-price-range input {
    width: 135px;
  }
  .i18n-da .banner .box__refined-search .form-price-range input {
    width: 120px;
  }
  .banner .box__refined-search .form-price-range .price-range {
    margin: 15px 0 0 130px;
    width: 282px;
  }
  .i18n-da .banner .box__refined-search .form-price-range .price-range {
    margin-left: 183px;
  }
  .banner .box__refined-search .form-type-textfield input {
    width: 70%;
  }
  .i18n-da .banner .box__refined-search .form-type-textfield input {
    width: 57%;
  }
  .banner .box__refined-search .button,
  .banner .box__refined-search input[type="submit"] {
    margin-left: 130px;
  }
  .banner .box__refined-search .close {
    margin-right: -45px;
  }
}
@media (min-width: 860px) {
  .box__refined-search {
    padding: 25px 60px;
    width: 650px;
  }
  .box__refined-search .label,
  .box__refined-search label {
    width: 105px;
    text-align: right;
    display: inline-block;
    margin-right: 20px;
  }
  .i18n-da .box__refined-search .label, .i18n-da
  .box__refined-search label {
    width: 160px;
  }
  .box__refined-search .form-year-range input {
    width: 135px;
  }
  .i18n-da .banner .box__refined-search .form-year-range input {
    width: 135px;
  }
  .box__refined-search .form-year-range .price-range {
    margin: 15px 0 0 130px;
    width: 282px;
  }
  .i18n-da .box__refined-search .form-year-range .price-range {
    margin-left: 183px;
  }
  .box__refined-search .form-price-range input {
    width: 135px;
  }
  .i18n-da .banner .box__refined-search .form-price-range input {
    width: 135px;
  }
  .box__refined-search .form-price-range .price-range {
    margin: 15px 0 0 130px;
    width: 282px;
  }
  .i18n-da .box__refined-search .form-price-range .price-range {
    margin-left: 183px;
  }
  .box__refined-search .form-type-textfield input {
    width: 70%;
  }
  .i18n-da .banner .box__refined-search .form-type-textfield input, .i18n-da .box__refined-search .form-type-textfield input {
    width: 65%;
  }
  .box__refined-search .button,
  .box__refined-search input[type="submit"] {
    margin-left: 130px;
  }
  .box__refined-search .close {
    margin-right: -45px;
  }
}
.top-search-form-wrapper {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  z-index: 9;
}
.top-search-form-wrapper .fluid-side .form-group {
  position: relative;
}
.top-search-form-wrapper .fluid-side .form-group input {
  background: #FFF;
  border: 1px solid #c6c6c6;
  color: #6e6e6e;
  width: 100%;
  padding: 0 13px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 34px;
  height: 36px;
}
.top-search-form-wrapper .fluid-side .form-group button.btn-lg {
  position: absolute;
  background: #FFF;
  border: none;
  top: 1px;
  right: 0;
  height: 34px;
  cursor: pointer;
  font-size: 0;
  width: 36px;
  display: block;
}
.top-search-form-wrapper .fluid-side .form-group button.btn-lg:after {
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  background: #FFF;
  font-size: 16px;
  color: #6e6e6e;
  height: 34px;
  width: 35px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 34px;
  font-family: 'FontAwesome';
}
.top-search-form-wrapper .fluid-side .form-group button.btn-lg input.form-submit {
  height: 34px;
}
.top-search-form-wrapper .link__refined {
  text-decoration: none;
  font-size: 12px;
}
.top-search-form-wrapper .link__refined:hover {
  text-decoration: underline;
}
.top-search-form-wrapper .link__refined span {
  line-height: 36px;
}
.top-search-form-wrapper .link__refined:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  margin-top: -1px;
  font-size: 22px;
  line-height: 36px;
}
.top-search-form-wrapper .box__refined-search {
  z-index: 99;
  left: auto;
  right: 0;
}
.top-search-form-wrapper .box__refined-search:before {
  left: auto;
  right: 13px;
}
.top-search-form-wrapper .box__refined-search:after {
  left: auto;
  right: 15px;
}
.top-search-form-wrapper .form-item-filters-exact-match {
  margin-top: 0;
  font-size: 16px;
}
.top-search-form-wrapper .form-item-filters-exact-match label {
  font-size: 16px;
}

@media (min-width: 600px) {
  .top-search-form-wrapper {
    float: right;
    width: 40.74074074%;
  }
  .top-search-form-wrapper .link__refined {
    line-height: 36px;
    display: inline-block;
  }
  .top-search-form-wrapper .link__refined span {
    width: 55px;
    display: inline-block;
    line-height: 12px;
    margin-top: 5px;
  }
  .top-search-form-wrapper .form-item-filters-exact-match {
    margin-left: 0;
  }
  .i18n-da .top-search-form-wrapper .form-item-filters-exact-match {
    margin-left: 0;
  }
  .top-search-form-wrapper .form-item-filters-exact-match label {
    display: inline;
  }

  .fixed-side {
    float: right;
    width: 95px;
    padding-left: 10px;
  }

  .fluid-side {
    width: 100%;
    float: left;
    margin-right: -95px;
  }
  .fluid-side .form-group {
    margin-right: 95px;
  }
}
@media (min-width: 800px) {
  .top-search-form-wrapper {
    float: right;
    width: 50%;
  }
}
@media (min-width: 860px) {
  .top-search-form-wrapper .form-item-filters-exact-match {
    margin-left: 130px;
  }
  .i18n-da .top-search-form-wrapper .form-item-filters-exact-match {
    margin-left: 184px;
  }
}
.node-type-product-display .content-page {
  padding: 0;
}
.node-type-product-display .content-page .content {
  -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.23) ;
  background: #FFFFFF;
}

.book-page:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.book-page__content {
  padding: 20px 15px;
}
.book-page__content:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.book-page__book-details h1.book-author,
.book-page__book-details h2.book-author,
.book-page__book-details p.book-author {
  font-size: 1.625em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.book-page__book-details .title {
  color: #336666;
  font-family: "Crimson Text", serif;
  font-size: 1.5em;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.book-page__book-details .book-edition {
  color: #6e6e6e;
  font-size: 1em;
  margin-bottom: 10px;
  font-family: "Crimson Text", serif;
}
.book-page__book-details .book-edition span {
  display: block;
}
.book-page__book-details .book-description {
  font-size: 1em;
  line-height: 1.125em;
  color: #3a3a3a;
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  font-family: "Crimson Text", serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.book-page__book-details .book-description p {
  margin-bottom: 15px;
}
.book-page__book-details .book-description.short {
  max-height: 150px;
}
.book-page__book-details .book-description.short:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  background: rgba(255, 255, 255, 0);
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.8)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}
.book-page__book-details .read-more-less {
  font-size: 1em;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  position: relative;
  margin-bottom: 20px;
  color: #3a3a3a;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.book-page__book-details .read-more-less:before {
  margin-right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  font-size: 16px;
  color: #336666;
}
.book-page__book-details .read-more-less.less:before {
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  color: #336666;
  font-size: 16px;
}
.book-page__book-details .book_price {
  color: #3a3a3a;
  font-size: 1.625em;
  font-weight: bold;
  margin-bottom: 20px;
  font-family: "Montserrat", sans-serif;
}
.book-page__book-details .button,
.book-page__book-details input[type="submit"] {
  background: #01988d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 1em;
  line-height: 2.375em;
  height: 38px;
  padding: 0 15px;
}
.book-page__book-details .button:hover,
.book-page__book-details input[type="submit"]:hover {
  background: #017f76;
}
.book-page__book-image {
  text-align: center;
}

@media (min-width: 600px) {
  .node-type-product-display .content-page {
    padding: 0;
  }

  .book-page__content {
    padding: 45px 30px;
  }
  .book-page__aside {
    float: left;
    width: 30.39215686%;
    margin-right: 2.94117647%;
  }
  .book-page__book-details {
    float: left;
    width: 66.66666667%;
  }
  .book-page__book-details h2.title {
    font-size: 2.125em;
  }
  .book-page__book-details .book-author {
    font-size: 1.875em;
  }
  .book-page__book-details .book-edition {
    font-size: 1.25em;
  }
  .book-page__book-details .book-description {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .book-page__book-details .read-more-less {
    font-size: 1.25em;
  }
  .book-page__book-details .read-more-less:before {
    font-size: 20px;
  }
  .book-page__book-details .read-more-less.less:before {
    font-size: 20px;
  }
  .book-page__book-details .button,
  .book-page__book-details input[type="submit"] {
    font-size: 1.25em;
    line-height: 2.7em;
    height: 54px;
    padding: 0 35px;
  }
}
.breadcrumbs {
  border-bottom: 1px solid #c6c6c6;
  padding: 10px 15px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 12px;
}
.breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}
.breadcrumbs ul li:after {
  font-family: 'FontAwesome';
  margin-left: 7px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -2px;
}
.breadcrumbs ul li.last:after {
  content: '';
}
.breadcrumbs ul li a {
  color: #3a3a3a;
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .breadcrumbs {
    font-size: 14px;
    padding: 20px 30px;
  }
}
.flex-direction-nav a {
  z-index: 2;
}
.flex-direction-nav a:before {
  font-size: 36px;
  font-family: "FontAwesome";
  color: #3a3a3a;
  text-shadow: none;
  content: "";
}
.flex-direction-nav a.flex-next:before {
  content: "";
}

#book_image_carousel .flex-viewport {
  padding-top: 20px;
}
#book_image_carousel .flex-direction-nav a {
  width: 20px;
  height: 85px;
  top: 40px;
  background: rgba(255, 255, 255, 0.5);
  line-height: 85px;
}
#book_image_carousel .flex-direction-nav a:before {
  font-size: 20px;
  width: 20px;
  text-align: center;
}
#book_image_carousel .flex-direction-nav a.flex-prev {
  left: 0;
}
#book_image_carousel .flex-direction-nav a.flex-next {
  right: 0;
}
#book_image_carousel .flex-active-slide {
  position: relative;
}
#book_image_carousel .flex-active-slide:before {
  content: "";
  position: absolute;
  text-decoration: none !important;
  font-size: 1.42857143em;
  line-height: 0.55em;
  height: 0.53846154em;
  top: -20px;
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 300;
  font-family: "FontAwesome";
  display: inline-block;
  overflow: hidden;
}
#book_image_carousel .slides li div {
  height: 85px;
  width: 85px;
  overflow: hidden;
  border: 1px solid #CCC;
  text-align: center;
}
#book_image_carousel .slides li div:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.27em;
}
#book_image_carousel .slides li div img {
  display: inline;
  width: auto;
  max-width: 72px;
  max-height: 72px;
  vertical-align: middle;
}

#book_image_slider {
  margin-bottom: 10px;
}
#book_image_slider .picture {
  padding-bottom: 0;
  background: transparent;
}

.store_details {
  padding: 10px 15px;
  border-top: 1px solid #c6c6c6;
}
.store_details:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.store_details h2 {
  font-size: 1.625em;
  font-weight: 500;
  margin: 0 0 10px;
}
.store_details .store_name {
  font-family: "Montserrat", sans-serif;
  color: #336666;
  font-size: 1.5em;
  margin-bottom: 20px;
}
.store_details .store_about {
  font-family: "Crimson Text", serif;
}
.store_details .store_about p {
  font-size: 1em;
  line-height: 1.125em;
  color: #3a3a3a;
  margin-bottom: 10px;
}
.store_details .store_contacts {
  color: #336666;
  font-size: 1em;
  border-top: 1px solid #c6c6c6;
}
.store_details .store_contacts_content {
  font-family: "Crimson Text", serif;
  padding-top: 10px;
}
.store_details .store_contacts_content .address {
  margin-bottom: 15px;
}
.store_details .store_contacts_content .address p {
  margin: 0;
}
.store_details .store_contacts_content .phones p {
  margin: 0;
}
.store_details .store_contacts_content a {
  text-decoration: none;
}
.store_details .store_contacts_content a:hover {
  text-decoration: underline;
}

@media (min-width: 600px) {
  .bookseller-search .views-widget-filter-title {
    float: left;
  }
  .bookseller-search .views-submit-button {
    float: left;
    margin-top: 39px;
  }

  .store_details {
    padding: 40px 30px;
  }
  .store_details h2 {
    font-size: 2.125em;
  }
  .store_details .store_name {
    font-size: 1.875em;
  }
  .store_details .store_about {
    width: 66.66666667%;
    float: left;
    margin-right: 2.94117647%;
  }
  .store_details .store_about p {
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 15px;
  }
  .store_details .store_contacts {
    float: left;
    width: 30.29411765%;
    border-left: 1px solid #c6c6c6;
    border-top: 0;
    padding-top: 0;
    font-size: 1.25em;
  }
  .store_details .store_contacts_content {
    padding: 0 15px;
  }
}
.block__filterby_title {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}
.block__filterby_title h2 {
  font-size: 1.5em;
  margin-bottom: 5px;
  font-weight: 500;
}
.block__filterby_body {
  font-weight: 300;
}
.block__filterby .label,
.block__filterby label {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}
.block__filterby .filterby_active {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.block__filterby .filterby_active ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block__filterby .filterby_active ul li {
  display: block;
  margin-bottom: 10px;
}
.block__filterby .filter_remove {
  position: relative;
}
.block__filterby .filter_remove:before {
  content: "";
  display: inline-block;
  font-family: 'FontAwesome';
  margin-right: 10px;
  color: #336666;
}
.block__filterby .form-type-dropdown,
.block__filterby .form-type-checkbox-group {
  margin-bottom: 30px;
}
.block__filterby .form-type-dropdown .form-type-checkbox input,
.block__filterby .form-type-checkbox-group .form-type-checkbox input {
  margin-left: 15px;
}
.block__filterby .form-type-dropdown .form-type-checkbox input#select-all,
.block__filterby .form-type-checkbox-group .form-type-checkbox input#select-all {
  margin-left: 0;
}
.block__filterby .form-type-dropdown .box-dropdown,
.block__filterby .form-type-checkbox-group .box-dropdown {
  display: inline-block;
  position: relative;
}
.block__filterby .form-type-checkbox {
  margin-bottom: 10px;
}
.block__filterby .form-type-checkbox .label {
  display: none;
}
.block__filterby .form-type-checkbox input {
  margin-right: 5px;
}
.block__filterby .form-year-range {
  margin-bottom: 20px;
}
.block__filterby .form-year-range input {
  width: 42.85714286%;
  margin-bottom: 15px;
  padding: 3px 7px;
}
.block__filterby .form-year-range .price-range {
  margin: 10px 0 0 0;
  width: 100%;
}
.block__filterby .form-year-range .ui-corner-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.block__filterby .form-year-range .ui-widget.ui-widget-content {
  border: 1px solid #6e6e6e;
}
.block__filterby .form-year-range .ui-slider-horizontal {
  height: 0;
}
.block__filterby .form-year-range .ui-slider .ui-slider-handle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  top: -.6em;
}
.block__filterby .form-year-range .ui-state-default,
.block__filterby .form-year-range .ui-widget-content .ui-state-default,
.block__filterby .form-year-range .ui-widget-header .ui-state-default,
.block__filterby .form-year-range .ui-button,
.block__filterby .form-year-range html .ui-button.ui-state-disabled:hover,
.block__filterby .form-year-range html .ui-button.ui-state-disabled:active {
  border: 2px solid #336666;
  background: #FFFFFF;
}
.block__filterby .form-price-range {
  margin-bottom: 20px;
}
.block__filterby .form-price-range input {
  width: 42.85714286%;
  margin-bottom: 15px;
  padding: 3px 7px;
}
.block__filterby .form-price-range .price-range {
  margin: 10px 0 0 0;
  width: 100%;
}
.block__filterby .form-price-range .ui-corner-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}
.block__filterby .form-price-range .ui-widget.ui-widget-content {
  border: 1px solid #6e6e6e;
}
.block__filterby .form-price-range .ui-slider-horizontal {
  height: 0;
}
.block__filterby .form-price-range .ui-slider .ui-slider-handle {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  top: -.6em;
}
.block__filterby .form-price-range .ui-state-default,
.block__filterby .form-price-range .ui-widget-content .ui-state-default,
.block__filterby .form-price-range .ui-widget-header .ui-state-default,
.block__filterby .form-price-range .ui-button,
.block__filterby .form-price-range html .ui-button.ui-state-disabled:hover,
.block__filterby .form-price-range html .ui-button.ui-state-disabled:active {
  border: 2px solid #336666;
  background: #FFFFFF;
}
.block__filterby .form-submit {
  margin-top: 20px;
  margin-right: 15px;
  margin-bottom: 10px;
}
.block__filterby .form-item-filters-exact-match input {
  display: inline;
  margin-right: 5px;
}
.block__filterby .form-item-filters-exact-match label {
  text-align: left;
  display: inline;
  font-weight: 300;
}

.ui-slider-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.viewing-filters {
  padding: 10px;
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  font-size: 12px;
  font-weight: 300;
}
.viewing-filters:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.viewing-filters .box-dropdown {
  position: relative;
  display: inline-block;
}
.viewing-filters .label,
.viewing-filters label {
  display: inline;
}
.viewing-filters > div {
  display: inline-block;
}
.viewing-filters .showing {
  padding: 1px 0;
}
.viewing-filters .showing,
.viewing-filters .price,
.viewing-filters .sort-by {
  margin-right: 15px;
}

@media (min-width: 600px) {
  .viewing-filters .price,
  .viewing-filters .sort-by {
    float: right;
  }
  .viewing-filters .price {
    margin-right: 15px;
  }
}
@media (min-width: 900px) {
  .viewing-filters {
    font-size: 14px;
    padding: 10px 30px;
  }
  .viewing-filters .showing,
  .viewing-filters .sort-by {
    margin-right: 30px;
  }
}
.view-search-result-list {
  padding: 10px 15px;
}

.search__list__item {
  border-bottom: 1px solid #c6c6c6;
  padding: 15px 0;
}
.search__list__item:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.search__list__item:first-child {
  padding-top: 0;
}
.search__list__item:last-child {
  border-bottom: 0;
}
.search__list__item .fluid_side .book_info_image {
  text-align: center;
}
.search__list__item .fluid_side .book_info_details {
  margin-bottom: 15px;
}
.search__list__item .fluid_side .book_info .book-title {
  color: #336666;
  font-family: "Crimson Text", serif;
  font-size: 1.25em;
  margin-bottom: 3px;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.search__list__item .fluid_side .book_info .book-title a:hover {
  color: #3a3a3a;
}
.search__list__item .fluid_side .book_info .book-author {
  font-size: 1.375em;
  font-weight: 500;
  margin: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.search__list__item .fluid_side .book_info .book-author a:hover {
  text-decoration: none;
}
.search__list__item .fluid_side .book_info .book-author a:hover:hover {
  text-decoration: underline;
}
.search__list__item .fluid_side .book_info .book-edition {
  font-family: "Crimson Text", serif;
  font-size: 1em;
  color: #6e6e6e;
  margin-bottom: 3px;
}
.search__list__item .fluid_side .book_info .book-edition span {
  display: block;
}
.search__list__item .fluid_side .book_info .book-description {
  font-family: "Crimson Text", serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 5px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.search__list__item .fluid_side .book_info a.link__more {
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
}
.search__list__item .fluid_side .book_info a.link__more:hover {
  text-decoration: underline;
}
.search__list__item .fluid_side .book_info a.link__more:before {
  margin-right: 5px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  color: #336666;
  font-size: 14px;
}
.search__list__item .fixed_side .book-price {
  font-size: 1.25em;
  font-weight: 600;
  margin-bottom: 5px;
}
.search__list__item .button,
.search__list__item input[type="submit"] {
  background: #01988d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875em;
  line-height: 2.71428571em;
  height: 38px;
  text-align: center;
}
.search__list__item .button:hover,
.search__list__item input[type="submit"]:hover {
  background: #017f76;
}

.block__filterby .form-year-range input[type="text"] {
  vertical-align: middle;
  border: 1px solid #6e6e6e;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  text-indent: 6px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
}

.block__filterby .form-price-range input[type="text"] {
  vertical-align: middle;
  border: 1px solid #6e6e6e;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  text-indent: 6px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
}

@media (min-width: 600px) {
  .fluid_side {
    float: left;
    width: 100%;
  }
  .fluid_side .book_info_image {
    float: left;
    width: 24.46808511%;
  }
  .fluid_side .book_info_details {
    padding-left: 27.65957447%;
  }
  .fluid_side .book_info .book-title {
    font-size: 1.5em;
  }
  .fluid_side .book_info .book-author {
    font-size: 1.375em;
  }

  .fixed_side {
    margin-left: 27.65957447%;
  }
}
@media (min-width: 800px) {
  .view-search-result-list {
    padding: 10px 30px;
  }

  .fluid_side {
    float: left;
    width: 100%;
  }
  .fluid_side .book_info {
    margin-right: 140px;
  }
  .dkk .fluid_side .book_info, .nok .fluid_side .book_info, .i18n-sv .fluid_side .book_info {
    margin-right: 174px;
  }
  .fluid_side .book_info_image {
    float: left;
    width: 24.46808511%;
  }
  .fluid_side .book_info_details {
    padding-left: 27.65957447%;
  }
  .fluid_side .book_info .book-title {
    font-size: 1.5em;
  }
  .fluid_side .book_info .book-author {
    font-size: 1.375em;
  }
  .fluid_side .book_info .book-edition {
    font-size: 1em;
  }

  .fixed_side {
    width: 130px;
    float: right;
    margin-left: -130px;
    text-align: center;
  }
  .dkk .fixed_side, .nok .fixed_side, .i18n-sv .fixed_side {
    width: 164px;
    margin-left: -164px;
  }
  .i18n-sv .fixed_side .button {
    padding: 0;
    width: 100%;
  }
}
.pager {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  border-top: 1px solid #c6c6c6;
  padding: 15px 0;
  display: block;
  font-weight: 300;
}
.pager-item, .pager-previous, .pager-next, .pager-current {
  font-size: 20px;
  color: #336666;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 0 8px;
}
.pager-current {
  color: #3a3a3a;
  font-weight: bold;
}
.pager-item {
  display: none;
}
.pager .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pager .fa:before {
  vertical-align: -10%;
  font-size: 18px;
  display: inline-block;
  width: 1.07142857em;
  text-align: center;
  margin-right: 5px;
}
.pager .fa-chevron-right:before {
  content: "\f054";
}
.pager .fa-chevron-left:before {
  content: "\f053";
}

@media (min-width: 600px) {
  .pager-item, .pager-previous, .pager-next, .pager-current {
    margin: 0 15px;
  }
  .pager-item {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
}
.content-page {
  font-family: "Crimson Text", serif;
  background: white;
  border-radius: inherit;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 15px;
}
.content-page:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.content-page blockquote {
  font-style: italic;
}

@media (min-width: 600px) {
  .content-page {
    padding: 15px 30px;
  }
}
button,
input,
select,
textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
}

.columns-split:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.columns-split ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.columns-split ul li a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.columns-split ul li a:hover {
  text-decoration: underline;
}
.columns-split .column {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

@media (min-width: 600px) {
  .columns-split .column {
    float: left;
    width: 33.33333333%;
    padding: 0 20px;
  }
  .columns-split .column:first-child {
    padding-left: 0;
  }
  .columns-split .column:last-child {
    padding-right: 0;
  }
}
.want-columns:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.button,
input[type="submit"] {
  background: #01988d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding: 0 25px;
  text-align: center;
}
.button:hover,
input[type="submit"]:hover {
  background: #017f76;
}

input.form-button-disabled {
  background-color: rgba(0, 0, 0, 0.2) !important;
  cursor: default !important;
}

.page-user-wantlist .action-links {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 15px;
}
.page-user-wantlist .action-links li {
  display: inline-block;
}
.page-user-wantlist .action-links li a {
  background: #01988d;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
.page-user-wantlist .action-links li a:hover {
  background: #017f76;
}

.want_form {
  font-family: "Montserrat", sans-serif;
}
.want_form .label,
.want_form label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  font-weight: 500;
  font-size: 14px;
  width: 100px;
  margin: 5px 0;
}
.want_form .form-type-dropdown .label,
.want_form .form-type-dropdown label {
  width: auto;
}
.page-wantlist-add #anet-wantlist-edit .want_form .form-type-select, .page-wantlist-add #anet-wantlist-edit
.want_form .form-type-textfield {
  margin-bottom: 15px;
}
.want_form input[type="text"] {
  vertical-align: middle;
  border: 1px solid #6e6e6e;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  text-indent: 6px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  width: 100%;
}
.want_form .form-type-select .form-select {
  width: 100%;
}
.want_form .box-dropdown {
  display: inline-block;
  position: relative;
  font-size: 14px;
}
.want_form .box__remove {
  margin: 5px 0;
}
.want_form .description {
  color: #a7a5a5;
}

@media (min-width: 600px) {
  .want_info {
    float: left;
    width: 100%;
  }
  .want_info_content {
    margin-left: 360px;
  }
  .want_info_content .button,
  .want_info_content input[type="submit"] {
    height: auto;
    min-height: 30px;
  }

  .want_form {
    float: left;
    width: 350px;
    margin-left: -100%;
  }
  .want_form .label,
  .want_form label {
    vertical-align: middle;
  }
  .want_form input[type="text"] {
    width: 65% !important;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    *display: inline;
  }
  .want_form .form-type-select .form-select {
    width: 65% !important;
  }

  #submit-want_form {
    float: right;
    margin-right: 20px;
  }
}
#anet-wantlist-edit #submit-want_form {
  margin-right: 20px;
  margin-top: 20px;
  float: none;
}

.abc {
  font-size: 18px;
  vertical-align: middle;
}
.abc a {
  text-decoration: none;
  color: #336666;
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  margin: 5px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.abc a:hover {
  text-decoration: underline;
}
.abc span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin: 5px 5px 5px 0;
}

.bookseller-search {
  margin-bottom: 15px;
}
.bookseller-search input[type="text"] {
  height: 30px;
  padding: 0 5px;
  margin-right: 5px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.booksellers-list {
  clear: both;
}
.booksellers-list a {
  color: #336666;
  text-decoration: none;
  font-weight: 300;
}
.booksellers-list a:hover {
  text-decoration: underline;
}
.booksellers-list a .heading {
  font-size: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  margin-right: 15px;
  margin-bottom: 10px;
}
.booksellers-list a.link_top {
  font-family: "Montserrat", sans-serif;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  position: relative;
}
.booksellers-list a.link_top:before {
  margin-right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  font-size: 16px;
}
.booksellers-list a i {
  width: 30px;
  text-align: center;
}
.booksellers-list a i:before {
  font-size: 24px;
  position: relative;
  color: #336666;
}
.booksellers-list a .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;
}
.booksellers-list a .fa.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.booksellers-list .store_name {
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  display: block;
  margin: 0 15px 0 0;
}

fieldset {
  border: 0;
  margin: 0 0 15px 0;
  padding: 0;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.fieldset-wrapper {
  padding: 0;
}

table {
  margin: 15px 0;
  font-size: 1em;
}
table tr td, table tr th {
  padding: 10px 15px;
}
table tr th {
  background: #336666;
  color: #FFFFFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
table tr td.commerce-price, table tr td.commerce-total {
  white-space: nowrap;
}
table tr.even {
  background: rgba(0, 0, 0, 0.03);
}
table tr.store_name {
  background: rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
table.commerce-price-formatted-components {
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
table.commerce-price-formatted-components .component-title {
  text-align: right;
}
table.commerce-price-formatted-components .component-total {
  color: #336666;
  font-weight: 500;
  width: 160px;
  font-size: 20px;
  white-space: nowrap;
  text-align: right;
}
table caption {
  padding: 10px 15px;
  text-align: left;
  font-size: 20px;
  background: rgba(0, 0, 0, 0.1);
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}
table .price {
  text-align: right;
}
table a {
  text-decoration: none;
}
table a:hover {
  text-decoration: underline;
}

input.form-checkbox,
input.form-radio {
  vertical-align: initial;
}

label {
  font-weight: 500;
  font-size: 14px;
  margin: 5px 0;
  font-family: "Montserrat", sans-serif;
}

input.form-text {
  vertical-align: middle;
  border: 1px solid #6e6e6e;
  background: #fff;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;
  font-size: 16px;
  text-indent: 6px;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-weight: 300;
  height: 30px;
  line-height: 30px;
  font-family: "Montserrat", sans-serif;
}

select {
  height: 30px;
  border-color: #6e6e6e;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
}

.customer_profile_billing .form-item,
.customer_profile_billing .form-select,
.customer_profile_shipping .form-item,
.customer_profile_shipping .form-select,
.commerce_user_profile_pane .form-item,
.commerce_user_profile_pane .form-select,
#anet-wantlist-edit .form-item,
#anet-wantlist-edit .form-select {
  margin: 0 5px 0 0;
}
.customer_profile_billing .form-type-select,
.customer_profile_shipping .form-type-select,
.commerce_user_profile_pane .form-type-select,
#anet-wantlist-edit .form-type-select {
  padding-right: 5px;
}
.customer_profile_billing .form-type-select select,
.customer_profile_shipping .form-type-select select,
.commerce_user_profile_pane .form-type-select select,
#anet-wantlist-edit .form-type-select select {
  width: 100%;
  max-width: 280px;
}
.customer_profile_billing input.form-text,
.customer_profile_shipping input.form-text,
.commerce_user_profile_pane input.form-text,
#anet-wantlist-edit input.form-text {
  width: 100%;
  max-width: 280px;
}

#anet-wantlist-edit .form-type-select select {
  max-width: 380px;
}
#anet-wantlist-edit input.form-text {
  max-width: 380px;
}

.checkout-buttons .button,
.checkout-buttons input[type="submit"] {
  font-weight: 300;
  margin-bottom: 15px;
}
.checkout-buttons .button-operator {
  margin: 0 15px;
}

.view-commerce-cart-form .form-actions .form-submit {
  margin-right: 15px;
}

@media (min-width: 600px) {
  .customer_profile_billing .fieldset-wrapper:after,
  .customer_profile_shipping .fieldset-wrapper:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
  }
  .customer_profile_billing .fieldset-wrapper .form-type-select,
  .customer_profile_billing .fieldset-wrapper .addressfield-container-inline,
  .customer_profile_billing .fieldset-wrapper .street-block,
  .customer_profile_billing .fieldset-wrapper .locality-block,
  .customer_profile_shipping .fieldset-wrapper .form-type-select,
  .customer_profile_shipping .fieldset-wrapper .addressfield-container-inline,
  .customer_profile_shipping .fieldset-wrapper .street-block,
  .customer_profile_shipping .fieldset-wrapper .locality-block {
    width: 50%;
    float: left;
    margin: 0 0 15px 0;
  }
  .customer_profile_billing .fieldset-wrapper .street-block .form-item,
  .customer_profile_billing .fieldset-wrapper .locality-block .form-item,
  .customer_profile_shipping .fieldset-wrapper .street-block .form-item,
  .customer_profile_shipping .fieldset-wrapper .locality-block .form-item {
    margin-bottom: 15px;
    clear: left;
  }

  .view-commerce-cart-form .form-actions {
    text-align: right;
    margin-right: 0;
    margin-left: 15px;
  }
}
input.delete-line-item {
  background: #d25350;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  text-decoration: none;
  color: #fff;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 400;
  border: none;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}
input.delete-line-item:hover {
  background: #cd3f3c;
}

.line-item-summary {
  text-align: right;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
  color: #336666;
  margin: 30px 0;
}

.view-commerce-cart-form .form-actions .button,
.view-commerce-cart-form .form-actions input[type="submit"] {
  margin-bottom: 15px;
}

table .views-field-line-item-title {
  width: 29.41176471%;
}
table .views-field-sku, table .views-field-order-number, table .views-field-edit-quantity, table .views-field-edit-link {
  width: 100px;
}
table .views-field-commerce-unit-price, table .views-field-commerce-total, table .views-field-commerce-price {
  width: 140px;
}
table .views-field-edit-delete {
  width: 135px;
}
table .views-field-id {
  width: 80px;
}
table td.views-field-commerce-unit-price, table td.views-field-commerce-total, table td.views-field-commerce-price, table td.views-field-commerce-order-total {
  text-align: right;
  white-space: nowrap;
}

.anet_cart_contents {
  min-width: inherit;
}

.table-responsive {
  overflow-x: auto;
  width: 100%;
}
.table-responsive::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-responsive::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

#tabs ul.primary li.active a {
  background-color: #eaeaea;
}

.page-checkout-review table.checkout-review tbody tr.pane-title, .page-checkout-review table.checkout-review tbody tr.pane-data {
  background: transparent;
}
.page-checkout-review table.checkout-review tbody tr.pane-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.page-checkout-review table.checkout-review tbody tr.pane-title td {
  padding-left: 0;
  padding-right: 0;
}
.page-checkout-review table.checkout-review tbody tr.pane-data .pane-data-full {
  padding: 0;
}

.messages.status a {
  color: #3838ea;
  text-decoration: underline;
}
.messages.status a:hover {
  text-decoration: none;
}

.checkout-completion-message a {
  color: #325757;
  text-decoration: underline;
}
.checkout-completion-message a:hover {
  text-decoration: none;
}

.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 220px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Montserrat", sans-serif;
  -webkit-box-shadow: 0 0 0 0 ;
  -moz-box-shadow: 0 0 0 0 ;
  box-shadow: 0 0 0 0 ;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -220px;
}
.sidr.left {
  left: -220px;
}

#sidr .box__login-form.logout ul li a {
  color: #FFFFFF;
  padding: 5px;
  display: block;
}
#sidr .box__login-form.logout ul li:before {
  display: none;
}
#sidr .box__login-form.logout ul li.logout:before {
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
}

#sidr {
  background: #325757;
  color: #FFFFFF;
}
#sidr .choose-language,
#sidr .choose-currency {
  padding: 0 15px;
  font-weight: 300;
}
#sidr .choose-language label,
#sidr .choose-currency label {
  font-weight: 300;
}

#mobile-header {
  display: block;
  background: #325757;
  color: #FFFFFF;
  padding: 10px;
  min-height: 26px;
  font-weight: 300;
}
#mobile-header:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#mobile-header .menu-button:before {
  margin-right: 10px;
  font-family: 'FontAwesome';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  font-size: 28px;
}

@media (min-width: 600px) {
  #mobile-header {
    display: none;
  }
}
.entity .label,
.entity label,
.profile .label,
.profile label {
  margin-top: 10px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}
.entity a,
.profile a {
  text-decoration: none;
}
.entity a:hover,
.profile a:hover {
  text-decoration: underline;
}

.shopper-info-wrapper .info {
  margin-bottom: 15px;
}
.shopper-info-wrapper .info .label,
.shopper-info-wrapper .info label {
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
  font-family: "Montserrat", sans-serif;
}
.shopper-info-wrapper .info a {
  text-decoration: none;
}
.shopper-info-wrapper .info a:hover {
  text-decoration: underline;
}

.fieldset-legend {
  font-family: "Montserrat", sans-serif;
}

@media (min-width: 600px) {
  .shopper-info-wrapper .info {
    float: left;
    width: 33.3%;
  }
}
#user-login .form-text,
#user-register-form .form-text,
#user-pass .form-text {
  max-width: 500px;
  width: 100%;
}
