@charset "UTF-8";

@font-face {
  font-family: 'readery';
  src: url("../fonts/readery.eot");
  src: url("../fonts/readery.eot#iefix") format('embedded-opentype'), url("../fonts/readery.woff") format('woff'), url("../fonts/readery.ttf") format('truetype'), url("../fonts/readery.svg#readery") format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face{
	font-family:'readery_slab_loop';
	src:url("../fonts/readery_loop-webfont.woff2") format("woff2"),url("../fonts/readery_loop-webfont.woff") format("woff");
	font-weight:normal;font-style:normal
	}
@font-face{
	font-family:'readery_slab';
	src:url("../fonts/readery_slab_bold-webfont.woff2") format("woff2"),url("../fonts/readery_slab_bold-webfont.woff") format("woff");
	font-weight:bold;font-style:normal
	}
@font-face{
	font-family:'readery_slab';
	src:url("../fonts/readery_slab_regular-webfont.woff2") format("woff2"),url("../fonts/readery_slab_regular-webfont.woff") format("woff");
	font-weight:normal;font-style:normal}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'readery';
    src: url('../font/readery.svg?87459274#readery') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'readery';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
/* opacity .8 */
/* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
/* fix buttons height, for twitter bootstrap */
  line-height: 1em;
/* Animation center compensation - magrins should be symmetric */
/* remove if not needed */
  margin-left: 0.2em;
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-star:before { content: '\2605'; } /* '★' */
.icon-ok:before { content: '\2713'; } /* '✓' */
.icon-delete:before { content: '\2715'; } /* '✕' */
.icon-help:before { content: '\e704'; } /* '' */
.icon-cart:before { content: '\e800'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
.icon-twitter:before { content: '\f309'; } /* '' */
.icon-facebook:before { content: '\f30e'; } /* '' */
.icon-instagram:before { content: '\f32d'; } /* '' */
.icon-user:before { content: '👤'; } /* '\1f464' */
.icon-credit:before { content: '💳'; } /* '\1f4b3' */
.icon-search:before { content: '🔍'; } /* '\1f50d' */







.row {
	max-width: 1200px;
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}
.row .row.collapse,
.row.collapse {
	padding: 0;
}
.fullwidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}
.column,
.columns {
	padding-left: 0.9375em;
	padding-right: 0.9375em;
}
/*
#navigation .row {
	max-width: none;
}
*/



button, .button {
	height: 40px;
	line-height: 40px;
	border-radius: 4px;
	padding: 0 0.5em;
	background-color: #2C3E50;
	border: 1px solid #2C3E50;
	box-shadow: none;
	-webkit-font-smoothing: antialiased;
	color: white;
	font-weight: bold;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
button:hover, .button:hover,
button:focus, .button:focus {
	background-color: #34495E;
	border: 1px solid #34495E;
}
button:active, .button:active {
	background-color: #2C3E50;
	border: 1px solid #2C3E50;
}
button.disabled, button[disabled], .button.disabled, .button[disabled],
button.disabled:hover, button.disabled:focus, button[disabled]:hover, button[disabled]:focus, .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {
	background-color: #2C3E50;
	border: 1px solid #2C3E50;
}

button.red, .button.red,
button.red:active, .button.red:active {
	background-color: #E4343A;
	border: 1px solid #E4343A;
}
button.red:hover, .button.red:hover,
button.red:focus, .button.red:focus {
	background-color: teal000;
	border: 1px solid teal000;
}


    
/* iPads (portrait) ----------- */
/* @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { */
@media only screen 
and (min-width: 768px) 
and (max-width: 1023px) {

  .row .medium-1 {
    position: relative;
    width: 8.33333%; }

  .row .medium-2 {
    position: relative;
    width: 16.66667%; }

  .row .medium-3 {
    position: relative;
    width: 25%; }

  .row .medium-4 {
    position: relative;
    width: 33.33333%; }

  .row .medium-5 {
    position: relative;
    width: 41.66667%; }

  .row .medium-6 {
    position: relative;
    width: 50%; }

  .row .medium-7 {
    position: relative;
    width: 58.33333%; }

  .row .medium-8 {
    position: relative;
    width: 66.66667%; }

  .row .medium-9 {
    position: relative;
    width: 75%; }

  .row .medium-10 {
    position: relative;
    width: 83.33333%; }

  .row .medium-11 {
    position: relative;
    width: 91.66667%; }

  .row .medium-12 {
    position: relative;
    width: 100%; }

  .row .medium-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .medium-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .medium-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .medium-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .medium-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .medium-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .medium-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .medium-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .medium-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .medium-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } 
} 




/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 1024px) {
  .row .large-1 {
    position: relative;
    width: 8.33333%; }

  .row .large-2 {
    position: relative;
    width: 16.66667%; }

  .row .large-3 {
    position: relative;
    width: 25%; }

  .row .large-4 {
    position: relative;
    width: 33.33333%; }

  .row .large-5 {
    position: relative;
    width: 41.66667%; }

  .row .large-6 {
    position: relative;
    width: 50%; }

  .row .large-7 {
    position: relative;
    width: 58.33333%; }

  .row .large-8 {
    position: relative;
    width: 66.66667%; }

  .row .large-9 {
    position: relative;
    width: 75%; }

  .row .large-10 {
    position: relative;
    width: 83.33333%; }

  .row .large-11 {
    position: relative;
    width: 91.66667%; }

  .row .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } 
}


/* Foundation Block Grids for below small breakpoint */
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -1.875em;
    *zoom: 1; }
    [class*="block-grid-"]:before, [class*="block-grid-"]:after {
      content: " ";
      display: table; }
    [class*="block-grid-"]:after {
      clear: both; }
    [class*="block-grid-"] > li {
      display: inline;
      height: auto;
      float: left;
      padding: 1.875em 1.875em; }

