
/* ==========================================================================
  Style
========================================================================== */
.clearfix:before, dl:before, .inner:before, .site-main-featured:before, .list-main:before, .site-header:before, .header-main-menu ul:before, .product:before, .price-options label:before, .book-row:before, .pagination:before, .book-list-wrap:before, .search-item:before, .clearfix:after, dl:after, .inner:after, .site-main-featured:after, .list-main:after, .site-header:after, .header-main-menu ul:after, .product:after, .price-options label:after, .book-row:after, .site-sidebar .advertisements-inner:after, .pagination:after, .book-list-wrap:after, .search-item:after {
  content: " ";
  display: table; }
.clearfix:after, dl:after, .inner:after, .site-main-featured:after, .list-main:after, .site-header:after, .header-main-menu ul:after, .product:after, .price-options label:after, .book-row:after, .site-sidebar .advertisements-inner:after, .pagination:after, .book-list-wrap:after, .search-item:after {
  clear: both; }

/* Colors
----------------------------------------------- */
/* Breakpoints
----------------------------------------------- */
/* Grids
----------------------------------------------- */
html {
  box-sizing: border-box;
  min-width: 300px; }

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

body {
  background: #f1f1f1;
  font-size: 87.5%; }
  @media (min-width: 720px) {
    body {
      font-size: 100%; } }

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