@media only screen and (max-width: 767px) {
  .small-block-grid-1 > li {
    width: 100%;
    padding: 10px 10px; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 10px 10px; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 10px 10px; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 10px 10px; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 10px 10px; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 10px 10px; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 10px 10px; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 10px 10px; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 10px 10px; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 10px 10px; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 10px 10px; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 10px 10px; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
}     

/* iPads (portrait) ----------- */
/* @media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) { */
@media only screen 
and (min-width: 768px) 
and (max-width: 1023px) {
  [class*="small-block-grid-"] > li {
  	clear: none; }
  [class*="large-block-grid-"] > li {
  	clear: none; }
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 1.875em 1.875em; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; }
      
    .hide-for-tablet-ver {
	    display: none;
    }

}      
      
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 1024px) {
  /* Remove small grid clearing */
  [class*="block-grid-"] {
    margin: 0 -2.25em; }
  [class*="small-block-grid-"] > li {
  	clear: none; }
  [class*="medium-block-grid-"] > li {
  	clear: none; }


  .large-block-grid-1 > li {
    width: 100%;
    padding: 2.25em 2.25em; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 2.25em 2.25em; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 2.25em 2.25em; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 2.25em 2.25em; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 2.25em 2.25em; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 2.25em 2.25em; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 2.25em 2.25em; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 2.25em 2.25em; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 2.25em 2.25em; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 2.25em 2.25em; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 2.25em 2.25em; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 2.25em 2.25em; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }






html, body {
	height: 100%;
	width: 100%;	
	font-family: 'readery_slab_loop', sans-serif;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	color: #222222;
	background: teal;
}
::-moz-selection { color: #FFFFFF;  background: #E4343A; -webkit-font-smoothing: antialiased; }
::selection      { color: #FFFFFF;  background: #E4343A; -webkit-font-smoothing: antialiased; }
h1,h2,h3,h4,h5,h6 { font-family: 'readery_slab','readery_slab_loop',sans-serif; }

@media only screen and (max-width: 768px) {
	p {
		font-size: 1.25em;
	}
}

#navigation {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 1000;
	background: teal;
}

#navigation.home {
	background: teal;
}

.top-bar {
	height: 88px;
	background: transparent;
	margin: 0;
}
	.top-bar .name {
		height: 88px;
	}
    .top-bar .name h1 {
      line-height: 88px;
    }
	.top-bar .name h1 a {
		height: 88px;
		width: 200px;
		opacity: 1;
		background-size: auto 40px;
		padding: 0;
		-webkit-transition: 400ms;
		-moz-transition: 400ms;
		-o-transition: 400ms;
		transition: 400ms;
	}
	.top-bar .name h1 a:hover {
		opacity: 1;
	}
	.top-bar-section {
		margin-top: 22px;
	}
	.top-bar-section ul {
		background: transparent;
	}
	.top-bar-section li a:not(.button) {
		line-height: 44px;
		background: transparent;
		font-family: 'readery_slab',sans-serif;
		font-weight: bold;
		font-size: 1em;
		color: rgba(255,255,255,1);
		-webkit-transition: 400ms;
		-moz-transition: 400ms;
		-o-transition: 400ms;
		transition: 400ms;
	}
	.top-bar-section li a:not(.button):hover {
		background: transparent;
		color: rgba(255,255,255,1);
	}
	.top-bar-section li.has-dropdown:hover a {
		background: transparent;
		color: rgba(255,255,255,1);
	}
	.top-bar-section ul li.active > a {
    	background: transparent; 
    }
	.top-bar-section .dropdown,
	.top-bar-section ul.right li .dropdown {
		left: 0;
		right: auto;
	}
	.top-bar-section li.has-dropdown .dropdown li a {
		background: teal;
		color: #FFF;
		line-height: 44px;
		padding: 0 15px;
		-webkit-font-smoothing: antialiased;
	}
	.top-bar-section li.has-dropdown .dropdown li a:hover {
		background: teal;
		color: #E4343A;
	}
	.top-bar-section li.has-dropdown .dropdown li.special a {
		background: #E4343A;
		color: #FFFFFF;
		-webkit-font-smoothing: antialiased;
	}
	.top-bar-section li.has-dropdown .dropdown li.special a:hover {
		color: teal000;
	}
	.top-bar-section .dropdown .divider {
		height: 1px;
		border: none;
		background: transparent;
	}
	.top-bar.expanded .title-area {
		background: teal;
	}
	
	
#navigation.home {
	background: teal;
}
#navigation.home .top-bar .name h1 a {
	background: url(../fonts/logo-white.svg) no-repeat left center;
	background-size: auto 40px;
}

#navigation .form-search {
	position: relative;
}
#navigation .form-search input[type=text] {
	padding: 0 0.5em;
	line-height: 36px !important;
	height: 36px !important;
	border: none;
	background: #fff;
	top: 4px !important;
	font-size: 1em;
	font-weight: normal;
	color: teal;
	float: left;
}
#navigation .form-search button {
	float: left;
	background: 0;
	padding: 0 5px;
	line-height: 36px !important;
	height: 36px !important;
	color: teal;
	border: none;
	position: absolute;
	top: 4px !important;
	right: 0;
}


#navigation .cart {
	position: relative;
}
#navigation .cart .item-count {
	position: absolute;
	display: block;
	top: -2px;
	right: -6px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-family: "readery_slab_loop", sans-serif;
	background: #E4343A;
	border-radius: 50%;
	color: #FFFFFF;
	text-align: center;
	font-size: 0.75em;
	font-weight: bold;
}
#navigation .cart .total,
#navigation .cart .item-count-noun {
	display: none;
}




.breadcrumbs {
	display: block;
	padding: 0;
	border: 0;
	background: transparent;
	margin-bottom: 26px;
	color: #666;
}
.breadcrumbs a {
	font-size: 0.875em;
	color: #666;
}
.breadcrumbs span {
	padding: 0 0.5em;
}
.breadcrumbs strong {
	color: black;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}


ul.messages {
	list-style: none;
	margin-bottom: 26px;
}
ul.messages li {
	background: #231F20;
	display: block;
	color: white;
	padding: 0.5em 1em;
}
ul.messages li ul {
	margin-bottom: 0;
}
ul.messages li ul li {
	background: none;
	padding: 0;
	display: list-item;
}
ul.messages li.error-msg {
	background: #e74c3c;
	color: white;
}
ul.messages li.success-msg {
	background: #1ABC9C;
}




.toolbar, .toolbar-bottom {
	display: none;
}









.section {
	width: 100%;
	padding: 3em 0;
	background: #fff;
}
.section.container {
	background: #fff;
}

.section.first.cover {
	height: 100%;
	width: 100%;
	padding: 0;
}
.section.first.cover .row,
.section.first.cover .columns {
	height: 100%;
	width: 100%;
}
.section.border-bottom {
	border-bottom: 1px solid #F0F0F0;
}
.section.book-grid {
	padding-bottom: 2em;
}
.section.bg-gray {
	background: #F0F0F0;
}
.section.book-grid {
	text-align: left;
}
.section.book-grid header {
	margin-bottom: 1em;
}
.section.book-grid h2 {
	font-weight: bold;
	font-size: 33px;
	line-height: 1em;
	margin-bottom: 0;
	font-family:  'readery_slab', sans-serif;
	text-align: left;
	display: inline-block;
}
.section.book-grid header a.more {
	float: right;
	}
.section.book-grid header a.more:after {
    content: ' →';
}

.section.book-grid header h5 {
	font-weight: normal;
	font-size: 24px;
	margin-bottom: 0;
	font-family:  'readery_slab', sans-serif;
	text-align: left;
}
.section.book-grid header.whatshot h2 {
	font-size: 4em;
	text-align: center;
}
.section.book-grid .description {
	margin-right: 2em;
	margin-bottom: 2em;
}
.nowrap {
	white-space: nowrap;
}

a.link-view-all {
	padding: 5px 1em;
	margin: 2em 0 1em;
	border-radius: 3px;
	line-height: 1.5em;
	color: #FFF;
	background: #E4343A;
	display: inline-block;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;	
}
a.link-view-all:hover {
	color: #FFFFFF;
	background: teal000;
}
@media only screen and (max-width: 768px) {
	.section.book-grid .columns {
		width: 100%;
	}
	.section.book-grid h2 {
		text-align: center;
	}
	.section.book-grid .description {
		text-align: center;
		margin: 0 10%;
		margin-bottom: 4em;
	}
}
@media only screen and (max-width: 767px) {
	#book-single.section {
		padding: 0;
		}
	#book-single .row {
		padding: 0;
	}
	#book-single .columns {
		padding: 0;
	}
}


#page_header h1 {
	font-weight: 600;
	font-size: 50px;
	line-height: 1em;
	margin-bottom: 0;
	font-family:  'readery_slab', sans-serif;
	text-align: center;
}




#main {
	padding-bottom: 3em;
	padding-top: 3em;
}
h2 {
	font-family: 'readery_slab','readery_slab_loop',sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	color: teal;
	font-size: 2.250em;
	margin: 0;
}
h3 {
	font-weight: 400;
	font-size: 1.5em;
}


#copyright {
	padding-bottom: 1.5em;
	padding-top: 1em;
	background: teal;
	color: #999999;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
#copyright p {
	font-size: 0.875em;
	color: #999999;
	margin: 0;
	line-height: 30px;
}
#copyright p span+span {
	margin-left: 0.5em;
}
#copyright p.social-links {
	opacity: 1;
	text-align: right;
}
#copyright p.social-links a {
	color: #F5F5F5;
	opacity: 0.4;
	font-size: 1.875em;
}


#footer {
	padding-bottom: 3em;
	padding-top: 3em;
	background: teal;
	color: #F5F5F5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
#footer .about {
	text-align: left;
}
#footer h2 {
	font-family: 'readery_slab_loop', sans-serif;
	font-size: 1.5em;
	color: #F5F5F5;
	opacity: 0.4;
	-webkit-font-smoothing: antialiased;
	line-height: 30px;
	margin-bottom: 1em;
}
#footer .about p {
	color: #F5F5F5;
	font-size: 1.25em;
	opacity: 0.7;
}
#footer .fineprint {
	text-align: right;
	color: #F5F5F5;
}
#footer .fineprint h2 {
	display: block;
	background: url(../fonts/logo-white.svg) no-repeat right center;
	background-size: auto 26px;
	text-indent: 9999px;
	overflow: hidden;
	opacity: 0.4;
}
#footer .fineprint p {
	font-size: 1em;
	opacity: 0.4;
}
#footer .fineprint p.email {
	font-family: 'readery_slab_loop', sans-serif;
	font-size: 1.5em;
	opacity: 1;
}
#footer .fineprint p.email a {
	color: #F5F5F5;
	opacity: 0.4;
}

#footer .about a {
	color: #F5F5F5;
	border-bottom: 1px dotted #F5F5F5;
	opacity: 0.4
}

#footer .about a,
#footer .fineprint a {
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;	
}
#footer .about a:hover,
#footer .fineprint a:hover {
	color: #FFFFFF !important;
	opacity: 1 !important;
}

@media only screen and (max-width: 767px) {
	#copyright {
		text-align: center;
	}
	#copyright #copyright p.social-links {
		text-align: center;
	}
	#copyright span {
		display: block;
	}
	#footer,
	#footer .about,
	#footer .fineprint {
		text-align: center;
	}
	#footer .about {
		margin-bottom: 5em;
	}
	#footer .fineprint h2 {
		background-position: center center;
	}
}

.footer-bottom ul.home-social {
	float: none;
	margin: 0 0 20px 0;
	text-align: center;
	height: 44px;
	display: inline-block;
	margin-bottom: 8px;
}
.footer-bottom ul.home-social li:first-child {
	margin-left: 0;
}
.footer-bottom ul.home-social li {
	list-style: none;
	display: block;
	float: left;
	margin-left: 0;
}
.footer-bottom ul.home-social li a {
	color: #ccc;
	font-size: 30px;
}
.footer-bottom ul.home-social li a:hover {
	color: #ffffff;
}

.footer-bottom p.copyright {
	margin: 6px 0 0;
	font-size: 14px;
		color: #999;
font-family: "Helvetica Neue", "Helvetica", sans-serif;
}

#sexy {
	 background: #C0B8AF;
	 min-height: 600px;	
}
#sexy .stage {
	 height: 100%; 
	 width: 100%;
	 position: relative;
	 min-height: 600px;
}
#sexy .stage .title {
	position: absolute; 
	background: url(../fonts/sexy-dark.svg) no-repeat center center;
	background-size: contain;
	left: 0%; 
	top: 45%;
	width: 100%;
	height: 400px;
	margin-top: -150px;
}
#sexy .fb-like {
	position: absolute;
	left: 0;
	bottom: 40px;
	/*bottom: 40px;*/
}
#sexy .buy {
	position: absolute;
	bottom: 30px;
	right: 0;
	width: 120px;
	height: 120px;
	display: block;
	background: url(../fonts/how.svg) no-repeat center bottom;
	background-size: 120px auto;
	cursor: pointer;
}

#monalisa {
	 background: #35BEB8;
	 min-height: 600px;	
}
#monalisa .row {
	 background: url(../fonts/monalisa.svg) no-repeat right bottom; 
	 background-size: auto 750px;
}
#monalisa .fb-like {
	position: absolute;
	left: 15px;
	bottom: 50px;;
}
#monalisa .title {
	font-family: "readery_slab_loop", sans-serif;
	font-size: 8em;
	line-height: 0.875em;
	color: teal000;
	position: absolute;
	top: 148px;
	left: 15px;
}
#monalisa .buy {
	position: absolute;
	bottom: 40px;
	right: 15px;
	width: 160px;
	height: 160px;
	display: block;
	background: url(../fonts/buy.svg) no-repeat center center;
	background-size: 160px auto;
	cursor: pointer;
}


#murakami {
	 background: #008BCE;
	 min-height: 600px;	
}
#murakami .row {
	 background: url(../fonts/murakami.svg) no-repeat right bottom; 
	 background-size: auto 750px;
}
#murakami .fb-like {
	position: absolute;
	left: 15px;
	bottom: 50px;;
}
#murakami .title {
	font-family: "readery_slab", sans-serif;
	font-weight: normal;
	font-size: 40px;
	line-height: 1.2em;
	color: #FFFFFF;
	position: absolute;
	top: 100px;
	left: 15px;
	width: 40%
}
#murakami .buy {
	position: absolute;
	bottom: 40px;
	right: 15px;
	width: 160px;
	height: 160px;
	display: block;
	background: url(../fonts/buy.svg) no-repeat center center;
	background-size: 160px auto;
	cursor: pointer;
}