hr {
  margin: 1em 0 1.5em;
  background: 0;
  border: 0;
  border-bottom: 2px solid #f1f1f1; }

.todo {
  background: pink;
  color: red; }

.fb-like-box iframe {
  max-width: 410px;
  position: relative !important; }
.fb-like-box span {
  text-align: center !important; }
@media (max-width: 580px) {
  .fb-like-box {
    display: none !important; } }

/* ==========================================================================
  Components - Typography
========================================================================== */
body {
  font-family: "Source Sans Pro", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #0e2b34; }

h1 {
    font-family: 'Rokkitt', serif;
    letter-spacing: 0.170rem;
    color: #0e2b34;
}

h2 {
    font-family: 'Rokkitt', serif;
    letter-spacing: 0.450rem;
}

h1 {
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.0;
  margin: 0 0 0.25em; }
  @media (min-width: 720px) {
    h1 {
      font-size: 2.8em; } }

h2, h1.header2 {
  font-size: 1.3em;
  line-height: 1.1;
  margin: 0 0 0.75em;
  text-transform: uppercase; }
  @media (min-width: 720px) {
    h2, h1.header2 {
      font-size: 1.5em; } }

h3 {
  line-height: 1.1;
  margin: 0 0 0.5em; }

h4 {
  margin: 0 0 0.5em; }

p {
  margin: 0 0 1em; }

a {
  color: #0e2b34; }
  a:hover {
    color: #40a88c; }

dl {
  margin: 0 0 1em; }

dt {
  width: 100px;
  float: left;
  clear: left;
  line-height: 1.3;
  color: #333; }

dd {
  margin-left: 110px;
  padding-bottom: 0.25em;
  line-height: 1.3; }

/* ==========================================================================
  Components - Forms
========================================================================== */
button,
.button,
input[type=submit] {
  display: inline-block;
  border: 0;
  font-family: inherit;
  padding: 0.5em 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  text-decoration: none; }
  button.cta,
  .button.cta,
  input[type=submit].cta {
    background: #e9a712;
    color: #000;
    font-weight: 700; }
    @media (min-width: 720px) {
      button.cta,
      .button.cta,
      input[type=submit].cta {
        font-size: 1.125em; } }
    button.cta:focus,
    .button.cta:focus,
    input[type=submit].cta:focus {
      outline: 0; }
    button.cta:hover,
    .button.cta:hover,
    input[type=submit].cta:hover {
      background: #eeb126; }
    button.cta:active,
    .button.cta:active,
    input[type=submit].cta:active {
      -moz-transition: all 0;
      -o-transition: all 0;
      -webkit-transition: all 0;
      transition: all 0;
      background: #d19610; }

button.with-icon,
.button.with-icon {
  position: relative;
  padding-left: 2.5em;
  padding-right: 0.5em;
  overflow: hidden; }
  @media (min-width: 720px) {
    button.with-icon,
    .button.with-icon {
      padding-left: 3em;
      padding-right: 1em; } }
  button.with-icon:before,
  .button.with-icon:before {
    color: #fff;
    position: absolute;
    left: 0.45em;
    top: 0.65em;
    z-index: 3; }
  button.with-icon:after,
  .button.with-icon:after {
    content: '';
    will-change: transform;
    display: block;
    position: absolute;
    left: -2em;
    top: 0;
    bottom: 0;
    width: 4em;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
  button.with-icon:hover:after,
  .button.with-icon:hover:after {
    left: -1.55em;
    -moz-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg); }
  button.with-icon.cart:after,
  .button.with-icon.cart:after,
   button.with-icon.book:after,
  .button.with-icon.book:after {
    background: #d19610; }

  button.with-icon.small, .button.with-icon.small {
    font-size: 16px;
    font-weight: 600; }

  button.with-icon.purchaselist, .button.with-icon.purchaselist {
    font-size: 14px;
    font-weight: 600;
    margin-top: 10px;
    background: #40a88c; }
  button.with-icon.purchaselist:hover, .button.with-icon.purchaselist:hover {
    background: #50b89c; }
  button.with-icon.purchaselist:after, .button.with-icon.purchaselist:after {
    background: #30987c; }

  button.with-icon.facebook, button.with-icon.twitter, button.with-icon.googleplus,
  .button.with-icon.facebook,
  .button.with-icon.twitter,
  .button.with-icon.googleplus {
    font-size: 0.875em;
    font-weight: bold;
    color: #fff; }
    @media (min-width: 720px) {
      button.with-icon.facebook, button.with-icon.twitter, button.with-icon.googleplus,
      .button.with-icon.facebook,
      .button.with-icon.twitter,
      .button.with-icon.googleplus {
        font-size: 0.75em; } }
    button.with-icon.facebook:before, button.with-icon.twitter:before, button.with-icon.googleplus:before,
    .button.with-icon.facebook:before,
    .button.with-icon.twitter:before,
    .button.with-icon.googleplus:before {
      font-size: 1.143em; }
    button.with-icon.facebook:after, button.with-icon.twitter:after, button.with-icon.googleplus:after,
    .button.with-icon.facebook:after,
    .button.with-icon.twitter:after,
    .button.with-icon.googleplus:after {
      font-size: 1.143em;
      background: #f1f1f1; }
  button.with-icon.facebook,
  .button.with-icon.facebook {
    background: #3b5998; }
    button.with-icon.facebook:before,
    .button.with-icon.facebook:before {
      color: #3b5998; }
  button.with-icon.twitter,
  .button.with-icon.twitter {
    background: #00aced; }
    button.with-icon.twitter:before,
    .button.with-icon.twitter:before {
      color: #00aced; }
  button.with-icon.googleplus,
  .button.with-icon.googleplus {
    background: #dd4b39; }
    button.with-icon.googleplus:before,
    .button.with-icon.googleplus:before {
      color: #dd4b39; }

div.header-search-form-fields input[type="text"] {
  font-family: inherit;
  padding: 0.4em 0.7em; }

/* ==========================================================================
  Main layout
========================================================================== */
.inner {
  max-width: 1170px;
  margin: 0 6px; }
  @media (min-width: 720px) {
    .inner {
      margin: 0 15px; } }
  @media (min-width: 1200px) {
    .inner {
      margin: 0 auto; } }

.site-main {
  margin-bottom: 2em; }
  @media (min-width: 960px) {
    .site-main {
      width: 74.39024%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }
  .site-main-inner {
    background: #fff;
    padding: 3.7037%; }
    @media (min-width: 720px) {
      .site-main-inner {
        padding: 3.27869%; } }
  .site-main-featured {
    margin: 1.25em 0; }
    .site-main-featured .half {
      margin: 0 0 0.5em;
      text-align: center; }
      @media (min-width: 720px) {
        .site-main-featured .half {
          width: 48.14815%;
          clear: right;
          float: left;
          margin-left: 0;
          margin-right: 3.7037%;
          clear: both;
          margin-bottom: 0; } }
      @media (min-width: 720px) {
        .site-main-featured .half:nth-child(even) {
          width: 48.14815%;
          clear: right;
          float: right;
          margin-right: 0; } }

.list-main {
  margin-bottom: 2em; }
  @media (min-width: 960px) {
    .list-main {
      width: 74.39024%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .list-main-inner {
    background: #fff;
    padding: 3.7037%; }
    @media (min-width: 720px) {
      .list-main-inner {
        padding: 3.27869%; } }

/* ==========================================================================
  Components - Pre-Header
========================================================================== */
.site-preheader {
  background: #0e2b34;
  color: #ffffff;
  padding: 0.4em 0;
  font-size: 0.875em;
  text-align: right; }
  .site-preheader a {
    color: #ffffff;
    text-decoration: none; }
  .site-preheader a:hover {
    text-decoration: underline; }
  .site-preheader .language-selector {
    display: inline-block;
    border-left: 1px solid #ffffff;
    margin: 0 0 0 0.8em;
    padding: 0 0 0 1em;
    list-style: none; }
    .site-preheader .language-selector li {
      display: inline-block; }
      .site-preheader .language-selector li + li {
        margin-left: 0.5em; }

/* ==========================================================================
  Components - Header
========================================================================== */
.site-header {
  position: relative;
  background: #0e2b34;
  margin-bottom: 6px;
  border-bottom: 3px solid #e9a712; }
  @media (min-width: 720px) {
    .site-header {
      margin-bottom: 1.25em; } }

.header-logo {
  width: 35.18519%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 3.7037%; }
  @media (min-width: 720px) {
    .header-logo {
      width: 14.63415%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 2.43902%;
      padding: 0.6em 0 0 2.43902%; } }
  .header-logo img {
    height: 70px; }
    @media (min-width: 720px) {
      .header-logo img {
        height: auto; } }

/* ==========================================================================
  Components - Header - Mobile toggles
========================================================================== */
.header-mobile-toggles {
  position: absolute;
  top: 16px;
  right: 3.7037%;
  padding-right: 6px; }
  @media (min-width: 720px) {
    .header-mobile-toggles {
      display: none; } }
  .header-mobile-toggles button {
    padding: 0;
    text-align: center;
    line-height: 44px;
    background: transparent;
    height: 44px;
    width: 44px;
    vertical-align: middle;
    color: #ffffff; }
    .header-mobile-toggles button + button {
      margin-left: 8px; }

.cart-toggle {
  font-size: 1.8em; }

.search-toggle {
  font-size: 1.8em; }

.navigation-toggle {
  display: inline-block;
  border: none !important;
  background: none !important;
  padding: 0;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  will-change: transform, opacity; }
  .navigation-toggle:hover {
    opacity: 1; }
  .navigation-toggle:active {
    transition: 0; }
  .navigation-toggle:focus {
    outline: 0; }
  .navigation-toggle .lines {
    display: inline-block;
    width: 2rem;
    height: 0.25rem;
    background: #ffffff;
    transition: 0.3s;
    position: relative;
    vertical-align: middle;
    top: -2px;
    will-change: background; }
    .navigation-toggle .lines:before, .navigation-toggle .lines:after {
      display: inline-block;
      width: 2rem;
      height: 0.25rem;
      background: #ffffff;
      transition: 0.3s;
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 0.14285rem center;
      transform-origin: 0.14285rem center; }
    .navigation-toggle .lines:before {
      will-change: transform;
      -webkit-transform: translateY(0.6rem);
      transform: translateY(0.6rem); }
      .no-cssanimations .navigation-toggle .lines:before {
        top: 8px; }
    .navigation-toggle .lines:after {
      will-change: transform;
      -webkit-transform: translateY(-0.6rem);
      transform: translateY(-0.6rem); }
      .no-cssanimations .navigation-toggle .lines:after {
        top: -8px; }
  .navigation-toggle:hover .lines:before {
    -webkit-transform: translateY(0.7rem);
    transform: translateY(0.7rem); }
  .navigation-toggle:hover .lines:after {
    -webkit-transform: translateY(-0.7rem);
    transform: translateY(-0.7rem); }
  .cssanimations .navigation-toggle.active .lines {
    background: transparent; }
  .navigation-toggle.active .lines:before, .navigation-toggle.active .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 2rem; }
  .navigation-toggle.active .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .navigation-toggle.active .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.header-main-menu,
.header-search,
.header-cart {
  clear: both;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s; }
  @media (min-width: 720px) {
    .header-main-menu,
    .header-search,
    .header-cart {
      max-height: none; } }
  .header-main-menu.active,
  .header-search.active,
  .header-cart.active {
    margin: 0.5em 0;
    max-height: 120px; }
    @media (min-width: 720px) {
      .header-main-menu.active,
      .header-search.active,
      .header-cart.active {
        margin: 0; } }

.header-main-menu.active {
  max-height: 250px; }

/* ==========================================================================
  Components - Header - Main navigation
========================================================================== */
@media (min-width: 720px) {
  .header-main-menu {
    width: 82.92683%;
    clear: right;
    float: right;
    margin-right: 0;
    position: relative; } }
@media (min-width: 720px) {
  .header-main-menu:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #0e2b34;
    position: absolute;
    left: 0;
    bottom: 0; } }
.header-main-menu ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f1f1f1; }
.header-main-menu li {
  display: inline-block;
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  border-top: 1px solid #f1f1f1; }
  .header-main-menu li:nth-child(2n+2) {
    border-left: 1px solid #f1f1f1; }
    @media (min-width: 720px) {
      .header-main-menu li:nth-child(2n+2) {
        border-left: 0; } }
.header-main-menu a {
  display: block;
  padding: 16px 0.2em 18px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  /* Keep in one line */ }
  @media (max-width: 825px) {
    .header-main-menu a {
      font-size: 85%;
      padding-right: .1em;
      padding-left: .1em; } }
  @media (max-width: 719px) {
    .header-main-menu a {
      font-size: 95%;
      padding-right: .1em;
      padding-left: .1em; } }
  .header-main-menu a:hover {
    background: #e9a712;
    color: #000000; }
  .header-main-menu a:active {
    background: #d19610; }

@media (min-width: 720px) {
  .flexbox .header-main-menu ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap; } }
@media (min-width: 720px) {
  .flexbox .header-main-menu li {
    flex-grow: 1;
    float: none;
    width: auto;
    border-top: 0; } }

@media (min-width: 720px) {
  .no-flexbox .header-main-menu ul {
    width: 100%;
    display: block;
    text-align: right; } }
.no-flexbox .header-main-menu li {
  display: inline-block;
  width: auto;
  margin-left: .25em;
  margin-right: .25em; }
  @media (max-width: 750px) {
    .no-flexbox .header-main-menu li {
      margin-left: .1em;
      margin-right: .1em; } }
  @media (max-width: 719px) {
    .no-flexbox .header-main-menu li {
      display: block;
      width: 49%;
      float: left; } }
  @media (max-width: 300px) {
    .no-flexbox .header-main-menu li {
      width: 47%; } }
@media (max-width: 900px) {
  .no-flexbox .header-main-menu a {
    font-size: 85%; } }

/* ==========================================================================
  Components - Header - Search
========================================================================== */
@media (min-width: 720px) {
  .header-search {
    width: 57.31707%;
    clear: right;
    float: left;
    margin-right: 2.43902%;
    padding: 0.75em 0; } }

.header-search-form {
  position: relative; }

.header-search-form-fields {
  background: #f1f1f1;
  position: relative;
  margin-top: 42px; }
  @media (min-width: 720px) {
    .header-search-form-fields {
      height: 36px;
      margin-top: 0; } }
  .header-search-form-fields .icon-arrow-down {
    position: absolute;
    right: 8px;
    margin-right: 30%;
    top: 11px;
    color: #333; }
    @media (min-width: 720px) {
      .header-search-form-fields .icon-arrow-down {
        margin-right: 0;
        right: 8px; } }

.header-search-text {
  border: 0;
  background: #f1f1f1;
  height: 36px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 5px;
  -webkit-appearance: none;
  border-radius: 0; }
  @media (min-width: 720px) {
    .header-search-text {
      position: relative;
      bottom: auto;
      margin-bottom: 0; } }
  .header-search-text:focus {
    outline: 0; }

.header-search-filter {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  padding: 0 1.75em 0 0.5em;
  color: #333;
  position: relative;
  z-index: 2;
  height: 32px;
  width: 70%; }
  .header-search-filter::-ms-expand {
    display: none; }
  @media (min-width: 720px) {
    .header-search-filter {
      border-left: 1px solid #ccc;
      width: auto; } }
  .header-search-filter:focus {
    outline: 0; }

.header-search-submit {
  background: #e9a712;
  color: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
  /* Firefox fix */
  z-index: 10;
  /* Keeps icon and text on same line */ }
  @media (max-width: 800px) {
    .header-search-submit {
      text-align: center; }
      .header-search-submit span {
        display: none; } }
  @media (max-width: 719px) {
    .header-search-submit span {
      display: inline-block; } }
  @media (max-width: 310px) {
    .header-search-submit {
      text-align: center; }
      .header-search-submit span {
        display: none; } }
  @media (min-width: 720px) {
    .header-search-submit {
      position: relative;
      width: auto; } }
  @media (max-width: 800px) {
    .header-search-submit {
      padding: inherit 0; } }
  .header-search-submit .icon-search {
    margin-right: 0.25em;
    position: relative;
    top: 1px; }
  .header-search-submit:focus, .header-search-submit:hover {
    background: #eeb126;
    outline: 0; }
  .header-search-submit:active {
    background: #d19610; }

@media (min-width: 720px) {
  .flexbox .header-search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; } }
@media (min-width: 720px) {
  .flexbox .header-search-form-fields {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; } }
@media (min-width: 720px) {
  .flexbox .header-search-text {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
    width: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.no-flexbox .header-search-form-fields .icon-arrow-down {
  display: none; }
.no-flexbox .header-search-text {
  position: relative;
  float: left; }
  @media (max-width: 719px) {
    .no-flexbox .header-search-text {
      float: none;
      margin-bottom: 100px; } }
.no-flexbox .header-search-filter {
  position: absolute;
  right: 100px;
  padding-right: 0; }
  @media (max-width: 719px) {
    .no-flexbox .header-search-filter {
      position: absolute;
      left: 0;
      top: 40px; } }
.no-flexbox .header-search-submit {
  position: absolute;
  right: 0;
  width: 100px; }
  @media (max-width: 719px) {
    .no-flexbox .header-search-submit {
      position: absolute;
      right: 0;
      top: 40px;
      height: 40px; } }

/* ==========================================================================
  Components - Header - Mini cart
========================================================================== */
.header-cart {
  overflow: hidden;
  background: #0e2b34; }
  @media (min-width: 720px) {
    .header-cart {
      width: 23.17073%;
      clear: right;
      float: right;
      margin-right: 0; } }
  .header-cart p {
    margin-bottom: 0; }
  .header-cart a {
    position: relative;
    display: block;
    padding: 0.5em 1em;
    color: #ffffff;
    font-size: 0.875em;
    text-decoration: none;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s; }
    .header-cart a:hover {
      background: #e9a712;
      color: #000; }
      .header-cart a:hover .header-cart-price {
        color: #000;
      }
      .header-cart a:hover .icon-cart, .header-cart a:hover button.with-icon.cart:before,
      .header-cart a:hover .button.with-icon.cart:before {
        color: #000; }
    .header-cart a:active {
      background: #d19610; }
  .header-cart .header-cart-vatinfo {
    font-size: 0.875em;
    color: #e9a712;
    margin-left: 5px; }
  .header-cart a:hover .header-cart-vatinfo {
    color: #000; }
  .header-cart .header-cart-price {
    font-size: 1.7em;
    font-weight: 900;
    line-height: 1;
    color: #e9a712; }
  .header-cart .icon-cart, .header-cart button.with-icon.cart:before,
  .header-cart .button.with-icon.cart:before {
    position: absolute;
    color: #e9a712;
    right: 0.6em;
    top: 0.3em;
    font-size: 2.5em;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    @media (min-width: 720px) {
      .header-cart .icon-cart, .header-cart button.with-icon.cart:before,
      .header-cart .button.with-icon.cart:before {
        font-size: 1.95em; } }
    @media (min-width: 940px) {
      .header-cart .icon-cart, .header-cart button.with-icon.cart:before,
      .header-cart .button.with-icon.cart:before {
        font-size: 2.5em; } }

/* ==========================================================================
  Components - Content area
========================================================================== */

.content-social {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }
  @media (min-width: 720px) {
    .content-social {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .content-social a {
    width: 47%;
    margin: 0 0 0.5em;
    text-align: center; }
    @media (min-width: 720px) {
      .content-social a {
        margin: 0;
        width: auto; } }
    .content-social a:nth-child(even) {
      margin-left: 5%; }
      @media (min-width: 720px) {
        .content-social a:nth-child(even) {
          margin-left: 2.43902%; } }
    @media (min-width: 720px) {
      .content-social a + a {
        margin-left: 2.43902%; } }


/* ==========================================================================
  Components - Front page
========================================================================== */
div.main-slider {
  margin-bottom: 6px; }
  @media (min-width: 720px) {
    div.main-slider {
      margin-bottom: 1.25em; } }

.main-slider-slide-inner {
  height: 0;
  padding-bottom: 36.78161%; }

/* ==========================================================================
  Components - Content area - Single product page
========================================================================== */
.product {
  position: relative;
  margin-bottom: 1em; }

.product-image {
  width: 35.18519%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-bottom: 1em; }
  @media (min-width: 720px) {
    .product-image {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }

.product-title {
  width: 61.11111%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none; }
  @media (min-width: 720px) {
    .product-title {
      width: 65.57377%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .product-title h2 {
    font-family: "Source Sans Pro", sans-serif;
    text-transform: inherit;
    letter-spacing: normal;
    font-weight: 300;
    margin-bottom: 0.25em; }

@media (min-width: 720px) {
  .product-sidebar {
    width: 31.14754%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

.product-buy {
  width: 61.11111%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  clear: left;
  margin-bottom: 1em; }
  @media (min-width: 720px) {
    .product-buy {
      text-align: center;
      margin-bottom: 0;
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .product-buy .price {
    color: #000;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 0.5em; }
    @media (min-width: 720px) {
      .product-buy .price {
        font-size: 2em;
        margin-bottom: 0.5em; } }
  .product-buy .price-normal {
    color: inherit;
    font-weight: 300;
    font-size: 1em;
    line-height: 1;
    text-decoration: line-through;
    margin-top: -0.75em;
    margin-bottom: 1.25em; }
    @media (min-width: 720px) {
      .product-buy .price-normal {
        font-size: 1em;
        margin-bottom: 1.25em; } }


.product-buying-options {
  color: #333;
  font-size: 0.875em;
  margin-top: 0.75em;
  line-height: 1.3; }
  @media (min-width: 720px) {
    .product-buying-options {
      line-height: 1.5; } }

.product-description {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }
  @media (min-width: 720px) {
    .product-description {
      width: 65.57377%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }

.product-social {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }
  @media (min-width: 720px) {
    .product-social {
      width: 65.57377%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .product-social a {
    width: 47%;
    margin: 0 0 0.5em;
    text-align: center; }
    @media (min-width: 720px) {
      .product-social a {
        margin: 0;
        width: auto; } }
    .product-social a:nth-child(even) {
      margin-left: 5%; }
      @media (min-width: 720px) {
        .product-social a:nth-child(even) {
          margin-left: 2.43902%; } }
    @media (min-width: 720px) {
      .product-social a + a {
        margin-left: 2.43902%; } }

.product-details {
  background: #fcfcfc;
  padding: 1em;
  font-size: 0.875em;
  clear: both;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 720px) {
    .product-details {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      margin-top: 2em;
      clear: both; } }

@media (min-width: 720px) {
  .product-details-features {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3; } }

@media (min-width: 720px) {
  .product-details-restrictions {
    margin-top: 0.25em;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 720px) {
  .product-details-description {
    clear: both; } }

.price-options {
  border: 0;
  text-align: left;
  display: block;
  max-width: 220px; }
  @media (min-width: 720px) {
    .price-options {
      margin: 0 auto .1em; } }
  .price-options input {
    margin-right: .2em;
    float: left;
    margin-right: 5%; }
  .price-options span {
    display: block;
    float: left;
    width: 85%;
    margin-top: -0.22em;
    line-height: 1.25; }
  .price-options small {
    display: block;
    line-height: 1;
    margin-top: .15em; }
  .price-options strong {
    display: block;
    color: #000;
    font-size: 1.25em; }
  .price-options label {
    display: block;
    margin-bottom: 0.75em; }

/* ==========================================================================
  Components - Content area - Book Row
========================================================================== */
.book-row {
  position: relative;
  margin-left: 1.5em;
  margin-right: 1.5em; }

.book-teaser {
  box-sizing: border-box !important;
  font-size: 0.875em;
  padding: 0 5px; }
  @media (min-width: 720px) {
    .book-teaser {
      padding: 0 10px; } }

  .book-teaser-image, .audiobook-teaser-image {
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 0.5em;
    position: relative; }
  .book-teaser-image {
    padding-bottom: 138.88889%; }
  .audiobook-teaser-image {
    padding-bottom: 100%; }
  .book-teaser-image img, .audiobook-teaser-image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%; }
.book-teaser-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  font-size: 1em;
  margin-bottom: 0.25em; }
  .book-teaser-title a {
    color: inherit;
    text-decoration: none; }
    .book-teaser-title a:hover {
      color: #0e2b34;
      text-decoration: underline; }

.book-teaser-author {
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.3; }
  .book-teaser-author a {
    color: inherit;
    text-decoration: none; }
    .book-teaser-author a:hover {
      color: #0e2b34;
      text-decoration: underline; }

.book-teaser-price {
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
  font-size: 1.143em; }

.book-teaser-price-normal {
  color: inherit;
  font-weight: 300;
  text-decoration: line-through;
  line-height: 0.6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.9em; }

.book-teaser-price-vatinfo {
  color: inherit;
  font-weight: 300;
  line-height: 0.6;
  margin-top: 0;
  font-size: 0.9em; }

/* ==========================================================================
  Components - Content area - Bookshelf
========================================================================== */
.bookshelf-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bookshelf-items article {
    position: relative;
    padding-bottom: 100px;
    margin-right: 3.2%; }
    @media (min-width: 720px) {
      .bookshelf-items article {
        padding-bottom: 95px; } }

.book-teaser-button-group {
  margin: .65em 0 1.5em;
  width: 100%;
  position: absolute;
  bottom: 0; }

.book-teaser-button {
  padding: .5em .55em;
  font-size: .85em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-bottom: .025em;
  display: block;
  text-align: center; }
  @media (min-width: 720px) {
    .book-teaser-button {
      padding: .2em .55em; } }
  .book-teaser-button:hover {
    color: #fff;
    text-decoration: none; }
  .book-teaser-button.light {
    margin-bottom: .2em;
    background: #e9a712; }
    .book-teaser-button.light:hover {
      background: #db9d11; }
  .book-teaser-button.dark {
    background: #0e2b34; }
    .book-teaser-button.dark:hover {
      background: #0d0d0d; }

.additional-books {
  clear: both;
  margin-top: .5em; }

/* ==========================================================================
  Components - Sidebar
========================================================================== */
@media (min-width: 960px) {
  .site-sidebar {
    width: 23.17073%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
.site-sidebar .advertisements {
  margin-bottom: 3em;
  text-align: center; }
  .site-sidebar .advertisements a {
    display: block;
    margin-bottom: 0.5em; }
    @media (max-width: 959px) {
      .site-sidebar .advertisements a {
        display: inline-block;
        margin-left: .4em;
        margin-right: .4em; } }
    @media (max-width: 620px) {
      .site-sidebar .advertisements a {
        display: block; } }
.site-sidebar .advertisements-inner {
  max-width: 580px;
  margin: 0 auto;
  text-align: left; }
  @media (max-width: 620px) {
    .site-sidebar .advertisements-inner {
      text-align: center; } }
.site-sidebar .how-to-read {
  text-align: center;
  font-size: 0.875em;
  margin-bottom: 0.5em; }
  .site-sidebar .how-to-read img {
    margin-bottom: 0em; }
  .site-sidebar .how-to-read p {
    margin-bottom: 0em; }
  .site-sidebar .how-to-read p + p {
    line-height: 1.3; }

.site-sidebar-text {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 0px 10px 5px 10px;
  margin-bottom: 25px;
  font-size: 0.875em;
  line-height: 1.35em;
}
.site-sidebar-text INPUT, .site-sidebar-text SELECT {
  font-size: 0.875em;
}
.site-sidebar-text h3 {
  font-size: 1.25em;
}

#fb-root {
  display: none; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.suomen-vahvimmat {
  text-align: center;
  margin-top: 1em;
  margin-bottom: -1em; }
  @media (min-width: 960px) {
    .suomen-vahvimmat {
        text-align: center;
    }
  }

ul.audience-selector {
    border: 2px solid #f1f1f1; }
ul.audience-selector li a.audience-selector {
    padding: 0px 10px 0px 10px; }

@media (min-width: 960px) {
  .nav-sidebar {
    width: 23.17073%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
.nav-sidebar .nav-category ul {
  padding-left: 0;
  margin: 0; }
.nav-sidebar .nav-category li {
  line-height: 1.6; }
.nav-sidebar .nav-category a {
  color: #0e2b34;
  text-decoration: none;
  font-size: .9rem;
  display: block;
  border-top: 2px solid #fff;
  line-height: 2;
  padding: .25em 1em;
  background: #fcfcfc; }
  .nav-sidebar .nav-category a:hover {
    background: #e9a712;
    color: #000; }
.nav-sidebar .nav-category .active a, .nav-sidebar .nav-category .sub-category .active a {
  background: #e9a712;
  color: #000;
  position: relative; }
.nav-sidebar .nav-category .sub-category {
  padding-top: 2px; }
  .nav-sidebar .nav-category .sub-category a {
    background: transparent;
    color: #0e2b34;
    border: 0;
    padding-left: 1.5em;
    line-height: 1.3;
    font-size: .85rem;
    background: #f4f4f4; }
    .nav-sidebar .nav-category .sub-category a span {
      font-size: .8rem; }
    .nav-sidebar .nav-category .sub-category a:hover {
      color: #000;
      background: #e9a712; }
    .nav-sidebar .nav-category .sub-category a::after {
      content: "";
      height: 0;
      width: 0; }

/* ==========================================================================
  Components - Footer
========================================================================== */
.site-footer {
  background: #0e2b34;
  color: #ffffff;
  margin-top: 2em;
  padding: 1.5em 0; }
  .site-footer a {
    text-decoration: none;
    color: #ffffff; }
    .site-footer a:hover {
      color: #fff;
      text-decoration: underline; }

.site-footer-social {
  margin-bottom: 1em;
  margin-left: 3.7037%; }
  @media (min-width: 720px) {
    .site-footer-social {
      width: 21.17073%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin-left: 2.43902%;
      margin-bottom: 0; } }
  .site-footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .site-footer-social a {
    color: #ffffff;
    line-height: 2; }
    .site-footer-social a:hover i {
      color: #ffffff;
      text-decoration: none; }
  .site-footer-social i {
    font-size: 1.25em;
    color: #40a88c;
    margin-right: 0.5em;
    position: relative;
    top: 0.12em; }

.site-footer-about {
  line-height: 1.7;
  width: 48.14815%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  margin-left: 3.7037%; }
  @media (min-width: 720px) {
    .site-footer-about {
      line-height: 1.5;
      width: 23.17073%;
      float: left;
      margin-right: -100%;
      margin-left: 25.60976%;
      clear: none;
      padding-left: 1.21951%; } }

.site-footer-help {
  line-height: 1.7;
  width: 48.14815%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 720px) {
    .site-footer-help {
      line-height: 1.5;
      width: 23.17073%;
      float: left;
      margin-right: -100%;
      margin-left: 51.21951%;
      clear: none; } }

.site-footer-download {
  clear: both;
  text-align: center; }
  @media (min-width: 720px) {
    .site-footer-download {
      margin-top: 0;
      width: 25.17073%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }

/* ==========================================================================
  Components - Sub-Footer
========================================================================== */
.site-subfooter {
  padding: 0.5em 0;
  text-align: center;
  background: #d3d4d2; }
  .site-subfooter p {
    margin-bottom: 0;
    line-height: 48px; }
  .site-subfooter img {
    vertical-align: middle; }
  .site-subfooter img:first-child {
    margin-right: 1em; }

/* ==========================================================================
  Category listing
========================================================================== */
.list-filters {
  display: block;
  margin-bottom: 2em; }

.filter-select-container {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: .5em; }
  @media (max-width: 440px) {
    .filter-select-container {
      margin-right: .5em; } }
  .filter-select-container .filter-select {
    background: #f1f1f1;
    display: inline-block;
    padding-right: .2em;
    position: relative; }
    @media (max-width: 440px) {
      .filter-select-container .filter-select {
        display: block; } }
    .filter-select-container .filter-select i {
      position: absolute;
      top: 7px;
      right: 5px;
      bottom: 0; }
    .no-flexbox .filter-select-container .filter-select i {
      display: none; }
  .filter-select-container span {
    font-size: .9rem;
    margin-right: .25em; }
    @media (max-width: 440px) {
      .filter-select-container span {
        font-size: .8rem; } }
  .filter-select-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    padding: 0 25px 0 0.5em;
    color: #333;
    position: relative;
    z-index: 2;
    height: 28px;
    font-size: .9rem; }
    .no-flexbox .filter-select-container select {
      padding: 0; }
    @media (max-width: 425px) {
      .filter-select-container select {
        font-size: .85rem;
        padding: 0 .5em 0 0.2em; } }
    .filter-select-container select::-ms-expand {
      display: none; }
    @media (min-width: 720px) {
      .filter-select-container select {
        width: auto; } }
    .filter-select-container select:focus {
      outline: 0; }

.book-list-item {
  width: 48.14815%;
  clear: right;
  float: left;
  margin-bottom: 0.75em;
  margin-left: 0;
  margin-right: 3.7037%; }
  @media (min-width: 500px) {
    .book-list-item {
      width: 22.22222%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 3.7037%; } }
  @media (min-width: 500px) {
    .book-list-item:nth-child(4n+1) {
      width: 22.22222%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 3.7037%;
      clear: both; } }
  @media (min-width: 500px) {
    .book-list-item:nth-child(4n+4) {
      width: 22.22222%;
      clear: right;
      float: right;
      margin-right: 0; } }
  @media (max-width: 499px) {
    .book-list-item:nth-child(2n+1) {
      width: 48.14815%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 3.7037%;
      clear: both; } }
  @media (max-width: 499px) {
    .book-list-item:nth-child(2n+2) {
      width: 48.14815%;
      clear: right;
      float: right;
      margin-right: 0; } }

.no-flexbox .bookshelf-list-item {
  float: left; }
  @media (min-width: 750px) {
    .no-flexbox .bookshelf-list-item:nth-child(5n+1) {
      clear: both; } }
  @media (max-width: 749px) {
    .no-flexbox .bookshelf-list-item:nth-child(3n+1) {
      clear: both; } }
  @media (max-width: 500px) {
    .no-flexbox .bookshelf-list-item:nth-child(3n+1) {
      clear: none; } }
  @media (max-width: 500px) {
    .no-flexbox .bookshelf-list-item:nth-child(2n+1) {
      clear: both; } }

body .bookshelf-list-item {
  width: 48%;
  margin-right: 2.8%; }
  @media (min-width: 501px) {
    body .bookshelf-list-item {
      width: 31%;
      margin-right: 2.8%; } }
  @media (min-width: 750px) {
    body .bookshelf-list-item {
      width: 17.8%;
      margin-right: 2.7%; } }
  @media (min-width: 750px) {
    body .bookshelf-list-item:nth-child(5n+5) {
      margin-right: 0; } }
  @media (max-width: 749px) {
    body .bookshelf-list-item:nth-child(3n+3) {
      width: 31%;
      margin-right: 0; } }
  @media (max-width: 500px) {
    body .bookshelf-list-item:nth-child(2n+1) {
      width: 48%;
      margin-right: 2.8%; } }
  @media (max-width: 500px) {
    body .bookshelf-list-item:nth-child(2n+2) {
      margin-right: 0;
      width: 48%; } }

span.bookshelf-format { font-size: 0.75em; display:block; }
span.bookshelf-license { font-size: 0.75em; display:block; }

.pagination {
  margin-top: 2em;
  text-align: center; }
  .pagination ul {
    margin: 0;
    padding: 0; }
  .pagination li {
    display: inline-block;
    vertical-align: top; }
  .pagination a {
    text-decoration: none;
    color: #0e2b34;
    display: inline-block;
    background: #f1f1f1;
    padding: 0 .75em;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s; }
    .pagination a:hover {
      background: #e9a712;
      color: #000; }
  .pagination .to-page a {
    font-size: 1.1rem; }
  .pagination .previous a, .pagination .next a {
    padding: 0 .5em; }
  .pagination .active a {
    background: #e9a712;
    color: #000; }

/* ==========================================================================
  Components - Search results
========================================================================== */
.search-term {
  font-weight: 300;
  font-size: 65%; }

.search-item {
  margin-bottom: 2em; }
  .search-item .book-search-image {
    position: relative;
    width: 25%;
    margin-right: 5%;
    float: left; }
    .search-item .book-search-image img {
      height: auto;
      width: auto; }
  .search-item .book-teaser-title {
    font-size: 1.4rem; }
  .search-item .book-teaser-excerpt {
    font-size: .9rem;
    line-height: 1.4;
    max-width: 700px; }
    @media (max-width: 650px) {
      .search-item .book-teaser-excerpt {
        font-size: .95rem;
        line-height: 1.4; } }
    @media (min-width: 960px) {
      .search-item .book-teaser-excerpt {
        font-size: .9rem;
        line-height: 1.4; } }
  .search-item .book-teaser-price {
    margin-bottom: .5em; }

.search-highlight {
  background: #fce5b2;
  padding: 0 .1em; }

.book-teaser-title .search-highlight {
  font-weight: 600; }

@font-face {
  font-family: 'icomoon';
  src: url("/themes/ellibs/fonts/icomoon.eot"); }
@font-face {
  font-family: 'icomoon';
  src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff");
  font-weight: normal;
  font-style: normal; }
.icon, button.with-icon:before,
.button.with-icon:before,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bookmarks:before {
  content: "\e600"; }

.icon-book:before, button.with-icon.book:before,
.button.with-icon.book:before {
  content: "\e601"; }

.icon-arrow-left:before {
  content: "\e603"; }

.icon-arrow-down:before {
  content: "\e602"; }

.icon-arrow-up:before {
  content: "\e604"; }

.icon-arrow-right:before {
  content: "\e605"; }

.icon-newspaper:before {
  content: "\e904"; }

.icon-cart:before, button.with-icon.cart:before,
.button.with-icon.cart:before {
  content: "\e93a"; }

.icon-purchaselist:before, button.with-icon.purchaselist:before,
.button-with-icon.purchaselist:before {
  font-family: 'icomoon2';
  content: "\e9d7"; }

.icon-search:before {
  content: "\e986"; }

.icon-google-plus:before, button.with-icon.googleplus:before,
.button.with-icon.googleplus:before {
  content: "\ea88"; }

.icon-facebook:before, button.with-icon.facebook:before,
.button.with-icon.facebook:before {
  content: "\ea8c"; }

.icon-twitter:before, button.with-icon.twitter:before,
.button.with-icon.twitter:before {
  content: "\ea91"; }

.icon-pinterest:before {
  content: "\ead0"; }

.icon-checkbox-on:before {
  content: "\ea52"; }
.icon-checkbox-on:after {
  content: " "; }

.icon-checkbox-off:before {
  content: "\ea53"; }
.icon-checkbox-off:after {
  content: " "; }

/*
 * Icomoon2
 */
@font-face {
  font-family: 'icomoon2';
  src:  url('/themes/ellibs/fonts/icomoon2.eot?e5drsi');
  src:  url('/themes/ellibs/fonts/icomoon2.eot?e5drsi#iefix') format('embedded-opentype'),
    url('/themes/ellibs/fonts/icomoon2.ttf?e5drsi') format('truetype'),
    url('/themes/ellibs/fonts/icomoon2.woff?e5drsi') format('woff'),
    url('/themes/ellibs/fonts/icomoon2.svg?e5drsi#icomoon2') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon2-"], [class*=" icon2-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon2' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon2-headphones:before {
  content: "\e910";
}
.icon2-book:before {
  content: "\e91f";
}
.icon2-file-text:before {
  content: "\e922";
}
.icon2-price-tag:before {
  content: "\e935";
}
.icon2-price-tags:before {
  content: "\e936";
}
.icon2-cart:before {
  content: "\e93a";
}
.icon2-pushpin:before {
  content: "\e946";
}
.icon2-clock:before {
  content: "\e94e";
}
.icon2-search:before {
  content: "\e986";
}
.icon2-bin:before {
  content: "\e9ac";
}
.icon2-bin2:before {
  content: "\e9ad";
}
.icon2-clipboard:before {
  content: "\e9b8";
}
.icon2-bookmark:before {
  content: "\e9d2";
}
.icon2-bookmarks:before {
  content: "\e9d3";
}
.icon2-star-empty:before {
  content: "\e9d7";
}
.icon2-star-full:before {
  content: "\e9d9";
}
.icon2-cancel-circle:before {
  content: "\ea0d";
}
.icon2-cross:before {
  content: "\ea0f";
}
.icon2-checkmark:before {
  content: "\ea10";
}
.icon2-checkmark2:before {
  content: "\ea11";
}
.icon2-checkbox-checked:before {
  content: "\ea52";
}
.icon2-checkbox-unchecked:before {
  content: "\ea53";
}
.icon2-radio-checked:before {
  content: "\ea54";
}
.icon2-radio-checked2:before {
  content: "\ea55";
}
.icon2-radio-unchecked:before {
  content: "\ea56";
}


/*
 * Swiper 2.7.5
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 4, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

.swiper-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: transparent;
  color: #000;
  font-size: 3em;
  padding: 0;
  line-height: 0; }
  .swiper-nav:focus {
    outline: none; }
  .swiper-nav.prev {
    left: -0.85em; }
  .swiper-nav.next {
    right: -0.85em; }

.main-slider .swiper-nav {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .main-slider .swiper-nav.prev {
    left: -0.1em; }
  .main-slider .swiper-nav.next {
    right: -0.1em; }

.cc-message { font-size: 0.95em; }