@media only screen and (max-width: 768px) {
	#monalisa .row {
		background: url(../fonts/monalisa.svg) no-repeat 70% bottom;
		background-size: auto 900px;
	}
	#monalisa .title {
		font-size: 7em;
		top: 138px;
	}
	#monalisa .buy {
		bottom: 200px;
		left: 15px;
		right: auto;
		width: 200px;
		height: 200px;
		background-size: 200px;
	}
	
	#murakami .row {
		background: url(../fonts/murakami.svg) no-repeat 70% bottom;
		background-size: auto 900px;
	}
	#murakami .title {
		font-size: 2em;
		top: 138px;
	}
	#murakami .buy {
		display: none;
	}	
}
@media only screen and (max-width: 640px) {
	#murakami .title {
		display: none;
	}
}

#hepburn {
	 background: #57DCDB;
	 min-height: 600px;
}
#hepburn .row {
	 background: url(../images/hepburn.png) no-repeat right bottom; 
	 background-size: auto 700px;
}
#hepburn .stage {
	 height: 100%; 
	 width: 100%;
	 position: relative;
	 min-height: 600px;
}
#hepburn .stage .title {
	width:45%;
	position: absolute; 
	left: 0; 
	top: 128px;
}
#hepburn .stage .open {
	position: absolute;
	bottom: 150px;
	left: 0;
	width: 160px;
}
#hepburn .fb-like {
	position: absolute;
	left: 0;
	top: 400px;
	/*bottom: 40px;*/
}
#hepburn .how {
	position: absolute;
	bottom: 40px;
	left: 0;
	width: 120px;
	height: 120px;
	display: block;
	background: url(../fonts/how.svg) no-repeat center bottom;
	background-size: 120px auto;
	cursor: pointer;
}
#hepburn .how:hover {
	background: url(../fonts/how.svg) no-repeat center top;
	background-size: 120px auto;
}

@media only screen and (max-width: 768px) {
	#hepburn .row {
	 	background-size: auto 1024px;
	 	background-position-x: 120px;
	}
	#hepburn .stage .title {
		top: auto;
		bottom: 150px;
	}
	#hepburn .stage .open {
		left: auto;
		right: 0;
		bottom: 40px;
	}
	#hepburn .fb-like {
		bottom: 40px;
		top: auto;
	}
	#hepburn .how {
		left: auto;
		right: 0;
	}
}




#AllBooks .mix{
    opacity: 0;
    display: none;
}
#AllBooks li {
	clear: none !important;
}


#book-single {
}



.book-frame {
	margin-bottom: 1em;
}

.book-wrapper {
	position: relative;
	display: block;
	width: 100%;
}

.book-wrapper .book {
	width: 100%;
}

.book-wrapper > .book > .book-cover {
	width: 100%;
	height: 240px;
}
.book-wrapper > .book > .book-cover .inset {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
/*
.book-wrapper > .book > .book-cover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 3%;
	bottom: 0;
	width: 3px;
	background: rgba(0,0,0,0.06);
	box-shadow: 1px 0 3px rgba(255, 255, 255, 0.1);
}
*/
.book-wrapper > .book > .book-cover a {
	display: block
}
.book-wrapper > .book > .book-cover img {
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 2px;
	max-height: 240px;
	width: auto;
	display: block;
	border-radius: 2px;
	margin: 0 auto;	
}
.book-wrapper > .book > .book-cover.boxset img {
	border: 0;
	}
	
	
.book-wrapper .new-dvd {
	display: block;
	border-radius: 2px;
	background: #E4343A;
	color: #fff;
	padding: 1px 3px;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	left: -10px;
	top: 10px;
}

.book-wrapper .new-release {
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images/new-release.png) no-repeat center center;
	background-size: 52px 52px;
	position: absolute;
	left: -20px;
	top: 20px;
}
.book-wrapper .coming-soon {
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images/coming-soon.png) no-repeat center center;
	background-size: 52px 52px;
	position: absolute;
	left: -20px;
	top: 20px;
}
.book-wrapper .pre-order {
	display: block;
	width: 52px;
	height: 52px;
	background: url(../images/pre-order.png) no-repeat center center;
	background-size: 52px 52px;
	position: absolute;
	left: -20px;
	top: 20px;
}
.book-wrapper .new {
	display: none;
	width: 100%;
	height: 60px;
	background: url(../images/new.png) no-repeat left top;
	background-size: 60px 60px;
	position: absolute;
	left: 1px;
	top: 1px;
}
.book-wrapper .used-book {
	display: block;
	width: 64px;
	height: 24px;
	background: url(../images/used.png) no-repeat center center;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.book-wrapper .tricolore {
	display: block;
	width: 65px;
	height: 56px;
	background: url(../images/tricolore.png) no-repeat center center;
	position: absolute;
	left: 0;
	top: 0;
}
.book-wrapper .out-of-stock {
	display: block;
	background: #ff0000;
	color: #ffffff;	
	font-weight: bold;
	font-size: 12px;
	padding: 0 2px;
	position: absolute;
	left: 1px;
	top: 1px;
}
.book-wrapper .dc15 {
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/dc15.png) no-repeat center center;
	position: absolute;
	right: -20px;
	top: 15px;
}
.book-wrapper .dc10 {
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/dc10.png) no-repeat center center;
	position: absolute;
	right: -20px;
	top: 15px;
}
.book-wrapper .dc20 {
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/dc20.png) no-repeat center center;
	position: absolute;
	right: -20px;
	top: 15px;
}
.book-wrapper .dcHot {
	display: block;
	width: 46px;
	height: 46px;
	background: url(../images/dcHot.png) no-repeat center center;
	position: absolute;
	right: -20px;
	top: 15px;
}
.book-wrapper .sale10 {
	display: block;
	width: 100%;
	height: 40px;
	background: url(../images/moon1.png) no-repeat left center;
	background-size: auto 40px;
	position: absolute;
	left: 3px;
	bottom: 5px;
}
.book-wrapper .sale11 {
	display: block;
	width: 100%;
	height: 40px;
	background: url(../images/moon2.png) no-repeat left center;
	background-size: auto 40px;
	position: absolute;
	left: 3px;
	bottom: 5px;
}




#rd-mystery {
	min-height: 500px;
	background:  #E0DBD1 url(../fonts/sherlock.svg) no-repeat center top;
	background-size: 1000px auto;
	-webkit-font-smoothing: antialiased;
}
#rd-mystery header {
	margin-bottom: 2em;
}
#rd-mystery h2 {
	display: inline-block;
	border-bottom: 5px solid teal000;
	font-weight: bold;
	font-size: 3.125em;
	margin-bottom: 0;	
}
@media only screen and (max-width: 768px) {
	#rd-mystery h2 {
		font-size: 2.5em;
	}
}

#free {
	background: #C0B8AF;
	color: #FFFFFF;
	padding: 2em 0;
	font-family: "readery_slab_loop", "readery_slab", sans-serif;
}
#free p {
	margin: 0;
	text-align: center;
	font-size: 3em;
}
#free p strong {
	border-bottom: 5px solid #FFFFFF;
	margin-right: 0.5em;
}

#related {
	background: #f3f3f3;
	padding-top: 0;
}
#related h2 {
	font-size: 1.875em;
	margin-top: 1em;
}


.book-grid li {
	display: block;
}
.book-grid .rank {
	text-align: center;
}
.book-grid .rank span {
	text-align: center;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	display: block;
	background: teal000;
	color: #FFFFFF;
	line-height: 30px;
	font-family: "readery_slab_loop", sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 0 auto;
}


.book-grid .book-title {
	min-height: 4.5em;
	margin: 0.5em 0 0;
	text-align: center;
}

.book-grid .book-title p.series a {
	color: #666;
	margin: 0;
	font-size: 0.875em;
}
.book-grid .book-title p.price {
	color: #666;
	margin: 0;
	font-size: 0.875em;
}
.book-grid .book-title p.price .saleprice {
	color: #E4343A;
	font-weight: bold;
}
.book-grid .book-title p.price .listprice {
	font-size: 0.75rem;
	color: #aaa;
}
.book-grid h3 {
	font-family: 'readery_slab', 'readery_slab', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
	line-height: 1.5em;
	font-weight: bold;
/*	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
	margin: 0;
}
.book-grid h3 a.title {
	font-size: 1.125em;
	display: block;
	color: black;
/*	text-overflow: ellipsis;
	overflow: hidden; */
}
.book-grid h3 a.title span.discount {
	background: #ff0000;
	color: #ffffff;
	font-size: 0.75em;
	line-height: 1;
	display: inline-block;
	border-radius: 2px;
	padding: 2px 3px;
}
.book-grid h3 a.author {
	font-size: 1em;
	font-weight: 400;
	display: block;
	color: #666;
	font-weight: 400;
/*	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden; */
}
.book-grid .series {
	font-size: 14px;
}
.book-grid p.rating {
	height: 1.5em;
	margin-bottom: 0.5em;
	text-align: left;
	white-space: nowrap;
}
.book-grid p.rating i {
	font-size: 0.750em;
	color: #FAAF40;
}
.book-grid .price p {
	display: block;
	margin: 0;
}
.book-grid .price p.listprice {
	font-size: 0.875em;
	white-space: nowrap;
}
.book-grid .price p.listprice span {
	color: #C0392B;
	font-size: 1rem;
	font-weight: bold;
}
.book-grid .price p.listprice span strong {
	font-size: 1.25rem;
}

.book-grid .price p.discount {
	color: #999;;
	line-height: 1.25em;
	white-space: nowrap;
}
.book-grid .price p.discount small {
	font-size: 0.875em;
}

.book-grid .add-cart {
	display: block;
	border-radius: 4px;
	line-height: 2.5em;
	text-align: center;
	color: white;
	background: #2C3E50;
	font-family: 'Source Sans Pro', 'readery_slab', sans-serif;
	cursor: pointer;
}
.book-grid .add-cart:hover {
	background: #009B77;
}
/*
.book-grid .rating,
.book-grid .book-title,
.book-grid .price {
	display: none;
}
*/



.book-view {
}
.book-view .book-wrapper > .book > .book-cover {
	height: auto !important;
}
.book-view .book-wrapper > .book > .book-cover img {
	width: 100% !important;
	height: auto !important;
	max-height: none !important;
}

.book-view .product-essential {
	margin-bottom: 3em;
}
.book-view .product-collateral {
}
.book-view .book-wrapper {
	padding: 0;
}
.book-view .book-wrapper .book {
	position: relative;
}

.book-view .book-image {
	padding: 1.875em;
}
.book-view .book-details {
	min-height: 500px;
	background: #fff;	
}
.book-view .book-info {
	padding: 1.875em 1.875em 3.75em 1.875em;
	overflow-x: hidden;
}
.book-view form .row .row {
	margin: 0;
}
.book-view form .row .row .columns {
	padding: 0;
}

.book-view p.rating {
	height: 1.5em;
	margin-bottom: 1em;
	text-align: left;
	white-space: nowrap;
}
.book-view p.rating i {
	font-size: 0.750em;
	color: #FAAF40;
}

.book-view .book-price {
	padding: 1.875em;
	margin: 0;
}

.book-view .book-price .price-box {
	margin-bottom: 3em;
}
.book-view .book-price .price-box p {
	line-height: 40px;
}
.book-view .book-price .price-box p.listprice,
.book-view .book-price .price-box p.discount {
	margin: 0;
	font-size: 0.875em;
	line-height: 1.25rem;
}



.book-view .book-price .cart-box select {
	width: 3em;
	height: 40px;
	display: block;
	float: left;
	margin-right: 10px;
	-webkit-appearance: none;
	text-align: center;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-bottom: 1em;
}

.book-view .book-price .cart-box .button {
	padding: 0 0.5em;
	float: left;
	margin-bottom: 1em;
}

.product-essential .columns:first-child {
	padding-right: 0 !important;
}
/* ipad*/
@media only screen and (min-width: 768px) and (max-width: 1023px) {


	.book-view .book-info {
		padding: 1.875em;
	}
	.book-view .book-price {
		border-top: 1px solid #EEEAEA;
		padding: 1.875em;
	}
	.book-view .book-price .price-box {
		padding-right: 26px;
		margin: 0;
	}

}



.book-title {
	margin-bottom: 2em;
} 
.book-title h1 {
	font-family: 'readery_slab', 'readery_slab', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	font-size: 1.875em;
	line-height: 1.25em;
	font-weight: bold;
	display: block;
	color: black;
	margin: 0;
}

.book-title h2.another-title,
.book-title h2.author {
	font-family: 'readery_slab', sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 1.25em;
	font-weight: 400;
	display: block;
	color: #666;
	margin: 0;
}
.book-title h4.series {
	font-family: 'readery_slab', sans-serif;
	text-rendering: optimizeLegibility;
	font-size: 16px;
	font-weight: 400;
	display: block;
	color: #666;
	margin: 20px 0;
}
.book-title h2.another-title {
	line-height: 1.25em;
	color: teal000;
	font-weight: 400;
	font-size: 1.25em;
	margin-bottom: 0.5em;
}

.book-description {
	line-height: 1.5em;
	color: #222;
	margin-top: 1em;
	margin-bottom: 2em;
}
.book-description ul {
	margin-left: 1.5em;
}
.book-description ol {
        list-style-type: decimal;
}
.book-description ol > li {
	margin-bottom: 1em;
}



.book-price {
	margin-bottom: 2em;
}
.book-price p {
	margin: 0;
	color: #555;
}
.book-price span.number {
	font-family: "readery_slab_loop", sans-serif;
}
.book-price .saleprice {
	color: black;
	font-weight: bold;
}
.book-price .saleprice span.number {
	font-size: 2em;
	font-weight: bold;
	color: #E4343A;
}

.book-price .availability {
	margin-bottom: 30px;
}
.book-price .availability p {
	font-size: 0.875em;
	font-weight: bold;
}
.book-price .availability p.out-of-stock {
	color: #E4343A
}


.link-wishlist {
	display: block;
	border: 1px solid #999;
	border-radius: 4px;
	padding: 0 2em;
	height: 3em;
	line-height: 3em;
	color: #999;
	text-align: center;
}
.link-wishlist:hover {
	color: black;
	border-color: black;
}

.book-more {
	line-height: 1.5em;
}





.book-meta h4 {
	font-size: 1.125em;
}
.book-meta ul {
	list-style: none;
	padding: 0;
	margin: 0 0 1em 0;
}
.book-meta ul li {
	margin: 0;
	padding: 0;
	font-size: 0.875em;
}

















.cart-empty {
	text-align: center;	
	margin-top: 50px;
	margin-bottom: 40px;
}
.cart-empty p.icon {
	font-size: 8em;
	margin: 0;
	line-height: 1.25em;
}
.cart-empty h1.haiku {
	font-family: "readery_slab", sans-serif;
	font-size: 2.25em;
	margin: 0;
}
.cart-empty p.explain {
	font-size: 1.5em;
	font-weight: 400;
	font-family: "readery_slab", sans-serif;
	color: #222;
}


.cart-progress {
	position: relative;
	max-width: 600px;
	margin: 30px auto 30px;
}
.cart-progress .step {
	width: 33.33%;
	float: left;
	text-align: center;
	z-index: 2;
	position: relative;
}
.cart-progress .step .icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	font-size: 1.25em;
	color: #fff;
	background: #ccc;
	line-height: 40px;
	margin-bottom: 10px;
}
.cart-progress .step.active .icon {
	background: #16A085;
}
.cart-progress .step .text {
	font-weight: 400;
	font-family: "readery_slab", sans-serif;
	font-size: 1.125em;
	color: #ccc;
}
.cart-progress .step.active .text {
	font-weight: bold;
}
.cart-progress .step.active .text {
	color: #222;
}
.cart-progress .bar {
	background-color: #ccc;
	position: absolute;
	height: 6px;
	width: 33.33%;
	top: 17px;
	z-index: 1;
}
.cart-progress .bar.active {
	background-color: #1ABC9C;
}
.cart-progress .bar.bar-1 {
	left: 16.66%;
}
.cart-progress .bar.bar-2 {
	left: 50%;
}




button.small,
button.small:active,
.button.small,
.button.small:active {
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 1em;
	background: #16A085;
	border-color: #16A085;
}
button.small:hover,
button.small:focus {
	background: #1ABC9C;
	border-color: #1ABC9C;
}
button.small.silver,
button.small.silver:active {
	background: #7F8C8D;
	border-color: #95A5A6;
}
button.small.silver:hover,
button.small.silver:focus {
	background: #BDC3C7;
	border-color: #BDC3C7;
}
button.small.btn-update,
button.small.btn-empty {
	float: right;
	margin-left: 5px;
}

.cart-details form {
	margin: 0;
}

a.btn-remove {
	color: #ccc;
	width: 2em;
}
a.btn-remove:hover {
	color: #C0392B;
}





.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }
    
    
    
    
    
/* Page Template */ 
/* SINGLE */   
@media only screen {
	#main {
		padding-top: 3em;
		padding-bottom: 5em;
		background: #F1F2F2;
	}
	#main.first-tier {
		padding-top: 114px;
	}
	.page-single .container {
		width: 768px;
		padding: 0 26px;
		margin: 0 auto;
	}
}







.form-box {
	background: #FFFFFF;
	padding: 26px 26px 52px;
}
.form-box .form-title {
	text-align: center;
	margin-bottom: 4em;
}
.form-box .form-title h1 {
	margin: 0;
}
.form-box .form-wrapper {
	max-width: 400px;
	margin: 0 auto;
}
ul.form-list {
	list-style: none;
	margin-bottom: 1em;
}
ul.form-list li {
	margin-bottom: 1em;
	clear: both;
}
ul.form-list li.separator {
	margin-bottom: 4em;
}
ul.form-list li label {
	font-size: 1em;
}
ul.form-list .validation-advice {
	font-size: 0.750em;
	color: red;
}
.form-list .field {
	margin-bottom: 2em;
}
input[type=text],
input[type=email],
input[type=password],
textarea {
	background: #F1F2F2;
	border: 2px solid #F1F2F2;
	font-size: 1.125em;
	margin: 0;
	box-shadow: none;
	width: 100%;
	padding: 0.5em;
	height: auto;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;	
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	border: 2px solid #F1F2F2;
	background: #FFFFFF;
}
textarea {
	height: 5.5em;
}
.form-box button {
	width: 100%;
}
.form-box select {
	height: 2em;
}

.input-box {
	margin-bottom: 1em;
}





.category-title {
	text-align: left;
}
.category-title h1 {
	display: inline-block;
}
.category-description {
	text-align: left;
	color: teal;
	margin-bottom: 3em;
	
}





.fb-like {
	margin-bottom: 1em;
}



.checkout-wrapper {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
}
.checkout-wrapper h1 {
	font-weight: bold;
	font-family: "readery_slab", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 2.25em;
	margin: 0 0 0.5em 0;
	color: teal;
}


body.onepagecheckout-index-index .section,
body.checkout-cart-index .section,
body.onepagecheckout-index-success .section {
	background: #2D2829;	
}
.section.checkout {
	padding-top: 118px;
}
.checkout-container {
	max-width: 600px;
	margin: 0 auto;
	background: #fff;
}
.cart-details {
	padding: 30px;
}
.cart-details h1 {
	font-weight: bold;
	font-family: "readery_slab", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 2.25em;
	margin: 0 0 1em 0;
	color: teal;
}
.cart-details fieldset {
	border: none;
	padding: 0;
	margin: 0;
}
.cart-details table {
	border: none;
	width: 100%;
	margin: 0;
}
.cart-details table thead {
	background: #fff;
	border-bottom: 2px solid #d4d8d9;
}
.cart-details table.cart-table tfoot {
	background: #fff;
}

.cart-details table tr {
	border-bottom: 1px solid #d4d8d9;
}
.cart-details table tr td, {
	padding-top: 20px;
	padding-bottom: 20px;
}
.cart-details table tr td:first-child,
.cart-details table tr th:first-child {
	padding-left: 0;
}
.cart-details table tr td:last-child,
.cart-details table tr th:last-child {
	padding-right: 0;
}

.cart-details table tfoot tr {
	border: none;
}

.cart-details .totals table {
	font-size: 1.250em;
}
.cart-details .totals table tr {
	background: #fff;
	border: none;
}
.cart-details .totals table tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	border: none;
}
.cart-details .totals table tr td:first-child {
	text-align: right;
}

.cart-details table .product-image, 
.cart-details table .product-image img {
	display: block;
	width: 75px;
	height: 75px;
}
.cart-details table h2.product-name {
	font-size: 1.125em;
	font-weight: bold;
	font-family: "readery_slab_loop", Arial, sans-serif;
	margin: 0;
}
.cart-details table h2.product-name a {
	color: #222;
}
.cart-price {
	white-space: nowrap;
}
#shopping-cart-totals-table .price {
	white-space: nowrap;
}


.cart-details table dt {
	display: inline;
	margin-right: 3px;
}
.cart-details table dd {
	display: inline;
}


.cart .coupon {
	padding: 30px;
}
.cart .coupon h2 {
	font-weight: bold;
	font-family: "readery_slab", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 1.8755em;
	margin: 0;
	color: teal;
}
.cart .coupon p {
	color: #939c9e;
	font-size: 0.875em;
}
.cart .coupon form {
	margin: 0;
}
.cart .coupon label {
	color: #fff;
	margin-bottom: 5px;
}
.cart .coupon .input-box {
	margin-bottom: 1em;
}

.checkout-container .action {
	padding: 30px;
	background: #f3f4f4;
}
.checkout-container .action p {
	color: #939c9e;
	font-size: 0.875em;
}
.checkout-container .action button {
	margin: 0;
	float: right;
}
ul.checkout-types {
	list-style: none;
	margin: 0;
	float: right;
}
ul.checkout-types li {
	text-align: center;
}
ul.checkout-types li button,
ul.checkout-types li button:active {
	margin: 0 auto;
	width: 100%;
	background: #C0392B;
	border-color: #C0392B;	
}
ul.checkout-types li button:hover,
ul.checkout-types li button:focus {
	background-color: #E74C3C;
	border: 1px solid #E74C3C;
}




 
.checkout-details {
	padding: 30px;
}


.op_login_area{width:100%;padding:30px;border:1px solid #ccc;margin-bottom: 1em;}
.op_login_area sup{color:#767676;font-size:100%;line-height:0;margin-left:3px;position:relative;top:6px;}
.op_login_area .buttons-set{margin-top:10px;}
.op_login_area .buttons-set a{color:#767676;}
.op_login_area .page-title{margin-bottom:10px;}
.close_la{position:relative;cursor:pointer;float:right;font-size: 0.875em;color: #999;font-weight: bold;}
.onepagecheckout_forgotlink,.onepagecheckout_loginlink {float: right;font-size: 0.875em;color: #999;font-weight: bold;}
.op_login_area button {margin: 0 1em 0 0; padding: 0 1em;}
.op_login_area form {margin: 0;}
.onepagecheckout_block {
	padding: 0 30px 30px;
	background: #FFFFFF;
	clear: both;
	margin-bottom: 2em;
}
.onepagecheckout_block h2 {
	font-weight: bold;
	font-family: "readery_slab", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 1.8755em;
	margin: 0;
	color: teal;
}
.onepagecheckout_block h3 {
	font-weight: bold;
	font-family: "readery_slab", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 1.5em;
	margin: 0 0 1em 0;
	color: teal;
}
#onepagecheckout_orderform .form_fields sup {
	top: -6px;
}

.onepagecheckout_block input[type="radio"] {
	float: left;
	margin: 0 1em 1em 0;
}
.onepagecheckout_block input[type="checkbox"] {
	float: left;
	margin: 0 1em 1em 0;
}

.onepagecheckout_block .sp-methods li {
	clear: both;
	margin-bottom: 1em;
}

.checkout-success {
	padding: 30px;
}
.sp-methods ul, .sp-methods ul li {
	list-style: none;
}
.sp-methods label span {
	margin-left: 10px;
	font-weight: bold;	
}

.pricetag {
	margin: 5px 0 0 0;
	text-align: center;
	line-height: 24px;
	height: 24px;
}
.pricetag span {
  color: white;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  width: 56px;
  height: 24px;
  text-align: center;
}
.pricetag span.tag_5 {
	background: url(../images/tag-blue.png) no-repeat center center;
}
.pricetag span.tag_10 {
	background: url(../images/tag-green.png) no-repeat center center;
}
.pricetag span.tag_15 {
	background: url(../images/tag-yellow.png) no-repeat center center;
}
.pricetag span.tag_20 {
	background: url(../images/tag-red.png) no-repeat center center;
}

body.catalog-category-view.category-bestsellers2014 #navigation {
	background: transparent !important;
}
body.catalog-category-view.bestsellers2014 #navigation .top-bar .name h1 a {
	background: url(../fonts/logo-white.svg) no-repeat left center !important;
}
body.catalog-category-view.bestsellers2014 #navigation .top-bar-section li a:not(.button) {
	color: #fff !important;
}
body.catalog-category-view.category-bestsellers2014 #navigation .top-bar-section .has-dropdown > a:after {
	border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}
.author-top {
	text-align: center;
}
.author-top img.author-picture {
	width: 198px;
	height: 198px;
	display: block;
	border-radius: 99px;
	margin: 0 auto 30px;
}
.author-top h1 {
	color: #fff;
	text-align: left;
	font-family: 'Ballet', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 50px;
	line-height: 1em;
	font-weight: normal;
}
.author-top p {
	color: #ccc;
	text-align: left;
	-webkit-font-smoothing: antialiased;
	font-size: 18px;
	line-height: 1.5em;
	max-width: 640px;
}
ul.author-book li {
	margin: 2em 0 4em;
}
ul.author-book .author-book-cover img {
	display: block;
	margin: 0 auto 2em;
	max-width: 198px;
	height: auto;
}
ul.author-book .author-book-details {
	text-align: left;
}
ul.author-book .author-book-details h2.title {
	text-align: left;
	font-family: 'Ballet', sans-serif;
	font-weight: bold;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 1em;
	border: 0;
}
ul.author-book .author-book-details h2.title a {
	color: teal;
}
ul.author-book .author-book-details p.price {
	font-size: 18px;
	font-weight: bold;
	color: #E4343A;
}



#bestsellers-list {
	list-style: none;
	
}
#bestsellers-list li {
	border-bottom: 1px solid #333;
	padding: 2em 0;
	color: #a3a3a3;
}
#bestsellers-list li.header {
	color: #fff;
	font-weight: bold;
}
#bestsellers-list li .previous {
 text-align: center;
}




body.category-dear-reader .page-title.category-title,
body.category-travel .page-title.category-title,
body.category-butterfly .page-title.category-title,
body.category-abook .page-title.category-title,
body.category-nym .page-title.category-title,
body.category-porcupinebook .page-title.category-title,
body.category-happening .page-title.category-title,
body.category-openworlds .page-title.category-title,
body.category-chinese .page-title.category-title,
body.category-hitler .page-title.category-title,
body.category-under-100 .page-title.category-title,
body.category-bestsellers2014 .page-title.category-title,
body.category-documentary-club .page-title.category-title {
	display: none !important;
}

body.category-bestsellers2014 .row {
	max-width: 1200px;
}

#hero-holidays {
background: linear-gradient(271deg, #3e23ff, #2dafe6, #ff2362);
background-size: 600% 600%;

-webkit-animation: AnimationName 60s ease infinite;
-moz-animation: AnimationName 60s ease infinite;
animation: AnimationName 60s ease infinite;
}
@-webkit-keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}
@keyframes AnimationName { 
    0%{background-position:0% 48%}
    50%{background-position:100% 53%}
    100%{background-position:0% 48%}
}



#book-lotr #related {
	display: none;
}
.product-the-lord-of-the-rings #bar_freeshipping {
	display: none;
}
.product-grey #bar_freeshipping {
	display: none !important;
}

#book-mobydick.section.first {
	padding: 0;
	background: #fff;
}

#mobydick_share {
	border-top: solid 1px #ccc;
	border-bottom: solid 1px #ccc;
	min-height: 100px;
	background: #fff;
	padding: 20px 0;
}

#mobydick_share .stat p {
	font-weight: bold;
	color: black;
	margin: 0;
}
#mobydick_share .stat p span {
	color: black;
	display: block;
	font-size: 48px;
	font-weight: bold;
	line-height: 60px;	
}
#mobydick_share .stat .progress {
	margin: 25px 0 10px;
}
#mobydick_share .share {
	text-align: right;
	margin-top: 25px;
}
.share-buttons{
	list-style: none;
}

.share-buttons li{
	display: inline;
}
.product-maxweber #dvd-related  {
	display: none;
}

#mobydick_content {
	background: #fff;
	width: 100%;
	padding: 50px 0 100px 0;
}

#mobydick_content .description {
	margin-bottom: 3em;
}
#mobydick_content h3 {
	font-weight: bold;
	color: teal;
	margin-top: 2em;
}
#mobydick_content h3.first {
	margin-top: 0;
}
#mobydick_content ol, #mobydick_content ul {
	margin-left: 1.5em;
}
#mobydick_content ol li {
	margin-bottom: 1em;
}


#mobydick_content .action {
	border: 5px solid #ccc;
	border-radius: 3px;
	padding: 20px;
	margin-bottom: 50px;
}
#mobydick_content .action p {
	font-weight: bold;
	color: black;
	margin-bottom: 1.5em;
}
#mobydick_content .action label {
	font-weight: bold;
	color: black;
	margin-bottom: 5px;
}
#mobydick_content .action .qty {
	margin-bottom: 1.5em;
}
#mobydick_content .action select {
	width: 100px;
}
#mobydick_content .action button {
	margin: 0;
}

#hero-mobydick {
	background: #556375; 
}

#bar_freeshipping {
	height: 50px;
	line-height: 50px;
	background: #f0f0f0;
	width: 100%;
	line-height: 24px;
}
#bar_noti {
	background: #f0f0f0;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}
#bar_noti p {
	font-size: 15px;
	color: #333;
	margin: 0;
	font-weight: bold;
}
/*
#bar_freeshipping .row {
	max-width: none;
}
*/
#bar_freeshipping span.tag_freeshipping {
	padding-left: 60px;
	background: url(../images/tag-freeshipping.png) left center no-repeat;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	font-weight: bold;
	color: teal;
	display: inline-block;
}

.product-moby-dick #bar_freeshipping {
	display: none;	
}



#maxweber_hero {
	background-image: url(../images/maxweber-bg.png);
	background-position: center center;
	background-repeat: repeat-y;
}



.type-dvd {
	text-align: center;	
}
.type-dvd span {
	display: inline-block;
	color: #aaa;
	border: 2px solid #aaa;
	padding: 1px 4px;
	border-radius: 2px;
	font-size: 13px;
	font-weight: bold;
	
}

.type-dvd span.boxset {
	color: teal;
	border: 2px solid teal;
	
}


.product-9786161809263 #book-single.section,
.product-one-ordinary-day #book-single.section,
.product-grey #book-single.section,
.product-9786161808099 #book-single.section {
	padding: 0;
	background: #ffffff;
}
#shinjunmo_hero {
	background: #ffffff;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}
#shining_hero {
	background: #ffffff;
	padding-bottom: 30px;
	border-bottom: solid 1px #ccc;
}

#related .row {
    padding-left: 1.875em;
    padding-right: 1.875em;
}


.cart-details .totals table tr.summary-details-amrules {
	background: #fffeef;
}

#tee {
	background: teal;
}
#tee h3 a.title {
	color: #fff !important;
}
#tee li {
	padding: 0 1em 2.25em;
}
#tee-related {
	background: #f3f3f3;
}
#tee-related li {
	padding: 0 1em 2.25em;
}


#popular_authors {
	background: #132469
}
#popular_authors h2 {
	color: #fff;
	margin-bottom: 30px;
}
#popular_authors li {
	text-align: center;
}
#popular_authors a {
	text-align: center;
	font-weight: bold;
	color: #fff;
}
#popular_authors a:hover {
	color: #ccc;
}
#popular_authors img {
	margin-bottom: 10px;
}



.subcat {
	padding-top: 20px;
	padding-bottom: 50px;
}
#summer-reads {
	width: 100%;
	height: 500px;
	background: teal url(../images/summer-reads-hero.jpg) center center no-repeat;
	background-size: cover;
	display: block;
}
@media only screen and (max-width: 1024px) {
	#summer-reads {
		height: 400px;
		}
}
@media only screen and (max-width: 768px) {
	#summer-reads {
		height: 300px;
		}
}


#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 80px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 0 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    line-height: 40px;
    height: 40px;
}

#myBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}


#givemefive {
	padding-top: 50px;
	padding-bottom: 100px;
}
#givemefive img {
	margin-bottom: 2em;
}
#givemefive h1 {
	text-decoration: underline;
	color: teal;
	font-size: 30px;
	margin-bottom: 1em;
}

.givemefive {
	list-style: none;
}
.givemefive li {
	margin-bottom: 2em;
}
.givemefive p {
	margin: 0;
	font-size: 14px;
	line-height: 1.5em;
}
.givemefive .title {
	margin-bottom: 1em;
}
.givemefive .answer {
	font-weight: bold;
	font-family: "readery_slab", sans-serif;
	-webkit-font-smoothing: antialiased;
	padding-left: 20px;
	line-height: 1.5em;
}
.givemefive .answer .book-title {
	font-size: 24px;	
	line-height: 1.25em;
	color: teal;
}
.givemefive .answer .book-title a {
	color: teal;	
}

.givemefive .answer .book-title a:hover {
	color: #ED1C24;
}
.givemefive .author {
	font-family: "readery_slab", sans-serif;
	color: #4C4B4B;
	font-size: 14px;
	font-weight: normal;
}